@import url(https://use.typekit.net/vmk2cmn.css);
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }
  .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    -moz-user-select: none;
         user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      display: block;
      padding-left: 8px;
      padding-right: 20px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .select2-container .select2-selection--single .select2-selection__clear {
      position: relative; }
  .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px; }
  .select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    -moz-user-select: none;
         user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--multiple .select2-selection__rendered {
      display: inline-block;
      overflow: hidden;
      padding-left: 8px;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .select2-container .select2-search--inline {
    float: left; }
    .select2-container .select2-search--inline .select2-search__field {
      box-sizing: border-box;
      border: none;
      font-size: 100%;
      margin-top: 5px;
      padding: 0; }
      .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
        -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none; }
  .select2-results__option[aria-selected] {
    cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }
  .select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box; }
    .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }
  .select2-search--dropdown.select2-search--hide {
    display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold; }
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px; }
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }
  .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }
  .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%; }
    .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
      list-style: none; }
  .select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px;
    padding: 1px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em; }
    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
      margin-left: -2em;
      padding-left: 3em; }
      .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -3em;
        padding-left: 4em; }
        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
          margin-left: -4em;
          padding-left: 5em; }
          .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -5em;
            padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
  .select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px; }
  .select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }
    .select2-container--classic .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }
  .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none; }
    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
      border-color: transparent transparent #888 transparent;
      border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }
  .select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }

/*! Lity - v2.4.1 - 2020-04-26
* http://sorgalla.com/lity/
* Copyright (c) 2015-2020 Jan Sorgalla; Licensed MIT */
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.lity.lity-opened {
  opacity: 1;
}
.lity.lity-closed {
  opacity: 0;
}
.lity * {
  box-sizing: border-box;
}
.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
}
.lity-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.lity-loading .lity-loader {
  opacity: 1;
}
.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
}
.lity-content {
  z-index: 9993;
  width: 100%;
  transform: scale(1);
  transition: transform 0.3s ease;
}
.lity-loading .lity-content,
.lity-closed .lity-content {
  transform: scale(0.8);
}
.lity-content:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  box-shadow: none;
}
.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  box-shadow: none;
}
.lity-close:active {
  top: 1px;
}
/* Image */
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}
/* iFrame */
.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px;
}
.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}
.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
.lity-hide {
  display: none;
}

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* START: Libs */
/*@import "../../node_modules/slick-carousel/slick/slick";*/
/*@import "partials/slickTheme";*/
.select2-container--default {
  color: #51525a;
  /* .select2-selection {
    position: relative;

    &:before {
      content: "";
      width: 36px;
      height: 30px;
      border-radius: 2px;
      background-color: #1b204c;
      display: none;
      position: absolute;
      top: 10px;
      right: 0px;
    }

    &:after {
      content: '';
      background-image: url('../img/white-solid-arrow-down.svg');
      border: 0px none;
      width: 36px;
      height: 30px;
      background-position: center;
      background-repeat: no-repeat;
      transition: all 250ms ease;
      position: absolute;
      top: 10px;
      right: 0px;
      transform: rotate(180deg);
      display: none;
    }
  } */
}
.select2-container--default .select2-selection--single {
  background-color: transparent;
  border: 0px none;
  border-radius: 0px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 49px;
  top: 0px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  background-image: url("../img/grey-solid-arrow-down.svg");
  border: 0px none;
  width: 10px;
  height: 6px;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 250ms ease;
  margin-top: 0px;
  top: 22px;
}
.select2-container--default .select2-selection--multiple {
  background-color: transparent;
  border: 0px none;
  border-radius: 0px;
  position: relative;
}
.select2-container--default .select2-selection--multiple:after {
  content: "";
  background-image: url("../img/grey-solid-arrow-down.svg");
  border: 0px none;
  width: 10px;
  height: 36px;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 250ms ease;
  position: absolute;
  top: 10px;
  right: 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  cursor: pointer;
  display: block;
  padding: 0px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  margin-top: 14px;
  background-color: #fff;
  border: 0px none;
  font-size: 14px;
  color: #000;
  padding: 0px 10px;
  cursor: pointer;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  position: relative;
  top: -1px;
  margin-right: 5px;
}
.select2-container--default .select2-search--inline .select2-search__field {
  font-size: 18px;
  color: #51525a;
  background-color: transparent;
  border: 0px none;
  outline: none;
  padding: 14px;
  width: 100%;
  cursor: pointer;
  margin-top: 0px;
}
.select2-container--default .select2-search--inline .select2-search__field::-moz-placeholder {
  color: #51525a;
}
.select2-container--default .select2-search--inline .select2-search__field::placeholder {
  color: #51525a;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  outline: 0;
  border: 0px none;
  padding: 10px;
  font-size: 14px;
  background-color: #f7f7f7;
}
.select2-container--default .select2-dropdown {
  border-radius: 2px;
  border: 1px solid #b7bcda;
}
.select2-container--default .select2-results__option {
  padding: 4px 14px 4px 22px;
  font-size: 18px;
  color: #444956;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #e8e9f3;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  color: #51525a;
  background-color: #c3c6da;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  transform: rotate(180deg);
}
.select2-container--default.select2-container--open .select2-selection--multiple:after {
  display: block;
  transform: rotate(180deg);
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: 0px none;
}

.select2-container .select2-selection--single {
  height: auto;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0px;
  font-size: 18px;
  color: #51525a;
  border: 0px none;
  outline: none;
  padding: 14px;
  width: 100%;
  line-height: 1.2;
  cursor: pointer;
}

.select2-dropdown {
  border: 0px none;
  border-radius: 0px;
  background-color: #dfe0ee;
}

.select2-search--dropdown {
  padding: 0px;
}

@media not all and (-webkit-min-device-pixel-ratio: 0), not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    @media (min-width: 640px) {
      .select2-container--default .select2-search--inline .select2-search__field {
        padding-left: 5px;
      }
    }
  }
}
.lity {
  background-color: rgba(0, 0, 0, 0.4);
}

.lity-close {
  display: none;
}

.lity-content:after {
  box-shadow: 0 2px 34px 0 rgba(0, 0, 0, 0.08);
}

.lity-wrap:before {
  margin-right: 0px !important;
}

/* END: Libs */
/* ----------------------- */
/* START: Partials */
/* #### Generated By: http://www.cufonfonts.com #### */
/*@font-face {
  font-family: 'myriad-pro'; //''Myriad Pro Regular';
  font-style: normal;
  font-weight: normal;
  src: local('Myriad Pro Regular'), url('../fonts/MYRIADPRO-REGULAR.woff') format('woff');
}*/
/*
@font-face {
  font-family: 'Myriad Pro Semibold';
  font-style: normal;
  font-weight: normal;
  src: local('Myriad Pro Semibold'), url('../fonts/MYRIADPRO-SEMIBOLD.woff') format('woff');
}


@font-face {
  font-family: 'Myriad Pro Bold';
  font-style: normal;
  font-weight: normal;
  src: local('Myriad Pro Bold'), url('../fonts/MYRIADPRO-BOLD.woff') format('woff');
}
*/
* {
  box-sizing: border-box;
}

body {
  font-family: "myriad-pro", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.75;
  margin: 0px;
  color: #000000;
  position: relative;
  overflow-x: hidden;
}
body:after {
  content: "";
  width: 100%;
  height: 800px;
  display: block;
  background-image: url("../img/particles-pattern-horizontal.svg");
  background-position: bottom -100px left -100px;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0px;
  left: 0px;
  opacity: 0.2;
  z-index: -1;
}

input, textarea {
  font-family: "myriad-pro", sans-serif;
}

a {
  text-decoration: none;
  outline: none;
}

p {
  font-size: 16px;
  color: #1b204c;
  margin: 15px 0px;
}

ul, ol {
  font-size: 16px;
  color: #1b204c;
  margin: 15px 0px;
}
img {
  max-width: 100%;
  vertical-align: bottom;
}

