@import url('https://fonts.googleapis.com/css2?family=Fredoka+One&display=swap');
/*
400: regular
*/

@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');
/*
400: regular
500: medium
600: semibold
700: bold
*/

html {
    scroll-behavior: smooth;
}

html,
body {
    margin:0px;
    padding: 0px;
    width: 100%;
    height: 100%;
    font-family: "Jost", sans-serif, verdana, arial;
    font-weight: 400;
    color: #02586E;
    font-size: 16px;
    line-height: 24px;
}

.hidden {
    position: absolute !important;
    top: 100% !important;
    opacity: 0 !important;
}

.w-max-600 {
    margin: auto;
    width: 100%;
    max-width: 600px;
}

.w-max-800 {
    margin: auto;
    width: 100%;
    max-width: 800px;
}

.w-max-900 {
    margin: auto;
    width: 100%;
    max-width: 900px;
}

.w-max-1000 {
    margin: auto;
    width: 100%;
    max-width: 1000px;
}

.w-max-1100 {
    margin: auto;
    width: 100%;
    max-width: 1100px;
}

.w-max-1200 {
    margin: auto;
    width: 100%;
    max-width: 1200px;
}

.h-min-700 {
    min-height: 700px;
}

.h-min-800 {
    min-height: 800px;
}

.txt-Jost-regular {
    font-family: 'Jost', sans-serif, verdana, arial !important;
    font-weight: 400 !important;
}

.txt-Jost-medium {
    font-family: 'Jost', sans-serif, verdana, arial !important;
    font-weight: 500 !important;
}

.txt-Jost-semibold {
    font-family: 'Jost', sans-serif, verdana, arial !important;
    font-weight: 600 !important;
}

.txt-Jost-bold {
    font-family: 'Jost', sans-serif, verdana, arial !important;
    font-weight: 700 !important;
}

.txt-regular {
    font-weight: 400 !important;
}

.txt-medium {
    font-weight: 500 !important;
}

.txt-semibold {
    font-weight: 600 !important;
}

.txt-bold {
    font-weight: 700 !important;
}

.txt-center {
    text-align: center;
}

.txt-left {
    text-align: left;
}

.txt-right {
    text-align: right;
}

.txt-uppercase {
    text-transform: uppercase;
}

.border-bottom-white {
    border-bottom: 1px solid #ffffff;
}

.border-bottom-grey-light {
    border-bottom: 1px solid #F1F1E9;
}

.bg-clr-white {
    background-color:#ffffff !important;
}

.bg-clr-grey-light {
    background-color: #E5E5E5 !important;
}

.bg-clr-orange {
    background-color: #f37924 !important;
}

.bg-clr-blue {
    background-color:#C7E7FF !important;
}

.bg-clr-blue-light {
    background-color:#bad8f2 !important;
}

.bg-clr-blue-dark {
    background-color: #0095DA !important;
}

.bg-clr-green-light {
    background-color:#d7f7f2 !important;
}

.bg-clr-green-dark {
    background-color:#02586e !important;
}

.bg-clr-white-green-toBottom {
    background-image: linear-gradient(to bottom, #ffffff, #c1e5e3) !important;
}


.clr-default {
    color: #414141 !important;
}

.clr-white {
    color: #ffffff !important;
}

.clr-grey-light {
    color: #E5E5E5 !important;
}

.clr-red {
    color: #ec1751 !important;
}

.clr-blue {
    color: #00ABE6 !important;
}

.clr-blue-2 {
    color: #0095DA !important;
}

.clr-blue-camp {
    color: #00ABE6 !important;
}

.clr-blue-dark {
    color:#1C6BB5 !important;
}

.clr-grey-dark {
    color:#6C6B6B !important;
}

.clr-green {
    color: #41c1cc !important;
}

.clr-green-light {
    color: #00BBB4 !important;
}

.clr-green-dark {
    color: #02586E !important;
}

.clr-pink {
    color:#EC008C !important;
}

.clr-orange {
    color: #f37924 !important;
}


.transition-02s {
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -ms-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

.transition-03s {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.txt-note {
    font-size: 12px;
    line-height: 16px;
}

.txt-disclaimer {
    font-size: 12px;
    line-height: 16px;
}

.txt-source {
    font-size: 14px;
    line-height: 18px;
}

h1 {
    margin-bottom: 20px;
    font-size: 56px;
    line-height: 64px;
    font-weight: normal;
}

h2  {
    margin: 0px 0px;
    font-size: 38px;
    line-height: 48px;
    font-weight: normal;
}

h3  {
    margin: 0px 0px;
    font-size: 22px;
    line-height: 30px;
    font-weight: normal;
}

ol,
ul {
    padding-left:20px;
}

.list-roman-lower {
    list-style-type: lower-roman;
}

.list-alpha-lower {
    list-style-type: lower-alpha;
}

.ahref-inline {
    outline: none;
    border: none;
    text-decoration: underline;
}

.ahref-no-deco,
.ahref-no-deco:hover,
.ahref-no-deco:focus,
.ahref-no-deco:visited {
    outline: none;
    border: none;
    text-decoration: none;
}

/* nav Start */
#logo-brand {
    display: block;
}

#logo-brand-xs {
    display: block;
}

#sec-nav-main {
    /*
    background-color: #f1f1e9;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.8);
    */

    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.navbar-cust {
    padding: 0px 0px;
}

.navbar-main-btn-group {
    margin-top:50px; 

    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

#navbar-main .nav-item {
    
}

#navbar-main .nav-item a,
#navbar-main .nav-item a:hover,
#navbar-main .nav-item a:focus {
    text-decoration: none;
    outline: none;
}

.navbar-toggler {
    outline: none !important;
}

.btn-mmenu {
    position: relative;
    padding: 10px 15px;
    height: auto;
    border-radius: 8px;

    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.btn-mmenu.main {
    padding-bottom: 15px;
}

.btn-mmenu-sub {
    position: relative;
    padding: 10px 20px;
    height: auto;

    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.caption-mmenu {
    position: relative;
    font-size: 18px;
    line-height: 22px;
    color:#ffffff;
    text-transform: uppercase;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -ms-transition-duration: 0.2s;
    transition-duration: 0.2s;
}

.caption-mmenu.lang-bm {
    font-size: 16px;
    line-height: 20px;
}

.btn-mmenu:hover .caption-mmenu {
    color:#00bbb4;
}

.btn-mmenu.active.isBtn {
    /* cursor: default; */
}

.btn-mmenu.active {
    background-color: transparent;
}

.btn-mmenu.active .caption-mmenu {
    color:#00bbb4;
}

.btn-mmenu-sub:hover .caption-mmenu {
    color:#00bbb4;
}

.btn-mmenu-sub.active.isBtn {
    cursor: default;
}

.btn-mmenu-sub.active {
    border-bottom:1px solid #00bbb4;
}

.btn-mmenu-sub.active .caption-mmenu {
    color:#00bbb4;
}

.navbar-brand-logo {
    display: flex;
    position: relative;
    
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.navbar-brand-logo img {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.navbar-brand-logo .logo-brand-group img {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.navbar-brand-logo,
.navbar-brand-logo img,
.navbar-brand-logo .logo-brand-group img {
    height: 90px;
}

.logo-brand-group {
    position: relative;
    top: 0%;

    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.dropdown:hover>.dropdown-menu {
    display: block;
}

.dropdown-toggle::after {
    display: none;
}

.pos-top-right {
    position: absolute;
    top: 0px;
    right: 0px;
}

.menu-shopnow-container {
    padding:10px 20px;
}

.menu-lang-container-collapsed {
    display:inline-block;
    padding:10px 20px;
    border-radius: 50px;
    background-color:#00bbb4;
    color:#ffffff;
}

.lbl-btn {
    
}

a.lbl-btn,
a:hover.lbl-btn,
a:visited.lbl-btn,
a:focus.lbl-btn {
    
}

.dropdown-menu {
    padding:.5rem;
    min-width: 16rem;
}

.breadcrumb-container .breadcrumb {
    padding:0px;
    background-color: transparent;
}

.breadcrumb-container .breadcrumb-item::before {
    font-family: 'FontAwesome';
    content: "\f105";
}

.breadcrumb-container .breadcrumb-item:first-child:before {
    font-family: 'FontAwesome';
    content: "";
}

.row-social {
    position: relative;
}

.col-social {
    display: inline-block;
    text-align: center;
}

.item-social {
    display: inline-block;
}

.btn-social {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 4px;
    border-radius: 50%;
    border: 1px solid #ffffff;
    width: 25px;
    height: 25px;
}

.ico-social {

}

.ico-social .fa {
    color: #ffffff;
    font-size: 14px;
    line-height: 14px;
}

a:hover .ico-social .fa {
    color: #00bbb4;
}

#nav-item-lang.nav-item {
    text-align: center;
}

#btn-mmenu-lang.btn-mmenu {
    margin: 6px 10px;
    padding: 4px 10px;
    border: 1px solid #ffffff;
}


#sec-footer .btn-social {
    border: 1px solid #ffffff;
}

#sec-footer .ico-social .fa {
    color: #ffffff;
    font-size: 14px;
    line-height: 14px;
}

#sec-footer a:hover .ico-social .fa {
    color: #ffffff;
}



@media (max-width: 640px) {
    
}

@media (max-width: 860px) {
    .caption-mmenu {
        color:#00bbb4;
    }

    .btn-mmenu.active {
        background-color: #00bbb4;
    }

    .btn-mmenu.active .caption-mmenu {
        color:#ffffff;
    }

    #btn-mmenu-lang.btn-mmenu {
        border-color: #00bbb4;
    }

    .btn-social {
        border-color: #00bbb4;
    }

    .ico-social .fa {
        color: #00bbb4;
    }
}

