
/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 *
 * ==|== normalize ==========================================================
 */


/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }


/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

html, button, input, select, textarea { font-family: sans-serif; color: #222; }

body { margin: 0; font-size: 1em; line-height: 1.4; }

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */

::-moz-selection { background: #90aabd; color: #fff; text-shadow: none; }
::selection { background: #90aabd; color: #fff; text-shadow: none; }


/* =============================================================================
   Links
   ========================================================================== */


/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; }


/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/i/440
 */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

/*
 * Correct overflow not hidden in IE9
 */

svg:not(:root) { overflow: hidden; }


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor:default; }

/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */

legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 */

button, input { line-height: normal; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 * 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }

/*
 * Re-set default cursor for disabled elements
 */

button[disabled], input[disabled] { cursor: default; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }

/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */

textarea { overflow: auto; vertical-align: top; resize: vertical; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* =============================================================================
   Chrome Frame Prompt
   ========================================================================== */

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }


/* ==|== primary styles =====================================================
   Author:
   ========================================================================== */




/* ==|== media queries ======================================================
   EXAMPLE Media Query for Responsive Design.
   This example overrides the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}



/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: h5bp.com/q */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }



/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}

/**
 * Swiper 5.4.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 16, 2020
 */

@font-face{font-family:swiper-icons;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-container-multirow>.swiper-wrapper{flex-wrap:wrap}.swiper-container-multirow-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-container-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-container-3d{perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-container-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(-1 * var(--swiper-navigation-size)/ 2);z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;text-transform:none;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-container-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-container-rtl .swiper-button-prev:after{content:'next'}.swiper-button-next.swiper-button-white,.swiper-button-prev.swiper-button-white{--swiper-navigation-color:#ffffff}.swiper-button-next.swiper-button-black,.swiper-button-prev.swiper-button-black{--swiper-navigation-color:#000000}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{opacity:1;background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white{--swiper-pagination-color:#ffffff}.swiper-pagination-black{--swiper-pagination-color:#000000}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;animation:swiper-preloader-spin 1s infinite linear;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}
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-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;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-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{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;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--current,.fancybox-slide--next,.fancybox-slide--previous{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;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-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:grab}.fancybox-is-grabbing .fancybox-content{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--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .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-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.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}.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:link,.fancybox-button:visited{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}.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--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:99998}.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}.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)}.fancybox-caption{background:linear-gradient(0deg,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%,transparent);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px;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}.fancybox-loading{animation:a 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 a{to{transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.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:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.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:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;transform:rotate(0deg)}.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:scaleX(1) translateZ(0)}.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:translateZ(0) scale(1)}@media (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))}}}.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}.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;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:link,.fancybox-share__button:visited{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;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;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:50%;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}@media (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}
@charset "UTF-8";
@font-face {
  font-family: "Gilroy";
  src: url("../font/Gilroy-Light.woff2") format("woff2"), url("../font/Gilroy-Light.woff") format("woff");
  font-style: normal;
  font-weight: 300;
  font-display: fallback;
}

@font-face {
  font-family: "Gilroy";
  src: url("../font/Gilroy-Regular.woff2") format("woff2"), url("../font/Gilroy-Regular.woff") format("woff");
  font-style: normal;
  font-weight: 400;
  font-display: fallback;
}

@font-face {
  font-family: "Gilroy";
  src: url("../font/Gilroy-Semibold.woff2") format("woff2"), url("../font/Gilroy-Semibold.woff") format("woff");
  font-style: normal;
  font-weight: 600;
  font-display: fallback;
}

@font-face {
  font-family: "Gilroy";
  src: url("../font/Gilroy-Bold.woff2") format("woff2"), url("../font/Gilroy-Bold.woff") format("woff");
  font-style: normal;
  font-weight: 700;
  font-display: fallback;
}

a, .link {
  outline: none;
  color: #1693FB;
  text-decoration: underline;
  background-color: transparent;
  transition: color 0.3s, border-color 0.3s;
}

a:hover, .link:hover {
  color: #fff;
  text-decoration: underline;
}

a:active, .link:active {
  color: #828282;
  text-decoration: underline;
}

.link--ib {
  display: inline-block;
  line-height: 1;
}

.link--bordered {
  text-decoration: none !important;
  border-bottom: 1px solid currentColor;
}

.link--dotted {
  text-decoration: none !important;
  border-bottom: 1px dotted;
  border-bottom-color: inherit;
}

.link--border-on-hover .link-inner {
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 0% 0.07em;
  transition: background-size 0.3s;
}

.link--border-on-hover:hover .link-inner {
  background-size: 100% 0.07em;
}

.link--icon-scale-on-hover .icon {
  transition: all 0.45s;
}

.link--icon-scale-on-hover:hover .icon {
  transform: scale(1.15);
}

sub, sup {
  font-size: 65%;
}

img {
  max-width: 100%;
}

img.fullwidth {
  display: block;
  width: 100%;
  height: auto;
}

p img.b-lazy {
  opacity: 0;
  transition: opacity 0.3s;
}

p img.b-loaded {
  opacity: 1;
}

strong {
  font-weight: 700;
}

h1, .h1 {
  font-size: 6rem;
  font-weight: 700;
  line-height: 1.05833;
  letter-spacing: 0;
  margin: 2.5rem 0 0;
}

@media (max-width: 767px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}

h1:first-child, .h1:first-child {
  margin-top: 0;
}

h2, .h2 {
  font-size: 4.85rem;
  font-weight: 700;
  line-height: 1.06186;
  letter-spacing: 0;
  margin: 2.5rem 0 0;
}

@media (max-width: 767px) {
  h2, .h2 {
    font-size: 1.8rem;
  }
}

h2:first-child, .h2:first-child {
  margin-top: 0;
}

h3, .h3 {
  font-size: 3.45rem;
  font-weight: 700;
  line-height: 0.86957;
  margin: 2.25rem 0 0;
}

@media (max-width: 767px) {
  h3, .h3 {
    font-size: 1.8rem;
    line-height: 1.05556;
  }
}

h3:first-child, .h3:first-child {
  margin-top: 0;
}

h4, .h4 {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.05833;
  margin: 1.75rem 0 0;
}

@media (max-width: 767px) {
  h4, .h4 {
    font-size: 1.6rem;
  }
}

h4:first-child, .h4:first-child {
  margin-top: 0;
}

h5, .h5 {
  font-size: 1.65rem;
  font-weight: 500;
  line-height: 1.18182;
  margin: 1.75rem 0 0;
}

@media (max-width: 1900px) {
  h5, .h5 {
    font-size: 1.4rem;
  }
}

@media (max-width: 1350px) {
  h5, .h5 {
    font-size: 1.2rem;
  }
}

h5:first-child, .h5:first-child {
  margin-top: 0;
}

h6, .h6 {
  font-size: 1.45rem;
  font-weight: 500;
  line-height: 1.2;
  margin: 1.75rem 0 0;
}

@media (max-width: 1900px) {
  h6, .h6 {
    font-size: 1.2rem;
  }
}

@media (max-width: 1350px) {
  h6, .h6 {
    font-size: 1rem;
  }
}

@media (max-width: 767px) {
  h6, .h6 {
    font-size: 0.9rem;
  }
}

h6:first-child, .h6:first-child {
  margin-top: 0;
}

p, .p {
  margin: 1.25rem 0 0;
}

p:first-child, .p:first-child {
  margin-top: 0;
}

ol, ul {
  margin: 0;
  padding: 0;
  margin-top: 1.75rem;
}

ol:first-child, ul:first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  ol, ul {
    margin-top: 0.75rem;
  }
}

ol li, ul li {
  margin: 0;
  padding: 0 0 0 1.5rem;
}

ol li:first-child, ul li:first-child {
  margin-top: 0;
}

li ul, li ol {
  margin-top: 1.5rem;
}

ul {
  list-style: none;
}

ul > li {
  position: relative;
  padding-left: 2.5rem;
  text-indent: -2.5rem;
  margin-top: 0.75rem;
}

ul > li:first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  ul > li {
    padding-left: 1.1rem;
    text-indent: -1.1rem;
  }
}

ul > li * {
  text-indent: 0;
}

ul > li:before {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  top: -0.12em;
  height: 0.75rem;
  width: 0.45rem;
  background: left center no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='15' viewBox='0 0 9 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.9435 15H6.55671e-07L0 1.72376e-07L3.9435 0L8.27328 7.5L3.9435 15Z' fill='%231693FB'/%3E%3C/svg%3E%0A");
  margin-right: 2.05rem;
  text-align: left;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-indent: 0;
  content: "";
}

@media (max-width: 767px) {
  ul > li:before {
    height: 0.5rem;
    width: 0.3rem;
    margin-right: 0.8rem;
  }
}

ol {
  counter-reset: ol_counter;
}

ol > li {
  text-indent: -2rem;
  list-style: none;
  padding: 0 0 0 2rem;
}

@media (max-width: 767px) {
  ol > li {
    padding-left: 1.25rem;
  }
}

ol > li:before {
  display: inline-block;
  text-indent: 0;
  width: 1.5rem;
  margin-right: 0.5rem;
  text-align: right;
  counter-increment: ol_counter;
  content: counter(ol_counter) ".";
}

nav ul, .nav ul {
  margin: 0;
  padding: 0;
}

nav li, .nav li {
  margin: 0;
  padding: 0;
  text-indent: 0;
}

nav li:before, .nav li:before {
  display: none;
}

table th, table td {
  padding: 0.15rem 0.5rem;
}

blockquote {
  border: 1px solid #CCD3DA;
  background-color: #fff;
  padding: 3rem;
  margin: 0;
  line-height: 1.47826;
  font-weight: 500;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

blockquote:first-child {
  margin-top: 0;
}

blockquote:last-child {
  margin-bottom: 0;
}

@media (max-width: 1900px) {
  blockquote {
    padding: 2.5rem;
  }
}

@media (max-width: 1259px) {
  blockquote {
    padding: 2rem;
  }
}

@media (max-width: 1023px) {
  blockquote {
    margin-top: 2rem;
    margin-bottom: 2rem;
    padding: 1.5rem;
  }
}

@media (max-width: 767px) {
  blockquote {
    margin: 1.5rem -0.8rem;
    padding: 1rem 0.75rem;
  }
}

figure {
  margin-top: 2.25rem;
  margin-bottom: 2.25rem;
}

figure:first-child {
  margin-top: 0;
}

figure:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  figure {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
  figure + * {
    margin-top: 1.25rem;
  }
}

figcaption {
  font-family: Gilroy, Arial, Helvetica, sans-serif;
  font-size: 0.65rem;
  line-height: 1.30769;
  padding: 0.85rem 0 0.6rem;
  border-bottom: 1px solid #F2F2F2;
  text-align: left;
}

.typography {
  line-height: 1.66667;
  letter-spacing: 0.07em;
}

@media (max-width: 767px) {
  .typography {
    line-height: 1.5;
  }
}

.typography a {
  text-decoration: none !important;
  color: #1693FB;
  border-bottom: 1px solid;
  border-color: #efefef;
}

.typography a:hover {
  border-color: #A81834;
}

.typography a:active {
  border-color: #A81834;
}

.typography p, .typography .p {
  margin-top: 1.5rem;
}

.typography p:first-child, .typography .p:first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .typography p, .typography .p {
    margin-top: 1.25rem;
  }
}

.typography h3 + p, .typography .h3 + p {
  margin-top: 1rem;
}

@media (max-width: 767px) {
  .typography h3 + p, .typography .h3 + p {
    margin-top: 0.75rem;
  }
}

@media (min-width: 768px) {
  .text-justify-inside blockquote, .text-justify-inside li, .text-justify-inside p, .text-justify-inside .p {
    text-align: justify;
  }
}

.letter-spacing-more {
  letter-spacing: 0.07em;
}

.only-for-notouch,
.only-for-touch {
  display: none !important;
}

.only-for-notouch-inline-block,
.only-for-touch-inline-block {
  display: none !important;
}

.only-for-notouch-inline,
.only-for-touch-inline {
  display: none !important;
}

.only-for-notouch-table,
.only-for-touch-table {
  display: none !important;
}

.only-for-notouch-table-row,
.only-for-touch-table-row {
  display: none !important;
}

.only-for-notouch-table-cell,
.only-for-touch-table-cell {
  display: none !important;
}

.only-for-notouch-flex,
.only-for-touch-flex {
  display: none !important;
}

.only-for-notouch-inline-flex,
.only-for-touch-inline-flex {
  display: none !important;
}

.no-touchevents .only-for-notouch,
.touchevents .only-for-touch {
  display: block !important;
}

.no-touchevents .only-for-notouch-inline-block,
.touchevents .only-for-touch-inline-block {
  display: inline-block !important;
}

.no-touchevents .only-for-notouch-inline,
.touchevents .only-for-touch-inline {
  display: inline !important;
}

.no-touchevents .only-for-notouch-table,
.touchevents .only-for-touch-table {
  display: table !important;
}

.no-touchevents .only-for-notouch-table-row,
.touchevents .only-for-touch-table-row {
  display: table-row !important;
}

.no-touchevents .only-for-notouch-table-cell,
.touchevents .only-for-touch-table-cell {
  display: table-cell !important;
}

.no-touchevents .only-for-notouch-flex,
.touchevents .only-for-touch-flex {
  display: flex !important;
}

.no-touchevents .only-for-notouch-inline-flex,
.touchevents .only-for-touch-inline-flex {
  display: inline-flex !important;
}

.screen-xxxl-show {
  display: none !important;
}

.screen-xxxl-show-inline-block {
  display: none !important;
}

.screen-xxxl-show-inline {
  display: none !important;
}

.screen-xxxl-show-table {
  display: none !important;
}

.screen-xxxl-show-table-row {
  display: none !important;
}

.screen-xxxl-show-table-cell {
  display: none !important;
}

.screen-xxxl-show-flex {
  display: none !important;
}

.screen-xxxl-show-inline-flex {
  display: none !important;
}

.screen-xxl-show {
  display: none !important;
}

.screen-xxl-show-inline-block {
  display: none !important;
}

.screen-xxl-show-inline {
  display: none !important;
}

.screen-xxl-show-table {
  display: none !important;
}

.screen-xxl-show-table-row {
  display: none !important;
}

.screen-xxl-show-table-cell {
  display: none !important;
}

.screen-xxl-show-flex {
  display: none !important;
}

.screen-xxl-show-inline-flex {
  display: none !important;
}

.screen-xl-show {
  display: none !important;
}

.screen-xl-show-inline-block {
  display: none !important;
}

.screen-xl-show-inline {
  display: none !important;
}

.screen-xl-show-table {
  display: none !important;
}

.screen-xl-show-table-row {
  display: none !important;
}

.screen-xl-show-table-cell {
  display: none !important;
}

.screen-xl-show-flex {
  display: none !important;
}

.screen-xl-show-inline-flex {
  display: none !important;
}

.tablet-show {
  display: none !important;
}

.tablet-show-inline-block {
  display: none !important;
}

.tablet-show-inline {
  display: none !important;
}

.tablet-show-table {
  display: none !important;
}

.tablet-show-table-row {
  display: none !important;
}

.tablet-show-table-cell {
  display: none !important;
}

.tablet-show-flex {
  display: none !important;
}

.tablet-show-inline-flex {
  display: none !important;
}

.tablet-small-show {
  display: none !important;
}

.tablet-small-show-inline-block {
  display: none !important;
}

.tablet-small-show-inline {
  display: none !important;
}

.tablet-small-show-table {
  display: none !important;
}

.tablet-small-show-table-row {
  display: none !important;
}

.tablet-small-show-table-cell {
  display: none !important;
}

.tablet-small-show-flex {
  display: none !important;
}

.tablet-small-show-inline-flex {
  display: none !important;
}

.mobile-show {
  display: none !important;
}

.mobile-show-inline-block {
  display: none !important;
}

.mobile-show-inline {
  display: none !important;
}

.mobile-show-table {
  display: none !important;
}

.mobile-show-table-row {
  display: none !important;
}

.mobile-show-table-cell {
  display: none !important;
}

.mobile-show-flex {
  display: none !important;
}

.mobile-show-inline-flex {
  display: none !important;
}

.mobile-small-show {
  display: none !important;
}

.mobile-small-show-inline-block {
  display: none !important;
}

.mobile-small-show-inline {
  display: none !important;
}

.mobile-small-show-table {
  display: none !important;
}

.mobile-small-show-table-row {
  display: none !important;
}

.mobile-small-show-table-cell {
  display: none !important;
}

.mobile-small-show-flex {
  display: none !important;
}

.mobile-small-show-inline-flex {
  display: none !important;
}

.mobile-xsmall-show {
  display: none !important;
}

.mobile-xsmall-show-inline-block {
  display: none !important;
}

.mobile-xsmall-show-inline {
  display: none !important;
}

.mobile-xsmall-show-table {
  display: none !important;
}

.mobile-xsmall-show-table-row {
  display: none !important;
}

.mobile-xsmall-show-table-cell {
  display: none !important;
}

.mobile-xsmall-show-flex {
  display: none !important;
}

.mobile-xsmall-show-inline-flex {
  display: none !important;
}

.mobile-xxsmall-show {
  display: none !important;
}

.mobile-xxsmall-show-inline-block {
  display: none !important;
}