svg {
  max-width: 100%;
  height: auto;
}

.cf {
  *zoom: 1;
}
.cf:before, .cf:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}
.cf:after {
  clear: both;
}

.show-on-load {
  display: none !important;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.loader {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: 20px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 3px solid rgba(10, 15, 18, 0.2);
  border-right: 3px solid rgba(10, 15, 18, 0.2);
  border-bottom: 3px solid rgba(10, 15, 18, 0.2);
  border-left: 3px solid #1b204c;
  transform: translateZ(0);
  animation: spin 0.8s infinite linear;
}

.page-loader {
  left: 0;
  height: 100%;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
  pointer-events: none;
  overflow: hidden;
}
.page-loader.active .top, .page-loader.active .bottom {
  height: 50%;
}
.page-loader .top {
  position: absolute;
  width: 100%;
  height: 0;
  background-color: #0E141A;
  top: 0;
  left: 0;
  transition: height 0.4s ease;
}
.page-loader .bottom {
  position: absolute;
  width: 100%;
  height: 0;
  background-color: #0E141A;
  bottom: 0;
  left: 0;
  transition: height 0.4s ease;
}
.page-loader .center {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.page-loader .loading-bar {
  width: 100%;
  height: 2px;
  background-color: #3A5368;
  left: 0;
  margin: 0 auto;
  right: 0;
  opacity: 0;
  transition: width 0.6s ease;
  position: relative;
}
.page-loader .loading-bar.active {
  width: 50%;
  opacity: 1;
}
.page-loader .loading-bar.active::before {
  width: 100%;
}
@media (max-width: 640px) {
  .page-loader .loading-bar.active {
    width: 60%;
  }
}
.page-loader .loading-bar.wide {
  width: 100%;
  /*transition: opacity 0s ease;*/
}
.page-loader .loading-bar.hide {
  opacity: 0;
}
.page-loader .loading-bar::before {
  position: absolute;
  width: 0;
  content: " ";
  display: block;
  height: 100%;
  background-color: #FFF;
  left: 0;
  top: 0;
  transition: width 0.5s ease 0.6s;
}
.page-loader .loading-logo {
  opacity: 0;
  margin: 0 auto 40px;
  width: 160px;
  transform-origin: center center;
  z-index: 99;
  transition: opacity 0.5s ease;
  /*@include screen1440 {
      top: 37%;
  }
  @include screen420 {
      width: 200px;
      top: 40%;
  }*/
}
.page-loader .loading-logo.show {
  opacity: 1;
}

.container {
  max-width: 1120px;
  margin: 0px auto;
}
.container.xw {
  max-width: 1920px;
}
.container.w {
  max-width: 1200px;
}
.container.m {
  max-width: 1080px;
}
.container.s {
  max-width: 920px;
}
.container.xs {
  max-width: 760px;
}

/*.btn {
  background: #653E64;
  font-size: 16px;
  letter-spacing: 0.5px;
  text-align: center;
  color: #FFF;
  text-transform: uppercase;
  padding: 20px;
  line-height: 1;
  display: inline-block;

  &:hover {
    opacity: 0.8;
  }
}*/
/*.text-content {
  max-width: 765px;
  margin: 0px auto;
  text-align: center;
}*/
@media (max-width: 1940px) {
  .container.xw:not(.n-p) {
    padding: 0px 20px;
  }
}
@media (max-width: 1220px) {
  .container.w:not(.n-p) {
    padding: 0px 20px;
  }
}
@media (max-width: 1140px) {
  .container:not(.n-p) {
    padding: 0px 20px;
  }
}
#header .search-form {
  border-radius: 50px;
  padding-right: 15px;
  overflow: hidden;
  position: relative;
  transition: all 250ms ease;
  top: -1px;
  margin-right: 0px;
}
#header .search-form input[type=text] {
  font-size: 16px;
  letter-spacing: 0.8px;
  color: #000000;
  background-color: transparent;
  text-transform: uppercase;
  border: 0px none;
  outline: 0;
  width: 64px;
  transition: all 250ms ease;
  position: relative;
  top: -1px;
  height: 28px;
}
#header .search-form input[type=text]::-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
}
#header .search-form input[type=text]::placeholder {
  color: rgba(0, 0, 0, 0.3);
}
#header .search-form input[type=submit] {
  background-color: #1a204b;
  background-image: url("../img/white-arrow-right.svg");
  background-repeat: no-repeat;
  background-position: center;
  width: 28px;
  height: 28px;
  text-indent: -99px;
  overflow: hidden;
  border: 0px none;
  border-radius: 50px;
  position: absolute;
  right: 120%;
  visibility: hidden;
  opacity: 0;
  transition: all 250ms ease;
  top: 1px;
}
#header .search-form.expand {
  background-color: rgba(222, 223, 241, 0.41);
  margin-right: 20px;
}
#header .search-form.expand input[type=text] {
  padding-left: 10px;
  width: 200px;
  top: -2px;
}
#header .search-form.valid input[type=submit] {
  right: 0%;
  opacity: 1;
  visibility: visible;
}
#header .top-wrapper .logo {
  padding: 12px 0px 26px;
  float: left;
}
#header .top-wrapper .right-wrapper {
  float: right;
  margin-top: 38px;
  /*.lang-switch {
    ul {
      li {
        border-right: 0px;
      }
    }
  }*/
}
#header .top-wrapper .right-wrapper .search-form {
  float: left;
}
#header .top-wrapper .right-wrapper .secondary-nav-wrapper {
  float: right;
}
#header .top-wrapper .right-wrapper .secondary-nav-wrapper ul {
  list-style: none;
  margin: 0px;
}
#header .top-wrapper .right-wrapper .secondary-nav-wrapper ul li {
  display: inline-block;
  border-left: 1px solid #f4f4f4;
  /*&:last-child {
    border-right: 0px none;
  }*/
}
#header .top-wrapper .right-wrapper .secondary-nav-wrapper ul li.home a {
  color: #1b204c;
  font-weight: 600;
}
#header .top-wrapper .right-wrapper .secondary-nav-wrapper a {
  color: #b2b2b2;
  text-transform: uppercase;
  font-size: 15px;
  padding: 0px 15px;
  display: inline-block;
  line-height: 26px;
  transition: all 400ms ease;
}
#header .top-wrapper .right-wrapper .secondary-nav-wrapper a:hover {
  opacity: 0.6;
}
#header .top-wrapper .right-wrapper .secondary-nav-wrapper .menu-item-has-children {
  display: inline-block;
  position: relative;
  font-size: 0px;
  line-height: 0;
}
#header .top-wrapper .right-wrapper .secondary-nav-wrapper .menu-item-has-children > a {
  padding-right: 30px;
  background-image: url("../img/light-blue-solid-arrow-down.svg");
  background-repeat: no-repeat;
  background-position: top 10px right 10px;
}
#header .top-wrapper .right-wrapper .secondary-nav-wrapper .menu-item-has-children .sub-menu {
  position: absolute;
  top: 100%;
  background-color: #FFF;
  border: 1px solid #e8e8e8;
  transform: translateY(-10px);
  opacity: 0;
  visibility: hidden;
  transition: all 250ms ease;
  box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.05);
  padding: 5px 0px;
  z-index: 9;
}
#header .top-wrapper .right-wrapper .secondary-nav-wrapper .menu-item-has-children .sub-menu li {
  width: 100%;
  border-right: 0px none;
}
#header .top-wrapper .right-wrapper .secondary-nav-wrapper .menu-item-has-children .sub-menu a {
  width: 100%;
  padding: 10px 15px;
}
#header .top-wrapper .right-wrapper .secondary-nav-wrapper .menu-item-has-children.open .sub-menu, #header .top-wrapper .right-wrapper .secondary-nav-wrapper .menu-item-has-children:hover .sub-menu {
  opacity: 1;
  transform: translateY(0px);
  visibility: visible;
}
#header .responsive-nav {
  background-color: #dedff0;
  max-height: 0px;
  overflow: hidden;
  padding: 0px 20px;
  visibility: hidden;
  opacity: 0;
  transition: all 250ms ease;
}
#header .responsive-nav .nav-wrapper {
  max-width: 320px;
  margin: 0px auto;
  background-color: transparent;
}
#header .responsive-nav .nav-wrapper ul li {
  display: block;
  text-align: center;
  margin-bottom: 20px;
  transition: all 400ms ease;
}
#header .responsive-nav .nav-wrapper a {
  line-height: 45px;
}
#header .responsive-nav .secondary-nav-wrapper {
  max-width: 320px;
  margin: 0px auto;
}
#header .responsive-nav .secondary-nav-wrapper a {
  text-align: center;
  line-height: 40px;
  color: #1b204c;
}
#header .responsive-nav .secondary-nav-wrapper ul li {
  display: block;
  margin-bottom: 20px;
  transition: all 400ms ease;
  text-align: center;
}
#header .responsive-nav .secondary-nav-wrapper ul li.home a {
  font-weight: 600;
  text-transform: uppercase;
}
#header .responsive-nav .secondary-nav-wrapper .menu-item-has-children > a:after {
  content: url("../img/dropdown-icon.svg");
  margin-left: 10px;
}
#header .responsive-nav .secondary-nav-wrapper .menu-item-has-children .sub-menu {
  padding-left: 30px;
}
#header .responsive-nav .secondary-nav-wrapper .menu-item-has-children .sub-menu a:before {
  content: "";
  display: inline-block;
  background-image: url(../img/dark-blue-line-arrow-right.svg);
  width: 15px;
  height: 12px;
  margin-right: 10px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