@media (max-width: 770px) {
    .btn-social {
        margin: 10px 20px;
        width: 40px;
        height: 40px;
    }

    .ico-social .fa {
        font-size: 20px;
        line-height: 26px;
    }
}

@media (min-width:1200px) {
    #sec-nav-main.compact {
        background-color: #ffffff;
        background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0));
        box-shadow: 0px 0px 10px rgba(0,0,0,0.8);
    }
    
    #sec-nav-main.compact #logo-brand {
        
    }
    
    #sec-nav-main.compact #logo-brand-xs {
        
    }
    
    #sec-nav-main.compact .navbar-brand-logo,
    #sec-nav-main.compact .navbar-brand-logo img,
    #sec-nav-main.compact .logo-brand-group img {
        height: 70px;
        width: auto;
    }

    #sec-nav-main.compact .logo-brand-group {
        top:-100%;
    }
    
    #sec-nav-main.compact .navbar-main-btn-group {
        align-items: flex-end;
        margin-top: 40px;
        border-top: none;
    }
    
    #sec-nav-main.compact .btn-mmenu {
        height: auto;
    }

    #sec-nav-main.compact .btn-mmenu.main {
        margin-bottom: 6px;
    }
    
    #sec-nav-main.compact .caption-mmenu {
        color: #313131;
        text-shadow: none;
        font-size:14px;
    }

    #sec-nav-main.compact .menu-shopnow-container {
        padding: 5px 20px;
    }

    #sec-nav-main.compact .lbl-btn {
        font-size:14px;
    }

    #sec-nav-main.compact .btn-mmenu,
    #sec-nav-main.compact .menu-lang-container {
        padding-top:2px;
        padding-bottom:2px;
    }
    
    #sec-nav-main.compact .caption-mmenu:hover {
        color: #00bbb4;
    }

    #sec-nav-main.compact .btn-mmenu.active .caption-mmenu {
        color: #00bbb4;
    }

    #sec-nav-main.compact .btn-social {
        border-color: #414141;
    }

    #sec-nav-main.compact .ico-social .fa {
        color: #414141;
    }

    #sec-nav-main.compact #btn-mmenu-lang.btn-mmenu {
        border-color: #414141;
    }

    #sec-nav-main.compact .pos-top-right {
        top: 4px;
        /*
        position: relative;
        top: auto;
        right: auto;
        */
    }

    .pg-ext #sec-nav-main .caption-mmenu {
        color: #313131;
    }
    
    .pg-ext #sec-nav-main #btn-mmenu-lang.btn-mmenu {
        border-color: #313131;
    }
    
    .pg-ext #sec-nav-main .ico-social .fa {
        color: #414141;
    }

    .pg-ext #sec-nav-main .btn-social {
        border-color: #414141;
    }

    .pg-ext #sec-nav-main .caption-mmenu:hover {
        color: #00bbb4;
    }

    .pg-ext #sec-nav-main .btn-mmenu.active .caption-mmenu {
        color: #00bbb4;
    }

    .pg-ext #sec-nav-main .btn-social:hover {
        border-color: #00bbb4;
    }

    .pg-ext #sec-nav-main .btn-social:hover .ico-social .fa {
        color: #00bbb4;
    }
}

@media (max-width:1199px) {
    #sec-nav-main {
        padding: 0px;
        background-color: #ffffff;
    }

    #navbar-main.show {
        border-bottom: 1px solid #ededed;
        box-shadow: 0px 10px 10px rgba(0,0,0,0.1);
    }

    #sec-nav-main.compact {
        background-color: #ffffff;
        background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0));
        box-shadow: 0px 0px 10px rgba(0,0,0,0.8);
    }
    
    #sec-nav-main #logo-brand-xs {
        display: block;
        opacity: 1;
    }
    
    #sec-nav-main .navbar-brand-logo,
    #sec-nav-main .navbar-brand-logo img,
    #sec-nav-main .navbar-brand-logo .logo-brand-group img {
        height: 40px;
        width: auto;
    }

    .navbar-main-btn-group {
        margin-top: 0px;
        background-color: rgba(255,255,255,0.7);
        -webkit-backdrop-filter: blur(8px);
        -moz-backdrop-filter: blur(8px);
        -ms-backdrop-filter: blur(8px);
        backdrop-filter: blur(8px);
    }

    .pg-space-top {
        height: 50px !important;
    }
    
    .keyvis-bg-container {
        top:40px !important;
    }

    .navbar-brand-logo {
        
    }

    .navbar-brand {
        height: 50px;
    }

    #navbar-main {
        position: absolute;
        top:50px;
        left: 0px;
        width: 100%;
        border-top: 1px solid #ededed;
    }

    .caption-mmenu {
        text-align: center;
    }

    .btn-mmenu {
        margin: 10px 10px;
        padding: 10px 20px;
        height: auto;
        border-radius: 8px;
        border-bottom: 1px solid #ffffff;
        background-color: rgba(255,255,255,0.5);
    }

    #btn-mmenu-lang.btn-mmenu {
        display: inline-block;
        padding: 5px 30px;
        border-radius: 50px;
    }

    .section.section-keyvis {
        margin-top: 40px;
    }

    .section-body-container {
        top:0px;
    }

    .keyvis-card-info {
        padding: 30px 0px;
        border-bottom: none;
        box-shadow: 0 4px 2px -2px rgba(0,0,0,0.2);
    }

    h2 {
        margin: 0px;
    }

    .pos-top-right {
        position: relative;
        top: auto;
        right: auto;
    }

    .col-social {
        display: block;
    }

    .row-social {
        padding: 10px 0px 20px 0px;
    }
}
/* nav End */

.pg-space-top {
    height: 0px;
}

.keyvis-container {
    position: relative;
    margin-top: 50px;
    width: 100%;
}

.keyvis-hidden {
    position: absolute;
    top: -500px;
}

.keyvis-headline {
    text-shadow: 0px 0px 10px rgba(0,0,0,0.1);
}

.keyvis-headline-sub {
    text-shadow: 0px 0px 10px rgba(0,0,0,0.1);
}

