@charset "UTF-8";
@-webkit-keyframes a {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes a {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes b {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes b {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes c {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes c {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-webkit-keyframes d {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-50%, -50%, 0) scale(0.8);
    transform: translate3d(-50%, -50%, 0) scale(0.8);
  }
  40% {
    opacity: 0.6;
    -webkit-transform: translate3d(-50%, -50%, 0) scale(1.4);
    transform: translate3d(-50%, -50%, 0) scale(1.4);
  }
  80% {
    opacity: 0;
    -webkit-transform: translate3d(-50%, -50%, 0) scale(1.8);
    transform: translate3d(-50%, -50%, 0) scale(1.8);
  }
  to {
    opacity: 0;
  }
}
@keyframes d {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-50%, -50%, 0) scale(0.8);
    transform: translate3d(-50%, -50%, 0) scale(0.8);
  }
  40% {
    opacity: 0.6;
    -webkit-transform: translate3d(-50%, -50%, 0) scale(1.4);
    transform: translate3d(-50%, -50%, 0) scale(1.4);
  }
  80% {
    opacity: 0;
    -webkit-transform: translate3d(-50%, -50%, 0) scale(1.8);
    transform: translate3d(-50%, -50%, 0) scale(1.8);
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes e {
  0% {
    -webkit-transform: scaleX(1) translateZ(0);
    transform: scaleX(1) translateZ(0);
  }
  25% {
    -webkit-transform: scale3d(1.1, 0.9, 1) translateZ(0);
    transform: scale3d(1.1, 0.9, 1) translateZ(0);
  }
  50% {
    -webkit-transform: scale3d(0.95, 1.05, 1) translateZ(0);
    transform: scale3d(0.95, 1.05, 1) translateZ(0);
  }
  75% {
    -webkit-transform: scale3d(1.02, 0.98, 1) translateZ(0);
    transform: scale3d(1.02, 0.98, 1) translateZ(0);
  }
  to {
    -webkit-transform: scaleX(1) translateZ(0);
    transform: scaleX(1) translateZ(0);
  }
}
@keyframes e {
  0% {
    -webkit-transform: scaleX(1) translateZ(0);
    transform: scaleX(1) translateZ(0);
  }
  25% {
    -webkit-transform: scale3d(1.1, 0.9, 1) translateZ(0);
    transform: scale3d(1.1, 0.9, 1) translateZ(0);
  }
  50% {
    -webkit-transform: scale3d(0.95, 1.05, 1) translateZ(0);
    transform: scale3d(0.95, 1.05, 1) translateZ(0);
  }
  75% {
    -webkit-transform: scale3d(1.02, 0.98, 1) translateZ(0);
    transform: scale3d(1.02, 0.98, 1) translateZ(0);
  }
  to {
    -webkit-transform: scaleX(1) translateZ(0);
    transform: scaleX(1) translateZ(0);
  }
}
@-webkit-keyframes f {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%);
  }
}
@keyframes f {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%);
  }
}
html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
figure,
footer,
header,
main,
nav,
section {
  display: block;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
strong {
  font-weight: inherit;
  font-weight: bolder;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
button,
input,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type="submit"],
button,
html [type="button"] {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
textarea {
  overflow: auto;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
canvas {
  display: inline-block;
}
[hidden] {
  display: none;
}
body,
button,
input,
select,
textarea {
  -webkit-font-feature-settings: "liga", "kern";
  font-feature-settings: "liga", "kern";
  -webkit-font-kerning: normal;
  -moz-font-kerning: normal;
  font-kerning: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: Graphik;
  font-style: normal;
  font-weight: 400;
  src: url(fonts/Graphik/Graphik-Regular.woff2) format("woff2"),
    url(fonts/Graphik/Graphik-Regular.woff) format("woff"),
    url(fonts/Graphik/Graphik-Regular.ttf) format("truetype");
}
@font-face {
  font-family: Graphik;
  font-style: normal;
  font-weight: 300;
  src: url(fonts/Graphik/Graphik-Light.woff2) format("woff2"),
    url(fonts/Graphik/Graphik-Light.woff) format("woff"),
    url(fonts/Graphik/Graphik-Light.ttf) format("truetype");
}
@font-face {
  font-family: Graphik;
  font-style: normal;
  font-weight: 500;
  src: url(fonts/Graphik/Graphik-Medium.woff2) format("woff2"),
    url(fonts/Graphik/Graphik-Medium.woff) format("woff"),
    url(fonts/Graphik/Graphik-Medium.ttf) format("truetype");
}
@font-face {
  font-family: Graphik;
  font-style: normal;
  font-weight: 700;
  src: url(fonts/Graphik/Graphik-Bold.woff2) format("woff2"),
    url(fonts/Graphik/Graphik-Bold.woff) format("woff"),
    url(fonts/Graphik/Graphik-Bold.ttf) format("truetype");
}
@font-face {
  font-family: DIN NEXT LT PRO;
  font-style: normal;
  font-weight: 500;
  src: url(fonts/DINNextLTPro/DINNextLTPro-Medium.woff2) format("woff2"),
    url(fonts/DINNextLTPro/DINNextLTPro-Medium.woff) format("woff"),
    url(fonts/DINNextLTPro/DINNextLTPro-Medium.ttf) format("truetype");
}
@font-face {
  font-family: DIN NEXT LT PRO;
  font-style: normal;
  font-weight: 700;
  src: url(fonts/DINNextLTPro/DINNextLTPro-Bold.woff2) format("woff2"),
    url(fonts/DINNextLTPro/DINNextLTPro-Bold.woff) format("woff"),
    url(fonts/DINNextLTPro/DINNextLTPro-Bold.ttf) format("truetype");
}
@font-face {
  font-family: DIN NEXT LT PRO;
  font-style: normal;
  font-weight: 800;
  src: url(fonts/DINNextLTPro/DINNextLTPro-Heavy.woff2) format("woff2"),
    url(fonts/DINNextLTPro/DINNextLTPro-Heavy.woff) format("woff"),
    url(fonts/DINNextLTPro/DINNextLTPro-Heavy.ttf) format("truetype");
}

/* REVİZE */

#section-message {
  margin: 3rem 0;
}

.check-description {
  text-align: center;
}

.check-description > h1 {
  color: #00b600;
  margin: 0;
  margin-bottom: 0.5rem;
  font-size: 30px;
}

.check-description > p {
  margin: 0;
}

.check-img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25rem;
}

.check-img > img {
  max-width: 100%;
  height: auto;
  filter: drop-shadow(0.2rem 0.2rem 1.5rem #837d7c);
}

/* REVİZE */

.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  fill: currentColor;
  vertical-align: -0.15em;
}
.container {
  padding-right: 1rem;
  padding-left: 1rem;
  margin-right: auto;
  margin-left: auto;
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -1rem;
  margin-left: -1rem;
}
.row--small-gutter {
  margin-right: -0.75rem;
  margin-left: -0.75rem;
}
.row--small-gutter > .col {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.row--2xsmall-gutter {
  margin-right: -0.25rem;
  margin-left: -0.25rem;
}
.row--2xsmall-gutter > .col {
  padding-right: 0.25rem;
  padding-left: 0.25rem;
}
.col {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 1rem;
  padding-left: 1rem;
}
.col--xs-6 {
  max-width: 50%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}
.slick-slider {
  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,
.slick-slider {
  position: relative;
  display: block;
}
.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:after,
.slick-track:before {
  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;
}
.validetta-error {
  display: inline-block;
  margin-top: 0.25rem;
  color: #f23d3d;
  font-size: 0.875rem;
  line-height: 1.4285714286;
}
.leaflet-container {
  z-index: 3;
  min-height: 600px;
  background-color: #fff;
}
.slick-dots {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding-left: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  list-style: none;
  text-align: center;
}
.slick-dots > li {
  display: inline-block;
  margin-right: 0.125rem;
  margin-left: 0.125rem;
}
.slick-dots > li.slick-active > button:before,
.slick-dots > li:hover > button:before {
  background-color: #0076ff;
}
.slick-dots > li > button {
  position: relative;
  display: block;
  width: 1.125rem;
  height: 1.125rem;
  padding: 0;
  border: 0;
  background-color: transparent;
  color: transparent;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.slick-dots > li > button:before {
  position: absolute;
  top: 0.1875rem;
  left: 0.1875rem;
  width: 0.75rem;
  height: 0.75rem;
  background-color: hsla(0, 0%, 100%, 0.35);
  border-radius: 50%;
  content: "";
  transition: background-color 0.4s;
}
html {
  box-sizing: border-box;
  font-size: 16px;
  -webkit-tap-highlight-color: transparent;
}
*,
:after,
:before {
  box-sizing: inherit;
}
@-ms-viewport {
  width: device-width;
}
body {
  background-color: #f4f4f4;
  color: gray;
  font-family: Graphik, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  text-align: left;
}
[tabindex="-1"]:focus {
  outline: 0 !important;
}
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline: none;
}
a {
  color: #19518a;
  text-decoration: none;
  transition: color 0.4s;
}
a:focus {
  outline: none;
}
a:hover {
  color: #0076ff;
  text-decoration: underline;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
hr {
  border: 0;
  border-top: 1px solid;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  color: #e6e6e6;
}
.h2,
.h4,
h2,
h3,
h4,
h5 {
  color: #19518a;
  font-family: DIN NEXT LT PRO;
  font-weight: 500;
  line-height: 1.1;
}
.h2,
h2,
h3 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.h4,
h4,
h5 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.h2,
h2 {
  font-size: 3em;
}
h3 {
  font-size: 2em;
}
.h4,
h4 {
  font-size: 1.5em;
}
h5 {
  font-size: 1em;
}
p {
  margin-top: 1rem;
  margin-bottom: 0;
}
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}
ul ul {
  margin-bottom: 0;
}
.c-button {
  transition-duration: 0.4s;
  transition-property: background-color, color, border-color;
  position: relative;
  display: inline-block;
  padding: 0.875rem 1.5rem;
  border: 1px solid transparent;
  cursor: pointer;
  font-family: inherit;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  text-align: center;
  font-weight: 500;
}
.c-button,
.c-button:focus,
.c-button:hover {
  text-decoration: none;
}
.c-button--primary {
  background-color: #19518a;
  border-color: #19518a;
  border-radius: 0.125rem;
  color: #fff;
}
.c-button--primary:focus,
.c-button--primary:hover {
  background-color: #14416e;
  border-color: #14416e;
  color: #fff;
}
.c-button--quaternary {
  background-color: #19518a;
  border-color: #fff;
  border-radius: 0.125rem;
  color: #fff;
}
.c-button--quaternary:focus,
.c-button--quaternary:hover,
.is-active .c-button--quaternary {
  background-color: #fff;
  border-color: #fff;
  color: #19518a;
}
.c-button--quinary {
  background-color: #fff;
  border-color: #e6e6e6;
  border-radius: 0.125rem;
  color: #0076ff;
}
.c-button--quinary.is-active,
.c-button--quinary:focus,
.c-button--quinary:hover {
  background-color: #19518a;
  border-color: #19518a;
  color: #fff;
}
.c-button--senary {
  background-color: #fff;
  border-color: #e6e6e6;
  border-radius: 0.125rem;
  color: #19518a;
}
.c-button--senary.is-active,
.c-button--senary:focus,
.c-button--senary:hover {
  background-color: #19518a;
  border-color: #19518a;
  color: #fff;
}
.c-button--septenary {
  background-color: #fff;
  border-color: #fff;
  border-radius: 0.125rem;
  color: #19518a;
}
.c-button--septenary:focus,
.c-button--septenary:hover {
  background-color: #19518a;
  border-color: #19518a;
  color: #fff;
}
.c-button--octonary {
  background-color: transparent;
  border-color: #fff;
  border-radius: 0.125rem;
  color: #fff;
}
.c-button--octonary:focus,
.c-button--octonary:hover {
  background-color: #fff;
  border-color: #fff;
  color: #19518a;
}
.c-button--small {
  padding: 0.5625rem 1rem;
}
.c-button--xsmall {
  padding: 0.3125rem 1rem;
  font-size: 0.75rem;
  line-height: 1.5;
}
.c-form-control {
  display: block;
  width: 100%;
  height: 3.125rem;
  padding: 0.875rem 1rem;
  background-image: none;
  font-family: inherit;
  font-size: 0.875rem;
  line-height: 1.25rem;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 0.125rem;
  color: #32343c;
}
.c-form-control::-webkit-input-placeholder {
  color: #9b9b9b;
}
.c-form-control:-ms-input-placeholder,
.c-form-control::-ms-input-placeholder {
  color: #9b9b9b;
}
.c-form-control:focus {
  border-color: #19518a;
  color: #19518a;
}
.c-form-control[disabled] {
  background-color: #eee;
  opacity: 0.5;
}
.c-form-control.is-valid,
.is-valid > .c-form-control {
  border-color: #00cf6e;
  color: #00cf6e;
}
.c-form-control.is-invalid,
.is-invalid > .c-form-control {
  border-color: #f23d3d;
  color: #f23d3d;
}
.c-form-control.is-warning,
.is-warning > .c-form-control {
  border-color: #fe9923;
  color: #fe9923;
}
.c-form-control--textarea {
  overflow: auto;
  height: auto;
  resize: none;
}
.c-selectbox {
  display: inline-block;
  height: 3.125rem;
  padding: 0.875rem 2.6875rem 0.875rem 1rem;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: #fff;
  background-image: url(../img/form-icons/select-arrow-normal.svg);
  background-position: right 1.0625rem center;
  background-repeat: no-repeat;
  background-size: 1.125rem 1.125rem;
  border: 1px solid #e6e6e6;
  border-radius: 0.125rem;
  color: #32343c;
  cursor: pointer;
  font-family: inherit;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.c-selectbox:focus {
  border-color: #19518a;
  color: #19518a;
  outline: none;
}
.c-selectbox:focus::-ms-value {
  background-color: #fff;
  border-color: #19518a;
  color: #19518a;
}
.c-selectbox:disabled {
  background-color: #fafafa;
  cursor: default;
  opacity: 0.5;
}
.c-selectbox.is-valid,
.is-valid > .c-selectbox {
  background-image: url(../img/form-icons/select-arrow-success.svg);
  border-color: #00cf6e;
  color: #00cf6e;
}
.c-selectbox.is-invalid,
.is-invalid > .c-selectbox {
  background-image: url(../img/form-icons/select-arrow-danger.svg);
  border-color: #f23d3d;
  color: #f23d3d;
}
.c-selectbox.is-warning,
.is-warning > .c-selectbox {
  background-image: url(../img/form-icons/select-arrow-warn.svg);
  border-color: #fe9923;
  color: #fe9923;
}
.c-selectbox::-ms-expand {
  opacity: 0;
}
.c-selectbox--light {
  background-color: transparent;
  background-image: url(../img/form-icons/select-arrow-light.svg);
}
.c-selectbox--light,
.c-selectbox--light:focus {
  border-color: transparent;
  color: #fff;
}
.c-selectbox--light:focus::-ms-value {
  background-color: transparent;
  border-color: transparent;
  color: #fff;
}
.c-form-label {
  display: inline-block;
  color: #2e3c40;
  font-size: 0.875rem;
}
.c-form-control-mask {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 3.125rem;
  padding: 0.875rem 1rem;
  background-image: none;
  font-family: inherit;
  font-size: 0.875rem;
  line-height: 1.25rem;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 0.125rem;
  color: #9b9b9b;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
.c-form-control-mask::-webkit-input-placeholder {
  color: #9b9b9b;
}
.c-form-control-mask:-ms-input-placeholder,
.c-form-control-mask::-ms-input-placeholder {
  color: #9b9b9b;
}
.c-form-control-mask__icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
  font-size: 1.25rem;
}
.c-form-control-mask__placeholder {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 0.5rem;
}
.c-form-control-mask.is-filled {
  color: #32343c;
}
.c-form-control-mask.is-disabled,
[disabled] + .c-form-control-mask {
  background-color: #eee;
  cursor: default;
  opacity: 0.5;
  pointer-events: none;
}
.c-form-control-mask.is-valid,
.is-valid > .c-form-control-mask {
  border-color: #00cf6e;
  color: #00cf6e;
}
.c-form-control-mask.is-invalid,
.is-invalid > .c-form-control-mask {
  border-color: #f23d3d;
  color: #f23d3d;
}
.c-form-control-mask.is-warning,
.is-warning > .c-form-control-mask {
  border-color: #fe9923;
  color: #fe9923;
}
.c-form-file-control__input {
  position: absolute;
  z-index: -1;
  overflow: hidden;
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
}
.c-header-link {
  padding: 1rem;
  color: #2e3c40;
  transition: background-color 0.4s, color 0.4s;
}
.c-header-link:hover {
  background-color: #f5f5f5;
  color: #0076ff;
  text-decoration: none;
}
.c-dropdown {
  position: relative;
}
.c-dropdown__content {
  position: absolute;
  z-index: 2;
  top: 100%;
  left: 0;
  display: none;
  min-width: 9.375rem;
}

.c-dropdown.is-expanded > .c-dropdown__content,
.c-dropdown.is-expanded > .c-dropdown__overlayer {
  display: block;
}
.c-dropdown.is-expanded > .c-dropdown__trigger {
  position: relative;
  z-index: 2;
}
.c-dropdown--header > .c-dropdown__content {
  -webkit-animation: a 0.4s;
  animation: a 0.4s;
  background-color: #f4f4f4;
}
.c-dropdown--main-menu {
  position: static;
}
.c-dropdown--main-menu > .c-dropdown__content {
  width: 100%;
}
.c-jumbotron {
  position: relative;
}
.c-jumbotron__img {
  width: 100%;
}
.c-jumbotron__container {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -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;
}
.c-jumbotron__container:hover {
  text-decoration: none;
}
.c-jumbotron__title {
  margin-top: 0;
  margin-bottom: 0;
  color: #fff;
  letter-spacing: -0.5px;
}
.c-jumbotron__title--primary,
.c-jumbotron__title--tertiary {
  font-weight: 800;
  text-transform: uppercase;
}
.c-jumbotron__text {
  margin-top: 0;
  color: #fff;
}
.c-jumbotron--job-application {
  background-image: url(../img/jumbotron/job-application.jpg);
  background-size: cover;
}
.c-jumbotron--job-application > .c-jumbotron__container {
  position: static;
}
.c-jumbotron--reseller-application {
  background-image: url(../img/jumbotron/reseller-application.jpg);
  background-size: cover;
}
.c-jumbotron--reseller-application > .c-jumbotron__container {
  position: static;
}
.c-secondary-title {
  color: #2e3c40;
  font-family: Graphik;
}
.c-section-subtitle {
  color: gray;
  font-size: 0.75rem;
  letter-spacing: 0.125rem;
  text-transform: uppercase;
}
.c-badge {
  display: inline-block;
  font-weight: 500;
}
.c-badge--primary {
  padding: 0.375rem 1.5rem;
  background-color: #19518a;
  border-radius: 3.125rem;
  color: #fff;
  font-size: 0.625rem;
  letter-spacing: 0.1rem;
  line-height: 1.6;
  text-transform: uppercase;
}
.c-badge--secondary {
  padding: 0.25rem 1rem;
  border: 0.0625rem solid #e6e6e6;
  background-color: #fff;
  border-radius: 0.125rem;
  font-size: 0.875rem;
  line-height: 1.4285714286;
}
.c-stat {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 2rem 1.5rem;
  border: 0.0625rem solid #e6e6e6;
  background: #fff;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.c-stat:after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  height: 0.3125rem;
  background-color: #19518a;
  content: "";
}
.c-stat__lead {
  color: #19518a;
  font-family: DIN NEXT LT PRO;
  font-weight: 500;
  line-height: 1.1;
  text-transform: uppercase;
}
.c-stat__count {
  color: #2e3c40;
  font-size: 3rem;
  font-weight: 500;
}
.c-stat__name {
  margin-top: 0;
  margin-bottom: 0;
  color: #2e3c40;
  font-family: Graphik;
  font-weight: 400;
  text-align: center;
}
.c-content-banner {
  position: relative;
  display: block;
}
.c-content-banner:hover {
  text-decoration: none;
}
.c-content-banner:hover:after {
  opacity: 0.3;
}
.c-content-banner:after {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  background-color: #000;
  content: "";
  opacity: 0.6;
  transition: opacity 0.4s;
}
.c-content-banner__content {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1.5rem;
  color: #fff;
}
.c-content-banner__title {
  margin-top: 0;
  margin-bottom: 0;
  color: #fff;
  font-weight: 700;
  letter-spacing: -0.025rem;
  text-transform: uppercase;
}
.c-content-banner__img {
  display: block;
  width: 100%;
  height: auto;
}
.c-content-banner__badge {
  position: absolute;
  z-index: 3;
  top: 1rem;
  right: 1rem;
  color: #0076ff;
}
.c-link-white,
.c-link-white:hover {
  color: #fff;
}
.c-link-white.is-active,
.c-link-white:hover {
  text-decoration: underline;
}
.c-link-title,
.c-link-title:hover {
  color: #2e3c40;
}
.c-link-title.is-active,
.c-link-title:hover {
  text-decoration: underline;
}
.c-dotted-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-dotted-list__item + .c-dotted-list__item {
  padding-left: 0.5rem;
}
.c-dotted-list__item + .c-dotted-list__item:before {
  margin-right: 0.5rem;
  content: "•";
}
.c-bar {
  background-image: linear-gradient(90deg, #14192d 0, #173763 30%, #173763 70%, #14192d);
  color: #fff;
}
.c-bar__title {
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
}
.c-preview-box {
  background-image: radial-gradient(ellipse at center, #fff 25%, #eeeef0 100%);
}
.c-preview-box-secondary {
  border: 0.125rem solid #eeeef0;
}

.o-dynamic-content > p > img {
  height: auto !important;
}

.c-product {
  margin-bottom: 1rem;
}

.c-product-description {
  color: #2e3c40;
  text-align: center;
}
.c-product-description__title {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
}
.c-product-description__text {
  font-weight: 500;
  line-height: 1.1;
  display: block;
  font-family: DIN NEXT LT PRO;
  font-size: 1.5rem;
}
.c-product-description__name {
  display: block;
  font-size: 1.25rem;
}
.c-shadow-1 {
  box-shadow: 0 0.125rem 2.1875rem 0 rgba(0, 0, 0, 0.15);
}
.c-dark-section {
  background-color: #32343c;
  background-image: url(../img/sections/dark-section-bg.png);
  background-position: 0 100%;
  background-repeat: no-repeat;
  color: #fff;
}
.c-dark-section__title {
  color: #fff;
}
.c-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 1.5rem 2rem;
  border: 0.0625rem solid #e6e6e6;
  background-color: #fff;
  border-radius: 0.25rem;
}
.c-product__title {
  margin-top: 0;
  text-transform: uppercase;
}
.c-product__props {
  padding-left: 0;
  list-style: none;
}
.c-product__prop-name {
  margin-top: 0;
  margin-bottom: 0.25rem;
}
.c-tabs {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  border-bottom: 0.0625rem solid #e6e6e6;
}
.c-tabs__item {
  max-width: 16.5625rem;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  border-bottom: 0.125rem solid transparent;
  margin-top: -0.0625rem;
  margin-bottom: -0.0625rem;
}
.c-tabs__item.is-active {
  border-bottom-color: #19518a;
}
.c-tabs__item.is-disabled {
  pointer-events: none;
}
.c-tabs__link {
  color: #19518a;
  font-family: DIN NEXT LT PRO;
  font-weight: 500;
  line-height: 1.1;
  position: relative;
  display: block;
  padding: 1rem;
  text-align: center;
  text-transform: uppercase;
}
.c-tabs__link:hover {
  color: #19518a;
  text-decoration: none;
}
.c-tabs__link:focus {
  outline: 0.0625rem dotted rgba(25, 81, 138, 0.3);
}
.c-feature-title {
  color: #2e3c40;
  text-transform: uppercase;
}
.c-promotion-section {
  padding: 1.5rem;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  color: #32343c;
}
.c-promotion-section__title {
  margin-top: 0;
}
.c-promotion-section--primary {
  background-color: #e7e1d1;
  background-image: url(../img/sections/promotion-section-primary-bg.png);
}
.c-promotion-section--secondary {
  background-color: #c3d6c8;
  background-image: url(../img/sections/promotion-section-secondary-bg.png);
}
.c-promotion-section--tertiary {
  background-color: #e7ead4;
  background-image: url(../img/sections/promotion-section-tertiary-bg.png);
}
.c-promotion-section--quinary {
  background-color: #fbf7cc;
  background-image: url(../img/sections/promotion-section-quinary-bg.png);
}
.c-title-with-icon {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  color: #2e3c40;
  text-transform: uppercase;
}
.c-card,
.c-title-with-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-card {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fafafa;
  border-radius: 0.25rem;
}
.c-card__header {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  background-color: #fff;
  background-color: #19518a;
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.c-card__header--text-center-aligned {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-card__title {
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  color: #fff;
}
.c-card__title .h4 {
  color: #fff;
  margin: 0;
}
.c-card__content {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-top: 1.5rem;
}
.c-card__map-area {
  min-height: 11.25rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  margin-top: auto;
}
.c-box,
.c-card--bordered {
  border: 0.0625rem solid #e6e6e6;
}
.c-box {
  position: relative;
  padding: 2rem;
  background-color: #fcfcfc;
}
.c-box:before {
  position: absolute;
  top: -0.0625rem;
  right: -0.0625rem;
  left: -0.0625rem;
  height: 0.5rem;
  background-color: #19518a;
  content: "";
}
.c-box__title {
  margin-top: 0;
  font-weight: 700;
  text-transform: uppercase;
}
.c-timeline-card {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  transition: -webkit-transform 0.6s cubic-bezier(0.58, 0.3, 0.005, 1);
  transition: transform 0.6s cubic-bezier(0.58, 0.3, 0.005, 1);
  transition: transform 0.6s cubic-bezier(0.58, 0.3, 0.005, 1),
    -webkit-transform 0.6s cubic-bezier(0.58, 0.3, 0.005, 1);
}
.c-timeline-card.is-not-in-viewport {
  -webkit-transform: scale(0.3) translateZ(0);
  transform: scale(0.3) translateZ(0);
}
.c-timeline-card.is-not-in-viewport > .c-timeline-card__inner {
  -webkit-transform: scaleX(1) translateZ(0);
  transform: scaleX(1) translateZ(0);
}
.c-timeline-card.is-in-viewport {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.c-timeline-card.is-in-viewport > .c-timeline-card__inner {
  -webkit-animation: e 0.6s both cubic-bezier(0.58, 0.3, 0.005, 1);
  animation: e 0.6s both cubic-bezier(0.58, 0.3, 0.005, 1);
}
.c-timeline-card__img {
  display: block;
  width: 100%;
}
.c-timeline-card__inner {
  max-width: 16.5rem;
  background-color: #fff;
  box-shadow: 0 0.125rem 2.1875rem 0 rgba(0, 0, 0, 0.15);
}
.c-timeline-card__content {
  position: relative;
  padding: 1.5rem 1rem;
}
.c-timeline-card__content:before {
  position: absolute;
  top: 2rem;
  display: none;
  width: 0.625rem;
  height: 0.625rem;
  background-color: #fff;
  box-shadow: -0.125rem 0.125rem 0.125rem 0 rgba(0, 0, 0, 0.05);
  content: "";
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}
.c-timeline-card__content--pointer-dot:after {
  position: absolute;
  top: 1.65625rem;
  display: none;
  width: 1.3125rem;
  height: 1.3125rem;
  border: 0.3125rem solid #fff;
  background-color: #19518a;
  border-radius: 50%;
  content: "";
}
.c-timeline-card__content--pointer-label:after {
  position: absolute;
  top: 1.21875rem;
  display: none;
  padding: 0.375rem 1rem;
  background-color: #19518a;
  border-radius: 1rem;
  color: #fff;
  content: attr(data-year);
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.4285714286;
}
.c-timeline-card--align-left {
  padding-right: 3.75rem;
}
.c-timeline-card--align-left .c-timeline-card__content:before {
  right: -0.3125rem;
  display: block;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.c-timeline-card--align-left .c-timeline-card__content:after {
  right: -3.75rem;
  display: block;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
}
.c-timeline-card--align-right {
  padding-left: 3.75rem;
}
.c-timeline-card--align-right .c-timeline-card__content:before {
  left: -0.3125rem;
  display: block;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.c-timeline-card--align-right .c-timeline-card__content:after {
  left: -3.75rem;
  display: block;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.c-timeline {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.c-timeline,
.c-timeline__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-timeline__col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.c-timeline__col:nth-child(2) {
  padding-top: 8.75rem;
}
.c-timeline--dashed-midline > .c-timeline__col:first-child {
  border-right: 0.0625rem dashed #e6e6e6;
  margin-right: -0.03125rem;
}
.c-timeline--dashed-midline > .c-timeline__col:nth-child(2) {
  border-left: 0.0625rem dashed #e6e6e6;
  margin-left: -0.03125rem;
}
.c-timeline--metric-midline {
  background-image: url(../img/timeline-pattern.svg);
  background-position: 50%;
  background-repeat: repeat-y;
}
.c-price-list-label {
  color: #2e3c40;
  font-family: DIN NEXT LT PRO;
  font-weight: 500;
  line-height: 1.2;
  display: block;
}
.c-price-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.c-price-list__item {
  padding: 2rem;
}
.c-price-list__item:nth-child(odd) {
  background-color: #f5f5f5;
}
.c-price-list__product-title {
  margin-top: 0;
  margin-bottom: 0.25rem;
  color: #2e3c40;
  font-size: 1rem;
  text-transform: uppercase;
}
.c-blockquote {
  padding: 2rem;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMTcgMTAwIj48ZyBmaWxsPSIjRjBGMEYwIiBmaWxsLXJ1bGU9Im5vbnplcm8iPjxwYXRoIGQ9Ik0xMTYuODA1IDI3LjU5MmwuMDAxLS4wMzdDMTE2LjgwNiAxMi4zMzYgMTA0LjE4IDAgODguNjAxIDAgNzMuMDI0IDAgNjAuMzk2IDEyLjMzNiA2MC4zOTYgMjcuNTU1YzAgMTUuMjE4IDEyLjYyOSAyNy41NTQgMjguMjA1IDI3LjU1NCAzLjIwMiAwIDYuMjY2LS41NDUgOS4xMzQtMS41MDZDOTEuMzg5IDg5LjE2NyA2MyAxMTIuMTAyIDg5LjMxNiA5My4yMjZjMjkuMTgtMjAuOTMxIDI3LjUyMi02NC44MyAyNy40OS02NS42MzR6TTI4LjIwNSA1NS4xMDlhMjguNyAyOC43IDAgMCAwIDkuMTM1LTEuNTA2Yy02LjM0NyAzNS41NjQtMzQuNzM1IDU4LjQ5OS04LjQyIDM5LjYyM0M1OC4xIDcyLjI5NSA1Ni40NDIgMjguMzk2IDU2LjQxIDI3LjU5MmwuMDAxLS4wMzdDNTYuNDEgMTIuMzM2IDQzLjc4MyAwIDI4LjIwNSAwIDEyLjYyOCAwIDAgMTIuMzM2IDAgMjcuNTU1YzAgMTUuMjE4IDEyLjYyOSAyNy41NTQgMjguMjA1IDI3LjU1NHoiLz48L2c+PC9zdmc+");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 7.3125rem auto;
  text-align: center;
}
.c-blockquote__text {
  margin-top: 0;
  color: #2e3c40;
  font-size: 1.5rem;
}
.c-alert {
  padding: 1.5rem;
  border-top: 0.1875rem solid;
  background-color: #f5f6f8;
  border-bottom-left-radius: 0.125rem;
  border-bottom-right-radius: 0.125rem;
  color: #485369;
}
.c-alert__title {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.2;
  text-transform: uppercase;
}
.c-alert--primary {
  background-color: #deeeff;
  border-color: #19518a;
}
.c-alert--primary > .c-alert__title {
  color: #19518a;
}
.c-alert--danger {
  background-color: #fde2e2;
  border-color: #f23d3d;
}
.c-alert--danger > .c-alert__title {
  color: #f23d3d;
}
.c-alert--success {
  background-color: #ebf5e9;
  border-color: #00cf6e;
}
.c-alert--success > .c-alert__title {
  color: #00cf6e;
}
.c-alert--warning {
  background-color: #fcf5dc;
  border-color: #fe9923;
}
.c-alert--warning > .c-alert__title {
  color: #fe9923;
}
.c-sprite-spin-container {
  margin-right: auto;
  margin-left: auto;
  background-image: url(../img/sprite-spin-container-bg.svg);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: -webkit-grab;
  cursor: grab;
}
.c-sprite-spin-container:active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.c-marker {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 2.0625em;
  height: 2.75em;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 0.25rem;
  background-image: url(../img/marker.svg);
  background-repeat: no-repeat;
  color: #fff;
  font-weight: 500;
}
.c-button-unstyled {
  padding: 0.125em 0.25em;
  border: 0;
  background-color: transparent;
  color: inherit;
  cursor: pointer;
  line-height: 1.5;
}
.c-tooltip {
  position: relative;
  z-index: 3;
  -webkit-animation: a 0.2s;
  animation: a 0.2s;
}
.c-tooltip__inner {
  max-width: 100%;
  padding: 0.5rem 1rem;
  background-color: #fff;
  border-radius: 0.25rem;
  box-shadow: 0 0.125rem 0.625rem 0 rgba(0, 0, 0, 0.05);
}
.c-tooltip__arrow {
  position: absolute;
  display: block;
  width: 0.75rem;
  height: 0.75rem;
  background-color: #fff;
  box-shadow: -0.125rem 0.125rem 0.125rem 0 rgba(0, 0, 0, 0.05);
  content: "";
}
.c-tooltip[x-placement="top-end"],
.c-tooltip[x-placement="top-start"],
.c-tooltip[x-placement="top"] {
  padding-bottom: 0.75rem;
}
.c-tooltip[x-placement="top-end"] > .c-tooltip__arrow,
.c-tooltip[x-placement="top-start"] > .c-tooltip__arrow,
.c-tooltip[x-placement="top"] > .c-tooltip__arrow {
  bottom: 0.375rem;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.c-tooltip[x-placement="top-start"] > .c-tooltip__inner {
  -webkit-transform: translateX(-0.375rem);
  -ms-transform: translateX(-0.375rem);
  transform: translateX(-0.375rem);
}
.c-tooltip[x-placement="top-end"] > .c-tooltip__inner {
  -webkit-transform: translateX(0.375rem);
  -ms-transform: translateX(0.375rem);
  transform: translateX(0.375rem);
}
.c-tooltip[x-placement="bottom-end"],
.c-tooltip[x-placement="bottom-start"],
.c-tooltip[x-placement="bottom"] {
  padding-top: 0.75rem;
}
.c-tooltip[x-placement="bottom-end"] > .c-tooltip__arrow,
.c-tooltip[x-placement="bottom-start"] > .c-tooltip__arrow,
.c-tooltip[x-placement="bottom"] > .c-tooltip__arrow {
  top: 0.375rem;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
.c-tooltip[x-placement="bottom-start"] > .c-tooltip__inner {
  -webkit-transform: translateX(-0.375rem);
  -ms-transform: translateX(-0.375rem);
  transform: translateX(-0.375rem);
}
.c-tooltip[x-placement="bottom-end"] > .c-tooltip__inner {
  -webkit-transform: translateX(0.375rem);
  -ms-transform: translateX(0.375rem);
  transform: translateX(0.375rem);
}
.c-tooltip[x-placement="right-end"],
.c-tooltip[x-placement="right-start"],
.c-tooltip[x-placement="right"] {
  padding-left: 0.75rem;
}
.c-tooltip[x-placement="right-end"] > .c-tooltip__arrow,
.c-tooltip[x-placement="right-start"] > .c-tooltip__arrow,
.c-tooltip[x-placement="right"] > .c-tooltip__arrow {
  left: 0.375rem;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.c-tooltip[x-placement="right-start"] > .c-tooltip__inner {
  -webkit-transform: translateY(-0.375rem);
  -ms-transform: translateY(-0.375rem);
  transform: translateY(-0.375rem);
}
.c-tooltip[x-placement="right-end"] > .c-tooltip__inner {
  -webkit-transform: translateY(0.375rem);
  -ms-transform: translateY(0.375rem);
  transform: translateY(0.375rem);
}
.c-tooltip[x-placement="left-end"],
.c-tooltip[x-placement="left-start"],
.c-tooltip[x-placement="left"] {
  padding-right: 0.75rem;
}
.c-tooltip[x-placement="left-end"] > .c-tooltip__arrow,
.c-tooltip[x-placement="left-start"] > .c-tooltip__arrow,
.c-tooltip[x-placement="left"] > .c-tooltip__arrow {
  right: 0.375rem;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.c-tooltip[x-placement="left-start"] > .c-tooltip__inner {
  -webkit-transform: translateY(-0.375rem);
  -ms-transform: translateY(-0.375rem);
  transform: translateY(-0.375rem);
}
.c-tooltip[x-placement="left-end"] > .c-tooltip__inner {
  -webkit-transform: translateY(0.375rem);
  -ms-transform: translateY(0.375rem);
  transform: translateY(0.375rem);
}
.c-feature-expand-button {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 1.5rem;
  height: 1.5rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0.125em 0.25em;
  border: 0;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0.125rem 2.1875rem rgba(0, 0, 0, 0.4);
  color: #19518a;
  cursor: pointer;
}
.c-feature-expand-button:before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  border: 0.125rem solid #fff;
  border-radius: 50%;
  content: "";
  opacity: 0;
  pointer-events: none;
}
.c-feature-expand-button__icon {
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
.c-feature-expand-button:not(.is-expanded):before {
  -webkit-animation: d linear 2s infinite;
  animation: d linear 2s infinite;
}
.c-feature-expand-button.is-expanded > .c-feature-expand-button__icon {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.c-feature-map {
  position: relative;
}
.c-feature-map__image {
  width: 100%;
}
.c-feature-map__pin {
  position: absolute;
  z-index: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.c-feature-map__pin.is-active {
  z-index: 1;
}
.c-feature-tooltip-content {
  font-size: 0.75rem;
}
.c-feature-tooltip-content__title {
  display: block;
  color: #19518a;
  font-weight: 500;
  white-space: nowrap;
}
.c-modal {
  display: none;
}
.c-modal.is-open {
  display: block;
}
.c-modal[aria-hidden="true"] .c-modal__overlay {
  -webkit-animation: b 0.3s cubic-bezier(0, 0, 0.2, 1);
  animation: b 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.c-modal[aria-hidden="true"] .c-modal__container {
  -webkit-animation: f 0.3s cubic-bezier(0, 0, 0.2, 1);
  animation: f 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.c-modal__overlay {
  position: fixed;
  z-index: 9;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  overflow-x: hidden;
  overflow-y: auto;
  will-change: transform;
}
.c-modal__container {
  overflow: hidden;
  max-width: 46.875rem;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin: 3rem auto;
  background-color: #fff;
  box-shadow: 0 0.125rem 2.1875rem 0 rgba(0, 0, 0, 0.15);
  will-change: transform;
}
.c-downloadable-media {
  position: relative;
  display: block;
}
.c-downloadable-media:hover {
  text-decoration: none;
}
.c-downloadable-media:hover > .c-downloadable-media__container {
  opacity: 1;
  pointer-events: auto;
}
.c-downloadable-media__container {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1.5rem;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s;
}
.c-downloadable-media__img {
  display: block;
  width: 100%;
  height: auto;
}
.c-animated-text {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  overflow: hidden;
  height: 1.5em;
  line-height: 1.5;
}
.c-animated-text__items {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: 0.25em;
  -webkit-animation-duration: 6s;
  animation-duration: 6s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: g;
  animation-name: g;
  text-align: left;
}
.c-animated-text__item {
  height: 1.5em;
}
@-webkit-keyframes g {
  0%,
  45%,
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  50%,
  95% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes g {
  0%,
  45%,
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  50%,
  95% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.c-communication-line-button {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.5rem 2rem;
  background-color: #fff;
  border-radius: 0.125rem;
  color: #19518a;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.7;
}
.c-communication-line-button:hover {
  color: #19518a;
  text-decoration: none;
}
.c-communication-line-button:hover:before {
  opacity: 1;
}
.c-communication-line-button:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  box-shadow: 0 0.5rem 1.25rem rgba(0, 0, 0, 0.8);
  content: "";
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease-in-out;
}
.c-communication-line-button__icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 0.5rem;
}
.c-back-to-top {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-animation: a 0.4s;
  animation: a 0.4s;
}
.c-back-to-top:not([hidden]) {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.c-back-to-top__label {
  display: block;
  color: #19518a;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.c-back-to-top__button {
  width: 3.125rem;
  height: 3.125rem;
  padding: 0.5rem;
  border: 0;
  background-color: #19518a;
  border-radius: 50%;
  box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.14),
    0 1px 18px 0 rgba(0, 0, 0, 0.12);
  color: #fff;
  cursor: pointer;
  font-size: 1.5rem;
}
.c-back-to-top__button,
.c-countdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.c-countdown {
  margin-top: 55px;
  font-size: 30px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.c-countdown__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 140px;
  height: 140px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: hsla(0, 0%, 100%, 0.2);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.4);
  color: #fff;
}
.c-countdown__value {
  font-size: 62px;
  font-weight: 300;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.6);
}
.c-countdown__label {
  font-size: 14px;
  text-transform: uppercase;
}
.c-pdf-box {
  display: block;
  padding: 1.5em;
  border: 1px solid #e6e6e6;
  transition: border-color 0.2s ease;
}
.c-pdf-box,
.c-pdf-box:hover {
  color: #000;
  text-decoration: none;
}
.c-pdf-box:hover {
  border-color: #0076ff;
}
.c-pdf-box:hover .c-pdf-box__icon:not(.c-pdf-box__link),
.c-pdf-box:hover .c-pdf-box__title:not(c-pdf-box__link) {
  color: #0076ff;
}
.c-pdf-box__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-pdf-box__row:not(:last-child) {
  margin-bottom: 1rem;
}
.c-pdf-box__object {
  max-width: 100%;
  margin: auto;
}
.c-pdf-box__meta {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.c-pdf-box__link {
  color: inherit;
  text-decoration: none;
}
.c-pdf-box__link:hover {
  color: #0076ff;
  text-decoration: none;
}
.c-pdf-box__title {
  font-weight: 500;
  transition: color 0.2s ease;
}
.c-pdf-box__date {
  color: #0076ff;
  font-size: 14px;
}
.c-pdf-box__icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -ms-flex-item-align: center;
  align-self: center;
  margin-left: 16px;
  font-size: 23px;
  transition: color 0.2s ease;
}
.o-main {
  max-width: 90rem;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
  overflow-x: hidden;
}
.o-header {
  position: relative;
  z-index: 4;
  box-shadow: 0 0.125rem 0.625rem 0 rgba(0, 0, 0, 0.05);
}
.o-header.is-sticky {
  padding-top: 6.25rem;
}
.o-header.is-sticky > .o-header__sticky-wrapper {
  position: fixed;
  z-index: 8;
  top: 0;
  right: 0;
  left: 0;
  max-width: 90rem;
  margin-right: auto;
  margin-left: auto;
  -webkit-animation: c 0.4s;
  animation: c 0.4s;
  box-shadow: 0 0.3125rem 0.625rem rgba(0, 0, 0, 0.1);
}
.o-header.is-sticky .o-header__inner {
  height: 5rem;
}
.o-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.o-header__logo-link {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.o-header__logo {
  display: block;
  height: auto;
}
.o-header__hamburger {
  margin-right: 0.5rem;
  font-size: 1.25rem;
}
.o-header-nav {
  height: 100%;
  margin-right: auto;
  margin-left: auto;
}
.o-header-nav__mobile-header {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
}
.o-header-menu,
.o-header-nav__mobile-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.o-header-menu {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.o-header-menu__item.is-expanded .o-header-menu__link-arrow {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.o-header-menu__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.o-header-menu__link-arrow {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
  font-size: 1.125rem;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
.o-header-locale-switcher {
  height: 100%;
}
.o-header-locale-switcher__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  font-size: 0.875rem;
}
.o-header-sub-nav__menu {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.o-header-sub-nav__menu-item {
  font-size: 0.875rem;
}
.o-header-sub-nav__menu-link {
  display: block;
}
.o-header-vehicles-menu__title {
  margin-top: 0;
  margin-bottom: 0;
  text-transform: uppercase;
}
.o-header-vehicles-menu__text-link {
  display: inline-block;
  margin-top: 0.5rem;
  font-size: 0.875rem;
}
.o-section-title {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 700;
  text-transform: uppercase;
}
.o-section-title-secondary {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-size: 3rem;
}
.o-section-model-links {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  margin-right: -0.5rem;
  margin-left: -0.5rem;
  font-weight: 500;
}
.o-section-model-links__item {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.o-section-services {
  background-repeat: no-repeat;
}
.o-section-services__inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.o-section-services__link {
  display: block;
  height: 26.625rem;
}
.o-footer__img {
  display: block;
}
.o-footer__title {
  text-transform: uppercase;
}
.o-footer__title:first-of-type {
  margin-top: 0;
}
.o-footer__bottom-menu {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.o-footer__social-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.5rem;
  font-size: 1.125rem;
}
.o-footer__bottom-bar {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  font-size: 0.75rem;
}
.o-list-unstyled {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.o-section-product-hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.o-section-product-hero__image-col {
  padding-right: 1rem;
}
.o-section-product-hero__content-col {
  padding-left: 1rem;
}
.o-subheader__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.o-subheader__title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.125rem;
}
.o-subheader-menu {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.875rem;
}
.o-subheader-menu__item + .o-subheader-menu__item {
  margin-left: 1.5rem;
}
.o-specification-title {
  font-weight: 700;
}
.o-defense-industry-jumbotron-content {
  width: 100%;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-top: 9%;
}
.o-promotion-big-section {
  height: 100%;
}
.o-promotion-small-section {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 0.875rem;
}
.o-promotion-small-section + .o-promotion-small-section {
  margin-top: 2rem;
}
.o-price-list-header {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1rem 2.5rem;
  text-align: center;
}
.o-filter-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}
.o-filter-list__item {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.o-dynamic-content img {
  max-width: 100%;
  height: auto;
}
.o-back-to-top {
  position: fixed;
  z-index: 2;
  right: 1rem;
  bottom: 1rem;
}
.u-visually-hidden {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}
.u-img-fluid {
  max-width: 100%;
  height: auto;
}
.u-color-muted {
  color: #777;
}
.u-color-primary {
  color: #19518a;
}
.u-color-success {
  color: #00cf6e;
}
.u-color-alert {
  color: #f23d3d;
}
.u-color-warning {
  color: #fe9923;
}
.u-color-outer-space {
  color: #2e3c40;
}
.u-color-gray {
  color: gray;
}
.u-color-mercury {
  color: #e6e6e6;
}
.u-color-white {
  color: #fff;
}
.u-color-athens-gray {
  color: #eeeef0;
}
.u-color-azure-radiance {
  color: #0076ff;
}
.u-bg-ghost {
  background-color: #fafafa;
}
.u-bg-white {
  background-color: #fff;
}
.u-bg-heavy-metal {
  background-color: #1d1d1b;
}
.u-block {
  display: block;
}
.u-inline-block {
  display: inline-block;
}
.u-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.u-hidden {
  display: none;
}
.u-flex-no-shrink {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.u-flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.u-justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.u-justify-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.u-align-items-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.u-align-self-start {
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.u-full-width {
  width: 100%;
}
.u-free-width {
  width: auto;
}
.u-full-height {
  height: 100%;
}
.u-font-size-xsmall {
  font-size: 0.75rem;
}
.u-font-size-small {
  font-size: 0.875rem;
}
.u-font-size-medium {
  font-size: 1.125rem;
}
.u-font-size-large {
  font-size: 1.25rem;
}
.u-clear-gap-top {
  margin-top: 0;
}
.u-clear-gap-bottom {
  margin-bottom: 0;
}
.u-clear-gap-ends {
  margin-top: 0;
  margin-bottom: 0;
}
.u-gap-top {
  margin-top: 0rem;
}
.u-gap-bottom {
  margin-bottom: 1.5rem;
}
.u-gap-left {
  margin-left: 1.5rem;
}
.u-gap-top-small {
  margin-top: 1rem;
}
.u-gap-bottom-small {
  margin-bottom: 1rem;
}
.u-gap-left-small {
  margin-left: 1rem;
}
.u-gap-right-small {
  margin-right: 1rem;
}
.u-gap-top-xsmall {
  margin-top: 0.5rem;
}
.u-gap-bottom-xsmall {
  margin-bottom: 0.5rem;
}
.u-gap-left-xsmall {
  margin-left: 0.5rem;
}
.u-gap-right-xsmall {
  margin-right: 0.5rem;
}
.u-gap-top-2xsmall {
  margin-top: 0.25rem;
}
.u-gap-bottom-2xsmall {
  margin-bottom: 0.25rem;
}
.u-gap-top-medium {
  margin-top: 2rem;
}
.u-gap-bottom-medium {
  margin-bottom: 2rem;
}
.u-gap-top-large {
  margin-top: 2.5rem;
}
.u-gap-bottom-large {
  margin-bottom: 2.5rem;
}
.u-gap-top-xlarge {
  margin-top: 3rem;
}
.u-gap-bottom-xlarge {
  margin-bottom: 3rem;
}
.u-gap-top-auto {
  margin-top: auto;
}
.u-gap-left-auto {
  margin-left: auto;
}
.u-pad-ends {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.u-pad-sides {
  padding-right: 2rem;
  padding-left: 2rem;
}
.u-pad-top {
  padding-top: 2rem;
}
.u-pad-bottom {
  padding-bottom: 2rem;
}
.u-pad-ends-small {
  padding-top: 1.5rem;
}
.u-pad-bottom-small,
.u-pad-ends-small {
  padding-bottom: 1.5rem;
}
.u-pad-xsmall {
  padding: 1rem;
}
.u-pad-ends-xsmall {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.u-pad-sides-xsmall {
  padding-right: 1rem;
  padding-left: 1rem;
}
.u-pad-top-xsmall {
  padding-top: 1rem;
}
.u-pad-ends-medium {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.u-pad-sides-medium {
  padding-right: 2.5rem;
  padding-left: 2.5rem;
}
.u-pad-top-medium {
  padding-top: 2.5rem;
}
.u-pad-bottom-medium {
  padding-bottom: 2.5rem;
}
.u-pad-ends-large {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.u-pad-sides-large {
  padding-right: 3rem;
  padding-left: 3rem;
}
.u-pad-top-large {
  padding-top: 3rem;
}
.u-pad-bottom-large {
  padding-bottom: 3rem;
}
.u-pad-ends-xlarge {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.u-pad-ends-2xlarge {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.u-pad-bottom-2xlarge {
  padding-bottom: 6rem;
}
.u-underline {
  text-decoration: underline;
}
.u-text-right {
  text-align: right;
}
.u-text-center {
  text-align: center;
}
.u-uppercase {
  text-transform: uppercase;
}
.u-font-weight-medium {
  font-weight: 500;
}
.u-font-weight-bold {
  font-weight: 700;
}
.u-font-weight-heavy {
  font-weight: 800;
}
.u-align-top {
  vertical-align: top;
}
.u-align-middle {
  vertical-align: middle;
}
@media (min-width: 34rem) {
  .container {
    max-width: 36rem;
  }
  .col--sm-4 {
    max-width: 33.3333333333%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
  }
  .col--sm-6 {
    max-width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
  .col--sm-8 {
    max-width: 66.6666666667%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
  }
  .col--sm-12 {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .slick-dots {
    padding-bottom: 1rem;
  }
  .c-jumbotron--has-dots > .c-jumbotron__container {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .u-free-width\@sm-up {
    width: auto;
  }
}
@media (min-width: 48rem) {
  .container {
    max-width: 45rem;
  }
  .col--md-4 {
    max-width: 33.3333333333%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
  }
  .col--md-5 {
    max-width: 41.6666666667%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
  }
  .col--md-6 {
    max-width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
  .col--md-7 {
    max-width: 58.3333333333%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
  }
  .col--md-8 {
    max-width: 66.6666666667%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
  }
  .col--md-9 {
    max-width: 75%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
  }
  .col--md-10 {
    max-width: 83.3333333333%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
  }
  .col--offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .col--offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .c-tabs {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .c-card__header {
    min-height: 6.875rem;
  }
  .c-card__content,
  .c-card__header {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .c-card__content {
    padding-bottom: 1.5rem;
  }
  .c-card__map-area {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .c-timeline__item:not(:first-child) {
    margin-top: 8.75rem;
  }
  .c-blockquote {
    margin: 2.5rem;
  }
  .c-modal__overlay {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
  .c-back-to-top__label {
    margin-bottom: 0.5rem;
    font-size: 0.875rem;
  }
  .o-subheader {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .o-specification-title {
    font-size: 2rem;
  }
  .u-hidden\@md-up {
    display: none;
  }
  .u-gap-top-large\@md-up {
    margin-top: 2.5rem;
  }
  .u-pad-right\@md-up {
    padding-right: 2rem;
  }
  .u-pad-ends-large\@md-up {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .u-pad-top-large\@md-up {
    padding-top: 3rem;
  }
  .u-pad-sides-xlarge\@md-up {
    padding-right: 4rem;
    padding-left: 4rem;
  }
  .u-pad-top-xlarge\@md-up {
    padding-top: 4rem;
  }
  .u-pad-bottom-xlarge\@md-up {
    padding-bottom: 4rem;
  }
  .u-pad-ends-2xlarge\@md-up {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .u-pad-bottom-2xlarge\@md-up {
    padding-bottom: 6rem;
  }
}
@media (min-width: 62rem) {
  .o-section-services__inner .u-clear-gap-top {
    max-width: 22rem;
  }
  .container {
    max-width: 58.75rem;
  }
  .col--lg {
    max-width: 100%;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .col--lg-2 {
    max-width: 16.6666666667%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
  }
  .col--lg-3 {
    max-width: 25%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
  }
  .col--lg-4 {
    max-width: 33.3333333333%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
  }
  .col--lg-5 {
    max-width: 41.6666666667%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
  }
  .col--lg-6 {
    max-width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
  .col--lg-7 {
    max-width: 58.3333333333%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
  }
  .col--lg-8 {
    max-width: 66.6666666667%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
  }
  .col--lg-10 {
    max-width: 83.3333333333%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
  }
  .col--lg-12 {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .col--offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .col--offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .col--offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .col--offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .col--offset-lg-6 {
    margin-left: 50%;
  }
  .col--offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .col--lg-1of5 {
    max-width: 20%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
  }
  .c-jumbotron__title--secondary,
  .c-jumbotron__title--tertiary {
    font-size: 3rem;
  }
  .c-jumbotron__text {
    font-size: 1.5rem;
  }
  .c-promotion-section__title {
    font-size: 2.625rem;
    letter-spacing: -0.03125rem;
  }
  .c-countdown__box:not(:last-child) {
    margin-right: 40px;
  }
  .o-section-title {
    font-size: 3rem;
  }
  .o-section-services {
    background-image: url(../img/sections/turkey-map.png);
    background-position: center right 1rem;
  }
  .o-section-services__inner {
    min-height: 26.625rem;
  }
  .o-section-product-hero {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .o-section-product-hero__image-col {
    max-width: 58.3333333333%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
  }
  .o-section-product-hero__content-col {
    max-width: 33.3333333333%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    padding-right: 1rem;
  }
  .u-hidden\@lg-up {
    display: none;
  }
  .u-free-width\@lg-up {
    width: auto;
  }
  .u-gap-top\@lg-up {
    margin-top: 1.5rem;
  }
  .u-gap-left-small\@lg-up {
    margin-left: 1rem;
  }
  .u-gap-bottom-medium\@lg-up {
    margin-bottom: 2rem;
  }
  .u-pad-top\@lg-up {
    padding-top: 2rem;
  }
  .u-pad-left\@lg-up {
    padding-left: 2rem;
  }
  .u-pad-small\@lg-up {
    padding: 1.5rem;
  }
  .u-pad-ends-small\@lg-up {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .u-pad-top-medium\@lg-up {
    padding-top: 2.5rem;
  }
  .u-pad-bottom-medium\@lg-up {
    padding-bottom: 2.5rem;
  }
  .u-pad-sides-large\@lg-up {
    padding-right: 3rem;
    padding-left: 3rem;
  }
  .u-pad-bottom-large\@lg-up {
    padding-bottom: 3rem;
  }
  .u-pad-ends-xlarge\@lg-up {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .u-pad-sides-xlarge\@lg-up {
    padding-right: 4rem;
    padding-left: 4rem;
  }
  .u-pad-ends-2xlarge\@lg-up {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .u-pad-sides-2xlarge\@lg-up {
    padding-right: 6rem;
    padding-left: 6rem;
  }
  .u-pad-bottom-2xlarge\@lg-up {
    padding-bottom: 6rem;
  }
  .u-text-right\@lg-up {
    text-align: right;
  }
  .u-text-center\@lg-up {
    text-align: center;
  }
}
@media (min-width: 75rem) {
  .container {
    max-width: 71.25rem;
  }
  .col--xl-2 {
    max-width: 16.6666666667%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
  }
  .col--xl-3 {
    max-width: 25%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
  }
  .col--xl-4 {
    max-width: 33.3333333333%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
  }
  .col--xl-5 {
    max-width: 41.6666666667%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
  }
  .col--xl-6 {
    max-width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
  .col--xl-10 {
    max-width: 83.3333333333%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
  }
  .c-dropdown--header:hover > .c-dropdown__content {
    display: block;
  }
  .c-dropdown--header:hover > .c-dropdown__trigger {
    background-color: #f4f4f4;
  }
  .c-jumbotron__title--primary {
    font-size: 4.5rem;
  }
  .o-header.is-sticky .o-header__logo {
    width: 4rem;
  }
  .o-header__inner {
    height: 6.25rem;
  }
  .o-header__hamburger {
    display: none;
  }
  .o-header-nav__inner {
    height: 100%;
  }
  .o-header-nav__mobile-header {
    display: none;
  }
  .o-header-menu,
  .o-header-menu__link {
    height: 100%;
  }
  .o-header-menu__link-arrow {
    display: none;
  }
  .o-header-vehicles-menu {
    max-height: calc(100vh - 6.25rem);
    overflow-x: hidden;
    overflow-y: auto;
  }
  .is-sticky .o-header-vehicles-menu {
    max-height: calc(100vh - 5rem);
  }
  .o-header-vehicles-menu__title {
    font-size: 1rem;
  }
  .u-gap-right\@xl-up {
    margin-right: 1.5rem;
  }
}
@media (max-width: 33.9375rem) {
  .slick-dots {
    padding-bottom: 0.5rem;
  }
  .c-jumbotron__title--secondary {
    font-size: 1.625rem;
  }
  .c-jumbotron__text {
    display: none;
  }
  .c-jumbotron--has-dots > .c-jumbotron__container {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .u-hidden\@xs-down {
    display: none;
  }
  .u-full-width\@xs-down {
    width: 100%;
  }
  .u-gap-top\@xs-down {
    margin-top: 1.5rem;
  }
  .u-text-center\@xs-down {
    text-align: center;
  }
}
@media (max-width: 74.9375rem) {
  .c-dropdown--header > .c-dropdown__content {
    position: static;
  }
  .o-header__logo-link {
    margin-right: auto;
  }
  .o-header__logo {
    width: 4rem;
  }
  .o-header-nav {
    position: fixed;
    z-index: 3;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    background-color: rgba(0, 0, 0, 0.8);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.4s;
    transition-delay: 0.3s;
  }
  .o-header-nav.is-mobile-menu-active {
    opacity: 1;
    pointer-events: auto;
    transition-delay: 0s;
  }
  .o-header-nav.is-mobile-menu-active > .o-header-nav__inner {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  .o-header-nav__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    max-width: 22.5rem;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
  }
  .o-header-menu,
  .o-header-nav__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .o-header-menu {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .o-header-menu__item {
    border-top: 1px solid #f4f4f4;
  }
  .o-header-menu__link:hover {
    background-color: #fff;
  }
  .o-header-sub-nav__menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .o-header-vehicles-menu__title {
    font-size: 1.125rem;
    text-align: center;
  }
  .o-section-services {
    background-size: 50% auto;
  }
  .u-hidden\@lg-down {
    display: none;
  }
  .u-pad-top-medium\@lg-down {
    padding-top: 2.5rem;
  }
}
@media (min-width: 62rem) and (max-width: 74.9375rem) {
  .c-jumbotron__title--primary {
    font-size: 3.5rem;
  }
}
@media (min-width: 48rem) and (max-width: 61.9375rem) {
  .c-jumbotron__title--secondary,
  .c-jumbotron__title--tertiary {
    font-size: 2.5rem;
  }
}
@media (min-width: 34rem) and (max-width: 47.9375rem) {
  .c-jumbotron__title--secondary {
    font-size: 2rem;
  }
}

@media (max-width: 768px) {
  .c-timeline-card__content:before {
    top: unset;
    bottom: -5px;
    left: 50%;
  }
  .check-description > h1 {
    font-size: 24px;
    line-height: 1.2;
  }
  .c-timeline-card--align-left .c-timeline-card__content:before {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  .c-timeline-card--align-left {
    padding: 0;
  }
  .c-timeline-card--align-right {
    padding: 0;
  }
  .c-timeline-card__inner {
    position: relative !important;
  }
  .c-timeline-card__content {
    position: unset;
  }
  .c-timeline-card__content--pointer-label:after {
    top: unset;
    bottom: -5%;
  }
  .c-timeline-card--align-left .c-timeline-card__content:after {
    right: 48%;
  }
  .c-timeline-card--align-right .c-timeline-card__content:before {
    left: 50%;
  }
  .c-timeline-card--align-right .c-timeline-card__content:after {
    left: 48%;
  }
}

@media (max-width: 47.9375rem) {
  .c-jumbotron__title--tertiary {
    font-size: 2rem;
  }
  .c-tabs {
    overflow-x: auto;
    overflow-y: hidden;
  }
  .c-card__content,
  .c-card__header,
  .c-card__map-area {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
  .c-timeline {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .c-timeline__item:not(:first-child) {
    margin-top: 3rem;
  }
  .c-blockquote {
    margin: 1rem 0;
  }
  .c-modal__overlay {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .c-back-to-top__label {
    margin-bottom: 0.25rem;
    font-size: 0.75rem;
  }
  .c-countdown__value {
    font-size: 36px;
  }
  .o-header__inner {
    height: 3.75rem;
  }
  .o-section-title-secondary {
    font-size: 2rem;
  }
  .o-subheader {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .o-subheader-menu {
    display: none;
  }
  .o-specification-title {
    font-size: 1.625rem;
  }
  /* .u-hidden\@sm-down {
    display: none;
  } */
  .u-gap-bottom-small\@sm-down {
    margin-bottom: 1rem;
  }
  .u-gap-top-xsmall\@sm-down {
    margin-top: 0.5rem;
  }
  .u-gap-bottom-xsmall\@sm-down {
    margin-bottom: 0.5rem;
  }
  .u-gap-top-medium\@sm-down {
    margin-top: 2rem;
  }
  .u-pad-bottom\@sm-down {
    padding-bottom: 2rem;
  }
  .u-pad-small\@sm-down {
    padding: 1.5rem;
  }
  .u-pad-ends-small\@sm-down {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .u-pad-bottom-small\@sm-down {
    padding-bottom: 1.5rem;
  }
  .u-pad-ends-xsmall\@sm-down {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .u-pad-bottom-medium\@sm-down {
    padding-bottom: 2.5rem;
  }
  .u-pad-ends-large\@sm-down {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .u-pad-bottom-large\@sm-down {
    padding-bottom: 3rem;
  }
  .u-pad-ends-xlarge\@sm-down {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .h2,
  h2 {
    font-size: 2rem;
  }
  h3 {
    font-size: 1.5rem;
  }
  .h4,
  h4 {
    font-size: 1.125rem;
  }
}
@media (max-width: 61.9375rem) {
  .c-jumbotron__text {
    font-size: 1.125rem;
  }
  .c-countdown {
    height: 140px;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-top: 0;
    background-color: hsla(0, 0%, 100%, 0.2);
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.4);
  }
  .c-countdown__box {
    width: auto;
    height: auto;
    background-color: transparent;
    box-shadow: none;
  }
  .c-countdown__value {
    font-size: 48px;
  }
  .o-footer__bottom-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .o-footer__bottom-menu .c-dotted-list__item:before {
    display: none;
  }
  .o-footer__social-menu {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .o-section-product-hero {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .o-section-product-hero__image-col {
    padding-top: 3rem;
  }
  .o-section-product-hero__content-col {
    max-width: 45rem;
    -ms-flex-item-align: center;
    align-self: center;
    padding-right: 2rem;
    text-align: center;
  }
  .o-price-list-header,
  .u-hidden\@md-down {
    display: none;
  }
  .u-flex-column-reverse\@md-down {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .u-clear-gap-top\@md-down {
    margin-top: 0;
  }
  .u-gap-top\@md-down {
    margin-top: 1.5rem;
  }
  .u-gap-top-small\@md-down {
    margin-top: 1rem;
  }
  .u-gap-top-xsmall\@md-down {
    margin-top: 0.5rem;
  }
  .u-gap-bottom-xsmall\@md-down {
    margin-bottom: 0.5rem;
  }
  .u-gap-top-2xsmall\@md-down {
    margin-top: 0.25rem;
  }
  .u-gap-top-medium\@md-down {
    margin-top: 2rem;
  }
  .u-pad-ends\@md-down {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .u-pad-top\@md-down {
    padding-top: 2rem;
  }
  .u-pad-bottom\@md-down {
    padding-bottom: 2rem;
  }
  .u-pad-ends-small\@md-down {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .u-pad-sides-small\@md-down {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
  .u-pad-top-small\@md-down {
    padding-top: 1.5rem;
  }
  .u-pad-top-xsmall\@md-down {
    padding-top: 1rem;
  }
  .u-pad-ends-medium\@md-down {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .u-pad-top-medium\@md-down {
    padding-top: 2.5rem;
  }
  .u-pad-top-large\@md-down {
    padding-top: 3rem;
  }
  .u-pad-bottom-large\@md-down {
    padding-bottom: 3rem;
  }
  .u-pad-ends-xlarge\@md-down {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .u-text-right\@md-down {
    text-align: right;
  }
  .u-text-center\@md-down {
    text-align: center;
  }
}
@media (min-width: 48rem) and (max-width: 74.9375rem) {
  .o-header__inner {
    height: 5rem;
  }
}
