@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  img[src*=".svg"] {
    width: 100%; 
  }
}

/* Keyframes for the fade-in */
@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }

.fader {
  opacity:0;
  opacity: 1 \9; /*just in case ie*/
  -webkit-animation:fadeIn ease-in 1;
  -moz-animation:fadeIn ease-in 1;
  animation:fadeIn ease-in 1;

  -webkit-animation-fill-mode:forwards;
  -moz-animation-fill-mode:forwards;
  animation-fill-mode:forwards;

  -webkit-animation-duration:1s;
  -moz-animation-duration:1s;
  animation-duration:1s;
} 

	
.fader.one {
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  animation-delay: 0s;
}

.fader.two {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  animation-delay: 1s;
}

.fader.three {
  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
  animation-delay: 2s;
}


@media screen and (max-width: 39.9375em) {
   
    
    .mobile_nav_icon {
    font-family: 'ElegantIcons';
    color: #000 !important;
    font-size: 45px;
    position: fixed;
    right: 0px;
    top: 0px;
    z-index: 30;
    padding: 4px 3px 1px;
    line-height: 100%;
    background: #fff;
    border-radius: 0;
}
    
    .scrolled .mobile_nav_icon{color: #fff !important;background: #000;top: 5px;right: 5px;}
    
                .mobile_logo .cls-1{fill:#fff;}
            .scrolled .mobile_logo .cls-1{fill: #959D9F;}
    
    
    
    
.mobile_topbar{
    background: transparent;
    position: fixed;
    z-index: 10;
    top: 0;
    width: 100vw;
    height: 60px;
}

.scrolled .mobile_topbar{
    background: #fff;
    z-index: 97;
    -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}

.mobile_logo{
    width: 110px;
    height: 43px;
    margin: 0px 0 0 10px;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
    opacity: 0;
}

.scrolled .mobile_logo{
    width: 110px;
    margin: 0px 0 0 10px;
}

.register_fixed_row{
    position: fixed;
    bottom: -50px;
    position: fixed;
    /* bottom: 0px; */
    width: 100%;
    z-index: 20;
    background: #a0aeae;
    background-color: #959D9F;
    background-image: url(../img/45-degree-fabric-light.png);
    text-align: center;
    padding: 10px 0 12px;
    -webkit-transition: bottom 1s ease-out;
    -moz-transition: bottom 1s ease-out;
    -o-transition: bottom 1s ease-out;
    transition: bottom 1s ease-out;
}

.register_fixed_row h6{}

.fixed_register{
    text-transform: uppercase;
    letter-spacing: 0.3em;
    /* margin: 20px 40px; */
    font-family: "MaisonNeue-Demi";
    font-size: 14px;
    color: #fff !important;
}

.scrolled .register_fixed_row{
    bottom: 0px;
}

.overlay{
    z-index: 98;
    background: rgba(20,20,20,0.85);
    background-image: url(../img/pattern.svg);
    background-size: 100px;
    background-repeat: repeat;
}

.overlay-close{
    width: 30px;
    height: 30px;
    position: absolute;
    right: 15px;
    top: 15px;
    overflow: hidden;
    border: none;
    background: url(../img/cross.png) no-repeat center center;
    text-indent: 200%;
    color: transparent;
    outline: none;
    background-size: 25px;
    z-index: 200;
}

.overlay nav{
    text-align: center;
    position: relative;
    top: 20%;
    height: 80%;
    font-size: 54px;
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%);
    z-index: 20;
}

.overlay ul{
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: inline-block;
    height: 100%;
    position: relative;
}

.overlay li{
    display: block;
    height: 20%;
    height: calc(100% / 5);
    min-height: 40px;
    text-align: center;
}

.overlay li a{
    font-weight: 400;
    display: block;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
    color: #fff;
    text-transform: none;
    text-align: center;
    font-family: 'Kanit';
    font-size: 25px;
    letter-spacing: 0.04em;
    margin: 0 auto 5px;
    line-height: 140%;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
}

.mobile_register{}

.unscrolled{}

.container{
    font-size: 10px;
}

.top{
    position: absolute;
    top: 0;
}

a{
    color: inherit;
    outline: none;
}

a:hover, a:focus, a:active, a:visited{
    color: inherit;
    outline: none;
}

.desktop_nav_row{
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    background-color: transparent;
    padding: 25px 0;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
    z-index: 10;
}

.desktop_nav_wrap{
    text-align: center;
    width: 100%;
    position: relative;
}

.desktop_logo_link{}

.desktop_logo{
    position: fixed;
    height: 45px;
    left: -120px;
    top: 12px;
    z-index: 20;
    -webkit-transition: left 1s ease-out;
    -moz-transition: left 1s ease-out;
    -o-transition: left 1s ease-out;
    transition: left 1s ease-out;
    /* transition-delay: 1s; */
}

.scrolled .desktop_logo_link{}

.scrolled .desktop_logo{
    left: 20px;
    transition-delay: 1s;
}

.nav_col{}

.nav_col ul{
    margin: 0 auto;
}

.nav_col li{
    color: #fff;
    text-align: left;
    font-family: 'Kanit';
    font-style: normal;
    font-weight: 400;
    font-size: 1.1em;
    line-height: 140%;
    letter-spacing: 0.08em;
    margin: 0 25px 0;
    padding: 0 0 0 0;
    list-style: none;
    display: inline-block;
    text-transform: uppercase;
}

.nav_col li a{}

.divider{
    margin: 0 10px 0 !important;
}

.menu_divider{
    width: 8px;
    opacity: 1;
}

.scrolled .menu_divider{ opacity: 0.7;}

.scrolled .desktop_nav_row{
    background-color: #000;
}

.scrolled .desktop_nav_wrap{}

.scrolled .nav_col ul{}

.scrolled .nav_col li{}

.scrolled .nav_col li a{}

.scrolled .divider{}

.mobile_topbar{}

.scrolled .mobile_topbar{
    background: #000;
}

.scrolled .mobile_logo{
    opacity: 1;
}

.scrolled .mobile_logo{}

.mobile_nav_icon{}

.scrolled .mobile_nav_icon{}

#home{
    background: #ea0a1b;
    background-image: url('../img/pattern.svg');
    background-size: 100px;
    background-repeat: repeat;
    min-height: 100vh;
    height: 100vh;
}

.homepage_section{}

.homepage_section .grid-x{}

.homepage_content_wrap{
    height: 100%;
}

.homepage_content_row{
    height: 100%;
    /* position: relative; */
}

.homepage_logo{
    max-width: 250px;
    margin: 0 auto 40px;
    display: block;
}

.homepage_content_row h1{
    font-family: 'Kanit';
    font-style: normal;
    font-weight: 400;
    font-size: 2.1em;
    line-height: 120%;
    letter-spacing: 0.02em;
    margin: 40px auto 15px;
    padding: 0 0 0 0;
    text-align: center;
    max-width: 260px;
    color: #fff;
}

.homepage_content_row h1 strong{
    font-weight: 600;
}

.homepage_content_row h2{
    color: #000;
    font-family: 'Kanit';
    font-style: normal;
    font-weight: 400;
    font-size: 1.1em;
    line-height: 140%;
    letter-spacing: 0.02em;
    margin: 0 auto 0;
    padding: 0 0 0 0;
    max-width: 250px;
    text-align: center;
}

.homepage_content_row h5{
    text-align: center;
}

.homepage_btn, .service_btn{
    color: #fff !important;
    text-align: center;
    font-family: 'Kanit';
    font-weight: 600;
    line-height: 120%;
    font-size: 0.75em;
    letter-spacing: 0.05em;
    margin: 30px auto 80px;
    display: inline-block;
    border: 2px solid #000;
    padding: 13px 25px 16px;
    background-color: #000;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.homepage_btn:hover, .service_btn:hover{
    border: 2px solid #fff;
    background-color: #fff;
    color: #000 !important;
}

.homepage_subsection{
    padding: 100px 0 50px;
}

.homepage_subsection .grid-x{
    max-width: 88rem;
    margin-left: auto;
    margin-right: auto;
}

#about{
    background: #0f0f0f;
}

.about_intro_row{}

.about_intro_row h3{
    font-family: 'Kanit';
    font-style: normal;
    font-weight: 400;
    font-size: 2em;
    line-height: 120%;
    letter-spacing: 0.02em;
    margin: 0 auto 20px;
    padding: 0 0 0 0;
    text-align: center;
    color: #ea0a1b;
    max-width: 290px;
}

.about_intro_row h3 strong{
    font-weight: 600;
}

.about_intro_row p, .about_bottom_row p{
    color: #fff;
    font-family: 'Kanit';
    font-style: normal;
    font-weight: 400;
    font-size: 1.2em;
    line-height: 140%;
    letter-spacing: 0.02em;
    margin: 0 auto 40px;
    padding: 0 0 0 0;
    max-width: 280px;
    text-align: center;
}

.about_bottom_row{}

.about_bottom_row p{max-width: 280px;}

.icon_row{
    margin: 10px auto 20px;
    max-width: 300px !important;!i;!;
}

.icon_block{}

.icon_block p{
    color: #fff;
    text-align: center;
    font-family: 'Kanit';
    font-style: normal;
    font-weight: 400;
    font-size: 1em;
    line-height: 140%;
    letter-spacing: 0.02em;
    margin: 0 auto 30px;
    padding: 0 0 0 0;
}

.icon{
    height: 65px;
    margin: 0 auto 10px;
    display: block;
}

.icon-divider{
    max-width: 10px;
    margin: 0 auto;
    display: none;
}

#clients{
}