.keyvis-headline-sub h2  {
    font-size: 24px;
    line-height: 32px;
}

.section {
    position: relative;
    margin: auto;
    padding: 40px 0px 40px 0px;
}

.section-content.section-keyvis-cust {
    padding: 0px;
    height: 580px;
}

.e-fade-in {
    opacity: 0;

    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.e-fade-in.show {
    opacity: 1;
}

.section-body-container {
    position: relative;
    top:-80px;
}

.section.section-keyvis {
    margin-top: 100px;
    width: 100%;
    height: 380px;
}

.section.section-keyvis-card {
    padding: 0px 0px 40px 0px;
}

.keyvis-card-info {
    padding: 30px 50px;
    border-bottom: 10px solid #313131;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
    background-color: #ffffff;
}

.isBtn {
    cursor:pointer;
}

.mp-0 {
    margin: 0px !important;
    padding: 0px !important;
}

.ptb-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.sec-card-container {
    position: relative;
    margin: auto;
    padding: 40px 60px;
    border-radius: 40px;
}

.sec-card-header {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-bottom: 30px;
    z-index: 10;
}

.tag-header {
    position: absolute;
    top: -76px;
    margin: auto;
    width: 100%;
    max-width: 250px;
}

.tag-header img {
    margin: auto;
    width: 100%;
}

.sec-card-body {
    position: relative;
    z-index: 10;
}

.sec-card-title-main {
    position: relative;
    margin-bottom: 20px;
    z-index: 10;
}

.sec-card-title-sub {
    position: relative;
    margin-bottom: 30px;
    z-index: 10;
}

.cta-flex {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
}

.cta-flex-item {
    
}

.btn-rnd {
    display: inline-block;
    padding: 6px 30px;
    border-radius: 50px;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -ms-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

.btn-sqr {
    display: inline-block;
    padding: 6px 30px;
    border-radius: 0px;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -ms-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

.btn-rnd-blue {
    border: 1px solid #0095da;
    background-color: #0095da;
    color: #ffffff;
}

.btn-rnd-blue:hover {
    border: 1px solid #0095da;
    background-color: #ffffff;
    color: #0095da;
}

.btn-rnd-blue.disabled,
.btn-rnd-blue.disabled:hover {
    border: 1px solid #0095da;
    background-color: #0095da;
    color: #ffffff;
}

.btn-rnd-red {
    border: 1px solid #E24E4E;
    background-color: #E24E4E;
    color: #ffffff;
}

.btn-rnd-red:hover {
    border: 1px solid #E24E4E;
    background-color: #ffffff;
    color: #ec1751;
}

.btn-rnd-red.disabled,
.btn-rnd-red.disabled:hover {
    border: 1px solid #E24E4E;
    background-color: #E24E4E;
    color: #ffffff;
    
}

.btn-rnd-orange {
    border: 1px solid #f37924;
    background-color: #f37924;
    color: #ffffff;
}

.btn-rnd-orange:hover {
    border: 1px solid #f37924;
    background-color: #ffffff;
    color: #f37924;
}

.btn-rnd-orange.disabled,
.btn-rnd-orange.disabled:hover {
    border: 1px solid #f37924;
    background-color: #f37924;
    color: #ffffff;
    
}

.btn-cta-orange {
    padding: 10px 30px;
    border: 1px solid #F26F16;
    background-color: #F26F16;
    color: #ffffff;
    box-shadow: 0px 0px 20px rgba(242,111,22,0);
}

.btn-cta-orange:hover {
    border: 1px solid #F26F16;
    background-color: #ffffff;
    color: #F26F16;
}

.btn-cta-orange.disabled,
.btn-cta-orange.disabled:hover {
    border: 1px solid #F26F16;
    background-color: #F26F16;
    color: #ffffff;
    
}

.btn-cta-camp {
    padding: 20px 30px;
    border: 1px solid #FF5370;
    background-color: #FF5370;
    color: #ffffff;
    box-shadow: 0px 0px 20px rgba(255,83,112,1);
}

.btn-cta-camp:hover {
    border: 1px solid #FF5370;
    background-color: #ffffff;
    color: #FF5370;
}

.btn-cta-camp.disabled,
.btn-cta-camp.disabled:hover {
    border: 1px solid #FF5370;
    background-color: #FF5370;
    color: #ffffff;
    
}

.btn-rnd-Promoshop {
    border: 1px solid #f37924;
    background-color: #ffffff;
    color: #f37924;
}

.btn-rnd-Promoshop:hover {
    border: 1px solid #f37924;
    background-color: #f37924;
    color: #ffffff;
}

.btn-rnd-Promoshop.disabled,
.btn-rnd-Promoshop.disabled:hover {
    border: 1px solid #f37924;
    background-color: #ffffff;
    color: #f37924;
}

.btn-rnd.disabled {
    opacity: 0.2;
    cursor: default;
}



.link-email,
.link-email:hover,
.link-email:visited {
    border: none;
    outline: none;
    color:#FF2121;
    text-decoration: underline;
}

.embed-container { 
    position: relative; 
    padding-bottom: 56.25%; 
    background-color: #313131;
    height: 0; 
    overflow: hidden; 
    max-width: 100%; 
} 
    
.embed-container iframe, 
.embed-container object, 
.embed-container embed { 
    position: absolute; top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%; 
}

.alink-footer,
.alink-footer:visited {
    color:#ffffff;
    text-decoration: none;
    border: none;
    outline: none;
}

.alink-footer:hover {
    color:#FF2121;
    text-decoration: none;
    border: none;
    outline: none;
}

/* shop Start */
.tb-beneficially-container {
    margin: auto;
    max-width: 300px;
}

.btn-shop {
    margin: auto;
    padding: 4px 10px;
    width: 100%;
    max-width: 110px;
    border-radius: 6px;
    background-color: #ffffff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

.btn-shop img {
    margin: auto;
    width: 100%;
}

.title-shop-sub {
    margin-bottom: 10px;
    color: #275E6B;

}
/* shop End */

/* modal Start */
.camp-form-container {
    position: relative;
    z-index: 99;
}

.form-thankyou-container {
    margin: auto auto 40px auto;
    padding: 30px;
    border-radius: 20px;
    background-color: #ffffff;
    box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
}
/* modal End */

/* footer Start */
#sec-footer.section {
    padding: 20px 0px;
}

#btn-mmenu-shopnow .lbl-btn {
    font-size: 15px;
    line-height: 20px;
}

.footer-row {
    position: relative;
    margin-bottom: 10px;
}

.footer-row:last-child {
    margin-bottom: 0px;
}

.footer-col {
    position: relative;
}

.footer-logo {
    position: absolute;
    bottom: 0px;
    left: 0px;
    margin: auto;
    padding: 10px 0px 10px 0px;
    width: 100%;
    max-width: 50px;
}

.footer-logo img {
    margin: auto;
    width: 100%;
}

.footer-detail {
    padding: 10px 300px 10px 60px;
}

.footer-tnc-container {
    position: absolute;
    right: 0px;
    bottom: 0px;
    padding: 10px 0px;
}

@media (max-width: 640px) {
    .footer-logo {
        position: relative;
        max-width: 50px;
    }

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

    .footer-tnc-container {
        position: relative;
    }
}
/* footer End */

/* table Start */
.space-h-15 {
    clear: both;
    height: 15px;
}

.tb-general-container {
    border-top: 4px solid #00bbb4;
}

.tb-general {

}

.tb-general-card {
    padding: 0px 20px;
}

.tb-general-card:nth-child(even) {
    background-color: #F1F1E9;
}

.row-tb-general {
    border-bottom: 1px solid #F1F1E9;
}

.col-tb-general {
    padding: 10px 20px;
}

.col-tb-general:first-child {
    padding: 10px 20px;
    border-right: 1px solid #00bbb4;
}
/* table End */

/* modal Start */
.modal-ahb .modal-content {
    padding: 20px 40px;
    background: url(../images/modal-bg.png) no-repeat right bottom;
    background-size: contain;
    background-color: #f1f1e8;
}

.modal-ahb .modal-header,
.modal-ahb .modal-body,
.modal-ahb .modal-footer {
    padding:0px;
}

.modal-ahb .modal-header .close {
    font-size: 50px;
    font-weight: normal;
    outline: none;
}

.modal-ahb .modal-title {
    margin-bottom: 20px;
    font-size: 26px;
    line-height: 32px;
}

.modal-ahb .modal-title-sub {
    font-size: 20px;
    line-height: 26px;
}

.btn-modal-ok-cust {
    padding: 10px 40px;
    border-radius: 20px;
    background-color: #00bbb4;
    color: #ffffff;
}
/* modal End */

/* slick Start */
.slick-container-custom .slick-prev, 
.slick-container-custom .slick-next {
    background-color: transparent;
}

.slick-container-custom .slick-prev {
    left: -60px;
}

.slick-container-custom .slick-next {
    right: -60px;
}

.slick-container-custom .slick-dots {
    position: relative;
    bottom: 0px;
}

.slick-container-custom .slick-dots li.slick-active button:before {
    border-color: #00BBB4;
    color: #00BBB4;
    background-color: #00BBB4;
}

@media (max-width: 640px) {
    .slick-container-custom .slick-prev {
        left: -30px;
    }
    
    .slick-container-custom .slick-next {
        right: -30px;
    }
}

@media (min-width: 640px) and (max-width: 770px) {
    .slick-container-custom .slick-prev {
        left: -40px;
    }
    
    .slick-container-custom .slick-next {
        right: -40px;
    }
}
/* slick End */

/* youtube Start */
.yt-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}

.yt-container,
.yt-iframe {
    width: 840px;
    height: 450px;
}

@media (max-width:480px) {
    .yt-container,
    .yt-iframe {
        width: 300px;
        height: 180px;
    }
}

@media (min-width:481px) and (max-width:640px) {
    .yt-container,
    .yt-iframe {
        width: 440px;
        height: 240px;
    }
}

@media (min-width:641px) and (max-width:860px) {
    .yt-container,
    .yt-iframe {
        width: 600px;
        height: 360px;
    }
}

@media (min-width:861px) and (max-width:1024px) {
    .yt-container,
    .yt-iframe {
        width: 720px;
        height: 420px;
    }
}
/* youtube End */

/* video Start */
.yt-container {
    width: auto;
    height: auto;
}

.vid-container {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    overflow: hidden;
    border: 1px solid #333333;
}

.vid-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.img-research-container {
    margin: auto auto 30px auto;
    width: 100%;
    max-width: 630px;
}

.img-research-container img {
    margin: auto;
    width: 100%;
}

.msg-research h2 {
    line-height: 60px;
}

.msg-from {
    font-style: italic;
}

.tmb-video-container {
    margin: auto;
    width: 100%;
    max-width: 840px;
}

.tmb-video-container img {
    margin: auto;
    width: 100%;
}
/* video End */

.panel-footer-notice {
    margin-top: 30px;
    padding: 10px 0px;
    background-color: #6d6c25;
}

.footer-notice {
}

.footer-notice-item {
    text-align: center;
}

.footer-notice-item a {
    color: #ffffff;
    border: none;
    outline: none;
    text-decoration: none;
}

@media (max-width:320px) {
    .footer-member-container .footer-member-logo img {
        width:auto;
        height:20px;
    }
}

@media (max-width:640px) {
    html,
    body {
        font-size: 14px;
        line-height: 22px;
    }

    .section {
        padding: 30px 0px 30px 0px;
    }

    .section.section-keyvis {
        height: 250px;
    }

    .section.section-goto {
        padding: 0px 0px 30px 0px;
    }

    h1 {
        font-size:30px;
        line-height: 38px;
    }

    h2 {
        font-size: 24px;
        line-height: 30px;
    }

    h3  {
        font-size: 18px;
        line-height: 26px;
    }

    .section-keyvis-cust {
        height: 280px;
    }

    .sec-card-title-main {
        margin-bottom: 20px;
    }

    .exp-card-col-photo {
        top: 20px;
    }

    .exp-question {
        font-size: 20px;
        line-height: 26px;
    }

    
}

@media (min-width:641px) and (max-width:860px) {
    html,
    body {
        font-size: 16px;
        line-height: 24px;
    }

    .section.section-keyvis {
        height: 300px;
    }

    .section.section-goto {
        padding: 0px 0px 30px 0px;
    }

    h1 {
        font-size:36px;
        line-height: 46px;
    }

    h2 {
        font-size:28px;
        line-height: 36px;
    }

    .section-keyvis-cust {
        height: 300px;
    }

    .exp-card-col-photo {
        top: 20px;
    }

    .exp-question {
        font-size: 20px;
        line-height: 26px;
    }

    
}

@media (min-width:861px) and (max-width:992px) {
    
}

@media (min-width:861px) and (max-width:1024px) {
    .section-keyvis-cust {
        height: 420px;
    }

    .col-member {
        padding-left:25px;
        padding-right:25px;
    }

    .footer-member-logo img {
        width:auto;
        height: 20px;
    }
}

@media (min-width:993px) and (max-width:1200px) {

}

@media (max-width:1024px) {
    .caption-mmenu {
        text-align: center;
    }
}



@media (max-width:640px) {
    .keyvis-headline-sub h2 {
        font-size: 20px;
        line-height: 28px;
    }
}

@media (max-width:860px) {
    .sec-card-container {
        margin: auto;
        padding: 30px;
        border-radius: 20px;
    }
}

@media (min-width:1201px) {

}


/* deco Start */
.bg-deco {
    position: absolute;
}

.bg-deco img {
    margin: auto;
    width: 100%;
}

.deco-top-left {
    top: 20px;
    left: -50px;
}

.deco-top-right {
    top: 20px;
    right: -50px;
}

.deco-bottom-left {
    bottom: 20px;
    left: -50px;
}

.deco-bottom-right {
    bottom: 20px;
    right: -50px;
}

.deco-middle-left {
    top: 40%;
    left: -50px;
}

.deco-middle-right {
    top: 40%;
    right: -50px;
}

.bg-deco-birds-cloud {
    margin: auto;
    width: 100%;
    max-width: 220px;
}

.bg-deco-birds {
    margin: auto;
    width: 100%;
    max-width: 103px;
}

.bg-deco-cloud {
    margin: auto;
    width: 100%;
    max-width: 240px;
}

.bg-deco-balloons {
    margin: auto;
    width: 100%;
    max-width: 112px;
}

.bg-deco-balloon {
    margin: auto;
    width: 100%;
    max-width: 80px;
}

.bg-deco-star {
    margin: auto;
    width: 100%;
    max-width: 91px;
}

.bg-deco-sun-cloud {
    margin: auto;
    width: 100%;
    max-width: 330px;
}

@media (max-width: 640px) {
    .bg-deco {
        opacity: 0.2;
    }

    .deco-top-left {
        left: -50px;
    }
    
    .deco-top-right {
        right: -50px;
    }

    .deco-bottom-left {
        left: 0px;
    }
    
    .deco-bottom-right {
        right: 0px;
    }

    .bg-deco-birds-cloud {
        max-width: 100px;
    }
    
    .bg-deco-birds {
        max-width: 80px;
    }
    
    .bg-deco-cloud {
        max-width: 90px;
    }
    
    .bg-deco-star {
        max-width: 100px;
    }
    
    .bg-deco-sun-cloud {
        max-width: 150px;
    }
}

@media (min-width:641px) and (max-width:770px) {
    .bg-deco {
        opacity: 0.4;
    }

    .deco-top-left {
        top: 20px;
        left: -120px;
    }
    
    .deco-top-right {
        top: 20px;
        right: -120px;
    }
    
    .deco-bottom-left {
        bottom: 20px;
        left: -120px;
    }
    
    .deco-bottom-right {
        bottom: 20px;
        right: -120px;
    }
    
    .deco-middle-left {
        top: 40%;
        left: -120px;
    }
    
    .deco-middle-right {
        top: 40%;
        right: -120px;
    }

    .bg-deco-birds-cloud {
        max-width: 160px;
    }
    
    .bg-deco-birds {
        max-width: 70px;
    }
    
    .bg-deco-cloud {
        max-width: 110px;
    }
    
    .bg-deco-star {
        max-width: 60px;
    }
    
    .bg-deco-sun-cloud {
        max-width: 250px;
    }
}
/* deco End */

/* deco anim Start */

/* float duration 4 sec */
.efx-anim-float-4s {
    -webkit-animation: anim-efx-float-4s 4s ease-out 0s infinite;
    -moz-animation: anim-efx-float-4s 4s ease-out 0s infinite;
    -ms-animation: anim-efx-float-4s 4s ease-out 0s infinite;
    animation: anim-efx-float-4s 4s ease-out 0s infinite;
}
@-webkit-keyframes anim-efx-float-4s {
    0% {
        transform: translateY(0%);
    }
    50% {
        transform: translateY(10%);
    }
    100% {
        transform: translateY(0%);
    }
}
@-moz-keyframes anim-efx-float-4s {
    0% {
        transform: translateY(0%);
    }
    50% {
        transform: translateY(10%);
    }
    100% {
        transform: translateY(0%);
    }
}
@-ms-keyframes anim-efx-float-4s {
    0% {
        transform: translateY(0%);
    }
    50% {
        transform: translateY(10%);
    }
    100% {
        transform: translateY(0%);
    }
}
@keyframes anim-efx-float-4s {
    0% {
        transform: translateY(0%);
    }
    50% {
        transform: translateY(10%);
    }
    100% {
        transform: translateY(0%);
    }
}

/* float duration 6 sec */
.efx-anim-float-6s {
    -webkit-animation: anim-efx-float-6s 6s ease-out 0s infinite;
    -moz-animation: anim-efx-float-6s 6s ease-out 0s infinite;
    -ms-animation: anim-efx-float-6s 6s ease-out 0s infinite;
    animation: anim-efx-float-6s 6s ease-out 0s infinite;
}
@-webkit-keyframes anim-efx-float-6s {
    0% {
        transform: translateY(0%);
    }
    50% {
        transform: translateY(10%);
    }
    100% {
        transform: translateY(0%);
    }
}
@-moz-keyframes anim-efx-float-6s {
    0% {
        transform: translateY(0%);
    }
    50% {
        transform: translateY(10%);
    }
    100% {
        transform: translateY(0%);
    }
}
@-ms-keyframes anim-efx-float-6s {
    0% {
        transform: translateY(0%);
    }
    50% {
        transform: translateY(10%);
    }
    100% {
        transform: translateY(0%);
    }
}
@keyframes anim-efx-float-6s {
    0% {
        transform: translateY(0%);
    }
    50% {
        transform: translateY(10%);
    }
    100% {
        transform: translateY(0%);
    }
}

/* float up duration 20 sec */
.efx-anim-float-up-20s {
    -webkit-animation: anim-efx-float-up-20s 20s ease-out 0s infinite;
    -moz-animation: anim-efx-float-up-20s 20s ease-out 0s infinite;
    -ms-animation: anim-efx-float-up-20s 20s ease-out 0s infinite;
    animation: anim-efx-float-up-20s 20s ease-out 0s infinite;
}
@-webkit-keyframes anim-efx-float-up-20s {
    0% {
        top: 150%;
    }
    100% {
        top: -50%;
    }
}
@-moz-keyframes anim-efx-float-up-20s {
    0% {
        top: 150%;
    }
    100% {
        top: -50%;
    }
}
@-ms-keyframes anim-efx-float-up-20s {
    0% {
        top: 150%;
    }
    100% {
        top: -50%;
    }
}
@keyframes anim-efx-float-up-20s {
    0% {
        top: 150%;
    }
    100% {
        top: -50%;
    }
}

/* spin duration 20 sec */
.efx-glow {
    position: relative;
    z-index: -1;
}

.efx-glow-elm {
    position: relative;
    z-index: 10;
}

.efx-glow-light {
    position: absolute;
    width: 90%;
    top: 50%;
    left: 50%;
    
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;

    -webkit-transform: translate(-50%, -50%) scaleY(0.7);
    -moz-transform: translate(-50%, -50%) scaleY(0.7);
    -ms-transform: translate(-50%, -50%) scaleY(0.7);
    transform: translate(-50%, -50%) scaleY(0.7);
}

.efx-anim-spin-20s {
    -webkit-animation: anim-efx-spin-20s 20s linear 0s infinite;
    -moz-animation: anim-efx-spin-20s 20s linear 0s infinite;
    -ms-animation: anim-efx-spin-20s 20s linear 0s infinite;
    animation: anim-efx-spin-20s 20s linear 0s infinite;
}

@-webkit-keyframes anim-efx-spin-20s {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
    }
}
@-moz-keyframes anim-efx-spin-20s {
    0% {
        -moz-transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(359deg);
    }
}
@-ms-keyframes anim-efx-spin-20s {
    0% {
        -ms-transform: rotate(0deg);
    }
    100% {
        -ms-transform: rotate(359deg);
    }
}
@keyframes anim-efx-spin-20s {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(359deg);
    }
}
/* deco anim End */

