/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
html, body, div, span, applet, object, iframe,
h1,
.slider__right > p:first-child,
.banner__header, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

html {
  font-size: 62.5%;
}

body {
  position: relative;
  min-height: 100vh;
  color: #26336A;
  font-weight: 400;
  font-size: 1.6rem;
  font-family: "Kanit", sans-serif;
  box-sizing: border-box;
  line-height: 1.25;
}
@media screen and (min-width: 992px) {
  body {
    line-height: 1.375;
  }
}

h1, .slider__right > p:first-child, .banner__header {
  font-size: 3rem;
}
@media screen and (min-width: 1200px) {
  h1, .slider__right > p:first-child, .banner__header {
    font-size: 4rem;
  }
}
@media screen and (min-width: 1500px) {
  h1, .slider__right > p:first-child, .banner__header {
    font-size: 6rem;
  }
}

h2 {
  margin-bottom: 1em;
  font-weight: 700;
  font-size: 2.2rem;
}
h2:only-child {
  margin-bottom: 0;
}
@media screen and (min-width: 1200px) {
  h2 {
    margin-bottom: auto;
    font-size: 3rem;
  }
}
@media screen and (min-width: 1500px) {
  h2 {
    font-size: 5rem;
  }
}

h3 {
  font-size: 1.8rem;
}
@media screen and (min-width: 1200px) {
  h3 {
    font-size: 3rem;
  }
}

h4 {
  font-size: 18px;
  font-weight: 600;
}
@media screen and (min-width: 1200px) {
  h4 {
    font-size: 20px;
  }
}

a {
  text-decoration: none;
  color: inherit;
}

sup {
  vertical-align: super;
  font-size: smaller;
}

p {
  margin: 1em 0;
  line-height: 1.5em;
}

strong {
  font-weight: 600;
}

em {
  font-style: italic;
}

input, textarea {
  padding: 10px 0;
  display: block;
  width: 100%;
  border: 0;
  border-bottom: 1px solid #26336A;
  box-sizing: border-box;
}
input:focus, textarea:focus {
  outline: 0;
}

select {
  border: 0;
  display: block;
  width: 100%;
}
select:focus {
  outline: 0;
}

textarea {
  height: 140px;
  resize: none;
  font-family: "Kanit", sans-serif;
}

@media screen and (min-width: 992px) {
  label {
    font-size: 1.8rem;
  }
}

button {
  border: 0;
  cursor: pointer;
  background: transparent;
}
button:focus {
  outline: 0;
}

textarea {
  font-family: "Kanit", sans-serif;
}

address {
  line-height: 1.5em;
}

ul {
  padding-left: 15px;
  box-sizing: border-box;
}

li {
  position: relative;
  padding-left: 15px;
  line-height: 1.7em;
  box-sizing: border-box;
}
li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.75em;
  display: inline-block;
  width: 5px;
  height: 5px;
  background-color: #E63323;
  border-radius: 50%;
}

.container {
  padding: 0 20px;
  margin: 0 auto;
  width: 100%;
  max-width: 1450px;
  box-sizing: border-box;
}

.row:after {
  content: '';
  display: block;
  clear: both;
}

.col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8,
.col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9,
.col-md-2-4, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10,
.col-lg-6 {
  box-sizing: border-box;
}

