@charset "UTF-8";
.ajax__pagination {
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
  margin-bottom: 60px;
  /* Slider */
  /* Icons */
  /* Arrows */
  /* Dots */
}
.ajax__pagination .slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}
@font-face {
  .ajax__pagination {
    font-family: "slick";
    font-weight: normal;
    font-style: normal;
    src: url("./fonts/slick.eot");
    src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  }
}
.ajax__pagination .slick-prev,
.ajax__pagination .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
.ajax__pagination .slick-prev:hover,
.ajax__pagination .slick-prev:focus,
.ajax__pagination .slick-next:hover,
.ajax__pagination .slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}
.ajax__pagination .slick-prev:hover:before,
.ajax__pagination .slick-prev:focus:before,
.ajax__pagination .slick-next:hover:before,
.ajax__pagination .slick-next:focus:before {
  opacity: 1;
}
.ajax__pagination .slick-prev.slick-disabled:before,
.ajax__pagination .slick-next.slick-disabled:before {
  opacity: 0.25;
}
.ajax__pagination .slick-prev:before,
.ajax__pagination .slick-next:before {
  font-family: "slick";
  font-size: 24px;
  line-height: 1;
  opacity: 0.75;
  color: #222;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ajax__pagination .slick-prev {
  left: -40px;
}
.ajax__pagination [dir=rtl] .slick-prev {
  right: -40px;
  left: auto;
}
.ajax__pagination .slick-prev:before {
  content: "←";
}
.ajax__pagination [dir=rtl] .slick-prev:before {
  content: "→";
}
.ajax__pagination .slick-next {
  right: -40px;
}
.ajax__pagination [dir=rtl] .slick-next {
  right: auto;
  left: -40px;
}
.ajax__pagination .slick-next:before {
  content: "→";
}
.ajax__pagination [dir=rtl] .slick-next:before {
  content: "←";
}
.ajax__pagination .slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.ajax__pagination .slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.ajax__pagination .slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.ajax__pagination .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.ajax__pagination .slick-dots li button:hover,
.ajax__pagination .slick-dots li button:focus {
  outline: none;
}
.ajax__pagination .slick-dots li button:hover:before,
.ajax__pagination .slick-dots li button:focus:before {
  opacity: 1;
}
.ajax__pagination .slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ajax__pagination .slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}
@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600;1,700;1,800&display=swap");
.elementor img {
  max-width: inherit !important;
  height: inherit !important;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

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;
}

img {
  border-style: none;
}

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

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type=button], [type=reset], [type=submit], 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 {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  -webkit-box-sizing: border-box;
  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-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.selectric-wrapper {
  position: relative;
  cursor: pointer;
}

.selectric-responsive {
  width: 100%;
}

.selectric {
  border: 1px solid #ddd;
  border-radius: 0;
  background: #f8f8f8;
  position: relative;
  overflow: hidden;
}

.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 38px 0 10px;
  font-size: 12px;
  line-height: 38px;
  color: #444;
  height: 38px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.selectric .button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 38px;
  height: 38px;
  line-height: 38px;
  background-color: #f8f8f8;
  color: #bbb;
  text-align: center;
  font: 0/0 a;
}

.selectric .button:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: #bbb;
  border-bottom: none;
}

.selectric-focus .selectric {
  border-color: #aaa;
}

.selectric-hover .selectric {
  border-color: #c4c4c4;
}

.selectric-hover .selectric .button {
  color: #a2a2a2;
}

.selectric-hover .selectric .button:after {
  border-top-color: #a2a2a2;
}

.selectric-open {
  z-index: 9999;
}

.selectric-open .selectric {
  border-color: #c4c4c4;
}

.selectric-open .selectric-items {
  display: block;
}

.selectric-disabled {
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}

.selectric-hide-select select {
  position: absolute;
  left: -100%;
}

.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 0;
}

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: 0 !important;
  border: none !important;
  background: 0 0 !important;
}

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}

.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #f8f8f8;
  border: 1px solid #c4c4c4;
  z-index: -1;
  -webkit-box-shadow: 0 0 10px -6px;
  box-shadow: 0 0 10px -6px;
}

.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
}

.selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
}

.selectric-items li, .selectric-items ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: 20px;
  min-height: 20px;
}

.selectric-items li {
  display: block;
  padding: 10px;
  color: #666;
  cursor: pointer;
}

.selectric-items li.selected {
  background: #e0e0e0;
  color: #444;
}

.selectric-items li.highlighted {
  background: #d0d0d0;
  color: #444;
}

.selectric-items li:hover {
  background: #d5d5d5;
  color: #444;
}

.selectric-items .disabled {
  opacity: 0.5;
  cursor: default !important;
  background: 0 0 !important;
  color: #666 !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.selectric-items .selectric-group .selectric-group-label {
  font-weight: 700;
  padding-left: 10px;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: 0 0;
  color: #444;
}

.selectric-items .selectric-group.disabled li {
  opacity: 1;
}

.selectric-items .selectric-group li {
  padding-left: 25px;
}