/* pg ext Start */
.pg-ext .pg-space-top {
    height: 120px;
}

@media (max-width: 640px) {
    .pg-ext .pg-space-top {
        height: 50px;
    }
}

@media (min-width: 641px) and (max-width: 860px) {
    .pg-ext .pg-space-top {
        height: 50px;
    }

    .pg-ext .keyvis-container {
        margin-top: 20px;
    }
}
/* pg ext End */

/* UI Start */
.btn-cta-arrow {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    border: 1px solid #66AE0A;
    background-color: #66AE0A;
    color: #ffffff;
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
}

.btn-cta-arrow span {
    font-size: 14px;
    line-height: 14px;
}

.btn-cta-lbl {
    color: #ffffff;
    font-weight: 500;
}

.btn-rnd-cta-link {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    position: relative;
    width: fit-content;
}

.ul-cust, 
.ol-cust {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.list-style-none {
    padding-left: 0px;
}

.list-style-none li {
    list-style: none;
}

.ul-desc {

}

.ul-desc li {
    margin-bottom: 15px;
}

.bullet-green li::marker {
    color: #00BBB4;
    font-weight: 600;
}

.form-group-select-cust {
    margin-bottom: 20px;
}

.select-cust {
    position: relative;
    border-radius: 50px;
    padding: 10px 26px 10px 15px;
    height: auto;
    font-size: 14px;
    border: 2px solid #00BBB4;
    /* background: url(../images/form/arrow.svg) no-repeat right center; */
    background-position-x: calc(100% - 6px);
    background-color: #ffffff;
    color: #333333;
    appearance: none;
}

.form-group-select-cust::after {
    font-family: "Material Symbols Outlined";
    content: "\e313";

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

    position: absolute;
    top: 10px;
    right: 8px;

    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #00BBB4;
    color: #ffffff;
    font-size: 20px;
    line-height: 20px;

    pointer-events: none;
}
/* UI End */

/* section flex Start */
.sec-row {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 40px;
}

.sec-col {
}

.sec-col-2 {
    flex: 19%;
}

.sec-col-3 {
    flex: 29%;
}

.sec-col-4 {
    flex: 39%;
}

.sec-col-5 {
    flex: 49%;
}

.sec-col-6 {
    flex: 59%;
}

.sec-col-7 {
    flex: 69%;
}

.sec-col-8 {
    flex: 79%;
}

.sec-col-10 {
    flex: 100%;
}

.sec-col-card {
}

.sec-pic {
    margin: auto;
    width: 100%;
    max-width: 500px;
}

.sec-pic img {
    margin: auto;
    width: 100%;
}

.bg-circle {
    position: relative;
}

.bg-circle img {
    position: relative;
    z-index: 2;
}

.bg-circle::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 46%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);

    width: 350px;
    height: 350px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.7);
}

