@font-face {
  font-family: "ClanPro";
  src: url("Fonts/5476660/487435bb-c95d-4202-bf68-b10ac86caacc.eot?#iefix");
  src: url("Fonts/5476660/487435bb-c95d-4202-bf68-b10ac86caacc.eot?#iefix") format("eot"), url("Fonts/5476660/abe710ba-a0cb-4b37-b42f-d2a5265c1714.woff2") format("woff2"), url("Fonts/5476660/4fb3a5df-f261-4908-845c-dfd769d600f3.woff") format("woff"), url("Fonts/5476660/39c0d73c-c9da-495a-8afc-53df8e0f9a0d.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: "ClanPro";
  src: url("Fonts/5476682/d3a3f0ac-3371-4c70-bdee-f5650f69f578.eot?#iefix");
  src: url("Fonts/5476682/d3a3f0ac-3371-4c70-bdee-f5650f69f578.eot?#iefix") format("eot"), url("Fonts/5476682/104c31f2-b696-40d5-a760-dc099e62dde4.woff2") format("woff2"), url("Fonts/5476682/ac83b395-d41c-4499-97cf-bf1ef67ceea8.woff") format("woff"), url("Fonts/5476682/4a042510-e500-4055-a898-ab5a464ee9f1.ttf") format("truetype");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: "ClanPro";
  src: url("Fonts/5476760/4e5e265b-3d6c-4595-b0d6-5ac68b7d9322.eot?#iefix");
  src: url("Fonts/5476760/4e5e265b-3d6c-4595-b0d6-5ac68b7d9322.eot?#iefix") format("eot"), url("Fonts/5476760/ce70b355-b3c6-4b80-99aa-aea9833f871a.woff2") format("woff2"), url("Fonts/5476760/0af54776-d0b2-4b34-9217-5185c9b83dd7.woff") format("woff"), url("Fonts/5476760/b9e32a89-05dd-4761-af8e-fc4ee7c10c31.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: "ClanPro";
  src: url("Fonts/5476782/fc7e4215-0c9c-4343-a77f-9dec318ec520.eot?#iefix");
  src: url("Fonts/5476782/fc7e4215-0c9c-4343-a77f-9dec318ec520.eot?#iefix") format("eot"), url("Fonts/5476782/241d0d50-842d-4bf4-8cf4-6b102ade9e35.woff2") format("woff2"), url("Fonts/5476782/ec02f579-c26f-4cb0-bd46-db74d4b8149d.woff") format("woff"), url("Fonts/5476782/2007326b-57a9-413f-a55a-1dd005af561a.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent; }

* {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

*:before, *:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

input[type], [contenteditable] {
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text; }

body, h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  font-size: 1rem;
  font-weight: 400; }

a {
  text-decoration: none;
  color: inherit; }

strong, b {
  font-weight: 700; }

em, i {
  font-style: normal; }

a:focus, button:focus {
  outline: 0; }

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: 0;
  padding: 0; }

input, fieldset {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  padding: 0;
  margin: 0;
  min-width: 0;
  font-size: 1rem;
  font-family: inherit; }

input::-ms-clear {
  display: none; }

input:focus {
  outline: 0; }

input[type="number"] {
  -moz-appearance: textfield; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none; }

svg {
  display: block; }

img {
  max-width: 100%;
  display: block; }

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000; }

/**
 * Swiper 4.4.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: December 19, 2018
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-container-no-flexbox .swiper-slide {
  float: left; }

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform; }

.swiper-slide-invisible-blank {
  visibility: hidden; }

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform; }

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px; }

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.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-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.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-slide-shadow-bottom {
  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: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x; }

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat; }

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto; }

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto; }

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-lock {
  display: none; }

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%; }

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33); }

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  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: #007aff; }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  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%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform; }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform; }

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  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-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff; }

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff; }

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000; }

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000; }

.swiper-pagination-lock {
  display: none; }

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 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, 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: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center; }

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain; }

.swiper-slide-zoomed {
  cursor: move; }

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite; }

.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat; }

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

/* a11y */
.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 {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  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;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  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 {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  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-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  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: 0.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-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px; }

html {
  overflow-x: hidden; }

body {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-x: hidden;
  font-family: 'ClanPro';
  line-height: 1.5;
  color: #5d6770;
  font-size: calc(12px + 4 * ( (100vw - 600px) / 800)); }
  @media screen and (max-width: 600px) {
    body {
      font-size: 12px; } }
  @media screen and (min-width: 1400px) {
    body {
      font-size: 16px; } }

h1 {
  font-size: calc(32px + 28 * ( (100vw - 600px) / 800));
  line-height: 1.2; }
  @media screen and (max-width: 600px) {
    h1 {
      font-size: 32px; } }
  @media screen and (min-width: 1400px) {
    h1 {
      font-size: 60px; } }

h2 {
  font-size: calc(22px + 26 * ( (100vw - 600px) / 800));
  line-height: 1.2; }
  @media screen and (max-width: 600px) {
    h2 {
      font-size: 22px; } }
  @media screen and (min-width: 1400px) {
    h2 {
      font-size: 48px; } }

h3 {
  font-size: calc(12px + 10 * ( (100vw - 600px) / 800));
  line-height: 1.5; }
  @media screen and (max-width: 600px) {
    h3 {
      font-size: 12px; } }
  @media screen and (min-width: 1400px) {
    h3 {
      font-size: 22px; } }

h4 {
  font-size: calc(14px + 18 * ( (100vw - 600px) / 800));
  line-height: 1.5; }
  @media screen and (max-width: 600px) {
    h4 {
      font-size: 14px; } }
  @media screen and (min-width: 1400px) {
    h4 {
      font-size: 32px; } }

p {
  font-size: calc(12px + 4 * ( (100vw - 600px) / 800));
  line-height: 1.5; }
  @media screen and (max-width: 600px) {
    p {
      font-size: 12px; } }
  @media screen and (min-width: 1400px) {
    p {
      font-size: 16px; } }

.headline {
  font-size: calc(12px + 1 * ( (100vw - 600px) / 800));
  line-height: 1.5;
  text-transform: uppercase; }
  @media screen and (max-width: 600px) {
    .headline {
      font-size: 12px; } }
  @media screen and (min-width: 1400px) {
    .headline {
      font-size: 13px; } }

.clouds {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

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

.section-headline, .section-subheadline {
  text-align: center; }

.section-headline {
  margin-bottom: 40px;
  padding: 0 calc(100/1400 * 100%); }

.section-subheadline {
  margin: 0 auto 80px;
  max-width: 40%; }

@media (max-width: 640px) {
  .section-headline {
    margin-bottom: 20px;
    padding: 0 5%; }
  .section-subheadline {
    margin: 0 auto 40px;
    max-width: 90%; } }

.button {
  display: block;
  padding: 7px 18px 5px;
  margin: 0 12px;
  border: 1px solid #fff;
  border-radius: 13px;
  background: rgba(255, 255, 255, 0);
  font-size: calc(11px + 3 * ( (100vw - 600px) / 800));
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
  cursor: pointer;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease; }
  @media screen and (max-width: 600px) {
    .button {
      font-size: 11px; } }
  @media screen and (min-width: 1400px) {
    .button {
      font-size: 14px; } }
  .button:hover {
    color: #7E878D;
    background: white;
    -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.35);
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.35);
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease; }

.hidden {
  display: none !important; }

.swiper-button-prev, .swiper-button-next {
  width: 8px;
  height: 24px;
  margin-top: -34px; }
  .swiper-button-prev svg, .swiper-button-next svg {
    width: 8px;
    height: 24px; }

.swiper-button-prev {
  left: calc(250/1400 * 100%); }

.swiper-button-next {
  right: calc(250/1400 * 100%); }

.swiper-button-next, .swiper-container-rtl .swiper-button-prev, .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: none; }

.swiper-pagination-bullet {
  cursor: pointer;
  background: #c4c7cb; }

.swiper-pagination-bullet-active {
  background: #ed1c2b; }

.swiper-slide-prev, .swiper-slide-next {
  opacity: 0.35;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease; }

.swiper-slide {
  position: relative;
  width: calc(792/1400 * 100%);
  margin: 0 calc(50/1400 * 100%); }
  .swiper-slide .download {
    display: none; }

.swiper-slide-active .download {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(72, 87, 96, 0.59); }

.swiper-slide-active:hover .download {
  opacity: 1;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease; }

.swiper-dosanddonts h4 {
  text-align: center; }
  .swiper-dosanddonts h4 strong {
    display: block; }

.swiper-dosanddonts .swiper-slide-prev, .swiper-dosanddonts .swiper-slide-next {
  opacity: 1;
  color: #C90013;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease; }

@media (max-width: 1100px) {
  .swiper-choose .swiper-slide {
    width: 90%;
    margin: 0 5%; }
  .swiper-choose .swiper-button-prev {
    left: 2.5%; }
  .swiper-choose .swiper-button-next {
    right: 2.5%; } }

@media (max-width: 640px) {
  .swiper-choose .swiper-wrapper {
    display: block; }
  .swiper-choose .swiper-button-prev, .swiper-choose .swiper-button-next, .swiper-choose .swiper-pagination {
    display: none; }
  .swiper-choose .swiper-slide {
    margin: 0 5% 40px; }
  .swiper-choose .swiper-slide .download {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(72, 87, 96, 0.59); }
  .swiper-choose .swiper-slide:hover .download {
    opacity: 1;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease; }
  .swiper-dosanddonts .swiper-slide {
    margin: 0 calc(304/1400 * 100%); }
  .swiper-dosanddonts .swiper-button-prev {
    left: calc(150/1400 * 100%); }
  .swiper-dosanddonts .swiper-button-next {
    right: calc(150/1400 * 100%); } }

header, section, footer {
  position: relative; }

header {
  background: #fff url(../img/header-bg.png) bottom center no-repeat;
  padding: 50px 0; }
  header .logo {
    padding: 0 calc(100/1400 * 100%); }
  header .hero {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 80px calc(100/1400 * 100%) 0;
    overflow: hidden; }
    header .hero .txt {
      width: 57%;
      color: #fff; }
      header .hero .txt h1 {
        margin-bottom: 50px; }
      header .hero .txt strong {
        display: inline-block;
        padding: 8px 8px 0 8px;
        vertical-align: baseline;
        line-height: 1;
        border: 4px solid #fff;
        border-radius: 5px; }
    header .hero .img {
      position: relative;
      width: 43%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      header .hero .img .cloudbottom {
        position: absolute;
        z-index: 1;
        width: 85%;
        right: -50%;
        top: 10%;
        max-width: none; }
      header .hero .img .mirror {
        position: relative;
        z-index: 2; }
      header .hero .img .cloudtop {
        position: absolute;
        z-index: 1;
        width: 100%;
        left: -10%;
        bottom: 0;
        max-width: none; }

@media (max-width: 1100px) {
  header .logo {
    padding: 0 5%; }
  header .hero {
    padding: 80px 5% 0; } }

@media (max-width: 640px) {
  header {
    padding: 40px 0; }
    header .hero {
      padding: 40px 5% 0; }
      header .hero .txt {
        width: 60%;
        -ms-flex-negative: 0;
        flex-shrink: 0; }
      header .hero .img {
        width: 40%;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end; } }

.links {
  background: #fff; }
  .links .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 80px 0;
    width: calc(996/1400 * 100%);
    margin: 0 auto; }
    .links .content a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      text-align: center;
      width: calc(264/1400 * 100%); }
      .links .content a:hover .arrow {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
        -webkit-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out; }
    .links .content .img {
      margin-bottom: 40px; }
    .links .content p {
      width: 100%;
      margin-bottom: 40px; }
    .links .content strong {
      display: block;
      font-size: calc(11px + 2 * ( (100vw - 600px) / 800));
      text-transform: uppercase;
      margin-bottom: 20px; }
      @media screen and (max-width: 600px) {
        .links .content strong {
          font-size: 11px; } }
      @media screen and (min-width: 1400px) {
        .links .content strong {
          font-size: 13px; } }
    .links .content .arrow {
      margin-top: auto;
      -webkit-transition: all 0.25s ease-in-out;
      transition: all 0.25s ease-in-out; }
      .links .content .arrow svg {
        display: block;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        -webkit-transform-origin: center center;
        transform-origin: center center; }
  .links .clouds img {
    position: absolute;
    width: 60%;
    left: -18%;
    top: -280px; }

@media (max-width: 1100px) {
  .links .content {
    width: 90%; } }

@media (max-width: 640px) {
  .links .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 40px 0; }
    .links .content a {
      width: 90%;
      margin-bottom: 20px; }
    .links .content .img {
      margin-bottom: 20px; }
    .links .content p {
      margin-bottom: 20px; }
  .links .clouds img {
    top: -50px; } }

.choose {
  background: #f0f1f2;
  padding: 80px 0; }
  .choose .swiper-container {
    padding-bottom: 50px; }
  .choose .clouds img {
    position: absolute;
    width: 60%;
    right: -25%;
    top: -275px; }

@media (pointer: coarse) {
  .swiper-choose .swiper-slide .download {
    -webkit-transition-property: none;
    transition-property: none;
    background: rgba(72, 87, 96, 0); }
  .swiper-choose .swiper-slide:hover .download {
    opacity: 0;
    -webkit-transition-property: none;
    transition-property: none; }
  .swiper-choose .swiper-slide-active .download {
    -webkit-transition-property: none;
    transition-property: none;
    background: rgba(72, 87, 96, 0); }
  .swiper-choose .swiper-slide-active:hover .download {
    opacity: 0;
    -webkit-transition-property: none;
    transition-property: none; } }

@media (max-width: 640px) {
  .choose {
    padding: 40px 0; }
    .choose .swiper-container {
      padding-bottom: 0; }
    .choose .clouds img {
      top: 0px; } }

.create {
  z-index: 1;
  background: #ed1c2b;
  color: #fff;
  padding: 80px 0; }
  .create #progress-headlines {
    margin: 0 auto 40px;
    max-width: 40%;
    text-align: center; }
    .create #progress-headlines .step {
      display: none; }
    .create #progress-headlines .step.active {
      display: block; }
  .create #progress-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    margin-bottom: 40px; }
    .create #progress-dots:after {
      content: "";
      position: absolute;
      left: 0;
      top: 50%;
      display: block;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      width: 100%;
      height: 6px;
      background: #C90013; }
    .create #progress-dots .dot-wrapper {
      position: relative;
      z-index: 1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      width: calc(524/1400 * 100%); }
    .create #progress-dots .step {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      width: 12px;
      height: 12px;
      border-radius: 50%;
      overflow: hidden;
      background: #fff; }
      .create #progress-dots .step:after {
        content: "";
        display: block;
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background: rgba(93, 103, 112, 0.25); }
    .create #progress-dots .step.active {
      width: 16px;
      height: 16px; }
      .create #progress-dots .step.active:after {
        width: 10px;
        height: 10px;
        background: #ed1c2b; }
  .create #create-choosebg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: calc(996/1400 * 100%);
    margin: 0 auto 16px; }
    .create #create-choosebg div {
      width: calc(50% - 12px);
      margin-bottom: 24px;
      background: #DEE0E2;
      cursor: pointer; }
      .create #create-choosebg div img {
        opacity: 0.35;
        -webkit-transition: opacity 0.25s ease;
        transition: opacity 0.25s ease; }
      .create #create-choosebg div:hover img {
        opacity: 1;
        -webkit-transition: opacity 0.25s ease;
        transition: opacity 0.25s ease; }
  .create #create-writetxt {
    position: relative;
    width: calc(996/1400 * 100%);
    margin: 0 auto 40px; }
    .create #create-writetxt #cover {
      position: relative;
      width: 100%;
      overflow: hidden; }
      .create #create-writetxt #cover img {
        border: 0;
        width: 100%;
        max-width: none;
        height: auto;
        margin: 0;
        padding: 0; }
    .create #create-writetxt p {
      position: absolute;
      z-index: 1;
      width: calc(305/792 * 100%);
      height: 48%;
      right: 24px;
      top: 24px;
      overflow: hidden;
      text-align: right;
      /*@include fluid-type(24px, 30px);*/
      font-size: 2.117vw;
      line-height: 1.2;
      color: #ed1c2b;
      border: 1px solid transparent; }
    .create #create-writetxt #create-download {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      opacity: 1;
      /*transition: all 0.25s ease;*/
      position: absolute;
      z-index: 2;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: rgba(72, 87, 96, 0.59); }
  .create #create-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .create #create-nav a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin: 0 12px;
      -webkit-transition: all 0.25s ease;
      transition: all 0.25s ease; }
      .create #create-nav a svg path {
        fill: #fff; }
      .create #create-nav a span {
        font-size: calc(16px + 4 * ( (100vw - 600px) / 800)); }
        @media screen and (max-width: 600px) {
          .create #create-nav a span {
            font-size: 16px; } }
        @media screen and (min-width: 1400px) {
          .create #create-nav a span {
            font-size: 20px; } }
      .create #create-nav a:hover {
        -webkit-transform: scale(1.15);
        transform: scale(1.15); }
    .create #create-nav a.prev {
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end; }
      .create #create-nav a.prev svg {
        margin-right: 12px; }
      .create #create-nav a.prev:hover {
        -webkit-transform-origin: right center;
        transform-origin: right center;
        -webkit-transition: all 0.15s ease;
        transition: all 0.15s ease; }
    .create #create-nav a.next svg {
      margin-left: 12px; }
    .create #create-nav a.next:hover {
      -webkit-transform-origin: left center;
      transform-origin: left center;
      -webkit-transition: all 0.15s ease;
      transition: all 0.15s ease; }
    .create #create-nav a.disabled {
      color: #C90013;
      pointer-events: none; }
      .create #create-nav a.disabled path {
        fill: #C90013; }
  .create .clouds img {
    position: absolute; }
  .create .clouds img:nth-child(1) {
    width: calc(502/1400 * 100%);
    right: -15%;
    top: -200px; }
  .create .clouds img:nth-child(2) {
    width: calc(370/1400 * 100%);
    left: -10%;
    top: 0; }
  .create .clouds img:nth-child(3) {
    width: calc(370/1400 * 100%);
    left: -10%;
    bottom: -100px; }