.clients_intro{}

.clients_intro h1{
    color: #ea0a1b;
    text-align: center;
    font-family: 'Kanit';
    font-style: normal;
    font-weight: 400;
    font-size: 2em;
    line-height: 140%;
    letter-spacing: 0.02em;
    margin: 0 auto 30px;
    padding: 0 0 0 0;
}

.clients_intro h1 strong{
    font-weight: 600;
}

.client_grid{
    max-width: 800px !important;
    margin-left: auto;
    margin-right: auto;
}

.client_holder{
    width: 33%;
}

.client_img{}

#service{
    background-color: #ea0a1b;
    background-image: url(../img/pattern.svg);
    background-size: 100px;
    background-repeat: repeat;
}

.services_content_row{}

.profile_img{
    max-width: 85%;
    margin: 0 auto;
    display: block;
}

.services_content_row h1{
    color: #fff;
    text-align: center;
    font-family: 'Kanit';
    font-style: normal;
    font-weight: 400;
    font-size: 2em;
    line-height: 140%;
    letter-spacing: 0.02em;
    margin: 25px auto 5px;
    padding: 0 0 0 0;
}

.services_content_row h1 strong{
    font-weight: 600;
}

.services_content_row p, .services_content_row h2, .services_content_row ul{
    color: #000;
    text-align: left;
    font-family: 'Kanit';
    font-style: normal;
    font-weight: 400;
    font-size: 1.1em;
    line-height: 140%;
    letter-spacing: 0.02em;
    margin: 0 auto 0;
    padding: 0 0 0 0;
    max-width: 85%;
}

.services_content_row h5{
    max-width: 85%;
    margin: 0 auto;
}

.service_btn{}

.service_btn:hover{}

#contact{
    background-color: #0f0f0f;
    /* padding: 150px 0 150px; */
}

.contact_form_row{}

.contact_form_row h1{
    font-family: 'Kanit';
    font-style: normal;
    font-weight: 400;
    font-size: 2em;
    line-height: 140%;
    letter-spacing: 0.02em;
    margin: 0 auto 0;
    padding: 0 0 0 0;
    text-align: center;
    color: #ea0a1b;
    max-width: 1000px;
}

.contact_form_row h1 strong{
    font-weight: 600;
}

.form_wrap{
    max-width: 280px;
    border: none;
    margin: 30px auto 0px;
}

.contact_bottom_row{
    max-width: 800px !important;
    text-align: center;
}

.footer_logo{
    max-width: 140px;
    float: none;
    margin: 0 auto 30px;
    text-align: center;
    display: block;
}

.contact_bottom_row ul{
    margin-left: auto;
    margin-bottom: 30px;
}

.contact_bottom_row li{
    color: #fff;
    font-family: 'Kanit';
    font-style: normal;
    font-weight: 400;
    font-size: 1.2em;
    line-height: 140%;
    letter-spacing: 0.03em;
    margin: 0 auto 10px;
    padding: 0 0 0 0;
    list-style: none;
    list-style-position: inside;
    position: relative;
}

.marker{
    width: 6px;
    position: relative;
    left: -5px;
    top: 0px;
}

.m1{}

.m2{
    opacity: 0.8;
}

.m3{
    opacity: 0.6;
}

.m4{
    opacity: 0.4;
}

.spacer{}

.footer_icon{
    height: 25px;
    margin: 0 4px 0 4px;
}

.footer_icon:first-child{}

.footer_icon:last-child{}

.disclaimer_row{}

.disclaimer_row h6, .bottom_footer_row h5{
    color: #aaa;
    font-family: 'Kanit';
    font-style: normal;
    font-weight: 400;
    font-size: 1.0em;
    line-height: 140%;
    letter-spacing: 0.02em;
    margin: 50px auto 0;
    padding: 0 0 0 0;
    max-width: 750px;
    text-align: center;
}

.overlay{}

.overlay-close{}

.overlay nav{}

.overlay ul{}

.overlay li{}

.overlay li a{}
.privacy_policy_row{
    max-width: 90vw !important;
    margin: 0px auto 20px;
}
	  	  .privacy_policy_row .cell{}
	  	  .privacy_policy_row p{
    color: #fff;
    font-family: 'Kanit';
    font-style: normal;
    font-weight: 400;
    font-size: 1.1em;
    line-height: 140%;
    letter-spacing: 0.02em;
    margin: 0 auto 0;
    padding: 0 0 0 0;
    text-align: left;
}
	  .privacy_policy_row p strong{}
	  .privacy_policy_row h3{
    color: #ea0a1b;
    font-family: 'Kanit';
    font-style: normal;
    font-weight: 400;
    font-size: 1.7em;
    line-height: 140%;
    letter-spacing: 0.02em;
    margin: 30px auto 10px;
    padding: 0 0 0 0;
    text-align: left;
}
	  .privacy_policy_row ul, .privacy_policy_row ol{
    color: #fff;
    font-family: 'Kanit';
    font-style: normal;
    font-weight: 400;
    font-size: 1.1em;
    line-height: 140%;
    letter-spacing: 0.02em;
    margin: 5px auto 20px;
    padding: 0 0 0 0;
    text-align: left;
    list-style-position: inside;
}
	  .privacy_policy_row ul li{}
	  .privacy_policy_row ol{}
	  .privacy_policy_row ol li{}

  .services_content_row1{
    margin-bottom: 30px;
}
	  .services_content_row2{}
	  .services_intro{}
	  .services_intro h1{
    color: #fff !important;
}
	  .services_intro h1 strong{}
	  .services_content_row h1{}
	  .services_content_row h2{
    font-size: 1.8em;
    margin: 0 auto 20px;
    text-align: center;
}
	  .services_content_row p{}
	  .services_content_row ul{
    list-style-position: inside;
    margin: 5px auto 0;
}
	  .services_content_row li{}
.bottom_footer_row{
    max-width: 100% !important;
}
.bottom_footer_row .cell{}
.bottom_footer_row h5{
    margin: 20px auto 20px;
    max-width: 80%;
}
.igea_logo{
    max-width: min(90px, 80%);
    margin: 30px auto 0px;
    display: block;
}

	.icon_row1{}