.sec-title-main {
    margin-bottom: 20px;
}

.sec-title-main h2 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    
    font-size: 50px;
    line-height: 60px;
} 

.sec-title-main h2.dir-col {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.product-item .sec-title-main h2 {
    font-size: 40px;
    line-height: 50px;
    gap: 0px;
}

.product-item .title-main-small {
    font-size: 22px;
    line-height: 28px;
    font-weight: normal;
}

.flex-jc-center {
    justify-content: center !important;
}

.sec-body {

}

@media (max-width: 640px) {
    .sec-row {
        flex-direction: column;
    }

    .sec-title-main h2 {
        justify-content: center;
        font-size: 34px;
        line-height: 42px;
        text-align: center;
    } 

    .sec-title-main h2.dir-col {
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }
    
    .title-main-small {
        font-size: 20px;
        line-height: 20px;
    }
}

@media (min-width: 641px) and (max-width: 860px) {
    .sec-title-main h2 {
        font-size: 40px;
        line-height: 50px;
    } 
    
    .title-main-small {
        font-size: 24px;
        line-height: 24px;
    }
}
/* section flex End */

/* section product Start */
.products-container {
}

.product-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
}

.product-item {
    flex: 1 0 50%;
    padding: 20px;
}

.product-item .sec-col {
    height: 100%;
}