#header .responsive-nav .search-form {
  max-width: 320px;
  margin: 0px auto 20px;
  background-color: #FFF;
  top: 0px;
}
#header .responsive-nav .search-form input[type=text] {
  width: 100%;
  padding-left: 15px;
}
#header .responsive-nav .search-form input[type=submit] {
  /*right: 0px;
  visibility: visible;
  opacity: 1;*/
}
#header .nav-wrapper {
  background: #dedff0;
}
#header .nav-wrapper nav {
  font-size: 0px;
  line-height: 0px;
}
#header .nav-wrapper ul {
  list-style: none;
  text-align: justify;
  font-size: 0px;
  margin: 0px;
}
#header .nav-wrapper ul li {
  display: inline-block;
  /* START: IE 11 & Greater */
  /* END: IE 11 & Greater */
}
_:-ms-fullscreen #header .nav-wrapper ul li, :root #header .nav-wrapper ul li {
  padding: 0px 10px;
}
#header .nav-wrapper ul li.current-menu-item {
  opacity: 0.6;
}
#header .nav-wrapper ul li.custom-case a {
  text-transform: initial;
}
#header .nav-wrapper ul:after {
  width: 100%;
  content: "";
  display: inline-block;
}
#header .nav-wrapper a {
  font-size: 17px;
  color: #1b204c;
  font-weight: 600;
  display: inline-block;
  line-height: 62px;
  text-transform: uppercase;
}
#header .nav-wrapper a:hover {
  opacity: 0.7;
}
#header.expand-menu .responsive-nav {
  padding: 30px 20px 20px;
  max-height: 1000px;
  visibility: visible;
  opacity: 1;
}
#header.expand-menu .responsive-nav .nav-wrapper ul li {
  margin-bottom: 0px;
}
#header.expand-menu .responsive-nav .secondary-nav-wrapper ul li {
  margin-bottom: 0px;
}
@media (max-width: 420px) {
  #header .top-wrapper .logo {
    max-width: 160px;
    margin: 5px 0px;
    padding-bottom: 12px;
  }
  #header .top-wrapper .right-wrapper {
    margin-top: 25px;
  }
}

#hamburger {
  width: 34px;
  height: 24px;
  cursor: pointer;
  float: right;
  background-image: url("../img/hamburger.svg");
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 25px;
  background-size: contain;
  display: none;
  will-change: background-image;
  transition: background-image 300ms ease;
}
.expand-menu #hamburger {
  background-image: url("../img/close.svg");
}
@media (max-width: 960px) {
  #hamburger {
    display: block;
  }
}

#header {
  display: none;
}

#header-v2 {
  --hv2_color: #1b204c;
  --hv2_height: 100px;
  background: transparent;
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 999999;
  transition: all ease 0.3s;
}
#header-v2.not_homepage {
  background: rgba(255, 255, 255, 0);
}
#header-v2.is_static {
  position: static;
}
#header-v2 .main_header_row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: var(--hv2_height);
}
#header-v2 .main_header_row .logo_search_block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
#header-v2 .main_header_row .logo_search_block .logo {
  max-width: 240px;
}
#header-v2 .main_header_row .logo_search_block .logo .logo_light {
  display: none;
}
#header-v2 .main_header_row .logo_search_block .logo .logo_dark {
  display: block;
}
#header-v2 .main_header_row .logo_search_block .search {
  display: flex;
  align-items: center;
  border: 2px solid var(--hv2_color);
  border-radius: 10px;
  background: transparent;
}
#header-v2 .main_header_row .logo_search_block .search .search-icon {
  display: flex;
  width: 24px;
  height: 24px;
  padding: 3px;
  cursor: pointer;
}
#header-v2 .main_header_row .logo_search_block .search .search-icon svg #s_icon_c, #header-v2 .main_header_row .logo_search_block .search .search-icon svg #s_icon_l {
  stroke: var(--hv2_color) !important;
}
#header-v2 .main_header_row .logo_search_block .search .search-form {
  display: none;
  padding: 2px 12px;
}
#header-v2 .main_header_row .logo_search_block .search .search-form form {
  display: flex;
}
#header-v2 .main_header_row .logo_search_block .search .search-form input[type=text] {
  width: 100%;
  background: transparent;
  border: none;
  outline: none;
  font-size: 14px;
  line-height: 14px;
  color: #000000;
}
#header-v2 .main_header_row .logo_search_block .search .search-form input[type=text]::-moz-placeholder {
  color: #727da4;
  font-style: italic;
}
#header-v2 .main_header_row .logo_search_block .search .search-form input[type=text]::placeholder {
  color: #727da4;
  font-style: italic;
}
#header-v2 .main_header_row .logo_search_block .search.searching {
  background: rgba(255, 255, 255, 0.2);
}
#header-v2 .main_header_row .logo_search_block .search.searching .search-icon {
  display: none;
}
#header-v2 .main_header_row .logo_search_block .search.searching .search-form {
  display: block;
}
#header-v2 .main_header_row .logo_search_block .search:hover {
  opacity: 0.7;
}
#header-v2 .main_header_row .primary_menu_block {
  display: flex;
  align-items: center;
  width: 100%;
}
#header-v2 .main_header_row .primary_menu_block .primary_menu {
  width: 100%;
}
#header-v2 .main_header_row .primary_menu_block .primary_menu ul {
  display: flex;
  justify-content: flex-end;
  list-style: none;
}
#header-v2 .main_header_row .primary_menu_block .primary_menu ul li {
  display: inline-block;
  padding: 0 22px;
}
#header-v2 .main_header_row .primary_menu_block .primary_menu ul li a {
  display: block;
  color: var(--hv2_color);
  font-size: 17px;
  font-weight: 600;
  line-height: 32px;
  text-transform: uppercase;
  white-space: nowrap;
  transition: all ease 0.3s;
}
#header-v2 .main_header_row .primary_menu_block .primary_menu ul li a:hover {
  text-decoration: underline;
}
#header-v2 .main_header_row .primary_menu_block .menu_burger {
  display: flex;
  align-items: center;
  cursor: pointer;
}
#header-v2 .main_header_row .primary_menu_block .menu_burger .burger_icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 28px;
  height: 28px;
  padding: 3px;
  margin: 0 5px 0 18px;
  border: 2px solid transparent;
  border-radius: 10px;
}
#header-v2 .main_header_row .primary_menu_block .menu_burger .burger_icon span {
  display: block;
  width: 100%;
  height: 2px;
  margin: 2px 0;
  background: var(--hv2_color);
  border-radius: 1px;
}
#header-v2 .main_header_row .primary_menu_block .menu_burger .burger_icon span:last-child {
  width: 75%;
}
#header-v2 .main_header_row .primary_menu_block .menu_burger .burger_text {
  color: var(--hv2_color);
  font-size: 17px;
  font-weight: 600;
  line-height: 32px;
  text-transform: uppercase;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
