.elementor-kit-6{--e-global-color-primary:#0D1224;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#0D1224;--e-global-color-accent:#27AAE1;--e-global-color-62fd883:#0973BA;--e-global-color-c6ec105:#F7F7F7;--e-global-typography-primary-font-family:"Archivo";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Archivo";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Archivo";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:200;--e-global-typography-accent-font-family:"Archivo";--e-global-typography-accent-font-weight:500;--e-global-typography-79a1910-font-family:"Archivo";--e-global-typography-79a1910-font-size:60px;--e-global-typography-79a1910-font-weight:300;--e-global-typography-79a1910-text-transform:uppercase;--e-global-typography-79a1910-line-height:1.1em;--e-global-typography-1cbf6af-font-family:"Archivo";--e-global-typography-1cbf6af-font-size:40px;--e-global-typography-1cbf6af-font-weight:100;--e-global-typography-1cbf6af-text-transform:uppercase;--e-global-typography-1cbf6af-line-height:1.2em;--e-global-typography-547ccf9-font-family:"Archivo";--e-global-typography-547ccf9-font-size:14px;--e-global-typography-547ccf9-font-weight:400;--e-global-typography-547ccf9-text-transform:uppercase;--e-global-typography-547ccf9-line-height:1.2em;--e-global-typography-547ccf9-letter-spacing:0.04em;--e-global-typography-fb582e7-font-family:"Archivo";--e-global-typography-fb582e7-font-size:13px;--e-global-typography-fb582e7-font-weight:500;--e-global-typography-fb582e7-text-transform:uppercase;--e-global-typography-fb582e7-line-height:1em;--e-global-typography-fb582e7-letter-spacing:0.1em;--e-global-typography-c4b6d74-font-family:"Archivo";--e-global-typography-c4b6d74-font-size:22px;--e-global-typography-c4b6d74-font-weight:100;--e-global-typography-c4b6d74-text-transform:uppercase;--e-global-typography-c4b6d74-line-height:1.2em;--e-global-typography-c3a012a-font-family:"Archivo";--e-global-typography-c3a012a-font-size:13px;--e-global-typography-c3a012a-font-weight:300;--e-global-typography-c3a012a-line-height:1em;--e-global-typography-089a639-font-family:"Archivo";--e-global-typography-089a639-font-size:11px;--e-global-typography-089a639-font-weight:400;--e-global-typography-089a639-text-transform:uppercase;--e-global-typography-089a639-line-height:1.2em;--e-global-typography-089a639-letter-spacing:0.1em;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing: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:1024px){.elementor-kit-6{--e-global-typography-text-font-size:15px;--e-global-typography-79a1910-font-size:52px;--e-global-typography-1cbf6af-font-size:36px;--e-global-typography-547ccf9-font-size:14px;--e-global-typography-fb582e7-font-size:13px;--e-global-typography-c4b6d74-font-size:20px;--e-global-typography-089a639-font-size:14px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-6{--e-global-typography-text-font-size:15px;--e-global-typography-79a1910-font-size:40px;--e-global-typography-1cbf6af-font-size:26px;--e-global-typography-547ccf9-font-size:14px;--e-global-typography-fb582e7-font-size:13px;--e-global-typography-c4b6d74-font-size:18px;--e-global-typography-089a639-font-size:14px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.pointer {cursor: pointer;}

/* Remove empty space from bottom of text editor widget  */
.elementor-widget-text-editor p:last-child{ margin-bottom:0px;
}

/* Remove form field focus outline */
.elementor-field-group .elementor-field-textual:focus {
box-shadow: none;
}
/* Reset line height for all Elementor icons */
.elementor-icon-wrapper,
.elementor-icon {
  line-height: 1 !important;
}

/* Extra alignment fix for SVGs */
.elementor-icon svg {
  display: inline-block;
  vertical-align: middle;
}
/* animations styling */
.animated { 
  animation-duration:.95s !important; 
  animation-timing-function:cubic-bezier(.25,.1,.25,1) !important; 
}
/* remap Elementor animation classes to your own keyframes */
.animated.fadeInUp    { animation-name:euiFadeInUp    !important; }
.animated.fadeInDown  { animation-name:euiFadeInDown  !important; }
.animated.fadeInLeft  { animation-name:euiFadeInLeft  !important; }
.animated.fadeInRight { animation-name:euiFadeInRight !important; }

/* your subtle keyframes */
@keyframes euiFadeInUp    { from{opacity:0; transform:translateY(32px)}  to{opacity:1; transform:none} }
@keyframes euiFadeInDown  { from{opacity:0; transform:translateY(-32px)} to{opacity:1; transform:none} }
@keyframes euiFadeInLeft  { from{opacity:0; transform:translateX(-32px)} to{opacity:1; transform:none} }
@keyframes euiFadeInRight { from{opacity:0; transform:translateX(32px)}  to{opacity:1; transform:none} }

/* accessibility */
@media (prefers-reduced-motion: reduce){
  .animated { animation:none !important; transition:none !important; }
}/* End custom CSS */