/** Nunito **/
/** Fira Sans **/
@font-face {
  font-family: "Fira Sans";
  src: url("../fonts/webfont-fira-sans-book.eot");
  src: local("☺"), url("../fonts/webfont-fira-sans-book.woff") format("woff"), url("../fonts/webfont-fira-sans-book.ttf") format("truetype"), url("../fonts/webfont-fira-sans-book.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Fira Sans";
  src: url("../fonts/webfont-fira-sans-book-italic.eot");
  src: local("☺"), url("../fonts/webfont-fira-sans-book-italic.woff") format("woff"), url("../fonts/webfont-fira-sans-book-italic.ttf") format("truetype"), url("../fonts/webfont-fira-sans-book-italic.svg") format("svg");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Fira Sans";
  src: url("../fonts/webfont-fira-sans-bold.eot");
  src: local("☺"), url("../fonts/webfont-fira-sans-bold.woff") format("woff"), url("../fonts/webfont-fira-sans-bold.ttf") format("truetype"), url("../fonts/webfont-fira-sans-bold.svg") format("svg");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Fira Sans";
  src: url("../fonts/webfont-fira-sans-bold-italic.eot");
  src: local("☺"), url("../fonts/webfont-fira-sans-bold-italic.woff") format("woff"), url("../fonts/webfont-fira-sans-bold-italic.ttf") format("truetype"), url("../fonts/webfont-fira-sans-bold-italic.svg") format("svg");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "Fira Sans";
  src: url("../fonts/webfont-fira-sans-black.eot");
  src: local("☺"), url("../fonts/webfont-fira-sans-black.woff") format("woff"), url("../fonts/webfont-fira-sans-black.ttf") format("truetype"), url("../fonts/webfont-fira-sans-black.svg") format("svg");
  font-weight: 800;
  font-style: normal;
}
/*!
 * Bootstrap Grid v5.2.0 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 18px;
  padding-left: 18px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.row > * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: 18px;
  padding-left: 18px;
}

.text-start {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-end {
  text-align: right;
}

.col {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
}

.row-cols-auto > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.row-cols-4 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

@media (min-width: 576px) {
  .col-sm {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }

  .row-cols-sm-auto > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }

  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }

  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }

  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }

  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.33333333%;
  }

  .offset-sm-2 {
    margin-left: 16.66666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.33333333%;
  }

  .offset-sm-5 {
    margin-left: 41.66666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.33333333%;
  }

  .offset-sm-8 {
    margin-left: 66.66666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.33333333%;
  }

  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }

  .row-cols-md-auto > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }

  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }

  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }

  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }

  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.33333333%;
  }

  .offset-md-2 {
    margin-left: 16.66666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.33333333%;
  }

  .offset-md-5 {
    margin-left: 41.66666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.33333333%;
  }

  .offset-md-8 {
    margin-left: 66.66666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.33333333%;
  }

  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }

  .row-cols-lg-auto > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }

  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }

  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }

  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }

  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.33333333%;
  }

  .offset-lg-2 {
    margin-left: 16.66666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.33333333%;
  }

  .offset-lg-5 {
    margin-left: 41.66666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.33333333%;
  }

  .offset-lg-8 {
    margin-left: 66.66666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.33333333%;
  }

  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }

  .row-cols-xl-auto > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }

  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.33333333%;
  }

  .offset-xl-2 {
    margin-left: 16.66666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.33333333%;
  }

  .offset-xl-5 {
    margin-left: 41.66666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.33333333%;
  }

  .offset-xl-8 {
    margin-left: 66.66666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.33333333%;
  }

  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }

  .row-cols-xxl-auto > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xxl-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xxl-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xxl-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-xxl-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xxl-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xxl-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xxl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }

  .col-xxl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-xxl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xxl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xxl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-xxl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-xxl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xxl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-xxl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-xxl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xxl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-xxl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-xxl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-xxl-0 {
    margin-left: 0;
  }

  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }

  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }

  .offset-xxl-3 {
    margin-left: 25%;
  }

  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }

  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }

  .offset-xxl-6 {
    margin-left: 50%;
  }

  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }

  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }

  .offset-xxl-9 {
    margin-left: 75%;
  }

  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }

  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
}
.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-grid {
  display: grid !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

.d-none {
  display: none !important;
}

.flex-fill {
  -webkit-box-flex: 1 !important;
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.justify-content-evenly {
  -webkit-box-pack: space-evenly !important;
  -ms-flex-pack: space-evenly !important;
  justify-content: space-evenly !important;
}

.align-items-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

.order-first {
  -webkit-box-ordinal-group: 0 !important;
  -ms-flex-order: -1 !important;
  order: -1 !important;
}

.order-0 {
  -webkit-box-ordinal-group: 1 !important;
  -ms-flex-order: 0 !important;
  order: 0 !important;
}

.order-1 {
  -webkit-box-ordinal-group: 2 !important;
  -ms-flex-order: 1 !important;
  order: 1 !important;
}

.order-2 {
  -webkit-box-ordinal-group: 3 !important;
  -ms-flex-order: 2 !important;
  order: 2 !important;
}

.order-3 {
  -webkit-box-ordinal-group: 4 !important;
  -ms-flex-order: 3 !important;
  order: 3 !important;
}

.order-4 {
  -webkit-box-ordinal-group: 5 !important;
  -ms-flex-order: 4 !important;
  order: 4 !important;
}

.order-5 {
  -webkit-box-ordinal-group: 6 !important;
  -ms-flex-order: 5 !important;
  order: 5 !important;
}

.order-last {
  -webkit-box-ordinal-group: 7 !important;
  -ms-flex-order: 6 !important;
  order: 6 !important;
}

.m-auto {
  margin: auto !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-auto {
  margin-top: auto !important;
}

.me-auto {
  margin-right: auto !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ms-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-grid {
    display: grid !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .d-sm-none {
    display: none !important;
  }

  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .justify-content-sm-evenly {
    -webkit-box-pack: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
  }

  .align-items-sm-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }

  .order-sm-first {
    -webkit-box-ordinal-group: 0 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important;
  }

  .order-sm-0 {
    -webkit-box-ordinal-group: 1 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important;
  }

  .order-sm-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }

  .order-sm-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }

  .order-sm-3 {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important;
  }

  .order-sm-4 {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important;
  }

  .order-sm-5 {
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important;
  }

  .order-sm-last {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-sm-auto {
    margin-top: auto !important;
  }

  .me-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto {
    margin-bottom: auto !important;
  }

  .ms-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-grid {
    display: grid !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .d-md-none {
    display: none !important;
  }

  .flex-md-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .justify-content-md-evenly {
    -webkit-box-pack: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
  }

  .align-items-md-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-md-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-md-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }

  .order-md-first {
    -webkit-box-ordinal-group: 0 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important;
  }

  .order-md-0 {
    -webkit-box-ordinal-group: 1 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important;
  }

  .order-md-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }

  .order-md-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }

  .order-md-3 {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important;
  }

  .order-md-4 {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important;
  }

  .order-md-5 {
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important;
  }

  .order-md-last {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-md-auto {
    margin-top: auto !important;
  }

  .me-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto {
    margin-bottom: auto !important;
  }

  .ms-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-grid {
    display: grid !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .d-lg-none {
    display: none !important;
  }

  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .justify-content-lg-evenly {
    -webkit-box-pack: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
  }

  .align-items-lg-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }

  .order-lg-first {
    -webkit-box-ordinal-group: 0 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important;
  }

  .order-lg-0 {
    -webkit-box-ordinal-group: 1 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important;
  }

  .order-lg-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }

  .order-lg-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }

  .order-lg-3 {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important;
  }

  .order-lg-4 {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important;
  }

  .order-lg-5 {
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important;
  }

  .order-lg-last {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-lg-auto {
    margin-top: auto !important;
  }

  .me-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto {
    margin-bottom: auto !important;
  }

  .ms-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-grid {
    display: grid !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .d-xl-none {
    display: none !important;
  }

  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .justify-content-xl-evenly {
    -webkit-box-pack: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
  }

  .align-items-xl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }

  .order-xl-first {
    -webkit-box-ordinal-group: 0 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important;
  }

  .order-xl-0 {
    -webkit-box-ordinal-group: 1 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important;
  }

  .order-xl-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }

  .order-xl-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }

  .order-xl-3 {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important;
  }

  .order-xl-4 {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important;
  }

  .order-xl-5 {
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important;
  }

  .order-xl-last {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-xl-auto {
    margin-top: auto !important;
  }

  .me-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto {
    margin-bottom: auto !important;
  }

  .ms-xl-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1400px) {
  .d-xxl-inline {
    display: inline !important;
  }

  .d-xxl-inline-block {
    display: inline-block !important;
  }

  .d-xxl-block {
    display: block !important;
  }

  .d-xxl-grid {
    display: grid !important;
  }

  .d-xxl-table {
    display: table !important;
  }

  .d-xxl-table-row {
    display: table-row !important;
  }

  .d-xxl-table-cell {
    display: table-cell !important;
  }

  .d-xxl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-xxl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .d-xxl-none {
    display: none !important;
  }

  .flex-xxl-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .flex-xxl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-xxl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-xxl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-xxl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-xxl-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-xxl-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .flex-xxl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-xxl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .flex-xxl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-xxl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-xxl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-xxl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-xxl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-xxl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-xxl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-xxl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .justify-content-xxl-evenly {
    -webkit-box-pack: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
  }

  .align-items-xxl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-xxl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-xxl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-xxl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-xxl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-xxl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-xxl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-xxl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-xxl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-xxl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-xxl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-xxl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-xxl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-xxl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-xxl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-xxl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-xxl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }

  .order-xxl-first {
    -webkit-box-ordinal-group: 0 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important;
  }

  .order-xxl-0 {
    -webkit-box-ordinal-group: 1 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important;
  }

  .order-xxl-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }

  .order-xxl-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }

  .order-xxl-3 {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important;
  }

  .order-xxl-4 {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important;
  }

  .order-xxl-5 {
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important;
  }

  .order-xxl-last {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important;
  }

  .m-xxl-auto {
    margin: auto !important;
  }

  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-xxl-auto {
    margin-top: auto !important;
  }

  .me-xxl-auto {
    margin-right: auto !important;
  }

  .mb-xxl-auto {
    margin-bottom: auto !important;
  }

  .ms-xxl-auto {
    margin-left: auto !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-grid {
    display: grid !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .d-print-none {
    display: none !important;
  }
}
/* ------------------------------------------------------------ *\
	Paging
\* ------------------------------------------------------------ */
.paging {
  max-width: 100%;
  width: 105px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
}
.paging ul {
  padding: 0;
  margin: 0;
}
.paging ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
.paging li {
  display: inline-block;
  vertical-align: middle;
}
.paging a, .paging button {
  background-color: transparent;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  width: 28px;
  height: 28px;
  margin: 0 3px;
  border: 1px solid transparent;
  border-radius: 100%;
  -webkit-transition: border-color 0.3s, color 0.3s;
  transition: border-color 0.3s, color 0.3s;
  color: #1a315d;
  font-weight: 400;
  font-size: 16px;
}
.paging a:hover, .paging button:hover {
  color: #000;
  border-color: #ff9d00;
}
.paging .is-active button {
  border-color: #ff9d00;
  background-color: #ff9d00;
  color: #fff;
}
.paging .paging__separator {
  margin: 0 1.2rem;
}

*, * :before, * :after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

::-moz-selection {
  background-color: #ff9d00;
  color: white;
}

::selection {
  background-color: #ff9d00;
  color: white;
}

html {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font: 16px/30px "Nunito", sans-serif;
  letter-spacing: 0.005em;
  background: white;
  -webkit-font-smoothing: antialiased;
  -ms-overflow-style: scrollbar;
}
@media (min-width: 1200px) {
  html {
    letter-spacing: 0.0085em;
  }
}
html[style="overflow: hidden;"] {
  height: auto;
}

body {
  width: 100%;
  min-width: 320px;
  height: 100%;
  min-height: 100%;
  overflow-x: hidden;
  position: relative;
  color: #1a315d;
  background: white;
}
@media (min-width: 320px) {
  body {
    overflow-x: hidden;
  }
}
body.menu-open {
  position: fixed;
  overflow: hidden;
}
body.menu-open::-webkit-scrollbar {
  display: none;
}

a {
  color: #1a315d;
  text-decoration: underline;
  outline: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
a:hover {
  text-decoration: none;
}

p, ul, ol, dl {
  margin: 0 0 30px;
}

ul, ol {
  padding: 0 0 0 30px;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-family: "Fira Sans", sans-serif;
  font-weight: bold;
  font-style: italic;
  line-height: normal;
  letter-spacing: 0.02em;
  color: #1a315d;
}

h1 {
  margin-bottom: 42px;
  font-size: 35px;
  line-height: 42px;
}
@media (min-width: 768px) {
  h1 {
    font-size: 50px;
    line-height: 61px;
  }
}
@media (min-width: 1200px) {
  h1 {
    letter-spacing: 0.0175em;
  }
}

h2 {
  margin-bottom: 42px;
  font-size: 35px;
  line-height: 42px;
}
@media (min-width: 768px) {
  h2 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (min-width: 1200px) {
  h2 {
    margin-bottom: 41px;
    font-size: 50px;
    line-height: 61px;
    letter-spacing: 0.0175em;
  }
}

h3 {
  margin-bottom: 30px;
  font-size: 30px;
  line-height: 36px;
}
@media (min-width: 1200px) {
  h3 {
    margin-bottom: 26px;
    font-size: 40px;
    line-height: 48px;
  }
}

h4 {
  margin-bottom: 24px;
  font-size: 25px;
  line-height: 30px;
  letter-spacing: 0.0175em;
}
@media (min-width: 1200px) {
  h4 {
    margin-bottom: 23px;
    font-size: 30px;
    line-height: 36px;
  }
}

h5 {
  margin-bottom: 12px;
  font-size: 18px;
  line-height: 22px;
}
@media (min-width: 1200px) {
  h5 {
    font-size: 20px;
    line-height: 24px;
  }
}

h6 {
  font-size: 16px;
  line-height: 19px;
}

.form-group {
  margin-bottom: 29px;
  position: relative;
}
@media (min-width: 1200px) {
  .form-group {
    margin-bottom: 27px;
  }
}

.wpforms-container .wpforms-field:not(.wpforms-field-phone):not(.wpforms-field-select-style-modern) {
  overflow-x: initial !important;
}
.wpforms-container .wpforms-field {
  padding: 10px 0;
  position: initial !important;
  margin-bottom: 27px;
}
.wpforms-container .wpforms-field-label {
  display: inline-block !important;
  margin: 0 0 13px 3px !important;
  font-size: 18px !important;
  line-height: 24px !important;
  font-weight: bold !important;
  letter-spacing: 0.02em !important;
}
.wpforms-container input[type=checkbox] {
  vertica-align: middle;
}
.wpforms-container .wpforms-one-half {
  width: 100% !important;
  margin-left: auto !important;
}
@media (min-width: 768px) {
  .wpforms-container .wpforms-one-half {
    width: 48% !important;
    margin-left: 4% !important;
  }
}

.wpforms-submit-container {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  float: inherit !important;
}
@media (min-width: 768px) {
  .wpforms-submit-container {
    float: right !important;
  }
}
.wpforms-submit-container button {
  margin: 0 auto !important;
}

.form-control, .wpforms-container input[type=date], .wpforms-container input[type=datetime], .wpforms-container input[type=datetime-local], .wpforms-container input[type=email], .wpforms-container input[type=month], .wpforms-container input[type=number], .wpforms-container input[type=password], .wpforms-container input[type=range], .wpforms-container input[type=search], .wpforms-container input[type=tel], .wpforms-container input[type=text], .wpforms-container input[type=time], .wpforms-container input[type=url], .wpforms-container input[type=week], .wpforms-container select, .wpforms-container textarea {
  min-width: 260px;
  padding: 25px 30px 22px;
  border: none;
  border-radius: 14px;
  font: 500 18px/23px "Nunito", sans-serif;
  letter-spacing: 0.01em;
  display: inline-block;
  color: #1a315d;
  background: #ebf2ff;
  -webkit-appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none !important;
}
@media (min-width: 1200px) {
  .form-control, .wpforms-container input[type=date], .wpforms-container input[type=datetime], .wpforms-container input[type=datetime-local], .wpforms-container input[type=email], .wpforms-container input[type=month], .wpforms-container input[type=number], .wpforms-container input[type=password], .wpforms-container input[type=range], .wpforms-container input[type=search], .wpforms-container input[type=tel], .wpforms-container input[type=text], .wpforms-container input[type=time], .wpforms-container input[type=url], .wpforms-container input[type=week], .wpforms-container select, .wpforms-container textarea {
    padding-right: 46px;
    padding-left: 46px;
  }
}
.form-control::-webkit-input-placeholder, .wpforms-container input[type=date]::-webkit-input-placeholder, .wpforms-container input[type=datetime]::-webkit-input-placeholder, .wpforms-container input[type=datetime-local]::-webkit-input-placeholder, .wpforms-container input[type=email]::-webkit-input-placeholder, .wpforms-container input[type=month]::-webkit-input-placeholder, .wpforms-container input[type=number]::-webkit-input-placeholder, .wpforms-container input[type=password]::-webkit-input-placeholder, .wpforms-container input[type=range]::-webkit-input-placeholder, .wpforms-container input[type=search]::-webkit-input-placeholder, .wpforms-container input[type=tel]::-webkit-input-placeholder, .wpforms-container input[type=text]::-webkit-input-placeholder, .wpforms-container input[type=time]::-webkit-input-placeholder, .wpforms-container input[type=url]::-webkit-input-placeholder, .wpforms-container input[type=week]::-webkit-input-placeholder, .wpforms-container select::-webkit-input-placeholder, .wpforms-container textarea::-webkit-input-placeholder {
  font-style: italic;
  color: #1a315d;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.form-control::-moz-placeholder, .wpforms-container input[type=date]::-moz-placeholder, .wpforms-container input[type=datetime]::-moz-placeholder, .wpforms-container input[type=datetime-local]::-moz-placeholder, .wpforms-container input[type=email]::-moz-placeholder, .wpforms-container input[type=month]::-moz-placeholder, .wpforms-container input[type=number]::-moz-placeholder, .wpforms-container input[type=password]::-moz-placeholder, .wpforms-container input[type=range]::-moz-placeholder, .wpforms-container input[type=search]::-moz-placeholder, .wpforms-container input[type=tel]::-moz-placeholder, .wpforms-container input[type=text]::-moz-placeholder, .wpforms-container input[type=time]::-moz-placeholder, .wpforms-container input[type=url]::-moz-placeholder, .wpforms-container input[type=week]::-moz-placeholder, .wpforms-container select::-moz-placeholder, .wpforms-container textarea::-moz-placeholder {
  font-style: italic;
  color: #1a315d;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.form-control:-ms-input-placeholder, .wpforms-container input[type=date]:-ms-input-placeholder, .wpforms-container input[type=datetime]:-ms-input-placeholder, .wpforms-container input[type=datetime-local]:-ms-input-placeholder, .wpforms-container input[type=email]:-ms-input-placeholder, .wpforms-container input[type=month]:-ms-input-placeholder, .wpforms-container input[type=number]:-ms-input-placeholder, .wpforms-container input[type=password]:-ms-input-placeholder, .wpforms-container input[type=range]:-ms-input-placeholder, .wpforms-container input[type=search]:-ms-input-placeholder, .wpforms-container input[type=tel]:-ms-input-placeholder, .wpforms-container input[type=text]:-ms-input-placeholder, .wpforms-container input[type=time]:-ms-input-placeholder, .wpforms-container input[type=url]:-ms-input-placeholder, .wpforms-container input[type=week]:-ms-input-placeholder, .wpforms-container select:-ms-input-placeholder, .wpforms-container textarea:-ms-input-placeholder {
  font-style: italic;
  color: #1a315d;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.form-control::-ms-input-placeholder, .wpforms-container input[type=date]::-ms-input-placeholder, .wpforms-container input[type=datetime]::-ms-input-placeholder, .wpforms-container input[type=datetime-local]::-ms-input-placeholder, .wpforms-container input[type=email]::-ms-input-placeholder, .wpforms-container input[type=month]::-ms-input-placeholder, .wpforms-container input[type=number]::-ms-input-placeholder, .wpforms-container input[type=password]::-ms-input-placeholder, .wpforms-container input[type=range]::-ms-input-placeholder, .wpforms-container input[type=search]::-ms-input-placeholder, .wpforms-container input[type=tel]::-ms-input-placeholder, .wpforms-container input[type=text]::-ms-input-placeholder, .wpforms-container input[type=time]::-ms-input-placeholder, .wpforms-container input[type=url]::-ms-input-placeholder, .wpforms-container input[type=week]::-ms-input-placeholder, .wpforms-container select::-ms-input-placeholder, .wpforms-container textarea::-ms-input-placeholder {
  font-style: italic;
  color: #1a315d;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.form-control::placeholder, .wpforms-container input[type=date]::placeholder, .wpforms-container input[type=datetime]::placeholder, .wpforms-container input[type=datetime-local]::placeholder, .wpforms-container input[type=email]::placeholder, .wpforms-container input[type=month]::placeholder, .wpforms-container input[type=number]::placeholder, .wpforms-container input[type=password]::placeholder, .wpforms-container input[type=range]::placeholder, .wpforms-container input[type=search]::placeholder, .wpforms-container input[type=tel]::placeholder, .wpforms-container input[type=text]::placeholder, .wpforms-container input[type=time]::placeholder, .wpforms-container input[type=url]::placeholder, .wpforms-container input[type=week]::placeholder, .wpforms-container select::placeholder, .wpforms-container textarea::placeholder {
  font-style: italic;
  color: #1a315d;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.form-control:focus::-webkit-input-placeholder, .wpforms-container input[type=date]:focus::-webkit-input-placeholder, .wpforms-container input[type=datetime]:focus::-webkit-input-placeholder, .wpforms-container input[type=datetime-local]:focus::-webkit-input-placeholder, .wpforms-container input[type=email]:focus::-webkit-input-placeholder, .wpforms-container input[type=month]:focus::-webkit-input-placeholder, .wpforms-container input[type=number]:focus::-webkit-input-placeholder, .wpforms-container input[type=password]:focus::-webkit-input-placeholder, .wpforms-container input[type=range]:focus::-webkit-input-placeholder, .wpforms-container input[type=search]:focus::-webkit-input-placeholder, .wpforms-container input[type=tel]:focus::-webkit-input-placeholder, .wpforms-container input[type=text]:focus::-webkit-input-placeholder, .wpforms-container input[type=time]:focus::-webkit-input-placeholder, .wpforms-container input[type=url]:focus::-webkit-input-placeholder, .wpforms-container input[type=week]:focus::-webkit-input-placeholder, .wpforms-container select:focus::-webkit-input-placeholder, .wpforms-container textarea:focus::-webkit-input-placeholder {
  opacity: 0;
}
.form-control:focus::-moz-placeholder, .wpforms-container input[type=date]:focus::-moz-placeholder, .wpforms-container input[type=datetime]:focus::-moz-placeholder, .wpforms-container input[type=datetime-local]:focus::-moz-placeholder, .wpforms-container input[type=email]:focus::-moz-placeholder, .wpforms-container input[type=month]:focus::-moz-placeholder, .wpforms-container input[type=number]:focus::-moz-placeholder, .wpforms-container input[type=password]:focus::-moz-placeholder, .wpforms-container input[type=range]:focus::-moz-placeholder, .wpforms-container input[type=search]:focus::-moz-placeholder, .wpforms-container input[type=tel]:focus::-moz-placeholder, .wpforms-container input[type=text]:focus::-moz-placeholder, .wpforms-container input[type=time]:focus::-moz-placeholder, .wpforms-container input[type=url]:focus::-moz-placeholder, .wpforms-container input[type=week]:focus::-moz-placeholder, .wpforms-container select:focus::-moz-placeholder, .wpforms-container textarea:focus::-moz-placeholder {
  opacity: 0;
}
.form-control:focus:-ms-input-placeholder, .wpforms-container input[type=date]:focus:-ms-input-placeholder, .wpforms-container input[type=datetime]:focus:-ms-input-placeholder, .wpforms-container input[type=datetime-local]:focus:-ms-input-placeholder, .wpforms-container input[type=email]:focus:-ms-input-placeholder, .wpforms-container input[type=month]:focus:-ms-input-placeholder, .wpforms-container input[type=number]:focus:-ms-input-placeholder, .wpforms-container input[type=password]:focus:-ms-input-placeholder, .wpforms-container input[type=range]:focus:-ms-input-placeholder, .wpforms-container input[type=search]:focus:-ms-input-placeholder, .wpforms-container input[type=tel]:focus:-ms-input-placeholder, .wpforms-container input[type=text]:focus:-ms-input-placeholder, .wpforms-container input[type=time]:focus:-ms-input-placeholder, .wpforms-container input[type=url]:focus:-ms-input-placeholder, .wpforms-container input[type=week]:focus:-ms-input-placeholder, .wpforms-container select:focus:-ms-input-placeholder, .wpforms-container textarea:focus:-ms-input-placeholder {
  opacity: 0;
}
.form-control:focus::-ms-input-placeholder, .wpforms-container input[type=date]:focus::-ms-input-placeholder, .wpforms-container input[type=datetime]:focus::-ms-input-placeholder, .wpforms-container input[type=datetime-local]:focus::-ms-input-placeholder, .wpforms-container input[type=email]:focus::-ms-input-placeholder, .wpforms-container input[type=month]:focus::-ms-input-placeholder, .wpforms-container input[type=number]:focus::-ms-input-placeholder, .wpforms-container input[type=password]:focus::-ms-input-placeholder, .wpforms-container input[type=range]:focus::-ms-input-placeholder, .wpforms-container input[type=search]:focus::-ms-input-placeholder, .wpforms-container input[type=tel]:focus::-ms-input-placeholder, .wpforms-container input[type=text]:focus::-ms-input-placeholder, .wpforms-container input[type=time]:focus::-ms-input-placeholder, .wpforms-container input[type=url]:focus::-ms-input-placeholder, .wpforms-container input[type=week]:focus::-ms-input-placeholder, .wpforms-container select:focus::-ms-input-placeholder, .wpforms-container textarea:focus::-ms-input-placeholder {
  opacity: 0;
}
.form-control:focus::placeholder, .wpforms-container input[type=date]:focus::placeholder, .wpforms-container input[type=datetime]:focus::placeholder, .wpforms-container input[type=datetime-local]:focus::placeholder, .wpforms-container input[type=email]:focus::placeholder, .wpforms-container input[type=month]:focus::placeholder, .wpforms-container input[type=number]:focus::placeholder, .wpforms-container input[type=password]:focus::placeholder, .wpforms-container input[type=range]:focus::placeholder, .wpforms-container input[type=search]:focus::placeholder, .wpforms-container input[type=tel]:focus::placeholder, .wpforms-container input[type=text]:focus::placeholder, .wpforms-container input[type=time]:focus::placeholder, .wpforms-container input[type=url]:focus::placeholder, .wpforms-container input[type=week]:focus::placeholder, .wpforms-container select:focus::placeholder, .wpforms-container textarea:focus::placeholder {
  opacity: 0;
}

textarea.form-control {
  resize: none;
}

.form-checkbox, .form-radio {
  padding: 5px 20px 5px 32px;
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font: 14px/24px "Nunito", sans-serif;
  color: #1a315d;
}
.form-checkbox input[type=checkbox], .form-checkbox input[type=radio], .form-radio input[type=checkbox], .form-radio input[type=radio] {
  position: absolute;
  top: -100px;
  left: -100px;
}
.form-checkbox input[type=checkbox]:checked ~ .dot, .form-checkbox input[type=radio]:checked ~ .dot, .form-radio input[type=checkbox]:checked ~ .dot, .form-radio input[type=radio]:checked ~ .dot {
  background: white;
}
.form-checkbox input[type=checkbox]:checked ~ .dot::before, .form-checkbox input[type=radio]:checked ~ .dot::before, .form-radio input[type=checkbox]:checked ~ .dot::before, .form-radio input[type=radio]:checked ~ .dot::before {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.form-checkbox input[type=checkbox]:checked ~ .dot::before, .form-radio input[type=checkbox]:checked ~ .dot::before {
  opacity: 1;
}
.form-checkbox .dot, .form-radio .dot {
  width: 20px;
  height: 20px;
  margin: auto 0;
  border: 2px solid #1a315d;
  border-radius: 2px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  left: 2px;
  top: 7px;
  background: white;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.form-checkbox .dot::before, .form-radio .dot::before {
  content: "";
  display: block;
  overflow: hidden;
  width: 12px;
  height: 12px;
  margin: auto;
  position: absolute;
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
  opacity: 0;
  background: #1a315d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: scale(0.35);
  transform: scale(0.35);
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}
.form-checkbox:hover .dot, .form-radio:hover .dot {
  background: #ebf2ff;
}

.form-radio .dot, .form-radio .dot:before {
  border-radius: 50%;
}

.wpforms-submit-container {
  float: right;
  margin-top: 30px;
}

.btn, .wpforms-submit {
  min-width: 237px;
  padding: 13px 32px;
  border: 3px solid #C31923;
  border-radius: 25px;
  display: inline-block;
  position: relative;
  font: bold 16px/19px "Fira Sans", sans-serif;
  letter-spacing: 0.02em;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  background: #C31923;
  -webkit-transition: border-color 0.3s ease, color 0.5s ease, background-color 0.3s ease;
  transition: border-color 0.3s ease, color 0.5s ease, background-color 0.3s ease;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:hover, .wpforms-submit:hover {
  border-color: #C31923;
  background-color: #C31923;
}
.btn--orange, .wpforms-submit--orange {
  border-color: #C31923;
  background-color: #C31923;
}
.btn--orange:hover, .wpforms-submit--orange:hover {
  border-color: #C31923;
  background-color: #C31923;
}
.btn--bordered, .wpforms-submit--bordered {
  overflow: clip;
  z-index: 1;
  color: #C31923;
  background: none;
  -webkit-backface-visibility: hidden;
}
.btn--bordered::before, .wpforms-submit--bordered::before {
  content: "";
  display: block;
  overflow: hidden;
  width: 0;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
  background-color: #C31923;
  -webkit-transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), width 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), width 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
  -webkit-backface-visibility: hidden;
}
.btn--bordered:hover, .wpforms-submit--bordered:hover {
  border-color: #C31923;
  color: white;
  background: none;
}
.btn--bordered:hover::before, .wpforms-submit--bordered:hover::before {
  width: 100%;
  opacity: 1;
}

.wpforms-container select {
  background: #ebf2ff url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNy4xMjIiIGhlaWdodD0iMTAuNjU3Ij48cGF0aCBkPSJNMi4xMjEgMi4xMjIgOC41NiA4LjU0IDE1IDIuMTIyIiBmaWxsPSJub25lIiBzdHJva2U9IiMxYTMxNWQiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIzIi8+PC9zdmc+") center right 30px no-repeat;
}

.select {
  height: 70px;
  display: inline-block;
}
.selectric {
  border: none;
  border-radius: 14px;
  font-family: "Nunito", sans-serif;
  background: #ebf2ff;
  -webkit-transition: border 0.3s ease;
  transition: border 0.3s ease;
}
.selectric-hover .selectric {
  border-color: #ebf2ff !important;
}
.selectric-focus .selectric {
  border-color: #6bc3fa !important;
}
.selectric-above.selectric-open .selectric {
  border-radius: 0 0 14px 14px;
}
.selectric-below.selectric-open .selectric {
  border-radius: 14px 14px 0 0;
}
.selectric .label {
  height: auto;
  padding: 25px 60px 22px 30px !important;
  margin: 0 !important;
  font: 500 18px/23px "Nunito", sans-serif;
  letter-spacing: 0.01em;
  color: #1a315d;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media (min-width: 1200px) {
  .selectric .label {
    padding-left: 46px !important;
    padding-right: 46px !important;
  }
}
.selectric-hover .selectric .label {
  color: #04070d;
}
.selectric-focus .selectric .label, .selectric-above .selectric .label, .selectric-below .selectric .label {
  color: #1a315d;
}
.selectric .button {
  width: 77px;
  height: 100%;
  padding: 0 !important;
  border: none;
  border-radius: 0;
  background: transparent;
}
.selectric .button:after {
  width: 18px;
  height: 11px;
  border: none;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNy4xMjIiIGhlaWdodD0iMTAuNjU3Ij48cGF0aCBkPSJNMi4xMjEgMi4xMjIgOC41NiA4LjU0IDE1IDIuMTIyIiBmaWxsPSJub25lIiBzdHJva2U9IiMxYTMxNWQiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIzIi8+PC9zdmc+") center center no-repeat;
  background-size: contain;
}
.selectric-open .selectric .button:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.selectric .button:hover {
  background: transparent;
}
.selectric-hover .selectric, .selectric-open .selectric, .selectric-focus .selectric {
  border-color: #142749;
}
.selectric-items {
  padding: 13px 0;
  border: none;
  visibility: hidden;
  font-family: "Nunito", sans-serif;
  background: #dbe3f2;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.selectric-above .selectric-items {
  border-bottom: 2px solid #1a315d;
  border-radius: 14px 14px 0 0;
}
.selectric-below .selectric-items {
  border-top: 2px solid #1a315d;
  border-radius: 0 0 14px 14px;
}
.selectric-open .selectric-items {
  visibility: visible;
}
.selectric-items li {
  padding: 13px 30px 11px;
  font: 500 18px/24px "Nunito", sans-serif;
  letter-spacing: 0.0175em;
  color: #1a315d;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media (min-width: 1200px) {
  .selectric-items li {
    padding-left: 46px;
  }
}
.selectric-items li:hover {
  color: #1a315d;
  background: #ebf2ff;
}
.selectric-items li.highlighted {
  background: none;
}
.selectric-items li.selected {
  font-weight: 600;
  color: black;
}

/* ==========================================================================
   MESSAGE
   ========================================================================== */
.message {
  display: none;
  position: relative;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 0.015em;
  text-align: center;
  background: #ebf2ff;
}
@media (min-width: 768px) {
  .message {
    line-height: 30px;
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .message {
    display: block;
  }
}
.message .container {
  height: 100%;
}
.message__wrap {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 100%;
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
@media (max-width: 767.98px) {
  .message__wrap {
    padding-right: 32px;
    padding-left: 32px;
  }
}
@media (min-width: 768px) {
  .message__wrap {
    padding-top: 5px;
    padding-bottom: 2px;
  }
}
.message__ticker {
  padding-right: 100%;
  height: 100%;
  display: inline-block;
  line-height: inherit;
  white-space: nowrap;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-name: ticker;
  animation-name: ticker;
  -webkit-animation-duration: 15s;
  animation-duration: 15s;
}
.message__ticker p {
  margin: 0;
  display: inline-block;
}
.message__close {
  width: 37px;
  height: 37px;
  margin: auto 0;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}
@media (min-width: 768px) {
  .message__close {
    margin-left: 384px;
    right: auto;
    left: 50%;
  }
}
@media (min-width: 992px) {
  .message__close {
    margin-left: 496px;
  }
}
@media (min-width: 1200px) {
  .message__close {
    margin-left: 560px;
  }
}
@media (min-width: 1400px) {
  .message__close {
    margin-left: 660px;
  }
}
.message__close::before, .message__close::after {
  content: "";
  display: block;
  overflow: hidden;
  width: 15px;
  height: 2px;
  border-radius: 1px;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #1a315d;
  -webkit-transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
  transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, background-color 0.3s ease;
  transition: transform 0.3s ease, background-color 0.3s ease, -webkit-transform 0.3s ease;
}
.message__close::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.message__close::after {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

@-webkit-keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
/* ==========================================================================
   HEADER
   ========================================================================== */
.header {
  width: 100%;
  min-width: 320px;
  height: 74px;
  position: relative;
  z-index: 100;
  background: white;
}
@media (min-width: 1200px) {
  .header {
    height: 184px;
  }
}
.header .message {
  height: 37px !important;
}
.header .container {
  max-width: none !important;
  height: 74px;
  position: relative;
}
@media (min-width: 1200px) {
  .header .container {
    max-width: 1140px !important;
  }
}
@media (min-width: 1400px) {
  .header .container {
    max-width: 1320px !important;
  }
}
.header__brand {
  display: none;
}
.header__logo {
  margin: 0;
  position: absolute;
  top: 15px;
  left: 18px;
  z-index: 10;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (min-width: 1200px) {
  .header__logo {
    top: 59px;
    left: 15px;
  }
}
.header__logo a {
  display: block;
}
@media (max-width: 600px){
  .header__logo img {
      width: 75px;
      height: 45px;
  }
}
@media (min-width: 600px) {
  .header__logo img {
    width: 296x;
    height: 81px;
    display: block;
  }
}
.header__nav {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}
@media (min-width: 1200px) {
  .header__nav {
    overflow: unset;
    top: 57px;
    right: -15px;
    left: 264px;
  }
}
@media (min-width: 1400px) {
  .header__nav {
    left: 330px;
  }
}
@media (max-width: 1199.98px) {
  .header__nav.visible {
    width: 100%;
    height: 100vh;
    overflow: visible;
  }
}
@media (max-width: 1199.98px) {
  .header__nav.open {
    position: fixed;
  }
}
.header__space {
  padding: 85px 20px 20px;
  display: none;
  overflow: hidden;
  overflow-y: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background: #ebf2ff;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 0;
  -webkit-overflow-scrolling: touch;
}
@media (min-width: 1200px) {
  .header__space {
    width: auto;
    height: auto;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    overflow: visible;
    position: static;
    background: none;
    opacity: 1;
    -webkit-transform: none;
    transform: none;
    -webkit-transition: none;
    transition: none;
  }
}
@media (max-width: 1199.98px) {
  .visible .header__space {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 1199.98px) {
  .open .header__space {
    opacity: 1;
  }
}
.header__menu, .header .header__nav ul {
  padding: 0;
  margin: 0;
  display: block;
  position: relative;
  list-style: none;
  font: bold italic 24px/28px "Fira Sans", sans-serif;
  letter-spacing: 0.015em;
  text-align: center;
}
@media (min-width: 768px) {
  .header__menu, .header .header__nav ul {
    font-size: 28px;
    line-height: 32px;
  }
}
@media (min-width: 1200px) {
  .header__menu, .header .header__nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.0125em;
    font-style: normal;
    text-align: left;
  }
}
.header__menu li, .header .header__nav ul li {
  position: relative;
}
@media (min-width: 1200px) {
  .header__menu li, .header .header__nav ul li {
    padding: 0 20px 0 20px;
  }
}
@media (min-width: 1400px) {
  .header__menu li, .header .header__nav ul li {
    padding: 0 25px 0 25px;
  }
}
.header__menu li a, .header .header__nav ul li a {
  padding: 11px 20px 12px;
  display: inline-block;
  position: relative;
  z-index: 5;
  color: #1a315d;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  border-bottom: 4px solid transparent;
}
@media (min-width: 768px) {
  .header__menu li a, .header .header__nav ul li a {
    padding: 20px;
  }
}
@media (min-width: 1200px) {
  .header__menu li a, .header .header__nav ul li a {
    padding: 11px 6px;
  }
}
.header__menu li a:hover, .header__menu li a:focus, .header .header__nav ul li a:hover, .header .header__nav ul li a:focus {
  border-bottom: 4px solid #C31923;
}
.header__menu li a:focus, .header .header__nav ul li a:focus {
  outline: none;
}
@media (min-width: 1200px) {
  .header__menu li.active a::after, .header .header__nav ul li.active a::after {
    content: "";
    display: block;
    overflow: hidden;
    height: 4px;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    background: #C31923;
  }
}
.header__toggle {
  width: 47px;
  height: 40px;
  display: block;
  position: absolute;
  top: 20px;
  right: 12px;
  z-index: 5;
}
@media (min-width: 1200px) {
  .header__toggle {
    display: none;
  }
}
.header__toggle::before, .header__toggle::after, .header__toggle span {
  height: 2px;
  margin: auto;
  display: block;
  content: "";
  position: absolute;
  right: 6px;
  left: 6px;
  z-index: 1;
  background: #1a315d;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform: none;
  transform: none;
  -webkit-transform-origin: center;
  transform-origin: center;
}
.header__toggle::before {
  top: 10px;
}
.header__toggle::after {
  bottom: 10px;
}
.header__toggle span {
  top: 10px;
  bottom: 10px;
}
@media (max-width: 1199.98px) {
  .open .header__toggle::before {
    -webkit-transform: rotate(28deg) translate3d(4px, 8px, 0);
    transform: rotate(28deg) translate3d(4px, 8px, 0);
  }
  .open .header__toggle::after {
    -webkit-transform: rotate(-28deg) translate3d(4px, -8px, 0);
    transform: rotate(-28deg) translate3d(4px, -8px, 0);
  }
  .open .header__toggle span {
    opacity: 0;
  }
}
.header__search {
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  background: #ebf2ff;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (min-width: 1200px) {
  .header__search {
    right: 190px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    background: none;
  }
}
@media (min-width: 1400px) {
  .header__search {
    right: 220px;
  }
}
.header__search.visible {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header__search.open {
  opacity: 1;
}
.header__search-form {
  width: 285px;
  margin: 0 auto;
  display: block;
  position: relative;
  width: 360px;
}
@media (min-width: 768px) {
  .header__search-form {
    width: 450px;
  }
}
@media (min-width: 1200px) {
  .header__search-form {
    width: 100%;
    margin: 0;
  }
}
.header__search-input {
  width: 100%;
  min-width: 0;
  padding: 13px 30px 11px;
  border: 2px solid #1a315d;
  border-radius: 25px;
  position: relative;
  z-index: 1;
}
@media (min-width: 1200px) {
  .header__search-input {
    padding-right: 43px;
    padding-left: 43px;
    background: white;
  }
}
.header__search-submit {
  width: 40px;
  height: 40px;
  border: none;
  position: absolute;
  top: 6px;
  right: 16px;
  z-index: 3;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNy42MzUiIGhlaWdodD0iMTcuNjM4Ij48cGF0aCBkPSJtMTcuNCAxNS4yNDktMy40MzQtMy40MzRhLjgyNi44MjYgMCAwIDAtLjU4Ni0uMjQxaC0uNTYxYTcuMTYyIDcuMTYyIDAgMSAwLTEuMjQgMS4yNHYuNTYxYS44MjYuODI2IDAgMCAwIC4yNDEuNTg2bDMuNDI5IDMuNDM5YS44MjMuODIzIDAgMCAwIDEuMTY4IDBsLjk3NS0uOTc1YS44MzEuODMxIDAgMCAwIC4wMDgtMS4xNzZaTTcuMTY1IDExLjU3NGE0LjQwOSA0LjQwOSAwIDEgMSA0LjQwOS00LjQwOSA0LjQwNyA0LjQwNyAwIDAgMS00LjQwOSA0LjQwOVoiIGZpbGw9IiMxYTMxNWQiLz48L3N2Zz4=") no-repeat center center;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .header__search-submit {
    right: 17px;
  }
}
.header__search-toggle {
  width: 40px;
  height: 40px;
  margin: 2px auto 0;
  display: block;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNy42MzUiIGhlaWdodD0iMTcuNjM4Ij48cGF0aCBkPSJtMTcuNCAxNS4yNDktMy40MzQtMy40MzRhLjgyNi44MjYgMCAwIDAtLjU4Ni0uMjQxaC0uNTYxYTcuMTYyIDcuMTYyIDAgMSAwLTEuMjQgMS4yNHYuNTYxYS44MjYuODI2IDAgMCAwIC4yNDEuNTg2bDMuNDI5IDMuNDM5YS44MjMuODIzIDAgMCAwIDEuMTY4IDBsLjk3NS0uOTc1YS44MzEuODMxIDAgMCAwIC4wMDgtMS4xNzZaTTcuMTY1IDExLjU3NGE0LjQwOSA0LjQwOSAwIDEgMSA0LjQwOS00LjQwOSA0LjQwNyA0LjQwNyAwIDAgMS00LjQwOSA0LjQwOVoiIGZpbGw9IiMxYTMxNWQiLz48L3N2Zz4=") no-repeat center center;
}
@media (min-width: 768px) {
  .header__search-toggle {
    margin-top: 10px;
  }
}
@media (min-width: 992px) {
  .header__search-toggle {
    margin-top: 2px;
  }
}
@media (min-width: 1200px) {
  .header__search-toggle {
    margin-left: 10px;
    margin-right: 30px;
  }
}
@media (min-width: 1400px) {
  .header__search-toggle {
    margin-right: 50px;
    margin-left: 32px;
  }
}
.header__contact {
  min-width: 164px;
  margin-top: 21px;
}
@media (min-width: 768px) {
  .header__contact {
    margin-top: 30px;
  }
}
@media (min-width: 1200px) {
  .header__contact {
    margin-top: 0;
  }
}
.header__social {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 40px;
}
@media (min-width: 1200px) {
  .header__social {
    display: none !important;
  }
}
.header__social a {
  -webkit-transform: translateX(-25%);
  transform: translateX(-25%);
}

@media (min-width: 1200px) {
  .sticky .header {
    position: fixed !important;
    top: 0 !important;
    bottom: 0 !important;
    width: 100%;
    height: 184px;
    padding-top: 0;
    padding-bottom: 0;
    background-color: rgba(255, 255, 255, 0.97);
    z-index: 999;
    -webkit-box-shadow: 0 1.2rem 3.2rem rgba(0, 0, 0, 0.03);
    box-shadow: 0 1.2rem 3.2rem rgba(0, 0, 0, 0.03);
  }
}

@media (min-width: 1200px) {
  .sticky {
    margin-top: 184px;
  }
}

.current_page_item > a {
  border-bottom: 4px solid #C31923 !important;
}

@media (min-width: 1200px) {
  .main-nav ul ul {
    opacity: 0 !important;
    -webkit-transition-delay: 0.2s !important;
    transition-delay: 0.2s !important;
    visibility: hidden !important;
    position: absolute !important;
    top: 43px !important;
    left: 0 !important;
    z-index: 99999 !important;
    background: #fff !important;
    -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2) !important;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2) !important;
    padding: 16px 0px !important;
  }
}

.main-nav ul ul li a::before {
  display: none;
}

.main-nav ul ul li a {
  padding-left: 0px;
  border-bottom: none !important;
}
.main-nav ul ul li a:hover, .main-nav ul ul li a:focus {
  border-bottom: none !important;
}

.main-nav ul ul li + li {
  margin-left: 0px;
}

.main-nav li {
  position: relative !important;
}

@media (min-width: 1200px) {
  .main-nav ul li:hover > ul {
    opacity: 1 !important;
    visibility: visible !important;
    -webkit-transition-delay: 0.2s !important;
    transition-delay: 0.2s !important;
  }
}

.sub-menu {
  display: none !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 1200px) {
  .sub-menu {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media (min-width: 1200px) {
  .sub-menu li {
    width: 100% !important;
    padding: 0.25rem 1.5rem !important;
    clear: both !important;
    font-weight: 400 !important;
    color: #212529 !important;
    text-align: inherit !important;
    white-space: nowrap !important;
    background-color: transparent !important;
    border: 0 !important;
  }
}

/* ==========================================================================
   MAIN
   ========================================================================== */
.main {
  width: 100%;
  min-height: 100%;
}
.main > .container::after {
  content: "";
  display: table;
  clear: both;
}

.e-template-postwidget a {
  text-decoration: underline !important;
  text-decoration-thickness: 2px !important;
}

/* ==========================================================================
   FOOTER
   ========================================================================== */
.footer {
  padding-top: 58px;
  position: relative;
  z-index: 1;
  background: #ebf2ff;
  cursor: default;
}
@media (min-width: 768px) {
  .footer {
    padding: 0;
  }
}
.footer .col:nth-child(1) {
  display: none;
}
@media (min-width: 768px) {
  .footer .col:nth-child(1) {
    display: block;
  }
}
@media (min-width: 768px) {
  .footer .col:nth-child(2) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .footer .col:nth-child(3) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .footer .col:nth-child(4) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .footer .col:nth-child(5) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}
.footer__nav, .footer .footer_navigation ul {
  padding: 0;
  margin: 38px 0 62px;
  list-style: none;
  font: bold 14px/17px "Fira Sans", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 30px;
}
@media (min-width: 768px) {
  .footer__nav, .footer .footer_navigation ul {
    margin: 38px 0 50px;
  }
}
@media (min-width: 992px) {
  .footer__nav, .footer .footer_navigation ul {
    gap: 45px;
  }
}
@media (min-width: 1200px) {
  .footer__nav, .footer .footer_navigation ul {
    margin-bottom: 62px;
  }
}
.footer__nav a, .footer .footer_navigation ul a {
  padding: 10px 10px;
  display: block;
  text-decoration: none;
  border-bottom: 4px solid transparent;
}
.footer__nav a:hover, .footer .footer_navigation ul a:hover {
  border-bottom: 4px solid #C31923;
}
.footer__address {
  margin-bottom: 30px;
  text-align: center;
}
@media (min-width: 768px) {
  .footer__address {
    margin-bottom: 39px;
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .footer__address {
    margin-left: 30px;
  }
}
.footer .footer__social {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .footer .footer__social {
    margin-left: -6px !important;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    gap: 40px;
  }
}
@media (min-width: 1200px) {
  .footer .footer__social {
    margin: 0 0 0 24px !important;
  }
}
.footer .footer__social li {
  margin: 0 20px;
}
.footer__logo {
  margin: 0 0 45px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (min-width: 768px) {
  .footer__logo {
    margin: 8px 0 0;
  }
}
.footer__logo img {
  width: 296px;
  height: 81px;
  margin: 0 auto;
  display: block;
}
.footer__sticker {
  margin: 42px 0 0 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (min-width: 768px) {
  .footer__sticker {
    margin-top: 16px;
    float: right;
  }
}
@media (min-width: 1200px) {
  .footer__sticker {
    margin-right: 40px;
  }
}
.footer__sticker img {
  width: 130px;
  height: 130px;
  margin: 0 auto;
  display: block;
}
@media (min-width: 768px) {
  .footer__sticker img {
    margin: 0;
  }
}
.footer__menu, .footer .footer_bottom ul {
  padding: 18px 0;
  margin: 65px 0 0;
  list-style: none;
  font: bold 14px/17px "Fira Sans", sans-serif;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .footer__menu, .footer .footer_bottom ul {
    padding: 9px 0;
    margin-top: 73px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.footer__menu::before, .footer .footer_bottom ul::before {
  content: "";
  display: block;
  overflow: hidden;
  width: 100vw;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  z-index: -1;
  background: #dbe3f2;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.footer__menu li, .footer .footer_bottom ul li {
  padding: 6px 0;
}
@media (min-width: 768px) {
  .footer__menu li, .footer .footer_bottom ul li {
    padding: 0;
    margin: 0 15px;
  }
}
.footer__menu a, .footer .footer_bottom ul a {
  text-decoration: none;
}
.footer__menu a:hover, .footer .footer_bottom ul a:hover {
  color: #C31923;
}

/* ==========================================================================
   SOCIAL
   ========================================================================== */
.social {
  padding: 0 !important;
  margin: 30px 0 0 !important;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.social li {
  margin: 0 !important;
}
.social a {
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 4px solid transparent !important;
}
.social a:hover, .social a:focus {
  border-bottom: 4px solid transparent !important;
}
.social a:hover path, .social a:hover polygon, .social a:focus path, .social a:focus polygon {
  fill: #ff9d00;
}
.social img {
  display: block;
}

/* ==========================================================================
   Sidebar
   ========================================================================== */
.sidebar {
  display: none;
  position: fixed;
  right: 0;
  top: 50vh;
  z-index: 999;
  background-color: white;
  -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.16);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.16);
  border-radius: 14px 0 0 14px;
}
@media (min-width: 1200px) {
  .sidebar {
    display: block;
  }
}
.sidebar ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  height: 180px;
  width: 70px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.sidebar ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 87px;
}
.sidebar ul li a {
  line-height: 0;
}
.sidebar ul .separator {
  background: #ebf2ff;
  width: 40px;
  height: 5px;
}

/* ==========================================================================
   HERO
   ========================================================================== */
.hero {
  min-height: 468px;
  padding: 243px 0 90px;
  margin-bottom: 24px;
  position: relative;
  z-index: 1;
  cursor: default;
}
@media (min-width: 768px) {
  .hero {
    min-height: 365px;
    padding: 175px 0 48px;
    margin-bottom: 40px;
  }
}
@media (min-width: 1200px) {
  .hero {
    padding-left: 54px;
  }
}
@media (min-width: 1400px) {
  .hero {
    padding-left: 69px;
  }
}
.hero::after {
  content: "";
  display: block;
  overflow: hidden;
  height: 55px;
  border-radius: 35px 35px 0 0;
  position: absolute;
  right: -18px;
  bottom: 0;
  left: -18px;
  z-index: 0;
  background: white;
}
@media (min-width: 576px) {
  .hero::after {
    width: 100vw;
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media (min-width: 768px) {
  .hero::after {
    display: none;
  }
}
.hero__content {
  color: white;
  text-align: center;
}
@media (min-width: 768px) {
  .hero__content {
    max-width: 475px;
    position: relative;
    text-align: left;
  }
}
.hero__subheading {
  margin: 0 0 30px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  color: white;
  position: relative;
  z-index: 3;
}
@media (min-width: 768px) {
  .hero__subheading {
    margin: 0;
    position: absolute;
    top: -55px;
    right: 0;
    left: 0;
    letter-spacing: 0.01em;
  }
}
.hero__subheading::after {
  content: "";
  display: block;
  overflow: hidden;
  width: 94px;
  height: 2px;
  margin: 13px auto 0;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  background: white;
}
@media (min-width: 768px) {
  .hero__subheading::after {
    margin: 17px 0 0 1px;
    right: auto;
  }
}
.hero__subheading span {
  display: none;
}
@media (min-width: 768px) {
  .hero__subheading span {
    display: inline;
  }
}
.hero__heading {
  margin: 0;
  color: white;
  position: relative;
  z-index: 3;
}
.hero__button {
  width: 237px;
  margin: 0 auto -18px;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
}
@media (min-width: 768px) {
  .hero__button {
    width: auto;
    margin-top: 46px;
    margin-bottom: 0;
    position: relative;
    top: auto;
  }
}
.hero__social {
  display: none;
}
@media (min-width: 768px) {
  .hero__social {
    margin: 50px 0 0 -6px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 5;
    gap: 40px;
  }
}
@media (min-width: 1200px) {
  .hero__social {
    margin-top: 107px !important;
  }
}
.hero__image {
  margin: 0;
  position: absolute;
  top: 0;
  right: -18px;
  bottom: 8px;
  left: -18px;
  z-index: 0;
  background: #1a315d;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (min-width: 576px) {
  .hero__image {
    width: 100vw;
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media (min-width: 768px) {
  .hero__image {
    bottom: 0;
  }
}
@media (min-width: 1200px) {
  .hero__image {
    max-width: 1162px;
  }
}
@media (min-width: 1400px) {
  .hero__image {
    max-width: 1320px;
  }
}
.hero__image img {
  width: 100%;
  height: 100% !important;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 25%;
  object-position: 50% 25%;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .hero__image img {
    -o-object-position: 50% 0;
    object-position: 50% 0;
  }
}
.hero__image-mobile {
  display: block !important;
}
@media (min-width: 768px) {
  .hero__image-mobile {
    display: none !important;
  }
}
.hero__image-desktop {
  display: none !important;
}
@media (min-width: 768px) {
  .hero__image-desktop {
    display: block !important;
  }
}
.hero__image::after {
  content: "";
  display: block;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: #ff9d00;
  background: linear-gradient(135deg, rgba(102, 63, 0, 0.4) 40%, rgba(0, 0, 0, 0) 80%);
}
@media (min-width: 768px) {
  .hero__image::after {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.25) 40%, rgba(0, 0, 0, 0) 60%);
  }
}
.hero--mid {
  padding-top: 160px;
  padding-bottom: 53px;
  margin-bottom: 114px;
}
@media (min-width: 768px) {
  .hero--mid {
    padding-top: 176px;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .hero--mid {
    padding-left: 48px;
    margin-bottom: 240px;
  }
}
.hero--mid::after {
  display: none;
}
@media (min-width: 1200px) {
  .hero--mid .hero__content {
    max-width: 540px;
  }
}
.hero--mid .hero__button {
  margin: 34px auto 0;
  position: relative;
  right: auto;
  bottom: auto;
  left: auto;
}
@media (min-width: 992px) {
  .hero--mid .hero__button {
    margin: 0 0 0 150px;
    position: absolute;
    bottom: 8px;
    left: 100%;
  }
}
@media (min-width: 1200px) {
  .hero--mid .hero__button {
    margin-left: 228px;
    bottom: 10px;
  }
}

/* ==========================================================================
   BREADCRUMBS
   ========================================================================== */
.breadcrumbs {
  padding-left: 58px;
  margin-top: -1px;
  display: none;
  position: absolute;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.015em;
}
@media (min-width: 768px) {
  .breadcrumbs {
    margin-top: -17px;
    display: block;
  }
}
@media (min-width: 1400px) {
  .breadcrumbs {
    padding-left: 74px;
  }
}
.breadcrumbs::before {
  content: "";
  display: block;
  overflow: hidden;
  width: 40px;
  height: 10px;
  position: absolute;
  top: 2px;
  left: -2px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0My44NTMiIGhlaWdodD0iMTIuNjIiPjxnIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzBhNWZmZiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2Utd2lkdGg9IjIiPjxwYXRoIGQ9Ik0xIDYuMjEyaDQxLjQ0NyIvPjxwYXRoIGQ9Im0zNi42MTUgMS40MDggNS44MjkgNC44MDQiLz48cGF0aCBkPSJtMzYuNjE1IDExLjIxMiA1LjgzLTQuODA0Ii8+PC9nPjwvc3ZnPg==") no-repeat center center;
  background-size: 100% 100%;
}
@media (min-width: 1400px) {
  .breadcrumbs::before {
    left: 14px;
  }
}
.breadcrumbs a {
  font-weight: normal;
  text-decoration: none;
}
.breadcrumbs strong {
  font-weight: 800;
  letter-spacing: 0;
}
.breadcrumbs .current-item {
  font-weight: bold;
}

.post.post-post.current-item {
  font-weight: bold;
}

/* ==========================================================================
   FEATURES
   ========================================================================== */
.features {
  margin: 74px auto 100px;
}
@media (min-width: 992px) {
  .features {
    max-width: none;
    margin-top: 39px;
    margin-bottom: 39px;
  }
}
.features__list {
  padding: 0;
  margin: 0;
  list-style: none;
  font: bold italic 14px/17px "Fira Sans", sans-serif;
  letter-spacing: 0.025em;
  background: #ebf2ff;
  height: 100%;
}
@media (min-width: 992px) {
  .features__list {
    font-size: 20px;
    line-height: 24px;
  }
}
.features__list::after {
  content: "";
  display: table;
  clear: both;
}
.features__list li {
  padding: 0 0 0 54px;
  margin-bottom: 22px;
  position: relative;
}
@media (min-width: 992px) {
  .features__list li {
    padding-left: 70px;
    margin-bottom: 33px;
  }
  .features__list li:first-child {
    min-height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .features__list li:last-of-type {
    margin-bottom: 0 !important;
  }
}
.features__list li::before {
  content: "";
  display: block;
  overflow: hidden;
  width: 33px;
  height: 30px;
  margin-top: -15px;
  position: absolute;
  top: 50%;
  left: 2px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMi4yMDMiIGhlaWdodD0iMzAiPjxnIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzBhNWZmZiIgc3Ryb2tlLXdpZHRoPSIyIj48Y2lyY2xlIGN4PSIxNSIgY3k9IjE1IiByPSIxNSIgc3Ryb2tlPSJub25lIi8+PGNpcmNsZSBjeD0iMTUiIGN5PSIxNSIgcj0iMTQiLz48L2c+PHBhdGggZD0ibTE2LjEwNCAyMi43MzMtNy45MjMtNy45MjFhMS4yMTkgMS4yMTkgMCAwIDEgMC0xLjcyNGwxLjcyNC0xLjcyNmExLjIxOSAxLjIxOSAwIDAgMSAxLjcyNCAwbDUuMzM3IDUuMzM3TDI4LjM5OCA1LjI2N2ExLjIxOSAxLjIxOSAwIDAgMSAxLjcyNCAwbDEuNzI0IDEuNzI0YTEuMjE5IDEuMjE5IDAgMCAxIDAgMS43MjRMMTcuODI0IDIyLjczM2ExLjIxOSAxLjIxOSAwIDAgMS0xLjcyNCAwWiIgZmlsbD0iIzBhNWZmZiIvPjwvc3ZnPg==") no-repeat left center;
  background-size: contain;
}
.features > .row > .col:nth-child(1) .features__list {
  padding: 39px 30px 0 20px;
  border-radius: 40px 40px 0 0;
}
@media (min-width: 992px) {
  .features > .row > .col:nth-child(1) .features__list {
    padding: 45px 40px 50px 50px;
    border-radius: 40px;
    margin-left: -29px;
  }
}
.features > .row > .col:nth-child(2) .features__list {
  padding: 0 30px 27px 20px;
  border-radius: 0 0 40px 40px;
}
@media (min-width: 992px) {
  .features > .row > .col:nth-child(2) .features__list {
    padding: 45px 40px 50px 50px;
    border-radius: 40px;
    margin-right: -29px;
  }
}

/* ==========================================================================
   VIDEO
   ========================================================================== */
.video {
  margin: 100px 0 90px;
}
@media (min-width: 1200px) {
  .video {
    margin-bottom: 142px;
  }
}
.video__box {
  margin: 0 -18px;
  display: block;
  position: relative;
}
@media (min-width: 576px) {
  .video__box {
    width: 100vw;
    margin-right: 0;
    margin-left: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media (min-width: 768px) {
  .video__box {
    width: auto;
    left: auto;
    -webkit-transform: none;
    transform: none;
  }
}
@media (min-width: 1200px) {
  .video__box {
    max-width: 1050px;
    margin: 0 auto;
  }
}
.video__preview {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.video__preview::after {
  content: "";
  display: block;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background: black;
  opacity: 0.25;
}
.video__preview img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 30% center;
  object-position: 30% center;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .video__preview img {
    -o-object-position: center center;
    object-position: center center;
  }
}
.video__play {
  width: 72px;
  height: 72px;
  border: 2px solid white;
  border-radius: 50%;
  margin: auto;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.video__play::before {
  content: "";
  display: block;
  overflow: hidden;
  width: 24px;
  height: 24px;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 1px;
  left: 4px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMC40MTEiIGhlaWdodD0iMjMuMzI4Ij48cGF0aCBkPSJNMTkuMzM2IDkuNzgxIDMuMy4yOTlBMi4xNzUgMi4xNzUgMCAwIDAgMCAyLjE4MXYxOC45NThhMi4xODUgMi4xODUgMCAwIDAgMy4zIDEuODgybDE2LjAzOC05LjQ3N2EyLjE4NSAyLjE4NSAwIDAgMCAwLTMuNzYzWiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==") no-repeat center center;
}
.video__play:hover {
  background-color: rgba(255, 255, 255, 0.25);
}
.video__player {
  width: 100%;
  height: 56.5vw;
  min-height: 400px;
  display: block;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .video__player {
    height: 385px;
  }
}
@media (min-width: 992px) {
  .video__player {
    height: 520px;
  }
}
@media (min-width: 1200px) {
  .video__player {
    height: 548px;
  }
}

/* ==========================================================================
   BLOCK
   ========================================================================== */
.block {
  margin-top: 60px;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .block {
    margin-top: 140px;
    margin-bottom: 100px;
  }
}
@media (max-width: 991.98px) {
  .block {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .block {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
@media (min-width: 1200px) {
  .block {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
.block p a {
  text-decoration: underline !important;
  text-decoration-thickness: 2px !important;
}
.block .btn {
  text-decoration: none !important;
}
.block__centered ul {
  list-style-position: inside;
}
.block__content {
  position: relative;
}
.block__content p:last-child {
  margin-bottom: 0;
}
.block__subheading {
  margin: 0 0 11px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.01em;
}
@media (min-width: 768px) {
  .block__subheading {
    margin-bottom: 16px;
  }
}
.block__heading {
  margin-bottom: 42px;
}
@media (min-width: 1200px) {
  .block__heading {
    margin-bottom: 41px;
  }
  .block__heading--nowrap {
    margin-right: -300px;
  }
}
.block__image {
  width: 100%;
  margin: 0 0 45px !important;
}
@media (min-width: 992px) {
  .block__image {
    margin: 0 !important;
  }
}
.block__image img {
  width: 268px;
  height: 268px;
  margin: 0 auto;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (min-width: 576px) {
  .block__image img {
    width: 320px;
    height: 320px;
  }
}
@media (min-width: 992px) {
  .block__image img {
    width: 100%;
    height: auto;
  }
}
.block__logo {
  margin: 0 0 60px !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (min-width: 1200px) {
  .block__logo {
    margin-bottom: 69px !important;
  }
}
.block__logo img {
  margin: 0 auto !important;
  display: block;
}
.block:not([class^="block block--"]) .block__content {
  position: relative;
}
@media (min-width: 1200px) {
  .block:not([class^="block block--"]) .block__content {
    left: -37px;
  }
}
@media (min-width: 1200px) {
  .block .checksite {
    margin-left: -37px;
  }
}
.block--checksite {
  margin-top: 60px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .block--checksite {
    margin-top: 140px;
    margin-bottom: 100px;
  }
}
@media (min-width: 992px) {
  .block--checksite {
    margin-top: 160px;
    margin-bottom: 120px;
  }
}
@media (min-width: 1200px) {
  .block--checksite {
    margin-top: 190px;
    margin-bottom: 148px;
  }
}
.block--freetext {
  padding-top: 70px;
  padding-bottom: 24px;
}
@media (min-width: 768px) {
  .block--freetext {
    padding-top: 90px;
    padding-bottom: 60px;
  }
}
@media (min-width: 1200px) {
  .block--freetext {
    padding-top: 108px;
    padding-bottom: 72px;
  }
}
.block--freetext::before {
  content: "";
  display: block;
  overflow: hidden;
  width: 137px;
  height: 138px;
  border-radius: 50%;
  margin: auto;
  position: absolute;
  top: -68px;
  right: 0;
  left: 0;
  z-index: -2;
  background: #ff9d00;
}
@media (min-width: 992px) {
  .block--freetext::before {
    width: 275px;
    height: 275px;
    margin: 0;
    top: -137px;
    right: -226px;
    left: auto;
    z-index: 0;
  }
}
.block--freetext::after {
  content: "";
  display: block;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: -18px;
  bottom: 0;
  left: -18px;
  z-index: -1;
  background: #ebf2ff;
}
@media (min-width: 576px) {
  .block--freetext::after {
    width: 100vw;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.block--freetext .block__content {
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  .block--freetext .block__content {
    padding: 0 15px;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
  }
}
.block--freetext .block__heading {
  margin-bottom: 41px;
}
@media (min-width: 1200px) {
  .block--freetext .block__heading {
    margin-bottom: 67px;
    margin-left: 33px;
  }
}
.block--freetext .btn {
  margin-top: 13px;
}
@media (min-width: 1200px) {
  .block--freetext .btn {
    margin-top: 23px;
  }
}
.block-invertbg::before {
  display: none !important;
}
@media (min-width: 992px) {
  .block-invertbg::before {
    display: block !important;
  }
}
.block-invertbg::after {
  content: "";
  display: block;
  overflow: hidden;
  background: white !important;
}
.block-bluebg {
  padding-top: 60px;
  padding-bottom: 30px;
  margin-top: 0;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .block-bluebg {
    padding-top: 140px;
    padding-bottom: 100px;
  }
}
@media (min-width: 1200px) {
  .block-bluebg {
    padding-top: 190px;
    padding-bottom: 148px;
  }
}
.block-bluebg::after {
  content: "";
  display: block;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: -18px;
  bottom: 0;
  left: -18px;
  z-index: -1;
  background: #ebf2ff;
}
@media (min-width: 576px) {
  .block-bluebg::after {
    width: 100vw;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.block-headline {
  padding-bottom: 0px !important;
  margin-bottom: 0px !important;
}
.block--freeimage {
  padding-top: 72px;
  padding-bottom: 53px;
  margin-top: 0;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .block--freeimage {
    padding-top: 90px;
    padding-bottom: 60px;
  }
}
@media (min-width: 1200px) {
  .block--freeimage {
    padding-top: 98px;
    padding-bottom: 105px;
  }
}
.block--freeimage > .row > .col:nth-child(1) {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.block--freeimage > .row > .col:nth-child(2) {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}
@media (min-width: 992px) {
  .block--freeimage > .row > .col:nth-child(2) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
.block--freeimage::after {
  content: "";
  display: block;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: -18px;
  bottom: 0;
  left: -18px;
  z-index: -1;
  background: #ebf2ff;
}
@media (min-width: 576px) {
  .block--freeimage::after {
    width: 100vw;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media (min-width: 1200px) {
  .block--freeimage .block__content {
    margin: 101px -30px 0 -8px;
    left: auto;
  }
}
.block--freeimage .block__heading {
  margin-bottom: 33px;
}
@media (min-width: 1200px) {
  .block--freeimage .block__heading {
    margin-bottom: 31px;
  }
}
.block--freeimage .btn {
  margin-top: 13px;
}
@media (min-width: 1200px) {
  .block--freeimage .btn {
    margin-top: 23px;
  }
}
.block--seal {
  margin-top: 122px;
  margin-bottom: 127px;
}
@media (min-width: 1200px) {
  .block--seal {
    margin-top: 250px;
    margin-bottom: 220px;
  }
  .block--seal .block__content {
    margin: 0 -26px;
  }
  .block--seal .block__subheading {
    margin-bottom: 22px;
  }
  .block--seal .block__heading {
    margin-bottom: 48px;
  }
}

/* ==========================================================================
   BLOCKS
   ========================================================================== */
.blocks {
  margin-bottom: 100px;
}
.blocks .block {
  padding-top: 50px;
  padding-bottom: 66px;
  margin-top: 0;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .blocks .block {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (min-width: 1200px) {
  .blocks .block {
    padding-top: 47px;
    padding-bottom: 110px;
  }
}
.blocks .block::after {
  content: "";
  display: block;
  overflow: hidden;
  display: none;
  position: absolute;
  top: 0;
  right: -18px;
  bottom: 0;
  left: -18px;
  z-index: -1;
  background: #ebf2ff;
}
@media (min-width: 576px) {
  .blocks .block::after {
    width: 100vw;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.blocks .block .block__image {
  width: 100%;
  padding: 0 8px;
}
@media (min-width: 576px) {
  .blocks .block .block__image {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .blocks .block .block__image {
    height: 100%;
  }
}
@media (min-width: 1200px) {
  .blocks .block .block__image {
    width: auto;
    margin: 0 -3px !important;
  }
}
.blocks .block .block__image img {
  width: 100%;
  height: 66.5vw;
  max-height: 360px;
  position: relative;
  z-index: 3;
}
@media (min-width: 576px) {
  .blocks .block .block__image img {
    height: auto;
  }
}
@media (min-width: 768px) {
  .blocks .block .block__image img {
    max-width: 504px;
    max-height: 504px;
  }
}
@media (min-width: 992px) {
  .blocks .block .block__image img {
    width: 100%;
    max-width: none;
    height: 100%;
    max-height: none;
  }
}
@media (min-width: 992px) {
  .blocks .block .block__content {
    padding: 35px 0;
  }
}
@media (min-width: 1200px) {
  .blocks .block .block__content {
    padding: 74px 0 37px 0;
    margin: 0 -35px 0 -3px !important;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .blocks .block .block__heading {
    margin-bottom: 31px !important;
  }
}
.blocks .block .btn {
  margin-top: 13px;
}
@media (min-width: 1200px) {
  .blocks .block .btn {
    margin-top: 21px;
  }
}
.blocks .block > .row > .col:nth-child(1) {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.blocks .block > .row > .col:nth-child(2), .blocks .block > .row > .col .block_half {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}
@media (min-width: 992px) {
  .blocks .block > .row > .col:nth-child(2), .blocks .block > .row > .col .block_half {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
@media (min-width: 1200px) {
  .blocks .block > .row.flex-lg-row-reverse .block__content {
    padding: 100px 0 47px;
    margin: 0 -20px 0 -33px;
  }
}
@media (min-width: 1200px) {
  .blocks .block.block_white {
    padding-bottom: 87px;
  }
}
@media (min-width: 1200px) {
  .blocks .block.block_white .block__content {
    padding: 46px 0 48px;
    margin: 0 -60px 0 -37px;
  }
}
@media (min-width: 1200px) {
  .blocks .block.block_white .block__heading {
    margin-bottom: 63px;
  }
}
.blocks .block.block_white .block__image {
  width: auto;
  padding: 0;
  margin: 0 -18px 91px 10px !important;
  position: relative;
}
@media (min-width: 576px) {
  .blocks .block.block_white .block__image {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}
@media (min-width: 992px) {
  .blocks .block.block_white .block__image {
    margin-bottom: 0 !important;
  }
}
@media (min-width: 1200px) {
  .blocks .block.block_white .block__image {
    height: 100%;
    margin: 0 -88px 0 158px !important;
  }
}
@media (min-width: 1400px) {
  .blocks .block.block_white .block__image {
    margin-right: 0 !important;
  }
}
.blocks .block.block_white .block__image img {
  height: 98vw;
  -o-object-position: top center;
  object-position: top center;
}
@media (min-width: 576px) {
  .blocks .block.block_white .block__image img {
    height: auto;
  }
}
@media (min-width: 992px) {
  .blocks .block.block_white .block__image img {
    height: 100%;
  }
}
.blocks .block.block_white .block__image::after {
  content: "";
  display: block;
  overflow: hidden;
  width: 137px;
  height: 138px;
  border-radius: 50%;
  margin: auto;
  position: absolute;
  right: 27px;
  bottom: -68px;
  left: 0;
  z-index: 1;
  background: #C31923;
}
@media (min-width: 576px) {
  .blocks .block.block_white .block__image::after {
    right: 0;
  }
}
@media (min-width: 1200px) {
  .blocks .block.block_white .block__image::after {
    width: 275px;
    height: 275px;
    margin-right: -114px;
    right: 100%;
    bottom: 76px;
    left: auto;
  }
}
.blocks .block.block_white .btn {
  min-width: 267px;
}
@media (min-width: 1200px) {
  .blocks .block.block_white .btn {
    min-width: 287px;
    margin-top: 33px;
  }
}
.blocks .block.block_half::after {
  display: block;
  top: 185px;
}
@media (min-width: 768px) {
  .blocks .block.block_half::after {
    top: 250px;
  }
}
@media (min-width: 992px) {
  .blocks .block.block_half::after {
    top: 200px;
  }
}
@media (min-width: 1200px) {
  .blocks .block.block_half::after {
    top: 317px;
  }
}
.blocks .block.block_blue::after {
  display: block;
}
@media (min-width: 1200px) {
  .blocks .block.block_blue::after {
    bottom: 231px;
  }
}
.blocks .block.block_blue .block__image {
  position: relative;
}
@media (min-width: 1200px) {
  .blocks .block.block_blue .block__image::after {
    content: "";
    display: block;
    overflow: hidden;
    width: 275px;
    height: 275px;
    border-radius: 50%;
    margin-right: -160px !important;
    position: absolute;
    right: 100%;
    bottom: -111px;
    z-index: 1;
    background: #C31923;
  }
}

/* ==========================================================================
   CHECKSITE
   ========================================================================== */
.checksite {
  margin-top: 109px;
  position: relative;
}
@media (min-width: 768px) {
  .checksite {
    margin-top: 88px;
  }
}
.checksite__form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 768px) {
  .checksite__form {
    max-width: 669px;
  }
}
.checksite__form-input {
  width: 100%;
  padding: 25px 30px 21px;
  border-radius: 14px 0 0 14px;
  font-style: italic;
  display: block;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none !important;
}
@media (min-width: 768px) {
  .checksite__form-input {
    padding-right: 48px;
    padding-left: 48px;
    border-radius: 14px;
  }
}
.checksite__form-submit {
  width: 79px;
  border: none;
  border-radius: 0 14px 14px 0;
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background: #ff9d00 url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0My44NTMiIGhlaWdodD0iMTIuNjIiPjxnIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2Utd2lkdGg9IjIiPjxwYXRoIGQ9Ik0xIDYuMjEyaDQxLjQ0NyIvPjxwYXRoIGQ9Im0zNi42MTUgMS40MDggNS44MjkgNC44MDQiLz48cGF0aCBkPSJtMzYuNjE1IDExLjIxMiA1LjgzLTQuODA0Ii8+PC9nPjwvc3ZnPg==") no-repeat center center;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  outline: none !important;
  cursor: pointer;
}
@media (min-width: 768px) {
  .checksite__form-submit {
    width: 142px;
    border-radius: 14px;
    margin-left: 18px;
  }
}
.checksite__form-submit:hover, .checksite__form-submit:focus {
  background-color: #C31923;
}
.checksite__list {
  padding: 0;
  margin: 76px 0 0;
  list-style: none;
  line-height: 22px;
  font-weight: bold;
  text-align: left;
}
@media (min-width: 992px) {
  .checksite__list {
    margin-top: 95px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    letter-spacing: 0.005em;
  }
}
.checksite__list li {
  padding: 0 0 0 60px;
  margin-bottom: 20px;
  position: relative;
}
@media (min-width: 992px) {
  .checksite__list li {
    width: 50%;
    padding-right: 20px;
    padding-left: 63px;
    margin-bottom: 22px;
  }
  .checksite__list li:nth-child(1) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .checksite__list li:nth-child(2) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .checksite__list li:nth-child(3) {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .checksite__list li:nth-child(4) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .checksite__list li:nth-child(5) {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
}
.checksite__list li::before {
  content: "";
  display: block;
  overflow: hidden;
  width: 24px;
  height: 18px;
  position: absolute;
  top: 1px;
  left: 4px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNC4zNzkiIGhlaWdodD0iMTguMTgiPjxwYXRoIGQ9Ik04LjI4IDE3LjgyMy4zNTcgOS45MDJhMS4yMTkgMS4yMTkgMCAwIDEgMC0xLjcyNGwxLjcyNC0xLjcyNmExLjIxOSAxLjIxOSAwIDAgMSAxLjcyNCAwbDUuMzM3IDUuMzM3TDIwLjU3NC4zNTdhMS4yMTkgMS4yMTkgMCAwIDEgMS43MjQgMGwxLjcyNCAxLjcyNGExLjIxOSAxLjIxOSAwIDAgMSAwIDEuNzI0TDEwIDE3LjgyM2ExLjIxOSAxLjIxOSAwIDAgMS0xLjcyNCAwWiIgZmlsbD0iIzBhNWZmZiIvPjwvc3ZnPg==") no-repeat center center;
}

/* ==========================================================================
   QUESTIONS
   ========================================================================== */
.questions {
  padding-top: 81px;
  padding-bottom: 20px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .questions {
    max-width: none;
  }
}
@media (min-width: 1200px) {
  .questions {
    padding-top: 110px;
    padding-bottom: 30px;
  }
}
.questions__form {
  text-align: left;
}
.questions__form .col {
  position: relative;
}
.questions__form .col:not(:first-child) {
  margin-top: 22px;
}
@media (min-width: 768px) {
  .questions__form .col:not(:first-child) {
    margin-top: 0;
  }
}
.questions__select {
  width: 100%;
  display: block;
}
.questions .selectric-questions__select .selectric-items li[data-index="0"] {
  display: block !important;
}
.questions__search {
  width: 100%;
  display: block;
  background: #ebf2ff url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNy42MzUiIGhlaWdodD0iMTcuNjM4Ij48cGF0aCBkPSJtMTcuNCAxNS4yNDktMy40MzQtMy40MzRhLjgyNi44MjYgMCAwIDAtLjU4Ni0uMjQxaC0uNTYxYTcuMTYyIDcuMTYyIDAgMSAwLTEuMjQgMS4yNHYuNTYxYS44MjYuODI2IDAgMCAwIC4yNDEuNTg2bDMuNDI5IDMuNDM5YS44MjMuODIzIDAgMCAwIDEuMTY4IDBsLjk3NS0uOTc1YS44MzEuODMxIDAgMCAwIC4wMDgtMS4xNzZaTTcuMTY1IDExLjU3NGE0LjQwOSA0LjQwOSAwIDEgMSA0LjQwOS00LjQwOSA0LjQwNyA0LjQwNyAwIDAgMS00LjQwOSA0LjQwOVoiIGZpbGw9IiMxYTMxNWQiLz48L3N2Zz4=") center right 30px no-repeat;
}
.questions__submit {
  width: 40px;
  height: 40px;
  border: none;
  position: absolute;
  top: 16px;
  right: 39px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNy42MzUiIGhlaWdodD0iMTcuNjM4Ij48cGF0aCBkPSJtMTcuNCAxNS4yNDktMy40MzQtMy40MzRhLjgyNi44MjYgMCAwIDAtLjU4Ni0uMjQxaC0uNTYxYTcuMTYyIDcuMTYyIDAgMSAwLTEuMjQgMS4yNHYuNTYxYS44MjYuODI2IDAgMCAwIC4yNDEuNTg2bDMuNDI5IDMuNDM5YS44MjMuODIzIDAgMCAwIDEuMTY4IDBsLjk3NS0uOTc1YS44MzEuODMxIDAgMCAwIC4wMDgtMS4xNzZaTTcuMTY1IDExLjU3NGE0LjQwOSA0LjQwOSAwIDEgMSA0LjQwOS00LjQwOSA0LjQwNyA0LjQwNyAwIDAgMS00LjQwOSA0LjQwOVoiIGZpbGw9IiMxYTMxNWQiLz48L3N2Zz4=") no-repeat center center;
  cursor: pointer;
}
.questions__entries {
  margin-top: 30px;
}
.questions__entries .col {
  margin-top: 22px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 1200px) {
  .questions__entries .col {
    margin-top: 30px;
  }
}
.questions__entries .col:nth-child(2n-1) .questions__entry {
  background: #ebf2ff;
}
@media (min-width: 768px) {
  .questions__entries .col-img {
    padding-right: 36px;
  }
}
@media (min-width: 1200px) {
  .questions__entries .col-img {
    padding-right: 0;
  }
}
.questions__entries .col-grid {
  padding-left: 18px;
  padding-right: 18px;
}
.questions__entry {
  min-height: 163px;
  padding: 25px 35px;
  border-radius: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font: bold italic 25px/30px "Fira Sans", sans-serif;
  letter-spacing: 0.0175em;
  text-align: center;
  text-decoration: none;
  background: #f4f4f4;
}
@media (min-width: 1200px) {
  .questions__entry {
    min-height: 200px;
    padding: 30px 50px;
    font-size: 30px;
    line-height: 36px;
  }
}

.select.questions__select.selectric {
  height: auto;
  background: #ebf2ff url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNy4xMjIiIGhlaWdodD0iMTAuNjU3Ij48cGF0aCBkPSJNMi4xMjEgMi4xMjIgOC41NiA4LjU0IDE1IDIuMTIyIiBmaWxsPSJub25lIiBzdHJva2U9IiMxYTMxNWQiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIzIi8+PC9zdmc+") center right 30px no-repeat !important;
  padding: 25px 60px 22px 30px !important;
  margin: 0 !important;
  font: 500 18px/23px "Nunito", sans-serif;
  letter-spacing: 0.01em;
  color: #1a315d;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media (min-width: 1200px) {
  .select.questions__select.selectric {
    padding-left: 46px !important;
    padding-right: 46px !important;
  }
}

/* ==========================================================================
   COMPARE
   ========================================================================== */
.compare {
  margin: 140px -18px;
  position: relative;
}
@media (min-width: 768px) {
  .compare {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}
@media (min-width: 992px) {
  .compare {
    margin-right: 0;
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .compare {
    margin-right: -54px;
    margin-left: -54px;
  }
}
@media (min-width: 1400px) {
  .compare {
    margin-right: 0;
    margin-left: 0;
  }
}
.compare__head {
  width: auto;
  position: absolute;
  right: 82px;
  bottom: 134px;
  left: 0;
  z-index: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  letter-spacing: 0.015em;
}
@media (min-width: 768px) {
  .compare__head {
    width: 240px;
    padding-bottom: 100px;
    position: relative;
    right: auto;
    bottom: 0;
  }
}
@media (min-width: 992px) {
  .compare__head {
    width: 320px;
  }
}
@media (min-width: 1200px) {
  .compare__head {
    width: 355px;
    padding-bottom: 145px;
  }
}
.compare__head-line {
  height: 87px;
  padding: 0 20px;
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.compare__head-line:nth-child(2n-1) {
  background: #f4f4f4;
}
.compare__head-line:nth-child(2n-1)::after {
  content: "";
  display: block;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: -82px;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: inherit;
}
@media (min-width: 768px) {
  .compare__head-line:nth-child(2n-1)::after {
    width: 100vw;
    right: auto;
    left: 360px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media (min-width: 992px) {
  .compare__head-line:nth-child(2n-1)::after {
    left: 462px;
  }
}
@media (min-width: 1200px) {
  .compare__head-line:nth-child(2n-1)::after {
    left: 606px;
  }
}
@media (min-width: 1400px) {
  .compare__head-line:nth-child(2n-1)::after {
    left: 642px;
  }
}
.compare__head p {
  margin: 0;
}
.compare__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 3;
}
.compare__list .slick-dots {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}
.compare__entry {
  width: 100%;
  padding-bottom: 134px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .compare__entry {
    width: 33.3%;
    padding-bottom: 100px;
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }
}
@media (min-width: 1200px) {
  .compare__entry {
    padding-bottom: 145px;
  }
}
.compare__entry.selected {
  z-index: 2;
}
.compare__entry.selected::after {
  content: "";
  display: block;
  overflow: hidden;
  border: 3px solid #ff9d00;
  position: absolute;
  top: 0;
  right: 3px;
  bottom: 0;
  left: 3px;
  z-index: 1;
}
@media (min-width: 768px) {
  .compare__entry.selected::after {
    right: -3px;
    left: -3px;
    z-index: -1;
  }
}
.compare__entry-top {
  padding: 36px 50px 47px;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.0075em;
  height: 280px;
}
@media (min-width: 768px) {
  .compare__entry-top {
    padding: 20px;
  }
}
@media (min-width: 1200px) {
  .compare__entry-top {
    padding: 35px 38px 40px;
  }
}
.compare__entry-top p:last-of-type {
  margin-bottom: 0;
}
.compare__entry-title {
  margin: 0;
  font-size: 30px;
  line-height: 36px;
}
@media (min-width: 768px) {
  .compare__entry-title {
    margin: 0 -20px 1px;
  }
}
.compare__entry-price {
  margin: 0 0 26px;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  text-transform: uppercase;
}
.compare__entry-price b {
  font: bold italic 40px/48px "Fira Sans", sans-serif;
}
.compare__entry-line {
  height: 87px;
  position: relative;
}
@media (min-width: 768px) {
  .compare__entry-line:nth-child(2n) {
    background: #f4f4f4;
  }
}
.compare__entry-check {
  width: 32px;
  height: 30px;
  margin: auto;
  display: block;
  position: absolute;
  top: 2px;
  bottom: 0;
  right: 28px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMi4yMDMiIGhlaWdodD0iMzAiPgogICAgPGcgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjZDNkM2QzIiBzdHJva2Utd2lkdGg9IjIiPgogICAgICAgIDxjaXJjbGUgY3g9IjE1IiBjeT0iMTUiIHI9IjE1IiBzdHJva2U9Im5vbmUiLz4KICAgICAgICA8Y2lyY2xlIGN4PSIxNSIgY3k9IjE1IiByPSIxNCIvPgogICAgPC9nPgogICAgPHBhdGggZD0ibTE2LjEwNCAyMi43MzMtNy45MjMtNy45MjFhMS4yMTkgMS4yMTkgMCAwIDEgMC0xLjcyNGwxLjcyNC0xLjcyNmExLjIxOSAxLjIxOSAwIDAgMSAxLjcyNCAwbDUuMzM3IDUuMzM3TDI4LjM5OCA1LjI2N2ExLjIxOSAxLjIxOSAwIDAgMSAxLjcyNCAwbDEuNzI0IDEuNzI0YTEuMjE5IDEuMjE5IDAgMCAxIDAgMS43MjRMMTcuODI0IDIyLjczM2ExLjIxOSAxLjIxOSAwIDAgMS0xLjcyNCAwWiIgZmlsbD0iI2QzZDNkMyIvPgo8L3N2Zz4=") no-repeat center center;
}
@media (min-width: 768px) {
  .compare__entry-check {
    top: 7px;
    right: 0;
    left: 0;
  }
}
.compare__entry-check.active {
 background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMi4yMDMiIGhlaWdodD0iMzAiPg0KICAgIDxnIGZpbGw9Im5vbmUiIHN0cm9rZT0iI0MzMTkyMyIgc3Ryb2tlLXdpZHRoPSIyIj4NCiAgICAgICAgPGNpcmNsZSBjeD0iMTUiIGN5PSIxNSIgcj0iMTUiIHN0cm9rZT0ibm9uZSIvPg0KICAgICAgICA8Y2lyY2xlIGN4PSIxNSIgY3k9IjE1IiByPSIxNCIvPg0KICAgIDwvZz4NCiAgICA8cGF0aCBkPSJtMTYuMTA0IDIyLjczMy03LjkyMy03LjkyMWExLjIxOSAxLjIxOSAwIDAgMSAwLTEuNzI0bDEuNzI0LTEuNzI2YTEuMjE5IDEuMjE5IDAgMCAxIDEuNzI0IDBsNS4zMzcgNS4zMzdMMjguMzk4IDUuMjY3YTEuMjE5IDEuMjE5IDAgMCAxIDEuNzI0IDBsMS43MjQgMS43MjRhMS4yMTkgMS4yMTkgMCAwIDEgMCAxLjcyNEwxNy44MjQgMjIuNzMzYTEuMjE5IDEuMjE5IDAgMCAxLTEuNzI0IDBaIiBmaWxsPSIjQzMxOTIzIi8+DQo8L3N2Zz4=") no-repeat center center;
}
.compare__entry .btn {
  width: 226px;
  min-width: 0;
  margin: 0 auto;
  display: block;
  position: absolute;
  right: 0;
  bottom: 57px;
  left: 0;
  z-index: 20;
}
@media (min-width: 768px) {
  .compare__entry .btn {
    width: auto;
    max-width: 120px;
    bottom: 26px;
  }
}
@media (max-width: 991.98px) {
  .compare__entry .btn {
    min-width: 130px;
    padding-right: 13px;
    padding-left: 13px;
  }
}
@media (min-width: 992px) {
  .compare__entry .btn {
    max-width: 160px;
  }
}
@media (min-width: 1200px) {
  .compare__entry .btn {
    max-width: 226px;
    bottom: 54px;
  }
}
.compare .slick-dots {
  max-width: 924px;
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  right: 0;
  bottom: -36px;
  left: 0;
}
.compare .slick-dots li {
  margin: 0 8px;
}
.compare .slick-dots li.slick-active .slick-dot {
  background: #1a315d;
}
.compare .slick-dots .slick-dot {
  width: 11px;
  height: 11px;
  border: 1px solid #1a315d;
  border-radius: 50%;
  display: block;
  cursor: pointer;
}

/* ==========================================================================
   PACKETS
   ========================================================================== */
.packets {
  margin: 161px 0 120px;
}
@media (min-width: 1200px) {
  .packets {
    margin-top: 183px;
  }
}
.packets__heading {
  margin-bottom: 37px;
  text-align: center;
}
@media (min-width: 1200px) {
  .packets__heading {
    margin-left: 42px;
    margin-bottom: 40px;
    text-align: left;
  }
}
.packets__slider {
  margin: 0 -18px;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .packets__slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 1200px) {
  .packets__slider {
    margin: 0 -28px;
    padding-bottom: 64px;
  }
}
.packets__slider::before {
  content: "";
  display: block;
  overflow: hidden;
  position: absolute;
  top: 50px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: #ebf2ff;
}
@media (min-width: 576px) {
  .packets__slider::before {
    width: 100vw;
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.packets__entry {
  padding: 0 18px 58px;
  position: relative;
  text-align: center;
}
@media (min-width: 768px) {
  .packets__entry {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .packets__entry {
    padding: 0 25px 58px;
  }
}
.packets__image {
  margin: 0 10px 57px -18px !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (min-width: 768px) {
  .packets__image {
    margin-right: 0 !important;
    margin-bottom: 50px !important;
    margin-left: 0 !important;
  }
}
.packets__image img {
  width: 100%;
  height: 255px;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 20% center;
  object-position: 20% center;
}
@media (min-width: 576px) {
  .packets__image img {
    height: auto;
    -o-object-position: center center;
    object-position: center center;
  }
}
.packets__title {
  margin: 0;
  font-size: 35px;
  line-height: 40px;
}
@media (min-width: 1200px) {
  .packets__title {
    margin-bottom: 9px;
    font-size: 40px;
    line-height: 48px;
  }
}
.packets__price {
  margin: 0;
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .packets__price {
    font-size: 30px;
    line-height: 41px;
  }
}
.packets__price b {
  font: bold italic 45px/54px "Fira Sans", sans-serif;
}
@media (min-width: 1200px) {
  .packets__price b {
    font-size: 80px;
    line-height: 96px;
  }
}
.packets .btn {
  margin-top: 21px;
}
@media (min-width: 1200px) {
  .packets .btn {
    min-width: 310px;
  }
}
.packets .slick-arrow {
  width: 55px;
  height: 55px;
  border: 1px solid #ff9d00;
  border-radius: 50%;
  display: block;
  position: absolute;
  background-color: #ff9d00;
  -webkit-transition: border-color 0.3s ease, background-color 0.3s ease;
  transition: border-color 0.3s ease, background-color 0.3s ease;
  cursor: pointer;
}
.packets .slick-arrow::before, .packets .slick-arrow::after {
  content: "";
  display: block;
  overflow: hidden;
  width: 20px;
  height: 15px;
  margin: auto;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0My44NTMiIGhlaWdodD0iMTIuNjIiPjxnIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2Utd2lkdGg9IjIiPjxwYXRoIGQ9Ik0xIDYuMjEyaDQxLjQ0NyIvPjxwYXRoIGQ9Im0zNi42MTUgMS40MDggNS44MjkgNC44MDQiLz48cGF0aCBkPSJtMzYuNjE1IDExLjIxMiA1LjgzLTQuODA0Ii8+PC9nPjwvc3ZnPg==") no-repeat right center;
  background-size: 44px 100%;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.packets .slick-arrow::after {
  opacity: 0;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0My44NTMiIGhlaWdodD0iMTIuNjIiPjxnIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2Utd2lkdGg9IjIiPjxwYXRoIGQ9Ik0xIDYuMjEyaDQxLjQ0NyIvPjxwYXRoIGQ9Im0zNi42MTUgMS40MDggNS44MjkgNC44MDQiLz48cGF0aCBkPSJtMzYuNjE1IDExLjIxMiA1LjgzLTQuODA0Ii8+PC9nPjwvc3ZnPg==");
}
.packets .slick-arrow:hover, .packets .slick-arrow:focus {
  border-color: #C31923;
  background-color: #C31923;
}
.packets .slick-arrow:hover::after, .packets .slick-arrow:focus::after {
  opacity: 1;
}
.packets .slick-arrow.slick-prev {
  display: none !important;
}
.packets .slick-arrow.slick-next {
  top: 100px;
  right: 2px;
}
@media (min-width: 576px) {
  .packets .slick-arrow.slick-next {
    top: 155px;
  }
}
@media (min-width: 768px) {
  .packets .slick-arrow.slick-next {
    top: 100px;
    right: -10px;
  }
}
@media (min-width: 992px) {
  .packets .slick-arrow.slick-next {
    top: 130px;
  }
}
@media (min-width: 1200px) {
  .packets .slick-arrow.slick-next {
    top: 158px;
    right: -3px;
  }
}
@media (min-width: 1400px) {
  .packets .slick-arrow.slick-next {
    top: 190px;
  }
}
.packets .slick-arrow.slick-next::before, .packets .slick-arrow.slick-next::after {
  top: 2px;
  left: 2px;
}

/* ==========================================================================
   CAROUSEL
   ========================================================================== */
.carousel {
  padding: 57px 0 45px;
  position: relative;
  z-index: 1;
  background: #ebf2ff;
}
@media (min-width: 1200px) {
  .carousel {
    padding: 110px 0 84px;
  }
}
.carousel::before {
  content: "";
  display: block;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: -18px;
  bottom: 0;
  left: -18px;
  z-index: -1;
  background: #ebf2ff;
}
@media (min-width: 576px) {
  .carousel::before {
    width: 100vw;
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.carousel__heading {
  margin-bottom: 0;
  text-align: center;
}
@media (min-width: 1200px) {
  .carousel__heading {
    padding-left: 33px;
    margin-bottom: 58px;
    text-align: left;
  }
}
.carousel__slider {
  margin: 0 -18px;
  position: relative;
}
@media (min-width: 576px) {
  .carousel__slider {
    width: 100vw;
    margin: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media (min-width: 768px) {
  .carousel__slider {
    width: calc(50vw + 366px);
    margin: 0 0 0 -366px;
    left: 50%;
    -webkit-transform: none;
    transform: none;
  }
}
@media (min-width: 992px) {
  .carousel__slider {
    width: calc(50vw + 486px);
    margin-left: -486px;
  }
}
@media (min-width: 1200px) {
  .carousel__slider {
    width: calc(50vw + 549px);
    margin-left: -549px;
  }
}
@media (min-width: 1400px) {
  .carousel__slider {
    width: calc(50vw + 635px);
    margin-left: -635px;
  }
}
.carousel__slider::before {
  content: "";
  display: block;
  overflow: hidden;
  width: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 20;
  background: #ebf2ff;
  background: -webkit-gradient(linear, left top, right top, from(#ebf2ff), to(rgba(235, 242, 255, 0)));
  background: linear-gradient(to right, #ebf2ff 0%, rgba(235, 242, 255, 0) 100%);
}
.carousel__slider-item {
  padding: 0 18px;
}
@media (min-width: 768px) {
  .carousel__slider-item {
    padding: 0 18px 0 24px;
  }
}
@media (min-width: 1200px) {
  .carousel__slider-item {
    padding: 0 20px 0 23px;
  }
}
.carousel__slider-item:nth-child(n+2) {
  display: none;
}
.carousel__slider.slick-initialized .carousel__slider-item:nth-child(n+2) {
  display: block;
}
.carousel__slider-space {
  max-width: 420px;
  padding: 47px 27px 35px;
  border-radius: 46px;
  margin: 39px auto 46px;
  font-size: 14px;
  line-height: 25px;
  position: relative;
  background: white;
  -webkit-box-shadow: 0 10px 50px rgba(0, 0, 0, 0.05);
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.05);
  height: 460px;
}
@media (min-width: 992px) {
  .carousel__slider-space {
    margin-right: 0;
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .carousel__slider-space {
    max-width: 453px;
    padding: 72px 44px 53px;
  }
}
.carousel__slider-space p:last-of-type {
  margin-bottom: 0;
}
.carousel__slider-date {
  padding-left: 1px;
  margin-bottom: 6px;
  font-weight: 600;
  letter-spacing: 0.01em;
}
@media (min-width: 1200px) {
  .carousel__slider-date {
    margin-bottom: 7px;
  }
}
.carousel__slider-more {
  padding: 0 0 0 39px;
  margin: 21px 0 0;
  display: inline-block;
  position: relative;
  font: bold 16px/19px "Fira Sans", sans-serif;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  text-decoration: none;
}
@media (min-width: 1200px) {
  .carousel__slider-more {
    padding-left: 73px;
    margin-top: 28px;
  }
}
.carousel__slider-more::before, .carousel__slider-more::after {
  content: "";
  display: block;
  overflow: hidden;
  width: 25px;
  height: 13px;
  margin: auto;
  position: absolute;
  top: -1px;
  left: -1px;
  bottom: 0;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0My44NTMiIGhlaWdodD0iMTIuNjIiPjxnIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzFhMzE1ZCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2Utd2lkdGg9IjIiPjxwYXRoIGQ9Ik0xIDYuMjEyaDQxLjQ0NyIvPjxwYXRoIGQ9Im0zNi42MTUgMS40MDggNS44MjkgNC44MDQiLz48cGF0aCBkPSJtMzYuNjE1IDExLjIxMiA1LjgzLTQuODA0Ii8+PC9nPjwvc3ZnPg==") no-repeat center center;
  background-size: 100% 100%;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (min-width: 1200px) {
  .carousel__slider-more::before, .carousel__slider-more::after {
    width: 44px;
    height: 12px;
    top: -3px;
    left: 3px;
  }
}
.carousel__slider-more::after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0My44NTMiIGhlaWdodD0iMTIuNjIiPjxnIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzBhNWZmZiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2Utd2lkdGg9IjIiPjxwYXRoIGQ9Ik0xIDYuMjEyaDQxLjQ0NyIvPjxwYXRoIGQ9Im0zNi42MTUgMS40MDggNS44MjkgNC44MDQiLz48cGF0aCBkPSJtMzYuNjE1IDExLjIxMiA1LjgzLTQuODA0Ii8+PC9nPjwvc3ZnPg==");
  opacity: 0;
}
.carousel__slider-more:hover, .carousel__slider-more:focus {
  color: #C31923;
}
.carousel__slider-more:hover::after, .carousel__slider-more:focus::after {
  opacity: 1;
}
.carousel__slider-testimonial {
  padding-top: 61px;
  margin-bottom: -16px;
  position: relative;
}
.carousel__slider-testimonial::before {
  content: "";
  display: block;
  overflow: hidden;
  width: 33px;
  height: 29px;
  position: absolute;
  top: 3px;
  left: 0;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMi4zNTciIGhlaWdodD0iMjguMzEzIj48cGF0aCBkPSJNMjkuMzI0IDE0LjE1NmgtNS4wNTZ2LTQuMDQ0YTQuMDQ4IDQuMDQ4IDAgMCAxIDQuMDQ1LTQuMDQ1aC41MDZhMS41MTMgMS41MTMgMCAwIDAgMS41MTctMS41MTdWMS41MTdBMS41MTMgMS41MTMgMCAwIDAgMjguODE4IDBoLS41MDZBMTAuMTA5IDEwLjEwOSAwIDAgMCAxOC4yIDEwLjExMnYxNS4xNjdhMy4wMzQgMy4wMzQgMCAwIDAgMy4wMzQgMy4wMzRoOC4wODlhMy4wMzQgMy4wMzQgMCAwIDAgMy4wMzQtMy4wMzRWMTcuMTlhMy4wMzQgMy4wMzQgMCAwIDAtMy4wMzMtMy4wMzRabS0xOC4yIDBINi4wNjd2LTQuMDQ0YTQuMDQ4IDQuMDQ4IDAgMCAxIDQuMDQ1LTQuMDQ1aC41MDZhMS41MTMgMS41MTMgMCAwIDAgMS41MTctMS41MTdWMS41MTdBMS41MTMgMS41MTMgMCAwIDAgMTAuNjE3IDBoLS41MDZBMTAuMTA5IDEwLjEwOSAwIDAgMCAwIDEwLjExMnYxNS4xNjdhMy4wMzQgMy4wMzQgMCAwIDAgMy4wMzQgMy4wMzRoOC4wODlhMy4wMzQgMy4wMzQgMCAwIDAgMy4wMzQtMy4wMzRWMTcuMTlhMy4wMzQgMy4wMzQgMCAwIDAtMy4wMzQtMy4wMzRaIiBmaWxsPSIjMWEzMTVkIi8+PC9zdmc+") no-repeat center center;
}
@media (min-width: 1200px) {
  .carousel__slider-testimonial::before {
    top: -2px;
    left: 3px;
  }
}
.carousel__slider-testimonial-author {
  margin: 22px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 1200px) {
  .carousel__slider-testimonial-author {
    margin-top: 27px;
  }
}
.carousel__slider-testimonial-author img {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  margin-right: 21px;
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.carousel__slider-testimonial-author figcaption {
  margin-top: 6px;
}
.carousel__slider-testimonial-author h6 {
  margin: 0 0 2px;
}
.carousel__slider-testimonial-author p {
  margin: 0;
}
.carousel__slider .slick-dots {
  max-width: 924px;
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}
.carousel__slider .slick-dots li {
  margin: 0 8px;
}
.carousel__slider .slick-dots li.slick-active .slick-dot {
  background: #1a315d;
}
.carousel__slider .slick-dots .slick-dot {
  width: 11px;
  height: 11px;
  border: 1px solid #1a315d;
  border-radius: 50%;
  display: block;
  cursor: pointer;
}
.carousel__slider .slick-arrow {
  width: 55px;
  height: 55px;
  border: 1px solid #1a315d;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: -102px;
  -webkit-transition: border-color 0.3s ease, background-color 0.3s ease;
  transition: border-color 0.3s ease, background-color 0.3s ease;
  cursor: pointer;
}
.carousel__slider .slick-arrow::before, .carousel__slider .slick-arrow::after {
  content: "";
  display: block;
  overflow: hidden;
  width: 20px;
  height: 15px;
  margin: auto;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0My44NTMiIGhlaWdodD0iMTIuNjIiPjxnIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzFhMzE1ZCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2Utd2lkdGg9IjIiPjxwYXRoIGQ9Ik0xIDYuMjEyaDQxLjQ0NyIvPjxwYXRoIGQ9Im0zNi42MTUgMS40MDggNS44MjkgNC44MDQiLz48cGF0aCBkPSJtMzYuNjE1IDExLjIxMiA1LjgzLTQuODA0Ii8+PC9nPjwvc3ZnPg==") no-repeat right center;
  background-size: 44px 100%;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.carousel__slider .slick-arrow::after {
  opacity: 0;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0My44NTMiIGhlaWdodD0iMTIuNjIiPjxnIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2Utd2lkdGg9IjIiPjxwYXRoIGQ9Ik0xIDYuMjEyaDQxLjQ0NyIvPjxwYXRoIGQ9Im0zNi42MTUgMS40MDggNS44MjkgNC44MDQiLz48cGF0aCBkPSJtMzYuNjE1IDExLjIxMiA1LjgzLTQuODA0Ii8+PC9nPjwvc3ZnPg==");
}
.carousel__slider .slick-arrow:hover, .carousel__slider .slick-arrow:focus {
  border-color: #ff9d00;
  background-color: #ff9d00;
}
.carousel__slider .slick-arrow:hover::after, .carousel__slider .slick-arrow:focus::after {
  opacity: 1;
}
.carousel__slider .slick-prev {
  left: 972px;
}
@media (min-width: 1400px) {
  .carousel__slider .slick-prev {
    left: 1062px;
  }
}
.carousel__slider .slick-prev::before, .carousel__slider .slick-prev::after {
  top: 2px;
  left: 0;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.carousel__slider .slick-next {
  left: 1050px;
}
@media (min-width: 1400px) {
  .carousel__slider .slick-next {
    left: 1140px;
  }
}
.carousel__slider .slick-next::before, .carousel__slider .slick-next::after {
  top: 2px;
  left: 2px;
}

/* ==========================================================================
   FAQ
   ========================================================================== */
.faq__mbt {
  margin: 100px 0 96px;
}
@media (min-width: 1200px) {
  .faq__mbt {
    margin: 194px -3px 200px;
  }
}
.faq__mt {
  margin: 100px 0 0 0;
}
@media (min-width: 1200px) {
  .faq__mt {
    margin: 194px -3px 0;
  }
}
.faq__mb {
  margin: 0 0 96px;
}
@media (min-width: 1200px) {
  .faq__mb {
    margin: 0 -3px 200px;
  }
}
.faq__back {
  padding: 16px 0 15px 86px;
  margin: 0 0 40px 61px;
  display: none;
  position: relative;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.023em;
  text-decoration: none;
}
@media (min-width: 1200px) {
  .faq__back {
    display: inline-block;
  }
}
.faq__back-dot {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: #ff9d00;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.faq__back-dot::before {
  content: "";
  display: block;
  overflow: hidden;
  width: 20px;
  height: 15px;
  margin: auto;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0My44NTMiIGhlaWdodD0iMTIuNjIiPjxnIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2Utd2lkdGg9IjIiPjxwYXRoIGQ9Ik0xIDYuMjEyaDQxLjQ0NyIvPjxwYXRoIGQ9Im0zNi42MTUgMS40MDggNS44MjkgNC44MDQiLz48cGF0aCBkPSJtMzYuNjE1IDExLjIxMiA1LjgzLTQuODA0Ii8+PC9nPjwvc3ZnPg==") no-repeat right center;
  background-size: 44px 100%;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.faq__back-dot:hover, .faq__back-dot:focus {
  background-color: #C31923;
}
.faq__item {
  margin-bottom: 22px;
}
.faq__item.active .faq__header {
  background: #ebf2ff;
}
.faq__item.active .faq__header-toggle::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.faq__item.active .faq__header-toggle::after {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.faq__header {
  padding: 20px 20px 53px;
  border-radius: 14px;
  position: relative;
  background: #f4f4f4;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
@media (min-width: 768px) {
  .faq__header {
    padding-right: 70px;
    padding-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .faq__header {
    padding-right: 100px;
  }
}
@media (min-width: 1200px) {
  .faq__header {
    padding: 29px 104px 33px 44px;
  }
}
.faq__header-title {
  margin: 0;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.0175em;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .faq__header-title {
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .faq__header-title {
    font-size: 24px;
    line-height: 28px;
  }
}
.faq__header-toggle {
  margin: 0 auto;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
}
.faq__header-toggle::before, .faq__header-toggle::after {
  content: "";
  display: block;
  overflow: hidden;
  width: 22px;
  height: 3px;
  border-radius: 2px;
  margin: auto;
  position: absolute;
  right: 0;
  bottom: 26px;
  left: 0;
  background: #1a315d;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media (min-width: 768px) {
  .faq__header-toggle::before, .faq__header-toggle::after {
    top: 0;
    right: 25px;
    bottom: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .faq__header-toggle::before, .faq__header-toggle::after {
    right: 43px;
  }
}
.faq__header-toggle::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.faq__description {
  padding: 44px 8px 22px;
  display: none;
  text-align: center;
}
@media (min-width: 768px) {
  .faq__description {
    padding: 50px 70px 30px 40px;
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .faq__description {
    padding: 94px 120px 78px 80px;
  }
}
.faq__description h3 {
  margin-bottom: 55px;
}
@media (min-width: 768px) {
  .faq__description h3 {
    margin-bottom: 47px;
    letter-spacing: 0.0175em;
  }
}
.faq__description p:last-child {
  margin-bottom: 0;
}
.faq__description a {
  text-decoration: underline !important;
  text-decoration-thickness: 2px !important;
}
.faq__question {
  margin: -4px -4px 48px;
  position: relative;
  cursor: inherit;
}
@media (min-width: 768px) {
  .faq__question {
    padding-left: 61px;
    margin: 33px 0 0;
  }
  .faq__question:first-of-type {
    margin-top: 57px;
  }
}
.faq__question:last-child {
  margin-bottom: 0;
}
.faq__question-title {
  margin-bottom: 13px;
  font-size: 18px;
  line-height: 22px;
}
@media (min-width: 768px) {
  .faq__question-title {
    margin-bottom: 0;
    font-size: 20px;
    line-height: 24px;
  }
}
.faq__question-answer {
  display: none;
}
@media (min-width: 768px) {
  .faq__question-answer {
    padding: 20px 0 0;
  }
}
@media (min-width: 1200px) {
  .faq__question-answer {
    padding: 33px 0 6px;
    margin-right: -20px;
  }
}
.faq__question-toggle {
  width: 31px;
  height: 31px;
  border-radius: 50%;
  margin: 16px auto 0;
  display: block;
  position: relative;
  background: #f4f4f4;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
@media (min-width: 768px) {
  .faq__question-toggle {
    margin: 0;
    position: absolute;
    top: -3px;
    left: 0;
  }
}
.faq__question-toggle::before, .faq__question-toggle::after {
  content: "";
  display: block;
  overflow: hidden;
  width: 14px;
  height: 2px;
  border-radius: 1px;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #1a315d;
  -webkit-transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
  transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, background-color 0.3s ease;
  transition: transform 0.3s ease, background-color 0.3s ease, -webkit-transform 0.3s ease;
}
.faq__question-toggle::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.faq__question.active .faq__question-toggle {
  background: #ff9d00;
}
.faq__question.active .faq__question-toggle::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background: white;
}
.faq__question.active .faq__question-toggle::after {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  background: white;
}

/* ==========================================================================
   TIMELINE
   ========================================================================== */
.timeline {
  margin-bottom: 83px;
}
@media (min-width: 768px) {
  .timeline {
    margin-bottom: 140px;
  }
}
@media (min-width: 1200px) {
  .timeline {
    margin-bottom: 257px;
  }
}
.timeline__item {
  max-width: 380px;
  padding: 10px 15px;
  border-color: #016299;
  margin: 0 auto 7px;
  color: #016299;
}
@media (min-width: 768px) {
  .timeline__item {
    max-width: 692px;
    min-height: 321.6px;
    padding: 0;
    margin-bottom: 0;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .timeline__item:nth-child(2n) .timeline__year::before {
    right: auto;
    left: 100%;
  }
  .timeline__item:nth-child(2n) .timeline__year::after {
    margin-right: 0;
    margin-left: 152px;
    right: auto;
    left: 100%;
  }
  .timeline__item:nth-child(2n-1) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .timeline__item::before {
    content: "";
    display: block;
    overflow: hidden;
    width: 34px;
    border-left: 34px solid;
    border-color: inherit;
    margin-left: -23px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    z-index: 5;
  }
  .timeline__item:nth-child(1)::before {
    border-radius: 17px 17px 0 0;
  }
  .timeline__item:last-child::before {
    border-radius: 0 0 17px 17px;
  }
}
.timeline__item:nth-child(2) {
  border-color: #04aaf4;
  color: #04aaf4;
}
.timeline__item:nth-child(3) {
  border-color: #26d5e2;
  color: #26d5e2;
}
.timeline__item:nth-child(4) {
  border-color: #12d19b;
  color: #12d19b;
}
.timeline__item:nth-child(5) {
  border-color: #03907d;
  color: #03907d;
}
.timeline__item:nth-child(6) {
  border-color: #a5d112;
  color: #a5d112;
}
.timeline__item:nth-child(7) {
  border-color: #ffd800;
  color: #ffd800;
}
.timeline__item:nth-child(8) {
  border-color: #ff9d00;
  color: #ff9d00;
}
.timeline__year {
  width: 126px;
  height: 127px;
  padding: 38px 10px;
  border: 7px solid;
  border-color: inherit;
  border-radius: 50%;
  margin: 0 auto 31px;
  display: block;
  position: relative;
  z-index: 3;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  font-size: 27px;
  line-height: 38px;
  font-weight: 800;
  text-align: center;
  letter-spacing: 0.025em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
}
@media (min-width: 768px) {
  .timeline__year {
    margin: 0 71px 0 58px;
  }
  .timeline__year::before {
    content: "";
    display: block;
    overflow: hidden;
    width: 160px;
    height: 4px;
    border-top: 4px solid;
    border-color: inherit;
    margin: auto;
    position: absolute;
    top: 0;
    right: 100%;
    bottom: 0;
  }
  .timeline__year::after {
    content: "";
    display: block;
    overflow: hidden;
    width: 40px;
    height: 40px;
    border-top: 40px solid;
    border-color: inherit;
    margin: auto 152px auto 0;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 100%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
.timeline__content {
  border-color: inherit;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
}
@media (min-width: 768px) {
  .timeline__content {
    width: 256px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
}
.timeline__content p {
  margin: 0;
  color: #1a315d !important;
}
.timeline__title {
  border-color: inherit;
  margin-bottom: 23px;
  font-size: 30px;
  line-height: 36px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: inherit;
}
.timeline__title::after {
  content: "";
  display: block;
  overflow: hidden;
  width: 80px;
  height: 3px;
  border-top: 3px solid;
  border-color: inherit;
  margin: 20px auto 0;
  display: block;
  position: relative;
}

/* ==========================================================================
   NEWSLETTER
   ========================================================================== */
.newsletter {
  position: relative;
  z-index: 1;
}
.newsletter::after {
  content: "";
  display: block;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: -18px;
  bottom: 0;
  left: -18px;
  z-index: -1;
  background: #f4f4f4;
}
@media (min-width: 576px) {
  .newsletter::after {
    width: 100vw;
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.newsletter__image {
  margin: 0 -18px;
  display: block;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (min-width: 576px) {
  .newsletter__image {
    margin: 0;
  }
}
@media (min-width: 992px) {
  .newsletter__image {
    height: 100%;
  }
}
.newsletter__image img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (min-width: 576px) {
  .newsletter__image img {
    width: 100vw;
    height: 350px;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media (min-width: 768px) {
  .newsletter__image img {
    height: 400px;
  }
}
@media (min-width: 992px) {
  .newsletter__image img {
    width: 50vw;
    height: 100%;
    position: absolute;
    top: 0;
    right: -18px;
    left: auto;
    -webkit-transform: none;
    transform: none;
  }
}
@media (min-width: 1400px) {
  .newsletter__image img {
    -o-object-position: center 25%;
    object-position: center 25%;
  }
}
.newsletter__content {
  max-width: 300px;
  padding: 69px 0 50px;
  margin: 0 auto;
  position: relative;
  font-size: 16px;
  line-height: 25px;
  text-align: center;
}
@media (min-width: 992px) {
  .newsletter__content {
    max-width: 440px;
    padding-top: 67px;
    padding-bottom: 52px;
  }
}
@media (min-width: 1200px) {
  .newsletter__content {
    left: 13px;
  }
}
.newsletter__heading {
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .newsletter__heading {
    margin-bottom: 16px;
  }
}
.newsletter__form {
  width: 100%;
  max-width: 300px;
  margin: 52px auto 0;
}
@media (min-width: 992px) {
  .newsletter__form {
    max-width: 352px;
    margin-top: 44px;
  }
}
.newsletter__form-input {
  width: 100%;
  padding: 5px;
  border: none;
  border-bottom: 3px solid #1a315d;
  border-radius: 0;
  display: block;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  background: none;
  -webkit-appearance: none !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none !important;
}
@media (min-width: 992px) {
  .newsletter__form-input {
    padding: 7px;
  }
}
.newsletter__form-input::-webkit-input-placeholder {
  color: #1a315d;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.newsletter__form-input::-moz-placeholder {
  color: #1a315d;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.newsletter__form-input:-ms-input-placeholder {
  color: #1a315d;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.newsletter__form-input::-ms-input-placeholder {
  color: #1a315d;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.newsletter__form-input::placeholder {
  color: #1a315d;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.newsletter__form-input:focus::-webkit-input-placeholder {
  opacity: 0;
}
.newsletter__form-input:focus::-moz-placeholder {
  opacity: 0;
}
.newsletter__form-input:focus:-ms-input-placeholder {
  opacity: 0;
}
.newsletter__form-input:focus::-ms-input-placeholder {
  opacity: 0;
}
.newsletter__form-input:focus::placeholder {
  opacity: 0;
}
.newsletter__form-submit {
  width: 100%;
  min-width: 0;
  margin: 28px 0 0;
  display: block;
}
@media (min-width: 992px) {
  .newsletter__form-submit {
    margin-top: 25px;
  }
}

/* ==========================================================================
   PAGES
   ========================================================================== */
.pages {
  margin: 100px -18px;
  position: relative;
  z-index: 1;
}
.pages__entry {
  position: relative;
}
@media (min-width: 1200px) {
  .pages__entry {
    min-height: 450px;
  }
}
@media (min-width: 1200px) {
  .pages__entry > .col:nth-child(2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.pages__entry::after {
  content: "";
  display: block;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: #ebf2ff;
}
@media (min-width: 576px) {
  .pages__entry::after {
    width: 100vw;
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media (min-width: 1400px) {
  .pages__entry::after {
    max-width: 1680px;
  }
}
.pages__entry:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.pages__entry:nth-child(2n)::after {
  background: #f4f4f4;
}
@media (min-width: 992px) {
  .pages__entry:nth-child(2n) .pages__image img {
    right: auto !important;
    left: -18px !important;
  }
}
@media (min-width: 992px) {
  .pages__entry:nth-child(2n) .pages__content {
    max-width: none !important;
    padding: 60px 40px 50px 0 !important;
  }
}
@media (min-width: 1200px) {
  .pages__entry:nth-child(2n) .pages__content {
    padding-left: 20px !important;
    padding-right: 72px !important;
  }
}
.pages__entry .col {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 576px) {
  .pages__entry .col {
    padding-left: 18px;
    padding-right: 18px;
  }
}
.pages__image {
  margin: 0 -18px;
  display: block;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (min-width: 576px) {
  .pages__image {
    margin: 0;
  }
}
@media (min-width: 992px) {
  .pages__image {
    height: 100%;
  }
}
.pages__image img {
  width: 100% !important;
  height: auto !important;
  display: block !important;
  -o-object-fit: cover !important;
  object-fit: cover !important;
}
@media (min-width: 576px) {
  .pages__image img {
    width: 100vw !important;
    height: 350px !important;
    position: relative !important;
    left: 50% !important;
    -webkit-transform: translateX(-50%) !important;
    transform: translateX(-50%) !important;
  }
}
@media (min-width: 768px) {
  .pages__image img {
    height: 400px !important;
  }
}
@media (min-width: 992px) {
  .pages__image img {
    width: 50vw !important;
    height: 100% !important;
    position: absolute !important;
    top: 0 !important;
    right: -18px !important;
    left: auto !important;
    -webkit-transform: none !important;
    transform: none !important;
  }
}
@media (min-width: 1400px) {
  .pages__image img {
    max-width: 840px !important;
  }
}
.pages__content {
  padding: 50px 10px 47px;
  margin: 0 auto;
  position: relative;
  font-size: 14px;
  line-height: 25px;
  text-align: center;
}
@media (min-width: 768px) {
  .pages__content {
    max-width: 480px;
  }
}
@media (min-width: 992px) {
  .pages__content {
    max-width: none;
    padding: 60px 0 50px 40px;
    font-size: 16px;
    line-height: 30px;
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .pages__content {
    padding-right: 20px;
    padding-left: 72px;
  }
}
.pages__content p:last-of-type {
  margin-bottom: 0;
}
.pages__content p a {
  text-decoration: underline !important;
  text-decoration-thickness: 2px !important;
}
.pages__more {
  padding: 0 0 0 73px;
  margin: 28px 0 0 -12px;
  display: inline-block;
  position: relative;
  font: bold 16px/19px "Fira Sans", sans-serif;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  text-decoration: none;
}
@media (min-width: 992px) {
  .pages__more {
    margin: 32px 0 0 -4px;
  }
}
.pages__more::before, .pages__more::after {
  content: "";
  display: block;
  overflow: hidden;
  width: 44px;
  height: 12px;
  margin: auto;
  position: absolute;
  top: -2px;
  left: 3px;
  bottom: 0;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0My44NTMiIGhlaWdodD0iMTIuNjIiPjxnIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzFhMzE1ZCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2Utd2lkdGg9IjIiPjxwYXRoIGQ9Ik0xIDYuMjEyaDQxLjQ0NyIvPjxwYXRoIGQ9Im0zNi42MTUgMS40MDggNS44MjkgNC44MDQiLz48cGF0aCBkPSJtMzYuNjE1IDExLjIxMiA1LjgzLTQuODA0Ii8+PC9nPjwvc3ZnPg==") no-repeat center center;
  background-size: 100% 100%;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.pages__more::after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0My44NTMiIGhlaWdodD0iMTIuNjIiPjxnIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzBhNWZmZiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2Utd2lkdGg9IjIiPjxwYXRoIGQ9Ik0xIDYuMjEyaDQxLjQ0NyIvPjxwYXRoIGQ9Im0zNi42MTUgMS40MDggNS44MjkgNC44MDQiLz48cGF0aCBkPSJtMzYuNjE1IDExLjIxMiA1LjgzLTQuODA0Ii8+PC9nPjwvc3ZnPg==");
  opacity: 0;
}
.pages__more:hover, .pages__more:focus {
  color: #C31923;
}
.pages__more:hover::after, .pages__more:focus::after {
  opacity: 1;
}

/* ==========================================================================
   TEAM
   ========================================================================== */
.team {
  margin: 122px 0 82px;
}
@media (min-width: 1200px) {
  .team {
    padding-right: 28px;
    padding-left: 28px;
    margin-top: 200px;
  }
}
.team > .row {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.team__person {
  max-width: 360px;
  margin: 0 auto 20px;
}
@media (min-width: 768px) {
  .team__person {
    max-width: 320px;
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .team__person {
    max-width: 320px;
  }
}
.team__image {
  width: 100%;
  margin: 0;
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.team__image img {
  width: 100%;
  height: auto !important;
  border-radius: 20px !important;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (min-width: 768px) {
  .team__image img {
    height: 220px !important;
  }
}
@media (min-width: 992px) {
  .team__image img {
    height: 195px !important;
  }
}
@media (min-width: 1200px) {
  .team__image img {
    height: 220px !important;
  }
}
.team__content {
  padding: 26px 5px 23px;
}
@media (min-width: 768px) {
  .team__content {
    padding-right: 1px;
    padding-left: 1px;
    padding-bottom: 0;
  }
}
.team__content p {
  margin: 0;
}
.team__name {
  margin: 0 0 2px;
  font-size: 20px;
  line-height: 24px;
}
.team__email {
  padding-left: 46px;
  margin-top: 2px;
  display: inline-block;
  position: relative;
  font-weight: bold;
}
@media (min-width: 1200px) {
  .team__email {
    padding-left: 51px;
  }
}
.team__email::before {
  content: "";
  display: block;
  overflow: hidden;
  width: 26px;
  height: 20px;
  position: absolute;
  top: 6px;
  left: 2px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43MDEiIGhlaWdodD0iMTkuMjc2Ij48cGF0aCBkPSJNMTIuODUxIDE0LjQ1N2EzLjgzNyAzLjgzNyAwIDAgMS0yLjM2Ny0uODI0TDAgNS40ODJ2MTEuMzg0YTIuNDEgMi40MSAwIDAgMCAyLjQwOSAyLjQwOWgyMC44ODNhMi40MDkgMi40MDkgMCAwIDAgMi40MDgtMi40MDlWNS40ODJsLTEwLjQ4IDguMTU3YTMuODY2IDMuODY2IDAgMCAxLTIuMzY5LjgxOFpNLjgxOCA0LjA4MWwxMC42NTIgOC4yODhhMi4yNSAyLjI1IDAgMCAwIDIuNzY0IDBsMTAuNjUyLTguMjg4YTIuMjY4IDIuMjY4IDAgMCAwIC44MTYtMS42NzJBMi40MSAyLjQxIDAgMCAwIDIzLjI5MiAwSDIuNDA5QTIuNDA5IDIuNDA5IDAgMCAwIDAgMi40MDlhMi4xMTkgMi4xMTkgMCAwIDAgLjgxOCAxLjY3MloiIGZpbGw9IiNmZjlkMDAiLz48L3N2Zz4=") no-repeat center center;
}

/* ==========================================================================
   JOBS
   ========================================================================== */
.jobs {
  margin: 82px 0 51px;
}
@media (min-width: 1200px) {
  .jobs {
    margin-top: 166px;
  }
}
.jobs > .row {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.jobs__entry {
  max-width: 360px;
  margin: 0 auto 33px;
}
@media (min-width: 768px) {
  .jobs__entry {
    max-width: none;
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .jobs__entry {
    max-width: 530px;
  }
}
.jobs__image {
  width: 100%;
  margin: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.jobs__image img {
  width: 100%;
  height: 188px !important;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (min-width: 414px) {
  .jobs__image img {
    height: auto !important;
  }
}
@media (min-width: 768px) {
  .jobs__image img {
    height: 226px !important;
  }
}
@media (min-width: 992px) {
  .jobs__image img {
    height: 310px !important;
  }
}
@media (min-width: 1200px) {
  .jobs__image img {
    height: 370px !important;
  }
}
.jobs__content {
  padding: 35px 5px;
  text-align: center;
}
@media (min-width: 768px) {
  .jobs__content {
    padding: 50px 0;
  }
}
.jobs__title {
  margin-bottom: 0;
}
.jobs__more {
  padding: 0 0 0 73px;
  margin: 39px 0 0 -10px;
  display: inline-block;
  position: relative;
  font: bold 16px/19px "Fira Sans", sans-serif;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  text-decoration: none;
}
@media (min-width: 992px) {
  .jobs__more {
    margin: 50px 0 0 -6px;
  }
}
.jobs__more::before, .jobs__more::after {
  content: "";
  display: block;
  overflow: hidden;
  width: 44px;
  height: 12px;
  margin: auto;
  position: absolute;
  top: -2px;
  left: 3px;
  bottom: 0;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0My44NTMiIGhlaWdodD0iMTIuNjIiPjxnIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzFhMzE1ZCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2Utd2lkdGg9IjIiPjxwYXRoIGQ9Ik0xIDYuMjEyaDQxLjQ0NyIvPjxwYXRoIGQ9Im0zNi42MTUgMS40MDggNS44MjkgNC44MDQiLz48cGF0aCBkPSJtMzYuNjE1IDExLjIxMiA1LjgzLTQuODA0Ii8+PC9nPjwvc3ZnPg==") no-repeat center center;
  background-size: 100% 100%;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.jobs__more::after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0My44NTMiIGhlaWdodD0iMTIuNjIiPjxnIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzBhNWZmZiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2Utd2lkdGg9IjIiPjxwYXRoIGQ9Ik0xIDYuMjEyaDQxLjQ0NyIvPjxwYXRoIGQ9Im0zNi42MTUgMS40MDggNS44MjkgNC44MDQiLz48cGF0aCBkPSJtMzYuNjE1IDExLjIxMiA1LjgzLTQuODA0Ii8+PC9nPjwvc3ZnPg==");
  opacity: 0;
}
.jobs__more:hover, .jobs__more:focus {
  color: #C31923;
}
.jobs__more:hover::after, .jobs__more:focus::after {
  opacity: 1;
}

/* ==========================================================================
   APPLY
   ========================================================================== */
.apply {
  margin: 51px 0 122px;
}
@media (min-width: 768px) {
  .apply {
    margin-top: 80px;
  }
}
@media (min-width: 1200px) {
  .apply {
    margin-top: 135px;
    margin-bottom: 201px;
    padding: 0 60px;
  }
}
.apply__heading {
  margin: 0 0 69px 3px;
  letter-spacing: 0.02em;
  text-align: center;
}
@media (min-width: 1200px) {
  .apply__heading {
    margin-bottom: 73px;
    text-align: left;
  }
}
.apply .form-control {
  width: 100%;
}
.apply .form select {
  width: 100%;
  display: block;
  opacity: 0;
}
.apply .form textarea {
  height: 242px;
}
@media (min-width: 1200px) {
  .apply .form textarea {
    height: 261px;
  }
}
.apply .form .btn {
  margin: -10px auto 0;
  display: block;
}
@media (min-width: 768px) {
  .apply .form .btn {
    margin: 3px 0 0;
    float: right;
  }
}

/* ==========================================================================
   ARTICLES
   ========================================================================== */
.articles {
  margin: 82px 0 96px;
}
@media (min-width: 1200px) {
  .articles {
    margin-top: 201px;
    margin-bottom: 280px;
  }
}
.articles__entry {
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .articles__entry {
    margin-bottom: 50px;
  }
}
@media (min-width: 1200px) {
  .articles__entry {
    margin-bottom: 78px;
  }
}
.articles__entry:last-child {
  margin-bottom: 0;
}
.articles__image {
  width: 100%;
  margin: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (min-width: 768px) {
  .articles__image {
    height: 100%;
  }
}
.articles__image img {
  width: 268px;
  height: 177px;
  margin: 0 auto;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (min-width: 414px) {
  .articles__image img {
    width: 360px;
    height: auto;
  }
}
@media (min-width: 576px) {
  .articles__image img {
    width: 100%;
    margin: 0;
  }
}
@media (min-width: 768px) {
  .articles__image img {
    height: 291px !important;
  }
}
@media (min-width: 1200px) {
  .articles__image img {
    height: 291px !important;
  }
}
.articles__content {
  padding: 27px 10px;
  font-size: 14px;
  line-height: 25px;
  text-align: center;
}
@media (min-width: 768px) {
  .articles__content {
    padding: 10px 0;
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .articles__content {
    padding: 19px 0 19px 33px;
    letter-spacing: 0.0075em;
  }
}
.articles__content p:last-of-type {
  margin-bottom: 0;
}
.articles__date {
  margin-bottom: 7px;
  font-size: 14px;
  line-height: 25px;
  font-weight: 600;
}
.articles__heading {
  margin: 0 -5px 30px;
  font-size: 24px;
  line-height: 28px;
}
@media (min-width: 768px) {
  .articles__heading {
    margin-right: 0;
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .articles__heading {
    margin-bottom: 24px;
    font-size: 30px;
    line-height: 36px;
  }
}
.articles__heading a {
  text-decoration: none;
}
.articles__heading a:hover {
  color: #C31923;
}
.articles__more {
  padding: 0 0 0 73px;
  margin: 28px 0 0 -12px;
  display: inline-block;
  position: relative;
  font: bold 16px/19px "Fira Sans", sans-serif;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  text-decoration: none;
}
@media (min-width: 768px) {
  .articles__more {
    margin-left: -4px;
  }
}
@media (min-width: 1200px) {
  .articles__more {
    margin-top: 29px;
  }
}
.articles__more::before, .articles__more::after {
  content: "";
  display: block;
  overflow: hidden;
  width: 44px;
  height: 12px;
  margin: auto;
  position: absolute;
  top: -2px;
  left: 3px;
  bottom: 0;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0My44NTMiIGhlaWdodD0iMTIuNjIiPjxnIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzFhMzE1ZCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2Utd2lkdGg9IjIiPjxwYXRoIGQ9Ik0xIDYuMjEyaDQxLjQ0NyIvPjxwYXRoIGQ9Im0zNi42MTUgMS40MDggNS44MjkgNC44MDQiLz48cGF0aCBkPSJtMzYuNjE1IDExLjIxMiA1LjgzLTQuODA0Ii8+PC9nPjwvc3ZnPg==") no-repeat center center;
  background-size: 100% 100%;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.articles__more::after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0My44NTMiIGhlaWdodD0iMTIuNjIiPjxnIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzBhNWZmZiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2Utd2lkdGg9IjIiPjxwYXRoIGQ9Ik0xIDYuMjEyaDQxLjQ0NyIvPjxwYXRoIGQ9Im0zNi42MTUgMS40MDggNS44MjkgNC44MDQiLz48cGF0aCBkPSJtMzYuNjE1IDExLjIxMiA1LjgzLTQuODA0Ii8+PC9nPjwvc3ZnPg==");
  opacity: 0;
}
.articles__more:hover, .articles__more:focus {
  color: #C31923;
}
.articles__more:hover::after, .articles__more:focus::after {
  opacity: 1;
}

/* ==========================================================================
   RELATED
   ========================================================================== */
.related {
  margin: 100px 0 147px;
}
@media (min-width: 1200px) {
  .related {
    margin-top: 205px;
    margin-bottom: 406px;
  }
}
.related > .row {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.related__heading {
  margin-bottom: 49px;
  text-align: center;
}
@media (min-width: 1200px) {
  .related__heading {
    margin-left: 33px;
    margin-bottom: 65px;
    letter-spacing: 0.018em;
    text-align: left;
  }
}
.related__entry {
  margin-bottom: 38px;
}
@media (min-width: 768px) {
  .related__entry {
    margin-bottom: 50px;
  }
}
@media (min-width: 992px) {
  .related__entry {
    max-width: 360px;
    margin: 0 auto;
  }
}
.related__link {
  display: block;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.related__link:hover .related__title {
  color: #C31923;
}
.related > .row > .col:last-child .related__entry {
  margin-bottom: 0;
}
.related__image {
  width: 100%;
  margin: 0 auto;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (min-width: 414px) {
  .related__image {
    max-width: 360px;
  }
}
.related__image img {
  width: 100%;
  height: auto !important;
  border-radius: 20px !important;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (min-width: 768px) {
  .related__image img {
    height: 225px !important;
  }
}
@media (min-width: 992px) {
  .related__image img {
    height: 200px !important;
  }
}
@media (min-width: 1200px) {
  .related__image img {
    height: 231px !important;
  }
}
.related__content {
  padding: 27px 5px;
  font-size: 14px;
  line-height: 25px;
  text-align: center;
}
@media (min-width: 768px) {
  .related__content {
    padding: 10px 0;
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .related__content {
    padding: 42px 0 30px;
  }
}
.related__date {
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 25px;
  font-weight: 600;
}
@media (min-width: 1200px) {
  .related__date {
    margin-bottom: 7px;
  }
}
.related__title {
  margin: 0;
  font-size: 24px;
  line-height: 28px;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media (min-width: 1200px) {
  .related__title {
    margin-bottom: 0;
    font-size: 30px;
    line-height: 36px;
  }
}
.related__more {
  padding: 0 0 0 73px;
  margin: 28px 0 0 -12px;
  display: inline-block;
  position: relative;
  font: bold 16px/19px "Fira Sans", sans-serif;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  text-decoration: none;
}
@media (min-width: 768px) {
  .related__more {
    margin-left: -4px;
  }
}
@media (min-width: 1200px) {
  .related__more {
    margin-top: 29px;
  }
}
.related__more::before, .related__more::after {
  content: "";
  display: block;
  overflow: hidden;
  width: 44px;
  height: 12px;
  margin: auto;
  position: absolute;
  top: -2px;
  left: 3px;
  bottom: 0;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0My44NTMiIGhlaWdodD0iMTIuNjIiPjxnIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzFhMzE1ZCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2Utd2lkdGg9IjIiPjxwYXRoIGQ9Ik0xIDYuMjEyaDQxLjQ0NyIvPjxwYXRoIGQ9Im0zNi42MTUgMS40MDggNS44MjkgNC44MDQiLz48cGF0aCBkPSJtMzYuNjE1IDExLjIxMiA1LjgzLTQuODA0Ii8+PC9nPjwvc3ZnPg==") no-repeat center center;
  background-size: 100% 100%;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.related__more::after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0My44NTMiIGhlaWdodD0iMTIuNjIiPjxnIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzBhNWZmZiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2Utd2lkdGg9IjIiPjxwYXRoIGQ9Ik0xIDYuMjEyaDQxLjQ0NyIvPjxwYXRoIGQ9Im0zNi42MTUgMS40MDggNS44MjkgNC44MDQiLz48cGF0aCBkPSJtMzYuNjE1IDExLjIxMiA1LjgzLTQuODA0Ii8+PC9nPjwvc3ZnPg==");
  opacity: 0;
}
.related__more:hover, .related__more:focus {
  color: #C31923;
}
.related__more:hover::after, .related__more:focus::after {
  opacity: 1;
}
/*# sourceMappingURL=main.combined.css.map */