#header-v2 .main_header_row .primary_menu_block .menu_burger:hover {
  opacity: 0.7;
}
#header-v2 .big_menu_block {
  display: none;
  width: 100%;
  min-height: calc(100vh - var(--hv2_height));
}
#header-v2 .big_menu_block ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
}
#header-v2 .big_menu_block ul li {
  display: inline-flex;
  flex-direction: column;
  width: 30%;
  min-width: 250px;
}
#header-v2 .big_menu_block ul li a {
  color: #1b204c;
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  text-transform: uppercase;
  transition: all ease 0.3s;
}
#header-v2 .big_menu_block ul li a:hover {
  padding-left: 15px;
  text-decoration: underline;
}
#header-v2 .big_menu_block ul li ul {
  margin: 20px 0;
}
#header-v2 .big_menu_block ul li ul li {
  display: block;
  width: 100%;
}
#header-v2 .big_menu_block ul li ul li a {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  text-transform: uppercase;
}
#header-v2 .big_menu_block ul li ul li a:first-child:last-child {
  font-weight: 400;
  text-transform: none;
}
#header-v2 .big_menu_block ul li ul li ul {
  margin: 0 0 20px;
}
#header-v2 .big_menu_block ul li ul li ul li {
  display: block;
  width: 100%;
}
#header-v2 .big_menu_block ul li ul li ul li a {
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  text-transform: none;
}
#header-v2 .big_menu_block ul li.news_contact_item > a {
  display: none;
}
#header-v2 .big_menu_block ul li.news_contact_item ul {
  margin: 0 0 20px;
}
#header-v2 .big_menu_block ul li.news_contact_item ul li a:not(:only-child) {
  color: #1b204c;
}
#header-v2 .big_menu_block ul li.static_text > a {
  cursor: default;
}
#header-v2 .big_menu_block ul li.static_text > a:hover {
  padding-left: 0;
  text-decoration: none;
  pointer-events: none;
}
#header-v2.menu_open {
  --hv2_color: #ffffff;
  background: #717ba2;
  z-index: 30!important;
}
#header-v2.menu_open .main_header_row .logo_search_block .logo .logo_light {
  display: block;
}
#header-v2.menu_open .main_header_row .logo_search_block .logo .logo_dark {
  display: none;
}
#header-v2.menu_open .main_header_row .primary_menu_block .menu_burger .burger_icon {
  border-color: var(--hv2_color);
}
#header-v2.menu_open .main_header_row .primary_menu_block .menu_burger .burger_icon span:nth-child(1) {
  transform: rotate(45deg) translate(13%, 110%);
}
#header-v2.menu_open .main_header_row .primary_menu_block .menu_burger .burger_icon span:nth-child(2) {
  transform: rotate(-45deg) translate(13%, -88%);
}
#header-v2.menu_open .main_header_row .primary_menu_block .menu_burger .burger_icon span:last-child {
  display: none;
}
#header-v2.menu_open .big_menu_block {
  display: block;
}
@media (max-width: 1200px) {
  #header-v2 .main_header_row .logo_search_block .logo {
    max-width: 200px;
  }
}
@media (max-width: 960px) {
  #header-v2 .main_header_row {
    flex-direction: column;
  }
  #header-v2 .main_header_row .logo_search_block {
    align-items: flex-end;
    padding-top: 16px;
  }
  #header-v2 .main_header_row .primary_menu_block .primary_menu ul {
    flex-wrap: wrap;
  }
  #header-v2 .main_header_row .primary_menu_block .primary_menu ul .hide_mob {
    display: none;
  }
  #header-v2 .main_header_row .primary_menu_block .menu_burger {
    flex-flow: row-reverse;
  }
  #header-v2 .main_header_row .primary_menu_block .menu_burger .burger_icon {
    margin: 0 0 0 12px;
  }
}
@media (max-width: 600px) {
  #header-v2 .main_header_row .logo_search_block .logo {
    max-width: 160px;
  }
  #header-v2 .main_header_row .logo_search_block .search {
    margin-left: 8px;
  }
  #header-v2 .main_header_row .primary_menu_block .primary_menu ul {
    justify-content: space-around;
  }
  #header-v2 .main_header_row .primary_menu_block .primary_menu ul li {
    padding: 0 2px;
  }
  #header-v2 .main_header_row .primary_menu_block .primary_menu ul li a {
    font-size: 16px;
  }
  #header-v2 .main_header_row .primary_menu_block .menu_burger .burger_icon {
    margin: 0 0 0 2px;
  }
  #header-v2 .main_header_row .primary_menu_block .menu_burger .burger_text {
    display: none;
  }
  #header-v2 .big_menu_block ul {
    text-align: center;
  }
  #header-v2 .big_menu_block ul li {
    width: 100%;
  }
}

.banner-widget .banner {
  height: 450px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}
