@charset "UTF-8";
@import url("../../assets/fonts/Roboto-300-400-500-700.css");
/*! normalize.css v5.0.0 */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
  -webkit-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}

img {
  -moz-user-select: none !important;
  -webkit-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
  -webkit-user-drag: none !important;
  user-drag: none !important;
  -webkit-touch-callout: none !important;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}
.h1,
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
figcaption,
figure,
main {
  display: block;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:active,
a:hover {
  outline-width: 0;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: inherit;
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
dfn {
  font-style: italic;
}
mark {
  background-color: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
audio,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type="reset"],
[type="submit"],
button,
html [type="button"] {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  display: inline-block;
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}

/* .input_title {
  position: absolute;
  left: 10px;
  top: -3px;
} */

.writing {
  border: solid 1px #8594a5;
  outline: none;
  border-radius: 5px;
  padding: 0.5rem 1rem;
  margin-bottom: 1rem;
  width: 100%;
}


.message_writing {
  border: solid 1px #8594a5;
  outline: none;
  border-radius: 5px;
  padding: 0.5rem 1rem;
  width: 100%;
}

.submit {
  display: flex;
  justify-content: center;
  padding: 0.6rem 1.7rem;
  color: #fff;
  background-color: #005abf;
  border-radius: 5px;
  outline: none;
  border: none;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  transition: 300ms all;
  margin-top: 1rem;
  width: 100%;
}

.submit:hover {
  color: #005abf;
  background-color: #fff;
}

.submit:active {
  transform: scale(0.95, 0.95);
}

.contact_address {
  display: flex;
  column-gap: 35%;
  position: absolute;
  padding: 0 1rem;
  top: 30%;
  right: 0;
  left: 0;
  z-index: 6;
}

.contact_header_items {
  color: #000 !important;
}

@media screen and (max-width: 800px) {
  .contact_address {
    top: 0%;
  }
  .contact_address {
    display: block;
  }
  figure.map {
    margin-bottom: 25rem !important;
  }
  .submit {
    width: 60%;
  }
  .message_writing {
    width: 60%;
  }
  .writing {
    width: 60%;
  }
}

@media screen and (max-width: 550px) {
  .submit {
    width: 100%;
  }
  .message_writing {
    width: 100%;
  }
  .writing {
    width: 100%;
  }
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details,
menu {
  display: block;
}
summary {
  display: list-item;
}
canvas {
  display: inline-block;
}
[hidden],
template {
  display: none;
}
.animation,
.animation--appear-line,
.animation--button,
.animation--button .btn:before,
.animation--button .btn__text,
.animation--button .icon,
.animation--fade,
.animation--fade-in,
.animation--fade-out,
.animation--scale-in,
.animation--scale-out,
.animation--slidein-left,
.animation--slidein-right,
.animation--slideout-left,
.animation--slideout-right,
.btn--outline:after,
.btn--outline:before,
.btn--primary:before,
.btn--secondary:before,
.btn--switch.is-active:before,
.btn--switch:before,
.form-control,
.form-control-radio label span:after,
.form-control-radio label span:before,
.form-file-upload label,
.form-label--placeholder,
.header,
.icon,
.icon--close i,
.icon--hamburger i,
.icon:after,
.icon:before,
.nav-mobile,
.nav-mobile:before,
.nav-mobile__inner,
.notification__content,
.owl-theme .owl-dots .owl-dot span,
.slideshow--animation .slideshow__item figure,
.slideshow--animation .slideshow__item p,
.slideshow__item .h3,
.slideshow__item h3,
.ui-dark .btn--outline:before,
.ui-dark .btn--primary:before,
.ui-primary .btn--outline:before,
.ui-primary .btn--primary:before,
a,
button,
input[type="submit"] {
  transition-duration: 0.4s;
  transition-timing-function: cubic-bezier(0.25, 0.74, 0.22, 0.99);
}
.header {
  z-index: 5;
}
.lightbox,
.lightbox .scroller,
.lightbox__back,
.lightbox__close,
.notification {
  z-index: 6;
}
.cover,
.overlay {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.form-label:before,
.notification__head__close:before {
  display: block;
  position: absolute;
  top: -15px;
  right: -15px;
  bottom: -15px;
  left: -15px;
}
body,
button,
input,
select.form-control-select,
textarea {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
}
.btn--tab-heading,
.footer__navigation .footer__navigation__phone,
.h1,
.h2,
.h3,
.h4,
.h5,
.list-numbered > li:before,
.text--h2-medium,
.text--heading,
.text .list-numbered > li:before,
.text ol > li:before,
h1,
h2,
h3,
h4,
h5 {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}
.footer .accordion__content,
body {
  font-size: 1.4rem;
  line-height: 1.71429em;
}
.text--small,
small {
  font-size: 1.2rem;
  line-height: 1.91667em;
}
.form-control--lg,
.form-control-radio label,
.form-label--placeholder.form-label--lg,
.lead,
.lead.lead--accordion,
.selectivity-input,
.text--lead,
.text--lead-small,
.text .lead,
.text .lead.lead--accordion,
.text blockquote {
  font-size: 1.6rem;
  line-height: 1.5em;
}
.text--lead-large {
  font-size: 2rem;
  line-height: 1.6em;
}
.breadcrumbs,
.form-control,
.form-control-select--xl,
.form-label--placeholder,
.list-numbered,
.text--large,
.text .list,
.text .list-numbered,
.text blockquote cite,
.text ol,
.text table,
.text ul,
select.form-control-select {
  font-size: 1.6rem;
  line-height: 1.5em;
}
.text--large-small {
  font-size: 1.3rem;
  line-height: 1.53846em;
}
.form-control--sm,
.form-control-select--sm,
.form-label--placeholder.form-label--lg.form-label--up,
.form-label--placeholder.form-label--up,
.header__subnavigation,
.text--medium {
  font-size: 1.4rem;
  line-height: 1.42857em;
}
.text--xl {
  font-size: 4rem;
  line-height: 1.2em;
}
.h1,
.text--h1-medium,
h1 {
  font-size: 2.8rem;
  line-height: 1.28571em;
}
.text--h1-large {
  font-size: 4rem;
  line-height: 1.25em;
}
.h2,
.text--h1-main,
.text--h1-small,
h2 {
  font-size: 2.8rem;
  line-height: 1.28571em;
}
.text--h2-small {
  font-size: 1.6rem;
  line-height: 1.5em;
}
.text--h2-medium {
  font-size: 2rem;
  line-height: 1.2em;
}
.footer__navigation .footer__navigation__phone,
.text--h2-large {
  font-size: 3rem;
  line-height: 1.33333em;
}
.h3,
.h4,
h3,
h4 {
  font-size: 1.6rem;
  line-height: 1.5em;
  font-weight: 400;
}
.h5,
h5 {
  font-size: 1.4rem;
  line-height: 1.71429em;
}
.form-control--xl,
.form-description {
  font-size: 1.6rem;
  line-height: 1.5em;
}
.list-numbered > li:before,
.text .list-numbered > li:before {
  font-size: 5rem;
  line-height: 1.16em;
}
@media screen and (min-width: 668px) and (min-height: 416px) {
  .form-control--lg,
  .form-control-radio label,
  .form-label--placeholder.form-label--lg,
  .lead,
  .selectivity-input,
  .text--lead,
  .text .lead,
  .text blockquote {
    font-size: 2rem;
    line-height: 1.6em;
  }
  .lead.lead--accordion,
  .text--lead-small,
  .text .lead.lead--accordion {
    font-size: 1.8rem;
    line-height: 1.77778em;
  }
  .breadcrumbs,
  .form-control,
  .form-control-select--xl,
  .form-label--placeholder,
  .list-numbered,
  .text--large,
  .text .list,
  .text .list-numbered,
  .text blockquote cite,
  .text ol,
  .text table,
  .text ul,
  select.form-control-select {
    font-size: 1.6rem;
    line-height: 1.5em;
  }
  .text--large-small {
    font-size: 1.4rem;
    line-height: 1.71429em;
  }
  .form-control--sm,
  .form-control-select--sm,
  .form-label--placeholder.form-label--lg.form-label--up,
  .form-label--placeholder.form-label--up,
  .header__subnavigation,
  .text--medium {
    font-size: 1.4rem;
    line-height: 1.42857em;
  }
  .text--xl {
    font-size: 6rem;
    line-height: 1.16667em;
  }
  .h1,
  h1 {
    font-size: 4rem;
    line-height: 1.25em;
  }
  .text--h1-medium {
    font-size: 3rem;
    line-height: 1.33333em;
  }
  .text--h1-main,
  .text--h1-small {
    font-size: 3.6rem;
    line-height: 1.25em;
  }
  .h2,
  h2 {
    font-size: 4rem;
    line-height: 1.25em;
  }
  .footer__navigation .footer__navigation__phone,
  .text--h2-large {
    font-size: 3rem;
    line-height: 1.33333em;
  }
  .text--h3-large,
  .text ol > li:before {
    font-size: 1.6rem;
    line-height: 1.5em;
    font-weight: 300;
  }
  .form-control--xl,
  .form-description {
    font-size: 1.8rem;
    line-height: 1.38889em;
  }
  .list-numbered > li:before,
  .text .list-numbered > li:before {
    font-size: 5rem;
    line-height: 1.16em;
  }
  .text--slideshow {
    font-size: 12rem;
    line-height: 1em;
    letter-spacing: -0.02em;
  }
}
@media screen and (min-width: 980px) {
  .form-control--lg,
  .form-control-radio label,
  .form-label--placeholder.form-label--lg,
  .lead,
  .selectivity-input,
  .text--lead,
  .text .lead,
  .text blockquote {
    font-size: 2rem;
    line-height: 1.6em;
  }
  .form-control--sm,
  .form-control-select--sm,
  .form-label--placeholder.form-label--lg.form-label--up,
  .form-label--placeholder.form-label--up,
  .header__subnavigation,
  .text--medium {
    font-size: 1.4rem;
    line-height: 1.42857em;
  }
  .text--xl {
    font-size: 6rem;
    line-height: 1.16667em;
  }
  .h1,
  h1 {
    font-size: 4rem;
    line-height: 1.25em;
  }
  .text--h1-medium {
    font-size: 3rem;
    line-height: 1.33333em;
  }
  .h2,
  .text--h1-main,
  .text--h1-small,
  h2 {
    font-size: 4rem;
    line-height: 1.25em;
  }
  .text--h2-small {
    font-size: 2rem;
    line-height: 1.5em;
  }
  .text--h2-medium {
    font-size: 2.6rem;
    line-height: 1.15385em;
  }
  .footer__navigation .footer__navigation__phone,
  .text--h2-large {
    font-size: 3rem;
    line-height: 1.33333em;
  }
  .text--h3-large,
  .text ol > li:before {
    font-size: 2rem;
    line-height: 1.5em;
  }
  .h3,
  h3 {
    font-size: 2rem;
    line-height: 1.4em;
  }
  .text--slideshow {
    font-size: 16rem;
    line-height: 1em;
  }
}
@media screen and (min-width: 1200px) {
  .form-control--lg,
  .form-control-radio label,
  .form-label--placeholder.form-label--lg,
  .lead,
  .selectivity-input,
  .text--lead,
  .text .lead,
  .text blockquote {
    font-size: 1.5rem;
    line-height: 1.6em;
  }
  .breadcrumbs,
  .form-control,
  .form-control-select--xl,
  .form-label--placeholder,
  .list-numbered,
  .text--large,
  .text--large-small,
  .text .list,
  .text .list-numbered,
  .text blockquote cite,
  .text ol,
  .text table,
  .text ul,
  select.form-control-select {
    font-size: 1.6rem;
    line-height: 1.5em;
  }
  .form-control--sm,
  .form-control-select--sm,
  .form-label--placeholder.form-label--lg.form-label--up,
  .form-label--placeholder.form-label--up,
  .header__subnavigation,
  .text--medium {
    font-size: 1.4rem;
    line-height: 1.42857em;
  }
  .text--xl {
    font-size: 6rem;
    line-height: 1.16667em;
  }
  .h1,
  .text--h1-main,
  .text--h1-medium,
  .text--h1-small,
  h1 {
    font-size: 4rem;
    line-height: 1.25em;
  }
  .text--h1-main {
    font-size: 6rem;
    line-height: 1.25em;
  }
  .h2,
  h2 {
    font-size: 4rem;
    line-height: 1.25em;
  }
  .footer__navigation .footer__navigation__phone,
  .text--h2-large,
  .text--h2-small {
    font-size: 2.6rem;
    line-height: 1.33333em;
  }
  .text--h3-large,
  .text ol > li:before {
    font-size: 2.4rem;
    line-height: 1.5em;
  }
  .list-numbered > li:before,
  .text .list-numbered > li:before {
    font-size: 6rem;
    line-height: 1.16667em;
  }
  .text--slideshow {
    font-size: 20rem;
    line-height: 1em;
  }
}
.btn,
.btn:active,
.has-hover .btn:hover,
.has-hover .text a:hover,
.has-hover a:hover,
.is-active.btn,
.text .has-hover a:hover,
.text a,
.text a.is-active,
.text a:active,
a,
a.is-active,
a:active {
  text-decoration: none;
}
a {
  color: #0067da;
}
.has-hover a:hover,
a.is-active,
a:active {
  color: #2d3845;
}
.header__subnavigation li a,
.nav-mobile__list__heading,
.nav-mobile__list__link {
  color: #8b95a0;
}
.breadcrumbs a,
.has-hover .header__subnavigation li a:hover,
.has-hover .nav-mobile__list__heading:hover,
.has-hover .nav-mobile__list__link:hover,
.header__subnavigation .header__subnavigation__heading a,
.header__subnavigation li .has-hover a:hover,
.header__subnavigation li a.is-active,
.header__subnavigation li a:active,
.is-active.nav-mobile__list__heading,
.is-active.nav-mobile__list__link,
.nav-mobile__list__heading:active,
.nav-mobile__list__link:active {
  color: #2d3845;
}
.breadcrumbs .has-hover a:hover,
.breadcrumbs a.is-active,
.breadcrumbs a:active,
.has-hover .breadcrumbs a:hover,
.has-hover .header__subnavigation .header__subnavigation__heading a:hover,
.header__subnavigation .header__subnavigation__heading--special a,
.header__subnavigation .header__subnavigation__heading .has-hover a:hover,
.header__subnavigation .header__subnavigation__heading a.is-active,
.header__subnavigation .header__subnavigation__heading a:active,
.link--style-primary {
  color: #0067da;
}
.has-hover
  .header__subnavigation
  .header__subnavigation__heading--special
  a:hover,
.has-hover .link--style-primary:hover,
.header__subnavigation
  .header__subnavigation__heading--special
  .has-hover
  a:hover,
.header__subnavigation .header__subnavigation__heading--special a.is-active,
.header__subnavigation .header__subnavigation__heading--special a:active,
.is-active.link--style-primary,
.link--style-primary:active {
  color: #2d3845;
}
.ui-dark a {
  color: #f5f8fb;
}
.has-hover .ui-dark a:hover,
.ui-dark .has-hover a:hover,
.ui-dark a.is-active,
.ui-dark a:active {
  color: #489eff;
}
.ui-dark .breadcrumbs a {
  color: #f5f8fb;
}
.has-hover .ui-dark .breadcrumbs a:hover,
.ui-dark .breadcrumbs .has-hover a:hover,
.ui-dark .breadcrumbs a.is-active,
.ui-dark .breadcrumbs a:active {
  color: rgba(245, 248, 251, 0.7);
}
.ui-dark .link--style-primary,
.ui-dark .text a {
  color: #489eff;
}
.has-hover .ui-dark .link--style-primary:hover,
.has-hover .ui-dark .text a:hover,
.ui-dark .has-hover .link--style-primary:hover,
.ui-dark .is-active.link--style-primary,
.ui-dark .link--style-primary:active,
.ui-dark .text .has-hover a:hover,
.ui-dark .text a.is-active,
.ui-dark .text a:active {
  color: #f5f8fb;
}
.ui-primary a {
  color: #fff;
}
.has-hover .ui-primary a:hover,
.ui-primary .has-hover a:hover,
.ui-primary a.is-active,
.ui-primary a:active {
  color: #2d3845;
}
.ui-footer a {
  color: #9faebe;
}
.has-hover .ui-footer a:hover,
.ui-footer .has-hover a:hover,
.ui-footer a.is-active,
.ui-footer a:active {
  color: #e5ebf0;
}
body,
html {
  overflow-x: hidden;
  background: #fff;
}
body,
button,
input,
textarea {
  color: #8b95a0;
}
section {
  position: relative;
  background: #fff;
}
.ui-dark {
  color: #8b95a0;
}
.ui-primary {
  color: #96c7ff;
}
.ui-footer {
  color: #64717f;
}
.ui-base-background {
  background-color: #fff;
}
.ui-light-background {
  background-color: #f5f8fb;
}
.ui-dark-background {
  background-color: #2d3845;
}
.ui-primary-background {
  background-color: #0067da;
}
.ui-footer-background {
  background-color: #112852;
}
main {
  display: block;
}
*,
:after,
:before {
  box-sizing: border-box;
}
figure {
  margin: 0;
}
.is-out-of-screen {
  position: absolute !important;
  left: -9000px;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  white-space: nowrap;
  width: 1px;
}
.overlay {
  background: #fff;
  opacity: 0;
}
.disable-transitions * {
  transition: none !important;
}
.disable-scrolling {
  overflow: hidden !important;
}
.js . {
  opacity: 0;
}
@font-face {
  font-family: Graphik LC Web;
  src: url(../fonts/Graphik-SuperItalic-Cy-Web.eot);
  src: url(../fonts/Graphik-SuperItalic-Cy-Webd41d.eot?#iefix)
      format("embedded-opentype"),
    url(../fonts/Graphik-SuperItalic-Cy-Web.woff2) format("woff2"),
    url(../fonts/Graphik-SuperItalic-Cy-Web.woff) format("woff");
  font-weight: 900;
  font-style: italic;
  font-stretch: normal;
}
@font-face {
  font-family: Graphik LC Web;
  src: url(../fonts/Graphik-Super-Cy-Web.eot);
  src: url(../fonts/Graphik-Super-Cy-Webd41d.eot?#iefix)
      format("embedded-opentype"),
    url(../fonts/Graphik-Super-Cy-Web.woff2) format("woff2"),
    url(../fonts/Graphik-Super-Cy-Web.woff) format("woff");
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: Graphik LC Web;
  src: url(../fonts/Graphik-BlackItalic-Cy-Web.eot);
  src: url(../fonts/Graphik-BlackItalic-Cy-Webd41d.eot?#iefix)
      format("embedded-opentype"),
    url(../fonts/Graphik-BlackItalic-Cy-Web.woff2) format("woff2"),
    url(../fonts/Graphik-BlackItalic-Cy-Web.woff) format("woff");
  font-weight: 800;
  font-style: italic;
  font-stretch: normal;
}
@font-face {
  font-family: Graphik LC Web;
  src: url(../fonts/Graphik-Black-Cy-Web.eot);
  src: url(../fonts/Graphik-Black-Cy-Webd41d.eot?#iefix)
      format("embedded-opentype"),
    url(../fonts/Graphik-Black-Cy-Web.woff2) format("woff2"),
    url(../fonts/Graphik-Black-Cy-Web.woff) format("woff");
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: Graphik LC Web;
  src: url(../fonts/Graphik-BoldItalic-Cy-Web.eot);
  src: url(../fonts/Graphik-BoldItalic-Cy-Webd41d.eot?#iefix)
      format("embedded-opentype"),
    url(../fonts/Graphik-BoldItalic-Cy-Web.woff2) format("woff2"),
    url(../fonts/Graphik-BoldItalic-Cy-Web.woff) format("woff");
  font-weight: 700;
  font-style: italic;
  font-stretch: normal;
}
@font-face {
  font-family: Graphik LC Web;
  src: url(../fonts/Graphik-Bold-Cy-Web.eot);
  src: url(../fonts/Graphik-Bold-Cy-Webd41d.eot?#iefix)
      format("embedded-opentype"),
    url(../fonts/Graphik-Bold-Cy-Web.woff2) format("woff2"),
    url(../fonts/Graphik-Bold-Cy-Web.woff) format("woff");
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: Graphik LC Web;
  src: url(../fonts/Graphik-SemiboldItalic-Cy-Web.eot);
  src: url(../fonts/Graphik-SemiboldItalic-Cy-Webd41d.eot?#iefix)
      format("embedded-opentype"),
    url(../fonts/Graphik-SemiboldItalic-Cy-Web.woff2) format("woff2"),
    url(../fonts/Graphik-SemiboldItalic-Cy-Web.woff) format("woff");
  font-weight: 600;
  font-style: italic;
  font-stretch: normal;
}
@font-face {
  font-family: Graphik LC Web;
  src: url(../fonts/Graphik-Semibold-Cy-Web.eot);
  src: url(../fonts/Graphik-Semibold-Cy-Webd41d.eot?#iefix)
      format("embedded-opentype"),
    url(../fonts/Graphik-Semibold-Cy-Web.woff2) format("woff2"),
    url(../fonts/Graphik-Semibold-Cy-Web.woff) format("woff");
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: Graphik LC Web;
  src: url(../fonts/Graphik-MediumItalic-Cy-Web.eot);
  src: url(../fonts/Graphik-MediumItalic-Cy-Webd41d.eot?#iefix)
      format("embedded-opentype"),
    url(../fonts/Graphik-MediumItalic-Cy-Web.woff2) format("woff2"),
    url(../fonts/Graphik-MediumItalic-Cy-Web.woff) format("woff");
  font-weight: 500;
  font-style: italic;
  font-stretch: normal;
}
@font-face {
  font-family: Graphik LC Web;
  src: url(../fonts/Graphik-Medium-Cy-Web.eot);
  src: url(../fonts/Graphik-Medium-Cy-Webd41d.eot?#iefix)
      format("embedded-opentype"),
    url(../fonts/Graphik-Medium-Cy-Web.woff2) format("woff2"),
    url(../fonts/Graphik-Medium-Cy-Web.woff) format("woff");
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: Graphik LC Web;
  src: url(../fonts/Graphik-RegularItalic-Cy-Web.eot);
  src: url(../fonts/Graphik-RegularItalic-Cy-Webd41d.eot?#iefix)
      format("embedded-opentype"),
    url(../fonts/Graphik-RegularItalic-Cy-Web.woff2) format("woff2"),
    url(../fonts/Graphik-RegularItalic-Cy-Web.woff) format("woff");
  font-weight: 400;
  font-style: italic;
  font-stretch: normal;
}
@font-face {
  font-family: Graphik LC Web;
  src: url(../fonts/Graphik-Regular-Cy-Web.eot);
  src: url(../fonts/Graphik-Regular-Cy-Webd41d.eot?#iefix)
      format("embedded-opentype"),
    url(../fonts/Graphik-Regular-Cy-Web.woff2) format("woff2"),
    url(../fonts/Graphik-Regular-Cy-Web.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: Graphik LC Web;
  src: url(../fonts/Graphik-LightItalic-Cy-Web.eot);
  src: url(../fonts/Graphik-LightItalic-Cy-Webd41d.eot?#iefix)
      format("embedded-opentype"),
    url(../fonts/Graphik-LightItalic-Cy-Web.woff2) format("woff2"),
    url(../fonts/Graphik-LightItalic-Cy-Web.woff) format("woff");
  font-weight: 300;
  font-style: italic;
  font-stretch: normal;
}
@font-face {
  font-family: Graphik LC Web;
  src: url(../fonts/Graphik-Light-Cy-Web.eot);
  src: url(../fonts/Graphik-Light-Cy-Webd41d.eot?#iefix)
      format("embedded-opentype"),
    url(../fonts/Graphik-Light-Cy-Web.woff2) format("woff2"),
    url(../fonts/Graphik-Light-Cy-Web.woff) format("woff");
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: Graphik LC Web;
  src: url(../fonts/Graphik-ExtralightItalic-Cy-Web.eot);
  src: url(../fonts/Graphik-ExtralightItalic-Cy-Webd41d.eot?#iefix)
      format("embedded-opentype"),
    url(../fonts/Graphik-ExtralightItalic-Cy-Web.woff2) format("woff2"),
    url(../fonts/Graphik-ExtralightItalic-Cy-Web.woff) format("woff");
  font-weight: 200;
  font-style: italic;
  font-stretch: normal;
}
@font-face {
  font-family: Graphik LC Web;
  src: url(../fonts/Graphik-Extralight-Cy-Web.eot);
  src: url(../fonts/Graphik-Extralight-Cy-Webd41d.eot?#iefix)
      format("embedded-opentype"),
    url(../fonts/Graphik-Extralight-Cy-Web.woff2) format("woff2"),
    url(../fonts/Graphik-Extralight-Cy-Web.woff) format("woff");
  font-weight: 200;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: Graphik LC Web;
  src: url(../fonts/Graphik-ThinItalic-Cy-Web.eot);
  src: url(../fonts/Graphik-ThinItalic-Cy-Webd41d.eot?#iefix)
      format("embedded-opentype"),
    url(../fonts/Graphik-ThinItalic-Cy-Web.woff2) format("woff2"),
    url(../fonts/Graphik-ThinItalic-Cy-Web.woff) format("woff");
  font-weight: 100;
  font-style: italic;
  font-stretch: normal;
}
@font-face {
  font-family: Graphik LC Web;
  src: url(../fonts/Graphik-Thin-Cy-Web.eot);
  src: url(../fonts/Graphik-Thin-Cy-Webd41d.eot?#iefix)
      format("embedded-opentype"),
    url(../fonts/Graphik-Thin-Cy-Web.woff2) format("woff2"),
    url(../fonts/Graphik-Thin-Cy-Web.woff) format("woff");
  font-weight: 100;
  font-style: normal;
  font-stretch: normal;
}
html {
  font-size: 62.5%;
}
sup {
  font-size: 0.55em;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.text--h2-medium,
h1,
h2,
h3,
h4,
h5 {
  color: #2d3845;
}
.ui-dark .h1,
.ui-dark .h2,
.ui-dark .h3,
.ui-dark .h4,
.ui-dark .h5,
.ui-dark .text--h2-medium,
.ui-dark h1,
.ui-dark h2,
.ui-dark h3,
.ui-dark h4,
.ui-dark h5 {
  color: #f5f8fb;
}
.ui-dark .h1 b,
.ui-dark .h1 strong,
.ui-dark .h2 b,
.ui-dark .h2 strong,
.ui-dark .h3 b,
.ui-dark .h3 strong,
.ui-dark .h4 b,
.ui-dark .h4 strong,
.ui-dark .h5 b,
.ui-dark .h5 strong,
.ui-dark .text--h2-medium b,
.ui-dark .text--h2-medium strong,
.ui-dark h1 b,
.ui-dark h1 strong,
.ui-dark h2 b,
.ui-dark h2 strong,
.ui-dark h3 b,
.ui-dark h3 strong,
.ui-dark h4 b,
.ui-dark h4 strong,
.ui-dark h5 b,
.ui-dark h5 strong {
  font-weight: 300;
  color: #8b95a0;
}
.ui-primary .h1,
.ui-primary .h2,
.ui-primary .h3,
.ui-primary .h4,
.ui-primary .h5,
.ui-primary .text--h2-medium,
.ui-primary h1,
.ui-primary h2,
.ui-primary h3,
.ui-primary h4,
.ui-primary h5 {
  color: #fff;
}
.ui-footer .h1,
.ui-footer .h2,
.ui-footer .h3,
.ui-footer .h4,
.ui-footer .h5,
.ui-footer .text--h2-medium,
.ui-footer h1,
.ui-footer h2,
.ui-footer h3,
.ui-footer h4,
.ui-footer h5 {
  color: #e5ebf0;
}
.h1,
.h2,
.h3,
.h4,
.h5,
h1,
h2,
h3,
h4,
h5 {
  margin-top: 13px;
  margin-bottom: 13px;
}
.h1:first-child,
.h2:first-child,
.h3:first-child,
.h4:first-child,
.h5:first-child,
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child {
  margin-top: 0;
}
.h1:last-child,
.h2:last-child,
.h3:last-child,
.h4:last-child,
.h5:last-child,
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child {
  margin-bottom: 0;
}
blockquote,
hr,
iframe,
object,
p,
pre,
table {
  margin-top: 13px;
  margin-bottom: 13px;
}
blockquote:first-child,
hr:first-child,
iframe:first-child,
object:first-child,
p:first-child,
pre:first-child,
table:first-child {
  margin-top: 0;
}
blockquote:last-child,
hr:last-child,
iframe:last-child,
object:last-child,
p:last-child,
pre:last-child,
table:last-child {
  margin-bottom: 3rem;
}
.text blockquote,
.text hr,
.text iframe,
.text object,
.text p,
.text pre,
.text table {
  margin-top: 24px;
  margin-bottom: 24px;
}
.text blockquote:first-child,
.text hr:first-child,
.text iframe:first-child,
.text object:first-child,
.text p:first-child,
.text pre:first-child,
.text table:first-child {
  margin-top: 0;
}
.text blockquote:last-child,
.text hr:last-child,
.text iframe:last-child,
.text object:last-child,
.text p:last-child,
.text pre:last-child,
.text table:last-child {
  margin-bottom: 0;
}
.text ol,
.text ul {
  margin-top: 24px;
  margin-bottom: 24px;
}
.text ol:first-child,
.text ul:first-child {
  margin-top: 0;
}
.text ol:last-child,
.text ul:last-child {
  margin-bottom: 0;
}
b,
strong {
  font-weight: 500;
}
.text b,
.text strong {
  font-weight: 400;
  color: #2d3845;
}
.ui-dark .text b,
.ui-dark .text strong {
  color: #f5f8fb;
}
a,
button,
input[type="submit"] {
  cursor: pointer;
}
a:focus,
button:focus,
input[type="submit"]:focus {
  outline: none;
}
::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.is-disabled,
:disabled,
[disabled] {
  pointer-events: none;
}
ol,
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.text ol {
  counter-reset: data;
}
.text ol > li {
  counter-increment: data;
  position: relative;
  padding-left: 50px;
  border-color: rgba(45, 56, 69, 0.12);
}
.text ol > li:before {
  color: #0067da;
  content: counter(data);
  position: absolute;
  left: 0;
}
.ui-dark .text ol > li:before {
  color: #489eff;
}
.text ol > li:not(:first-child) {
  padding-top: 28px;
  border-top-width: 1px;
  border-top-style: solid;
}
.text ol > li:not(:last-child) {
  padding-bottom: 27px;
}
.text table {
  width: 100%;
  border: 0;
  border-spacing: 0;
  border-collapse: collapse;
}
.text table td,
.text table th {
  font-weight: 400;
  border: 0;
}
.text table th {
  text-align: left;
}
.text table td {
  color: #2d3845;
}
.text table .text--right {
  text-align: right;
}
@media screen and (max-width: 479px) and (orientation: portrait) {
  .text table,
  .text table tbody {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .text table td,
  .text table th,
  .text table tr {
    display: block;
    padding: 0;
  }
  .text table td:first-child,
  .text table th:first-child {
    border-top: 1px solid rgba(45, 56, 69, 0.12);
    padding-top: 18px;
  }
  .text table td:last-child,
  .text table th:last-child {
    padding-bottom: 17px;
  }
  .text table tr:first-child td,
  .text table tr:first-child th {
    border-top-width: 0;
  }
  .text table thead + tbody tr:first-child td,
  .text table thead + tbody tr:first-child th {
    border-top-width: 1px;
  }
}
@media (min-width: 668px) and (min-height: 416px),
  screen and (max-width: 979px) and (max-height: 415px) and (orientation: landscape) {
  .text table td,
  .text table th {
    border-top: 1px solid rgba(45, 56, 69, 0.12);
    padding: 17px 0 15px 18px;
  }
  .text table td:first-child,
  .text table th:first-child {
    padding-left: 0;
  }
  .text table tr:first-child td,
  .text table tr:first-child th {
    border-top-width: 0;
  }
  .text table thead + tbody tr:first-child td,
  .text table thead + tbody tr:first-child th {
    border-top-width: 1px;
  }
}
.text blockquote {
  margin: 0;
  margin-top: 30px;
  margin-bottom: 30px;
  color: #2d3845;
  position: relative;
}
.text blockquote:first-child {
  margin-top: 0;
}
.text blockquote:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 980px) {
  .text blockquote {
    margin-top: 53px;
    margin-bottom: 53px;
  }
  .text blockquote:first-child {
    margin-top: 0;
  }
  .text blockquote:last-child {
    margin-bottom: 0;
  }
}
.text blockquote:before {
  content: "“";
  color: #0067da;
  font-weight: 400;
  font-size: 3em;
  line-height: 1em;
  float: left;
  position: relative;
  top: 3px;
  left: -10px;
  margin: 0 10px 0 0;
}
.text blockquote cite {
  display: block;
  margin: 14px 0 0;
  color: #8b95a0;
  font-style: normal;
}
@media screen and (min-width: 668px) and (min-height: 416px) {
  .text blockquote:before {
    float: none;
    font-size: 4.4em;
    line-height: 0.5em;
    position: absolute;
    right: 100%;
    top: 0;
    left: auto;
    margin: 3px 16px 0 0;
  }
}
.text--left {
  text-align: left;
}
.text--right {
  text-align: right;
}
.text--center {
  text-align: center;
}
.text--capitalize {
  text-transform: uppercase !important;
}
.text--nowrap,
.text--truncate {
  white-space: nowrap !important;
}
.text--truncate {
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}
.h1 sup,
.ui-dark .h1 sup {
  color: #8b95a0;
}
.text--color-primary {
  color: #0067da;
}
.ui-dark .text--color-primary {
  color: #489eff;
}
.ui-primary .text--color-primary {
  color: #fff;
}
.ui-footer .text--color-primary {
  color: #9faebe;
}
.text--color-secondary,
.ui-dark .text--color-secondary,
.ui-footer .text--color-secondary,
.ui-primary .text--color-secondary {
  color: #2d3845;
}
.text--color-background {
  color: #fff;
}
.ui-dark .text--color-background {
  color: #2d3845;
}
.ui-primary .text--color-background {
  color: #0067da;
}
.list,
.text--color-heading,
.text ol,
.text ul,
.ui-footer .text--color-background {
  color: #2d3845;
}
.text .ui-dark ol,
.text .ui-dark ul,
.ui-dark .list,
.ui-dark .text--color-heading,
.ui-dark .text ol,
.ui-dark .text ul {
  color: #f5f8fb;
}
.text .ui-primary ol,
.text .ui-primary ul,
.ui-primary .list,
.ui-primary .text--color-heading,
.ui-primary .text ol,
.ui-primary .text ul {
  color: #fff;
}
.text .ui-footer ol,
.text .ui-footer ul,
.ui-footer .list,
.ui-footer .text--color-heading,
.ui-footer .text ol,
.ui-footer .text ul {
  color: #e5ebf0;
}
.floating-content .list,
.floating-content .ui-dark .list,
.text--color-text,
.ui-dark .floating-content .list,
.ui-dark .text--color-text {
  color: #8b95a0;
}
.floating-content .ui-primary .list,
.ui-primary .floating-content .list,
.ui-primary .text--color-text {
  color: #96c7ff;
}
.floating-content .ui-footer .list,
.ui-footer .floating-content .list,
.ui-footer .text--color-text {
  color: #64717f;
}
.text--color-line {
  color: rgba(45, 56, 69, 0.12);
}
.ui-dark .text--color-line {
  color: hsla(0, 0%, 100%, 0.08);
}
.ui-primary .text--color-line {
  color: hsla(0, 0%, 100%, 0.12);
}
.ui-footer .text--color-line {
  color: hsla(0, 0%, 100%, 0.08);
}
hr {
  border: 0;
  border-bottom: 1px solid rgba(45, 56, 69, 0.12);
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
}
hr:first-child {
  margin-top: 0;
}
hr:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 980px) {
  hr {
    margin-top: 53px;
    margin-bottom: 53px;
  }
  hr:first-child {
    margin-top: 0;
  }
  hr:last-child {
    margin-bottom: 0;
  }
}
.ui-dark hr {
  border-color: hsla(0, 0%, 100%, 0.08);
}
.ui-primary hr {
  border-color: hsla(0, 0%, 100%, 0.12);
}
.ui-footer hr {
  border-color: hsla(0, 0%, 100%, 0.08);
}
.text img {
  display: block;
  max-width: 100%;
}
.text .image {
  margin-top: 30px;
  margin-bottom: 30px;
}
.text .image:first-child {
  margin-top: 0;
}
.text .image:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 980px) {
  .text .image {
    margin-top: 53px;
    margin-bottom: 53px;
  }
  .text .image:first-child {
    margin-top: 0;
  }
  .text .image:last-child {
    margin-bottom: 0;
  }
}
.text .image--center {
  position: relative;
}
.text .image--center img {
  position: relative;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  max-width: 100vw;
  height: auto;
}
.text .image--wide {
  position: relative;
}
.text .image--wide img {
  position: relative;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  width: 100vw;
  height: auto;
}
.lead,
.text .lead {
  margin-top: 30px;
  margin-bottom: 30px;
  color: #2d3845;
  border-top: 1px solid rgba(45, 56, 69, 0.12);
  border-bottom: 1px solid rgba(45, 56, 69, 0.12);
  padding-top: 30px;
  padding-bottom: 30px;
}
.lead:first-child,
.text .lead:first-child {
  margin-top: 0;
}
.lead:last-child,
.text .lead:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 980px) {
  .lead,
  .text .lead {
    margin-top: 53px;
    margin-bottom: 53px;
  }
  .lead:first-child,
  .text .lead:first-child {
    margin-top: 0;
  }
  .lead:last-child,
  .text .lead:last-child {
    margin-bottom: 0;
  }
}
.lead--simple,
.text .lead--simple {
  border-top: 0;
  border-bottom: 10px;
  padding-top: 0;
  padding-bottom: 0;
}
.lead.lead--accordion,
.text .lead.lead--accordion {
  color: #8b95a0;
  margin-top: 40px;
  margin-bottom: 0;
}
.lead.lead--accordion:first-child,
.text .lead.lead--accordion:first-child {
  margin-top: 0;
}
.lead.lead--accordion:last-child,
.text .lead.lead--accordion:last-child {
  margin-bottom: 0;
}
.lead.lead--accordion + .lead,
.text .lead.lead--accordion + .lead {
  margin-top: 20px;
}
.icon {
  position: relative;
}
.icon:after,
.icon:before {
  position: absolute;
  left: 0;
  top: 0;
}
.icon,
a .icon,
button .icon {
  display: inline-block;
  color: currentColor;
}
a .icon,
button .icon {
  transition-property: none;
}
a .icon:not(:last-child),
button .icon:not(:last-child) {
  margin-right: 1.4rem;
}
a .icon:not(:first-child),
button .icon:not(:first-child) {
  margin-left: 1.4em;
}
a .icon--close:not(:last-child),
button .icon--close:not(:last-child) {
  margin-right: 0.3rem;
}
a .icon--close:not(:first-child),
button .icon--close:not(:first-child) {
  margin-left: 0.3em;
}
.icon-generic,
.icon-signup {
  position: relative;
  margin-left: -13px;
}
.icon-down-small {
  position: relative;
  margin-top: -9px;
}
.icon-generic-backwards {
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.btn--box .icon-generic-small {
  position: relative;
  margin-left: -8px;
}
.icon-file-pdf {
  position: relative;
  margin-left: -7px;
}
.icon--rugby,
.icon--rugby:before {
  width: 16px;
  height: 16px;
}
.icon--rugby:before {
  content: "";
  background-image: url(../images/icons/rugby.png);
  background-size: 16px 16px;
  left: 0;
  top: 0;
}
.icon--file-pdf {
  width: 40px;
  height: 45px;
}
.icon--file-pdf:before {
  content: "";
  width: 40px;
  height: 45px;
  background-image: url(../images/icons/file-pdf.png);
  background-size: 40px 45px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 2dppx),
  only screen and (min-resolution: 192dpi) {
  .icon--rugby:before {
    background-image: url(../images/icons/rugby%402x.png);
  }
}
.icon--close,
.icon--hamburger {
  position: relative;
  width: 22px;
  height: 16px;
}
.icon--close i,
.icon--hamburger i {
  position: absolute;
  height: 2px;
  width: 100%;
  background-color: currentColor;
  top: 0;
  left: 0;
  -ms-transform: rotate(0);
  transform: rotate(0);
  -ms-transform-origin: left center;
  transform-origin: left center;
  transition-property: transform, opacity;
}
.icon--hamburger i:nth-child(2) {
  -ms-transform: translateY(7px);
  transform: translateY(7px);
}
.icon--hamburger i:nth-child(3) {
  width: 12px;
  -ms-transform: translate(10px, 14px);
  transform: translate(10px, 14px);
}
.icon--close i:nth-child(1) {
  width: 24px;
  -ms-transform: translate(3px, -3px) rotate(45deg);
  transform: translate(3px, -3px) rotate(45deg);
}
.icon--close i:nth-child(2) {
  opacity: 0;
}
.icon--close i:nth-child(3) {
  width: 24px;
  -ms-transform: translate(3px, 14px) rotate(-45deg);
  transform: translate(3px, 14px) rotate(-45deg);
}
.icon-accordion {
  transition-property: color, transform !important;
}
.is-active .icon-accordion,
.nav-mobile .icon-accordion {
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.tabs-heading .is-active .icon-accordion,
.tabs__heading .is-active .icon-accordion {
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.nav-mobile .is-active .icon-accordion {
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.background,
.background img,
.background video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  object-fit: cover;
  font-family: object-fit\:cover;
}
.background--fixed,
img.background--fixed {
  position: fixed;
}
.background--parallax {
  overflow: hidden;
}
.background--parallax img {
  top: 0;
  height: 123%;
}
.background--parallax--intro img {
  height: 100%;
}
.background--animation {
  min-width: 0;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  object-fit: none;
  font-family: object-fit\:none;
}
@media screen and (min-width: 668px) and (min-height: 416px) {
  .background--animation {
    -ms-transform: translate(-47%, -50%) scale(0.8);
    transform: translate(-47%, -50%) scale(0.8);
  }
}
@media screen and (min-width: 1200px) {
  .background--animation {
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
.background--animation--left-content {
  -ms-transform: translate(-48%, -49%) scale(0.5);
  transform: translate(-48%, -49%) scale(0.5);
}
@media screen and (min-width: 668px) and (max-width: 979px) and (min-height: 416px) {
  .background--animation--left-content {
    -ms-transform: translate(-47%, -49%) scale(0.8);
    transform: translate(-47%, -49%) scale(0.8);
  }
}
@media screen and (min-width: 980px) {
  .background--animation--left-content {
    -ms-transform: translate(-53%, -50%) scale(0.8);
    transform: translate(-53%, -50%) scale(0.8);
  }
}
@media screen and (min-width: -1px) {
  .background--animation--left-content {
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
.background__faded {
  z-index: 1;
  bottom: 0;
  height: 150px;
  background: linear-gradient(180deg, rgba(0, 103, 218, 0) 0, #0067da);
}
.background__faded,
.background__faded:after {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
}
.background__faded:after {
  content: "";
  height: 300px;
  bottom: -300px;
  background: #0067da;
}
.illustration {
  position: relative;
  margin: 20px 10%;
  max-width: 80%;
  width: auto !important;
  height: 100% !important;
}
.illustration:first-child {
  margin-top: 0;
}
.illustration:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 980px) {
  .illustration {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .illustration:first-child {
    margin-top: 0;
  }
  .illustration:last-child {
    margin-bottom: 0;
  }
}
.illustration svg {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: auto !important;
  max-width: 100%;
  max-height: 100%;
}
.illustration svg:first-child:not(:last-child) {
  display: none;
}
.is-ie .illustration svg:last-child:not(:first-child) {
  position: absolute;
  left: 0;
  top: 0;
}
.is-edge .illustration,
.is-not-ie-edge .illustration {
  padding-top: 0 !important;
}
.is-edge .illustration svg,
.is-not-ie-edge .illustration svg {
  height: auto !important;
}
.btn {
  border: 0;
  box-shadow: none;
  background-color: transparent;
  position: relative;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.btn .icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0;
}
.btn__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}
.is-ie .btn__content {
  margin-left: 0;
  margin-right: 0;
}
.btn--text-left {
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.btn--text-right {
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.btn--text-top {
  -ms-flex-align: start;
  align-items: flex-start;
}
.btn {
  height: 24px;
  padding: 0 18px;
  font-size: 1.4rem;
  line-height: 1.42857em;
}
.btn.btn--square {
  width: 24px;
  padding-left: 0;
  padding-right: 0;
}
.btn--sm {
  height: 20px;
  padding: 0;
  font-size: 1.2rem;
  line-height: 20px;
}
.btn--sm.btn--square {
  width: 20px;
  padding-left: 0;
  padding-right: 0;
}
.btn--md {
  height: 65px;
  padding: 0 40px 0 20px;
  font-size: 1.4rem;
  line-height: 65px;
}
.btn--md.btn--square {
  width: 65px;
  padding-left: 0;
  padding-right: 0;
}
.btn--lg {
  height: 45px;
  padding: 0 10px;
  font-size: 1.6rem;
  line-height: 45px;
}
.btn--lg.btn--square {
  width: 45px;
  padding-left: 0;
  padding-right: 0;
}
.btn--lgl {
  width: 220px;
  height: 60px;
  padding: 0 20px;
  font-size: 1.4rem;
  line-height: 60px;
}
.btn--lgl.btn--square {
  width: 60px;
  padding-left: 0;
  padding-right: 0;
}
.btn--xl {
  height: 100px;
  padding: 0 30px;
  font-size: 1.6rem;
  line-height: 100px;
}

.intro-x {
  transform: translateX(50px);
}

.-intro-x {
  z-index: 49;
  position: relative;
  opacity: 0;
  -webkit-animation: fadeOut 0.4s ease-in-out 0.33333s;
  animation: fadeOut 0.4s ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.innov-text {
  position: absolute;
  right: 0;
  left: 0;
  font-size: 7rem;
  top: 15%;
  color: rgb(238, 229, 240);
  line-height: 5rem;
}

.gov-text {
  position: absolute;
  right: 0;
  left: 0;
  font-size: 6rem;
  top: 30%;
  color: rgb(238, 229, 240);
  line-height: 5rem;
}

@media screen and (max-width: 928px) {
  .gov-text,
  .innov-text {
    font-size: 4rem;
  }
}

@media screen and (max-width: 628px) {
  .gov-text,
  .innov-text {
    font-size: 3rem;
  }
}

@media screen and (min-width: 668px) and (min-height: 416px) {
  .btn--xl {
    height: 120px;
    padding: 0 50px;
    font-size: 1.6rem;
    line-height: 120px;
  }
}
.btn--xl.btn--square {
  width: 100px;
  padding-left: 0;
  padding-right: 0;
}
@media screen and (min-width: 668px) and (min-height: 416px) {
  .btn--xl.btn--square {
    width: 120px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 479px) and (orientation: portrait) {
  .btn--xl {
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .btn--xl .btn__content {
    margin-left: 0;
  }
}
.btn--nav {
  height: 64px;
  padding: 0;
  font-size: 1.4rem;
  line-height: 64px;
}

@media screen and (min-width: 668px) and (min-height: 416px) {
  .btn--nav {
    height: 80px;
    line-height: 80px;
  }
}
@media screen and (min-width: -1px) {
  .btn--nav {
    height: 100px;
    line-height: 100px;
  }
}
.btn--nav.btn--square {
  width: 64px;
  padding-left: 0;
  padding-right: 0;
}
@media screen and (min-width: 668px) and (min-height: 416px) {
  .btn--nav.btn--square {
    width: 80px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: -1px) {
  .btn--nav.btn--square {
    width: 100px;
    padding-left: 0;
    padding-right: 0;
  }
}
.btn--nav--small {
  font-size: 1.2rem;
}
.btn--nav--small.btn--square {
  padding-left: 0;
  padding-right: 0;
}
.btn--accordion {
  line-height: 1.3em;
}
.btn--accordion,
.btn--accordion--tab,
.btn--tab {
  height: auto;
  padding: 0;
  font-size: 2rem;
  font-weight: 400;
}
.btn--accordion--tab,
.btn--tab {
  line-height: 1.5em;
}
@media screen and (min-width: 668px) and (min-height: 416px) {
  .btn--accordion--tab,
  .btn--tab {
    font-size: 2.4rem;
    font-weight: 300;
    line-height: 1.25em;
  }
}
.btn--tab--small {
  height: auto;
  padding: 0;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.3em;
}
.btn--tab-heading {
  height: auto;
  padding: 0;
  font-size: 3rem;
  font-weight: 300;
  line-height: 1.33333em;
}
@media screen and (min-width: 668px) and (min-height: 416px) {
  .btn--tab-heading {
    font-size: 3rem;
    font-weight: 300;
    line-height: 1.33333em;
  }
}
.btn--slideshow {
  height: auto;
  padding: 0;
  font-size: 2.4rem;
  line-height: 1.25em;
}
.btn--submit {
  height: 50px;
  padding: 0;
  font-size: 1.4rem;
  line-height: 50px;
}
.btn--submit-lg {
  height: 60px;
  padding: 0;
  font-size: 1.4rem;
  line-height: 60px;
}
.btn--full {
  width: 100%;
}
.btn--box {
  width: 130px;
  height: 130px;
  padding: 19px 19px 14px;
  font-size: 1.4rem;
  line-height: 1.42857em;
}
@media screen and (min-width: 668px) and (min-height: 416px) {
  .btn--box {
    width: 160px;
    height: 160px;
    padding: 29px 29px 24px;
    font-size: 1.4rem;
    line-height: 1.42857em;
  }
}
.btn--box--medium {
  white-space: normal;
  width: 130px;
  height: 130px;
  padding: 19px 19px 14px;
  font-size: 1.4rem;
  line-height: 1.42857em;
}
@media screen and (min-width: 980px) {
  .btn--box--medium {
    width: 150px;
    height: 130px;
    padding: 25px 25px 21px;
    font-size: 1.4rem;
    line-height: 1.42857em;
  }
}
.btn--box--large {
  width: 130px;
  height: 130px;
  padding: 19px 19px 14px;
  font-size: 1.4rem;
  line-height: 1.42857em;
}
@media screen and (min-width: 980px) {
  .btn--box--large {
    width: 190px;
    height: 190px;
    padding: 29px 29px 24px;
    font-size: 1.4rem;
    line-height: 1.42857em;
  }
}
.btn--switch {
  height: 106px;
  padding: 20px 30px;
}
.btn--switch,
.btn--switch--small {
  font-size: 1.6rem;
  line-height: 1.375em;
}
.btn--switch--small {
  height: 51px;
  padding: 14px 20px 15px;
}
.btn--vertical {
  -ms-flex-direction: column;
  flex-direction: column;
}
.btn--vertical .icon {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.btn--vertical .icon:not(:last-child) {
  margin-bottom: 0.4em;
  margin-right: 0;
}
.btn--vertical .icon:not(:first-child) {
  margin-top: 0.4em;
  margin-left: 0;
}
.btn--multiline {
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: left;
  white-space: normal;
}
.btn--multiline .btn__content {
  margin-left: 0;
}
.btn--primary,
.btn--secondary,
.btn--switch,
.btn--switch.is-active,
.ui-dark .btn--primary,
.ui-primary .btn--primary {
  overflow: hidden;
}
.btn--primary:before,
.btn--secondary:before,
.btn--switch.is-active:before,
.btn--switch:before,
.ui-dark .btn--primary:before,
.ui-primary .btn--primary:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}
.btn--primary .icon,
.btn--primary span,
.btn--secondary .icon,
.btn--secondary span,
.btn--switch .icon,
.btn--switch.is-active span,
.btn--switch span,
.ui-dark .btn--primary span,
.ui-primary .btn--primary span {
  position: relative;
}
.btn--primary:active:before,
.btn--secondary:active:before,
.btn--switch:active:before,
.has-hover .btn--primary:active:before,
.has-hover .btn--primary:focus:before,
.has-hover .btn--primary:hover:before,
.has-hover .btn--secondary:active:before,
.has-hover .btn--secondary:focus:before,
.has-hover .btn--secondary:hover:before,
.has-hover .btn--switch:active:before,
.has-hover .btn--switch:focus:before,
.has-hover .btn--switch:hover:before,
.is-active.btn--primary:before,
.is-active.btn--secondary:before,
.is-active.btn--switch:before {
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.btn--outline,
.ui-dark .btn--outline,
.ui-primary .btn--outline {
  overflow: hidden;
}
.btn--outline:before,
.ui-dark .btn--outline:before,
.ui-primary .btn--outline:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  border: 1px solid;
  border-right: 0;
  opacity: 0;
  transition-property: width, opacity;
  transition-timing-function: cubic-bezier(0.25, 0.74, 0.22, 0.99), step-end;
}
.btn--outline .icon,
.btn--outline span,
.ui-dark .btn--outline span,
.ui-primary .btn--outline span {
  position: relative;
}
.btn--rounded.btn--outline:before {
  display: none;
}
.btn--outline:active:before,
.has-hover .btn--outline:active:before,
.has-hover .btn--outline:focus:before,
.has-hover .btn--outline:hover:before,
.is-active.btn--outline:before {
  width: 100%;
  opacity: 1;
  transition-timing-function: cubic-bezier(0.25, 0.74, 0.22, 0.99), step-start;
}
.has-hover .btn--logo:focus,
.has-hover .btn--logo:hover {
  color: #0067da;
  transition-property: color;
  opacity: 0.7;
}
.has-hover .btn--logo:focus .icon,
.has-hover .btn--logo:hover .icon {
  color: #0067da;
}
.btn--logo.is-active,
.btn--logo:active,
.has-hover .btn--logo:active {
  color: #0067da;
  transition-property: color;
}
.btn--logo.is-active .icon,
.btn--logo:active .icon,
.has-hover .btn--logo:active .icon {
  color: #0067da;
}
.btn--logo,
.btn--logo.is-disabled,
.btn--logo:disabled,
.btn--logo[disabled] {
  color: #0067da;
  transition-property: color;
}
.btn--logo .icon,
.btn--logo.is-disabled .icon,
.btn--logo:disabled .icon,
.btn--logo[disabled] .icon {
  color: #0067da;
}
.btn--logo.loading {
  color: transparent !important;
}
.has-hover .ui-header .btn--logo:focus,
.has-hover .ui-header .btn--logo:hover {
  color: #fff;
  transition-property: color;
}
.has-hover .ui-header .btn--logo:focus .icon,
.has-hover .ui-header .btn--logo:hover .icon {
  color: #fff;
}
.has-hover .ui-header .btn--logo:active,
.ui-header .btn--logo.is-active,
.ui-header .btn--logo:active {
  color: #fff;
  transition-property: color;
}
.has-hover .ui-header .btn--logo:active .icon,
.ui-header .btn--logo.is-active .icon,
.ui-header .btn--logo:active .icon {
  color: #fff;
}
.ui-header .btn--logo,
.ui-header .btn--logo.is-disabled,
.ui-header .btn--logo:disabled,
.ui-header .btn--logo[disabled] {
  color: #fff;
  transition-property: color;
}
.ui-header .btn--logo .icon,
.ui-header .btn--logo.is-disabled .icon,
.ui-header .btn--logo:disabled .icon,
.ui-header .btn--logo[disabled] .icon {
  color: #fff;
}
.ui-header .btn--logo.loading {
  color: transparent !important;
}
.btn--logo,
.ui-header .btn--logo {
  transition-property: color, opacity;
}
.btn--rounded {
  border-radius: 45px;
}
.btn--primary.is-active,
.btn--primary:active,
.has-hover .btn--primary:active,
.has-hover .btn--primary:focus,
.has-hover .btn--primary:hover,
.has-hover .ui-dark .btn--primary:active,
.has-hover .ui-dark .btn--primary:focus,
.has-hover .ui-dark .btn--primary:hover,
.ui-dark .btn--primary.is-active,
.ui-dark .btn--primary:active {
  color: #fff;
}
.btn--primary,
.btn--primary.is-disabled,
.btn--primary:disabled,
.btn--primary[disabled],
.ui-dark .btn--primary,
.ui-dark .btn--primary.is-disabled,
.ui-dark .btn--primary:disabled,
.ui-dark .btn--primary[disabled] {
  color: #fff;
  background-color: #0067da;
  border-color: transparent;
}
.btn--primary.loading,
.ui-dark .btn--primary.loading {
  color: transparent !important;
}
.btn--primary:before,
.ui-dark .btn--primary:before {
  background-color: #005abf;
}
.has-hover .ui-primary .btn--primary:active,
.has-hover .ui-primary .btn--primary:focus,
.has-hover .ui-primary .btn--primary:hover,
.ui-primary .btn--primary.is-active,
.ui-primary .btn--primary:active {
  color: #0067da;
}
.ui-primary .btn--primary,
.ui-primary .btn--primary.is-disabled,
.ui-primary .btn--primary:disabled,
.ui-primary .btn--primary[disabled] {
  color: #0067da;
  background-color: #fff;
  border-color: transparent;
}
.ui-primary .btn--primary.loading {
  color: transparent !important;
}
.ui-primary .btn--primary:before {
  background-color: rgba(45, 56, 69, 0.14);
}
.btn--secondary.is-active,
.btn--secondary:active,
.has-hover .btn--secondary:active,
.has-hover .btn--secondary:focus,
.has-hover .btn--secondary:hover {
  color: #fff;
}
.btn--secondary,
.btn--secondary.is-disabled,
.btn--secondary:disabled,
.btn--secondary[disabled] {
  color: #fff;
  background-color: #9faebe;
  border-color: transparent;
}
.btn--secondary.loading {
  color: transparent !important;
}
.btn--secondary:before {
  background-color: #8594a5;
}
.btn--switch span {
  display: inline-block;
  max-width: 64%;
  text-align: left;
  white-space: normal;
}
html[lang="lv"] .btn--switch span {
  max-width: 100%;
}
.btn--switch.is-active,
.btn--switch:active,
.has-hover .btn--switch:active,
.has-hover .btn--switch:focus,
.has-hover .btn--switch:hover {
  color: #8b95a0;
}
.btn--switch,
.btn--switch.is-disabled,
.btn--switch:disabled,
.btn--switch[disabled] {
  color: #8b95a0;
  background-color: #fff;
  border-color: transparent;
}
.btn--switch.loading {
  color: transparent !important;
}
.btn--switch:before {
  background-color: rgba(45, 56, 69, 0.14);
}
.btn--switch.is-active.is-active,
.btn--switch.is-active:active,
.has-hover .btn--switch.is-active:active,
.has-hover .btn--switch.is-active:focus,
.has-hover .btn--switch.is-active:hover {
  color: #fff;
}
.btn--switch.is-active,
.btn--switch.is-active.is-disabled,
.btn--switch.is-active:disabled,
.btn--switch.is-active[disabled] {
  color: #fff;
  background-color: #0067da;
  border-color: transparent;
}
.btn--switch.is-active.loading {
  color: transparent !important;
}
.btn--switch.is-active:before {
  background-color: transparent;
}
.btn--switch--small span {
  max-width: none;
}
.btn--link {
  padding: 0;
}
.ui-dark .btn--link-heading {
  transition-property: color, opacity;
}
.has-hover .ui-dark .btn--link-heading:focus,
.has-hover .ui-dark .btn--link-heading:hover {
  color: #f5f8fb;
  opacity: 0.7;
}
.has-hover .ui-dark .btn--link-heading:active,
.ui-dark .btn--link-heading,
.ui-dark .btn--link-heading.is-active,
.ui-dark .btn--link-heading.is-disabled,
.ui-dark .btn--link-heading:active,
.ui-dark .btn--link-heading:disabled,
.ui-dark .btn--link-heading[disabled] {
  color: #f5f8fb;
}
.ui-dark .btn--link-heading.loading {
  color: transparent !important;
}
.has-hover .ui-dark .btn--link-text:active,
.has-hover .ui-dark .btn--link-text:focus,
.has-hover .ui-dark .btn--link-text:hover,
.ui-dark .btn--link-text.is-active,
.ui-dark .btn--link-text:active {
  color: #f5f8fb;
}
.ui-dark .btn--link-text,
.ui-dark .btn--link-text.is-disabled,
.ui-dark .btn--link-text:disabled,
.ui-dark .btn--link-text[disabled] {
  color: #8b95a0;
}
.ui-dark .btn--link-text.loading {
  color: transparent !important;
}
.btn--link-nav.is-active,
.btn--link-nav:active,
.has-hover .btn--link-nav:active,
.has-hover .btn--link-nav:focus,
.has-hover .btn--link-nav:hover {
  color: #2d3845;
}
.btn--link-nav,
.btn--link-nav.is-disabled,
.btn--link-nav:disabled,
.btn--link-nav[disabled] {
  color: #8b95a0;
}
.btn--link-nav.loading {
  color: transparent !important;
}
.btn--link-primary.is-active,
.btn--link-primary:active,
.has-hover .btn--link-primary:active,
.has-hover .btn--link-primary:focus,
.has-hover .btn--link-primary:hover {
  color: #2d3845;
}
.btn--link-primary,
.btn--link-primary.is-disabled,
.btn--link-primary:disabled,
.btn--link-primary[disabled] {
  color: #0067da;
}
.btn--link-primary.loading {
  color: transparent !important;
}
.has-hover .ui-dark .btn--link-primary:active,
.has-hover .ui-dark .btn--link-primary:focus,
.has-hover .ui-dark .btn--link-primary:hover,
.ui-dark .btn--link-primary.is-active,
.ui-dark .btn--link-primary:active {
  color: #f5f8fb;
}
.ui-dark .btn--link-primary,
.ui-dark .btn--link-primary.is-disabled,
.ui-dark .btn--link-primary:disabled,
.ui-dark .btn--link-primary[disabled] {
  color: #489eff;
}
.ui-dark .btn--link-primary.loading {
  color: transparent !important;
}
.btn--link-secondary.is-active,
.btn--link-secondary:active,
.has-hover .btn--link-secondary:active,
.has-hover .btn--link-secondary:focus,
.has-hover .btn--link-secondary:hover {
  color: #0067da;
}
.btn--link-secondary,
.btn--link-secondary.is-disabled,
.btn--link-secondary:disabled,
.btn--link-secondary[disabled] {
  color: #2d3845;
}
.btn--link-secondary.loading {
  color: transparent !important;
}
.has-hover .ui-header .btn--link-nav:active,
.has-hover .ui-header .btn--link-nav:focus,
.has-hover .ui-header .btn--link-nav:hover,
.has-hover .ui-header .btn--link-primary:active,
.has-hover .ui-header .btn--link-primary:focus,
.has-hover .ui-header .btn--link-primary:hover,
.has-hover .ui-header .btn--link-secondary:active,
.has-hover .ui-header .btn--link-secondary:focus,
.has-hover .ui-header .btn--link-secondary:hover,
.ui-header .btn--link-nav,
.ui-header .btn--link-nav.is-active,
.ui-header .btn--link-nav.is-disabled,
.ui-header .btn--link-nav:active,
.ui-header .btn--link-nav:disabled,
.ui-header .btn--link-nav[disabled],
.ui-header .btn--link-primary,
.ui-header .btn--link-primary.is-active,
.ui-header .btn--link-primary.is-disabled,
.ui-header .btn--link-primary:active,
.ui-header .btn--link-primary:disabled,
.ui-header .btn--link-primary[disabled],
.ui-header .btn--link-secondary,
.ui-header .btn--link-secondary.is-active,
.ui-header .btn--link-secondary.is-disabled,
.ui-header .btn--link-secondary:active,
.ui-header .btn--link-secondary:disabled,
.ui-header .btn--link-secondary[disabled] {
  color: #f5f8fb;
}
.ui-header .btn--link-nav.loading,
.ui-header .btn--link-primary.loading,
.ui-header .btn--link-secondary.loading {
  color: transparent !important;
}
.btn--link-text-light.is-active,
.btn--link-text-light:active,
.has-hover .btn--link-text-light:active,
.has-hover .btn--link-text-light:focus,
.has-hover .btn--link-text-light:hover,
.has-hover .ui-header .btn--link-text-light:active,
.has-hover .ui-header .btn--link-text-light:focus,
.has-hover .ui-header .btn--link-text-light:hover,
.ui-header .btn--link-text-light.is-active,
.ui-header .btn--link-text-light:active {
  color: #2d3845;
}
.btn--link-text-light,
.btn--link-text-light.is-disabled,
.btn--link-text-light:disabled,
.btn--link-text-light[disabled],
.ui-header .btn--link-text-light,
.ui-header .btn--link-text-light.is-disabled,
.ui-header .btn--link-text-light:disabled,
.ui-header .btn--link-text-light[disabled] {
  color: #8b95a0;
}
.btn--link-text-light.loading,
.ui-header .btn--link-text-light.loading {
  color: transparent !important;
}
.btn--link-arrow {
  padding: 0 10px;
}
.btn--link-arrow:after {
  content: "";
  display: block;
  border: 3px solid transparent;
  border-top: 4px solid currentColor;
  opacity: 0.7;
  margin: 5px 0 0 5px;
}
.btn--footer.is-active,
.btn--footer:active,
.has-hover .btn--footer:active,
.has-hover .btn--footer:focus,
.has-hover .btn--footer:hover {
  color: #e5ebf0;
  transition-property: color;
}
.btn--footer.is-active .icon,
.btn--footer:active .icon,
.has-hover .btn--footer:active .icon,
.has-hover .btn--footer:focus .icon,
.has-hover .btn--footer:hover .icon {
  color: #e5ebf0;
}
.btn--footer,
.btn--footer.is-disabled,
.btn--footer:disabled,
.btn--footer[disabled] {
  color: #64717f;
  transition-property: color;
}
.btn--footer .icon,
.btn--footer.is-disabled .icon,
.btn--footer:disabled .icon,
.btn--footer[disabled] .icon {
  color: #64717f;
}
.btn--footer.loading {
  color: transparent !important;
}
.btn--tab.is-active,
.btn--tab:active,
.has-hover .btn--tab:active,
.has-hover .btn--tab:focus,
.has-hover .btn--tab:hover {
  color: #2d3845;
  transition-property: color, fill;
  fill: #2d3845;
}
.btn--tab.is-active .icon,
.btn--tab:active .icon,
.has-hover .btn--tab:active .icon,
.has-hover .btn--tab:focus .icon,
.has-hover .btn--tab:hover .icon {
  color: rgba(45, 56, 69, 0.24);
  fill: #2d3845;
}
.btn--tab,
.btn--tab.is-disabled,
.btn--tab:disabled,
.btn--tab[disabled] {
  color: #8b95a0;
  transition-property: color, fill;
  fill: #2d3845;
}
.btn--tab .icon,
.btn--tab.is-disabled .icon,
.btn--tab:disabled .icon,
.btn--tab[disabled] .icon {
  color: rgba(45, 56, 69, 0.24);
  fill: #2d3845;
}
.btn--tab.loading {
  color: transparent !important;
}
.btn--tab--em.is-active,
.btn--tab--em:active,
.has-hover .btn--tab--em:active,
.has-hover .btn--tab--em:focus,
.has-hover .btn--tab--em:hover {
  color: #2d3845;
  transition-property: color, fill;
  fill: #2d3845;
}
.btn--tab--em.is-active .icon,
.btn--tab--em:active .icon,
.has-hover .btn--tab--em:active .icon,
.has-hover .btn--tab--em:focus .icon,
.has-hover .btn--tab--em:hover .icon {
  color: rgba(45, 56, 69, 0.24);
  fill: #2d3845;
}
.btn--tab--em,
.btn--tab--em.is-disabled,
.btn--tab--em:disabled,
.btn--tab--em[disabled] {
  color: rgba(45, 56, 69, 0.7);
  transition-property: color, fill;
  fill: #2d3845;
}
.btn--tab--em .icon,
.btn--tab--em.is-disabled .icon,
.btn--tab--em:disabled .icon,
.btn--tab--em[disabled] .icon {
  color: rgba(45, 56, 69, 0.24);
  fill: #2d3845;
}
.btn--tab--em.loading {
  color: transparent !important;
}
.btn--tab-heading.is-active,
.btn--tab-heading:active,
.has-hover .btn--tab-heading:active,
.has-hover .btn--tab-heading:focus,
.has-hover .btn--tab-heading:hover {
  color: #2d3845;
  transition-property: color, fill;
  fill: #2d3845;
}
.btn--tab-heading.is-active .icon,
.btn--tab-heading:active .icon,
.has-hover .btn--tab-heading:active .icon,
.has-hover .btn--tab-heading:focus .icon,
.has-hover .btn--tab-heading:hover .icon {
  color: #2d3845;
  fill: #2d3845;
}
.btn--tab-heading,
.btn--tab-heading.is-disabled,
.btn--tab-heading:disabled,
.btn--tab-heading[disabled] {
  color: #2d3845;
  transition-property: color, fill;
  fill: #2d3845;
}
.btn--tab-heading .icon,
.btn--tab-heading.is-disabled .icon,
.btn--tab-heading:disabled .icon,
.btn--tab-heading[disabled] .icon {
  color: rgba(45, 56, 69, 0.24);
  fill: #2d3845;
}
.btn--tab-heading.loading {
  color: transparent !important;
}
.has-hover .ui-dark .btn--tab:active,
.has-hover .ui-dark .btn--tab:focus,
.has-hover .ui-dark .btn--tab:hover,
.ui-dark .btn--tab.is-active,
.ui-dark .btn--tab:active {
  color: #f5f8fb;
  transition-property: color, fill;
  fill: #f5f8fb;
}
.has-hover .ui-dark .btn--tab:active .icon,
.has-hover .ui-dark .btn--tab:focus .icon,
.has-hover .ui-dark .btn--tab:hover .icon,
.ui-dark .btn--tab.is-active .icon,
.ui-dark .btn--tab:active .icon {
  color: rgba(245, 248, 251, 0.24);
  fill: #f5f8fb;
}
.ui-dark .btn--tab,
.ui-dark .btn--tab.is-disabled,
.ui-dark .btn--tab:disabled,
.ui-dark .btn--tab[disabled] {
  color: #8b95a0;
  transition-property: color, fill;
  fill: #f5f8fb;
}
.ui-dark .btn--tab .icon,
.ui-dark .btn--tab.is-disabled .icon,
.ui-dark .btn--tab:disabled .icon,
.ui-dark .btn--tab[disabled] .icon {
  color: rgba(245, 248, 251, 0.24);
  fill: #f5f8fb;
}
.ui-dark .btn--tab.loading {
  color: transparent !important;
}
.has-hover .ui-dark .btn--tab--em:active,
.has-hover .ui-dark .btn--tab--em:focus,
.has-hover .ui-dark .btn--tab--em:hover,
.ui-dark .btn--tab--em.is-active,
.ui-dark .btn--tab--em:active {
  color: #f5f8fb;
  transition-property: color, fill;
  fill: #f5f8fb;
}
.has-hover .ui-dark .btn--tab--em:active .icon,
.has-hover .ui-dark .btn--tab--em:focus .icon,
.has-hover .ui-dark .btn--tab--em:hover .icon,
.ui-dark .btn--tab--em.is-active .icon,
.ui-dark .btn--tab--em:active .icon {
  color: rgba(245, 248, 251, 0.24);
  fill: #f5f8fb;
}
.ui-dark .btn--tab--em,
.ui-dark .btn--tab--em.is-disabled,
.ui-dark .btn--tab--em:disabled,
.ui-dark .btn--tab--em[disabled] {
  color: rgba(245, 248, 251, 0.7);
  transition-property: color, fill;
  fill: #f5f8fb;
}
.ui-dark .btn--tab--em .icon,
.ui-dark .btn--tab--em.is-disabled .icon,
.ui-dark .btn--tab--em:disabled .icon,
.ui-dark .btn--tab--em[disabled] .icon {
  color: rgba(245, 248, 251, 0.24);
  fill: #f5f8fb;
}
.ui-dark .btn--tab--em.loading {
  color: transparent !important;
}
.btn--tab .icon {
  -ms-flex-item-align: start;
  align-self: flex-start;
  opacity: 0;
  transition-property: color, opacity !important;
}
.btn--tab .icon:not(:last-child) {
  margin-right: 2rem;
}
.btn--tab.is-active .icon {
  opacity: 1;
}
.btn--tab-heading .icon {
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin-top: 5px;
}
.btn--tab-heading .icon:not(:last-child) {
  margin-right: 2rem;
}
.btn--accordion.is-active,
.btn--accordion:active,
.has-hover .btn--accordion:active,
.has-hover .btn--accordion:focus,
.has-hover .btn--accordion:hover {
  color: #2d3845;
  transition-property: color, fill;
  fill: #2d3845;
}
.btn--accordion.is-active .icon,
.btn--accordion:active .icon,
.has-hover .btn--accordion:active .icon,
.has-hover .btn--accordion:focus .icon,
.has-hover .btn--accordion:hover .icon {
  color: #2d3845;
  fill: #2d3845;
}
.btn--accordion,
.btn--accordion.is-disabled,
.btn--accordion:disabled,
.btn--accordion[disabled] {
  color: #2d3845;
  transition-property: color, fill;
  fill: #8b95a0;
}
.btn--accordion .icon,
.btn--accordion.is-disabled .icon,
.btn--accordion:disabled .icon,
.btn--accordion[disabled] .icon {
  color: rgba(45, 56, 69, 0.24);
  fill: #8b95a0;
}
.btn--accordion.loading {
  color: transparent !important;
}
.has-hover .ui-dark .btn--accordion:active,
.has-hover .ui-dark .btn--accordion:focus,
.has-hover .ui-dark .btn--accordion:hover,
.ui-dark .btn--accordion.is-active,
.ui-dark .btn--accordion:active {
  color: #f5f8fb;
  transition-property: color, fill;
  fill: #f5f8fb;
}
.has-hover .ui-dark .btn--accordion:active .icon,
.has-hover .ui-dark .btn--accordion:focus .icon,
.has-hover .ui-dark .btn--accordion:hover .icon,
.ui-dark .btn--accordion.is-active .icon,
.ui-dark .btn--accordion:active .icon {
  color: #f5f8fb;
  fill: #f5f8fb;
}
.ui-dark .btn--accordion,
.ui-dark .btn--accordion.is-disabled,
.ui-dark .btn--accordion:disabled,
.ui-dark .btn--accordion[disabled] {
  color: #f5f8fb;
  transition-property: color, fill;
  fill: #8b95a0;
}
.ui-dark .btn--accordion .icon,
.ui-dark .btn--accordion.is-disabled .icon,
.ui-dark .btn--accordion:disabled .icon,
.ui-dark .btn--accordion[disabled] .icon {
  color: #8b95a0;
  fill: #8b95a0;
}
.ui-dark .btn--accordion.loading {
  color: transparent !important;
}
.has-hover .ui-light .btn--accordion:active,
.has-hover .ui-light .btn--accordion:focus,
.has-hover .ui-light .btn--accordion:hover,
.ui-light .btn--accordion.is-active,
.ui-light .btn--accordion:active {
  color: #2d3845;
  transition-property: color, fill;
  fill: #0067da;
}
.has-hover .ui-light .btn--accordion:active .icon,
.has-hover .ui-light .btn--accordion:focus .icon,
.has-hover .ui-light .btn--accordion:hover .icon,
.ui-light .btn--accordion.is-active .icon,
.ui-light .btn--accordion:active .icon {
  color: #0067da;
  fill: #0067da;
}
.ui-light .btn--accordion,
.ui-light .btn--accordion.is-disabled,
.ui-light .btn--accordion:disabled,
.ui-light .btn--accordion[disabled] {
  color: #2d3845;
  transition-property: color, fill;
  fill: #0067da;
}
.ui-light .btn--accordion .icon,
.ui-light .btn--accordion.is-disabled .icon,
.ui-light .btn--accordion:disabled .icon,
.ui-light .btn--accordion[disabled] .icon {
  color: #0067da;
  fill: #0067da;
}
.ui-light .btn--accordion.loading {
  color: transparent !important;
}
.has-hover .ui-dark .btn--slideshow:active,
.has-hover .ui-dark .btn--slideshow:focus,
.has-hover .ui-dark .btn--slideshow:hover,
.ui-dark .btn--slideshow.is-active,
.ui-dark .btn--slideshow:active {
  color: #f5f8fb;
}
.ui-dark .btn--slideshow,
.ui-dark .btn--slideshow.is-disabled,
.ui-dark .btn--slideshow:disabled,
.ui-dark .btn--slideshow[disabled] {
  color: rgba(245, 248, 251, 0.5);
}
.ui-dark .btn--slideshow.loading {
  color: transparent !important;
}
.btn--box {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}
.btn--outline:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  transition-property: opacity;
  transition-timing-function: step-start;
  opacity: 0.24;
}
.btn--outline.btn--rounded {
  overflow: hidden;
}
.btn--outline.btn--rounded:after {
  border-radius: 100%;
}
.btn--outline.is-active:after,
.btn--outline:active:after,
.has-hover .btn--outline:active:after,
.has-hover .btn--outline:focus:after,
.has-hover .btn--outline:hover:after,
.has-hover .ui-dark .btn--outline:active:after,
.has-hover .ui-dark .btn--outline:focus:after,
.has-hover .ui-dark .btn--outline:hover:after,
.has-hover .ui-primary .btn--outline:active:after,
.has-hover .ui-primary .btn--outline:focus:after,
.has-hover .ui-primary .btn--outline:hover:after,
.ui-dark .btn--outline.is-active:after,
.ui-dark .btn--outline:active:after,
.ui-primary .btn--outline.is-active:after,
.ui-primary .btn--outline:active:after {
  opacity: 1;
  transition-timing-function: step-end;
}
.btn--outline.is-active,
.btn--outline:active,
.has-hover .btn--outline:active,
.has-hover .btn--outline:focus,
.has-hover .btn--outline:hover,
.has-hover .ui-dark .btn--outline:active,
.has-hover .ui-dark .btn--outline:focus,
.has-hover .ui-dark .btn--outline:hover,
.has-hover .ui-primary .btn--outline:active,
.has-hover .ui-primary .btn--outline:focus,
.has-hover .ui-primary .btn--outline:hover,
.ui-dark .btn--outline.is-active,
.ui-dark .btn--outline:active,
.ui-primary .btn--outline.is-active,
.ui-primary .btn--outline:active {
  color: #fff;
}
.btn--outline,
.btn--outline.is-disabled,
.btn--outline:disabled,
.btn--outline[disabled],
.ui-dark .btn--outline,
.ui-dark .btn--outline.is-disabled,
.ui-dark .btn--outline:disabled,
.ui-dark .btn--outline[disabled],
.ui-primary .btn--outline,
.ui-primary .btn--outline.is-disabled,
.ui-primary .btn--outline:disabled,
.ui-primary .btn--outline[disabled] {
  color: #fff;
  background-color: transparent;
}
.btn--outline.loading,
.ui-dark .btn--outline.loading,
.ui-primary .btn--outline.loading {
  color: transparent !important;
}
.btn--outline:before,
.ui-dark .btn--outline:before,
.ui-primary .btn--outline:before {
  border-color: #fff;
}
.btn--outline--light.is-active,
.btn--outline--light:active,
.has-hover .btn--outline--light:active,
.has-hover .btn--outline--light:focus,
.has-hover .btn--outline--light:hover {
  color: #2d3845;
}
.btn--outline--light,
.btn--outline--light.is-disabled,
.btn--outline--light:disabled,
.btn--outline--light[disabled] {
  color: #2d3845;
  background-color: transparent;
}
.btn--outline--light.loading {
  color: transparent !important;
}
.btn--outline--light:after {
  border-color: #2d3845;
  transition-timing-function: cubic-bezier(0.25, 0.74, 0.22, 0.99);
}
.btn--outline--light.is-active:after,
.btn--outline--light:active:after,
.has-hover .btn--outline--light:active:after,
.has-hover .btn--outline--light:focus:after,
.has-hover .btn--outline--light:hover:after {
  opacity: 1;
  transition-timing-function: cubic-bezier(0.25, 0.74, 0.22, 0.99);
}
.has-hover .ui-dark .btn--outline--light:active,
.has-hover .ui-dark .btn--outline--light:focus,
.has-hover .ui-dark .btn--outline--light:hover,
.ui-dark .btn--outline--light.is-active,
.ui-dark .btn--outline--light:active {
  color: #fff;
}
.ui-dark .btn--outline--light,
.ui-dark .btn--outline--light.is-disabled,
.ui-dark .btn--outline--light:disabled,
.ui-dark .btn--outline--light[disabled] {
  color: #fff;
  background-color: transparent;
}
.ui-dark .btn--outline--light.loading {
  color: transparent !important;
}
.ui-dark .btn--outline--light:after {
  border-color: #fff;
}
.has-hover .ui-dark .btn--outline--light:active:after,
.has-hover .ui-dark .btn--outline--light:focus:after,
.has-hover .ui-dark .btn--outline--light:hover:after,
.ui-dark .btn--outline--light.is-active:after,
.ui-dark .btn--outline--light:active:after {
  transition-timing-function: cubic-bezier(0.25, 0.74, 0.22, 0.99);
}
.btn--stroked {
  border: 1px solid currentColor;
  padding: 0 20px;
}
.has-hover .ui-footer .btn--stroked:active,
.has-hover .ui-footer .btn--stroked:focus,
.has-hover .ui-footer .btn--stroked:hover,
.ui-footer .btn--stroked.is-active,
.ui-footer .btn--stroked:active {
  color: #e5ebf0;
  border-color: currentColor;
}
.ui-footer .btn--stroked,
.ui-footer .btn--stroked.is-disabled,
.ui-footer .btn--stroked:disabled,
.ui-footer .btn--stroked[disabled] {
  color: #e5ebf0;
  border-color: #64717f;
}
.ui-footer .btn--stroked.is-disabled,
.ui-footer .btn--stroked:disabled,
.ui-footer .btn--stroked[disabled] {
  color: #64717f;
  border-color: currentColor;
  opacity: 0.5;
}
.ui-footer .btn--stroked.loading {
  color: transparent !important;
}
.btn-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}
@media (min-width: 668px) and (min-height: 416px),
  screen and (max-width: 979px) and (max-height: 415px) and (orientation: landscape) {
  .btn-group {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.btn-group {
  margin: -10px 0 0 -10px;
}
.btn-group .btn {
  margin: 10px 0 0 10px;
}
@media screen and (min-width: 980px) {
  .btn-group {
    margin: -14px 0 0 -28px;
  }
  .btn-group .btn {
    margin: 14px 0 0 28px;
  }
}
.btn-group--small {
  margin: -10px 0 0 -10px;
}
.btn-group--small .btn {
  margin: 10px 0 0 10px;
}
@media screen and (min-width: 668px) and (min-height: 416px) {
  .btn-group--large {
    margin: -19px 0 0 -38px;
  }
  .btn-group--large .btn {
    margin: 19px 0 0 38px;
  }
}
.btn-group--all {
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media (min-width: 668px) and (min-height: 416px),
  screen and (max-width: 979px) and (max-height: 415px) and (orientation: landscape) {
  .btn-group--vertical {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
.btn-group--nowrap {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.block,
.text .block {
  margin-top: 13px;
  margin-bottom: 13px;
}
.block:first-child,
.text .block:first-child {
  margin-top: 0;
}
.block:last-child,
.text .block:last-child {
  margin-bottom: 0;
}
.block-top,
.text .block-top {
  margin-top: 13px;
}
.block-top:first-child,
.text .block-top:first-child {
  margin-top: 0;
}
.block-bottom,
.text .block-bottom {
  margin-bottom: 13px;
}
.block-bottom:last-child,
.text .block-bottom:last-child {
  margin-bottom: 0;
}
.block-sm,
.text .block-sm {
  margin-top: 20px;
  margin-bottom: 20px;
}
.block-sm:first-child,
.text .block-sm:first-child {
  margin-top: 0;
}
.block-sm:last-child,
.text .block-sm:last-child {
  margin-bottom: 0;
}
.block-md,
.text .block-md {
  margin-top: 30px;
  margin-bottom: 30px;
}
.block-md:first-child,
.text .block-md:first-child {
  margin-top: 0;
}
.block-md:last-child,
.text .block-md:last-child {
  margin-bottom: 0;
}
.block-md-bottom,
.text .block-md-bottom {
  margin-bottom: 30px;
}
.block-md-bottom:last-child,
.text .block-md-bottom:last-child {
  margin-bottom: 0;
}
.block-lg,
.text .block-lg {
  margin-top: 30px;
  margin-bottom: 30px;
}
.block-lg:first-child,
.text .block-lg:first-child {
  margin-top: 0;
}
.block-lg:last-child,
.text .block-lg:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 980px) {
  .block-lg,
  .text .block-lg {
    margin-top: 53px;
    margin-bottom: 53px;
  }
  .block-lg:first-child,
  .text .block-lg:first-child {
    margin-top: 0;
  }
  .block-lg:last-child,
  .text .block-lg:last-child {
    margin-bottom: 0;
  }
}
.block-lg-top,
.text .block-lg-top {
  margin-top: 30px;
}
.block-lg-top:first-child,
.text .block-lg-top:first-child {
  margin-top: 0;
}
@media screen and (min-width: 980px) {
  .block-lg-top,
  .text .block-lg-top {
    margin-top: 53px;
  }
  .block-lg-top:first-child,
  .text .block-lg-top:first-child {
    margin-top: 0;
  }
}
.block-lg-bottom,
.text .block-lg-bottom {
  margin-bottom: 30px;
}
.block-lg-bottom:last-child,
.text .block-lg-bottom:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 980px) {
  .block-lg-bottom,
  .text .block-lg-bottom {
    margin-bottom: 53px;
  }
  .block-lg-bottom:last-child,
  .text .block-lg-bottom:last-child {
    margin-bottom: 0;
  }
}
.block-lg-2,
.text .block-lg-2 {
  margin-top: 50px;
  margin-bottom: 50px;
}
.block-lg-2:first-child,
.text .block-lg-2:first-child {
  margin-top: 0;
}
.block-lg-2:last-child,
.text .block-lg-2:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 668px) and (min-height: 416px) {
  .block-lg-2,
  .text .block-lg-2 {
    margin-top: 75px;
    margin-bottom: 75px;
  }
  .block-lg-2:first-child,
  .text .block-lg-2:first-child {
    margin-top: 0;
  }
  .block-lg-2:last-child,
  .text .block-lg-2:last-child {
    margin-bottom: 0;
  }
}
.block-xl,
.text .block-xl {
  margin-top: 50px;
  margin-bottom: 50px;
}
.block-xl:first-child,
.text .block-xl:first-child {
  margin-top: 0;
}
.block-xl:last-child,
.text .block-xl:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 980px) {
  .block-xl,
  .text .block-xl {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .block-xl:first-child,
  .text .block-xl:first-child {
    margin-top: 0;
  }
  .block-xl:last-child,
  .text .block-xl:last-child {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  .block-xl,
  .text .block-xl {
    margin-top: 110px;
    margin-bottom: 110px;
  }
  .block-xl:first-child,
  .text .block-xl:first-child {
    margin-top: 0;
  }
  .block-xl:last-child,
  .text .block-xl:last-child {
    margin-bottom: 0;
  }
}
.block-xl-top,
.text .block-xl-top {
  margin-top: 50px;
}
.block-xl-top:first-child,
.text .block-xl-top:first-child {
  margin-top: 0;
}
@media screen and (min-width: 980px) {
  .block-xl-top,
  .text .block-xl-top {
    margin-top: 80px;
  }
  .block-xl-top:first-child,
  .text .block-xl-top:first-child {
    margin-top: 0;
  }
}
@media screen and (min-width: 1200px) {
  .block-xl-top,
  .text .block-xl-top {
    margin-top: 110px;
  }
  .block-xl-top:first-child,
  .text .block-xl-top:first-child {
    margin-top: 0;
  }
}
.block-xl-bottom,
.text .block-xl-bottom {
  margin-bottom: 50px;
}
.block-xl-bottom:last-child,
.text .block-xl-bottom:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 980px) {
  .block-xl-bottom,
  .text .block-xl-bottom {
    margin-bottom: 80px;
  }
  .block-xl-bottom:last-child,
  .text .block-xl-bottom:last-child {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  .block-xl-bottom,
  .text .block-xl-bottom {
    margin-bottom: 110px;
  }
  .block-xl-bottom:last-child,
  .text .block-xl-bottom:last-child {
    margin-bottom: 0;
  }
}
.block-none,
.text .block-none {
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (min-width: 668px) and (min-height: 416px) {
  .block-none,
  .block-none--sm-up,
  .text .block-none,
  .text .block-none--sm-up {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.block-none--sm-down,
.text .block-none--sm-down {
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (min-width: 980px) {
  .block-none--lg-up,
  .text .block-none--lg-up {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.animation--fade,
.animation--fade-in,
.animation--fade-out {
  will-change: opacity;
}
.animation--fade,
.animation--fade-in--inactive,
.animation--fade-out--active {
  opacity: 0;
}
.animation--fade--active {
  opacity: 1;
}
.animation--scale-in,
.animation--scale-out {
  will-change: transform;
}
.animation--scale-in--inactive,
.animation--scale-out--active {
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}
.animation--appear-line {
  transition-duration: 0.7s;
  will-change: transform, opacity;
  pointer-events: none;
}
.animation--appear-line--inactive {
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  opacity: 0;
}
.animation--slidein-left,
.animation--slidein-right,
.animation--slideout-left,
.animation--slideout-right {
  transition-duration: 0.7s;
  will-change: transform;
  pointer-events: none;
}
.animation--slidein-left--inactive,
.animation--slideout-left--active {
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}
.animation--slidein-right--inactive,
.animation--slideout-right--active {
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}
.animation--button {
  transition-duration: 0.6s;
  pointer-events: none;
}
.animation--button .btn:before {
  transition-duration: 0.4s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.25, 0.74, 0.22, 0.99);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  -ms-transform: translate(0) scale(1);
  transform: translate(0) scale(1);
  opacity: 1;
  width: 100%;
}
.animation--button .btn__text,
.animation--button .icon {
  transition-property: transform, opacity;
  transform-duration: 0.4s, 0.2s;
  transition-delay: 0.2s;
  -ms-transform-origin: center;
  transform-origin: center;
}
.animation--button--inactive .btn:before,
.animation--button--inactive .icon {
  opacity: 0;
  -ms-transform: scale(0.3);
  transform: scale(0.3);
}
.animation--button--inactive .btn__text {
  opacity: 0;
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
}
.animation--button .btn--primary {
  background: none;
}
.animation--button .btn--primary:before {
  background: #0067da;
}
.ui-primary .animation--button .btn--primary:before {
  background: #fff;
}
.animation--button .btn--outline:before {
  background: none;
  border: 1px solid hsla(0, 0%, 100%, 0.24);
}
.animation--button .btn--outline:after {
  border-color: transparent;
}
@supports ((-webkit-clip-path: circle(10px)) or (clip-path: circle(10px))) {
  .animation--lightbox-in {
    transition-duration: 0.4s;
    transition-timing-function: cubic-bezier(0.25, 0.74, 0.22, 0.99);
    transition-duration: 1.2s;
    transition-property: -webkit-clip-path;
    transition-property: clip-path;
    transition-property: clip-path, -webkit-clip-path;
    -webkit-clip-path: circle(70.71068vmax at center);
    clip-path: circle(70.71068vmax at center);
  }
  .animation--lightbox-in--inactive {
    -webkit-clip-path: circle(0 at center);
    clip-path: circle(0 at center);
  }
}
@supports not ((-webkit-clip-path: circle(10px)) or (clip-path: circle(10px))) {
  .animation--lightbox-in,
  .animation--lightbox-in:before {
    transition-duration: 0.4s;
    transition-timing-function: cubic-bezier(0.25, 0.74, 0.22, 0.99);
    transition-duration: 1.2s;
  }
  .animation--lightbox-in:before {
    transition-property: transform;
    background-color: #f5f8fa;
    border-radius: 200vmax;
    content: "";
    position: absolute;
    left: 50vmax;
    top: 50%;
    width: 200vmax;
    height: 200vmax;
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
  .animation--lightbox-in.ui-dark:before {
    background-color: #2d3845;
  }
  .animation--lightbox-in .scroller {
    transition-duration: 0.4s;
    transition-timing-function: cubic-bezier(0.25, 0.74, 0.22, 0.99);
    transition-duration: 0.8s;
    transition-property: opacity;
    transition-delay: 0.4s;
    opacity: 1;
  }
  .animation--lightbox-in--inactive:before {
    -ms-transform: translate(-50%, -50%) scale(0.01);
    transform: translate(-50%, -50%) scale(0.01);
  }
  .animation--lightbox-in--inactive .scroller {
    opacity: 0;
  }
}
.animation--lightbox-in _:-ms-input-placeholder,
.animation--lightbox-in _:-ms-input-placeholder:before,
:root .animation--lightbox-in,
:root .animation--lightbox-in:before {
  transition-duration: 0.4s;
  transition-timing-function: cubic-bezier(0.25, 0.74, 0.22, 0.99);
  transition-duration: 1.2s;
}
.animation--lightbox-in _:-ms-input-placeholder:before,
:root .animation--lightbox-in:before {
  transition-property: transform;
  background-color: #f5f8fa;
  border-radius: 200vmax;
  content: "";
  position: absolute;
  left: 50vmax;
  top: 50%;
  width: 200vmax;
  height: 200vmax;
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}
.animation--lightbox-in _:-ms-input-placeholder.ui-dark:before,
:root .animation--lightbox-in.ui-dark:before {
  background-color: #2d3845;
}
.animation--lightbox-in _:-ms-input-placeholder .scroller,
:root .animation--lightbox-in .scroller {
  transition-duration: 0.4s;
  transition-timing-function: cubic-bezier(0.25, 0.74, 0.22, 0.99);
  transition-duration: 0.8s;
  transition-property: opacity;
  transition-delay: 0.4s;
  opacity: 1;
}
.animation--lightbox-in _:-ms-input-placeholder--inactive:before,
:root .animation--lightbox-in--inactive:before {
  -ms-transform: translate(-50%, -50%) scale(0.01);
  transform: translate(-50%, -50%) scale(0.01);
}
.animation--lightbox-in _:-ms-input-placeholder--inactive .scroller,
:root .animation--lightbox-in--inactive .scroller {
  opacity: 0;
}
.extended-animation-area {
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 3px;
}
.extended-animation-area:first-child {
  margin-bottom: -10px;
}
.container {
  position: relative;
  padding: 0 30px;
}
@media screen and (min-width: 980px) {
  .container {
    max-width: 1080px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (min-width: 1200px) {
  .container {
    max-width: 1010px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (min-width: -1px) {
  .container {
    max-width: 1250px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (min-width: 668px) and (min-height: 416px) {
  .container {
    padding: 0 60px;
  }
}
@media screen and (min-width: 1200px) {
  .container {
    padding: 0 25px;
  }
}
.container--wide {
  position: relative;
  padding: 0;
}
@media screen and (min-width: 980px) {
  .container--wide {
    max-width: none;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (min-width: -1px) {
  .container--wide {
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (min-width: 668px) and (min-height: 416px) {
  .container--wide {
    padding: 0;
  }
}
@media screen and (min-width: 980px) {
  .container--wide {
    padding: 0;
  }
}
.container--intro {
  position: relative;
  padding: 80px 30px 40px;
}
@media screen and (min-width: 668px) and (min-height: 416px) {
  .container--intro {
    padding: 130px 60px 45px;
  }
}
@media screen and (min-width: 980px) {
  .container--intro {
    padding: 130px 60px 60px;
  }
}
@media screen and (min-width: 1200px) {
  .container--intro {
    padding: 180px 25px 80px;
  }
}
.container--questionnaire {
  position: relative;
  padding: 50px 40px;
}
@media screen and (min-width: 668px) and (min-height: 416px) {
  .container--questionnaire {
    padding: 75px 60px 55px;
  }
}
@media screen and (min-width: 980px) {
  .container--questionnaire {
    padding: 70px 60px;
  }
}
@media screen and (min-width: 1200px) {
  .container--questionnaire {
    padding: 112px 25px 90px;
  }
}
.container--gateway {
  position: relative;
  padding: 90px 30px 60px;
}
@media (min-width: 668px) and (min-height: 416px),
  screen and (max-width: 979px) and (max-height: 415px) and (orientation: landscape) {
  .container--gateway {
    padding: 75px 30px 45px;
  }
}
@media screen and (min-width: 668px) and (min-height: 416px) {
  .container--gateway {
    padding: 130px 60px 80px;
  }
}
@media screen and (min-width: 980px) {
  .container--gateway {
    padding: 130px 60px 80px;
  }
}
@media screen and (min-width: 1200px) {
  .container--gateway {
    padding: 210px 25px 80px;
  }
}
.container--gateway-inner {
  position: relative;
  padding: 50px 30px;
}
@media screen and (min-width: 668px) and (min-height: 416px) {
  .container--gateway-inner {
    padding: 80px 60px 75px;
  }
}
@media screen and (min-width: 980px) {
  .container--gateway-inner {
    padding: 80px 60px 90px;
  }
}
@media screen and (min-width: 1200px) {
  .container--gateway-inner {
    padding: 110px 25px 170px;
  }
}
.container--content {
  position: relative;
  padding: 50px 30px;
  z-index: 1;
}
@media screen and (min-width: 668px) and (min-height: 416px) {
  .container--content {
    padding: 75px 60px 80px;
  }
}
@media screen and (min-width: 980px) {
  .container--content {
    padding: 70px 60px 80px;
  }
}
@media screen and (min-width: 1200px) {
  .container--content {
    padding: 32px 25px;
  }
}
.container--content-narrow {
  position: relative;
}
@media screen and (min-width: 980px) {
  .container--content-narrow {
    max-width: 870px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (min-width: 1200px) {
  .container--content-narrow {
    max-width: 800px;
    margin-right: auto;
    margin-left: auto;
  }
}
.container--content-narrowest {
  position: relative;
}
@media screen and (min-width: 668px) and (min-height: 416px) {
  .container--content-narrowest {
    max-width: 740px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (min-width: 980px) {
  .container--content-narrowest {
    max-width: 740px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (min-width: 1200px) {
  .container--content-narrowest {
    max-width: 670px;
    margin-right: auto;
    margin-left: auto;
  }
}
.container--notification {
  position: relative;
}
@media screen and (min-width: 668px) and (min-height: 416px) {
  .container--notification {
    max-width: 650px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (min-width: 980px) {
  .container--notification {
    max-width: 650px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (min-width: -1px) {
  .container--notification {
    max-width: 650px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (min-width: 668px) and (min-height: 416px) {
  .container--notification {
    padding: 35px 25px 70px;
  }
}
.container--news {
  position: relative;
  padding: 50px 30px;
}
@media screen and (min-width: 668px) and (min-height: 416px) {
  .container--news {
    padding: 55px 60px;
  }
}
@media screen and (min-width: 980px) {
  .container--news {
    padding: 60px 60px 70px;
  }
}
@media screen and (min-width: 1200px) {
  .container--news {
    padding: 109px 25px 150px;
  }
}
.container--news-no-image {
  position: relative;
  padding: 40px 30px;
}
@media screen and (min-width: 668px) and (min-height: 416px) {
  .container--news-no-image {
    padding: 40px 60px 55px;
  }
}
@media screen and (min-width: 980px) {
  .container--news-no-image {
    padding: 40px 60px 70px;
  }
}
@media screen and (min-width: 1200px) {
  .container--news-no-image {
    padding: 40px 25px 150px;
  }
}
.container--about-content {
  position: relative;
  padding: 50px 30px;
}
@media screen and (min-width: 668px) and (min-height: 416px) {
  .container--about-content {
    max-width: 880px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (min-width: 980px) {
  .container--about-content {
    max-width: 880px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (min-width: -1px) {
  .container--about-content {
    max-width: 810px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (min-width: 668px) and (min-height: 416px) {
  .container--about-content {
    padding: 75px 60px 80px;
  }
}
@media screen and (min-width: 980px) {
  .container--about-content {
    padding: 70px 60px 80px;
  }
}
@media screen and (min-width: 1200px) {
  .container--about-content {
    padding: 140px 25px;
  }
}
.container--lightbox {
  position: relative;
  padding: 40px 20px;
}
@media screen and (min-width: 668px) and (min-height: 416px) {
  .container--lightbox {
    max-width: 634px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (min-width: 980px) {
  .container--lightbox {
    max-width: 634px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (min-width: -1px) {
  .container--lightbox {
    max-width: 634px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (min-width: 668px) and (min-height: 416px) {
  .container--lightbox {
    padding: 100px 20px 47px;
  }
}
.container--footer {
  position: relative;
}
.container--footer-copyright {
  position: relative;
  padding: 32px 30px 33px;
  z-index: 1;
}
@media screen and (min-width: 668px) and (min-height: 416px) {
  .container--footer-copyright {
    padding: 40px 60px 25px;
  }
}
@media screen and (min-width: 980px) {
  .container--footer-copyright {
    padding: 55px 60px;
  }
}
@media screen and (min-width: 1200px) {
  .container--footer-copyright {
    padding: 55px 25px;
  }
}
.container--content-bottom {
  padding-bottom: 50px;
}
@media screen and (min-width: 668px) and (min-height: 416px) {
  .container--content-bottom {
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 980px) {
  .container--content-bottom {
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .container--content-bottom {
    padding-bottom: 112px;
  }
}
.container--none-top {
  padding-top: 0;
}
@media screen and (min-width: 668px) and (min-height: 416px) {
  .container--none-top {
    padding-top: 0;
  }
}
@media screen and (min-width: 980px) {
  .container--none-top {
    padding-top: 0;
  }
}
@media screen and (min-width: 1200px) {
  .container--none-top {
    padding-top: 0;
  }
}
.full-width {
  position: relative;
  left: 50%;
  right: 50%;
  width: 100vw;
  margin-left: -50vw;
  margin-right: -50vw;
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.row--pad {
  margin-left: -1.4rem;
  margin-right: -1.4rem;
}
@media screen and (min-width: 980px) {
  .row--pad {
    margin-left: -1.6rem;
    margin-right: -1.6rem;
  }
  .row--pad > .col {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}
.row--pad-small {
  margin-left: -1.05rem;
  margin-right: -1.05rem;
}
.row--pad-small > .col {
  padding-left: 1.05rem;
  padding-right: 1.05rem;
}
@media screen and (min-width: 980px) {
  .row--pad-small {
    margin-left: -1.05rem;
    margin-right: -1.05rem;
  }
  .row--pad-small > .col {
    padding-left: 1.05rem;
    padding-right: 1.05rem;
  }
}
@media screen and (min-width: 1200px) {
  .row--pad-small {
    margin-left: -1.05rem;
    margin-right: -1.05rem;
  }
  .row--pad-small > .col {
    padding-left: 1.05rem;
    padding-right: 1.05rem;
  }
}
.row--pad-large {
  margin-left: -1.4rem;
  margin-right: -1.4rem;
}
@media screen and (min-width: 980px) {
  .row--pad-large {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }
  .row--pad-large > .col {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .row--pad-large {
    margin-left: -6.5rem;
    margin-right: -6.5rem;
  }
  .row--pad-large > .col {
    padding-left: 6.5rem;
    padding-right: 6.5rem;
  }
}
.col {
  -ms-flex: 1;
  flex: 1;
  max-width: 100%;
}
.col--xs-1 {
  -ms-flex: 0 1 8.33333%;
  flex: 0 1 8.33333%;
  width: 8.33333%;
}
.col--xs-1 _:-ms-input-placeholder,
:root .col--xs-1 {
  min-width: 8.33333%;
  max-width: 8.33333%;
}
.col--xs-1,
.col--xs-1 x:-moz-any-link {
  max-width: 8.33333%;
}
@-moz-document url-prefix() {
  @supports (animation: calc(0s)) {
    .col--xs-1 {
      max-width: 8.33333%;
    }
  }
}
.col--xs-2 {
  -ms-flex: 0 1 16.66667%;
  flex: 0 1 16.66667%;
  width: 16.66667%;
}
.col--xs-2 _:-ms-input-placeholder,
:root .col--xs-2 {
  min-width: 16.66667%;
  max-width: 16.66667%;
}
.col--xs-2,
.col--xs-2 x:-moz-any-link {
  max-width: 16.66667%;
}
@-moz-document url-prefix() {
  @supports (animation: calc(0s)) {
    .col--xs-2 {
      max-width: 16.66667%;
    }
  }
}
.col--xs-3 {
  -ms-flex: 0 1 25%;
  flex: 0 1 25%;
  width: 25%;
}
.col--xs-3 _:-ms-input-placeholder,
:root .col--xs-3 {
  min-width: 25%;
  max-width: 25%;
}
.col--xs-3,
.col--xs-3 x:-moz-any-link {
  max-width: 25%;
}
@-moz-document url-prefix() {
  @supports (animation: calc(0s)) {
    .col--xs-3 {
      max-width: 25%;
    }
  }
}
.col--xs-4 {
  -ms-flex: 0 1 33.33333%;
  flex: 0 1 33.33333%;
  width: 33.33333%;
}
.col--xs-4 _:-ms-input-placeholder,
:root .col--xs-4 {
  min-width: 33.33333%;
  max-width: 33.33333%;
}
.col--xs-4,
.col--xs-4 x:-moz-any-link {
  max-width: 33.33333%;
}
@-moz-document url-prefix() {
  @supports (animation: calc(0s)) {
    .col--xs-4 {
      max-width: 33.33333%;
    }
  }
}
.col--xs-5 {
  -ms-flex: 0 1 41.66667%;
  flex: 0 1 41.66667%;
  width: 41.66667%;
}
.col--xs-5 _:-ms-input-placeholder,
:root .col--xs-5 {
  min-width: 41.66667%;
  max-width: 41.66667%;
}
.col--xs-5,
.col--xs-5 x:-moz-any-link {
  max-width: 41.66667%;
}
@-moz-document url-prefix() {
  @supports (animation: calc(0s)) {
    .col--xs-5 {
      max-width: 41.66667%;
    }
  }
}
.col--xs-6 {
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
  width: 50%;
}
.col--xs-6 _:-ms-input-placeholder,
:root .col--xs-6 {
  min-width: 50%;
  max-width: 50%;
}
.col--xs-6,
.col--xs-6 x:-moz-any-link {
  max-width: 50%;
}
@-moz-document url-prefix() {
  @supports (animation: calc(0s)) {
    .col--xs-6 {
      max-width: 50%;
    }
  }
}
.col--xs-7 {
  -ms-flex: 0 1 58.33333%;
  flex: 0 1 58.33333%;
  width: 58.33333%;
}
.col--xs-7 _:-ms-input-placeholder,
:root .col--xs-7 {
  min-width: 58.33333%;
  max-width: 58.33333%;
}
.col--xs-7,
.col--xs-7 x:-moz-any-link {
  max-width: 58.33333%;
}
@-moz-document url-prefix() {
  @supports (animation: calc(0s)) {
    .col--xs-7 {
      max-width: 58.33333%;
    }
  }
}
.col--xs-8 {
  -ms-flex: 0 1 66.66667%;
  flex: 0 1 66.66667%;
  width: 66.66667%;
}
.col--xs-8 _:-ms-input-placeholder,
:root .col--xs-8 {
  min-width: 66.66667%;
  max-width: 66.66667%;
}
.col--xs-8,
.col--xs-8 x:-moz-any-link {
  max-width: 66.66667%;
}
@-moz-document url-prefix() {
  @supports (animation: calc(0s)) {
    .col--xs-8 {
      max-width: 66.66667%;
    }
  }
}
.col--xs-9 {
  -ms-flex: 0 1 75%;
  flex: 0 1 75%;
  width: 75%;
}
.col--xs-9 _:-ms-input-placeholder,
:root .col--xs-9 {
  min-width: 75%;
  max-width: 75%;
}
.col--xs-9,
.col--xs-9 x:-moz-any-link {
  max-width: 75%;
}
@-moz-document url-prefix() {
  @supports (animation: calc(0s)) {
    .col--xs-9 {
      max-width: 75%;
    }
  }
}
.col--xs-10 {
  -ms-flex: 0 1 83.33333%;
  flex: 0 1 83.33333%;
  width: 83.33333%;
}
.col--xs-10 _:-ms-input-placeholder,
:root .col--xs-10 {
  min-width: 83.33333%;
  max-width: 83.33333%;
}
.col--xs-10,
.col--xs-10 x:-moz-any-link {
  max-width: 83.33333%;
}
@-moz-document url-prefix() {
  @supports (animation: calc(0s)) {
    .col--xs-10 {
      max-width: 83.33333%;
    }
  }
}
.col--xs-11 {
  -ms-flex: 0 1 91.66667%;
  flex: 0 1 91.66667%;
  width: 91.66667%;
}
.col--xs-11 _:-ms-input-placeholder,
:root .col--xs-11 {
  min-width: 91.66667%;
  max-width: 91.66667%;
}
.col--xs-11,
.col--xs-11 x:-moz-any-link {
  max-width: 91.66667%;
}
@-moz-document url-prefix() {
  @supports (animation: calc(0s)) {
    .col--xs-11 {
      max-width: 91.66667%;
    }
  }
}
.col--xs-12 {
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  width: 100%;
}
.col--xs-12 _:-ms-input-placeholder,
:root .col--xs-12 {
  min-width: 100%;
  max-width: 100%;
}
.col--xs-12,
.col--xs-12 x:-moz-any-link {
  max-width: 100%;
}
@-moz-document url-prefix() {
  @supports (animation: calc(0s)) {
    .col--xs-12 {
      max-width: 100%;
    }
  }
}
.col--xs-1-5 {
  -ms-flex: 0 1 20%;
  flex: 0 1 20%;
  width: 20%;
}
.col--xs-1-5 _:-ms-input-placeholder,
:root .col--xs-1-5 {
  min-width: 20%;
  max-width: 20%;
}
.col--xs-1-5,
.col--xs-1-5 x:-moz-any-link {
  max-width: 20%;
}
@-moz-document url-prefix() {
  @supports (animation: calc(0s)) {
    .col--xs-1-5 {
      max-width: 20%;
    }
  }
}
.col--xs-2-5 {
  -ms-flex: 0 1 40%;
  flex: 0 1 40%;
  width: 40%;
}
.col--xs-2-5 _:-ms-input-placeholder,
:root .col--xs-2-5 {
  min-width: 40%;
  max-width: 40%;
}
.col--xs-2-5,
.col--xs-2-5 x:-moz-any-link {
  max-width: 40%;
}
@-moz-document url-prefix() {
  @supports (animation: calc(0s)) {
    .col--xs-2-5 {
      max-width: 40%;
    }
  }
}
.col--xs-3-5 {
  -ms-flex: 0 1 60%;
  flex: 0 1 60%;
  width: 60%;
}
.col--xs-3-5 _:-ms-input-placeholder,
:root .col--xs-3-5 {
  min-width: 60%;
  max-width: 60%;
}
.col--xs-3-5,
.col--xs-3-5 x:-moz-any-link {
  max-width: 60%;
}
@-moz-document url-prefix() {
  @supports (animation: calc(0s)) {
    .col--xs-3-5 {
      max-width: 60%;
    }
  }
}
.col--xs-4-5 {
  -ms-flex: 0 1 80%;
  flex: 0 1 80%;
  width: 80%;
}
.col--xs-4-5 _:-ms-input-placeholder,
:root .col--xs-4-5 {
  min-width: 80%;
  max-width: 80%;
}
.col--xs-4-5,
.col--xs-4-5 x:-moz-any-link {
  max-width: 80%;
}
@-moz-document url-prefix() {
  @supports (animation: calc(0s)) {
    .col--xs-4-5 {
      max-width: 80%;
    }
  }
}
.col--xs-5-5 {
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  width: 100%;
}
.col--xs-5-5 _:-ms-input-placeholder,
:root .col--xs-5-5 {
  min-width: 100%;
  max-width: 100%;
}
.col--xs-5-5,
.col--xs-5-5 x:-moz-any-link {
  max-width: 100%;
}
@-moz-document url-prefix() {
  @supports (animation: calc(0s)) {
    .col--xs-5-5 {
      max-width: 100%;
    }
  }
}
.col--xs-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  min-width: 0;
  max-width: 100%;
}
.col--xs-auto _:-ms-input-placeholder,
:root .col--xs-auto {
  min-width: 0;
}
.col--xs-fit {
  -ms-flex: 1;
  flex: 1;
  width: auto;
  min-width: 0;
  max-width: 100%;
}
.col--xs-fit _:-ms-input-placeholder,
:root .col--xs-fit {
  min-width: 0;
}
@media (min-width: 668px) and (min-height: 416px),
  screen and (max-width: 979px) and (max-height: 415px) and (orientation: landscape) {
  .col--sm-1 {
    -ms-flex: 0 1 8.33333%;
    flex: 0 1 8.33333%;
    width: 8.33333%;
  }
  .col--sm-1 _:-ms-input-placeholder,
  :root .col--sm-1 {
    min-width: 8.33333%;
    max-width: 8.33333%;
  }
  .col--sm-1,
  .col--sm-1 x:-moz-any-link {
    max-width: 8.33333%;
  }
  @-moz-document url-prefix() {
    @supports (animation: calc(0s)) {
      .col--sm-1 {
        max-width: 8.33333%;
      }
    }
  }
  .col--sm-2 {
    -ms-flex: 0 1 16.66667%;
    flex: 0 1 16.66667%;
    width: 16.66667%;
  }
  .col--sm-2 _:-ms-input-placeholder,
  :root .col--sm-2 {
    min-width: 16.66667%;
    max-width: 16.66667%;
  }
  .col--sm-2,
  .col--sm-2 x:-moz-any-link {
    max-width: 16.66667%;
  }
  @-moz-document url-prefix() {
    @supports (animation: calc(0s)) {
      .col--sm-2 {
        max-width: 16.66667%;
      }
    }
  }
  .col--sm-3 {
    -ms-flex: 0 1 25%;
    flex: 0 1 25%;
    width: 25%;
  }
  .col--sm-3 _:-ms-input-placeholder,
  :root .col--sm-3 {
    min-width: 25%;
    max-width: 25%;
  }
  .col--sm-3,
  .col--sm-3 x:-moz-any-link {
    max-width: 25%;
  }
  @-moz-document url-prefix() {
    @supports (animation: calc(0s)) {
      .col--sm-3 {
        max-width: 25%;
      }
    }
  }
  .col--sm-4 {
    -ms-flex: 0 1 33.33333%;
    flex: 0 1 33.33333%;
    width: 33.33333%;
  }
  .col--sm-4 _:-ms-input-placeholder,
  :root .col--sm-4 {
    min-width: 33.33333%;
    max-width: 33.33333%;
  }
  .col--sm-4,
  .col--sm-4 x:-moz-any-link {
    max-width: 33.33333%;
  }
  @-moz-document url-prefix() {
    @supports (animation: calc(0s)) {
      .col--sm-4 {
        max-width: 33.33333%;
      }
    }
  }
  .col--sm-5 {
    -ms-flex: 0 1 41.66667%;
    flex: 0 1 41.66667%;
    width: 41.66667%;
  }
  .col--sm-5 _:-ms-input-placeholder,
  :root .col--sm-5 {
    min-width: 41.66667%;
    max-width: 41.66667%;
  }
  .col--sm-5,
  .col--sm-5 x:-moz-any-link {
    max-width: 41.66667%;
  }
  @-moz-document url-prefix() {
    @supports (animation: calc(0s)) {
      .col--sm-5 {
        max-width: 41.66667%;
      }
    }
  }
  .col--sm-6 {
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    width: 50%;
  }
  .col--sm-6 _:-ms-input-placeholder,
  :root .col--sm-6 {
    min-width: 50%;
    max-width: 50%;
  }
  .col--sm-6,
  .col--sm-6 x:-moz-any-link {
    max-width: 50%;
  }
  @-moz-document url-prefix() {
    @supports (animation: calc(0s)) {
      .col--sm-6 {
        max-width: 50%;
      }
    }
  }
  .col--sm-7 {
    -ms-flex: 0 1 58.33333%;
    flex: 0 1 58.33333%;
    width: 58.33333%;
  }
  .col--sm-7 _:-ms-input-placeholder,
  :root .col--sm-7 {
    min-width: 58.33333%;
    max-width: 58.33333%;
  }
  .col--sm-7,
  .col--sm-7 x:-moz-any-link {
    max-width: 58.33333%;
  }
  @-moz-document url-prefix() {
    @supports (animation: calc(0s)) {
      .col--sm-7 {
        max-width: 58.33333%;
      }
    }
  }
  .col--sm-8 {
    -ms-flex: 0 1 66.66667%;
    flex: 0 1 66.66667%;
    width: 66.66667%;
  }
  .col--sm-8 _:-ms-input-placeholder,
  :root .col--sm-8 {
    min-width: 66.66667%;
    max-width: 66.66667%;
  }
  .col--sm-8,
  .col--sm-8 x:-moz-any-link {
    max-width: 66.66667%;
  }
  @-moz-document url-prefix() {
    @supports (animation: calc(0s)) {
      .col--sm-8 {
        max-width: 66.66667%;
      }
    }
  }
  .col--sm-9 {
    -ms-flex: 0 1 75%;
    flex: 0 1 75%;
    width: 75%;
  }
  .col--sm-9 _:-ms-input-placeholder,
  :root .col--sm-9 {
    min-width: 75%;
    max-width: 75%;
  }
  .col--sm-9,
  .col--sm-9 x:-moz-any-link {
    max-width: 75%;
  }
  @-moz-document url-prefix() {
    @supports (animation: calc(0s)) {
      .col--sm-9 {
        max-width: 75%;
      }
    }
  }
  .col--sm-10 {
    -ms-flex: 0 1 83.33333%;
    flex: 0 1 83.33333%;
    width: 83.33333%;
  }
  .col--sm-10 _:-ms-input-placeholder,
  :root .col--sm-10 {
    min-width: 83.33333%;
    max-width: 83.33333%;
  }
  .col--sm-10,
  .col--sm-10 x:-moz-any-link {
    max-width: 83.33333%;
  }
  @-moz-document url-prefix() {
    @supports (animation: calc(0s)) {
      .col--sm-10 {
        max-width: 83.33333%;
      }
    }
  }
  .col--sm-11 {
    -ms-flex: 0 1 91.66667%;
    flex: 0 1 91.66667%;
    width: 91.66667%;
  }
  .col--sm-11 _:-ms-input-placeholder,
  :root .col--sm-11 {
    min-width: 91.66667%;
    max-width: 91.66667%;
  }
  .col--sm-11,
  .col--sm-11 x:-moz-any-link {
    max-width: 91.66667%;
  }
  @-moz-document url-prefix() {
    @supports (animation: calc(0s)) {
      .col--sm-11 {
        max-width: 91.66667%;
      }
    }
  }
  .col--sm-12 {
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    width: 100%;
  }
  .col--sm-12 _:-ms-input-placeholder,
  :root .col--sm-12 {
    min-width: 100%;
    max-width: 100%;
  }
  .col--sm-12,
  .col--sm-12 x:-moz-any-link {
    max-width: 100%;
  }
  @-moz-document url-prefix() {
    @supports (animation: calc(0s)) {
      .col--sm-12 {
        max-width: 100%;
      }
    }
  }
  .col--sm-1-5 {
    -ms-flex: 0 1 20%;
    flex: 0 1 20%;
    width: 20%;
  }
  .col--sm-1-5 _:-ms-input-placeholder,
  :root .col--sm-1-5 {
    min-width: 20%;
    max-width: 20%;
  }
  .col--sm-1-5,
  .col--sm-1-5 x:-moz-any-link {
    max-width: 20%;
  }
  @-moz-document url-prefix() {
    @supports (animation: calc(0s)) {
      .col--sm-1-5 {
        max-width: 20%;
      }
    }
  }
  .col--sm-2-5 {
    -ms-flex: 0 1 40%;
    flex: 0 1 40%;
    width: 40%;
  }
  .col--sm-2-5 _:-ms-input-placeholder,
  :root .col--sm-2-5 {
    min-width: 40%;
    max-width: 40%;
  }
  .col--sm-2-5,
  .col--sm-2-5 x:-moz-any-link {
    max-width: 40%;
  }
  @-moz-document url-prefix() {
    @supports (animation: calc(0s)) {
      .col--sm-2-5 {
        max-width: 40%;
      }
    }
  }
  .col--sm-3-5 {
    -ms-flex: 0 1 60%;
    flex: 0 1 60%;
    width: 60%;
  }
  .col--sm-3-5 _:-ms-input-placeholder,
  :root .col--sm-3-5 {
    min-width: 60%;
    max-width: 60%;
  }
  .col--sm-3-5,
  .col--sm-3-5 x:-moz-any-link {
    max-width: 60%;
  }
  @-moz-document url-prefix() {
    @supports (animation: calc(0s)) {
      .col--sm-3-5 {
        max-width: 60%;
      }
    }
  }
  .col--sm-4-5 {
    -ms-flex: 0 1 80%;
    flex: 0 1 80%;
    width: 80%;
  }
  .col--sm-4-5 _:-ms-input-placeholder,
  :root .col--sm-4-5 {
    min-width: 80%;
    max-width: 80%;
  }
  .col--sm-4-5,
  .col--sm-4-5 x:-moz-any-link {
    max-width: 80%;
  }
  @-moz-document url-prefix() {
    @supports (animation: calc(0s)) {
      .col--sm-4-5 {
        max-width: 80%;
      }
    }
  }
  .col--sm-5-5 {
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    width: 100%;
  }
  .col--sm-5-5 _:-ms-input-placeholder,
  :root .col--sm-5-5 {
    min-width: 100%;
    max-width: 100%;
  }
  .col--sm-5-5,
  .col--sm-5-5 x:-moz-any-link {
    max-width: 100%;
  }
  @-moz-document url-prefix() {
    @supports (animation: calc(0s)) {
      .col--sm-5-5 {
        max-width: 100%;
      }
    }
  }
  .col--sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    min-width: 0;
    max-width: 100%;
  }
  .col--sm-auto _:-ms-input-placeholder,
  :root .col--sm-auto {
    min-width: 0;
  }
  .col--sm-fit {
    -ms-flex: 1;
    flex: 1;
    width: auto;
    min-width: 0;
    max-width: 100%;
  }
  .col--sm-fit _:-ms-input-placeholder,
  :root .col--sm-fit {
    min-width: 0;
  }
}
@media screen and (min-width: 668px) and (min-height: 416px) {
  .col--md-1 {
    -ms-flex: 0 1 8.33333%;
    flex: 0 1 8.33333%;
    width: 8.33333%;
  }
  .col--md-1 _:-ms-input-placeholder,
  :root .col--md-1 {
    min-width: 8.33333%;
    max-width: 8.33333%;
  }
  .col--md-1,
  .col--md-1 x:-moz-any-link {
    max-width: 8.33333%;
  }
  @-moz-document url-prefix() {
    @supports (animation: calc(0s)) {
      .col--md-1 {
        max-width: 8.33333%;
      }
    }
  }
  .col--md-2 {
    -ms-flex: 0 1 16.66667%;
    flex: 0 1 16.66667%;
    width: 16.66667%;
  }
  .col--md-2 _:-ms-input-placeholder,
  :root .col--md-2 {
    min-width: 16.66667%;
    max-width: 16.66667%;
  }
  .col--md-2,
  .col--md-2 x:-moz-any-link {
    max-width: 16.66667%;
  }
  @-moz-document url-prefix() {
    @supports (animation: calc(0s)) {
      .col--md-2 {
        max-width: 16.66667%;
      }
    }
  }
  .col--md-3 {
    -ms-flex: 0 1 25%;
    flex: 0 1 25%;
    width: 25%;
  }
  .col--md-3 _:-ms-input-placeholder,
  :root .col--md-3 {
    min-width: 25%;
    max-width: 25%;
  }
  .col--md-3,
  .col--md-3 x:-moz-any-link {
    max-width: 25%;
  }
  @-moz-document url-prefix() {
    @supports (animation: calc(0s)) {
      .col--md-3 {
        max-width: 25%;
      }
    }
  }
  .col--md-4 {
    -ms-flex: 0 1 33.33333%;
    flex: 0 1 33.33333%;
    width: 33.33333%;
  }
  .col--md-4 _:-ms-input-placeholder,
  :root .col--md-4 {
    min-width: 33.33333%;
    max-width: 33.33333%;
  }
  .col--md-4,
  .col--md-4 x:-moz-any-link {
    max-width: 33.33333%;
  }
  @-moz-document url-prefix() {
    @supports (animation: calc(0s)) {
      .col--md-4 {
        max-width: 33.33333%;
      }
    }
  }
  .col--md-5 {
    -ms-flex: 0 1 41.66667%;
    flex: 0 1 41.66667%;
    width: 41.66667%;
  }
  .col--md-5 _:-ms-input-placeholder,
  :root .col--md-5 {
    min-width: 41.66667%;
    max-width: 41.66667%;
  }
  .col--md-5,
  .col--md-5 x:-moz-any-link {
    max-width: 41.66667%;
  }
  @-moz-document url-prefix() {
    @supports (animation: calc(0s)) {
      .col--md-5 {
        max-width: 41.66667%;
      }
    }
  }
  .col--md-6 {
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    width: 50%;
  }
  .col--md-6 _:-ms-input-placeholder,
  :root .col--md-6 {
    min-width: 50%;
    max-width: 50%;
  }
  .col--md-6,
  .col--md-6 x:-moz-any-link {
    max-width: 50%;
  }
  @-moz-document url-prefix() {
    @supports (animation: calc(0s)) {
      .col--md-6 {
        max-width: 50%;
      }
    }
  }
  .col--md-7 {
    -ms-flex: 0 1 58.33333%;
    flex: 0 1 58.33333%;
    width: 58.33333%;
  }
  .col--md-7 _:-ms-input-placeholder,
  :root .col--md-7 {
    min-width: 58.33333%;
    max-width: 58.33333%;
  }
  .col--md-7,
  .col--md-7 x:-moz-any-link {
    max-width: 58.33333%;
  }
  @-moz-document url-prefix() {
    @supports (animation: calc(0s)) {
      .col--md-7 {
        max-width: 58.33333%;
      }
    }
  }
  .col--md-8 {
    -ms-flex: 0 1 66.66667%;
    flex: 0 1 66.66667%;
    width: 66.66667%;
  }
  .col--md-8 _:-ms-input-placeholder,
  :root .col--md-8 {
    min-width: 66.66667%;
    max-width: 66.66667%;
  }
  .col--md-8,
  .col--md-8 x:-moz-any-link {
    max-width: 66.66667%;
  }
  @-moz-document url-prefix() {
    @supports (animation: calc(0s)) {
      .col--md-8 {
        max-width: 66.66667%;
      }
    }
  }
  .col--md-9 {
    -ms-flex: 0 1 75%;
    flex: 0 1 75%;
    width: 75%;
  }
  .col--md-9 _:-ms-input-placeholder,
  :root .col--md-9 {
    min-width: 75%;
    max-width: 75%;
  }
  .col--md-9,
  .col--md-9 x:-moz-any-link {
    max-width: 75%;
  }
  @-moz-document url-prefix() {
    @supports (animation: calc(0s)) {
      .col--md-9 {
        max-width: 75%;
      }
    }
  }
  .col--md-10 {
    -ms-flex: 0 1 83.33333%;
    flex: 0 1 83.33333%;
    width: 83.33333%;
  }
  .col--md-10 _:-ms-input-placeholder,
  :root .col--md-10 {
    min-width: 83.33333%;
    max-width: 83.33333%;
  }
  .col--md-10,
  .col--md-10 x:-moz-any-link {
    max-width: 83.33333%;
  }
  @-moz-document url-prefix() {
    @supports (animation: calc(0s)) {
      .col--md-10 {
        max-width: 83.33333%;
      }
    }
  }
  .col--md-11 {
    -ms-flex: 0 1 91.66667%;
    flex: 0 1 91.66667%;
    width: 91.66667%;
  }
  .col--md-11 _:-ms-input-placeholder,
  :root .col--md-11 {
    min-width: 91.66667%;
    max-width: 91.66667%;
  }
  .col--md-11,
  .col--md-11 x:-moz-any-link {
    max-width: 91.66667%;
  }
  @-moz-document url-prefix() {
    @supports (animation: calc(0s)) {
      .col--md-11 {
        max-width: 91.66667%;
      }
    }
  }
  .col--md-12 {
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    width: 100%;
  }
  .col--md-12 _:-ms-input-placeholder,
  :root .col--md-12 {
    min-width: 100%;
    max-width: 100%;
  }
  .col--md-12,
  .col--md-12 x:-moz-any-link {
    max-width: 100%;
  }
  @-moz-document url-prefix() {
    @supports (animation: calc(0s)) {
      .col--md-12 {
        max-width: 100%;
      }
    }
  }
  .col--md-1-5 {
    -ms-flex: 0 1 20%;
    flex: 0 1 20%;
    width: 20%;
  }
  .col--md-1-5 _:-ms-input-placeholder,
  :root .col--md-1-5 {
    min-width: 20%;
    max-width: 20%;
  }
  .col--md-1-5,
  .col--md-1-5 x:-moz-any-link {
    max-width: 20%;
  }
  @-moz-document url-prefix() {
    @supports (animation: calc(0s)) {
      .col--md-1-5 {
        max-width: 20%;
      }
    }
  }
  .col--md-2-5 {
    -ms-flex: 0 1 40%;
    flex: 0 1 40%;
    width: 40%;
  }
  .col--md-2-5 _:-ms-input-placeholder,
  :root .col--md-2-5 {
    min-width: 40%;
    max-width: 40%;
  }
  .col--md-2-5,
  .col--md-2-5 x:-moz-any-link {
    max-width: 40%;
  }
  @-moz-document url-prefix() {
    @supports (animation: calc(0s)) {
      .col--md-2-5 {
        max-width: 40%;
      }
    }
  }
  .col--md-3-5 {
    -ms-flex: 0 1 60%;
    flex: 0 1 60%;
    width: 60%;
  }
  .col--md-3-5 _:-ms-input-placeholder,
  :root .col--md-3-5 {
    min-width: 60%;
    max-width: 60%;
  }
  .col--md-3-5,
  .col--md-3-5 x:-moz-any-link {
    max-width: 60%;
  }
  @-moz-document url-prefix() {
    @supports (animation: calc(0s)) {
      .col--md-3-5 {
        max-width: 60%;
      }
    }
  }
  .col--md-4-5 {
    -ms-flex: 0 1 80%;
    flex: 0 1 80%;
    width: 80%;
  }
  .col--md-4-5 _:-ms-input-placeholder,
  :root .col--md-4-5 {
    min-width: 80%;
    max-width: 80%;
  }
  .col--md-4-5,
  .col--md-4-5 x:-moz-any-link {
    max-width: 80%;
  }
  @-moz-document url-prefix() {
    @supports (animation: calc(0s)) {
      .col--md-4-5 {
        max-width: 80%;
      }
    }
  }
  .col--md-5-5 {
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    width: 100%;
  }
  .col--md-5-5 _:-ms-input-placeholder,
  :root .col--md-5-5 {
    min-width: 100%;
    max-width: 100%;
  }
  .col--md-5-5,
  .col--md-5-5 x:-moz-any-link {
    max-width: 100%;
  }
  @-moz-document url-prefix() {
    @supports (animation: calc(0s)) {
      .col--md-5-5 {
        max-width: 100%;
      }
    }
  }
  .col--md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    min-width: 0;
    max-width: 100%;
  }
  .col--md-auto _:-ms-input-placeholder,
  :root .col--md-auto {
    min-width: 0;
  }
  .col--md-fit {
    -ms-flex: 1;
    flex: 1;
    width: auto;
    min-width: 0;
    max-width: 100%;
  }
  .col--md-fit _:-ms-input-placeholder,
  :root .col--md-fit {
    min-width: 0;
  }
}
@media screen and (min-width: 980px) {
  .col--lg-1 {
    -ms-flex: 0 1 8.33333%;
    flex: 0 1 8.33333%;
    width: 8.33333%;
  }
  .col--lg-1 _:-ms-input-placeholder,
  :root .col--lg-1 {
    min-width: 8.33333%;
    max-width: 8.33333%;
  }
  .col--lg-1,
  .col--lg-1 x:-moz-any-link {
    max-width: 8.33333%;
  }
  @-moz-document url-prefix() {
    @supports (animation: calc(0s)) {
      .col--lg-1 {
        max-width: 8.33333%;
      }
    }
  }
  .col--lg-2 {
    -ms-flex: 0 1 16.66667%;
    flex: 0 1 16.66667%;
    width: 16.66667%;
  }
  .col--lg-2 _:-ms-input-placeholder,
  :root .col--lg-2 {
    min-width: 16.66667%;
    max-width: 16.66667%;
  }
  .col--lg-2,
  .col--lg-2 x:-moz-any-link {
    max-width: 16.66667%;
  }
  @-moz-document url-prefix() {
    @supports (animation: calc(0s)) {
      .col--lg-2 {
        max-width: 16.66667%;
      }
    }
  }
  .col--lg-3 {
    -ms-flex: 0 1 25%;
    flex: 0 1 25%;
    width: 25%;
  }
  .col--lg-3 _:-ms-input-placeholder,
  :root .col--lg-3 {
    min-width: 25%;
    max-width: 25%;
  }
  .col--lg-3,
  .col--lg-3 x:-moz-any-link {
    max-width: 25%;
  }
  @-moz-document url-prefix() {
    @supports (animation: calc(0s)) {
      .col--lg-3 {
        max-width: 25%;
      }
    }
  }
  .col--lg-4 {
    -ms-flex: 0 1 33.33333%;
    flex: 0 1 33.33333%;
    width: 33.33333%;
  }
  .col--lg-4 _:-ms-input-placeholder,
  :root .col--lg-4 {
    min-width: 33.33333%;
    max-width: 33.33333%;
  }
  .col--lg-4,
  .col--lg-4 x:-moz-any-link {
    max-width: 33.33333%;
  }
  @-moz-document url-prefix() {
    @supports (animation: calc(0s)) {
      .col--lg-4 {
        max-width: 33.33333%;
      }
    }
  }
  .col--lg-5 {
    -ms-flex: 0 1 41.66667%;
    flex: 0 1 41.66667%;
    width: 41.66667%;
  }
  .col--lg-5 _:-ms-input-placeholder,
  :root .col--lg-5 {
    min-width: 41.66667%;
    max-width: 41.66667%;
  }
  .col--lg-5,
  .col--lg-5 x:-moz-any-link {
    max-width: 41.66667%;
  }
  @-moz-document url-prefix() {
    @supports (animation: calc(0s)) {
      .col--lg-5 {
        max-width: 41.66667%;
      }
    }
  }
  .col--lg-6 {
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    width: 50%;
  }
  .col--lg-6 _:-ms-input-placeholder,
  :root .col--lg-6 {
    min-width: 50%;
    max-width: 50%;
  }
  .col--lg-6,
  .col--lg-6 x:-moz-any-link {
    max-width: 50%;
  }
  @-moz-document url-prefix() {
    @supports (animation: calc(0s)) {
      .col--lg-6 {
        max-width: 50%;
      }
    }
  }
  .col--lg-7 {
    -ms-flex: 0 1 58.33333%;
    flex: 0 1 58.33333%;
    width: 58.33333%;
  }
  .col--lg-7 _:-ms-input-placeholder,
  :root .col--lg-7 {
    min-width: 58.33333%;
    max-width: 58.33333%;
  }
  .col--lg-7,
  .col--lg-7 x:-moz-any-link {
    max-width: 58.33333%;
  }
  @-moz-document url-prefix() {
    @supports (animation: calc(0s)) {
      .col--lg-7 {
        max-width: 58.33333%;
      }
    }
  }
  .col--lg-8 {
    -ms-flex: 0 1 66.66667%;
    flex: 0 1 66.66667%;
    width: 66.66667%;
  }
  .col--lg-8 _:-ms-input-placeholder,
  :root .col--lg-8 {
    min-width: 66.66667%;
    max-width: 66.66667%;
  }
  .col--lg-8,
  .col--lg-8 x:-moz-any-link {
    max-width: 66.66667%;
  }
  @-moz-document url-prefix() {
    @supports (animation: calc(0s)) {
      .col--lg-8 {
        max-width: 66.66667%;
      }
    }
  }
  .col--lg-9 {
    -ms-flex: 0 1 75%;
    flex: 0 1 75%;
    width: 75%;
  }
  .col--lg-9 _:-ms-input-placeholder,
  :root .col--lg-9 {
    min-width: 75%;
    max-width: 75%;
  }
  .col--lg-9,
  .col--lg-9 x:-moz-any-link {
    max-width: 75%;
  }
  @-moz-document url-prefix() {
    @supports (animation: calc(0s)) {
      .col--lg-9 {
        max-width: 75%;
      }
    }
  }
  .col--lg-10 {
    -ms-flex: 0 1 83.33333%;
    flex: 0 1 83.33333%;
    width: 83.33333%;
  }
  .col--lg-10 _:-ms-input-placeholder,
  :root .col--lg-10 {
    min-width: 83.33333%;
    max-width: 83.33333%;
  }
  .col--lg-10,
  .col--lg-10 x:-moz-any-link {
    max-width: 83.33333%;
  }
  @-moz-document url-prefix() {
    @supports (animation: calc(0s)) {
      .col--lg-10 {
        max-width: 83.33333%;
      }
    }
  }
  .col--lg-11 {
    -ms-flex: 0 1 91.66667%;
    flex: 0 1 91.66667%;
    width: 91.66667%;
  }
  .col--lg-11 _:-ms-input-placeholder,
  :root .col--lg-11 {
    min-width: 91.66667%;
    max-width: 91.66667%;
  }
  .col--lg-11,
  .col--lg-11 x:-moz-any-link {
    max-width: 91.66667%;
  }
  @-moz-document url-prefix() {
    @supports (animation: calc(0s)) {
      .col--lg-11 {
        max-width: 91.66667%;
      }
    }
  }
  .col--lg-12 {
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    width: 100%;
  }
  .col--lg-12 _:-ms-input-placeholder,
  :root .col--lg-12 {
    min-width: 100%;
    max-width: 100%;
  }
  .col--lg-12,
  .col--lg-12 x:-moz-any-link {
    max-width: 100%;
  }
  @-moz-document url-prefix() {
    @supports (animation: calc(0s)) {
      .col--lg-12 {
        max-width: 100%;
      }
    }
  }
  .col--lg-1-5 {
    -ms-flex: 0 1 20%;
    flex: 0 1 20%;
    width: 20%;
  }
  .col--lg-1-5 _:-ms-input-placeholder,
  :root .col--lg-1-5 {
    min-width: 20%;
    max-width: 20%;
  }
  .col--lg-1-5,
  .col--lg-1-5 x:-moz-any-link {
    max-width: 20%;
  }
  @-moz-document url-prefix() {
    @supports (animation: calc(0s)) {
      .col--lg-1-5 {
        max-width: 20%;
      }
    }
  }
  .col--lg-2-5 {
    -ms-flex: 0 1 40%;
    flex: 0 1 40%;
    width: 40%;
  }
  .col--lg-2-5 _:-ms-input-placeholder,
  :root .col--lg-2-5 {
    min-width: 40%;
    max-width: 40%;
  }
  .col--lg-2-5,
  .col--lg-2-5 x:-moz-any-link {
    max-width: 40%;
  }
  @-moz-document url-prefix() {
    @supports (animation: calc(0s)) {
      .col--lg-2-5 {
        max-width: 40%;
      }
    }
  }
  .col--lg-3-5 {
    -ms-flex: 0 1 60%;
    flex: 0 1 60%;
    width: 60%;
  }
  .col--lg-3-5 _:-ms-input-placeholder,
  :root .col--lg-3-5 {
    min-width: 60%;
    max-width: 60%;
  }
  .col--lg-3-5,
  .col--lg-3-5 x:-moz-any-link {
    max-width: 60%;
  }
  @-moz-document url-prefix() {
    @supports (animation: calc(0s)) {
      .col--lg-3-5 {
        max-width: 60%;
      }
    }
  }
  .col--lg-4-5 {
    -ms-flex: 0 1 80%;
    flex: 0 1 80%;
    width: 80%;
  }
  .col--lg-4-5 _:-ms-input-placeholder,
  :root .col--lg-4-5 {
    min-width: 80%;
    max-width: 80%;
  }
  .col--lg-4-5,
  .col--lg-4-5 x:-moz-any-link {
    max-width: 80%;
  }
  @-moz-document url-prefix() {
    @supports (animation: calc(0s)) {
      .col--lg-4-5 {
        max-width: 80%;
      }
    }
  }
  .col--lg-5-5 {
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    width: 100%;
  }
  .col--lg-5-5 _:-ms-input-placeholder,
  :root .col--lg-5-5 {
    min-width: 100%;
    max-width: 100%;
  }
  .col--lg-5-5,
  .col--lg-5-5 x:-moz-any-link {
    max-width: 100%;
  }
  @-moz-document url-prefix() {
    @supports (animation: calc(0s)) {
      .col--lg-5-5 {
        max-width: 100%;
      }
    }
  }
  .col--lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    min-width: 0;
    max-width: 100%;
  }
  .col--lg-auto _:-ms-input-placeholder,
  :root .col--lg-auto {
    min-width: 0;
  }
  .col--lg-fit {
    -ms-flex: 1;
    flex: 1;
    width: auto;
    min-width: 0;
    max-width: 100%;
  }
  .col--lg-fit _:-ms-input-placeholder,
  :root .col--lg-fit {
    min-width: 0;
  }
}
@media screen and (min-width: 1200px) {
  .col--lgl-1 {
    -ms-flex: 0 1 8.33333%;
    flex: 0 1 8.33333%;
    width: 8.33333%;
  }
  .col--lgl-1 _:-ms-input-placeholder,
  :root .col--lgl-1 {
    min-width: 8.33333%;
    max-width: 8.33333%;
  }
  .col--lgl-1,
  .col--lgl-1 x:-moz-any-link {
    max-width: 8.33333%;
  }
  @-moz-document url-prefix() {
    @supports (animation: calc(0s)) {
      .col--lgl-1 {
        max-width: 8.33333%;
      }
    }
  }
  .col--lgl-2 {
    -ms-flex: 0 1 16.66667%;
    flex: 0 1 16.66667%;
    width: 16.66667%;
  }
  .col--lgl-2 _:-ms-input-placeholder,
  :root .col--lgl-2 {
    min-width: 16.66667%;
    max-width: 16.66667%;
  }
  .col--lgl-2,
  .col--lgl-2 x:-moz-any-link {
    max-width: 16.66667%;
  }
  @-moz-document url-prefix() {
    @supports (animation: calc(0s)) {
      .col--lgl-2 {
        max-width: 16.66667%;
      }
    }
  }
  .col--lgl-3 {
    -ms-flex: 0 1 25%;
    flex: 0 1 25%;
    width: 25%;
  }
  .col--lgl-3 _:-ms-input-placeholder,
  :root .col--lgl-3 {
    min-width: 25%;
    max-width: 25%;
  }
  .col--lgl-3,
  .col--lgl-3 x:-moz-any-link {
    max-width: 25%;
  }
  @-moz-document url-prefix() {
    @supports (animation: calc(0s)) {
      .col--lgl-3 {
        max-width: 25%;
      }
    }
  }
  .col--lgl-4 {
    -ms-flex: 0 1 33.33333%;
    flex: 0 1 33.33333%;
    width: 33.33333%;
  }
  .col--lgl-4 _:-ms-input-placeholder,
  :root .col--lgl-4 {
    min-width: 33.33333%;
    max-width: 33.33333%;
  }
  .col--lgl-4,
  .col--lgl-4 x:-moz-any-link {
    max-width: 33.33333%;
  }
  @-moz-document url-prefix() {
    @supports (animation: calc(0s)) {
      .col--lgl-4 {
        max-width: 33.33333%;
      }
    }
  }
  .col--lgl-5 {
    -ms-flex: 0 1 41.66667%;
    flex: 0 1 41.66667%;
    width: 41.66667%;
  }
  .col--lgl-5 _:-ms-input-placeholder,
  :root .col--lgl-5 {
    min-width: 41.66667%;
    max-width: 41.66667%;
  }
  .col--lgl-5,
  .col--lgl-5 x:-moz-any-link {
    max-width: 41.66667%;
  }
  @-moz-document url-prefix() {
    @supports (animation: calc(0s)) {
      .col--lgl-5 {
        max-width: 41.66667%;
      }
    }
  }
  .col--lgl-6 {
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    width: 50%;
  }
  .col--lgl-6 _:-ms-input-placeholder,
  :root .col--lgl-6 {
    min-width: 50%;
    max-width: 50%;
  }
  .col--lgl-6,
  .col--lgl-6 x:-moz-any-link {
    max-width: 50%;
  }
  @-moz-document url-prefix() {
    @supports (animation: calc(0s)) {
      .col--lgl-6 {
        max-width: 50%;
      }
    }
  }
  .col--lgl-7 {
    -ms-flex: 0 1 58.33333%;
    flex: 0 1 58.33333%;
    width: 58.33333%;
  }
  .col--lgl-7 _:-ms-input-placeholder,
  :root .col--lgl-7 {
    min-width: 58.33333%;
    max-width: 58.33333%;
  }
  .col--lgl-7,
  .col--lgl-7 x:-moz-any-link {
    max-width: 58.33333%;
  }
  @-moz-document url-prefix() {
    @supports (animation: calc(0s)) {
      .col--lgl-7 {
        max-width: 58.33333%;
      }
    }
  }
  .col--lgl-8 {
    -ms-flex: 0 1 66.66667%;
    flex: 0 1 66.66667%;
    width: 66.66667%;
  }
  .col--lgl-8 _:-ms-input-placeholder,
  :root .col--lgl-8 {
    min-width: 66.66667%;
    max-width: 66.66667%;
  }
  .col--lgl-8,
  .col--lgl-8 x:-moz-any-link {
    max-width: 66.66667%;
  }
  @-moz-document url-prefix() {
    @supports (animation: calc(0s)) {
      .col--lgl-8 {
        max-width: 66.66667%;
      }
    }
  }
  .col--lgl-9 {
    -ms-flex: 0 1 75%;
    flex: 0 1 75%;
    width: 75%;
  }
  .col--lgl-9 _:-ms-input-placeholder,
  :root .col--lgl-9 {
    min-width: 75%;
    max-width: 75%;
  }
  .col--lgl-9,
  .col--lgl-9 x:-moz-any-link {
    max-width: 75%;
  }
  @-moz-document url-prefix() {
    @supports (animation: calc(0s)) {
      .col--lgl-9 {
        max-width: 75%;
      }
    }
  }
  .col--lgl-10 {
    -ms-flex: 0 1 83.33333%;
    flex: 0 1 83.33333%;
    width: 83.33333%;
  }
  .col--lgl-10 _:-ms-input-placeholder,
  :root .col--lgl-10 {
    min-width: 83.33333%;
    max-width: 83.33333%;
  }
  .col--lgl-10,
  .col--lgl-10 x:-moz-any-link {
    max-width: 83.33333%;
  }
  @-moz-document url-prefix() {
    @supports (animation: calc(0s)) {
      .col--lgl-10 {
        max-width: 83.33333%;
      }
    }
  }
  .col--lgl-11 {
    -ms-flex: 0 1 91.66667%;
    flex: 0 1 91.66667%;
    width: 91.66667%;
  }
  .col--lgl-11 _:-ms-input-placeholder,
  :root .col--lgl-11 {
    min-width: 91.66667%;
    max-width: 91.66667%;
  }
  .col--lgl-11,
  .col--lgl-11 x:-moz-any-link {
    max-width: 91.66667%;
  }
  @-moz-document url-prefix() {
    @supports (animation: calc(0s)) {
      .col--lgl-11 {
        max-width: 91.66667%;
      }
    }
  }
  .col--lgl-12 {
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    width: 100%;
  }
  .col--lgl-12 _:-ms-input-placeholder,
  :root .col--lgl-12 {
    min-width: 100%;
    max-width: 100%;
  }
  .col--lgl-12,
  .col--lgl-12 x:-moz-any-link {
    max-width: 100%;
  }
  @-moz-document url-prefix() {
    @supports (animation: calc(0s)) {
      .col--lgl-12 {
        max-width: 100%;
      }
    }
  }
  .col--lgl-1-5 {
    -ms-flex: 0 1 20%;
    flex: 0 1 20%;
    width: 20%;
  }
  .col--lgl-1-5 _:-ms-input-placeholder,
  :root .col--lgl-1-5 {
    min-width: 20%;
    max-width: 20%;
  }
  .col--lgl-1-5,
  .col--lgl-1-5 x:-moz-any-link {
    max-width: 20%;
  }
  @-moz-document url-prefix() {
    @supports (animation: calc(0s)) {
      .col--lgl-1-5 {
        max-width: 20%;
      }
    }
  }
  .col--lgl-2-5 {
    -ms-flex: 0 1 40%;
    flex: 0 1 40%;
    width: 40%;
  }
  .col--lgl-2-5 _:-ms-input-placeholder,
  :root .col--lgl-2-5 {
    min-width: 40%;
    max-width: 40%;
  }
  .col--lgl-2-5,
  .col--lgl-2-5 x:-moz-any-link {
    max-width: 40%;
  }
  @-moz-document url-prefix() {
    @supports (animation: calc(0s)) {
      .col--lgl-2-5 {
        max-width: 40%;
      }
    }
  }
  .col--lgl-3-5 {
    -ms-flex: 0 1 60%;
    flex: 0 1 60%;
    width: 60%;
  }
  .col--lgl-3-5 _:-ms-input-placeholder,
  :root .col--lgl-3-5 {
    min-width: 60%;
    max-width: 60%;
  }
  .col--lgl-3-5,
  .col--lgl-3-5 x:-moz-any-link {
    max-width: 60%;
  }
  @-moz-document url-prefix() {
    @supports (animation: calc(0s)) {
      .col--lgl-3-5 {
        max-width: 60%;
      }
    }
  }
  .col--lgl-4-5 {
    -ms-flex: 0 1 80%;
    flex: 0 1 80%;
    width: 80%;
  }
  .col--lgl-4-5 _:-ms-input-placeholder,
  :root .col--lgl-4-5 {
    min-width: 80%;
    max-width: 80%;
  }
  .col--lgl-4-5,
  .col--lgl-4-5 x:-moz-any-link {
    max-width: 80%;
  }
  @-moz-document url-prefix() {
    @supports (animation: calc(0s)) {
      .col--lgl-4-5 {
        max-width: 80%;
      }
    }
  }
  .col--lgl-5-5 {
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    width: 100%;
  }
  .col--lgl-5-5 _:-ms-input-placeholder,
  :root .col--lgl-5-5 {
    min-width: 100%;
    max-width: 100%;
  }
  .col--lgl-5-5,
  .col--lgl-5-5 x:-moz-any-link {
    max-width: 100%;
  }
  @-moz-document url-prefix() {
    @supports (animation: calc(0s)) {
      .col--lgl-5-5 {
        max-width: 100%;
      }
    }
  }
  .col--lgl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    min-width: 0;
    max-width: 100%;
  }
  .col--lgl-auto _:-ms-input-placeholder,
  :root .col--lgl-auto {
    min-width: 0;
  }
  .col--lgl-fit {
    -ms-flex: 1;
    flex: 1;
    width: auto;
    min-width: 0;
    max-width: 100%;
  }
  .col--lgl-fit _:-ms-input-placeholder,
  :root .col--lgl-fit {
    min-width: 0;
  }
}
@media screen and (min-width: -1px) {
  .col--xl-1 {
    -ms-flex: 0 1 8.33333%;
    flex: 0 1 8.33333%;
    width: 8.33333%;
  }
  .col--xl-1 _:-ms-input-placeholder,
  :root .col--xl-1 {
    min-width: 8.33333%;
    max-width: 8.33333%;
  }
  .col--xl-1,
  .col--xl-1 x:-moz-any-link {
    max-width: 8.33333%;
  }
  @-moz-document url-prefix() {
    @supports (animation: calc(0s)) {
      .col--xl-1 {
        max-width: 8.33333%;
      }
    }
  }
  .col--xl-2 {
    -ms-flex: 0 1 16.66667%;
    flex: 0 1 16.66667%;
    width: 16.66667%;
  }
  .col--xl-2 _:-ms-input-placeholder,
  :root .col--xl-2 {
    min-width: 16.66667%;
    max-width: 16.66667%;
  }
  .col--xl-2,
  .col--xl-2 x:-moz-any-link {
    max-width: 16.66667%;
  }
  @-moz-document url-prefix() {
    @supports (animation: calc(0s)) {
      .col--xl-2 {
        max-width: 16.66667%;
      }
    }
  }
  .col--xl-3 {
    -ms-flex: 0 1 25%;
    flex: 0 1 25%;
    width: 25%;
  }
  .col--xl-3 _:-ms-input-placeholder,
  :root .col--xl-3 {
    min-width: 25%;
    max-width: 25%;
  }
  .col--xl-3,
  .col--xl-3 x:-moz-any-link {
    max-width: 25%;
  }
  @-moz-document url-prefix() {
    @supports (animation: calc(0s)) {
      .col--xl-3 {
        max-width: 25%;
      }
    }
  }
  .col--xl-4 {
    -ms-flex: 0 1 33.33333%;
    flex: 0 1 33.33333%;
    width: 33.33333%;
  }
  .col--xl-4 _:-ms-input-placeholder,
  :root .col--xl-4 {
    min-width: 33.33333%;
    max-width: 33.33333%;
  }
  .col--xl-4,
  .col--xl-4 x:-moz-any-link {
    max-width: 33.33333%;
  }
  @-moz-document url-prefix() {
    @supports (animation: calc(0s)) {
      .col--xl-4 {
        max-width: 33.33333%;
      }
    }
  }
  .col--xl-5 {
    -ms-flex: 0 1 41.66667%;
    flex: 0 1 41.66667%;
    width: 41.66667%;
  }
  .col--xl-5 _:-ms-input-placeholder,
  :root .col--xl-5 {
    min-width: 41.66667%;
    max-width: 41.66667%;
  }
  .col--xl-5,
  .col--xl-5 x:-moz-any-link {
    max-width: 41.66667%;
  }
  @-moz-document url-prefix() {
    @supports (animation: calc(0s)) {
      .col--xl-5 {
        max-width: 41.66667%;
      }
    }
  }
  .col--xl-6 {
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    width: 50%;
  }
  .col--xl-6 _:-ms-input-placeholder,
  :root .col--xl-6 {
    min-width: 50%;
    max-width: 50%;
  }
  .col--xl-6,
  .col--xl-6 x:-moz-any-link {
    max-width: 50%;
  }
  @-moz-document url-prefix() {
    @supports (animation: calc(0s)) {
      .col--xl-6 {
        max-width: 50%;
      }
    }
  }
  .col--xl-7 {
    -ms-flex: 0 1 58.33333%;
    flex: 0 1 58.33333%;
    width: 58.33333%;
  }
  .col--xl-7 _:-ms-input-placeholder,
  :root .col--xl-7 {
    min-width: 58.33333%;
    max-width: 58.33333%;
  }
  .col--xl-7,
  .col--xl-7 x:-moz-any-link {
    max-width: 58.33333%;
  }
  @-moz-document url-prefix() {
    @supports (animation: calc(0s)) {
      .col--xl-7 {
        max-width: 58.33333%;
      }
    }
  }
  .col--xl-8 {
    -ms-flex: 0 1 66.66667%;
    flex: 0 1 66.66667%;
    width: 66.66667%;
  }
  .col--xl-8 _:-ms-input-placeholder,
  :root .col--xl-8 {
    min-width: 66.66667%;
    max-width: 66.66667%;
  }
  .col--xl-8,
  .col--xl-8 x:-moz-any-link {
    max-width: 66.66667%;
  }
  @-moz-document url-prefix() {
    @supports (animation: calc(0s)) {
      .col--xl-8 {
        max-width: 66.66667%;
      }
    }
  }
  .col--xl-9 {
    -ms-flex: 0 1 75%;
    flex: 0 1 75%;
    width: 75%;
  }
  .col--xl-9 _:-ms-input-placeholder,
  :root .col--xl-9 {
    min-width: 75%;
    max-width: 75%;
  }
  .col--xl-9,
  .col--xl-9 x:-moz-any-link {
    max-width: 75%;
  }
  @-moz-document url-prefix() {
    @supports (animation: calc(0s)) {
      .col--xl-9 {
        max-width: 75%;
      }
    }
  }
  .col--xl-10 {
    -ms-flex: 0 1 83.33333%;
    flex: 0 1 83.33333%;
    width: 83.33333%;
  }
  .col--xl-10 _:-ms-input-placeholder,
  :root .col--xl-10 {
    min-width: 83.33333%;
    max-width: 83.33333%;
  }
  .col--xl-10,
  .col--xl-10 x:-moz-any-link {
    max-width: 83.33333%;
  }
  @-moz-document url-prefix() {
    @supports (animation: calc(0s)) {
      .col--xl-10 {
        max-width: 83.33333%;
      }
    }
  }
  .col--xl-11 {
    -ms-flex: 0 1 91.66667%;
    flex: 0 1 91.66667%;
    width: 91.66667%;
  }
  .col--xl-11 _:-ms-input-placeholder,
  :root .col--xl-11 {
    min-width: 91.66667%;
    max-width: 91.66667%;
  }
  .col--xl-11,
  .col--xl-11 x:-moz-any-link {
    max-width: 91.66667%;
  }
  @-moz-document url-prefix() {
    @supports (animation: calc(0s)) {
      .col--xl-11 {
        max-width: 91.66667%;
      }
    }
  }
  .col--xl-12 {
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    width: 100%;
  }
  .col--xl-12 _:-ms-input-placeholder,
  :root .col--xl-12 {
    min-width: 100%;
    max-width: 100%;
  }
  .col--xl-12,
  .col--xl-12 x:-moz-any-link {
    max-width: 100%;
  }
  @-moz-document url-prefix() {
    @supports (animation: calc(0s)) {
      .col--xl-12 {
        max-width: 100%;
      }
    }
  }
  .col--xl-1-5 {
    -ms-flex: 0 1 20%;
    flex: 0 1 20%;
    width: 20%;
  }
  .col--xl-1-5 _:-ms-input-placeholder,
  :root .col--xl-1-5 {
    min-width: 20%;
    max-width: 20%;
  }
  .col--xl-1-5,
  .col--xl-1-5 x:-moz-any-link {
    max-width: 20%;
  }
  @-moz-document url-prefix() {
    @supports (animation: calc(0s)) {
      .col--xl-1-5 {
        max-width: 20%;
      }
    }
  }
  .col--xl-2-5 {
    -ms-flex: 0 1 40%;
    flex: 0 1 40%;
    width: 40%;
  }
  .col--xl-2-5 _:-ms-input-placeholder,
  :root .col--xl-2-5 {
    min-width: 40%;
    max-width: 40%;
  }
  .col--xl-2-5,
  .col--xl-2-5 x:-moz-any-link {
    max-width: 40%;
  }
  @-moz-document url-prefix() {
    @supports (animation: calc(0s)) {
      .col--xl-2-5 {
        max-width: 40%;
      }
    }
  }
  .col--xl-3-5 {
    -ms-flex: 0 1 60%;
    flex: 0 1 60%;
    width: 60%;
  }
  .col--xl-3-5 _:-ms-input-placeholder,
  :root .col--xl-3-5 {
    min-width: 60%;
    max-width: 60%;
  }
  .col--xl-3-5,
  .col--xl-3-5 x:-moz-any-link {
    max-width: 60%;
  }
  @-moz-document url-prefix() {
    @supports (animation: calc(0s)) {
      .col--xl-3-5 {
        max-width: 60%;
      }
    }
  }
  .col--xl-4-5 {
    -ms-flex: 0 1 80%;
    flex: 0 1 80%;
    width: 80%;
  }
  .col--xl-4-5 _:-ms-input-placeholder,
  :root .col--xl-4-5 {
    min-width: 80%;
    max-width: 80%;
  }
  .col--xl-4-5,
  .col--xl-4-5 x:-moz-any-link {
    max-width: 80%;
  }
  @-moz-document url-prefix() {
    @supports (animation: calc(0s)) {
      .col--xl-4-5 {
        max-width: 80%;
      }
    }
  }
  .col--xl-5-5 {
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    width: 100%;
  }
  .col--xl-5-5 _:-ms-input-placeholder,
  :root .col--xl-5-5 {
    min-width: 100%;
    max-width: 100%;
  }
  .col--xl-5-5,
  .col--xl-5-5 x:-moz-any-link {
    max-width: 100%;
  }
  @-moz-document url-prefix() {
    @supports (animation: calc(0s)) {
      .col--xl-5-5 {
        max-width: 100%;
      }
    }
  }
  .col--xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    min-width: 0;
    max-width: 100%;
  }
  .col--xl-auto _:-ms-input-placeholder,
  :root .col--xl-auto {
    min-width: 0;
  }
  .col--xl-fit {
    -ms-flex: 1;
    flex: 1;
    width: auto;
    min-width: 0;
    max-width: 100%;
  }
  .col--xl-fit _:-ms-input-placeholder,
  :root .col--xl-fit {
    min-width: 0;
  }
}
.row--pad > .col {
  padding-left: 1.4rem;
  padding-right: 1.4rem;
}
@media screen and (min-width: 980px) {
  .row--pad > .col {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}
.row--pad-large > .col {
  padding-left: 1.4rem;
  padding-right: 1.4rem;
}
@media screen and (min-width: 980px) {
  .row--pad-large > .col {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .row--pad-large > .col {
    padding-left: 6.5rem;
    padding-right: 6.5rem;
  }
}
.row--bottom-xs {
  -ms-flex-align: end;
  align-items: flex-end;
}
@media (min-width: 668px) and (min-height: 416px),
  screen and (max-width: 979px) and (max-height: 415px) and (orientation: landscape) {
  .row--bottom-sm {
    -ms-flex-align: end;
    align-items: flex-end;
  }
}
@media screen and (min-width: 668px) and (min-height: 416px) {
  .row--bottom-md {
    -ms-flex-align: end;
    align-items: flex-end;
  }
}
@media screen and (min-width: 980px) {
  .row--bottom-lg {
    -ms-flex-align: end;
    align-items: flex-end;
  }
}
@media screen and (min-width: 1200px) {
  .row--bottom-lgl {
    -ms-flex-align: end;
    align-items: flex-end;
  }
}
@media screen and (min-width: -1px) {
  .row--bottom-xl {
    -ms-flex-align: end;
    align-items: flex-end;
  }
}
.is-hidden,
.is-hidden--xl-down,
.is-hidden--xs-up {
  display: none !important;
}
@media screen and (max-width: 479px) and (orientation: portrait) {
  .is-hidden--xs {
    display: none !important;
  }
}
.is-hidden--xs-up {
  display: none !important;
}
@media screen and (max-width: 979px) and (max-height: 415px) and (orientation: landscape) {
  .is-hidden--sm {
    display: none !important;
  }
}
@media (min-width: 668px) and (min-height: 416px),
  screen and (max-width: 979px) and (max-height: 415px) and (orientation: landscape) {
  .is-hidden--sm-up {
    display: none !important;
  }
}
@media (max-width: 668px),
  screen and (max-width: 979px) and (max-height: 415px) and (orientation: landscape) {
  .is-hidden--sm-down {
    display: none !important;
  }
}
@media screen and (min-width: 668px) and (max-width: 979px) and (min-height: 416px) {
  .is-hidden--md {
    display: none !important;
  }
}
@media screen and (min-width: 668px) and (min-height: 416px) {
  .is-hidden--md-up {
    display: none !important;
  }
}
@media screen and (max-width: 979px) {
  .is-hidden--md-down {
    display: none !important;
  }
}
@media screen and (min-width: 980px) and (max-width: 1399px) {
  .is-hidden--lg {
    display: none !important;
  }
}
@media screen and (min-width: 980px) {
  .is-hidden--lg-up {
    display: none !important;
  }
}
@media screen and (max-width: 1399px) {
  .is-hidden--lg-down {
    display: none !important;
  }
}
@media screen and (min-width: 1200px) {
  .is-hidden--lgl-up {
    display: none !important;
  }
}
@media screen and (max-width: 1199px) {
  .is-hidden--lgl-down {
    display: none !important;
  }
}
@media screen and (min-width: -1px) {
  .is-hidden--xl {
    display: none !important;
  }
}
.list li,
.text ul li {
  position: relative;
  padding: 12px 0 3px 50px;
  border-color: rgba(45, 56, 69, 0.12);
}
.list li:before,
.text ul li:before {
  display: block;
  position: absolute;
  left: 1px;
  top: 10px;
  content: "";
  width: 30px;
  height: 29px;
  background-image: url(../images/icons/list-light%402x.png);
  background-size: 30px 29px;
}
.list li:not(:first-child),
.text ul li:not(:first-child) {
  padding-top: 28px;
  border-top-width: 1px;
  border-top-style: solid;
}
.list li:not(:first-child):before,
.text ul li:not(:first-child):before {
  top: 26px;
}
.ui-dark .list li:not(:first-child):before,
.ui-dark .text ul li:not(:first-child):before {
  top: 32px;
}
.list li:not(:last-child),
.text ul li:not(:last-child) {
  padding-bottom: 27px;
}
.ui-dark .list li:before,
.ui-dark .text ul li:before {
  top: 16px;
  content: "";
  width: 17px;
  height: 16px;
  background-image: url(../images/icons/list-dark-small%402x.png);
  background-size: 17px 16px;
}
.ui-primary .list li:before,
.ui-primary .text ul li:before {
  content: "";
  width: 17px;
  height: 16px;
  background-image: url(../images/icons/list-primary-small%402x.png);
  background-size: 17px 16px;
}
.list--without-icon li {
  padding-left: 0;
}
.list--without-icon li:before {
  display: none;
}
.list--without-spacing li,
.list--without-spacing li:not(:first-child),
.list--without-spacing li:not(:last-child) {
  padding-top: 0;
  padding-bottom: 0;
}
.list--without-start li:first-child {
  padding-top: 28px;
}
.list--without-start li:first-child:before {
  top: 26px;
}
.list--without-end li:last-child {
  padding-bottom: 27px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.list--without-start.list--without-spacing li:first-child {
  padding-top: 0;
}
.list--without-start.list--without-spacing li:first-child:before {
  top: 10px;
}
.list--without-end.list--without-spacing li:last-child {
  padding-bottom: 0;
}
.list--without-border li:not(:first-child) {
  border-top-width: 0 !important;
  padding-top: 0;
}
.list--without-border li:not(:first-child):before {
  top: 10px;
}
.list.list--darkish li:before,
.list.list--primary li:before,
.ui-dark .list.list--primary li:before {
  content: "";
  width: 30px;
  height: 29px;
  background-image: url(../images/icons/list-primary%402x.png);
  background-size: 30px 29px;
}
.list.list--darkish li:before {
  opacity: 0.7;
}
.ui-dark .list li {
  border-color: hsla(0, 0%, 100%, 0.08);
}
.ui-dark .list li:before {
  content: "";
  width: 30px;
  height: 29px;
  background-image: url(../images/icons/list-dark%402x.png);
  background-size: 30px 29px;
}
.ui-primary .list li {
  border-color: hsla(0, 0%, 100%, 0.12);
}
.ui-primary .list li:before {
  content: "";
  width: 30px;
  height: 29px;
  background-image: url(../images/icons/list-primary%402x.png);
  background-size: 30px 29px;
}
.list--dots li,
.text .list--dots li {
  color: #8b95a0;
  padding: 0 0 0 50px;
}
.list--dots li:before,
.text .list--dots li:before,
.ui-dark .list--dots li:before,
.ui-dark .text .list--dots li:before,
.ui-primary .list--dots li:before,
.ui-primary .text .list--dots li:before {
  left: 13px;
  top: 10px;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background: #0067da;
}
.list--dots li:not(:first-child),
.text .list--dots li:not(:first-child),
.ui-dark .list--dots li:not(:first-child),
.ui-dark .text .list--dots li:not(:first-child),
.ui-primary .list--dots li:not(:first-child),
.ui-primary .text .list--dots li:not(:first-child) {
  border-top-width: 0 !important;
  padding-top: 2px;
}
.list--dots li:not(:first-child):before,
.text .list--dots li:not(:first-child):before,
.ui-dark .list--dots li:not(:first-child):before,
.ui-dark .text .list--dots li:not(:first-child):before,
.ui-primary .list--dots li:not(:first-child):before,
.ui-primary .text .list--dots li:not(:first-child):before {
  top: 12px;
}
.list--dots li:not(:last-child),
.text .list--dots li:not(:last-child) {
  padding-bottom: 0;
}
.ui-dark .list--dots li,
.ui-dark .text .list--dots li {
  color: #8b95a0;
}
.ui-dark .list--dots li:before,
.ui-dark .text .list--dots li:before {
  background: #489eff;
}
.ui-primary .list--dots li,
.ui-primary .text .list--dots li {
  color: #96c7ff;
}
.ui-primary .list--dots li:before,
.ui-primary .text .list--dots li:before {
  background: #fff;
}
.list.list--small li,
.text .list.list--small li {
  padding: 2px 0 3px 35px;
}
.list.list--small li:before,
.text .list.list--small li:before {
  top: 6px;
  content: "";
  width: 17px;
  height: 16px;
  background-image: url(../images/icons/list-light-small%402x.png);
  background-size: 17px 16px;
}
.list.list--small li:not(:first-child),
.text .list.list--small li:not(:first-child) {
  padding-top: 17px;
}
.list.list--small li:not(:first-child):before,
.text .list.list--small li:not(:first-child):before {
  top: 21px;
}
.list.list--small li:not(:last-child),
.text .list.list--small li:not(:last-child) {
  padding-bottom: 17px;
}
.accordion__content .list.list--small li:before,
.accordion__content .text .list.list--small li:before,
.ui-dark .list.list--small li:before,
.ui-dark .text .list.list--small li:before {
  content: "";
  width: 17px;
  height: 16px;
  background-image: url(../images/icons/list-dark-small%402x.png);
  background-size: 17px 16px;
}
.ui-primary .list.list--small li:before,
.ui-primary .text .list.list--small li:before {
  content: "";
  width: 17px;
  height: 16px;
  background-image: url(../images/icons/list-primary-small%402x.png);
  background-size: 17px 16px;
}
.accordion__content .list.list--small,
.accordion__content .text .list.list--small {
  padding-left: 20px;
}
.list.list--small.list--darkish li:before,
.list.list--small.list--primary li:before,
.text .list.list--small.list--darkish li:before,
.text .list.list--small.list--primary li:before,
.ui-dark .list.list--small.list--primary li:before,
.ui-dark .text .list.list--small.list--primary li:before {
  content: "";
  width: 17px;
  height: 16px;
  background-image: url(../images/icons/list-primary-small%402x.png);
  background-size: 17px 16px;
}
.list.list--small.list--darkish li:before,
.text .list.list--small.list--darkish li:before {
  opacity: 0.7;
}
.list.list--small.list--without-icon li,
.text .list.list--small.list--without-icon li {
  padding-left: 0;
}
.list.list--small.list--without-border li:not(:first-child),
.text .list.list--small.list--without-border li:not(:first-child) {
  padding-top: 5px;
}
.list.list--small.list--without-border li:not(:first-child):before,
.text .list.list--small.list--without-border li:not(:first-child):before {
  top: 8px;
}
@media screen and (max-width: 1199px) {
  .list--small-lgl-down li,
  .text .list--small-lgl-down li {
    padding: 2px 0 3px 35px;
  }
  .list--small-lgl-down li:before,
  .text .list--small-lgl-down li:before {
    top: 6px;
    content: "";
    width: 17px;
    height: 16px;
    background-image: url(../images/icons/list-light-small%402x.png);
    background-size: 17px 16px;
  }
  .list--small-lgl-down li:not(:first-child),
  .text .list--small-lgl-down li:not(:first-child) {
    padding-top: 17px;
  }
  .list--small-lgl-down li:not(:first-child):before,
  .text .list--small-lgl-down li:not(:first-child):before {
    top: 21px;
  }
  .list--small-lgl-down li:not(:last-child),
  .text .list--small-lgl-down li:not(:last-child) {
    padding-bottom: 17px;
  }
  .accordion__content .list--small-lgl-down li:before,
  .accordion__content .text .list--small-lgl-down li:before,
  .ui-dark .list--small-lgl-down li:before,
  .ui-dark .text .list--small-lgl-down li:before {
    content: "";
    width: 17px;
    height: 16px;
    background-image: url(../images/icons/list-dark-small%402x.png);
    background-size: 17px 16px;
  }
  .ui-primary .list--small-lgl-down li:before,
  .ui-primary .text .list--small-lgl-down li:before {
    content: "";
    width: 17px;
    height: 16px;
    background-image: url(../images/icons/list-primary-small%402x.png);
    background-size: 17px 16px;
  }
  .accordion__content .list--small-lgl-down,
  .accordion__content .text .list--small-lgl-down {
    padding-left: 20px;
  }
  .list--small-lgl-down.list--darkish li:before,
  .list--small-lgl-down.list--primary li:before,
  .text .list--small-lgl-down.list--darkish li:before,
  .text .list--small-lgl-down.list--primary li:before,
  .ui-dark .list--small-lgl-down.list--primary li:before,
  .ui-dark .text .list--small-lgl-down.list--primary li:before {
    content: "";
    width: 17px;
    height: 16px;
    background-image: url(../images/icons/list-primary-small%402x.png);
    background-size: 17px 16px;
  }
  .list--small-lgl-down.list--darkish li:before,
  .text .list--small-lgl-down.list--darkish li:before {
    opacity: 0.7;
  }
  .list--small-lgl-down.list--without-icon li,
  .text .list--small-lgl-down.list--without-icon li {
    padding-left: 0;
  }
  .list--small-lgl-down.list--without-border li:not(:first-child),
  .text .list--small-lgl-down.list--without-border li:not(:first-child) {
    padding-top: 5px;
  }
  .list--small-lgl-down.list--without-border li:not(:first-child):before,
  .text .list--small-lgl-down.list--without-border li:not(:first-child):before {
    top: 8px;
  }
}
@media screen and (min-width: 1200px) {
  .list li:before,
  .text .list li:before {
    top: 10px;
  }
  .list li:not(:first-child):before,
  .text .list li:not(:first-child):before {
    top: 26px;
  }
  .list--without-border li:not(:first-child):before,
  .text .list--without-border li:not(:first-child):before {
    top: 10px;
  }
  .list--without-start li:first-child:before,
  .text .list--without-start li:first-child:before {
    top: 26px;
  }
  .list--dots li:before,
  .list--without-start.list--without-spacing li:first-child:before,
  .text .list--dots li:before,
  .text .list--without-start.list--without-spacing li:first-child:before {
    top: 10px;
  }
  .list--dots li:not(:first-child):before,
  .text .list--dots li:not(:first-child):before {
    top: 12px;
  }
  .list--small li:before,
  .text .list--small li:before {
    top: 6px;
  }
  .list--small li:not(:first-child):before,
  .text .list--small li:not(:first-child):before {
    top: 21px;
  }
  .list--small.list--without-border li:not(:first-child):before,
  .text .list--small.list--without-border li:not(:first-child):before {
    top: 8px;
  }
}
.list--horizontal li,
.list--horizontal li:not(:first-child),
.list--horizontal li:not(:last-child) {
  border: 0;
  padding-top: 18px;
  padding-bottom: 18px;
  margin-left: 50px;
}
.list--horizontal li:first-child {
  padding-top: 3px;
}
.list--horizontal li:last-child {
  padding-bottom: 3px;
}
.list--horizontal li:before,
.list--horizontal li:not(:first-child):before,
.list--horizontal li:not(:last-child):before {
  left: -36px;
  top: 13px;
}
.list--horizontal li:first-child:before {
  top: 3px;
}
@media screen and (min-width: 668px) and (min-height: 416px) {
  .list--horizontal li,
  .list--horizontal li:first-child,
  .list--horizontal li:last-child,
  .list--horizontal li:not(:first-child),
  .list--horizontal li:not(:last-child) {
    margin-left: 0;
    padding-top: 62px;
    padding-bottom: 0;
  }
  .list--horizontal li:before,
  .list--horizontal li:first-child:before,
  .list--horizontal li:not(:first-child):before,
  .list--horizontal li:not(:last-child):before {
    top: 0;
    left: 20px;
  }
}
.list--buttons:first-child li:first-child .btn {
  padding-top: 0;
}
.list--buttons:last-child li:last-child .btn {
  padding-bottom: 2px;
}
.list-numbered,
.text .list-numbered {
  counter-reset: data;
}
.list-numbered > li,
.text .list-numbered > li {
  counter-increment: data;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 16px 0 20px;
}
.list-numbered > li:not(:first-child),
.text .list-numbered > li:not(:first-child) {
  border-top: 1px solid rgba(45, 56, 69, 0.12);
  padding-top: 34px;
}
.list-numbered > li:not(:last-child),
.text .list-numbered > li:not(:last-child) {
  padding-bottom: 32px;
}
.list-numbered > li:before,
.text .list-numbered > li:before {
  color: #cdd5de;
  content: counter(data);
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  position: relative;
  margin: -4px 0 -6px 20px;
  width: 30px;
}
.list-numbered > li > span:first-child,
.text .list-numbered > li > span:first-child {
  padding-right: 40px;
  color: #2d3845;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.list-numbered > li > span:last-child,
.text .list-numbered > li > span:last-child {
  width: 48%;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.list-numbered > li > span:first-child:last-child,
.text .list-numbered > li > span:first-child:last-child {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: auto;
  padding-right: 0;
}
.ui-dark .list-numbered > li:not(:first-child),
.ui-dark .text .list-numbered > li:not(:first-child) {
  border-top-color: hsla(0, 0%, 100%, 0.08);
}
.ui-dark .list-numbered > li:before,
.ui-dark .text .list-numbered > li:before {
  color: #64717f;
}
.ui-dark .list-numbered > li > span:first-child,
.ui-dark .text .list-numbered > li > span:first-child {
  color: #f5f8fb;
}
.ui-primary .list-numbered > li:not(:first-child),
.ui-primary .text .list-numbered > li:not(:first-child) {
  border-top-color: hsla(0, 0%, 100%, 0.12);
}
.ui-primary .list-numbered > li:before,
.ui-primary .text .list-numbered > li:before {
  color: #fff;
}
@media (min-width: 668px) and (min-height: 416px),
  screen and (max-width: 979px) and (max-height: 415px) and (orientation: landscape) {
  .list-numbered > li,
  .text .list-numbered > li {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-numbered > li:before,
  .text .list-numbered > li:before {
    margin: -4px 20px -6px 0;
  }
}
@media screen and (min-width: 1200px) {
  .list-numbered > li:not(:first-child),
  .text .list-numbered > li:not(:first-child) {
    padding-top: 48px;
  }
  .list-numbered > li:not(:last-child),
  .text .list-numbered > li:not(:last-child) {
    padding-bottom: 44px;
  }
  .list-numbered > li:before,
  .text .list-numbered > li:before {
    margin-right: 40px;
    width: 35px;
  }
}
.list-numbered--reversed ul,
.text .list-numbered--reversed ul {
  margin-top: 30px;
  margin-bottom: 30px;
}
.list-numbered--reversed ul:first-child,
.text .list-numbered--reversed ul:first-child {
  margin-top: 0;
}
.list-numbered--reversed ul:last-child,
.text .list-numbered--reversed ul:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 668px) and (min-height: 416px) {
  .list-numbered--reversed ul,
  .text .list-numbered--reversed ul {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .list-numbered--reversed ul:first-child,
  .text .list-numbered--reversed ul:first-child {
    margin-top: 0;
  }
  .list-numbered--reversed ul:last-child,
  .text .list-numbered--reversed ul:last-child {
    margin-bottom: 0;
  }
}
.list-numbered--reversed > li,
.text .list-numbered--reversed > li {
  padding-bottom: 0;
}
.list-numbered--reversed > li:not(:first-child),
.text .list-numbered--reversed > li:not(:first-child) {
  border-top-width: 0;
}
.list-numbered--reversed > li:not(:last-child),
.text .list-numbered--reversed > li:not(:last-child) {
  padding-bottom: 10px;
}
.list-numbered--reversed > li:before,
.text .list-numbered--reversed > li:before {
  color: #0067da;
}
.list-numbered--reversed .list-numbered__inner,
.text .list-numbered--reversed .list-numbered__inner {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
@media screen and (min-width: 668px) and (min-height: 416px) {
  .list-numbered--reversed > li,
  .text .list-numbered--reversed > li {
    position: relative;
    display: block;
  }
  .list-numbered--reversed > li:before,
  .text .list-numbered--reversed > li:before {
    position: absolute;
    left: auto;
    right: 0;
    top: 16px;
    margin-right: 0;
    width: auto;
  }
  .list-numbered--reversed > li:not(:first-child):before,
  .text .list-numbered--reversed > li:not(:first-child):before {
    top: 34px;
  }
}
@media screen and (min-width: 1200px) {
  .list-numbered--reversed > li:not(:first-child):before,
  .text .list-numbered--reversed > li:not(:first-child):before {
    top: 48px;
  }
  .list-numbered--reversed > li:not(:last-child),
  .text .list-numbered--reversed > li:not(:last-child) {
    padding-bottom: 10px;
  }
}
.layout-intro {
  min-height: 100vh;
}
.layout-intro _:-ms-input-placeholder,
:root .layout-intro {
  height: 100vh;
}
@media screen and (min-width: 668px) and (min-height: 640px) {
  .layout-intro {
    min-height: 640px;
  }
  .layout-intro _:-ms-input-placeholder,
  :root .layout-intro {
    height: 640px;
  }
}
@media screen and (min-width: -1px) {
  .layout-intro {
    min-height: 800px;
  }
  .layout-intro _:-ms-input-placeholder,
  :root .layout-intro {
    height: 800px;
  }
}
.layout-intro-full {
  min-height: 100vh;
}
.layout-intro-full _:-ms-input-placeholder,
:root .layout-intro-full {
  height: 100vh;
}
.layout-gallery {
  height: 200px;
}
@media (min-width: 668px) and (min-height: 416px),
  screen and (max-width: 979px) and (max-height: 415px) and (orientation: landscape) {
  .layout-gallery {
    height: 380px;
  }
}
@media screen and (min-width: 1200px) {
  .layout-gallery {
    height: 480px;
  }
}
@media screen and (min-width: 668px) and (min-height: 416px) {
  .layout-landing-content {
    min-height: 570px;
  }
  .layout-landing-content _:-ms-input-placeholder,
  :root .layout-landing-content {
    height: 570px;
  }
}
@media screen and (min-width: 980px) {
  .layout-landing-content {
    min-height: 640px;
  }
  .layout-landing-content _:-ms-input-placeholder,
  :root .layout-landing-content {
    height: 640px;
  }
}
@media screen and (min-width: -1px) {
  .layout-landing-content {
    min-height: 900px;
  }
  .layout-landing-content _:-ms-input-placeholder,
  :root .layout-landing-content {
    height: 900px;
  }
}
.layout-v-cover {
  min-height: 100vh;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.layout-v-cover _:-ms-input-placeholder,
:root .layout-v-cover {
  height: 100vh;
}
.with-notification .layout-v-cover {
  min-height: calc(100vh - 80px);
}
.layout-v-cover .layout-v-cover__content {
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 100%;
}
@media screen and (min-width: 668px) and (min-height: 416px) {
  .layout-v-cover,
  .layout-v-cover--md-up {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch;
    min-height: 100vh;
  }
  .layout-v-cover--md-up _:-ms-input-placeholder,
  .layout-v-cover _:-ms-input-placeholder,
  :root .layout-v-cover,
  :root .layout-v-cover--md-up {
    height: 100vh;
  }
  .with-notification .layout-v-cover,
  .with-notification .layout-v-cover--md-up {
    min-height: calc(100vh - 80px);
  }
  .layout-v-cover--md-up .layout-v-cover__content,
  .layout-v-cover .layout-v-cover__content {
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: 100%;
  }
}
@media screen and (min-width: 668px) and (min-height: 416px) {
  .layout-v-middle--md-up {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.layout-v-bottom {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
}
.layout-v-space-between {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.layout-v-space-between__spacer {
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}
.layout-right-content .h2,
.layout-right-content h2,
.layout-right-content p {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 980px) {
  .layout-right-content {
    width: 33.333%;
    min-width: 330px;
    max-width: 360px;
    margin-left: auto;
  }
}
.scroller {
  position: relative;
}
.with-scroller .scroller {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
}
.with-scroller .scroller__content {
  position: relative;
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
}
.with-notification .scroller {
  top: 80px;
}
.with-scroller.with-notification .scroller {
  height: calc(100vh - 80px);
}
.with-scroller.with-notification .scroller__content {
  min-height: calc(100vh - 80px);
}
.with-lightbox,
.with-lightbox body {
  overflow-y: hidden;
  height: 100vh;
}
.with-lightbox.with-scroller,
.with-lightbox.with-scroller body {
  overflow-y: initial;
  height: auto;
}
.with-lightbox.with-scroller.is-ie,
.with-lightbox.with-scroller.is-ie body {
  overflow-y: auto;
}
.with-mobile-menu,
.with-mobile-menu body {
  overflow-y: hidden;
}
.accordion__heading,
.tabs__heading {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  align-items: center;
  white-space: normal;
}
.accordion__heading .icon,
.accordion__heading span,
.tabs__heading .icon,
.tabs__heading span {
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.accordion__heading span,
.tabs__heading span {
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  text-align: left;
}
.accordion__content,
.tabs__content {
  position: relative;
  display: none;
}
.accordion__content.cover,
.tabs__content.cover {
  position: absolute;
}
.accordion__content.is-active,
.tabs__content.is-active {
  display: block;
}
.accordion__heading.is-active .accordion__visible-collapsed,
.accordion__visible-collapsed.is-active,
.accordion__visible-expanded {
  display: none !important;
}
.accordion__heading.is-active .accordion__visible-expanded,
.accordion__visible-expanded.is-active {
  display: block !important;
}
.accordion--list .accordion__heading,
.tabs .tabs__heading {
  padding: 26px 0 27px;
  margin-bottom: -11px;
}
.accordion--list .accordion__heading .icon,
.tabs .tabs__heading .icon {
  margin-right: 1.4rem;
  margin-top: -0.2rem;
}
.accordion--list .accordion__content,
.tabs .tabs__content {
  padding: 0 0 17px 40px;
}
.accordion--list .accordion__item {
  padding: 0 0 11px;
}
.accordion--list .accordion__item:not(:first-child),
.tabs .tabs__item:not(:first-child) {
  border-top: 1px solid rgba(45, 56, 69, 0.12);
}
.ui-dark .accordion--list .accordion__item:not(:first-child),
.ui-dark .tabs .tabs__item:not(:first-child) {
  border-top-color: hsla(0, 0%, 100%, 0.08);
}
.accordion--list .accordion__item:first-child .accordion__heading,
.accordion--list .accordion__item:first-child .tabs__heading,
.tabs .tabs__item:first-child .accordion__heading,
.tabs .tabs__item:first-child .tabs__heading {
  padding-top: 0;
}
.accordion--list .accordion__item:last-child,
.tabs .tabs__item:last-child {
  margin-bottom: -24px;
}
@media screen and (min-width: 668px) and (min-height: 416px) {
  .tabs .tabs__content {
    padding: 0 0 22px 40px;
  }
  .accordion--list .accordion__content {
    padding: 0 0 50px;
  }
}
.accordion--simple .accordion__heading .icon {
  margin-left: 0.5rem;
}
.tabs {
  position: relative;
}
.tabs-heading,
.tabs__heading {
  position: relative;
  margin-top: 10px;
  margin-left: -45px;
}
.tabs-content,
.tabs__content {
  overflow: hidden;
  display: none;
}
.tabs-content.is-active,
.tabs__content.is-active {
  display: block;
}
.tabs-container {
  position: relative;
}
.tabs-container .tabs__content {
  overflow: visible;
}
.no-hover .tabs-heading--standalone {
  margin-left: 0;
}
.no-hover .tabs-heading--standalone .icon {
  display: none;
}
.no-hover .ui-dark .tabs-heading--standalone .btn--tab--em {
  color: rgba(245, 248, 251, 0.7);
  transition-property: color, fill;
  fill: #f5f8fb;
}
.no-hover .ui-dark .tabs-heading--standalone .btn--tab--em .icon {
  color: rgba(245, 248, 251, 0.24);
  fill: #f5f8fb;
}
@media screen and (max-width: 979px) {
  .tabs .tabs__heading {
    margin: 0;
  }
  .tabs-heading {
    margin-left: 0;
  }
  .tabs .tabs__content {
    padding-left: 0;
  }
  .tabs .tabs-content {
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 980px) {
  .tabs .tabs__item {
    padding: 0;
  }
  .tabs .tabs__item:last-child {
    margin-bottom: 0;
  }
  .tabs .tabs__content,
  .tabs .tabs__item:not(:first-child) {
    border: 0;
    padding: 0;
  }
}
.tabs-heading--large {
  margin-top: 0;
}
.tabs-heading--large:not(:first-child) {
  margin-top: 20px;
}
.mask-icon {
  position: relative;
  margin-top: 50px;
}
.mask-icon,
.mask-icon__aside,
.mask-icon__back,
.mask-icon__image,
.mask-icon__mask {
  display: inline-block;
  vertical-align: top;
}
.mask-icon__back {
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.mask-icon__image {
  position: absolute;
  left: 50%;
  top: 0;
  min-width: 100%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.mask-icon__aside {
  position: relative;
  max-width: 100%;
}
.mask-icon__aside:after {
  content: "";
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.mask-icon__mask {
  position: relative;
  margin-top: -4px;
  margin-bottom: -1px;
  transform: translate3d(0, 2px, 0);
  max-width: 100%;
  height: auto;
}
@media (min-width: 668px) and (min-height: 416px),
  screen and (max-width: 979px) and (max-height: 415px) and (orientation: landscape) {
  .mask-icon {
    margin-top: 0;
    float: right;
  }
}
@media screen and (min-width: 980px) {
  .mask-icon {
    margin: 80px 0 -20px;
  }
}
@media screen and (min-width: 1200px) {
  .mask-icon {
    margin: 85px 0 60px;
  }
}
.breadcrumbs a {
  opacity: 0.7;
}
.breadcrumbs li:after {
  content: "/";
  display: inline-block;
  padding: 0 11px;
  opacity: 0.7;
}
.ui-dark .breadcrumbs {
  color: #d1c9c6;
}
.section-title {
  margin-top: 30px;
  margin-bottom: 30px;
}
.section-title:first-child {
  margin-top: 0;
}
.section-title:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 668px) and (min-height: 416px) {
  .section-title {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .section-title:first-child {
    margin-top: 0;
  }
  .section-title:last-child {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 980px) {
  .section-title {
    margin-top: 0;
    margin-bottom: 0;
  }
  .section-title:first-child {
    margin-top: 0;
  }
  .section-title:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 979px) {
  .section-title br {
    display: none !important;
  }
}
@media screen and (min-width: 980px) {
  .section-title + .col {
    padding-top: 5px;
  }
}
.floating-button {
  position: absolute;
  left: 30px;
  top: -50px;
  width: 100%;
}
.floating-button--bottom {
  z-index: 1;
  top: auto;
  bottom: -50px;
}
.floating-button--hybrid {
  z-index: 1;
  left: 0;
  top: auto;
  bottom: 20px;
}
@media (min-width: 668px) and (min-height: 416px),
  screen and (max-width: 979px) and (max-height: 415px) and (orientation: landscape) {
  .floating-button {
    left: 0;
  }
}
@media screen and (min-width: 668px) and (min-height: 416px) {
  .floating-button {
    top: -60px;
  }
  .floating-button--bottom {
    top: auto;
    bottom: -60px;
  }
  .floating-button--hybrid {
    bottom: auto;
    top: 64px;
    text-align: right;
  }
}
@media screen and (min-width: 980px) and (max-width: 1399px) {
  .floating-button .btn {
    position: relative;
    left: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .floating-button--hybrid {
    top: 104px;
  }
}
.floating-content {
  position: relative;
}
.floating-content__inner {
  position: relative;
  padding: 50px 30px;
}
.floating-content--image .floating-content__inner {
  padding: 0;
  width: auto;
  max-width: 100%;
  vertical-align: top;
}
@media (max-width: 668px),
  screen and (max-width: 979px) and (max-height: 415px) and (orientation: landscape) {
  .floating-content--left {
    position: relative;
    margin: -50px -30px 0;
  }
  .floating-content--right {
    position: relative;
    margin: 0 -30px 37px;
  }
  .floating-content--image .floating-content__inner {
    width: 100%;
  }
}
@media screen and (min-width: 668px) and (min-height: 416px) {
  .floating-content__inner {
    padding: 72px 80px 78px;
  }
  .floating-content--left {
    width: 100%;
    z-index: 1;
    margin-top: -180px;
    margin-bottom: 200px;
  }
  .floating-content--left .floating-content__inner {
    width: 420px;
  }
  html[lang="ru"] .floating-content--left .floating-content__inner {
    width: 520px;
  }
  .floating-content--right {
    margin-top: -120px;
    margin-bottom: 100px;
  }
  .floating-content--right .floating-content__inner {
    padding-left: 245px;
  }
  .floating-content--image .floating-content__inner {
    padding-left: 0;
  }
}
@media screen and (min-width: 980px) {
  .floating-content--left .floating-content__inner {
    width: 480px;
  }
  html[lang="ru"] .floating-content--left .floating-content__inner {
    width: 560px;
  }
  .floating-content--left--large .floating-content__inner,
  html[lang="ru"] .floating-content--left--large .floating-content__inner {
    width: 600px;
  }
  .floating-content--image .floating-content__inner {
    width: auto;
  }
}
@media screen and (min-width: 1200px) {
  .floating-content__inner {
    padding: 90px 100px;
  }
  .floating-content--left {
    margin-top: -330px;
  }
  .floating-content--right {
    margin-top: -210px;
  }
  .floating-content--top-small.floating-content--left {
    margin-top: -200px;
  }
  .floating-content--top-small.floating-content--right {
    margin-top: -172px;
  }
}
@media screen and (min-width: 668px) and (max-width: 979px) and (min-height: 416px) {
  .floating-content--double-text .floating-content__inner {
    padding-left: 60px;
    padding-right: 60px;
  }
  .floating-content--double-text.floating-content--left
    .floating-content__inner {
    width: 340px;
  }
  .floating-content--double-text.floating-content--right
    .floating-content__inner {
    padding-left: 155px;
  }
}
@media screen and (min-width: 668px) and (min-height: 416px) {
  .container--with-bottom-content:after {
    content: "";
    display: block;
    height: 260px;
  }
}
@media screen and (min-width: 668px) and (min-height: 416px) {
  .container--with-bottom-content-small:after {
    content: "";
    display: block;
    height: 220px;
  }
}
@media screen and (min-width: 1200px) {
  .container--with-bottom-content-small:after {
    height: 160px;
  }
}

@media screen and (min-width: 668px) and (min-height: 416px) {
  .container--with-top-button:before {
    height: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .container--with-top-button:before {
    height: 15px;
  }
}
@media screen and (min-width: 668px) and (min-height: 416px) {
  .form {
    margin-top: 1.87em;
    margin-bottom: 1.87em;
  }
  .form:first-child {
    margin-top: 0;
  }
  .form:last-child {
    margin-bottom: 0;
  }
}
.form--lightbox {
  min-height: 100vh;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.form--lightbox .form-content {
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  min-height: calc(100vh - 150px);
}
.form--lightbox .form-result {
  width: 100%;
}
.form--lightbox .form-footer {
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (max-width: 668px),
  screen and (max-width: 979px) and (max-height: 415px) and (orientation: landscape) {
  .form--lightbox .form-content {
    min-height: calc(100vh - 130px);
  }
}
.form-control {
  width: 100%;
  height: 41px;
  border: 0;
  padding-left: 0;
  padding-right: 0;
  border-bottom: 1px solid rgba(45, 56, 69, 0.12);
  background: none;
  transition-property: border-color;
}
.no-hover .form-control {
  -webkit-appearance: none;
  border-radius: 0;
}
.active.form-control,
.form-control:focus {
  border-bottom-color: #0067da;
}
.has-error .form-control {
  border-bottom-color: #d9534f;
}
.form-control,
select.form-control-select {
  color: #2d3845;
  line-height: normal;
  outline: none;
  vertical-align: middle;
}
.form-control::-webkit-input-placeholder,
select.form-control-select::-webkit-input-placeholder {
  color: #2d3845;
}
.form-control::-moz-placeholder,
select.form-control-select::-moz-placeholder {
  color: #2d3845;
}
.form-control:-ms-input-placeholder,
select.form-control-select:-ms-input-placeholder {
  color: #2d3845;
}
.form-control:placeholder-shown,
select.form-control-select:placeholder-shown {
  color: #2d3845;
}
.form-control::-ms-clear {
  display: none;
}
.form-label {
  position: relative;
  display: inline-block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.form-label:before {
  content: "";
}
.form-label--placeholder {
  position: absolute;
  left: 0;
  right: 0;
  top: 8px;
  min-height: 1.71429em;
}
.form-label--placeholder > span {
  display: block;
  position: absolute;
  left: 5px;
  bottom: 0;
  width: 100%;
}
.form-label--placeholder.form-label--up {
  -ms-transform: translateY(-36px);
  transform: translateY(-36px);
}
.form-label--placeholder.form-label--lg {
  top: 0;
}
.form-label--placeholder.form-label--lg.form-label--up {
  -ms-transform: translateY(-22px);
  transform: translateY(-22px);
}
.form-description {
  color: #2d3845;
}
.form-group {
  margin-top: 30px;
  margin-bottom: 30px;
  position: relative;
}
.form-group:first-child {
  margin-top: 0;
}
.form-group:last-child {
  margin-bottom: 0;
}
.form-group--lg {
  margin-top: 30px;
  margin-bottom: 30px;
}
.form-group--lg:first-child {
  margin-top: 0;
}
.form-group--lg:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 980px) {
  .form-group--lg {
    margin-top: 53px;
    margin-bottom: 53px;
  }
  .form-group--lg:first-child {
    margin-top: 0;
  }
  .form-group--lg:last-child {
    margin-bottom: 0;
  }
}
.form-group--none {
  margin-top: 0;
  margin-bottom: 0;
}
.form-group--none:first-child {
  margin-top: 0;
}
.form-group--none:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 668px) and (min-height: 416px) {
  .form-group--none {
    margin-top: 0;
    margin-bottom: 0;
  }
  .form-group--none:first-child {
    margin-top: 0;
  }
  .form-group--none:last-child {
    margin-bottom: 0;
  }
}
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}
.form-fieldset {
  margin-top: 70px;
  margin-bottom: 0;
}
.form-fieldset:first-child {
  margin-top: 0;
}
.form-fieldset:last-child {
  margin-bottom: 0;
}
.form-control[type="date"],
.form-control[type="time"] {
  white-space: nowrap;
}
.form-control--lg {
  height: 35px;
}
.form-control--xl {
  height: 43px;
}
.form-control--textarea {
  padding-top: 11px;
  min-height: 35px;
  overflow: hidden;
  resize: none;
}
.form-control--select {
  -webkit-appearance: menulist-button;
}
.form-control--calendar {
  padding-left: 21px;
  background: url(../images/currency-calculator/calendar%402x.png) 0 15px
    no-repeat;
  background-size: 12px 62px;
}
.form-control--calendar.active,
.form-control--calendar:focus {
  background-position: 0 -36px;
}
.has-hover .form-control--calendar::-webkit-calendar-picker-indicator,
.has-hover .form-control--calendar::-webkit-inner-spin-button {
  display: none;
  -webkit-appearance: none;
}
@media (min-width: 668px) and (min-height: 416px),
  screen and (max-width: 979px) and (max-height: 415px) and (orientation: landscape) {
  .form-control--calendar {
    width: 140px;
  }
  .has-hover .form-control--calendar {
    width: 104px;
  }
}
.form-control--time {
  cursor: text;
}
.form-control--time::-webkit-clear-button {
  display: none;
}
.form-control--time::-ms-clear {
  display: none;
}
.has-hover .form-control--time {
  width: 46px;
}
.has-hover .form-control--time::-webkit-inner-spin-button {
  display: none;
  -webkit-appearance: none;
}
@media (min-width: 668px) and (min-height: 416px),
  screen and (max-width: 979px) and (max-height: 415px) and (orientation: landscape) {
  .form-control--time,
  .has-hover .form-control--time {
    width: 66px;
  }
}
.form-control-switch {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -7px 0 0 -12px;
}
.form-control-switch .btn {
  width: calc(50% - 12px);
  margin: 12px 0 0 12px;
}
@media (min-width: 668px) and (min-height: 416px),
  screen and (max-width: 979px) and (max-height: 415px) and (orientation: landscape) {
  .form-control-switch--small .btn {
    width: auto;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}
.form-control-radio input {
  position: absolute;
  left: -9000px;
}
.form-control-radio label {
  display: block;
  cursor: pointer;
  height: 18px;
  line-height: 18px;
  color: #2d3845;
}
.form-control-radio label span {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: relative;
}
.form-control-radio label span:after,
.form-control-radio label span:before {
  cursor: pointer;
  content: "";
  display: block;
  border-radius: 18px;
}
.form-control-radio label span:before {
  border: 1px solid #0067da;
  width: 18px;
  height: 18px;
  margin-right: 20px;
  -ms-flex: 0 0 18px;
  flex: 0 0 18px;
  max-width: 18px;
}
.form-control-radio label span:after {
  background: #0067da;
  opacity: 0;
  width: 6px;
  height: 6px;
  position: absolute;
  left: 6px;
  top: 6px;
}
.form-control-radio input:checked + label span:after {
  opacity: 1;
}
.form-control-radio input.readonly + label span {
  pointer-events: none;
}
.form-control-radio input:focus + label span:before {
  border-color: #2d3845;
}
.form-control-radio input:focus + label span:after {
  background-color: #2d3845;
}
.form-control-radio + .form-control-radio,
.form-label + .form-control-radio {
  margin-top: 22px;
}
.form-label ~ .form-control-select {
  margin-top: 5px;
}
.selectivity-clearfix {
  clear: both;
}
.selectivity-input {
  position: relative;
  display: block;
  width: 100%;
  min-width: 120px;
  height: 45px;
  color: #2d3845;
}
.selectivity-input select {
  display: none;
}
.selectivity-input:focus {
  outline: none;
}
.selectivity-placeholder {
  color: #8b95a0;
}
.selectivity-dropdown {
  background: #fff;
  border-top: 1px solid #0067da;
  box-shadow: 0 1px 60px rgba(45, 56, 69, 0.08);
  z-index: 1046;
  position: absolute;
  top: 45px !important;
  left: 0 !important;
}
.selectivity-search-input-container {
  border-bottom: 1px solid rgba(45, 56, 69, 0.12);
}
.selectivity-search-input {
  background: transparent;
  border: 0;
  outline: 0;
  width: 100%;
  text-transform: none;
}
.selectivity-results-container {
  max-height: 15.2em;
  overflow: auto;
  position: relative;
}
.selectivity-load-more,
.selectivity-result-item {
  padding: 7px 16px;
  border-top: 1px solid rgba(45, 56, 69, 0.12);
  cursor: pointer;
  letter-spacing: 0;
  font-weight: 400;
}
.selectivity-load-more:first-child,
.selectivity-result-item:first-child {
  border-top: 0;
}
.selectivity-result-children .selectivity-result-item {
  padding-left: 17px;
}
.selectivity-load-more.highlight,
.selectivity-result-item.highlight {
  color: #0067da;
}
.selectivity-result-item.disabled {
  cursor: default;
  color: #8b95a0;
}
.selectivity-result-label {
  display: none;
}
.selectivity-error,
.selectivity-loading,
.selectivity-result-label,
.selectivity-search-input-container {
  padding: 7px 16px;
}
.selectivity-single-select {
  background: #fff;
  cursor: pointer;
  min-height: 45px;
  padding: 9px 0;
  position: relative;
}
.selectivity-single-select-input {
  opacity: 0;
  position: absolute;
  left: -9000px;
}
.selectivity-single-result-container {
  position: absolute;
  top: 6px;
  right: 40px;
  left: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.selectivity-single-selected-item {
  color: #2d3845;
  line-height: 30px;
}
.selectivity-single-selected-item-remove {
  color: #2d3845;
  float: right;
  padding: 0 5px;
}
.selectivity-caret {
  position: absolute;
  right: 21px;
  bottom: 19px;
  width: 7px;
  height: 6px;
  background: #fff url(../images/icons/select.png) 0 0 no-repeat;
  background-size: 7px 6px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 2dppx),
  only screen and (min-resolution: 192dpi) {
  .selectivity-caret {
    background-image: url(../images/icons/select%402x.png);
  }
}
.open .selectivity-caret {
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.selectivity-submenu-icon {
  position: absolute;
  right: 4px;
}
select.form-control-select {
  -webkit-appearance: none;
  border-radius: 0;
  border: 0;
  width: 100%;
  height: 45px;
  padding: 0 16px;
  background: #fff url(../images/icons/select.png) right 20px top 20px no-repeat;
  background-size: 7px 6px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 2dppx),
  only screen and (min-resolution: 192dpi) {
  select.form-control-select {
    background-image: url(../images/icons/select%402x.png);
  }
}
.form-control-select--bordered .selectivity-single-select {
  border: 1px solid rgba(45, 56, 69, 0.12);
}
.form-control-select--bordered .selectivity-dropdown {
  border: 1px solid #0067da;
  border-top: 0;
}
.form-control-select--bordered.open .selectivity-single-select {
  border-color: #0067da;
}
select.form-control-select--bordered {
  border: 1px solid rgba(45, 56, 69, 0.12);
  border-radius: 0;
}
.form-control-select--xl {
  height: 43px;
}
.form-control-select--xl .selectivity-single-select {
  min-height: 43px;
}
.form-control-select--xl .selectivity-dropdown {
  top: 43px !important;
}
.form-control-select--xl .selectivity-single-result-container {
  top: 5px;
  left: 12px;
  right: 28px;
}
.form-control-select--xl .selectivity-caret {
  right: 11px;
  bottom: 17px;
}
select.form-control-select--xl {
  height: 43px;
  background-position: right 11px top 20px;
}
.form-control-select--sm {
  height: 41px;
}
.form-control-select--sm .selectivity-single-select {
  min-height: 41px;
}
.form-control-select--sm .selectivity-dropdown {
  top: 41px !important;
}
.form-control-select--sm .selectivity-single-result-container {
  top: 5px;
  left: 12px;
  right: 28px;
}
.form-control-select--sm .selectivity-caret {
  right: 11px;
  bottom: 16px;
}
select.form-control-select--sm {
  height: 41px;
  background-position: right 11px top 17px;
}
@media (min-width: 668px) and (min-height: 416px),
  screen and (max-width: 979px) and (max-height: 415px) and (orientation: landscape) {
  .form-control-select--countries {
    min-width: 83px;
    max-width: 83px;
  }
  .has-hover .form-control-select--countries {
    min-width: 113px;
    max-width: 113px;
  }
}
@media (min-width: 668px) and (min-height: 416px),
  screen and (max-width: 979px) and (max-height: 415px) and (orientation: landscape) {
  .form-control-select--time {
    min-width: 96px;
    max-width: 96px;
  }
}
.g-recaptcha-response {
  display: block !important;
  position: absolute !important;
  left: -9000px;
}
.form-footer {
  margin-top: 30px;
  margin-bottom: 30px;
}
.form-footer:first-child {
  margin-top: 0;
}
.form-footer:last-child {
  margin-bottom: 0;
}
.form-file-upload {
  display: -ms-flexbox;
  display: flex;
}
.form-file-upload input {
  display: none !important;
}
.form-file-upload label {
  color: #0067da;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  margin-right: 20px;
  line-height: 1.8;
}
.form-file-upload label i {
  width: 25px;
  height: 25px;
  border: 1px solid currentColor;
  border-radius: 50%;
  margin-right: 14px;
  position: relative;
}
.form-file-upload label i .icon {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  fill: currentColor;
  transition: none;
}
.form-file-upload label:hover {
  color: #2d3845;
}
.form-file-upload .upload-error {
  color: #d9534f;
}
.form-file-upload > div {
  line-height: 1.8;
  max-width: calc(100% - 140px);
}
@media (max-width: 668px),
  screen and (max-width: 979px) and (max-height: 415px) and (orientation: landscape) {
  .form-file-upload {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .form-file-upload .upload-error {
    -ms-flex: 1;
    flex: 1;
    min-width: 100%;
    margin-top: 10px;
  }
}
div.error,
label.error {
  display: block;
  padding: 5px 0 0;
  color: #d9534f;
}
.form-control-radio + label.error {
  padding-top: 15px;
}
.lightbox {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  min-height: 100vh;
}
.lightbox .scroller {
  background-color: #f5f8fa;
}
.lightbox .scroller__content {
  height: 100vh;
  min-height: 100vh;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.lightbox.ui-dark .scroller {
  background-color: #2d3845;
}
.lightbox__close {
  position: absolute;
  right: 30px;
  top: 30px;
}
.lightbox__back {
  right: 83px;
  top: 30px;
}
.lightbox__back,
.with-lightbox .lightbox {
  position: absolute;
}
.with-scroller .lightbox {
  position: fixed;
  height: 100vh;
}
.with-scroller .lightbox .scroller__content {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.with-scroller.with-notification .lightbox .scroller {
  height: 100vh;
  top: 0;
}
.header {
  padding: 0 30px 0 20px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  transition-property: background-color, box-shadow;
}
.header__inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.header--fixed-free,
.header--fixed-top {
  background-color: #fff;
  box-shadow: 0 1px 0 rgba(45, 56, 69, 0.08);
  position: fixed;
}
.with-scroller .header--fixed-free,
.with-scroller .header--fixed-top {
  position: absolute;
}
.header.ui-header {
  background-color: hsla(0, 0%, 100%, 0);
}
@media screen and (min-width: 980px) {
  .header.ui-header {
    box-shadow: 0 1px 0 hsla(0, 0%, 100%, 0.2);
  }
}
.header.header--expanded {
  background-color: #fff;
}
@media screen and (min-width: 668px) and (min-height: 416px) {
  .header {
    padding: 0 60px;
  }
}
@media screen and (min-width: 1200px) {
  .header {
    padding: 0 40px 0 22px;
  }
}
@media screen and (min-width: -1px) {
  .header {
    padding: 0;
  }
}
.logo {
  -ms-flex-align: center;
  align-items: center;
}
.logo img,
.logo picture {
  display: block;
}
@media (max-width: 668px),
  screen and (max-width: 979px) and (max-height: 415px) and (orientation: landscape) {
  .logo {
    padding-bottom: 2px;
  }
  .logo .icon {
    width: 45px;
    height: 45px;
  }
}
@media screen and (min-width: 668px) and (min-height: 416px) {
  .logo {
    padding-bottom: 11px;
  }
}
.nav-primary .btn {
  border-bottom: 3px solid transparent;
}
.has-hover .nav-primary .btn:active,
.has-hover .nav-primary .btn:focus,
.has-hover .nav-primary .btn:hover,
.nav-primary .btn.is-active,
.nav-primary .btn:active {
  border-bottom-color: #2d3845;
}
.has-hover .ui-header .nav-primary .btn:active,
.has-hover .ui-header .nav-primary .btn:focus,
.has-hover .ui-header .nav-primary .btn:hover,
.ui-header .nav-primary .btn.is-active,
.ui-header .nav-primary .btn:active {
  border-bottom-color: #fff;
}
.header__subnavigation {
  position: absolute;
  top: 80px;
  left: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0 -1px 0 rgba(45, 56, 69, 0.08);
  padding-top: 75px;
  padding-bottom: 95px;
}
.header__subnavigation ul {
  margin-top: 21px;
}
.header__subnavigation ul:first-child {
  margin-top: 0;
}
.header__subnavigation li a {
  display: block;
  position: relative;
}
.header__subnavigation li a:before {
  content: "";
  display: block;
  position: absolute;
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -8px;
}
.header__subnavigation li {
  margin-bottom: 11px;
}
.header__subnavigation li:last-child {
  margin-bottom: 0;
}
.header__subnavigation .header__subnavigation__heading {
  margin-bottom: 21px;
}
.header__subnavigation .header__subnavigation__heading:last-child {
  margin-bottom: 0;
}
.header__subnavigation .col {
  padding-bottom: 20px;
  -ms-flex: 0 1 18.18182%;
  flex: 0 1 18.18182%;
  width: 18.18182%;
}
.header__subnavigation .col _:-ms-input-placeholder,
:root .header__subnavigation .col {
  min-width: 18.18182%;
  max-width: 18.18182%;
}
.header__subnavigation .col,
.header__subnavigation .col x:-moz-any-link {
  max-width: 18.18182%;
}
@-moz-document url-prefix() {
  @supports (animation: calc(0s)) {
    .header__subnavigation .col {
      max-width: 18.18182%;
    }
  }
}
.header__subnavigation__divider.col {
  position: relative;
  -ms-flex: 0 1 9.09091%;
  flex: 0 1 9.09091%;
  width: 9.09091%;
}
.header__subnavigation__divider.col _:-ms-input-placeholder,
:root .header__subnavigation__divider.col {
  min-width: 9.09091%;
  max-width: 9.09091%;
}
.header__subnavigation__divider.col,
.header__subnavigation__divider.col x:-moz-any-link {
  max-width: 9.09091%;
}
@-moz-document url-prefix() {
  @supports (animation: calc(0s)) {
    .header__subnavigation__divider.col {
      max-width: 9.09091%;
    }
  }
}
.header__subnavigation__divider.col:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  height: 100%;
  border-left: 1px solid rgba(45, 56, 69, 0.12);
}
.header__subnavigation:after {
  pointer-events: none;
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: calc(100vh - 100%);
  background: rgba(45, 56, 69, 0.4);
}
@media screen and (min-width: -1px) {
  .header__subnavigation {
    top: 100px;
  }
}
.header__subnavigation--narrow {
  padding-top: 55px;
  padding-bottom: 30px;
}
.header__subnavigation--narrow ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}
.header__subnavigation--narrow li {
  margin: 0 15px;
}
.nav-mobile {
  position: fixed;
  overflow: hidden;
}
.nav-mobile,
.nav-mobile:before {
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  transition-duration: 0.8s;
}
.nav-mobile:before {
  content: "";
  position: absolute;
  background: rgba(45, 56, 69, 0.4);
  transition-property: opacity;
  opacity: 0;
}
.nav-mobile__inner {
  position: absolute;
  top: 0;
  right: 0;
  width: 315px;
  max-width: 100vw;
  height: 100vh;
  background: #fff;
  transition-property: transform;
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}
.nav-mobile__content {
  height: 100vh;
  min-height: 100vh;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 0 37px 0 35px;
  position: relative;
}
.nav-mobile__content > .btn-group {
  -ms-flex-flow: column;
  flex-flow: column;
  padding-top: 20px;
  margin-bottom: 20px;
}
.nav-mobile__content > .btn-group .btn {
  height: 24px;
}
.nav-mobile__list {
  padding-bottom: 25px;
}
.nav-mobile__list > li {
  border-top: 1px solid rgba(45, 56, 69, 0.12);
}
.nav-mobile__list > li:first-child {
  border-top: 0;
}
.nav-mobile__list .accordion__item:last-child {
  margin-bottom: 0;
}
.nav-mobile__list .accordion__heading .icon {
  margin-right: 0;
}
.nav-mobile__list .accordion__content {
  padding: 22px 0 35px;
}
.nav-mobile__list__heading {
  display: block;
  padding: 21px 0 15px;
  font-size: 1.8rem;
  line-height: 1.33333em;
}
.nav-mobile__list__heading.accordion__heading {
  display: -ms-flexbox;
  display: flex;
  padding: 21px 0 15px;
}
.accordion--list .accordion__item:first-child .nav-mobile__list__heading {
  padding: 21px 0 15px;
}
.nav-mobile__list__link {
  padding-bottom: 14px;
  display: block;
}
.nav-mobile__list__sub-link {
  padding-top: 16px;
  display: block;
}
.nav-mobile--open:before {
  opacity: 1;
}
.nav-mobile--open .nav-mobile__inner {
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.nav-mobile .nav-mobile-toggle {
  position: absolute;
  right: 36px;
  top: 0;
}
.notification {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 80px;
}
.notification__head {
  position: relative;
  z-index: 1;
}
.notification__head .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  height: 78px;
}
.notification__head a {
  margin-left: 12px;
}
.notification__head p {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.notification__head__icon {
  margin-right: 20px;
}
.notification__head__close {
  margin-left: 20px;
}
.notification__head__close:before {
  content: "";
}
.notification__content {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  transition-property: transform;
}
.notification__content p {
  margin-top: 24px;
  margin-bottom: 24px;
}
.notification__content p:first-child {
  margin-top: 0;
}
.notification__content p:last-child {
  margin-bottom: 0;
}
.notification--collapsed .notification__content {
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
.notification--collapsed .notification__hidden-collapsed,
.notification--expanded .notification__hidden-expanded {
  display: none !important;
}
.language-navigation {
  position: relative;
}
.language-navigation__subnavigation {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
  flex-flow: column;
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  box-shadow: -14px 14px 29px 0 hsla(0, 0%, 52%, 0.1);
}
.language-navigation__subnavigation a {
  padding: 13px 15px;
  display: block;
  color: #8b95a0;
}
.language-navigation__subnavigation a + a {
  border-top: 1px solid rgba(45, 56, 69, 0.12);
}
.language-navigation__subnavigation:before {
  content: "";
  position: absolute;
  top: -3px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #2d3845;
}
.ui-header .language-navigation .btn,
.ui-header .language-navigation .btn:hover {
  border-bottom-color: transparent !important;
}
.ui-header .language-navigation__subnavigation:before {
  display: none;
}
.language-navigation--mobile {
  position: absolute;
  right: 180px;
}
@media screen and (max-width: 330px) {
  .language-navigation--mobile {
    right: 85px;
  }
}
.footer {
  position: relative;
}
.footer:after {
  content: '';
  position: absolute;
  background-image: url("../../assets/images/preview.jpg");
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover;
  height: 100%;
  top: 0;
  bottom: 0;
  z-index: 0;
  opacity: 0.1;
  background-position: center;
}
.footer__navigation nav li,
.footer__navigation p {
  margin-top: 0.6rem;
  margin-bottom: 0.6rem;
}
.footer__navigation nav li:first-child,
.footer__navigation p:first-child {
  margin-top: 0;
}
.footer__navigation nav li:last-child,
.footer__navigation p:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 668px) and (min-height: 416px) {
  .footer__navigation nav li,
  .footer__navigation p {
    margin-top: 0.6rem;
    margin-bottom: 0.6rem;
  }
  .footer__navigation nav li:first-child,
  .footer__navigation p:first-child {
    margin-top: 0;
  }
  .footer__navigation nav li:last-child,
  .footer__navigation p:last-child {
    margin-bottom: 0;
  }
}
.footer__navigation .footer__navigation__phone {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.footer__navigation .footer__navigation__phone:first-child {
  margin-top: 0;
}
.footer__navigation .footer__navigation__phone:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 668px) and (min-height: 416px) {
  .footer__navigation .footer__navigation__phone {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }
  .footer__navigation .footer__navigation__phone:first-child {
    margin-top: 0;
  }
  .footer__navigation .footer__navigation__phone:last-child {
    margin-bottom: 0;
  }
}
.footer__navigation .footer__navigation__back,
.footer__navigation .footer__navigation__socials {
  margin-top: 12px;
}
.footer__navigation .footer__navigation__socials a {
  color: #64717f;
  margin-right: 3px;
}
@media screen and (min-width: 668px) and (min-height: 416px) {
  .footer__calculator-button {
    margin-left: -20px;
  }
}
.footer__vig {
  margin-top: 9px;
}
.footer__rugby {
  margin-top: 23px;
}
.footer__copyright {
  border-top: 1px solid hsla(0, 0%, 100%, 0.08);
}
.with-notification .footer__copyright {
  padding-bottom: 80px;
}
.footer .accordion__heading {
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 6px 0 18px;
}
.footer .accordion__content p {
  margin-top: 24px;
  margin-bottom: 24px;
}
.footer .accordion__content p:first-child {
  margin-top: 0;
}
.footer .accordion__content p:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 1200px) {
  .footer .accordion__heading {
    padding: 6px 0 46px;
  }
}
.has-native-scroll,
.has-native-scroll body {
  overflow: hidden !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
  height: 100vh;
}
.has-native-scroll main {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: visible;
  -webkit-user-drag: none;
  -webkit-overflow-scrolling: touch;
}
.owl-carousel .animated {
  animation-duration: 1s;
  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;
  }
  to {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.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;
  -webkit-transform: translateZ(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: block;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.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 {
  display: none;
}
.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.no-js .owl-carousel {
  display: block;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}
.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.html) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: scale 0.1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s 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: #869791;
  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: 10px;
  height: 10px;
  margin: 5px;
  display: block;
  -webkit-backface-visibility: visible;
  border-radius: 30px;
  background: transparent;
  border: 1px solid #97c8ff;
  transition-property: opacity, background-color, border-color;
}
.owl-theme .owl-dots .owl-dot.active span {
  background: #fff;
  border-color: #fff;
}
.owl-theme .owl-dots .owl-dot:hover span {
  background: #fff;
}
.slideshow {
  position: relative;
}
.slideshow:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  content: "";
  background: #fff;
  opacity: 0.09;
}
.slideshow__navigation {
  position: absolute;
  z-index: 3;
  left: 30px;
  right: 30px;
  top: 52px;
  display: none;
  -ms-flex-align: center;
  align-items: center;
}
.js .slideshow__navigation {
  display: -ms-flexbox;
  display: flex;
}
.slideshow__navigation .h2,
.slideshow__navigation h2 {
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin: 0 !important;
}
.slideshow__navigation .btn-group {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: -27px;
  margin-left: 48px;
}
.slideshow__link {
  z-index: 2;
}
.has-hover .slideshow__link:hover + .container .h3,
.has-hover .slideshow__link:hover + .container h3 {
  opacity: 0.36;
}
.slideshow__item {
  position: relative;
  padding-top: 115px;
  padding-bottom: 40px;
}
.slideshow__item .container {
  min-height: calc(100vh - 100px - 115px - 40px);
}
.slideshow__item .h3,
.slideshow__item h3 {
  color: #f5f8fb;
  white-space: nowrap;
  position: relative;
  margin-left: -15px;
  margin-bottom: 43px;
  transition-property: opacity;
  opacity: 0.26;
}
.slideshow__item p {
  color: #f5f8fb;
  margin-top: 24px;
  margin-bottom: 24px;
}
.slideshow__item p:first-child {
  margin-top: 0;
}
.slideshow__item p:last-child {
  margin-bottom: 0;
}
.slideshow__item small {
  display: block;
  margin-top: 0.5em;
  color: #f5f8fb;
  font-size: 1em;
  opacity: 0.5;
}
.slideshow__item img {
  display: block;
  position: absolute;
  right: -120px;
  bottom: -177px;
}
.slideshow__item figure,
.slideshow__item p {
  -ms-transform: translateX(120px);
  transform: translateX(120px);
  opacity: 0;
}
.slideshow--direction-previous .slideshow__item figure,
.slideshow--direction-previous .slideshow__item p {
  -ms-transform: translateX(-120px);
  transform: translateX(-120px);
}
.slideshow__item__text {
  height: 77px;
  width: 65%;
}
.slideshow--animation .slideshow__item figure,
.slideshow--animation .slideshow__item p {
  transition-property: transform, opacity;
  transition-duration: 0.8s;
}
.slideshow--animation--active .slideshow__item figure,
.slideshow--animation--active .slideshow__item p {
  transition-delay: 0.2s;
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}
.slideshow--animation--active .slideshow__item figure {
  transition-delay: 0.4s;
}
@media screen and (max-width: 479px) and (orientation: portrait) {
  .slideshow__item figure {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .slideshow__item figure img {
    -ms-transform: translateX(50%) scale(0.7);
    transform: translateX(50%) scale(0.7);
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
    right: 50%;
    bottom: -50px;
  }
}
@media screen and (max-width: 979px) and (max-height: 415px) and (orientation: landscape) {
  .slideshow__navigation {
    top: 32px;
  }
  .slideshow__item {
    padding-top: 95px;
    padding-bottom: 70px;
  }
  .slideshow__item .container {
    min-height: 0;
  }
  .slideshow__item figure img {
    -ms-transform: scale(0.6);
    transform: scale(0.6);
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    right: -17px;
    bottom: -230px;
  }
  .slideshow__item__text {
    width: 37%;
  }
}
@media screen and (min-width: 668px) and (min-height: 416px) {
  .slideshow__navigation {
    left: 60px;
    right: auto;
    top: 64px;
  }
  .slideshow__navigation .btn-group {
    margin-top: -10px;
  }
  .slideshow__item {
    padding-top: 155px;
  }
  .slideshow__item .container {
    min-height: 0;
  }
  .slideshow__item__text {
    width: auto;
  }
}
@media screen and (min-width: 980px) {
  .slideshow__item img {
    right: -20px;
  }
}
@media screen and (min-width: 1200px) {
  .slideshow__navigation {
    left: 20px;
    top: 104px;
  }
  .slideshow__item {
    padding-top: 205px;
    padding-bottom: 112px;
  }
  .slideshow__item .h3,
  .slideshow__item h3 {
    margin-bottom: 13px;
  }
}
.cookies-notification {
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 6;
}
.cookies-notification .container {
  background-color: #2d3845;
  padding-top: 14px;
  padding-bottom: 14px;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.cookies-notification__text {
  color: #9faebe;
}
@media screen and (max-width: 979px) and (max-height: 415px) and (orientation: landscape) {
  .cookies-notification {
    bottom: auto;
    top: 0;
  }
}
.hidden-xs {
  display: block;
}
.hidden-xll {
  display: none;
}
.guncelleme-var {
  padding-top: 220px;
  font-size: 10rem;
}

.alt-bilgi {
  font-size: 1.2rem !important;
  line-height: 1.6 !important;
  padding-top: 4px !important;
  font-style: normal !important;
  display: block !important;
}

@media only screen and (max-width: 768px) {
  .hidden-xs {
    display: none;
  }
  .hidden-xll {
    display: block;
  }

  .guncelleme-var {
    padding-top: 250px !important;
    font-size: 4rem !important;
  }
}
::-webkit-scrollbar {
  width: 5px !important;
  height: 5px !important;
  background: #e6e6e6 !important;
  border-radius: 5px !important;
}
::-webkit-scrollbar-button {
  display: none !important;
}
::-webkit-scrollbar-thumb {
  background: #0067da !important;
  border-radius: 5px !important;
}
::selection {
  background: #000 !important;
  color: #fff !important;
}

.orta-image {
  width: 100%;
  height: auto;
  align-content: center;
  align-items: center;
  align-self: center;
  justify-content: center;
  justify-items: center;
  place-items: center;
  text-align: center;
  text-align: -webkit-center;
  text-align-last: center;
}

.tech-sub-navigation .col {
  -ms-flex: 0 1 15% !important;
  flex: 0 1 15% !important;
  width: 15% !important;
}

.right-footer--side {
  text-align: right;
}

.tech_-information {
  border-bottom: none !important;
  padding-bottom: 10px !important;
}
strong {
  font-weight: 900 !important;
  font-size: large !important;
}

/*
.list--to-right {
	float:right !important;
	padding-bottom: 50px;
	padding-top: 50px;
	width: 100%;
    text-align: right;
}
.list--to-right li {
	padding-right: 45px !important;
}
.list--to-right li:before {
	right: 1px;
    left: auto!important;
}
.list--to-left {
	float:left !important;
	padding-bottom: 50px;
	padding-top: 50px;
	width: 100%;
}*/

@media only screen and (max-width: 768px) {
  /*.list--to-left {
	float:left !important;
	padding-bottom: 0px;
	padding-top: 50px;
}
	.list--to-right {
	float:left !important;
	padding-bottom: 50px;
	padding-top: 30px;
	    text-align: left;
}

.list--to-right li:before {
    right: auto!important;
    left: 1px!important;
}

.list--to-right li {
    padding-right: 0px !important;
}*/

  .right-footer--side {
    text-align: left !important;
  }
}

.right-footer--side .text--left {
  text-align: left !important;
}

.btn--link .start--project {
  color: #fff;
  background-color: #0067da;
  border-color: transparent;
  border-radius: 5px;
  line-height: 2.5;
  padding-right: 10px;
  padding-left: 10px;
  display: inline-block;
  position: relative;
  font-weight: 500;
}
.btn--link .start--project:hover,
.btn--link .start--project:focus {
  background-color: #3891f5;
}

@media only screen and (max-width: 748px) {
  .scroller
    .coorporation
    .coorporation__part
    .coorporation__items
    img.icon-ProFast-logo {
    width: 64px !important;
    height: 30px !important;
  }

  .container--content .card-issuing__image {
    right: -100px !important;
    top: -255px !important;
    max-width: 460px !important;
  }
}
