/* ------------------------------------------------------------ *\
  Vendor
\* ------------------------------------------------------------ */
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }
.mfp-align-top .mfp-container:before {
  display: none; }
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }
.mfp-ajax-cur {
  cursor: progress; }
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }
.mfp-auto-cursor .mfp-content {
  cursor: auto; }
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }
.mfp-loading.mfp-figure {
  display: none; }
.mfp-hide {
  display: none !important; }
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
.mfp-preloader a {
    color: #CCC; }
.mfp-preloader a:hover {
      color: #FFF; }
.mfp-s-ready .mfp-preloader {
  display: none; }
.mfp-s-error .mfp-content {
  display: none; }
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
.mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
.mfp-close:active {
    top: 1px; }
.mfp-close-btn-in .mfp-close {
  color: #333; }
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
.mfp-arrow:active {
    margin-top: -54px; }
.mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
.mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }
.mfp-arrow-left {
  left: 0; }
.mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }
.mfp-arrow-right {
  right: 0; }
.mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
.mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
.mfp-iframe-holder .mfp-close {
    top: -40px; }
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
            box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }
/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
            box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
.mfp-figure figure {
    margin: 0; }
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }
.mfp-image-holder .mfp-content {
  max-width: 100%; }
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
        transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
        transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
        transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
/* ------------------------------------------------------------ *\
	Generic
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
  SCSS Functions
\* ------------------------------------------------------------ */
/* example usage*/
/* ------------------------------------------------------------ *\
	Reset
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Sprite
\* ------------------------------------------------------------ */
* {
  padding: 0;
  margin: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
main {
  display: block; }
template {
  display: none; }
html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0); }
body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
      -ms-text-size-adjust: none;
          text-size-adjust: none; }
img,
iframe,
video,
audio,
object {
  max-width: 100%; }
img,
iframe {
  border: 0 none; }
img {
  height: auto;
  display: inline-block;
  vertical-align: middle; }
b,
strong {
  font-weight: bold; }
address {
  font-style: normal; }
svg:not(:root) {
  overflow: hidden; }
a,
button,
input[type="submit"],
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="image"],
label[for] {
  cursor: pointer; }
a[href^="tel"],
button[disabled],
input[disabled],
textarea[disabled],
select[disabled] {
  cursor: default; }
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0; }
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="color"],
textarea,
a[href^="tel"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
          appearance: none; }
textarea {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch; }
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased; }
button,
select {
  text-transform: none; }
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0; }
nav ul,
nav ol {
  list-style: none outside none; }
input::-webkit-input-placeholder {
  color: inherit;
  opacity: 1; }
input::-moz-placeholder {
  color: inherit;
  opacity: 1; }
input:-ms-input-placeholder {
  color: inherit;
  opacity: 1; }
input::-ms-input-placeholder {
  color: inherit;
  opacity: 1; }
input::placeholder {
  color: inherit;
  opacity: 1; }
textarea::-webkit-input-placeholder {
  color: inherit;
  opacity: 1; }
textarea::-moz-placeholder {
  color: inherit;
  opacity: 1; }
textarea:-ms-input-placeholder {
  color: inherit;
  opacity: 1; }
textarea::-ms-input-placeholder {
  color: inherit;
  opacity: 1; }
textarea::placeholder {
  color: inherit;
  opacity: 1; }