.border {
  position: absolute;
  z-index: 1;
  width: calc(282/792 * 100%);
  height: calc(145/198 * 100%);
  right: 24px;
  top: 24px;
  overflow: hidden;
  cursor: text; }

.block {
  width: 100%;
  text-align: right;
  /*@include fluid-type(24px, 90px);*/
  font-size: 4.7vw;
  line-height: 1.2;
  color: #ed1c2b; }

.block:focus {
  outline: none; }

div[data-placeholder]:not(:focus):not([data-div-placeholder-content]):before {
  content: attr(data-placeholder); }

@media (max-width: 1100px) {
  .create #create-choosebg {
    width: 90%; }
    .create #create-choosebg div {
      width: 100%; }
  .create #create-writetxt {
    width: 90%; } }

@media (max-width: 640px) {
  .create {
    padding: 40px 0; }
    .create .clouds img:nth-child(1) {
      top: -20px; }
    .create .clouds img:nth-child(2) {
      display: none; }
    .create .clouds img:nth-child(3) {
      bottom: -20px; } }

.tips {
  position: relative;
  background: #f0f1f2;
  padding-top: 80px;
  -webkit-transition: all 1.25s ease-in-out;
  transition: all 1.25s ease-in-out;
  overflow: hidden; }
  .tips .content {
    width: calc(996/1400 * 100%);
    margin: 0 auto; }
  .tips .tip {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 80px; }
    .tips .tip .tip-img {
      position: relative;
      z-index: 1;
      display: block;
      width: 100px;
      height: 100px;
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      -ms-flex-negative: 0;
      flex-shrink: 0; }
    .tips .tip .tip-data {
      background: #fff;
      padding: 50px 50px 50px 75px;
      margin-left: -50px; }
    .tips .tip .person-name {
      font-size: calc(16px + 2 * ( (100vw - 600px) / 800));
      margin-bottom: 5px; }
      @media screen and (max-width: 600px) {
        .tips .tip .person-name {
          font-size: 16px; } }
      @media screen and (min-width: 1400px) {
        .tips .tip .person-name {
          font-size: 18px; } }
    .tips .tip .person-title {
      font-size: 12px;
      font-weight: bold;
      text-transform: uppercase;
      color: #ed1c2b; }
    .tips .tip .tip-txt {
      overflow: hidden; }
      .tips .tip .tip-txt p {
        margin-top: 35px; }
  .tips #tipFirst.collapsed {
    margin-bottom: 160px; }
    .tips #tipFirst.collapsed .tip-txt p {
      display: none; }
      .tips #tipFirst.collapsed .tip-txt p:first-child {
        display: block; }
  .tips .more {
    position: absolute;
    z-index: 9;
    left: 50%;
    bottom: 40px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer; }
    .tips .more span {
      display: block;
      margin-bottom: 12px;
      font-size: 9px;
      font-weight: bold;
      color: #5d6770;
      text-transform: uppercase;
      letter-spacing: 0.2em; }
    .tips .more .arrow-down {
      display: block; }
      .tips .more .arrow-down .right {
        -webkit-transform-origin: right top;
        transform-origin: right top;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg); }
      .tips .more .arrow-down .left {
        -webkit-transform-origin: left top;
        transform-origin: left top;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg); }