@media screen and (min-width: 600px) {
  .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8 {
    float: left;
  }

  .col-xs-2 {
    width: 16.66667%;
  }

  .col-xs-3 {
    width: 25%;
  }

  .col-xs-4 {
    width: 33.3333%;
  }

  .col-xs-5 {
    width: 41.66667%;
  }

  .col-xs-6 {
    width: 50%;
  }

  .col-xs-7 {
    width: 58.33333%;
  }

  .col-xs-8 {
    width: 66.66667%;
  }
}
@media screen and (min-width: 768px) {
  .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
    float: left;
  }

  .col-sm-2 {
    width: 16.66667%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.3333%;
  }

  .col-sm-5 {
    width: 41.66667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.33333%;
  }

  .col-sm-8 {
    width: 66.6666%;
  }

  .col-sm-9 {
    width: 75%;
  }
}
@media screen and (min-width: 992px) {
  .col-md-2-4, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10 {
    float: left;
  }

  .col-md-2-4 {
    width: 20%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.33%;
  }

  .col-md-5 {
    width: 41.66667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.33333%;
  }

  .col-md-8 {
    width: 66.6666%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.33333%;
  }
}
@media screen and (min-width: 1200px) {
  .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
    float: left;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.33%;
  }

  .col-lg-5 {
    width: 41.66667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.33333%;
  }

  .col-lg-8 {
    width: 66.6666%;
  }

  .col-lg-9 {
    width: 75%;
  }
}
.flexbox, .stretchbox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.flexbox--col {
  -ms-flex-direction: column;
      flex-direction: column;
}
.flexbox--sbet {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.flexbox--saro {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.flexbox--fstart {
  -ms-flex-pack: start;
      justify-content: flex-start;
}
.flexbox--fend {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flexbox--baseline {
  -ms-flex-align: baseline;
      align-items: baseline;
}
.flexbox--astart {
  -ms-flex-align: start;
      align-items: flex-start;
}
.flexbox--aend {
  -ms-flex-align: end;
      align-items: flex-end;
}
.flexbox--aselfstart {
  -ms-flex-item-align: start;
      -ms-grid-row-align: start;
      align-self: start;
}
.flexbox--wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flexbox--sm {
  display: block;
}
@media screen and (min-width: 768px) {
  .flexbox--sm {
    display: -ms-flexbox;
    display: flex;
  }
}
.flexbox--md {
  display: block;
}
@media screen and (min-width: 992px) {
  .flexbox--md {
    display: -ms-flexbox;
    display: flex;
  }
}
.flexbox--lg {
  display: block;
}
@media screen and (min-width: 1200px) {
  .flexbox--lg {
    display: -ms-flexbox;
    display: flex;
  }
}
.flexbox--xxl {
  display: block;
}
@media screen and (min-width: 2000px) {
  .flexbox--xxl {
    display: -ms-flexbox;
    display: flex;
  }
}

.stretchbox {
  -ms-flex-align: stretch;
      align-items: stretch;
}

@supports (display: grid) {
  .grid {
    display: -ms-grid;
    display: grid;
  }
  .grid:after {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .grid--col-2 {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 600px) {
  .grid--col-3 {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 992px) {
  .grid--col-3 {
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 768px) {
  .grid--col-4 {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1200px) {
  .grid--col-4 {
    -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (min-width: 768px) {
  .grid--col-5 {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1200px) {
  .grid--col-5 {
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1500px) {
  .grid--col-5 {
    -ms-grid-columns: (1fr)[5];
        grid-template-columns: repeat(5, 1fr);
  }
}
@media screen and (min-width: 768px) {
  .grid--col-6 {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1200px) {
  .grid--col-6 {
    -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (min-width: 1500px) {
  .grid--col-6 {
    -ms-grid-columns: (1fr)[6];
        grid-template-columns: repeat(6, 1fr);
  }
}
.grid--gap-15 {
  grid-gap: 15px;
}
.grid--gap-30 {
  grid-gap: 30px;
}
.grid--gap-50 {
  grid-gap: 50px;
}
.grid--center {
  place-items: center;
}
@supports (display: grid) {
  .grid__item {
    float: none;
    width: auto;
  }
}
@media screen and (min-width: 992px) {
  .grid__item--span-2 {
    -ms-grid-column-span: 2;
    -ms-grid-column: 1;
        grid-column: 1 /span 2;
  }
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-right {
  text-align: right;
}

.uppercase {
  text-transform: uppercase;
}

.text-xs-left {
  text-align: center;
}
@media screen and (min-width: 600px) {
  .text-xs-left {
    text-align: left;
  }
}

.text-sm-left {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .text-sm-left {
    text-align: left;
  }
}

.text-md-left {
  text-align: center;
}
@media screen and (min-width: 992px) {
  .text-md-left {
    text-align: left;
  }
}

.text-md-right {
  text-align: center;
}
@media screen and (min-width: 992px) {
  .text-md-right {
    text-align: right;
  }
}

.text-lg-left {
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .text-lg-left {
    text-align: left;
  }
}

.text-white {
  color: #fff;
}

.text-bold, strong {
  font-weight: 700;
}

.pointer {
  cursor: pointer;
}

.img {
  max-width: 100%;
}

.relative {
  position: relative;
}

.no-margin > *:first-child {
  margin-top: 0;
}

.no-dots {
  padding-left: 0;
}
.no-dots li {
  line-height: normal;
  padding-left: 0;
}
.no-dots li:before {
  display: none;
}

.mgtb-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.mgtb-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.mgtb-30 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.mgtb-50 {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media screen and (min-width: 992px) {
  .mgtb-50 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .mgtb-50 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1500px) {
  .mgtb-50 {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
.mgtb-60 {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media screen and (min-width: 992px) {
  .mgtb-60 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .mgtb-60 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1500px) {
  .mgtb-60 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
.mgtb-80 {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media screen and (min-width: 992px) {
  .mgtb-80 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .mgtb-80 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 1500px) {
  .mgtb-80 {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
.mgtb-160 {
  margin-top: 160px;
  margin-bottom: 160px;
}

.mgt-10 {
  margin-top: 10px;
}
.mgt-20 {
  margin-top: 20px;
}
.mgt-40 {
  margin-top: 40px;
}
.mgt-70 {
  margin-top: 30px;
}
@media screen and (min-width: 992px) {
  .mgt-70 {
    margin-top: 50px;
  }
}
@media screen and (min-width: 1500px) {
  .mgt-70 {
    margin-top: 70px;
  }
}

.mgb-10 {
  margin-bottom: 10px;
}
.mgb-30 {
  margin-bottom: 15px;
}
@media screen and (min-width: 992px) {
  .mgb-30 {
    margin-bottom: 30px;
  }
}
.mgb-60 {
  margin-bottom: 15px;
}
@media screen and (min-width: 992px) {
  .mgb-60 {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .mgb-60 {
    margin-bottom: 60px;
  }
}
.mgb-80 {
  margin-bottom: 30px;
}
@media screen and (min-width: 992px) {
  .mgb-80 {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .mgb-80 {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 1500px) {
  .mgb-80 {
    margin-bottom: 80px;
  }
}
.mgb-160 {
  margin-bottom: 40px;
}
@media screen and (min-width: 992px) {
  .mgb-160 {
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .mgb-160 {
    margin-bottom: 120px;
  }
}
@media screen and (min-width: 1500px) {
  .mgb-160 {
    margin-bottom: 160px;
  }
}

.mgr-10 {
  margin-right: 10px;
}
.mgr-20 {
  margin-right: 20px;
}

.mgl-60 {
  margin-left: 10px;
}
@media screen and (min-width: 992px) {
  .mgl-60 {
    margin-left: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .mgl-60 {
    margin-left: 60px;
  }
}

.mglr-70 {
  margin-left: 10px;
  margin-right: 10px;
}
@media screen and (min-width: 992px) {
  .mglr-70 {
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .mglr-70 {
    margin-left: 50px;
    margin-right: 50px;
  }
}
@media screen and (min-width: 1500px) {
  .mglr-70 {
    margin-left: 70px;
    margin-right: 70px;
  }
}
.mglr-30 {
  margin-left: 15px;
  margin-right: 15px;
}
@media screen and (min-width: 1200px) {
  .mglr-30 {
    margin-left: 30px;
    margin-right: 30px;
  }
}
.mglr-15 {
  margin-left: 15px;
  margin-right: 15px;
}
@media screen and (min-width: 600px) {
  .mglr-5 {
    margin-left: 5px;
    margin-right: 5px;
  }
}

.pdtb-70 {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .pdtb-70 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 1500px) {
  .pdtb-70 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.pdtb-140 {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .pdtb-140 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .pdtb-140 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 1500px) {
  .pdtb-140 {
    padding-top: 140px;
    padding-bottom: 140px;
  }
}
.pdtb-5 {
  padding-top: 5px;
  padding-bottom: 5px;
}

@media screen and (min-width: 768px) {
  .col-2 {
    columns: 2;
    column-gap: 50px;
  }
}
@media screen and (min-width: 1500px) {
  .col-2 {
    column-gap: 200px;
  }
}

.sygnet {
  margin: 15px 0;
  width: 26px;
  height: 26px;
  background: url("../img/sygnet-logo.svg") center/cover no-repeat;
}
@media screen and (min-width: 1200px) {
  .sygnet {
    margin: 30px 0;
  }
}

.btn {
  position: relative;
  padding: 10px 30px 10px 50px;
  display: inline-block;
  background-color: #26336A;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.45px;
  transition: 200ms;
}
.btn:hover {
  background-color: #334590;
}
.btn-line {
  width: 100%;
  height: 1px;
  background-color: #26336A;
}
.btn:before {
  content: '';
  position: absolute;
  left: 22px;
  top: 50%;
  display: inline-block;
  width: 14px;
  height: 2px;
  background-color: #fff;
  transform: translateY(-50%);
}
.btn:after {
  content: '';
  position: absolute;
  left: 22px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: translate(40%, -50%) rotate(-45deg);
}
.btn--white {
  background-color: #fff;
  color: #26336A;
}
.btn--white:hover {
  background-color: white;
}
.btn--white:before {
  background-color: #26336A;
}
.btn--white:after {
  border-color: #26336A;
}
.btn--red {
  background-color: #E63323;
  color: #fff;
}
.btn--red:hover {
  background-color: #c02416;
}
.btn--red:before {
  background-color: #fff;
}
.btn--red:after {
  border-color: #fff;
}
.btn--no-bg {
  padding-left: 20px;
  background-color: #fff;
  color: #26336A;
  text-transform: none;
  font-weight: 700;
}
.btn--no-bg:before {
  left: 5px;
  background-color: #26336A;
}
.btn--no-bg:after {
  left: 5px;
  border-color: #26336A;
}
.btn--no-bg:hover {
  background-color: #fff;
}
.btn--arrow-bot:before {
  height: 14px;
  width: 2px;
}
.btn--arrow-bot:after {
  transform: translate(-40%, -50%) rotate(45deg);
}
.btn--fw {
  margin-top: 7px;
  margin-bottom: 7px;
  width: 100%;
  box-sizing: border-box;
}
@media screen and (min-width: 600px) {
  .btn--fw {
    margin-top: 0;
    margin-bottom: 0;
    width: auto;
  }
}

.circle-btn {
  position: relative;
  width: 40px;
  height: 40px;
  display: block;
  background-color: #E63323;
  border-radius: 50%;
  transition: 200ms;
}
.circle-btn:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 12px;
  height: 3px;
  background-color: #fff;
  transform: translate(-50%, -50%);
  transition: 200ms;
}
.circle-btn:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 8px;
  height: 8px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transform: translate(-40%, -50%) rotate(-45deg);
  transition: 200ms;
}
.circle-btn:hover {
  background-color: #c02416;
}
@media screen and (min-width: 1200px) {
  .circle-btn {
    position: absolute;
    left: -40px;
    bottom: -40px;
  }
}
.circle-btn--icon {
  background: center /contain no-repeat;
}
.circle-btn--icon:before, .circle-btn--icon:after {
  display: none;
}
.circle-btn--pdf {
  background-image: url("../img/pdf-btn.svg");
}

@media screen and (min-width: 992px) {
  .dot-bet:not(:first-child):before {
    content: '';
    position: static;
    margin: 0 20px;
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #E63323;
    vertical-align: middle;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 15px;
  box-sizing: border-box;
  z-index: 1499;
  transition: 300ms;
  background-color: rgba(38, 51, 106, 0.7);
}
@media screen and (min-width: 1500px) {
  .header {
    padding: 30px;
    background-color: transparent;
  }
  .header--active {
    padding: 10px 30px;
    background-color: rgba(38, 51, 106, 0.7);
  }
  .header--active-white {
    background-color: #fff;
  }
}

.logo {
  position: relative;
  width: 120px;
  line-height: 0;
  z-index: 2;
  transition: 400ms;
}
@media screen and (min-width: 1500px) {
  .logo {
    width: 230px;
  }
  .header--active .logo {
    width: 150px;
  }
}
.logo__img {
  filter: brightness(100) contrast(200%);
}
@media screen and (min-width: 1500px) {
  .logo__img {
    filter: none;
  }
}
.header--nav-active .logo__img, .header--active .logo__img {
  filter: brightness(100) contrast(200%);
}

.burger {
  position: relative;
  cursor: pointer;
  z-index: 2;
}
.burger__text {
  color: #fff;
  text-transform: uppercase;
  font-size: 1.4rem;
  letter-spacing: 1.6px;
}
@media screen and (min-width: 992px) {
  .burger__text {
    font-size: 1.6rem;
  }
}
.burger__bar {
  position: relative;
  margin-left: 10px;
  width: 25px;
  height: 2px;
  background-color: #fff;
  transition: 200ms;
}
.burger__bar:before, .burger__bar:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #fff;
}
.burger__bar:before {
  top: -6px;
  transition: transform 200ms 0ms, top 200ms 200ms;
}
.burger__bar:after {
  bottom: -6px;
  transition: transform 200ms 0ms, bottom 200ms 200ms;
}
@media screen and (min-width: 992px) {
  .burger__bar {
    margin-left: 20px;
    width: 40px;
  }
  .burger__bar:before {
    top: -9px;
  }
  .burger__bar:after {
    bottom: -9px;
  }
}
.header--active-white .burger__bar {
  background-color: #26336A;
}
.header--active-white .burger__bar:before, .header--active-white .burger__bar:after {
  background-color: #26336A;
}
.burger--active .burger__bar {
  background-color: rgba(255, 255, 255, 0);
  transition: 200ms;
}
.burger--active .burger__bar:before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 200ms 0ms, transform 200ms 200ms;
}
.burger--active .burger__bar:after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 200ms 0ms, transform 200ms 200ms;
}

.navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  color: #fff;
  transition: 300ms;
  opacity: 0;
  z-index: -1;
  pointer-events: none;
}
.navbar--active {
  opacity: 1;
  z-index: 1;
  pointer-events: auto;
}
.navbar__col {
  -ms-flex: 1 1 50%;
      flex: 1 1 50%;
  padding-top: 70px;
  background: center /cover no-repeat;
  box-sizing: border-box;
}
@media screen and (min-width: 992px) {
  .navbar__col {
    padding-top: 100px;
  }
}
.navbar__right {
  padding-left: 5px;
}
@media screen and (min-width: 600px) {
  .navbar__right {
    padding-left: 30px;
  }
}
@media screen and (min-width: 992px) {
  .navbar__right {
    padding-left: 100px;
  }
}

.nav {
  padding-left: 0;
}
.nav__header {
  margin-bottom: 10px;
  padding: 5px;
}
@media screen and (min-width: 992px) {
  .nav__header {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
}
.nav__item {
  padding: 5px;
  font-size: 1.4rem;
  letter-spacing: 0.5px;
  line-height: normal;
}
.nav__item:before {
  display: none;
}
@media screen and (min-width: 1200px) {
  .nav__item {
    padding: 8px 0;
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 1200px) {
  .nav--small .nav__item {
    padding: 4px 0;
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1200px) {
  .nav--med .nav__item:not(.nav__header) {
    padding: 4px 0;
    font-size: 1.8rem;
  }
}
.nav--hr .nav__item {
  padding: 8px 0;
  border-bottom: 1px solid #26336A;
}
.nav--hr .nav__item:last-child {
  border-bottom: 0;
}

.footer__aside {
  padding: 80px 0;
  -ms-flex-preferred-size: 66px;
      flex-basis: 66px;
  background-color: #E63323;
}
.footer__main {
  -ms-flex: auto;
      flex: auto;
  padding: 20px;
  background-color: #26336A;
  color: #fff;
}
@media screen and (min-width: 1200px) {
  .footer__main {
    padding: 80px;
  }
}
.footer__col {
  margin: 40px 0;
}
.footer__arrow {
  position: relative;
  display: inline-block;
  width: 66px;
  background-color: #26336A;
  cursor: pointer;
}
.footer__arrow:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  display: inline-block;
  height: 14px;
  width: 2px;
  background-color: #fff;
  transform: translate(-50%, -50%);
}
.footer__arrow:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translate(-50%, -80%) rotate(-45deg);
}
.footer__credits {
  -ms-flex: auto;
      flex: auto;
  padding: 10px 20px;
  background-color: #192144;
  color: #fff;
  font-size: 1.4rem;
}
.footer__credits-item {
  -ms-flex: 1;
      flex: 1;
}
.footer__nav {
  margin: 10px 0;
  color: rgba(255, 255, 255, 0.5);
}
.footer__nav-item {
  margin: 5px 0;
}
@media screen and (min-width: 992px) {
  .footer__nav-item {
    margin: 0;
  }
}

.slick-slider, .slick-list, .slick-track {
  height: 100%;
}

.slick-slide:focus {
  outline: 0;
}

.slider {
  position: relative;
  height: 100vh;
}
.slider__item {
  height: 100%;
  color: #fff;
}
.slider__item-content {
  height: 100%;
}
.slider__bg {
  height: 100%;
  background: center bottom -5px /cover no-repeat;
}
.slider__left {
  display: none;
}
@media screen and (min-width: 992px) {
  .slider__left {
    -ms-flex: 0 1 30%;
        flex: 0 1 30%;
    display: block;
  }
}
.slider__right {
  padding: 40px;
  box-sizing: border-box;
}
@media screen and (min-width: 992px) {
  .slider__right {
    -ms-flex: 1 1 70%;
        flex: 1 1 70%;
  }
}
@media screen and (min-width: 1200px) {
  .slider__right {
    padding: 120px;
    display: block;
  }
}
@media screen and (min-width: 1500px) {
  .slider__right {
    padding: 150px;
  }
}
.slider__excerpt {
  position: relative;
  padding-left: 25px;
}
.slider__excerpt:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.38em;
  bottom: 0.38em;
  width: 4px;
  background-color: #E63323;
}
@media screen and (min-width: 1200px) {
  .slider__excerpt {
    font-size: 2.4rem;
  }
}
.slider__footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.slider__footer-col {
  -ms-flex: 1 1 100%;
      flex: 1 1 100%;
  background-color: rgba(0, 0, 0, 0.45);
}
@media screen and (min-width: 992px) {
  .slider__footer-col {
    -ms-flex: 0 1 30%;
        flex: 0 1 30%;
  }
}
.slider__video-btn {
  display: none;
}
@media screen and (min-width: 992px) {
  .slider__video-btn {
    display: block;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 2rem;
  }
}
.slider__arrow-bot {
  position: relative;
  margin-right: auto;
  display: none;
  width: 57px;
  background-color: rgba(0, 0, 0, 0.45);
  cursor: pointer;
}
@media screen and (min-width: 992px) {
  .slider__arrow-bot {
    display: block;
  }
}
.slider__arrow-bot:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  height: 40%;
  width: 3px;
  background-color: #fff;
  transform: translate(-50%, -50%);
}
.slider__arrow-bot:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 14px;
  height: 14px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transform: translate(-50%, -40%) rotate(45deg);
}
.slider__pager {
  display: none;
  height: 100%;
}
@media screen and (min-width: 1200px) {
  .slider__pager {
    display: -ms-flexbox;
    display: flex;
  }
}
.slider__arrow {
  position: relative;
  width: 30px;
  height: 100%;
  background-color: #fff;
  cursor: pointer;
  transition: 200ms;
}
@media screen and (min-width: 1500px) {
  .slider__arrow {
    width: 110px;
  }
}
.slider__arrow:hover {
  background-color: #f2f2f2;
}
.slider__arrow:before {
  content: '';
  position: absolute;
  top: 50%;
  display: block;
  width: 10px;
  height: 10px;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (min-width: 1500px) {
  .slider__arrow:before {
    width: 15px;
    height: 15px;
  }
}
.slider__arrow--left:before {
  right: 10px;
  border-left: 2px solid #26336A;
  border-bottom: 2px solid #26336A;
}
@media screen and (min-width: 1500px) {
  .slider__arrow--left:before {
    right: 30px;
  }
}
.slider__arrow--right:before {
  left: 10px;
  border-top: 2px solid #26336A;
  border-right: 2px solid #26336A;
}
@media screen and (min-width: 1500px) {
  .slider__arrow--right:before {
    left: 30px;
  }
}

.banner__social {
  display: none;
}
@media screen and (min-width: 992px) {
  .banner__social {
    margin: 0 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 1 280px;
        flex: 1 1 280px;
  }
}
.banner__content {
  -ms-flex: 0 1 1575px;
      flex: 0 1 1575px;
}
.banner__img {
  padding: 20px;
  height: 200px;
  background: center /cover no-repeat;
  color: #fff;
  font-weight: 700;
  box-sizing: border-box;
}
@media screen and (min-width: 992px) {
  .banner__img {
    height: 350px;
  }
}
@media screen and (min-width: 1500px) {
  .banner__img {
    height: 560px;
  }
}
.banner__text {
  position: relative;
  padding-left: 25px;
}
.banner__text:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.38em;
  bottom: 0.38em;
  width: 4px;
  background-color: #E63323;
}
@media screen and (min-width: 1200px) {
  .banner__text {
    font-size: 2.4rem;
    max-width: 80%;
  }
}

.social--text {
  padding: 10px;
  -ms-flex-positive: 1;
      flex-grow: 1;
  height: auto;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-sizing: border-box;
}
@media screen and (min-width: 992px) {
  .social--text {
    padding: 8px 0;
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 1200px) {
  .social--text {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1500px) {
  .social--text {
    padding: 15px 0;
  }
}
.social--small {
  padding: 5px;
  font-size: 1.4rem;
}
@media screen and (min-width: 1200px) {
  .social--small {
    padding: 5px 0;
  }
}
.social__item {
  margin: 0 10px;
  display: inline-block;
  width: 20px;
  height: 20px;
  background: center /contain no-repeat;
  filter: brightness(100) contrast(200%);
}
.social__item--fb {
  background-image: url("../img/fb.svg");
}
.social__item--in {
  background-image: url("../img/in.svg");
}
.social__item--insta {
  background-image: url("../img/ig.svg");
}
.social--banner .social__item {
  margin: 25px 0;
  filter: none;
}
.social--text .social__item {
  margin: 0;
  margin-right: 10px;
}
.social--bg {
  margin: 0;
  padding: 25px;
  background: center /cover no-repeat;
  font-size: 3rem;
  font-weight: 700;
  text-transform: none;
}
@media screen and (min-width: 992px) {
  .social--bg {
    padding: 60px;
    font-size: 4rem;
  }
}
@media screen and (min-width: 1500px) {
  .social--bg {
    padding: 100px;
    font-size: 5rem;
  }
}
@media screen and (min-width: 992px) {
  .social--bg .social__item {
    width: 30px;
    height: 30px;
  }
}

.section {
  margin-top: 40px;
  margin-bottom: 40px;
}
@media screen and (min-width: 1200px) {
  .section {
    margin-top: 75px;
    margin-bottom: 75px;
  }
}
@media screen and (min-width: 1500px) {
  .section {
    margin-top: 120px;
    margin-bottom: 120px;
  }
}
.section__content {
  position: relative;
}
@media screen and (min-width: 1200px) {
  .section__content:before {
    content: '';
    position: absolute;
    left: -22px;
    top: 0.38em;
    bottom: -20px;
    width: 4px;
    background-color: #E63323;
  }
  .section__content--no-btn:before {
    bottom: 1.2em;
  }
}
.section__col-aside {
  margin: 30px 0;
  min-height: 200px;
}
@media screen and (min-width: 992px) {
  .section__col-aside {
    margin: 0;
    min-height: 300px;
  }
}
@media screen and (min-width: 1500px) {
  .section__col-aside {
    min-height: 500px;
  }
}
.section__col-img {
  height: 200px;
  object-fit: cover;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .section__col-img {
    height: 300px;
  }
}
@media screen and (min-width: 1500px) {
  .section__col-img {
    height: 500px;
  }
}
@media screen and (min-width: 992px) {
  .section__col-text {
    margin-left: 30px;
  }
}
.section__col-text--fw {
  margin-left: 0;
  padding: 0 15px;
}
@media screen and (min-width: 992px) {
  .section__col-text--fw {
    padding: 0 40px;
  }
}
@media screen and (min-width: 1200px) {
  .section__col-text--fw {
    padding: 0 70px;
  }
}
@media screen and (min-width: 1500px) {
  .section__col-text--fw {
    padding: 0 140px;
  }
}

@media screen and (min-width: 1500px) {
  .realisation__slider .slick-track:first-child {
    margin-left: calc((100vw - 1450px) / 2 );
  }
}
.realisation__grid-item--slider {
  margin: 0 15px;
}
.realisation__grid-img {
  height: 200px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
@media screen and (min-width: 1200px) {
  .realisation__grid-img {
    height: 300px;
  }
}
@media screen and (min-width: 1500px) {
  .realisation__grid-img {
    height: 380px;
  }
}
.realisation__grid-header {
  margin: 15px 0;
}
.realisation__cta-box {
  width: 100%;
}
.realisation__header {
  font-weight: 700;
  font-size: 2rem;
}
@media screen and (min-width: 992px) {
  .realisation__header {
    font-size: 3rem;
  }
}
@media screen and (min-width: 1500px) {
  .realisation__header {
    font-size: 5rem;
  }
}
.realisation__icon {
  margin: 0 4px;
  width: 22px;
  height: 22px;
  display: inline-block;
  background: center /contain no-repeat;
  vertical-align: middle;
}

@media screen and (min-width: 992px) {
  .gallery {
    height: 400px;
  }
}
@media screen and (min-width: 1500px) {
  .gallery {
    height: 650px;
  }
}
.gallery__main {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  padding: 7px 0;
  height: 250px;
  box-sizing: border-box;
}
@media screen and (min-width: 992px) {
  .gallery__main {
    margin-right: 15px;
    height: 100%;
  }
}
.gallery__main-item {
  height: 100%;
}
.gallery__pager {
  -ms-flex: 1 1 150px;
      flex: 1 1 150px;
}
.gallery__pager-item {
  margin: 0 7px;
}
.gallery__img-wrapper {
  height: 100px;
  box-sizing: border-box;
}
@media screen and (min-width: 992px) {
  .gallery__img-wrapper {
    padding: 7px 0;
    height: 98px;
  }
}
@media screen and (min-width: 1500px) {
  .gallery__img-wrapper {
    padding: 7px 0;
    height: 160.5px;
  }
}
.gallery__img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.gallery__arrows {
  position: absolute;
  right: -10px;
  top: 0;
  bottom: 0;
  display: none;
}
@media screen and (min-width: 1200px) {
  .gallery__arrows {
    display: block;
  }
}
.gallery__arrow {
  position: absolute;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.gallery__arrow:before {
  content: '';
  position: absolute;
  left: 50%;
  display: block;
  width: 2px;
  background-color: #26336A;
  height: 15px;
  transform: translateX(-50%);
}
.gallery__arrow:after {
  content: '';
  position: absolute;
  left: 50%;
  display: block;
  border-color: #26336A;
  border-right: 2px solid;
  width: 10px;
  height: 10px;
  cursor: pointer;
}
.gallery__arrow--left {
  top: 14px;
}
.gallery__arrow--left:after {
  top: 0;
  border-top: 2px solid;
  transform: translateX(-50%) rotate(-45deg);
}
.gallery__arrow--right {
  bottom: 9px;
}
.gallery__arrow--right:before {
  bottom: 0;
}
.gallery__arrow--right:after {
  bottom: 0;
  border-bottom: 2px solid;
  transform: translateX(-50%) rotate(45deg);
}
.gallery__lightbox-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 44px;
  height: 44px;
  background-color: #E63323;
  border-radius: 50%;
}
.gallery__lightbox-btn-rec {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  display: block;
  border: 2px solid #fff;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
}
.gallery__lightbox-btn-rec:before, .gallery__lightbox-btn-rec:after {
  content: '';
  position: absolute;
  background-color: #E63323;
}
.gallery__lightbox-btn-rec:before {
  top: -2px;
  bottom: -2px;
  left: 50%;
  width: 6px;
  transform: translateX(-50%);
}
.gallery__lightbox-btn-rec:after {
  top: 50%;
  left: -2px;
  right: -2px;
  height: 6px;
  transform: translateY(-50%);
}

.management__name {
  margin-top: 5px;
  color: #E63323;
}
.management__img {
  height: 250px;
}
@media screen and (min-width: 992px) {
  .management__img {
    height: 300px;
  }
}
@media screen and (min-width: 1200px) {
  .management__img {
    height: auto;
    max-height: 350px;
  }
}

.offer__slider {
  position: relative;
  height: 70px;
}
@media screen and (min-width: 1200px) {
  .offer__slider {
    height: 400px;
  }
}
@media screen and (min-width: 1500px) {
  .offer__slider {
    height: 670px;
  }
}
.offer__slider-img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.offer__slider-pager-box {
  position: relative;
  height: 70px;
  background: center /cover no-repeat;
  cursor: pointer;
}
@media screen and (min-width: 992px) {
  .offer__slider-pager-box {
    height: 260px;
  }
}
@media screen and (min-width: 1500px) {
  .offer__slider-pager-box {
    height: 740px;
  }
}
.offer__slider-pager {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  outline: 1px solid #E63323;
}
@media screen and (min-width: 1200px) {
  .offer__slider-pager {
    outline: 0;
  }
}
.offer__slider-pager li {
  -ms-flex: 0 0 25%;
      flex: 0 0 25%;
}
.offer__slider-pager--independent {
  position: static;
}
.offer__slider-pager-bg {
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: center /cover no-repeat;
}
.offer__slider-pager-item {
  position: relative;
  padding: 10px;
  height: 70px;
  width: 100%;
  background-color: rgba(38, 51, 106, 0.7);
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  cursor: pointer;
  box-sizing: border-box;
  transition: 200ms;
}
.offer__slider-pager-item:hover {
  background-color: #26336A;
}
@media screen and (min-width: 1200px) {
  .offer__slider-pager-item {
    height: 90px;
    font-size: 2rem;
  }
}
.offer__slider-pager-icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: center /contain no-repeat;
  filter: brightness(100) contrast(200%);
}
@media screen and (min-width: 1200px) {
  .offer__slider-pager-icon {
    margin-right: 25px;
    width: 48px;
    height: 47px;
  }
}
.offer__slider-pager-text {
  display: none;
}
@media screen and (min-width: 1200px) {
  .offer__slider-pager-text {
    display: inline;
  }
}
.slick-active .offer__slider-pager-bg {
  display: none;
}
.slick-active .offer__slider-pager-item {
  background: #fff;
  color: #26336A;
}
.slick-active .offer__slider-pager-icon {
  filter: none;
}
.offer__content-slider-header {
  padding-left: 60px;
  background: left center /auto 70% no-repeat;
  max-width: 240px;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 1500px) {
  .offer__content-slider-header {
    padding-left: 100px;
    font-size: 5rem;
    max-width: 400px;
  }
}
.offer__content-slider-img {
  height: 200px;
  object-fit: cover;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .offer__content-slider-img {
    height: 300px;
  }
}
@media screen and (min-width: 1500px) {
  .offer__content-slider-img {
    height: 500px;
  }
}

.testimonials__bg {
  padding: 40px;
  background: center /cover no-repeat;
}
@media screen and (min-width: 992px) {
  .testimonials__bg {
    padding: 70px;
  }
}
@media screen and (min-width: 1500px) {
  .testimonials__bg {
    padding: 140px;
  }
}
.testimonials__header {
  color: #fff;
}
.testimonials__content {
  padding: 15px;
}
@media screen and (min-width: 992px) {
  .testimonials__content {
    padding: 50px;
  }
}
@media screen and (min-width: 1500px) {
  .testimonials__content {
    padding: 100px;
  }
}
.testimonials__author {
  -ms-flex: 0 1 30%;
      flex: 0 1 30%;
  -ms-flex-item-align: baseline;
      align-self: baseline;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .testimonials__author {
    margin-bottom: 0;
  }
}
.testimonials__text {
  position: relative;
  -ms-flex: 0 1 70%;
      flex: 0 1 70%;
}
.testimonials__text:after {
  content: '';
  position: absolute;
  top: -10px;
  left: -10px;
  display: block;
  width: 50px;
  height: 40px;
  background-image: linear-gradient(to right, rgba(38, 51, 106, 0.1) 40%, #fff 41%, #fff 60%, rgba(38, 51, 106, 0.1) 61%);
  transform: skewX(-12deg);
  z-index: -1;
}
.testimonials__title {
  margin-bottom: 15px;
  color: #E63323;
  font-size: 2rem;
}
.testimonials__name {
  font-size: 1.8rem;
  font-weight: 700;
}

.partners__content {
  padding: 15px;
}
@media screen and (min-width: 992px) {
  .partners__content {
    padding: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .partners__content {
    padding: 100px;
  }
}
.partners__logo-wrapper {
  padding: 40px;
  background: #26336A;
}
@media screen and (min-width: 1200px) {
  .partners__logo-wrapper {
    padding: 140px;
  }
}
.partners__logo-box {
  height: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.partners__hr {
  margin: 30px 0;
  height: 1px;
  width: 60%;
  background-color: rgba(255, 255, 255, 0.2);
}

.aside {
  -ms-flex: 0 0 25%;
      flex: 0 0 25%;
  padding: 30px;
  background-color: #26336A;
}
.aside__input {
  margin-bottom: 20px;
}
.aside__select {
  padding: 5px 0;
  background-color: #26336A;
  color: #fff;
  font-size: 1.8rem;
  border-bottom: 1px solid #fff;
  cursor: pointer;
}
.aside__btn {
  margin-top: 30px;
}

.career__wrapper {
  padding-top: 20px;
}
.career__list {
  position: relative;
  -ms-flex: auto;
      flex: auto;
  margin-top: 20px;
  box-sizing: border-box;
}
@media screen and (min-width: 992px) {
  .career__list {
    margin-top: 0;
    margin-left: 15px;
  }
}
.career__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
}
@media screen and (min-width: 992px) {
  .career__grid {
    -ms-grid-columns: 20% 30% 25% 20% 5%;
        grid-template-columns: 20% 30% 25% 20% 5%;
  }
}
.career__head {
  position: absolute;
  top: -25px;
  left: 0;
  right: 0;
  padding: 0 20px;
  display: none;
  color: #E63323;
}
@media screen and (min-width: 992px) {
  .career__head {
    display: -ms-grid;
    display: grid;
  }
}
.career__item {
  padding: 20px;
  margin-bottom: 15px;
  border: 1px solid #26336A;
  background-color: #fff;
  box-sizing: border-box;
  transition: 200ms;
}
.career__item:hover {
  background-color: #ededed;
}
.career__item-col {
  margin-bottom: 10px;
}
.career__item-col:last-child {
  margin-bottom: 0;
}
.career__item-col:before {
  content: attr(data-header);
  display: block;
  font-size: 1.4rem;
  line-height: 1;
  color: #E63323;
}
@media screen and (min-width: 992px) {
  .career__item-col {
    margin-bottom: 0;
  }
  .career__item-col:before {
    display: none;
  }
}
.career__arrow {
  position: relative;
}
.career__arrow:before {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 14px;
  height: 2px;
  background-color: #26336A;
  transform: translateY(-50%);
}
.career__arrow:after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  width: 8px;
  height: 8px;
  border-right: 2px solid #26336A;
  border-bottom: 2px solid #26336A;
  transform: translate(0, -50%) rotate(-45deg);
}
.career__header {
  font-weight: 700;
  font-size: 2rem;
}
@media screen and (min-width: 992px) {
  .career__header {
    font-size: 3rem;
  }
}
@media screen and (min-width: 1500px) {
  .career__header {
    font-size: 5rem;
  }
}
.career__subheader {
  font-size: 1.8rem;
}
@media screen and (min-width: 1200px) {
  .career__col:first-of-type {
    padding-right: 15px;
  }
  .career__col:last-of-type {
    padding-left: 15px;
  }
}

.contact-form__label {
  position: absolute;
  bottom: 8px;
  transition: 200ms;
}
.contact-form__input {
  margin-top: 16px;
}
.contact-form__input:focus ~ .contact-form__label, .contact-form__label--active {
  bottom: calc(100% - 22px);
  font-size: 1.4rem;
}
.contact-form__box:focus-within .contact-form__label{
  bottom: calc(100% - 22px);
  font-size: 1.4rem;
}
.contact-form__asterisk {
  font-size: 1.2rem;
  line-height: 2rem;
}

.contact__nav {
  padding: 25px;
}
@media screen and (min-width: 1500px) {
  .contact__nav {
    padding: 70px 100px;
  }
}
@media screen and (min-width: 992px) {
  .contact__nav {
    padding: 35px 60px;
  }
}

div#__bs_notify__ {
  display: none !important;
}
