:root{
    --color-text: #666666;
    --color-primary: #2c9fe3;
    --color-primary-dark: #0f5d8d;
    --color-secondary: #e81278;
    --color-secondary-light: #e84f98;
    --color-small-header: #1f1f1f;
    --color-small-header2: #707070;
    --color-primary-50: rgba(64, 56, 99, 0.5);
    --color-primary-10: rgba(64, 56, 99, 0.1);

    --color-secondary-50: rgba(64, 56, 99, 0.5);
    --color-text-small: #AEAEBB;
    --color-light: #f8f5ff;
}
html {
    color: var(--color-text);
    font-size: 14px;
}

html,
.uk-navbar-item, .uk-navbar-nav>li>a, .uk-navbar-toggle{
    font-family: "Overpass", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
}

body{
    text-wrap: pretty;
}

strong{
    font-weight: 800;
}

i, em{
    color: var(--color-text);
}

.uk-h1, .uk-h2, .uk-h3, .uk-h4, .uk-h5, .uk-h6, .uk-heading-2xlarge, .uk-heading-3xlarge, .uk-heading-large, .uk-heading-medium, .uk-heading-small, .uk-heading-xlarge, h1, h2, h3, h4, h5, h6{
    color: var(--color-primary);
    font-family: "Overpass", sans-serif;
}


.ex-3-col .ex-3-col-icon-container{
    background-color: var(--color-primary);
    border-radius: 50%;
    aspect-ratio: 1/1;
    width: 56px;

    display: flex;
    justify-content: center;
    align-items: center;
}

.ex-3-col .ex-3-col-icon-container img{
    width: 50%;
    height: 50%;
}

.ex-3-col.ex-3-col-style-blue .ex-3-col-icon-container{
    background-color: var(--color-primary);
}
.ex-3-col.ex-3-col-style-pink .ex-3-col-icon-container{
    background-color: var(--color-secondary);
}

.ex-3-col .ex-3-col-img.ex-3-col-img-with-padding{
    padding: 10% 30%;
}

.ex-3-col .ex-3-col-img img {
    border-radius: 20px;
}

.ex-3-col .ex-3-col-title h3{
    color: var(--color-small-header);
    margin-bottom: 10px;
}


.ex-divider{
    position: relative;
    background-image: url('../img/ex-logo-1.webp');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    height: 90px;
    background-size: contain;
    border-top: 0;
}

.ex-divider::before {
    right: calc(50% + (250px / 2));
    width: 100%;
}

.ex-divider::after, .ex-divider::before {
    content: "";
    position: absolute;
    top: 50%;
    max-width: calc(50% - (250px / 2));
    border-bottom: 1px dashed #e5e5e5;
}

.ex-divider::after {
    left: calc(50% + (250px / 2));
    width: 100%;
}
.ex-divider::after, .ex-divider::before {
    content: "";
    position: absolute;
    top: 50%;
    max-width: calc(50% - (250px / 2));
    border-bottom: 1px dashed #e5e5e5;
}

.ex-header-logo{

}

.ex-header-logo > div{
    width: 650px;
}

.ex-header-logo .ex-header-logo-text{
    margin-top: 19px;
    font-size: 4.1rem;
    font-weight: 700;
    line-height: 1;
}

.ex-header-logo .ex-heder-logo-prev-text{
    margin-bottom: 0;
    font-size: 1.2rem;
    color: var(--color-small-header);
}

.ex-text-editor{
    color: var(--color-primary);
    font-size: 1.7rem;
    width: 600px;
}

.ex-3-col-title .ex-color1,
.ex-3-col-description .ex-color1,
.ex-text-editor .ex-color1 {
    color: var(--color-secondary);
}

.ex-2-col-pack{
    color: #fff;
    font-size: 1.7rem;
    text-align: justify;
}

.ex-2-col-pack .ex-2-col-pack-img img{
    max-height: 360px;
}

.icon-container{
    background-color: var(--color-primary);
    border-radius: 50%;
    aspect-ratio: 1/1;
    width: 84px;

    display: flex;
    justify-content: center;
    align-items: center;
}

.icon-container img{
    width: 50%;
    height: 50%;
}

.ex-2-col-pack-pink .icon-container{
    background-color: var(--color-primary);
}
.ex-2-col-pack-pink .icon-container{
    background-color: var(--color-secondary);
}

.bg-1 {
    background-position: center;
    background-size: cover;
}

.bg-2 {
    background-position: center;
    background-size: cover;
}

.ex-bg-pink{
    background-color: var(--color-secondary);
    color: #fff;
    font-size: 1.7rem;
}

.fm-footer{
    padding: 10px 0 10px 0;
}

.ex-2-col-p h2.uk-h2{
    font-size: 5rem;
    font-weight: 600;
    letter-spacing: -3px;

    margin-top: 20px;
    margin-bottom: 40px;
}

.ex-2-col-p h2.uk-h2 span{
    color: var(--color-secondary);
}

.ex-product-thumb img{

}