@-webkit-keyframes fadeout {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeout {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-webkit-keyframes rotateright {
  0% {
    -webkit-transform-origin: right top;
    transform-origin: right top;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.15s ease;
    transition: all 0.15s ease; }
  100% {
    -webkit-transform-origin: right top;
    transform-origin: right top;
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
    -webkit-transition: all 0.15s ease;
    transition: all 0.15s ease; } }

@keyframes rotateright {
  0% {
    -webkit-transform-origin: right top;
    transform-origin: right top;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.15s ease;
    transition: all 0.15s ease; }
  100% {
    -webkit-transform-origin: right top;
    transform-origin: right top;
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
    -webkit-transition: all 0.15s ease;
    transition: all 0.15s ease; } }

@-webkit-keyframes rotateleft {
  0% {
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.15s ease;
    transition: all 0.15s ease; }
  100% {
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
    -webkit-transition: all 0.15s ease;
    transition: all 0.15s ease; } }

@keyframes rotateleft {
  0% {
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.15s ease;
    transition: all 0.15s ease; }
  100% {
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
    -webkit-transition: all 0.15s ease;
    transition: all 0.15s ease; } }
  .tips .collapse .for-more {
    -webkit-animation-name: fadeout;
    animation-name: fadeout;
    -webkit-animation-duration: 0.25s;
    animation-duration: 0.25s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-direction: normal;
    animation-direction: normal;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 0.25s;
    animation-delay: 0.25s; }
  .tips .collapse .arrow-down .right {
    -webkit-animation-name: rotateright, fadeout;
    animation-name: rotateright, fadeout;
    -webkit-animation-duration: 0.15s, 0.25s;
    animation-duration: 0.15s, 0.25s;
    -webkit-animation-iteration-count: 1, 1;
    animation-iteration-count: 1, 1;
    -webkit-animation-direction: normal, normal;
    animation-direction: normal, normal;
    -webkit-animation-timing-function: ease-in-out, ease-in-out;
    animation-timing-function: ease-in-out, ease-in-out;
    -webkit-animation-fill-mode: forwards, forwards;
    animation-fill-mode: forwards, forwards;
    -webkit-animation-delay: 0s, 0.25s;
    animation-delay: 0s, 0.25s; }
  .tips .collapse .arrow-down .left {
    -webkit-animation-name: rotateleft, fadeout;
    animation-name: rotateleft, fadeout;
    -webkit-animation-duration: 0.15s, 0.25s;
    animation-duration: 0.15s, 0.25s;
    -webkit-animation-iteration-count: 1, 1;
    animation-iteration-count: 1, 1;
    -webkit-animation-direction: normal, normal;
    animation-direction: normal, normal;
    -webkit-animation-timing-function: ease-in-out, ease-in-out;
    animation-timing-function: ease-in-out, ease-in-out;
    -webkit-animation-fill-mode: forwards, forwards;
    animation-fill-mode: forwards, forwards;
    -webkit-animation-delay: 0s, 0.25s;
    animation-delay: 0s, 0.25s; }
  .tips .clouds img {
    position: absolute;
    z-index: 1; }
  .tips .clouds img:nth-child(1) {
    width: calc(420/1400 * 100%);
    right: -5%;
    top: 50px; }
  .tips .clouds img:nth-child(2) {
    width: calc(640/1400 * 100%);
    right: -30%;
    top: 550px; }
  .tips .clouds img:nth-child(3) {
    width: calc(640/1400 * 100%);
    left: -10%;
    top: 700px; }
  .tips .clouds img:nth-child(4) {
    width: calc(640/1400 * 100%);
    left: -15%;
    top: 1200px; }
  .tips .clouds img:nth-child(5) {
    width: calc(640/1400 * 100%);
    right: -10%;
    top: 1800px; }

.tips.expanded #tipFirst.collapsed {
  margin-bottom: 80px; }
  .tips.expanded #tipFirst.collapsed .tip-txt p {
    display: block; }