.banner-widget .banner .overlay-wrapper {
  position: relative;
  height: 100%;
}
.banner-widget .banner .overlay_title {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #7a84a6;
  font-size: 40px;
  font-weight: 700;
  line-height: 46px;
  text-decoration: underline;
  text-transform: uppercase;
}
.banner-widget .banner .overlay {
  position: absolute;
  left: 59px;
  bottom: 0px;
  z-index: 9;
  padding: 0px 20px;
  max-width: 590px;
}
.banner-widget .banner .overlay h1 {
  font-size: 58px;
  font-weight: 700;
  line-height: 0.96;
  color: #1b204c;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 15px;
}
.banner-widget .banner .overlay .caption-wrapper {
  font-weight: 700;
  font-size: 64px;
  line-height: 0.96;
  color: #1b204c;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 15px;
}
.banner-widget .banner .overlay p {
  font-size: 18px;
  line-height: 1.44;
  margin: 0px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0px 0px 100px 88px rgba(255, 255, 255, 0.8);
  border-radius: 50px;
}
.banner-widget .banner .bottom-gradient {
  width: 100%;
  height: 160px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #ffffff);
}
.banner-widget .banner .bottom-gradient:after {
  content: "";
  display: block;
  width: 100%;
  height: 130px;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #ffffff);
  position: absolute;
  bottom: 0px;
  left: 0px;
}
.banner-widget .links-wrapper {
  position: relative;
}
.banner-widget .links {
  position: absolute;
  padding: 18px 0px 0px;
  z-index: 1;
}
.banner-widget .links a {
  display: inline-block;
  border-radius: 3px;
  background-color: #dedeef;
  padding: 6px 18px;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  color: #1b204c;
  margin-right: 7px;
  transition: all 250ms ease;
  margin-bottom: 10px;
}
.banner-widget .links a:last-child {
  margin-right: 0px;
}
.banner-widget .links a.active {
  background-color: #1b204c;
  color: #FFF;
}
.banner-widget .links a.back {
  padding-left: 30px;
  background-image: url(../img/grey-solid-arrow-left.svg);
  background-repeat: no-repeat;
  background-position: top 15px left 12px;
  background-size: 6px;
}
.banner-widget .links a:hover {
  opacity: 0.7;
}
.banner-widget .banner-tabs-wrapper {
  position: relative;
  height: 100%;
}
.banner-widget .banner-tabs {
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.banner-widget .banner-tabs a {
  display: inline-block;
  width: 100%;
  padding: 9px 18px;
  margin-right: -16px;
  background: #e5e8f1;
  background: linear-gradient(90deg, #d2d8e8 0%, #e5e8f1 100%);
  border-radius: 0 6px 0 0;
  box-shadow: 6px 8px 15px 0 #b2b5c5;
  text-align: center;
  color: #202449;
  font-size: 16px;
  line-height: 28px;
}
.banner-widget .banner-tabs a:nth-child(0) {
  z-index: 20;
}
.banner-widget .banner-tabs a:nth-child(1) {
  z-index: 19;
}
.banner-widget .banner-tabs a:nth-child(2) {
  z-index: 18;
}
.banner-widget .banner-tabs a:nth-child(3) {
  z-index: 17;
}
.banner-widget .banner-tabs a:nth-child(4) {
  z-index: 16;
}
.banner-widget .banner-tabs a:nth-child(5) {
  z-index: 15;
}
.banner-widget .banner-tabs a:nth-child(6) {
  z-index: 14;
}
.banner-widget .banner-tabs a:nth-child(7) {
  z-index: 13;
}
.banner-widget .banner-tabs a:nth-child(8) {
  z-index: 12;
}
.banner-widget .banner-tabs a:nth-child(9) {
  z-index: 11;
}
.banner-widget .banner-tabs a:nth-child(10) {
  z-index: 10;
}
.banner-widget .banner-tabs a:nth-child(11) {
  z-index: 9;
}
.banner-widget .banner-tabs a:nth-child(12) {
  z-index: 8;
}
.banner-widget .banner-tabs a:nth-child(13) {
  z-index: 7;
}
.banner-widget .banner-tabs a:nth-child(14) {
  z-index: 6;
}
.banner-widget .banner-tabs a:nth-child(15) {
  z-index: 5;
}
.banner-widget .banner-tabs a:nth-child(16) {
  z-index: 4;
}
.banner-widget .banner-tabs a:nth-child(17) {
  z-index: 3;
}
.banner-widget .banner-tabs a:nth-child(18) {
  z-index: 2;
}
.banner-widget .banner-tabs a:nth-child(19) {
  z-index: 1;
}
.banner-widget .banner-tabs a:last-child {
  margin-right: 0;
  box-shadow: none;
}
.banner-widget .banner-tabs a.active {
  background: #ffffff !important;
  z-index: 21;
}
.banner-widget.large .banner {
  height: 500px;
}
.banner-widget.medium_plus_25 .banner {
  height: 375px;
}
.banner-widget.medium .banner {
  height: 350px;
}
.banner-widget.small .banner {
  height: 250px;
}
@media (max-width: 1220px) {
  .banner-widget .links {
    padding-left: 18px;
  }
}
@media (max-width: 1000px) {
  .banner-widget .banner-tabs {
    width: 100% !important;
  }
}
@media (max-width: 960px) {
  .banner-widget .banner .overlay .caption-wrapper {
    font-size: 42px;
  }
  .banner-widget .banner .overlay h1 {
    font-size: 38px;
  }
}
@media (max-width: 768px) {
  .banner-widget .banner .overlay {
    left: 0px;
  }
  .banner-widget .banner .overlay_title {
    font-size: 28px;
    line-height: 32px;
  }
}
@media (max-width: 640px) {
  .banner-widget .banner .overlay .caption-wrapper {
    font-size: 24px;
  }
  .banner-widget .banner .overlay h1 {
    font-size: 28px;
  }
}
@media (max-width: 540px) {
  .banner-widget .links {
    padding: 10px 10px 0px;
  }
  .banner-widget .links a {
    padding: 0px 5px;
    margin-bottom: 7px;
  }
  .banner-widget .links a.back {
    background-position: top 8px left 12px;
  }
  .banner-widget .banner-tabs {
    flex-wrap: wrap;
  }
}
@media (max-width: 420px) {
  .banner-widget .banner {
    height: 350px;
  }
}

.enquiry-form-widget {
  background-color: #ced0e5;
  border-radius: 2px;
  padding: 38px 20px 32px;
  margin-bottom: 20px;
}
.enquiry-form-widget h5 {
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 1.09px;
  text-align: center;
  color: #1b204c;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.enquiry-form-widget form {
  position: relative;
}
.enquiry-form-widget form .loading-overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: none;
  z-index: 3;
}
.enquiry-form-widget form .loading-overlay .loader {
  position: absolute;
  top: 30%;
  left: 50%;
  margin-left: -20px;
  margin-top: -20px;
}
.enquiry-form-widget form .success {
  display: none;
  font-size: 16px;
  padding: 0px 0px 50px;
  text-align: center;
}
.enquiry-form-widget form .error {
  display: none;
  font-size: 16px;
  padding: 0px 0px 30px;
  text-align: center;
  color: #a84e4e;
}
.enquiry-form-widget form.loading .loading-overlay {
  display: block;
}
.enquiry-form-widget form.loading .form-fields {
  opacity: 0.1;
}
.enquiry-form-widget form.success .success {
  display: block;
}
.enquiry-form-widget form.success .form-fields {
  display: none;
}
.enquiry-form-widget form.error .error {
  display: block;
}
.enquiry-form-widget .form-field {
  border-bottom: 2px solid #caccdf;
}
.enquiry-form-widget .form-field.no-border {
  border-bottom: 0px none;
}
.enquiry-form-widget .form-field.field-invalid {
  border-bottom: 2px solid #d52114;
}
.enquiry-form-widget .gcerror iframe {
  border-bottom: solid 2px #d52114;
}
.enquiry-form-widget .form-button {
  margin: 0px 20px;
}
.enquiry-form-widget input[type=text], .enquiry-form-widget input[type=email], .enquiry-form-widget input[type=search], .enquiry-form-widget select, .enquiry-form-widget textarea {
  font-size: 18px;
  color: #51525a;
  background-color: transparent;
  border: 0px none;
  outline: none;
  padding: 14px;
  width: 100%;
}
.enquiry-form-widget input[type=text]::-moz-placeholder, .enquiry-form-widget input[type=email]::-moz-placeholder, .enquiry-form-widget input[type=search]::-moz-placeholder, .enquiry-form-widget select::-moz-placeholder, .enquiry-form-widget textarea::-moz-placeholder {
  color: #51525a;
  opacity: 1;
}
.enquiry-form-widget input[type=text]::placeholder, .enquiry-form-widget input[type=email]::placeholder, .enquiry-form-widget input[type=search]::placeholder, .enquiry-form-widget select::placeholder, .enquiry-form-widget textarea::placeholder {
  color: #51525a;
  opacity: 1;
}
.enquiry-form-widget select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url(../img/grey-solid-arrow-down.svg);
  background-repeat: no-repeat;
  background-position: center right 10px;
}
.enquiry-form-widget select.select2-interest {
  height: 1px;
  overflow: hidden;
  padding: 0px 14px;
}
.enquiry-form-widget textarea {
  border-bottom: 0px none;
  resize: none;
  height: 51px;
  transition: all 300ms ease;
}
.enquiry-form-widget textarea.expand {
  height: 100px;
}
.enquiry-form-widget button,
.enquiry-form-widget input[type=submit] {
  border-radius: 3px;
  background-color: #f8fbfb;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.92px;
  text-align: center;
  color: #1b204c;
  padding: 10px;
  text-transform: uppercase;
  width: 100%;
  outline: 0;
  border: 0px none;
  margin-top: 20px;
  cursor: pointer;
}
.enquiry-form-widget .field > label {
  display: none;
}
.enquiry-form-widget .no-list.hs-error-msgs.inputs-list {
  list-style: none;
  color: #a84e4e;
}
.enquiry-form-widget #google-captcha-holder {
  margin: 0px -20px;
}
.enquiry-form-widget #google-captcha-holder .g-recaptcha > div {
  margin: 0px auto;
}
@media (max-width: 1080px) and (min-width: 1000px) {
  .enquiry-form-widget {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 480px) {
  .enquiry-form-widget {
    padding-left: 20px;
    padding-right: 20px;
  }
  .enquiry-form-widget .google-captcha-wrapper {
    position: relative;
    max-width: 100%;
    height: 118px;
  }
  .enquiry-form-widget .google-captcha-wrapper #google-captcha-holder {
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -152px;
  }
}