.ex-products h4{
    color: var(--color-small-header2);
    font-size: 1.7rem;
    font-weight: 600;
    margin-top: 0;

    z-index: 10;
    position: relative;
}

.ex-products a{
    text-decoration: none;
    color: var(--color-small-header2);
    transition: all 0.3s ease-in-out;
    overflow: hidden;
}

.ex-products a:hover{
    color: var(--color-primary);
    transition: all 0.3s ease-in-out;
}

.ex-products a img{
    opacity: 1;
    transition: all 0.3s ease-in-out;
    display: inline-block;
}

.ex-products a:hover img{
    opacity: 0.7;
    transform: scale(1.05);
    transition: all 0.3s ease-in-out;
}

.ex-navbar .uk-logo img{
    max-height: 70px;
}

.ex-navbar ul li a span {
    margin-top: -3px;
}

.home .ex-navbar .uk-logo img{
    opacity: 0;
}

.privacy-policy .ex-navbar .uk-logo img{
    opacity: 1;
}

.ex-navbar.uk-sticky.uk-active .uk-logo img {
    opacity: 1;
    max-height: 70px;
}

.ex-menu-modal .uk-logo img{
    height: 70px;
    margin-bottom: 30px;
}

.ex-menu-modal ul li a{
    font-size: 1.7rem;
    font-weight: 600;
    color: var(--color-primary);
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
    padding: 15px 15px;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible; }
.hamburger:hover {
    opacity: 0.7; }
.hamburger.is-active:hover {
    opacity: 0.7; }
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
    background-color: var(--color-primary); }

.hamburger-box {
    width: 40px;
    height: 24px;
    display: inline-block;
    position: relative; }

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px; }
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 40px;
    height: 4px;
    background-color: var(--color-primary);
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
.hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
.hamburger-inner::before {
    top: -10px; }
.hamburger-inner::after {
    bottom: -10px; }

/*
   * Spring
   */
.hamburger--spring .hamburger-inner {
    top: 2px;
    transition: background-color 0s 0.13s linear; }
.hamburger--spring .hamburger-inner::before {
    top: 10px;
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--spring .hamburger-inner::after {
    top: 20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring.is-active .hamburger-inner {
    transition-delay: 0.22s;
    background-color: transparent !important; }
.hamburger--spring.is-active .hamburger-inner::before {
    top: 0;
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 10px, 0) rotate(45deg); }
.hamburger--spring.is-active .hamburger-inner::after {
    top: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 10px, 0) rotate(-45deg); }

.ex-tabs-section ul{
    margin-bottom: 0 ;
}
.ex-tabs-section  .uk-tab a{

    font-weight: 600;
    font-size: 1.2rem;
    padding: 5px 24px;
}
.ex-tabs-section  .uk-tab>.uk-active>a {
    border: 1px solid #e5e5e5;
    border-bottom-color: #fff;
}


.ex-tabs-section ul li.uk-active{

}



.ex-tabs-section .uk-switcher{
    border: 1px solid #e5e5e5;
    border-top: 0;
    padding: 20px;
}

.uk-button{
    border-width: 3px;
    font-weight: 800;
    font-size: 1rem;
    line-height: 3;

}

.uk-button-default{
    border-color: var(--color-secondary);
}

.uk-button-default:hover{
    border-color: var(--color-secondary-light);
}

.uk-button-primary {
    background-color: var(--color-primary);
}

.uk-button-primary:hover {
    background-color: var(--color-primary-dark);
}

.uk-navbar-container:not(.uk-navbar-transparent){
    background-color: #fff;
    border-bottom: 1px solid var(--color-secondary);
}

.uk-navbar-nav>li>a{
    font-size: 1rem;
    color: var(--color-text);
    font-weight: 600;
}

.uk-navbar-nav>li>a:hover {
    color: var(--color-secondary);
}

.uk-navbar-nav>li>a.uk-active{
    color: var(--color-secondary);
}

.ex-section-upper{
    border-top: 10px solid var(--color-secondary);
    border-bottom: 1px solid #FDD4E6;
    background-color: #FFF5FB;
    padding: 150px 0;
    letter-spacing: 0.11rem;
}

.ex-section-upper .ex-footer-logo img{
    max-height: 70px;
}

.ex-section-upper .ex-footer-text{
    font-size: 2rem;
    font-style: italic;
    font-weight: 600;
    color: var(--color-secondary);
    line-height: 1.2;
}

.ex-section-upper .ex-footer-text > p:last-of-type{
    margin-bottom: 0;
}

.ex-section-middle{
    padding: 30px 0 10px 0;
}


.ex-section-middle,
.ex-section-middle .uk-h6,
.ex-section-middle em{
    color: #0E71B2;
}

.ex-section-middle .uk-h6{
    margin-bottom: 0;
    font-size: .95rem;
}

.ex-section-middle p {
    margin: 0;
    line-height: 1.3;
}

.ex-section-middle .ex-footer-logo img{
    height: 70px;
}

.uk-section.ex-footer{
    padding: 10px 0 5px 0;
}