.mobile-xxsmall-show-inline {
  display: none !important;
}

.mobile-xxsmall-show-table {
  display: none !important;
}

.mobile-xxsmall-show-table-row {
  display: none !important;
}

.mobile-xxsmall-show-table-cell {
  display: none !important;
}

.mobile-xxsmall-show-flex {
  display: none !important;
}

.mobile-xxsmall-show-inline-flex {
  display: none !important;
}

.mobile-xxxsmall-show {
  display: none !important;
}

.mobile-xxxsmall-show-inline-block {
  display: none !important;
}

.mobile-xxxsmall-show-inline {
  display: none !important;
}

.mobile-xxxsmall-show-table {
  display: none !important;
}

.mobile-xxxsmall-show-table-row {
  display: none !important;
}

.mobile-xxxsmall-show-table-cell {
  display: none !important;
}

.mobile-xxxsmall-show-flex {
  display: none !important;
}

.mobile-xxxsmall-show-inline-flex {
  display: none !important;
}

.initial-hide {
  display: none !important;
}

.initial-show {
  display: block !important;
}

.initial-show-inline-block {
  display: inline-block !important;
}

.initial-show-inline {
  display: inline !important;
}

.initial-show-table {
  display: table !important;
}

.initial-show-table-row {
  display: table-row !important;
}

.initial-show-table-cell {
  display: table-cell !important;
}

.initial-show-flex {
  display: flex !important;
}

.initial-show-inline-flex {
  display: inline-flex !important;
}

@media (max-width: 1900px) {
  .screen-xxxl-hide {
    display: none !important;
  }
  .screen-xxxl-show {
    display: block !important;
  }
  .screen-xxxl-show-inline-block {
    display: inline-block !important;
  }
  .screen-xxxl-show-inline {
    display: inline !important;
  }
  .screen-xxxl-show-table {
    display: table !important;
  }
  .screen-xxxl-show-table-row {
    display: table-row !important;
  }
  .screen-xxxl-show-table-cell {
    display: table-cell !important;
  }
  .screen-xxxl-show-flex {
    display: flex !important;
  }
  .screen-xxxl-show-inline-flex {
    display: inline-flex !important;
  }
}

@media (max-width: 1580px) {
  .screen-xxl-hide {
    display: none !important;
  }
  .screen-xxl-show {
    display: block !important;
  }
  .screen-xxl-show-inline-block {
    display: inline-block !important;
  }
  .screen-xxl-show-inline {
    display: inline !important;
  }
  .screen-xxl-show-table {
    display: table !important;
  }
  .screen-xxl-show-table-row {
    display: table-row !important;
  }
  .screen-xxl-show-table-cell {
    display: table-cell !important;
  }
  .screen-xxl-show-flex {
    display: flex !important;
  }
  .screen-xxl-show-inline-flex {
    display: inline-flex !important;
  }
}

@media (max-width: 1350px) {
  .screen-xl-hide {
    display: none !important;
  }
  .screen-xl-show {
    display: block !important;
  }
  .screen-xl-show-inline-block {
    display: inline-block !important;
  }
  .screen-xl-show-inline {
    display: inline !important;
  }
  .screen-xl-show-table {
    display: table !important;
  }
  .screen-xl-show-table-row {
    display: table-row !important;
  }
  .screen-xl-show-table-cell {
    display: table-cell !important;
  }
  .screen-xl-show-flex {
    display: flex !important;
  }
  .screen-xl-show-inline-flex {
    display: inline-flex !important;
  }
}

@media (max-width: 1259px) {
  .tablet-hide {
    display: none !important;
  }
  .tablet-show {
    display: block !important;
  }
  .tablet-show-inline-block {
    display: inline-block !important;
  }
  .tablet-show-inline {
    display: inline !important;
  }
  .tablet-show-table {
    display: table !important;
  }
  .tablet-show-table-row {
    display: table-row !important;
  }
  .tablet-show-table-cell {
    display: table-cell !important;
  }
  .tablet-show-flex {
    display: flex !important;
  }
  .tablet-show-inline-flex {
    display: inline-flex !important;
  }
}

@media (max-width: 1023px) {
  .tablet-small-hide {
    display: none !important;
  }
  .tablet-small-show {
    display: block !important;
  }
  .tablet-small-show-inline-block {
    display: inline-block !important;
  }
  .tablet-small-show-inline {
    display: inline !important;
  }
  .tablet-small-show-table {
    display: table !important;
  }
  .tablet-small-show-table-row {
    display: table-row !important;
  }
  .tablet-small-show-table-cell {
    display: table-cell !important;
  }
  .tablet-small-show-flex {
    display: flex !important;
  }
  .tablet-small-show-inline-flex {
    display: inline-flex !important;
  }
}

@media (max-width: 767px) {
  .mobile-hide {
    display: none !important;
  }
  .mobile-show {
    display: block !important;
  }
  .mobile-show-inline-block {
    display: inline-block !important;
  }
  .mobile-show-inline {
    display: inline !important;
  }
  .mobile-show-table {
    display: table !important;
  }
  .mobile-show-table-row {
    display: table-row !important;
  }
  .mobile-show-table-cell {
    display: table-cell !important;
  }
  .mobile-show-flex {
    display: flex !important;
  }
  .mobile-show-inline-flex {
    display: inline-flex !important;
  }
}

@media (max-width: 479px) {
  .mobile-small-hide {
    display: none !important;
  }
  .mobile-small-show {
    display: block !important;
  }
  .mobile-small-show-inline-block {
    display: inline-block !important;
  }
  .mobile-small-show-inline {
    display: inline !important;
  }
  .mobile-small-show-table {
    display: table !important;
  }
  .mobile-small-show-table-row {
    display: table-row !important;
  }
  .mobile-small-show-table-cell {
    display: table-cell !important;
  }
  .mobile-small-show-flex {
    display: flex !important;
  }
  .mobile-small-show-inline-flex {
    display: inline-flex !important;
  }
}

@media (max-width: 413px) {
  .mobile-xsmall-hide {
    display: none !important;
  }
  .mobile-xsmall-show {
    display: block !important;
  }
  .mobile-xsmall-show-inline-block {
    display: inline-block !important;
  }
  .mobile-xsmall-show-inline {
    display: inline !important;
  }
  .mobile-xsmall-show-table {
    display: table !important;
  }
  .mobile-xsmall-show-table-row {
    display: table-row !important;
  }
  .mobile-xsmall-show-table-cell {
    display: table-cell !important;
  }
  .mobile-xsmall-show-flex {
    display: flex !important;
  }
  .mobile-xsmall-show-inline-flex {
    display: inline-flex !important;
  }
}

@media (max-width: 374px) {
  .mobile-xxsmall-hide {
    display: none !important;
  }
  .mobile-xxsmall-show {
    display: block !important;
  }
  .mobile-xxsmall-show-inline-block {
    display: inline-block !important;
  }
  .mobile-xxsmall-show-inline {
    display: inline !important;
  }
  .mobile-xxsmall-show-table {
    display: table !important;
  }
  .mobile-xxsmall-show-table-row {
    display: table-row !important;
  }
  .mobile-xxsmall-show-table-cell {
    display: table-cell !important;
  }
  .mobile-xxsmall-show-flex {
    display: flex !important;
  }
  .mobile-xxsmall-show-inline-flex {
    display: inline-flex !important;
  }
}

@media (max-width: 359px) {
  .mobile-xxxsmall-hide {
    display: none !important;
  }
  .mobile-xxxsmall-show {
    display: block !important;
  }
  .mobile-xxxsmall-show-inline-block {
    display: inline-block !important;
  }
  .mobile-xxxsmall-show-inline {
    display: inline !important;
  }
  .mobile-xxxsmall-show-table {
    display: table !important;
  }
  .mobile-xxxsmall-show-table-row {
    display: table-row !important;
  }
  .mobile-xxxsmall-show-table-cell {
    display: table-cell !important;
  }
  .mobile-xxxsmall-show-flex {
    display: flex !important;
  }
  .mobile-xxxsmall-show-inline-flex {
    display: inline-flex !important;
  }
}

/*

Icons

*/
.icon {
  position: relative;
  display: inline-block;
  fill: currentColor;
  width: 1em;
  height: 1em;
  letter-spacing: 0;
  line-height: 1;
}

.icon--default {
  top: -0.05rem;
  vertical-align: middle;
  font-size: 0.6rem;
}

.icon--10 {
  font-size: 0.5rem;
}

.icon--12 {
  font-size: 0.6rem;
}

.icon--16 {
  font-size: 0.8rem;
}

.icon--20 {
  font-size: 1rem;
}

.icon--24 {
  font-size: 1.2rem;
}

.icon--32 {
  font-size: 1.6rem;
}

.icon--48 {
  font-size: 2.4rem;
}

.icon--logo {
  width: 6.21429em;
}

.icon--chevron-right {
  width: 0.58769em;
}

.icon--heart {
  width: 1.11111em;
}

/*

Column Layout

*/
.cols {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.cols--auto {
  table-layout: auto;
}

.cols--fullheight {
  height: 100%;
}

.cols__inner {
  display: table-row;
}

.col {
  display: table-cell;
  vertical-align: top;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  flex-grow: 1;
  min-width: 0;
}

.cols-row {
  display: table-row;
}

.cols-w {
  margin-top: 1.5rem;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.cols-w:first-child {
  margin-top: 0;
}

.cols-w:after {
  content: "";
  display: table;
  clear: both;
}

.cols-w--no-padding {
  margin-left: 0;
  margin-right: 0;
}

.cols-w--no-padding > .cols > .col {
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 767px) {
  .cols-w--mobile-plain > .cols {
    display: inline-block;
    vertical-align: top;
    margin-bottom: -1rem;
  }
  .cols-w--mobile-plain > .cols.col {
    width: auto;
  }
}

@media (max-width: 767px) {
  .cols-w--mobile-plain > .cols > .col {
    display: block;
    width: auto;
    margin-bottom: 1rem;
  }
}

.cols--reverse {
  direction: rtl;
}

.cols--reverse > .col {
  direction: ltr;
}

.col--fit {
  width: 1px;
}

.col--expander {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.col--1-12 {
  width: 8.33333%;
}

.col--2-12 {
  width: 16.66667%;
}

.col--3-12 {
  width: 25%;
}

.col--4-12 {
  width: 33.33333%;
}

.col--5-12 {
  width: 41.66667%;
}

.col--6-12 {
  width: 50%;
}

.col--7-12 {
  width: 58.33333%;
}

.col--8-12 {
  width: 66.66667%;
}

.col--9-12 {
  width: 75%;
}

.col--10-12 {
  width: 83.33333%;
}

.col--11-12 {
  width: 91.66667%;
}

.col--12-12 {
  width: 100%;
}

.col--1-4 {
  width: 25%;
}

.col--3-4 {
  width: 75%;
}

.col--1-3 {
  width: 33.33%;
}

.col--2-3 {
  width: 66.66%;
}

.col--1-2 {
  width: 50%;
}

.cols--flex {
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: center;
  flex-wrap: nowrap;
}

.cols--flex > .col {
  display: block;
  flex: auto 1 1;
}

.cols--flex > .col--fit {
  width: auto;
  flex: auto 0 0;
}

/*

Textfields

*/
textarea,
input,
button {
  -webkit-font-smoothing: antialiased;
  outline: none;
  line-height: 1.25;
  font-family: inherit;
}

.textfield {
  position: relative;
  z-index: 0;
  display: inline-block;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.285714285714286;
  letter-spacing: 0.02em;
  background: transparent;
  color: #fff;
  padding: 0.6rem 0;
  min-height: 2.45rem;
  width: 100%;
  border: none;
  box-shadow: inset 0 -0.05rem 0 rgba(242, 242, 242, 0.5);
  border-radius: 0;
  -webkit-appearance: none !important;
  outline: none;
  resize: none;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: color 0.3s, background-color 0.3s, border-color 0.3s, box-shadow 0.3s;
}

@media (max-width: 767px) {
  .textfield {
    font-size: 0.8rem;
    padding: 0.7rem 0 0.75rem;
  }
}

.textfield:hover {
  box-shadow: inset 0 -0.1rem 0 rgba(242, 242, 242, 0.5);
}

.textfield:focus, .textfield.filled {
  outline: none;
  box-shadow: inset 0 -0.1rem 0 rgba(242, 242, 242, 0.5);
}

.textfield:invalid {
  background: transparent;
}

.textfield:-webkit-autofill {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  background-color: #000 !important;
  box-shadow: inset 0 -0.05rem 0 rgba(242, 242, 242, 0.5), inset 0 0 0 15rem #000;
}

.textfield.error {
  box-shadow: inset 0 -0.1rem 0 #1693FB;
}

.textfield::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

.textfield::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}

.textfield::-moz-placeholder {
  color: #fff;
  opacity: 1;
}

.textfield:-moz-placeholder {
  color: #fff;
  opacity: 1;
}

.textfield:-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}

.textfield-icon {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 2.25rem;
  font-size: 0.8rem;
}

.textfield-icon .icon {
  top: -0.1rem;
}

.textfield-icon .icon--mail {
  font-size: 1rem;
}

.textfield-icon .icon--phone {
  font-size: 0.85rem;
}

.textfield-icon .icon--comment {
  font-size: 1.05rem;
}

.textfield[disabled], .textfield.disabled {
  color: #fff;
  opacity: 0.6;
  border-color: transparent;
  cursor: default;
  cursor: not-allowed;
  z-index: 2;
}

.textfield--large {
  padding: 0;
  line-height: 1.2;
  font-size: 3rem;
  min-height: 3.6rem;
}

textarea.textfield {
  white-space: pre-wrap;
  overflow-y: auto;
  overflow-x: hidden;
  height: auto;
  -webkit-overflow-scrolling: touch;
  padding: 0.5rem 0 0.55rem;
  min-height: 0;
  line-height: 1.8;
  max-height: 7.85rem;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}

input[type="number"] {
  /* autoprefixer ignore next */
  -moz-appearance: textfield !important;
  /* Firefox */
}

.textfield-wrapper {
  position: relative;
}

.textfield-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.285714285714286;
  letter-spacing: 0.02em;
  color: #fff;
  padding: 0.6rem 0.25rem 0.3rem;
  margin: 0 0 0 -0.25rem;
  max-width: 100%;
  z-index: 2;
  pointer-events: none;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  visibility: hidden;
  transition: all 0.3s, visibility 0s 0.3s;
}

@media (max-width: 767px) {
  .textfield-placeholder {
    font-size: 0.8rem;
    padding: 0.7rem 0.25rem 0.3rem;
  }
}

.ready .textfield-placeholder {
  visibility: visible;
  transition-delay: 0s;
}

.textfield--placeholder-hide-on-hover:hover + .textfield-placeholder {
  visibility: hidden;
}

textarea.textfield + .textfield-placeholder {
  white-space: normal;
}

.textfield-wrapper--placeholder-top .textfield-placeholder,
.textfield--placeholder-top + .textfield-placeholder,
.textfield.filled + .textfield-placeholder,
.textfield:focus + .textfield-placeholder {
  color: #828282;
  text-shadow: 0 0 0.25rem #000, 0 0 0.25rem #000, 0 0 0.25rem #000, 0 0 0.25rem #000, 0 0 0.25rem #000, 0 0 0.25rem #000, 0 0 0.25rem #000, 0 0 0.25rem #000, 0 0 0.25rem #000, 0 0 0.25rem #000, 0 0 0.25rem #000, 0 0 0.25rem #000, 0 0 0.25rem #000, 0 0 0.25rem #000, 0 0 0.25rem #000, 0 0 0.25rem #000, 0 0 0.25rem #000, 0 0 0.25rem #000;
  top: -0.75rem;
  font-size: 0.6rem;
  line-height: 0.85;
  letter-spacing: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  visibility: visible;
}

.textfield[placeholder] + .textfield-placeholder {
  opacity: 0;
  transition-duration: 0;
}

.textfield[placeholder].filled + .textfield-placeholder,
.textfield[placeholder]:focus + .textfield-placeholder {
  opacity: 1;
}

.textfield[disabled] + .textfield-placeholder,
.textfield.disabled + .textfield-placeholder {
  opacity: 0.6;
}

.textfield[disabled].filled + .textfield-placeholder,
.textfield.disabled.filled + .textfield-placeholder {
  opacity: 0.6;
}

/*

Input Spinner

*/
.input-spin {
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-size: 0;
}

.input-spin--fullwidth {
  width: 100%;
}

.input-spin__btn {
  position: absolute;
  left: 1rem;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  color: #1693FB;
  cursor: default;
  -webkit-user-select: none;
          user-select: none;
  text-indent: -499.95rem;
  opacity: 0.5;
  z-index: 1;
}

@media (max-width: 767px) {
  .input-spin__btn {
    left: 0.5rem;
  }
}

.input-spin__btn:before {
  position: absolute;
  top: -0.15rem;
  right: -0.35rem;
  bottom: -0.15rem;
  left: -0.35rem;
  content: '';
}

.input-spin__btn--plus {
  bottom: 50%;
  margin: 0 0 0.15rem -0.3rem;
}

.input-spin__btn--plus:before {
  top: -0.5rem;
}

.input-spin__btn--plus:after {
  display: block;
  border-style: solid;
  border-width: 0 0.3rem 0.35rem 0.3rem;
  border-color: transparent transparent currentColor transparent;
  content: '';
}