.icon_row2{
    max-width: 300px !important;
    margin: 0 auto 10px;
}

.spa_logo{
    margin: 0px auto 130px;
    display: block;
}


    
}
@media screen and (min-width: 40em) {
    
.unscrolled{}

.container{
    font-size: 13px;
}

.top{
    position: absolute;
    top: 0;
}

a{
    color: inherit;
    outline: none;
}

a:hover, a:focus, a:active, a:visited{
    color: inherit;
    outline: none;
}

.desktop_nav_row{
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    background-color: transparent;
    padding: 18px 0;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
    z-index: 10;
}

.desktop_nav_wrap{
    text-align: center;
    width: 100%;
    position: relative;
}

.desktop_logo_link{}

.desktop_logo{
    position: fixed;
    height: 45px;
    left: -120px;
    top: 12px;
    z-index: 20;
    -webkit-transition: left 1s ease-out;
    -moz-transition: left 1s ease-out;
    -o-transition: left 1s ease-out;
    transition: left 1s ease-out;
    /* transition-delay: 1s; */
}

.scrolled .desktop_logo_link{}

.scrolled .desktop_logo{
    left: -120px;
    transition-delay: 1s;
}

.nav_col{}

.nav_col ul{
    margin: 0 auto;
}

.nav_col li{
    color: #fff;
    text-align: left;
    font-family: 'Kanit';
    font-style: normal;
    font-weight: 400;
    font-size: 1.1em;
    line-height: 140%;
    letter-spacing: 0.08em;
    margin: 0 15px 0;
    padding: 0 0 0 0;
    list-style: none;
    display: inline-block;
    text-transform: uppercase;
}

.nav_col li a{}

.divider{
    margin: 0 10px 0 !important;
}

.menu_divider{
    width: 6px;
    opacity: 1;
}

.scrolled .menu_divider{ opacity: 0.7;}

.scrolled .desktop_nav_row{
    background-color: #000;
}

.scrolled .desktop_nav_wrap{}

.scrolled .nav_col ul{}

.scrolled .nav_col li{}

.scrolled .nav_col li a{}

.scrolled .divider{}

.mobile_topbar{}

.scrolled .mobile_topbar{}

.mobile_logo{}

.scrolled .mobile_logo{}

.mobile_nav_icon{}

.scrolled .mobile_nav_icon{}

#home{
    background: #ea0a1b;
    background-image: url('../img/pattern.svg');
    background-size: 240px;
    background-repeat: repeat;
    min-height: 100vh;
    height: 100vh;
}

.homepage_section{}

.homepage_section .grid-x{}

.homepage_content_wrap{
    height: 100%;
}

.homepage_content_row{
    height: 100%;
    /* position: relative; */
}

.homepage_logo{
    max-width: 360px;
    margin: 0 auto 50px;
    display: block;
}

.homepage_content_row h1{
    font-family: 'Kanit';
    font-style: normal;
    font-weight: 400;
    font-size: 2.4em;
    line-height: 130%;
    letter-spacing: 0.02em;
    margin: 0px auto 15px;
    padding: 0 0 0 0;
    text-align: center;
    color: #fff;
    max-width: 400px;
}

.homepage_content_row h1 strong{
    font-weight: 600;
}

.homepage_content_row h2{
    color: #000;
    font-family: 'Kanit';
    font-style: normal;
    font-weight: 400;
    font-size: 1.2em;
    line-height: 140%;
    letter-spacing: 0.02em;
    margin: 0 auto 0;
    padding: 0 0 0 0;
    max-width: 450px;
    text-align: center;
}

.homepage_content_row h5{
    text-align: center;
}

.homepage_btn, .service_btn{
    color: #fff !important;
    text-align: center;
    font-family: 'Kanit';
    font-weight: 600;
    line-height: 120%;
    font-size: 0.8em;
    letter-spacing: 0.05em;
    margin: 20px auto 50px;
    display: inline-block;
    border: 2px solid #000;
    padding: 14px 25px 14px;
    background-color: #000;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.homepage_btn:hover, .service_btn:hover{
    border: 2px solid #fff;
    background-color: #fff;
    color: #000 !important;
}

.homepage_subsection{
    padding: 130px 0 100px;
}

.homepage_subsection .grid-x{
    max-width: 88rem;
    margin-left: auto;
    margin-right: auto;
}

#about{
    background: #0f0f0f;
}

.about_intro_row{}

.about_intro_row h3{
    font-family: 'Kanit';
    font-style: normal;
    font-weight: 400;
    font-size: 2.2em;
    line-height: 120%;
    letter-spacing: 0.02em;
    margin: 0 auto 20px;
    padding: 0 0 0 0;
    text-align: center;
    color: #ea0a1b;
    max-width: 600px;
}

.about_intro_row h3 strong{
    font-weight: 600;
}

.about_intro_row p, .about_bottom_row p{
    color: #fff;
    font-family: 'Kanit';
    font-style: normal;
    font-weight: 400;
    font-size: 1.1em;
    line-height: 140%;
    letter-spacing: 0.02em;
    margin: 0 auto 0;
    padding: 0 0 0 0;
    max-width: 450px;
    text-align: center;
}

.about_bottom_row{}

.about_bottom_row p{max-width: 450px;}

.icon_row{
    margin: 80px auto 50px;
}

.icon_block{}

.icon_block p{
    color: #fff;
    text-align: center;
    font-family: 'Kanit';
    font-style: normal;
    font-weight: 400;
    font-size: 1em;
    line-height: 140%;
    letter-spacing: 0.02em;
    margin: 0 auto 40px;
    padding: 0 0 0 0;
}

.icon{
    height: 70px;
    margin: 0 auto 15px;
    display: block;
}

.icon-divider{
    max-width: 10px;
    margin: 0 auto;
    display: none;
}

#clients{
}

.clients_intro{}

.clients_intro h1{
    color: #ea0a1b;
    text-align: center;
    font-family: 'Kanit';
    font-style: normal;
    font-weight: 400;
    font-size: 2.2em;
    line-height: 140%;
    letter-spacing: 0.02em;
    margin: 0 auto 30px;
    padding: 0 0 0 0;
}

.clients_intro h1 strong{
    font-weight: 600;
}

.client_grid{
    max-width: 580px !important;
    margin-left: auto;
    margin-right: auto;
}

.client_holder{
    width: 33%;
}

.client_img{}

#service{
    background-color: #ea0a1b;
    background-image: url(../img/pattern.svg);
    background-size: 240px;
    background-repeat: repeat;
}

.services_content_row{
    margin-bottom: 50px;
}

.profile_img{}

.services_content_row h1{
    color: #fff;
    text-align: left;
    font-family: 'Kanit';
    font-style: normal;
    font-weight: 400;
    font-size: 2.1em;
    line-height: 140%;
    letter-spacing: 0.02em;
    margin: 0 auto 0px;
    padding: 0 0 0 0;
    max-width: 95%;
}

.services_content_row h1 strong{
    font-weight: 600;
}

.services_content_row p, .services_content_row h2, .services_content_row ul{
    color: #000;
    text-align: left;
    font-family: 'Kanit';
    font-style: normal;
    font-weight: 400;
    font-size: 1.0em;
    line-height: 140%;
    letter-spacing: 0.02em;
    margin: 0 auto 0;
    padding: 0 0 0 0;
    max-width: 95%;
}

.services_content_row h5{
    max-width: 95%;
    margin: 0 auto;
}

.service_btn{}

.service_btn:hover{}

#contact{
    background-color: #0f0f0f;
    padding: 150px 0 60px;
}

.contact_form_row{}

.contact_form_row h1{
    font-family: 'Kanit';
    font-style: normal;
    font-weight: 400;
    font-size: 2.2em;
    line-height: 140%;
    letter-spacing: 0.02em;
    margin: 0 auto 0;
    padding: 0 0 0 0;
    text-align: center;
    color: #ea0a1b;
    max-width: 1000px;
}