@media (max-width: 1100px) {
  .tips .content {
    width: 90%; } }

@media (max-width: 640px) {
  .tips {
    padding-top: 40px; }
    .tips .content {
      width: 90%; }
    .tips .tip {
      display: block;
      margin-bottom: 40px; }
      .tips .tip .tip-img {
        margin: 0 auto -50px; }
      .tips .tip .tip-data {
        padding: 75px 50px 50px 50px;
        margin-left: 0; }
    .tips #tipFirst.collapsed {
      margin-bottom: 120px; }
      .tips #tipFirst.collapsed .tip-txt p {
        display: none; }
        .tips #tipFirst.collapsed .tip-txt p:first-child {
          display: block; }
  .tips.expanded #tipFirst.collapsed {
    margin-bottom: 40px; } }

.dosanddonts {
  z-index: 1;
  background: #ed1c2b;
  color: #fff;
  padding: 100px 0; }
  .dosanddonts .swiper-container {
    margin-bottom: 60px; }
  .dosanddonts .swiper-pagination {
    position: relative;
    width: 100%;
    margin-bottom: 60px; }
  .dosanddonts .swiper-pagination-bullet {
    background: #C90013;
    margin: 0 4px; }
  .dosanddonts .swiper-pagination-bullet-active {
    background: #fff; }
  .dosanddonts .swiper-button-prev path, .dosanddonts .swiper-button-next path {
    fill: #fff; }
  .dosanddonts .clouds img {
    position: absolute;
    z-index: 1; }
  .dosanddonts .clouds img:nth-child(1) {
    width: calc(640/1400 * 100%);
    right: -25%;
    top: -200px; }
  .dosanddonts .clouds img:nth-child(2) {
    width: calc(640/1400 * 100%);
    left: -15%;
    top: 0px; }

@media (max-width: 1100px) {
  .dosanddonts {
    padding: 80px 0; }
    .dosanddonts .swiper-container {
      margin-bottom: 40px; }
    .dosanddonts .swiper-pagination {
      margin-bottom: 40px; }
    .dosanddonts .clouds img {
      position: absolute;
      z-index: 1; }
    .dosanddonts .clouds img:nth-child(1) {
      width: calc(640/1400 * 100%);
      right: -25%;
      top: -200px; }
    .dosanddonts .clouds img:nth-child(2) {
      width: calc(640/1400 * 100%);
      left: -15%;
      top: 0px; } }

@media (max-width: 640px) {
  .dosanddonts {
    padding: 40px 0; }
    .dosanddonts .swiper-pagination {
      margin-bottom: 0; } }

footer {
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #5d6770;
  padding: 50px calc(100/1400 * 100%); }
  footer a {
    color: #fff;
    margin-left: 48px; }

@media (max-width: 1100px) {
  footer {
    padding: 50px 5%; } }

@media (max-width: 640px) {
  footer {
    padding: 25px 5%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    footer div {
      max-width: 50%; } }

.IN-bg {
  position: fixed;
  z-index: -1;
  opacity: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(93, 103, 112, 0.63); }

.IN-bg.opened {
  z-index: 99;
  opacity: 1; }

.IN-popup {
  position: fixed;
  z-index: -1;
  opacity: 0;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 20px 20px 90px 20px;
  text-align: center;
  background: #fff;
  font-size: calc(16px + 8 * ( (100vw - 600px) / 800)); }
  @media screen and (max-width: 600px) {
    .IN-popup {
      font-size: 16px; } }
  @media screen and (min-width: 1400px) {
    .IN-popup {
      font-size: 24px; } }
  .IN-popup strong {
    display: block; }
  .IN-popup span {
    display: block;
    max-width: 50%;
    height: 1px;
    background: #000;
    margin: 20px auto 0 auto; }

.IN-popup.opened {
  z-index: 999;
  opacity: 1; }

span.IN-widget {
  position: fixed;
  z-index: -1;
  opacity: 0;
  left: 50%;
  top: calc(50% + 50px);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

span.IN-widget.opened {
  z-index: 9999;
  opacity: 1; }

.IN-trigger {
  position: fixed;
  z-index: 99999;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer; }

.privacy .content {
  display: block;
  max-width: 50%;
  margin: 0 auto; }
  .privacy .content a {
    display: inline;
    color: #ed1c2b; }

@media (max-width: 640px) {
  .privacy .content {
    max-width: 90%; } }

/*# sourceMappingURL=main.css.map */