.input-spin__btn--minus {
  top: 50%;
  margin: 0.15rem 0 0 -0.3rem;
}

.input-spin__btn--minus:before {
  bottom: -0.5rem;
}

.input-spin__btn--minus:after {
  display: block;
  border-style: solid;
  border-width: 0.35rem 0.3rem 0 0.3rem;
  border-color: currentColor transparent transparent transparent;
  content: '';
}

.input-spin__btn.active {
  opacity: 1;
  cursor: pointer;
}

.input-spin__textfield {
  display: inline-block;
  vertical-align: middle;
  padding-left: 2rem;
  -webkit-user-select: none;
          user-select: none;
}

@media (max-width: 767px) {
  .input-spin__textfield {
    padding-left: 1.4rem;
  }
}

/*

Buttons

*/
.btn {
  position: relative;
  display: inline-block;
  display: inline-flex;
  flex: auto 0 0;
  justify-content: center;
  align-items: center;
  outline: none;
  text-decoration: none;
  text-transform: none;
  letter-spacing: 0;
  text-align: center;
  font-family: Gilroy, Arial, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.02em;
  border: none;
  border-radius: 0;
  padding: 0.25rem 1.5rem;
  min-width: 3rem;
  height: 3rem;
  vertical-align: middle;
  color: #fff !important;
  -webkit-appearance: none;
  background: #1693FB;
  -webkit-user-select: none;
          user-select: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  box-sizing: border-box;
  transition: all 0.3s;
  cursor: pointer;
  z-index: 0;
}

@media (max-width: 767px) {
  .btn {
    font-size: 0.8rem;
  }
}

.btn:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 1px solid transparent;
  content: '';
  transition: all 0.3s;
}

.btn::-moz-focus-inner {
  padding: 0 !important;
  border: 0 none !important;
}

.btn:hover {
  text-decoration: none;
  color: #fff !important;
  background-color: #A81834;
}

.btn.active, .btn:active {
  text-decoration: none;
  color: #fff !important;
  background-color: #828282;
}

.btn[disabled], .btn.disabled {
  background: #1693FB;
  color: #fff !important;
  cursor: default;
  cursor: not-allowed;
  opacity: 0.5;
}

.btn + .btn {
  margin-left: 1rem;
}

.btn > input[type='file'] {
  opacity: 0;
  font-size: 6rem;
  position: absolute;
  top: -1rem;
  right: -0.5rem;
  vertical-align: top;
  z-index: 3;
  cursor: pointer;
}

.btn .icon {
  margin: -0.25rem 0.8rem;
}

.btn .icon:first-child {
  margin-left: 0;
}

.btn .icon:last-child {
  margin-right: 0;
}

.btn .icon--arrow-long-right {
  top: 0.1rem;
  font-size: 0.6rem;
  width: 4.58333em;
}

@media (max-width: 767px) {
  .btn .icon--arrow-long-right {
    top: 0.05rem;
  }
}

.btn .icon--arrow-long-up {
  top: 0.2rem;
  font-size: 1.6rem;
  width: 0.375em;
}

.btn.loading {
  cursor: default;
  pointer-events: none;
}

.btn--trigger-parent:after {
  position: absolute;
  top: -25rem;
  right: -25rem;
  bottom: -25rem;
  left: -25rem;
  content: '';
}

.btn--fullwidth {
  width: 100%;
  margin-top: 1rem;
}

.btn--fullwidth:first-child {
  margin-top: 0;
}

.btn--transparent {
  background: transparent;
  color: inherit !important;
}

.btn--transparent:before {
  display: none;
}

.btn--transparent:hover {
  color: #fff !important;
  background-color: #96B7BC;
}

.btn--transparent.active, .btn--transparent:active {
  color: #fff !important;
  background-color: #96B7BC;
}

.btn--transparent[disabled], .btn--transparent.disabled {
  color: inherit !important;
  background: transparent;
}

.btn--link {
  color: #1693FB !important;
  background: transparent;
}

.btn--link:before {
  display: none;
}

.btn--link:hover {
  color: #fff !important;
  background: transparent;
}

.btn--link.active, .btn--link:active {
  color: #828282 !important;
  background: transparent;
}

.btn--link[disabled], .btn--link.disabled {
  color: #1693FB !important;
  background: transparent;
}

.btn--flarger {
  font-size: 1.3rem;
}

@media (max-width: 767px) {
  .btn--flarger {
    font-size: 0.8rem;
  }
}

.btn--large {
  height: 3.6rem;
}

.btn--nopadding {
  padding-left: 0;
  padding-right: 0;
}

.btn--nominw {
  min-width: 0;
}

/*

Loaders

*/
.loader {
  display: inline-block;
  vertical-align: middle;
  height: 1em;
  width: 1em;
  font-size: 2.4rem;
  line-height: 1;
  opacity: 0;
  transition: opacity 0.3s;
  pointer-events: none;
  text-indent: 0;
}

.btn .loader, .loader-set-absolute > .loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.loading > .loader {
  opacity: 1;
}

.loader.active {
  opacity: 1;
}

.loader * {
  fill: currentColor;
}

.btn .loader * {
  fill: currentColor;
}

.loader svg {
  width: 100%;
  height: 100%;
}

.btn-loader-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 0.3s;
}

.loading > .btn-loader-inner {
  opacity: 0;
}

.spin-on-load {
  animation: linear infinite 1s;
}

.btn.loading .spin-on-load {
  animation-name: spin;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*

Sliders

 */
.swiper-slider {
  position: relative;
  margin-top: 3.25rem;
}

.swiper-slider:first-child {
  margin-top: 0;
}

.swiper-lazy-preloader {
  top: 50% !important;
}

.swiper-buttons {
  display: flex;
  font-size: 0;
  align-items: center;
}

.swiper-buttons .swiper-button {
  margin-left: 0.75rem;
}

.swiper-buttons .swiper-button:first-child {
  margin-left: 0;
}

.swiper-buttons .swiper-pagination-progressbar {
  margin-left: 1.25rem;
}

.swiper-buttons .swiper-fraction {
  margin-left: 1.25rem;
}

.swiper-buttons .swiper-fraction:first-child {
  margin-left: 0;
}

.swiper-button {
  position: absolute;
  top: 0;
  z-index: 2;
  display: inline-block;
  vertical-align: top;
  display: flex;
  flex: auto 0 0;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 3.5rem;
  border-radius: 0;
  font-size: 2rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  color: #1693FB !important;
  outline: none;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
  transition: all 0.3s;
}

.swiper-button .icon {
  vertical-align: top;
}

.swiper-button:after {
  content: '';
}

.swiper-button:hover {
  color: #fff !important;
}

.swiper-button:active {
  color: #828282 !important;
}

.swiper-button.swiper-button-disabled {
  color: #1693FB !important;
  opacity: 0.5;
  cursor: default;
}

.swiper-button.swiper-button-unneeded {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.swiper-button--prev {
  left: 0;
}

.swiper-button--next {
  right: 0;
}

.swiper-fraction {
  text-align: right;
  font-size: 0.95rem;
  line-height: 1.63158;
  font-weight: 500;
  color: #AFB9BF;
  min-width: 1.84211em;
}

.swiper-fraction .swiper-pagination-current {
  color: #000;
}

.swiper-pagination-progressbar {
  position: relative;
  flex: auto 1 1;
  height: 0.25rem;
  background-color: #CFCECD;
  transform-origin: 0 100%;
  transform: skewX(-45deg);
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background-color: #A81834;
}

.swiper-pagination {
  position: absolute;
  z-index: 1;
  pointer-events: none;
  text-align: center;
  font-size: 0;
  line-height: 1;
  min-height: 0.15rem;
  margin-left: -0.3rem;
  margin-right: -0.3rem;
  margin-bottom: -0.6rem;
  pointer-events: none;
}

@media (max-width: 767px) {
  .swiper-pagination {
    min-height: 0.5rem;
  }
}

.swiper-pagination.swiper-pagination-bullets {
  bottom: auto;
  top: 100%;
  margin-top: 0.6rem;
  left: 0;
  right: 0;
  text-align: right;
}

.swiper-pagination.swiper-pagination--vert {
  left: 100%;
  margin: 0 0 0 0.6rem;
  right: auto;
  top: 0;
  bottom: auto;
}

.swiper-pagination.swiper-pagination--vert .swiper-pagination-bullet {
  display: block;
  height: 1.35rem;
  width: 0.15rem;
}

.swiper-pagination--static {
  position: relative;
  margin-top: 2.25rem;
}

.swiper-pagination--static:first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .swiper-pagination--static {
    margin-top: 1rem;
  }
}

.swiper-pagination--static.swiper-pagination-bullets {
  bottom: auto;
}

.swiper-pagination-bullet {
  position: relative;
  display: inline-block;
  vertical-align: top;
  pointer-events: auto;
  height: 0.15rem;
  width: 1.35rem;
  border-radius: 0;
  border: none;
  background-color: #828282;
  opacity: 1;
  margin: 0 0.3rem 0.6rem;
  pointer-events: auto;
  outline: none;
  transition: all 0.3s;
}

@media (max-width: 767px) {
  .swiper-pagination-bullet {
    height: 0.5rem;
    width: 0.5rem;
  }
}

.swiper-pagination-bullet:before {
  position: absolute;
  top: -0.3rem;
  right: -0.3rem;
  bottom: -0.3rem;
  left: -0.3rem;
  content: '';
}

.swiper-pagination-bullet:hover {
  background-color: #fff;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #1693FB !important;
  pointer-events: none !important;
}

.swiper-slider--start.swiper-slider--end .swiper-pagination-bullets {
  display: none;
}

.swiper-pagination-bullet-active:first-child:last-child {
  display: none;
}

.swiper-pagination-bullet-timer {
  display: none;
}

.swiper-slide {
  height: auto;
}

.swiper-slide img.swiper-lazy {
  opacity: 0;
  transition: all 0.3s;
}

.swiper-slide img.swiper-lazy-loaded {
  opacity: 1;
}

.swiper-lazy-preloader {
  width: 2.1rem;
  height: 2.1rem;
  margin-left: -1.05rem;
  margin-top: -1.05rem;
  border-width: 0.2rem;
  --swiper-preloader-color: #000;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-active {
  --swiper-preloader-color: #1693FB;
}

.swiper-lazy-preloader-active2 {
  --swiper-preloader-color: #A81834;
}

.swiper-container .swiper-wrapper--t-timings-linear {
  transition-timing-function: linear;
}

.swiper-wrapper--autoheight {
  height: auto !important;
}

/*

Form's layout

*/
.form {
  position: relative;
  margin-top: 1rem;
}

.form:after {
  content: "";
  display: table;
  clear: both;
}

.form:first-child {
  margin-top: 0;
}

.form__items {
  position: relative;
  margin-top: 1rem;
}

.form__items:after {
  content: "";
  display: table;
  clear: both;
}

.form__items:first-child {
  margin-top: 0;
}

.form__item {
  position: relative;
  margin-top: 1rem;
}

.form__item:after {
  content: "";
  display: table;
  clear: both;
}

.form__item:first-child {
  margin-top: 0;
}

.form__item-label {
  display: block;
  line-height: 1.8;
  font-weight: 300;
  letter-spacing: 0.02em;
  margin-top: 0.6rem;
}

.form__item-label:first-child {
  margin-top: 0;
}

.form__item-field {
  position: relative;
  font-size: 1rem;
  line-height: 1.2;
  margin-top: 0.6rem;
}

.form__item-field:first-child {
  margin-top: 0;
}

.form__actions {
  position: relative;
  margin-top: 1.5rem;
}

.form__actions:first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .form__actions {
    margin-top: 1rem;
  }
}

.form__error {
  padding: 0.25rem 0 0;
  font-size: 0.6rem;
  line-height: 1.25;
  text-align: right;
  color: #A81834;
  animation: 0.5s ease-out;
  animation-iteration-count: 2;
  animation-fill-mode: both;
  animation-delay: 0.3s;
  animation-name: pulsateError;
}

.form__item-field--error-absolute .form__error {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  margin-bottom: 0;
}

.form__item-field--error-white .form__error {
  color: #fff;
}

.form__error.active {
  animation-name: pulsateError;
}

.form__message {
  display: none;
}

.form__message.active {
  display: block;
}

.form__tips {
  margin-top: 1.75rem;
  font-size: 0.7rem;
  line-height: 1.42857;
}

.form__tips:first-child {
  margin-top: 0;
}

.form__tip {
  margin-top: 0.25rem;
  font-size: 0.7rem;
  line-height: 1.42857;
}

.form__tip:first-child {
  margin-top: 0;
}

.form.inactive .form__items {
  display: none;
}

.form-tips {
  margin-top: 0.5rem;
  font-size: 0.7rem;
  color: #3B3B3B;
}

.form-tips:first-child {
  margin-top: 0;
}

@keyframes pulsateError {
  0% {
    opacity: 1.0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1.0;
  }
}

.form-required {
  color: #A81834;
}

.cols-w--form {
  margin-top: 1rem;
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}