.contact_form_row h1 strong{
    font-weight: 600;
}

.form_wrap{
    max-width: 440px;
    border: none;
    margin: 40px auto 50px;
}

.contact_bottom_row{
    max-width: 600px !important;
}

.footer_logo{
    max-width: 180px;
    float: right;
    margin: 0 30px 0 0;
}

.contact_bottom_row ul{
    margin-left: auto;
    margin-bottom: 0;
}

.contact_bottom_row li{
    color: #fff;
    font-family: 'Kanit';
    font-style: normal;
    font-weight: 400;
    font-size: 1.1em;
    line-height: 140%;
    letter-spacing: 0.03em;
    margin: 0 auto 15px;
    padding: 0 0 0 0;
    list-style: none;
    list-style-position: inside;
    position: relative;
}

.marker{
    width: 10px;
    position: absolute;
    left: -20px;
    top: 9px;
}

.m1{}

.m2{
    opacity: 0.8;
}

.m3{
    opacity: 0.6;
}

.m4{
    opacity: 0.4;
}

.spacer{}

.footer_icon{
    height: 30px;
    margin: 0 8px 0 0;
}

.footer_icon:first-child{}

.footer_icon:last-child{}

.disclaimer_row{}

.disclaimer_row h6, .bottom_footer_row h5{
    color: #aaa;
    font-family: 'Kanit';
    font-style: normal;
    font-weight: 400;
    font-size: 0.95em;
    line-height: 140%;
    letter-spacing: 0.02em;
    margin: 100px auto 0;
    padding: 0 0 0 0;
    max-width: 750px;
    text-align: center;
}

.overlay{}

.overlay-close{}

.overlay nav{}

.overlay ul{}

.overlay li{}

.overlay li a{}
.privacy_policy_row{
    max-width: 600px !important;
    margin: 40px auto;
}
	  	  .privacy_policy_row .cell{}
	  	  .privacy_policy_row p{
    color: #fff;
    font-family: 'Kanit';
    font-style: normal;
    font-weight: 400;
    font-size: 1.1em;
    line-height: 140%;
    letter-spacing: 0.02em;
    margin: 0 auto 0;
    padding: 0 0 0 0;
    text-align: left;
}
	  .privacy_policy_row p strong{}
	  .privacy_policy_row h3{
    color: #ea0a1b;
    font-family: 'Kanit';
    font-style: normal;
    font-weight: 400;
    font-size: 1.7em;
    line-height: 140%;
    letter-spacing: 0.02em;
    margin: 30px auto 10px;
    padding: 0 0 0 0;
    text-align: left;
}
	  .privacy_policy_row ul, .privacy_policy_row ol{
    color: #fff;
    font-family: 'Kanit';
    font-style: normal;
    font-weight: 400;
    font-size: 1.1em;
    line-height: 140%;
    letter-spacing: 0.02em;
    margin: 5px auto 20px;
    padding: 0 0 0 0;
    text-align: left;
    list-style-position: inside;
}
	  .privacy_policy_row ul li{}
	  .privacy_policy_row ol{}
	  .privacy_policy_row ol li{}

  .services_content_row1{}
	  .services_content_row2{
    margin-bottom: 0;
}
	  .services_intro{}
	  .services_intro h1{
    color: #fff !important;
    margin: 0 auto 50px !important;
}
	  .services_intro h1 strong{}
	  .services_content_row h1{}
	  .services_content_row h2{
    font-size: 1.8em;
    margin: 0 auto 40px;
}
	  .services_content_row p{}
	  .services_content_row ul{
    list-style-position: inside;
    margin: 10px auto 0;
}
	  .services_content_row li{}
.bottom_footer_row{
    max-width: 100% !important;
}
.bottom_footer_row .cell{}
.bottom_footer_row h5{
    margin: 20px auto 30px;
    max-width: 400px;
}
.igea_logo{
    max-width: min(95px, 80%);
    margin: 30px auto 0px;
    display: block;
}

	.icon_row1{}
.icon_row2{
    max-width: 65rem !important;
    margin: 0 auto 30px;
    text-align: center !important;!i;!;
}

.spa_logo{
    margin: 0px auto 130px;
    display: block;
}


    
}
@media screen and (min-width: 64em) {
    
.unscrolled{}

.container{
    font-size: 13px;
}

.top{
    position: absolute;
    top: 0;
}

a{
    color: inherit;
    outline: none;
}

a:hover, a:focus, a:active, a:visited{
    color: inherit;
    outline: none;
}

.desktop_nav_row{
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    background-color: transparent;
    padding: 25px 0;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
    z-index: 10;
}

.desktop_nav_wrap{
    text-align: center;
    width: 100%;
    position: relative;
}

.desktop_logo_link{}

.desktop_logo{
    position: fixed;
    height: 45px;
    left: -120px;
    top: 12px;
    z-index: 20;
    -webkit-transition: left 1s ease-out;
    -moz-transition: left 1s ease-out;
    -o-transition: left 1s ease-out;
    transition: left 1s ease-out;
    /* transition-delay: 1s; */
}

.scrolled .desktop_logo_link{}

.scrolled .desktop_logo{
    left: 20px;
    transition-delay: 1s;
}

.nav_col{}

.nav_col ul{
    margin: 0 auto;
}

.nav_col li{
    color: #fff;
    text-align: left;
    font-family: 'Kanit';
    font-style: normal;
    font-weight: 400;
    font-size: 1.2em;
    line-height: 140%;
    letter-spacing: 0.08em;
    margin: 0 20px 0;
    padding: 0 0 0 0;
    list-style: none;
    display: inline-block;
    text-transform: uppercase;
}

.nav_col li a{}

.divider{
    margin: 0 10px 0 !important;
}

.menu_divider{
    width: 8px;
    opacity: 1;
}

.scrolled .menu_divider{ opacity: 0.7;}

.scrolled .desktop_nav_row{
    background-color: #000;
}

.scrolled .desktop_nav_wrap{}

.scrolled .nav_col ul{}

.scrolled .nav_col li{}

.scrolled .nav_col li a{}

.scrolled .divider{}

.mobile_topbar{}

.scrolled .mobile_topbar{}

.mobile_logo{}

.scrolled .mobile_logo{}

.mobile_nav_icon{}

.scrolled .mobile_nav_icon{}

#home{
    background: #ea0a1b;
    background-image: url('../img/pattern.svg');
    background-size: 180px;
    background-repeat: repeat;
    min-height: 100vh;
    height: 100vh;
}

.homepage_section{}

.homepage_section .grid-x{}

.homepage_content_wrap{
    height: 100%;
}

.homepage_content_row{
    height: 100%;
    /* position: relative; */
}

.homepage_logo{
    max-width: 430px;
    margin: 0 auto 30px;
    display: block;
}

.homepage_content_row h1{
    font-family: 'Kanit';
    font-style: normal;
    font-weight: 400;
    font-size: 2.4em;
    line-height: 140%;
    letter-spacing: 0.02em;
    margin: 40px auto 15px;
    padding: 0 0 0 0;
    text-align: center;
    color: #fff;
    max-width: inherit;
}

.homepage_content_row h1 strong{
    font-weight: 600;
}

.homepage_content_row h2{
    color: #000;
    font-family: 'Kanit';
    font-style: normal;
    font-weight: 400;
    font-size: 1.2em;
    line-height: 140%;
    letter-spacing: 0.02em;
    margin: 0 auto 0;
    padding: 0 0 0 0;
    max-width: 600px;
    text-align: center;
}

.homepage_content_row h5{
    text-align: center;
}