.product-item .sec-col-card {
    position: relative;
    height: 100%;
}

.product-item .sec-col:last-child .sec-col-card {
    padding-bottom: 80px;
}

.product-item .sec-card-container {
    height: 100%;
}

.product-item .sec-row {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0px;
    height: 100%;

}

.product-item .bg-circle::after {
    width: 280px;
    height: 280px;
}

.product-item .sec-cta {
    position: absolute;
    bottom: 0px;
    left: 0px;
}

@media (max-width: 640px) {
    .product-item {
        flex: 1 0 100%;
    }

    .product-item .bg-circle::after {
        width: 160px;
        height: 160px;
    }

    .product-item .sec-title-main h2 {
        font-size: 26px;
        line-height: 34px;
    }

    .product-item .title-main-small {
        font-size: 18px;
        line-height: 26px;
    }

    .bg-circle::after {
        width: 220px;
        height: 220px;
    }
}

@media (min-width: 641px) and (max-width: 860px) {
    .product-list {
        flex-direction: column;
    }

    .product-item .sec-row {
        flex-direction: row;
        gap: 30px;
    }

    .product-item .sec-col:first-child {
        flex: 0 0 172px;
        max-width: 172px;
    }

    .product-item .sec-col {
        flex: 1;
    }

    .product-item .bg-circle::after {
        width: 140px;
        height: 140px;
    }

    .product-item .title-main-small {
        font-size: 24px;
        line-height: 32px;
    }

    .bg-circle::after {
        width: 260px;
        height: 260px;
    }
}
/* section product End */

/* section product tag Start */
.tag-prod-mobility {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    position: absolute;
    top: 0px;
    left: -60px;
    z-index: 100;
    
    height: 50px;
    padding: 20px 10px;
    background-color: #293b8c;
}

.tag-prod-mobility::after {
    content: '';
    position: absolute;
    top: 0px;
    right: -40px;
    width: auto;
    height: 50px;
    border: 25px solid transparent;
    border-left-color: #293b8c;
    border-left-width: 15px;
}

.ico-prod-mobility {
    width: 100%;
    max-width: 40px;
}

.ico-prod-mobility img {
    margin: auto;
    width: 100%;
}

.lbl-prod-mobility {
    color: #fff100;
    font-size: 18px;
    font-weight: bold;
}

.panel-SizeGuide .tag-prod-mobility {
    left: 0px;
}

.product-pants .panel-SizeGuide .tag-prod-mobility {
    top: 30px;
}

@media (max-width: 640px) {
    .sec-pic {
        margin-top: 40px;
    }

    .tag-prod-mobility {
        top: -40px;
        left: -30px;
    }

    .ico-prod-mobility {
        max-width: 30px;
    }

    .lbl-prod-mobility {
        font-size: 16px;
    }

    .SizeGuide-card {
        margin-top: 30px;
    }

    .panel-SizeGuide .tag-prod-mobility {
        top: -40px;
        left: 0px;
    }

    .product-pants .panel-SizeGuide .tag-prod-mobility {
        top: -20px;
    }
}

@media (min-width: 641px) and (max-width: 860px) {
    .tag-prod-mobility {
        top: -50px;
        left: -30px;
    }

    .product-pants .panel-SizeGuide .tag-prod-mobility {
        top: 10px;
    }

    .sec-pic {
        margin-top: 50px;
    }
}
/* section product tag End */


/* animation Start */
/* animation Spinning */
@-webkit-keyframes spinning {
    0% {-webkit-transform:rotate(0deg)}
    100% {-webkit-transform:rotate(359deg)}
}

@-moz-keyframes spinning {
    0% {-moz-transform:rotate(0deg)}
    100% {-moz-transform:rotate(359deg)}
}

@-ms-keyframes spinning {
    0% {-ms-transform:rotate(0deg)}
    100% {-ms-transform:rotate(359deg)}
}

@keyframes spinning {
    0% {transform:rotate(0deg)}
    100% {transform:rotate(359deg)}
}

.anim-spin {
    -webkit-animation: spinning linear infinite;
    -moz-animation: spinning linear infinite;
    -ms-animation: spinning linear infinite;
    animation: spinning linear infinite;

    -webkit-animation-duration: var(--d);
    -moz-animation-duration: var(--d);
    -ms-animation-duration: var(--d);
    animation-duration: var(--d);
}

/* animation Spinning Reverse */
@-webkit-keyframes spinning-reverse {
    0% {-webkit-transform:rotate(0deg)}
    100% {-webkit-transform:rotate(-359deg)}
}

@-moz-keyframes spinning-reverse {
    0% {-moz-transform:rotate(0deg)}
    100% {-moz-transform:rotate(-359deg)}
}

@-ms-keyframes spinning-reverse {
    0% {-ms-transform:rotate(0deg)}
    100% {-ms-transform:rotate(-359deg)}
}

@keyframes spinning-reverse {
    0% {transform:rotate(0deg)}
    100% {transform:rotate(-359deg)}
}

.anim-spin-reverse {
    -webkit-animation: spinning-reverse linear infinite;
    -moz-animation: spinning-reverse linear infinite;
    -ms-animation: spinning-reverse linear infinite;
    animation: spinning-reverse linear infinite;

    -webkit-animation-duration: var(--d);
    -moz-animation-duration: var(--d);
    -ms-animation-duration: var(--d);
    animation-duration: var(--d);
}

/* animation happyJump */
.anim-happyJump {
    -webkit-animation: happyJump 1s linear infinite;
    -moz-animation: happyJump 1s linear infinite;
    -ms-animation: happyJump 1s linear infinite;
    animation: happyJump 1s linear infinite;
}

@-webkit-keyframes happyJump {
    0% {
        -webkit-transform: rotate(-15deg) translate(0px, -10px) scale(1.1, 0.9);
    }
    25% {
        -webkit-transform: rotate(0deg) translate(0px, -20px) scale(0.9, 1.1);
    }
    50% {
        -webkit-transform: rotate(15deg) translate(0px, -10px) scale(1.1, 0.9);
    }
    75% {
        -webkit-transform: rotate(0deg) translate(0px, -20px) scale(0.9, 1.1);
    }
    100% {
        -webkit-transform: rotate(-15deg) translate(0px, -10px)scale(1.1, 0.9);
    }
}