.cols-w--form > .cols > .col {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

/*

Popups

 */
.fancybox-stage {
  transform: none;
}

.fancybox-container {
  z-index: 9993;
}

.fancybox-slide--html {
  padding: 0;
}

.fancybox-slide--image {
  padding: 2.5rem 2rem;
}

@media (max-width: 1350px) {
  .fancybox-slide--image {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (max-width: 1023px) {
  .fancybox-slide--image {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (max-width: 767px) {
  .fancybox-slide--image {
    padding-left: 0;
    padding-right: 0;
  }
}

.fancybox-slide--image .fancybox-content {
  box-shadow: 0 0.75rem 1rem rgba(0, 0, 0, 0.15);
}

.fancybox-bg {
  background-color: #24353E !important;
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.55;
}

.fancybox-container--popup {
  opacity: 0;
  transition-duration: 0.7s !important;
}

.fancybox-container--popup .fancybox-inner {
  opacity: 0;
  transform: scale(0.8) translateY(2.5rem);
  transition-duration: 0s;
  transition-property: all, opacity;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-container--popup .fancybox-bg {
  background-color: #000 !important;
  transition-duration: 0s;
}

.fancybox-container--popup.fancybox-is-open {
  opacity: 1;
  transition-duration: 0.1s !important;
  transition-delay: 0s;
}

.fancybox-container--popup.fancybox-is-open .fancybox-bg {
  opacity: 0.5;
  transition-duration: 0.5s;
}

.fancybox-container--popup.fancybox-is-open .fancybox-inner {
  opacity: 1;
  transform: none;
  transition-duration: 0.3s;
  transition-delay: 0.2s;
}

.fancybox-container--popup.fancybox-is-close {
  opacity: 0;
  transition-duration: 0.2s !important;
  transition-delay: 0.3s;
}

.fancybox-container--popup.fancybox-is-close .fancybox-bg {
  transition-duration: 0.2s;
  transition-delay: 0.2s;
}

.fancybox-container--popup.fancybox-is-close .fancybox-inner {
  transform: translateY(-5rem);
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0s, 0.2s;
}

.fancybox-container--popup .fancybox-slide {
  overflow-x: hidden;
  font-size: 0;
  white-space: nowrap;
}

.fancybox-container--popup .fancybox-slide .fancybox-content {
  overflow: visible;
}

.fancybox-container--popup .fancybox-slide > * {
  white-space: normal;
  font-size: 1rem;
  padding: 0;
  background-color: transparent;
}

.fancybox-container--popup .fancybox-slide > div {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
}

.fancybox-container--popup .fancybox-slide > .fancybox-loading {
  width: 2.4rem;
  height: 2.4rem;
  margin-top: -1.2rem;
}

.fancybox-container--popup .fancybox-close {
  display: flex;
}

.fancybox-loading {
  border-width: 0.2rem;
  border-color: #fff;
  border-bottom-color: transparent;
  margin: -1.05rem 0 0 -1.05rem;
  width: 2.1rem;
  height: 2.1rem;
}

.fancybox-close {
  position: absolute;
  top: 0;
  right: 0;
  height: 7rem;
  width: 7rem;
  text-align: center;
  font-size: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff !important;
  background-color: #282828;
  z-index: 1;
  transition: all 0.3s;
  cursor: pointer;
}

@media (max-width: 767px) {
  .fancybox-close {
    height: 3.1rem;
    width: 3.6rem;
    background-color: transparent;
  }
}

.fancybox-close:hover {
  color: #1693FB !important;
}

.fancybox-close.active, .fancybox-close:active {
  color: #A81834 !important;
}

.fancybox-container .fancybox-close-hide .fancybox-close {
  display: none;
}

.fancybox-content {
  margin: 0;
  padding: 2.2rem;
}

.fancybox-infobar {
  height: 2.2rem;
  line-height: 2.2rem;
  min-width: 2.2rem;
  padding: 0 0.5rem;
  font-size: 0.6rem;
  font-weight: 700;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
}

.fancybox-button {
  width: 2.2rem;
  height: 2.2rem;
  padding: 0.5rem;
}

.fancybox-navigation .fancybox-button {
  height: 5rem;
  top: calc(50% - 2.5rem);
  width: 3.5rem;
}

.fancybox-navigation .fancybox-button div {
  padding: 0.35rem;
}

.fancybox-navigation .fancybox-button--arrow_left {
  padding: 1.55rem 1.3rem 1.55rem 0.3rem;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 1.55rem 0.3rem 1.55rem 1.3rem;
}

.fancybox-thumbs {
  background-color: #000;
}

.fancybox-thumbs a:before {
  border-color: #1693FB;
  border-width: 0.1rem;
}

.fancybox-show-thumbs .fancybox-button--thumbs {
  background: rgba(0, 0, 0, 0.8);
}

.fancybox-show-thumbs .fancybox-inner {
  right: 0;
  bottom: 0;
}

@media all and (min-width: 40rem) {
  .fancybox-thumbs {
    top: auto;
    width: auto;
    bottom: 0;
    left: 0;
    right: 0;
    height: 4.75rem;
    padding: 0.5rem 0.5rem 0.25rem 0.5rem;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.3);
  }
}

@media (max-width: 767px) {
  .fancybox-slide > div {
    margin-top: 0;
    margin-bottom: 0;
  }
}

.fancybox-slide--video > div {
  padding: 0;
}

.fancybox-slide--iframe, .fancybox-slide--video, .fancybox-slide--image {
  padding: 0;
  background-color: #000;
  transform: none !important;
}

.fancybox-slide--iframe .fancybox-content, .fancybox-slide--video .fancybox-content, .fancybox-slide--image .fancybox-content {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .fancybox-slide--iframe .fancybox-content, .fancybox-slide--video .fancybox-content, .fancybox-slide--image .fancybox-content {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
  }
}

.fancybox-slide--iframe .fancybox-close, .fancybox-slide--video .fancybox-close, .fancybox-slide--image .fancybox-close {
  position: fixed;
}

.fancybox-container--image .fancybox-close {
  display: none;
}

.fancybox-slide--image .fancybox-close {
  opacity: 0;
}

.fancybox-slide--image .fancybox-close.is-active {
  opacity: 1;
}

.fancybox-container--media .fancybox-slide .fancybox-content {
  margin-top: 0;
  margin-bottom: 0;
}

/*

Panels

 */
.panel {
  position: relative;
  width: 30rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
  padding: 0 !important;
  color: #fff !important;
}

.panel__content {
  padding: 6.25rem 4.25rem 4.25rem;
}

.panel--gallery {
  width: 100vw;
}

@media (min-aspect-ratio: 1332 / 750) {
  .panel--gallery {
    width: 177.6vh;
  }
}

.panel--gallery .panel__content {
  padding: 0;
}

.panel--gallery .fancybox-close {
  top: auto;
  bottom: 100%;
  height: 3.6rem;
}

@media (min-width: 768px) {
  .panel--gallery .fancybox-close {
    display: none;
  }
}

html, body {
  font-size: 20px;
  background: #000;
}

@media (max-width: 1580px) {
  html, body {
    font-size: 1.25vw;
  }
}

@media (max-width: 1580px) and (min-width: 768px) and (min-aspect-ratio: 1600 / 750) {
  html, body {
    font-size: 2.66667vh;
  }
}

@media (max-width: 767px) {
  html, body {
    font-size: 5.33333vw;
  }
}

html {
  -webkit-text-size-adjust: 100%;
  height: 100%;
}

body {
  position: relative;
  font-family: Gilroy, Arial, Helvetica, sans-serif;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.02em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  display: flex;
  flex-direction: column;
  min-width: 16rem;
  min-height: 100%;
  min-height: 100vh;
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
}

@media (max-width: 767px) {
  body {
    font-size: 0.8rem;
    line-height: 1.375;
  }
}

*, *:before, *:after {
  box-sizing: border-box;
}

.no-animation-only-this {
  transition: none !important;
}

.no-animation {
  animation-delay: 0s !important;
  animation-duration: 0s !important;
}

.no-animation *:before, .no-animation *:after {
  animation-delay: 0s !important;
  animation-duration: 0s !important;
}

.no-transition-only-this {
  transition: none !important;
}

.no-transition {
  transition: none !important;
}

.no-transition *, .no-transition *:before, .no-transition *:after {
  transition: none !important;
}

::selection {
  background: rgba(22, 147, 251, 0.5);
  color: #fff;
  text-shadow: none;
}

.no-touchevents body ::-webkit-scrollbar {
  -webkit-appearance: none;
}

.no-touchevents body ::-webkit-scrollbar:vertical {
  width: 0.25rem;
}

.no-touchevents body ::-webkit-scrollbar:horizontal {
  height: 0.25rem;
}

.no-touchevents body ::-webkit-scrollbar-thumb {
  background-color: rgba(136, 136, 136, 0.2) !important;
  border-radius: 0;
  border: none;
}

.no-touchevents body ::-webkit-scrollbar-track {
  border-radius: 0;
  margin: 0;
  border: none;
  background-color: rgba(136, 136, 136, 0.1) !important;
}

.no-scrollbar::-webkit-scrollbar {
  display: none;
}

.wrap {
  position: relative;
  z-index: 0;
  float: left;
  width: 100%;
  min-height: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.container {
  width: 100%;
  max-width: 70.6rem;
  padding-left: 2rem;
  padding-right: 2rem;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.container-anti {
  margin-left: -499.95rem;
  margin-right: -499.95rem;
}

.container-anti__inner {
  margin: 0 auto;
  width: 100vw;
}

.custom-scrollbar ::-webkit-scrollbar {
  -webkit-appearance: none;
}

.custom-scrollbar ::-webkit-scrollbar:vertical {
  width: 0.25rem;
}

.custom-scrollbar ::-webkit-scrollbar:horizontal {
  height: 0.25rem;
}

.custom-scrollbar ::-webkit-scrollbar-track {
  border-radius: 5rem;
  border: none;
  background-color: rgba(255, 255, 255, 0.1) !important;
}

.custom-scrollbar ::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-radius: 5rem;
  border: none;
}

.custom-scrollbar--dark ::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0.05) !important;
}

.custom-scrollbar--dark ::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.1) !important;
}

/*
Лейаут шапки
*/
.header {
  position: relative;
  top: 0;
  right: 0;
  left: 0;
  z-index: 60;
  font-family: Gilroy, Arial, Helvetica, sans-serif;
  font-size: 0.65rem;
  line-height: 1.30769;
  color: #000;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  will-change: transform;
  transition: all 0.6s ease-in-out;
  pointer-events: none;
}

.header--fixed {
  position: fixed;
}

.header--transparent .header__inner {
  background-color: transparent;
  box-shadow: none;
}

.header--transparent .header__inner a {
  color: #fff;
}

.header--transparent .header__inner a:hover {
  color: #CAE1ED;
}

.header--transparent .header__inner a:active {
  color: #CAE1ED;
}

.header-replace {
  display: none;
  height: 8.25rem;
  flex: auto 0 0;
}

@media (max-width: 767px) {
  .header-replace {
    height: 3.1rem;
  }
}

.header--scrolled-height + .header-replace {
  display: block;
}

.header--fixed + .header-replace {
  display: block;
}

.header--over + .header-replace {
  display: none;
}

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

.header__inner {
  position: relative;
  padding: 0 2.75rem;
  transition: all 0.3s;
}

@media (max-width: 767px) {
  .header__inner {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.cols-w--header {
  position: relative;
  z-index: 13;
  margin: 0 -0.75rem;
}

.cols-w--header > .cols {
  table-layout: auto;
}

.cols-w--header > .cols > .col {
  position: relative;
  vertical-align: middle;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  line-height: 1;
  height: 8.25rem;
  transition: height 0.3s;
}

@media (max-width: 767px) {
  .cols-w--header > .cols > .col {
    height: 3.1rem;
  }
}

.cols-w--header > .cols > .col--fit {
  width: 1px;
}

.cols-w--header > .cols > .col--logo {
  font-size: 0;
  white-space: nowrap;
}

.cols-w--header > .cols > .col--cbutton {
  font-size: 0;
}

/*
Лого
*/
.logo {
  position: relative;
  display: inline-block;
  display: inline-flex;
  align-items: center;
  font-size: 3rem;
  line-height: 1;
  text-decoration: none !important;
  color: #fff !important;
  pointer-events: auto;
}

@media (max-width: 767px) {
  .logo {
    font-size: 2.15rem;
  }
}

.logo .icon {
  width: 1.05em;
  vertical-align: top;
}

.logo use {
  fill: #fff;
}

.logo svg path {
  fill: inherit;
}

.header .logo[href^='#'] {
  pointer-events: none;
}

.header--scrolled .logo[href^='#'] {
  pointer-events: auto;
}

.logo-title {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0;
  margin: 0 0.8rem;
}

@media (max-width: 767px) {
  .logo-title {
    font-size: 0.7rem;
  }
}

.logo-title:first-child {
  margin-left: 0;
}

.logo-title:last-child {
  margin-right: 0;
}

/*
Кнопка-гамбургер открытия меню для мобильных
*/
.cbutton {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 1.5rem;
  width: 1.5rem;
  color: #fff;
  font-family: Arial, sans-serif;
  text-decoration: none;
  cursor: pointer;
  z-index: 14;
  transition: all 0.3s;
}

.cbutton .loader {
  display: none;
}

.cbutton:hover {
  text-decoration: none;
  color: #1693FB;
}

.cbutton:active {
  text-decoration: none;
  color: #A81834;
}

.cbutton__inner {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  height: 0.8rem;
}

.cbutton__item {
  position: relative;
  display: block;
  height: 0.1rem;
  width: 100%;
  background: currentColor;
  margin-top: 0.3rem;
  transition: transform 0.5s, opacity 0.5s;
}

.cbutton__item:first-child {
  margin-top: 0;
}

.cbutton.active .cbutton__item:nth-child(1),
.menu-overlay-active .cbutton__item:nth-child(1) {
  opacity: 1;
  transform: translateY(0.4rem) rotate(-45deg) scaleX(1.06667);
}

.cbutton__item:nth-child(2) {
  left: -0.5rem;
}

.cbutton.active .cbutton__item:nth-child(2),
.menu-overlay-active .cbutton__item:nth-child(2) {
  opacity: 1;
  transform: translateX(0.45rem) rotate(45deg) scaleX(0);
}

.cbutton__item:nth-child(3) {
  width: 56.66667%;
  margin-left: auto;
}

.cbutton.active .cbutton__item:nth-child(3),
.menu-overlay-active .cbutton__item:nth-child(3) {
  opacity: 1;
  transform: translateY(-0.4rem) translateX(-0.35rem) rotate(45deg) scaleX(1.88235);
}

.menu-overlay {
  position: absolute;
  top: 0;
  right: 0;
  width: 40rem;
  height: 100vh;
  background-color: #282828;
  color: #fff;
  transform: translate3d(100%, 0, 0);
  pointer-events: auto;
  overflow: hidden;
  z-index: -1;
  visibility: hidden;
  transition: transform 0.7s, opacity 0.7s, visibility 0s 0.7s, z-index 0s 0.7s;
  will-change: transform, opacity;
}

@media (max-width: 767px) {
  .menu-overlay {
    width: 100%;
  }
}

.menu-overlay-active .menu-overlay {
  z-index: 10;
  transform: none;
  visibility: visible;
  transition-delay: 0s;
}

.menu-overlay__inner {
  position: relative;
  height: 100%;
  display: flex;
  flex: auto 1 1;
  flex-direction: column;
  transition: all 0.4s;
}

.menu-overlay__content {
  position: relative;
  flex: 1;
  flex-basis: 0;
  min-width: 0;
  padding: 6.5rem 5rem 5rem;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 767px) {
  .menu-overlay__content {
    padding: 3.5rem 1rem 2.5rem;
  }
}

.menu-overlay__content-crop {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100%;
  overflow: hidden;
}

.menu-overlay__content .loader {
  color: rgba(0, 0, 0, 0.5);
  font-size: 3.2rem;
}

.menu-overlay__content .container {
  min-height: 100%;
}

.omenu {
  margin-top: 2.5rem;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.08333;
  letter-spacing: 0;
  text-align: center;
}

.omenu:first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .omenu {
    font-size: 0.9rem;
  }
}

.omenu__item {
  margin-top: 2rem;
}

.omenu__item:first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .omenu__item {
    margin-top: 2.25rem;
  }
}

@media (max-width: 767px) and (min-aspect-ratio: 375 / 640) {
  .omenu__item {
    margin-top: 1.5rem;
  }
}

.omenu__link {
  text-decoration: none !important;
  color: inherit;
}

.omenu__link:hover {
  color: #1693FB;
}

.b-lazy {
  min-width: 1px;
  min-height: 1px;
  opacity: 0;
  will-change: opacity;
  transition: opacity 0.7s;
}

.b-lazy-visible {
  opacity: 1;
}

.blazy-loaded {
  opacity: 1;
}

@keyframes blazyAnim {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.img-to-bg-lazy {
  opacity: 0;
  will-change: opacity;
  transition: opacity 0.7s;
}

.img-to-bg-lazy-loaded {
  opacity: 1;
}

.image {
  display: block;
  position: relative;
  padding-bottom: 100%;
  margin-top: 2.75rem;
  margin-bottom: 2.75rem;
  background-color: #e8e8e8;
  color: #fff;
}

.image:first-child {
  margin-top: 0;
}

.image:last-child {
  margin-bottom: 0;
}

.image--transparent {
  background-color: transparent;
}

.image__inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: center center no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}

.image__inner--contain {
  background-size: contain;
}

.image img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  z-index: -100;
}

/*
Content Section
*/
.section {
  position: relative;
  z-index: 1;
  flex: auto 0 0;
  padding: 7.5rem 0;
}

@media (max-width: 767px) {
  .section {
    padding-top: 3.5rem;
    padding-bottom: 2.5rem;
  }
}

.section--bring-to-front {
  z-index: 2;
}

.section--bring-to-front2 {
  z-index: 3;
}

.section--bring-to-back {
  z-index: 0;
}

.section--flex {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.section--flex-start {
  justify-content: flex-start;
}

.section--flex-end {
  justify-content: flex-end;
}

.section--fullheight {
  flex: auto 1 1;
}

.section--min100vh {
  min-height: 100vh;
}

.section--nopadding {
  padding: 0;
}

.section--nopaddingb {
  padding-bottom: 0;
}

.section--nopaddingt {
  padding-top: 0;
}

.section__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: center center no-repeat;
  background-size: cover;
  z-index: -1;
  overflow: hidden;
}

.section__bg--z-index-auto {
  z-index: auto;
}

.section__bg--contain {
  background-size: contain;
}

.section__bg-inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: center center no-repeat;
  background-size: cover;
}

.section__bg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  z-index: -100;
}

.section__z-index-1 {
  position: relative;
  z-index: 1;
}

.section--dark {
  background-color: #888;
  color: #fff;
}

.section--dark a {
  color: inherit;
}

.section--dark a:hover {
  color: inherit;
}

.section--dark a:active {
  color: inherit;
}

.section--transparent {
  background-color: transparent;
}

/*
Loader
*/
.iloader-container {
  opacity: 0;
  will-change: opacity;
  transition: all 1.2s 0.5s;
  pointer-events: none;
}

.iloader-container.active {
  opacity: 1;
  pointer-events: auto;
}

.iloader {
  position: fixed;
  top: 50%;
  left: 50%;
  margin: -1.5rem 0 0 -1.5rem;
  font-size: 3rem;
  line-height: 1;
  color: #fff !important;
  opacity: 0;
  will-change: opacity;
  transition: all 0.9s;
  pointer-events: none;
}

.iloader.active {
  opacity: 1;
  pointer-events: auto;
}

.iloader .icon {
  width: 1.05em;
  height: 1em;
  letter-spacing: 0;
  line-height: 1;
  vertical-align: top;
  will-change: opacity;
  animation: 1.5s ease-out;
  animation-iteration-count: infinite;
  animation-fill-mode: both;
  animation-name: iloaderPulsate;
}

@keyframes iloaderPulsate {
  0% {
    opacity: 1.0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1.0;
  }
}

.will-change-transform {
  will-change: transform;
}

.will-change-transform-opacity {
  will-change: transform, opacity;
}

.will-change-opacity {
  will-change: opacity;
}

.gsap-trigger {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: -100;
}

.gsap-trigger-in {
  top: -50vh;
  height: 100vh;
}

.gsap-trigger-out {
  bottom: -50vh;
  height: 100vh;
}

.gsap-trigger-pin {
  top: 0;
  bottom: 0;
}

.pin-track {
  position: relative;
}

.section-anchor {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: -1;
}

/*
Section "Hero"
*/
.section--hero {
  position: static;
  min-height: 100vh;
}

@media (max-width: 767px) {
  .hero {
    padding-top: 5rem;
  }
}

.hero__title {
  position: relative;
  pointer-events: none;
}

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

.hero__title--absolute.fixed {
  position: fixed;
  left: 0;
  transform: translate3d(7rem, 0, 0) !important;
  transition: all 0.3s;
}

.hero__title-trigger {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 50vh;
  z-index: -100;
}

.hero__title-inner {
  transform-origin: 0 0;
}

.hero__subtitle {
  position: relative;
  pointer-events: none;
}

.hero__subtitle--absolute {
  position: absolute;
  top: 0;
  margin-top: -5rem;
}

@media (max-width: 767px) {
  .hero__subtitle--absolute {
    margin-top: -1rem;
  }
}