.homepage_btn, .service_btn{
    color: #fff !important;
    text-align: center;
    font-family: 'Kanit';
    font-weight: 600;
    line-height: 120%;
    font-size: 0.8em;
    letter-spacing: 0.05em;
    margin: 30px auto 0;
    display: inline-block;
    border: 2px solid #000;
    padding: 14px 25px 14px;
    background-color: #000;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.homepage_btn:hover, .service_btn:hover{
    border: 2px solid #fff;
    background-color: #fff;
    color: #000 !important;
}

.homepage_subsection{
    padding: 130px 0 120px;
}

.homepage_subsection .grid-x{
    max-width: 68rem;
    margin-left: auto;
    margin-right: auto;
}

#about{
    background: #0f0f0f;
}

.about_intro_row{}

.about_intro_row h3{
    font-family: 'Kanit';
    font-style: normal;
    font-weight: 400;
    font-size: 2.6em;
    line-height: 120%;
    letter-spacing: 0.02em;
    margin: 0 auto 20px;
    padding: 0 0 0 0;
    text-align: center;
    color: #ea0a1b;
    max-width: 1000px;
}

.about_intro_row h3 strong{
    font-weight: 600;
}

.about_intro_row p, .about_bottom_row p{
    color: #fff;
    font-family: 'Kanit';
    font-style: normal;
    font-weight: 400;
    font-size: 1.2em;
    line-height: 140%;
    letter-spacing: 0.02em;
    margin: 0 auto 0;
    padding: 0 0 0 0;
    max-width: 550px;
    text-align: center;
}

.about_bottom_row{}

.about_bottom_row p{max-width: 550px;}

.icon_row{
    margin: 90px auto 70px;
}

.icon_block{}

.icon_block p{
    color: #fff;
    text-align: center;
    font-family: 'Kanit';
    font-style: normal;
    font-weight: 400;
    font-size: 1em;
    line-height: 140%;
    letter-spacing: 0.02em;
    margin: 0 auto 0;
    padding: 0 0 0 0;
}

.icon{
    height: 90px;
    margin: 0 auto 25px;
    display: block;
}

.icon-divider{
    max-width: 8px;
    margin: 0 auto;
    display: block;
}

#clients{
}

.clients_intro{}

.clients_intro h1{
    color: #ea0a1b;
    text-align: center;
    font-family: 'Kanit';
    font-style: normal;
    font-weight: 400;
    font-size: 2.6em;
    line-height: 140%;
    letter-spacing: 0.02em;
    margin: 0 auto 30px;
    padding: 0 0 0 0;
}

.clients_intro h1 strong{
    font-weight: 600;
}

.client_grid{
    max-width: 700px !important;
    margin-left: auto;
    margin-right: auto;
}

.client_holder{
    width: 33%;
}

.client_img{}

#service{
    background-color: #ea0a1b;
    background-image: url(../img/pattern.svg);
    background-size: 180px;
    background-repeat: repeat;
}

.services_content_row{}

.profile_img{}

.services_content_row h1{
    color: #fff;
    text-align: left;
    font-family: 'Kanit';
    font-style: normal;
    font-weight: 400;
    font-size: 2.6em;
    line-height: 140%;
    letter-spacing: 0.02em;
    margin: 0 auto 0px;
    padding: 0 0 0 0;
    max-width: 75%;
}

.services_content_row h1 strong{
    font-weight: 600;
}

.services_content_row p, .services_content_row h2, .services_content_row ul{
    color: #000;
    text-align: left;
    font-family: 'Kanit';
    font-style: normal;
    font-weight: 400;
    font-size: 1.1em;
    line-height: 140%;
    letter-spacing: 0.02em;
    margin: 0 auto 0;
    padding: 0 0 0 0;
    max-width: 75%;
}

.services_content_row h5{
    max-width: 75%;
    margin: 0 auto;
}

.service_btn{}

.service_btn:hover{}

#contact{
    background-color: #0f0f0f;
    padding: 150px 0 60px;
}

.contact_form_row{}

.contact_form_row h1{
    font-family: 'Kanit';
    font-style: normal;
    font-weight: 400;
    font-size: 2.6em;
    line-height: 140%;
    letter-spacing: 0.02em;
    margin: 0 auto 0;
    padding: 0 0 0 0;
    text-align: center;
    color: #ea0a1b;
    max-width: 1000px;
}

.contact_form_row h1 strong{
    font-weight: 600;
}

.form_wrap{
    max-width: 500px;
    border: none;
    margin: 50px auto 50px;
}

.contact_bottom_row{
    max-width: 800px !important;
}

.footer_logo{
    max-width: 200px;
    float: right;
    margin: 0 30px 0 0;
}

.contact_bottom_row ul{
    margin-left: auto;
    margin-bottom: 0;
}

.contact_bottom_row li{
    color: #fff;
    font-family: 'Kanit';
    font-style: normal;
    font-weight: 400;
    font-size: 1.1em;
    line-height: 140%;
    letter-spacing: 0.03em;
    margin: 0 auto 15px;
    padding: 0 0 0 0;
    list-style: none;
    list-style-position: inside;
    position: relative;
}

.marker{
    width: 10px;
    position: absolute;
    left: -20px;
    top: 9px;
}

.m1{}

.m2{
    opacity: 0.8;
}

.m3{
    opacity: 0.6;
}

.m4{
    opacity: 0.4;
}

.spacer{}

.footer_icon{
    height: 32px;
    margin: 0 8px 0 0;
}

.footer_icon:first-child{}

.footer_icon:last-child{}

.disclaimer_row{}

.disclaimer_row h6, .bottom_footer_row h5{
    color: #aaa;
    font-family: 'Kanit';
    font-style: normal;
    font-weight: 400;
    font-size: 0.95em;
    line-height: 140%;
    letter-spacing: 0.02em;
    margin: 100px auto 0;
    padding: 0 0 0 0;
    max-width: 750px;
    text-align: center;
}

.overlay{}

.overlay-close{}

.overlay nav{}

.overlay ul{}

.overlay li{}

.overlay li a{}
.privacy_policy_row{
    max-width: 700px !important;
    margin: 40px auto;
}
	  	  .privacy_policy_row .cell{}
	  	  .privacy_policy_row p{
    color: #fff;
    font-family: 'Kanit';
    font-style: normal;
    font-weight: 400;
    font-size: 1.1em;
    line-height: 140%;
    letter-spacing: 0.02em;
    margin: 0 auto 0;
    padding: 0 0 0 0;
    text-align: left;
}
	  .privacy_policy_row p strong{}
	  .privacy_policy_row h3{
    color: #ea0a1b;
    font-family: 'Kanit';
    font-style: normal;
    font-weight: 400;
    font-size: 1.7em;
    line-height: 140%;
    letter-spacing: 0.02em;
    margin: 30px auto 10px;
    padding: 0 0 0 0;
    text-align: left;
}
	  .privacy_policy_row ul, .privacy_policy_row ol{
    color: #fff;
    font-family: 'Kanit';
    font-style: normal;
    font-weight: 400;
    font-size: 1.1em;
    line-height: 140%;
    letter-spacing: 0.02em;
    margin: 10px auto 20px;
    padding: 0 0 0 0;
    text-align: left;
    list-style-position: inside;
}
	  .privacy_policy_row ul li{}
	  .privacy_policy_row ol{}
	  .privacy_policy_row ol li{}

  .services_content_row1{}
	  .services_content_row2{}
	  .services_intro{}
	  .services_intro h1{}
	  .services_intro h1 strong{}
	  .services_content_row h1{}
	  .services_content_row h2{
    font-size: 1.8em;
    margin: 0 auto 40px;
}
	  .services_content_row p{}
	  .services_content_row ul{
    list-style-position: inside;
    margin: 10px auto 0;
}
	  .services_content_row li{}
.bottom_footer_row{
    max-width: 100% !important;
}
.bottom_footer_row .cell{}
.bottom_footer_row h5{
    margin: 40px auto 0;
    max-width: 650px;
}
.igea_logo{
    max-width: min(100px, 80%);
    margin: 0 auto 0 20px;
    display: block;
}


	.icon_row1{}