@-moz-keyframes happyJump {
    0% {
        -moz-transform: rotate(-15deg) translate(0px, -10px) scale(1.1, 0.9);
    }
    25% {
        -moz-transform: rotate(0deg) translate(0px, -20px) scale(0.9, 1.1);
    }
    50% {
        -moz-transform: rotate(15deg) translate(0px, -10px) scale(1.1, 0.9);
    }
    75% {
        -moz-transform: rotate(0deg) translate(0px, -20px) scale(0.9, 1.1);
    }
    100% {
        -moz-transform: rotate(-15deg) translate(0px, -10px) scale(1.1, 0.9);
    }
}

@-ms-keyframes happyJump {
    0% {
        -ms-transform: rotate(-15deg) translate(0px, -10px) scale(1.1, 0.9);
    }
    25% {
        -ms-transform: rotate(0deg) translate(0px, -20px) scale(0.9, 1.1);
    }
    50% {
        -ms-transform: rotate(15deg) translate(0px, -10px) scale(1.1, 0.9);
    }
    75% {
        -ms-transform: rotate(0deg) translate(0px, -20px) scale(0.9, 1.1);
    }
    100% {
        -ms-transform: rotate(-15deg) translate(0px, -10px) scale(1.1, 0.9);
    }
}

@keyframes happyJump {
    0% {
        transform: rotate(-15deg) translate(-5px, -10px) scale(1.05, 0.95);
    }
    25% {
        transform: rotate(0deg) translate(0px, -25px) scale(0.95, 1.05);
    }
    50% {
        transform: rotate(15deg) translate(5px, -10px) scale(1.05, 0.95);
    }
    75% {
        transform: rotate(0deg) translate(0px, -25px) scale(0.95, 1.05);
    }
    100% {
        transform: rotate(-15deg) translate(-5px, -10px) scale(1.05, 0.95);
    }
}

/* animation Floating */
@-webkit-keyframes floating {
    0% {-webkit-transform: translateY(0px)}
    50% {-webkit-transform: translateY(-20px)}
    100% {-webkit-transform: translateY(0px)}
}

@-moz-keyframes floating {
    0% {-moz-transform: translateY(0px)}
    50% {-moz-transform: translateY(-20px)}
    100% {-moz-transform: translateY(0px)}
}

@-ms-keyframes floating {
    0% {-ms-transform: translateY(0px)}
    50% {-ms-transform: translateY(-20px)}
    100% {-ms-transform: translateY(0px)}
}

@keyframes floating {
    0% {transform: translateY(0px)}
    50% {transform: translateY(-20px)}
    100% {transform: translateY(0px)}
}

.anim-float {
    -webkit-animation: floating 6s linear infinite;
    -moz-animation: floating 6s linear infinite;
    -ms-animation: floating 6s linear infinite;
    animation: floating 6s linear infinite;

    -webkit-animation-duration: var(--d);
    -moz-animation-duration: var(--d);
    -ms-animation-duration: var(--d);
    animation-duration: var(--d);
}

/* animation shaking */
@-webkit-keyframes shaking {
    0% {-webkit-transform: rotate(0deg)}
    3% {-webkit-transform: rotate(15deg)}
    4% {-webkit-transform: rotate(-15deg)}
    5% {-webkit-transform: rotate(7deg)}
    6% {-webkit-transform: rotate(-7deg)}
    7% {-webkit-transform: rotate(5deg)}
    8% {-webkit-transform: rotate(0deg)}
    100% {-webkit-transform: rotate(0deg)}
}

@-moz-keyframes shaking {
    0% {-moz-transform: rotate(0deg)}
    3% {-moz-transform: rotate(15deg)}
    4% {-moz-transform: rotate(-15deg)}
    5% {-moz-transform: rotate(7deg)}
    6% {-moz-transform: rotate(-7deg)}
    7% {-moz-transform: rotate(5deg)}
    8% {-moz-transform: rotate(0deg)}
    100% {-moz-transform: rotate(0deg)}
}

@-ms-keyframes shaking {
    0% {-ms-transform: rotate(0deg)}
    3% {-ms-transform: rotate(15deg)}
    4% {-ms-transform: rotate(-15deg)}
    5% {-ms-transform: rotate(7deg)}
    6% {-ms-transform: rotate(-7deg)}
    7% {-ms-transform: rotate(5deg)}
    8% {-ms-transform: rotate(0deg)}
    100% {-ms-transform: rotate(0deg)}
}

@keyframes shaking {
    0% {transform: rotate(0deg)}
    10% {transform: rotate(15deg)}
    20% {transform: rotate(-15deg)}
    30% {transform: rotate(7deg)}
    40% {transform: rotate(-7deg)}
    50% {transform: rotate(5deg)}
    60% {transform: rotate(0deg)}
    100% {transform: rotate(0deg)}
}

.anim-shake {
    -webkit-transform-origin: bottom center;
    -moz-transform-origin: bottom center;
    -ms-transform-origin: bottom center;
    transform-origin: bottom center;

    -webkit-animation: shaking 2s linear infinite;
    -moz-animation: shaking 2s linear infinite;
    -ms-animation: shaking 2s linear infinite;
    animation: shaking 2s linear infinite;
}

.anim-shake-2 {
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;

    -webkit-animation: shaking2 1.5s linear infinite;
    -moz-animation: shaking2 1.5s linear infinite;
    -ms-animation: shaking2 1.5s linear infinite;
    animation: shaking2 1.5s linear infinite;
}

@-webkit-keyframes shaking2 {
    0% {-webkit-transform: rotate(-4deg)}
    30% {-webkit-transform: rotate(-4deg)}
    31% {-webkit-transform: rotate(4deg)}
    80% {-webkit-transform: rotate(4deg)}
    81% {-webkit-transform: rotate(-4deg)}
    100% {-webkit-transform: rotate(-4deg)}
}

@-moz-keyframes shaking2 {
    0% {-moz-transform: rotate(-4deg)}
    30% {-moz-transform: rotate(-4deg)}
    31% {-moz-transform: rotate(4deg)}
    80% {-moz-transform: rotate(4deg)}
    81% {-moz-transform: rotate(-4deg)}
    100% {-moz-transform: rotate(-4deg)}
}

@-ms-keyframes shaking2 {
    0% {-ms-transform: rotate(-4deg)}
    30% {-ms-transform: rotate(-4deg)}
    31% {-ms-transform: rotate(4deg)}
    80% {-ms-transform: rotate(4deg)}
    81% {-ms-transform: rotate(-4deg)}
    100% {-ms-transform: rotate(-4deg)}
}

@keyframes shaking2 {
    0% {transform: rotate(-4deg)}
    30% {transform: rotate(-4deg)}
    31% {transform: rotate(4deg)}
    80% {transform: rotate(4deg)}
    81% {transform: rotate(-4deg)}
    100% {transform: rotate(-4deg)}
}

/* animation bounce */
@-webkit-keyframes bouncing {
    0% {-webkit-transform: scale(1,1)}
    10% {-webkit-transform: scale(1.1,0.8)}
    20% {-webkit-transform: scale(0.9,1.2)}
    30% {-webkit-transform: scale(1.09,0.9)}
    40% {-webkit-transform: scale(0.95,1.1)}
    50% {-webkit-transform: scale(1,0.95)}
    60% {-webkit-transform: scale(1,1)}
    100% {-webkit-transform: scale(1,1)}
}

@-moz-keyframes bouncing {
    0% {-moz-transform: scale(1,1)}
    10% {-moz-transform: scale(1.1,0.8)}
    20% {-moz-transform: scale(0.9,1.2)}
    30% {-moz-transform: scale(1.09,0.9)}
    40% {-moz-transform: scale(0.95,1.1)}
    50% {-moz-transform: scale(1,0.95)}
    60% {-moz-transform: scale(1,1)}
    100% {-moz-transform: scale(1,1)}
}