.hero__subtitle-inner {
  font-size: 1.6rem;
  line-height: 1.3125;
  font-weight: 300;
  letter-spacing: 0.02em;
  transform-origin: 0 0;
}

@media (max-width: 767px) {
  .hero__subtitle-inner {
    font-size: 1.3rem;
    margin-top: 1.25rem;
  }
}

.hero__description {
  position: relative;
  pointer-events: none;
  text-align: right;
}

@media (max-width: 767px) {
  .hero__description {
    text-align: left;
  }
}

.hero__description--absolute {
  position: absolute;
  top: 0;
  margin-top: -4rem;
  max-width: 22rem;
  right: 0;
}

@media (max-width: 767px) {
  .hero__description--absolute {
    margin-top: 2.5rem;
    right: initial;
    max-width: initial;
  }
}

.hero__description-inner {
  font-size: 1.2rem;
  line-height: 1.75;
  font-weight: 300;
  letter-spacing: 0.02em;
  transform-origin: 0 0;
  border-right: 1px solid #fff;
  padding-right: 1rem;
}

@media (max-width: 767px) {
  .hero__description-inner {
    font-size: 0.8rem;
    margin-top: 1.25rem;
    border-left: 1px solid #fff;
    border-right: none;
    padding-right: 0;
    padding-left: 1rem;
  }
}

@media (max-width: 767px) {
  .hero__description .invisible {
    margin-bottom: 6rem;
  }
}

.hero__video {
  position: absolute;
  top: 50vh;
  right: 50%;
  margin-top: -8.5rem;
  transform: translate3d(68.36735%, 0, 0);
  z-index: -1;
}

@media (max-width: 767px) {
  .hero__video {
    margin-top: -11.5rem;
    transform: translate3d(50%, 0, 0);
  }
}

.hero__video-trigger {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 120vh;
  z-index: -100;
}

.hero__video-inner {
  top: 0;
  transform: translate3d(0, -50%, 0);
}

.hero__video-crop {
  width: 73.5rem;
  height: 59.5rem;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

@media (max-width: 767px) {
  .hero__video-crop {
    width: 36.1rem;
    height: 29.25rem;
  }
}

.hero__video-figure {
  position: relative;
  height: 100%;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
  -webkit-clip-path: polygon(0% 25.7%, 0% 74.3%, 50% 100%, 100% 74.3%, 100% 25.7%, 50% 0%);
          clip-path: polygon(0% 25.7%, 0% 74.3%, 50% 100%, 100% 74.3%, 100% 25.7%, 50% 0%);
}

.hero__video-figure-inner {
  width: 100%;
  height: 100%;
  background: #141414 center center;
  background-size: cover;
  -webkit-clip-path: polygon(0.1rem calc(100% - 0.1rem), calc(100% - 0.1rem) calc(100% - 0.1rem), calc(100% - 0.1rem) 0.1rem, 0.1rem 0.1rem);
          clip-path: polygon(0.1rem calc(100% - 0.1rem), calc(100% - 0.1rem) calc(100% - 0.1rem), calc(100% - 0.1rem) 0.1rem, 0.1rem 0.1rem);
}

.hero__video-figure-inner:after {
  position: absolute;
  top: -0.5rem;
  right: -0.5rem;
  bottom: -0.5rem;
  left: -0.5rem;
  background-color: rgba(0, 0, 0, 0.3);
  content: '';
}

.hero__video-figure video {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  height: 100%;
}

.hero__video-symbol {
  position: absolute;
  top: 0.1rem;
  right: 0.1rem;
  bottom: 0.1rem;
  left: 0.1rem;
  z-index: -1;
}

.hero__video-symbol-inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: center center no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='675' height='779' viewBox='0 0 675 779' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.1831 206.297L337.5 23.094L654.817 206.297V572.703L337.5 755.906L20.1831 572.703V206.297Z' stroke='%231693FB' stroke-width='40'/%3E%3C/svg%3E%0A");
  background-size: contain;
}

.more {
  margin-top: 2.75rem;
  font-size: 1.3rem;
  line-height: 1.38462;
}

.more:first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .more {
    font-size: 0.8rem;
    margin-top: 1.5rem;
  }
}

.more a {
  text-decoration: none;
}

.more a .icon {
  font-size: 1.45rem;
  vertical-align: middle;
  margin: -0.25rem 0.9rem;
}

@media (max-width: 767px) {
  .more a .icon {
    font-size: 0.9rem;
    margin-left: 0.4rem;
    margin-right: 0.4rem;
  }
}

.more a .icon--help-circle {
  font-size: 1.35rem;
}

@media (max-width: 767px) {
  .more a .icon--help-circle {
    font-size: 1rem;
  }
}

.more a .icon:first-child {
  margin-left: 0;
}

.more a .icon:last-child {
  margin-right: 0;
}

.more-line {
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: 1px;
  margin-left: 1.75rem;
  width: 11rem;
  height: 1px;
  background-color: rgba(242, 242, 242, 0.5);
  transform-origin: 0 0;
}

@media (max-width: 767px) {
  .more-line {
    margin-left: 1rem;
    width: 6.75rem;
  }
}

.subtitle {
  margin-top: 1rem;
}

.subtitle:first-child {
  margin-top: 0;
}

.subtitle--smaller {
  font-size: 0.8rem;
  line-height: 1.75;
}

@media (max-width: 767px) {
  .subtitle--smaller {
    line-height: 1.375;
  }
}

.summary {
  margin-top: 2.75rem;
  font-size: 1.6rem;
  line-height: 1.3125;
  font-weight: 300;
  letter-spacing: 0.02em;
}

.summary:first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .summary {
    font-size: 0.9rem;
    margin-top: 1.25rem;
  }
}

.summary--alt {
  margin-top: 1.25rem;
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 600;
}

@media (max-width: 767px) {
  .summary--alt {
    font-size: 100%;
  }
}

.figure-image {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: 16rem;
  z-index: -1;
}

@media (max-width: 767px) {
  .figure-image {
    position: relative;
    top: auto;
    left: auto;
    margin-top: 1.5rem;
    margin-bottom: -6.5rem;
    margin-left: 1.5rem;
  }
}

.figure-image__inner {
  top: 0;
  transform: translate3d(0, -50%, 0);
}

@media (max-width: 767px) {
  .figure-image__inner {
    transform: none;
  }
}

.figure-image__crop {
  width: 39.5rem;
  height: 46rem;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

@media (max-width: 767px) {
  .figure-image__crop {
    width: 17.95455rem;
    height: 20.90909rem;
  }
}

.figure-image__figure {
  position: relative;
  height: 100%;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
  -webkit-clip-path: polygon(0% 25%, 0% 75%, 50% 100%, 100% 75%, 100% 25%, 50% 0%);
          clip-path: polygon(0% 25%, 0% 75%, 50% 100%, 100% 75%, 100% 25%, 50% 0%);
}

.figure-image__figure-inner {
  width: 100%;
  height: 100%;
  background: #141414 center center;
  background-size: cover;
}

.figure-image__figure video, .figure-image__figure img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.figure-image__symbol {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  pointer-events: none;
}

.figure-image__symbol:before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -3rem 0 0 10rem;
  transform: translate(-50%, -50%);
  width: 94.93671%;
  padding-bottom: 109.11392%;
  background: center center no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='750' height='862' viewBox='0 0 750 862' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M706.699 625.692L709.385 241.36L377.886 46.8686L43.7022 236.709L41.0167 621.041L372.515 815.533L706.699 625.692ZM372.192 861.719L746.537 649.065L749.545 218.546L378.209 0.681761L3.8646 213.336L0.8563 643.855L372.192 861.719Z' fill='%23333333'/%3E%3C/svg%3E%0A");
  background-size: contain;
  content: '';
}

@media (max-width: 767px) {
  .figure-image__symbol:before {
    margin: -1.36364rem 0 0 4.54545rem;
  }
}

/*
Section "About"
*/
.section--about {
  min-height: 35rem;
}

@media (max-width: 767px) {
  .section--about {
    min-height: 0;
    padding-top: 66.66%;
  }
}

.summary--title {
  max-width: 28.25rem;
}

.summary--about {
  max-width: 26.25rem;
}

.summary--about2 {
  max-width: 33rem;
}

.summary--about3 {
  max-width: 42rem;
}

.about-trigger {
  top: -100vh;
  bottom: -100vh;
}

/*
Section "Sustainability"
*/
.section--sustainability {
  min-height: 100vh;
}

.sustainability-trigger {
  top: -0vh;
  bottom: -0vh;
}

/*
Section "Vision"
*/
.section--vision {
  min-height: 100vh;
}

@media (min-width: 768px) {
  .section--vision {
    padding-bottom: 15rem;
  }
}

.vision-trigger {
  top: -0vh;
  bottom: -0vh;
}

/*
Section "Tech"
*/
@media (max-width: 767px) {
  .cols-w--tech > .cols {
    margin-bottom: -0.25rem;
  }
}

@media (max-width: 767px) {
  .cols-w--tech > .cols > .col {
    margin-bottom: 0.25rem;
  }
}

.tech-title {
  padding-right: 4.25rem;
}

@media (max-width: 767px) {
  .tech-title {
    padding-right: 0;
  }
}

.tech-summary {
  padding: 0.5rem 0;
  max-width: 20rem;
}

.tech-trigger {
  top: -50%;
  bottom: -50%;
}

@media (max-width: 767px) {
  .tech-trigger {
    top: -10%;
    min-height: 100vh;
    bottom: auto;
  }
}

.tech-mobile-end-trigger {
  top: auto;
  bottom: 0;
  min-height: 100vw;
}

.itgbs {
  margin: 0 -0.3rem;
  margin-top: 2rem;
}

.itgbs:first-child {
  margin-top: 0;
}

.itgbs:after {
  content: "";
  display: table;
  clear: both;
}

@media (max-width: 767px) {
  .itgbs {
    margin-top: 1.25rem;
  }
}

.itgbs__inner {
  float: left;
  width: 100%;
  margin: -2rem 0 0;
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .itgbs__inner {
    margin-top: -1.25rem;
  }
}

.itgb {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  padding: 2rem 0.3rem 0;
}

@media (max-width: 767px) {
  .itgb {
    width: 100%;
    padding-top: 1.25rem;
  }
}

.itgb__inner {
  display: block;
  text-decoration: none !important;
  color: inherit !important;
}

@media (max-width: 767px) {
  .itgb__inner {
    display: flex;
    flex-wrap: wrap;
  }
}

.itgb__title {
  font-size: 2.1rem;
  font-weight: 400;
  line-height: 1.19048;
  letter-spacing: 0;
  margin-top: 1rem;
}

.itgb__title:first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .itgb__title {
    width: 3rem;
    margin-right: 1.25rem;
    flex: auto 0 0;
    margin-top: 1rem !important;
  }
}

.itgb__image {
  margin-top: 1rem;
  background-color: #141414;
}

.itgb__image:first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .itgb__image {
    width: 100%;
    flex: auto 1 1;
    order: -1;
    margin-top: 0;
  }
}

.itgb__summary {
  margin-top: 1rem;
}

.itgb__summary:first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .itgb__summary {
    width: calc(100% - 4.25rem);
    padding-top: 0.15rem;
  }
}

/*
Section "Reactor"
*/
.section--reactor {
  min-height: 50rem;
  z-index: auto;
}

@media (max-width: 767px) {
  .section--reactor {
    min-height: 0;
  }
}

@media (max-width: 767px) {
  .col--ireactor-params {
    position: relative;
  }
}

.iparams-block {
  margin-left: auto;
  width: 21rem;
  margin-top: 4rem;
}

@media (max-width: 767px) {
  .iparams-block {
    width: auto;
    margin-top: -2rem;
  }
}

.iparams {
  margin-top: 1.5rem;
}

.iparams:first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .iparams {
    display: flex;
    margin: 0.5rem -0.5rem -1rem;
    transform: scale(0.7);
  }
}

.iparams:first-child {
  margin-right: 1.5rem;
}

@media (max-width: 767px) {
  .iparams:first-child {
    margin-right: 0;
  }
}

.iparams-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  flex-direction: row;
}

@media (max-width: 767px) {
  .iparams-wrapper {
    flex-direction: column;
    align-items: center;
  }
}

.iparam {
  margin-top: 1.75rem;
  display: flex;
}

.iparam:first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .iparam {
    width: 50%;
    margin: 0;
    padding: 0px 1rem 1rem 1rem;
  }
}

.iparam__value {
  margin: -0.15em 0.5rem -0.15em 0;
  font-size: 3.6rem;
  font-weight: 300;
  line-height: 1.19444;
  letter-spacing: 0;
  flex: auto 0 0;
}

@media (max-width: 767px) {
  .iparam__value {
    font-size: 2.5rem;
    margin-right: 0.75rem;
  }
}

.iparam__price {
  font-size: 1.6rem;
}

.gimages-block {
  position: absolute;
  right: 50%;
  bottom: 7.25rem;
  margin-right: -35.3rem;
  z-index: 100;
}

@media (max-width: 767px) {
  .gimages-block {
    bottom: 100%;
    margin-bottom: 3.5rem;
    right: 0;
    margin-right: -0.25rem;
  }
}

.gimages {
  display: flex;
  flex-wrap: wrap;
  margin-right: -0.6rem;
  margin-bottom: -0.6rem;
}

@media (max-width: 767px) {
  .gimages {
    flex-direction: column;
    margin-right: -0.5rem;
    margin-bottom: -0.5rem;
  }
}

.gimage {
  width: 5rem;
  margin-right: 0.6rem;
  margin-bottom: 0.6rem;
}

@media (max-width: 767px) {
  .gimage {
    width: 2.35rem;
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
  }
}

.gimage__inner {
  position: relative;
  display: block;
  background-color: #141414;
  text-decoration: none !important;
  color: inherit !important;
  transition: all 0.3s;
}

.gimage__inner:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 1px solid #4F4F4F;
  content: '';
  transition: all 0.3s;
}

.gimage__inner img {
  image-rendering: -webkit-optimize-contrast;
}

.gimage__inner:hover:after {
  border-color: #1693FB;
}

.gimage__inner:active:after {
  border-color: #1693FB;
}

@media (min-width: 768px) {
  .col--ireactor {
    padding: 0;
  }
}

.ireactor {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  margin: 1.5rem 0 0 8.5rem;
  z-index: -1;
}

@media (max-width: 767px) {
  .ireactor {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    margin: 0 0 -3.5rem -0.25rem;
  }
}

.ireactor:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  height: 65rem;
  width: 100rem;
  background-color: rgba(0, 0, 0, 0.13);
  content: '';
  pointer-events: none;
}

@media (max-width: 767px) {
  .ireactor:after {
    height: 30rem;
    width: 30rem;
  }
}

.ireactor__inner {
  margin-top: -8.35rem;
  width: 31.2rem;
}

@media (max-width: 767px) {
  .ireactor__inner {
    margin-top: 0;
    width: 13.7rem;
  }
}

.ireactor__image img {
  height: auto;
}

.ireactor__figure {
  position: absolute;
  bottom: 100%;
  left: 100%;
  margin: 0 0 -22.75rem -23.25rem;
  z-index: -1;
  height: 32rem;
  width: 32rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 767px) {
  .ireactor__figure {
    height: 9.75rem;
    width: 9.75rem;
    margin: 0 0 -11.5rem -6.5rem;
  }
}

.ireactor__figure svg {
  width: 100%;
  height: 100%;
}

.ireactor__bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  z-index: -2;
  width: 256.41026%;
  margin: 127.40385% 0 0 3.20513%;
}

@media (max-width: 767px) {
  .more--ireactor {
    margin-top: 1rem;
  }
}

@media (max-width: 767px) {
  .more--ireactor .more-line {
    width: 3.5rem;
  }
}

.reactor-trigger {
  top: -50%;
  bottom: -50%;
}

.product-images {
  position: relative;
  background-color: #000;
}

.product-images:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 1px solid #fff;
  content: '';
  z-index: 2;
  pointer-events: none;
}

@media (max-width: 767px) {
  .product-images .swiper-button {
    width: auto;
    height: auto;
    top: 100%;
    margin-top: 0.75rem;
    transform: none !important;
    font-size: 1.4rem;
  }
  .product-images .swiper-button:before {
    position: absolute;
    top: -0.75rem;
    right: -1rem;
    bottom: -0.75rem;
    left: -1rem;
    content: '';
  }
  .product-images .swiper-button .icon {
    width: 0.5em;
  }
}

.swiper-slider--gallery .swiper-lazy-preloader {
  opacity: 0.5;
}

.swiper-slider--thumbs {
  position: absolute;
  right: 0;
  bottom: 1rem;
  left: 0;
}

@media (max-width: 767px) {
  .swiper-slider--thumbs {
    bottom: auto;
    top: 100%;
    margin-top: 0.75rem;
  }
}

.swiper-slider--thumbs .swiper-container {
  display: flex;
  justify-content: center;
  padding: 0 1rem;
}

.swiper-slider--thumbs .swiper-wrapper {
  width: auto;
  max-width: 100%;
}

.swiper-slider--thumbs .swiper-slide {
  position: relative;
  width: 5rem;
  margin-left: 0.6rem;
  cursor: pointer;
}

@media (max-width: 767px) {
  .swiper-slider--thumbs .swiper-slide {
    width: 2.35rem;
    margin-left: 0.25rem;
  }
}