.icon_row2{
    max-width: 50rem !important;
    margin: 0 auto 100px;
}

.spa_logo{
    margin: 0 20px 0 auto;
}

    
}
@media screen and (min-width: 90em) {
    
.unscrolled{}

.container{
    font-size: 14px;
}

.top{
    position: absolute;
    top: 0;
}

a{
    color: inherit;
    outline: none;
}

a:hover, a:focus, a:active, a:visited{
    color: inherit;
    outline: none;
}

.desktop_nav_row{
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    background-color: transparent;
    padding: 25px 0;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
    z-index: 10;
}

.desktop_nav_wrap{
    text-align: center;
    width: 100%;
    position: relative;
}

.desktop_logo_link{}

.desktop_logo{
    position: fixed;
    height: 45px;
    left: -120px;
    top: 12px;
    z-index: 20;
    -webkit-transition: left 1s ease-out;
    -moz-transition: left 1s ease-out;
    -o-transition: left 1s ease-out;
    transition: left 1s ease-out;
    /* transition-delay: 1s; */
}

.scrolled .desktop_logo_link{}

.scrolled .desktop_logo{
    left: 20px;
    transition-delay: 1s;
}

.nav_col{}

.nav_col ul{
    margin: 0 auto;
}

.nav_col li{
    color: #fff;
    text-align: left;
    font-family: 'Kanit';
    font-style: normal;
    font-weight: 400;
    font-size: 1.1em;
    line-height: 140%;
    letter-spacing: 0.08em;
    margin: 0 25px 0;
    padding: 0 0 0 0;
    list-style: none;
    display: inline-block;
    text-transform: uppercase;
}

.nav_col li a{}

.divider{
    margin: 0 10px 0 !important;
}

.menu_divider{
    width: 8px;
    opacity: 1;
}

.scrolled .menu_divider{ opacity: 0.7;}

.scrolled .desktop_nav_row{
    background-color: #000;
}

.scrolled .desktop_nav_wrap{}

.scrolled .nav_col ul{}

.scrolled .nav_col li{}

.scrolled .nav_col li a{}

.scrolled .divider{}

.mobile_topbar{}

.scrolled .mobile_topbar{}

.mobile_logo{}

.scrolled .mobile_logo{}

.mobile_nav_icon{}

.scrolled .mobile_nav_icon{}

#home{
    background: #ea0a1b;
    background-image: url('../img/pattern.svg');
    background-size: 200px;
    background-repeat: repeat;
    min-height: 100vh;
    height: 100vh;
}

.homepage_section{}

.homepage_section .grid-x{}

.homepage_content_wrap{
    height: 100%;
}

.homepage_content_row{
    height: 100%;
    /* position: relative; */
}

.homepage_logo{
    max-width: 480px;
    margin: 0 auto 40px;
    display: block;
}

.homepage_content_row h1{
    font-family: 'Kanit';
    font-style: normal;
    font-weight: 400;
    font-size: 2.4em;
    line-height: 140%;
    letter-spacing: 0.02em;
    margin: 40px auto 15px;
    padding: 0 0 0 0;
    text-align: center;
    color: #fff;
}

.homepage_content_row h1 strong{
    font-weight: 600;
}

.homepage_content_row h2{
    color: #000;
    font-family: 'Kanit';
    font-style: normal;
    font-weight: 400;
    font-size: 1.2em;
    line-height: 140%;
    letter-spacing: 0.02em;
    margin: 0 auto 0;
    padding: 0 0 0 0;
    max-width: 700px;
    text-align: center;
}

.homepage_content_row h5{
    text-align: center;
}

.homepage_btn, .service_btn{
    color: #fff !important;
    text-align: center;
    font-family: 'Kanit';
    font-weight: 600;
    line-height: 120%;
    font-size: 0.8em;
    letter-spacing: 0.05em;
    margin: 50px auto 0;
    display: inline-block;
    border: 2px solid #000;
    padding: 14px 25px 14px;
    background-color: #000;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.homepage_btn:hover, .service_btn:hover{
    border: 2px solid #fff;
    background-color: #fff;
    color: #000 !important;
}

.homepage_subsection{
    padding: 150px 0 150px;
}

.homepage_subsection .grid-x{
    max-width: 75rem;
    margin-left: auto;
    margin-right: auto;
}

#about{
    background: #0f0f0f;
}

.about_intro_row{}

.about_intro_row h3{
    font-family: 'Kanit';
    font-style: normal;
    font-weight: 400;
    font-size: 2.6em;
    line-height: 120%;
    letter-spacing: 0.02em;
    margin: 0 auto 20px;
    padding: 0 0 0 0;
    text-align: center;
    color: #ea0a1b;
    max-width: 1000px;
}

.about_intro_row h3 strong{
    font-weight: 600;
}

.about_intro_row p, .about_bottom_row p{
    color: #fff;
    font-family: 'Kanit';
    font-style: normal;
    font-weight: 400;
    font-size: 1.2em;
    line-height: 140%;
    letter-spacing: 0.02em;
    margin: 0 auto 0;
    padding: 0 0 0 0;
    max-width: 750px;
    text-align: center;
}

.about_bottom_row{}

.about_bottom_row p{ max-width: 700px;}

.icon_row{
    margin: 100px auto 80px;
}

.icon_block{}

.icon_block p{
    color: #fff;
    text-align: center;
    font-family: 'Kanit';
    font-style: normal;
    font-weight: 400;
    font-size: 1em;
    line-height: 140%;
    letter-spacing: 0.02em;
    margin: 0 auto 0;
    padding: 0 0 0 0;
}

.icon{
    height: 110px;
    margin: 0 auto 25px;
    display: block;
}

.icon-divider{
    max-width: 10px;
    margin: 0 auto;
}

#clients{
}

.clients_intro{}

.clients_intro h1{
    color: #ea0a1b;
    text-align: center;
    font-family: 'Kanit';
    font-style: normal;
    font-weight: 400;
    font-size: 3em;
    line-height: 140%;
    letter-spacing: 0.02em;
    margin: 0 auto 30px;
    padding: 0 0 0 0;
}

.clients_intro h1 strong{
    font-weight: 600;
}

.client_grid{
    max-width: 800px !important;
    margin-left: auto;
    margin-right: auto;
}

.client_holder{
    width: 33%;
}

.client_img{}

#service{
    background-color: #ea0a1b;
    background-image: url(../img/pattern.svg);
    background-size: 200px;
    background-repeat: repeat;
}

.services_content_row{}

.profile_img{}

.services_content_row h1{
    color: #fff;
    text-align: left;
    font-family: 'Kanit';
    font-style: normal;
    font-weight: 400;
    font-size: 3em;
    line-height: 140%;
    letter-spacing: 0.02em;
    margin: 0 auto 0px;
    padding: 0 0 0 0;
    max-width: 75%;
}

.services_content_row h1 strong{
    font-weight: 600;
}

.services_content_row p, .services_content_row h2, .services_content_row ul{
    color: #000;
    text-align: left;
    font-family: 'Kanit';
    font-style: normal;
    font-weight: 400;
    font-size: 1.1em;
    line-height: 140%;
    letter-spacing: 0.02em;
    margin: 0 auto 0;
    padding: 0 0 0 0;
    max-width: 75%;
}

.services_content_row h5{
    max-width: 75%;
    margin: 0 auto;
}

.service_btn{}

.service_btn:hover{}

#contact{
    background-color: #0f0f0f;
    padding: 150px 0 60px;
}

.contact_form_row{}

.contact_form_row h1{
    font-family: 'Kanit';
    font-style: normal;
    font-weight: 400;
    font-size: 3em;
    line-height: 140%;
    letter-spacing: 0.02em;
    margin: 0 auto 0;
    padding: 0 0 0 0;
    text-align: center;
    color: #ea0a1b;
    max-width: 1000px;
}

