/*! normalize.css v3.0.2 | MIT License | git.io/normalize *//** * 1. Set default font family to sans-serif. * 2. Prevent iOS text size adjust after orientation change, without disabling * user zoom. */html { font-family: sans-serif; /* 1 */ -ms-text-size-adjust: 100%; /* 2 */ -webkit-text-size-adjust: 100%; /* 2 */}/** * Remove default margin. */body { margin: 0;}/* HTML5 display definitions ========================================================================== *//** * Correct `block` display not defined for any HTML5 element in IE 8/9. * Correct `block` display not defined for `details` or `summary` in IE 10/11 * and Firefox. * Correct `block` display not defined for `main` in IE 11. */article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary { display: block;}/** * 1. Correct `inline-block` display not defined in IE 8/9. * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera. */audio,canvas,progress,video { display: inline-block; /* 1 */ vertical-align: baseline; /* 2 */}/** * Prevent modern browsers from displaying `audio` without controls. * Remove excess height in iOS 5 devices. */audio:not([controls]) { display: none; height: 0;}/** * Address `[hidden]` styling not present in IE 8/9/10. * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22. */[hidden],template { display: none;}/* Links ========================================================================== *//** * Remove the gray background color from active links in IE 10. */a { background-color: transparent;}/** * Improve readability when focused and also mouse hovered in all browsers. */a:active,a:hover { outline: 0;}/* Text-level semantics ========================================================================== *//** * Address styling not present in IE 8/9/10/11, Safari, and Chrome. */abbr[title] { border-bottom: 1px dotted;}/** * Address style set to `bolder` in Firefox 4+, Safari, and Chrome. */b,strong { font-weight: bold;}/** * Address styling not present in Safari and Chrome. */dfn { font-style: italic;}/** * Address variable `h1` font-size and margin within `section` and `article` * contexts in Firefox 4+, Safari, and Chrome. */h1 { font-size: 2em; margin: 0.67em 0;}/** * Address styling not present in IE 8/9. */mark { background: #ff0; color: #000;}/** * Address inconsistent and variable font size in all browsers. */small { font-size: 80%;}/** * Prevent `sub` and `sup` affecting `line-height` in all browsers. */sub,sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline;}sup { top: -0.5em;}sub { bottom: -0.25em;}/* Embedded content ========================================================================== *//** * Remove border when inside `a` element in IE 8/9/10. */img { border: 0;}/** * Correct overflow not hidden in IE 9/10/11. */svg:not(:root) { overflow: hidden;}/* Grouping content ========================================================================== *//** * Address margin not present in IE 8/9 and Safari. */figure { margin: 1em 40px;}/** * Address differences between Firefox and other browsers. */hr { -moz-box-sizing: content-box; box-sizing: content-box; height: 0;}/** * Contain overflow in all browsers. */pre { overflow: auto;}/** * Address odd `em`-unit font size rendering in all browsers. */code,kbd,pre,samp { font-family: monospace, monospace; font-size: 1em;}/* Forms ========================================================================== *//** * Known limitation: by default, Chrome and Safari on OS X allow very limited * styling of `select`, unless a `border` property is set. *//** * 1. Correct color not being inherited. * Known issue: affects color of disabled elements. * 2. Correct font properties not being inherited. * 3. Address margins set differently in Firefox 4+, Safari, and Chrome. */button,input,optgroup,select,textarea { color: inherit; /* 1 */ font: inherit; /* 2 */ margin: 0; /* 3 */}/** * Address `overflow` set to `hidden` in IE 8/9/10/11. */button { overflow: visible;}/** * Address inconsistent `text-transform` inheritance for `button` and `select`. * All other form control elements do not inherit `text-transform` values. * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera. * Correct `select` style inheritance in Firefox. */button,select { text-transform: none;}/** * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` * and `video` controls. * 2. Correct inability to style clickable `input` types in iOS. * 3. Improve usability and consistency of cursor style between image-type * `input` and others. */button,html input[type="button"], /* 1 */input[type="reset"],input[type="submit"] { -webkit-appearance: button; /* 2 */ cursor: pointer; /* 3 */}/** * Re-set default cursor for disabled elements. */button[disabled],html input[disabled] { cursor: default;}/** * Remove inner padding and border in Firefox 4+. */button::-moz-focus-inner,input::-moz-focus-inner { border: 0; padding: 0;}/** * Address Firefox 4+ setting `line-height` on `input` using `!important` in * the UA stylesheet. */input { line-height: normal;}/** * It's recommended that you don't attempt to style these elements. * Firefox's implementation doesn't respect box-sizing, padding, or width. * * 1. Address box sizing set to `content-box` in IE 8/9/10. * 2. Remove excess padding in IE 8/9/10. */input[type="checkbox"],input[type="radio"] { box-sizing: border-box; /* 1 */ padding: 0; /* 2 */}/** * Fix the cursor style for Chrome's increment/decrement buttons. For certain * `font-size` values of the `input`, it causes the cursor style of the * decrement button to change from `default` to `text`. */input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button { height: auto;}/** * 1. Address `appearance` set to `searchfield` in Safari and Chrome. * 2. Address `box-sizing` set to `border-box` in Safari and Chrome * (include `-moz` to future-proof). */input[type="search"] { -webkit-appearance: textfield; /* 1 */ -moz-box-sizing: content-box; -webkit-box-sizing: content-box; /* 2 */ box-sizing: content-box;}/** * Remove inner padding and search cancel button in Safari and Chrome on OS X. * Safari (but not Chrome) clips the cancel button when the search input has * padding (and `textfield` appearance). */input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration { -webkit-appearance: none;}/** * Define consistent border, margin, and padding. */fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em;}/** * 1. Correct `color` not being inherited in IE 8/9/10/11. * 2. Remove padding so people aren't caught out if they zero out fieldsets. */legend { border: 0; /* 1 */ padding: 0; /* 2 */}/** * Remove default vertical scrollbar in IE 8/9/10/11. */textarea { overflow: auto;}/** * Don't inherit the `font-weight` (applied by a rule above). * NOTE: the default cannot safely be changed in Chrome and Safari on OS X. */optgroup { font-weight: bold;}/* Tables ========================================================================== *//** * Remove most spacing between table cells. */table { border-collapse: collapse; border-spacing: 0;}td,th { padding: 0;}/*font-family: "Montserrat", sans-serif;font-weight: 400/600/700;font-family: "scillaregular";font-weight: normal;font-family: "scillaregular_italic";font-weight: normal;font-style: normal;ZWART: #00303A (0,48,58)BLAUW: #9EC6C8 (158,198,200)ROOD: #E95B47 (233,91,71) - mild ouderschapGROEN: #33A43C (51,164,60) - mild partnerschapORANJE: #E48B0B (228,139,11) - zelfzorgPAARS: #885079 (136,80,121) - ondernemersLICHT ROOD: #F8CDBB (248,205,187)LICHT GROEN: #C1DDAF (193,221,175)LICHT ORANJE: #F6E08A (246,224,138)*/@font-face { font-family: "scillaregular"; src: url('/_webfonts/scilla-regular-webfont.eot'); src: url('/_webfonts/scilla-regular-webfont.eot?#iefix') format('embedded-opentype'), url('/_webfonts/scilla-regular-webfont.woff2') format('woff2'), url('/_webfonts/scilla-regular-webfont.woff') format('woff'), url('/_webfonts/scilla-regular-webfont.ttf') format('truetype'); font-weight: normal; font-style: normal;}@font-face { font-family: "scillaregular_italic"; src: url('/_webfonts/scilla-regularitalic-webfont.eot'); src: url('/_webfonts/scilla-regularitalic-webfont.eot?#iefix') format('embedded-opentype'), url('/_webfonts/scilla-regularitalic-webfont.woff2') format('woff2'), url('/_webfonts/scilla-regularitalic-webfont.woff') format('woff'), url('/_webfonts/scilla-regularitalic-webfont.ttf') format('truetype'); font-weight: normal; font-style: normal;}* { border: 0;padding: 0;margin: 0; }html, body {height: 100%;}/* general */body {background: #FFF;color: #00303A;font-family: "Montserrat", sans-serif;font-weight: 400;font-size: 15px;}br.clear {clear: both;}/* wrapper */.outer_wrapper {margin: 0 auto;max-width: 2000px;position: relative;}.wrapper {margin: 0 auto;max-width: 1360px;position: relative;}.wrapper1280 {margin: 0 auto;max-width: 1280px;position: relative;}.wrapper1200 {margin: 0 auto;max-width: 1200px;position: relative;}.wrapper1120 {margin: 0 auto;max-width: 1120px;position: relative;}.wrapper1040 {margin: 0 auto;max-width: 1040px;position: relative;}.wrapper880 {margin: 0 auto;max-width: 880px;position: relative;}.wrapper800 {margin: 0 auto;max-width: 800px;position: relative;}.wrapper720 {margin: 0 auto;max-width: 720px;position: relative;}.wrapper560 {margin: 0 auto;max-width: 560px;position: relative;}/* alert */.alert {float: left;width: 100%;color: #F8CDBB;background: #00303a;position: relative;z-index: 1000;padding: 15px 0;text-align: center;font-weight: 600;font-size: 15px;line-height: 1.4em;}.alert .wrapper {width: 80%;}.alert a {color: #F8CDBB;text-decoration: none;}.alert a:hover {color: #F8CDBB;text-decoration: underline;}.alert a.close_alert {position: absolute;top: 0;right: 0;width: 50px;height: 100%;z-index: 100;display: flex;justify-content: center;align-items: center;color: #FFF;font-size: 12px;text-decoration: none !important;}.alert a.close_alert:hover {color: #F8CDBB;}.alert a i {margin-left: 9px;}.alert a:hover i {font-weight: 900;}/* header */.header {float: left;width: 100%;position: relative;padding-top: 50px;}/* logo */.logo {float: left;height: 125px;margin-bottom: 50px;}/* controls */.controls {float: right;}/* social */.controls a.social {float: right;box-sizing: border-box;width: 35px;height: 35px;display: flex;align-items: center;justify-content: center;margin-left: 8px;color: #fff;background: #00303A;border-radius: 50px;text-decoration: none;transition: 0.1s all;font-size: 19px;line-height: 1em;}.controls a.social:hover {background: #9EC6C8;}/* login link */.controls a.login {float: right;box-sizing: border-box;width: auto;height: 35px;display: flex;align-items: center;justify-content: center;margin-right: 16px;transition: 0.1s all;font-size: 15px;line-height: 1em;color: #00303A;}.controls a.login i {margin-right: 7px;}.controls a.login:hover {color: #9EC6C8;}/* hamburger */.hamburger {float: right;position: relative;margin-top: 6px !important;margin-left: 35px !important;outline: none;display: none !important;}/* nav */ul.nav {float: right;width: calc(100% - 300px);list-style-type: none;margin-top: 75px;position: relative;text-align: right;z-index: 500;}ul.nav li {display: inline-block;position: relative;margin-left: 40px;padding-bottom: 20px;}ul.nav li.nav_aanbod, ul.nav li.nav_samenwerkingen, ul.nav li.nav_faq, ul.nav li.nav_pers, ul.nav li.nav_getuigenissen, ul.nav li.nav_podcast {display: none;}ul.nav li a {display: block;width: auto;text-decoration: none;font-weight: normal;text-transform: uppercase;color: #00303A;font-size: 14px;font-weight: 400;letter-spacing: 0.05em;line-height: 1.2em;position: relative;transition: all 0.1s;display: flex;align-items: center;}ul.nav li a i {margin-top: 1px;margin-left: 8px;}ul.nav li a i.subnav_rollover_toggle {display: none;}ul.nav li:hover a {color: #9EC6C8;}ul.nav li.selected a {color: #00303A;font-weight: 700;}ul.nav li.nav_home {display: none;}ul.nav li a em {position: absolute;top: -8px;right: -20px;width: 17px;height: 17px;display: flex;justify-content: center;align-items: center;z-index: 10;font-size: 10px;font-weight: 600;font-style: normal;color: #FFF;background: #00303A;border-radius: 20px;}/* subnav rollover */.subnav_rollover {position: absolute;top: 35px;left: -20px;z-index: 10000;width: 300px;box-sizing: border-box;padding: 0;background: #FFF;text-align: left;opacity: 0;visibility: hidden;transition: all 0.1s;box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15); }.subnav_rollover.active {opacity: 1;visibility: visible;}ul.nav li .subnav_rollover a {display: inline-block;width: 100%;box-sizing: border-box;padding: 17px 20px;padding-right: 30px;font-size: 13px;font-weight: 400;line-height: 1.3em;border: 0;color: #00303A;position: relative;transition: all 0.3s;}ul.nav li .subnav_rollover a:after {display: none;}ul.nav li .subnav_rollover a:hover {color: #00303A;}ul.nav li .subnav_rollover a.selected {font-weight: 700;}ul.nav li .subnav_rollover a.parent {background: rgba(248,205,187,0.3);}ul.nav li .subnav_rollover a.partner {background: rgba(193,221,175,0.3);}ul.nav li .subnav_rollover a.selfcare {background: rgba(246,224,138,0.3);}ul.nav li .subnav_rollover a.entrepreneur {background: rgba(136,80,121,0.2);}ul.nav li .subnav_rollover a.general {background: rgba(158,198,200,0.3);}ul.nav li .subnav_rollover a.parent:hover, ul.nav li .subnav_rollover a.parent.selected {background: rgba(248,205,187,1);}ul.nav li .subnav_rollover a.partner:hover, ul.nav li .subnav_rollover a.partner.selected {background: rgba(193,221,175,1);}ul.nav li .subnav_rollover a.selfcare:hover, ul.nav li .subnav_rollover a.selfcare.selected {background: rgba(246,224,138,1);}ul.nav li .subnav_rollover a.entrepreneur:hover, ul.nav li .subnav_rollover a.entrepreneur.selected {color: #FFF;background: rgba(136,80,121,1);}ul.nav li .subnav_rollover a.general:hover, ul.nav li .subnav_rollover a.general.selected {background: rgba(158,198,200,1);}ul.nav li .subnav_rollover a:after {position: absolute;box-sizing: border-box;top: 0;right: 0;width: 40px;height: 100%;display: flex;justify-content: center;align-items: center;color: #00303A;font-size: 14px;content: "\f105";font-family: "Font Awesome 6 Pro";font-weight: 900;padding-top: 3px;}ul.nav li .subnav_rollover a.entrepreneur:hover:after, ul.nav li .subnav_rollover a.entrepreneur.selected:after {color: #FFF;}/* sticky nav */.sticky_nav {position: fixed;top: -100%;left: 0;z-index: 10000;width: 100%;background: #fff; box-shadow: 0 0 7px 0 rgba(0,0,0,0.2);transition: all 0.5s;padding: 12px 0;}.sticky_nav.active {top: 0;}.sticky_nav img.sticky_nav_logo {position: absolute;top: 1px;left: 0;height: 29px;z-index: 100;}.sticky_nav ul.nav {float: right;width: auto;margin: 6px 0 !important;}.sticky_nav ul.nav li {padding-bottom: 0;}.sticky_nav a.cart_indicator {padding: 8px 9px;}.sticky_nav a.cart_indicator span {display: none;}.sticky_nav a.cart_indicator img {margin-left: 0;}.sticky_nav a.user_indicator {padding: 8px 9px;margin-left: 40px;}.sticky_nav a.user_indicator span {display: none;}.sticky_nav a.user_indicator img {margin-left: 0;}.sticky_nav a.sticky_nav_hamburger {float: right;color: #00303A;font-size: 30px;display: none;}/* content */.content {float: left;width: 100%;position: relative;}.content a {color: #9EC6C8;text-decoration: none;border-bottom: 1px solid #9EC6C8;}.content.parent a {color: #E95B47;text-decoration: none;border-bottom: 1px solid #E95B47;}.content a:hover {color: #00303A !important;border-bottom: 1px solid #00303A !important;}.content a.button {display: inline-block;box-sizing: border-box;color: #FFF;background: #00303A;border: 0;font-size: 14px;font-weight: 600;line-height: 1.2em;letter-spacing: 0.05em;padding: 11px 22px;text-decoration: none;text-transform: uppercase;position: relative;border-radius: 100px;transition: all 0.2s;margin-bottom: 10px;margin-right: 5px;border: 0 !important;}.content a.button.margin_left {margin-left: 5px;}.content a.button:hover {color: #FFF !important;background: #9EC6C8;}.content a.button.blue {color: #00303A !important;background: #9EC6C8 !important;}.content a.button.blue:hover {color: #FFF !important;background: #00303A !important;}.content a.button.parent, .content a.button.pink {color: #00303A;background: #F8CDBB;}.content a.button.parent:hover, .content a.button.pink:hover {color: #FFF;background: #00303A;}.content a.button.partner, .content a.button.green {color: #00303A;background: #C1DDAF;}.content a.button.partner:hover, .content a.button.green:hover {color: #FFF;background: #00303A;}.content a.button.selfcare, .content a.button.yellow {color: #00303A;background: #F6E08A;}.content a.button.selfcare:hover, .content a.button.yellow:hover {color: #FFF;background: #00303A;}.content a.button.entrepreneur, .content a.button.purple {color: #FFF;background: #885079;}.content a.button.entrepreneur:hover, .content a.button.purple:hover {color: #FFF;background: #00303A;}.content a.button.white {color: #00303A;background: #FFF;}.content a.button.white {color: #FFF;background: #00303A;}.content a.anchor_link {float: left;width: 100%;display: block;position: relative;top: -55px;visibility: hidden;}.content a.no_border {border: 0 !important;}.content h1 {font-family: "scillaregular";font-weight: normal;font-size: 60px;line-height: 1em;margin-top: 0;margin-bottom: 30px;}.content h1.center {text-align: center;}.content h1.product {font-size: 45px;}.content h2 {font-family: "scillaregular";font-weight: normal;font-size: 45px;line-height: 1.1em;margin-top: 0;margin-bottom: 30px;}.content h2.center {text-align: center;}.content h2.nomargin {margin-bottom: 15px;}.content h3 {font-size: 28px;font-weight: 700;line-height: 1.5em;margin-top: 0;margin-bottom: 15px;position: relative;}.content h3.center {text-align: center;}.content h4 {font-size: 15px;letter-spacing: 0.05em;text-transform: uppercase;margin-top: 0;margin-bottom: 20px;}.content p {line-height: 1.75em;margin-bottom: 25px;}.content p.center {text-align: center;}.content p.nomargin {margin-bottom: 0;}.content p.lessmargin {margin-bottom: 10px;}.content p.grey {color: #00303A;}.content strong.red {color: #E95B47;}.content span.red {color: #E95B47;}.content span.small {font-size: 13px;}.content ul {list-style-type: disc;margin-bottom: 25px;}.content ol {list-style-type: decimal;margin-left: 10px;margin-bottom: 25px;padding-left: 15px;}.content li {margin-left: 15px;margin-bottom: 4px;line-height: 1.5em;}.content ul.check {list-style-type: none;}.content ul.check li {margin-left: 0;padding-left: 25px;margin-bottom: 6px;line-height: 1.4em;position: relative;}.content ul.check li:before {content: "\f00c";font-family: "Font Awesome 6 Pro";font-weight: 900;font-size: 13px;color: #33A43C;left: 0;top: 1px;position: absolute;pointer-events: none;}.content ul.check_large {list-style-type: none;}.content ul.check_large li {margin-left: 0;padding-left: 35px;margin-bottom: 20px;line-height: 1.4em;position: relative;}.content ul.check_large li:before {content: "\f00c";font-family: "Font Awesome 6 Pro";font-weight: 900;font-size: 25px;color: #33A43C;top: -2px;left: 0;position: absolute;pointer-events: none;}.content .text_quote {display: inline-block;width: 70%;box-sizing: border-box;margin: 0 15%;margin-top: 25px;margin-bottom: 40px;font-weight: 400;font-style: italic;font-size: 22px;line-height: 1.4em;color: #F7B48C;position: relative;}.content .text_quote:before {content: "";position: absolute;top: -25px;left: -60px;width: 45px;height: 45px;z-index: 100;background: url("/_graphics/arrow1.svg") center center no-repeat;background-size: cover !important;}.content table {width: 100%;margin-bottom: 25px;}.content td {padding: 10px 5px;vertical-align: top;line-height: 1.4em;}.content table.lines td {border-bottom: 1px solid rgba(0,0,0,0.1);}.content hr {float: left;width: 100%;border-bottom: 1px solid #ddd;margin-bottom: 25px;}.content hr.spacer0 {border-bottom: 0;margin-bottom: 0;}.content hr.spacer1 {border-bottom: 0;margin-bottom: 0;}.content hr.spacer10 {border-bottom: 0;margin-bottom: 10px;}.content hr.spacer15 {border-bottom: 0;margin-bottom: 15px;}.content hr.spacer20 {border-bottom: 0;margin-bottom: 20px;}.content hr.spacer25 {border-bottom: 0;margin-bottom: 25px;}.content hr.spacer30 {border-bottom: 0;margin-bottom: 30px;}.content hr.spacer50 {border-bottom: 0;margin-bottom: 50px;}.content hr.spacer75 {border-bottom: 0;margin-bottom: 75px;}.content hr.spacer100 {border-bottom: 0;margin-bottom: 100px;}.content hr.spacer125 {border-bottom: 0;margin-bottom: 125px;}.content hr.spacer150 {border-bottom: 0;margin-bottom: 150px;}.content hr.spacer175 {border-bottom: 0;margin-bottom: 175px;}.content hr.spacer200 {border-bottom: 0;margin-bottom: 200px;}.content img.wide {float: left;width: 100%;margin-bottom: 20px;}/* toggle text block */.toggle_text_block {display: none;}.toggle_text_block br.clear {display: none;}/* video */.responsive_iframe_wrapper {float: none;clear: both;width: 100%;position: relative;padding-bottom: 56.25%;padding-top: 25px;height: 0;}.responsive_iframe_wrapper iframe {position: absolute;top: 0;left: 0;width: 100%;height: 100%;}/* crumb */.crumb {position: absolute;top: 18px;left: 0;z-index: 200;width: 100%;font-size: 13px;}.crumb a {color: #00303A;border-bottom: 1px solid rgba(0,48,58,0.3);}.crumb a:first-of-type {border: 0 !important;}.crumb a:hover {border-bottom: 1px solid rgba(0,48,58,1);}.crumb em {display: inline-block;font-style: normal;font-size: 12px;margin: 0 4px;}/* page blocks */.page_block {float: left;width: 100%;position: relative;}.page_block.no_padding_bottom {padding-bottom: 0 !important;}/* page block backgrounds */.page_block.bg_00303A {color: #FFF;background: #00303A;padding: 75px 0 50px 0;}.page_block.bg_885079 {color: #FFF;background: #885079;padding: 75px 0 50px 0;}.page_block.bg_F8CDBB {background: #F8CDBB;padding: 75px 0 50px 0;}.page_block.bg_FDF0EB {background: #FDF0EB;padding: 75px 0 50px 0;}.page_block.bg_9EC6C8 {background: #9EC6C8;padding: 75px 0 50px 0;}.page_block.bg_E2EEEF {background: #E2EEEF;padding: 75px 0 50px 0;}.page_block.bg_FBF3D0 {background: #FBF3D0;padding: 75px 0 50px 0;}.page_block.bg_DCCBD7 {background: #DCCBD7;padding: 75px 0 50px 0;}.content .page_block.parent a {color: #E95B47;border-bottom: 1px solid #E95B47;}.content .page_block.parent a.button {color: #00303A !important;background: #F8CDBB;}.content .page_block.parent a.button:hover {color: #FFF !important;}.content .page_block.partner a {color: #C1DDAF;border-bottom: 1px solid #C1DDAF;}.content .page_block.partner a.button {color: #00303A;background: #C1DDAF;}.content .page_block.partner a.button:hover {color: #FFF !important;}.content .page_block.selfcare a {color: #F6E08A;border-bottom: 1px solid #F6E08A;}.content .page_block.selfcare a.button {color: #00303A;background: #F6E08A;}.content .page_block.entrepreneur a {color: #885079;border-bottom: 1px solid #885079;}.content .page_block.entrepreneur a.button {color: #FFF;background: #885079;}.content .page_block a.button:hover {background: #00303A !important;}.content .page_block.selfcare a.button:hover {color: #FFF !important;}.content .page_block.entrepreneur a.button:hover {color: #FFF !important;}.content .page_block.bg_00303A a:hover {color: #FFF !important;border-bottom: 1px solid #FFF !important;}.content .page_block.bg_00303A a.button {border: 1px solid #FFF !important;}.content .page_block.bg_00303A a.button:hover {color: #00303A !important;background: #FFF !important;}/* ondernemen */.content .page_block.bg_885079 a {color: #00303A;border-bottom: 1px solid #00303A;}.content .page_block.bg_885079 a:hover {color: #FFF !important;border-bottom: 1px solid #FFF !important;}.content .page_block.bg_885079 a.button {color: #FFF;border: 0 !important;}.content .page_block.bg_885079 a.button:hover {color: #885079 !important;background: #FFF !important;}.content .page_block.bg_885079 a.button.white {color: #885079;background: #FFF;}.content .page_block.bg_885079 a.button.white:hover {color: #FFF !important;background: #00303A !important;}/* white */.content .page_block.bg_FFFFFF a.button:hover {color: #00303A !important;background: #9EC6C8 !important;}.content .page_block.bg_FFFFFF a.button.blue:hover {color: #FFF !important;background: #00303A !important;}.content .bg_9EC6C8 a {color: #00303A !important;border-bottom: 1px solid #00303A !important;}/* type 1: intro (= banner!) */.intro_image_wrapper {float: right;width: 40%;}.intro_image {float: left;width: 100%;background-size: cover !important;border-radius: 100%;}.intro_image img {float: left;width: 100%;}.intro_text {float: left;width: 52.5%;padding-top: 60px;}/* type 3/4: text + slider */.page_block3 .page_block_wrapper, .page_block4 .page_block_wrapper {float: left;width: 100%;display: flex;justify-content: space-between;flex-wrap: wrap;}.page_block3 .page_block_text,.page_block4 .page_block_text {float: left;width: 50%;display: flex;align-items: top;box-sizing: border-box;}.page_block3 .page_block_images, .page_block4 .page_block_images {float: left;width: 40%;position: relative;}.page_block3 .page_block_images img.sticker, .page_block4 .page_block_images img.sticker {width: 100px;position: absolute;top: 40%;left: -50px;z-index: 500;}.page_block3 .page_block_slider, .page_block4 .page_block_slider {float: left;width: 100%;}.page_block3 .page_block_slider .page_block_slide, .page_block4 .page_block_slider .page_block_slide {float: left;width: 100%;background-size: cover !important;border-radius: 100%;}.page_block3 .page_block_slider .page_block_slide.contain, .page_block4 .page_block_slider .page_block_slide.contain {background-position: top center !important;background-size: contain !important;border-radius: 0 !important;}.page_block3 .page_block_slider .page_block_slide img, .page_block4 .page_block_slider .page_block_slide img {float: left;width: 100%;}.page_block3 .slick-dots, .page_block4 .slick-dots {position: absolute;bottom: -35px;right: 0;margin: 0 !important;padding: 0 !important;text-align: center;}/* type 5: quote */.page_block5 {min-height: 275px;background-size: 100% 100% !important; /* 640px 275px !important; */font-size: 13px;display: flex;justify-content: center;align-items: center;}.page_block5 h2 {margin-bottom: 15px;line-height: 1.25em;}.page_block5 strong {font-size: 14px;font-weight: 400;}.page_block5 p {margin-bottom: 0;}.quote_wrapper {width: 100%;padding-top: 15px;}/* type 6: agenda */table.agenda {float: left;width: 100%;margin-bottom: 50px;}table.agenda tr {background: rgba(158,198,200,0.4);border-radius: 40px;}table.agenda tr.spacer {height: 8px;background: #FFF;}table.agenda tr.spacer td {padding: 0;}table.agenda tr.parent {background: rgba(248,205,187,0.4);}table.agenda tr.partner {background: rgba(193,221,175,0.4);}table.agenda tr.selfcare {background: rgba(246,224,138,0.4);}table.agenda tr.entrepreneur {background: rgba(136,80,121,0.4);}table.agenda tr td:first-child { border-top-left-radius: 40px; border-bottom-left-radius: 40px; }table.agenda tr td:last-child { border-top-right-radius: 40px; border-bottom-right-radius: 40px; }table.agenda td {padding: 10px 15px;vertical-align: middle;}table.agenda td.date {padding-left: 20px;}table.agenda td a {color: #00303A;border: 0 !important;}table.agenda td a.button {margin: 0;white-space: nowrap;}table.agenda td em {display: inline-block;margin: 8px 0;color: #E95B47;}table.agenda td.url {text-align: right;white-space: nowrap;padding-right: 0;}table.agenda td.url u {display: inline-block;font-size: 13px;padding: 3px 6px;border: 1px solid #fff;color: #fff;text-transform: uppercase;text-decoration: none;text-align: center;min-width: 150px;box-sizing: border-box;}table.agenda td.url a {display: inline-block;font-size: 13px;padding: 3px 6px;border: 1px solid #000;color: #000;text-transform: uppercase;text-decoration: none;text-align: center;min-width: 150px;box-sizing: border-box;}table.agenda td.url a:hover {color: #fff;background: #000;}span.event_label {display: inline-block;padding: 0px 5px;border-radius: 50px;color: #000;background: #fff;font-size: 11px;font-weight: 600;vertical-align: middle;margin-left: 10px;}/* type 7: news */.news_image {float: left;width: 30%;position: relative;}.news_image img {float: left;width: 100%;}.news_image img.sticker {width: 100px;position: absolute;top: 100px;right: -50px;z-index: 100;}.news_text {float: right;width: 60%;}/* type 9: blog */.blog_list {float: left;width: 100%;display: flex;justify-content: flex-start;flex-wrap: wrap;margin-top: 20px;}.blog_list a.blog {float: left;width: 28.33%;margin: 0 2.5%;margin-bottom: 60px;text-decoration: none;border: 0 !important;line-height: 1.5em;color: #00303A;}.blog_list a.blog .blog_image_wrapper {float: left;width: 100%;overflow: hidden;margin-bottom: 30px;}.blog_list a.blog .blog_image {float: left;width: 100%;background-size: cover !important;transition: all 0.4s ease;-webkit-backface-visibility: hidden;}.blog_list a.blog .blog_image img {float: left;width: 100%;}.blog_list a.blog:hover .blog_image {transform: scale(1.05);}.blog_list a.blog strong {float: left;width: 100%;font-size: 18px;margin-bottom: 15px;}.blog_list a.blog p {margin-bottom: 15px;}/* blog: spotlight */.blog_spotlight {float: left;width: 95%;margin: 60px 2.5%;margin-top: 30px;display: flex;flex-wrap: wrap;}.blog_spotlight.bg_FDF0EB {background: #FDF0EB;}.blog_spotlight.bg_9EC6C8 {background: #9EC6C8;}.blog_spotlight.bg_E2EEEF {background: #E2EEEF;}.blog_spotlight.bg_FBF3D0 {background: #FBF3D0;}.blog_spotlight.bg_DCCBD7 {background: #DCCBD7;}.blog_spotlight.bg_FDF0EB a.button:hover {background: #E95B47 !important;}.blog_spotlight.bg_E2EEEF a.button:hover {background: #9EC6C8 !important;}.blog_spotlight.bg_FBF3D0 a.button:hover {background: #E48B0B !important;}.blog_spotlight.bg_DCCBD7 a.button:hover {background: #885079 !important;}.blog_spotlight_image {width: 45%;background-size: cover !important;border: 0 !important;}.content .blog_spotlight_image:hover {border: 0 !important;}.blog_spotlight_image img {display: none;}.blog_spotlight_text {width: 55%;box-sizing: border-box;padding: 60px;padding-bottom: 40px;position: relative;}/* type 12: press logo's */.press_logo_list {float: left;width: 100%;display: flex;justify-content: center;flex-wrap: wrap;}.press_logo_list .press_logo {width: 12.5%;box-sizing: border-box;padding: 20px 30px;border: 0 !important;}.press_logo_list a.press_logo {border: 0 !important;}.press_logo_list .press_logo_image {float: left;width: 100%;background-size: contain !important;transition: all 0.2s;/*filter: grayscale(100%);*/}.press_logo_list .press_logo_image img {float: left;width: 100%;}.press_logo_list .press_logo_image:hover {transform: scale(1.1);}/* type 13: testimonials (slider) */.testimonial_slider {float: left;width: 100%;margin-top: 20px;margin-bottom: 30px;}.testimonial_slider a.testimonial {float: left;width: calc(50% - 10px);margin: 0 5px;border: 0 !important;color: #00303A !important;position: relative;min-height: 500px;}.testimonial_image {position: absolute;top: 0;left: 0;z-index: 100;width: 50%;height: 100%;background-size: cover !important;}.testimonial_image img {float: left;width: 100%;display: none !important;}.testimonial_text {float: right;width: 50%;box-sizing: border-box;padding: 50px;padding-bottom: 25px;}.testimonial {background: #9EC6C8;}.testimonial.parent {background: #F8CDBB;}.testimonial.partner {background: #C1DDAF;}.testimonial.selfcare {background: #F6E08A;}.testimonial.entrepreneur {background: #DCCBD7;}.page_block13 .slick-dots {padding: 0;bottom: -75px;text-align: center;}/* type 14: faq */.faq_block {float: left;width: 100%;margin-top: 10px;}.faq_block a.question {float: left;width: 100%;box-sizing: border-box;border-radius: 30px;padding: 20px 25px;padding-right: 50px;font-size: 18px;font-weight: 600;color: #00303A !important;background: rgba(158,198,200,0.4);text-decoration: none;position: relative;border: 0 !important;}.faq_block a.question:hover {background: rgba(158,198,200,0.6);}.faq_block a.question.active {background: rgba(158,198,200,0.8);}.faq_block a.question:after {content: "\f107";font-family: "Font Awesome 6 Pro";font-weight: 400;font-size: 20px;position: absolute;top: 3px;right: 0;width: 30px;height: 100%;display: flex;align-items: center;}.faq_block a.question.active:after {content: "\f106";}.faq_block div.answer {float: left;width: 100%;box-sizing: border-box;padding: 0 25px;display: none;}.parent .faq_block a.question {background: rgba(248,205,187,0.4);}.parent .faq_block a.question:hover {background: rgba(248,205,187,0.6);}.parent .faq_block a.question.active {background: rgba(248,205,187,0.8);}.partner .faq_block a.question {background: rgba(193,221,175,0.4);}.partner .faq_block a.question:hover {background: rgba(193,221,175,0.6);}.partner .faq_block a.question.active {background: rgba(193,221,175,0.8);}.selfcare .faq_block a.question {background: rgba(246,224,138,0.4);}.selfcare .faq_block a.question:hover {background: rgba(246,224,138,0.6);}.selfcare .faq_block a.question.active {background: rgba(246,224,138,0.8);}.entrepreneur .faq_block a.question {background: rgba(136,80,121,0.4);}.entrepreneur .faq_block a.question:hover {background: rgba(136,80,121,0.6);}.entrepreneur .faq_block a.question.active {background: rgba(136,80,121,0.8);}/* type 15: banner */.banner_image_wrapper {float: left;width: 40%;}.banner_image {float: left;width: 100%;background-size: cover !important;border-radius: 100%;}.banner_image img {float: left;width: 100%;}.banner_text {float: right;width: 52.5%;padding-top: 60px;}/* type 16: instagram */.page_block16 a.social {display: inline-flex;box-sizing: border-box;width: 35px;height: 35px;align-items: center;justify-content: center;margin: 5px;color: #fff;background: #00303A;border-radius: 50px;text-decoration: none;transition: 0.1s all;font-size: 19px;line-height: 1em;border: 0 !important;}.page_block16 a.social i {margin-top: 2px;}.page_block16 a.social:hover {background: #9EC6C8;border: 0 !important;}/* type 17: page block links */.page_block_link_list {float: left;width: 100%;display: flex;justify-content: space-between;flex-wrap: wrap;margin-top: 25px;}.page_block_link_list a {float: left;width: 32.5%;border: 0 !important;margin-bottom: 10px;position: relative;overflow: hidden;border: !important;}.page_block_link_list a .page_block_link_image {float: left;width: 100%;background-size: cover !important;transition: all 0.2s ease;position: relative;-webkit-backface-visibility: hidden;}.page_block_link_list a .page_block_link_image img {float: left;width: 100%;}.page_block_link_list a .page_block_link_image .cover {position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 100;background: rgba(158,198,200,0.4);transition: all 0.2s;}.page_block_link_list a span.label {position: absolute;top: 10px;left: 10px;padding: 10px 20px;color: #FFF;background: #00303A;font-size: 14px;font-weight: 600;text-transform: lowercase;z-index: 200;border-radius: 100%;}.page_block_link_list a .page_block_link_text {position: absolute;bottom: -1px;left: 0;z-index: 100;width: 100%;box-sizing: border-box;padding: 20px 40px;min-height: 150px;color: #00303A;background: rgba(158,198,200,0.9);display: flex;justify-content: center;align-items: center;text-align: center;transition: all 0.2s;}.page_block_link_list a .page_block_link_text b {float: left;width: 100%;font-size: 30px;font-family: "scillaregular";font-weight: normal;line-height: 1.1em;margin-bottom: 10px;}.page_block_link_list a .page_block_link_text p {float: left;width: 100%;margin: 0;line-height: 1.4em;}.page_block_link_list a .page_block_link_text:after {position: absolute;box-sizing: border-box;bottom: 10px;right: 10px;width: 25px;height: 25px;border-radius: 50px;display: flex;justify-content: center;align-items: center;color: #00303A;font-size: 13px;content: "\f105";font-family: "Font Awesome 6 Pro";font-weight: 900;transition: all 0.2s;padding-left: 2px;}.page_block_link_list a:hover .page_block_link_text:after {color: #FFF;background: #00303A;}.page_block_link_list a:hover {border: 0 !important;}.page_block_link_list a:hover .page_block_link_image .cover {opacity: 0;}.page_block_link_list a:hover .page_block_link_image {transform: scale(1.04);}.page_block_link_list a.parent .page_block_link_image .cover {background: rgba(248,205,187,0.4);}.page_block_link_list a.parent .page_block_link_text {background: rgba(248,205,187,0.9);}.page_block_link_list a.partner .page_block_link_image .cover {background: rgba(193,221,175,0.4);}.page_block_link_list a.partner .page_block_link_text {background: rgba(193,221,175,0.9);}.page_block_link_list a.selfcare .page_block_link_image .cover {background: rgba(246,224,138,0.4);}.page_block_link_list a.selfcare .page_block_link_text {background: rgba(246,224,138,0.9);}.page_block_link_list a.entrepreneur .page_block_link_image .cover {background: rgba(136,80,121,0.4);}.page_block_link_list a.entrepreneur .page_block_link_text {background: rgba(136,80,121,0.9);}/* type 18: press (all) */.filter {float: left;width: 100%;margin-bottom: 30px;}.filter a {float: left;margin-right: 15px;margin-bottom: 15px;text-decoration: none;color: #9EC6C8;background: rgba(158,198,200,0.05);border-radius: 50px;border: 0 !important;font-size: 16px;padding: 10px 20px;transition: all 0.2s;}.filter a:hover {background: rgba(158,198,200,0.15);}.filter a.active {color: #FFF !important;background: rgba(158,198,200,1);}.content table.press_release_list {float: left;width: 100%;margin-bottom: 75px;}table.press_release_list tr td:first-child { border-top-left-radius: 40px; border-bottom-left-radius: 40px; }table.press_release_list tr td:last-child { border-top-right-radius: 40px; border-bottom-right-radius: 40px; }.content table.press_release_list tr.spacer {height: 8px;background: #FFF;border: 0 !important;}.content table.press_release_list tr.spacer td {padding: 0 !important;background: #FFF !important;}.content table.press_release_list tr td {background: rgba(158,198,200, 0.4);}.content table.press_release_list tr:hover td {background: rgba(158,198,200, 0.6);}.content table.press_release_list td {padding: 12px 40px;}.content table.press_release_list td strong {color: #00303A;}.content table.press_release_list td a {color: #00303A;border-bottom: 1px solid #00303A;}.content table.press_release_list td a:hover {color: #00303A;border-bottom: 1px solid #00303A;}.content table.press_release_list td.icon {width: 15px;}.content table.press_release_list td.icon a {font-size: 16px;color: #00303A;border: 0 !important;}.press_release_grid {float: left;width: 100%;display: flex;justify-content: flex-start;flex-wrap: wrap;margin-top: 10px;margin-bottom: 25px;}.press_release_grid a.press_release {float: left;width: 24%;margin-right: 1%;margin-bottom: 25px;border: 0 !important;}.press_release_grid a.press_release .press_release_image_wrapper {float: left;width: 100%;box-sizing: border-box;overflow: hidden;margin-bottom: 20px;background: rgba(158,198,200,1);padding: 30px;position: relative;}.press_release_grid a.press_release .press_release_image_wrapper .press_release_image {float: left;width: 100%;transition: all 0.3s ease;background-size: cover !important;}.press_release_grid a.press_release:hover .press_release_image_wrapper .press_release_image {transform: scale(1.05);}.press_release_grid a.press_release .press_release_image_wrapper .press_release_image img {float: left;width: 100%;}.press_release_grid a.press_release .press_release_info {float: left;width: 100%;text-align: center;}.press_release_grid a.press_release .press_release_info strong {float: left;width: 100%;color: #00303A;margin-bottom: 5px;}.press_release_grid a.press_release .press_release_info span {color: #00303A;}.press_release_grid.videos a.press_release .press_release_play_icon {position: absolute;width: calc(100% - 60px);height: calc(100% - 60px);z-index: 100;display: flex;justify-content: center;align-items: center;}.press_release_grid.videos a.press_release .press_release_play_icon img {width: 50px;opacity: 0.75;transition: all 0.3s;}.press_release_grid.videos a.press_release:hover .press_release_play_icon img {opacity: 1;}/* type 19: newsletter form */.newsletter_form_wrapper {float: right;width: 85%;min-height: 375px;box-sizing: border-box;padding: 0 10% 0 15%;background: #9EC6C8;border-radius: 100%;display: flex;justify-content: center;align-items: center;position: relative;}.parent .newsletter_form_wrapper {background: #F8CDBB;}.partner .newsletter_form_wrapper {background: #C1DDAF;}.selfcare .newsletter_form_wrapper {background: #F6E08A;}.entrepreneur .newsletter_form_wrapper {background: #DCCBD7;}.newsletter_form {float: left;width: 90%;position: relative;z-index: 200;}.newsletter_form input.email {float: left;width: 100%;box-sizing: border-box;font-family: "Montserrat", sans-serif;font-weight: 400;font-size: 16px;text-align: left;background: #FFF;color: #00303A;padding: 12px 25px;border-radius: 50px !important;margin-bottom: 0;/* box-shadow: inset 0px 2px 4px rgba(0, 0, 0, 0.25); */outline: none;}.newsletter_form input.email::placeholder {color: #00303A;}.newsletter_form button {position: absolute;top: 5px;right: 5px;width: 34px;height: 34px;box-sizing: border-box;color: #FFF;background: #00303A;border: 0;cursor: pointer;outline: none;margin: 0;border-radius: 50px;font-size: 16px;display: flex;justify-content: center;align-items: center;transition: all 0.2s;}.newsletter_form button:hover {background: #9EC6C8;}.parent .newsletter_form button:hover {background: #E95B47;}.partner .newsletter_form button:hover {background: #33A43C;}.selfcare .newsletter_form button:hover {background: #E48B0B;}.entrepreneur .newsletter_form button:hover {background: #885079;}.newsletter_form button i {margin-left: 2px;}.newsletter_form_wrapper img.icon {position: absolute;bottom: -5px;right: 20%;width: 100px;z-index: 100;}.newsletter_form_image_wrapper {position: absolute;top: 30px;left: 0;width: 25%;z-index: 200;}.newsletter_form_image {float: left;width: 100%;background-size: cover !important;border-radius: 100%;}.newsletter_form_image img {float: left;width: 100%;}/* type 21: introfiche */.introfiche_image {position: absolute;width: 30%;height: 100%;top: 0;left: 0;background-size: cover !important;}.introfiche_image img {float: left;width: 100%;display: none;}.introfiche_text {float: right;width: 70%;box-sizing: border-box;padding: 25px 100px;}/* type 22: products */.product_list {float: left;width: 100%;display: flex;justify-content: flex-start;flex-wrap: wrap;margin-top: 25px;}.product_list.center {justify-content: center;}.product_list a.product {float: left;width: 31.6%;margin: 5px 0.6%;border: 0 !important;position: relative;overflow: hidden;border: !important;background: rgba(158,198,200,0.4);}.product_list a.product .product_image_wrapper {float: left;width: 100%;position: relative;overflow: hidden;}.product_list a.product .product_image {float: left;width: 100%;background-size: cover !important;transition: all 0.2s ease;-webkit-backface-visibility: hidden;}.product_list a.product .product_image img {float: left;width: 100%;}.product_list a.product span.label {position: absolute;top: 10px;left: 10px;padding: 10px 20px;color: #FFF;background: #00303A;font-size: 14px;font-weight: 600;text-transform: lowercase;z-index: 200;border-radius: 100%;}.product_list a.product.parent span.label {background: #E95B47;}.product_list a.product.partner span.label {background: #33A43C;}.product_list a.product.selfcare span.label {background: #E48B0B;}.product_list a.product.entrepreneur span.label {background: #885079;}.product_list a.product:hover .product_image {transform: scale(1.04);}.product_list a.product:hover {border: 0 !important;}.product_list a.product .product_text {float: left;width: 100%;box-sizing: border-box;color: #00303A !important;padding: 30px 40px;position: relative;}.product_list a.product .product_text h4 {margin-bottom: 15px;}.product_list a.product.parent .product_text h4 {color: #E95B47;}.product_list a.product.partner .product_text h4 {color: #33A43C;}.product_list a.product.selfcare .product_text h4 {color: #E48B0B;}.product_list a.product.entrepreneur .product_text h4 {color: #885079;}.product_list a.product .product_text h2 {font-size: 30px;margin-bottom: 20px;}.product_list a.product.parent {background: rgba(248,205,187,0.4);}.product_list a.product.partner {background: rgba(193,221,175,0.4);}.product_list a.product.selfcare {background: rgba(246,224,138,0.4);}.product_list a.product.entrepreneur {background: rgba(136,80,121,0.4);}.product_list a.product:after {position: absolute;box-sizing: border-box;bottom: 10px;right: 10px;width: 25px;height: 25px;border-radius: 50px;display: flex;justify-content: center;align-items: center;color: #00303A;font-size: 13px;content: "\f105";font-family: "Font Awesome 6 Pro";font-weight: 900;transition: all 0.2s;padding-left: 2px;}.product_list a.product:hover:after {color: #FFF;background: #00303A;}/* type 28/29: text (2 columns) */.text_left {float: left;width: 45%;}.text_right {float: right;width: 45%;}/* type 30/31/32: text blocks (small / medium / large) */.page_block30, .page_block31, .page_block32 {box-sizing: border-box;padding-left: 75px !important;padding-right: 75px !important;}/* type 33: counters */.counter_list {float: left;width: 100%;display: flex;justify-content: space-around;flex-wrap: wrap;}.counter_list div {float: left;width: 28%;text-align: center;margin-bottom: 25px;}.counter_list div strong {float: left;width: 100%;font-family: "scillaregular";font-weight: normal;font-size: 60px;line-height: 1em;margin-bottom: 15px;}.counter_list div span {float: left;width: 100%;font-size: 20px;}/* type 34: testimonials (list) */.testimonial_list {float: left;width: 100%;margin-top: 20px;}.testimonial_list .testimonial {float: left;width: 100%;margin-bottom: 40px;position: relative;}.testimonial_list .testimonial.no_bg {background: none !important;}.testimonial_list .testimonial_image {float: left;width: 50%;position: relative;height: auto;}.testimonial_list .testimonial_image img {float: left;width: 100%;display: block !important;opacity: 0.8;}.testimonial_list .testimonial_image.full {float: left;width: 100%;}.testimonial_text {float: right;width: 50%;box-sizing: border-box;padding: 50px;padding-bottom: 25px;}.testimonial_quote {float: left;width: 100%;box-sizing: border-box;padding: 100px;text-align: center;background-size: 100% 100% !important;}.testimonial_quote p {margin-bottom: 0;}/* type 35: banner block */.banner_block_image {float: left;width: 100%;background-size: cover !important;min-height: 500px;position: relative;}.banner_block_text_wrapper {position: absolute;bottom: 50px;left: 0;z-index: 500;width: 100%;}.banner_block_text {float: left;width: 100%;box-sizing: border-box;opacity: 0.9;}.banner_block_text.bg_00303A {color: #FFF;background: #00303A;padding: 50px 50px 25px 50px;}.banner_block_text.bg_885079 {color: #FFF;background: #885079;padding: 50px 50px 25px 50px;}.banner_block_text.bg_F8CDBB {background: #F8CDBB;padding: 50px 50px 25px 50px;}.banner_block_text.bg_FDF0EB {background: #FDF0EB;padding: 50px 50px 25px 50px;}.banner_block_text.bg_9EC6C8 {background: #9EC6C8;padding: 50px 50px 25px 50px;}.banner_block_text.bg_E2EEEF {background: #E2EEEF;padding: 50px 50px 25px 50px;}.banner_block_text.bg_FBF3D0 {background: #FBF3D0;padding: 50px 50px 25px 50px;}.banner_block_text.bg_DCCBD7 {background: #DCCBD7;padding: 50px 50px 25px 50px;}/* type 36/37: text + slider */.page_block36, .page_block37 {box-sizing: border-box;padding-left: 50px !important;padding-right: 50px !important;}.page_block36 .page_block_wrapper, .page_block37 .page_block_wrapper {float: left;width: 100%;display: flex;justify-content: space-between;flex-wrap: wrap;}.page_block36 .page_block_text,.page_block37 .page_block_text {float: left;width: 50%;display: flex;align-items: top;box-sizing: border-box;}.page_block36 .page_block_images, .page_block37 .page_block_images {float: left;width: 40%;position: relative;margin-bottom: 25px;}.page_block36 .page_block_images img.sticker, .page_block37 .page_block_images img.sticker {width: 100px;position: absolute;top: 40%;left: -50px;z-index: 500;}.page_block36 .page_block_slider, .page_block37 .page_block_slider {float: left;width: 100%;}.page_block36 .page_block_slider .page_block_slide, .page_block37 .page_block_slider .page_block_slide {float: left;width: 100%;background-size: cover !important;border-radius: 100%;}.page_block36 .page_block_slider .page_block_slide.contain, .page_block37 .page_block_slider .page_block_slide.contain {background-position: top center !important;background-size: contain !important;border-radius: 0 !important;}.page_block36 .page_block_slider .page_block_slide img, .page_block37 .page_block_slider .page_block_slide img {float: left;width: 100%;}.page_block36 .slick-dots, .page_block37 .slick-dots {position: absolute;bottom: -35px;right: 0;margin: 0 !important;padding: 0 !important;text-align: center;}/* form */.form {float: left;width: 100%;margin-bottom: 50px;}/* form labels */.form span.label, .form span.hint {float: left;width: 100%;text-align: left;font-size: 15px;font-weight: 700;}.form span.hint {font-size: 14px;font-weight: 400;color: #999;margin-bottom: 15px;}.form span.label {padding-top: 5px;margin: 5px 0 10px 0;}.form span.label.error {color: #E95B47;}.form span.checkbox.error {color: #E95B47;}.form .checkbox.error {color: #E95B47;}.form span.label b {color: #00303A;font-weight: 400;font-size: 13px;}.form span.label.error b {color: #E95B47;}.form .form_block {float: left; width: 48%; }.form .form_block.full {width: 100%; }.form .form_block.right {float: right;}.form .form_block.error {color: #E95B47;}.form span.radios {float: left;width: 100%;line-height: 1.5em;}/* form fields */.form span.field {float: left;width: 100%;}.form input.text {float: left;width: 100%;box-sizing: border-box;background: #FFF;padding: 15px;color: #00303A;font-family: "Montserrat", sans-serif;font-weight: 400;font-size: 16px;outline: none;border-radius: 100px !important;margin-bottom: 10px;border: 1px solid #aaa;}.form input.text::placeholder {color: #00303A;}.form textarea {float: left;width: 100%;box-sizing: border-box;height: 150px;background: #FFF;padding: 15px;margin-top: 3px;margin-bottom: 10px;border-radius: 25px;color: #00303A;font-family: "Montserrat", sans-serif;font-weight: 400;font-size: 16px;outline: none;margin-bottom: 10px;border-radius: 30px !important;border: 1px solid #aaa;}.select_wrapper {float: left;width: 100%;position: relative;margin-bottom: 10px;}.select_wrapper:after {content: "\f107";font-family: "Font Awesome 6 Pro";font-weight: 600; font-size: 16px;color: #00303A;right: 0;top: 9px;bottom: 0;padding: 11px 15px;position: absolute;pointer-events: none;line-height: 15px;background: none;}.select_wrapper select {box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;-webkit-appearance: none;-moz-appearance: none;appearance: none;box-shadow: none;display: inline-block;zoom: 1;color: #00303A;background: #FFF;padding: 17px 40px 17px 15px;border-radius: 30px;border: 1px solid #aaa;font-family: "Montserrat", sans-serif;font-weight: 400;font-size: 18px;line-height: 1em;width: 100%;box-sizing: border-box;cursor: pointer;outline: none;transition: border 0.3s;}.select_wrapper select::-ms-expand {display: none;}.select_wrapper select option {padding: 2px 4px;}.form input.checkbox {float: left;vertical-align: top;display: block;overflow: hidden;padding: 0; border: 0;margin: 2px 4px 2px 0;width: 16px;height: 16px;line-height: 1em;cursor: pointer;}.form span.checkbox {float: left;width: 100%;margin-top: 5px;margin-bottom: 5px;}.form span.checkbox_input {float: left;width: 25px;}.form span.checkbox_text {float: right;width: calc(100% - 25px);line-height: 1.3em;}.form .checkbox.error span.checkbox_text {color: #E95B47;}.form span.checkbox b {color: #00303A;font-weight: 400;font-size: 13px;}.form span.checkbox.error b {color: #E95B47;}div.form_break {float: left;width: 100%;height: 15px;margin-top: 10px;border-top: 1px solid #ddd;}div.form_title {float: left;width: 100%;font-size: 28px;font-weight: 600;line-height: 1.2em;margin-top: 10px;margin-bottom: 15px;}.form p.small {color: #00303A;font-size: 14px;line-height: 1.4em;}.form p.small a {color: #00303A;}.form p.small a:hover {color: #00303A;}div.radio_wrapper {float: left;width: 100%;margin-bottom: 20px;line-height: 1.7em;}div.radio_wrapper.error {color: #E95B47;}label {cursor: pointer;}/* form */input[type=text], textarea {-webkit-appearance: none;-moz-appearance: none;appearance: none; border-radius: 0 !important;}/* feedback */div.feedback {float: left;width: 100%;box-sizing: border-box;z-index: 10;padding: 25px 15px;font-size: 17px;font-weight: 700;text-align: center;position: relative;z-index: 50;color: #fff;background: #33A43C;margin-bottom: 50px;}div.feedback.error {background: #E95B47;}div.feedback a {color: #fff;border-bottom: 1px solid #fff;}div.feedback a:hover {color: #fff !important;opacity: 0.9;border-bottom: 1px solid rgba(255, 255, 255, 0.9) !important;}div.feedback i {font-size: 120%;margin-right: 8px;}/* waitinglist feedback */div.feedback.parent {color: #00303A;font-weight: normal;padding-top: 40px;padding-bottom: 15px;margin-bottom: 0;background: rgba(248,205,187,1);}div.feedback.partner {color: #00303A;font-weight: normal;padding-top: 40px;padding-bottom: 15px;margin-bottom: 0;background: rgba(193,221,175,1);}div.feedback.selfcare {color: #00303A;font-weight: normal;padding-top: 40px;padding-bottom: 15px;margin-bottom: 0;background: rgba(246,224,138,1);}div.feedback.entrepreneur {color: #00303A;font-weight: normal;padding-top: 40px;padding-bottom: 15px;margin-bottom: 0;background: rgba(136,80,121,1);}/* button */.form button::-moz-focus-inner { border: 0;padding: 0;}.form button {display: inline-block;box-sizing: border-box;color: #FFF;background: #00303A;border: 0;font-size: 14px;font-weight: 600;line-height: 1.2em;letter-spacing: 0.05em;padding: 11px 22px;text-decoration: none;text-transform: uppercase;position: relative;border-radius: 100px;transition: all 0.2s;margin-bottom: 10px;margin-right: 5px;border: 0 !important;}.form button:hover {color: #FFF !important;background: #9EC6C8;}.bg_9EC6C8 .form button:hover {background: #33A43C !important;}.form button em {font-style: normal;}/* sitemap */ul#sitemap {font-size: 16px;}ul#sitemap li ul {list-style-type: disc;margin-top: 5px;padding-left: 15px;}ul#sitemap li ul li {font-size: 15px;}/* footer */.footer {float: left;width: 100%;color: #FFF;background: #00303A;padding: 75px 0;box-sizing: border-box;}.footer a {color: #FFF;text-decoration: none;border-bottom: 1px solid rgba(255,255,255,0.4);}.footer a:hover {color: #FFF;text-decoration: none;border-bottom: 1px solid #FFF;}.footer a.button {display: inline-block;box-sizing: border-box;color: #00303A;background: #FFF;border: 0;font-size: 14px;font-weight: 600;line-height: 1.2em;letter-spacing: 0.05em;padding: 11px 22px;text-decoration: none;text-transform: uppercase;position: relative;border-radius: 100px;transition: all 0.2s;margin-bottom: 10px;margin-right: 5px;border: 0 !important;text-align: center;}.footer a.button:hover {color: #00303A !important;background: #9EC6C8;}.footer img.footer_logo {float: left;height: 125px;}.footer_blocks {float: right;width: calc(100% - 450px);display: flex;justify-content: space-between;flex-wrap: wrap;}.footer_block {width: 50%;line-height: 1.6em;}.footer_block2 {text-align: right;}/* footer social links */.footer a.social {float: right;box-sizing: border-box;width: 35px;height: 35px;display: flex;align-items: center;justify-content: center;margin-left: 8px;color: #00303A;background: #FFF;border-radius: 50px;text-decoration: none;transition: 0.1s all;font-size: 19px;line-height: 1em;}.footer a.social:hover {background: #9EC6C8;}/* copyrights */.copyrights {float: left;width: 100%;box-sizing: border-box;padding: 40px 25px;font-size: 13px;line-height: 1.7em;color: #00303A;text-align: center;}.copyrights a {color: #00303A;text-decoration: none;border: 0;white-space: nowrap;}.copyrights a:hover {color: #9EC6C8;}/* quoted */img.quoted {vertical-align: middle;height: 15px;margin-left: 10px;opacity: 0.5;}img.quoted:hover {opacity: 1;}/* accept cookies */.accept_cookies {position: fixed;box-sizing: border-box;left: 0;bottom: 0;z-index: 9999;color: #FFF;background: #9EC6C8;width: 100%;padding: 15px 25px;font-size: 14px;line-height: 1.5em;text-align: center;transition: bottom 1s;}.accept_cookies a {color: #FFF;white-space: nowrap;transition: color 0.1s, background 0.1s;}.accept_cookies a:hover {color: #00303A;}.accept_cookies a.accept_cookies_button {color: #FFF;background: #00303A;padding: 4px 8px;text-decoration: none;border-radius: 20px;}.accept_cookies a.accept_cookies_button:hover {color: #FFF;background: #33A43C;}/* popup */.popup {position: fixed;right: 30px;bottom: 0;width: 500px;z-index: 500;box-sizing: border-box;padding: 25px;background: #FCEBE4;box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);transform: translateY(-30px);opacity: 0;animation: load_popup 1s;animation-delay: 3s;animation-fill-mode: forwards;transition: all 0.3s;transition-timing: cubic-bezier(.17,.67,.83,.67);}@keyframes load_popup {from { opacity: 0;transform: translateY(0);}to { opacity: 1; transform: translateY(-30px);}}a.close_popup {position: absolute;top: 15px;right: 15px;z-index: 100;font-size: 14px;color: #00303A !important;border: 0 !important;}a.close_popup:hover {opacity: 0.5;border: 0 !important;}.popup_title {float: left;width: 100%;font-family: "scillaregular";font-weight: normal;font-size: 28px;line-height: 1.2em;color: #00303A;margin-bottom: 20px;}a.popup_image {float: left;width: 150px;border: 0 !important;}a.popup_image:hover {border: 0 !important;}a.popup_image img {float: left;width: 100%;}.popup_text {float: right;width: calc(100% - 180px);font-size: 14px;overflow: hidden;}.popup_text p {margin-bottom: 20px;}/* recaptcha */.grecaptcha-badge {opacity: 0 !important;visibility: hidden !important;}/* 2080px */@media all and (max-width: 130em) { .outer_wrapper {width: 100%;}}/* 1760px */@media all and (max-width: 110em) { }/* 1600px */@media all and (max-width: 100em) { }/* 1440px */@media all and (max-width: 90em) { .wrapper {width: 94%;}}/* 1360px */@media all and (max-width: 85em) { .wrapper1280 {width: 94%;}ul.nav li {margin-left: 30px;}.text_left, .text_right {width: 47.5%;}}/* 1280px */@media all and (max-width: 80em) { .wrapper1200 {width: 92%;}.header {padding-top: 40px;}.logo {height: 100px;margin-bottom: 50px;}.footer img.footer_logo {height: 100px;}ul.nav {margin-top: 50px;width: calc(100% - 225px);}}/* 1200px */@media all and (max-width: 75em) { .wrapper1120 {width: 94%;}.header {padding-top: 25px;}.logo {height: 75px;margin-bottom: 25px;}.footer img.footer_logo {height: 75px;}.controls {padding-top: 20px;}.hamburger {display: block !important;}ul.nav {display: none;width: 100%;margin: 0;margin-bottom: 35px;border-top: 1px solid rgba(0,48,58, 0.2) !important;}ul.nav li {float: left;width: 100%;padding: 0;margin: 0;}ul.nav li.nav_home {display: block;}ul.nav li a {float: left;width: 100%;box-sizing: border-box;border: 0 !important;padding: 15px 20px;font-size: 15px;border-bottom: 1px solid rgba(0,48,58, 0.2) !important;}ul.nav li a i.subnav_rollover_indicator {display: none;}ul.nav li a i.subnav_rollover_toggle {position: absolute;top: auto;right: 0; z-index: 100;padding: 20px 20px;transform: rotate(-90deg);transition: all 0.2s;display: block;margin: 0;}ul.nav li a i.subnav_rollover_toggle.active {transform: rotate(0);}.subnav_rollover {float: left;position: relative;top: 0;left: 0;width: 100%;visibility: visible;opacity: 1;display: none;padding: 0;box-shadow: none;}.subnav_rollover_active {display: block;}ul.nav li .subnav_rollover a {font-size: 14px;padding: 15px 35px;margin: 0;}ul.nav li .subnav_rollover a:after {display: none;}.sticky_nav {right: 3%;left: auto;width: 50px;background: none;box-shadow: none;}.sticky_nav .wrapper {width: 100%;}.sticky_nav img.sticky_nav_logo {display: none;}.sticky_nav ul.nav {display: none !important;}.sticky_nav a.sticky_nav_hamburger {display: block;}.content h1 {font-size: 50px;}.content h2 {font-size: 40px;}.introfiche_image {width: 35%;}.introfiche_text {width: 65%;padding: 0 75px;}}/* 1120px */@media all and (max-width: 70em) { .wrapper1040 {width: 92%;}.product_list a.product .product_text h2 {font-size: 25px;}}/* 1040px */@media all and (max-width: 65em) { .content h1 {font-size: 45px;}.content h2 {font-size: 35px;}.content h3 {font-size: 25px;}.banner_text {padding-top: 50px;}.intro_text {padding-top: 50px;}.newsletter_form_wrapper {min-height: 325px;padding-left: 17.5%;}.footer_blocks {width: calc(100% - 300px);}}/* 960px */@media all and (max-width: 60em) { .wrapper880 {width: 90%;}.alert a.close_alert {position: absolute;top: 15px;right: 25px;width: 10px;height: auto;display: block;}.blog_spotlight_image {float: left;width: 100%;}.blog_spotlight_image img {float: left;width: 100%;display: block;}.blog_spotlight {margin-top: 10px;margin-bottom: 30px;}.blog_spotlight_text {width: 100%;padding: 40px;padding-bottom: 20px;}}/* 880px */@media all and (max-width: 55em) { .wrapper800 {width: 94%;}.content h1 {font-size: 40px;}.content h2 {font-size: 30px;}.content h3 {font-size: 22px;}.banner_text {padding-top: 25px;}.intro_text {padding-top: 25px;}.press_logo_list .press_logo {width: 25%;padding: 30px 50px;}.newsletter_form_wrapper {min-height: 275px;}.news_image img.sticker {width: 80px;top: 50px;right: -40px;}.press_release_grid a.press_release {width: 32% !important;margin-right: 1.3% !important;}}/* 800px */@media all and (max-width: 50em) { .wrapper720 {width: 88%;}.content hr.spacer25 {margin-bottom: 20px;}.content hr.spacer30 {margin-bottom: 25px;}.content hr.spacer50 {margin-bottom: 40px;}.content hr.spacer75 {margin-bottom: 60px;}.content hr.spacer100 {margin-bottom: 75px;}.content hr.spacer125 {margin-bottom: 100px;}.content hr.spacer150 {margin-bottom: 100px;}.content hr.spacer175 {margin-bottom: 125px;}.content hr.spacer200 {margin-bottom: 150px;}.page_block_link_list a {width: 49.2%;}.page_block3 .page_block_images img.sticker, .page_block4 .page_block_images img.sticker {top: 30%;left: -40px;;}.page_block36 .page_block_images img.sticker, .page_block37 .page_block_images img.sticker {top: 30%;left: -40px;;}.blog_list a.blog {width: 45%;margin: 0 2.5%;margin-bottom: 50px;}table.agenda tr {float: left;width: 100%;box-sizing: border-box;padding: 20px 25px;}table.agenda tr td {float: left;width: 100%;box-sizing: border-box;padding: 3px 0 !important;}table.agenda tr.spacer {padding: 0;margin: 0;height: 10px;}table.agenda td.button_link em {display: none;}.product_list a.product {width: 48.6%;margin: 5px 0.7%;}.footer_blocks {width: calc(100% - 230px);}}/* 720px */@media all and (max-width: 45em) { .hamburger {margin-left: 25px !important;}.controls a.login {width: 35px;margin: 0;color: #fff !important;background: #00303A;border-radius: 50px;font-size: 18px;line-height: 1em;}.controls a.login i {margin: 0;}.controls a.login span {display: none;}.press_logo_list .press_logo {padding: 20px 40px;}.newsletter_form_image_wrapper {display: none;}.newsletter_form_wrapper {padding: 0 15%;width: 100%;}.newsletter_form {width: 100%;}.newsletter_form_wrapper img.icon {width: 75px;}.introfiche_image {float: left;position: relative;width: 100%;height: auto;}.introfiche_image img {display: block;}.introfiche_text {width: 100%;padding: 50px 75px;}.page_block21 {padding: 0 !important;}.press_release_grid a.press_release .press_release_image_wrapper {padding: 15px;}.press_release_grid.videos a.press_release .press_release_play_icon {width: calc(100% - 30px);height: calc(100% - 30px);}.press_release_grid.videos a.press_release .press_release_play_icon img {width: 30px;}.counter_list div {width: 100%;}.counter_list div strong {font-size: 50px;margin-bottom: 5px;}.counter_list div span {font-size: 18px;}.footer {padding: 50px 20px;}.footer img.footer_logo { display: none;}.footer_blocks {width: 100%;}}/* 640px */@media all and (max-width: 40em) { .wrapper {width: 92%;}.wrapper560 {width: 90%;}.alert {font-size: 14px;}.sticky_nav {right: 4%;}.content h1 {font-size: 35px;}.banner_text {padding-top: 10px;}.intro_text {padding-top: 10px;}.page_block3 .page_block_text,.page_block4 .page_block_text {width: 90%;margin: 0 5%;}.page_block3 .page_block_images, .page_block4 .page_block_images {width: 80%;margin: 0 10%;}.page_block3 .page_block_images {margin-bottom: 60px;}.page_block4 .page_block_images {margin-top: 10px;}.page_block36 .page_block_text,.page_block37 .page_block_text {width: 90%;margin: 0 5%;}.page_block36 .page_block_images, .page_block37 .page_block_images {width: 80%;margin: 0 10%;}.page_block36 .page_block_images {margin-bottom: 60px;}.page_block37 .page_block_images {margin-top: 10px;}.page_block36, .page_block37 {padding-left: 0 !important;padding-right: 0 !important;}.page_block5 {min-height: 200px;}.faq_block a.question {font-size: 16px;}.news_image {width: 85%;margin-bottom: 30px;}.news_text {width: 100%;}.page_block5 {background: #9EC6C8;border-radius: 100%;}.parent .page_block5, .partner .page_block5 {background: #F8CDBB;}.selfcare .page_block5 {background: #F6E08A;}.page_block30, .page_block31, .page_block32 {padding-left: 50px !important;padding-right: 50px !important;}.text_left, .text_right {width: 100%;}.text_left {margin-bottom: 30px;}}/* 560px */@media all and (max-width: 35em) { .controls a.social {display: none;}.content hr.spacer30 {margin-bottom: 20px;}.content hr.spacer50 {margin-bottom: 35px;}.content hr.spacer75 {margin-bottom: 50px;}.content hr.spacer100 {margin-bottom: 60px;}.content hr.spacer125 {margin-bottom: 90px;}.content hr.spacer150 {margin-bottom: 80px;}.content hr.spacer175 {margin-bottom: 110px;}.content hr.spacer200 {margin-bottom: 125px;}.popup {right: 0;width: 100%;z-index: 500;padding: 20px 25px;transform: translateY(-30px)}@keyframes load_popup {from { opacity: 0;transform: translateY(0);}to { opacity: 1; transform: translateY(0);}}.banner_image_wrapper {width: 70%;margin-left: 15%;}.banner_text {width: 100%;box-sizing: border-box;padding: 0 10px;text-align: center;margin-top: 25px;}.intro_image_wrapper {width: 70%;margin-right: 15%;}.intro_text {width: 100%;box-sizing: border-box;padding: 0 10px;text-align: center;margin-top: 25px;}.content h1 {font-size: 30px;}.content h2 {font-size: 27px;}.content h3 {font-size: 20px;}.page_block_link_list {margin-top: 10px;}.page_block_link_list a {width: 100%;}.page_block_link_list a .page_block_link_text {padding: 15px 30px;min-height: 75px;}.page_block_link_list a .page_block_link_text b {font-size: 25px;}.page_block_link_list a span.label {padding: 8px 16px;font-size: 11px;}.page_block.bg_00303A, .page_block.bg_F8CDBB, .page_block.bg_FDF0EB, .page_block.bg_9EC6C8, .page_block.bg_E2EEEF {padding: 50px 0 25px 0;}.quote_wrapper br {display: none;}.crumb {display: none;}.press_logo_list .press_logo {padding: 20px 25px;}.introfiche_text {padding: 40px 50px;}.page_block2 p br {display: none;}.product_list a.product {width: 100%;margin: 5px 0;}.content table.press_release_list {margin-bottom: 50px;}.content table.press_release_list tr {float: left;width: 100%;box-sizing: border-box;padding: 20px 25px;border-radius: 40px;}.content table.press_release_list tr td {float: left;width: 100%;padding: 2px 0;background: none !important;}.content table.press_release_list tr.spacer {height: 12px;padding: 0;} .content table.press_release_list tr {background: rgba(158,198,200, 0.4);}.content table.press_release_list tr td:nth-child(3) {display: none;}.content table.press_release_list {margin-bottom: 40px;}.press_release_grid {justify-content: space-between;}.press_release_grid a.press_release {width: 48% !important;margin-right: 2% !important;margin-bottom: 30px;}.blog_list a.blog {width: 100%;margin-left: 0;margin-right: 0;}.blog_list a.blog .blog_image_wrapper {margin-bottom: 20px;}.blog_spotlight {width: 100%;margin: 0;margin-bottom: 25px;}.blog_spotlight_text {padding: 30px;padding-bottom: 10px;}.testimonial_list .testimonial_image {width: 100%;}.testimonial_text {width: 100%;}.banner_block_text.bg_00303A, .banner_block_text.bg_885079,.banner_block_text.bg_F8CDBB, .banner_block_text.bg_FDF0EB, .banner_block_text.bg_9EC6C8, .banner_block_text.bg_E2EEEF, .banner_block_text.bg_FBF3D0, .banner_block_text.bg_DCCBD7 { padding: 40px 30px 15px 30px;}.footer_block {width: 100%;}.footer_block1 {margin-bottom: 30px;}.footer_block2 {text-align: left;}.footer a.social {float: left;margin: 0 8px 0 0;}}/* 480px */@media all and (max-width: 30em) { .hamburger {margin-left: 25px !important;}.newsletter_form_wrapper h2 {text-align: center;margin-bottom: 15px;}.newsletter_form_wrapper img.icon {width: 70px;bottom: -10px;}.testimonial_slider a.testimonial {width: 100%;margin: 0;min-height: 200px;}.testimonial_image {float: left;position: relative;width: 100%;height: auto;background: none !important;}.testimonial_image img {display: block !important;}.testimonial_text {width: 100%;}.page_block13 .slick-dots {bottom: -60px;}.testimonial_quote {padding: 50px;}.introfiche_text {padding: 30px 25px;padding-bottom: 0;}}/* 400px */@media all and (max-width: 25em) { .header {padding-top: 20px;}.logo {height: 60px;margin-bottom: 20px;}.controls {padding-top: 12px;}.hamburger {margin-left: 20px !important;}.content hr.spacer50 {margin-bottom: 25px;}.content hr.spacer75 {margin-bottom: 40px;}.content hr.spacer100 {margin-bottom: 50px;}.content hr.spacer125 {margin-bottom: 75px;}.content hr.spacer150 {margin-bottom: 75px;}.content hr.spacer175 {margin-bottom: 100px;}.content hr.spacer200 {margin-bottom: 100px;}.banner_image_wrapper {width: 80%;margin-left: 10%;}.intro_image_wrapper {width: 80%;margin-right: 10%;}.page_block5 {min-height: 175px;}.page_block.bg_00303A, .page_block.bg_F8CDBB, .page_block.bg_FDF0EB, .page_block.bg_9EC6C8, .page_block.bg_E2EEEF {padding: 30px 0 5px 0;}.page_block30, .page_block31, .page_block32 {padding-left: 25px !important;padding-right: 25px !important;}}/* 384px */@media all and (max-width: 24em) { }/*! * Hamburgers * @description Tasty CSS-animated hamburgers * @author Jonathan Suh @jonsuh * @site https://jonsuh.com/hamburgers * @link https://github.com/jonsuh/hamburgers */ .hamburger {padding: 0;display: inline-block;cursor: pointer;transition-property: opacity, filter;transition-duration: 0.15s;transition-timing-function: linear;font: inherit;color: inherit;text-transform: none;background-color: transparent;border: 0;margin: 0;overflow: visible; } .hamburger:hover {}.hamburger-box {width: 38px;height: 24px;display: inline-block;position: relative; }.hamburger-inner {display: block;top: 50%;margin-top: -2px;} .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {width: 38px;height: 3px;background-color: #00303A;border-radius: 7px;position: absolute;transition-property: transform;transition-duration: 0.15s;transition-timing-function: ease; }.hamburger-inner::before, .hamburger-inner::after { content: ""; display: block; }.hamburger-inner::before {top: -10px;}.hamburger-inner::after {bottom: -10px;}/* 3DX*/.hamburger--3dx .hamburger-box { perspective: 80px; }.hamburger--3dx .hamburger-inner { transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); } .hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after { transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }.hamburger--3dx.is-active .hamburger-inner { background-color: transparent; transform: rotateY(180deg); } .hamburger--3dx.is-active .hamburger-inner::before { transform: translate3d(0, 10px, 0) rotate(45deg); } .hamburger--3dx.is-active .hamburger-inner::after { transform: translate3d(0, -10px, 0) rotate(-45deg); }/* * 3DX Reverse */.hamburger--3dx-r .hamburger-box { perspective: 80px; }.hamburger--3dx-r .hamburger-inner { transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); } .hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after { transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }.hamburger--3dx-r.is-active .hamburger-inner { background-color: transparent; transform: rotateY(-180deg); } .hamburger--3dx-r.is-active .hamburger-inner::before { transform: translate3d(0, 10px, 0) rotate(45deg); } .hamburger--3dx-r.is-active .hamburger-inner::after { transform: translate3d(0, -10px, 0) rotate(-45deg); }/* * 3DY */.hamburger--3dy .hamburger-box { perspective: 80px; }.hamburger--3dy .hamburger-inner { transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); } .hamburger--3dy .hamburger-inner::before, .hamburger--3dy .hamburger-inner::after { transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }.hamburger--3dy.is-active .hamburger-inner { background-color: transparent; transform: rotateX(-180deg); } .hamburger--3dy.is-active .hamburger-inner::before { transform: translate3d(0, 10px, 0) rotate(45deg); } .hamburger--3dy.is-active .hamburger-inner::after { transform: translate3d(0, -10px, 0) rotate(-45deg); }/* * 3DY Reverse */.hamburger--3dy-r .hamburger-box { perspective: 80px; }.hamburger--3dy-r .hamburger-inner { transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); } .hamburger--3dy-r .hamburger-inner::before, .hamburger--3dy-r .hamburger-inner::after { transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }.hamburger--3dy-r.is-active .hamburger-inner { background-color: transparent; transform: rotateX(180deg); } .hamburger--3dy-r.is-active .hamburger-inner::before { transform: translate3d(0, 10px, 0) rotate(45deg); } .hamburger--3dy-r.is-active .hamburger-inner::after { transform: translate3d(0, -10px, 0) rotate(-45deg); }/* * 3DXY */.hamburger--3dxy .hamburger-box { perspective: 80px; }.hamburger--3dxy .hamburger-inner { transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); } .hamburger--3dxy .hamburger-inner::before, .hamburger--3dxy .hamburger-inner::after { transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }.hamburger--3dxy.is-active .hamburger-inner { background-color: transparent; transform: rotateX(180deg) rotateY(180deg); } .hamburger--3dxy.is-active .hamburger-inner::before { transform: translate3d(0, 10px, 0) rotate(45deg); } .hamburger--3dxy.is-active .hamburger-inner::after { transform: translate3d(0, -10px, 0) rotate(-45deg); }/* * 3DXY Reverse */.hamburger--3dxy-r .hamburger-box { perspective: 80px; }.hamburger--3dxy-r .hamburger-inner { transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); } .hamburger--3dxy-r .hamburger-inner::before, .hamburger--3dxy-r .hamburger-inner::after { transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }.hamburger--3dxy-r.is-active .hamburger-inner { background-color: transparent; transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg); } .hamburger--3dxy-r.is-active .hamburger-inner::before { transform: translate3d(0, 10px, 0) rotate(45deg); } .hamburger--3dxy-r.is-active .hamburger-inner::after { transform: translate3d(0, -10px, 0) rotate(-45deg); }/* * Arrow */.hamburger--arrow.is-active .hamburger-inner::before { transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1); }.hamburger--arrow.is-active .hamburger-inner::after { transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1); }/* * Arrow Right */.hamburger--arrow-r.is-active .hamburger-inner::before { transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1); }.hamburger--arrow-r.is-active .hamburger-inner::after { transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1); }/* * Arrow Alt */.hamburger--arrowalt .hamburger-inner::before { transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }.hamburger--arrowalt .hamburger-inner::after { transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }.hamburger--arrowalt.is-active .hamburger-inner::before { top: 0; transform: translate3d(-8px, -10px, 0) rotate(-45deg) scale(0.7, 1); transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }.hamburger--arrowalt.is-active .hamburger-inner::after { bottom: 0; transform: translate3d(-8px, 10px, 0) rotate(45deg) scale(0.7, 1); transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }/* * Arrow Alt Right */.hamburger--arrowalt-r .hamburger-inner::before { transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }.hamburger--arrowalt-r .hamburger-inner::after { transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }.hamburger--arrowalt-r.is-active .hamburger-inner::before { top: 0; transform: translate3d(8px, -10px, 0) rotate(45deg) scale(0.7, 1); transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }.hamburger--arrowalt-r.is-active .hamburger-inner::after { bottom: 0; transform: translate3d(8px, 10px, 0) rotate(-45deg) scale(0.7, 1); transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }/* * Arrow Turn */.hamburger--arrowturn.is-active .hamburger-inner { transform: rotate(-180deg); } .hamburger--arrowturn.is-active .hamburger-inner::before { transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1); } .hamburger--arrowturn.is-active .hamburger-inner::after { transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1); }/* * Arrow Turn Right */.hamburger--arrowturn-r.is-active .hamburger-inner { transform: rotate(-180deg); } .hamburger--arrowturn-r.is-active .hamburger-inner::before { transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1); } .hamburger--arrowturn-r.is-active .hamburger-inner::after { transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1); }/* * Boring */.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after { transition-property: none; }.hamburger--boring.is-active .hamburger-inner { transform: rotate(45deg); } .hamburger--boring.is-active .hamburger-inner::before { top: 0; opacity: 0; } .hamburger--boring.is-active .hamburger-inner::after { bottom: 0; transform: rotate(-90deg); }/* * Collapse */.hamburger--collapse .hamburger-inner { top: auto; bottom: 0; transition-duration: 0.13s; transition-delay: 0.13s; transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); } .hamburger--collapse .hamburger-inner::after { top: -20px; transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; } .hamburger--collapse .hamburger-inner::before { transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }.hamburger--collapse.is-active .hamburger-inner { transform: translate3d(0, -10px, 0) rotate(-45deg); transition-delay: 0.22s; transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); } .hamburger--collapse.is-active .hamburger-inner::after { top: 0; opacity: 0; transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; } .hamburger--collapse.is-active .hamburger-inner::before { top: 0; transform: rotate(-90deg); transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }/* * Collapse Reverse */.hamburger--collapse-r .hamburger-inner { top: auto; bottom: 0; transition-duration: 0.13s; transition-delay: 0.13s; transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); } .hamburger--collapse-r .hamburger-inner::after { top: -20px; transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; } .hamburger--collapse-r .hamburger-inner::before { transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }.hamburger--collapse-r.is-active .hamburger-inner { transform: translate3d(0, -10px, 0) rotate(45deg); transition-delay: 0.22s; transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); } .hamburger--collapse-r.is-active .hamburger-inner::after { top: 0; opacity: 0; transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; } .hamburger--collapse-r.is-active .hamburger-inner::before { top: 0; transform: rotate(90deg); transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }/* * Elastic */.hamburger--elastic .hamburger-inner { top: 2px; transition-duration: 0.275s; transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); } .hamburger--elastic .hamburger-inner::before { top: 10px; transition: opacity 0.125s 0.275s ease; } .hamburger--elastic .hamburger-inner::after { top: 20px; transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55); }.hamburger--elastic.is-active .hamburger-inner { transform: translate3d(0, 10px, 0) rotate(135deg); transition-delay: 0.075s; } .hamburger--elastic.is-active .hamburger-inner::before { transition-delay: 0s; opacity: 0; } .hamburger--elastic.is-active .hamburger-inner::after { transform: translate3d(0, -20px, 0) rotate(-270deg); transition-delay: 0.075s; }/* * Elastic Reverse */.hamburger--elastic-r .hamburger-inner { top: 2px; transition-duration: 0.275s; transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); } .hamburger--elastic-r .hamburger-inner::before { top: 10px; transition: opacity 0.125s 0.275s ease; } .hamburger--elastic-r .hamburger-inner::after { top: 20px; transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55); }.hamburger--elastic-r.is-active .hamburger-inner { transform: translate3d(0, 10px, 0) rotate(-135deg); transition-delay: 0.075s; } .hamburger--elastic-r.is-active .hamburger-inner::before { transition-delay: 0s; opacity: 0; } .hamburger--elastic-r.is-active .hamburger-inner::after { transform: translate3d(0, -20px, 0) rotate(270deg); transition-delay: 0.075s; }/* * Emphatic */.hamburger--emphatic { overflow: hidden; } .hamburger--emphatic .hamburger-inner { transition: background-color 0.125s 0.175s ease-in; } .hamburger--emphatic .hamburger-inner::before { left: 0; transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in; } .hamburger--emphatic .hamburger-inner::after { top: 10px; right: 0; transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in; } .hamburger--emphatic.is-active .hamburger-inner { transition-delay: 0s; transition-timing-function: ease-out; background-color: transparent; } .hamburger--emphatic.is-active .hamburger-inner::before { left: -80px; top: -80px; transform: translate3d(80px, 80px, 0) rotate(45deg); transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); } .hamburger--emphatic.is-active .hamburger-inner::after { right: -80px; top: -80px; transform: translate3d(-80px, 80px, 0) rotate(-45deg); transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }/* * Emphatic Reverse */.hamburger--emphatic-r { overflow: hidden; } .hamburger--emphatic-r .hamburger-inner { transition: background-color 0.125s 0.175s ease-in; } .hamburger--emphatic-r .hamburger-inner::before { left: 0; transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in; } .hamburger--emphatic-r .hamburger-inner::after { top: 10px; right: 0; transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in; } .hamburger--emphatic-r.is-active .hamburger-inner { transition-delay: 0s; transition-timing-function: ease-out; background-color: transparent; } .hamburger--emphatic-r.is-active .hamburger-inner::before { left: -80px; top: 80px; transform: translate3d(80px, -80px, 0) rotate(-45deg); transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); } .hamburger--emphatic-r.is-active .hamburger-inner::after { right: -80px; top: 80px; transform: translate3d(-80px, -80px, 0) rotate(45deg); transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }/* * Minus */.hamburger--minus .hamburger-inner::before, .hamburger--minus .hamburger-inner::after { transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear; }.hamburger--minus.is-active .hamburger-inner::before, .hamburger--minus.is-active .hamburger-inner::after { opacity: 0; transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear; }.hamburger--minus.is-active .hamburger-inner::before { top: 0; }.hamburger--minus.is-active .hamburger-inner::after { bottom: 0; }/* * Slider */.hamburger--slider .hamburger-inner { top: 2px; } .hamburger--slider .hamburger-inner::before { top: 10px; transition-property: transform, opacity; transition-timing-function: ease; transition-duration: 0.15s; } .hamburger--slider .hamburger-inner::after { top: 20px; }.hamburger--slider.is-active .hamburger-inner { transform: translate3d(0, 10px, 0) rotate(45deg); } .hamburger--slider.is-active .hamburger-inner::before { transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0); opacity: 0; } .hamburger--slider.is-active .hamburger-inner::after { transform: translate3d(0, -20px, 0) rotate(-90deg); }/* * Slider Reverse */.hamburger--slider-r .hamburger-inner { top: 2px; } .hamburger--slider-r .hamburger-inner::before { top: 10px; transition-property: transform, opacity; transition-timing-function: ease; transition-duration: 0.15s; } .hamburger--slider-r .hamburger-inner::after { top: 20px; }.hamburger--slider-r.is-active .hamburger-inner { transform: translate3d(0, 10px, 0) rotate(-45deg); } .hamburger--slider-r.is-active .hamburger-inner::before { transform: rotate(45deg) translate3d(5.71429px, -6px, 0); opacity: 0; } .hamburger--slider-r.is-active .hamburger-inner::after { transform: translate3d(0, -20px, 0) rotate(90deg); }/* * Spin */.hamburger--spin .hamburger-inner { transition-duration: 0.22s; transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); } .hamburger--spin .hamburger-inner::before { transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; } .hamburger--spin .hamburger-inner::after { transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }.hamburger--spin.is-active .hamburger-inner { transform: rotate(225deg); transition-delay: 0.12s; transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); } .hamburger--spin.is-active .hamburger-inner::before { top: 0; opacity: 0; transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; } .hamburger--spin.is-active .hamburger-inner::after { bottom: 0; transform: rotate(-90deg); transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }/* * Spin Reverse */.hamburger--spin-r .hamburger-inner { transition-duration: 0.22s; transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); } .hamburger--spin-r .hamburger-inner::before { transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; } .hamburger--spin-r .hamburger-inner::after { transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }.hamburger--spin-r.is-active .hamburger-inner { transform: rotate(-225deg); transition-delay: 0.12s; transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); } .hamburger--spin-r.is-active .hamburger-inner::before { top: 0; opacity: 0; transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; } .hamburger--spin-r.is-active .hamburger-inner::after { bottom: 0; transform: rotate(90deg); transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }/* * Spring */.hamburger--spring .hamburger-inner { top: 2px; transition: background-color 0s 0.13s linear; } .hamburger--spring .hamburger-inner::before { top: 10px; transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); } .hamburger--spring .hamburger-inner::after { top: 20px; transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }.hamburger--spring.is-active .hamburger-inner { transition-delay: 0.22s; background-color: transparent; } .hamburger--spring.is-active .hamburger-inner::before { top: 0; transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1); transform: translate3d(0, 10px, 0) rotate(45deg); } .hamburger--spring.is-active .hamburger-inner::after { top: 0; transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1); transform: translate3d(0, 10px, 0) rotate(-45deg); }/* * Spring Reverse */.hamburger--spring-r .hamburger-inner { top: auto; bottom: 0; transition-duration: 0.13s; transition-delay: 0s; transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); } .hamburger--spring-r .hamburger-inner::after { top: -20px; transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear; } .hamburger--spring-r .hamburger-inner::before { transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }.hamburger--spring-r.is-active .hamburger-inner { transform: translate3d(0, -10px, 0) rotate(-45deg); transition-delay: 0.22s; transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); } .hamburger--spring-r.is-active .hamburger-inner::after { top: 0; opacity: 0; transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear; } .hamburger--spring-r.is-active .hamburger-inner::before { top: 0; transform: rotate(90deg); transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1); }/* * Stand */.hamburger--stand .hamburger-inner { transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear; } .hamburger--stand .hamburger-inner::before { transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); } .hamburger--stand .hamburger-inner::after { transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }.hamburger--stand.is-active .hamburger-inner { transform: rotate(90deg); background-color: transparent; transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear; } .hamburger--stand.is-active .hamburger-inner::before { top: 0; transform: rotate(-45deg); transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); } .hamburger--stand.is-active .hamburger-inner::after { bottom: 0; transform: rotate(45deg); transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }/* * Stand Reverse */.hamburger--stand-r .hamburger-inner { transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear; } .hamburger--stand-r .hamburger-inner::before { transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); } .hamburger--stand-r .hamburger-inner::after { transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }.hamburger--stand-r.is-active .hamburger-inner { transform: rotate(-90deg); background-color: transparent; transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear; } .hamburger--stand-r.is-active .hamburger-inner::before { top: 0; transform: rotate(-45deg); transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); } .hamburger--stand-r.is-active .hamburger-inner::after { bottom: 0; transform: rotate(45deg); transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }/* * Squeeze */.hamburger--squeeze .hamburger-inner { transition-duration: 0.075s; transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); } .hamburger--squeeze .hamburger-inner::before { transition: top 0.075s 0.12s ease, opacity 0.075s ease; } .hamburger--squeeze .hamburger-inner::after { transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19); }.hamburger--squeeze.is-active .hamburger-inner { transform: rotate(45deg); transition-delay: 0.12s; transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); } .hamburger--squeeze.is-active .hamburger-inner::before { top: 0; opacity: 0; transition: top 0.075s ease, opacity 0.075s 0.12s ease; } .hamburger--squeeze.is-active .hamburger-inner::after { bottom: 0; transform: rotate(-90deg); transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }/* * Vortex */.hamburger--vortex .hamburger-inner { transition-duration: 0.2s; transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); } .hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after { transition-duration: 0s; transition-delay: 0.1s; transition-timing-function: linear; } .hamburger--vortex .hamburger-inner::before { transition-property: top, opacity; } .hamburger--vortex .hamburger-inner::after { transition-property: bottom, transform; }.hamburger--vortex.is-active .hamburger-inner { transform: rotate(765deg); transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); } .hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after { transition-delay: 0s; } .hamburger--vortex.is-active .hamburger-inner::before { top: 0; opacity: 0; } .hamburger--vortex.is-active .hamburger-inner::after { bottom: 0; transform: rotate(90deg); }/* * Vortex Reverse */.hamburger--vortex-r .hamburger-inner { transition-duration: 0.2s; transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); } .hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after { transition-duration: 0s; transition-delay: 0.1s; transition-timing-function: linear; } .hamburger--vortex-r .hamburger-inner::before { transition-property: top, opacity; } .hamburger--vortex-r .hamburger-inner::after { transition-property: bottom, transform; }.hamburger--vortex-r.is-active .hamburger-inner { transform: rotate(-765deg); transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); } .hamburger--vortex-r.is-active .hamburger-inner::before, .hamburger--vortex-r.is-active .hamburger-inner::after { transition-delay: 0s; } .hamburger--vortex-r.is-active .hamburger-inner::before { top: 0; opacity: 0; } .hamburger--vortex-r.is-active .hamburger-inner::after { bottom: 0; transform: rotate(-90deg); }[data-aos][data-aos][data-aos-duration="50"],body[data-aos-duration="50"] [data-aos]{transition-duration:50ms}[data-aos][data-aos][data-aos-delay="50"],body[data-aos-delay="50"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="50"].aos-animate,body[data-aos-delay="50"] [data-aos].aos-animate{transition-delay:50ms}[data-aos][data-aos][data-aos-duration="100"],body[data-aos-duration="100"] [data-aos]{transition-duration:.1s}[data-aos][data-aos][data-aos-delay="100"],body[data-aos-delay="100"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="100"].aos-animate,body[data-aos-delay="100"] [data-aos].aos-animate{transition-delay:.1s}[data-aos][data-aos][data-aos-duration="150"],body[data-aos-duration="150"] [data-aos]{transition-duration:.15s}[data-aos][data-aos][data-aos-delay="150"],body[data-aos-delay="150"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="150"].aos-animate,body[data-aos-delay="150"] [data-aos].aos-animate{transition-delay:.15s}[data-aos][data-aos][data-aos-duration="200"],body[data-aos-duration="200"] [data-aos]{transition-duration:.2s}[data-aos][data-aos][data-aos-delay="200"],body[data-aos-delay="200"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="200"].aos-animate,body[data-aos-delay="200"] [data-aos].aos-animate{transition-delay:.2s}[data-aos][data-aos][data-aos-duration="250"],body[data-aos-duration="250"] [data-aos]{transition-duration:.25s}[data-aos][data-aos][data-aos-delay="250"],body[data-aos-delay="250"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="250"].aos-animate,body[data-aos-delay="250"] [data-aos].aos-animate{transition-delay:.25s}[data-aos][data-aos][data-aos-duration="300"],body[data-aos-duration="300"] [data-aos]{transition-duration:.3s}[data-aos][data-aos][data-aos-delay="300"],body[data-aos-delay="300"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="300"].aos-animate,body[data-aos-delay="300"] [data-aos].aos-animate{transition-delay:.3s}[data-aos][data-aos][data-aos-duration="350"],body[data-aos-duration="350"] [data-aos]{transition-duration:.35s}[data-aos][data-aos][data-aos-delay="350"],body[data-aos-delay="350"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="350"].aos-animate,body[data-aos-delay="350"] [data-aos].aos-animate{transition-delay:.35s}[data-aos][data-aos][data-aos-duration="400"],body[data-aos-duration="400"] [data-aos]{transition-duration:.4s}[data-aos][data-aos][data-aos-delay="400"],body[data-aos-delay="400"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="400"].aos-animate,body[data-aos-delay="400"] [data-aos].aos-animate{transition-delay:.4s}[data-aos][data-aos][data-aos-duration="450"],body[data-aos-duration="450"] [data-aos]{transition-duration:.45s}[data-aos][data-aos][data-aos-delay="450"],body[data-aos-delay="450"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="450"].aos-animate,body[data-aos-delay="450"] [data-aos].aos-animate{transition-delay:.45s}[data-aos][data-aos][data-aos-duration="500"],body[data-aos-duration="500"] [data-aos]{transition-duration:.5s}[data-aos][data-aos][data-aos-delay="500"],body[data-aos-delay="500"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="500"].aos-animate,body[data-aos-delay="500"] [data-aos].aos-animate{transition-delay:.5s}[data-aos][data-aos][data-aos-duration="550"],body[data-aos-duration="550"] [data-aos]{transition-duration:.55s}[data-aos][data-aos][data-aos-delay="550"],body[data-aos-delay="550"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="550"].aos-animate,body[data-aos-delay="550"] [data-aos].aos-animate{transition-delay:.55s}[data-aos][data-aos][data-aos-duration="600"],body[data-aos-duration="600"] [data-aos]{transition-duration:.6s}[data-aos][data-aos][data-aos-delay="600"],body[data-aos-delay="600"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="600"].aos-animate,body[data-aos-delay="600"] [data-aos].aos-animate{transition-delay:.6s}[data-aos][data-aos][data-aos-duration="650"],body[data-aos-duration="650"] [data-aos]{transition-duration:.65s}[data-aos][data-aos][data-aos-delay="650"],body[data-aos-delay="650"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="650"].aos-animate,body[data-aos-delay="650"] [data-aos].aos-animate{transition-delay:.65s}[data-aos][data-aos][data-aos-duration="700"],body[data-aos-duration="700"] [data-aos]{transition-duration:.7s}[data-aos][data-aos][data-aos-delay="700"],body[data-aos-delay="700"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="700"].aos-animate,body[data-aos-delay="700"] [data-aos].aos-animate{transition-delay:.7s}[data-aos][data-aos][data-aos-duration="750"],body[data-aos-duration="750"] [data-aos]{transition-duration:.75s}[data-aos][data-aos][data-aos-delay="750"],body[data-aos-delay="750"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="750"].aos-animate,body[data-aos-delay="750"] [data-aos].aos-animate{transition-delay:.75s}[data-aos][data-aos][data-aos-duration="800"],body[data-aos-duration="800"] [data-aos]{transition-duration:.8s}[data-aos][data-aos][data-aos-delay="800"],body[data-aos-delay="800"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="800"].aos-animate,body[data-aos-delay="800"] [data-aos].aos-animate{transition-delay:.8s}[data-aos][data-aos][data-aos-duration="850"],body[data-aos-duration="850"] [data-aos]{transition-duration:.85s}[data-aos][data-aos][data-aos-delay="850"],body[data-aos-delay="850"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="850"].aos-animate,body[data-aos-delay="850"] [data-aos].aos-animate{transition-delay:.85s}[data-aos][data-aos][data-aos-duration="900"],body[data-aos-duration="900"] [data-aos]{transition-duration:.9s}[data-aos][data-aos][data-aos-delay="900"],body[data-aos-delay="900"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="900"].aos-animate,body[data-aos-delay="900"] [data-aos].aos-animate{transition-delay:.9s}[data-aos][data-aos][data-aos-duration="950"],body[data-aos-duration="950"] [data-aos]{transition-duration:.95s}[data-aos][data-aos][data-aos-delay="950"],body[data-aos-delay="950"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="950"].aos-animate,body[data-aos-delay="950"] [data-aos].aos-animate{transition-delay:.95s}[data-aos][data-aos][data-aos-duration="1000"],body[data-aos-duration="1000"] [data-aos]{transition-duration:1s}[data-aos][data-aos][data-aos-delay="1000"],body[data-aos-delay="1000"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1000"].aos-animate,body[data-aos-delay="1000"] [data-aos].aos-animate{transition-delay:1s}[data-aos][data-aos][data-aos-duration="1050"],body[data-aos-duration="1050"] [data-aos]{transition-duration:1.05s}[data-aos][data-aos][data-aos-delay="1050"],body[data-aos-delay="1050"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1050"].aos-animate,body[data-aos-delay="1050"] [data-aos].aos-animate{transition-delay:1.05s}[data-aos][data-aos][data-aos-duration="1100"],body[data-aos-duration="1100"] [data-aos]{transition-duration:1.1s}[data-aos][data-aos][data-aos-delay="1100"],body[data-aos-delay="1100"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1100"].aos-animate,body[data-aos-delay="1100"] [data-aos].aos-animate{transition-delay:1.1s}[data-aos][data-aos][data-aos-duration="1150"],body[data-aos-duration="1150"] [data-aos]{transition-duration:1.15s}[data-aos][data-aos][data-aos-delay="1150"],body[data-aos-delay="1150"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1150"].aos-animate,body[data-aos-delay="1150"] [data-aos].aos-animate{transition-delay:1.15s}[data-aos][data-aos][data-aos-duration="1200"],body[data-aos-duration="1200"] [data-aos]{transition-duration:1.2s}[data-aos][data-aos][data-aos-delay="1200"],body[data-aos-delay="1200"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1200"].aos-animate,body[data-aos-delay="1200"] [data-aos].aos-animate{transition-delay:1.2s}[data-aos][data-aos][data-aos-duration="1250"],body[data-aos-duration="1250"] [data-aos]{transition-duration:1.25s}[data-aos][data-aos][data-aos-delay="1250"],body[data-aos-delay="1250"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1250"].aos-animate,body[data-aos-delay="1250"] [data-aos].aos-animate{transition-delay:1.25s}[data-aos][data-aos][data-aos-duration="1300"],body[data-aos-duration="1300"] [data-aos]{transition-duration:1.3s}[data-aos][data-aos][data-aos-delay="1300"],body[data-aos-delay="1300"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1300"].aos-animate,body[data-aos-delay="1300"] [data-aos].aos-animate{transition-delay:1.3s}[data-aos][data-aos][data-aos-duration="1350"],body[data-aos-duration="1350"] [data-aos]{transition-duration:1.35s}[data-aos][data-aos][data-aos-delay="1350"],body[data-aos-delay="1350"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1350"].aos-animate,body[data-aos-delay="1350"] [data-aos].aos-animate{transition-delay:1.35s}[data-aos][data-aos][data-aos-duration="1400"],body[data-aos-duration="1400"] [data-aos]{transition-duration:1.4s}[data-aos][data-aos][data-aos-delay="1400"],body[data-aos-delay="1400"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1400"].aos-animate,body[data-aos-delay="1400"] [data-aos].aos-animate{transition-delay:1.4s}[data-aos][data-aos][data-aos-duration="1450"],body[data-aos-duration="1450"] [data-aos]{transition-duration:1.45s}[data-aos][data-aos][data-aos-delay="1450"],body[data-aos-delay="1450"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1450"].aos-animate,body[data-aos-delay="1450"] [data-aos].aos-animate{transition-delay:1.45s}[data-aos][data-aos][data-aos-duration="1500"],body[data-aos-duration="1500"] [data-aos]{transition-duration:1.5s}[data-aos][data-aos][data-aos-delay="1500"],body[data-aos-delay="1500"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1500"].aos-animate,body[data-aos-delay="1500"] [data-aos].aos-animate{transition-delay:1.5s}[data-aos][data-aos][data-aos-duration="1550"],body[data-aos-duration="1550"] [data-aos]{transition-duration:1.55s}[data-aos][data-aos][data-aos-delay="1550"],body[data-aos-delay="1550"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1550"].aos-animate,body[data-aos-delay="1550"] [data-aos].aos-animate{transition-delay:1.55s}[data-aos][data-aos][data-aos-duration="1600"],body[data-aos-duration="1600"] [data-aos]{transition-duration:1.6s}[data-aos][data-aos][data-aos-delay="1600"],body[data-aos-delay="1600"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1600"].aos-animate,body[data-aos-delay="1600"] [data-aos].aos-animate{transition-delay:1.6s}[data-aos][data-aos][data-aos-duration="1650"],body[data-aos-duration="1650"] [data-aos]{transition-duration:1.65s}[data-aos][data-aos][data-aos-delay="1650"],body[data-aos-delay="1650"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1650"].aos-animate,body[data-aos-delay="1650"] [data-aos].aos-animate{transition-delay:1.65s}[data-aos][data-aos][data-aos-duration="1700"],body[data-aos-duration="1700"] [data-aos]{transition-duration:1.7s}[data-aos][data-aos][data-aos-delay="1700"],body[data-aos-delay="1700"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1700"].aos-animate,body[data-aos-delay="1700"] [data-aos].aos-animate{transition-delay:1.7s}[data-aos][data-aos][data-aos-duration="1750"],body[data-aos-duration="1750"] [data-aos]{transition-duration:1.75s}[data-aos][data-aos][data-aos-delay="1750"],body[data-aos-delay="1750"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1750"].aos-animate,body[data-aos-delay="1750"] [data-aos].aos-animate{transition-delay:1.75s}[data-aos][data-aos][data-aos-duration="1800"],body[data-aos-duration="1800"] [data-aos]{transition-duration:1.8s}[data-aos][data-aos][data-aos-delay="1800"],body[data-aos-delay="1800"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1800"].aos-animate,body[data-aos-delay="1800"] [data-aos].aos-animate{transition-delay:1.8s}[data-aos][data-aos][data-aos-duration="1850"],body[data-aos-duration="1850"] [data-aos]{transition-duration:1.85s}[data-aos][data-aos][data-aos-delay="1850"],body[data-aos-delay="1850"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1850"].aos-animate,body[data-aos-delay="1850"] [data-aos].aos-animate{transition-delay:1.85s}[data-aos][data-aos][data-aos-duration="1900"],body[data-aos-duration="1900"] [data-aos]{transition-duration:1.9s}[data-aos][data-aos][data-aos-delay="1900"],body[data-aos-delay="1900"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1900"].aos-animate,body[data-aos-delay="1900"] [data-aos].aos-animate{transition-delay:1.9s}[data-aos][data-aos][data-aos-duration="1950"],body[data-aos-duration="1950"] [data-aos]{transition-duration:1.95s}[data-aos][data-aos][data-aos-delay="1950"],body[data-aos-delay="1950"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1950"].aos-animate,body[data-aos-delay="1950"] [data-aos].aos-animate{transition-delay:1.95s}[data-aos][data-aos][data-aos-duration="2000"],body[data-aos-duration="2000"] [data-aos]{transition-duration:2s}[data-aos][data-aos][data-aos-delay="2000"],body[data-aos-delay="2000"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2000"].aos-animate,body[data-aos-delay="2000"] [data-aos].aos-animate{transition-delay:2s}[data-aos][data-aos][data-aos-duration="2050"],body[data-aos-duration="2050"] [data-aos]{transition-duration:2.05s}[data-aos][data-aos][data-aos-delay="2050"],body[data-aos-delay="2050"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2050"].aos-animate,body[data-aos-delay="2050"] [data-aos].aos-animate{transition-delay:2.05s}[data-aos][data-aos][data-aos-duration="2100"],body[data-aos-duration="2100"] [data-aos]{transition-duration:2.1s}[data-aos][data-aos][data-aos-delay="2100"],body[data-aos-delay="2100"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2100"].aos-animate,body[data-aos-delay="2100"] [data-aos].aos-animate{transition-delay:2.1s}[data-aos][data-aos][data-aos-duration="2150"],body[data-aos-duration="2150"] [data-aos]{transition-duration:2.15s}[data-aos][data-aos][data-aos-delay="2150"],body[data-aos-delay="2150"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2150"].aos-animate,body[data-aos-delay="2150"] [data-aos].aos-animate{transition-delay:2.15s}[data-aos][data-aos][data-aos-duration="2200"],body[data-aos-duration="2200"] [data-aos]{transition-duration:2.2s}[data-aos][data-aos][data-aos-delay="2200"],body[data-aos-delay="2200"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2200"].aos-animate,body[data-aos-delay="2200"] [data-aos].aos-animate{transition-delay:2.2s}[data-aos][data-aos][data-aos-duration="2250"],body[data-aos-duration="2250"] [data-aos]{transition-duration:2.25s}[data-aos][data-aos][data-aos-delay="2250"],body[data-aos-delay="2250"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2250"].aos-animate,body[data-aos-delay="2250"] [data-aos].aos-animate{transition-delay:2.25s}[data-aos][data-aos][data-aos-duration="2300"],body[data-aos-duration="2300"] [data-aos]{transition-duration:2.3s}[data-aos][data-aos][data-aos-delay="2300"],body[data-aos-delay="2300"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2300"].aos-animate,body[data-aos-delay="2300"] [data-aos].aos-animate{transition-delay:2.3s}[data-aos][data-aos][data-aos-duration="2350"],body[data-aos-duration="2350"] [data-aos]{transition-duration:2.35s}[data-aos][data-aos][data-aos-delay="2350"],body[data-aos-delay="2350"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2350"].aos-animate,body[data-aos-delay="2350"] [data-aos].aos-animate{transition-delay:2.35s}[data-aos][data-aos][data-aos-duration="2400"],body[data-aos-duration="2400"] [data-aos]{transition-duration:2.4s}[data-aos][data-aos][data-aos-delay="2400"],body[data-aos-delay="2400"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2400"].aos-animate,body[data-aos-delay="2400"] [data-aos].aos-animate{transition-delay:2.4s}[data-aos][data-aos][data-aos-duration="2450"],body[data-aos-duration="2450"] [data-aos]{transition-duration:2.45s}[data-aos][data-aos][data-aos-delay="2450"],body[data-aos-delay="2450"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2450"].aos-animate,body[data-aos-delay="2450"] [data-aos].aos-animate{transition-delay:2.45s}[data-aos][data-aos][data-aos-duration="2500"],body[data-aos-duration="2500"] [data-aos]{transition-duration:2.5s}[data-aos][data-aos][data-aos-delay="2500"],body[data-aos-delay="2500"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2500"].aos-animate,body[data-aos-delay="2500"] [data-aos].aos-animate{transition-delay:2.5s}[data-aos][data-aos][data-aos-duration="2550"],body[data-aos-duration="2550"] [data-aos]{transition-duration:2.55s}[data-aos][data-aos][data-aos-delay="2550"],body[data-aos-delay="2550"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2550"].aos-animate,body[data-aos-delay="2550"] [data-aos].aos-animate{transition-delay:2.55s}[data-aos][data-aos][data-aos-duration="2600"],body[data-aos-duration="2600"] [data-aos]{transition-duration:2.6s}[data-aos][data-aos][data-aos-delay="2600"],body[data-aos-delay="2600"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2600"].aos-animate,body[data-aos-delay="2600"] [data-aos].aos-animate{transition-delay:2.6s}[data-aos][data-aos][data-aos-duration="2650"],body[data-aos-duration="2650"] [data-aos]{transition-duration:2.65s}[data-aos][data-aos][data-aos-delay="2650"],body[data-aos-delay="2650"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2650"].aos-animate,body[data-aos-delay="2650"] [data-aos].aos-animate{transition-delay:2.65s}[data-aos][data-aos][data-aos-duration="2700"],body[data-aos-duration="2700"] [data-aos]{transition-duration:2.7s}[data-aos][data-aos][data-aos-delay="2700"],body[data-aos-delay="2700"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2700"].aos-animate,body[data-aos-delay="2700"] [data-aos].aos-animate{transition-delay:2.7s}[data-aos][data-aos][data-aos-duration="2750"],body[data-aos-duration="2750"] [data-aos]{transition-duration:2.75s}[data-aos][data-aos][data-aos-delay="2750"],body[data-aos-delay="2750"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2750"].aos-animate,body[data-aos-delay="2750"] [data-aos].aos-animate{transition-delay:2.75s}[data-aos][data-aos][data-aos-duration="2800"],body[data-aos-duration="2800"] [data-aos]{transition-duration:2.8s}[data-aos][data-aos][data-aos-delay="2800"],body[data-aos-delay="2800"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2800"].aos-animate,body[data-aos-delay="2800"] [data-aos].aos-animate{transition-delay:2.8s}[data-aos][data-aos][data-aos-duration="2850"],body[data-aos-duration="2850"] [data-aos]{transition-duration:2.85s}[data-aos][data-aos][data-aos-delay="2850"],body[data-aos-delay="2850"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2850"].aos-animate,body[data-aos-delay="2850"] [data-aos].aos-animate{transition-delay:2.85s}[data-aos][data-aos][data-aos-duration="2900"],body[data-aos-duration="2900"] [data-aos]{transition-duration:2.9s}[data-aos][data-aos][data-aos-delay="2900"],body[data-aos-delay="2900"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2900"].aos-animate,body[data-aos-delay="2900"] [data-aos].aos-animate{transition-delay:2.9s}[data-aos][data-aos][data-aos-duration="2950"],body[data-aos-duration="2950"] [data-aos]{transition-duration:2.95s}[data-aos][data-aos][data-aos-delay="2950"],body[data-aos-delay="2950"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2950"].aos-animate,body[data-aos-delay="2950"] [data-aos].aos-animate{transition-delay:2.95s}[data-aos][data-aos][data-aos-duration="3000"],body[data-aos-duration="3000"] [data-aos]{transition-duration:3s}[data-aos][data-aos][data-aos-delay="3000"],body[data-aos-delay="3000"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="3000"].aos-animate,body[data-aos-delay="3000"] [data-aos].aos-animate{transition-delay:3s}[data-aos][data-aos][data-aos-easing=linear],body[data-aos-easing=linear] [data-aos]{transition-timing-function:cubic-bezier(.25,.25,.75,.75)}[data-aos][data-aos][data-aos-easing=ease],body[data-aos-easing=ease] [data-aos]{transition-timing-function:ease}[data-aos][data-aos][data-aos-easing=ease-in],body[data-aos-easing=ease-in] [data-aos]{transition-timing-function:ease-in}[data-aos][data-aos][data-aos-easing=ease-out],body[data-aos-easing=ease-out] [data-aos]{transition-timing-function:ease-out}[data-aos][data-aos][data-aos-easing=ease-in-out],body[data-aos-easing=ease-in-out] [data-aos]{transition-timing-function:ease-in-out}[data-aos][data-aos][data-aos-easing=ease-in-back],body[data-aos-easing=ease-in-back] [data-aos]{transition-timing-function:cubic-bezier(.6,-.28,.735,.045)}[data-aos][data-aos][data-aos-easing=ease-out-back],body[data-aos-easing=ease-out-back] [data-aos]{transition-timing-function:cubic-bezier(.175,.885,.32,1.275)}[data-aos][data-aos][data-aos-easing=ease-in-out-back],body[data-aos-easing=ease-in-out-back] [data-aos]{transition-timing-function:cubic-bezier(.68,-.55,.265,1.55)}[data-aos][data-aos][data-aos-easing=ease-in-sine],body[data-aos-easing=ease-in-sine] [data-aos]{transition-timing-function:cubic-bezier(.47,0,.745,.715)}[data-aos][data-aos][data-aos-easing=ease-out-sine],body[data-aos-easing=ease-out-sine] [data-aos]{transition-timing-function:cubic-bezier(.39,.575,.565,1)}[data-aos][data-aos][data-aos-easing=ease-in-out-sine],body[data-aos-easing=ease-in-out-sine] [data-aos]{transition-timing-function:cubic-bezier(.445,.05,.55,.95)}[data-aos][data-aos][data-aos-easing=ease-in-quad],body[data-aos-easing=ease-in-quad] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-quad],body[data-aos-easing=ease-out-quad] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-quad],body[data-aos-easing=ease-in-out-quad] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos][data-aos][data-aos-easing=ease-in-cubic],body[data-aos-easing=ease-in-cubic] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-cubic],body[data-aos-easing=ease-out-cubic] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-cubic],body[data-aos-easing=ease-in-out-cubic] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos][data-aos][data-aos-easing=ease-in-quart],body[data-aos-easing=ease-in-quart] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-quart],body[data-aos-easing=ease-out-quart] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-quart],body[data-aos-easing=ease-in-out-quart] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos^=fade][data-aos^=fade]{opacity:0;transition-property:opacity,transform}[data-aos^=fade][data-aos^=fade].aos-animate{opacity:1;transform:translateZ(0)}[data-aos=fade-up]{transform:translate3d(0,100px,0)}[data-aos=fade-down]{transform:translate3d(0,-100px,0)}[data-aos=fade-right]{transform:translate3d(-100px,0,0)}[data-aos=fade-left]{transform:translate3d(100px,0,0)}[data-aos=fade-up-right]{transform:translate3d(-100px,100px,0)}[data-aos=fade-up-left]{transform:translate3d(100px,100px,0)}[data-aos=fade-down-right]{transform:translate3d(-100px,-100px,0)}[data-aos=fade-down-left]{transform:translate3d(100px,-100px,0)}[data-aos^=zoom][data-aos^=zoom]{opacity:0;transition-property:opacity,transform}[data-aos^=zoom][data-aos^=zoom].aos-animate{opacity:1;transform:translateZ(0) scale(1)}[data-aos=zoom-in]{transform:scale(.6)}[data-aos=zoom-in-up]{transform:translate3d(0,100px,0) scale(.6)}[data-aos=zoom-in-down]{transform:translate3d(0,-100px,0) scale(.6)}[data-aos=zoom-in-right]{transform:translate3d(-100px,0,0) scale(.6)}[data-aos=zoom-in-left]{transform:translate3d(100px,0,0) scale(.6)}[data-aos=zoom-out]{transform:scale(1.2)}[data-aos=zoom-out-up]{transform:translate3d(0,100px,0) scale(1.2)}[data-aos=zoom-out-down]{transform:translate3d(0,-100px,0) scale(1.2)}[data-aos=zoom-out-right]{transform:translate3d(-100px,0,0) scale(1.2)}[data-aos=zoom-out-left]{transform:translate3d(100px,0,0) scale(1.2)}[data-aos^=slide][data-aos^=slide]{transition-property:transform}[data-aos^=slide][data-aos^=slide].aos-animate{transform:translateZ(0)}[data-aos=slide-up]{transform:translate3d(0,100%,0)}[data-aos=slide-down]{transform:translate3d(0,-100%,0)}[data-aos=slide-right]{transform:translate3d(-100%,0,0)}[data-aos=slide-left]{transform:translate3d(100%,0,0)}[data-aos^=flip][data-aos^=flip]{backface-visibility:hidden;transition-property:transform}[data-aos=flip-left]{transform:perspective(2500px) rotateY(-100deg)}[data-aos=flip-left].aos-animate{transform:perspective(2500px) rotateY(0)}[data-aos=flip-right]{transform:perspective(2500px) rotateY(100deg)}[data-aos=flip-right].aos-animate{transform:perspective(2500px) rotateY(0)}[data-aos=flip-up]{transform:perspective(2500px) rotateX(-100deg)}[data-aos=flip-up].aos-animate{transform:perspective(2500px) rotateX(0)}[data-aos=flip-down]{transform:perspective(2500px) rotateX(100deg)}[data-aos=flip-down].aos-animate{transform:perspective(2500px) rotateX(0)}/* Slider */.slick-slider{ position: relative; display: block; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent;}.slick-list{ position: relative; display: block; overflow: hidden; margin: 0; padding: 0;}.slick-list:focus{ outline: none;}.slick-list.dragging{ cursor: pointer; cursor: hand;}.slick-slider .slick-track,.slick-slider .slick-list{ -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0);}.slick-track{ position: relative; top: 0; left: 0; display: block;}.slick-track:before,.slick-track:after{ display: table; content: '';}.slick-track:after{ clear: both;}.slick-loading .slick-track{ visibility: hidden;}.slick-slide{ display: none; float: left; height: 100%; min-height: 1px;}[dir='rtl'] .slick-slide{ float: right;}.slick-slide img{ display: block;}.slick-slide.slick-loading img{ display: none;}.slick-slide.dragging img{ pointer-events: none;}.slick-initialized .slick-slide{ display: block;}.slick-loading .slick-slide{ visibility: hidden;}.slick-vertical .slick-slide{ display: block; height: auto; border: 1px solid transparent;}.slick-arrow.slick-hidden { display: none;}@charset 'UTF-8';/* Slider */.slick-loading .slick-list{ background: #fff url('/_graphics/ajax-loader.gif') center center no-repeat;}/* Icons */@font-face{ font-family: 'slick'; font-weight: normal; font-style: normal; src: url('/_fonts/slick.eot'); src: url('/_fonts/slick.eot?#iefix') format('embedded-opentype'), url('/_fonts/slick.woff') format('woff'), url('/_fonts/slick.ttf') format('truetype'), url('/_fonts/slick.svg#slick') format('svg');}/* Arrows */.slick-prev,.slick-next{ font-size: 0; line-height: 0; position: absolute; top: 50%; display: block; width: 20px; height: 20px; padding: 0; -webkit-transform: translate(0, -50%); -ms-transform: translate(0, -50%); transform: translate(0, -50%); cursor: pointer; color: transparent; border: none; outline: none; background: transparent;}.slick-prev:hover,.slick-prev:focus,.slick-next:hover,.slick-next:focus{ color: transparent; outline: none; background: transparent;}.slick-prev:hover:before,.slick-prev:focus:before,.slick-next:hover:before,.slick-next:focus:before{ opacity: 1;}.slick-prev.slick-disabled:before,.slick-next.slick-disabled:before{ opacity: .25;}.slick-prev:before,.slick-next:before{ font-family: 'slick'; font-size: 20px; line-height: 1; opacity: .75; color: #CD9F3A; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;}.slick-prev{ left: -25px;}[dir='rtl'] .slick-prev{ right: -25px; left: auto;}.slick-prev:before{ content: '←';}[dir='rtl'] .slick-prev:before{ content: '→';}.slick-next{ right: -25px;}[dir='rtl'] .slick-next{ right: auto; left: -25px;}.slick-next:before{ content: '→';}[dir='rtl'] .slick-next:before{ content: '←';}/* dots */.slick-dots { position: absolute; bottom: 0; z-index: 100; display: block; width: 100%; box-sizing: border-box; padding: 0; padding-right: 25px; margin: 0; list-style: none; text-align: right;}.slick-dots li { position: relative; display: inline-block; width: 25px; height: 20px; margin: 0; padding: 0; cursor: pointer;}.slick-dots li button { font-size: 0; line-height: 0; display: block; width: 25px; height: 20px; padding: 5px; cursor: pointer; color: transparent; border: 0; outline: none; background: transparent;}.slick-dots li button:hover,.slick-dots li button:focus { outline: none;}.slick-dots li button:hover:before,.slick-dots li button:focus:before { opacity: 1;}.slick-dots li button:before { font-family: 'slick'; font-size: 7px; line-height: 20px; position: absolute; top: 0; left: 0; width: 20px; height: 20px; content: '•'; text-align: center; opacity: .4; color: #00303A; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;}.slick-dots li.slick-active button:before { opacity: 1; color: #00303A;}.flex-images { overflow: hidden; }.flex-images .item { float: left; margin: 0; border: 0; box-sizing: content-box; overflow: hidden; position: relative; }.flex-images .item img { display: block; width: auto; height: 100%; }body.compensate-for-scrollbar { overflow: hidden;}.fancybox-active { height: auto;}.fancybox-is-hidden { left: -9999px; margin: 0; position: absolute !important; top: -9999px; visibility: hidden;}.fancybox-container { -webkit-backface-visibility: hidden; height: 100%; left: 0; outline: none; position: fixed; -webkit-tap-highlight-color: transparent; top: 0; -ms-touch-action: manipulation; touch-action: manipulation; transform: translateZ(0); width: 100%; z-index: 99992;}.fancybox-container * { box-sizing: border-box;}.fancybox-outer,.fancybox-inner,.fancybox-bg,.fancybox-stage { bottom: 0; left: 0; position: absolute; right: 0; top: 0;}.fancybox-outer { -webkit-overflow-scrolling: touch; overflow-y: auto;}.fancybox-bg { background: rgb(30, 30, 30); opacity: 0; transition-duration: inherit; transition-property: opacity; transition-timing-function: cubic-bezier(.47, 0, .74, .71);}.fancybox-is-open .fancybox-bg { opacity: .9; transition-timing-function: cubic-bezier(.22, .61, .36, 1);}.fancybox-infobar,.fancybox-toolbar,.fancybox-caption,.fancybox-navigation .fancybox-button { direction: ltr; opacity: 0; position: absolute; transition: opacity .25s ease, visibility 0s ease .25s; visibility: hidden; z-index: 99997;}.fancybox-show-infobar .fancybox-infobar,.fancybox-show-toolbar .fancybox-toolbar,.fancybox-show-caption .fancybox-caption,.fancybox-show-nav .fancybox-navigation .fancybox-button { opacity: 1; transition: opacity .25s ease 0s, visibility 0s ease 0s; visibility: visible;}.fancybox-infobar { color: #ccc; font-size: 13px; -webkit-font-smoothing: subpixel-antialiased; height: 44px; left: 0; line-height: 44px; min-width: 44px; mix-blend-mode: difference; padding: 0 10px; pointer-events: none; top: 0; -webkit-touch-callout: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;}.fancybox-toolbar { right: 0; top: 0;}.fancybox-stage { direction: ltr; overflow: visible; transform: translateZ(0); z-index: 99994;}.fancybox-is-open .fancybox-stage { overflow: hidden;}.fancybox-slide { -webkit-backface-visibility: hidden; /* Using without prefix would break IE11 */ display: none; height: 100%; left: 0; outline: none; overflow: auto; -webkit-overflow-scrolling: touch; padding: 44px; position: absolute; text-align: center; top: 0; transition-property: transform, opacity; white-space: normal; width: 100%; z-index: 99994;}.fancybox-slide::before { content: ''; display: inline-block; font-size: 0; height: 100%; vertical-align: middle; width: 0;}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--previous,.fancybox-slide--current,.fancybox-slide--next { display: block;}.fancybox-slide--image { overflow: hidden; padding: 44px 0;}.fancybox-slide--image::before { display: none;}.fancybox-slide--html { padding: 6px;}.fancybox-content { background: #fff; display: inline-block; margin: 0; max-width: 100%; overflow: auto; -webkit-overflow-scrolling: touch; padding: 44px; position: relative; text-align: left; vertical-align: middle;}.fancybox-slide--image .fancybox-content { animation-timing-function: cubic-bezier(.5, 0, .14, 1); -webkit-backface-visibility: hidden; background: transparent; background-repeat: no-repeat; background-size: 100% 100%; left: 0; max-width: none; overflow: visible; padding: 0; position: absolute; top: 0; -ms-transform-origin: top left; transform-origin: top left; transition-property: transform, opacity; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; z-index: 99995;}.fancybox-can-zoomOut .fancybox-content { cursor: zoom-out;}.fancybox-can-zoomIn .fancybox-content { cursor: zoom-in;}.fancybox-can-swipe .fancybox-content,.fancybox-can-pan .fancybox-content { cursor: -webkit-grab; cursor: grab;}.fancybox-is-grabbing .fancybox-content { cursor: -webkit-grabbing; cursor: grabbing;}.fancybox-container [data-selectable='true'] { cursor: text;}.fancybox-image,.fancybox-spaceball { background: transparent; border: 0; height: 100%; left: 0; margin: 0; max-height: none; max-width: none; padding: 0; position: absolute; top: 0; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; width: 100%;}.fancybox-spaceball { z-index: 1;}.fancybox-slide--video .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--iframe .fancybox-content { height: 100%; overflow: visible; padding: 0; width: 100%;}.fancybox-slide--video .fancybox-content { background: #000;}.fancybox-slide--map .fancybox-content { background: #e5e3df;}.fancybox-slide--iframe .fancybox-content { background: #fff;}.fancybox-video,.fancybox-iframe { background: transparent; border: 0; display: block; height: 100%; margin: 0; overflow: hidden; padding: 0; width: 100%;}/* Fix iOS */.fancybox-iframe { left: 0; position: absolute; top: 0;}.fancybox-error { background: #fff; cursor: default; max-width: 400px; padding: 40px; width: 100%;}.fancybox-error p { color: #444; font-size: 16px; line-height: 20px; margin: 0; padding: 0;}/* Buttons */.fancybox-button { background: rgba(30, 30, 30, .6); border: 0; border-radius: 0; box-shadow: none; cursor: pointer; display: inline-block; height: 44px; margin: 0; padding: 10px; position: relative; transition: color .2s; vertical-align: top; visibility: inherit; width: 44px;}.fancybox-button,.fancybox-button:visited,.fancybox-button:link { color: #ccc;}.fancybox-button:hover { color: #fff;}.fancybox-button:focus { outline: none;}.fancybox-button.fancybox-focus { outline: 1px dotted;}.fancybox-button[disabled],.fancybox-button[disabled]:hover { color: #888; cursor: default; outline: none;}/* Fix IE11 */.fancybox-button div { height: 100%;}.fancybox-button svg { display: block; height: 100%; overflow: visible; position: relative; width: 100%;}.fancybox-button svg path { fill: currentColor; stroke-width: 0;}.fancybox-button--play svg:nth-child(2),.fancybox-button--fsenter svg:nth-child(2) { display: none;}.fancybox-button--pause svg:nth-child(1),.fancybox-button--fsexit svg:nth-child(1) { display: none;}.fancybox-progress { background: #ff5268; height: 2px; left: 0; position: absolute; right: 0; top: 0; -ms-transform: scaleX(0); transform: scaleX(0); -ms-transform-origin: 0; transform-origin: 0; transition-property: transform; transition-timing-function: linear; z-index: 99998;}/* Close button on the top right corner of html content */.fancybox-close-small { background: transparent; border: 0; border-radius: 0; color: #ccc; cursor: pointer; opacity: .8; padding: 8px; position: absolute; right: -12px; top: -44px; z-index: 401;}.fancybox-close-small:hover { color: #fff; opacity: 1;}.fancybox-slide--html .fancybox-close-small { color: currentColor; padding: 10px; right: 0; top: 0;}.fancybox-slide--image.fancybox-is-scaling .fancybox-content { overflow: hidden;}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small { display: none;}/* Navigation arrows */.fancybox-navigation .fancybox-button { background-clip: content-box; height: 100px; opacity: 0; position: absolute; top: calc(50% - 50px); width: 70px;}.fancybox-navigation .fancybox-button div { padding: 7px;}.fancybox-navigation .fancybox-button--arrow_left { left: 0; left: env(safe-area-inset-left); padding: 31px 26px 31px 6px;}.fancybox-navigation .fancybox-button--arrow_right { padding: 31px 6px 31px 26px; right: 0; right: env(safe-area-inset-right);}/* Caption */.fancybox-caption { background: linear-gradient(to top, rgba(0, 0, 0, .85) 0%, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, rgba(0, 0, 0, 0) 100%); bottom: 0; color: #eee; font-size: 14px; font-weight: 400; left: 0; line-height: 1.5; padding: 75px 44px 25px 44px; pointer-events: none; right: 0; text-align: center; z-index: 99996;}@supports (padding: max(0px)) { .fancybox-caption { padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left)); }}.fancybox-caption--separate { margin-top: -50px;}.fancybox-caption__body { max-height: 50vh; overflow: auto; pointer-events: all;}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited { color: #ccc; text-decoration: none;}.fancybox-caption a:hover { color: #fff; text-decoration: underline;}/* Loading indicator */.fancybox-loading { animation: fancybox-rotate 1s linear infinite; background: transparent; border: 4px solid #888; border-bottom-color: #fff; border-radius: 50%; height: 50px; left: 50%; margin: -25px 0 0 -25px; opacity: .7; padding: 0; position: absolute; top: 50%; width: 50px; z-index: 99999;}@keyframes fancybox-rotate { 100% { transform: rotate(360deg); }}/* Transition effects */.fancybox-animated { transition-timing-function: cubic-bezier(0, 0, .25, 1);}/* transitionEffect: slide */.fancybox-fx-slide.fancybox-slide--previous { opacity: 0; transform: translate3d(-100%, 0, 0);}.fancybox-fx-slide.fancybox-slide--next { opacity: 0; transform: translate3d(100%, 0, 0);}.fancybox-fx-slide.fancybox-slide--current { opacity: 1; transform: translate3d(0, 0, 0);}/* transitionEffect: fade */.fancybox-fx-fade.fancybox-slide--previous,.fancybox-fx-fade.fancybox-slide--next { opacity: 0; transition-timing-function: cubic-bezier(.19, 1, .22, 1);}.fancybox-fx-fade.fancybox-slide--current { opacity: 1;}/* transitionEffect: zoom-in-out */.fancybox-fx-zoom-in-out.fancybox-slide--previous { opacity: 0; transform: scale3d(1.5, 1.5, 1.5);}.fancybox-fx-zoom-in-out.fancybox-slide--next { opacity: 0; transform: scale3d(.5, .5, .5);}.fancybox-fx-zoom-in-out.fancybox-slide--current { opacity: 1; transform: scale3d(1, 1, 1);}/* transitionEffect: rotate */.fancybox-fx-rotate.fancybox-slide--previous { opacity: 0; -ms-transform: rotate(-360deg); transform: rotate(-360deg);}.fancybox-fx-rotate.fancybox-slide--next { opacity: 0; -ms-transform: rotate(360deg); transform: rotate(360deg);}.fancybox-fx-rotate.fancybox-slide--current { opacity: 1; -ms-transform: rotate(0deg); transform: rotate(0deg);}/* transitionEffect: circular */.fancybox-fx-circular.fancybox-slide--previous { opacity: 0; transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);}.fancybox-fx-circular.fancybox-slide--next { opacity: 0; transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);}.fancybox-fx-circular.fancybox-slide--current { opacity: 1; transform: scale3d(1, 1, 1) translate3d(0, 0, 0);}/* transitionEffect: tube */.fancybox-fx-tube.fancybox-slide--previous { transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);}.fancybox-fx-tube.fancybox-slide--next { transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);}.fancybox-fx-tube.fancybox-slide--current { transform: translate3d(0, 0, 0) scale(1);}/* Styling for Small-Screen Devices */@media all and (max-height: 576px) { .fancybox-slide { padding-left: 6px; padding-right: 6px; } .fancybox-slide--image { padding: 6px 0; } .fancybox-close-small { right: -6px; } .fancybox-slide--image .fancybox-close-small { background: #4e4e4e; color: #f2f4f6; height: 36px; opacity: 1; padding: 6px; right: 0; top: 0; width: 36px; } .fancybox-caption { padding-left: 12px; padding-right: 12px; } @supports (padding: max(0px)) { .fancybox-caption { padding-left: max(12px, env(safe-area-inset-left)); padding-right: max(12px, env(safe-area-inset-right)); } }}/* Share */.fancybox-share { background: #f4f4f4; border-radius: 3px; max-width: 90%; padding: 30px; text-align: center;}.fancybox-share h1 { color: #222; font-size: 35px; font-weight: 700; margin: 0 0 20px 0;}.fancybox-share p { margin: 0; padding: 0;}.fancybox-share__button { border: 0; border-radius: 3px; display: inline-block; font-size: 14px; font-weight: 700; line-height: 40px; margin: 0 5px 10px 5px; min-width: 130px; padding: 0 15px; text-decoration: none; transition: all .2s; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; white-space: nowrap;}.fancybox-share__button:visited,.fancybox-share__button:link { color: #fff;}.fancybox-share__button:hover { text-decoration: none;}.fancybox-share__button--fb { background: #3b5998;}.fancybox-share__button--fb:hover { background: #344e86;}.fancybox-share__button--pt { background: #bd081d;}.fancybox-share__button--pt:hover { background: #aa0719;}.fancybox-share__button--tw { background: #1da1f2;}.fancybox-share__button--tw:hover { background: #0d95e8;}.fancybox-share__button svg { height: 25px; margin-right: 7px; position: relative; top: -1px; vertical-align: middle; width: 25px;}.fancybox-share__button svg path { fill: #fff;}.fancybox-share__input { background: transparent; border: 0; border-bottom: 1px solid #d7d7d7; border-radius: 0; color: #5d5b5b; font-size: 14px; margin: 10px 0 0 0; outline: none; padding: 10px 15px; width: 100%;}/* Thumbs */.fancybox-thumbs { background: #ddd; bottom: 0; display: none; margin: 0; -webkit-overflow-scrolling: touch; -ms-overflow-style: -ms-autohiding-scrollbar; padding: 2px 2px 4px 2px; position: absolute; right: 0; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); top: 0; width: 212px; z-index: 99995;}.fancybox-thumbs-x { overflow-x: auto; overflow-y: hidden;}.fancybox-show-thumbs .fancybox-thumbs { display: block;}.fancybox-show-thumbs .fancybox-inner { right: 212px;}.fancybox-thumbs__list { font-size: 0; height: 100%; list-style: none; margin: 0; overflow-x: hidden; overflow-y: auto; padding: 0; position: absolute; position: relative; white-space: nowrap; width: 100%;}.fancybox-thumbs-x .fancybox-thumbs__list { overflow: hidden;}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar { width: 7px;}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track { background: #fff; border-radius: 10px; box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb { background: #2a2a2a; border-radius: 10px;}.fancybox-thumbs__list a { -webkit-backface-visibility: hidden; backface-visibility: hidden; background-color: rgba(0, 0, 0, .1); background-position: center center; background-repeat: no-repeat; background-size: cover; cursor: pointer; float: left; height: 75px; margin: 2px; max-height: calc(100% - 8px); max-width: calc(50% - 4px); outline: none; overflow: hidden; padding: 0; position: relative; -webkit-tap-highlight-color: transparent; width: 100px;}.fancybox-thumbs__list a::before { border: 6px solid #ff5268; bottom: 0; content: ''; left: 0; opacity: 0; position: absolute; right: 0; top: 0; transition: all .2s cubic-bezier(.25, .46, .45, .94); z-index: 99991;}.fancybox-thumbs__list a:focus::before { opacity: .5;}.fancybox-thumbs__list a.fancybox-thumbs-active::before { opacity: 1;}/* Styling for Small-Screen Devices */@media all and (max-width: 576px) { .fancybox-thumbs { width: 110px; } .fancybox-show-thumbs .fancybox-inner { right: 110px; } .fancybox-thumbs__list a { max-width: calc(100% - 10px); }}