.swiper-slider--thumbs .swiper-slide:first-child {
  margin-left: 0;
}

.swiper-slider--thumbs .swiper-slide:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  border: 1px solid #4F4F4F;
  content: '';
  transition: all 0.5s;
}

.swiper-slider--thumbs .swiper-slide:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  border: 0.1rem solid transparent;
  content: '';
  transition: all 0.5s;
}

.swiper-slider--thumbs .swiper-slide-thumb-active {
  cursor: default;
}

.swiper-slider--thumbs .swiper-slide-thumb-active:after {
  border-color: #1693FB;
}

/*
Section "Control"
*/
.section--control {
  min-height: 100vh;
}

@media (max-width: 767px) {
  .section--control {
    min-height: 0;
  }
}

@media (max-width: 767px) {
  .cols-w--control > .cols {
    margin-bottom: -1.75rem;
  }
}

@media (max-width: 767px) {
  .cols-w--control > .cols > .col {
    margin-bottom: 1.75rem;
  }
}

.control-desc {
  position: relative;
  z-index: 1;
}

.control-title {
  position: relative;
  z-index: 1;
  width: 26.5rem;
  padding: 0.25rem 0;
}

@media (max-width: 767px) {
  .control-title {
    width: auto;
    padding: 0;
  }
}

.control-figure {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0.5rem 0 0 -5.5rem;
  width: 36.9rem;
  transform: translate3d(-50%, -50%, 0);
  z-index: -1;
}

.control-figure--staff {
  margin: -4.5rem 0 0 1rem;
}

.control-figure svg {
  width: 100%;
}

.ctgbs {
  margin: 0 -0.3rem;
  display: inline-block;
  vertical-align: top;
  min-width: 100%;
  margin-top: 2rem;
}

.ctgbs:first-child {
  margin-top: 0;
}

.ctgbs:after {
  content: "";
  display: table;
  clear: both;
}

@media (max-width: 767px) {
  .ctgbs {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }
}

.ctgbs__inner {
  float: left;
  width: 100%;
  margin: -1rem 0;
  display: flex;
  flex: auto 0 0;
}

.ctgb {
  display: inline-block;
  vertical-align: top;
  width: 33.6rem;
  flex: auto 0 0;
  padding: 1rem 0.3rem;
  opacity: 0.43;
  transition: all 0.3s;
}

@media (max-width: 767px) {
  .ctgb {
    width: 16.25rem;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    opacity: 1 !important;
  }
}

.ctgb.active {
  opacity: 1;
}

.ctgb__inner {
  display: block;
  text-decoration: none !important;
  color: inherit !important;
}

.ctgb__image {
  margin-top: 2rem;
  background-color: #141414;
}

.ctgb__image:first-child {
  margin-top: 0;
}

.ctgb__summary {
  position: relative;
  max-width: 28rem;
  margin-top: 2rem;
}

.ctgb__summary:first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .ctgb__summary {
    max-width: 13.5rem;
    margin-top: 1.5rem;
  }
}

.control-trigger {
  top: -100vh;
  bottom: -100vh;
}

.control-scroll-trigger {
  top: 0;
  bottom: 0;
}

.pin-track--control {
  min-height: 90rem;
}

@media (max-width: 767px) {
  .pin-track--control {
    min-height: 60rem;
  }
}

.section.fixed {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  margin: 0;
}

/*
Section "Staff"
*/
.section--staff {
  min-height: 100vh;
}

.pin-track--staff {
  min-height: 120rem;
}

@media (max-width: 767px) {
  .pin-track--staff {
    min-height: 80rem;
  }
}

.staff-figure {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 17.7rem;
  margin: 13rem 0 0 -43.75rem;
  transform: translate3d(-50%, -50%, 0);
  z-index: -1;
}

.staff-figure__inner {
  perspective: 80rem;
}

.staff-figure__inner-2 {
  transform-style: preserve-3d;
}

.staff-figure svg {
  width: 100%;
}

.staff-desc {
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .staff-title {
    margin-bottom: 1.5rem;
  }
}

@media (max-width: 767px) {
  .hscroll-mobile {
    overflow: hidden;
    overflow-x: auto;
    margin-left: -1rem;
    margin-right: -1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .hscroll-mobile--ohidden {
    overflow: hidden;
  }
  .hscroll-mobile__inner {
    display: inline-block;
    vertical-align: top;
    min-width: 100%;
  }
}

@media (max-width: 767px) {
  .cols-w--staff > .cols {
    display: flex;
    width: auto;
    flex-direction: column-reverse;
  }
}

.staff-gallery-wrapper {
  position: relative;
  z-index: 0;
  margin-left: -25rem;
}

@media (max-width: 767px) {
  .staff-gallery-wrapper {
    margin-left: 0;
  }
}

.staff-gallery {
  margin-left: auto;
  width: 50rem;
}

@media (max-width: 767px) {
  .staff-gallery {
    width: auto;
  }
}

.subtitle--staff {
  margin-top: 2rem;
  max-width: 30rem;
}

@media (max-width: 767px) {
  .staff-title + .subtitle--staff {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .swiper-slider--staff .swiper-container {
    overflow: visible;
  }
}

@media (max-width: 767px) {
  .swiper-slider--staff .swiper-slide {
    position: relative;
    transform: none !important;
    opacity: 1 !important;
    width: 15.75rem !important;
    margin-left: 0.5rem;
    transition: none !important;
    z-index: 0 !important;
    animation: none !important;
  }
  .swiper-slider--staff .swiper-slide:first-child {
    margin-left: 0;
  }
}

.swiper-slider--staff-images .swiper-container {
  padding-top: 7rem;
  padding-bottom: 7rem;
  height: 42rem;
  margin: -7rem 0;
}

@media (max-width: 767px) {
  .swiper-slider--staff-images .swiper-container {
    padding-top: 0;
    padding-bottom: 0;
    height: auto;
    margin: 0;
  }
}

.swiper-slider--staff-images .swiper-pagination {
  padding: 5rem 0;
}

.swiper-slider--staff-images .swiper-wrapper {
  position: relative;
  z-index: 0;
}

.swiper-slider--staff-images .swiper-slide {
  position: absolute;
  left: 0;
  top: 0;
  transform: none !important;
  z-index: 0;
  transition: all 1.2s;
  animation: 1.2s;
  animation-name: opacitySlideAnim;
}

@media (max-width: 767px) {
  .swiper-slider--staff-images .swiper-slide {
    position: relative;
  }
}

.swiper-slider--staff-images .swiper-slide:first-child {
  position: relative;
}

.swiper-slider--staff-images .swiper-slide-inner {
  position: relative;
  transform-origin: 50% 100%;
  background-color: #141414;
  box-shadow: 0 0.65rem 6.95rem rgba(0, 0, 0, 0.48);
  transition: all 1.2s;
}

@media (max-width: 767px) {
  .swiper-slider--staff-images .swiper-slide-inner {
    transform: none !important;
  }
}

.swiper-slider--staff-images .swiper-slide-inner:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0.5;
  content: '';
  transition: all 1.2s;
}

.swiper-slider--staff-images .swiper-slide-active {
  z-index: 10;
  opacity: 1 !important;
  animation-name: none;
}

.swiper-slider--staff-images .swiper-slide-active .swiper-slide-inner:before {
  opacity: 0;
}

.swiper-slider--staff-images .swiper-slide-prev {
  opacity: 1 !important;
  z-index: 8;
}

.swiper-slider--staff-images .swiper-slide-prev .swiper-slide-inner {
  transform-origin: 50% 0%;
  transform: scale(0.89) translate3d(0, -1.35rem, 0);
}

.swiper-slider--staff-images .swiper-slide-prev2 {
  opacity: 1 !important;
  z-index: 6;
}

.swiper-slider--staff-images .swiper-slide-prev2 .swiper-slide-inner {
  transform-origin: 50% 0%;
  transform: scale(0.77) translate3d(0, -2.7rem, 0);
}

.swiper-slider--staff-images .swiper-slide-next {
  opacity: 1 !important;
  z-index: 8;
}

.swiper-slider--staff-images .swiper-slide-next .swiper-slide-inner {
  transform: scale(0.89) translate3d(0, 1.35rem, 0);
}

.swiper-slider--staff-images .swiper-slide-next2 {
  opacity: 1 !important;
  z-index: 6;
}

.swiper-slider--staff-images .swiper-slide-next2 .swiper-slide-inner {
  transform: scale(0.77) translate3d(0, 2.7rem, 0);
}

.swiper-slider--staff-desc {
  z-index: 1;
}

@keyframes opacitySlideAnim {
  0% {
    opacity: 1.0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1.0;
  }
}

.staff-image-desc {
  max-width: 22.5rem;
}

@media (max-width: 767px) {
  .staff-image-desc {
    max-width: 13.5rem;
  }
}

.staff-image-desc--long {
  max-width: 27rem;
}

.staff-trigger {
  top: -50%;
  bottom: -50%;
}

/*
Section "Infrastructure"
*/
.col--infra-desc {
  vertical-align: middle;
  padding-bottom: 10rem;
}

@media (max-width: 767px) {
  .col--infra-desc {
    padding-bottom: 0;
  }
}

.infra-desc {
  position: relative;
  z-index: 1;
  max-width: 21rem;
  padding-top: 3.5rem;
}

@media (max-width: 767px) {
  .infra-desc {
    padding-top: 0;
  }
}

.infra-summary {
  margin-top: 1.5rem;
}

@media (max-width: 767px) {
  .infra-summary {
    margin-top: 0.75rem;
    max-width: 13.5rem;
  }
}

.infra {
  position: relative;
  z-index: 0;
  padding: 16.5rem 0 3.5rem;
  margin: 0 -25rem 0 -9.5rem;
}

@media (max-width: 767px) {
  .infra {
    left: 0.25rem;
    padding: 0;
    margin: 0 -25rem;
  }
}

.infra__inner {
  position: relative;
  width: 44.25rem;
  top: 3.25rem;
}

@media (max-width: 767px) {
  .infra__inner {
    transform: scale(0.41356);
    top: 0;
    margin: 3rem auto -5.75rem;
  }
}

.infra__inner:before {
  display: block;
  padding-bottom: 44.74576%;
  content: '';
}

.infra__layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: center center no-repeat;
  background-size: contain;
}

.infra__layer--1 {
  background-image: url("data:image/svg+xml,%3Csvg width='883' height='395' viewBox='0 0 883 395' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M503.469 38.6892L106.764 158.173L51.8762 298.224L378.989 356.311L775.693 236.827L830.581 96.7755L503.469 38.6892ZM882.457 64.6056L518.632 -1.07845e-06L77.403 132.894L-8.72305e-06 330.394L363.826 395L805.054 262.106L882.457 64.6056Z' fill='%231693FB'/%3E%3C/svg%3E%0A");
}

.infra__layer--2 {
  background-image: url("data:image/svg+xml,%3Csvg width='883' height='395' viewBox='0 0 883 395' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.66' d='M96.5331 153.64L520.155 26.0484L847.525 84.1805L785.924 241.36L362.303 368.952L34.9321 310.82L96.5331 153.64Z' fill='%23333333' stroke='%23333333' stroke-width='50.7617'/%3E%3C/svg%3E%0A");
  left: -1.65rem;
  top: -3.2rem;
  z-index: -1;
}

.infra__layer--3 {
  background-image: url("data:image/svg+xml,%3Csvg width='883' height='395' viewBox='0 0 883 395' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.86' d='M520.155 26.0484L847.525 84.1805L785.924 241.36L362.303 368.952L34.9321 310.819L96.5331 153.64L520.155 26.0484Z' fill='%23333333' stroke='%23333333' stroke-width='50.7617'/%3E%3C/svg%3E%0A");
  left: -1.3rem;
  top: -4.1rem;
}