input:-webkit-autofill {
  -webkit-text-fill-color: inherit;
  -webkit-box-shadow: 0 0 0 1000px #fff inset; }
input[type=text],
input[type=button],
input[type=tel],
input[type=email],
input[type=submit],
input[type=date],
input[type=search],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth; } }
/* ------------------------------------------------------------ *\
    Fonts
\* ------------------------------------------------------------ */
@font-face {
  font-family: 'Proxima-Nova-Cn';
  src: url("../fonts/ProximaNovaCond-RegularIt.woff2") format("woff2"), url("../fonts/ProximaNovaCond-RegularIt.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap; }
@font-face {
  font-family: 'Proxima-Nova';
  src: url("../fonts/ProximaNova-Regular.woff2") format("woff2"), url("../fonts/ProximaNova-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Proxima-Nova';
  src: url("../fonts/ProximaNova-BoldIt.woff2") format("woff2"), url("../fonts/ProximaNova-BoldIt.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap; }
@font-face {
  font-family: 'Proxima-Nova';
  src: url("../fonts/ProximaNova-RegularIt.woff2") format("woff2"), url("../fonts/ProximaNova-RegularIt.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap; }
@font-face {
  font-family: 'Proxima-Nova-Cn';
  src: url("../fonts/ProximaNovaCond-Light.woff2") format("woff2"), url("../fonts/ProximaNovaCond-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Proxima-Nova-Cn';
  src: url("../fonts/ProximaNovaCond-SemiboldIt.woff2") format("woff2"), url("../fonts/ProximaNovaCond-SemiboldIt.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap; }
@font-face {
  font-family: 'Proxima-Nova-Cn';
  src: url("../fonts/ProximaNovaCond-Semibold.woff2") format("woff2"), url("../fonts/ProximaNovaCond-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Proxima-Nova';
  src: url("../fonts/ProximaNova-Extrabld.woff2") format("woff2"), url("../fonts/ProximaNova-Extrabld.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Proxima-Nova';
  src: url("../fonts/ProximaNova-LightIt.woff2") format("woff2"), url("../fonts/ProximaNova-LightIt.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap; }
@font-face {
  font-family: 'Proxima-Nova';
  src: url("../fonts/ProximaNova-Light.woff2") format("woff2"), url("../fonts/ProximaNova-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Proxima-Nova';
  src: url("../fonts/ProximaNova-SemiboldIt.woff2") format("woff2"), url("../fonts/ProximaNova-SemiboldIt.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap; }
@font-face {
  font-family: 'Proxima-Nova';
  src: url("../fonts/ProximaNova-RegularIt.woff2") format("woff2"), url("../fonts/ProximaNova-RegularIt.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap; }
@font-face {
  font-family: 'Proxima-Nova';
  src: url("../fonts/ProximaNova-Black.woff2") format("woff2"), url("../fonts/ProximaNova-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Proxima-Nova-Cn';
  src: url("../fonts/ProximaNovaCond-Regular.woff2") format("woff2"), url("../fonts/ProximaNovaCond-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Proxima-Nova';
  src: url("../fonts/ProximaNova-Bold.woff2") format("woff2"), url("../fonts/ProximaNova-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Proxima-Nova-Cn';
  src: url("../fonts/ProximaNovaCond-LightIt.woff2") format("woff2"), url("../fonts/ProximaNovaCond-LightIt.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap; }
@font-face {
  font-family: 'Proxima-Nova';
  src: url("../fonts/ProximaNova-Semibold.woff2") format("woff2"), url("../fonts/ProximaNova-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }
/* ------------------------------------------------------------ *\
	Base
\* ------------------------------------------------------------ */
html {
  font-size: 10px; }
body {
  min-width: 320px;
  background: #fff;
  font-family: "Proxima-Nova", sans-serif;
  font-weight: 400;
  font-size: 21px;
  line-height: 1.2;
  color: #000;
  position: relative;
  /*  Mobile  */ }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    body {
      font-size: 1.8rem; } }
a {
  color: inherit;
  text-decoration: underline; }
a:hover {
    text-decoration: none; }
a[href^="tel"] {
    text-decoration: none; }
.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6 {
  margin-bottom: calc(1.2em / 2);
  line-height: 1.2; }
.h1,
h1 {
  font-size: 4.8rem; }
.h2,
h2 {
  font-size: 4rem; }
.h3,
h3 {
  font-size: 3.6rem; }
.h4,
h4 {
  font-size: 2.4rem; }
p,
ul,
ol,
dl,
hr,
table,
blockquote {
  margin-bottom: 1.2em; }
h1[class],
h2[class],
h3[class],
h4[class],
h5[class],
h6[class],
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
ul:last-child,
ol:last-child,
dl:last-child,
table:last-child,
blockquote:last-child {
  margin-bottom: 0; }
/* ------------------------------------------------------------ *\
  Helpers
\* ------------------------------------------------------------ */
/*  Clear  */
.clear:after {
  content: '';
  line-height: 0;
  display: table;
  clear: both; }
/* sr-only */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }
/*  Notext  */
.notext {
  white-space: nowrap;
  text-indent: 100%;
  text-shadow: none;
  overflow: hidden; }
.notext-old {
  font-size: 0;
  line-height: 0;
  text-indent: -4000px; }
/*  Hidden  */
[hidden],
.hidden {
  display: none; }
/*  Disabled  */
[disabled],
.disabled {
  cursor: default; }
/*  Responsive Helpers  */
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hidden-xs {
    display: none !important; }
  .visible-xs-block {
    display: block !important; }
  .visible-xs-inline {
    display: inline !important; }
  .visible-xs-inline-block {
    display: inline-block !important; } }
@media (min-width: 767.02px) and (max-width: 1023px) {
  .hidden-sm {
    display: none !important; }
  .visible-sm-block {
    display: block !important; }
  .visible-sm-inline {
    display: inline !important; }
  .visible-sm-inline-block {
    display: inline-block !important; } }
@media (min-width: 1023.02px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; }
  .visible-md-block {
    display: block !important; }
  .visible-md-inline {
    display: inline !important; }
  .visible-md-inline-block {
    display: inline-block !important; } }
@media (min-width: 1199.02px) {
  .hidden-lg {
    display: none !important; }
  .visible-lg-block {
    display: block !important; }
  .visible-lg-inline {
    display: inline !important; }
  .visible-lg-inline-block {
    display: inline-block !important; } }
/* ------------------------------------------------------------ *\
	Components
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Button
\* ------------------------------------------------------------ */
.btn {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #CC2132;
  color: #fff;
  border-radius: .8rem;
  font-size: 1.5rem;
  text-transform: uppercase;
  font-family: "Proxima-Nova", sans-serif;
  font-weight: 700;
  letter-spacing: .15em;
  min-width: 16.7rem;
  padding: 1.2rem 1rem;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  -webkit-box-shadow: 0 0.4rem 0.8rem rgba(0, 0, 0, 0.09);
          box-shadow: 0 0.4rem 0.8rem rgba(0, 0, 0, 0.09); }
.btn:hover {
    color: #CC2132;
    background-color: #fff;
    -webkit-box-shadow: inset 0 0 0 0.2rem #CC2132, 0 0.4rem 0.8rem rgba(0, 0, 0, 0.09);
            box-shadow: inset 0 0 0 0.2rem #CC2132, 0 0.4rem 0.8rem rgba(0, 0, 0, 0.09); }
.btn--size1 {
  min-width: 22.2rem;
  font-size: 1.8rem;
  padding: 1.6rem 1rem 1.5rem;
  /*  Tablet  */ }
/*  Btn block  */
.btn--block {
  display: block;
  padding-left: 0;
  padding-right: 0; }
/* ------------------------------------------------------------ *\
	Checkbox
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Fields
\* ------------------------------------------------------------ */
/*  Field textarea  */
/* ------------------------------------------------------------ *\
	Footer
\* ------------------------------------------------------------ */
.footer {
  background-color: #1F5796;
  padding: 7.1rem 0 7.3rem;
  color: #fff;
  text-align: center; }
.footer br {
    display: none;
    /*  Mobile  */ }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .footer br {
        display: block; } }
.footer p,
  .footer a {
    text-decoration: none;
    font-size: 1.4rem;
    letter-spacing: .027em; }
/* ------------------------------------------------------------ *\
	footer--alt
\* ------------------------------------------------------------ */
.footer--alt p {
  line-height: 1.8; }
/* ------------------------------------------------------------ *\
	Grid
\* ------------------------------------------------------------ */
.grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  /*  Mobile  */
  /*  Grid col 1of2  */
  /*  Grid col 1of4  */
  /*  Grid col 1of3  */
  /*  Grid col 2of4  */ }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .grid {
      display: block; } }
.grid .grid__col {
    max-width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1 1;
            flex: 1 1;
    /*  Mobile  */ }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .grid .grid__col {
        max-width: 100% !important; } }
.grid .grid__col--1of2 {
    max-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%; }
.grid .grid__col--1of4 {
    max-width: 25%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    /*  Tablet  */ }
@media (max-width: 1023px) {
      .grid .grid__col--1of4 {
        max-width: 100%;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        margin-bottom: 3rem; } }
.grid .grid__col--1of3 {
    max-width: 33.33%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%; }
.grid .grid__col--2of4 {
    max-width: 75%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%; }
.grid--alt {
  margin: 0 -1.5rem -5.7rem;
  /*  Mobile  */ }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .grid--alt {
      margin-bottom: -5rem; } }
.grid--alt .grid__col {
    padding: 0 1.5rem 5.7rem;
    /*  Mobile  */ }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .grid--alt .grid__col {
        padding-bottom: 5rem; } }
/* ------------------------------------------------------------ *\
	Grid--type1
\* ------------------------------------------------------------ */
.grid--type1 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
.grid--type1 img {
    max-height: 100%;
    width: auto;
    margin-left: 2rem;
    /*  Mobile  */ }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .grid--type1 img {
        margin-left: 0;
        margin-top: 2rem;
        width: 56%;
        height: auto !important;
        max-width: 31.2rem; } }
/* ------------------------------------------------------------ *\
	Grid--dev
\* ------------------------------------------------------------ */
.grid--right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
.grid--right img {
    max-height: 100%;
    width: auto; }
/* ------------------------------------------------------------ *\
	Header
\* ------------------------------------------------------------ */
.header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 10; }
.header p {
    font-size: 2.1rem;
    font-family: "Ubuntu", sans-serif;
    font-weight: 700;
    color: #CC2132;
    margin-bottom: 0;
    /*  Tablet  */
    /*  Mobile  */ }
@media (max-width: 1023px) {
      .header p {
        font-size: 1.8rem; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .header p {
        display: none; } }
.header .header__inner {
    text-align: center;
    position: relative;
    padding: 3.15rem 20rem;
    min-height: 9.4rem;
    /*  Tablet  */
    /*  Mobile  */ }
@media (max-width: 1023px) {
      .header .header__inner {
        padding-left: 15rem; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .header .header__inner {
        padding: 0;
        min-height: 9rem; } }
.header .header__logo {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s; }
.header .logo-alt {
    opacity: 0; }
.header .header__logo.logo--size2 {
    top: 52%;
    left: -9px; }
.header .header__btn {
    position: absolute;
    top: 45%;
    right: 0;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    /*  Mobile  */ }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .header .header__btn {
        top: 50%; } }
.header.on-scroll .header__logo {
    opacity: 0; }
.header.on-scroll .logo-alt {
    opacity: 1; }
/* ------------------------------------------------------------ *\
	Hero
\* ------------------------------------------------------------ */
.hero {
  position: relative; }
.hero .hero__title {
    color: #fff;
    font-family: "Proxima-Nova", sans-serif;
    font-weight: 500;
    margin-bottom: .2rem;
    /*  Mobile  */ }
.hero .hero__title br {
      display: none;
      /*  tablet  */ }
@media (max-width: 1023px) {
        .hero .hero__title br {
          display: block; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .hero .hero__title {
        color: #1F5796;
        font-size: 2.4rem;
        margin-bottom: 1.8rem; } }
.hero .hero__background {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background-size: cover;
    z-index: 0;
    /*  Tablet  */
    /*  Mobile  */ }
@media (max-width: 1023px) {
      .hero .hero__background {
        background-position: center; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .hero .hero__background {
        position: static;
        height: 30.4rem;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
        background-position: center; } }
.hero .hero__content {
    position: relative;
    z-index: 2;
    max-height: 48.5rem;
    height: 40vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    max-width: 95.8rem;
    width: 100%;
    margin: 0 auto;
    padding: 0 0 2.7rem 2rem;
    /*  Tablet  */
    /*  Mobile  */ }
@media (max-width: 1023px) {
      .hero .hero__content {
        padding-left: 0;
        height: 100%;
        padding-top: 30vh; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .hero .hero__content {
        display: block;
        text-align: center;
        padding: 2rem 0 .3rem; } }
/* ------------------------------------------------------------ *\
	Icons
\* ------------------------------------------------------------ */
[class*='ico-'] {
  display: inline-block;
  vertical-align: middle; }
[class*='ico-'] svg {
    width: 100%;
    height: 100%;
    display: block; }
/* ------------------------------------------------------------ *\
	List-inline
\* ------------------------------------------------------------ */
.list-inline {
  margin-bottom: 5.5rem;
  /*  Mobile  */ }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .list-inline {
      margin-bottom: 2rem; } }
.list-inline li {
    display: inline-block;
    width: 32.8%;
    vertical-align: top;
    /*  Mobile  */ }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .list-inline li {
        display: block;
        max-width: 40rem;
        width: 100%;
        margin: 0 auto;
        text-align: center; } }
.list-inline li + li {
    padding-left: 1.7rem;
    /*  Tablet  */
    /*  Mobile  */ }
@media (max-width: 1023px) {
      .list-inline li + li {
        padding-left: 0; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .list-inline li + li {
        margin-top: 5.2rem;
        padding-left: 0; } }
.list-inline li:last-child {
    padding-left: 3.7rem;
    /*  Tablet  */
    /*  Mobile  */ }
@media (max-width: 1023px) {
      .list-inline li:last-child {
        padding-left: 1rem; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .list-inline li:last-child {
        padding-left: 0;
        margin-top: 7.5rem; } }
.list-inline h2 {
    color: #CC2132;
    font-weight: 500;
    letter-spacing: .027em;
    margin-bottom: 1.2rem;
    /*  Mobile  */ }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .list-inline h2 {
        font-size: 4.8rem;
        margin-bottom: 1.7rem; } }
.list-inline h2 strong {
      font-weight: 700; }
.list-inline p {
    font-weight: 500;
    font-family: "Proxima-Nova", sans-serif;
    line-height: 1.1;
    /*  Mobile  */ }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .list-inline p {
        font-size: 2.1rem;
        letter-spacing: .026em;
        max-width: 25rem;
        margin: 0 auto; } }
/* ------------------------------------------------------------ *\
	Logo
\* ------------------------------------------------------------ */
[class*='logo'] {
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }
[class*='logo']:hover {
    opacity: .8; }
[class*='logo'] img,
  [class*='logo'] svg {
    width: 100%;
    height: 100%;
    display: block; }
.logo {
  width: 9.5rem;
  height: 6rem; }
.logo--size2 {
  width: 11.7rem;
  height: 11.4rem; }
/* ------------------------------------------------------------ *\
	Main
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Nav
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Popup
\* ------------------------------------------------------------ */
.mfp-wrap {
  /*  Mobile  */ }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .mfp-wrap {
      top: 50% !important; } }
.popup {
  /*  Tablet  */
  /*  Mobile  */ }
@media (max-width: 1023px) {
    .popup {
      padding: 4rem; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .popup {
      padding: 1.5rem .9rem; } }
.popup .popup__inner {
    max-width: 92rem;
    background-color: #fff;
    padding: 5rem 6rem 9.3rem;
    margin: 0 auto;
    /*  Tablet  */
    /*  Mobile  */ }
@media (max-width: 1023px) {
      .popup .popup__inner {
        padding: 5rem 4rem 6rem; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .popup .popup__inner {
        padding: 4rem 2.9rem 9.3rem 3.1rem;
        position: relative; } }
.popup .popup__header {
    position: relative;
    margin-bottom: 2.4rem;
    /*  Mobile  */ }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .popup .popup__header {
        position: static; } }
.popup .popup__header p {
      font-size: 1.4rem;
      letter-spacing: -.018em; }
.popup .popup__close {
    position: absolute;
    top: -.9rem;
    right: 0;
    width: 2rem;
    height: 2rem;
    background-image: url("../images/svg/cross.svg");
    background-size: cover;
    opacity: 1;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    /*  Mobile  */ }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .popup .popup__close {
        top: 1.6rem;
        right: 1.6rem; } }
.popup .popup__close:hover {
      opacity: .5; }
.popup .popup__title {
    font-size: 3rem;
    font-weight: 600;
    letter-spacing: -.018em; }
.popup .popup__body p {
    font-size: 1.4rem;
    letter-spacing: .033em;
    line-height: 1.65;
    margin-bottom: 0;
    /*  Mobile  */ }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .popup .popup__body p {
        font-size: 1.2rem;
        line-height: 1.5; } }
.popup .popup__body p + ul,
  .popup .popup__body p + p {
    margin-top: 2.3rem;
    /*  Mobile  */ }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .popup .popup__body p + ul,
      .popup .popup__body p + p {
        margin-top: 1.8rem; } }
.popup .popup__body p + ul {
    margin-top: 1rem; }
.popup .popup__body ul {
    font-size: 1.4rem;
    margin-left: 4rem;
    /*  Mobile  */ }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .popup .popup__body ul {
        font-size: 1.2rem; } }
.popup .popup__body ul li + li {
      margin-top: 1rem; }
/* ------------------------------------------------------------ *\
	Radio
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Section
\* ------------------------------------------------------------ */
.section {
  padding: 7.3rem 0 9rem;
  /*  Mobile  */ }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section {
      padding: 5.5rem 0 3.8rem;
      text-align: center; } }
.section .section__head p {
    font-family: "Raleway", sans-serif;
    color: #1F5796;
    max-width: 50rem;
    width: 100%;
    /*  Mobile  */ }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section .section__head p {
        letter-spacing: .026em;
        margin: 0 auto;
        font-size: 1.26rem; } }
.section .section__head .section__label {
    display: none;
    /*  Mobile  */ }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section .section__head .section__label {
        display: block;
        font-size: 1.8rem;
        font-family: "Ubuntu", sans-serif;
        font-weight: 700;
        color: #4A4A4A;
        letter-spacing: -.012em;
        margin-bottom: 2.6rem; } }
.section .section__title {
    letter-spacing: .027em;
    color: #1F5796;
    line-height: 1.05;
    margin-bottom: 2rem;
    /*  Mobile  */ }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section .section__title {
        font-size: 2.7rem;
        margin-bottom: 5rem; } }
.section .section__title:last-child {
      margin-bottom: 0;
      /*  Mobile  */ }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
        .section .section__title:last-child {
          margin-bottom: 5.9rem; } }
.section .h1.section__title {
    line-height: .9;
    /*  tablet  */
    /*  Mobile  */ }
@media (max-width: 1023px) {
      .section .h1.section__title {
        font-size: 4.4rem;
        margin-bottom: 2.3rem; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section .h1.section__title {
        font-size: 3.08rem; } }
.section .section__image {
    text-align: right;
    padding-left: 2rem;
    /*  Mobile  */ }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section .section__image {
        padding-left: 0;
        padding-top: 2rem;
        text-align: center; } }
.section .section__image img {
      max-width: 31.15rem;
      height: auto;
      -webkit-box-shadow: 0 0.7rem 1rem rgba(0, 0, 0, 0.15);
              box-shadow: 0 0.7rem 1rem rgba(0, 0, 0, 0.15);
      border-radius: 1.8rem;
      /*  tablet  */
      /*  Mobile  */ }
@media (max-width: 1023px) {
        .section .section__image img {
          width: 100%;
          height: auto; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
        .section .section__image img {
          width: 56%; } }
.section .section__image--alt {
    position: relative;
    height: 100%; }
.section .section__image--alt img {
      /*  Mobile  */ }
@media (min-width: 767.02px) {
        .section .section__image--alt img {
          position: absolute;
          top: 0;
          left: 2rem;
          height: auto;
          max-width: 100%;
          width: 31.15rem; } }
.section .grid {
    margin-bottom: 10.6rem;
    /*  Mobile  */ }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section .grid {
        margin-bottom: 6.1rem; } }
.section .grid:last-child {
      margin-bottom: 0; }
.section .section__content {
    padding-left: 3.4rem;
    /*  Small Desktop  */
    /*  tablet  */ }
@media (max-width: 1199px) {
      .section .section__content {
        padding-left: 1rem; } }
@media (max-width: 1023px) {
      .section .section__content {
        padding-left: 0; } }
.section .section__content > p {
      font-size: 1.6rem;
      font-weight: 500;
      font-family: "Raleway", sans-serif;
      /*  Mobile  */ }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
        .section .section__content > p {
          margin: 0 auto;
          max-width: 70%;
          width: 100%;
          margin-top: 5rem; } }
/* ------------------------------------------------------------ *\
	Section--alt 
\* ------------------------------------------------------------ */
.section--alt {
  background-color: #F7F7F7;
  padding: 9.5rem 0 6.5rem;
  /*  Mobile  */ }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section--alt {
      padding: 7.1rem 0 6.5rem; } }
.section--alt .section__body {
    margin-bottom: 1rem; }
.section--alt .section__foot {
    text-align: center; }
.section--alt .section__foot p {
      font-size: 1.2rem;
      color: #4A4A4A;
      letter-spacing: .027em;
      line-height: 1.25; }
/* ------------------------------------------------------------ *\
	Section--dev
\* ------------------------------------------------------------ */
.section--dev .section__image {
  position: relative;
  height: 100%;
  width: auto; }
.section--dev .section__image img {
    position: absolute;
    height: 100%;
    width: auto;
    top: 0;
    left: 0; }
/* ------------------------------------------------------------ *\
	Select
\* ------------------------------------------------------------ */
.select select::-ms-expand {
  display: none; }
/* ------------------------------------------------------------ *\
  Shell
\* ------------------------------------------------------------ */
.shell {
  max-width: calc( 111rem + 15px * 2);
  padding-left: 15px;
  padding-right: 15px;
  margin: auto;
  width: 100%; }
/* Shell Fluid */
.shell--fluid {
  max-width: none; }
/* ------------------------------------------------------------ *\
	Tile
\* ------------------------------------------------------------ */
.tile {
  text-align: center;
  margin: 0 auto; }
.tile .tile__icon {
    margin-bottom: 3.3rem;
    min-height: 15.1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    /*  Mobile  */ }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .tile .tile__icon {
        min-height: auto; } }
.tile .tile__title {
    letter-spacing: .027em;
    color: #4A4A4A;
    margin-bottom: 2.1rem; }
.tile .tile__title:last-child {
      margin-bottom: 0; }
.tile p {
    color: #4A4A4A;
    letter-spacing: .027em;
    line-height: 1.3;
    max-width: 29rem;
    margin: 0 auto;
    /*  Mobile  */ }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .tile p {
        font-size: 2.1rem;
        max-width: 40rem; } }
.tile p br {
      /*  Mobile  */ }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
        .tile p br {
          display: none; } }
.tile--alt .tile__icon {
  margin-bottom: 4.9rem;
  min-height: 15.1rem; }
.tile--alt .tile__title {
  color: #1F5796;
  font-weight: 600;
  line-height: 1.03;
  /*  tablet  */ }
@media (max-width: 1023px) {
    .tile--alt .tile__title {
      font-size: 3.2rem; } }
.tile--alt-type1 {
  padding-left: 3.3rem; }
/* ------------------------------------------------------------ *\
	Wrapper
\* ------------------------------------------------------------ */
.wrapper {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  padding-top: 9.4rem;
  /*  Mobile  */ }
.wrapper:after {
    content: '';
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 999; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .wrapper {
      padding-top: 9rem; } }
.wrapper.page-loaded:after {
    display: none; }
/* ------------------------------------------------------------ *\
	Overwrites
\* ------------------------------------------------------------ */
