/*! 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;}/*DONKER GROEN: #143E35 (20,62,53)BEIGE: #EEE3CF (238,227,207)ZWART: #000GEEL: #DAAD28 (218,173,40)BLAUW: #0075A9 (0,117,169)GROEN: #62A744 (98,167,68)ORANJE: #E87200 (232,114,0)ROOD: #E80000font-family: "Poppins", sans-serif;font-weight: 400/500/700;font-style: italic;*/* { border: 0;padding: 0;margin: 0; }html, body {height: 100%;}/* general */body {background: #FFF;color: #143E35;font-family: "Poppins";font-size: 18px;}br.clear {clear: both;}br.show560 {display: none;clear: both;}/* wrapper */.wrapper {margin: 0 auto;max-width: 1360px;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;}.wrapper960 {margin: 0 auto;max-width: 960px;position: relative;}.wrapper880 {margin: 0 auto;max-width: 880px;position: relative;}.wrapper720 {margin: 0 auto;max-width: 720px;position: relative;}.wrapper640 {margin: 0 auto;max-width: 640px;position: relative;}.wrapper560 {margin: 0 auto;max-width: 560px;position: relative;}/* header */.header {float: left;width: 100%;position: relative;background: #EEE3CF;padding-top: 40px;}/* logo */.logo {float: left;height: 75px;}/* controls */.controls {float: right;width: calc(100% - 450px);margin-top: 10px;margin-bottom: 45px;}/* defect link */.controls a.defect {float: right;box-sizing: border-box;color: #143E35;background: #FFF;border: 0;border-radius: 50px;padding: 11px 25px;display: flex;align-items: center;font-size: 18px;line-height: 1em;text-decoration: none;margin-left: 18px;transition: all 0.2s;}.controls a.defect img {width: 24px;margin-left: 10px;}.controls a.defect img.hover {display: none;}.controls a.defect:hover {color: #EEE3C7;background: #143E35;}.controls a.defect:hover img {display: none;}.controls a.defect:hover img.hover {display: block;}.controls a.defect.active {color: #EEE3C7 !important;background: #143E35 !important;}.controls a.defect.active img {display: none !important;}.controls a.defect.active img.hover {display: block !important;}/* search */.search_form {float: right;width: 275px;height: 50px;position: relative;box-sizing: border-box;}.search_form input {float: left;box-sizing: border-box;width: 100%;color: #143E35;background: #FFF;outline: none;font-family: "Poppins";font-size: 18px;font-weight: 400;line-height: 1em;border-radius: 50px !important;padding: 11px 25px;padding-right: 60px;}.search_form input::placeholder {color: #143E35;}.search_form button {position: absolute;top: 0;right: 25px;width: 24px;height: 100%;display: flex;align-items: center;background: none;outline: none;}.search_form button img {width: 100%;}/* mobile search form */.mobile_search_form {float: left;width: 100%;margin-top: -60px;margin-bottom: 40px;display: none;}.mobile_search_form .search_form {width: 100%;}.mobile_search_form input {border: 1px solid #143E35;}/* mobile controls */.mobile_controls {float: right;margin-top: 15px;margin-right: 40px;display: none;}.mobile_controls a {float: right;margin-left: 20px;}.mobile_controls a img {float: left;width: 25px;transition: all 0.2s;}.mobile_controls a:hover img {transform: scale(1.05);}/* hamburger */.hamburger {float: right;position: relative;margin-top: 18px !important;outline: none;display: none !important;}/* general nav */ul.nav {float: right;width: calc(100% - 450px);list-style-type: none;margin-top: -10px;position: relative;display: flex;justify-content: flex-end;flex-wrap: wrap;z-index: 500;}ul.nav li.hidden {display: none !important;}ul.nav li {display: inline-block;position: relative;margin-left: 60px;padding-bottom: 33px;}ul.nav li a {display: block;width: auto;text-decoration: none;text-transform: lowercase;font-weight: normal;color: #143E35;font-family: "Poppins";font-weight: 400;font-size: 18px;line-height: 1.2em;transition: all 0.1s;display: flex;align-items: center;}ul.nav li a span {display: inline-block;position: relative;}ul.nav li a span:after {content: "";position: absolute;bottom: -10px;left: 0;z-index: 100;width: 100%;height: 4px;background: #143E35;border-radius: 2px;opacity: 0;transition: all 0.2s;}ul.nav li a img {margin-left: 12px;width: 16px;}ul.nav li:hover a span:after {opacity: 1;}ul.nav li a img.subnav_rollover_toggle {display: none;}ul.nav li.selected a {font-weight: 700;}ul.nav li.selected a span:after {opacity: 1;}/* subnav rollover */.subnav_rollover {position: absolute;top: 54px;left: -40px;z-index: 10000;width: 375px;box-sizing: border-box;background: #FFF;text-align: left;opacity: 0;visibility: hidden;transition: all 0.2s;border: 1px solid #F3EDE0;}.subnav_rollover.active {opacity: 1;visibility: visible;}ul.nav li .subnav_rollover a {display: inline-flex;width: 100%;box-sizing: border-box;padding: 18px 25px 18px 40px;font-family: "Poppins";font-weight: normal;font-size: 18px;line-height: 1.1em;text-transform: none;border-bottom: 1px solid #F3EDE0;color: #143E35;justify-content: space-between;align-items: center;}ul.nav li .subnav_rollover a:last-of-type {border: 0 !important;}ul.nav li .subnav_rollover a:after {display: none;}ul.nav li .subnav_rollover a:hover {color: #143E35;background: #F3EDE0;}ul.nav li .subnav_rollover a.selected {color: #143E35;background: #F3EDE0;font-weight: 700;}ul.nav li .subnav_rollover a img {height: 16px;opacity: 0;margin: 0;}ul.nav li .subnav_rollover a:hover img {opacity: 1;}ul.nav li .subnav_rollover a.selected img {opacity: 1;}ul.nav li.mobile_links {display: none;}ul.nav li.mobile_links a img {margin-left: 0;margin-right: 12px; }/* categories nav */ul.nav.categories {float: left;width: 100%;list-style-type: none;display: flex;justify-content: space-between;flex-wrap: wrap;z-index: 400;margin-top: 0;}ul.nav.categories li {display: inline-block;position: relative;margin: 0;padding-bottom: 0;width: 24.5%;box-sizing: border-box;padding: 15px 25px;border-top-left-radius: 20px;border-top-right-radius: 20px;}ul.nav.categories li a {text-transform: none;color: #FFF !important;font-weight: 700;}ul.nav.categories li a span:after {display: none !important;}ul.nav.categories li .subnav_rollover a {color: #143E35 !important;}/* huren */ul.nav li.nav_huren {background: rgba(218,173,40,0.5);}ul.nav.categories li.nav_huren:hover {background: rgba(218,173,40,1);}ul.nav li.nav_huren.selected {background: rgba(218,173,40,1);}ul.nav li.nav_huren .subnav_rollover {border: 1px solid #DAAD28;}ul.nav li.nav_huren .subnav_rollover a {border-bottom: 1px solid #DAAD28;}ul.nav li.nav_huren .subnav_rollover a:hover {background: rgba(218,173,40,0.25);}ul.nav li.nav_huren .subnav_rollover a.selected {background: rgba(218,173,40,0.4);}/* huurder */ul.nav li.nav_huurder {background: rgba(0,117,169,0.5);}ul.nav li.nav_huurder:hover {background: rgba(0,117,169,1);}ul.nav li.nav_huurder.selected {background: rgba(0,117,169,1);}ul.nav li.nav_huurder .subnav_rollover {border: 1px solid #0075A9;}ul.nav li.nav_huurder .subnav_rollover a {border-bottom: 1px solid #0075A9;}ul.nav li.nav_huurder .subnav_rollover a:hover {background: rgba(0,117,169,0.25);}ul.nav li.nav_huurder .subnav_rollover a.selected {background: rgba(0,117,169,0.4);}/* kopen */ul.nav li.nav_kopen {background: rgba(98,167,68,0.5);}ul.nav li.nav_kopen:hover {background: rgba(98,167,68,1);}ul.nav li.nav_kopen.selected {background: rgba(98,167,68,1);}ul.nav li.nav_kopen .subnav_rollover {border: 1px solid #62A744;}ul.nav li.nav_kopen .subnav_rollover a {border-bottom: 1px solid #62A744;}ul.nav li.nav_kopen .subnav_rollover a:hover {background: rgba(98,167,68,0.25);}ul.nav li.nav_kopen .subnav_rollover a.selected {background: rgba(98,167,68,0.4);}/* verhuren */ul.nav li.nav_verhuren {background: rgba(232,114,0,0.5);}ul.nav li.nav_verhuren:hover {background: rgba(232,114,0,1);}ul.nav li.nav_verhuren.selected {background: rgba(232,114,0,1);}ul.nav li.nav_verhuren .subnav_rollover {border: 1px solid #E87200;}ul.nav li.nav_verhuren .subnav_rollover a {border-bottom: 1px solid #E87200;}ul.nav li.nav_verhuren .subnav_rollover a:hover {background: rgba(232,114,0,0.25);}ul.nav li.nav_verhuren .subnav_rollover a.selected {background: rgba(232,114,0,0.4);}/* categories subnav rollover */ul.nav.categories .subnav_rollover {position: absolute;top: 51px;left: 0;width: 100%;border: 0;}ul.nav.categories li .subnav_rollover a {color: #143E35;font-size: 16px;font-weight: 400;justify-content: flex-start;padding: 18px 20px 18px 12px;}ul.nav.categories li a img {margin-right: 8px;opacity: 1;}/* page block nav */ul.page_block_nav li {padding: 25px 25px !important;border-radius: 20px;}ul.page_block_nav li:hover {border-bottom-left-radius: 0;border-bottom-right-radius: 0;}ul.page_block_nav li a {font-size: 22px;}/* home header */.home .header {padding-bottom: 40px;}.home ul.nav {margin-top: 20px;}.home .controls {position: absolute;top: 90px;right: 0;z-index: 100;margin-top: 0;margin-bottom: 0;}/* sticky nav */.sticky_nav {position: fixed;top: -100%;left: 0;z-index: 10000;width: 100%;background: #EEE3CF; /*box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);*/transition: all 0.5s;padding-top: 25px;}.sticky_nav.active {top: 0;}.sticky_nav img.sticky_nav_logo {float: left;height: 45px;z-index: 100;}.sticky_nav ul.nav.general {float: right;width: auto;margin: 0;}.sticky_nav ul.nav.general li {margin-left: 50px;}/*.sticky_nav ul.nav li a:after {bottom: -20px;}*/.sticky_nav ul.nav.categories {margin-top: 15px;}.sticky_nav_controls {float: right;margin-right: 10px;}.sticky_nav_controls a {float: right;margin-left: 30px;}.sticky_nav_controls a img {float: left;width: 25px;transition: all 0.2s;}.sticky_nav_controls a:hover img {transform: scale(1.05);}.sticky_nav_hamburger {float: right;display: none;width: 32px;color: #143E35;text-decoration: none;margin-top: 5px;margin-left: 15px;}.sticky_nav_hamburger img {float: left;width: 100%;}/* content */.content {float: left;width: 100%;position: relative;}.content a {color: #143E35;}.content a:hover {color: #000;}.content a.button {display: inline-block;box-sizing: border-box;color: #EEE3CF;background: #143E35;border: 0;font-size: 18px;line-height: 1.2em;padding: 14px 25px;padding-right: 50px;text-decoration: none;position: relative;border-radius: 100px;transition: all 0.2s;margin-top: 10px;margin-bottom: 10px;margin-right: 5px;}.content a.button:after {content: "";position: absolute;top: 0;right: 0;left: auto;bottom: auto;width: 30px;height: 100%;background: url("/_graphics/angle_right_beige.svg") center left no-repeat;background-size: 8px auto !important;transition: all 0.2s;}.content a.button:hover {color: #143E35;background: #EEE3CF;}.content a.button:hover:after {background: url("/_graphics/angle_right_darkgreen.svg") center left no-repeat;}.content a.anchor_link {float: left;width: 100%;display: block;position: relative;top: -175px;visibility: hidden;}.content h1 {color: #143E35;font-weight: 500;font-size: 40px;line-height: 1.25em;margin-top: 0;margin-bottom: 35px;}.content h1.center {text-align: center;}.content h2 {color: #143E35;font-weight: 500;font-size: 40px;line-height: 1.25em;margin-top: 0;margin-bottom: 25px;}.content h2.center {text-align: center;}.content h3 {color: #143E35;font-weight: normal;font-size: 30px;font-weight: 500;line-height: 1.25em;margin-top: 0;margin-bottom: 25px;}.content h3.center {text-align: center;}.content h4 {color: #143E35;font-weight: normal;font-size: 25px;font-weight: 500;line-height: 1.35em;margin-top: 0;margin-bottom: 25px;}.content h4.center {text-align: center;}.content p {line-height: 1.7em;margin-bottom: 25px;}.content p.center {text-align: center;}.content p.right {text-align: right;}.content p.nomargin {margin-bottom: 0;}.content p.lessmargin {margin-bottom: 10px;}.content strong, .content b {font-family: "Poppins";font-weight: 700;}.content span.small {font-size: 13px;}.content ul {list-style-type: disc;margin-bottom: 22px;}.content ol {list-style-type: decimal;margin-left: 10px;margin-bottom: 22px;padding-left: 15px;}.content li {margin-left: 15px;margin-bottom: 4px;line-height: 1.4em;}.content ul.check {list-style-type: none;margin-bottom: 0;margin-top: 10px;}.content ul.check li {margin-left: 0;padding-left: 25px;margin-bottom: 6px;line-height: 1.4em;position: relative;color: #143E35;}.content ul.check li:before {content: "\f00c";font-family: "Font Awesome 5 Pro";font-weight: 900;font-size: 13px;color: #143E35;left: 0;top: 1px;position: absolute;pointer-events: none;}.content table {width: 100%;margin-bottom: 25px;}.content td {padding: 10px 5px;vertical-align: top;line-height: 1.4em;}.content table.specs td {padding: 7px 5px;}.content table.result td {border-bottom: 1px solid #DDD;}.content td.icon {width: 25px;}.content td.icon img {width: 20px;max-height: 20px;}.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.spacer1 {border-bottom: 0;margin-bottom: 0;}.content hr.spacer5 {border-bottom: 0;margin-bottom: 5px;}.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 div.text_frame {display: inline-block;padding: 50px;padding-bottom: 25px;border: 1px solid #143E35;margin-top: 15px;margin-bottom: 30px;}.content div.text_block {width: 100%;display: inline-block;padding: 50px;padding-bottom: 25px;color: #FFF;background: #143E35;margin-top: 15px;margin-bottom: 30px;}.content div.text_block a {color: #FFF;}/* banner */.banner_slider_wrapper {float: left;width: 100%;position: relative;}.banner_slider_wrapper img.sticker {position: absolute;bottom: -90px;left: calc(50% - 90px);z-index: 100;height: 180px;}[data-aos=rotate-in] {transform: rotate(0); opacity: 0;transition-property: transform, opacity;}[data-aos=rotate-in].aos-animate {transform: rotate(360deg);opacity: 1;}.banner_slider_wrapper img.sticker:hover {animation-name: rotate; animation-duration: 5s; animation-iteration-count: infinite; animation-timing-function: linear;}@keyframes rotate { from {transform: rotate(0deg);} to {transform: rotate(360deg);}}.banner_slider {float: left;width: 100%;}.banner_slide {float: left;width: 100%;height: 800px !important;background-size: cover !important;position: relative;}.banner_slide_text {position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 10;box-sizing: border-box;background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));display: flex;justify-content: center;align-items: center;text-align: center;}.banner_slide_text_wrapper {color: #EEE3CF;font-family: "argesta_headlineregular";font-weight: normal;font-size: 50px;line-height: 1.2em;}/* toggle text block */.toggle_text_block {display: none;}.toggle_text_block br.clear {display: none;}.top_padding {padding-top: 12px;}/* 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%;}/* text */.text {float: left;width: 100%;padding: 100px 0 75px 0;position: relative;}/* crumb */.crumb {position: absolute;top: -75px;left: 0;z-index: 200;width: 100%;font-size: 14px;color: #EEE3CF;}.crumb a {color: #EEE3CF;border-bottom: 0 !important;}.crumb a:first-of-type {border: 0 !important;}.crumb a:hover {color: #FFF !important;}.crumb em {display: inline-block;font-style: normal;font-size: 12px;margin: 0 4px;}.crumb .prevnext {float: right;text-align: right;}.crumb .prevnext a {}/* blog crumb */.crumb.blog {float: left;width: 100%;position: relative;top: auto;padding: 25px 0;color: #143E35;background: #FAF7F2;}.crumb.blog a {color: #143E35;border-bottom: 0 !important;}.crumb.blog a:first-of-type {border: 0 !important;}.crumb.blog a:hover {color: #000 !important;}/* tender crumb */.crumb.tender {float: left;width: 100%;position: relative;top: auto;padding: 25px 0 0 0;color: #143E35;background: #FAF7F2;}.crumb.tender a {color: #143E35;border-bottom: 0 !important;}.crumb.tender a:first-of-type {border: 0 !important;}.crumb.tender a:hover {color: #000 !important;}/* page blocks */.page_block {float: left;width: 100%;position: relative;box-sizing: border-box;}/* page block backgrounds */.bg_FFF {padding: 0 !important;}/* dark green */.bg_143E35 {color: #EEE3CF;background: #143E35;}.bg_143E35 h1, .bg_143E35 h2, .bg_143E35 h3, .bg_143E35 h4 {color: #EEE3CF !important;}.bg_143E35 a {color: #EEE3CF !important;}.bg_143E35 a:hover {color: #FFF !important;}.bg_143E35 a.button {color: #143E35 !important;background: #EEE3CF !important;}.bg_143E35 a.button:after {background: url("/_graphics/angle_right_darkgreen.svg") center left no-repeat;background-size: 8px auto !important;}.bg_143E35 a.button:hover {background: #FFF !important;}.bg_143E35 .form button {color: #143E35 !important;background: #EEE3CF !important;}.bg_143E35 .form button:after {background: url("/_graphics/angle_right_darkgreen.svg") center left no-repeat;background-size: 8px auto !important;}.bg_143E35 .form button:hover {background: #FFF !important;}/* beige */.bg_EEE3CF {background: #EEE3CF;}/* beige 20% */.bg_FAF7F2 {background: #FAF7F2;}/* beige 60% */.bg_F3EDE0 {background: #F3EDE0;}/* yellow */.bg_DAAD28 {color: #FFF;background: #DAAD28;}.bg_DAAD28 h1, .bg_DAAD28 h2, .bg_DAAD28 h3, .bg_DAAD28 h4 {color: #FFF !important;}.bg_DAAD28 a {color: #FFF !important;}.bg_DAAD28 a:hover {color: #EEE3CF !important;}/* blue */.bg_0075A9 {color: #FFF;background: #0075A9;}.bg_0075A9 h1, .bg_0075A9 h2, .bg_0075A9 h3, .bg_0075A9 h4 {color: #FFF !important;}.bg_0075A9 a {color: #FFF !important;}.bg_0075A9 a:hover {color: #EEE3CF !important;}/* green */.bg_62A744 {color: #FFF;background: #62A744;}.bg_62A744 h1, .bg_62A744 h2, .bg_62A744 h3, .bg_62A744 h4 {color: #FFF !important;}.bg_62A744 a {color: #FFF !important;}.bg_62A744 a:hover {color: #EEE3CF !important;}/* orange */.bg_E87200 {color: #FFF;background: #E87200;}.bg_E87200 h1, .bg_E87200 h2, .bg_E87200 h3, .bg_E87200 h4 {color: #FFF !important;}.bg_E87200 a {color: #FFF !important;}.bg_E87200 a:hover {color: #EEE3CF !important;}/* type 1: banner + navigation */.page_block1 .page_block_slider {float: left;width: 45%;}.page_block1 .page_block_slide {width: 100%;height: 100%;height: 550px;background-size: cover !important;border-top-right-radius: 500px;border-bottom-right-radius: 500px;}.page_block1 .page_block_slider:after {content: "";position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 500;background: rgba(20,62,53,0.4);}.page_block1_text {position: absolute;top: 0;right: 0;width: 50%;height: 100%;box-sizing: border-box;font-weight: 500;font-size: 25px; display: flex;align-items: center;}.page_block1_text div {float: left;width: 100%;padding-right: 10%;}.page_block_nav_wrapper {position: absolute;left: 0;bottom: -38px;width: 100%;z-index: 500;}.page_block1 ul.nav.categories {margin: 0 !important;}.page_block1 .subnav_rollover {top: 76px !important;}.page_block_nav_wrapper ul.nav.categories li.nav_huren {background: rgba(218,173,40,1) !important;}.page_block_nav_wrapper ul.nav.categories li.nav_huurder {background: rgba(0,117,169,1) !important;}.page_block_nav_wrapper ul.nav.categories li.nav_kopen {background: rgba(98,167,68,1) !important;}.page_block_nav_wrapper ul.nav.categories li.nav_verhuren {background: rgba(232,114,09,1) !important;}.mobile_category_links {float: left;width: 100%;display: none;justify-content: space-between;margin-top: 25px;flex-wrap: wrap;}.mobile_category_links a {width: 48%;margin: 10px 0;position: relative;box-sizing: border-box;padding: 20px 25px;border-radius: 20px;text-transform: none;color: #FFF !important;font-weight: 700;display: flex;justify-content: space-between;align-items: center;}.mobile_category_links a img {width: 10px;}/* huren */.mobile_category_links a.huren {background: rgba(218,173,40,1);}.mobile_category_links a.huurder {background: rgba(0,117,169,1);}.mobile_category_links a.kopen {background: rgba(98,167,68,1);}.mobile_category_links a.verhuren {background: rgba(232,114,0,1);}/* type 2: title + text */.page_block2 {padding: 150px 0 75px 0;}.page_block2 .page_block_title {float: left; width: 40%; text-align: right;}.page_block2 .page_block_text {float: right;width: 50%;padding-top: 5px;}/* type 3: text + title */.page_block3 {padding: 150px 0 75px 0;}.page_block3 .page_block_title {float: right; width: 40%;}.page_block3 .page_block_text {float: left;width: 50%;padding-top: 5px;}/* type 4/5/6: text */.page_block4, .page_block5, .page_block6 {padding-top: 75px;padding-bottom: 50px;}/* type 7: title */.page_block7 {padding-top: 50px;padding-bottom: 25px;}/* type 8: intro */.page_block8 {padding-top: 100px;padding-bottom: 75px;}.intro_wrapper {float: left;width: 100%;box-sizing: border-box;padding-left: 30%;padding-right: 15%;}/* type 9: slider + text */.page_block9 .wrapper {max-width: 100%;}.page_block9 .page_block_slider {float: left;width: 38%;margin-top: 25px;}.page_block9 .page_block_slide {float: left;width: 100%;background-size: cover !important;border-top-right-radius: 500px;border-bottom-right-radius: 500px;}.page_block9 .page_block_slide img {float: left;width: 100%;}.page_block9 .page_block_slide div.green_cover {position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 100;background: rgba(20,62,53,0.4);border-top-right-radius: 500px;border-bottom-right-radius: 500px;}.page_block9 .page_block_text_wrapper {float: right;width: 52%;box-sizing: border-box;padding-right: 10%;}/* type 10: text + slider */.page_block10 .wrapper {max-width: 100%;}.page_block10 .page_block_slider {float: right;width: 38%;margin-top: 25px;}.page_block10 .page_block_slide {float: left;width: 100%;background-size: cover !important;border-top-left-radius: 500px;border-bottom-left-radius: 500px;}.page_block10 .page_block_slide img {float: left;width: 100%;}.page_block10 .page_block_slide div.green_cover {position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 100;background: rgba(20,62,53,0.4);border-top-left-radius: 500px;border-bottom-left-radius: 500px;}.page_block10 .page_block_text_wrapper {float: left;width: 52%;box-sizing: border-box;padding-left: 10%;}.page_block10 .page_block_text_wrapper.mobile {display: none;}/* type 11/12/13: textblock */.page_block11, .page_block12, .page_block13 {padding: 75px 25px 50px 25px;box-sizing: border-box;}/* type 14: targets */.target_list {float: left;width: 100%;display: flex;justify-content: space-between;flex-wrap: wrap;}.target_list div.target {float: left;width: 30%;margin-bottom: 50px;}.target_list div.target img {float: left;width: 64%;margin: 0 18%;}.target_list div.target span {float: left;width: 100%;box-sizing: border-box;padding: 20px 15px;text-align: center;font-size: 25px;font-weight: 700;background: rgba(238,227,207,0.6);}/* type 15 (fundaments) */.fundament_list {float: left;width: 100%;margin-top: 85px;display: flex;justify-content: flex-start;flex-wrap: wrap;position: relative;z-index: 1;}.fundament_list div.fundament {float: left;width: 33.33%;box-sizing: border-box;background: #EEE3CF;border-right: 1px solid #FFF;position: relative;}.fundament_list div.fundament_icon {position: absolute;top: -65px;left: calc(50% - 65px);width: 130px;height: 130px;border-radius: 130px;background: #EEE3CF;display: flex;justify-content: center;align-items: center;}.fundament_list div.fundament_icon img {height: 75px;}.fundament_list div.fundament:nth-child(3) {border: 0;}.fundament_list div.fundament_text {float: left;width: 100%;color: #143E35;box-sizing: border-box;padding: 75px 50px 50px 50px;text-align: center;}.fundament_list div.fundament_text b {float: left;width: 100%;text-align: center;margin-bottom: 20px;font-size: 25px;}.page_block15 .white_bg {position: absolute;bottom: 0;left: 0;width: 100%;height: 125px;z-index: 0;background: #FFF;}/* type 16: cta newsletter */.page_block16 .wrapper {max-width: 100%;}.cta_wrapper {float: left;width: 100%;position: relative;}.cta_image {position: absolute;top: 0;right: 0;width: 45%;height: 100%;z-index: 100;background-size: cover !important;border-top-left-radius: 500px;border-bottom-left-radius: 500px;}.cta_image div.green_cover {position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 100;background: rgba(20,62,53,0.4);border-top-left-radius: 500px;border-bottom-left-radius: 500px;}.cta_text {float: left;width: 45%;padding: 50px 0;padding-left: 10%;box-sizing: border-box;}.cta_text .form {margin: 0;}.cta_text .form span.field {float: left;width: calc(100% - 200px);}.cta_text .form input.text {float: left;background: transparent;color: #EEE3CF;border: 1px solid #EEE3CF;border-radius: 50px;padding: 12px 15px;}.cta_text .form input.text::placeholder {color: #EEE3CF;}.cta_text .form button {float: left;margin: 0;margin-left: 10px;}/* type 22 (blog spotlight) */.page_block22 {padding-top: 0 !important;}.blog_spotlight {float: left;width: 100%;border: 0 !important;color: #143E35 !important;background: rgba(238,227,207,0.6);position: relative;}.blog_spotlight.no_bg {background: none;}.blog_spotlight .blog_spotlight_image {width: 40%;height: 100%;position: absolute;top: 0;left: 0;background-size: cover !important;-webkit-backface-visibility: hidden;}.blog_spotlight .blog_spotlight_image.contain {background-size: contain !important;}.blog_spotlight .blog_spotlight_image img {float: left;width: 100%;display: none;}.blog_spotlight .blog_spotlight_image .blog_spotlight_image_cover {position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 100;background: rgba(20,62,53,0.3);transition: all 0.2s;}.blog_spotlight:hover .blog_spotlight_image .blog_spotlight_image_cover {opacity: 0;}.blog_spotlight .blog_spotlight_image span.label {position: absolute;top: 25px;left: 25px;z-index: 100;font-size: 17px;font-weight: 700;line-height: 1em;color: #143E35;background: #FFF;padding: 12px 20px;border-radius: 50px;}.blog_spotlight .blog_spotlight_image div.extra_labels {position: absolute;bottom: 25px;left: 25px;z-index: 500;}.blog_spotlight .blog_spotlight_image div.extra_labels span {float: left;font-size: 17px;font-weight: 700;line-height: 1em;color: #FFF;padding: 12px 20px;border-radius: 50px;margin-right: 15px;}.blog_spotlight .blog_spotlight_image div.extra_labels span.for_sale {background: #62A744;}.blog_spotlight .blog_spotlight_image div.extra_labels span.for_rent {background: #DAAD28;}.blog_spotlight .blog_spotlight_info {float: right;width: calc(60% - 75px);box-sizing: border-box;padding: 25px 50px 50px 0;position: relative;}.blog_spotlight .blog_spotlight_info span.blog_spotlight_date {float: left;width: 100%;padding: 14px 0;border-bottom: 1px solid #FFF;font-size: 14px;display: flex;justify-content: flex-start;align-items: center;margin-bottom: 15px;}.blog_spotlight .blog_spotlight_info span.blog_spotlight_date img {width: 18px;margin-right: 10px;}.blog_spotlight .blog_spotlight_info strong {float: left;width: 100%;font-size: 23px;line-height: 1.25em;margin-bottom: 25px;}.blog_spotlight u {position: absolute;bottom: -20px;left: calc(40% + 75px);font-size: 18px;line-height: 1em;text-decoration: none;}.blog_spotlight u span {display: inline-block;box-sizing: border-box;color: #EEE3CF;background: #143E35;border: 0;font-size: 18px;line-height: 1.2em;padding: 14px 25px;padding-right: 50px;text-decoration: none;position: relative;border-radius: 100px;transition: all 0.2s;}.blog_spotlight u span:after {content: "";position: absolute;top: 0;right: 0;left: auto;bottom: auto;width: 30px;height: 100%;background: url("/_graphics/angle_right_beige.svg") center left no-repeat;background-size: 8px auto !important;transition: all 0.2s;}.blog_spotlight:hover u span {color: #143E35;background: #EEE3CF;}.blog_spotlight:hover u span:after {background: url("/_graphics/angle_right_darkgreen.svg") center left no-repeat;}/* type 19: partners (list) */.partner_list {float: left;width: 100%;display: flex;justify-content: center;flex-wrap: wrap;}.partner_list .partner {float: left;width: 20%;box-sizing: border-box;padding: 25px 30px;border: 1px solid #EEE3CF;margin-top: -1px;margin-left: -1px;display: flex;justify-content: center;align-items: center;}.partner_list .partner:hover img {transform: scale(1.05);}.partner_list .partner img {max-width: 80%;max-height: 100px;transition: all 0.2s;}/* blog: list */.blog_list {float: left;width: 100%;display: flex;justify-content: space-between;flex-wrap: wrap;}.blog_list .blog {float: left;width: 30%;border: 0 !important;color: #143E35 !important;background: rgba(238,227,207,0.6);margin-bottom: 75px;position: relative;}.blog_list .blog_dummy {float: left;width: 30%;}.blog_list .blog .blog_image {float: left;width: 100%;position: relative;background-size: cover !important;-webkit-backface-visibility: hidden;}.blog_list .blog .blog_image.contain {background-size: contain !important;}.blog_list .blog .blog_image img {float: left;width: 100%;}.blog_list .blog .blog_image .blog_image_cover {position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 100;background: rgba(20,62,53,0.3);transition: all 0.2s;}.blog_list .blog:hover .blog_image .blog_image_cover {opacity: 0;}.blog_list .blog .blog_image span.label {position: absolute;top: 25px;left: 25px;z-index: 100;font-size: 17px;font-weight: 700;line-height: 1em;color: #143E35;background: #FFF;padding: 12px 20px;border-radius: 50px;}.blog_list .blog .blog_image div.extra_labels {position: absolute;bottom: 25px;left: 25px;z-index: 500;}.blog_list .blog .blog_image div.extra_labels span {float: left;font-size: 17px;font-weight: 700;line-height: 1em;color: #FFF;padding: 12px 20px;border-radius: 50px;margin-right: 15px;}.blog_list .blog .blog_image div.extra_labels span.for_sale {background: #62A744;}.blog_list .blog .blog_image div.extra_labels span.for_rent {background: #DAAD28;}.blog_list .blog .blog_info {float: left;width: 100%;box-sizing: border-box;padding: 0 25px;padding-bottom: 50px;position: relative;}.blog_list .blog .blog_info span.blog_date {float: left;width: 100%;padding: 14px 0;border-bottom: 1px solid #FFF;font-size: 14px;display: flex;justify-content: flex-start;align-items: center;margin-bottom: 15px;}.blog_list .blog .blog_info span.blog_date img {width: 18px;margin-right: 10px;}.blog_list .blog .blog_info strong {float: left;width: 100%;font-size: 23px;line-height: 1.25em;margin-bottom: 25px;}.blog_list .blog:hover .blog_info strong {text-decoration: underline;}.blog_list .blog u {position: absolute;bottom: -20px;left: 0;width: 100%;font-size: 18px;line-height: 1em;text-decoration: none;text-align: center;}.blog_list .blog u span {display: inline-block;box-sizing: border-box;color: #EEE3CF;background: #143E35;border: 0;font-size: 18px;line-height: 1.2em;padding: 14px 25px;padding-right: 50px;text-decoration: none;position: relative;border-radius: 100px;transition: all 0.2s;}.blog_list .blog u span:after {content: "";position: absolute;top: 0;right: 0;left: auto;bottom: auto;width: 30px;height: 100%;background: url("/_graphics/angle_right_beige.svg") center left no-repeat;background-size: 8px auto !important;transition: all 0.2s;}.blog_list .blog:hover u span {color: #143E35;background: #EEE3CF;}.blog_list .blog:hover u span:after {background: url("/_graphics/angle_right_darkgreen.svg") center left no-repeat;}/* type 24: image gallery */.image_gallery {float: left;width: 100%;}.image_gallery .item {overflow: hidden;margin: 5px !important;}.image_gallery .item img {transition: all 0.3s ease;}.image_gallery .item:hover img { transform: scale(1.02);}/* type 28: contact form */.form_block {float: left;width: calc(50% - 5px);box-sizing: border-box;background: #FFF;padding: 40px;overflow: hidden;}.form_info_wrapper {float: right;box-sizing: border-box;width: calc(50% - 5px);overflow: hidden;}.contact_info_block {float: right;width: 100%;color: #EEE3CF;background: #143E35;margin-bottom: 10px;box-sizing: border-box;padding: 40px 50px;display: flex;justify-content: space-between;flex-wrap: wrap;position: relative;}.contact_info_block a {color: #EEE3CF;}.contact_info_block a:hover {color: #FFF;}.contact_info_block .left {width: 60%;}.contact_info_block .right {width: 40%;}.contact_info_block img.icon {width: 20px;margin-right: 10px;vertical-align: middle;}.contact_info_block div.hours {display: inline-flex;width: 100%;margin-top: 5px;}.contact_info_block div.hours b {font-weight: 400;}.contact_info_block div.hours b:first-of-type {width: 42px;}.national_number_wrapper {float: left;width: 100%;display: none;}.national_number_wrapper.active {display: block;}/* projects google maps */#projects_google_maps_canvas {float: left;width: 100%;height: 500px;margin-bottom: 50px;}/* google maps */.google_maps_block {float: right;width: 100%;margin-bottom: 10px;box-sizing: border-box;border: 1px solid #FFF;}#google_maps_canvas {float: left;width: 100%;height: 500px;}/* rent form */.rent_question {float: left;width: 100%;box-sizing: border-box;padding: 30px 60px;font-weight: 18px;font-weight: 700;background: rgba(238,227,207,0.6);}.rent_question.error {color: #E80000;}.rent_options {float: left;width: 100%;box-sizing: border-box;padding: 30px 60px;background: rgba(238,227,207,0.2);margin-bottom: 10px;padding-bottom: 0;}.rent_options input.radio {margin-right: 5px;}.rent_options .patrimony_map img.active {display: none;}span.rent_region_radio {width: 100%;display: none;}/* projects: list */.project_list {float: left;width: 100%;display: flex;justify-content: space-between;flex-wrap: wrap;}.project_list .project {float: left;width: 30%;border: 0 !important;color: #143E35 !important;background: rgba(238,227,207,0.6);margin-bottom: 75px;position: relative;}.project_list .project_dummy {float: left;width: 30%;}.project_list .project .project_image {float: left;width: 100%;position: relative;background-size: cover !important;-webkit-backface-visibility: hidden;}.project_list .project .project_image img {float: left;width: 100%;}.project_list .project .project_image .project_image_cover {position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 100;background: rgba(20,62,53,0.3);transition: all 0.2s;}.project_list .project:hover .project_image .project_image_cover {opacity: 0;}.project_list .project .project_image span.label {position: absolute;top: 25px;left: 25px;z-index: 100;font-size: 17px;font-weight: 700;line-height: 1em;color: #143E35;background: #FFF;padding: 12px 20px;border-radius: 50px;}.project_list .project .project_image span.letter {position: absolute;width: 36px;height: 36px;bottom: -18px;left: 25px;z-index: 500;font-size: 17px;font-weight: 700;line-height: 1em;color: #FFF;background: #DAAD28;display: flex;justify-content: center;align-items: center;border-radius: 50px;}/*.blog_list .blog .blog_image div.extra_labels {position: absolute;bottom: 25px;left: 25px;z-index: 500;}.blog_list .blog .blog_image div.extra_labels span {float: left;font-size: 17px;font-weight: 700;line-height: 1em;color: #FFF;padding: 12px 20px;border-radius: 50px;margin-right: 15px;}*/.project_list .project .project_info {float: left;width: 100%;box-sizing: border-box;padding: 25px;padding-top: 30px;padding-bottom: 50px;position: relative;}.project_list .project .project_info strong {float: left;width: 100%;font-size: 23px;line-height: 1.25em;margin-bottom: 25px;}.project_list .project:hover .project_info strong {text-decoration: underline;}.project_list .project u {position: absolute;bottom: -20px;left: 0;width: 100%;font-size: 18px;line-height: 1em;text-decoration: none;text-align: center;}.project_list .project u span {display: inline-block;box-sizing: border-box;color: #EEE3CF;background: #143E35;border: 0;font-size: 18px;line-height: 1.2em;padding: 14px 25px;padding-right: 50px;text-decoration: none;position: relative;border-radius: 100px;transition: all 0.2s;}.project_list .project u span:after {content: "";position: absolute;top: 0;right: 0;left: auto;bottom: auto;width: 30px;height: 100%;background: url("/_graphics/angle_right_beige.svg") center left no-repeat;background-size: 8px auto !important;transition: all 0.2s;}.project_list .project:hover u span {color: #143E35;background: #EEE3CF;}.project_list .project:hover u span:after {background: url("/_graphics/angle_right_darkgreen.svg") center left no-repeat;}/* project page */.project_intro {float: left;width: 100%;}.project_intro_text {float: left;width: 45%;}.project_intro_image {float: right;width: 50%;background-size: cover !important;-webkit-backface-visibility: hidden;position: relative;}.project_intro_image img {float: left;width: 100%;}.project_intro_image span.label {position: absolute;top: 25px;left: 25px;z-index: 100;font-size: 17px;font-weight: 700;line-height: 1em;color: #143E35;background: #FFF;padding: 12px 20px;border-radius: 50px;}/* type 33: tenders (list) */.tender_list {float: left;width: 100%;margin-bottom: 75px;}.tender_list a {float: left;width: 100%;box-sizing: border-box;padding: 30px 60px;padding-right: 100px;text-decoration: none !important;color: #143E35;background: rgba(238,227,207,0.6);margin-bottom: 10px;position: relative;transition: all 0.2s;}.tender_list a strong {float: left;width: 100%;margin-bottom: 5px;}.tender_list a:after {content: "";position: absolute;top: 0;right: 0;z-index: 100;width: 60px;height: 100%;display: flex;justify-content: center;align-items: center;background: url("/_graphics/angle_right_darkgreen.svg") center left no-repeat;background-size: 8px auto;}.tender_list a:hover {background: rgba(238,227,207,1);}/* filter */.filter {float: left;width: 100%;margin-bottom: 30px;}.filter a {float: left;margin-right: 20px;margin-bottom: 20px;text-decoration: none;color: #143E35;border: 1px solid #143E35 !important;font-size: 17px;padding: 12px 20px;transition: all 0.2s;}.filter a:hover {color: #EEE3CF !important;background: #143E35;border: 1px solid #143E35 !important;}.filter a.active {color: #EEE3CF !important;background: #143E35;border: 1px solid #143E35 !important;}/* paging.paging {float: left;width: 100%;font-size: 14px;padding: 25px 0;margin-bottom: 25px;text-align: left;}.paging a {float: left;width: 50px;height: 50px;box-sizing: border-box;display: flex;justify-content: center;align-items: center;margin-right: 15px;margin-bottom: 15px;text-decoration: none;color: #143E35;background: rgba(113,132,115,0.05);border-radius: 50px;border: 1px solid rgba(113,132,115,0.05) !important;font-size: 14px;text-transform: uppercase;letter-spacing: 0.1em;transition: all 0.2s;}.paging a:hover {color: #143E35 !important;background: rgba(113,132,115,0.2);border: 1px solid #143E35 !important;}.paging span {float: left;width: 50px;height: 50px;box-sizing: border-box;display: flex;justify-content: center;align-items: center;margin-right: 15px;margin-bottom: 15px;text-decoration: none;color: #EEE3CF !important;background: rgba(113,132,115,1);border-radius: 50px;border: 1px solid #143E35 !important;font-size: 14px;text-transform: uppercase;letter-spacing: 0.1em;transition: all 0.2s;}.paging span.nobg {background: none;padding: 5px;font-size: 1.1em;}.paging a.arrow {width: 25px;color: #143E35;background: none;border: 0 !important;}.paging a.arrow:hover {color: #143E35 !important;}/* item page (product / blog): intro */.item_intro {float: left;width: 100%;padding-top: 125px;}.item_intro_text {float: left;width: 60%;padding-right: 7.5%;padding-bottom: 75px;box-sizing: border-box;}.item_intro_image {float: right;width: 40%;background-size: cover !important;position: relative;}.item_intro_image img {float: left;width: 100%;}.item_intro_image span.label {position: absolute;top: 5px;left: 5px;z-index: 100;font-size: 15px;line-height: 1em;letter-spacing: 0.2em;text-transform: uppercase;color: #EEE3CF;padding: 13px 20px;}.item_intro_image span.label.new {background: #143E35;}.item_intro_image span.label.full {background: #B6814F;}.item_intro_text b.type {float: left;width: 100%;color: #EEE3CF;font-family: "Poppins";font-weight: 700;font-size: 15px;letter-spacing: 0.2em;padding-bottom: 15px;margin-bottom: 25px;border-bottom: 1px solid #EEE3CF;text-transform: uppercase;position: relative;}.item_intro_text b.type em {float: right;font-style: normal;}.item_intro_text b.date {float: left;width: 100%;margin-top: -5px;margin-bottom: 25px;font-size: 15px;font-weight: normal;letter-spacing: 0.2em;color: #FFF;text-transform: uppercase;}.item_intro_text span.price {float: left;width: 100%;margin-bottom: 25px;font-size: 24px;font-family: "Poppins";font-weight: 700;}.item_intro_text span.price em {font-style: normal;}.content b.date {float: left;width: 100%;margin-top: -5px;margin-bottom: 25px;font-size: 15px;font-weight: normal;letter-spacing: 0.2em;text-transform: uppercase;}/* type 31: project map + list */img.project_map {float: left;width: 100%;margin-bottom: 50px;}/* type 34: patrimony map */.patrimony_map_info {float: left;width: 100%;margin-top: 25px;}.patrimony_map {float: left;width: 100%;position: relative;margin-bottom: 50px;}.patrimony_map img.empty_map {float: left;width: 100%;}.patrimony_map a {position: absolute;z-index: 100;}.patrimony_map a img {width: 100%;-webkit-backface-visibility: hidden;transition: all 0.1s;}.patrimony_map a:hover img {transform: scale(1.05);}.patrimony_map a.waasmunster {width: 118px;left: 413px;top: 46px;}.patrimony_map a.elversele {width: 87px;left: 649px;top: 35px;}.patrimony_map a.tielrode {width: 87px;left: 731px;top: 0px;}.patrimony_map a.zele-durmen {width: 82px;left: 267px;top: 240px;}.patrimony_map a.zele-centrum {width: 121px;left: 196px;top: 320px;}.patrimony_map a.zele-heikant {width: 80px;left: 56px;top: 365px;}.patrimony_map a.zele-avermaat {width: 84px;left: 248px;top: 445px;}.patrimony_map a.hamme-sintanna {width: 81px;left: 474px;top: 202px;}.patrimony_map a.hamme-zogge {width: 73px;left: 451px;top: 299px;}.patrimony_map a.hamme-moerzeke {width: 80px;left: 677px;top: 348px;}.patrimony_map a.hamme-centrum {width: 121px;left: 614px;top: 175px;}.patrimony_map a.hamme-kastel {width: 81px;left: 756px;top: 462px;}.patrimony_map a.grembergen {width: 109px;left: 484px;top: 426px;}.patrimony_map a.buggenhout {width: 120px;left: 839px;top: 599px;}.patrimony_links {float: left;width: 100%;padding-top: 25px;display: none;}.patrimony_link_list {float: left;width: 100%;margin-bottom: 75px;}.patrimony_link_list a {float: left;width: 100%;box-sizing: border-box;padding: 20px 30px;padding-right: 75px;text-decoration: none !important;color: #143E35;background: rgba(238,227,207,0.6);margin-bottom: 10px;position: relative;transition: all 0.2s;}.patrimony_link_list a:after {content: "";position: absolute;top: 0;right: 0;z-index: 100;width: 35px;height: 100%;display: flex;justify-content: center;align-items: center;background: url("/_graphics/angle_right_darkgreen.svg") center left no-repeat;background-size: 8px auto;}.patrimony_link_list a:hover {background: rgba(238,227,207,1);}.patrimony_link_list a.active {background: rgba(238,227,207,1);}/* type 37: team */.team_list {float: right;width: 610px;display: flex;justify-content: flex-start;flex-wrap: wrap;}.team_list.center {float: left;width: 100%;justify-content: center;}.team_list .team {width: 170px;margin-right: 50px;margin-bottom: 50px;}.team_list .team:nth-child(3), .team_list .team:nth-child(6), .team_list .team:nth-child(9) {margin-right: 0;}.team_list.center .team {margin-left: 25px !important;margin-right: 25px !important;}.team_list .team_image {float: left;width: 100%;background-size: cover !important;margin-bottom: 20px;border-radius: 250px;}.team_list .team_image img {float: left;width: 100%;}.team_list .team_info {float: left;width: 100%;text-align: center;}.team_list .team_info span {font-size: 16px;}.team_text {float: left;width: calc(100% - 700px);}/* type 38: history */.history_wrapper {float: left;width: 100%;position: relative;padding-top: 75px;}.history_wrapper:before {content: "";position: absolute;width: 5px;height: 100%;left: calc(50% - 2px);top: 0;z-index: 0;background: #143E35;}.history_row {float: left;width: 100%;position: relative;margin-bottom: 50px;}.history_row div.year {position: absolute;top: 20px;left: calc(50% - 80px);z-index: 100;width: 160px;height: 90px;box-sizing: border-box;border: 5px solid #143E35;color: #EEE3CF;background: #143E35;border-radius: 100px;display: flex;justify-content: center;align-items: center;font-size: 40px;font-weight: 500;}.history_row div.year.empty {color: #143E35;background: #FAF7F2;}.history_row div.year.right {border-top-right-radius: 0;}.history_row div.year.left {border-top-left-radius: 0;}.history_row div.year_logo {position: absolute;z-index: 50;top: 20px;left: 50%;width: 250px;height: 90px;display: flex;justify-content: flex-start;align-items: center;background: #FFF;border-radius: 50px;}.history_row div.year_logo img {height: 70px;}.history_row div.year_logo.right {justify-content: flex-end;}.history_row div.year_logo.left {left: calc(50% - 250px);}.history_row div.year_logo.right img {margin-right: 40px;}.history_row div.year_logo.left img {margin-left: 40px;}.history_text {width: calc(50% - 115px);box-sizing: border-box;}.history_text.left {float: left;text-align: right;}.history_text.right {float: right;}.history_text.center {text-align: center;width: 100%;background: #FAF7F2;border-top: 5px solid #143E35;border-bottom: 5px solid #143E35;padding-top: 30px;padding-bottom: 5px;}img.history_logo {float: left;width: 550px;margin-left: calc(50% - 275px);}/* type 40: small slider + text */.page_block40 .page_block_slider {float: left;width: 300px;}.page_block40 .page_block_slide {float: left;width: 100%;background-size: cover !important;}.page_block40 .page_block_slide img {float: left;width: 100%;}.page_block40 .page_block_text_wrapper {float: right;width: calc(100% - 400px);box-sizing: border-box;}/* type 41: text + small slider */.page_block41 .page_block_slider {float: right;width: 300px;}.page_block41 .page_block_slide {float: left;width: 100%;background-size: cover !important;}.page_block41 .page_block_slide img {float: left;width: 100%;}.page_block41 .page_block_text_wrapper {float: left;width: calc(100% - 425px);box-sizing: border-box;}.page_block41 .page_block_text_wrapper.mobile {display: none;}/* type 45: faq */.faq_list {float: left;width: 100%;}.faq_list a.question {float: left;width: 100%;box-sizing: border-box;padding: 20px 30px;padding-right: 75px;text-decoration: none !important;color: #143E35;background: rgba(238,227,207,0.6);position: relative;transition: all 0.2s;font-size: 18px;font-weight: 700;}.faq_list a.question:hover {background: rgba(238,227,207,1); }.faq_list a.question.active {background: rgba(238,227,207,1); }.faq_list a.question:after { content: "";position: absolute;top: 0;right: 0;z-index: 100;width: 35px;height: 100%;display: flex;justify-content: center;align-items: center;background: url("/_graphics/angle_right_darkgreen.svg") center left no-repeat;background-size: 8px auto;}.faq_list a.question.active:after { background: url("/_graphics/angle_down_darkgreen.svg") center left no-repeat;background-size: auto 8px;}.faq_list div.answer {float: left;width: 100%;box-sizing: border-box;padding: 30px 50px;padding-bottom: 10px;background: rgba(238,227,207,0.2); display: none;}.faq_list div.answer hr {margin-bottom: 20px;}/* search results */.search_result {float: left;width: 100%;box-sizing: border-box;padding: 25px;text-decoration: none;border: 0 !important;background: rgba(238,227,207,0.4);margin-bottom: 20px;}.search_result:nth-child(even) {background: rgba(239,227,206,0.2);}.search_result:hover {background: rgba(239,227,206,0.6);}.search_result .search_text {float: left;width: 100%;}.search_result strong {float: left;width: 100%;font-weight: 700;font-size: 18px;margin-bottom: 10px;color: #143E35;}.search_result p {float: left;width: 100%;margin-bottom: 5px;}.search_result u {float: left;width: 100%;font-size: 13px;display: none;}/* form */.form {float: left;width: 100%;overflow: hidden;}/* form labels */.form span.label, .form span.hint {float: left;width: 100%;text-align: left;font-size: 18px;font-weight: 700;}.form span.hint {font-size: 14px;font-weight: 400;color: #143E35;margin-bottom: 15px;}.form span.label {margin-bottom: 2px;padding-top: 5px;margin: 5px 0;}.form span.label.error {color: #E80000;}.form span.checkbox.error {color: #E80000;}.form .checkbox.error {color: #E80000;}.form span.label b {color: #999;}.form span.label.error b {color: #E80000;}.ajax_select_block {float: left;width: 100%;}/* form fields */.form span.field {float: left;width: 100%;}.form input.text {float: left;width: 100%;box-sizing: border-box;background: #FAF7F2;padding: 15px;color: #143E35;font-family: "Poppins";font-size: 18px;outline: none;margin-bottom: 10px;}.form input.text::placeholder {color: #143E35;}.form textarea {float: left;width: 100%;box-sizing: border-box;height: 100px;background: #FAF7F2;padding: 15px;margin-top: 3px;margin-bottom: 10px;color: #143E35;font-family: "Poppins";font-size: 18px;outline: none;margin-bottom: 10px;}.select_wrapper {float: left;width: 100%;position: relative;margin-bottom: 10px;}.select_wrapper:after {content: "\f107";font-family: "Font Awesome 5 Pro";font-weight: 600; font-size: 16px;color: #143E35;right: 0;top: 0;width: 30px;height: 100%;padding: 0;position: absolute;pointer-events: none;line-height: 15px;background: none;display: flex;align-items: center;}.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: #143E35;background: #FAF7F2;padding: 17px 40px 17px 15px;border: 0;font-family: "Poppins";font-size: 18px;line-height: 1.4em;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);font-size: 14px;line-height: 1.3em;}.form .checkbox.error span.checkbox_text {color: #E80000;}.form span.checkbox b {display: none;}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: 35px;font-weight: 300;line-height: 1.2em;margin-top: 10px;margin-bottom: 15px;}div.file_block {float: left;width: 100%;margin-top: 10px;display: none;}a.add_file_link {font-size: 14px;display: inline-block;margin-top: 15px;margin-bottom: 15px;}span.session_file_upload {float: left;width: 100%;font-size: 15px;margin-bottom: 7px;}.form p.small {color: #143E35;font-size: 14px;line-height: 1.4em;}.form p.small a {color: #143E35;}.form p.small a:hover {color: #143E35;}div.radio_wrapper {float: left;width: 100%;margin-bottom: 20px;line-height: 1.7em;}div.radio_wrapper.error {color: #E80000;}label {cursor: pointer;}/* form */input[type=text], textarea {-webkit-appearance: none;-moz-appearance: none;appearance: none; }span.select_time {float: left;width: 100%;box-sizing: border-box;white-space: nowrap;padding: 10px 0;border-bottom: 1px solid #eee;text-align: left;}/* feedback */div.feedback {float: left;width: 100%;box-sizing: border-box;z-index: 10;padding: 50px 25px;line-height: 1.3em;font-weight: normal;text-align: center;position: relative;z-index: 50;color: #fff;background: #62A744;}div.feedback.error {background: #E80000;}div.feedback a {color: #fff;text-decoration: none;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;}/* button */.form button::-moz-focus-inner { border: 0;padding: 0;}.form button {display: inline-block;box-sizing: border-box;color: #EEE3CF;background: #143E35;border: 0;font-size: 18px;line-height: 1.2em;padding: 14px 25px;padding-right: 50px;text-decoration: none;position: relative;border-radius: 100px;transition: all 0.2s;margin-top: 10px;margin-bottom: 10px;margin-right: 5px;}.form button:after {content: "";position: absolute;top: 0;right: 0;left: auto;bottom: auto;width: 30px;height: 100%;background: url("/_graphics/angle_right_beige.svg") center left no-repeat;background-size: 8px auto !important;transition: all 0.2s;}.form button:hover {color: #143E35;background: #EEE3CF;}.form button:hover:after {background: url("/_graphics/angle_right_darkgreen.svg") center left no-repeat;}/* sitemap */ul#sitemap {font-size: 17px;}ul#sitemap li ul {list-style-type: disc;margin-top: 5px;padding-left: 15px;}ul#sitemap li ul li {font-size: 16px;}/* footer */.footer {float: left;width: 100%;position: relative;box-sizing: border-box;background: #143E35;padding: 100px 0 50px 0;}.footer img.logo_icon {float: left;height: 75px;margin-top: -25px;}.footer hr.spacer {float: left;width: 100%;border-bottom: 0;margin-bottom: 15px;}/* footer blocks */.footer_blocks {float: right;width: calc(100% - 125px);box-sizing: border-box;display: flex;justify-content: space-between;flex-wrap: wrap;font-size: 17px;line-height: 1.9em;}.footer_block {width: 30%;color: #EEE3CF;}.footer_block1 {width: 40%;}.footer_block a {color: #EEE3CF;}.footer_block a:hover {color: #FFF;}.footer_block b {float: left;width: 100%;font-size: 18px;font-weight: 700;margin-bottom: 25px;}.footer_block img.icon {width: 18px;vertical-align: middle;margin-right: 10px;}/* copyrights */.copyrights {float: left;width: 100%;box-sizing: border-box;padding: 30px;font-size: 14px;line-height: 1.6em;color: rgba(238,227,207,0.7);border-top: 1px solid rgba(238,227,207,0.5);text-align: center;background: #143E35;}.copyrights a {color: rgba(238,227,207,0.75);text-decoration: none;border: 0;}.copyrights a:hover {color: rgba(238,227,207,1);}/* footer: partners */.footer_partners {float: left;width: 100%;text-align: center;padding: 50px 0;}.footer_partners img {vertical-align: top;margin: 0 35px;height: 50px;transition: all 0.2s;}.footer_partners img:hover {transform: scale(1.05);}/* 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: #EEE3CF;background: #143E35;width: 100%;padding: 25px 25px;font-size: 15px;line-height: 1.5em;transition: bottom 1s;}.accept_cookies strong {float: left;width: 100%;font-size: 22px;margin-bottom: 10px;}.accept_cookies a {color: #EEE3CF;white-space: nowrap;transition: color 0.1s, background 0.1s;}.accept_cookies a:hover {color: #FFF;}.accept_cookies a.accept_cookies_button {float: left;color: #143E35;background: #EEE3CF;padding: 6px 10px;text-decoration: none;border-radius: 20px;margin-right: 15px;}.accept_cookies a.accept_cookies_button:hover {background: #FFF;}.accept_cookies a.accept_cookies_link {float: left;margin-top: 6px;}/* popup */.popup_wrapper {position: fixed;top: 0;left: 0;z-index: 50000;width: 100%;height: 100%;background: rgba(20,62,53,0.8);display: flex;justify-content: center;align-items: center;transition: all 0.3s;}.popup {float: left;width: 525px;max-width: 90%;box-sizing: border-box;background: #FAF7F2;text-align: left;box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);}a.close_popup {position: absolute;top: 15px;right: 20px;z-index: 100;font-size: 16px;color: #143E35 !important;border: 0 !important;}a.close_popup:hover {color: #000 !important;}.popup_text {float: left;width: 100%;box-sizing: border-box;font-size: 17px;line-height: 1.75em;padding: 50px 40px;padding-bottom: 25px;position: relative;}.popup_text h2 {font-weight: 500;font-size: 30px;}.popup_text p {margin-bottom: 25px;}.popup img.logos {float: left;width: 100%;}/* recaptcha */.grecaptcha-badge {opacity: 0 !important;visibility: hidden !important;}/* 1760px */@media all and (max-width: 110em) { }/* 1600px */@media all and (max-width: 100em) { }/* 1520px */@media all and (max-width: 95em) { .page_block16 .wrapper {width: 100%;max-width: 100%;}.cta_text {padding-left: 50px;}}/* 1440px */@media all and (max-width: 90em) { .wrapper {width: 94%;}.page_block9 .wrapper {width: 100%;}.page_block9 .page_block_slider {width: 40%;}.page_block9 .page_block_text_wrapper {padding-right: 50px;}.page_block10 .wrapper {width: 100%;}.page_block10 .page_block_slider {width: 40%;}.page_block10 .page_block_text_wrapper {padding-left: 50px;}}/* 1360px */@media all and (max-width: 85em) { }/* 1280px */@media all and (max-width: 80em) { .wrapper1200 {width: 92%;}.logo {height: 60px;}ul.nav {width: calc(100% - 350px);}ul.nav li {margin-left: 40px;}.sticky_nav ul.nav.general li {margin-left: 40px;}.controls {margin-top: 0;width: calc(100% - 350px);margin-bottom: 35px;}.home ul.nav {margin-top: 5px;}.home .controls {top: 75px;}ul.nav.categories li {width: 24%;}div.feedback {padding: 60px 25px 25px 25px;}.contact_info_block .left, .contact_info_block .right {width: 100%;}.contact_info_block .left.margin {margin-bottom: 25px;}#google_maps_canvas {height: 400px;}}/* 1200px */@media all and (max-width: 75em) { .wrapper1120 {width: 92%;}ul.page_block_nav li a {font-size: 18px;}.page_block1 .subnav_rollover {top: 70px !important;}.page_block1 .page_block_slide {height: 450px;}.target_list div.target span {font-size: 20px;}.rent_options .patrimony_map {display: none;}span.rent_region_radio {display: inline;}p.rent_region_map_intro {display: none;}br.rent_region_clear {display: none;}}/* 1120px */@media all and (max-width: 70em) { .wrapper1040 {width: 92%;}.team_text {width: 100%;margin-top: -25px;margin-bottom: 50px;text-align: center;}.team_text ul {list-style-type: none;}.team_list {width: 100%;justify-content: center;}.team_list .team {margin-left: 25px !important;margin-right: 25px !important;margin-bottom: 40px;}}/* 1040px */@media all and (max-width: 65em) { .wrapper960 {width: 92%;}.header {padding: 30px 0 !important;}.hamburger {display: block !important;}.controls {display: none;}.mobile_controls {display: block;}ul.nav.categories {display: none !important;}ul.nav {display: none;width: 100%;margin: 0;margin-top: 20px !important;}ul.nav li {float: left;width: 100%;padding: 0;margin: 0;}ul.nav li a {float: left;width: 100%;box-sizing: border-box;border: 0 !important;padding: 20px 20px;font-size: 18px;text-transform: none;border-top: 1px solid #FFF !important;}ul.nav li a img.subnav_rollover_indicator {display: none;}ul.nav li a span:after {display: none !important;}ul.nav li:first-child a {border-top: 0 !important;}ul.nav li a img.subnav_rollover_indicator {display: none;}ul.nav li a img.subnav_rollover_toggle {position: absolute;right: 0; z-index: 100;padding: 20px 20px;transform: rotate(-90deg);transition: all 0.2s;display: block;margin: 0;}ul.nav li a img.subnav_rollover_toggle.active {transform: rotate(0);}ul.nav li.mobile_links {display: block;}.subnav_rollover {float: left;position: relative;top: 0;left: 0;width: 100%;visibility: visible;opacity: 1;display: none;padding: 0;border: 0 !important;}.subnav_rollover_active {display: block;}ul.nav li .subnav_rollover a {font-size: 16px;padding: 20px 20px;margin: 0;border-bottom: 1px solid #EEE3CF !important;}ul.nav li.hidden {display: block !important;}ul.nav li .subnav_rollover a.selected img {display: none !important;}.sticky_nav {width: auto;right: 0;left: auto;box-sizing: border-box;padding: 15px;}.sticky_nav .wrapper {width: 100%;}.sticky_nav img.sticky_nav_logo {display: none;}.sticky_nav ul.nav {display: none !important;}.sticky_nav_hamburger {display: block;}.sticky_nav_controls a {margin-left: 20px;}.sticky_nav_controls a.search {margin-left: 5px;}.footer {padding: 50px 20px;}.footer img.logo_icon {display: none;}.footer_blocks {width: 100%;}.page_block1 p {margin: 0;}.mobile_category_links {display: flex;}.page_block1 .page_block_slide {height: 375px;}.page_block1_text {font-size: 20px;}.page_block1_text br {display: none;}.page_block2, .page_block3 {padding: 100px 0 50px 0;}.project_list .project {width: 48%;}.project_list .project_dummy {display: none;}.target_list div.target span {font-size: 18px;padding: 15px;}.fundament_list div.fundament_text {padding: 75px 30px 50px 30px;}.fundament_list div.fundament_text b {margin-bottom: 15px;font-size: 20px;}.content a.anchor_link {top: 0;}.patrimony_map_info {display: none;}.patrimony_map {display: none;}.patrimony_links {display: block;}.cta_text .form span.field {width: 100%;}.cta_text .form button {margin: 5px 0 0 0;}.mobile_search_form {display: block;}}/* 960px */@media all and (max-width: 60em) { .wrapper880 {width: 90%;}.footer_block1 {width: 100%;margin-bottom: 40px;}.footer_block2,.footer_block3 {width: 50%;}.content h1, .content h2 {font-size: 35px;}.content h3 {font-size: 25px;}.page_block7 {padding-top: 30px;padding-bottom: 5px;padding-left: 15px;padding-right: 15px;}.page_block8 {padding-top: 75px;padding-bottom: 50px;}.intro_wrapper {padding-left: 20%;padding-right: 10%;}.crumb {top: -60px;}.page_block40 .page_block_text_wrapper, .page_block41 .page_block_text_wrapper {width: calc(100% - 375px);}}/* 880px */@media all and (max-width: 55em) { .blog_spotlight .blog_spotlight_image {float: left;width: 100%;height: auto;position: relative;}.blog_spotlight .blog_spotlight_image img {display: block;}.blog_spotlight .blog_spotlight_info {float: left;width: 100%;padding: 25px 50px 50px 50px;}.blog_spotlight u {left: 50px;}.target_list div.target {width: 47%;}.history_wrapper:before {left: 20px;}.history_row div.year {float: left;position: relative;top: 0;left: 0;border-radius: 50px !important;border-top-left-radius: 0 !important;margin-bottom: 25px;}.history_row div.year_logo {top: 0;left: 80px !important;justify-content: center !important;}.history_row div.year_logo img {margin: 0 0 0 55px !important;}.history_text {float: left !important;width: 100%;text-align: left !important;padding-left: 60px !important;}.history_row.special .wrapper640 {width: calc(100% - 20px);max-width: 100%;margin-left: 20px;}.history_row.last, .history_row.last div.year {margin-bottom: -30px;}img.history_logo {width: 350px;margin-top: 20px;margin-left: 15px;}#projects_google_maps_canvas {height: 400px;}}/* 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_block2, .page_block3 {box-sizing: border-box;padding-left: 20px;padding-right: 20px;}.page_block_title { width: 100% !important; text-align: left !important;}.page_block_text {width: 100% !important;}.page_block4, .page_block5, .page_block6 {padding-left: 20px;padding-right: 20px;}.intro_wrapper {padding-left: 10%;padding-right: 10%;}.page_block9 .page_block_slider {width: 90%;margin-top: 0;margin-bottom: 75px;}.page_block9 .page_block_text_wrapper {width: 100%;padding: 0 30px;}.page_block10 .page_block_slider {width: 90%;margin-top: 0;margin-bottom: 75px;}.page_block10 .page_block_text_wrapper {width: 100%;padding: 0 30px;display: none;}.page_block10 .page_block_text_wrapper.mobile {display: block;}.crumb.blog {padding: 20px 0;}.project.blog {padding: 20px 0;}.fundament_list {margin-top: 25px;}.fundament_list div.fundament {width: 100%;border-right: 0;margin-bottom: 25px;}.fundament_list div.fundament_icon {display: none;}.fundament_list div.fundament_text {padding: 30px;}.faq_list div.answer {padding: 30px;padding-bottom: 10px;}.form_block {width: 100%;margin-bottom: 10px;padding: 20px;}.contact_info_block {width: 100%;}.google_maps_block {width: 100%;}.cta_text {width: 100%;padding-right: 50px;}.cta_image {display: none;}.form_info_wrapper {width: 100%;}}/* 720px */@media all and (max-width: 45em) { .wrapper640 {width: 88%;}.text {padding: 50px 0 25px 0;}div.feedback {padding: 50px 25px 25px 25px;}.project_intro_image {width: 100%;margin-bottom: 25px;}.project_intro_text {width: 100%;}.content table.specs td {padding: 4px 5px;}.partner_list .partner {width: 33.33%;}.tender_list {margin-bottom: 50px;}.tender_list a {padding: 25px 40px;padding-right: 80px;}.tender_list a:after {width: 40px;}.page_block40 .page_block_slider {width: 100%;margin-top: 0;margin-bottom: 75px;}.page_block40 .page_block_text_wrapper {width: 100%;padding: 0 20px;}.page_block41 .page_block_slider {width: 100%;margin-top: 0;margin-bottom: 75px;}.page_block41 .page_block_text_wrapper {width: 100%;padding: 0 20px;display: none;}.page_block41 .page_block_text_wrapper.mobile {display: block;}.mobile_search_form {margin-top: -20px;margin-bottom: 30px;}#projects_google_maps_canvas {height: 300px;margin-bottom: 40px;}}/* 640px */@media all and (max-width: 40em) { .wrapper {width: 92%;}.wrapper560 {width: 90%;}.page_block1 .page_block_slider {width: 90%;}.page_block1_text {float: left;position: relative;width: 100%;height: auto;padding: 50px 30px;}.filter a {margin-right: 10px;margin-bottom: 10px;font-size: 13px;padding: 10px 15px;}.blog_list .blog {width: 100%;margin-bottom: 50px;}.blog_list .blog .blog_image span.label {top: 20px;left: 20px;font-size: 15px;padding: 10px 20px;}.blog_list .blog .blog_image div.extra_labels {bottom: 20px;left: 20px;}.blog_list .blog .blog_image div.extra_labels span {font-size: 15px;padding: 10px 20px;}.project_list .project {width: 100%;margin-bottom: 50px;}.project_list .project .project_image span.label {top: 20px;left: 20px;font-size: 15px;padding: 10px 20px;}.footer_partners {padding: 40px 0;}.footer_partners img {margin: 0 20px;height: 40px;}.rent_question {padding: 25px 25px;}.rent_options {padding: 25px 25px;padding-bottom: 0;}}/* 560px */@media all and (max-width: 35em) { .header {padding: 25px 0 !important;}.logo {height: 40px;}.hamburger {margin-top: 8px !important;}.mobile_controls {margin-top: 9px;margin-right: 25px;}.mobile_controls a img {width: 20px;}.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;}.mobile_category_links a {width: 100%;margin: 8px 0;}.content h1, .content h2 {font-size: 30px;}.content h3 {font-size: 22px;}.content h4 {font-size: 20px;}.page_block8 {padding-top: 50px;padding-bottom: 25px;}.intro_wrapper {padding-left: 5%;padding-right: 5%;}.crumb {top: -35px;}.page_block11, .page_block12, .page_block13 {padding: 50px 20px 25px 20px;}.content div.text_frame {padding: 25px;padding-bottom: 0;margin-top: 10px;margin-bottom: 20px;}div.feedback {padding: 40px 20px 20px 20px;}.blog_spotlight .blog_spotlight_info {padding: 20px 20px 40px 20px;}.blog_spotlight u {left: 30px;}.target_list div.target {margin-bottom: 30px;}.target_list div.target span {font-size: 15px;}#google_maps_canvas {height: 300px;}.contact_info_block {padding: 30px;}.team_text {margin-bottom: 25px;}.team_list .team, .team_list.center .team {width: 40%;margin-left: 5% !important;margin-right: 5% !important;}.team_list .team_info {font-size: 16px;}.team_list .team_info span {font-size: 14px;}.accept_cookies a.accept_cookies_link {width: 100%;margin-top: 6px;}}/* 480px */@media all and (max-width: 30em) { .mobile_controls {display: none;}.popup_text {font-size: 16px;padding: 40px 30px;padding-bottom: 20px;}.popup_text h2 {font-size: 25px;}.page_block2, .page_block3 {padding-top: 50px;padding-bottom: 25px;padding-left: 15px;padding-right: 15px;}.page_block4, .page_block5, .page_block6 {padding-top: 40px;padding-bottom: 25px;padding-left: 15px;padding-right: 15px;}.blog_spotlight .blog_spotlight_info strong {font-size: 22px;}.blog_list .blog .blog_info strong {font-size: 22px;}.project_list .project .project_info strong {font-size: 22px;}.footer_partners {padding: 25px 0;}.footer_partners img {margin: 0 15px;height: 30px;}.tender_list a {padding: 25px;padding-right: 50px;}.tender_list a:after {width: 35px;}.cta_text {padding: 40px;}}/* 400px */@media all and (max-width: 25em) { .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;}.footer {padding: 40px 0 40px 20px;}.footer_blocks {font-size: 15px;}img.history_logo {width: 275px;}#projects_google_maps_canvas {height: 250px;margin-bottom: 25px;}}/* 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: 45px;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: 40px;height: 4px;background-color: #143E35;border-radius: 4px;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)}@charset "UTF-8";/*! * animate.css - https://animate.style/ * Version - 4.1.1 * Licensed under the MIT license - https://opensource.org/licenses/MIT * * Copyright (c) 2021 Animate.css */:root { --animate-duration: 1s; --animate-delay: 1s; --animate-repeat: 1;}.animate__animated { -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-duration: var(--animate-duration); animation-duration: var(--animate-duration); -webkit-animation-fill-mode: both; animation-fill-mode: both;}.animate__animated.animate__infinite { -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite;}.animate__animated.animate__repeat-1 { -webkit-animation-iteration-count: 1; animation-iteration-count: 1; -webkit-animation-iteration-count: var(--animate-repeat); animation-iteration-count: var(--animate-repeat);}.animate__animated.animate__repeat-2 { -webkit-animation-iteration-count: calc(1 * 2); animation-iteration-count: calc(1 * 2); -webkit-animation-iteration-count: calc(var(--animate-repeat) * 2); animation-iteration-count: calc(var(--animate-repeat) * 2);}.animate__animated.animate__repeat-3 { -webkit-animation-iteration-count: calc(1 * 3); animation-iteration-count: calc(1 * 3); -webkit-animation-iteration-count: calc(var(--animate-repeat) * 3); animation-iteration-count: calc(var(--animate-repeat) * 3);}.animate__animated.animate__delay-1s { -webkit-animation-delay: 1s; animation-delay: 1s; -webkit-animation-delay: var(--animate-delay); animation-delay: var(--animate-delay);}.animate__animated.animate__delay-2s { -webkit-animation-delay: calc(1s * 2); animation-delay: calc(1s * 2); -webkit-animation-delay: calc(var(--animate-delay) * 2); animation-delay: calc(var(--animate-delay) * 2);}.animate__animated.animate__delay-3s { -webkit-animation-delay: calc(1s * 3); animation-delay: calc(1s * 3); -webkit-animation-delay: calc(var(--animate-delay) * 3); animation-delay: calc(var(--animate-delay) * 3);}.animate__animated.animate__delay-4s { -webkit-animation-delay: calc(1s * 4); animation-delay: calc(1s * 4); -webkit-animation-delay: calc(var(--animate-delay) * 4); animation-delay: calc(var(--animate-delay) * 4);}.animate__animated.animate__delay-5s { -webkit-animation-delay: calc(1s * 5); animation-delay: calc(1s * 5); -webkit-animation-delay: calc(var(--animate-delay) * 5); animation-delay: calc(var(--animate-delay) * 5);}.animate__animated.animate__faster { -webkit-animation-duration: calc(1s / 2); animation-duration: calc(1s / 2); -webkit-animation-duration: calc(var(--animate-duration) / 2); animation-duration: calc(var(--animate-duration) / 2);}.animate__animated.animate__fast { -webkit-animation-duration: calc(1s * 0.8); animation-duration: calc(1s * 0.8); -webkit-animation-duration: calc(var(--animate-duration) * 0.8); animation-duration: calc(var(--animate-duration) * 0.8);}.animate__animated.animate__slow { -webkit-animation-duration: calc(1s * 2); animation-duration: calc(1s * 2); -webkit-animation-duration: calc(var(--animate-duration) * 2); animation-duration: calc(var(--animate-duration) * 2);}.animate__animated.animate__slower { -webkit-animation-duration: calc(1s * 3); animation-duration: calc(1s * 3); -webkit-animation-duration: calc(var(--animate-duration) * 3); animation-duration: calc(var(--animate-duration) * 3);}@media print, (prefers-reduced-motion: reduce) { .animate__animated { -webkit-animation-duration: 1ms !important; animation-duration: 1ms !important; -webkit-transition-duration: 1ms !important; transition-duration: 1ms !important; -webkit-animation-iteration-count: 1 !important; animation-iteration-count: 1 !important; } .animate__animated[class*='Out'] { opacity: 0; }}/* Attention seekers */@-webkit-keyframes bounce { from, 20%, 53%, to { -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } 40%, 43% { -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1); transform: translate3d(0, -30px, 0) scaleY(1.1); } 70% { -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05); transform: translate3d(0, -15px, 0) scaleY(1.05); } 80% { -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); -webkit-transform: translate3d(0, 0, 0) scaleY(0.95); transform: translate3d(0, 0, 0) scaleY(0.95); } 90% { -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02); transform: translate3d(0, -4px, 0) scaleY(1.02); }}@keyframes bounce { from, 20%, 53%, to { -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } 40%, 43% { -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1); transform: translate3d(0, -30px, 0) scaleY(1.1); } 70% { -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05); transform: translate3d(0, -15px, 0) scaleY(1.05); } 80% { -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); -webkit-transform: translate3d(0, 0, 0) scaleY(0.95); transform: translate3d(0, 0, 0) scaleY(0.95); } 90% { -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02); transform: translate3d(0, -4px, 0) scaleY(1.02); }}.animate__bounce { -webkit-animation-name: bounce; animation-name: bounce; -webkit-transform-origin: center bottom; transform-origin: center bottom;}@-webkit-keyframes flash { from, 50%, to { opacity: 1; } 25%, 75% { opacity: 0; }}@keyframes flash { from, 50%, to { opacity: 1; } 25%, 75% { opacity: 0; }}.animate__flash { -webkit-animation-name: flash; animation-name: flash;}/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */@-webkit-keyframes pulse { from { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); } 50% { -webkit-transform: scale3d(1.05, 1.05, 1.05); transform: scale3d(1.05, 1.05, 1.05); } to { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); }}@keyframes pulse { from { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); } 50% { -webkit-transform: scale3d(1.05, 1.05, 1.05); transform: scale3d(1.05, 1.05, 1.05); } to { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); }}.animate__pulse { -webkit-animation-name: pulse; animation-name: pulse; -webkit-animation-timing-function: ease-in-out; animation-timing-function: ease-in-out;}@-webkit-keyframes rubberBand { from { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); } 30% { -webkit-transform: scale3d(1.25, 0.75, 1); transform: scale3d(1.25, 0.75, 1); } 40% { -webkit-transform: scale3d(0.75, 1.25, 1); transform: scale3d(0.75, 1.25, 1); } 50% { -webkit-transform: scale3d(1.15, 0.85, 1); transform: scale3d(1.15, 0.85, 1); } 65% { -webkit-transform: scale3d(0.95, 1.05, 1); transform: scale3d(0.95, 1.05, 1); } 75% { -webkit-transform: scale3d(1.05, 0.95, 1); transform: scale3d(1.05, 0.95, 1); } to { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); }}@keyframes rubberBand { from { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); } 30% { -webkit-transform: scale3d(1.25, 0.75, 1); transform: scale3d(1.25, 0.75, 1); } 40% { -webkit-transform: scale3d(0.75, 1.25, 1); transform: scale3d(0.75, 1.25, 1); } 50% { -webkit-transform: scale3d(1.15, 0.85, 1); transform: scale3d(1.15, 0.85, 1); } 65% { -webkit-transform: scale3d(0.95, 1.05, 1); transform: scale3d(0.95, 1.05, 1); } 75% { -webkit-transform: scale3d(1.05, 0.95, 1); transform: scale3d(1.05, 0.95, 1); } to { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); }}.animate__rubberBand { -webkit-animation-name: rubberBand; animation-name: rubberBand;}@-webkit-keyframes shakeX { from, to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } 10%, 30%, 50%, 70%, 90% { -webkit-transform: translate3d(-10px, 0, 0); transform: translate3d(-10px, 0, 0); } 20%, 40%, 60%, 80% { -webkit-transform: translate3d(10px, 0, 0); transform: translate3d(10px, 0, 0); }}@keyframes shakeX { from, to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } 10%, 30%, 50%, 70%, 90% { -webkit-transform: translate3d(-10px, 0, 0); transform: translate3d(-10px, 0, 0); } 20%, 40%, 60%, 80% { -webkit-transform: translate3d(10px, 0, 0); transform: translate3d(10px, 0, 0); }}.animate__shakeX { -webkit-animation-name: shakeX; animation-name: shakeX;}@-webkit-keyframes shakeY { from, to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } 10%, 30%, 50%, 70%, 90% { -webkit-transform: translate3d(0, -10px, 0); transform: translate3d(0, -10px, 0); } 20%, 40%, 60%, 80% { -webkit-transform: translate3d(0, 10px, 0); transform: translate3d(0, 10px, 0); }}@keyframes shakeY { from, to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } 10%, 30%, 50%, 70%, 90% { -webkit-transform: translate3d(0, -10px, 0); transform: translate3d(0, -10px, 0); } 20%, 40%, 60%, 80% { -webkit-transform: translate3d(0, 10px, 0); transform: translate3d(0, 10px, 0); }}.animate__shakeY { -webkit-animation-name: shakeY; animation-name: shakeY;}@-webkit-keyframes headShake { 0% { -webkit-transform: translateX(0); transform: translateX(0); } 6.5% { -webkit-transform: translateX(-6px) rotateY(-9deg); transform: translateX(-6px) rotateY(-9deg); } 18.5% { -webkit-transform: translateX(5px) rotateY(7deg); transform: translateX(5px) rotateY(7deg); } 31.5% { -webkit-transform: translateX(-3px) rotateY(-5deg); transform: translateX(-3px) rotateY(-5deg); } 43.5% { -webkit-transform: translateX(2px) rotateY(3deg); transform: translateX(2px) rotateY(3deg); } 50% { -webkit-transform: translateX(0); transform: translateX(0); }}@keyframes headShake { 0% { -webkit-transform: translateX(0); transform: translateX(0); } 6.5% { -webkit-transform: translateX(-6px) rotateY(-9deg); transform: translateX(-6px) rotateY(-9deg); } 18.5% { -webkit-transform: translateX(5px) rotateY(7deg); transform: translateX(5px) rotateY(7deg); } 31.5% { -webkit-transform: translateX(-3px) rotateY(-5deg); transform: translateX(-3px) rotateY(-5deg); } 43.5% { -webkit-transform: translateX(2px) rotateY(3deg); transform: translateX(2px) rotateY(3deg); } 50% { -webkit-transform: translateX(0); transform: translateX(0); }}.animate__headShake { -webkit-animation-timing-function: ease-in-out; animation-timing-function: ease-in-out; -webkit-animation-name: headShake; animation-name: headShake;}@-webkit-keyframes swing { 20% { -webkit-transform: rotate3d(0, 0, 1, 15deg); transform: rotate3d(0, 0, 1, 15deg); } 40% { -webkit-transform: rotate3d(0, 0, 1, -10deg); transform: rotate3d(0, 0, 1, -10deg); } 60% { -webkit-transform: rotate3d(0, 0, 1, 5deg); transform: rotate3d(0, 0, 1, 5deg); } 80% { -webkit-transform: rotate3d(0, 0, 1, -5deg); transform: rotate3d(0, 0, 1, -5deg); } to { -webkit-transform: rotate3d(0, 0, 1, 0deg); transform: rotate3d(0, 0, 1, 0deg); }}@keyframes swing { 20% { -webkit-transform: rotate3d(0, 0, 1, 15deg); transform: rotate3d(0, 0, 1, 15deg); } 40% { -webkit-transform: rotate3d(0, 0, 1, -10deg); transform: rotate3d(0, 0, 1, -10deg); } 60% { -webkit-transform: rotate3d(0, 0, 1, 5deg); transform: rotate3d(0, 0, 1, 5deg); } 80% { -webkit-transform: rotate3d(0, 0, 1, -5deg); transform: rotate3d(0, 0, 1, -5deg); } to { -webkit-transform: rotate3d(0, 0, 1, 0deg); transform: rotate3d(0, 0, 1, 0deg); }}.animate__swing { -webkit-transform-origin: top center; transform-origin: top center; -webkit-animation-name: swing; animation-name: swing;}@-webkit-keyframes tada { from { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); } 10%, 20% { -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); } 30%, 50%, 70%, 90% { -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); } 40%, 60%, 80% { -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); } to { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); }}@keyframes tada { from { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); } 10%, 20% { -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); } 30%, 50%, 70%, 90% { -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); } 40%, 60%, 80% { -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); } to { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); }}.animate__tada { -webkit-animation-name: tada; animation-name: tada;}/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */@-webkit-keyframes wobble { from { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } 15% { -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); } 30% { -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); } 45% { -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); } 60% { -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); } 75% { -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); } to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }}@keyframes wobble { from { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } 15% { -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); } 30% { -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); } 45% { -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); } 60% { -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); } 75% { -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); } to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }}.animate__wobble { -webkit-animation-name: wobble; animation-name: wobble;}@-webkit-keyframes jello { from, 11.1%, to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } 22.2% { -webkit-transform: skewX(-12.5deg) skewY(-12.5deg); transform: skewX(-12.5deg) skewY(-12.5deg); } 33.3% { -webkit-transform: skewX(6.25deg) skewY(6.25deg); transform: skewX(6.25deg) skewY(6.25deg); } 44.4% { -webkit-transform: skewX(-3.125deg) skewY(-3.125deg); transform: skewX(-3.125deg) skewY(-3.125deg); } 55.5% { -webkit-transform: skewX(1.5625deg) skewY(1.5625deg); transform: skewX(1.5625deg) skewY(1.5625deg); } 66.6% { -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg); transform: skewX(-0.78125deg) skewY(-0.78125deg); } 77.7% { -webkit-transform: skewX(0.390625deg) skewY(0.390625deg); transform: skewX(0.390625deg) skewY(0.390625deg); } 88.8% { -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg); transform: skewX(-0.1953125deg) skewY(-0.1953125deg); }}@keyframes jello { from, 11.1%, to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } 22.2% { -webkit-transform: skewX(-12.5deg) skewY(-12.5deg); transform: skewX(-12.5deg) skewY(-12.5deg); } 33.3% { -webkit-transform: skewX(6.25deg) skewY(6.25deg); transform: skewX(6.25deg) skewY(6.25deg); } 44.4% { -webkit-transform: skewX(-3.125deg) skewY(-3.125deg); transform: skewX(-3.125deg) skewY(-3.125deg); } 55.5% { -webkit-transform: skewX(1.5625deg) skewY(1.5625deg); transform: skewX(1.5625deg) skewY(1.5625deg); } 66.6% { -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg); transform: skewX(-0.78125deg) skewY(-0.78125deg); } 77.7% { -webkit-transform: skewX(0.390625deg) skewY(0.390625deg); transform: skewX(0.390625deg) skewY(0.390625deg); } 88.8% { -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg); transform: skewX(-0.1953125deg) skewY(-0.1953125deg); }}.animate__jello { -webkit-animation-name: jello; animation-name: jello; -webkit-transform-origin: center; transform-origin: center;}@-webkit-keyframes heartBeat { 0% { -webkit-transform: scale(1); transform: scale(1); } 14% { -webkit-transform: scale(1.3); transform: scale(1.3); } 28% { -webkit-transform: scale(1); transform: scale(1); } 42% { -webkit-transform: scale(1.3); transform: scale(1.3); } 70% { -webkit-transform: scale(1); transform: scale(1); }}@keyframes heartBeat { 0% { -webkit-transform: scale(1); transform: scale(1); } 14% { -webkit-transform: scale(1.3); transform: scale(1.3); } 28% { -webkit-transform: scale(1); transform: scale(1); } 42% { -webkit-transform: scale(1.3); transform: scale(1.3); } 70% { -webkit-transform: scale(1); transform: scale(1); }}.animate__heartBeat { -webkit-animation-name: heartBeat; animation-name: heartBeat; -webkit-animation-duration: calc(1s * 1.3); animation-duration: calc(1s * 1.3); -webkit-animation-duration: calc(var(--animate-duration) * 1.3); animation-duration: calc(var(--animate-duration) * 1.3); -webkit-animation-timing-function: ease-in-out; animation-timing-function: ease-in-out;}/* Back entrances */@-webkit-keyframes backInDown { 0% { -webkit-transform: translateY(-1200px) scale(0.7); transform: translateY(-1200px) scale(0.7); opacity: 0.7; } 80% { -webkit-transform: translateY(0px) scale(0.7); transform: translateY(0px) scale(0.7); opacity: 0.7; } 100% { -webkit-transform: scale(1); transform: scale(1); opacity: 1; }}@keyframes backInDown { 0% { -webkit-transform: translateY(-1200px) scale(0.7); transform: translateY(-1200px) scale(0.7); opacity: 0.7; } 80% { -webkit-transform: translateY(0px) scale(0.7); transform: translateY(0px) scale(0.7); opacity: 0.7; } 100% { -webkit-transform: scale(1); transform: scale(1); opacity: 1; }}.animate__backInDown { -webkit-animation-name: backInDown; animation-name: backInDown;}@-webkit-keyframes backInLeft { 0% { -webkit-transform: translateX(-2000px) scale(0.7); transform: translateX(-2000px) scale(0.7); opacity: 0.7; } 80% { -webkit-transform: translateX(0px) scale(0.7); transform: translateX(0px) scale(0.7); opacity: 0.7; } 100% { -webkit-transform: scale(1); transform: scale(1); opacity: 1; }}@keyframes backInLeft { 0% { -webkit-transform: translateX(-2000px) scale(0.7); transform: translateX(-2000px) scale(0.7); opacity: 0.7; } 80% { -webkit-transform: translateX(0px) scale(0.7); transform: translateX(0px) scale(0.7); opacity: 0.7; } 100% { -webkit-transform: scale(1); transform: scale(1); opacity: 1; }}.animate__backInLeft { -webkit-animation-name: backInLeft; animation-name: backInLeft;}@-webkit-keyframes backInRight { 0% { -webkit-transform: translateX(2000px) scale(0.7); transform: translateX(2000px) scale(0.7); opacity: 0.7; } 80% { -webkit-transform: translateX(0px) scale(0.7); transform: translateX(0px) scale(0.7); opacity: 0.7; } 100% { -webkit-transform: scale(1); transform: scale(1); opacity: 1; }}@keyframes backInRight { 0% { -webkit-transform: translateX(2000px) scale(0.7); transform: translateX(2000px) scale(0.7); opacity: 0.7; } 80% { -webkit-transform: translateX(0px) scale(0.7); transform: translateX(0px) scale(0.7); opacity: 0.7; } 100% { -webkit-transform: scale(1); transform: scale(1); opacity: 1; }}.animate__backInRight { -webkit-animation-name: backInRight; animation-name: backInRight;}@-webkit-keyframes backInUp { 0% { -webkit-transform: translateY(1200px) scale(0.7); transform: translateY(1200px) scale(0.7); opacity: 0.7; } 80% { -webkit-transform: translateY(0px) scale(0.7); transform: translateY(0px) scale(0.7); opacity: 0.7; } 100% { -webkit-transform: scale(1); transform: scale(1); opacity: 1; }}@keyframes backInUp { 0% { -webkit-transform: translateY(1200px) scale(0.7); transform: translateY(1200px) scale(0.7); opacity: 0.7; } 80% { -webkit-transform: translateY(0px) scale(0.7); transform: translateY(0px) scale(0.7); opacity: 0.7; } 100% { -webkit-transform: scale(1); transform: scale(1); opacity: 1; }}.animate__backInUp { -webkit-animation-name: backInUp; animation-name: backInUp;}/* Back exits */@-webkit-keyframes backOutDown { 0% { -webkit-transform: scale(1); transform: scale(1); opacity: 1; } 20% { -webkit-transform: translateY(0px) scale(0.7); transform: translateY(0px) scale(0.7); opacity: 0.7; } 100% { -webkit-transform: translateY(700px) scale(0.7); transform: translateY(700px) scale(0.7); opacity: 0.7; }}@keyframes backOutDown { 0% { -webkit-transform: scale(1); transform: scale(1); opacity: 1; } 20% { -webkit-transform: translateY(0px) scale(0.7); transform: translateY(0px) scale(0.7); opacity: 0.7; } 100% { -webkit-transform: translateY(700px) scale(0.7); transform: translateY(700px) scale(0.7); opacity: 0.7; }}.animate__backOutDown { -webkit-animation-name: backOutDown; animation-name: backOutDown;}@-webkit-keyframes backOutLeft { 0% { -webkit-transform: scale(1); transform: scale(1); opacity: 1; } 20% { -webkit-transform: translateX(0px) scale(0.7); transform: translateX(0px) scale(0.7); opacity: 0.7; } 100% { -webkit-transform: translateX(-2000px) scale(0.7); transform: translateX(-2000px) scale(0.7); opacity: 0.7; }}@keyframes backOutLeft { 0% { -webkit-transform: scale(1); transform: scale(1); opacity: 1; } 20% { -webkit-transform: translateX(0px) scale(0.7); transform: translateX(0px) scale(0.7); opacity: 0.7; } 100% { -webkit-transform: translateX(-2000px) scale(0.7); transform: translateX(-2000px) scale(0.7); opacity: 0.7; }}.animate__backOutLeft { -webkit-animation-name: backOutLeft; animation-name: backOutLeft;}@-webkit-keyframes backOutRight { 0% { -webkit-transform: scale(1); transform: scale(1); opacity: 1; } 20% { -webkit-transform: translateX(0px) scale(0.7); transform: translateX(0px) scale(0.7); opacity: 0.7; } 100% { -webkit-transform: translateX(2000px) scale(0.7); transform: translateX(2000px) scale(0.7); opacity: 0.7; }}@keyframes backOutRight { 0% { -webkit-transform: scale(1); transform: scale(1); opacity: 1; } 20% { -webkit-transform: translateX(0px) scale(0.7); transform: translateX(0px) scale(0.7); opacity: 0.7; } 100% { -webkit-transform: translateX(2000px) scale(0.7); transform: translateX(2000px) scale(0.7); opacity: 0.7; }}.animate__backOutRight { -webkit-animation-name: backOutRight; animation-name: backOutRight;}@-webkit-keyframes backOutUp { 0% { -webkit-transform: scale(1); transform: scale(1); opacity: 1; } 20% { -webkit-transform: translateY(0px) scale(0.7); transform: translateY(0px) scale(0.7); opacity: 0.7; } 100% { -webkit-transform: translateY(-700px) scale(0.7); transform: translateY(-700px) scale(0.7); opacity: 0.7; }}@keyframes backOutUp { 0% { -webkit-transform: scale(1); transform: scale(1); opacity: 1; } 20% { -webkit-transform: translateY(0px) scale(0.7); transform: translateY(0px) scale(0.7); opacity: 0.7; } 100% { -webkit-transform: translateY(-700px) scale(0.7); transform: translateY(-700px) scale(0.7); opacity: 0.7; }}.animate__backOutUp { -webkit-animation-name: backOutUp; animation-name: backOutUp;}/* Bouncing entrances */@-webkit-keyframes bounceIn { from, 20%, 40%, 60%, 80%, to { -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); } 0% { opacity: 0; -webkit-transform: scale3d(0.3, 0.3, 0.3); transform: scale3d(0.3, 0.3, 0.3); } 20% { -webkit-transform: scale3d(1.1, 1.1, 1.1); transform: scale3d(1.1, 1.1, 1.1); } 40% { -webkit-transform: scale3d(0.9, 0.9, 0.9); transform: scale3d(0.9, 0.9, 0.9); } 60% { opacity: 1; -webkit-transform: scale3d(1.03, 1.03, 1.03); transform: scale3d(1.03, 1.03, 1.03); } 80% { -webkit-transform: scale3d(0.97, 0.97, 0.97); transform: scale3d(0.97, 0.97, 0.97); } to { opacity: 1; -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); }}@keyframes bounceIn { from, 20%, 40%, 60%, 80%, to { -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); } 0% { opacity: 0; -webkit-transform: scale3d(0.3, 0.3, 0.3); transform: scale3d(0.3, 0.3, 0.3); } 20% { -webkit-transform: scale3d(1.1, 1.1, 1.1); transform: scale3d(1.1, 1.1, 1.1); } 40% { -webkit-transform: scale3d(0.9, 0.9, 0.9); transform: scale3d(0.9, 0.9, 0.9); } 60% { opacity: 1; -webkit-transform: scale3d(1.03, 1.03, 1.03); transform: scale3d(1.03, 1.03, 1.03); } 80% { -webkit-transform: scale3d(0.97, 0.97, 0.97); transform: scale3d(0.97, 0.97, 0.97); } to { opacity: 1; -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); }}.animate__bounceIn { -webkit-animation-duration: calc(1s * 0.75); animation-duration: calc(1s * 0.75); -webkit-animation-duration: calc(var(--animate-duration) * 0.75); animation-duration: calc(var(--animate-duration) * 0.75); -webkit-animation-name: bounceIn; animation-name: bounceIn;}@-webkit-keyframes bounceInDown { from, 60%, 75%, 90%, to { -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); } 0% { opacity: 0; -webkit-transform: translate3d(0, -3000px, 0) scaleY(3); transform: translate3d(0, -3000px, 0) scaleY(3); } 60% { opacity: 1; -webkit-transform: translate3d(0, 25px, 0) scaleY(0.9); transform: translate3d(0, 25px, 0) scaleY(0.9); } 75% { -webkit-transform: translate3d(0, -10px, 0) scaleY(0.95); transform: translate3d(0, -10px, 0) scaleY(0.95); } 90% { -webkit-transform: translate3d(0, 5px, 0) scaleY(0.985); transform: translate3d(0, 5px, 0) scaleY(0.985); } to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }}@keyframes bounceInDown { from, 60%, 75%, 90%, to { -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); } 0% { opacity: 0; -webkit-transform: translate3d(0, -3000px, 0) scaleY(3); transform: translate3d(0, -3000px, 0) scaleY(3); } 60% { opacity: 1; -webkit-transform: translate3d(0, 25px, 0) scaleY(0.9); transform: translate3d(0, 25px, 0) scaleY(0.9); } 75% { -webkit-transform: translate3d(0, -10px, 0) scaleY(0.95); transform: translate3d(0, -10px, 0) scaleY(0.95); } 90% { -webkit-transform: translate3d(0, 5px, 0) scaleY(0.985); transform: translate3d(0, 5px, 0) scaleY(0.985); } to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }}.animate__bounceInDown { -webkit-animation-name: bounceInDown; animation-name: bounceInDown;}@-webkit-keyframes bounceInLeft { from, 60%, 75%, 90%, to { -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); } 0% { opacity: 0; -webkit-transform: translate3d(-3000px, 0, 0) scaleX(3); transform: translate3d(-3000px, 0, 0) scaleX(3); } 60% { opacity: 1; -webkit-transform: translate3d(25px, 0, 0) scaleX(1); transform: translate3d(25px, 0, 0) scaleX(1); } 75% { -webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98); transform: translate3d(-10px, 0, 0) scaleX(0.98); } 90% { -webkit-transform: translate3d(5px, 0, 0) scaleX(0.995); transform: translate3d(5px, 0, 0) scaleX(0.995); } to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }}@keyframes bounceInLeft { from, 60%, 75%, 90%, to { -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); } 0% { opacity: 0; -webkit-transform: translate3d(-3000px, 0, 0) scaleX(3); transform: translate3d(-3000px, 0, 0) scaleX(3); } 60% { opacity: 1; -webkit-transform: translate3d(25px, 0, 0) scaleX(1); transform: translate3d(25px, 0, 0) scaleX(1); } 75% { -webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98); transform: translate3d(-10px, 0, 0) scaleX(0.98); } 90% { -webkit-transform: translate3d(5px, 0, 0) scaleX(0.995); transform: translate3d(5px, 0, 0) scaleX(0.995); } to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }}.animate__bounceInLeft { -webkit-animation-name: bounceInLeft; animation-name: bounceInLeft;}@-webkit-keyframes bounceInRight { from, 60%, 75%, 90%, to { -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); } from { opacity: 0; -webkit-transform: translate3d(3000px, 0, 0) scaleX(3); transform: translate3d(3000px, 0, 0) scaleX(3); } 60% { opacity: 1; -webkit-transform: translate3d(-25px, 0, 0) scaleX(1); transform: translate3d(-25px, 0, 0) scaleX(1); } 75% { -webkit-transform: translate3d(10px, 0, 0) scaleX(0.98); transform: translate3d(10px, 0, 0) scaleX(0.98); } 90% { -webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995); transform: translate3d(-5px, 0, 0) scaleX(0.995); } to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }}@keyframes bounceInRight { from, 60%, 75%, 90%, to { -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); } from { opacity: 0; -webkit-transform: translate3d(3000px, 0, 0) scaleX(3); transform: translate3d(3000px, 0, 0) scaleX(3); } 60% { opacity: 1; -webkit-transform: translate3d(-25px, 0, 0) scaleX(1); transform: translate3d(-25px, 0, 0) scaleX(1); } 75% { -webkit-transform: translate3d(10px, 0, 0) scaleX(0.98); transform: translate3d(10px, 0, 0) scaleX(0.98); } 90% { -webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995); transform: translate3d(-5px, 0, 0) scaleX(0.995); } to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }}.animate__bounceInRight { -webkit-animation-name: bounceInRight; animation-name: bounceInRight;}@-webkit-keyframes bounceInUp { from, 60%, 75%, 90%, to { -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); } from { opacity: 0; -webkit-transform: translate3d(0, 3000px, 0) scaleY(5); transform: translate3d(0, 3000px, 0) scaleY(5); } 60% { opacity: 1; -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9); transform: translate3d(0, -20px, 0) scaleY(0.9); } 75% { -webkit-transform: translate3d(0, 10px, 0) scaleY(0.95); transform: translate3d(0, 10px, 0) scaleY(0.95); } 90% { -webkit-transform: translate3d(0, -5px, 0) scaleY(0.985); transform: translate3d(0, -5px, 0) scaleY(0.985); } to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }}@keyframes bounceInUp { from, 60%, 75%, 90%, to { -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); } from { opacity: 0; -webkit-transform: translate3d(0, 3000px, 0) scaleY(5); transform: translate3d(0, 3000px, 0) scaleY(5); } 60% { opacity: 1; -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9); transform: translate3d(0, -20px, 0) scaleY(0.9); } 75% { -webkit-transform: translate3d(0, 10px, 0) scaleY(0.95); transform: translate3d(0, 10px, 0) scaleY(0.95); } 90% { -webkit-transform: translate3d(0, -5px, 0) scaleY(0.985); transform: translate3d(0, -5px, 0) scaleY(0.985); } to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }}.animate__bounceInUp { -webkit-animation-name: bounceInUp; animation-name: bounceInUp;}/* Bouncing exits */@-webkit-keyframes bounceOut { 20% { -webkit-transform: scale3d(0.9, 0.9, 0.9); transform: scale3d(0.9, 0.9, 0.9); } 50%, 55% { opacity: 1; -webkit-transform: scale3d(1.1, 1.1, 1.1); transform: scale3d(1.1, 1.1, 1.1); } to { opacity: 0; -webkit-transform: scale3d(0.3, 0.3, 0.3); transform: scale3d(0.3, 0.3, 0.3); }}@keyframes bounceOut { 20% { -webkit-transform: scale3d(0.9, 0.9, 0.9); transform: scale3d(0.9, 0.9, 0.9); } 50%, 55% { opacity: 1; -webkit-transform: scale3d(1.1, 1.1, 1.1); transform: scale3d(1.1, 1.1, 1.1); } to { opacity: 0; -webkit-transform: scale3d(0.3, 0.3, 0.3); transform: scale3d(0.3, 0.3, 0.3); }}.animate__bounceOut { -webkit-animation-duration: calc(1s * 0.75); animation-duration: calc(1s * 0.75); -webkit-animation-duration: calc(var(--animate-duration) * 0.75); animation-duration: calc(var(--animate-duration) * 0.75); -webkit-animation-name: bounceOut; animation-name: bounceOut;}@-webkit-keyframes bounceOutDown { 20% { -webkit-transform: translate3d(0, 10px, 0) scaleY(0.985); transform: translate3d(0, 10px, 0) scaleY(0.985); } 40%, 45% { opacity: 1; -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9); transform: translate3d(0, -20px, 0) scaleY(0.9); } to { opacity: 0; -webkit-transform: translate3d(0, 2000px, 0) scaleY(3); transform: translate3d(0, 2000px, 0) scaleY(3); }}@keyframes bounceOutDown { 20% { -webkit-transform: translate3d(0, 10px, 0) scaleY(0.985); transform: translate3d(0, 10px, 0) scaleY(0.985); } 40%, 45% { opacity: 1; -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9); transform: translate3d(0, -20px, 0) scaleY(0.9); } to { opacity: 0; -webkit-transform: translate3d(0, 2000px, 0) scaleY(3); transform: translate3d(0, 2000px, 0) scaleY(3); }}.animate__bounceOutDown { -webkit-animation-name: bounceOutDown; animation-name: bounceOutDown;}@-webkit-keyframes bounceOutLeft { 20% { opacity: 1; -webkit-transform: translate3d(20px, 0, 0) scaleX(0.9); transform: translate3d(20px, 0, 0) scaleX(0.9); } to { opacity: 0; -webkit-transform: translate3d(-2000px, 0, 0) scaleX(2); transform: translate3d(-2000px, 0, 0) scaleX(2); }}@keyframes bounceOutLeft { 20% { opacity: 1; -webkit-transform: translate3d(20px, 0, 0) scaleX(0.9); transform: translate3d(20px, 0, 0) scaleX(0.9); } to { opacity: 0; -webkit-transform: translate3d(-2000px, 0, 0) scaleX(2); transform: translate3d(-2000px, 0, 0) scaleX(2); }}.animate__bounceOutLeft { -webkit-animation-name: bounceOutLeft; animation-name: bounceOutLeft;}@-webkit-keyframes bounceOutRight { 20% { opacity: 1; -webkit-transform: translate3d(-20px, 0, 0) scaleX(0.9); transform: translate3d(-20px, 0, 0) scaleX(0.9); } to { opacity: 0; -webkit-transform: translate3d(2000px, 0, 0) scaleX(2); transform: translate3d(2000px, 0, 0) scaleX(2); }}@keyframes bounceOutRight { 20% { opacity: 1; -webkit-transform: translate3d(-20px, 0, 0) scaleX(0.9); transform: translate3d(-20px, 0, 0) scaleX(0.9); } to { opacity: 0; -webkit-transform: translate3d(2000px, 0, 0) scaleX(2); transform: translate3d(2000px, 0, 0) scaleX(2); }}.animate__bounceOutRight { -webkit-animation-name: bounceOutRight; animation-name: bounceOutRight;}@-webkit-keyframes bounceOutUp { 20% { -webkit-transform: translate3d(0, -10px, 0) scaleY(0.985); transform: translate3d(0, -10px, 0) scaleY(0.985); } 40%, 45% { opacity: 1; -webkit-transform: translate3d(0, 20px, 0) scaleY(0.9); transform: translate3d(0, 20px, 0) scaleY(0.9); } to { opacity: 0; -webkit-transform: translate3d(0, -2000px, 0) scaleY(3); transform: translate3d(0, -2000px, 0) scaleY(3); }}@keyframes bounceOutUp { 20% { -webkit-transform: translate3d(0, -10px, 0) scaleY(0.985); transform: translate3d(0, -10px, 0) scaleY(0.985); } 40%, 45% { opacity: 1; -webkit-transform: translate3d(0, 20px, 0) scaleY(0.9); transform: translate3d(0, 20px, 0) scaleY(0.9); } to { opacity: 0; -webkit-transform: translate3d(0, -2000px, 0) scaleY(3); transform: translate3d(0, -2000px, 0) scaleY(3); }}.animate__bounceOutUp { -webkit-animation-name: bounceOutUp; animation-name: bounceOutUp;}/* Fading entrances */@-webkit-keyframes fadeIn { from { opacity: 0; } to { opacity: 1; }}@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; }}.animate__fadeIn { -webkit-animation-name: fadeIn; animation-name: fadeIn;}@-webkit-keyframes fadeInDown { from { opacity: 0; -webkit-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0); } to { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }}@keyframes fadeInDown { from { opacity: 0; -webkit-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0); } to { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }}.animate__fadeInDown { -webkit-animation-name: fadeInDown; animation-name: fadeInDown;}@-webkit-keyframes fadeInDownBig { from { opacity: 0; -webkit-transform: translate3d(0, -2000px, 0); transform: translate3d(0, -2000px, 0); } to { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }}@keyframes fadeInDownBig { from { opacity: 0; -webkit-transform: translate3d(0, -2000px, 0); transform: translate3d(0, -2000px, 0); } to { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }}.animate__fadeInDownBig { -webkit-animation-name: fadeInDownBig; animation-name: fadeInDownBig;}@-webkit-keyframes fadeInLeft { from { opacity: 0; -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); } to { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }}@keyframes fadeInLeft { from { opacity: 0; -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); } to { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }}.animate__fadeInLeft { -webkit-animation-name: fadeInLeft; animation-name: fadeInLeft;}@-webkit-keyframes fadeInLeftBig { from { opacity: 0; -webkit-transform: translate3d(-2000px, 0, 0); transform: translate3d(-2000px, 0, 0); } to { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }}@keyframes fadeInLeftBig { from { opacity: 0; -webkit-transform: translate3d(-2000px, 0, 0); transform: translate3d(-2000px, 0, 0); } to { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }}.animate__fadeInLeftBig { -webkit-animation-name: fadeInLeftBig; animation-name: fadeInLeftBig;}@-webkit-keyframes fadeInRight { from { opacity: 0; -webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); } to { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }}@keyframes fadeInRight { from { opacity: 0; -webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); } to { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }}.animate__fadeInRight { -webkit-animation-name: fadeInRight; animation-name: fadeInRight;}@-webkit-keyframes fadeInRightBig { from { opacity: 0; -webkit-transform: translate3d(2000px, 0, 0); transform: translate3d(2000px, 0, 0); } to { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }}@keyframes fadeInRightBig { from { opacity: 0; -webkit-transform: translate3d(2000px, 0, 0); transform: translate3d(2000px, 0, 0); } to { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }}.animate__fadeInRightBig { -webkit-animation-name: fadeInRightBig; animation-name: fadeInRightBig;}@-webkit-keyframes fadeInUp { from { opacity: 0; -webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0); } to { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }}@keyframes fadeInUp { from { opacity: 0; -webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0); } to { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }}.animate__fadeInUp { -webkit-animation-name: fadeInUp; animation-name: fadeInUp;}@-webkit-keyframes fadeInUpBig { from { opacity: 0; -webkit-transform: translate3d(0, 2000px, 0); transform: translate3d(0, 2000px, 0); } to { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }}@keyframes fadeInUpBig { from { opacity: 0; -webkit-transform: translate3d(0, 2000px, 0); transform: translate3d(0, 2000px, 0); } to { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }}.animate__fadeInUpBig { -webkit-animation-name: fadeInUpBig; animation-name: fadeInUpBig;}@-webkit-keyframes fadeInTopLeft { from { opacity: 0; -webkit-transform: translate3d(-100%, -100%, 0); transform: translate3d(-100%, -100%, 0); } to { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }}@keyframes fadeInTopLeft { from { opacity: 0; -webkit-transform: translate3d(-100%, -100%, 0); transform: translate3d(-100%, -100%, 0); } to { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }}.animate__fadeInTopLeft { -webkit-animation-name: fadeInTopLeft; animation-name: fadeInTopLeft;}@-webkit-keyframes fadeInTopRight { from { opacity: 0; -webkit-transform: translate3d(100%, -100%, 0); transform: translate3d(100%, -100%, 0); } to { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }}@keyframes fadeInTopRight { from { opacity: 0; -webkit-transform: translate3d(100%, -100%, 0); transform: translate3d(100%, -100%, 0); } to { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }}.animate__fadeInTopRight { -webkit-animation-name: fadeInTopRight; animation-name: fadeInTopRight;}@-webkit-keyframes fadeInBottomLeft { from { opacity: 0; -webkit-transform: translate3d(-100%, 100%, 0); transform: translate3d(-100%, 100%, 0); } to { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }}@keyframes fadeInBottomLeft { from { opacity: 0; -webkit-transform: translate3d(-100%, 100%, 0); transform: translate3d(-100%, 100%, 0); } to { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }}.animate__fadeInBottomLeft { -webkit-animation-name: fadeInBottomLeft; animation-name: fadeInBottomLeft;}@-webkit-keyframes fadeInBottomRight { from { opacity: 0; -webkit-transform: translate3d(100%, 100%, 0); transform: translate3d(100%, 100%, 0); } to { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }}@keyframes fadeInBottomRight { from { opacity: 0; -webkit-transform: translate3d(100%, 100%, 0); transform: translate3d(100%, 100%, 0); } to { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }}.animate__fadeInBottomRight { -webkit-animation-name: fadeInBottomRight; animation-name: fadeInBottomRight;}/* Fading exits */@-webkit-keyframes fadeOut { from { opacity: 1; } to { opacity: 0; }}@keyframes fadeOut { from { opacity: 1; } to { opacity: 0; }}.animate__fadeOut { -webkit-animation-name: fadeOut; animation-name: fadeOut;}@-webkit-keyframes fadeOutDown { from { opacity: 1; } to { opacity: 0; -webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0); }}@keyframes fadeOutDown { from { opacity: 1; } to { opacity: 0; -webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0); }}.animate__fadeOutDown { -webkit-animation-name: fadeOutDown; animation-name: fadeOutDown;}@-webkit-keyframes fadeOutDownBig { from { opacity: 1; } to { opacity: 0; -webkit-transform: translate3d(0, 2000px, 0); transform: translate3d(0, 2000px, 0); }}@keyframes fadeOutDownBig { from { opacity: 1; } to { opacity: 0; -webkit-transform: translate3d(0, 2000px, 0); transform: translate3d(0, 2000px, 0); }}.animate__fadeOutDownBig { -webkit-animation-name: fadeOutDownBig; animation-name: fadeOutDownBig;}@-webkit-keyframes fadeOutLeft { from { opacity: 1; } to { opacity: 0; -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); }}@keyframes fadeOutLeft { from { opacity: 1; } to { opacity: 0; -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); }}.animate__fadeOutLeft { -webkit-animation-name: fadeOutLeft; animation-name: fadeOutLeft;}@-webkit-keyframes fadeOutLeftBig { from { opacity: 1; } to { opacity: 0; -webkit-transform: translate3d(-2000px, 0, 0); transform: translate3d(-2000px, 0, 0); }}@keyframes fadeOutLeftBig { from { opacity: 1; } to { opacity: 0; -webkit-transform: translate3d(-2000px, 0, 0); transform: translate3d(-2000px, 0, 0); }}.animate__fadeOutLeftBig { -webkit-animation-name: fadeOutLeftBig; animation-name: fadeOutLeftBig;}@-webkit-keyframes fadeOutRight { from { opacity: 1; } to { opacity: 0; -webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); }}@keyframes fadeOutRight { from { opacity: 1; } to { opacity: 0; -webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); }}.animate__fadeOutRight { -webkit-animation-name: fadeOutRight; animation-name: fadeOutRight;}@-webkit-keyframes fadeOutRightBig { from { opacity: 1; } to { opacity: 0; -webkit-transform: translate3d(2000px, 0, 0); transform: translate3d(2000px, 0, 0); }}@keyframes fadeOutRightBig { from { opacity: 1; } to { opacity: 0; -webkit-transform: translate3d(2000px, 0, 0); transform: translate3d(2000px, 0, 0); }}.animate__fadeOutRightBig { -webkit-animation-name: fadeOutRightBig; animation-name: fadeOutRightBig;}@-webkit-keyframes fadeOutUp { from { opacity: 1; } to { opacity: 0; -webkit-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0); }}@keyframes fadeOutUp { from { opacity: 1; } to { opacity: 0; -webkit-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0); }}.animate__fadeOutUp { -webkit-animation-name: fadeOutUp; animation-name: fadeOutUp;}@-webkit-keyframes fadeOutUpBig { from { opacity: 1; } to { opacity: 0; -webkit-transform: translate3d(0, -2000px, 0); transform: translate3d(0, -2000px, 0); }}@keyframes fadeOutUpBig { from { opacity: 1; } to { opacity: 0; -webkit-transform: translate3d(0, -2000px, 0); transform: translate3d(0, -2000px, 0); }}.animate__fadeOutUpBig { -webkit-animation-name: fadeOutUpBig; animation-name: fadeOutUpBig;}@-webkit-keyframes fadeOutTopLeft { from { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } to { opacity: 0; -webkit-transform: translate3d(-100%, -100%, 0); transform: translate3d(-100%, -100%, 0); }}@keyframes fadeOutTopLeft { from { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } to { opacity: 0; -webkit-transform: translate3d(-100%, -100%, 0); transform: translate3d(-100%, -100%, 0); }}.animate__fadeOutTopLeft { -webkit-animation-name: fadeOutTopLeft; animation-name: fadeOutTopLeft;}@-webkit-keyframes fadeOutTopRight { from { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } to { opacity: 0; -webkit-transform: translate3d(100%, -100%, 0); transform: translate3d(100%, -100%, 0); }}@keyframes fadeOutTopRight { from { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } to { opacity: 0; -webkit-transform: translate3d(100%, -100%, 0); transform: translate3d(100%, -100%, 0); }}.animate__fadeOutTopRight { -webkit-animation-name: fadeOutTopRight; animation-name: fadeOutTopRight;}@-webkit-keyframes fadeOutBottomRight { from { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } to { opacity: 0; -webkit-transform: translate3d(100%, 100%, 0); transform: translate3d(100%, 100%, 0); }}@keyframes fadeOutBottomRight { from { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } to { opacity: 0; -webkit-transform: translate3d(100%, 100%, 0); transform: translate3d(100%, 100%, 0); }}.animate__fadeOutBottomRight { -webkit-animation-name: fadeOutBottomRight; animation-name: fadeOutBottomRight;}@-webkit-keyframes fadeOutBottomLeft { from { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } to { opacity: 0; -webkit-transform: translate3d(-100%, 100%, 0); transform: translate3d(-100%, 100%, 0); }}@keyframes fadeOutBottomLeft { from { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } to { opacity: 0; -webkit-transform: translate3d(-100%, 100%, 0); transform: translate3d(-100%, 100%, 0); }}.animate__fadeOutBottomLeft { -webkit-animation-name: fadeOutBottomLeft; animation-name: fadeOutBottomLeft;}/* Flippers */@-webkit-keyframes flip { from { -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg); transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg); -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out; } 40% { -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg); transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg); -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out; } 50% { -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg); transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg); -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; } 80% { -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg); transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg); -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; } to { -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg); transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg); -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; }}@keyframes flip { from { -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg); transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg); -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out; } 40% { -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg); transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg); -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out; } 50% { -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg); transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg); -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; } 80% { -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg); transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg); -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; } to { -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg); transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg); -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; }}.animate__animated.animate__flip { -webkit-backface-visibility: visible; backface-visibility: visible; -webkit-animation-name: flip; animation-name: flip;}@-webkit-keyframes flipInX { from { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg); transform: perspective(400px) rotate3d(1, 0, 0, 90deg); -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; opacity: 0; } 40% { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg); transform: perspective(400px) rotate3d(1, 0, 0, -20deg); -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; } 60% { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg); transform: perspective(400px) rotate3d(1, 0, 0, 10deg); opacity: 1; } 80% { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg); transform: perspective(400px) rotate3d(1, 0, 0, -5deg); } to { -webkit-transform: perspective(400px); transform: perspective(400px); }}@keyframes flipInX { from { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg); transform: perspective(400px) rotate3d(1, 0, 0, 90deg); -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; opacity: 0; } 40% { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg); transform: perspective(400px) rotate3d(1, 0, 0, -20deg); -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; } 60% { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg); transform: perspective(400px) rotate3d(1, 0, 0, 10deg); opacity: 1; } 80% { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg); transform: perspective(400px) rotate3d(1, 0, 0, -5deg); } to { -webkit-transform: perspective(400px); transform: perspective(400px); }}.animate__flipInX { -webkit-backface-visibility: visible !important; backface-visibility: visible !important; -webkit-animation-name: flipInX; animation-name: flipInX;}@-webkit-keyframes flipInY { from { -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg); transform: perspective(400px) rotate3d(0, 1, 0, 90deg); -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; opacity: 0; } 40% { -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg); transform: perspective(400px) rotate3d(0, 1, 0, -20deg); -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; } 60% { -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg); transform: perspective(400px) rotate3d(0, 1, 0, 10deg); opacity: 1; } 80% { -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg); transform: perspective(400px) rotate3d(0, 1, 0, -5deg); } to { -webkit-transform: perspective(400px); transform: perspective(400px); }}@keyframes flipInY { from { -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg); transform: perspective(400px) rotate3d(0, 1, 0, 90deg); -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; opacity: 0; } 40% { -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg); transform: perspective(400px) rotate3d(0, 1, 0, -20deg); -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; } 60% { -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg); transform: perspective(400px) rotate3d(0, 1, 0, 10deg); opacity: 1; } 80% { -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg); transform: perspective(400px) rotate3d(0, 1, 0, -5deg); } to { -webkit-transform: perspective(400px); transform: perspective(400px); }}.animate__flipInY { -webkit-backface-visibility: visible !important; backface-visibility: visible !important; -webkit-animation-name: flipInY; animation-name: flipInY;}@-webkit-keyframes flipOutX { from { -webkit-transform: perspective(400px); transform: perspective(400px); } 30% { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg); transform: perspective(400px) rotate3d(1, 0, 0, -20deg); opacity: 1; } to { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg); transform: perspective(400px) rotate3d(1, 0, 0, 90deg); opacity: 0; }}@keyframes flipOutX { from { -webkit-transform: perspective(400px); transform: perspective(400px); } 30% { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg); transform: perspective(400px) rotate3d(1, 0, 0, -20deg); opacity: 1; } to { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg); transform: perspective(400px) rotate3d(1, 0, 0, 90deg); opacity: 0; }}.animate__flipOutX { -webkit-animation-duration: calc(1s * 0.75); animation-duration: calc(1s * 0.75); -webkit-animation-duration: calc(var(--animate-duration) * 0.75); animation-duration: calc(var(--animate-duration) * 0.75); -webkit-animation-name: flipOutX; animation-name: flipOutX; -webkit-backface-visibility: visible !important; backface-visibility: visible !important;}@-webkit-keyframes flipOutY { from { -webkit-transform: perspective(400px); transform: perspective(400px); } 30% { -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg); transform: perspective(400px) rotate3d(0, 1, 0, -15deg); opacity: 1; } to { -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg); transform: perspective(400px) rotate3d(0, 1, 0, 90deg); opacity: 0; }}@keyframes flipOutY { from { -webkit-transform: perspective(400px); transform: perspective(400px); } 30% { -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg); transform: perspective(400px) rotate3d(0, 1, 0, -15deg); opacity: 1; } to { -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg); transform: perspective(400px) rotate3d(0, 1, 0, 90deg); opacity: 0; }}.animate__flipOutY { -webkit-animation-duration: calc(1s * 0.75); animation-duration: calc(1s * 0.75); -webkit-animation-duration: calc(var(--animate-duration) * 0.75); animation-duration: calc(var(--animate-duration) * 0.75); -webkit-backface-visibility: visible !important; backface-visibility: visible !important; -webkit-animation-name: flipOutY; animation-name: flipOutY;}/* Lightspeed */@-webkit-keyframes lightSpeedInRight { from { -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg); transform: translate3d(100%, 0, 0) skewX(-30deg); opacity: 0; } 60% { -webkit-transform: skewX(20deg); transform: skewX(20deg); opacity: 1; } 80% { -webkit-transform: skewX(-5deg); transform: skewX(-5deg); } to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }}@keyframes lightSpeedInRight { from { -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg); transform: translate3d(100%, 0, 0) skewX(-30deg); opacity: 0; } 60% { -webkit-transform: skewX(20deg); transform: skewX(20deg); opacity: 1; } 80% { -webkit-transform: skewX(-5deg); transform: skewX(-5deg); } to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }}.animate__lightSpeedInRight { -webkit-animation-name: lightSpeedInRight; animation-name: lightSpeedInRight; -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out;}@-webkit-keyframes lightSpeedInLeft { from { -webkit-transform: translate3d(-100%, 0, 0) skewX(30deg); transform: translate3d(-100%, 0, 0) skewX(30deg); opacity: 0; } 60% { -webkit-transform: skewX(-20deg); transform: skewX(-20deg); opacity: 1; } 80% { -webkit-transform: skewX(5deg); transform: skewX(5deg); } to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }}@keyframes lightSpeedInLeft { from { -webkit-transform: translate3d(-100%, 0, 0) skewX(30deg); transform: translate3d(-100%, 0, 0) skewX(30deg); opacity: 0; } 60% { -webkit-transform: skewX(-20deg); transform: skewX(-20deg); opacity: 1; } 80% { -webkit-transform: skewX(5deg); transform: skewX(5deg); } to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }}.animate__lightSpeedInLeft { -webkit-animation-name: lightSpeedInLeft; animation-name: lightSpeedInLeft; -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out;}@-webkit-keyframes lightSpeedOutRight { from { opacity: 1; } to { -webkit-transform: translate3d(100%, 0, 0) skewX(30deg); transform: translate3d(100%, 0, 0) skewX(30deg); opacity: 0; }}@keyframes lightSpeedOutRight { from { opacity: 1; } to { -webkit-transform: translate3d(100%, 0, 0) skewX(30deg); transform: translate3d(100%, 0, 0) skewX(30deg); opacity: 0; }}.animate__lightSpeedOutRight { -webkit-animation-name: lightSpeedOutRight; animation-name: lightSpeedOutRight; -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in;}@-webkit-keyframes lightSpeedOutLeft { from { opacity: 1; } to { -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg); transform: translate3d(-100%, 0, 0) skewX(-30deg); opacity: 0; }}@keyframes lightSpeedOutLeft { from { opacity: 1; } to { -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg); transform: translate3d(-100%, 0, 0) skewX(-30deg); opacity: 0; }}.animate__lightSpeedOutLeft { -webkit-animation-name: lightSpeedOutLeft; animation-name: lightSpeedOutLeft; -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in;}/* Rotating entrances */@-webkit-keyframes rotateIn { from { -webkit-transform: rotate3d(0, 0, 1, -200deg); transform: rotate3d(0, 0, 1, -200deg); opacity: 0; } to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); opacity: 1; }}@keyframes rotateIn { from { -webkit-transform: rotate3d(0, 0, 1, -200deg); transform: rotate3d(0, 0, 1, -200deg); opacity: 0; } to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); opacity: 1; }}.animate__rotateIn { -webkit-animation-name: rotateIn; animation-name: rotateIn; -webkit-transform-origin: center; transform-origin: center;}@-webkit-keyframes rotateInDownLeft { from { -webkit-transform: rotate3d(0, 0, 1, -45deg); transform: rotate3d(0, 0, 1, -45deg); opacity: 0; } to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); opacity: 1; }}@keyframes rotateInDownLeft { from { -webkit-transform: rotate3d(0, 0, 1, -45deg); transform: rotate3d(0, 0, 1, -45deg); opacity: 0; } to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); opacity: 1; }}.animate__rotateInDownLeft { -webkit-animation-name: rotateInDownLeft; animation-name: rotateInDownLeft; -webkit-transform-origin: left bottom; transform-origin: left bottom;}@-webkit-keyframes rotateInDownRight { from { -webkit-transform: rotate3d(0, 0, 1, 45deg); transform: rotate3d(0, 0, 1, 45deg); opacity: 0; } to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); opacity: 1; }}@keyframes rotateInDownRight { from { -webkit-transform: rotate3d(0, 0, 1, 45deg); transform: rotate3d(0, 0, 1, 45deg); opacity: 0; } to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); opacity: 1; }}.animate__rotateInDownRight { -webkit-animation-name: rotateInDownRight; animation-name: rotateInDownRight; -webkit-transform-origin: right bottom; transform-origin: right bottom;}@-webkit-keyframes rotateInUpLeft { from { -webkit-transform: rotate3d(0, 0, 1, 45deg); transform: rotate3d(0, 0, 1, 45deg); opacity: 0; } to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); opacity: 1; }}@keyframes rotateInUpLeft { from { -webkit-transform: rotate3d(0, 0, 1, 45deg); transform: rotate3d(0, 0, 1, 45deg); opacity: 0; } to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); opacity: 1; }}.animate__rotateInUpLeft { -webkit-animation-name: rotateInUpLeft; animation-name: rotateInUpLeft; -webkit-transform-origin: left bottom; transform-origin: left bottom;}@-webkit-keyframes rotateInUpRight { from { -webkit-transform: rotate3d(0, 0, 1, -90deg); transform: rotate3d(0, 0, 1, -90deg); opacity: 0; } to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); opacity: 1; }}@keyframes rotateInUpRight { from { -webkit-transform: rotate3d(0, 0, 1, -90deg); transform: rotate3d(0, 0, 1, -90deg); opacity: 0; } to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); opacity: 1; }}.animate__rotateInUpRight { -webkit-animation-name: rotateInUpRight; animation-name: rotateInUpRight; -webkit-transform-origin: right bottom; transform-origin: right bottom;}/* Rotating exits */@-webkit-keyframes rotateOut { from { opacity: 1; } to { -webkit-transform: rotate3d(0, 0, 1, 200deg); transform: rotate3d(0, 0, 1, 200deg); opacity: 0; }}@keyframes rotateOut { from { opacity: 1; } to { -webkit-transform: rotate3d(0, 0, 1, 200deg); transform: rotate3d(0, 0, 1, 200deg); opacity: 0; }}.animate__rotateOut { -webkit-animation-name: rotateOut; animation-name: rotateOut; -webkit-transform-origin: center; transform-origin: center;}@-webkit-keyframes rotateOutDownLeft { from { opacity: 1; } to { -webkit-transform: rotate3d(0, 0, 1, 45deg); transform: rotate3d(0, 0, 1, 45deg); opacity: 0; }}@keyframes rotateOutDownLeft { from { opacity: 1; } to { -webkit-transform: rotate3d(0, 0, 1, 45deg); transform: rotate3d(0, 0, 1, 45deg); opacity: 0; }}.animate__rotateOutDownLeft { -webkit-animation-name: rotateOutDownLeft; animation-name: rotateOutDownLeft; -webkit-transform-origin: left bottom; transform-origin: left bottom;}@-webkit-keyframes rotateOutDownRight { from { opacity: 1; } to { -webkit-transform: rotate3d(0, 0, 1, -45deg); transform: rotate3d(0, 0, 1, -45deg); opacity: 0; }}@keyframes rotateOutDownRight { from { opacity: 1; } to { -webkit-transform: rotate3d(0, 0, 1, -45deg); transform: rotate3d(0, 0, 1, -45deg); opacity: 0; }}.animate__rotateOutDownRight { -webkit-animation-name: rotateOutDownRight; animation-name: rotateOutDownRight; -webkit-transform-origin: right bottom; transform-origin: right bottom;}@-webkit-keyframes rotateOutUpLeft { from { opacity: 1; } to { -webkit-transform: rotate3d(0, 0, 1, -45deg); transform: rotate3d(0, 0, 1, -45deg); opacity: 0; }}@keyframes rotateOutUpLeft { from { opacity: 1; } to { -webkit-transform: rotate3d(0, 0, 1, -45deg); transform: rotate3d(0, 0, 1, -45deg); opacity: 0; }}.animate__rotateOutUpLeft { -webkit-animation-name: rotateOutUpLeft; animation-name: rotateOutUpLeft; -webkit-transform-origin: left bottom; transform-origin: left bottom;}@-webkit-keyframes rotateOutUpRight { from { opacity: 1; } to { -webkit-transform: rotate3d(0, 0, 1, 90deg); transform: rotate3d(0, 0, 1, 90deg); opacity: 0; }}@keyframes rotateOutUpRight { from { opacity: 1; } to { -webkit-transform: rotate3d(0, 0, 1, 90deg); transform: rotate3d(0, 0, 1, 90deg); opacity: 0; }}.animate__rotateOutUpRight { -webkit-animation-name: rotateOutUpRight; animation-name: rotateOutUpRight; -webkit-transform-origin: right bottom; transform-origin: right bottom;}/* Specials */@-webkit-keyframes hinge { 0% { -webkit-animation-timing-function: ease-in-out; animation-timing-function: ease-in-out; } 20%, 60% { -webkit-transform: rotate3d(0, 0, 1, 80deg); transform: rotate3d(0, 0, 1, 80deg); -webkit-animation-timing-function: ease-in-out; animation-timing-function: ease-in-out; } 40%, 80% { -webkit-transform: rotate3d(0, 0, 1, 60deg); transform: rotate3d(0, 0, 1, 60deg); -webkit-animation-timing-function: ease-in-out; animation-timing-function: ease-in-out; opacity: 1; } to { -webkit-transform: translate3d(0, 700px, 0); transform: translate3d(0, 700px, 0); opacity: 0; }}@keyframes hinge { 0% { -webkit-animation-timing-function: ease-in-out; animation-timing-function: ease-in-out; } 20%, 60% { -webkit-transform: rotate3d(0, 0, 1, 80deg); transform: rotate3d(0, 0, 1, 80deg); -webkit-animation-timing-function: ease-in-out; animation-timing-function: ease-in-out; } 40%, 80% { -webkit-transform: rotate3d(0, 0, 1, 60deg); transform: rotate3d(0, 0, 1, 60deg); -webkit-animation-timing-function: ease-in-out; animation-timing-function: ease-in-out; opacity: 1; } to { -webkit-transform: translate3d(0, 700px, 0); transform: translate3d(0, 700px, 0); opacity: 0; }}.animate__hinge { -webkit-animation-duration: calc(1s * 2); animation-duration: calc(1s * 2); -webkit-animation-duration: calc(var(--animate-duration) * 2); animation-duration: calc(var(--animate-duration) * 2); -webkit-animation-name: hinge; animation-name: hinge; -webkit-transform-origin: top left; transform-origin: top left;}@-webkit-keyframes jackInTheBox { from { opacity: 0; -webkit-transform: scale(0.1) rotate(30deg); transform: scale(0.1) rotate(30deg); -webkit-transform-origin: center bottom; transform-origin: center bottom; } 50% { -webkit-transform: rotate(-10deg); transform: rotate(-10deg); } 70% { -webkit-transform: rotate(3deg); transform: rotate(3deg); } to { opacity: 1; -webkit-transform: scale(1); transform: scale(1); }}@keyframes jackInTheBox { from { opacity: 0; -webkit-transform: scale(0.1) rotate(30deg); transform: scale(0.1) rotate(30deg); -webkit-transform-origin: center bottom; transform-origin: center bottom; } 50% { -webkit-transform: rotate(-10deg); transform: rotate(-10deg); } 70% { -webkit-transform: rotate(3deg); transform: rotate(3deg); } to { opacity: 1; -webkit-transform: scale(1); transform: scale(1); }}.animate__jackInTheBox { -webkit-animation-name: jackInTheBox; animation-name: jackInTheBox;}/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */@-webkit-keyframes rollIn { from { opacity: 0; -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); } to { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }}@keyframes rollIn { from { opacity: 0; -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); } to { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }}.animate__rollIn { -webkit-animation-name: rollIn; animation-name: rollIn;}/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */@-webkit-keyframes rollOut { from { opacity: 1; } to { opacity: 0; -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); }}@keyframes rollOut { from { opacity: 1; } to { opacity: 0; -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); }}.animate__rollOut { -webkit-animation-name: rollOut; animation-name: rollOut;}/* Zooming entrances */@-webkit-keyframes zoomIn { from { opacity: 0; -webkit-transform: scale3d(0.3, 0.3, 0.3); transform: scale3d(0.3, 0.3, 0.3); } 50% { opacity: 1; }}@keyframes zoomIn { from { opacity: 0; -webkit-transform: scale3d(0.3, 0.3, 0.3); transform: scale3d(0.3, 0.3, 0.3); } 50% { opacity: 1; }}.animate__zoomIn { -webkit-animation-name: zoomIn; animation-name: zoomIn;}@-webkit-keyframes zoomInDown { from { opacity: 0; -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0); transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0); -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); } 60% { opacity: 1; -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0); transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0); -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); }}@keyframes zoomInDown { from { opacity: 0; -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0); transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0); -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); } 60% { opacity: 1; -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0); transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0); -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); }}.animate__zoomInDown { -webkit-animation-name: zoomInDown; animation-name: zoomInDown;}@-webkit-keyframes zoomInLeft { from { opacity: 0; -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0); transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0); -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); } 60% { opacity: 1; -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0); transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0); -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); }}@keyframes zoomInLeft { from { opacity: 0; -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0); transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0); -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); } 60% { opacity: 1; -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0); transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0); -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); }}.animate__zoomInLeft { -webkit-animation-name: zoomInLeft; animation-name: zoomInLeft;}@-webkit-keyframes zoomInRight { from { opacity: 0; -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0); transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0); -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); } 60% { opacity: 1; -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0); transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0); -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); }}@keyframes zoomInRight { from { opacity: 0; -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0); transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0); -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); } 60% { opacity: 1; -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0); transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0); -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); }}.animate__zoomInRight { -webkit-animation-name: zoomInRight; animation-name: zoomInRight;}@-webkit-keyframes zoomInUp { from { opacity: 0; -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0); transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0); -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); } 60% { opacity: 1; -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0); transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0); -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); }}@keyframes zoomInUp { from { opacity: 0; -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0); transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0); -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); } 60% { opacity: 1; -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0); transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0); -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); }}.animate__zoomInUp { -webkit-animation-name: zoomInUp; animation-name: zoomInUp;}/* Zooming exits */@-webkit-keyframes zoomOut { from { opacity: 1; } 50% { opacity: 0; -webkit-transform: scale3d(0.3, 0.3, 0.3); transform: scale3d(0.3, 0.3, 0.3); } to { opacity: 0; }}@keyframes zoomOut { from { opacity: 1; } 50% { opacity: 0; -webkit-transform: scale3d(0.3, 0.3, 0.3); transform: scale3d(0.3, 0.3, 0.3); } to { opacity: 0; }}.animate__zoomOut { -webkit-animation-name: zoomOut; animation-name: zoomOut;}@-webkit-keyframes zoomOutDown { 40% { opacity: 1; -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0); transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0); -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); } to { opacity: 0; -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0); transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0); -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); }}@keyframes zoomOutDown { 40% { opacity: 1; -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0); transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0); -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); } to { opacity: 0; -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0); transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0); -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); }}.animate__zoomOutDown { -webkit-animation-name: zoomOutDown; animation-name: zoomOutDown; -webkit-transform-origin: center bottom; transform-origin: center bottom;}@-webkit-keyframes zoomOutLeft { 40% { opacity: 1; -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); } to { opacity: 0; -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0); transform: scale(0.1) translate3d(-2000px, 0, 0); }}@keyframes zoomOutLeft { 40% { opacity: 1; -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); } to { opacity: 0; -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0); transform: scale(0.1) translate3d(-2000px, 0, 0); }}.animate__zoomOutLeft { -webkit-animation-name: zoomOutLeft; animation-name: zoomOutLeft; -webkit-transform-origin: left center; transform-origin: left center;}@-webkit-keyframes zoomOutRight { 40% { opacity: 1; -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); } to { opacity: 0; -webkit-transform: scale(0.1) translate3d(2000px, 0, 0); transform: scale(0.1) translate3d(2000px, 0, 0); }}@keyframes zoomOutRight { 40% { opacity: 1; -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); } to { opacity: 0; -webkit-transform: scale(0.1) translate3d(2000px, 0, 0); transform: scale(0.1) translate3d(2000px, 0, 0); }}.animate__zoomOutRight { -webkit-animation-name: zoomOutRight; animation-name: zoomOutRight; -webkit-transform-origin: right center; transform-origin: right center;}@-webkit-keyframes zoomOutUp { 40% { opacity: 1; -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0); transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0); -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); } to { opacity: 0; -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0); transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0); -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); }}@keyframes zoomOutUp { 40% { opacity: 1; -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0); transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0); -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); } to { opacity: 0; -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0); transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0); -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); }}.animate__zoomOutUp { -webkit-animation-name: zoomOutUp; animation-name: zoomOutUp; -webkit-transform-origin: center bottom; transform-origin: center bottom;}/* Sliding entrances */@-webkit-keyframes slideInDown { from { -webkit-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0); visibility: visible; } to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }}@keyframes slideInDown { from { -webkit-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0); visibility: visible; } to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }}.animate__slideInDown { -webkit-animation-name: slideInDown; animation-name: slideInDown;}@-webkit-keyframes slideInLeft { from { -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); visibility: visible; } to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }}@keyframes slideInLeft { from { -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); visibility: visible; } to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }}.animate__slideInLeft { -webkit-animation-name: slideInLeft; animation-name: slideInLeft;}@-webkit-keyframes slideInRight { from { -webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); visibility: visible; } to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }}@keyframes slideInRight { from { -webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); visibility: visible; } to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }}.animate__slideInRight { -webkit-animation-name: slideInRight; animation-name: slideInRight;}@-webkit-keyframes slideInUp { from { -webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0); visibility: visible; } to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }}@keyframes slideInUp { from { -webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0); visibility: visible; } to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }}.animate__slideInUp { -webkit-animation-name: slideInUp; animation-name: slideInUp;}/* Sliding exits */@-webkit-keyframes slideOutDown { from { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } to { visibility: hidden; -webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0); }}@keyframes slideOutDown { from { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } to { visibility: hidden; -webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0); }}.animate__slideOutDown { -webkit-animation-name: slideOutDown; animation-name: slideOutDown;}@-webkit-keyframes slideOutLeft { from { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } to { visibility: hidden; -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); }}@keyframes slideOutLeft { from { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } to { visibility: hidden; -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); }}.animate__slideOutLeft { -webkit-animation-name: slideOutLeft; animation-name: slideOutLeft;}@-webkit-keyframes slideOutRight { from { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } to { visibility: hidden; -webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); }}@keyframes slideOutRight { from { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } to { visibility: hidden; -webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); }}.animate__slideOutRight { -webkit-animation-name: slideOutRight; animation-name: slideOutRight;}@-webkit-keyframes slideOutUp { from { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } to { visibility: hidden; -webkit-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0); }}@keyframes slideOutUp { from { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } to { visibility: hidden; -webkit-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0); }}.animate__slideOutUp { -webkit-animation-name: slideOutUp; animation-name: slideOutUp;}/* 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; z-index: 5000;}.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: .75;}.slick-prev:before,.slick-next:before { font-family: 'slick'; font-size: 20px; line-height: 1; opacity: 1; color: #8B3C66; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;}.slick-prev { left: 20px;}.slick-prev:before { content: '←';}.slick-next { right: 20px;}.slick-next:before { content: '→';}.personal_value_slider .slick-prev:before,.personal_value_slider .slick-next:before { color: #EFE3CE !important; font-size: 25px !important;}.personal_value_slider .slick-prev,.personal_value_slider .slick-next { top: auto; bottom: 15px;}.personal_value_slider .slick-prev { left: 25px; } .personal_value_slider .slick-next { right: 30px;} /* dots */.slick-dots { position: absolute; bottom: -45px; z-index: 100; display: block; width: 100%; box-sizing: border-box; padding: 0 !important; margin: 0 !important; list-style: none; text-align: center;}.slick-dots li { position: relative; display: inline-block; width: 25px; height: 25px; margin: 0 2px; padding: 0; cursor: pointer;}.slick-dots li button { font-size: 0; line-height: 0; display: block; width: 20px; 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: 10px; line-height: 20px; position: absolute; top: 0; left: 0; width: 25px; height: 25px; content: '•'; text-align: center; opacity: .5; color: #718473; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;}.slick-dots li.slick-active button:before { opacity: 1; color: #718473;}.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); }}