/*
Theme Name: Valcare Medical
Description: Main Theme for Valcare Medical
Version: 1.0
Author: Dominik Weitmann
*/

/*-----------------------------------------------------------------------------------*/
/* Import Fonts                                                                      */
/*-----------------------------------------------------------------------------------*/

/* geist-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Geist';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/geist-v5-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('fonts/geist-v5-latin-regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* geist-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Geist';
  font-style: italic;
  font-weight: 400;
  src: url('fonts/geist-v5-latin-italic.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('fonts/geist-v5-latin-italic.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* geist-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Geist';
  font-style: normal;
  font-weight: 500;
  src: url('fonts/geist-v5-latin-500.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('fonts/geist-v5-latin-500.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* geist-500italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Geist';
  font-style: italic;
  font-weight: 500;
  src: url('fonts/geist-v5-latin-500italic.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('fonts/geist-v5-latin-500italic.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* geist-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Geist';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/geist-v5-latin-600.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('fonts/geist-v5-latin-600.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* geist-600italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Geist';
  font-style: italic;
  font-weight: 600;
  src: url('fonts/geist-v5-latin-600italic.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('fonts/geist-v5-latin-600italic.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/*-----------------------------------------------------------------------------------*/
/* CSS Reset                                                                         */
/*-----------------------------------------------------------------------------------*/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,
dfn,em,font,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,
caption,tbody,tfoot,thead,tr,th,td{border:0;font-family:inherit;font-size:100%;font-style:inherit;font-weight:inherit;margin:0;outline:0;padding:0;vertical-align:baseline;}
html{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;height:100%;min-height:100%;}
*,*:before,*:after{-webkit-box-sizing:inherit;-moz-box-sizing:inherit;box-sizing:inherit;}
/* HTML5 display-role reset for older browsers */
article,aside,details,figcaption,figure,footer,header,main,nav,section{display:block;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:none;}
ins{background-color:#444;color:#fff;text-decoration:none;}
mark{background-color:#444;color:#fff;font-style:italic;font-weight:bold;}
del{text-decoration:none;position:relative;}
del::after{content:'';position:absolute;top:32%;left:0;width:100%;height:3px;}
abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help;}
table{border-collapse:collapse;border-spacing:0;}
input,select{vertical-align:middle;}
strong,.bold{font-weight:600;}
.single-post strong{font-weight:500;}
.single-post .mejs-controls{background:rgba(34,34,34,0.4) !important;}
body .uppercase{text-transform:uppercase;}
body .lowercase{text-transform:none;}
em{font-style:italic;font-weight:inherit;}
ol,ul{list-style:none;}
caption,th,td{font-weight:normal;text-align:left;}
audio,canvas,video{display:inline-block;}
audio:not([controls]){display:none;}
embed,iframe,object,video,img{max-width:100%;height:auto;}
img,video{vertical-align:bottom;}
.underline{text-decoration:underline;}
.dark{color:#000;}
.no-under{text-decoration:none;}

/*-----------------------------------------------------------------------------------*/
/* Global Styles                                                                     */
/*-----------------------------------------------------------------------------------*/

@-ms-viewport{width:device-width;}
.clearfix:after{visibility:hidden;display:block;content:"";clear:both;height:0;}
* html .clearfix{zoom:1;}/* IE6 fix */
*:first-child+html .clearfix{zoom:1;}/* IE7 fix */
.clear{clear:both;}
::-moz-selection{background:#161A1C;color:#fff;text-shadow:none;}
::selection{background:#161A1C;color:#fff;text-shadow:none;}
sup,.lit-ref{font-size:45%;bottom:1.65ex;height:0;line-height:0;position:relative;vertical-align:baseline;}
.lit-ref{color:#476B9D;}
.alignleft{float:left;}
.alignright{float:right;}
.aligncenter{display:block;margin-left:auto;margin-right:auto;}
.wp-caption{max-width:100%;padding:4px;}
.courier{font-family:'Courier New',Courier,serif;}
a{color:inherit;text-decoration:none;position:relative;transition:opacity .2s ease-in-out,color .2s ease-in-out;}
.link-fade a{transition:opacity .2s ease-in-out,color .2s ease-in-out;}
.link-fade a:hover{opacity:0.6;}
.button-fade{color:inherit;transition:opacity .2s ease-in-out,color .2s ease-in-out;}
.button-fade:hover{opacity:0.6;}
h1,h2{font-weight:400;}
p + p,p + ul, p + ol, ol + p, ul + p,h2 + p,h2 + ul,h2 + ol,p + h2, ol + h2, ul + h3,h3 + p,h3 + ul,h3 + ol,p + h3, ol + h3,ul + h2,ol + h2,
ul + h3,h4 + p,h4 + ul,h4 + ol,p + h4, ol + h4, ul + h4,blockquote + h4,blockquote + h3,blockquote + h2,blockquote + h1,blockquote + p,
blockquote + ul,blockquote + ol,blockquote + blockquote,p + blockquote,ul + blockquote,ol + blockquote, h1 + blockquote,h2 + blockquote, h3 + blockquote, h4 + blockquote,
.single-post .valc-accordions + p{margin-top:18px;}
.uppercase{text-transform:uppercase;}
.nowrap{white-space:nowrap;}
.light-blue-bg{background:#E9F2F7;}
.light-blue-text{color:#476B9D;}
.light-bg{background:#fff;}
img,video{max-width:100%;height:auto;}
.visually-hidden{position:absolute !important;overflow:hidden;width:1px;height:1px;margin:-1px;padding:0;border:0;clip:rect(0 0 0 0);word-wrap:normal !important;}
.skip-to-content:focus{z-index:9999;position:inherit;overflow:auto;width:auto;height:auto;clip:auto;background:#000;color:#fff;padding:8px 18px;}
*:focus-visible{outline:2px solid rgba(0,0,0,0.8);outline-offset:2px;box-shadow:0 0 0 2px rgb(255,255,255),0 0 4px 3px rgba(0,0,0,.6);}
main ul{list-style-type:disc;margin-left:24px;}
main ol{list-style-type:decimal;margin-left:26px;}
.title-reg{font-size:18px;font-size:1.8rem;position:relative;top:-14px;}
.content-reg{font-size:12px;font-size:1.2rem;position:relative;top:-6px;}
.content-num{font-size:14px;font-size:1.4rem;position:relative;top:-5px;}
.single-post .wp-video{margin-bottom:30px;}
.single-post .acc-title-icon-image br{display:none;}
.single-post .acc-title-icon-image{font-size:0;position:relative;top:-10px;}

.semi-bold{font-weight:500;}
.text-xxs{font-size:13px;font-size:1.3rem;}
.text-xs{font-size:16px;font-size:1.6rem;}
.text-s{font-size:18px;font-size:1.8rem;}
.text-l{font-size:30px;font-size:3.0rem;line-height:1.15;}
.text-l-lh-100{font-size:30px;font-size:3.0rem;line-height:1;}
.text-xl{font-size:34px;font-size:3.4rem;line-height:1.05;}

.text-xs-grow{font-size:16px;font-size:1.6rem;}

.title-s{font-size:20px;font-size:2rem;line-height:1.3;}
.title-m{font-size:30px;font-size:3.0rem;line-height:1.15;}
.title-m-100{font-size:30px;font-size:3.0rem;line-height:1;}
.text-ml{font-size:18px;font-size:1.8rem;}
.title-xl{font-size:40px;font-size:4.0rem;line-height:1.0;}


.title-l{font-size:30px;font-size:3.0rem;line-height:1.0;}
.title-lxl{font-size:34px;font-size:3.4rem;line-height:1.0;}

.title-ml{font-size:24px;font-size:2.4rem;line-height:1.0;}

.title-m-grow{font-size:22px;font-size:2.2rem;}
.title-m-grow-100{font-size:22px;font-size:2.2rem;line-height:1;}

.title-s-grow{font-size:18px;font-size:1.8rem;}

.limit-title-width-home{}
.limit-title-width-big{max-width:240px;max-width:380px;}
.page-template-page-studies .limit-title-width-big{max-width:320px;}
.limit-title-width-one{max-width:400px;}
.limit-title-width-two{max-width:400px;}
.limit-title-width-three{max-width:530px;}

.title-spacer{margin-bottom:20px;}
.title-spacer-s{margin-bottom:30px;}
.title-spacer-m{margin-bottom:28px;}
.title-spacer-l{margin-bottom:50px;}
.title-spacer-xl{margin-bottom:60px;}
.title-spacer-40{margin-bottom:38px;}
.title-spacer-40-big{margin-bottom:38px;}
.title-spacer-40-home{margin-bottom:40px;}
.title-spacer-20{margin-bottom:18px;}

.content-spacer-one{margin-top:30px;}

.content-limit-width{max-width:590px;}

/* Buttons */
.span-button{display:flex;border:none;margin:0;padding:0;font-family:inherit;font-size:1rem;line-height:1;background:transparent;-webkit-appearance:none;}
.span-button:hover{cursor:pointer;}

.text-cta{color:#476B9D;display:inline-block;font-size:18px;font-size:1.8rem;line-height:42px;font-weight:500;}
.text-cta-light{color:#fff;}
.text-cta-dark{color:#0d273f;}

.valc-button{display:inline-block;font-size:18px;font-size:1.8rem;line-height:42px;font-weight:500;}
.valc-button-blue{color:#476B9D;}
.valc-button-light{color:#fff;}
.valc-button-dark{color:#0d273f;}
.icon-move{display:inline-block;width:42px;height:42px;text-align:center;border-radius:42px;font-size:10px;font-size:1rem;margin-right:12px;
 transition:background .4s ease-in-out,color .1s ease-in-out}
.valc-button-icon-right .icon-move{margin-left:12px;margin-right:0;}
.back-to-top .icon-move{margin-right:0;}
.icon-move-light{border:2px solid #ffffff;color:#ffffff;background:transparent;}
.icon-move-blue{border:2px solid #476B9D;color:#476B9D;background:transparent;}
.icon-move-dark{border:2px solid #0d273f;color:#0d273f;background:transparent;}
.icon-move .dashicons-arrow-down-alt,.icon-move .dashicons-arrow-right-alt,.icon-move .dashicons-arrow-left-alt,
.icon-move .dashicons-arrow-up-alt{line-height:38px;position:relative;top:0;left:0;transition:all 0.4s ease-in-out;}

.icon-circle{display:inline-block;width:42px;height:42px;text-align:center;border-radius:42px;font-size:10px;font-size:1rem;margin-right:12px;
 transition:background-size .4s ease-in-out,color .2s .1s ease-in-out,border .4s ease-in-out;background-size:0 0;background-position:50% 50%;}
.text-cta-icon-right .icon-circle{margin-left:12px;margin-right:0;}
.icon-cta .icon-circle{margin-right:0;}
.icon-circle-light{border:2px solid #ffffff;color:#ffffff;background-image:radial-gradient(circle at center,#ffffff 50%,transparent 50%);background-repeat:no-repeat;}
.icon-circle-blue{border:2px solid #476B9D;color:#476B9D;background-image:radial-gradient(circle at center,#476B9D 50%,transparent 50%);background-repeat:no-repeat;}
.icon-circle-dark{border:2px solid #0d273f;color:#0d273f;background-image:radial-gradient(circle at center,#0d273f 50%,transparent 50%);background-repeat:no-repeat;}
.icon-circle .dashicons-arrow-down-alt,.icon-circle .dashicons-arrow-right-alt,.icon-circle .dashicons-arrow-up-alt,.icon-circle .dashicons-plus-alt2{line-height:1;margin-top:8px;}

.link-arrow-right .dashicons{padding-top:5px;}

.valc-button.slick-disabled{opacity:0.5;}
.valc-button.slick-disabled:hover{cursor:default;}
.valc-slider-button-right,.valc-slider-button-left{display:none !important;position:absolute;}
.valc-slider-button-right{bottom:-70px;left:30px;}
.valc-slider-button-left{bottom:-70px;left:82px;}
.valc-slider-button-right .icon-move,.valc-slider-button-left .icon-move{margin-right:0;}

/* Spacing */
.section-spacing-top{padding-top:90px;}
.section-spacing-top-s{padding-top:60px;}
.section-spacing-top-m{padding-top:80px;}
.section-spacing-top-l{padding-top:80px;}
.section-spacing-bottom{padding-bottom:90px;}
.section-spacing-bottom-slider{padding-bottom:90px;}
.section-spacing-bottom-xs{padding-bottom:30px;}
.section-spacing-bottom-sm{padding-bottom:30px;}
.section-spacing-bottom-small{padding-bottom:50px;}
.section-spacing-bottom-medium{padding-bottom:50px;}
.section-spacing-bottom-large{padding-bottom:90px;}
.section-spacing-both{padding-bottom:90px;padding-top:90px;}
/* 60 - 100- 140 bei Footer, ähnlich machen überall dann von den Steps */

.darkblue{color:#0d273f;}
.lightblue{color:#c3defd;}
.accentblue{color:#3244ff;}
.darkblue-50{color:#818d95;color:rgba(13,39,63,0.5);}
.warmgrey{color:#f5f3ee;}
.main-bg-one{background:#f5f3ee;}
.main-bg-two{background:#f6f7f7;}
.main-bg-three{background:#fff;}
.main-bg-four{background:#e7f2fe;}
.main-bg-gradient{background:#c3defd;background:linear-gradient(230deg,rgba(195,222,253,1) 30%,rgba(238,235,227,1) 100%);}

#wpadminbar{display:none;}

/*-----------------------------------------------------------------------------------*/
/* Page Setup                                                                        */
/*-----------------------------------------------------------------------------------*/

html{height:100%;min-height:100%;font-size:62.5%;margin-top:0 !important;overflow-x:hidden;}
body{height:100%;min-height:100%;position:relative;background:#fff;color:#0d273f;font-family:'Geist',sans-serif;font-size:18px;font-size:1.8rem;line-height:1.35;font-weight:400;
 -webkit-font-smoothing:antialiased;-webkit-text-size-adjust:100%;}
.container{position:relative;width:100%;max-width:2560px;padding-left:20px;padding-right:20px;padding-bottom:80px;margin:0 auto;}
main{padding-top:150px;}
.main-home{padding-top:0;}
.main-spacing-two{padding:100px 0 0 0;}
.main-spacing-three{padding:125px 0 0 0;}
.flex-mobile-spacer{margin-top:50px;}
.hide-on-mobile{display:none;}
.img-adjust-one{object-position:68% 50%;}
.img-adjust-two{object-position:46% 50%;}
.img-adjust-three{object-position:76% 50%;}
.img-adjust-four{object-position:72% 50%;}
.img-adjust-five{object-position:90% 50%;}

/* Animations */
.animate-from-bottom{opacity:0;transform:translateY(30px);transition:transform .5s ease-in-out, opacity .5s ease-in-out;}
.animate-from-top{opacity:0;transform:translateY(30px);transition:transform .5s ease-in-out, opacity .5s ease-in-out;}
.animate-from-top-always{opacity:0;transform:translateY(-30px);transition:transform .5s ease-in-out, opacity .5s ease-in-out;}
.animate-from-right-always{opacity:0;transform:translateX(30px);transition:transform .5s ease-in-out, opacity .5s ease-in-out;}
.animate-from-right{opacity:0;transform:translateY(30px);transition:transform 0.5s ease-in-out, opacity .5s ease-in-out;}
.animate-from-left{opacity:0;transform:translateY(30px);transition:transform 0.5s ease-in-out, opacity .5s ease-in-out;}
.animate-from-fade{opacity:0;transition:opacity 0.7s ease-in-out;}
.animate-delay-1{transition-delay:0.2s;}
.animate-delay-2{transition-delay:0.6s;}
.animate-delay-3{transition-delay:1.0s;}
.animate-delay-4{transition-delay:1.4s;}
.animate-delay-5{transition-delay:1.8s;}
.animate-delay-6{transition-delay:2.2s;}
.in-view.animate-from-bottom,.in-view.animate-from-top,.in-view.animate-from-top-always,.in-view.animate-from-right-always,
.in-view.animate-from-right,.in-view.animate-from-left,.in-view.animate-from-fade{opacity:1;transform:none;}

/* Header */
header{z-index:9;position:fixed;width:100%;top:20px;}
header .container{padding-bottom:0;padding-left:15px;padding-right:15px;}
.header-inner{position:relative;z-index:8;background:rgba(255,255,255,0.4);backdrop-filter:blur(10px);padding:5px 5px 5px 18px;display:flex;align-items:center;justify-content:space-between;border-radius:6px;}
.logo{height:28px;width:auto;}
.logo-wrapper svg{vertical-align:bottom;}
.logo-wrapper path{fill:#0d273f;transition:fill 0.2s ease-in-out;}
.logo-wrapper:hover path{fill:#3244ff;}
.header-logo a{display:inline-block;}
.mobile-nav-open{width:56px;height:56px;background:#0d273f;border-radius:4px;display:flex;align-items:center;justify-content:center;position:relative;}
.mobile-header-nav-top{font-size:16px;font-size:1.6rem;font-weight:500;color:#d9d9d9;display:flex;justify-content:space-between;align-items:center;margin-bottom:55px;}
.mobile-burger-icon{position:relative;}
.mobile-burger-icon-one{width:22px;height:2px;background:#fff;display:block;}
.mobile-burger-icon-two{width:22px;height:2px;background:#fff;display:block;margin-top:6px;}
.header-nav-wrap{z-index:7;position:fixed;top:0;left:110%;right:0;width:100%;background:#0d273f;color:#fff;border-radius:6px;font-size:30px;font-size:3.0rem;line-height:1.5;
 padding:20px 20px 36px 27px;transition:left 0.4s ease-in-out;}
.nav-active .header-nav-wrap{left:0;}
.menu li,.add-nav-elements{opacity:0;transform:translateX(20px);transition:transform 0.2s ease-in-out,opacity 0.2s ease-in-out;}
.menu li:nth-child(1){transition-delay:0.1s;}
.menu li:nth-child(2){transition-delay:0.2s;}
.menu li:nth-child(3){transition-delay:0.3s;}
.menu li:nth-child(4){transition-delay:0.4s;}
.menu li:nth-child(5){transition-delay:0.5s;}
.add-nav-elements{transition-delay:0.6s;}
.nav-active .menu li,.nav-active .add-nav-elements{opacity:1;transform:none;}
.mobile-burger-icon-close{position:relative;width:22px;height:22px;}
.mobile-burger-icon-close-one{margin-top:11px;width:22px;height:2px;background:#fff;display:block;transform:rotate(45deg);transform-origin:center center;}
.mobile-burger-icon-close-two{margin-top:11px;width:22px;height:2px;background:#fff;display:block;margin-top:-2px;transform:rotate(-45deg);transform-origin:center center;}
.header-nav-overlay{z-index:6;position:fixed;top:0;left:100%;right:0;bottom:-20px;min-width:100%;min-height:100dvh;background:rgba(255,255,255,0.4);backdrop-filter:blur(10px);transition:left 0.4s ease-in-out;}

/* Home */
.hero{position:relative;}
.hero-full{height:100%;height:100dvh;height:480px;height:510px;width:100%;display:flex;overflow:hidden;}
.hero-full-left{position:relative;width:30%;overflow:hidden;opacity:0;transform:translateX(-80px);transition:opacity 0.8s ease-out,transform 0.8s ease-out;}
.hero-full.in-view .hero-full-left{opacity:1;transform:none;}
.hero-full-left-gradient{z-index:1;position:absolute;top:0;left:0;height:100%;width:100%;background:rgba(0,0,0,0.2);background:linear-gradient(185deg,rgba(0,0,0,0.2) 20%,rgba(0,0,0,0.0) 40%,rgba(0,0,0,0) 100%);}
.hero-full-left img{position:absolute;left:0;top:0;height:100%;width:200%;max-width:200%;object-fit:cover;transform:translateX(-40%);transition:transform 12s linear;transition-delay:2.0s;}
.hero-full.in-view .hero-full-left img{transform:none;}
.hero-full-right{width:70%;opacity:0;transform:translateX(80px);transition:opacity 0.8s ease-out,transform 0.8s ease-out;}
.hero-full.in-view .hero-full-right{opacity:1;transform:none;}
.hero-full-right img{height:100%;width:100%;object-fit:cover;object-position:52% 50%;}
.hero-info{z-index:2;}
.hero-info.container{padding-bottom:0;}
.hero-scroll{display:none;font-size:16px;font-size:1.6rem;line-height:0.95;color:#fff;padding-bottom:8px;padding-top:8px;}
.hero-scroll-down{width:17px;height:18px;background:url('images/scroll-down.svg')no-repeat center right;}
.hero-scroll:hover{cursor:pointer;}
.hero-title-desktop{display:none;}
.hero-title-mobile{font-size:60px;font-size:6.0rem;line-height:0.85;margin-top:28px;margin-bottom:18px;transition:max-width 0.3s ease-in-out,font-size 0.3s ease-in-out,line-height 0.3s ease-in-out;max-width:310px;}
.shrink-font.hero-title-mobile{font-size:50px;font-size:5.0rem;line-height:1;max-width:350px;}
.hero-title-mobile br{display:none;}



.ring-animation-small{display:inline-block;width:46px;height:46px;position:relative;margin:0 0 22px 10px;}
.ring-animation-small span{display:inline-block;width:42px;height:42px;border-radius:42px;border:2px solid #0d273f;}
.ring-animation-small.ring-animation-light span{border:2px solid #fff;}
.ring-two{position:absolute;top:0;left:0;transition:transform 1.2s cubic-bezier(0,.71,1,.3);transform:translate(0,0);}
.ring-three{position:absolute;top:0;left:0;transition:transform 1.2s cubic-bezier(0,.71,1,.3);transform:translate(0,0);}
.in-view .ring-two{/*transform:translate(-6px,6px);*/animation:ring-small-two forwards 4s infinite;animation-timing-function:linear;}
.in-view .ring-three{/*transform:translate(6px,-6px);*/animation:ring-small-three forwards 4s infinite;animation-timing-function:linear;}

@keyframes ring-small-two{
    0%{
        transform:translate(0,0);
    }
    10%{
        transform:translate(0,0);
    }
   
    40%{
        transform:translate(-6px,6px);
    }
    60%{
        transform:translate(-6px,6px);
    }
    90%{
        transform:translate(0,0);
    }
    100%{
        transform:translate(0,0);
    }
}
@keyframes ring-small-three{
    0%{
        transform:translate(0,0);
    }
    10%{
        transform:translate(0,0);
    }
    40%{
        transform:translate(6px,-6px);
    }
    60%{
        transform:translate(6px,-6px);
    }
    90%{
        transform:translate(0,0);
    }
    100%{
        transform:translate(0,0);
    }
}

.double-content-left.double-content-inner{transition:opacity 0.5s ease-in-out 0.6s,transform 0.5s ease-in-out 0.6s;opacity:0;transform:translateY(30px);}
.double-content-right.double-content-inner{transition:opacity 0.5s ease-in-out 0.6s,transform 0.5s ease-in-out 0.6s;opacity:0;transform:translateY(30px);}
.in-view.double-content-left.double-content-inner,.in-view.double-content-right.double-content-inner{opacity:1;transform:none;}
.double-content-inner{position:relative;height:420px;width:100%;max-width:784px;height:420px;width:100%;object-fit:cover;overflow:hidden;}
.double-content-right{margin-top:20px;width:100%;max-width:784px;}
.double-content-left{width:100%;max-width:784px;}
.double-content-inner-link{position:absolute;left:0;top:0;height:100%;width:100%;z-index:1;}
.double-content-inner img,.double-content-inner video{height:100%;width:auto;width:100%;object-fit:cover;border-radius:6px;}
.double-content-inner img{object-position:80% 50%;}
.double-content-inner video{object-position:36% 50%;}
.double-content-inner-text{position:absolute;left:20px;bottom:28px;color:#fff;}
.double-content-inner-link:hover + .double-content-inner-button .light-button-more-icon{left:19px;}
.double-content-inner-link:hover + .double-content-inner-button .light-button-more-icon path{fill:#ffffff;}
.double-content-inner-link:hover + .double-content-inner-button .light-button{background:#3244ff;color:#fff;}
.home-double-content-info{margin-top:38px;max-width:650px;}
.home-double-content-info-more{margin-top:28px;}

.text-more-info{padding-top:24px;border-top:1px solid rgba(118, 118, 118, 0.6);margin-top:38px;}
.text-more-info.text-more-info-no-border{padding-top:0;border-top:none;margin-top:38px;}
.dark-button{position:relative;display:inline-block;margin-top:28px;border-radius:4px;color:#fff;font-size:16px;font-size:1.6rem;font-weight:500;background:#0D273F;padding:13px 30px 13px 16px;
 transition:background 0.4s ease-in-out;}
.dark-button-dl-icon{width:16px;height:17px;display:inline-block;background:url('images/dl-icon.svg') no-repeat center center;position:relative;left:13px;top:2px;transition:top 0.4s ease-in-out;}
.dark-button-more-icon{width:17px;height:16px;display:inline-block;background:url('images/more-icon.svg') no-repeat center center;position:relative;left:13px;top:3px;transition:left 0.4s ease-in-out;}
.dark-button:hover{background:#3244ff;}
.dark-button:hover .dark-button-dl-icon{top:6px;}
.dark-button:hover .dark-button-more-icon{left:18px;}
.dark-button.dark-button-more{margin-top:0;}
.home .news-press-all{margin-top:40px;}

.light-button{position:absolute;top:20px;left:20px;display:flex;align-items:center;border-radius:4px;color:#0D273F;font-size:16px;font-size:1.6rem;font-weight:500;background:#fff;padding:13px 30px 13px 16px;
 transition:background 0.4s ease-in-out,color 0.4s ease-in-out;}
.light-button:hover{background:#3244ff;color:#fff;}
.light-button-more-icon{display:inline-block;width:17px;height:16px;position:relative;left:13px;transition:left 0.4s ease-in-out;}
.light-button-more-icon path{fill:#0D273F;transition:fill 0.4s ease-in-out}
.light-button:hover .light-button-more-icon{left:18px;}
.light-button:hover .light-button-more-icon path{fill:#ffffff;}

.parallax-wrapper{position:relative;top:0;left:0;height:120vh;width:100%;background:url('images/home-parallax-bg.jpg')no-repeat center center;background-size:cover;}



.parallax-container{position:relative;width:100%;height:100vh;overflow:hidden;/*display:flex;align-items:center;justify-content:center;*/}
.parallax-container .container{padding-bottom:0;height:100%;}
.parallax-bg{position:absolute;bottom:-20%;left:0;width:100%;height:120%;object-fit:cover;z-index:0;will-change:transform;}
.parallax-darker{position:absolute;top:0;left:0;height:100%;width:100%;background:rgba(0,0,0,0.2);z-index:1;}
.parallax-content{position:relative;z-index:2;color:#fff;height:100%;}
.parallax-content-inner{height:100%;display:flex;flex-direction:column;justify-content:space-between;padding:45px 0 60px 0;}
.parallax-text{max-width:650px;}





.home-beach-img{object-position:56% 50%;}
.in-image-rings-wrap{position:absolute;width:210px;height:210px;top:48%;left:50%;transform:translate(-50%,-50%);}
.big-ring-one{position:absolute;width:100%;height:100%;border:1.1px solid #fff;border-radius:100%;transition:transform 0.8s ease-in-out;transition-delay:0.6s;}
.big-ring-two{position:absolute;width:100%;height:100%;border:1.1px dashed #fff;border-radius:100%;transition:transform 0.8s ease-in-out;transition-delay:0.6s;}
.big-ring-three{position:absolute;width:100%;height:100%;border:1.1px dashed #fff;border-radius:100%;transition:transform 0.8s ease-in-out;transition-delay:0.6s;}
.in-image-rings-wrap.in-view .big-ring-one{transform:translate(-24px,24px);}
.in-image-rings-wrap.in-view .big-ring-two{}
.in-image-rings-wrap.in-view .big-ring-three{transform:translate(24px,-24px);}
.big-ring-label{color:#fff;position:absolute;opacity:0;transition:opacity 0.4s ease-in-out;}
.big-ring-one-label{left:-34px;top:48px;transition-delay:1.6s;}
.big-ring-two-label{left:50%;top:-24px;transition-delay:2.2s;}
.big-ring-three-label{right:-46px;bottom:8px;transition-delay:2.8s;}
.in-image-rings-wrap.in-view .big-ring-label{opacity:1;}
.big-ring-dot{position:absolute;background:#fff;width:9px;height:9px;border-radius:100%;opacity:0;transition:opacity 0.4s ease-in-out;}
.big-ring-one-dot{left:-1px;top:70px;transition-delay:1.6s;}
.big-ring-two-dot{left:94px;top:-5px;transition-delay:2.2s;}
.big-ring-three-dot{right:25px;bottom:26px;transition-delay:2.8s;}
.in-image-rings-wrap.in-view .big-ring-dot{opacity:1;}




/* Text pages */
.text-page-content{margin-top:38px;padding-top:38px;border-top:1px solid #cfd0d0;}
.text-page h1,.text-page-width{max-width:780px;}
.news-title-width{max-width:840px;}

/* Patients */
.hero-regular{position:relative;}
.hero-zoom-wrapper{overflow:hidden;border-radius:6px;}
.hero-regular-banner{display:block;transform:scale(1.2);transition:transform 2s ease-out 1.5s;}
.in-view .hero-regular-banner{transform:scale(1.0);}
.hero-regular-title{margin-top:20px;}
.img-size-one{border-radius:6px;height:420px;width:100%;object-fit:cover;}
.img-size-two{border-radius:6px;height:420px;width:100%;object-fit:cover;}
.vid-size-two{border-radius:6px;height:420px;width:100%;object-fit:cover;object-position:32% 50%;}
.image-text-section-space-one{padding-top:40px;}
.image-text-section{}
.double-video{padding:30px 20px 40px 20px;}
.double-video-title{}
.double-video-left{}
.double-video-right{margin-top:40px;}
.double-video-title-width{max-width:600px;}
.container.circle-container{padding:0;overflow:visible;}
.pinned-section{width:100%;height:100%;height:100vh;overflow:hidden;}
.circle-amend-info{position:absolute;left:50%;bottom:30px;transform:translateX(-50%);width:220px;text-align:center;}
.circle-amend-info-text{margin-top:16px;text-align:center;}
.circle-title{padding:0 20px;}
.circle-title h2{align-self:flex-start;padding:56px 0 20px 0;}
.circle-wrap{position:absolute;left:50%;width:70rem;height:70rem;bottom:-26rem;transform:translateX(-50%) scale(0.9);opacity:0;transition:opacity 0.4s ease-in-out, transform 0.8s ease-in-out;}
@media all and (min-width:380px){
 .circle-wrap{width:80rem;height:80rem;bottom:-26rem;}
 .circle-amend-info{bottom:50px;}
}
@media all and (min-width:520px){
 .circle-wrap{width:840rem;height:84rem;bottom:-20rem;}
}
@media all and (min-width:640px){
 .circle-wrap{width:90rem;height:90rem;bottom:-22rem;}
}
@media all and (min-width:768px){
 .circle-wrap{width:130rem;height:130rem;bottom:-70rem;}
}
@media all and (min-width:1024px){
 .circle-wrap{width:84vw;height:84vw;bottom:-38vw;}
 .circle-amend-info{bottom:30px;display:flex;flex-wrap:nowrap;width:auto;align-items:center;}
 .circle-amend-info-text{margin-top:0;text-align:left;}
 .circle-amend-info-logo{margin-right:20px;}
}
@media all and (min-width:1180px){
 .circle-wrap{width:84vw;height:84vw;bottom:-42vw;}
}
@media all and (min-width:1280px){
 .circle-wrap{width:80vw;height:80vw;bottom:-48vw;}
}
@media all and (min-width:1600px){
 .circle-wrap{width:1280px;height:1280px;bottom:-640px;}
}
@media all and (min-width:2200px){
 .circle-wrap{width:84vw;height:84vw;bottom:-42vw;}
}
.in-view.circle-wrap{opacity:1;transform:translateX(-50%) scale(1);}
.circle{position:relative;width:100%;height:100%;border-radius:100%;border:1px solid #0d273f;display:flex;flex-direction:column;justify-content:center;align-items:center;}
.quadrant{position:absolute;width:80px;height:100%;display:flex;justify-content:center;}
.q1 {}
.q2 {transform:rotate(90deg);}
.q3 {transform:rotate(180deg);}
.q4 {transform:rotate(270deg);}
.quadrant-info{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;}
.circle-number{display:flex;justify-content:center;align-items:center;width:48px;height:48px;border:1px solid;border-radius:100%;border:1px solid #0d273f;margin-top:-74px;}
.active .circle-number{background:#e7f2fe;border:none;}
.circle-dot{display:inline-block;width:12px;height:12px;border-radius:12px;margin-top:19px;background:#0d273f;}
.circle-text{opacity:0;transition:opacity 0.2s ease-in-out;transition-delay:0s;padding-top:140px;width:330px;text-align:center;position:relative;}
.active .circle-text{opacity:1;transition:opacity 0.4s ease-in-out;transition-delay:0.4s;}
.circle-text::before{content:'';display:inline-block;width:1px;height:120px;border:1px dashed #0d273f;position:absolute;left:50%;top:10px;margin-left:-1px;}
.circle-text p{margin-top:14px;}

/* Physicians */
.physician-video-wrap{max-width:1227px;}
.image-text-image-wrapper{position:relative;}
.image-text-image-wrapper-alt .img-size-two.img-size-two-fit{width:auto;object-fit:contain;object-position:50% 40%;}
.in-image-logo-mobile{position:absolute;top:40px;left:20px;}
.in-image-text-desktop-wrap{position:absolute;left:25px;bottom:22px;display:flex;align-items:center;}
.in-image-text-desktop{line-height:1.15;}
.in-image-logo-desktop{display:none;}

.forward-comp .container{padding-bottom:0;}
.forward-wrapper{padding:60px 0;}
.forward-left{overflow:hidden;padding-bottom:56px;}
.forward-rotate-wrapper{position:relative;width:280px;max-width:100%;margin:0 auto;}
.forward-rotate{width:100%;}
.forward-left-text{height:100%;width:100%;display:flex;justify-content:center;align-items:center;position:absolute;top:0;left:0;text-align:center;}
.forward-left.in-view .forward-rotate{animation:rotate-circle forwards 8s infinite;animation-delay:2s;animation-timing-function:linear;}
@keyframes rotate-circle{
 0%{transform:rotate(0);}
 100%{transform:rotate(360deg);}
}
.forward-text-wrapper{max-width:660px;margin:0 auto;}
.forward-right .text-more-info div{max-width:380px;}
.caution{background:#0d273f;padding:20px 0;color:#fff;}
.caution .container{padding-bottom:0;}
.caution-title{font-weight:600;}

/* About */
.image-text-section{border-top:1px solid rgba(118,118,118,0.6);}
.image-text-section + .image-text-section{margin-top:40px;}
.image-text-section.image-text-section-no-border{border-top:none;}
.image-text-subtitle{display:block;line-height:1;}
.image-text-subtitle-mobile{margin:17px 0;}
.image-text-subtitle-desktop{margin:17px 0 40px 0;display:none;}
.image-text-left{margin-bottom:30px;}
.image-text-gradient-bg{background:#c3defd;background:linear-gradient(240deg,rgba(195,222,253,1) 0%,rgba(195,222,253,1) 30%,rgba(238,235,227,1) 100%);}
.image-text-left img{border-radius:4px;}
.image-text-right{max-width:530px;}
.read-more-button-wrapper{margin-top:16px;}
.read-more-button{color:#767676;display:flex;align-items:center;height:28px;overflow:hidden;padding-right:4px;}
.read-more-icon{position:relative;display:inline-block;width:28px;height:28px;background:url('images/plus-icon.svg') no-repeat left center;margin-right:8px;transition:transform 0.3s ease-in-out;}
.read-more-icon-grey{position:absolute;top:0;left:0;display:inline-block;width:28px;height:28px;background:url('images/plus-icon-grey.svg') no-repeat left center;background-size:cover;opacity:1;transition:opacity 0.3s ease-in-out;}
.active-button .read-more-icon{transform:rotate(45deg);}
.image-text-desktop-text{display:inline;}
.image-text-desktop-text p:last-child{display:inline;}
.image-text-mobile-text-wrapper{display:none;}
.active-more.image-text-mobile-text-wrapper{display:inline;}
.image-text-mobile-text{display:inline;margin-top:18px;}
.image-text-mobile-text p:first-child{display:inline;}
.image-text-limit-title-width{max-width:410px;}
.image-text-limit-title-width-l{max-width:480px;}
.team-wrapper{padding-top:60px;max-width:480px;}
.team-members{border-top:1px solid rgba(118,118,118,0.6);}
.team-members-inner{padding-top:22px;}
.team-member{padding-bottom:30px;border-bottom:1px solid rgba(118,118,118,0.6);}
.team-member .read-more-button{overflow:visible;}
.team-member .read-more-icon-grey{top:-1px;left:-1px;width:30px;height:30px;}
.team-member:last-child{border-bottom:none;padding-bottom:unset;}
.team-member + .team-member{padding-top:30px;}
.team-member-inner{max-width:276px;}
.team-member-portrait{position:relative;}
.team-member-linkedin{position:absolute;right:16px;bottom:16px;z-index:1;display:inline-block;width:26px;height:26px;background:url('images/in-icon.svg.svg') no-repeat center center;
 background-size:cover;transform:scale(1);transition:transform 0.3s ease-in-out;}
.team-member-linkedin:hover{transform:scale(1.1);}
.team-member-info{margin-top:22px;}
.team-member-name{line-height:1;}
.team-member-position{line-height:1;margin-top:7px;}
.team-member-about{display:none;/*margin-top:16px;*//*display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;*/}
.team-member-about.active-more{-webkit-line-clamp:unset;display:block;}
.team-member-about-inner{padding-top:16px;}



.team-member .read-more-icon{width:28px;height:28px;background:url('images/plus-icon-blue.svg') no-repeat left center;}
.team-member .span-button .read-more-text{position:relative;left:0;transition:left 0.4s ease-in-out;}


.team-members-right{display:none;}
.board-and-advisors{margin-top:80px;}
.board{margin-bottom:80px;}
.board-members{}
.board-member{padding:25px 9px 25px 0;border-top:1px solid rgba(118,118,118,0.6);transition:padding 0.3s ease-in-out;}
.board-member:last-child .board-member{border-bottom:1px solid rgba(118,118,118,0.6);}
.board-member-position{margin-top:0px;}
.board-member-about{display:none;}
.board-member-about-inner{padding-top:12px;}
.board-member-about.active-more{display:block;}
.board-member-inner{display:flex;justify-content:space-between;}
.board-member-info{padding-right:24px;}
.board-member .read-more-button-wrapper{margin-top:10px;}
.advisors .board-member .read-more-button-wrapper{margin-top:0;}
.advisors .board-member{padding:36px 9px 35px 0;}
.advisors .board-member-info{padding-top:2px;}
.read-more-button-no-text .read-more-icon{margin-right:0;}
.advisors{}
.advisors .board-member-position{/*display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;*/}
.advisors .board-member-position.active-more{/*-webkit-line-clamp:unset;display:block;*/}






/* News and Events */
.news-press{position:relative;padding:20px 0 20px 0;border-top:1px solid #767676;transition:background 0.3s ease-in-out,padding 0.3s ease-in-out;}
.news-press .valc-acc-elem-overlay{background:#eeebe3;}
.main-bg-three .news-press:hover{}
.main-bg-three .news-press .valc-acc-elem-overlay{background:#e7f2fe;}
.news-press-anim:last-child .news-press,.home .news-press:last-child{border-bottom:1px solid #767676;}
.news-press-link{position:absolute;left:0;top:0;width:100%;height:100%;z-index:1;}
.news-limit-title-width{max-width:240px;}
.news-press-left{color:#767676;margin-bottom:20px;}
.news-press-left span{display:block;}
.news-press-right{}
.news-press-more{margin-top:16px;color:#767676;display:flex;line-height:28px;/*background:url('images/read-more-icon.svg') no-repeat left center;background-size:28px 28px;padding-left:36px;*/}
.news-press-more-icon{position:relative;display:inline-block;width:28px;height:28px;background:url('images/read-more-icon-grey.svg') no-repeat left center;margin-right:8px;}
.news-press-more-icon-hover{position:absolute;top:0;left:0;display:inline-block;width:28px;height:28px;background:url('images/read-more-icon.svg') no-repeat left center;
 opacity:1;transition:opacity 0.3s ease-in-out;}
.main-bg-three .news-press-more-icon-hover{opacity:0;}

/* Single News */
.news-page-content{margin-top:60px;}

/* Article */
.news-page-wrap{max-width:1060px;margin:0 auto;}
.news-page-wrap a,.text-page a{text-decoration:underline;}
.post-meta{color:#767676;margin-bottom:26px;}
.post-meta span{display:block;}

/* Studies */
.studies-wrapper{padding-top:60px;}
.study + .study{margin-top:80px;}
.study-structure{}
.study-element{padding:25px 0;border-top:1px solid rgba(118,118,118,0.6);transition:background 0.3s ease-in-out,padding 0.3s ease-in-out;}
.study-element-anim:last-child .study-element{border-bottom:1px solid rgba(118,118,118,0.6);}
.study-element-inner{display:flex;justify-content:space-between;padding:0 9px 0 0;}
.study-element-info{padding-right:12px;padding-right:24px;align-self:center;}
.study-element-info h3{line-height:28px;}
.study-element-about{display:none;}
.study-element-about-inner{padding:18px 0 0 0;}


.study-element.active-more .study-element-about{display:block;}
.study-element .read-more-button-wrapper{margin-top:0;}
.study-title{width:420px;max-width:100%;}

/* Publications */
.news-press-right h2 + p{margin-top:0;}

/* Latest videos */
.latest-videos-wrap{background:#fff;padding:60px 0 0 0;}
.latest-videos-inner{max-width:510px;}
.latest-video{position:relative;}
.latest-video + .latest-video{margin-top:38px;}
.video-meta{display:block;margin-top:14px;color:#767676;}
.video-title{margin-top:12px;}
.video-wrap{position:relative;}
.video-wrap video{border-radius:4px;}
.video-play-button{align-items:center;border-radius:6px;color:#fff;position:absolute;left:24px;bottom:24px;padding:16px 28px 16px 16px;font-size:16px;font-size:1.6rem;
 background:rgba(0,0,0,0.4);backdrop-filter:blur(10px);transition:background 0.4s ease-in-out;}
.latest-video-play-icon{width:14px;height:15px;display:inline-block;background:url('images/play-button-iconn.svg') no-repeat center center;position:relative;left:13px;transition:left 0.4s ease-in-out;}
.video-play-button:hover{background:#3244ff;}
.video-play-button:hover .latest-video-play-icon{left:17px;}

/* Footer */
footer{position:relative;overflow:hidden;background:#0d273f;color:#fefefe;}
.footer-bg{position:absolute;right:-700px;bottom:-40px;width:1026px;height:1026px;z-index:0;background:#0d273f url('images/footer-bg-highlight.svg') no-repeat;background-size:cover;}
.footer-content{z-index:1;}
.footer-content.container{padding-bottom:0;}
footer h4{font-size:18px;font-size:1.8rem;font-weight:500;color:#c3defd;}
footer h4 + p{margin-top:14px;}
.footer-information{padding:60px 0 12px 0;}
.footer-information-left{margin-bottom:35px;}
.footer-information-left-inner{max-width:326px;}
.footer-information-right div:first-child a{text-decoration:underline;}
.footer-information-right div + div{margin-top:34px;}
.footer-information-right strong{font-weight:500;}
.footer-connect{position:relative;}
.footer-social{font-size:18px;font-size:1.8rem;color:#fff;margin:60px 0 24px 0;}
.footer-social-links{margin-left:28px;display:flex;align-items:center;}
.footer-social-links a svg{vertical-align:bottom;}
.footer-social-links a + a{margin-left:12px;}
.footer-social-left{display:flex;align-items:center;}
.footer-copyright{padding-top:12px;border-top:1px solid rgba(255,255,255,0.4);font-size:13px;font-size:1.3rem;color:#fff;opacity:0.4;width:100%;}
.footer-youtube svg,.footer-in svg{transition:transform 0.2s ease-in-out;}
.footer-youtube:hover svg,.footer-in:hover svg{transform:scale(1.2);}
.footer-youtube path.hover-change{fill:#ffffff;transition:fill 0.2s ease-in-out;}
.footer-youtube path.hover-change-light{fill:#0d273f;transition:fill 0.2s ease-in-out;}
.footer-youtube:hover path.hover-change{fill:#3244ff;}
.footer-youtube:hover path.hover-change-light{fill:#ffffff;}
.footer-in path.hover-change{fill:#ffffff;transition:fill 0.2s ease-in-out;}
.footer-in path.hover-change-light{fill:#0d273f;transition:fill 0.2s ease-in-out;}
.footer-in:hover path.hover-change{fill:#3244ff;}
.footer-in:hover path.hover-change-light{fill:#ffffff;}
.do-not-sell{background:url('images/privacyoptions.svg') no-repeat;padding-right:40px;background-size:36px 17px;background-position:100% 3px;}
.footer-social-right{margin-top:16px;}

/*-----------------------------------------------------------------------------------*/
/* Responsive Styles                                                                 */
/*-----------------------------------------------------------------------------------*/

@media all and (min-width: 768px){
 p + p,p + ul, p + ol, ol + p, ul + p,h2 + p,h2 + ul,h2 + ol,p + h2, ol + h2, ul + h3,h3 + p,h3 + ul,h3 + ol,p + h3, ol + h3,ul + h2,ol + h2,
 ul + h3,h4 + p,h4 + ul,h4 + ol,p + h4, ol + h4, ul + h4,blockquote + h4,blockquote + h3,blockquote + h2,blockquote + h1,blockquote + p,
 blockquote + ul,blockquote + ol,blockquote + blockquote,p + blockquote,ul + blockquote,ol + blockquote, h1 + blockquote,h2 + blockquote, h3 + blockquote, h4 + blockquote,
 .single-post .valc-accordions + p{margin-top:26px;}
 .img-adjust-two{object-position:40% 50%;}
 .img-size-one{height:744px;}
 .img-size-two{height:744px;}
 .vid-size-two{height:744px;}
 .limit-title-width-one{max-width:600px;}
 .limit-title-width-two{max-width:600px;}
 .hero-regular-title{margin-top:0;position:absolute;left:30px;right:30px;bottom:30px;color:#fff;}
 .image-text-section-space-one{padding-top:60px;}
 .image-text-sections-wrapper.image-text-no-border-desktop .image-text-section:first-child,.image-text-no-border-desktop.image-text-section{border-top:none;padding-top:0;}
 .in-image-logo-mobile{display:none;}
 .in-image-logo-desktop{display:block;margin-right:20px;}
 
 body{font-size:20px;font-size:2.0rem;}
 header{top:38px;}
 .text-xs-grow{font-size:18px;font-size:1.8rem;}
 .title-s-grow{font-size:20px;font-size:2.0rem;}
 .title-spacer-xl{margin-bottom:100px;}
 .title-spacer-40{margin-bottom:58px;}
 .title-spacer-40-big{margin-bottom:72px;}
 .title-spacer-40-home{margin-bottom:55px;}
 .title-spacer-20{margin-bottom:38px;}
 .content-spacer-one{margin-top:58px;}
 .main-spacing-three{padding:180px 0 0 0;}
 .section-spacing-top-s{padding-top:100px;}
 .section-spacing-top-l{padding-top:100px;}
 .hide-on-mobile-up{display:none;}
 .container{padding-left:40px;padding-right:40px;padding-bottom:140px;}
 header .container{padding-left:35px;padding-right:35px;}
 .container-wider{padding-left:20px;padding-right:20px;}
 .text-l,.title-m-100,.title-m,.text-l-lh-100{font-size:40px;font-size:4.0rem;}
 .title-l{font-size:50px;font-size:5.0rem;}
 .title-lxl{font-size:50px;font-size:5.0rem;}
 .title-xl{font-size:60px;font-size:6.0rem;line-height:1.0;}
 .title-m-grow{font-size:24px;font-size:2.4rem;}
 .title-m-grow-100{font-size:24px;font-size:2.4rem;}

 .hero-full{height:100%;height:100dvh;}
 .hero-info{position:absolute;bottom:18px;left:50%;transform:translateX(-50%);width:100%;}
 .hero-title-desktop{display:block;margin:46px 0 26px 0;}
 .hero-title-desktop img{width:100%;}
 .hero-title-mobile{display:none;}
 .hero-text{color:#fff;max-width:470px;}
 .hero-scroll{display:flex;justify-content:space-between;align-items:center;}
 .hero-full-right img{object-position:50% 50%;}
 
 .double-content-inner{height:744px;}
 
 

 
 
 .home-beach-img{object-position:58% 50%;}
 .in-image-rings-wrap{width:420px;height:420px;top:47%;left:50%;}
 .in-image-rings-wrap.in-view .big-ring-one{transform:translate(-44px,44px);}
 .in-image-rings-wrap.in-view .big-ring-three{transform:translate(44px,-44px);}
 .big-ring-one-label{left:-44px;top:148px;transition-delay:1.6s;}
 .big-ring-two-label{left:50%;top:-28px;transition-delay:2.2s;}
 .big-ring-three-label{right:-18px;bottom:38px;transition-delay:2.8s;}
 .big-ring-one-dot{left:0;top:160px;transition-delay:1.6s;}
 .big-ring-two-dot{left:198px;top:-5px;transition-delay:2.2s;}
 .big-ring-three-dot{right:56px;bottom:56px;transition-delay:2.8s;}
 
 
 

 
 
 .parallax-content-inner{padding:170px 0 80px 0;}
 .forward-wrapper{padding:100px 0;}
 .forward-rotate-wrapper{width:360px;}
 

 .circle-title{padding:0 40px;}
 .circle-title h2{padding:76px 0 20px 0;}
 
 
 .text-more-info{margin-top:58px;}
 .text-page-content{margin-top:60px;padding-top:60px;}
 .footer-information{padding:100px 0 12px 0;}
 .footer-information-left{margin-bottom:55px;}
 .footer-information-left-inner{max-width:680px;}
 .footer-information-right{display:flex;}
 .footer-information-right > div{width:33.3%;max-width:230px;}
 .footer-information-right div + div{margin-top:0;}
 .footer-social{justify-content:flex-start;margin:98px 0 22px 0;}
 .latest-videos-wrap{padding:100px 0 0 0;}
 .video-title{margin-top:28px;}
 .news-limit-title-width{max-width:unset;}
 .news-press{display:flex;}
 .news-press-left{width:180px;}
 .news-press-right{flex:1;margin-top:-2px;}
 .image-text-left{max-width:784px;}
 .image-text-mobile-text{margin-top:26px;}
 .read-more-button-wrapper{margin-top:26px;}
 .team-wrapper{padding-top:100px;max-width:unset;}
 .team-members-inner{padding-top:0;display:flex;gap:40px;max-width:784px;}
 .team-member-hide-desktop{display:none;}
 .team-members-left{width:50%;}
 .team-members-right{width:50%;display:block;}
 .team-member-inner{display:flex;flex-wrap:wrap;justify-content:space-between;}
 .team-member{border-top:none;border-bottom:1px solid rgba(118,118,118,0.6);padding:40px 0;}
 .team-member + .team-member{padding-top:40px;}
 .team-member-inner{max-width:unset;}
 .team-member-portrait img{width:100%;}
 .board-and-advisors{margin-top:120px;max-width:784px;}
 .advisors .board-member{padding:38px 9px 37px 0;}
 
 .studies-wrapper{padding-top:100px;}
 
 .limit-title-width-big{max-width:740px;}
 .page-template-page-studies .limit-title-width-big{max-width:740px;}
 .limit-title-width-home{max-width:740px;}
 .limit-title-width-home-parallax{max-width:700px;}
 
 .dark-button{margin-top:36px;}
 
 .footer-bg{right:-620px;bottom:-160px;}
}

@media all and (min-width: 1024px){
 
 .valc-acc-elem{position:relative;overflow:hidden;}
 .valc-acc-elem-overlay{position:absolute;width:100%;height:100%;top:-100%;left:0;background:#e7f2fe;z-index:0;}
 .valc-acc-elem-content{position:relative;}
 
 .animate-from-right{opacity:0;transform:translateX(30px);transition:transform 0.5s ease-in-out, opacity .5s ease-in-out;}
 .animate-from-left{opacity:0;transform:translateX(-30px);transition:transform 0.5s ease-in-out, opacity .5s ease-in-out;}
 
 .img-adjust-two{object-position:0% 50%;}
 
 .image-text-section{position:sticky;top:20px;}
 .img-size-one{height:606px;}
 .img-size-two{height:606px;}
 .vid-size-two{height:606px;}
 .title-ml{font-size:40px;font-size:4.0rem;}
 .text-ml{font-size:24px;font-size:2.4rem;}
 .title-l{font-size:60px;font-size:6.0rem;}
 .title-lxl{font-size:60px;font-size:6.0rem;}
 .title-xl{font-size:70px;font-size:7.0rem;}
 .title-spacer-40-home{margin-bottom:80px;}
 .limit-title-width-home{max-width:760px;}
 .limit-title-width-one{max-width:720px;}
 .limit-title-width-two{max-width:720px;}
 .image-text-section-space-one{padding-top:80px;}
 .animate-from-top{opacity:0;transform:translateY(-30px);}
 .news-page-content{display:flex;}
 .news-page-left{width:24.5%;padding-right:20px;}
 .news-page-right{width:75.5%;padding-left:20px;}
 .news-press{padding:24px 0;}
 .news-press-left{width:270px;}
 .hide-br-desktop-one br{display:none;}
 
 .hero-text{color:#fff;max-width:500px;}
 .hero-full-right img{object-position:64% 50%;}
 
 .home-beach-img{object-position:60% 50%;}
 .in-image-rings-wrap{width:280px;height:280px;top:48%;left:50%;}
 .in-image-rings-wrap.in-view .big-ring-one{transform:translate(-30px,30px);}
 .in-image-rings-wrap.in-view .big-ring-three{transform:translate(30px,-30px);}
 .big-ring-one-label{left:-44px;top:106px;transition-delay:1.6s;}
 .big-ring-two-label{left:50%;top:-24px;transition-delay:2.2s;}
 .big-ring-three-label{right:-32px;bottom:12px;transition-delay:2.8s;}
 .big-ring-one-dot{left:-5px;top:122px;transition-delay:1.6s;}
 .big-ring-two-dot{left:128px;top:-5px;transition-delay:2.2s;}
 .big-ring-three-dot{right:38px;bottom:32px;transition-delay:2.8s;}
 
 
 .circle-text{width:430px;}
 
 
 
 
 .ring-anim-wrapper{display:flex;}
 .ring-animation-small{width:46px;height:46px;margin:7px 30px 22px 10px;}
 
 .hero-full-left{width:50%;}
 .hero-full-right{width:50%;}
 .hero-full-left img{transform:translateX(-45%);transition:transform 20s linear;transition-delay:2.0s;}
 .parallax-text{padding-left:87px;}
 
 .latest-videos-inner{max-width:unset;display:flex;margin:0 -10px;}
 .latest-video{width:33.3%;padding:0 10px;}
 .latest-video + .latest-video{margin-top:0;}
 .latest-video:nth-child(1){transition-delay:0;}
 .latest-video:nth-child(2){transition-delay:0.4s;}
 .latest-video:nth-child(3){transition-delay:0.8s;}
 
 .hide-on-bigger-than-landscape{display:none;}
 .image-button-link:hover + img{transform:scale(1.06);}
 .image-button-link:hover ~ .valc-button .icon-move .dashicons-arrow-right-alt{left:4px;}
 .image-button-link:hover ~ .valc-button .icon-move-light,.valc-button:hover .icon-move-light{background:#fff;color:#000;}
 .hero-button-link:hover + .hero-news-inner .valc-button .icon-move .dashicons-arrow-right-alt{left:4px;}
 .hero-button-link:hover + .hero-news-inner .valc-button .icon-move-blue{background:#476B9D;color:#fff;}
 .info-box-link:hover ~ .info-box-left .valc-button .icon-move .dashicons-arrow-right-alt{left:4px;}
 .info-box-link:hover ~ .info-box-left .valc-button .icon-move-blue{background:#476B9D;color:#fff;} 
 .valc-button:hover .icon-move .dashicons-arrow-down-alt{top:4px;}
 .valc-button:not(.slick-disabled):hover .icon-move .dashicons-arrow-right-alt{left:4px;}
 .valc-button:not(.slick-disabled):hover .icon-move .dashicons-arrow-left-alt{left:-4px;}
 .valc-button:hover .icon-move-light,.valc-button:hover .icon-move-light{background:#fff;color:#000;}
 .valc-button:not(.slick-disabled):hover .icon-move-blue{background:#476B9D;color:#fff;}
 .text-cta:hover .icon-circle-light,.icon-cta:hover .icon-circle-light{background-size:200% 200%;color:#0d273f;}
 .text-cta:hover .icon-circle-blue,.icon-cta:hover .icon-circle-blue{background-size:200% 200%;color:#ffffff;}
 .link-cta:hover .link-arrow-right{transform:translateX(3px);}
 
 .forward-wrapper{display:flex;align-items:center;padding:120px 0;}
 .forward-left{width:50%;padding:0;}
 .forward-right{width:50%;}
 .forward-text-wrapper{margin:0;}
 

 .double-content{display:flex;justify-content:space-between;}
 .double-content-inner{height:606px;max-width:unset;transition:max-width 0.4s ease-in-out;}
 
 .double-content-left.double-content-inner{transition:max-width 0.4s ease-in-out,opacity 0.5s ease-in-out 0.6s,transform 0.5s ease-in-out 0.6s;opacity:0;transform:translateX(-30px);}
 .double-content-right.double-content-inner{transition:max-width 0.4s ease-in-out,opacity 0.5s ease-in-out 0.6s,transform 0.5s ease-in-out 0.6s;opacity:0;transform:translateX(30px);}
 .in-view.double-content-left.double-content-inner,.in-view.double-content-right.double-content-inner{opacity:1;transform:none;}

 .double-content-left{max-width:49%;max-width:calc(50% - 10px);}
 .double-content-right{max-width:49%;max-width:calc(50% - 10px);margin-top:0;}
 
 .double-content-left-link:hover{max-width:55%;max-width:calc(55% - 10px);}
 .double-content-left-link:hover + .double-content-right-link{max-width:45%;max-width:calc(45% - 10px);}
 
 .double-content-right-link:hover{max-width:55%;max-width:calc(55% - 10px);}
 .double-content-left-link:has(+ .double-content-right-link:hover){max-width:45%;max-width:calc(45% - 10px);}
 .home-double-content-info{margin-top:58px;}
 .home-double-content-info-more{margin-top:38px;}
 
 
 .image-text-section{display:flex;flex-wrap:wrap;padding-top:20px;}
 .image-text-section.image-text-no-border{padding-top:0;}
 .image-text-left{width:50%;max-width:unset;margin-bottom:0;}
 .image-text-right{width:50%;padding:0 50px;max-width:unset;}
 .image-text-subtitle-desktop{display:block;}
 .image-text-subtitle-mobile{display:none;}
 .image-text-section .image-text-mobile-text-wrapper{display:inline !important;}
 .image-text-section .read-more-button-wrapper{display:none;}
 
 
 .double-video{padding:60px 50px 100px 50px;}
 .double-video-right{margin-top:0;}
 .double-video{display:flex;flex-wrap:wrap;}
 .double-video-title{width:100%;}
 .double-video-left{width:50%;padding-right:10px;}
 .double-video-right{width:50%;padding-left:10px;}
 
 
 
 .team-members-inner{max-width:unset;gap:50px;padding-right:50px;}
 .team-member-inner{display:flex;flex-wrap:wrap;justify-content:space-between;}
 .team-member{align-self:flex-start;}
 .team-member-portrait{width:41%;align-self:flex-start;}
 .team-member-info{width:51%;margin-left:8%;margin-top:0;}
 .board-and-advisors{display:flex;justify-content:space-between;max-width:unset;gap:50px;padding-right:50px;}
 .board{width:50%;margin-bottom:0;}
 .advisors{width:50%;}
 .board-and-advisors{max-width:unset;}
 .board-member-about{padding-right:44px;transition:padding 0.3s ease-in-out;}
 .board-member:hover{padding:25px 22px;}
 .board-member:hover .board-member-about{padding-right:10px;}
 .advisors .board-member:hover{padding:38px 22px 37px 22px;}
 .board-member:hover .read-more-icon-grey{opacity:0;}
 .team-member .span-button:hover .read-more-text{left:3px;}
 .team-member .span-button:hover .read-more-icon-grey{opacity:0;}

 
 
 .study + .study{margin-top:120px;}
 .studies-wrapper{padding-top:140px;}
 .study{display:flex;}
 .study-title{margin-bottom:0;}
 .study-structure{flex:1;}
 .study-element:hover{padding:25px 22px;}
 .study-element:hover .read-more-icon-grey{opacity:0;}
 .study-element-about-inner{padding:38px 44px 30px 0;transition:padding 0.3s ease-in-out;}
 .study-element:hover .study-element-about-inner{padding:38px 0 30px 0;}
 
 .news-press:hover{padding-left:22px;}
 .main-bg-three .news-press:hover .news-press-more-icon-hover{opacity:1;}
 
 
 .footer-bg{right:-400px;bottom:-210px;}
 .animate-delay-1{transition-delay:0.2s;}
 .animate-delay-2{transition-delay:0.6s;}
 .animate-delay-3{transition-delay:1.0s;}
 .animate-delay-4{transition-delay:1.4s;}
 .animate-delay-5{transition-delay:1.8s;}
 .animate-delay-6{transition-delay:2.2s;}
}

@media all and (min-width: 1280px){
 .title-xl{font-size:86px;font-size:8.6rem;line-height:0.95;}
 .limit-title-width-one{max-width:880px;}
 .title-spacer-40-home{margin-bottom:100px;}
 .main-spacing-three{padding:245px 0 0 0;}
 .hide-on-desktop{display:none;}
 .hide-on-mobile{display:block;}
 .section-spacing-top-s{padding-top:140px;}
 .section-spacing-top-l{padding-top:160px;}
 .container{padding-left:70px;padding-right:70px;padding-bottom:200px;}
 header .container{padding-left:70px;padding-right:70px;}
 .container-wider{padding-left:50px;padding-right:50px;}
 .logo{height:40px;}
 .home .logo-wrapper path{fill:#ffffff;transition:fill 0.2s ease-in-out;}
 .home .logo-wrapper:hover path{fill:#3244ff;}
 .main-spacing-two{padding:126px 0 0 0;}
 header{position:absolute;top:46px;}
 .header-inner{position:relative;z-index:8;background:transparent;backdrop-filter:none;padding:0;display:block;border-radius:unset;}
 .mobile-header-nav-top{display:none;}
 .header-nav{position:fixed;right:70px;top:37px;z-index:8;}
 .header-nav-wrap{position:static;top:unset;left:unset;right:unset;background:transparent;padding:0;transition:none;display:flex;justify-content:flex-end;overflow:hidden;}
 .header-nav-wrap nav{display:flex;align-items:center;}
 .header-nav-wrap a{display:flex;padding:16px;font-weight:500;border-radius:4px;color:#0D273F;border-radius:6px;font-size:16px;font-size:1.6rem;line-height:0.95;transition:background 0.2s ease-in-out;}
 .header-nav-wrap .nav-contact{background:#0D273F;color:#fff;margin-left:10px;}
 .header-nav-wrap .nav-contact:hover{background:#3244ff;}
 .header-nav-wrap .menu{display:flex;}
 .header-nav-wrap .menu li + li{margin-left:5px;}
 .header-nav-wrap .menu a{background:transparent;}
 .header-nav-wrap .menu .current-menu-item a,.header-nav-wrap .menu a:hover{background:#fff;}
 .header-nav nav{border-radius:6px 0 0 6px;position:relative;overflow:hidden;max-width:100%;transition:max-width 0.6s ease-in-out;
  white-space:nowrap;background:rgba(255,255,255,0.8);backdrop-filter:blur(10px);padding:5px 0 5px 5px;}
 .header-nav ul{opacity:1;transition:opacity 0.4s ease-in-out;transition-delay:unset;}
 
 .header-nav-overlay{display:none;}
 .menu li,.add-nav-elements{opacity:1;transform:none;transition:unset;transition-delay:unset;}
 .menu li:nth-child(1){transition-delay:unset;}
 .menu li:nth-child(2){transition-delay:unset;}
 .menu li:nth-child(3){transition-delay:unset;}
 .menu li:nth-child(4){transition-delay:unset;}
 .menu li:nth-child(5){transition-delay:unset;}
 .add-nav-elements{transition-delay:unset;}
 .desktop-nav-open{position:absolute;left:0;padding:0 0 0 5px;height:100%;width:49px;display:flex;justify-content:center;align-items:center;
  opacity:0;transform:translateX(-49px);transition:opacity 0.2s ease-in,transform 0.2s ease-in;transition-delay:0s;}
 .desktop-nav-open:hover .desktop-burger-icon span{background:#3244ff;}
 .desktop-burger-icon{position:relative;display:flex;}
 .desktop-burger-icon-one{width:2px;height:22px;background:#0D273F;display:block;margin-left:5px;transition:background 0.2s ease-in-out;}
 .desktop-burger-icon-two{width:2px;height:22px;background:#0D273F;display:block;margin-left:6px;transition:background 0.2s ease-in-out;}
 .desktop-burger-icon-three{width:2px;height:22px;background:#0D273F;display:block;margin-left:6px;transition:background 0.2s ease-in-out;}
 .mini-nav nav{max-width:44px;}
 .mini-nav ul{opacity:0;z-index:-1;transition:opacity 0.4s ease-in-out;transition-delay:0.2s;}
 .mini-nav .desktop-nav-open{max-width:100%;transition:max-width 0.2s linear;transition-delay:0.1s;}
 .mini-nav .desktop-nav-open{opacity:1;transition:opacity 0.4s ease-in-out,transform 0.15s ease-in;transform:translateX(0);transition-delay:0.2s;}
 .add-nav-elements{display:flex;background:rgba(255,255,255,0.8);backdrop-filter:blur(10px);padding:5px 5px 5px 0;}
 
 
 .hero-title-desktop{margin:58px 0 25px 0;}
 
 .forward-wrapper{padding:150px 0;}
 
 
 .parallax-content-inner{padding:170px 0 140px 0;}
 
 
 .circle-title{padding:0 70px;}
 .pinned-section h2{padding:96px 0 20px 0;}
 
 
 .latest-videos-wrap{padding:140px 0 0 0;}
 
 .team-wrapper{padding-top:140px;}
 .image-text-right{padding:0 80px;max-width:700px;}
 .image-text-subtitle-desktop{margin:17px 0 80px 0;}
 
 
 .team-members-inner{gap:80px;padding-right:80px;}
 .board-and-advisors{gap:80px;padding-right:80px;}
 
 .board-and-advisors{margin-top:160px;}
 .study + .study{margin-top:160px;}
 .studies-wrapper{padding-top:220px;}
 .study-structure{padding-left:60px;}
 
 
 .hero-regular-title{left:50px;right:50px;bottom:50px;color:#fff;}
 
 .footer-information{padding:140px 0 12px 0;}
 .footer-information-left{margin-bottom:60px;}
 .footer-information-left-inner{max-width:840px;}
 .footer-information-right > div{max-width:290px;}
 .footer-social{margin:98px 0 18px 0;}
}

@media all and (min-width: 1440px){
 .img-size-one{height:720px;}
 .img-size-two{height:693px;}
 .vid-size-two{height:693px;}
 .image-text-section-space-one{padding-top:140px;}
 .footer-top{display:flex;}
 .footer-information-left{width:50%;}
 .footer-information-right{width:50%;margin-top:5px;}
 .footer-information-left-inner{max-width:510px;}
 .footer-social{margin:40px 0 18px 0;}
 .footer-bg{right:-180px;bottom:-210px;}
 .double-content-inner{height:693px;}
 .parallax-content-inner{padding:130px 0 130px 0;}
}

@media all and (min-width:1280px) and (min-height:940px){
 .valc-parallax-next{z-index:1;position:relative;}
 .valc-parallax-container{z-index:0;position:sticky;top:20px;}
}

@media all and (min-width: 1728px){
 /*.header-nav{right:50%;margin-right:-794px;}*/
}

@media all and (min-width: 1600px){
 .footer-information-left-inner{max-width:660px;}
 .footer-information-right > div{max-width:400px;}
 .title-xl{font-size:100px;font-size:10rem;}
 .limit-title-width-one{max-width:1010px;}
 .footer-bg{right:-40px;}
 .home-beach-img{object-position:68% 50%;}
 .in-image-rings-wrap{width:420px;height:420px;top:47%;left:50%;}
 .in-image-rings-wrap.in-view .big-ring-one{transform:translate(-44px,44px);}
 .in-image-rings-wrap.in-view .big-ring-three{transform:translate(44px,-44px);}
 .big-ring-one-label{left:-44px;top:148px;transition-delay:1.6s;}
 .big-ring-two-label{left:50%;top:-28px;transition-delay:2.2s;}
 .big-ring-three-label{right:-18px;bottom:38px;transition-delay:2.8s;}
 .big-ring-one-dot{left:0;top:160px;transition-delay:1.6s;}
 .big-ring-two-dot{left:198px;top:-5px;transition-delay:2.2s;}
 .big-ring-three-dot{right:56px;bottom:56px;transition-delay:2.8s;}
 .footer-social{display:flex;align-items:center;justify-content:space-between;}
 .footer-social-left{width:50%;}
 .footer-social-right{width:50%;margin-top:0;}
}

@media all and (min-width: 1920px){
 .image-text-right{padding:0 130px;max-width:795px;}
 .team-members-inner{gap:130px;padding-right:130px;}
 .board-and-advisors{gap:130px;padding-right:130px;}
 .study-structure{padding-left:100px;}
 .hero-text{max-width:580px;}
}

@media all and (min-width:1921px){
 header .container{max-width:100%;}
 .header-nav{right:70px;margin-right:0;}
 .image-text-right{padding:0 130px;max-width:1100px;}
}

@media all and (max-width: 1279px){
 html.nav-active{overflow:hidden;touch-action:none;overscroll-behavior:none;}
 .nav-active .header-nav-overlay{left:0;}
}