.download-button {
  display: block;
  background-color: #bdb4a6;
  text-align: center;
  padding: 12px 15px;
  border-radius: 3px;
  margin-bottom: 10px;
}
.download-button .inner-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.download-button .icon {
  background-image: url("../img/download.svg");
  background-repeat: no-repeat;
  width: 29px;
  height: 36px;
  margin-right: 15px;
  background-size: 29px 36px;
}
.download-button .text {
  overflow: hidden;
  line-height: 1.3;
  text-align: left;
}
.download-button .text.has-one-caption span.caption {
  margin-bottom: 0px;
}
.download-button .text span {
  font-weight: 600;
  display: block;
}
.download-button .text span.caption {
  text-shadow: 0 1px 2px rgba(45, 143, 152, 0.07);
  font-size: 20px;
  color: #ffffff;
  line-height: 1.2;
  margin-bottom: 4px;
}
.download-button .text span.sub-caption {
  font-size: 12px;
  letter-spacing: 1px;
  color: #ded9d2;
  text-transform: uppercase;
}
.download-button:hover {
  opacity: 0.8;
}

.message-popup {
  background-color: #fff;
  max-width: 600px;
  margin: 0px auto;
  overflow-y: auto;
  border-radius: 5px;
  position: relative;
  text-align: center;
  padding: 30px;
}
.message-popup h5 {
  color: #1b204c;
}
.message-popup p {
  color: #666;
}
.message-popup p.links {
  color: #1b204c;
  line-height: 1.4;
}
.message-popup p.links a {
  color: #1b204c;
  text-decoration: none;
  transition: all 250ms ease;
}
.message-popup p.links a:hover {
  opacity: 0.7;
  text-decoration: underline;
}
.message-popup p.credits {
  line-height: 1.4;
}
.message-popup .btn {
  padding: 5px 15px;
  background-color: #1b204c;
  color: #FFF;
  display: inline-block;
  border-radius: 5px;
}
@media (max-width: 400px) {
  .message-popup {
    padding: 30px 20px;
  }
}

