.elementor-kit-51{--e-global-color-primary:#11112A;--e-global-color-secondary:#413F6E;--e-global-color-text:#080812;--e-global-color-accent:#2DAED7;--e-global-color-1ad648c:#FFFFFF;--e-global-color-17003a8:#F2F2F2;--e-global-color-0e9fbc4:#EFEDEC;--e-global-color-7cbb395:#FB9661;--e-global-color-91c7c3b:#BDE9E9;--e-global-color-2e959c3:#839bd4;--e-global-color-347dff3:#d9dee4;--e-global-color-552014f:#EDF0F4;--e-global-color-538baee:#2F2F2F;--e-global-color-bbca789:#0B0B17;--e-global-color-3852abe:#11112A;--e-global-color-1de2888:#3D3D3E;--e-global-color-38a2c71:#5E6779;--e-global-color-1892fae:#4bc3c3;--e-global-color-5041f7c:#3A567D;--e-global-color-c9d1f03:#AB377F;--e-global-typography-primary-font-family:"Open Sans";--e-global-typography-primary-letter-spacing:-0.03px;--e-global-typography-secondary-font-family:"Bai Jamjuree";--e-global-typography-secondary-letter-spacing:-0.03em;--e-global-typography-text-font-family:"Open Sans";--e-global-typography-text-font-size:17px;--e-global-typography-text-line-height:1.2em;--e-global-typography-text-letter-spacing:-0.4px;--e-global-typography-accent-font-family:"Bai Jamjuree";--e-global-typography-accent-text-transform:uppercase;--e-global-typography-accent-line-height:1.2em;--e-global-typography-accent-letter-spacing:-0.03px;--e-global-typography-6ab07dc-font-family:"Bai Jamjuree";--e-global-typography-6ab07dc-font-size:16px;--e-global-typography-6ab07dc-font-weight:700;--e-global-typography-6ab07dc-text-transform:uppercase;--e-global-typography-6ab07dc-line-height:1.1em;--e-global-typography-d0f91d0-font-family:"Bai Jamjuree";--e-global-typography-d0f91d0-font-size:20px;--e-global-typography-d0f91d0-font-weight:800;--e-global-typography-d0f91d0-line-height:1.1em;--e-global-typography-d0f91d0-letter-spacing:-0.4px;--e-global-typography-d0f91d0-word-spacing:-0.5px;--e-global-typography-56f7784-font-family:"Bai Jamjuree";--e-global-typography-56f7784-font-size:20px;--e-global-typography-56f7784-font-weight:600;--e-global-typography-56f7784-line-height:1.1em;--e-global-typography-56f7784-letter-spacing:-0.4px;--e-global-typography-56f7784-word-spacing:-0.5px;--e-global-typography-d3e25fb-font-family:"Bai Jamjuree";--e-global-typography-d3e25fb-font-size:20px;--e-global-typography-d3e25fb-font-weight:500;--e-global-typography-d3e25fb-line-height:1.1em;--e-global-typography-d3e25fb-letter-spacing:-0.4px;--e-global-typography-d3e25fb-word-spacing:-0.5px;font-family:"Messina", Sans-serif;letter-spacing:-0.3px;}.elementor-kit-51 button,.elementor-kit-51 input[type="button"],.elementor-kit-51 input[type="submit"],.elementor-kit-51 .elementor-button{background-color:var( --e-global-color-accent );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-51 e-page-transition{background-color:#FFBC7D;}@media(max-width:1024px){.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 */::selection {
    background: #C0C0C0DE; 
    color: #000;
}

p:last-child {
    /* No margin after last paragraph in every text widget */
    margin-bottom: 0;
}

.undraggable img {
    pointer-events: none;
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    -moz-user-select: none;
    user-select: none;
}

.highlight {
    padding: 1px 6px;
    border-radius: 4px;
    background-color: #FF7602;
    color: #fff;
    font-weight: bold;
}

/* RESPONSIVE */

/* Only Desktop */

@media (min-width: 1025px) {
    .hidden-desktop {
        display: none;
    }
}

@media (min-width: 1001px) {
    .only-small-tablet {
        display: none;
    }
}

/* Only Mobile */

@media (max-width: 767px) {
    .only-small-tablet {
        display: none;
    }
    
    .hidden-phone {
        display: none;
    }
}/* End custom CSS */