.elementor-kit-10{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--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;}.elementor-kit-10 e-page-transition{background-color:#FFBC7D;}.elementor-kit-10 button,.elementor-kit-10 input[type="button"],.elementor-kit-10 input[type="submit"],.elementor-kit-10 .elementor-button{border-radius:0px 0px 0px 0px;}.elementor-kit-10 input:not([type="button"]):not([type="submit"]),.elementor-kit-10 textarea,.elementor-kit-10 .elementor-field-textual{border-radius:0px 0px 0px 0px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:100%;}.e-con{--container-max-width:100%;--container-default-padding-top:0px;--container-default-padding-right:40px;--container-default-padding-bottom:0px;--container-default-padding-left:40px;}.elementor-widget:not(:last-child){--kit-widget-spacing:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}h1.entry-title{display:var(--page-title-display);}.site-header{padding-inline-end:0px;padding-inline-start:0px;}@media(min-width:2400px){.elementor-kit-10 button,.elementor-kit-10 input[type="button"],.elementor-kit-10 input[type="submit"],.elementor-kit-10 .elementor-button{padding:0px 0px 0px 0px;}.elementor-kit-10 input:not([type="button"]):not([type="submit"]),.elementor-kit-10 textarea,.elementor-kit-10 .elementor-field-textual{padding:0px 0px 0px 0px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1440px;}.e-con{--container-max-width:1440px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:100%;}.e-con{--container-max-width:100%;--container-default-padding-top:0px;--container-default-padding-right:30px;--container-default-padding-bottom:0px;--container-default-padding-left:30px;}}@media(max-width:768px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:100%;}.e-con{--container-max-width:100%;--container-default-padding-top:0px;--container-default-padding-right:20px;--container-default-padding-bottom:0px;--container-default-padding-left:20px;}}
/* Start custom CSS */:root{
  --container: 342px;
  --margin: 24px;
}
@media (min-width: 768px){  :root{ --container: 864px; } }
@media (min-width: 1024px){ :root{ --container: 1200px; --margin: 40px; } }

.model-content{
  width: min(100% - var(--margin) * 2, var(--container));
  margin-inline: auto;
}


h1{
    font-size: 88px;
    line-height: auto;
    font-weight: bold;
    color: #000;
}

h2{
    font-size: 64px;
    line-height: auto;
    font-weight: 500;
    color: #000;
}

h3{
    font-size: 40px;
    line-height: auto;
    font-weight: 500;
    color: #000;
}

h4{
    font-size: 24px;
    line-height: auto;
    font-weight: 500;
    color: #000;
}

p-large{
    font-size: 28px;
    line-height: auto;
    font-weight: 500;
    color: #000;
}

p-medium{
    font-size: 24px;
    line-height: auto;
    font-weight: 500;
    color: #000;
}

p-small{
    font-size: 18px;
    line-height: auto;
    font-weight: 400;
    color: #000;
}

@media (max-width: 1024px){
    
    h1{
        font-size: 64px;
        line-height: auto;
        font-weight: bold;
        color: #000;
    }

    h2{
        font-size: 40px;
        line-height: auto;
        font-weight: 500;
        color: #000;
    }
    
    h3{
        font-size: 32px;
        line-height: auto;
        font-weight: 500;
        color: #000;
    }
    
    h4{
        font-size: 24px;
        line-height: auto;
        font-weight: 500;
        color: #000;
    }
    
    p-large{
        font-size: 22px;
        line-height: auto;
        font-weight: 500;
        color: #000;
    }
    
    p-medium{
        font-size: 18px;
        line-height: auto;
        font-weight: 500;
        color: #000;
    }
    
    p-small{
        font-size: 15px;
        line-height: auto;
        font-weight: 400;
        color: #000;
    }
}

@media (max-width: 768px){
    
    h1{
        font-size: 48px;
        line-height: auto;
        font-weight: bold;
        color: #000;
    }

    h2{
        font-size: 40px;
        line-height: auto;
        font-weight: 500;
        color: #000;
    }
    
    h3{
        font-size: 32px;
        line-height: auto;
        font-weight: 500;
        color: #000;
    }
    
    h4{
        font-size: 24px;
        line-height: auto;
        font-weight: 500;
        color: #000;
    }
    
    p-large{
        font-size: 20px;
        line-height: auto;
        font-weight: 500;
        color: #000;
    }
    
    p-medium{
        font-size: 18px;
        line-height: auto;
        font-weight: 500;
        color: #000;
    }
    
    p-small{
        font-size: 15px;
        line-height: auto;
        font-weight: 400;
        color: #000;
    }
}/* End custom CSS */