@charset "UTF-8";
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

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

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* Rubik */
@font-face {
  font-family: "Rubik";
  src: local("Rubik Light"), local("Rubik-Light"), url("../fonts/hinted-Rubik-Light.woff2") format("woff2"), url("../fonts/hinted-Rubik-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Rubik";
  src: local("Rubik Medium"), local("Rubik-Medium"), url("../fonts/hinted-Rubik-Medium.woff2") format("woff2"), url("../fonts/hinted-Rubik-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Rubik";
  src: local("Rubik Regular"), local("Rubik-Regular"), url("../fonts/hinted-Rubik-Regular.woff2") format("woff2"), url("../fonts/hinted-Rubik-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Rubik";
  src: local("Rubik Bold"), local("Rubik-Bold"), url("../fonts/hinted-Rubik-Bold.woff2") format("woff2"), url("../fonts/hinted-Rubik-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
/* Museo Sans font */
@font-face {
  font-family: "MuseoSans";
  src: url("../fonts/museosans-100-webfont.eot");
  src: url("../fonts/museosans-100-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/museosans-100-webfont.woff2") format("woff2"), url("../fonts/museosans-100-webfont.woff") format("woff"), url("../fonts/museosans-100-webfont.ttf") format("truetype"), url("../fonts/museosans-100-webfont.svg#MuseoSans") format("svg");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "MuseoSans";
  src: url("../fonts/museosans-300-webfont.eot");
  src: url("../fonts/museosans-300-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/museosans-300-webfont.woff2") format("woff2"), url("../fonts/museosans-300-webfont.woff") format("woff"), url("../fonts/museosans-300-webfont.ttf") format("truetype"), url("../fonts/museosans-300-webfont.svg#MuseoSans") format("svg");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "MuseoSans";
  src: url("../fonts/museosans_500-webfont.eot");
  src: url("../fonts/museosans_500-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/museosans_500-webfont.woff2") format("woff2"), url("../fonts/museosans_500-webfont.woff") format("woff"), url("../fonts/museosans_500-webfont.ttf") format("truetype"), url("../fonts/museosans_500-webfont.svg#MuseoSans") format("svg");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "MuseoSans";
  src: url("../fonts/museosans_700-webfont.eot");
  src: url("../fonts/museosans_700-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/museosans_700-webfont.woff2") format("woff2"), url("../fonts/museosans_700-webfont.woff") format("woff"), url("../fonts/museosans_700-webfont.ttf") format("truetype"), url("../fonts/museosans_700-webfont.svg#MuseoSans") format("svg");
  font-weight: 700;
  font-style: normal;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Baloo 2", "Rubik", sans-serif !important;
}

.editable {
  padding-bottom: 100px;
}
.editable .lead-text {
  padding-bottom: 20px;
  font-size: 24px;
  line-height: 34px;
}
.editable blockquote {
  position: relative;
  margin: 35px 0;
  padding: 0 50px 0 43px;
  border: none;
}
.editable blockquote p {
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  font-style: italic;
}
.editable blockquote .author {
  font-size: 14px;
  text-align: right;
}
.editable ul {
  margin: 0;
  padding: 15px 0;
  list-style-type: none;
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
}
.editable ul li {
  position: relative;
  padding-left: 28px;
  padding-bottom: 8px;
  font-size: 16px !important;
}
.editable table {
  border-collapse: collapse;
  width: 100%;
}
body {
  font-family: "Baloo 2", "Rubik", sans-serif !important;
  overflow-y: scroll;
  background: #fff !important;
}

html, body {
  height: 100%;
}

.container {
  position: relative;
  padding: 0;
  align-items: center;
}

a {
  outline: 0 !important;
  text-decoration: none;
}

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

button, input {
  overflow: visible;
}

button, input, optgroup, select, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

:root {
  font-size: 10px;
}

.nav {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  position: absolute;
  top: 0;
  border-bottom: solid 0.1rem #E7F0F3;
  background: #fff;
  width: 100%;
  height: 5rem;
  z-index: 999;
}
.nav .container {
  display: flex;
  justify-content: center;
  max-width: 94rem;
  width: 100%;
  flex-flow: row;
}
@media (min-width: 840px) {
  .nav-brand-wrap {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
.nav-brand {
  display: block;
  position: relative;
  top: 2.9rem;
  height: 8rem;
  background-size: cover;
  width: 9.1rem;
}
.nav-mobile {
  background-image: radial-gradient(50% 81%, #FFFFFF 0%, #F1F9FC 82%);
  background: #2d0789;
  height: 100%;
  flex-direction: column;
  display: none;
}
.nav-mobile .nav-brand-wrap {
  height: 6.2rem;
  width: 7.1rem;
}
.nav-mobile .nav-wrap-menus {
  padding-top: 3rem;
}
.nav-mobile .nav-brand-mobile {
  height: 6.2rem;
  width: 7.1rem;
  background-size: cover;
  z-index: 10;
}
.nav-mobile-container {
  align-content: center;
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding-top: 1.2rem;
}
.nav-mobile-container span {
  width: 100%;
  display: block;
  height: 0.1rem;
  position: absolute;
  background-image: linear-gradient(-270deg, rgba(255, 255, 255, 0) 2%, #FFFFFF 51%, rgba(255, 255, 255, 0) 100%);
}
.nav-links {
  display: flex;
  margin: 0;
  padding: 0;
  font-size: 1.5rem;
  line-height: 1.8rem;
  font-weight: 400;
  list-style-type: none;
}
.nav-links-mobile {
  display: none;
  flex-direction: column;
}
.nav-links-mobile li {
  text-align: center !important;
  flex-direction: column;
}
.nav-links-mobile li a {
  color: white !important;
  font-size: 2rem !important;
  line-height: 2.4rem !important;
  text-transform: uppercase;
  text-align: center !important;
  flex-direction: column;
  height: initial !important;
  padding: 2rem 0 !important;
}
.nav-links li {
  display: flex;
  white-space: nowrap;
}
.nav-links li a {
  display: flex;
  align-items: center;
  padding: 0 2.1rem;
  border-bottom: solid 0.1rem transparent;
  color: #022546;
  height: 5rem;
}
.nav-links li.active a {
  border-color: #2d0789;
  color: #2d0789;
}
@media (max-width: 840px) {
  .nav .container {
    justify-content: center;
  }
  .nav-links {
    display: none !important;
  }
  .nav-links-mobile {
    display: block !important;
  }
}

.page {
  padding-top: 5rem;
}
.page.mobile {
  padding-top: 0;
}
.page.mobile .nav-mobile {
  display: flex;
}
.page.mobile .nav {
  display: none;
}
.page-head {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: linear-gradient(-180deg, rgba(255, 255, 255, 0) 0%, #FBFCFC 100%);
  padding: 8rem 0 6rem 0;
}
.page-head-category {
  padding: 8rem 0 2rem 0;
}
.page-head h1 {
  margin: 0;
  padding: 0rem 0 0.6rem 0;
  font-size: 5.6rem;
  line-height: 6.6rem;
  font-weight: 400;
  text-align: center;
  color: #2d0789;
  max-width: 64rem;
}
.page-head .sub-text {
  margin: 0;
  padding: 0;
  font-size: 2rem;
  line-height: 3.2rem;
  font-weight: 400;
  text-align: center;
  color: #647A8E;
  max-width: 88rem;
}
.page-head .action {
  padding-top: 3rem;
}
@media (max-width: 840px) {
  .page-head h1 {
    padding: 0 0 0.8rem 0;
    font-size: 4.6rem;
    line-height: 5.6rem;
  }
  .page-head .sub-text {
    font-size: 1.8rem;
    line-height: 2.6rem;
  }
}
@media (max-width: 640px) {
  .page-head {
    padding: 5rem 2rem 3rem 2rem;
    height: auto;
  }
  .page-head h1 {
    font-size: 3.6rem;
    line-height: 3.9rem;
  }
  .page-head .sub-text {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}

.footer-row {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.footer .container {
  display: flex;
  padding: 1.6rem 0;
  position: relative;
  max-width: 94rem;
  width: 100%;
  min-height: 10rem;
}
.footer .container > * {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.footer-blue {
  background: #2d0789;
}
.footer-blue .container > * {
  justify-content: initial;
}
.footer-blue .footer-col {
  flex: 1 1 50%;
}
.footer-blue .footer-col.footer-social-buttons {
  justify-content: flex-end;
}
@media (max-width: 640px) {
  .footer-blue .footer-col.footer-social-buttons {
    justify-content: center !important;
    padding: 1rem 0;
  }
}
.footer-blue .footer-col.footer-brand {
  flex: 1 1 0rem;
  height: 100%;
}
.footer-actions .container:before {
  display: flex;
  content: "";
  position: absolute;
  bottom: -0.1rem;
  background: #E6E9EC;
  background-image: linear-gradient(-90deg, #FFFFFF 0%, #E6E9EC 49%, #FFFFFF 98%);
  width: 100%;
  height: 0.1rem;
}
.footer-brand {
  position: relative;
}
.footer-brand .ico {
  position: absolute;
  top: -9rem;
}
.footer-contact {
  display: flex;
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 1.4rem;
  line-height: 1.7rem;
  font-weight: 400;
  color: #DBF5FF;
}
.footer-contact li {
  display: flex;
  align-items: center;
  padding: 0 3.6rem 0 0;
}
.footer-contact li:hover .ico,
.footer-contact li:hover a {
  color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.footer-contact .ico {
  margin-right: 1.2rem;
  opacity: 0.85;
  filter: alpha(opacity=85);
}
.footer-contact a {
  text-decoration: none;
  color: #DBF5FF;
}
.footer-social {
  display: flex;
  justify-content: flex-end;
  margin-right: 1.6rem;
}
.footer-social .ico {
  margin-right: 1.6rem;
  opacity: 0.85;
  filter: alpha(opacity=85);
}
.footer-social .ico:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.footer-social .ico:last-child {
  margin-right: 0;
}
.footer-nav, .footer-nav-tc {
  display: flex;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.footer-nav li, .footer-nav-tc li {
  display: flex;
  align-items: center;
  padding: 0 2rem 0 0;
  white-space: nowrap;
}
.footer-nav li:last-child, .footer-nav-tc li:last-child {
  padding: 0;
}
.footer-nav {
  font-size: 1.2rem;
  line-height: 1.5rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.06rem;
  color: #022546;
}
.footer-nav a {
  text-decoration: none;
  color: #022546;
}
.footer-nav a:hover {
  color: #2d0789;
}
.footer-nav-tc {
  justify-content: flex-end;
  font-size: 1.3rem;
  line-height: 1.6rem;
  font-weight: 300;
  color: #5A7187;
}
.footer-nav-tc a {
  display: inline-block;
  border-bottom: solid 0.1rem rgba(2, 37, 70, 0.2);
  text-decoration: none;
  color: #5A7187;
}
.footer-nav-tc a:hover {
  border-color: #2d0789;
  color: #2d0789;
}
.footer-info .container {
  justify-content: center;
  text-align: center;
}
.footer-copy {
  font-size: 1.3rem;
  line-height: 1.6rem;
  font-weight: 300;
  color: #A7B3BF;
}
@media (max-width: 1040px) {
  .footer-row {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .footer-actions .container {
    padding: 2rem 0;
  }
}
@media (max-width: 840px) {
  .footer-contact {
    flex-direction: row;
    justify-content: space-around;
    width: 100%;
  }
  .footer-contact li {
    padding: 0.6rem 0;
  }
  .footer-brand .ico {
    top: -8rem;
    width: 5.8rem;
    height: 5rem;
  }
}
@media (max-width: 640px) {
  .footer .container {
    flex-direction: column;
  }
  .footer .footer-col {
    width: 100%;
  }
  .footer .footer-col.footer-brand {
    flex: 1 1 100%;
  }
  .footer-brand .ico {
    top: -8.5rem;
    width: 5.8rem;
    height: 5rem;
  }
  .footer-social {
    padding: 1rem 0 1rem 0;
    justify-content: center;
  }
  .footer-contact {
    align-items: center;
  }
  .footer-nav, .footer-nav-tc {
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  .footer-nav li, .footer-nav-tc li {
    padding: 1rem;
  }
  .footer-nav li:last-child, .footer-nav-tc li:last-child {
    padding: 1rem;
  }
  .footer-blue .container {
    padding: 3rem 0;
    flex-direction: column;
  }
  .footer-info .container {
    padding: 2rem;
  }
}
@media (max-width: 380px) {
  .footer-contact li {
    flex-direction: column;
  }
  .footer-contact li i {
    margin-bottom: 1rem;
  }
  .footer-brand .ico {
    top: -8.5rem;
  }
}

/* LANGINGPAGE */
.block {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.block h2 {
  margin: 0;
  padding: 0 0 5rem 0;
  font-size: 5rem;
  line-height: 5.3rem;
  font-weight: 400;
  text-align: center;
  color: #2d0789;
}
.block-intro {
  padding-bottom: 4.8rem;
  font-size: 1.7rem;
  line-height: 2.7rem;
  font-weight: 400;
  text-align: center;
  color: #647A8E;
}
@media (max-width: 640px) {
  .block h2 {
    padding: 0 2rem 2rem 2rem;
    font-size: 3rem;
    line-height: 3.3rem;
  }
  .block-intro {
    padding: 0 2rem 4.8rem 2rem;
  }
}

.banner {
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  line-height: 0;
}
.banner .owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  margin-top: -4.5rem;
  pointer-events: none;
  width: 100%;
}
.banner .owl-carousel .owl-nav button.owl-prev, .banner .owl-carousel .owl-nav button.owl-next {
  outline: 0;
  pointer-events: auto;
  width: 2rem;
  height: 3.9rem;
}
.banner .owl-carousel .owl-nav button.owl-prev span, .banner .owl-carousel .owl-nav button.owl-next span {
  display: none;
}
.banner .owl-carousel .owl-nav button.owl-prev {
  float: left;
  margin-left: 2rem;
  background: url("../img/arrow-blue-left.svg") no-repeat 0 0;
}
.banner .owl-carousel .owl-nav button.owl-next {
  float: right;
  margin-right: 2rem;
  background: url("../img/arrow-blue-right.svg") no-repeat 0 0;
}
.banner .owl-carousel .owl-nav .disabled {
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.banner .owl-carousel .owl-dots .owl-dot {
  zoom: 1;
  display: inline;
}
.banner .owl-carousel .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  margin: 5px;
  background: #ccc;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}
.banner .owl-carousel .owl-dots {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.banner .owl-carousel .owl-dots .owl-dot {
  outline: 0;
}
.banner .owl-carousel .owl-dots .owl-dot span {
  background: url("../img/heart-gray.svg") no-repeat 0 0;
  background-size: contain;
  width: 3rem;
  height: 3rem;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.banner .owl-carousel .owl-dots .owl-dot:hover span {
  background: url("../img/heart-blue.svg") no-repeat 0 0;
  background-size: contain;
  width: 3rem;
  height: 3rem;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.banner .owl-carousel .owl-dots .owl-dot.active span {
  width: 3rem;
  height: 3rem;
  background: url("../img/heart-blue.svg") no-repeat 0 0;
  background-size: contain;
}
.banner img {
  max-width: 100%;
  height: auto;
  position: relative;
  bottom: -0.2rem;
  padding-top: 5rem;
}
.banner:before {
  display: block;
  position: absolute;
  bottom: 0;
  content: "";
  background-image: linear-gradient(-180deg, rgba(255, 255, 255, 0) 0%, #F0F5F6 100%);
  width: 100%;
  height: 22.6rem;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.banner h1 {
  font-size: 5.6rem;
  line-height: 6.6rem;
  font-weight: 300;
  text-align: center;
  color: #2d0789;
  max-width: 54rem;
}
.banner-inner {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.banner-img {
  display: flex;
  justify-content: center;
  background: url("../img/placeholder-banner-img.png") no-repeat 50% 0;
  line-height: 0;
  height: 32.1rem;
  z-index: 2;
}
@media (max-width: 640px) {
  .banner h1 {
    padding: 0 2rem;
    font-size: 3.6rem;
    line-height: 4.6rem;
  }
  .banner-img {
    background-size: 56rem;
    height: 18.5rem;
  }
}

.collections {
  display: flex;
  flex-wrap: wrap;
  padding: 0.6rem;
  background-color: #F2F7FA;
}
.collections h2 {
  padding-bottom: 0;
  text-align: center;
  color: #022546;
}
.collections-wrap {
  position: relative;
  display: flex;
  flex: 0 0 50%;
  flex-direction: column;
  align-items: center;
  border: solid 0.6rem #F2F7FA;
  max-width: 50%;
  background-color: white;
}
.collections .action {
  padding-top: 1.2rem;
}
.collections .action a {
  text-decoration: none;
  font-size: 2rem;
  line-height: 2rem;
  font-weight: 400;
  color: #2d0789;
}
.collections .action a .arrow {
  position: relative;
  display: inline-block;
  bottom: -0.3rem;
  padding-left: 0.4rem;
  font-size: 2.6rem;
  font-weight: 300;
}
.collections-img img {
  max-width: 100%;
}
@media (max-width: 840px) {
  .collections-wrap {
    height: initial;
  }
  .collections h2 {
    font-size: 4rem;
    line-height: 4.3rem;
  }
  .collections .action a {
    font-size: 1.6rem;
    line-height: 1.6rem;
  }
  .collections .action a .arrow {
    bottom: -0.2rem;
    font-size: 2.2rem;
  }
}
@media (max-width: 640px) {
  .collections {
    flex-direction: column;
  }
  .collections-wrap {
    flex: 0 0 100%;
    max-width: inherit;
  }
}

.item {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}
.item a {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.item-img {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-end;
  max-width: 18rem;
  max-height: 18rem;
  min-height: 18rem;
}
.item-img img {
  display: flex;
}
.item-info {
  padding: 1.2rem 0 0.2rem 0;
  font-size: 1.1rem;
  line-height: 1.3rem;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  color: #9AA8B5;
}
.item-name {
  font-size: 1.5rem;
  line-height: 1.8rem;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  color: #022546;
}

.products {
  padding: 9rem 0;
  background: #FAFBFB;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
}
.products h2 {
  padding: 0 0 2rem 0;
}
.products .btn-container {
  margin-bottom: 2rem;
  justify-content: center;
}
.products .owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  margin-top: -4.5rem;
  pointer-events: none;
  width: 100%;
}
.products .owl-carousel .owl-nav button.owl-prev, .products .owl-carousel .owl-nav button.owl-next {
  outline: 0;
  pointer-events: auto;
  width: 2rem;
  height: 3.9rem;
}
.products .owl-carousel .owl-nav button.owl-prev span, .products .owl-carousel .owl-nav button.owl-next span {
  display: none;
}
.products .owl-carousel .owl-nav button.owl-prev {
  float: left;
  background: url("../img/arrow-blue-left.svg") no-repeat 0 0;
}
.products .owl-carousel .owl-nav button.owl-next {
  float: right;
  background: url("../img/arrow-blue-right.svg") no-repeat 0 0;
}
.products .owl-carousel .owl-nav .disabled {
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.products .owl-carousel .owl-dots {
  position: absolute;
  bottom: -6rem;
  width: 100%;
}
.products .owl-carousel .owl-dots .owl-dot {
  outline: 0;
}
.products .owl-carousel .owl-dots .owl-dot span {
  background: url("../img/heart-gray.svg") no-repeat 0 0;
  width: 1.2rem;
  height: 1.2rem;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.products .owl-carousel .owl-dots .owl-dot:hover span {
  background: url("../img/heart-blue.svg") no-repeat 0 0;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.products .owl-carousel .owl-dots .owl-dot.active span {
  background: url("../img/heart-blue.svg") no-repeat 0 0;
}
.products .item,
.products .owl-stage-outer {
  margin: 0 auto;
}
@media (max-width: 640px) {
  .products {
    padding: 5rem 0 9rem 0;
  }
}
@media (max-width: 640px) {
  .products.video {
    padding: 0;
  }
}

.gallery {
  padding: 8rem 0;
  flex-direction: column;
  align-items: center;
}
.gallery .ico-ty {
  margin-bottom: 1.8rem;
}

.customers {
  padding: 9rem 0;
  flex-direction: column;
  align-items: center;
}
.customers-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  max-width: 1000px;
}
.customers-block {
  padding: 3.5rem 5rem;
}
.customers-action {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding-top: 4.5rem;
}
@media (max-width: 640px) {
  .customers {
    padding: 5rem 0;
  }
  .customers-block {
    padding: 2rem 4rem;
  }
  .customers-block img {
    max-width: 100%;
    max-height: 5rem;
  }
  .customers-actions {
    padding-top: 1.5rem;
  }
}

.video iframe {
  width: 100%;
  height: 50rem;
}
@media (max-width: 640px) {
  .video iframe {
    height: 18rem;
  }
}

.brands {
  padding: 9rem 0 8rem 0;
  flex-direction: column;
  align-items: center;
}
.brands-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.brands-block {
  padding: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1 0 21%;
  margin: 0 0.5rem;
}
@media (max-width: 640px) {
  .brands {
    padding: 5rem 0;
  }
  .brands-block {
    height: 10rem !important;
    padding: 2rem;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .brands-block img {
    max-width: 100%;
    max-height: 6rem;
  }
}

.ico-ty {
  display: block;
  background: url("../img/ty-brand.svg") no-repeat 0 0;
  background-size: cover;
  width: 8.1rem;
  height: 7rem;
}
.ico-hamburger {
  background: url("../img/ico-hamburger.svg") no-repeat 0 0;
  background-size: cover;
  width: 2.8rem;
  height: 2rem;
  position: absolute;
  right: 1.5rem;
  display: none;
  top: 1.6rem;
}
@media (max-width: 840px) {
  .ico-hamburger {
    display: block;
  }
}
.ico-phone {
  display: block;
  background: url("../img/ico-phone.svg") no-repeat 0 0;
  width: 1.7rem;
  height: 1.6rem;
}
.ico-phone-blue {
  display: block;
  background: url("../img/phone-ico.svg") no-repeat 0 0;
  width: 2.57rem;
  height: 3rem;
}
.ico-email-blue {
  display: block;
  background: url("../img/email-ico.svg") no-repeat 0 0;
  width: 2.8rem;
  height: 1.8rem;
}
.ico-email {
  display: block;
  background: url("../img/ico-email.svg") no-repeat 0 0;
  width: 1.8rem;
  height: 1.3rem;
}
.ico-facebook, .ico-pinterest, .ico-twitter, .ico-youtube {
  width: 3.8rem;
  display: block;
  height: 3.8rem;
  background-size: contain !important;
}
.ico-facebook {
  background: url("../img/ico-facebook.svg") no-repeat 0 0;
}
.ico-tiktok {
  background: url("../img/ico-tiktok.svg") no-repeat 0 0;
  border-radius: 3.8rem;
  background-color: white;
  height: 3.8rem;
  display: flex;
  align-content: center;
  align-items: center;
  width: 3.8rem;
  justify-content: center;
  opacity: 0.85;
  background-size: 20px;
  background-position: 50% 50%;
}
.ico-instagram {
  height: 2.2rem;
  width: 2.2rem;
  background: url("../img/ico-instagram.svg") no-repeat 0 0;
  background-size: cover;
  background-position: center center;
}
.ico-close {
  height: 1.8rem;
  width: 1.8rem;
  background-size: cover;
  background: url("../img/ico-close.svg") no-repeat 0 0;
  position: absolute;
  right: 1.5rem;
}
.ico-pinterest {
  background: url("../img/ico-pinterest.svg") no-repeat 0 0;
}
.ico-twitter {
  background: url("../img/ico-twitter.svg") no-repeat 0 0;
}
.ico-youtube {
  background: url("../img/ico-youtube.svg") no-repeat 0 0;
}
.ico-age, .ico-size, .ico-birthday {
  display: block;
  width: 6.6rem;
  height: 6rem;
}
.ico-age {
  background: url("../img/ico-age.svg") no-repeat 50% 50%;
}
.ico-size {
  background: url("../img/ico-size.svg") no-repeat 50% 50%;
}
.ico-birthday {
  background: url("../img/ico-birthday.svg") no-repeat 50% 50%;
}
.ico-headphones {
  background: url("../img/ico-headphones.svg") no-repeat 50% 50%;
  height: 9.793rem;
  width: 9.119rem;
}
.ico-update {
  background: url("../img/ico-update.svg") no-repeat 50% 50%;
  height: 9rem;
  width: 10rem;
}
.ico-world {
  background: url("../img/ico-world.svg") no-repeat 50% 50%;
  height: 9.4rem;
  width: 9.4rem;
}
.ico-award {
  background: url("../img/ico-award.svg") no-repeat 50% 50%;
  height: 11.6rem;
  width: 9.4rem;
}
.ico-person {
  background: url("../img/ico-person.svg") no-repeat 50% 50%;
  height: 12rem;
  width: 9.8rem;
}
.ico-thumb {
  background: url("../img/ico-thumb.svg") no-repeat 50% 50%;
  height: 9.8rem;
  width: 8rem;
}
.ico-percentage {
  background: url("../img/ico-percentage.svg") no-repeat 50% 50%;
  height: 9.8rem;
  width: 9.6rem;
}
.ico-list {
  background: url("../img/ico-list.svg") no-repeat 50% 50%;
  height: 12.5rem;
  width: 8.2rem;
}
.ico-calendar {
  background: url("../img/ico-calendar.svg") no-repeat 50% 50%;
  height: 9rem;
  width: 8.9rem;
}

.slogan-label {
  position: absolute;
  right: 0;
  top: 0;
  color: white;
  border-left: 0rem solid transparent;
  border-right: 17rem solid #99B3CA;
  border-bottom: 17rem solid transparent;
  height: 0;
  width: 0;
  z-index: 2;
}
.slogan-label .slogan-content {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  font-size: 1.8rem;
  line-height: 2.2rem;
  width: 11rem;
  text-align: center;
  position: absolute;
  left: 5.9rem;
  top: 3.5rem;
  display: block;
}
.slogan-label.red {
  border-right: 17rem solid #D82332;
}
.slogan-label.red .slogan-content {
  font-size: 1.4rem;
  line-height: 1.8rem;
  text-transform: uppercase;
  top: 2.5rem;
}
.slogan-label.red .slogan-content span {
  font-weight: 300;
}
@media (max-width: 640px) {
  .slogan-label {
    display: none;
  }
}

.styled-select {
  overflow: hidden;
  height: 4.6rem;
  border-radius: 1rem;
  border: solid 0.2rem #CED5DB;
  background: url("../img/caret-down.svg");
  background-repeat: no-repeat;
  background-position: 94% center;
  background-size: 0.9rem 0.7rem;
  padding: 0 0.9rem 0 0rem;
  margin-top: 0;
  display: flex;
  align-items: center;
}
.styled-select select {
  border-radius: 1rem;
  border: none;
  font-size: 1.6rem;
  background: transparent;
  overflow: hidden;
  height: 4.6rem;
  padding: 0 1.5rem;
  -webkit-appearance: none;
  width: 100%;
}
.styled-select select:focus {
  outline: none;
}
.styled-select.has-error {
  border: solid 0.2rem #D82332;
}

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

.owl-stage {
  margin: 0 auto;
}

.instagram-menu {
  border-radius: 3.8rem;
  background-color: white;
  height: 3.8rem;
  display: flex;
  align-content: center;
  align-items: center;
  width: 3.8rem;
  justify-content: center;
  opacity: 0.85;
  filter: alpha(opacity=85);
}
.instagram-menu:hover {
  opacity: 1;
}
.instagram-menu a {
  font-size: 1.4rem;
  line-height: 2.8rem;
  font-weight: 500;
  color: #2d0789;
  text-transform: uppercase;
  background-image: linear-gradient(-179deg, rgba(0, 159, 227, 0) 1%, #2d0789 50%, rgba(0, 159, 227, 0) 99%);
  background-position: right;
  background-repeat: no-repeat;
  background-size: 0.1rem 2.8rem;
  padding: 0 0.6rem;
  width: 3rem;
  text-align: center;
}
.instagram-menu a:last-child {
  background: none;
  width: initial;
  padding: 0 0 0 6px;
}

.owl-carousel .owl-video-tn {
  position: relative;
  height: 70rem;
  background-size: cover;
  padding-bottom: 56.25%;
  overflow: hidden;
}

.owl-carousel .owl-video-play-icon {
  background: url("../img/owl.video.play.png") no-repeat !important;
  opacity: 0 !important;
}

.owl-video .owl-height {
  height: 70rem !important;
}
@media (max-width: 640px) {
  .owl-video .owl-height {
    height: 18rem !important;
  }
}
@media (max-width: 640px) {
  .owl-video .owl-nav {
    display: none;
  }
}

@media (max-width: 640px) {
  .landing .main-banners .owl-dots {
    display: none;
  }
}

.filter-bar {
  padding-top: 4rem;
}
.filter-bar .form-group {
  margin-right: 1.2rem;
}
@media (max-width: 640px) {
  .filter-bar .form-group {
    margin-right: 0 !important;
  }
}
.filter-bar .form-group .styled-select {
  height: 4.2rem;
}
.filter-bar .form-group .styled-select select {
  min-width: 18rem;
  height: 4.2rem;
  color: #022546;
  font-size: 1.4rem;
}

/* COLLECTION */
.collection-list .page-head {
  background-image: none;
}
.collection-list .collection {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: -7rem;
  padding-bottom: 12rem;
}
.collection .item {
  padding: 5rem 2rem;
  position: relative;
  width: 33rem;
}
.collection .item-label {
  font-size: 1.2rem;
  line-height: 1.4rem;
  background-color: #009FE3;
  color: white;
  border-radius: 1rem;
  height: 2.2rem;
  padding: 0 1.9rem;
  text-align: center;
  margin-top: 2rem;
  display: flex;
  align-items: center;
  font-weight: 400;
  z-index: 10;
  text-transform: uppercase;
  border: 0.1rem solid white;
  outline: 0.2rem solid #009FE3;
}
.collection .item-img {
  max-width: 25rem;
  max-height: 25rem;
  min-height: 25rem;
  position: relative;
}
.collection .item-img img {
  max-width: 25rem;
}
.collection .item-info {
  margin-top: 1.5rem !important;
  font-size: 1.6rem;
  line-height: 1.9rem;
}
.collection .item-name {
  font-size: 2.2rem;
  line-height: 2.7rem;
  letter-spacing: -0.03rem;
}
@media (max-width: 1040px) {
  .collection-list .collection {
    margin-top: -5rem;
  }
  .collection .item {
    padding: 3rem 0;
  }
  .collection .item-info {
    font-size: 1.5rem;
    line-height: 1.8rem;
  }
  .collection .item-name {
    font-size: 2rem;
    line-height: 2.5rem;
  }
}
@media (max-width: 640px) {
  .collection-list .collection {
    margin-top: -4rem;
    padding-bottom: 6rem;
  }
  .collection .item {
    padding: 2rem 0;
    flex: 0 0 50%;
  }
  .collection .item-img img {
    width: 18rem;
  }
  .collection .item-info {
    padding-top: 0;
    font-size: 1.1rem;
    line-height: 1.3rem;
  }
  .collection .item-name {
    font-size: 1.5rem;
    line-height: 1.8rem;
  }
}

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

@media (max-width: 460px) {
  .collection .item-img {
    min-height: 18rem;
  }
  .collection .item-img img {
    overflow: hidden;
  }
}
.flip-container {
  width: 96rem;
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: 4rem;
}
.flip-container-item {
  margin-bottom: 4rem;
}

.header-wrap .close {
  position: absolute;
  right: 3.2rem;
  top: 3.2rem;
  width: 3.2rem;
  height: 3.2rem;
  opacity: 0.3;
}
.header-wrap .close:hover {
  opacity: 1;
}
.header-wrap .close:before, .header-wrap .close:after {
  position: absolute;
  left: 1.5rem;
  content: " ";
  height: 3.3rem;
  width: 0.2rem;
  background-color: #333;
}
.header-wrap .close:before {
  transform: rotate(45deg);
}
.header-wrap .close:after {
  transform: rotate(-45deg);
}

/* PRODUCT */
.product {
  padding: 12rem 0 12rem 0;
  align-items: center;
  flex-direction: column;
}
.product-img {
  position: relative;
}
.product-img img {
  display: block;
  width: 100%;
  transition: opacity 0.3s ease-in-out;
}
.product-img .hover-img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 2;
}
.product-img:hover .hover-img {
  opacity: 1;
}
.product-img:hover .main-img {
  opacity: 0;
}
.product-category-text {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #5B7187;
  width: 50rem;
  max-width: 100%;
  mix-blend-mode: normal;
  padding: 3.6rem 0;
}
@media (max-width: 920px) {
  .product-category-text {
    width: 100%;
  }
}
.product-category-text-2 {
  padding: 0;
}
.product-text-wrapper {
  margin-left: 8.1rem;
}
@media (max-width: 920px) {
  .product-text-wrapper {
    margin-left: 0;
    margin-top: 5rem;
  }
}
@media (max-width: 640px) {
  .product-text-wrapper {
    margin-top: 0;
  }
  .product-text-wrapper .ico-age, .product-text-wrapper .ico-size, .product-text-wrapper .ico-birthday {
    width: 4.6rem;
    height: 4rem;
    background-size: contain !important;
  }
}
.product-img {
  position: relative;
}
@media (max-width: 920px) {
  .product-img {
    text-align: center;
  }
}
.product-img img {
  position: relative;
  max-width: 548px;
  width: 100%;
  z-index: 2;
}
@media (max-width: 920px) {
  .product-img img {
    width: initial;
    max-width: 100%;
  }
}
.product-name {
  margin: 0;
  padding: 1.5rem 0;
  font-size: 5.6rem;
  line-height: 6.6rem;
  font-weight: 500;
  color: #2d0789;
  text-align: center;
  max-width: 68rem;
}
.product-text {
  padding-top: 3.6rem;
  width: 50rem;
  max-width: 100%;
  font-weight: 500;
  font-size: 28px;
  line-height: 38px;
  color: #022546;
  mix-blend-mode: normal;
  position: relative;
}
@media (max-width: 920px) {
  .product-text {
    width: 100%;
  }
}
.product-text::before {
  content: "";
  position: absolute;
  background-size: 100% 100%;
  left: -4.6rem;
  top: 3.4rem;
  background: url(../img/quote.svg) no-repeat 0 0;
  background-size: 100% 100%;
  width: 3.4rem;
  height: 3.4rem;
}
.product-text p {
  margin: 0;
  padding: 0;
}
.product-code {
  display: flex;
  font-size: 1.6rem;
  line-height: 1.6rem;
  font-weight: 400;
}
.product-code label {
  display: block;
  margin: 0;
  color: #2d0789;
}
.product-code p {
  color: #647A8E;
  display: block;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  margin-left: 0.4rem;
}
.product-info {
  display: flex;
  padding-top: 2.1rem;
  max-width: 50rem;
  width: 100%;
}
@media (max-width: 920px) {
  .product-info {
    width: 100%;
    margin: 0 auto;
  }
}
.product-info-col {
  position: relative;
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 20rem;
  border: 1px solid #E7F0F3;
  box-sizing: border-box;
  border-radius: 12px;
  margin-right: 0.4rem;
}
.product-info-col:last-child {
  margin-right: 0;
}
.product-info .data {
  margin: 0;
  padding: 1.8rem 0 0.6rem 0;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  color: #2d0789;
  font-size: 4.6rem;
  line-height: 4.6rem;
}
@media (max-width: 640px) {
  .product-info .data {
    font-size: 2.6rem;
    line-height: 2.6rem;
  }
}
.product-info .label {
  margin: 0;
  padding: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  color: #022546;
  mix-blend-mode: normal;
  opacity: 0.65;
}
@media (max-width: 640px) {
  .product {
    padding: 6.5rem 0 5rem 0;
  }
  .product-img {
    padding: 0 0 3rem 0;
  }
  .product-img:before {
    bottom: 1rem;
    max-height: 18rem;
  }
  .product-category-text {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
  .product-name {
    padding: 1.5rem 3rem;
    font-size: 3rem;
    line-height: 4rem;
  }
  .product-text {
    padding-top: 3.6rem;
    font-size: 1.8rem;
    line-height: 2.6rem;
    margin-top: 2.6rem;
  }
  .product-text::before {
    top: -0.6rem;
    left: initial;
  }
  .product-info-col {
    flex: 1 1 50%;
    width: 50%;
  }
}
@media (max-width: 640px) and (max-width: 460px) {
  .product-info-col {
    width: 100%;
    padding: 2rem 0;
    flex: 1 1 100%;
    margin-bottom: 0.6rem;
    min-height: initial;
  }
}
.product-wrapper {
  display: flex;
}
@media (max-width: 920px) {
  .product-wrapper {
    flex-direction: column;
    padding: 0 6rem;
  }
}
@media (max-width: 640px) {
  .product-wrapper {
    padding: 0 3rem;
  }
}
@media (max-width: 920px) {
  .product-wrapper .product-code {
    width: 100%;
    justify-content: center;
  }
}
.product-wrapper .product-name {
  width: 50rem;
  font-weight: 500;
  font-size: 4.6rem;
  line-height: 5.5rem;
  text-align: left;
  max-width: 100%;
}
@media (max-width: 920px) {
  .product-wrapper .product-name {
    text-align: center;
    width: 100%;
  }
}

.block-heading {
  padding: 0 2rem;
}
.block .h2 {
  font-family: "MuseoSans", sans-serif !important;
  line-height: 2.8rem;
  font-weight: 500;
  font-size: 2.2rem;
  color: #5B738C;
  text-transform: uppercase;
}
.block .h3 {
  margin: 3rem 0 0 0;
  font-size: 3.6rem;
  line-height: 6.8rem;
  color: #2d0789;
  font-family: "MuseoSans", sans-serif !important;
}
.block.map {
  height: auto;
  background: url(../img/map.svg) no-repeat 100% 0%;
  background-size: contain;
}
.block-columns {
  margin-top: 2.1rem;
  display: flex;
  font-size: 1.8rem;
  line-height: 2.2rem;
  flex-wrap: wrap;
}
.block-columns-item {
  margin-bottom: 1.8rem;
  display: flex;
  align-items: center;
}
.block-columns-left {
  padding-right: 5rem;
  position: relative;
  margin-bottom: 1.5rem;
}
.block-columns-left .block-columns-item:last-child {
  margin-bottom: 0;
}
.block-columns-left:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: -1px;
  background-image: linear-gradient(-180deg, rgba(222, 226, 230, 0) 0%, #DEE2E6 49%, rgba(222, 226, 230, 0) 100%);
  width: 1px;
  height: 100%;
}
.block-columns-right {
  padding-left: 5rem;
}
.block-columns .ico-phone-blue, .block-columns .ico-email-blue {
  margin-right: 2.2rem;
}
.block-columns span {
  font-size: 1.2rem;
  line-height: 1.4rem;
  text-transform: uppercase;
  color: #9AA8B5;
  display: block;
  margin-bottom: 0.5rem;
}
.block-info {
  width: 100%;
  display: flex;
  padding: 1.5rem 1.2rem;
  flex-wrap: wrap;
}
.block-info .block-left {
  width: 100%;
  margin-top: 5rem;
  flex: 0 1 100%;
}
.block-info .block-right {
  display: flex;
  flex-direction: column;
  width: 100%;
  overflow: hidden;
  flex: 1 0 50%;
}
.block-info .block-right > div {
  flex: initial;
  margin: 0.6rem;
  width: 100%;
}
.block-item {
  padding: 2rem 2rem 0 2rem;
  margin-top: 1.5rem;
}
.block-item p {
  font-size: 3rem;
  line-height: 3.6rem;
  color: #022546;
}
.block-item .country-list {
  color: #2d0789;
  font-size: 1.4rem;
  line-height: 1.4rem;
  text-transform: uppercase;
  margin-bottom: 1.8rem;
}
.block-item .block-name {
  font-size: 2.2rem;
  line-height: 2.2rem;
  color: #022546;
}
.block-item .block-address {
  font-size: 1.6rem;
  margin-top: 0.6rem;
  line-height: 2.8rem;
  color: #5B738C;
}
.block.collection-view {
  background-color: white;
  padding: 1rem 1.2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.block.collection-view .btn-primary {
  width: auto;
  font-size: 1.6rem;
  white-space: nowrap;
  overflow: hidden;
}
@media (max-width: 460px) {
  .block.collection-view .btn-primary {
    width: 100%;
  }
}
.block.collection-view .block-columns-left:before {
  display: none !important;
}
.block.collection-view .block-item {
  width: 100%;
  margin: 0.6rem 0;
  padding: 2.5rem 2rem;
}
.block.collection-view .block-item:nth-child(even) {
  background: #F2F7FA;
}
.block.collection-view .block-item:nth-child(odd) {
  background: #FAFBFB;
}
.block.collection-view .block-item.no-bg {
  background-color: white;
  align-items: center;
  display: flex;
  flex-direction: column;
}
.block.collection-view .block-item.no-bg p {
  font-size: 2.2rem;
  line-height: 2.6rem;
}
.block.collection-view .block-name {
  font-size: 2.2rem;
  margin-top: 1.6rem;
  line-height: 3.1rem;
}

@media (min-width: 1080px) {
  .block-heading {
    padding: 0 14rem;
  }
  .block .h3 {
    margin-bottom: 5.4rem;
    font-size: 5.6rem;
  }
  .block.map {
    background: url(../img/map.svg) no-repeat 100% -8%, linear-gradient(-180deg, rgba(255, 255, 255, 0) 80%, #FAFBFB 100%);
  }
  .block-columns {
    font-size: 2rem;
  }
  .block-columns-left {
    margin-bottom: 0;
  }
  .block-columns-left .block-columns-item:last-child {
    margin-bottom: 1.5rem;
  }
  .block-info .block-left {
    margin-top: 17rem;
  }
  .block-info .block-right {
    flex-direction: row;
  }
  .block-info .block-right > div {
    width: calc(50% - 12px);
  }
  .block-item {
    margin-top: 0;
    padding: 5rem 2rem 5rem 14rem;
  }
  .block-item .block-name {
    font-size: 3rem;
    line-height: 2.8rem;
  }
  .block-item .block-address {
    font-size: 1.8rem;
  }
  .block.collection-view .btn-primary {
    font-size: 2rem;
  }
  .block.collection-view .block-item {
    width: calc(50% - 12px);
    margin: 0.6rem;
    padding: 5rem 2rem 5rem 14rem;
  }
  .block.collection-view .block-item.no-bg {
    display: initial;
  }
  .block.collection-view .block-item.no-bg p {
    font-size: 3rem;
    line-height: 3.3rem;
  }
  .block.collection-view .block-name {
    font-size: 2.6rem;
    margin-top: 3rem;
  }
}
.block-header {
  padding: 0 4rem;
}
.block-main {
  padding: 8.5rem 0 2rem 0;
}
.block.collection {
  padding-bottom: 6rem;
}
.block.collection .brands-block {
  height: 16rem;
}
.block .block-title {
  padding-bottom: 0;
}
.block .btn-container {
  display: flex;
}
@media (max-width: 460px) {
  .block .btn-container {
    width: 100%;
  }
}
.block-item .block-subtext {
  color: #5B738C;
  font-size: 2rem;
  max-width: 48rem;
  line-height: 2.8rem;
}
.block.text-blocks .block-item {
  display: flex;
  align-items: center;
  padding: 2rem 4rem;
}
.block.text-blocks .block-item .block-subtext {
  font-size: 1.6rem;
  line-height: 2.4rem;
  text-align: center;
}
.block.text-blocks .block-item .block-subtext span {
  color: black;
}
.block.text-blocks .block-item:nth-child(even), .block.text-blocks .block-item:nth-child(odd) {
  background-color: initial;
}
.block.text-blocks .block-item:nth-child(1), .block.text-blocks .block-item:nth-child(4), .block.text-blocks .block-item:nth-child(5), .block.text-blocks .block-item:nth-child(8), .block.text-blocks .block-item:nth-child(9) {
  background: #FAFBFB;
}
.block.text-blocks .block-item.no-bg {
  align-items: center;
  flex-direction: column;
}
.block.text-blocks .block-item-icon {
  padding: 2rem;
  flex-direction: column;
}
.block.text-blocks .block-item-icon .block-subtext {
  margin: 2rem 0 0 0;
}
.block.text-blocks .block-item-icon i {
  display: block;
}

@media (min-width: 680px) {
  .block.collection-view .block-item {
    width: 50%;
  }
}
@media (min-width: 1080px) {
  .block.collection-view .block-item {
    width: calc(50% - 12px);
  }
  .block.text-blocks .block-item .block-subtext {
    font-size: 1.8rem;
    line-height: 2.6rem;
    text-align: left;
  }
  .block.text-blocks .block-icon {
    padding: 4rem;
  }
}
@media (min-width: 1300px) {
  .block-main {
    padding: 8.5rem 0 5rem 0;
  }
  .block-item .block-subtext {
    font-size: 2rem;
    line-height: 2.8rem;
    max-width: 48rem;
  }
  .block.text-blocks .block-item {
    padding: 4rem 20.2rem 4rem 10rem;
  }
  .block.text-blocks .block-item .block-subtext {
    font-size: 2rem;
    line-height: 2.8rem;
  }
  .block.text-blocks .block-item.no-bg {
    align-items: initial;
  }
  .block.text-blocks .block-item-icon {
    padding: 4rem 4rem 4rem 1rem;
    flex-direction: row;
  }
  .block.text-blocks .block-item-icon .block-subtext {
    margin: 0rem 0 0 1rem;
  }
}
/* RESELLER */
.reseller {
  padding: 7rem 2rem;
}
.reseller-wrap {
  display: flex;
  flex-direction: column;
  max-width: 64rem;
}
.reseller-wrap .action {
  display: flex;
  justify-content: center;
  padding-top: 4rem;
}
.reseller-wrap .action .btn-primary {
  width: auto;
}
@media (max-width: 460px) {
  .reseller-wrap .action .btn-primary {
    width: 100%;
  }
}
.reseller .collection-select {
  flex-wrap: wrap;
  flex: none;
  margin: 0 -1rem;
}
.reseller .collection-select .form-group {
  margin: 0 1rem 0.6rem 1rem;
  flex: none;
  width: 46%;
}
.reseller .collection-select .checkbox {
  padding: 0;
}
.reseller .collection-select .checkbox label {
  display: flex;
  align-items: center;
  padding: 1.2rem 1.8rem 1.2rem 5.2rem;
  background: #FAFBFB;
  height: 4.6rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  border-radius: 1rem;
}
.reseller .collection-select .checkbox input[type=checkbox]:checked + label {
  background: #2d0789;
  color: #fff;
}
@media (max-width: 640px) {
  .reseller {
    padding-top: 1rem;
  }
  .reseller .collection-select {
    flex-direction: column;
  }
  .reseller .collection-select .form-group {
    width: auto;
  }
}

.jobs {
  font-family: "Roboto", sans-serif !important;
  overflow-x: hidden;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 380px) {
  .jobs .footer-brand .ico {
    display: none;
  }
}
.jobs-single {
  padding-bottom: 6rem !important;
}
.jobs-single .subtitle {
  font-size: 1.7rem;
  line-height: 2.7rem;
  font-weight: 400;
  width: 75rem;
  text-align: center;
  max-width: 100%;
  margin: 0 auto;
}
.jobs-single .subtitle a,
.jobs-single .subtitle a:visited,
.jobs-single .subtitle a:hover,
.jobs-single .subtitle a:active {
  color: #009FE3;
}
.jobs-single .container {
  padding: 4.4rem 4rem 0 4rem;
}
.jobs .upload-btn {
  padding: 1rem;
  color: white;
  background: #333;
  font-size: 1.4rem;
  line-height: 1.4;
  border-radius: 0.25em;
}
.jobs .upload-text {
  color: #1a85ad;
  cursor: pointer;
  border-bottom: 1px dashed #1a85ad;
}
.jobs h1, .jobs h2 {
  font-family: "Roboto", sans-serif !important;
}
.jobs .form-row {
  padding-bottom: 2rem;
}
.jobs .form {
  padding-bottom: 10rem;
}
.jobs .form .form-col-upload {
  margin: 1rem 0;
  text-align: left;
  width: initial;
  font-size: 1.4rem;
}
.jobs .form .form-error {
  font-size: 1.3rem;
  color: red;
  padding-top: 0;
  margin-top: 0.5rem;
}
.jobs .form-success {
  padding: 0 2rem;
}
.jobs .form-success .form-col {
  min-height: 6.7rem;
  background: #62c584;
  padding: 1rem;
  text-align: center;
  font-size: 2rem;
  line-height: 1.55;
  color: white;
  font-weight: 300;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 2rem;
}
.jobs .form-success .form-col p {
  margin: 0;
  padding: 0;
  padding-bottom: 1rem;
}
@media (max-width: 1200px) {
  .jobs .form-success .form-col {
    font-size: 1.8rem;
  }
}
.jobs .form-warning {
  padding: 0 2rem;
}
.jobs .form-warning .form-col {
  min-height: 6.7rem;
  background: #f95d51;
  padding: 1rem;
  text-align: center;
  font-size: 2rem;
  line-height: 1.55;
  color: white;
  font-weight: 300;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 2rem;
}
.jobs .form-warning .form-col p {
  margin: 0;
  padding: 0;
  padding-bottom: 1rem;
}
@media (max-width: 1200px) {
  .jobs .form-warning .form-col {
    font-size: 1.8rem;
  }
}
.jobs .form-col {
  width: 100%;
  padding: 0 2rem;
}
.jobs .form-col.has-error .form-input {
  border-color: red !important;
}
.jobs .btn-send {
  width: 100%;
  color: #FFFFFF;
  background-color: #EA222A;
  position: relative;
  border-width: 0;
  height: 5.4rem;
  border-radius: 0.7rem;
  border-color: transparent;
  line-height: 3.2rem;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.jobs .btn-send:hover {
  background-color: #f23f42 !important;
}
.jobs .jobs-ul {
  text-align: left;
  margin-left: 12rem;
  margin-top: -1rem;
  padding: 0 4rem;
}
@media (max-width: 640px) {
  .jobs .jobs-ul {
    margin-left: 0;
  }
}
.jobs .jobs-ul li {
  line-height: 2.7rem;
  font-size: 1.8rem;
}
.jobs .section-title {
  display: flex;
  align-items: center;
}
@media (max-width: 820px) {
  .jobs .section-title {
    flex-direction: column;
  }
}
.jobs .section-title img {
  width: 12rem;
  height: auto;
}
.jobs .offers-list {
  display: flex;
  flex-wrap: wrap;
  width: 111.9rem;
  max-width: 100%;
  margin: 0 auto;
  justify-content: center;
}
@media (max-width: 640px) {
  .jobs .offers-list {
    flex-direction: column;
    margin-top: 2.6rem;
  }
}
.jobs .offers-list-item {
  margin: 4.4rem 0;
  flex: 0 0 33.333333%;
  font-size: 2rem;
  position: relative;
  line-height: 1.35;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 820px) {
  .jobs .offers-list-item {
    font-size: 1.8rem;
    line-height: 2.4rem;
    margin: 2.2rem 0;
  }
}
.jobs .offers-list-item-text {
  width: 14rem;
  max-width: 100%;
  margin-top: 4rem;
}
.jobs .offers-list-item img {
  height: 15rem;
  width: auto;
}
@media (max-width: 820px) {
  .jobs .offers-list-item img {
    height: 5rem;
  }
}
.jobs .bg-hearts {
  min-height: 80rem;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  background-size: cover;
  background-color: #F2F7FA;
}
@media (max-width: 820px) {
  .jobs .bg-hearts {
    background: none;
    min-height: initial;
    padding: 0 2rem !important;
    width: 60rem;
    max-width: 100%;
    margin: 0 auto;
  }
}
.jobs .bg-hearts.bg-socials {
  min-height: 17.4rem;
}
.jobs .bg-hearts.bg-socials a {
  padding: 0 0.5rem;
}
@media (min-width: 820px) {
  .jobs .bg-hearts.bg-socials a svg {
    fill: black;
  }
}
.jobs .bg-hearts .container {
  width: 111.9rem;
  max-width: 100%;
}
.jobs .bg-hearts .iframe-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.jobs .bg-hearts .video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.jobs .bg-grey, .jobs .bg-white {
  padding: 4rem 0 6rem 0;
  background: #E6E6E6;
}
.jobs .bg-grey .container, .jobs .bg-white .container {
  width: 81rem;
  max-width: 100%;
  margin: 0 auto;
}
.jobs .bg-white {
  background: white;
}
.jobs .bg-red {
  min-height: 42.5rem;
  background-color: #EA222A;
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 8rem;
}
.jobs .bg-red p {
  width: 63rem;
  max-width: 100%;
  color: #FFFFFF;
  text-align: center;
  font-size: 2.1rem;
  position: relative;
  line-height: 3.2rem;
  margin: 0;
}
@media (max-width: 820px) {
  .jobs .bg-red p {
    padding: 0 4rem;
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
.jobs .main {
  padding: 9rem 0 8rem 0;
}
@media (max-width: 640px) {
  .jobs .main {
    padding: 6rem 0;
  }
}
.jobs .main img {
  width: 17rem;
  max-width: 100%;
  height: auto;
  margin-bottom: 3rem;
}
@media (max-width: 640px) {
  .jobs .main img {
    width: 7.8rem;
    margin-bottom: 2rem;
  }
}
.jobs h1 {
  text-align: center;
  font-size: 5rem;
  font-weight: 500;
  line-height: 6rem;
  width: 40rem;
  max-width: 100%;
  margin: 0 auto;
}
@media (max-width: 820px) {
  .jobs h1 {
    font-size: 4rem;
    line-height: 5rem;
  }
}
.jobs h2 {
  font-weight: 500 !important;
  font-size: 3rem;
  line-height: 4.5rem;
  text-align: left;
}
@media (max-width: 820px) {
  .jobs h2 {
    font-size: 2.8rem;
    text-align: center;
    margin-top: 0;
    line-height: 3.5rem;
  }
}
.jobs .section-form {
  background: url("../img/background-3.jpg") no-repeat 0 0;
  background-position: center bottom;
  background-repeat: no-repeat;
}
.jobs .section-form .container {
  width: 60rem;
  max-width: 100%;
  margin: 0 auto;
}
.jobs .section-form .container .form-input {
  min-height: 5.6rem;
  border-width: 0.1rem;
  border-style: solid;
  border-radius: 0.7rem;
  border-color: #000000;
  line-height: 3.2rem;
  font-size: 1.6rem;
  font-weight: 400;
  padding: 0.6rem 0.6rem 0.6rem 1.6rem;
  background: white;
}
.jobs .section-form .container textarea.form-input {
  min-height: 33.8rem;
  resize: none;
}
.jobs .section-form .container h1 {
  margin-top: 4.1rem;
  margin-bottom: 4rem;
  text-align: center;
  font-weight: 600;
  font-size: 3.8rem;
  line-height: 4.6rem;
}
.jobs-list .section-form {
  background: url("../img/background-2.jpg") no-repeat 0 0;
  background-position: center bottom;
  background-repeat: no-repeat;
}
@media (max-width: 640px) {
  .jobs-list .section-form {
    background-size: contain !important;
  }
}
.jobs-list .vacancy-list {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 4rem;
  padding-bottom: 11rem;
  width: 116rem;
  max-width: 100%;
  flex-wrap: wrap;
}
@media (max-width: 820px) {
  .jobs-list .vacancy-list {
    margin-top: 0;
    padding-bottom: 0;
  }
}
@media (max-width: 1094px) {
  .jobs-list .vacancy-list {
    align-items: initial;
  }
}
@media (max-width: 520px) {
  .jobs-list .vacancy-list {
    flex-direction: column;
    padding: 0 2rem;
  }
}
.jobs-list .vacancy-list-item {
  background-color: #EA222A;
  position: relative;
  min-height: 21.6rem;
  color: #FFFFFF;
  font-size: 3.6rem;
  text-align: center;
  line-height: 4.8rem;
  font-weight: 600;
  flex: 40%;
  margin: 2rem;
  padding: 1rem;
}
@media (max-width: 820px) {
  .jobs-list .vacancy-list-item {
    font-size: 2.2rem;
    line-height: 2.4rem;
  }
}
@media (max-width: 520px) {
  .jobs-list .vacancy-list-item {
    width: 100%;
    min-height: initial;
    margin: 1rem 0;
  }
}
.jobs-list .vacancy-list-item-content {
  max-width: 100%;
  display: flex;
  flex-direction: column;
  padding: 3.6rem 3rem;
  text-align: left;
  width: 80%;
  line-height: 1.35;
  height: 100%;
}
@media (max-width: 820px) {
  .jobs-list .vacancy-list-item-content {
    width: 100%;
    padding: 2rem 3rem;
  }
}
.jobs-list .vacancy-list-item-content-title {
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.jobs-list .vacancy-list-item-content-title-wrapper {
  min-height: 16rem;
}
@media (max-width: 820px) {
  .jobs-list .vacancy-list-item-content-title-wrapper {
    min-height: initial;
  }
}
.jobs-list .vacancy-list-item-content-location {
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 300;
  color: #000000;
  font-size: 2.4rem;
  line-height: 1.55;
  margin-top: 1.5rem;
}
@media (max-width: 640px) {
  .jobs-list .vacancy-list-item-content-location {
    font-size: 2rem;
    margin-top: 0.8rem;
  }
}
.jobs-list .vacancy-list-item-content a {
  color: #FFFFFF;
  font-size: 2rem;
  position: relative;
  letter-spacing: 0.1rem;
  line-height: 1.55;
  font-weight: 700;
  text-align: left;
  margin-top: auto;
}
.jobs-list .vacancy-list-item-content a::after {
  content: " →";
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
@media (max-width: 820px) {
  .jobs-list .vacancy-list-item-content a {
    font-size: 1.8rem;
  }
}
.jobs-list .section-images {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  width: 116rem;
  max-width: 100%;
  margin: 0 auto;
}
@media (max-width: 820px) {
  .jobs-list .section-images {
    display: none;
  }
}
.jobs-list .section-images img {
  padding: 2rem;
  width: auto;
  height: 34rem;
}
@media (max-width: 1200px) {
  .jobs-list .section-images img {
    height: 27rem;
    width: auto;
  }
}
.jobs-list h1 {
  color: #000;
  width: 96rem;
  padding: 0 2rem;
  margin-bottom: 1.5rem;
  font-size: 4.6rem;
  font-weight: 600;
  line-height: 1.23;
}
@media (max-width: 820px) {
  .jobs-list h1 {
    font-size: 2.6rem;
    line-height: 3.4rem;
  }
}
.jobs-list .main p {
  color: #000;
  text-align: center;
  line-height: 1.55;
  position: relative;
  font-size: 2rem;
  width: 96rem;
  max-width: 100%;
  padding: 0 2rem;
  margin: 0 auto;
  font-weight: 300;
}
@media (max-width: 820px) {
  .jobs-list .main p {
    line-height: 2.8rem;
    position: relative;
    font-size: 1.8rem;
  }
}
.jobs-list .main p a {
  text-decoration: underline;
  color: #009FE3;
}
.jobs-list .bg-grey {
  padding-top: 11rem;
}
@media (max-width: 820px) {
  .jobs-list .bg-grey {
    padding-top: 4rem;
    padding-bottom: 4rem;
    margin-bottom: 2rem;
  }
}
.jobs-list .section-images-bottom {
  padding: 13.3px 0 0rem 0;
}

.bg-dark {
  padding-top: 12rem;
  padding-bottom: 6rem;
  background-color: #000000;
  color: white;
}
@media (max-width: 820px) {
  .bg-dark {
    background-color: #EA222A;
  }
}
.bg-dark .subtitle {
  font-size: 1.6rem;
  line-height: 1.35;
  margin-bottom: 4.5rem;
}
.bg-dark .main-title {
  font-size: 5.2rem;
  font-weight: 600;
  padding-bottom: 12rem;
}
@media (max-width: 640px) {
  .bg-dark .main-title {
    font-size: 2.8rem;
    padding-bottom: 6rem;
  }
}
.bg-dark a {
  color: white;
}

[v-cloak] {
  display: none;
}

.section-vacancy {
  width: 116rem;
  max-width: 100%;
  margin: 0 auto;
  padding-top: 8.3rem;
}
@media (max-width: 820px) {
  .section-vacancy {
    padding-top: 0;
    padding-bottom: 5rem;
  }
}

.js-scroll {
  opacity: 0;
  transition: opacity 500ms;
}

.js-scroll.scrolled {
  opacity: 1;
}

.hide-mobile {
  display: block;
}
@media (max-width: 820px) {
  .hide-mobile {
    display: none;
  }
}

.hide-desktop {
  display: none;
}
@media (max-width: 820px) {
  .hide-desktop {
    display: block;
    background: none;
  }
  .hide-desktop .offers-list-item {
    flex-direction: row;
    justify-content: center;
    margin: 0 0;
  }
  .hide-desktop .offers-list-item-text {
    margin-top: initial;
    width: 22rem;
    text-align: left;
    margin-left: 2rem;
  }
}

.our-people {
  display: flex;
  flex-wrap: wrap;
  width: 120rem;
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: 4rem;
  box-sizing: border-box;
  padding: 2rem 3rem 0 3rem;
  justify-content: center;
}
@media (max-width: 520px) {
  .our-people {
    flex-direction: column;
  }
}
@media (min-width: 1020px) {
  .our-people {
    justify-content: initial;
  }
}
@media (max-width: 1020px) {
  .our-people .block-img,
  .our-people .block-name,
  .our-people .block-columns,
  .our-people .block-columns-item,
  .our-people .block-address {
    justify-content: center;
    text-align: center;
  }
}
.our-people.centered {
  justify-content: center;
}
.our-people .block-item {
  margin: 1.2rem;
  padding: 0;
  flex: initial;
  width: 22%;
  display: flex;
  flex-direction: column;
  margin-bottom: 6rem;
}
@media (max-width: 520px) {
  .our-people .block-item {
    width: 100%;
    margin-bottom: 3rem;
    justify-content: center;
  }
}
@media screen and (min-width: 520px) and (max-width: 820px) {
  .our-people .block-item {
    width: 45%;
  }
}
@media screen and (min-width: 820px) and (max-width: 1020px) {
  .our-people .block-item {
    width: 30%;
  }
}
.our-people .block-item .block-name {
  margin-top: 1.2rem;
  text-transform: uppercase;
  font-size: 1.6rem;
  color: #009FE3;
}
.our-people .block-item .block-columns {
  margin-top: 0.8rem;
  font-size: 1.6rem;
  font-weight: 400;
}
.our-people .block-item .block-columns .icon-wrapper {
  width: 3.2rem;
}
.our-people .block-item .block-columns .ico-phone-blue,
.our-people .block-item .block-columns .ico-email-blue {
  margin-right: 0.6rem;
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
}
.our-people .block-item .block-columns-item {
  margin-bottom: 0.8rem;
}
.our-people .block-item .block-address {
  font-weight: 200;
  font-size: 1.6rem;
  margin-top: 0;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
.our-people .block-item .block-columns-left {
  padding-right: 0;
}
.our-people .block-item .block-columns-left:before {
  display: none;
}
.our-people .block-item img {
  height: 18rem;
  width: auto;
  max-width: 100%;
}

#menu-header-menu .sub-menu,
#menu-header-menu-right .sub-menu,
.nav-mobile .sub-menu {
  display: none;
}
#menu-header-menu .menu-item-has-children,
#menu-header-menu-right .menu-item-has-children,
.nav-mobile .menu-item-has-children {
  position: relative;
  cursor: pointer;
}
#menu-header-menu .menu-item-has-children li a,
#menu-header-menu-right .menu-item-has-children li a,
.nav-mobile .menu-item-has-children li a {
  width: 100%;
}
#menu-header-menu .menu-item-has-children:hover .sub-menu,
#menu-header-menu-right .menu-item-has-children:hover .sub-menu,
.nav-mobile .menu-item-has-children:hover .sub-menu {
  display: flex;
  flex-direction: column;
  position: absolute;
  background: white;
  left: 0;
  margin: 0;
  padding: 0;
  top: 5rem;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
}
#menu-header-menu .menu-item-has-children:hover .sub-menu li:hover,
#menu-header-menu-right .menu-item-has-children:hover .sub-menu li:hover,
.nav-mobile .menu-item-has-children:hover .sub-menu li:hover {
  background-color: #F2F7FA;
}

.nav-mobile .menu-item-has-children li a {
  width: 100%;
}
.nav-mobile .menu-item-has-children:hover .sub-menu {
  position: relative !important;
  background: white;
  left: initial;
  top: initial;
  box-shadow: none;
}
.nav-mobile .menu-item-has-children:hover .sub-menu li a {
  color: #2d0789 !important;
}

/* BUTTONS */
.btn {
  display: inline-block;
  margin: 0;
  padding: 0;
  outline: 0;
}
.btn .arrow {
  display: inline-block;
  margin-left: 1.2rem;
  font-size: 2.2rem;
}
.btn-primary {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 6rem;
  background: #2d0789;
  font-size: 2rem;
  line-height: 2.3rem;
  font-weight: 400;
  color: #fff;
  min-height: 4.4rem;
  -webkit-border-radius: 4.4rem;
  -moz-border-radius: 4.4rem;
  -ms-border-radius: 4.4rem;
  border-radius: 4.4rem;
}
@media (max-width: 460px) {
  .btn-primary {
    padding: 0 2rem;
  }
}
.btn-primary span {
  margin-left: 1rem;
}
.btn-submit {
  border-radius: 1rem;
  font-weight: 600;
  min-height: 4.2rem;
  font-size: 1.7rem;
}

/* FORMS */
.form {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: 100%;
}
.form-row {
  display: flex;
  padding-bottom: 3rem;
}
.form-row .form-row {
  padding-bottom: 1.8rem;
}
.form-row .form-row:last-child {
  padding-bottom: 0;
}
.form-group {
  display: flex;
  flex-direction: column;
  flex: 1;
  margin-right: 2rem;
}
.form-group:last-child {
  margin-right: 0;
}
.form-hor {
  flex-direction: column;
}
.form-label {
  padding-bottom: 1rem;
  font-size: 1.6rem;
  line-height: 1.9rem;
  font-weight: 400;
  color: #022546;
}
.form-label.size-l {
  padding-bottom: 1.2rem;
  font-size: 2rem;
  line-height: 3rem;
}
.form .required {
  display: inline-block;
  padding-left: 0.6rem;
  color: #D82332;
}
.form-input {
  display: block;
  padding: 1.5rem 1.5rem 1.8rem 1.5rem;
  border: solid 0.2rem #CED5DB;
  background: transparent;
  font-size: 1.7rem;
  line-height: 2rem;
  font-weight: 400;
  outline: 0;
  color: #022546;
  width: 100%;
  height: 4.6rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  border-radius: 1rem;
}
.form-input:focus {
  border-color: #2d0789;
}
.form-input.placeholder {
  color: #647A8E;
}
.form-input:-moz-placeholder {
  color: #647A8E;
}
.form-input::-moz-placeholder {
  color: #647A8E;
}
.form-input::-webkit-input-placeholder {
  color: #647A8E;
}
.form-input:-ms-input-placeholder {
  color: #647A8E;
}
.form-action {
  padding-top: 2.4rem;
  text-align: center;
}
.form-action .btn {
  min-width: 17.5rem;
  font-weight: 600;
  color: #fff;
}
.form-error {
  display: none;
  padding-top: 1rem;
  font-size: 1.7rem;
  line-height: 2rem;
  font-weight: 400;
  color: #D82332;
}
.form .has-error .form-error {
  display: flex;
}
.form .has-error .form-input {
  border-color: #D82332;
}
@media (max-width: 640px) {
  .form-row .form-row {
    flex-direction: column;
    padding-bottom: 0;
  }
  .form-row .form-row .form-group {
    padding-bottom: 1.8rem;
  }
  .form-group {
    margin-right: 0;
  }
}

.checkbox {
  padding-left: 20px;
}
.checkbox input {
  display: none;
}
.checkbox label {
  display: flex;
  vertical-align: middle;
  position: relative;
  font-size: 1.6rem;
  line-height: 1.9rem;
  font-weight: 400;
  color: #022546;
}
.checkbox label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 2.2rem;
  height: 2.2rem;
  left: 1.8rem;
  top: 1.2rem;
  margin-left: 0;
  border: 1px solid #CED5DB;
  background-color: #fff;
  -webkit-border-radius: 0.4rem;
  -moz-border-radius: 0.4rem;
  -ms-border-radius: 0.4rem;
  border-radius: 0.4rem;
}
.checkbox label::after {
  display: inline-block;
  position: absolute;
  left: 1.8rem;
  top: 1.2rem;
  width: 2.2rem;
  height: 2.2rem;
}
.checkbox input[type=checkbox],
.checkbox input[type=radio] {
  opacity: 0;
  z-index: 1;
  cursor: pointer;
}
.checkbox input[type=checkbox]:checked + label::before {
  border-color: #fff;
  background-color: #fff;
}
.checkbox input[type=checkbox]:checked + label::after {
  content: "";
  background: url("../img/check-blue.svg") no-repeat 50% 50%;
}

/* OWL CAROUSEL */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: flex;
  width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
  	This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
  	calculation of the height of the owl-item that breaks page layouts
   */
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: #647A8E;
  color: #FFF;
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.owl-theme .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  margin: 5px;
  background: #ccc;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #4DC7A0;
}

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