.contact_form_row h1 strong{
    font-weight: 600;
}

.form_wrap{
    max-width: 550px;
    border: none;
    margin: 50px auto 50px;
}

.contact_bottom_row{
    max-width: 800px !important;
}

.footer_logo{
    max-width: 200px;
    float: right;
    margin: 0 30px 0 0;
}

.contact_bottom_row ul{
    margin-left: auto;
    margin-bottom: 0;
}

.contact_bottom_row li{
    color: #fff;
    font-family: 'Kanit';
    font-style: normal;
    font-weight: 400;
    font-size: 1.1em;
    line-height: 140%;
    letter-spacing: 0.03em;
    margin: 0 auto 15px;
    padding: 0 0 0 0;
    list-style: none;
    list-style-position: inside;
    position: relative;
}

.marker{
    width: 10px;
    position: absolute;
    left: -20px;
    top: 9px;
}

.m1{}

.m2{
    opacity: 0.8;
}

.m3{
    opacity: 0.6;
}

.m4{
    opacity: 0.4;
}

.spacer{}

.footer_icon{
    height: 35px;
    margin: 0 8px 0 0;
}

.footer_icon:first-child{}

.footer_icon:last-child{}

.disclaimer_row{}

.disclaimer_row h6, .bottom_footer_row h5{
    color: #aaa;
    font-family: 'Kanit';
    font-style: normal;
    font-weight: 400;
    font-size: 0.95em;
    line-height: 140%;
    letter-spacing: 0.02em;
    margin: 100px auto 0;
    padding: 0 0 0 0;
    max-width: 750px;
    text-align: center;
}

.overlay{}

.overlay-close{}

.overlay nav{}

.overlay ul{}

.overlay li{}

.overlay li a{}
.privacy_policy_row{
    max-width: 750px !important;
    margin: 40px auto;
}
	  	  .privacy_policy_row .cell{}
	  	  .privacy_policy_row p{
    color: #fff;
    font-family: 'Kanit';
    font-style: normal;
    font-weight: 400;
    font-size: 1.1em;
    line-height: 140%;
    letter-spacing: 0.02em;
    margin: 0 auto 0;
    padding: 0 0 0 0;
    text-align: left;
}
	  .privacy_policy_row p strong{}
	  .privacy_policy_row h3{
    color: #ea0a1b;
    font-family: 'Kanit';
    font-style: normal;
    font-weight: 400;
    font-size: 1.7em;
    line-height: 140%;
    letter-spacing: 0.02em;
    margin: 30px auto 10px;
    padding: 0 0 0 0;
    text-align: left;
}
	  .privacy_policy_row ul, .privacy_policy_row ol{
    color: #fff;
    font-family: 'Kanit';
    font-style: normal;
    font-weight: 400;
    font-size: 1.1em;
    line-height: 140%;
    letter-spacing: 0.02em;
    margin: 10px auto 20px;
    padding: 0 0 0 0;
    text-align: left;
    list-style-position: inside;
}
	  .privacy_policy_row ul li{}
	  .privacy_policy_row ol{}
	  .privacy_policy_row ol li{}

  .services_content_row1{}
	  .services_content_row2{}
	  .services_intro{}
	  .services_intro h1{}
	  .services_intro h1 strong{}
	  .services_content_row h1{}
	  .services_content_row h2{
    font-size: 1.8em;
    margin: 0 auto 40px;
}
	  .services_content_row p{}
	  .services_content_row ul{
    list-style-position: inside;
    margin: 10px auto 0;
}
	  .services_content_row li{}
.bottom_footer_row{
    max-width: 100% !important;
}
.bottom_footer_row .cell{}
.bottom_footer_row h5{
    margin: 40px auto 0;
    max-width: 650px;
}
.igea_logo{
    max-width: min(110px, 80%);
    margin: 0 auto 0 20px;
    display: block;
}

	.icon_row1{}
.icon_row2{
    max-width: 60rem !important;
    margin: 0 auto 100px;
}

.spa_logo{
    margin: 0 20px 0 auto;
}


    
}
@media screen and (min-width: 120em) {
    
.unscrolled{}

.container{
    font-size: 15px;
}

.top{
    position: absolute;
    top: 0;
}

a{
    color: inherit;
    outline: none;
}

a:hover, a:focus, a:active, a:visited{
    color: inherit;
    outline: none;
}

.desktop_nav_row{
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    background-color: transparent;
    padding: 25px 0;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
    z-index: 10;
}

.desktop_nav_wrap{
    text-align: center;
    width: 100%;
    position: relative;
}

.desktop_logo_link{}

.desktop_logo{
    position: fixed;
    height: 45px;
    left: -120px;
    top: 12px;
    z-index: 20;
    -webkit-transition: left 1s ease-out;
    -moz-transition: left 1s ease-out;
    -o-transition: left 1s ease-out;
    transition: left 1s ease-out;
    /* transition-delay: 1s; */
}

.scrolled .desktop_logo_link{}

.scrolled .desktop_logo{
    left: 20px;
    transition-delay: 1s;
}

.nav_col{}

.nav_col ul{
    margin: 0 auto;
}

.nav_col li{
    color: #fff;
    text-align: left;
    font-family: 'Kanit';
    font-style: normal;
    font-weight: 400;
    font-size: 1.1em;
    line-height: 140%;
    letter-spacing: 0.08em;
    margin: 0 25px 0;
    padding: 0 0 0 0;
    list-style: none;
    display: inline-block;
    text-transform: uppercase;
}

.nav_col li a{}

.divider{
    margin: 0 10px 0 !important;
}

.menu_divider{
    width: 8px;
    opacity: 1;
}

.scrolled .menu_divider{ opacity: 0.7;}

.scrolled .desktop_nav_row{
    background-color: #000;
}

.scrolled .desktop_nav_wrap{}

.scrolled .nav_col ul{}

.scrolled .nav_col li{}

.scrolled .nav_col li a{}

.scrolled .divider{}

.mobile_topbar{}

.scrolled .mobile_topbar{}

.mobile_logo{}

.scrolled .mobile_logo{}

.mobile_nav_icon{}

.scrolled .mobile_nav_icon{}

#home{
    background: #ea0a1b;
    background-image: url('../img/pattern.svg');
    background-size: 240px;
    background-repeat: repeat;
    min-height: 100vh;
    height: 100vh;
}

.homepage_section{}

.homepage_section .grid-x{}

.homepage_content_wrap{
    height: 100%;
}

.homepage_content_row{
    height: 100%;
    /* position: relative; */
}

.homepage_logo{
    max-width: 550px;
    margin: 0 auto 60px;
    display: block;
}

.homepage_content_row h1{
    font-family: 'Kanit';
    font-style: normal;
    font-weight: 400;
    font-size: 2.4em;
    line-height: 140%;
    letter-spacing: 0.02em;
    margin: 40px auto 15px;
    padding: 0 0 0 0;
    text-align: center;
    color: #fff;
}

.homepage_content_row h1 strong{
    font-weight: 600;
}

.homepage_content_row h2{
    color: #000;
    font-family: 'Kanit';
    font-style: normal;
    font-weight: 400;
    font-size: 1.2em;
    line-height: 140%;
    letter-spacing: 0.02em;
    margin: 0 auto 0;
    padding: 0 0 0 0;
    max-width: 700px;
    text-align: center;
}

.homepage_content_row h5{
    text-align: center;
}

.homepage_btn, .service_btn{
    color: #fff !important;
    text-align: center;
    font-family: 'Kanit';
    font-weight: 600;
    line-height: 120%;
    font-size: 0.8em;
    letter-spacing: 0.05em;
    margin: 50px auto 0;
    display: inline-block;
    border: 2px solid #000;
    padding: 14px 25px 14px;
    background-color: #000;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.homepage_btn:hover, .service_btn:hover{
    border: 2px solid #fff;
    background-color: #fff;
    color: #000 !important;
}

