a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font-size:100%;font-family:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1.4}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}table{border-collapse:collapse;border-spacing:0}

* { -webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box; }



body { margin: 0;padding: 0;font-family: 'Poppins',arial,tahoma,verdana;font-size: 18px;background: #fff;color: #000;overflow-x: hidden;position: relative; }

strong,b { font-weight: 600; }

p { margin-bottom: 24px;font-size: 16px; }

.page_width { max-width: 1480px;width: 100%;margin-left: auto;margin-right: auto; }

.mb_small { margin-bottom: 10px; }
.mb_med { margin-bottom: 20px; }
.mb_large { margin-bottom: 30px; }
.mb_vlarge { margin-bottom: 50px; }

.tac { text-align: center; }

img { max-width: 100%;height: auto; }

a { text-decoration: none;color: #000; }

h1,h2,h3,h4,h5 { font-weight: 400; }

h1 { letter-spacing: -1px; }
h2 { letter-spacing: -0.5px;font-size: 48px; }

h3 { font-size: 48px;margin-bottom: 18px; }
h4 { font-size: 36px;margin-bottom: 18px; }
h5 { font-size: 22px;margin-bottom: 18px; }

h1.main_header { font-size: 48px;margin-bottom: 20px; }

.un { text-decoration: underline; }

hr {
    border: 0;
    height: 1px;margin-bottom: 18px;
    background-image: linear-gradient(90deg,rgba(145, 113, 151, 1) 0%, rgba(190, 171, 193, 1) 40%, rgba(255, 255, 255, 0) 100%);
}


/* headers */

#holding { display:  flex;justify-content:  center;align-items: center;padding: 20px;height: 100vh;width: 100vw; }
#holding img { display: block;max-width: 500px; }

/* generic */

#main_content { padding: 40px 0; }
#main_content .cms h3 { font-size: 32px; }

#main_split { display: flex;flex-wrap: wrap; }
#main_split .split { width: 50%; }
#main_split .split_right { padding: 10px 10px 10px 100px; }
#main_split .split_fh { height: 100vh;position: sticky;top: 0;background-size: cover;background-position: center;background-repeat: no-repeat;border-radius: 220px 0; }
#main_split .split_left { display: flex;justify-content: flex-end; }
#main_split .split_left .inner { max-width: 740px;width: 100%;padding: 50px 0 50px 0; }

ul.training { display: flex;flex-wrap: wrap;justify-content: center;align-items: center; }
ul.training li { margin: 0 20px; }
ul.training li img.large { width: 100%;max-width: 250px;display: block; }
ul.training li img.med { width: 100%;max-width: 180px;display: block; }

/* home */

#home_hero { background-size: cover;background-position: center top;background-repeat: no-repeat;height: 590px;position: relative; }
#home_hero video { position: absolute;left: 0;top: 0;right: 0;bottom: 0;width: 100%;height: 100%;object-fit: cover; }

#home_hero_layer_1 { position: absolute;left: 0;top: 0;height: 100%;width: 100%;background: linear-gradient(180deg,rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 48%, rgba(0, 0, 0, 0.41) 84%, rgba(0, 0, 0, 0.52) 100%);display: flex;align-items: flex-end;color: #fff;text-align: center;z-index: 10; }

#home_hero_content { margin-bottom: 30px; }

#home_hero_layer_1 h1 { font-size: 54px;line-height: 1.1;margin-bottom: 10px;font-weight: 500;padding-bottom: 20px;position: relative; }
#home_hero_layer_1 span { font-size: 34px;display: block;font-weight: 300; }
#home_hero_layer_1 h1:after { content: "";width: 20%;left: 50%;height: 3px;background: #fff;position: absolute;bottom: 0px;margin-left: -10%; }

#home_hero_layer_1 h2 { font-size: 24px;line-height: 1.1; }

#home_h2 { background: #917197;color: #fff;text-align: center;padding: 28px 20px; }
#home_h2 h2 { font-size: 44px;line-height: 1.2;font-weight: 300; }

#home_upper { padding: 70px 0 70px 0;background: #fff;position: relative; }
#home_upper h2 { margin-bottom: 36px;font-size: 44px;letter-spacing: -2px;line-height: 1.2;font-weight: 500;color: #58395e;position: relative; }
#home_upper h2:after { content: "";position: absolute;bottom: -14px;width: 50%;margin-left: -25%;left: 50%;height: 1px;background: #75517b; }


#home_upper_split { display: flex;flex-wrap: wrap; }
#home_upper_split #hu_left { width: 60%;padding-right: 70px; }
#home_upper_split #hu_left h3 { font-size: 32px;margin-bottom: 22px;line-height: 1.3; }
#home_upper_split #hu_left h4 { font-size: 18px;margin-bottom: 14px;line-height: 1.3;color: #000; }
#home_upper_split #hu_right { width: 40%;text-align: center;margin-top: -20px; }
#home_upper_split #hu_right #photo { background: #fff;padding: 20px;box-shadow: 10px 10px 20px #0003;margin-bottom: 14px;transform: rotate(4deg); }
#home_upper_split #hu_right #photo #photo_inner { background-position: center;background-repeat: no-repeat;background-size: cover;padding-top: 75%; }


#home_main { background-position: right center;background-repeat: no-repeat;background-size: contain; }


#home_faq { background: #e1d7ea;padding: 30px 40px;margin-top: 30px;border-radius: 60px 0; }
#home_faq h5 { font-size: 24px;text-align: center;color: #592f79; }

#home_faq .faq_row { background: #fff;margin-bottom: 2px;text-align: left; }
#home_faq .faq_row a.faq_q { display: flex;width: 100%;padding: 18px 22px;align-items: center;color: #592f79;transition: all 0.4s ease; }
#home_faq .faq_row a.faq_q:hover { color: #000;text-decoration: underline; }
#home_faq .faq_row a.faq_q span { flex: 1 1 auto;padding-right: 10px; }
#home_faq .faq_row a.faq_q img { display: block;width: 22px;height: auto;transition: all 0.4s ease; }
#home_faq .faq_row a.faq_q img.on { transform: rotate(180deg); }
#home_faq .faq_row .faq_a { padding: 0 22px 20px;display: none; }
#home_faq .faq_row .faq_a p { line-height: 1.5; }
#home_faq .faq_row .faq_a p:last-child { margin: 0; }

/* walk and talk */

#walk_talk_upper_outer { position: relative;height: 560px; }
#walk_talk_slider { height: 100%;z-index: 1;position: relative; }
#walk_talk_slider .slide { height: 100%;background-position: center;background-repeat: no-repeat;background-size: cover;z-index: 1;position: relative; }
#walk_talk_slider .slick-list,#walk_talk_slider .slick-track,#walk_talk_slider .slick-slide { height: 100%; }

#walk_talk_overlay { position: absolute;top: 0;left; 0;width: 100%;height: 100%;z-index: 1001;background: linear-gradient(180deg,rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 48%, rgba(0, 0, 0, 0.41) 84%, rgba(0, 0, 0, 0.52) 100%);display: flex;align-items: flex-end;padding-bottom: 30px;text-align: center;color: #fff;justify-content: center; }


#walk_talk_overlay h1 { font-size: 54px;line-height: 1.1;margin-bottom: 10px;font-weight: 500;padding-bottom: 20px;position: relative; }
#walk_talk_overlay h1:after { content: "";width: 20%;left: 50%;height: 3px;background: #fff;position: absolute;bottom: 0px;margin-left: -10%; }

#walk_talk_overlay h2 { font-size: 24px;line-height: 1.1; }

.eco-therapy-leaves img { display: block; }


/* faq */

.main_faq { margin-bottom: 40px; }
.main_faq h2 { font-size: 32px;margin-bottom: 10px;color: #592f79;position: relative; }
.main_faq h2:after { content: "";position: absolute;bottom: -4px;height: 1px;width: 50%;background-color: #592f79;left: 0; }





ul.experience { display: flex;flex-wrap: wrap;margin-bottom: 20px;align-items: center; }
ul.experience li { width: 49%;margin-right: 2%;margin-bottom: 8px;position: relative;padding-left: 25px; }
ul.experience li:before { width: 16px;height: 16px;content: "";position: absolute;left: 0;top: 50%;transform: translateY(-50%);background: #6ca600;border-radius: 12px 0; }
ul.experience li:nth-child(even) { margin-right: 0; }

/* navigation */

ul#navigation { display: flex;flex-wrap: wrap;align-items: center;font-size: 16px; }
ul#navigation li a { color: #592f79;display: block;transition: all 0.4s ease; }
ul#navigation li a.main { position: relative;background-color: #eef;margin: 0 0 0 -4px;border-radius: 0 45px;padding: 10px 32px 11px; }
ul#navigation li a.main:hover { background-color: #592f79;color: #fff; }
ul#navigation li a.on { background-color: #592f79;color: #fff; }


ul#navigation li a.book { background: #592f79;border-radius: 0 45px;margin-left: 10px;padding: 10px 30px 11px;margin-right: 0;color: #fff; }
ul#navigation li a.book:hover { background: #883DA3;border: 0; }

a#mobile_menu { display: none; }

.close_mobile_menu { display: none;position: absolute;right: 15px;top: 15px;color: #fff;font-size: 40px;text-decoration: none; }

.fw_open { margin-left: 0 !important; }

ul.pagenav { display: flex;flex-wrap: wrap; }
ul.pagenav li { margin: 0 6px 12px 0; }
ul.pagenav li a { background-color: #ddd;width: 40px;height: 40px;display: flex;justify-content: center;align-items: center;color: #222; }
ul.pagenav li a.on { background-color: #ed1e24;color: #fff; }

.standard { display: inline-flex;align-items: center;justify-content: center;border: 0;transition: all 0.3s ease;padding: 14px 42px;cursor: pointer;text-decoration: none;border-radius: 50px 0;font-family: inherit;font-size: 16px; }
.standard i { margin-right: 8px; }

button.standard { font-size: 18px;padding: 16px 50px; }

.standard_purple { background: #592f79;color: #fff; }
.standard_purple:hover { background-color: #883DA3; }

.standard_green { background: #6ca600;color: #fff; }
.standard_green:hover { background-color: #568500; }

.standard_lpurple { background: #A557C1;color: #fff; }
.standard_lpurple:hover { background-color: #883DA3; }
.standard_lpurple span { margin-left: 32px; }

.crumb_wrapper { background: #fbf5ff;padding: 16px 0 8px; }
.crumb_wrapper ul.breadcrumb { display: flex;align-items: center;flex-wrap: wrap;padding: 0 6px; }
.crumb_wrapper ul.breadcrumb li { margin-bottom: 8px; }
.crumb_wrapper ul.breadcrumb li:nth-child(odd) { margin-right: 6px;font-size: 16px; }
.crumb_wrapper ul.breadcrumb li:nth-child(even) { margin-right: 16px;font-size: 16px; }
.crumb_wrapper ul.breadcrumb li a { color: #333; }
.crumb_wrapper ul.breadcrumb li img { display: block;width: 12px; }


/* top */

.purple_grad {
    background-image: linear-gradient(
        55deg,
        hsl(273deg 26% 26%) 0%,
        hsl(273deg 25% 29%) 8%,
        hsl(273deg 25% 32%) 17%,
        hsl(273deg 24% 35%) 25%,
        hsl(272deg 24% 37%) 33%,
        hsl(272deg 23% 40%) 42%,
        hsl(272deg 23% 43%) 50%,
        hsl(272deg 23% 46%) 58%,
        hsl(272deg 23% 49%) 67%,
        hsl(272deg 24% 52%) 75%,
        hsl(272deg 26% 55%) 83%,
        hsl(272deg 30% 58%) 92%,
        hsl(272deg 33% 61%) 100%
    );
}

#top_wrapper { padding: 22px 0; }

#top_strip { background: #3d2d49;color: #fff;padding: 12px 0; }
#top_strip_inner { display: flex;justify-content: space-between; }
#top_strip .left { display: flex;align-items: center; }
#top_strip .right { display: flex;align-items: center; }
#top_strip .left a { display: flex;align-items: center;margin-right: 20px;color: #fff;font-size: 16px; }
#top_strip .left a img { display: block;margin-right: 8px;width: 24px;filter: invert(100%); }
#top_strip .left a:last-child { margin-right: 0; }

#top_strip .right a { display: flex;align-items: center;margin-right: 14px;color: #fff; }
#top_strip .right a img { display: block;width: 24px;filter: invert(100%); }
#top_strip .right a:last-child { margin-right: 0; }

#top_inner { display: flex;flex-wrap: wrap;justify-content: space-between;align-items: center; }
#top_inner #logo_container img { display: block;max-width: 380px; }


/* footer */



/* contact */

.contact_page { background: #4d385d;color: #fff; }
.contact_page a { color: #fff; }


.form_row { margin-bottom: 10px;display: flex;align-items: center;background: #fff;border-radius: 30px 0;padding: 10px 10px 10px 25px;color: #000;flex-wrap:  wrap; }
.form_row label { width: 35%; }
.form_row input,.form_row textarea { width: 65%;border: 0;background: #eef;color: #000;padding: 16px;resize: none;border-radius: 20px 0;font-family: inherit;font-size: 16px; }


#footer_wrapper { background: #2d1c39;color: #fff;padding: 60px 0; }
#footer_inner { text-align: center; }

#footer_inner a { color: #fff; }

ul.footer_nav { display: flex;font-size: 16px;justify-content: center;margin-bottom: 12px;flex-wrap: wrap; }
ul.footer_nav li { margin: 6px 20px 6px 0;padding-right: 20px;border-right: 1px solid #917197; }
ul.footer_nav li:last-child { margin: 6px 0px 6px 0;padding-right: 0px;border-right: 0; }

/* cms */

.cms ul { margin-bottom: 25px;list-style: disc;margin-left: 25px; }
.cms ul li { margin-bottom: 4px; }

.cms h3 { margin-bottom: 14px;}
.cms h4 { margin-bottom: 18px; }

.cms p a { text-decoration: underline; }

p.recaptcha { font-size: 14px;color: #999; }
p.recaptcha a { color: #333; }
.grecaptcha-badge { visibility: hidden; }








#cookie_initial { background-color: #eee;color: #000;display: none;padding: 25px 30px;position: fixed;z-index: 20000000000;bottom: 0;left: 0;width: 100%; }
.cookie_initial_options { display: flex;flex-wrap: wrap; }
.cookie_initial_options .cio_left { width: 60%; }
.cookie_initial_options .cio_left h5 { font-size: 20px;margin-bottom: 10px;color: #1e8acc; }
.cookie_initial_options .cio_right { width: 40%; }
.cookie_initial_options .cio_right ul { display: flex;flex-wrap: wrap;justify-content: flex-end; }
.cookie_initial_options .cio_right ul li { margin-right: 14px; }
.cookie_initial_options .cio_right ul li:last-child { margin-right: 0; }
.cookie_initial_options .cio_right ul li a { display: block;text-decoration: none;border: 1px solid #333;padding: 10px 18px;color: #333; }
.cookie_initial_options .cio_right ul li a:hover { text-decoration: underline; }
.cookie_initial_options .cio_right ul li a.accept { background-color: #333;color: #fff; }
.cookie_initial_options .cio_right ul li a.reject {  }
.cookie_initial_options .cio_right ul li a.custom { background: #256593;color: #fff;  }

#cookie_custom_overlay { display: none;position: fixed;top: 0;left: 0;width: 100%;height: 100vh;z-index: 25000;background: #fffc; }

#cookie_custom_wrapper { display: none;position: fixed;width: 800px;height: 70%;left: 50%;top: 50%;transform: translate(-50%,-50%);background-color: #fff;box-shadow: 0 0 20px #0004;z-index: 30000; }

#cookie_custom_inner { position: absolute;top: 0;bottom: 0;left: 0;width: 100%;height: 100%;overflow-y: auto;padding: 24px 34px; }
.cookie_custom_close { position: absolute;top: 8px;right: 8px;font-size: 12px;color: #1E8ACC; }

#cookie_custom_wrapper h1 { font-size: 32px;margin-bottom: 14px; }
#cookie_custom_wrapper h2 { font-size: 26px;margin-bottom: 14px; }
#cookie_custom_wrapper ul.cc_options { background: #eee;padding: 16px 22px;margin-bottom: 20px; }
#cookie_custom_wrapper ul.cc_options li { position: relative;padding-left: 50px;margin-bottom: 10px; }
#cookie_custom_wrapper ul.cc_options li div.switch_outer { position: absolute;left: 0;top: 50%;width: 36px;height: 20px;border: 1px solid #ccc;margin-top: -10px;padding: 1px;background: #fff; }
#cookie_custom_wrapper ul.cc_options li input { display: none; }
#cookie_custom_wrapper ul.cc_options li div.switch_outer a { display: block;height: 18px;position: relative;width: 100%;transition: all 0.4s ease; }
#cookie_custom_wrapper ul.cc_options li div.switch_outer a span { display: block;height: 16px;width: 16px;position: absolute;transition: all 0.4s ease; }
#cookie_custom_wrapper ul.cc_options li div.switch_outer a.off span { background: #ccc;left: 0; }
#cookie_custom_wrapper ul.cc_options li div.switch_outer a.on span { background: #2DCC43;left: 16px; }


@media only screen and (max-width: 900px) {

    .cookie_initial_options .cio_left { width: 100%;text-align: center;margin-bottom: 12px; }
    .cookie_initial_options .cio_right { width: 100%; }
    .cookie_initial_options .cio_right ul { display: block; }
    .cookie_initial_options .cio_right ul li { margin: 0 0px 12px 0; }
    .cookie_initial_options .cio_right ul li a { text-align: center; }

    #cookie_custom_wrapper { width: 90%;height: 80%; }


    }

@media only screen and (max-width: 1560px) {

    .page_width { padding-left: 40px;padding-right: 40px; }
    #main_split .split_left { padding-left: 40px; }

    }

@media only screen and (max-width: 1200px) {

    a#mobile_menu { display: flex;position: fixed;right: 20px;top: 68px;width: 60px;height: 60px;border-radius: 30px;background: #4d385d;justify-content: center;text-align: center;align-items: center;z-index: 100;transition: all 0.4s ease; }
    a#mobile_menu img { display: block;width: 30px;height: auto; }

    .menu_move { top: 28px !important; }

    #nav_wrapper_container {  }
    #nav_wrapper { background-color: #fffd;backdrop-filter: blur(10px);padding: 20px;width: 100%;position: fixed;left: 0;top: 0;z-index: 9999;min-height: 100vh;margin-left: -100%;transition: all 0.4s ease 0s;text-align: left; }

    .close_mobile_menu { display: block;position: absolute;right: 16px;top: 20px; }
    .close_mobile_menu img { display: block;width: 40px;height: auto; }

    #menu_inner_wrapper { overflow: auto;position: absolute;bottom:0;left:0;right:0;top:0;width: 100%;padding: 20px 70px 20px 20px; }

    ul#navigation { display: block;background: none;padding: 0; }
    ul#navigation li { margin-bottom: 2px;margin-left: 0; }
    ul#navigation li a.main { display: block;padding: 16px 20px 16px 30px;background: #dfc9e5; }
    ul#navigation li a.main.on { background: #592f79; }

    #cf_left { width: 100%;padding: 60px 0px 60px 0; }
    #cf_right { width: 100%;padding: 0px 0px 50px 0; }
    #cf_right #counselling_session { margin-left: auto;margin-right: auto;max-width: 600px;padding-top: 50% }

    #main_split .split_right { padding: 10px 10px 10px 50px; }

    }

@media only screen and (max-width: 1100px) {


    #home_upper_split #hu_left { text-align: center;width: 100%;padding-right: 0px;margin-bottom: 40px; }
    #home_upper_split #hu_right { width: 100%;margin-top: 0; }
    #home_upper_split #hu_right #photo { margin-left: auto;margin-right: auto;max-width: 600px; }

    #home_h2 h2 { font-size: 36px; }

    #home_upper { padding: 40px 0 20px; }

    }

@media only screen and (max-width: 988px) {

    #home_wrapper { flex-direction: column-reverse; }
    #home_wrapper #home_left { width: 100%;align-items: center; }
    #home_wrapper #home_left #inner { padding: 20px; }
    #home_wrapper #home_left #inner h1 { font-size: 36px;margin-bottom: 20px;line-height: 1.2; }

    #home_wrapper #home_right { width: 100%;padding: 20px 20px 0 20px; }
    #home_wrapper #home_right #inner { padding-top: 70%;border-radius: 60px 0; }

    #cf_left { width: 100%;padding: 20px; }
    #cf_right { width: 100%;padding: 0 20px 20px 20px; }
    #cf_right #counselling_session { border-radius: 60px 0;padding-top: 60%; }

    #contact_footer_inner a { color: #fff; }

    .form_row { border-radius: 24px 0;padding: 8px 16px 8px 16px; }
    .form_row label { width: 100%;margin-bottom: 5px;display: block; }
    .form_row input,.form_row textarea { width: 100%;padding: 12px; }

    .page_width { padding-left: 15px;padding-right: 15px; }


    #main_split { flex-direction: column-reverse; }
    #main_split .split { width:100%; }
    #main_split .split_right { padding: 10px 10px 10px 10px; }
    #main_split .split_fh { height: 400px;position: static;border-radius: 70px 0; }
    #main_split .split_left { justify-content: flex-start;padding-left: 0; }
    #main_split .split_left .inner { max-width: 100%;padding: 25px 30px 30px 30px; }

    #walk_talk_overlay h1 { font-size: 36px; }

    hr { background-image: linear-gradient(97deg,rgba(145, 113, 151, 0) 0%, rgba(145, 113, 151, 1) 25%, rgba(145, 113, 151, 1) 50%, rgba(202, 187, 205, 1) 75%, rgba(255, 255, 255, 0) 100%); }


    }

@media only screen and (max-width: 768px) {

    a#mobile_menu { right: 20px;top: 68px;width: 36px;height: 36px;border-radius: 25px; }
    a#mobile_menu img { width: 20px; }

    #holding img { display: block;max-width: 90%; }

    #home_wrapper { flex-direction: column-reverse; }
    #home_wrapper #home_left { width: 100%;align-items: center; }
    #home_wrapper #home_left #inner { padding: 20px; }
    #home_wrapper #home_left #inner h1 { font-size: 36px;margin-bottom: 20px;line-height: 1.2; }

    #home_wrapper #home_right { width: 100%;padding: 20px 20px 0 20px; }
    #home_wrapper #home_right #inner { padding-top: 70%;border-radius: 60px 0; }

    #cf_left { width: 100%; }
    #cf_right { width: 100%;padding: 0 0px 20px 0px; }
    #cf_right #counselling_session { border-radius: 60px 0;padding-top: 60%; }

    #top_inner #logo_container img { max-width: 230px; }

    a#mobile_menu { right: 15px;width: 44px;height: 44px; }
    a#mobile_menu img { width: 26px; }

    .menu_move { top: 20px !important; }

    ul.experience li:before { width: 12px;height: 12px;border-radius: 10px 0; }
    ul.experience li { padding-left: 20px;width: 100%;margin-right: 0; }

    #top_strip .left { font-size: 12px; }

    #home_hero_layer_1 h1 { font-size: 30px;line-height: 1.1;margin-bottom: 8px;padding-bottom: 10px; }
    #home_hero_layer_1 span { font-size: 24px;margin-bottom: 2px; }
    #home_hero_layer_1 h1:after { width: 50%;margin-left: -25%; }

    #home_hero_layer_1 h2 { font-size: 20px; }

    #home_hero { background-position: 68%;height: 460px; }

    #home_hero_content { margin-bottom: 22px; }

    #home_faq { padding: 20px 20px; }
    #home_faq h5 { font-size: 20px; }

    #home_faq .faq_row a.faq_q { padding: 12px 14px; }
    #home_faq .faq_row a.faq_q img { width: 18px; }
    #home_faq .faq_row .faq_a { padding: 0 14px 14px; }

    #top_strip { padding: 10px 0; }
    #top_strip_inner .left { display: none; }
    #top_strip_inner .right { width: 100%;justify-content: center; }


    #home_h2 { padding: 20px 12px; }
    #home_h2 h2 { font-size: 24px;line-height: 1.4; }

    #home_upper_split #hu_left { margin-bottom: 20px; }

    #home_upper_split #hu_right #photo { padding: 12px;box-shadow: 6px 6px 14px #0003;margin-bottom: 20px;transform: rotate(3deg);max-width: 100%; }

    #cf_left { padding: 20px 0; }

    .crumb_wrapper { background: #fbf5ff;padding: 10px 0 5px; }
    .crumb_wrapper ul.breadcrumb { padding: 0 3px; }
    .crumb_wrapper ul.breadcrumb li { margin-bottom: 5px; }
    .crumb_wrapper ul.breadcrumb li:nth-child(odd) { margin-right: 5px;font-size: 14px; }
    .crumb_wrapper ul.breadcrumb li:nth-child(even) { margin-right: 12px;font-size: 14px; }

    h1.main_header { font-size: 36px; }

    #main_split .split_fh { height: 300px; }

    #main_split .split_left .inner { max-width: 100%;padding: 10px 20px 20px 20px; }

    .main_faq h2 { font-size: 28px; }

    .slick-active .slide {
        animation: none !important;
    }

    ul.footer_nav { font-size: 14px; }
    ul.footer_nav li { margin: 10px 0 10px 0;padding-right: 12px;padding-left: 12px;border-right: 1px solid #917197; }

    #footer_inner { font-size: 14px; }

    #home_upper_split #hu_left h3 { font-size: 24px; }

    ul.training li img.large { max-width: 150px; }
    ul.training li img.med { max-width: 110px; }

    }



/* HTML: <div class="loader"></div> */
.loader {
    width: 15px;
    aspect-ratio: 1;
    border-radius: 50%;
    animation: l5 1s infinite linear alternate;
}
@keyframes l5 {
        0%  {box-shadow: 20px 0 #fff, -20px 0 #fff2;background: #fff }
        33% {box-shadow: 20px 0 #fff, -20px 0 #fff2;background: #fff2}
        66% {box-shadow: 20px 0 #fff2,-20px 0 #fff; background: #fff2}
        100%{box-shadow: 20px 0 #fff2,-20px 0 #fff; background: #fff }
}