.text-content-widget {
  margin: 0px auto 30px;
}
.text-content-widget .container {
  overflow-x: initial;
}
.text-content-widget h1 {
  font-size: 64px;
  font-weight: 700;
  color: #1b204c;
  line-height: 1.1;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.text-content-widget h2 {
  font-size: 38px;
  font-weight: 700;
  color: #1b204c;
  line-height: 1.1;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.text-content-widget h3 {
  font-size: 34px;
  font-weight: 700;
  line-height: 1.03;
  color: #1b204c;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.text-content-widget h4 {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.23;
  color: #7a84a6;
  text-transform: uppercase;
}
.text-content-widget h5 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  color: #1b204c;
  text-transform: uppercase;
}
.text-content-widget h6 {
  font-size: 20px;
  line-height: 1.2;
  color: #1b204c;
  text-transform: uppercase;
}
.text-content-widget img {
  max-width: 100%;
  height: auto;
}
.text-content-widget .content {
  max-width: 796px;
}
.text-content-widget .content p {
  line-height: 1.69;
}
.text-content-widget .content ul {
  list-style: disc;
  padding-left: 30px;
}
.text-content-widget .content ol {
  padding-left: 30px;
}
.text-content-widget .content.columns-2 {
  max-width: 100%;
}
.text-content-widget .content.columns-2 .columns {
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.text-content-widget .content.columns-2 .columns p {
  padding: 20px 0px;
  margin: 0px;
}
.text-content-widget p {
  max-width: 715px;
}
.text-content-widget p + h3, .text-content-widget p + h4 {
  margin-top: 55px;
}
.text-content-widget table {
  max-width: 100%;
}
.text-content-widget ul {
  list-style: disc;
  padding-left: 30px;
}
.text-content-widget ol {
  padding-left: 30px;
}
@media (max-width: 960px) {
  .text-content-widget h1 {
    font-size: 38px;
  }
  .text-content-widget h2 {
    font-size: 30px;
  }
  .text-content-widget h3 {
    font-size: 28px;
  }
  .text-content-widget h4 {
    font-size: 22px;
  }
}
@media (max-width: 640px) {
  .text-content-widget h1 {
    font-size: 28px;
  }
  .text-content-widget h2 {
    font-size: 22px;
  }
  .text-content-widget h3 {
    font-size: 20px;
  }
  .text-content-widget h4 {
    font-size: 18px;
  }
  .text-content-widget h5, .text-content-widget h6 {
    font-size: 18px;
  }
}
@media (max-width: 540px) {
  .text-content-widget .content.columns-2 .columns {
    -moz-column-count: 1;
         column-count: 1;
    -moz-column-gap: 0px;
         column-gap: 0px;
  }
}

.two-col-accordion-widget {
  margin: 50px auto;
}
.two-col-accordion-widget .items {
  display: grid;
  grid-template: max-content/1fr 1fr;
  grid-gap: 30px;
}
.two-col-accordion-widget .items .item {
  background-image: linear-gradient(90deg, #f1f2f7 0%, #ffffff 100%);
  border: 2px solid #f1f2f7;
  padding: 16px 36px;
  display: flex;
  flex-direction: column;
  height: -moz-min-content;
  height: min-content;
}
.two-col-accordion-widget .items .item .title {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 54px;
}
.two-col-accordion-widget .items .item .title h5 {
  font-size: 24px;
  font-weight: 700;
  color: #202449;
  text-transform: uppercase;
  line-height: 1.1;
  padding-right: 16px;
}
.two-col-accordion-widget .items .item .title:after {
  content: "";
  background-image: url("../img/arrow_down_delta.svg");
  background-repeat: no-repeat;
  background-size: 16px;
  width: 16px;
  height: 8px;
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
  transition: all 250ms ease;
}
.two-col-accordion-widget .items .item .content {
  display: none;
  margin-top: 32px;
  text-align: justify;
  color: #202449;
}
.two-col-accordion-widget .items .item .content p {
  margin-top: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
}
.two-col-accordion-widget .items .item .content ul, .two-col-accordion-widget .items .item .content ol {
  padding-left: 18px;
  margin-top: 0;
}
.two-col-accordion-widget .items .item .content ul li, .two-col-accordion-widget .items .item .content ol li {
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
}
.two-col-accordion-widget .items .item .content ol li {
  padding-left: 10px;
}
.two-col-accordion-widget .items .item.expand .content {
  display: block;
}
@media (max-width: 1000px) {
  .two-col-accordion-widget .items {
    grid-template-columns: 1fr;
  }
  .two-col-accordion-widget .items .item {
    padding: 16px 20px;
  }
}

.recommended-products-widget {
  margin-top: 60px;
  margin-bottom: 30px;
}
.recommended-products-widget h5 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.54;
  color: #727da3;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.recommended-products-widget .items {
  margin: 0px -12px;
}
.recommended-products-widget .items .item {
  float: left;
  width: 33.33%;
  padding: 0px 12px;
  margin-bottom: 25px;
}
.recommended-products-widget .items .item .thumb-wrapper {
  background-color: #f9f9fa;
  position: relative;
  padding-top: 59.011%;
  height: 0px;
  margin-bottom: 7px;
}
.recommended-products-widget .items .item .cats {
  width: 59.011%;
  height: 18px;
  position: absolute;
  left: 18px;
  bottom: 0px;
  transform: rotate(-90deg);
  transform-origin: left bottom;
}
.recommended-products-widget .items .item .cats > div {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
}
.recommended-products-widget .items .item .cats > div:before {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 3px;
  transition: all 200ms ease;
}
.recommended-products-widget .items .item .cats > div div {
  line-height: 12px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
  margin-top: 3px;
  position: relative;
  transition: all 200ms ease;
}
.recommended-products-widget .items .item .cats > div.land:before {
  background-color: #ddc9a3;
}
.recommended-products-widget .items .item .cats > div.land div {
  color: #ddc9a3;
}
.recommended-products-widget .items .item .cats > div.maritime:before {
  background-color: #92c0e9;
}
.recommended-products-widget .items .item .cats > div.maritime div {
  color: #92c0e9;
}
.recommended-products-widget .items .item .cats.cats-2 > div {
  width: 50%;
  height: 100%;
  top: 0px;
}
.recommended-products-widget .items .item .cats.cats-2 > div:first-child {
  left: 0px;
}
.recommended-products-widget .items .item .cats.cats-2 > div:last-child {
  left: 50%;
}
.recommended-products-widget .items .item .img {
  position: absolute;
  left: 20px;
  right: 20px;
  top: 20px;
  bottom: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.recommended-products-widget .items .item h6 {
  font-size: 20px;
  line-height: 1.1;
  color: #2a2a2a;
  font-weight: 400;
}
.recommended-products-widget .items .item .inner-wrapper:hover .cats > div:before {
  height: 100%;
}
.recommended-products-widget .items .item .inner-wrapper:hover .cats > div div {
  color: #FFF;
}
.recommended-products-widget .load-more {
  text-align: center;
  margin-top: 30px;
}
.recommended-products-widget .load-more a {
  background: #1b204c;
  font-size: 16px;
  letter-spacing: 0.5px;
  text-align: center;
  color: #FFF;
  text-transform: uppercase;
  padding: 15px 25px;
  line-height: 1;
  display: inline-block;
  border-radius: 3px;
}
.recommended-products-widget .load-more a:hover {
  opacity: 0.8;
}
.recommended-products-widget .load-more .loader {
  display: none;
}
.recommended-products-widget .load-more.loading a {
  display: none;
}
.recommended-products-widget .load-more.loading .loader {
  display: block;
}
@media (max-width: 750px) {
  .recommended-products-widget .items .item {
    width: 50%;
  }
}
@media (max-width: 570px) {
  .recommended-products-widget .items .item {
    width: 100%;
  }
}

.recommended-solutions-widget-v2 {
  background-color: #f1f2f8;
  margin-bottom: 20px;
}
.recommended-solutions-widget-v2 h5 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.54;
  color: #727da3;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.recommended-solutions-widget-v2 .wrapper {
  background-image: url("../img/rec_sol_v2_bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 30px 0px;
}
.recommended-solutions-widget-v2 .items {
  display: flex;
  margin: 0 -12px;
}
.recommended-solutions-widget-v2 .items .item {
  display: flex;
  flex-direction: column;
  margin: 12px;
  width: calc(33.3% - 24px);
}
.recommended-solutions-widget-v2 .items .item img {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}
.recommended-solutions-widget-v2 .items .item h6 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  color: #202449;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.recommended-solutions-widget-v2 .items .item p {
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  letter-spacing: normal;
  color: #202449;
  margin: 0px;
}
@media (max-width: 960px) {
  .recommended-solutions-widget-v2 .items {
    flex-wrap: wrap;
  }
  .recommended-solutions-widget-v2 .items .item {
    width: calc(50% - 24px);
  }
}
@media (max-width: 600px) {
  .recommended-solutions-widget-v2 .items .item {
    width: 100%;
  }
}

.background-bottom-block {
  position: relative;
  padding: 0 0 600px;
  margin: -300px 0 0;
  height: 1px;
  z-index: -1;
}
.background-bottom-block::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  background: url(https://iec-telecom.com/wp-content/uploads/2021/09/section3-v2-bg.jpg) no-repeat;
  background-position: bottom center;
  background-size: cover;
  z-index: -1;
}
@media (max-width: 960px) {
  .background-bottom-block::after {
    background-size: auto;
  }
}

#footer {
  padding: 40px 0px;
}
#footer .wrapper {
  /*max-width: 1080px;
  margin: 0px auto;*/
  /* padding-right: 65px; */
  position: relative;
}
#footer .chat {
  width: 65px;
  height: 65px;
  background-color: #1b204c;
  float: right;
  border-radius: 50px;
  background-image: url("../img/chat-icon.svg");
  background-repeat: no-repeat;
  background-position: center;
  transition: all 250ms ease;
  position: absolute;
  right: 0px;
  top: 0px;
}
#footer .chat:hover {
  opacity: 0.6;
}
#footer .copy-rights {
  float: left;
  margin-right: 20px;
  font-size: 14px;
  color: #949494;
  padding-top: 3px;
}
#footer .links {
  float: left;
  font-size: 14px;
}
#footer .links ul {
  list-style: none;
  margin-top: 0;
  padding-top: 0;
}
#footer .links ul li {
  display: inline-block;
  padding: 0px 10px;
}
#footer .links ul li:first-child {
  padding-left: 0px;
}
#footer .links a {
  font-size: 14px;
  color: #1b204c;
  transition: all 250ms ease;
}
#footer .links a:hover {
  opacity: 0.6;
}
#footer .left-wrapper {
  float: left;
}
#footer .left-wrapper h3 {
  font-size: 18px;
  font-weight: 700;
  color: #7a84a6;
}
#footer .right-wrapper {
  float: right;
}
#footer .right-wrapper .social-media-widget {
  float: right;
  padding: 11px 0px;
  margin-right: 10px;
}
#footer .right-wrapper .social-media-widget a {
  width: 44px;
  height: 44px;
  background-color: #7a84a6;
  display: inline-block;
  border-radius: 50px;
  overflow: hidden;
  text-indent: -99px;
  margin: 0px 5px;
  float: left;
  transition: all 250ms ease;
}
#footer .right-wrapper .social-media-widget a.facebook {
  background-image: url("../img/facebook.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
}
#footer .right-wrapper .social-media-widget a.youtube {
  background-image: url("../img/youtube.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 22px;
}
#footer .right-wrapper .social-media-widget a.twitter {
  background-image: url("../img/twitter.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
}
#footer .right-wrapper .social-media-widget a.instagram {
  background-image: url("../img/instagram.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 22px;
}
#footer .right-wrapper .social-media-widget a.linkedin {
  background-image: url("../img/linkedin.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 22px;
}
#footer .right-wrapper .social-media-widget a:hover {
  opacity: 0.6;
}
@media (max-width: 745px) {
  #footer {
    padding: 20px 0px;
  }
  #footer .left-wrapper {
    float: none;
  }
  #footer .right-wrapper {
    float: none;
  }
  #footer .right-wrapper .social-media-widget {
    margin-right: 0px;
    float: none;
    margin-top: 10px;
  }
}
@media (max-width: 560px) {
  #footer .wrapper {
    padding-right: 0px;
    padding-top: 70px;
  }
}
@media (max-width: 450px) {
  #footer .links ul li:nth-child(3) {
    display: block;
    padding-left: 0px;
  }
}