.infra__layer--4 {
  background-image: url("data:image/svg+xml,%3Csvg width='884' height='397' viewBox='0 0 884 397' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M519.632 0.999999L883.457 65.6056L806.054 263.106L364.826 396L0.999991 331.394L78.403 133.894L519.632 0.999999Z' stroke='url(%23paint0_linear)' stroke-width='0.784857'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear' x1='829.409' y1='357.122' x2='73.7441' y2='60.9662' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F2F2F2'/%3E%3Cstop offset='1' stop-color='%23F2F2F2' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
  left: -1.45rem;
  top: -4.55rem;
}

.infra__layer--5 {
  background-image: url("data:image/svg+xml,%3Csvg width='1260' height='466' viewBox='0 0 1260 466' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.32'%3E%3Cpath d='M408.059 578.699L382.367 600.851L383.607 601.093L409.3 578.94L408.059 578.699Z' fill='%23CCD3D6'/%3E%3Cpath d='M348.032 630.348L349.257 630.598L375.036 608.456L373.783 608.224L348.032 630.348Z' fill='%23CCD3D6'/%3E%3Cpath d='M313.688 659.858L314.913 660.108L340.664 637.97L339.439 637.734L313.688 659.858Z' fill='%23CCD3D6'/%3E%3Cpath d='M442.513 549.19L416.761 571.334L418 571.576L443.752 549.433L442.513 549.19Z' fill='%23CCD3D6'/%3E%3Cpath d='M485.408 512.31L486.633 512.546L512.412 490.418L511.159 490.172L485.408 512.31Z' fill='%23CCD3D6'/%3E%3Cpath d='M476.861 519.678L451.11 541.821L452.349 542.063L478.1 519.92L476.861 519.678Z' fill='%23CCD3D6'/%3E%3Cpath d='M545.475 460.682L519.692 482.816L520.93 483.059L546.713 460.925L545.475 460.682Z' fill='%23CCD3D6'/%3E%3Cpath d='M305.062 667.257L279.329 689.402L280.569 689.644L306.302 667.499L305.062 667.257Z' fill='%23CCD3D6'/%3E%3Cpath d='M244.972 718.881L246.225 719.127L271.976 696.989L270.751 696.753L244.972 718.881Z' fill='%23CCD3D6'/%3E%3Cpath d='M931.88 128.657L933.133 128.903L958.884 106.765L957.659 106.529L931.88 128.657Z' fill='%23CCD3D6'/%3E%3Cpath d='M828.848 217.2L830.101 217.432L855.852 195.308L854.599 195.062L828.848 217.2Z' fill='%23CCD3D6'/%3E%3Cpath d='M863.192 187.69L864.445 187.922L890.196 165.798L888.971 165.548L863.192 187.69Z' fill='%23CCD3D6'/%3E%3Cpath d='M966.252 99.1436L967.477 99.3937L993.228 77.2556L992.003 77.0193L966.252 99.1436Z' fill='%23CCD3D6'/%3E%3Cpath d='M554.096 453.29L555.349 453.523L581.1 431.385L579.847 431.152L554.096 453.29Z' fill='%23CCD3D6'/%3E%3Cpath d='M1000.57 69.6379L1001.82 69.884L1027.57 47.7459L1026.35 47.5096L1000.57 69.6379Z' fill='%23CCD3D6'/%3E%3Cpath d='M1080.35 1.10508L1069.28 10.6146L1070.51 10.8647L1082.16 0.841974L1080.35 1.10508Z' fill='%23CCD3D6'/%3E%3Cpath d='M1034.94 40.1244L1036.16 40.3745L1061.92 18.2364L1060.69 18.0001L1034.94 40.1244Z' fill='%23CCD3D6'/%3E%3Cpath d='M897.536 158.18L898.789 158.413L924.54 136.275L923.315 136.038L897.536 158.18Z' fill='%23CCD3D6'/%3E%3Cpath d='M657.128 364.748L658.381 364.994L684.132 342.856L682.879 342.624L657.128 364.748Z' fill='%23CCD3D6'/%3E%3Cpath d='M622.784 394.257L624.037 394.503L649.788 372.365L648.535 372.133L622.784 394.257Z' fill='%23CCD3D6'/%3E%3Cpath d='M794.504 246.709L795.757 246.942L821.508 224.817L820.255 224.571L794.504 246.709Z' fill='%23CCD3D6'/%3E%3Cpath d='M588.44 423.767L589.693 424.013L615.444 401.875L614.191 401.643L588.44 423.767Z' fill='%23CCD3D6'/%3E%3Cpath d='M717.206 313.114L691.419 335.247L692.657 335.49L718.444 313.357L717.206 313.114Z' fill='%23CCD3D6'/%3E%3Cpath d='M760.16 276.219L761.413 276.451L787.164 254.327L785.911 254.081L760.16 276.219Z' fill='%23CCD3D6'/%3E%3Cpath d='M725.816 305.729L727.069 305.975L752.82 283.837L751.567 283.604L725.816 305.729Z' fill='%23CCD3D6'/%3E%3Cpath d='M800.601 662.504L698.374 642.711L697.531 643.454L797.949 662.888L800.601 662.504Z' fill='%23CCD3D6'/%3E%3Cpath d='M1197.61 588.316L739.282 499.574L740.153 498.841L1198.48 587.569L1197.61 588.316Z' fill='%23CCD3D6'/%3E%3Cpath d='M1257.54 441.139L878.305 367.708L877.435 368.455L1257.53 442.036L1257.54 441.139Z' fill='%23CCD3D6'/%3E%3Cpath d='M1259.63 185.74L1038.97 143.026L1038.1 143.759L1259.62 186.651L1259.63 185.74Z' fill='%23CCD3D6'/%3E%3Cpath d='M1257.2 482.342L1155.74 569.512L1156.99 569.758L1257.19 483.654L1257.2 482.342Z' fill='%23CCD3D6'/%3E%3Cpath d='M1146.64 577.992C1153.38 574.489 1162.82 570.321 1170.28 568.052L1157.64 568.532L1150.57 564.246C1150.98 568.035 1149.04 573.642 1146.64 577.992Z' fill='%23CCD3D6'/%3E%3Cpath d='M1099.48 619.168L1137.53 586.472L1136.28 586.226L1097.64 619.435L1099.48 619.168Z' fill='%23CCD3D6'/%3E%3Cpath d='M1146.64 577.992C1144.23 582.342 1142.29 587.949 1142.7 591.738L1135.63 587.438L1123.02 587.914C1130.48 585.659 1139.89 581.509 1146.64 577.992Z' fill='%23CCD3D6'/%3E%3Cpath d='M667.158 681.852L776.396 588.009L775.143 587.762L665.343 682.115L667.158 681.852Z' fill='%23CCD3D6'/%3E%3Cpath d='M390.388 721.981L596.256 545.104L595.003 544.858L388.574 722.245L390.388 721.981Z' fill='%23CCD3D6'/%3E%3Cpath d='M2.92663 421.428L9.38539 415.883L8.13264 415.637L2.93751 420.102L2.92663 421.428Z' fill='%23CCD3D6'/%3E%3Cpath d='M0.339431 736.816L345.071 440.594L343.846 440.358L0.350195 735.504L0.339431 736.816Z' fill='%23CCD3D6'/%3E%3Cpath d='M0.529344 713.666L0.521979 714.563L8.70681 716.15L9.54942 715.407L0.529344 713.666Z' fill='%23CCD3D6'/%3E%3Cpath d='M0.479148 719.785C7.04022 718.764 15.0751 718.234 21.3218 718.142C16.991 715.818 12.279 712.376 10.4078 709.336L7.54132 715.463L0.4864 718.901L0.479148 719.785Z' fill='%23CCD3D6'/%3E%3Cpath d='M192.039 750.741L33.9376 720.121L33.0671 720.868L189.359 751.129L192.039 750.741Z' fill='%23CCD3D6'/%3E%3Cpath d='M21.3218 718.142C25.6528 720.453 30.3651 723.895 32.2362 726.934L35.1307 720.803L44.9572 716.012C37.9752 717.355 28.4331 718.036 21.3218 718.142Z' fill='%23CCD3D6'/%3E%3Cpath d='M2.21709 507.924L2.20961 508.835L107.165 529.157L108.035 528.41L2.21709 507.924Z' fill='%23CCD3D6'/%3E%3Cpath d='M3.46168 356.204L3.4542 357.115L353.983 424.982L354.853 424.234L3.46168 356.204Z' fill='%23CCD3D6'/%3E%3Cpath d='M515.715 298.417L46.0053 207.477L46.8479 206.734L516.586 297.684L515.715 298.417Z' fill='%23CCD3D6'/%3E%3Cpath d='M634.904 65.6914L840.917 105.575L841.76 104.832L637.584 65.3028L634.904 65.6914Z' fill='%23CCD3D6'/%3E%3Cpath d='M199.733 128.788L106.895 208.568L108.12 208.805L201.576 128.521L199.733 128.788Z' fill='%23CCD3D6'/%3E%3Cpath d='M97.7908 217.049C100.197 212.685 102.139 207.092 101.724 203.303L108.799 207.589L121.406 207.113C113.943 209.381 104.54 213.532 97.7908 217.049Z' fill='%23CCD3D6'/%3E%3Cpath d='M3.93633 298.342L88.6591 225.533L87.4343 225.283L3.94721 297.016L3.93633 298.342Z' fill='%23CCD3D6'/%3E%3Cpath d='M97.7908 217.049C91.0142 220.556 81.6391 224.716 74.1755 226.984L86.7829 226.509L93.8581 230.794C93.4151 227.009 95.385 221.398 97.7908 217.049Z' fill='%23CCD3D6'/%3E%3Cpath d='M561.679 470.402L407.477 440.348L408.348 439.601L562.55 469.655L561.679 470.402Z' fill='%23CCD3D6'/%3E%3Cpath d='M718.064 339.757L559.963 309.151L560.805 308.421L718.934 339.024L718.064 339.757Z' fill='%23CCD3D6'/%3E%3Cpath d='M789.336 278.514L580.093 237.995L580.964 237.262L790.206 277.767L789.336 278.514Z' fill='%23CCD3D6'/%3E%3Cpath d='M774.274 265.412L773.049 265.176L919.018 139.738L920.271 139.97L774.274 265.412Z' fill='%23CCD3D6'/%3E%3Cpath d='M763.917 273.66C770.972 270.195 780.821 266.132 788.785 263.97L774.925 264.2L766.597 259.668C767.541 263.546 766.045 269.254 763.917 273.66Z' fill='%23CCD3D6'/%3E%3Cpath d='M929.375 131.49C927.247 135.896 925.751 141.59 926.667 145.486L918.339 140.954L904.479 141.198C912.471 139.032 922.348 134.951 929.375 131.49Z' fill='%23CCD3D6'/%3E%3Cpath d='M702.974 326.672L701.749 326.436L753.588 281.89L754.813 282.14L702.974 326.672Z' fill='%23CCD3D6'/%3E%3Cpath d='M692.646 334.916C699.673 331.455 709.549 327.388 717.514 325.226L703.654 325.456L695.326 320.924C696.242 324.806 694.773 330.496 692.646 334.916Z' fill='%23CCD3D6'/%3E%3Cpath d='M763.917 273.66C761.79 278.066 760.293 283.76 761.237 287.652L752.909 283.12L739.049 283.364C747.013 281.188 756.89 277.121 763.917 273.66Z' fill='%23CCD3D6'/%3E%3Cpath d='M550.209 457.952L548.956 457.705L682.288 343.151L683.513 343.401L550.209 457.952Z' fill='%23CCD3D6'/%3E%3Cpath d='M539.853 466.186C546.88 462.725 556.756 458.658 564.721 456.496L550.861 456.726L542.561 452.19C543.477 456.086 541.98 461.78 539.853 466.186Z' fill='%23CCD3D6'/%3E%3Cpath d='M692.646 334.916C690.518 339.322 689.049 345.012 689.965 348.908L681.637 344.376L667.777 344.62C675.714 342.448 685.619 338.377 692.646 334.916Z' fill='%23CCD3D6'/%3E%3Cpath d='M499.325 501.669L498.1 501.433L529.496 474.434L530.749 474.666L499.325 501.669Z' fill='%23CCD3D6'/%3E%3Cpath d='M488.968 509.903C495.996 506.442 505.872 502.375 513.837 500.213L499.977 500.443L491.676 495.907C492.593 499.803 491.096 505.497 488.968 509.903Z' fill='%23CCD3D6'/%3E%3Cpath d='M539.853 466.186C537.725 470.592 536.229 476.286 537.173 480.178L528.845 475.646L514.984 475.889C522.949 473.714 532.826 469.647 539.853 466.186Z' fill='%23CCD3D6'/%3E%3Cpath d='M969.18 238.49L963.361 237.361L964.232 236.628L970.05 237.757L969.18 238.49ZM950.945 234.967L913.695 227.758L914.566 227.025L951.815 234.234L950.945 234.967ZM901.279 225.351L864.03 218.142L864.9 217.408L902.149 224.617L901.279 225.351ZM851.613 215.734L814.364 208.525L815.206 207.796L852.456 215.005L851.613 215.734ZM801.947 206.117L764.698 198.908L765.568 198.175L802.818 205.384L801.947 206.117ZM752.281 196.501L715.032 189.292L715.902 188.559L753.152 195.768L752.281 196.501ZM702.616 186.884L665.366 179.675L666.209 178.946L703.458 186.155L702.616 186.884ZM652.95 177.268L615.7 170.059L616.571 169.325L653.82 176.534L652.95 177.268ZM603.284 167.651L566.034 160.442L566.905 159.709L604.154 166.918L603.284 167.651ZM553.618 158.035L516.369 150.826L517.239 150.092L554.488 157.301L553.618 158.035ZM503.952 148.418L466.703 141.209L467.573 140.476L504.823 147.685L503.952 148.418ZM454.286 138.801L417.037 131.592L417.907 130.859L455.157 138.068L454.286 138.801Z' fill='%23CCD3D6'/%3E%3Cpath d='M832.914 285.703C832.914 285.703 832.886 285.707 832.858 285.711C823.255 287.103 813.627 288.044 804.227 288.496L804.512 287.724C813.801 287.274 823.345 286.345 832.837 284.969C832.837 284.969 832.865 284.965 832.893 284.961C838.364 284.167 843.893 283.214 849.339 282.121L849.501 282.842C844.055 283.935 838.442 284.901 832.914 285.703ZM864.53 279.463L864.229 278.775C878.982 275.077 893.13 270.377 906.253 264.832L907.001 265.372C893.738 270.979 879.451 275.727 864.53 279.463ZM789.557 288.83C775.086 288.762 761.35 287.498 748.766 285.087L749.609 284.357C762.081 286.743 775.678 287.986 790.01 288.06L789.557 288.83ZM919.82 259.512L918.96 259.03C931.25 252.971 942.125 246.221 951.33 238.954L952.527 239.235C943.237 246.57 932.223 253.382 919.82 259.512ZM736.687 282.327C725.057 279.184 715.026 274.996 706.926 269.852L708.213 269.265C716.258 274.348 726.151 278.501 737.669 281.605L736.687 282.327ZM961.12 231.822L959.839 231.622C967.792 224.122 973.683 216.411 977.399 208.699L978.849 208.668C975.104 216.454 969.129 224.246 961.12 231.822ZM699.497 264.43C692.713 258.723 688.081 252.248 685.658 245.191L687.138 244.852C689.535 251.844 694.139 258.24 700.84 263.891L699.497 264.43ZM981.84 200.894L980.334 201.002C981.367 197.417 981.898 193.836 981.927 190.355C981.959 186.446 981.349 182.602 980.124 178.931L981.605 178.592C982.857 182.301 983.467 186.186 983.434 190.136C983.433 193.655 982.874 197.268 981.84 200.894ZM684.043 238.016C683.86 236.525 683.789 234.99 683.802 233.457C683.851 227.504 685.379 221.336 688.302 215.159L689.752 215.128C686.858 221.246 685.358 227.34 685.31 233.238C685.297 234.758 685.396 236.275 685.551 237.756L684.043 238.016ZM977.057 172.146C973.236 165.512 967.234 159.567 959.245 154.476L960.532 153.889C968.604 159.037 974.662 165.044 978.538 171.738L977.057 172.146ZM694.137 207.415L692.716 207.372C697.092 200.805 703.029 194.261 710.386 187.937C711.678 186.826 713.054 185.702 714.457 184.574L715.654 184.842C714.25 185.956 712.903 187.076 711.611 188.174C704.338 194.429 698.457 200.911 694.137 207.415ZM950.64 149.681C941.42 145.209 930.434 141.725 917.99 139.308C909.499 137.655 900.39 136.534 890.942 135.973L891.534 135.197C901.065 135.774 910.258 136.897 918.832 138.565C931.416 141.003 942.513 144.527 951.817 149.041L950.64 149.681ZM725.332 177.768L724.219 177.419C734.622 170.406 746.608 164.005 759.844 158.375L760.592 158.915C747.497 164.497 735.622 170.841 725.332 177.768ZM774.047 153.639L773.439 153.051C787.367 147.996 802.095 143.902 817.233 140.852L817.394 141.573C802.424 144.585 787.835 148.646 774.047 153.639ZM876.808 135.538C862.449 135.496 847.382 136.646 832.39 138.916L832.368 138.174C833.038 138.077 833.68 137.984 834.35 137.887C848.923 135.774 863.347 134.731 877.261 134.769L876.808 135.538Z' fill='%23CCD3D6'/%3E%3Cpath d='M832.878 211.966L824.739 191.224L826.22 190.871L834.359 211.613L832.878 211.966ZM822.035 184.304L813.896 163.561L815.377 163.209L823.516 183.951L822.035 184.304ZM811.22 156.637L809.281 151.745L810.761 151.392L812.701 156.298L811.22 156.637Z' fill='%23CCD3D6'/%3E%3Cpath d='M806.948 143.722C811.33 146.716 818.133 150.103 824.561 151.682L810.417 152.587L798.02 157.958C802.236 153.87 805.463 148.104 806.948 143.722Z' fill='%23CCD3D6'/%3E%3C/g%3E%3C/svg%3E%0A");
  width: 142.37288%;
  right: 1.2rem;
  left: auto;
  top: -5.65rem;
  padding-bottom: 59.52381%;
}

.gparam {
  position: relative;
  display: flex;
  line-height: 1.3;
}

@media (max-width: 767px) {
  .gparam {
    font-size: 1rem;
  }
}

.gparam__icon {
  margin: 0 0.5rem 0 0;
  width: 2.5rem;
  text-align: right;
}

.gparam__icon .icon {
  vertical-align: middle;
  font-size: 1.25rem;
}

.gparam__icon .icon--lightning {
  width: 0.88em;
  font-size: 1.25rem;
}

.gparam__icon .icon--cube {
  font-size: 1.1rem;
}

.gparam__icon .icon--square {
  font-size: 1.35rem;
}

.gparam__icon .icon--diamond {
  font-size: 1.1rem;
}

.gparam__icon .icon--user {
  width: 0.8em;
  font-size: 1.25rem;
}

.gparam__icon .icon--gas-volume {
  width: 0.67647em;
  font-size: 1.7rem;
}

.gparam__value {
  margin: -0.15em 0.5rem -0.15em 0;
  font-size: 3rem;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: 0;
  flex: auto 0 0;
}

.gparam__tail {
  position: absolute;
  top: 100%;
  left: 3.8rem;
  margin-top: 1.25rem;
  background: linear-gradient(to bottom, #f2f2f2, rgba(242, 242, 242, 0));
  width: 1px;
  height: 12.5rem;
  transform-origin: 0 0;
  transition: all 0.1s;
}

.gparam--infra {
  position: absolute;
  left: 50%;
  top: 0;
}

.gparam--infra-1 {
  margin-left: -22.25rem;
  margin-top: -7.5rem;
}

.gparam--infra-2 {
  margin-left: -13.25rem;
  margin-top: -19rem;
}

.gparam--infra-2 .gparam__tail {
  height: 16.25rem;
}

.gparam--infra-3 {
  margin-left: -10.25rem;
  margin-top: 1.25rem;
}

.gparam--infra-3 .gparam__tail {
  height: 6.25rem;
}

.gparam--infra-4 {
  margin-left: -8.75rem;
  margin-top: -11.75rem;
}

.gparam--infra-4 .gparam__tail {
  height: 7.75rem;
}

.gparam--infra-5 {
  margin-left: 6.75rem;
  margin-top: -14.5rem;
}

.gparam--infra-5 .gparam__tail {
  height: 9rem;
}

.gparam--infra-6 {
  margin-left: 2.25rem;
  margin-top: -2.5rem;
}

.gparam--infra-6 .gparam__tail {
  height: 5.75rem;
}

.form--quantity {
  position: relative;
  z-index: 1;
  display: inline-block;
  vertical-align: top;
  margin-top: 0.25rem;
}

.form--quantity .textfield {
  padding-right: 4rem;
  width: 9.75rem;
}

@media (max-width: 767px) {
  .form--quantity .textfield {
    padding-right: 1.75rem;
    width: 6.25rem;
  }
}

@media (max-width: 767px) {
  .form--quantity .form__item-label {
    font-size: 1rem;
    line-height: 1.2;
  }
}

.form--quantity .form__actions {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
}

.form--quantity .form__actions .btn {
  min-width: 2.5rem;
}

.cols-w--quantity {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.cols-w--quantity > .cols > .col {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.infra-trigger {
  top: -40%;
  bottom: -30%;
}

@media (max-width: 767px) {
  .infra-trigger {
    top: -50%;
    bottom: -50%;
  }
}

/*
Section "Contacts"
*/
@media (min-width: 768px) {
  .section--contacts {
    z-index: auto;
    padding: 10rem 0;
    min-height: 100vh;
    margin-top: -10rem;
  }
}

@media (max-width: 767px) {
  .section--contacts {
    padding-bottom: 2rem;
  }
}

.contacts-desc {
  max-width: 27rem;
}

.contacts-title {
  min-height: 2.6087em;
}

.contacts-title-lines {
  position: relative;
}

.contacts-title-line {
  position: absolute;
}

.text-split-parent {
  display: inline-block !important;
  vertical-align: top;
  overflow: hidden;
  padding-bottom: 0.2em;
  margin-bottom: -0.2em;
}

.text-split-child {
  display: inline-block !important;
  vertical-align: top;
}

.contacts-summary {
  max-width: 21rem;
  margin-top: 1.5rem;
}

.form--contacts {
  max-width: 22rem;
}

.contacts-figures-in-rt {
  position: fixed;
  top: 0;
  right: 0;
  z-index: -1;
}

.contacts-figures-in-rt .contacts-figure:nth-child(1) {
  top: 6.5rem;
  right: 6rem;
}

.contacts-figures-in-rt .contacts-figure:nth-child(2) {
  top: -4.75rem;
  right: 6rem;
}

.contacts-figures-in-rt .contacts-figure:nth-child(3) {
  top: 6.5rem;
  right: -4.15rem;
}

.contacts-figure {
  position: absolute;
  width: 8.65rem;
  z-index: -1;
}

.contacts-figure__inner {
  padding-bottom: 115.60694%;
  background: center center no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='174' height='202' viewBox='0 0 174 202' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.268066 51.0586V151.2L86.9931 201.267L173.718 151.2V51.0586L86.9931 0.991943L0.268066 51.0586Z' fill='%231A1A1A'/%3E%3C/svg%3E%0A");
  background-size: contain;
}

.contacts-figure--ct {
  left: 50%;
  top: -4.55rem;
}

.contacts-figure--cb {
  left: 50%;
  margin-left: 4rem;
  bottom: -5.5rem;
}

.contacts-figure--lb {
  left: 50%;
  margin-left: -25.5rem;
  bottom: -5.5rem;
  clip: rect(0, 4.3rem, auto, 0);
}

.contacts-figure--rb {
  right: -4.35rem;
  bottom: -5.5rem;
}

.contacts-figure--form {
  left: 100%;
  margin-left: -2.25rem;
  top: 2.25rem;
  clip: rect(0, auto, auto, 4.3rem);
}

@media (max-width: 1580px), (max-height: 1000px) {
  .contacts-figure--form {
    display: none;
  }
}

.contacts-trigger {
  top: -100%;
  bottom: -100%;
}

@media (max-width: 767px) {
  .contacts-trigger {
    top: -50%;
    bottom: 0;
  }
}

/*
Fixed Sidebar
*/
.fsidebar {
  position: fixed;
  top: 0;
  right: 0;
  width: 40rem;
  height: 100vh;
  background-color: #282828;
  color: #fff;
  transform: translate3d(100%, 0, 0);
  pointer-events: auto;
  overflow: hidden;
  z-index: -1;
  visibility: hidden;
  transition: transform 0.7s, opacity 0.7s, visibility 0s 0.7s, z-index 0s 0.7s;
  will-change: transform, opacity;
}

@media (max-width: 767px) {
  .fsidebar {
    width: 100%;
  }
}

.fsidebar.active {
  z-index: 70;
  transform: none;
  visibility: visible;
  transition-delay: 0s;
}

.fsidebar__inner {
  position: relative;
  height: 100%;
  display: flex;
  flex: auto 1 1;
  flex-direction: column;
  transition: all 0.4s;
}

.fsidebar__content {
  position: relative;
  flex: 1;
  flex-basis: 0;
  min-width: 0;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.fsidebar__content-crop {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100%;
  overflow: hidden;
  padding: 6.5rem 5rem 5rem;
}

@media (max-width: 767px) {
  .fsidebar__content-crop {
    padding: 3.5rem 1rem 2.5rem;
  }
}

.fsidebar__content-inner {
  min-height: 100%;
}

.fsidebar__content .loader {
  color: rgba(0, 0, 0, 0.5);
  font-size: 3.2rem;
}

.fsidebar__close {
  position: absolute;
  top: 3.5rem;
  right: 3rem;
  font-size: 1.25rem;
  line-height: 1;
  color: #fff;
}

@media (max-width: 767px) {
  .fsidebar__close {
    top: 1rem;
    right: 1.15rem;
  }
}

.fsidebar__close:hover {
  text-decoration: none;
  color: #1693FB;
}

.fsidebar__close:active {
  text-decoration: none;
  color: #A81834;
}

.rotate-message {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 200;
  font-size: 4.26667vh;
  letter-spacing: 0.02em;
  display: none;
}

.rotate-message:before {
  position: absolute;
  top: -100vh;
  right: -100vw;
  bottom: -100vh;
  left: -100vw;
  background-color: #000;
  content: '';
}

.isLandscape.isMobile .rotate-message {
  display: block;
}

.rotate-message__inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  overflow: hidden;
  z-index: 1;
}

.rotate-message__scroll {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  overflow-y: auto;
}

.rotate-message__icon {
  margin-top: 5.33333vh;
}

.rotate-message__icon:first-child {
  margin-top: 0;
}

.rotate-message__icon img {
  max-width: 4.75rem;
}

.rotate-message__summary {
  margin-top: 5.33333vh;
}

.rotate-message__summary:first-child {
  margin-top: 0;
}

.rotate-message__figure {
  position: absolute;
  z-index: -1;
}

.rotate-message__figure svg {
  width: 100%;
  height: auto;
}

.rotate-message__figure--1 {
  top: 100%;
  right: 50%;
  margin: -42.66667vh -64vh 0 0;
  width: 196.8vh;
}

.rotate-message__figure--2 {
  bottom: 100%;
  left: 50%;
  margin: 0 0 -37.33333vh -9.33333vh;
  width: 180vh;
}

.isLandscape.isMobile .fancybox-close {
  font-size: 8vh;
  height: 16.53333vh;
  width: 19.2vh;
}

.isLandscape.isMobile .fancybox-slide--video .fancybox-close {
  right: 50%;
  margin-right: -9.6vh;
}

.left-border-add {
  border-left: 1px solid #fff;
  padding-left: 1.5rem;
}

@media (max-width: 767px) {
  .left-border-add {
    padding-left: 1.5rem;
  }
}

.left-border-add a {
  color: #fff;
  text-decoration: none;
}

.left-border-add a:hover {
  color: #1693FB;
  text-decoration: none;
}

@media (max-width: 767px) {
  .desktop-only {
    display: none;
  }
}

@media (min-width: 768px) {
  .mobile-only {
    display: none;
  }
}

.grecaptcha-badge {
  visibility: hidden;
}

/*
Лейаут футера
*/
.footer {
  position: relative;
  z-index: 2;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.33333;
  color: #828282;
  margin-top: -10rem;
  flex: auto 0 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 10rem;
  padding: 4rem 0;
}

@media (max-width: 767px) {
  .footer {
    font-size: 0.7rem;
    padding: 1.5rem 0;
    margin-top: 0;
    min-height: 0;
  }
}

/*
Next Section Pointer
*/
.progress-next-wrapper {
  position: fixed;
  right: 0;
  bottom: 4rem;
  left: 0;
  z-index: 50;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s, visibility 0s 0.5s;
}

@media (max-width: 767px) {
  .progress-next-wrapper {
    bottom: 1.5rem;
  }
}

.progress-next-wrapper.active {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}

.progress-next-wrapper a {
  text-decoration: none !important;
  color: inherit;
}

.progress-next-wrapper a:hover {
  color: #1693FB;
}

.progress-next-wrapper a:active {
  color: #1693FB;
}

.progress-next {
  display: inline-flex;
  align-items: center;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.33333;
}

@media (max-width: 767px) {
  .progress-next {
    font-size: 0.7rem;
  }
}

.progress-next .icon {
  top: 0.15rem;
  font-size: 0.95rem;
  width: 0.47059em;
  vertical-align: middle;
  margin: -0.25rem 1.6rem;
}

@media (max-width: 767px) {
  .progress-next .icon {
    top: 0rem;
    margin-left: 1.15rem;
    margin-right: 1.15rem;
  }
}

.progress-next .icon:first-child {
  margin-left: 0;
}

.progress-next .icon:last-child {
  margin-right: 0;
}

/*
Section Bullet Pagination
*/
.progress-bullets {
  position: fixed;
  top: 50%;
  right: -3.25rem;
  z-index: 50;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transform: translateY(-49.7%);
  margin-top: -1rem;
  counter-reset: progress-bullet;
}

.progress-bullets__scroll {
  padding-right: 6rem;
  padding-left: 1.5rem;
  max-height: 6.25rem;
  overflow: hidden;
}

.progress-bullet {
  position: relative;
  font-size: 0;
  margin-top: 1rem;
  margin-left: auto;
  width: 0.25rem;
  cursor: pointer;
  opacity: 0;
  transition: all 0.6s;
  will-change: opacity;
}

.progress-bullet:before {
  position: absolute;
  top: -0.5rem;
  right: -0.25rem;
  bottom: -0.5rem;
  width: calc(100% + 10rem/$k);
  min-width: 1.8rem;
  border-radius: 5rem;
  content: '';
}

.progress-bullet:after {
  clear: both;
  display: block;
  background-color: rgba(255, 255, 255, 0.7);
  height: 1px;
  content: '';
  transition: all 0.3s;
}

.progress-bullet__inner {
  float: right;
  width: 2.5rem;
  height: 0;
  overflow: hidden;
  transition: all 0.6s;
  color: inherit !important;
  text-decoration: none !important;
}

.progress-bullet__inner:before {
  display: block;
  text-align: right;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 0.1rem;
  transform: translateY(50%);
  counter-increment: progress-bullet;
  content: "0" counter(progress-bullet);
  transition: all 0.6s;
  will-change: opacity, transform;
}

.progress-bullet__inner:after {
  position: absolute;
  top: -0.5rem;
  right: -0.25rem;
  bottom: -0.5rem;
  width: calc(100% + 10rem/$k);
  min-width: 1.8rem;
  border-radius: 5rem;
  content: '';
}

.progress-bullet.active-prev, .progress-bullet.active-next {
  opacity: 1;
  width: 0.9rem;
}

.progress-bullet.active-prev2, .progress-bullet.active-next2 {
  opacity: 1;
  width: 0.65rem;
}

.progress-bullet.active-prev3, .progress-bullet.active-next3 {
  opacity: 1;
  width: 0.4rem;
}

.progress-bullet.active-prev4, .progress-bullet.active-next4 {
  opacity: 1;
  width: 0.25rem;
}

.progress-bullet:hover {
  width: 1.3rem;
}

.progress-bullet:hover:after {
  background-color: #1693FB;
}

.progress-bullet.active {
  opacity: 1;
  width: 1.3rem;
  cursor: default;
  pointer-events: none;
}

.progress-bullet.active:after {
  background-color: #fff;
}

.progress-bullet.active .progress-bullet__inner {
  height: 1.45rem;
  margin-top: -0.25rem;
}

.progress-bullet.active .progress-bullet__inner:before {
  opacity: 1;
  transform: none;
}

/*

Common property classes

 */
.relative {
  position: relative;
}

.static {
  position: static;
}

.absolute {
  position: absolute;
}

.inline {
  display: inline;
}

.inline-block {
  display: inline-block;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-visible {
  overflow: visible;
}

.reset-margin {
  margin: 0;
}

.margin-top-auto {
  margin-top: auto;
}

.margin-bottom-auto {
  margin-top: auto;
}

.margin-auto {
  margin-left: auto;
  margin-right: auto;
}

.hidden-absolute {
  position: absolute;
  top: -499.95rem;
  left: -499.95rem;
}

.text-align-left {
  text-align: left;
}

.text-align-right {
  text-align: right;
}

.text-align-center {
  text-align: center;
}

@media (max-width: 1259px) {
  .text-align-left-on-screen {
    text-align: left;
  }
}

@media (max-width: 1023px) {
  .text-align-left-on-tablet {
    text-align: left;
  }
}

@media (max-width: 767px) {
  .text-align-left-on-mobile {
    text-align: left;
  }
}

@media (max-width: 1259px) {
  .text-align-right-on-screen {
    text-align: right;
  }
}

@media (max-width: 1023px) {
  .text-align-right-on-tablet {
    text-align: right;
  }
}

@media (max-width: 767px) {
  .text-align-right-on-mobile {
    text-align: right;
  }
}

@media (max-width: 1259px) {
  .text-align-center-on-screen {
    text-align: center;
  }
}

@media (max-width: 1023px) {
  .text-align-center-on-tablet {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .text-align-center-on-mobile {
    text-align: center;
  }
}

.text-ellipsis {
  display: inline-block;
  max-width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.vmiddle {
  vertical-align: middle;
}

.vbottom {
  vertical-align: bottom;
}

.vbaseline {
  vertical-align: baseline;
}

.align-center {
  align-self: center;
}

.align-start {
  align-self: flex-start;
}

.align-end {
  align-self: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

.clear {
  clear: both;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.nowrap {
  white-space: nowrap;
}

.wrap-normal {
  white-space: normal;
}

.no-text-transform {
  text-transform: none;
}

.uppercase {
  text-transform: uppercase;
}

.underline {
  text-decoration: underline;
}

.nounderline {
  text-decoration: none;
}

.nounderline-important {
  text-decoration: none !important;
}

.underline-hover:hover {
  text-decoration: underline;
}

.underline-hover:active {
  text-decoration: underline;
}

.line-through {
  text-decoration: line-through;
}

.cursor-pointer {
  cursor: pointer;
}

.cursor-default {
  cursor: default;
}

.pointer-events-none {
  pointer-events: none;
}

.pointer-events-auto {
  pointer-events: auto;
}

.color-white {
  color: #fff;
}

.color-black {
  color: #3b3b3b;
}

.color-inherit {
  color: inherit;
}

.color-inherit-important {
  color: inherit !important;
}

.color-default {
  color: #000;
}

.color-active {
  color: #1693FB;
}

.color-active2 {
  color: #A81834;
}

.color-muted {
  color: #C8C8C8;
}

.color-muted-active {
  color: #9BA3A8;
}

.color-muted-active2 {
  color: #8A9195;
}

.color-muted-light {
  color: #4C606A;
}

.font-monospace {
  font-family: Consolas, Monaco, Menlo, 'Courier New', Courier, monospace;
}

.font-0 {
  font-size: 0;
}

.font-xsmall {
  font-size: 0.8rem;
}

.font-small {
  font-size: 0.9rem;
}

.font-smaller {
  font-size: 1rem;
}

.font-normal {
  font-size: 1.1rem;
}

@media (max-width: 479px) {
  .font-normal {
    font-size: 0.9rem;
  }
}

.font-larger {
  font-size: 1.2rem;
}

.font-large {
  font-size: 1.3rem;
}

.font-thin {
  font-weight: 200;
}

.font-light {
  font-weight: 300;
}

.font-regular {
  font-weight: 400;
}

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

.font-bold {
  font-weight: 700;
}

.font-extrabold {
  font-weight: 800;
}

.font-black {
  font-weight: 900;
}

.minw140 {
  min-width: 7rem;
}

.minw160 {
  min-width: 8rem;
}

.minw200 {
  min-width: 10rem;
}

.minw220 {
  min-width: 11rem;
}

.minw240 {
  min-width: 12rem;
}

.minw250 {
  min-width: 12.5rem;
}

.minw280 {
  min-width: 14rem;
}

.minw300 {
  min-width: 15rem;
}

.minw100percent {
  min-width: 100%;
}

@media (max-width: 767px) {
  .minw-mobile-0 {
    min-width: 0;
  }
}

.w100percent {
  width: 100%;
}

.w10 {
  width: 10%;
}

.w15 {
  width: 15%;
}

.w20 {
  width: 20%;
}

.w25 {
  width: 25%;
}

.w30 {
  width: 30%;
}

.w35 {
  width: 35%;
}

.w40 {
  width: 40%;
}

.w45 {
  width: 45%;
}

.w50 {
  width: 50%;
}

.w55 {
  width: 55%;
}

.w60 {
  width: 60%;
}

.w65 {
  width: 65%;
}

.w70 {
  width: 70%;
}

.w75 {
  width: 75%;
}

.w80 {
  width: 80%;
}

.w85 {
  width: 85%;
}

.w90 {
  width: 90%;
}

.w95 {
  width: 95%;
}

.w100 {
  width: 100%;
}

@media (max-width: 767px) {
  .w100-mobile {
    width: 100%;
  }
}

@media (max-width: 1023px) {
  .w100-tablet {
    width: 100%;
  }
}

.mw170 {
  max-width: 8.5rem;
}

.mw200 {
  max-width: 10rem;
}

.mw220 {
  max-width: 11rem;
}

.mw250 {
  max-width: 12.5rem;
}

.mw280 {
  max-width: 14rem;
}

.mw300 {
  max-width: 15rem;
}

.mw370 {
  max-width: 18.5rem;
}

.mw400 {
  max-width: 20rem;
}

.mw450 {
  max-width: 22.5rem;
}

.mw480 {
  max-width: 24rem;
}

.mw540 {
  max-width: 27rem;
}

.mw560 {
  max-width: 28rem;
}

.mw640 {
  max-width: 32rem;
}

.mw670 {
  max-width: 33.5rem;
}

.mw720 {
  max-width: 36rem;
}

.mw770 {
  max-width: 38.5rem;
}

.mw960 {
  max-width: 48rem;
}

.mw1100 {
  max-width: 55rem;
}

.mw1200 {
  max-width: 60rem;
}

.mw1300 {
  max-width: 65rem;
}

.mw1600 {
  max-width: 80rem;
}

.mw100percent {
  max-width: 100%;
}

.mw-none {
  max-width: none;
}

.no-padding {
  padding: 0;
}

.mt0 {
  margin-top: 0;
}

.mt5 {
  margin-top: 0.25rem;
}

.mt10 {
  margin-top: 0.5rem;
}

.mt15 {
  margin-top: 0.75rem;
}

.mt20 {
  margin-top: 1rem;
}

/*# sourceMappingURL=style.css.map */

/*# sourceMappingURL=build.css.map */