.homepage_subsection{
    padding: 150px 0 150px;
}

.homepage_subsection .grid-x{
    max-width: 88rem;
    margin-left: auto;
    margin-right: auto;
}

#about{
    background: #0f0f0f;
}

.about_intro_row{}

.about_intro_row h3{
    font-family: 'Kanit';
    font-style: normal;
    font-weight: 400;
    font-size: 2.6em;
    line-height: 120%;
    letter-spacing: 0.02em;
    margin: 0 auto 20px;
    padding: 0 0 0 0;
    text-align: center;
    color: #ea0a1b;
    max-width: 1000px;
}

.about_intro_row h3 strong{
    font-weight: 600;
}

.about_intro_row p, .about_bottom_row p{
    color: #fff;
    font-family: 'Kanit';
    font-style: normal;
    font-weight: 400;
    font-size: 1.1em;
    line-height: 140%;
    letter-spacing: 0.02em;
    margin: 0 auto 0;
    padding: 0 0 0 0;
    max-width: 750px;
    text-align: center;
}

.about_bottom_row{}

.about_bottom_row p{ max-width: 700px;}

.icon_row{
    margin: 100px auto 80px;
}

.icon_block{}

.icon_block p{
    color: #fff;
    text-align: center;
    font-family: 'Kanit';
    font-style: normal;
    font-weight: 400;
    font-size: 1em;
    line-height: 140%;
    letter-spacing: 0.02em;
    margin: 0 auto 0;
    padding: 0 0 0 0;
}

.icon{
    height: 110px;
    margin: 0 auto 25px;
    display: block;
}

.icon-divider{
    max-width: 10px;
    margin: 0 auto;
}

#clients{
}

.clients_intro{}

.clients_intro h1{
    color: #ea0a1b;
    text-align: center;
    font-family: 'Kanit';
    font-style: normal;
    font-weight: 400;
    font-size: 3em;
    line-height: 140%;
    letter-spacing: 0.02em;
    margin: 0 auto 30px;
    padding: 0 0 0 0;
}

.clients_intro h1 strong{
    font-weight: 600;
}

.client_grid{
    max-width: 800px !important;
    margin-left: auto;
    margin-right: auto;
}

.client_holder{
    width: 33%;
}

.client_img{}

#service{
    background-color: #ea0a1b;
    background-image: url(../img/pattern.svg);
    background-size: 240px;
    background-repeat: repeat;
}

.services_content_row{}

.profile_img{}

.services_content_row h1{
    color: #fff;
    text-align: left;
    font-family: 'Kanit';
    font-style: normal;
    font-weight: 400;
    font-size: 3em;
    line-height: 140%;
    letter-spacing: 0.02em;
    margin: 0 auto 0px;
    padding: 0 0 0 0;
    max-width: 75%;
}

.services_content_row h1 strong{
    font-weight: 600;
}

.services_content_row p, .services_content_row h2, .services_content_row ul{
    color: #000;
    text-align: left;
    font-family: 'Kanit';
    font-style: normal;
    font-weight: 400;
    font-size: 1.1em;
    line-height: 140%;
    letter-spacing: 0.02em;
    margin: 0 auto 0;
    padding: 0 0 0 0;
    max-width: 75%;
}

.services_content_row h5{
    max-width: 75%;
    margin: 0 auto;
}

.service_btn{}

.service_btn:hover{}

#contact{
    background-color: #0f0f0f;
    padding: 150px 0 60px;
}

.contact_form_row{}

.contact_form_row h1{
    font-family: 'Kanit';
    font-style: normal;
    font-weight: 400;
    font-size: 3em;
    line-height: 140%;
    letter-spacing: 0.02em;
    margin: 0 auto 0;
    padding: 0 0 0 0;
    text-align: center;
    color: #ea0a1b;
    max-width: 1000px;
}

.contact_form_row h1 strong{
    font-weight: 600;
}

.form_wrap{
    max-width: 550px;
    border: none;
    margin: 50px auto 50px;
}

.contact_bottom_row{
    max-width: 800px !important;
}

.footer_logo{
    max-width: 200px;
    float: right;
    margin: 0 30px 0 0;
}

.contact_bottom_row ul{
    margin-left: auto;
    margin-bottom: 0;
}

.contact_bottom_row li{
    color: #fff;
    font-family: 'Kanit';
    font-style: normal;
    font-weight: 400;
    font-size: 1.1em;
    line-height: 140%;
    letter-spacing: 0.03em;
    margin: 0 auto 15px;
    padding: 0 0 0 0;
    list-style: none;
    list-style-position: inside;
    position: relative;
}

.marker{
    width: 10px;
    position: absolute;
    left: -20px;
    top: 9px;
}

.m1{}

.m2{
    opacity: 0.8;
}

.m3{
    opacity: 0.6;
}

.m4{
    opacity: 0.4;
}

.spacer{}

.footer_icon{
    height: 35px;
    margin: 0 8px 0 0;
}

.footer_icon:first-child{}

.footer_icon:last-child{}

.disclaimer_row{}

.disclaimer_row h6, .bottom_footer_row h5{
    color: #aaa;
    font-family: 'Kanit';
    font-style: normal;
    font-weight: 400;
    font-size: 0.95em;
    line-height: 140%;
    letter-spacing: 0.02em;
    margin: 100px auto 0;
    padding: 0 0 0 0;
    max-width: 750px;
    text-align: center;
}

.overlay{}

.overlay-close{}

.overlay nav{}

.overlay ul{}

.overlay li{}

.overlay li a{}
.privacy_policy_row{
    max-width: 800px !important;
    margin: 50px auto;
}
	  	  .privacy_policy_row .cell{}
	  	  .privacy_policy_row p{
    color: #fff;
    font-family: 'Kanit';
    font-style: normal;
    font-weight: 400;
    font-size: 1.1em;
    line-height: 140%;
    letter-spacing: 0.02em;
    margin: 0 auto 0;
    padding: 0 0 0 0;
    text-align: left;
}
	  .privacy_policy_row p strong{}
	  .privacy_policy_row h3{
    color: #ea0a1b;
    font-family: 'Kanit';
    font-style: normal;
    font-weight: 400;
    font-size: 1.7em;
    line-height: 140%;
    letter-spacing: 0.02em;
    margin: 30px auto 10px;
    padding: 0 0 0 0;
    text-align: left;
}
	  .privacy_policy_row ul, .privacy_policy_row ol{
    color: #fff;
    font-family: 'Kanit';
    font-style: normal;
    font-weight: 400;
    font-size: 1.1em;
    line-height: 140%;
    letter-spacing: 0.02em;
    margin: 10px auto 40px;
    padding: 0 0 0 0;
    text-align: left;
    list-style-position: inside;
}
	  .privacy_policy_row ul li{}
	  .privacy_policy_row ol{}
	  .privacy_policy_row ol li{}

  .services_content_row1{}
	  .services_content_row2{}
	  .services_intro{}
	  .services_intro h1{}
	  .services_intro h1 strong{}
	  .services_content_row h1{}
	  .services_content_row h2{
    font-size: 1.8em;
    margin: 0 auto 40px;
}
	  .services_content_row p{}
	  .services_content_row ul{
    list-style-position: inside;
    margin: 10px auto 0;
}
	  .services_content_row li{}
.bottom_footer_row{
    max-width: 100% !important;
}
.bottom_footer_row .cell{}
.bottom_footer_row h5{
    margin: 40px auto 0;
    max-width: 650px;
}
.igea_logo{
    max-width: min(120px, 80%);
    margin: 0 auto 0 20px;
    display: block;
}

	.icon_row1{}
.icon_row2{
    max-width: 65rem !important;
    margin: 0 auto 100px;
}

.spa_logo{
    margin: 0 20px 0 auto;
}


    
}




	  