.cookie-notice-widget {
  background-color: #7a85a8;
  color: #fff;
  font-size: 14px;
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
  transform: translate3d(0, 150%, 0);
  transition: all 300ms ease;
  z-index: 9;
}
.cookie-notice-widget a {
  color: #fff;
}
.cookie-notice-widget .inner-content {
  max-width: 1300px;
  margin: 0px auto;
  padding: 15px 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
}
.cookie-notice-widget .message {
  padding: 0px 20px 0px 10px;
}
.cookie-notice-widget .buttons {
  white-space: nowrap;
  padding: 0px 10px;
}
.cookie-notice-widget .buttons a {
  padding: 5px 10px;
  background-color: #1b204c;
  color: #fff;
  border-radius: 3px;
  margin-right: 5px;
  transition: all 300ms ease;
}
.cookie-notice-widget .buttons a:last-child {
  margin-left: 0px;
}
.cookie-notice-widget .buttons a:hover {
  background-color: #dfdfef;
  color: #1b204c;
}
.cookie-notice-widget .links {
  padding: 0px 10px;
  white-space: nowrap;
}
.cookie-notice-widget .links a {
  text-decoration: underline;
}
.cookie-notice-widget a.close {
  display: none;
  width: 30px;
  height: 30px;
  background-image: url("../img/cross.svg");
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -15px;
}
.cookie-notice-widget.expand {
  transform: translate3d(0, 0, 0);
}
@media (max-width: 1200px) {
  .cookie-notice-widget .inner-content {
    flex-wrap: wrap;
    text-align: center;
  }
  .cookie-notice-widget .message {
    flex: 0 0 100%;
    margin-bottom: 20px;
  }
}
@media (max-width: 1200px) {
  .cookie-notice-widget .inner-content {
    display: block;
  }
  .cookie-notice-widget .message {
    display: block;
    margin-bottom: 20px;
  }
  .cookie-notice-widget .buttons {
    margin-bottom: 20px;
  }
}

/* #cookie-notice {
  .cookie-notice-container {
    display: flex !important;
    max-width: 1262px;
    margin: 0px auto;
    align-items: center;
    justify-content: center;
    line-height: 1.5;
  }

  .cn-buttons-container
  {
    white-space: nowrap;
  }

  .cn-text-container {
    text-align: left;
  }

  .cn-close-icon
  {
    display: none;
  }

  .cn-button {
    background-color: #1b204c;
    transition: all 300ms ease;

    &:hover {
      background-color: #dcdff3;
      color: #1b204c;
    }
  }

  .cn-more-info.cn-button
  {
    background-color: transparent;
    text-decoration: underline;

    &:hover {
      box-shadow: none;
      color: #FFF;
    }
  }
} */
body:after {
  background-image: none !important;
}

#footer {
  width: 100%;
  padding-bottom: 0;
  padding-top: 10px;
  background: rgba(27, 32, 76, 0.8);
  position: absolute;
  bottom: 0;
}
#footer.is_static {
  position: static;
}
#footer .right-wrapper .social-media-widget a {
  background-color: transparent !important;
}
#footer .left-wrapper h3, #footer .copy-rights, #footer .links a {
  color: #fff !important;
}
@media (max-width: 960px) {
  #footer .wrapper {
    padding-top: 30px !important;
  }
  #footer .left-wrapper {
    float: none;
  }
  #footer .left-wrapper h3, #footer .left-wrapper .links, #footer .left-wrapper .copy-rights {
    width: 100%;
    text-align: center !important;
    margin-right: 0 !important;
  }
  #footer .right-wrapper {
    text-align: center !important;
    float: none;
  }
  #footer .right-wrapper .social-media-widget {
    display: inline-block !important;
    float: none;
    margin-top: 0;
  }
}

/* END: Partials */
.shipping-page .banner-widget .banner .banner-tabs-wrapper .banner-tabs {
  width: 70%;
}
.shipping-page .banner-widget .banner .banner-tabs-wrapper .banner-tabs a:nth-child(1) {
  background: #f1f1f1;
}
.shipping-page .banner-widget .banner .banner-tabs-wrapper .banner-tabs a:nth-child(2) {
  background: #eeeef6;
}
.shipping-page .banner-widget .banner .banner-tabs-wrapper .banner-tabs a:nth-child(3) {
  background: #e5e8f1;
}
.shipping-page .banner-widget .banner .banner-tabs-wrapper .banner-tabs a:nth-child(4) {
  background: #d2d8e8;
}
.shipping-page .banner-widget .banner .banner-tabs-wrapper .banner-tabs a:nth-child(5) {
  background: #bfc5d6;
}
.shipping-page .columns {
  position: relative;
}
.shipping-page .columns .left {
  width: 70%;
  float: left;
  padding-right: 50px;
}
.shipping-page .columns .right {
  width: 30%;
  float: right;
}
.shipping-page .text-content-widget .content {
  max-width: 100%;
}
.shipping-page .text-content-widget p {
  max-width: 100%;
  text-align: justify;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
}
.shipping-page .text-content-widget h1 {
  font-size: 56px;
  margin-bottom: 36px;
  margin-top: 25px;
}
.shipping-page .download-button {
  display: inline-block;
  background-color: #a9b4da;
  padding: 5px 16px 5px 8px;
  margin-bottom: 40px;
}
.shipping-page .enquiry-form-widget {
  background-color: #f1f2f7;
  box-shadow: 0px 4px 20px 3px rgba(0, 0, 0, 0.21);
}
.shipping-page .enquiry-form-widget .form-field {
  border-bottom: 1px solid #758592;
}
.shipping-page .enquiry-form-widget .form-field.no-border {
  border-bottom: 0px none;
}
.shipping-page .enquiry-form-widget .form-field.field-invalid {
  border-bottom: 1px solid #d52114;
}
.shipping-page .enquiry-form-widget .form-button {
  margin: 0 30px;
}
.shipping-page .enquiry-form-widget input[type=text], .shipping-page .enquiry-form-widget input[type=email], .shipping-page .enquiry-form-widget input[type=search], .shipping-page .enquiry-form-widget select, .shipping-page .enquiry-form-widget textarea {
  color: #758592;
}
.shipping-page .enquiry-form-widget input[type=text]::-moz-placeholder, .shipping-page .enquiry-form-widget input[type=email]::-moz-placeholder, .shipping-page .enquiry-form-widget input[type=search]::-moz-placeholder, .shipping-page .enquiry-form-widget select::-moz-placeholder, .shipping-page .enquiry-form-widget textarea::-moz-placeholder {
  color: #758592;
}
.shipping-page .enquiry-form-widget input[type=text]::placeholder, .shipping-page .enquiry-form-widget input[type=email]::placeholder, .shipping-page .enquiry-form-widget input[type=search]::placeholder, .shipping-page .enquiry-form-widget select::placeholder, .shipping-page .enquiry-form-widget textarea::placeholder {
  color: #758592;
}
.shipping-page .enquiry-form-widget button, .shipping-page .enquiry-form-widget input[type=submit] {
  background-image: linear-gradient(93deg, #1b204b 0%, #717da3 100%);
  color: #ffffff;
  text-transform: capitalize;
}
.shipping-page .enquiry-form-widget button:hover, .shipping-page .enquiry-form-widget input[type=submit]:hover {
  background: #1b204b;
}
.shipping-page .select2-container--default .select2-selection--single .select2-selection__arrow b {
  background-image: url("../img/arrow_down_delta.svg");
  background-size: 10px;
}
.shipping-page .select2-container--default .select2-selection--multiple:after {
  background-image: url("../img/arrow_down_delta.svg");
  background-size: 10px;
}
.shipping-page .select2-container--default .select2-search--inline .select2-search__field {
  color: #758592;
}
.shipping-page .select2-container--default .select2-search--inline .select2-search__field::-moz-placeholder {
  color: #758592;
}
.shipping-page .select2-container--default .select2-search--inline .select2-search__field::placeholder {
  color: #758592;
}
.shipping-page .select2-container .select2-selection--single .select2-selection__rendered {
  color: #758592;
}
@media (max-width: 1000px) {
  .shipping-page .text-content-widget {
    margin-bottom: 50px;
  }
  .shipping-page .columns .left {
    float: none;
    width: 100%;
    padding-right: 0px;
  }
  .shipping-page .columns .right {
    float: none;
    width: 100%;
    max-width: 700px;
    margin: 0px auto;
  }
}
@media (max-width: 960px) {
  .shipping-page .text-content-widget h1 {
    font-size: 38px;
    margin-bottom: 20px;
    margin-top: 10px;
  }
}
@media (max-width: 640px) {
  .shipping-page .text-content-widget h1 {
    font-size: 28px;
  }
}