@-ms-keyframes bouncing {
    0% {-ms-transform: scale(1,1)}
    10% {-ms-transform: scale(1.1,0.8)}
    20% {-ms-transform: scale(0.9,1.2)}
    30% {-ms-transform: scale(1.09,0.9)}
    40% {-ms-transform: scale(0.95,1.1)}
    50% {-ms-transform: scale(1,0.95)}
    60% {-ms-transform: scale(1,1)}
    100% {-ms-transform: scale(1,1)}
}

@keyframes bouncing {
    0% {transform: scale(1,1)}
    10% {transform: scale(1.1,0.8)}
    20% {transform: scale(0.9,1.2)}
    30% {transform: scale(1.09,0.9)}
    40% {transform: scale(0.95,1.1)}
    50% {transform: scale(1,0.95)}
    60% {transform: scale(1,1)}
    100% {transform: scale(1,1)}
}

.anim-bounce {
    -webkit-transform-origin: bottom center;
    -moz-transform-origin: bottom center;
    -ms-transform-origin: bottom center;
    transform-origin: bottom center;

    -webkit-animation: bouncing 2s linear infinite;
    -moz-animation: bouncing 2s linear infinite;
    -ms-animation: bouncing 2s linear infinite;
    animation: bouncing 2s linear infinite;
}

/* animation jump */
@-webkit-keyframes jumping {
    0% {bottom: 0px; -webkit-transform: scale(1,1)}
    5% {bottom: 0px; -webkit-transform: scale(1.1, 0.8)}
    7% {bottom: 0px; -webkit-transform: scale(1,1)}
    12% {bottom: 30px; -webkit-transform: scale(0.9,1.2)}
    16% {bottom: 50px; -webkit-transform: scale(1,1)}
    20% {bottom: 0px; -webkit-transform: scale(1,1)}
    24% {bottom: 0px; -webkit-transform: scale(1.1,0.9)}
    28% {bottom: 0px; -webkit-transform: scale(0.95,1.05)}
    36% {bottom: 0px; -webkit-transform: scale(1,1)}
    100% {bottom: 0px; -webkit-transform: scale(1,1)}
}

@-moz-keyframes jumping {
    0% {bottom: 0px; -moz-transform: scale(1,1)}
    5% {bottom: 0px; -moz-transform: scale(1.1, 0.8)}
    7% {bottom: 0px; -moz-transform: scale(1,1)}
    12% {bottom: 30px; -moz-transform: scale(0.9,1.2)}
    16% {bottom: 50px; -moz-transform: scale(1,1)}
    20% {bottom: 0px; -moz-transform: scale(1,1)}
    24% {bottom: 0px; -moz-transform: scale(1.1,0.9)}
    28% {bottom: 0px; -moz-transform: scale(0.95,1.05)}
    36% {bottom: 0px; -moz-transform: scale(1,1)}
    100% {bottom: 0px; -moz-transform: scale(1,1)}
}

@-ms-keyframes jumping {
    0% {bottom: 0px; -ms-transform: scale(1,1)}
    5% {bottom: 0px; -ms-transform: scale(1.1, 0.8)}
    7% {bottom: 0px; -ms-transform: scale(1,1)}
    12% {bottom: 30px; -ms-transform: scale(0.9,1.2)}
    16% {bottom: 50px; -ms-transform: scale(1,1)}
    20% {bottom: 0px; -ms-transform: scale(1,1)}
    24% {bottom: 0px; -ms-transform: scale(1.1,0.9)}
    28% {bottom: 0px; -ms-transform: scale(0.95,1.05)}
    36% {bottom: 0px; -ms-transform: scale(1,1)}
    100% {bottom: 0px; -ms-transform: scale(1,1)}
}

@keyframes jumping {
    0% {bottom: 0px; transform: scale(1,1)}
    5% {bottom: 0px; transform: scale(1.1, 0.8)}
    7% {bottom: 0px; transform: scale(1,1)}
    12% {bottom: 30px; transform: scale(0.9,1.2)}
    16% {bottom: 50px; transform: scale(1,1)}
    20% {bottom: 0px; transform: scale(1,1)}
    24% {bottom: 0px; transform: scale(1.1,0.9)}
    28% {bottom: 0px; transform: scale(0.95,1.05)}
    36% {bottom: 0px; transform: scale(1,1)}
    100% {bottom: 0px; transform: scale(1,1)}
}

.anim-jump {
    -webkit-transform-origin: bottom center;
    -moz-transform-origin: bottom center;
    -ms-transform-origin: bottom center;
    transform-origin: bottom center;

    -webkit-animation: jumping 2.5s linear infinite;
    -moz-animation: jumping 2.5s linear infinite;
    -ms-animation: jumping 2.5s linear infinite;
    animation: jumping 2.5s linear infinite;
}

/* animation wave */
@-webkit-keyframes waving {
    0% {bottom: 0px; -webkit-transform: scale(1,1)}
    5% {bottom: 0px; -webkit-transform: scale(1.1, 0.8)}
    7% {bottom: 0px; -webkit-transform: scale(1,1)}
    12% {bottom: 30px; -webkit-transform: scale(0.9,1.2)}
    16% {bottom: 50px; -webkit-transform: scale(1,1)}
    20% {bottom: 0px; -webkit-transform: scale(1,1)}
    24% {bottom: 0px; -webkit-transform: scale(1.1,0.9)}
    28% {bottom: 0px; -webkit-transform: scale(0.95,1.05)}
    36% {bottom: 0px; -webkit-transform: scale(1,1)}
    100% {bottom: 0px; -webkit-transform: scale(1,1)}
}

@-moz-keyframes waving {
    0% {bottom: 0px; -moz-transform: scale(1,1)}
    5% {bottom: 0px; -moz-transform: scale(1.1, 0.8)}
    7% {bottom: 0px; -moz-transform: scale(1,1)}
    12% {bottom: 30px; -moz-transform: scale(0.9,1.2)}
    16% {bottom: 50px; -moz-transform: scale(1,1)}
    20% {bottom: 0px; -moz-transform: scale(1,1)}
    24% {bottom: 0px; -moz-transform: scale(1.1,0.9)}
    28% {bottom: 0px; -moz-transform: scale(0.95,1.05)}
    36% {bottom: 0px; -moz-transform: scale(1,1)}
    100% {bottom: 0px; -moz-transform: scale(1,1)}
}

@-ms-keyframes waving {
    0% {bottom: 0px; -ms-transform: scale(1,1)}
    5% {bottom: 0px; -ms-transform: scale(1.1, 0.8)}
    7% {bottom: 0px; -ms-transform: scale(1,1)}
    12% {bottom: 30px; -ms-transform: scale(0.9,1.2)}
    16% {bottom: 50px; -ms-transform: scale(1,1)}
    20% {bottom: 0px; -ms-transform: scale(1,1)}
    24% {bottom: 0px; -ms-transform: scale(1.1,0.9)}
    28% {bottom: 0px; -ms-transform: scale(0.95,1.05)}
    36% {bottom: 0px; -ms-transform: scale(1,1)}
    100% {bottom: 0px; -ms-transform: scale(1,1)}
}

@keyframes waving {
    0% {transform: rotate(0deg)}
    30% {transform: rotate(2deg)}
    70% {transform: rotate(-2deg)}
    100% {transform: rotate(0deg)}
}

.anim-wave {
    -webkit-transform-origin: bottom center;
    -moz-transform-origin: bottom center;
    -ms-transform-origin: bottom center;
    transform-origin: bottom center;

    -webkit-animation: waving 2.5s linear infinite;
    -moz-animation: waving 2.5s linear infinite;
    -ms-animation: waving 2.5s linear infinite;
    animation: waving 2.5s linear infinite;

    -webkit-animation-duration: var(--d);
    -moz-animation-duration: var(--d);
    -ms-animation-duration: var(--d);
    animation-duration: var(--d);
}

/* animation End */