.elementor-kit-7{--e-global-color-primary:#FFFFFF;--e-global-color-secondary:#101820;--e-global-color-text:#FFFFFF;--e-global-color-accent:#FE0000;--e-global-color-80b32a3:#BF1E2E;--e-global-typography-primary-font-family:"snug-sharp-variable";--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;background-color:var( --e-global-color-secondary );--e-page-transition-entrance-animation:e-page-transition-fade-out;--e-page-transition-animation-duration:300ms;}.elementor-kit-7 e-page-transition{background-color:var( --e-global-color-secondary );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1440px;}.e-con{--container-max-width:1440px;--container-default-padding-top:20px;--container-default-padding-right:20px;--container-default-padding-bottom:20px;--container-default-padding-left:20px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:992px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* -------------------------------- 

Global CSS

-------------------------------- */
/* -------------------------------- 

General

-------------------------------- */
body{
overflow-y: scroll;
overflow-x: hidden !important;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-tap-highlight-color: rgba(0,0,0,0);
-webkit-tap-highlight-color: transparent; /* For some Androids */
}


*:focus {
outline: none;
}

.aspect_sixteen_nine{
aspect-ratio: 16 / 9;
}
@media screen and (max-width: 992px) {
.aspect_sixteen_nine{
aspect-ratio: 1;
}
}

.pointer_events_n{
pointer_events:none
}


/* -------------------------------- 

HELPER CLASSES

-------------------------------- */
.mt15{
margin-top:15px;
}
.mt20{
margin-top:20px;
}
.mt30{
margin-top:30px;
}
.mt40{
margin-top:40px;
}
.mt60{
margin-top:60px;
}
.mt90{
margin-top:90px;
}

.mt-10{
margin-top:-10px;
}
.mt-15{
margin-top:-15px;
}

.mb15{
margin-bottom:15px;
}
.mb20{
margin-bottom:20px;
}
.mb30{
margin-bottom:30px;
}
.mb40{
margin-bottom:40px;
}
/* -------------------------------- 

Color
color:var(--red);
-------------------------------- */
:root {
--black: #101820;
--white: #ffffff;
--red: #FE0000;
--darkred: #fe0000;

}
.black{
color: #101820;  
}
.white{
color: #ffffff;
}
.red{
color: #FE0000;
}
.darkred{
 color: #fe0000;
}

/* -------------------------------- 

Responsive Typography

-------------------------------- */
.display_xxl { 
font-size: 48px !important; 
cursor: default;
}
@media (min-width: 576px) { 
.display_xxl {
font-size: calc(48px + (128 - 48) * ((100vw - 576px) / (1440 - 576))) !important; 
}
}
@media (min-width: 1440px) { 
.display_xxl {
font-size: 128px !important;
}
}

.display_xl { 
font-size: 36px !important; 
cursor: default;
}
@media (min-width: 576px) { 
.display_xl {
font-size: calc(36px + (90 - 36) * ((100vw - 576px) / (1440 - 576))) !important; 
}
}
@media (min-width: 1440px) { 
.display_xl {
font-size: 90px !important;
}
}

.display_l { 
font-size: 40px !important;
cursor: default;
}
@media (min-width: 375px) { 
.display_l {
font-size: calc(40px + (70 - 40) * ((100vw - 375px) / (1440 - 375))) !important; 
}
}
@media (min-width: 1440px) { 
.display_l {
font-size: 70px !important; 
}
}

.display_m { 
font-size: 28px !important;
cursor: default;
}
@media (min-width: 375px) { 
.display_m {
font-size: calc(28px + (56 - 28) * ((100vw - 375px) / (1440 - 375))) !important;
}
}
@media (min-width: 1440px) { 
.display_m {
font-size: 56px !important; 
}
}


h1, .h1 { 
font-size: 28px; 
cursor: default;
}
@media (min-width: 375px) { 
h1, .h1 {
font-size: calc(28px + (40 - 28) * ((100vw - 375px) / (1440 - 375))); 
}
}
@media (min-width: 1440px) { 
h1, .h1 {
font-size: 40px; 
}
}

h2, .h2 { 
font-size: 26px; 
cursor: default;
}
@media (min-width: 375px) { 
h2, .h2 {
font-size: calc(26px + (32 - 26) * ((100vw - 375px) / (1440 - 375))); 
}
}
@media (min-width: 1440px) { 
h2, .h2 {
font-size: 32px; 
}
}


h3, .h3 { 
font-size: 24px; 
cursor: default;
}
@media (min-width: 375px) { 
h3, .h3 {
font-size: calc(24px + (28 - 24) * ((100vw - 375px) / (1440 - 375)));    
}
}
@media (min-width: 1440px) { 
h3, .h3 {
font-size: 28px; 
}
}

h4, .h4 { 
font-size: 20px; 
cursor: default;
}
@media (min-width: 375px) { 
h4, .h4 {
font-size: calc(20px + (24 - 20) * ((100vw - 375px) / (1440 - 375)));    
}
}
@media (min-width: 1440px) { 
h4, .h4 {
font-size: 24px; 
}
}

h5, .h5{ 
font-size: 16px; 
cursor: default;
}
@media (min-width: 375px) { 
h5, .h5 {
font-size: calc(16px + (20 - 16) * ((100vw - 375px) / (1440 - 375)));    
}
}
@media (min-width: 1440px) { 
h5, .h5 {
font-size: 20px; 
}
}

h6{ 
font-size: 15px; 
cursor: default;
letter-spacing: 3px;
font-weight:900;
text-transform: uppercase;
}

.display_xxl, .display_xl, .display_l, .display_m{ 
line-height: 1 !important;
}
h1{ 
line-height: 1.2 !important;
}
h2{ 
line-height: 1.2 !important;
}
h3{ 
line-height: 1.2 !important;
}
h4{ 
line-height: 1.2 !important;
}
h5{ 
line-height: 1.3 !important;
}
h6{ 
line-height: 1.2 !important;
}
@media (max-width: 767px) {
.display_xxl, .display_xl, .display_l, .display_m{ 
line-height: 1.2 !important;
}
}

p, .p{ 
font-size: 16px !important;
cursor: default;
line-height:1.5;
font-optical-sizing: auto;
font-style: normal;
}
@media (min-width: 375px) { 
p, .p {
font-size: calc(16px + (18 - 16) * ((100vw - 375px) / (1140 - 375)));    
}
}
@media (min-width: 1140px) { 
p, .p {
font-size: 18px !important; 
}
}


.p16{ 
font-size: 16px !important;
cursor: default;
line-height:1.5;
font-optical-sizing: auto;
}
.p15{ 
font-size: 15px !important;
cursor: default;
line-height:1.3;
font-optical-sizing: auto;
}
.p14{ 
font-size: 14px !important;
cursor: default;
line-height:1.3;
font-optical-sizing: auto;
}

ul{
font-size:16px !important;
line-height:1.5;
cursor:default;
font-optical-sizing: auto;
font-style: normal;
}
@media (min-width: 375px) { 
ul {
font-size: calc(16px + (18 - 16) * ((100vw - 375px) / (1140 - 375)));    
}
}
@media (min-width: 1140px) { 
ul {
font-size: 18px !important; 
}
}
.fw9{
font-weight:900;
}
.fw8{
font-weight:800;
}
.fw7{
font-weight:700;
}
.fw6{
font-weight:600;
}
.fw5{
font-weight:500;
}
.fw4{
font-weight:400;
}
.fw3{
font-weight:300;
}
.italic{
font-style: italic;
}
.uppercase{
text-transform: uppercase;
}
/* -------------------------------- 

Landing Page

-------------------------------- */
.hyper,.hyper:hover{
color:inherit;
text-decoration: none;
}
#hero_blob_img_dsktp{
position:absolute;
}
#hero_blob_img_mbl{
position:absolute;
}/* End custom CSS */