/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

:root {
  --primary-color: #022A3C;
  --secondary-color: #FF0000;
}

/*GLOBAL CLASSES*/
.row {
  display: flex;
  width: 100%;
}

.col-6 {
  width: 48%;
}

.col-12 {
  width: 100%;
}

@media (max-width: 768px) {
  .row {
    flex-direction: column;
  }

  .col-6 {
    width: 100%;
    margin-right: 0 !important;
  }
}


html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

@font-face {
  font-family: "icomoon";
  src: url(../fonts/icomoon.ttf) format("truetype"), url(../fonts/icomoon.woff) format("woff"), url(../fonts/icomoon.svg#icomoon) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^=icon-],[class*=" icon-"],.custom-check .fake-input::after {
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-check:before {
  content: "";
}

.icon-checked-checkbox:before {
  content: "";
}

.icon-email-send:before {
  content: "";
}

.icon-news:before {
  content: "";
}

.icon-twitter-lg:before {
  content: "";
}

.icon-email:before {
  content: "";
}

.icon-chevron-right:before {
  content: "";
}

.icon-youtube:before {
  content: "";
}

.icon-chevron-left:before {
  content: "";
}

.icon-chevron-bottom:before {
  content: "";
}

.icon-warning:before {
  content: "";
}

.icon-facebook:before {
  content: "";
}

.icon-twitter:before {
  content: "";
}

.icon-instagram:before {
  content: "";
}

.icon-search:before {
  content: "";
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid rgba(0, 0, 0, 0);
}

.slick-arrow.slick-hidden {
  display: none;
}

@font-face {
  font-family: slick;
  src: url(../fonts/slick.eot);
  src: url(../fonts/slick.eot?#iefix) format("embedded-opentype"), url(../fonts/slick.woff) format("woff"), url(../fonts/slick.ttf) format("truetype"), url(../fonts/slick.svg#slick) format("svg");
  font-weight: 400;
  font-style: normal;
}

.slick-loading .slick-list {
  background: #ffffff url(../images/ajax-loader.gif) center center no-repeat;
}

.slick-next,.slick-prev {
  position: absolute;
  top: 50%;
  display: block;
  padding: 0;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: 0 0;
  color: rgba(0, 0, 0, 0);
  border: none;
  transform: translate(0, -50%);
}

.slick-next:focus .slick-next-icon,.slick-next:focus .slick-prev-icon,.slick-next:hover .slick-next-icon,.slick-next:hover .slick-prev-icon,.slick-prev:focus .slick-next-icon,.slick-prev:focus .slick-prev-icon,.slick-prev:hover .slick-next-icon,.slick-prev:hover .slick-prev-icon {
  opacity: 1;
}

.slick-next:focus .slick-next-icon,.slick-next:focus .slick-prev-icon,.slick-prev:focus .slick-next-icon,.slick-prev:focus .slick-prev-icon {
  color: orange;
  font-size: 28px;
  margin-left: -2px;
}

.slick-next.slick-disabled,.slick-prev.slick-disabled {
  cursor: default;
}

.slick-next.slick-disabled .slick-next-icon,.slick-next.slick-disabled .slick-prev-icon,.slick-prev.slick-disabled .slick-next-icon,.slick-prev.slick-disabled .slick-prev-icon {
  opacity: .25;
}

.slick-next .slick-next-icon,.slick-next .slick-prev-icon,.slick-prev .slick-next-icon,.slick-prev .slick-prev-icon {
  display: block;
  color: #000000;
  opacity: .75;
  font-family: slick;
  font-size: 24px;
  line-height: 1;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev .slick-prev-icon:before {
  content: "←";
}

[dir=rtl] .slick-prev .slick-prev-icon:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next .slick-next-icon:before {
  content: "→";
}

[dir=rtl] .slick-next .slick-next-icon:before {
  content: "←";
}

.slick-slider {
  margin-bottom: 30px;
}

.slick-slider.slick-dotted {
  margin-bottom: 60px;
}

.slick-dots {
  position: absolute;
  bottom: -30px;
  display: block;
  padding: 0;
  margin: 0;
  width: 100%;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
}

.slick-dots li button {
  display: block;
  height: 20px;
  width: 20px;
  margin-top: -4px;
  margin-left: -4px;
  line-height: 0;
  font-size: 0;
  color: rgba(0, 0, 0, 0);
  border: 0;
  background: 0 0;
  cursor: pointer;
}

.slick-dots li button:focus .slick-dot-icon,.slick-dots li button:hover .slick-dot-icon {
  opacity: 1;
}

.slick-dots li button:focus .slick-dot-icon:before {
  color: orange;
}

.slick-dots li button .slick-dot-icon {
  color: #000000;
  opacity: .25;
}

.slick-dots li button .slick-dot-icon:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  font-family: slick;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  transition: all .05s linear;
}

.slick-dots li.slick-active button:focus .slick-dot-icon {
  color: orange;
  opacity: 1;
}

.slick-dots li.slick-active button .slick-dot-icon {
  color: #000000;
  opacity: 1;
}

.slick-dots li.slick-active button .slick-dot-icon:before {
  margin-top: -3px;
  margin-left: -2px;
  font-size: 18px;
}

.slick-sr-only {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.slick-autoplay-toggle-button {
  position: absolute;
  left: 5px;
  bottom: -32px;
  z-index: 10;
  opacity: .75;
  background: 0 0;
  border: 0;
  cursor: pointer;
  color: #000000;
}

.slick-autoplay-toggle-button:focus,.slick-autoplay-toggle-button:hover {
  opacity: 1;
}

.slick-autoplay-toggle-button:focus {
  color: orange;
}

.slick-autoplay-toggle-button .slick-pause-icon:before {
  content: "⏸";
  width: 20px;
  height: 20px;
  font-family: slick;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
}

.slick-autoplay-toggle-button .slick-play-icon:before {
  content: "▶";
  width: 20px;
  height: 20px;
  font-family: slick;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
}

html {
  box-sizing: border-box;
}

*,*:before,*:after {
  box-sizing: inherit;
}

.accessibility {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.accessibility:focus {
  position: static;
  width: auto;
  height: auto;
}

.hidden {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.footer-nav,.social-networks,.drop ul,.main-nav,.check-group {
  margin: 0;
  padding: 0;
  list-style: none;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

button,[type=button],[type=reset],[type=submit],.btn,.resetButton {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  padding: 0;
  background: none;
  cursor: pointer;
}

@font-face {
  font-family: "lato-semibold";
  src: url(../fonts/lato-semiBold.woff) format("woff");
  font-display: swap;
  font-weight: 600;
  font-style: normal;
}

body {
  color: #9a9a9a;
  background-color: #ffffff;
  font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 1rem;
  line-height: 1.625;
  font-weight: 400;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body.internal {
  color: #585858;
}

a {
  transition: color .35s cubic-bezier(.3, .86, .36, .95);
  color: red;
  text-decoration: underline;
}

a:hover {
  color: #022a3c;
  text-decoration: none;
}

ul,ol,dl,p {
  margin: 0 0 .75em;
}

h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6,.h {
  font-family: "Bebas Neue", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: 400;
  margin: 0 0 .5em;
  color: #022a3c;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

h1,.h1 {
  font-size: 1.875rem;
  line-height: 1;
  color: #ffffff;
}

h2,.h2 {
  font-size: 2rem;
  line-height: 1.15;
  font-weight: 400;
}

.buffer h2 {
  margin: 0 0 .25rem;
}

h3,.h3 {
  font-size: 1.75rem;
  line-height: .85;
}

h4,.h4 {
  font-size: 1.75rem;
}

h5,.h5 {
  font-size: 1.5625rem;
}

h6,.h6 {
  font-size: 1.125rem;
}

.display-1 {
  font-size: 3rem;
  line-height: .88;
  font-weight: 400;
  text-transform: uppercase;
}

form,fieldset {
  margin: 0;
  padding: 0;
  border-style: none;
}

input[type=text],input[type=email],input[type=tel],input[type=search],input[type=password],input[type=url],input[type=date],input[type=datetime],input[type=datetime-local],input[type=time],input[type=week],input[type=month],input[type=number],input[type=color],input:not([type]),textarea {
  transition: border-color .35s cubic-bezier(.3, .86, .36, .95);
  border: 2px solid #022a3c;
  font-size: 1rem;
  font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  line-height: 1;
  background-color: #ffffff;
  width: 100%;
  min-width: 0;
  height: 4.6875rem;
  padding: .25rem 1.1875rem;
  border-radius: 0;
  -webkit-appearance: none;
}

.buffer input[type=text],.buffer input[type=email],.buffer input[type=tel],.buffer input[type=search],.buffer input[type=password],.buffer input[type=url],.buffer input[type=date],.buffer input[type=datetime],.buffer input[type=datetime-local],.buffer input[type=time],.buffer input[type=week],.buffer input[type=month],.buffer input[type=number],.buffer input[type=color],.buffer input:not([type]),textarea {
  height: auto;
  padding: 1rem !important;
}

input[type=text]:focus,input[type=email]:focus,input[type=tel]:focus,input[type=search]:focus,input[type=password]:focus,input[type=url]:focus,input[type=date]:focus,input[type=datetime]:focus,input[type=datetime-local]:focus,input[type=time]:focus,input[type=week]:focus,input[type=month]:focus,input[type=number]:focus,input[type=color]:focus,input:not([type]):focus,textarea:focus {
  outline: none;
  border-color: red;
}

input[type=text]::-ms-clear,input[type=email]::-ms-clear,input[type=tel]::-ms-clear,input[type=search]::-ms-clear,input[type=password]::-ms-clear,input[type=url]::-ms-clear,input[type=date]::-ms-clear,input[type=datetime]::-ms-clear,input[type=datetime-local]::-ms-clear,input[type=time]::-ms-clear,input[type=week]::-ms-clear,input[type=month]::-ms-clear,input[type=number]::-ms-clear,input[type=color]::-ms-clear,input:not([type])::-ms-clear,textarea::-ms-clear {
  display: none;
}

input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=search]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=url]::-moz-placeholder, input[type=date]::-moz-placeholder, input[type=datetime]::-moz-placeholder, input[type=datetime-local]::-moz-placeholder, input[type=time]::-moz-placeholder, input[type=week]::-moz-placeholder, input[type=month]::-moz-placeholder, input[type=number]::-moz-placeholder, input[type=color]::-moz-placeholder, input:not([type])::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  text-transform: uppercase;
  color: #022a3c;
}

input[type=text]::placeholder,input[type=email]::placeholder,input[type=tel]::placeholder,input[type=search]::placeholder,input[type=password]::placeholder,input[type=url]::placeholder,input[type=date]::placeholder,input[type=datetime]::placeholder,input[type=datetime-local]::placeholder,input[type=time]::placeholder,input[type=week]::placeholder,input[type=month]::placeholder,input[type=number]::placeholder,input[type=color]::placeholder,input:not([type])::placeholder,textarea::placeholder {
  opacity: 1;
  text-transform: uppercase;
  color: #022a3c;
}

input[type=search]::-webkit-search-decoration,input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-results-button,input[type=search]::-webkit-search-results-decoration {
  display: none;
}

input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 60px #ffffff inset !important;
}

input:-webkit-autofill {
  -webkit-text-fill-color: #022a3c !important;
}

.custom-check {
  display: inline-flex;
  align-items: center;
  color: #ffffff;
  cursor: pointer;
}

.custom-check input[type=checkbox] {
  position: fixed;
  left: -9999px;
  top: -9999px;
  opacity: 0;
  visibility: hidden;
}

.custom-check input[type=checkbox]:checked~.fake-input {
  background-color: red;
}

.custom-check input[type=checkbox]:checked~.fake-input::after {
  opacity: 1;
  visibility: visible;
}

.custom-check .fake-input {
  width: 1.6875rem;
  height: 1.6875rem;
  border: 2px solid #ffffff;
  position: relative;
  flex-shrink: 0;
  margin-right: .875rem;
}

.custom-check .fake-input::after {
  transition: opacity .35s cubic-bezier(.3, .86, .36, .95), visibility .35s cubic-bezier(.3, .86, .36, .95);
  opacity: 0;
  visibility: hidden;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1rem;
  margin-top: -0.0625rem;
}

.custom-check .fake-label {
  flex-grow: 1;
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 700;
  padding: 0 0 .1875rem;
}

.check-group li {
  margin-bottom: 1.0625rem;
}

.resize-active *,.resize-active *:before,.resize-active *:after {
  transition: none !important;
}

.header {
  transition: background-color .35s cubic-bezier(.3, .86, .36, .95), margin .35s cubic-bezier(.3, .86, .36, .95);
  z-index: 100;
  position: absolute !important;
  left: 0;
  right: 0;
  top: 0;
}

.header .logo {
  transition: width .35s cubic-bezier(.3, .86, .36, .95);
  position: relative;
  z-index: 2;
  width: 11.625rem;
  flex-shrink: 0;
  margin-right: auto;
}

.logo {
  display: block;
}

.logo a {
  display: block;
}

.logo img {
  width: 100%;
}

.header-holder {
  transition: padding .35s cubic-bezier(.3, .86, .36, .95);
  padding: .875rem 0 0 1.25rem;
  position: relative;
}

.main-nav {
  width: 100%;
  line-height: 1;
  color: #ffffff;
  margin-bottom: 1.3125rem;
  font-family: "Oswald", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.main-nav>li {
  position: relative;
}

.main-nav>li>a {
  position: relative;
  z-index: 10;
  color: inherit;
  display: block;
  text-transform: uppercase;
  font-size: 1.875rem;
  padding: .6875rem 0;
  font-weight: 700;
}

.main-nav>li>a:hover {
  color: #022a3c;
}

.main-nav>li.active>a {
  color: #022a3c;
}

.main-nav a {
  text-decoration: none;
  display: block;
}

.drop {
  font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
}

.drop a {
  transition: background .35s cubic-bezier(.3, .86, .36, .95);
  position: relative;
  color: inherit;
}

.drop ul {
  color: #ffffff;
}

.drop .second-level-nav {
  margin-top: -0.4375rem;
  padding: 0 0 .6875rem;
}

.drop .second-level-nav>li {
  margin-bottom: -0.3125rem;
}

.drop .second-level-nav>li.active>a,.drop .second-level-nav>li:hover>a {
  background-color: #022a3c;
  color: #ffffff;
}

.drop .second-level-nav>li>a {
  padding: .8125rem .875rem .875rem;
}

.drop .third-level-nav {
  font-size: 1rem;
  padding: .75rem 0 .6875rem 1.9375rem;
}

.drop .third-level-nav a {
  transition: color .35s cubic-bezier(.3, .86, .36, .95);
  padding: .5rem;
}

.drop .third-level-nav a:hover {
  color: #022a3c;
}

.nav-active .main-nav-drop {
  opacity: 1;
  visibility: visible;
}

.nav-opener {
  transition: background .35s cubic-bezier(.3, .86, .36, .95), margin .35s cubic-bezier(.3, .86, .36, .95);
  display: inline-block;
  width: 3.125rem;
  height: 3.4375rem;
  text-indent: -9999px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 21;
  background-color: red;
  border-radius: 0;
}

.nav-opener:after,.nav-opener:before,.nav-opener span {
  transition: right .3s ease-in-out, transform .3s ease-in-out;
  content: "";
  position: absolute;
  height: .1875rem;
  left: .75rem;
  right: .75rem;
  background: #ffffff;
}

.nav-opener:after {
  top: 2.125rem;
}

.nav-opener span {
  top: 1.6875rem;
}

.nav-opener:before {
  top: 1.25rem;
  right: 1.1875rem;
}

.nav-opener:hover:before {
  right: .75rem;
}

.nav-active .nav-opener:before {
  transform: rotate(45deg);
  top: 1.6875rem;
  right: .6875rem;
  left: .3125rem;
}

.nav-active .nav-opener:after {
  transform: rotate(-45deg);
}

.nav-active .nav-opener span {
  opacity: 0;
}

.js-acc-hidden {
  visibility: hidden;
}

.alert-holder {
  overflow: hidden;
}

.alert-holder.clone-alert-holder {
  opacity: 0;
}

.alert-bar {
  transition: max-height .3s ease-in-out;
  background: #022a3c;
  color: #ffffff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 0 2.375rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -0.4px;
  max-height: 0;
}

.alert-bar .btn {
  border-radius: 0;
  padding: 0;
  font-size: .75rem;
  min-width: 0;
  padding: .5625rem .75rem;
}

.alert-bar .btn:hover {
  background: #ffffff;
  border-color: #ffffff;
  color: #022a3c;
}

.page-loaded .alert-bar {
  max-height: 12.5rem;
  transition-delay: 1s;
}

.alert-bar .alert-close {
  width: 1.5rem;
  height: 1.5rem;
  display: block;
  padding: .625rem;
  position: absolute;
  right: .4375rem;
  top: .9375rem;
}

.alert-bar .alert-close:after,.alert-bar .alert-close:before {
  content: "";
  width: .1875rem;
  height: 1.5rem;
  position: absolute;
  top: 50%;
  left: 50%;
  background: #ffffff;
  transform: translate(-50%, -50%) rotate(45deg);
}

.alert-bar .alert-close:before {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.alert-bar .text {
  text-align: center;
  padding: 2.75rem 0 1.375rem;
}

.alert-bar .text-wrap {
  letter-spacing: 0;
}

.alert-bar .icon-warning {
  position: absolute;
  left: .625rem;
  top: .75rem;
  font-size: 1.625rem;
  width: 10px;
  height: 10px;
}

.alert-bar-close .alert-bar {
  max-height: 0;
  transition-delay: 0s;
}

.search-opener {
  transition: color .35s cubic-bezier(.3, .86, .36, .95), background .35s cubic-bezier(.3, .86, .36, .95), height .35s cubic-bezier(.3, .86, .36, .95);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  font-size: 1rem;
  padding: .3125rem;
  width: 2.5rem;
  height: 2.875rem;
  margin-bottom: 1.375rem;
}

.search-opener:before,.search-opener:after {
  transition: background-color .35s cubic-bezier(.3, .86, .36, .95), opacity .35s cubic-bezier(.3, .86, .36, .95), visibility .35s cubic-bezier(.3, .86, .36, .95);
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 1.5rem;
  height: .1875rem;
  background: #ffffff;
  opacity: 0;
  visibility: hidden;
  width: .1875rem;
  height: 2.0625rem;
}

.search-opener:hover {
  text-decoration: none;
  background: red;
}

.search-active .search-opener {
  opacity: 0;
  visibility: hidden;
}

.search-form {
  position: relative;
  z-index: 11;
  margin-bottom: 2.0625rem;
}

.search-form .search-opener {
  transition: color .35s cubic-bezier(.3, .86, .36, .95), background .35s cubic-bezier(.3, .86, .36, .95), height .35s cubic-bezier(.3, .86, .36, .95);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  font-size: 1rem;
  padding: .3125rem;
  width: 2.75rem;
  height: 2.75rem;
}

.search-form .input-holder {
  position: relative;
  width: 100%;
  max-width: 31.375rem;
  margin-left: auto;
  margin-right: auto;
}

.search-form .btn-search {
  transition: opacity .35s cubic-bezier(.3, .86, .36, .95);
  background: rgba(0, 0, 0, 0);
  color: #ffffff;
  font-size: 1.25rem;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  padding: .0625rem .3125rem 0 0;
}

.search-form .btn-search:hover {
  opacity: .8;
}

.search-form .search-drop .search-opener {
  position: absolute;
  right: 0;
  top: 0;
  width: 2.5rem;
  height: 3.375rem;
  display: none;
  background-color: rgba(0, 0, 0, 0);
}

.search-form .search-drop .search-opener::before,.search-form .search-drop .search-opener::after {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%) rotate(45deg);
  background-color: #ffffff;
}

.search-form .search-drop .search-opener::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.search-active .search-form .search-drop .search-opener {
  display: block;
  opacity: 1;
  visibility: visible;
}

.search-form .search-drop .search-opener .icon-search {
  opacity: 0;
  visibility: hidden;
}

.search-form input[type=search],.search-form input[type=text] {
  width: 100%;
  color: #ffffff;
  background: rgba(0, 0, 0, 0);
  padding: .3125rem 1.875rem .3125rem 0;
  height: 2.8125rem;
  font-size: 1rem;
  border: 0;
  border-bottom: 4px solid #ffffff;
  text-transform: none;
}

.search-form input[type=search]::-moz-placeholder, .search-form input[type=text]::-moz-placeholder {
  color: #ffffff;
  text-transform: none;
}

.search-form input[type=search]::placeholder,.search-form input[type=text]::placeholder {
  color: #ffffff;
  text-transform: none;
}

.search-form input[type=search]:focus,.search-form input[type=text]:focus {
  outline-offset: 4px;
}

.social-networks {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 1.125rem;
  margin: 0 -0.4375rem;
}

.social-networks li {
  padding: 0 .4375rem;
}

.social-networks a {
  color: #022a3c;
  text-decoration: none;
  display: inline-block;
  vertical-align: top;
}

.social-networks a:hover {
  text-decoration: none;
  color: red;
}

.social-networks .icon-facebook {
  font-size: 1.4375rem;
}

.social-networks .icon-twitter {
  font-size: 1.25rem;
}

.social-networks .icon-youtube {
  font-size: .9375rem;
}

.social-networks .icon-instagram {
  font-size: 1.3125rem;
}

.container {
  max-width: 78.75rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  width: 100%;
}

.wrapper {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  min-height: calc(1vh*100);
  min-height: calc(var(--vh, 1vh)*100);
}

.wrapper-inner {
  min-height: 100vh;
  min-height: calc(1vh*100);
  min-height: calc(var(--vh, 1vh)*100);
  display: grid;
  grid-template-rows: auto 1fr auto;
  -ms-grid-template-columns: minmax(0, 1fr);
  grid-template-columns: minmax(0, 1fr);
}

.wrapper-inner .header {
  grid-row: 1;
}

.wrapper-inner .main {
  grid-row: 2;
}

.wrapper-inner .footer {
  grid-row: 3;
}

.footer {
  color: #ffffff;
  position: relative;
  z-index: 2;
}

.footer .container {
  max-width: 87.375rem;
}

.footer-panel .social-networks {
  justify-content: center;
}

.footer-panel .social-networks li {
  margin-bottom: 0;
}

.footer-panel .social-networks li:last-child {
  margin-bottom: 0;
}

.back-to-top {
  transition: background-color .35s cubic-bezier(.3, .86, .36, .95), color .35s cubic-bezier(.3, .86, .36, .95);
  width: 1.875rem;
  height: 1.875rem;
  font-size: .875rem;
  color: #ffffff;
  background-color: red;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
}

.back-to-top span {
  transform: rotate(-180deg);
  display: block;
}

.back-to-top:hover {
  color: #ffffff;
  background-color: #ffffff;
}

.location-layout .right-holder {
  position: relative;
  z-index: 3;
  padding: 1.5625rem 1.875rem 0;
}

.location-layout .right-holder::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: -9999px;
  bottom: 0;
  background-color: #022a3c;
  z-index: -1;
}

.location-layout .tab-content {
  order: 0;
}

.location-layout .tab-item {
  position: relative;
  z-index: 2;
}

.location-layout .tab-item .bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}

.location-layout .tab-item .bg img {
  width: 100%;
  height: 100%;
  max-width: none;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.location-layout .location-holder {
  position: relative;
  z-index: 2;
  padding: 2.0625rem 1.875rem 4rem;
  min-height: 79.2vw;
  text-align: left;
}

.location-layout .location-holder:after {
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  opacity: .9;
  z-index: -1;
  background: linear-gradient(to bottom, black 0%, rgba(0, 0, 0, 0) 100%);
}

.location-layout .location-holder .title {
  font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: 700;
  color: red;
  text-transform: capitalize;
  font-size: inherit;
  line-height: inherit;
  margin-bottom: 0;
}

.office-address {
  font-style: normal;
  font-weight: 600;
  font-family: "lato-semibold", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.office-address a {
  color: currentColor;
  text-decoration: none;
}

.office-address a:hover {
  text-decoration: underline;
}

.location-tabset {
  line-height: 1.2;
  margin-bottom: 2.8125rem;
}

.location-tabset>div {
  margin-bottom: 1.8125rem;
}

.location-tabset>div:last-child {
  margin-bottom: 0;
}

.location-tabset .tabset-item {
  transition: opacity .35s cubic-bezier(.3, .86, .36, .95);
  color: currentColor;
  font-weight: 700;
  opacity: .6;
  cursor: pointer;
}

.location-tabset .tabset-item:hover {
  opacity: 1;
}

.location-tabset .tabset-item[aria-selected=true] {
  opacity: 1;
}

.footer-bottom .logo {
  margin: 0 auto 2.125rem;
  width: 14rem;
}

.footer-nav {
  display: flex;
  flex-wrap: wrap;
  font-size: .875rem;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 -0.625rem;
}

.footer-nav li {
  padding: 0 .625rem;
  margin-bottom: .75rem;
}

.footer-nav a {
  color: currentColor;
  text-decoration: none;
}

.footer-nav a:hover {
  text-decoration: none;
  color: red;
}

.btn {
  transition: background-color .35s cubic-bezier(.3, .86, .36, .95), color .35s cubic-bezier(.3, .86, .36, .95), border-color .35s cubic-bezier(.3, .86, .36, .95);
  display: inline-block;
  vertical-align: top;
  color: #ffffff;
  background-color: red;
  border: .125rem solid red;
  padding: 1rem .9375rem;
  font-size: .8125rem;
  line-height: 1;
  font-weight: 700;
  font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  min-width: 11.3125rem;
}

.btn:hover {
  text-decoration: none;
  background-color: #022a3c;
  color: #ffffff;
  border-color: #022a3c;
}

.btn {
  text-transform: uppercase;
}

.btn.btn-secondary {
  background-color: #022a3c;
  border-color: #022a3c;
}

.btn.btn-secondary:hover {
  background-color: red;
  border-color: red;
}

.section-heading {
  position: relative;
  font-size: 1rem;
  line-height: 1.625;
  text-align: center;
}

.section-heading:before {
  content: "";
  background-color: red;
  display: block;
  margin: 0 auto .6875rem;
  width: 3.125rem;
  height: .375rem;
}

.section-heading h2,.section-heading .h2 {
  font-size: 2.625rem;
  line-height: 1.214;
  margin-bottom: .375rem;
}

.section-heading h2:last-child,.section-heading .h2:last-child {
  margin-bottom: 0;
}

.section-heading p {
  margin-bottom: 1.4375rem;
}

.section-heading p:last-child {
  margin-bottom: 0;
}

.intro-section-wrap {
  position: relative;
  z-index: 2;
  overflow: hidden;
  text-align: center;
}

.intro-section-wrap .intro-slider {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.intro-section-wrap>.container {
  position: relative;
  z-index: 2;
}

.intro-section-wrap .intro-inner {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  color: #ffffff;
  padding: 4.1875rem 0 4.75rem;
  min-height: 27.0625rem;
}

.intro-section-wrap .intro-inner.intro-slider {
  display: block;
}

.intro-section-wrap .intro-inner.intro-slider:after {
  display: none;
}

.intro-section-wrap .intro-heading {
  transition: opacity .35s cubic-bezier(.3, .86, .36, .95), visibility .35s cubic-bezier(.3, .86, .36, .95);
  opacity: 0;
  visibility: hidden;
  transition-delay: .8s;
  transition-duration: .6s;
}

.page-loaded .intro-section-wrap .intro-heading {
  opacity: 1;
  visibility: visible;
}

.intro-section-wrap .display-1 {
  color: currentColor;
  margin: 0 0 1.25rem;
}

.intro-section {
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.intro-section::after,
.bg-video-holder::after {
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  background-color: #000000;
  opacity: .34;
}

.intro-section--single {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.intro-slider {
  margin-bottom: 0 !important;
}

.intro-slider .slick-track,.intro-slider .slick-list {
  height: 100%;
}

.intro-slider .slick-autoplay-toggle-button {
  opacity: 0;
  visibility: hidden;
}

.intro-slider img {
  width: 131%;
  height: 100%;
  max-width: none;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.bg-video-holder {
  overflow: hidden;
  background-size: cover;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
}

.bg-video-holder.video-active .video-poster {
  opacity: 0;
  visibility: hidden;
}

.bg-video-holder .video-poster {
  transition: opacity .35s cubic-bezier(.3, .86, .36, .95), visibility .35s cubic-bezier(.3, .86, .36, .95);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.bg-video-holder .bg-video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity .3s ease;
  pointer-events: none;
}

.video-active .bg-video {
  opacity: 1;
}

.statistic-section {
  position: relative;
  z-index: 4;
}

.statistic-section-holder {
  background-color: #ffffff;
  margin-top: -2.6875rem;
  padding: 1.1875rem 0;
}

.statistic-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -0.625rem;
}

.statistic-item {
  text-transform: uppercase;
  color: #022a3c;
  text-align: center;
  width: 7.5rem;
  margin: 0 .625rem 2.375rem;
}

.statistic-item .title {
  display: block;
  text-transform: uppercase;
  font-size: 1rem;
  line-height: 1;
  display: block;
  font-weight: 700;
}

.statistic-item .value {
  color: red;
  font-family: "Bebas Neue", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: 400;
  font-size: 3rem;
  line-height: 1;
  margin-bottom: 0;
  display: block;
}

@media (max-width: 640px){
  .statistic-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 0 -0.625rem;
  }

  .statistic-item {
    width: 100%;
    margin: 0 0 1.375rem;
  }
}


.services-section {
  padding: .5625rem 0 2.0625rem;
  position: relative;
  z-index: 4;
}

.services-section .section-heading {
  margin-bottom: 1rem;
}

.services-section .section-heading .content {
  margin-bottom: 1rem;
}

.services-section .slider-controls {
  display: flex;
  justify-content: center;
}

.services-section .slick-arrow {
  transition: color .35s cubic-bezier(.3, .86, .36, .95);
  position: static;
  transform: translateY(0);
  color: #022a3c;
  width: 2.1875rem;
  height: 2.1875rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.services-section .slick-arrow [class*=icon-] {
  font-size: 1.6875rem;
  line-height: 1;
}

.services-section .slick-arrow:hover {
  color: red;
}

.services-items .slick-track {
  display: flex;
}

.services-items .slick-slide {
  height: auto;
  display: flex;
}

.services-item {
  text-align: center;
  margin-bottom: 20px;
  width: 9rem;
  min-height: 9.125rem;
  display: flex;
  margin: 0 .1875rem;
}

.services-item.active a {
  background-color: #e1e1e1;
  padding: 0;
}

.services-item .link {
  transition: background-color .35s cubic-bezier(.3, .86, .36, .95);
  display: block;
  text-decoration: none;
  color: #022a3c;
  background-color: rgba(225, 225, 225, .55);
  padding: .5625rem 1rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.services-item .icon-holder {
  margin-bottom: .5rem;
  display: block;
}

.services-item .holder {
  display: block;
}

.services-item .icon-holder img {
  transform: scale(.7);
  display: inline-block;
  vertical-align: top;
}

.services-item h3,.services-item .h3 {
  font-size: 1rem;
  line-height: 1.25;
  font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: 700;
  margin-bottom: 0;
}


.news-section {
  position: relative;
  z-index: 3;
}

.news-section .container {
  max-width: 81.75rem;
}

.news-section .tab-content {
  margin: 0 -1.875rem;
  position: relative;
}

.news-section .tab-item {
  padding: 3.9375rem 1.875rem 2.9375rem;
  position: relative;
  z-index: 2;
}

.news-section .tab-item::after {
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: -1;
}

.news-section-controls {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

#content-news-tab::after {
  background-color: #022a3c;
}

#content-twitter-tab {
  padding: 1.875rem 1.5rem 2.125rem;
}

#content-twitter-tab::after {
  background-color: #80949d;
}

#content-twitter-tab .btn-holder {
  text-align: center;
  padding-right: .9375rem;
}

#content-survey-tab {
  padding: 1.75rem 2.0625rem 3.875rem 1.8125rem;
}

#content-survey-tab::after {
  background-color: #425f6d;
}

.news-section-controls {
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  font-family: "Bebas Neue", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  cursor: pointer;
  font-size: 0;
  line-height: 0;
}

.news-section-controls .mobile-icon {
  font-size: 1.875rem;
  line-height: 1;
}

.news-section-controls .icon-twitter-lg {
  font-size: 2.25rem;
}

.news-section-controls-item {
  padding: .625rem .75rem;
  height: 3.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}

.news-section-controls-item#news-tab {
  background-color: #022a3c;
}

.news-section-controls-item#twitter-tab {
  background-color: rgba(2, 42, 60, .5);
}

.news-section-controls-item#survey-tab {
  background-color: rgba(2, 42, 60, .75);
}

[role=tabpanel].is-hidden {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
}

.event-items {
  margin-bottom: 2.25rem;
}

.event-item {
  font-size: 1rem;
  line-height: 1.625;
  font-weight: 700;
  color: #ffffff;
  display: grid;
  grid-template-columns: 4.6875rem 1fr;
  grid-gap: 0 1rem;
  gap: 0 1rem;
  margin-bottom: 2.6875rem;
}

.event-item:last-child {
  margin-bottom: 0;
}

.event-item .description {
  margin-top: -0.375rem;
}

.event-item a {
  text-decoration: none;
  color: currentColor;
}

.event-item h3 {
  color: currentColor;
  font-weight: 400;
  font-size: inherit;
  line-height: inherit;
  text-transform: uppercase;
  margin-bottom: 0;
  color: red;
  font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  margin-bottom: .6875rem;
}

.event-item h3:last-child {
  margin-bottom: 0;
}

.event-item .date {
  border-top: .9375rem solid red;
  padding: 1.1875rem 0;
  font-weight: 400;
  font-size: 3rem;
  line-height: 1.1;
  text-transform: uppercase;
  text-align: center;
  font-family: "Bebas Neue", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.event-item .date span {
  display: block;
  font-size: 1.375rem;
  font-weight: 700;
  margin-bottom: -0.3125rem;
  font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.subscribe-form label {
  display: block;
  font-size: 2.5rem;
  line-height: 1;
  margin-bottom: .1875rem;
  color: #ffffff;
}

.subscribe-form .input-group {
  display: flex;
}

.subscribe-form .input-wrap {
  position: relative;
  flex-grow: 1;
}

.subscribe-form input[type=email],.subscribe-form input[type=text] {
  height: 4.375rem;
  border: .125rem solid rgba(0, 0, 0, 0);
  padding: .375rem .6875rem;
  font-size: 1rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: #022a3c;
  background-color: #ffffff;
}

.subscribe-form input[type=email]:focus,.subscribe-form input[type=text]:focus {
  border-color: rgba(2, 42, 60, .6);
  outline: none;
}

.subscribe-form input[type=email]::-moz-placeholder, .subscribe-form input[type=text]::-moz-placeholder {
  font-size: 0;
  line-height: 0;
}

.subscribe-form input[type=email]::placeholder,.subscribe-form input[type=text]::placeholder {
  font-size: 0;
  line-height: 0;
}

.subscribe-form input[type=email]:not(:-moz-placeholder-shown)+.fake-label, .subscribe-form input[type=text]:not(:-moz-placeholder-shown)+.fake-label {
  opacity: 0;
  visibility: hidden;
}

.subscribe-form input[type=email]:focus+.fake-label,.subscribe-form input[type=email]:not(:placeholder-shown)+.fake-label,.subscribe-form input[type=text]:focus+.fake-label,.subscribe-form input[type=text]:not(:placeholder-shown)+.fake-label {
  opacity: 0;
  visibility: hidden;
}

.subscribe-form .btn {
  background-color: #9a9a9a;
  border-color: #9a9a9a;
  color: #ffffff;
  flex-shrink: 0;
}

.subscribe-form .btn:hover {
  background-color: red;
  border-color: red;
}

.subscribe-form .btn .mobile-icon {
  font-size: 2.4375rem;
  line-height: 1;
}

.subscribe-form .fake-label {
  transition: opacity .35s cubic-bezier(.3, .86, .36, .95), visibility .35s cubic-bezier(.3, .86, .36, .95);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  line-height: 1.2;
  font-size: 1rem;
  font-size: inherit;
  pointer-events: none;
  color: #022a3c;
  padding: 0 .9375rem;
  width: 100%;
  text-transform: uppercase;
}

.subscribe-form .fake-label span {
  width: 100%;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.social-items {
  margin-bottom: 2.9375rem;
  padding: 0 .5rem 0 1.4375rem;
}

.social-items .slick-arrow {
  transition: color .35s cubic-bezier(.3, .86, .36, .95);
  z-index: 4;
  color: #ffffff;
}

.social-items .slick-arrow:hover {
  color: red;
}

.social-items .slick-arrow.slick-next {
  right: -1.0625rem;
}

.social-items .slick-arrow [class*=icon-] {
  font-size: 1.6875rem;
}

.social-item {
  color: #ffffff;
  font-style: italic;
  font-size: 1.125rem;
  line-height: 1.166;
  padding: 0 2px;
}

.social-item p {
  margin-bottom: 0;
}

.social-item .post-details {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0;
  font-size: .875rem;
  padding: 1rem 0 0 .375rem;
}

.social-item .post-details .author::after {
  content: "";
  width: .125rem;
  height: .875rem;
  background-color: #ffffff;
  display: inline-block;
  vertical-align: middle;
  margin: .1875rem .4375rem 0 .5rem;
}

.social-item .post-details [class*=icon-] {
  margin: 0 .5rem 0 0;
  flex-shrink: 0;
  font-size: 2.125rem;
}

.social-item .post-details a {
  text-decoration: none;
  color: currentColor;
  display: inline-flex;
  align-items: center;
}

.social-item .post-details a:hover {
  color: red;
}

.subscribe-open-close {
  transition: margin .3s ease-in-out, transform .3s ease-in-out .5s, opacity .3s ease-in-out .5s, visibility .3s ease-in-out .5s;
  position: fixed;
  z-index: 999;
  bottom: 0;
  right: 0;
  color: #ffffff;
  background-color: #022a3c;
  transform: translateY(150%);
  opacity: 0;
  visibility: hidden;
  padding: 4.5625rem 2.1875rem 2.3125rem;
}

.subscribe-open-close::after {
  content: "";
  right: 0;
  top: 0;
  position: absolute;
  height: .8125rem;
  background-color: red;
  width: 9.375rem;
}

.subscribe-open-close.subscribe-open {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.subscribe-open-close .popup-heading {
  margin: 0 0 .875rem;
}

.subscribe-open-close h2 {
  color: #ffffff;
  font-size: 1.875rem;
  margin-bottom: 0;
  letter-spacing: 0;
  text-transform: capitalize;
}

.subscribe-open-close .text-block {
  font-size: .875rem;
  line-height: 1.428;
  margin: 0 1.625rem 1.5rem 0;
  font-weight: 700;
}

.subscribe-open-close .opener {
  transition: background .35s cubic-bezier(.3, .86, .36, .95);
  position: absolute;
  width: 3.125rem;
  height: 3.125rem;
  right: -0.375rem;
  top: 1.375rem;
  display: block;
}

.subscribe-open-close .opener:after,.subscribe-open-close .opener:before {
  content: "";
  width: .1875rem;
  height: 2rem;
  top: 50%;
  left: 50%;
  position: absolute;
  background: #ffffff;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.subscribe-open-close .opener:before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.subscribe-open .subscribe-open-close {
  transform: translateY(0);
}

.subscribe-open-close .input-group input[type=email] {
  height: 3.3125rem;
  border: 0;
  color: #4b4b4b;
  background-color: #ffffff;
  font-size: .875rem;
  padding: .25rem 1.4375rem;
  margin-bottom: .875rem;
  width: 100%;
  border: .125rem solid rgba(0, 0, 0, 0);
}

.subscribe-open-close .input-group input[type=email]::-moz-placeholder {
  opacity: 1;
  color: #4b4b4b;
}

.subscribe-open-close .input-group input[type=email]::placeholder {
  opacity: 1;
  color: #4b4b4b;
}

.subscribe-open-close .input-group input[type=email]:focus {
  outline: none;
  border-color: red;
}

.subscribe-open-close .input-group button[type=submit] {
  cursor: pointer;
}

.subscribe-open-close .btn {
  min-width: 10.6875rem;
}

.subscribe-open-close .btn:hover {
  background-color: #ffffff;
  color: #022a3c;
  border-color: #ffffff;
}

.contact-form {
  color: #ffffff;
}

.contact-form .label {
  display: block;
  margin-bottom: 1.625rem;
  font-size: 1.125rem;
  line-height: 1.444;
  font-weight: 700;
}

.contact-form .form-group {
  margin-bottom: 1.6875rem;
}

.contact-form .check-list {
  margin-bottom: 1.5625rem;
  margin-right: -0.625rem;
}

.contact-form .captcha-placeholder {
  margin-bottom: 1.625rem;
}

.contact-form .btn-wrap {
  margin-bottom: 1.4375rem;
}

.contact-form .btn {
  font-size: .9375rem;
}

.contact-form .form-notes {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.625;
}

.about-section {
  position: relative;
  z-index: 2;
  color: #ffffff;
  text-align: center;
  padding: 2.6875rem 0 0;
  overflow: hidden;
}

.about-section .bg-section {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}

.about-section .bg-section:after {
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  background-color: rgba(0, 0, 0, .4);
}

.about-section .bg-section img {
  width: 100%;
  height: 100%;
  max-width: none;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.about-section .container {
  position: relative;
  max-width: 78.375rem;
}

.about-section .description {
  margin-bottom: 1.4375rem;
}

.about-section .section-heading h2,.about-section .section-heading .h2 {
  color: #ffffff;
  margin-bottom: .625rem;
}

.about-section .section-heading p {
  margin-bottom: 1.625rem;
}

.about-section .photo {
  margin: 0 -2.25rem -3.25rem -0.75rem;
}

.about-section .photo img {
  max-width: 19.375rem;
}

.issues-section {
  padding: 3.0625rem 0 3.9375rem;
}

.issues-section .container {
  max-width: 78.375rem;
}

.issues-section .container.container--lg {
  max-width: 89.9375rem;
}

.issues-section .section-heading {
  padding-bottom: 1.125rem;
}

.issue-item {
  display: block;
  display: flex;
  text-align: center;
  margin-bottom: 1.25rem;
}

.issue-item:last-child {
  margin-bottom: 0;
}

.issue-item>a {
  width: 100%;
  text-decoration: none;
  position: relative;
  z-index: 2;
  overflow: hidden;
  padding-top: 99.5%;
  color: #ffffff;
}

.issue-item>a:focus {
  outline-offset: .25rem;
}

.issue-item>a:hover img {
  transform: scale(1.1);
}

.issue-item .bg {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}

.issue-item .bg:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 25%;
  opacity: .71;
  background: linear-gradient(to top, black 0%, rgba(0, 0, 0, 0) 100%);
}

.issue-item .bg img {
  transition: transform .35s cubic-bezier(.3, .86, .36, .95);
  transition-duration: .6s;
  width: 100%;
  height: 100%;
  max-width: none;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.issue-item .description {
  display: block;
  position: absolute;
  left: 1.5625rem;
  right: 1.5625rem;
  bottom: 1.4375rem;
}

.issue-item .title {
  display: block;
  color: currentColor;
  font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: 700;
  text-transform: capitalize;
  font-size: 1.25rem;
  line-height: 1.5;
}

.issue-item .title:last-child {
  margin-bottom: 0;
}

.buffer h2.newsie-titler {
  font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.buffer .newsie-details {
  color: rgba(2, 42, 60, .75);
}

.buffer .calblocker .newsie-details {
  line-height: 1.75rem;
}

@media (min-width: 520px) {
  .intro-slider img {
    width: 100%;
  }
}

@media (min-width: 640px) {
  .issue-items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 2.5rem 2rem;
    gap: 2.5rem 2rem;
  }

  .issue-item {
    margin-bottom: 0;
  }

  .issue-item>a {
    padding-top: 100%;
  }
}

@media (min-width: 768px) {
  body {
    font-size: 1.1875rem;
    line-height: 1.578;
  }

  h1,.h1 {
    font-size: 3.75rem;
    line-height: 1.04;
  }

  h2,.h2 {
    font-size: 2.125rem;
    line-height: 1.1;
  }

  h3,.h3 {
    font-size: 1.875rem;
  }

  .display-1 {
    font-size: 4.5rem;
    line-height: .88;
  }

  input[type=text],input[type=email],input[type=tel],input[type=search],input[type=password],input[type=url],input[type=date],input[type=datetime],input[type=datetime-local],input[type=time],input[type=week],input[type=month],input[type=number],input[type=color],input:not([type]),textarea {
    padding: .3125rem 2.125rem;
    height: 5.5rem;
    font-size: 1.125rem;
  }

  .check-group li {
    margin-bottom: 1rem;
  }

  .header .logo {
    width: 18.25rem;
  }

  .header .right-panel {
    display: none;
  }

  .header-holder {
    padding: 1.8125rem 0 1.8125rem 2.1875rem;
  }

  .drop-holder .social-networks {
    transition: top .35s cubic-bezier(.3, .86, .36, .95);
    display: block;
    margin: 0;
    position: fixed;
    right: .3125rem;
    top: 5.5rem;
  }

  .drop-holder .social-networks:after {
    content: "";
    left: 0;
    right: -1rem;
    top: -2.3125rem;
    bottom: 0;
    position: absolute;
    background-color: #ffffff;
    z-index: -1;
  }

  .fixed-position .drop-holder .social-networks {
    position: absolute;
    right: -3.5rem;
    top: 6.25rem;
  }

  .drop-holder .social-networks li {
    margin-bottom: .9375rem;
  }

  .main-nav {
    margin-bottom: 0;
  }

  .main-nav>li>a {
    font-size: 2.25rem;
    padding: .75rem .375rem;
  }

  .drop {
    font-size: 1.5rem;
  }

  .drop .second-level-nav {
    margin-top: -0.3125rem;
    padding: 0 0 .25rem .4375rem;
  }

  .drop .second-level-nav>li {
    margin-bottom: -0.4375rem;
  }

  .drop .second-level-nav>li>a {
    padding: 1rem .9375rem .9375rem;
  }

  .drop .third-level-nav {
    font-size: 1.125rem;
    padding: .375rem 0 .8125rem 2rem;
  }

  .main-nav-drop {
    transition: transform .35s cubic-bezier(.3, .86, .36, .95), opacity .35s cubic-bezier(.3, .86, .36, .95), visibility .35s cubic-bezier(.3, .86, .36, .95);
    opacity: 0;
    visibility: hidden;
    width: 27.9375rem;
    position: fixed;
    top: 0;
    right: 3.8125rem;
    padding: 4.75rem 3.3125rem;
    max-height: 100vh;
    overflow: hidden;
    overflow-y: auto;
    transform: translateX(100%);
    background-color: red;
    z-index: 20;
  }

  .nav-active .main-nav-drop {
    transform: translateX(0);
  }

  .nav-opener {
    width: 3.8125rem;
    height: 4.5rem;
    position: fixed;
  }

  .nav-opener:after,.nav-opener:before,.nav-opener span {
    height: .3125rem;
    right: .8125rem;
    left: 1rem;
  }

  .nav-opener:after {
    top: 3rem;
  }

  .nav-opener span {
    top: 2.3125rem;
  }

  .nav-opener:before {
    top: 1.625rem;
    right: 1.375rem;
  }

  .nav-active .nav-opener:before,.nav-active .nav-opener:after {
    height: .25rem;
    left: 1.75rem;
    right: 2.0625rem;
  }

  .nav-active .nav-opener:before {
    top: 2.0625rem;
    left: .9375rem;
    right: .8125rem;
  }

  .nav-active .nav-opener:after {
    top: 2.875rem;
  }

  .alert-bar {
    padding: 0 6.5rem;
  }

  .alert-bar .alert-close {
    right: 1.5625rem;
    top: 50%;
    transform: translateY(-50%);
  }

  .alert-bar .text {
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.5rem 0;
  }

  .alert-bar .text p {
    margin: 0;
  }

  .alert-bar .text-wrap {
    width: calc(100% - 150px);
  }

  .alert-bar .icon-warning {
    transform: translateY(-50%);
    top: 41%;
    left: 1.5rem;
  }

  .search-opener {
    margin-bottom: 0;
  }

  .search-active .search-opener:before,.search-active .search-opener:after {
    opacity: 1;
    visibility: visible;
  }

  .search-opener:before {
    transform: translate(-50%, -50%) rotate(-45deg);
  }

  .search-active .search-opener .icon-search:before {
    opacity: 0;
    visibility: hidden;
  }

  .search-form {
    position: absolute;
    right: 0;
    top: 0;
    margin-bottom: 0;
  }

  .search-form .search-opener {
    width: 4.5rem;
    height: 4.5rem;
    font-size: 1.625rem;
    position: relative;
    padding: 6px 11px 0 0;
  }

  .search-form .input-holder {
    max-width: 39.75rem;
  }

  .search-form .btn-search {
    font-size: 1.875rem;
    padding: 0 .5625rem 0 0;
  }

  .search-form .search-drop {
    transition: opacity .35s cubic-bezier(.3, .86, .36, .95), visibility .35s cubic-bezier(.3, .86, .36, .95);
    margin: 0;
    background: rgba(2, 42, 60, .9);
    position: fixed;
    top: 0;
    left: 0;
    right: 3.8125rem;
    bottom: 0;
    z-index: 10;
    opacity: 0;
    padding: 7.625rem 3.125rem;
    visibility: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .search-active .search-form .search-drop {
    opacity: 1;
    visibility: visible;
  }

  .search-form .search-drop .search-opener {
    width: 4.6875rem;
    height: 5.1875rem;
  }

  .search-form input[type=search],.search-form input[type=text] {
    height: 4.125rem;
    padding: .625rem 4.25rem .25rem .8125rem;
    font-size: 1.75rem;
    border-bottom: 4px solid #ffffff;
    letter-spacing: .01875rem;
  }

  .social-networks {
    margin: 0 -0.5rem;
  }

  .social-networks li {
    padding: 0 .5rem;
  }

  .social-networks .icon-facebook {
    font-size: 1.875rem;
  }

  .social-networks .icon-twitter {
    font-size: 1.75rem;
  }

  .social-networks .icon-youtube {
    font-size: 1.25rem;
  }

  .social-networks .icon-instagram {
    font-size: 1.6875rem;
  }

  .container {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
    max-width: 68.6875rem;
  }

  .wrapper-inner .header {
    padding-right: 3.8125rem;
  }

  .wrapper-inner .main {
    padding-right: 3.8125rem;
  }

  .with-negative-right-indent {
    margin-right: -3.8125rem;
  }

  .footer {
    padding-left: 3.75rem;
  }

  .footer-layout {
    display: grid;
    grid-template-rows: 1 auto;
  }

  .footer-panel {
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-self: center;
    text-align: center;
  }

  .footer-panel .social-networks {
    display: block;
    margin-bottom: 2.3125rem;
  }

  .footer-panel .social-networks li {
    margin-bottom: 1rem;
  }

  .back-to-top {
    width: 3.75rem;
    height: 3.8125rem;
    font-size: 1.6875rem;
  }

  .back-to-top:hover {
    background-color: #022a3c;
  }

  .location-layout {
    display: grid;
    grid-template-columns: 59% 1fr;
    margin-left: -3.75rem;
    grid-column: 1/3;
    grid-row: 1/1;
  }

  .location-layout .right-holder {
    display: flex;
    flex-direction: column;
    order: 1;
    padding: 2rem 1.375rem;
    min-height: 27.625rem;
  }

  .location-layout .tab-content {
    display: flex;
  }

  .location-layout .tab-item {
    width: 100%;
  }

  .location-layout .location-holder {
    min-height: 0;
    padding: 1.8125rem 1.8125rem 2.5rem;
  }

  .location-layout .location-holder .title {
    font-size: 1rem;
    line-height: 1.625;
  }

  .office-address {
    font-size: 1rem;
    line-height: 1.625;
  }

  .location-tabset {
    flex-grow: 1;
    margin-bottom: 1.5625rem;
    font-size: 1rem;
  }

  .footer-bottom {
    flex-shrink: 0;
    margin-top: auto;
    margin-left: auto;
    width: 58%;
    margin-right: -1.3125rem;
    grid-column: 1/3;
    grid-row: 1/1;
    position: relative;
    z-index: 4;
    padding: 0 0 2.0625rem;
  }

  .footer-bottom .logo {
    margin: 0 0 1.9375rem auto;
  }

  .footer-nav {
    margin-bottom: 0;
    font-size: .875rem;
    margin: 0 -0.8125rem 0 -90%;
    justify-content: flex-end;
  }

  .footer-nav li {
    margin-bottom: 0;
    padding: 0 .8125rem;
  }

  .btn {
    min-width: 14.5rem;
    padding: 1.3125rem .9375rem;
    font-size: 1.0625rem;
  }

  .section-heading {
    text-align: left;
  }

  .section-heading:before {
    width: 3.125rem;
    margin: 0 0 .625rem;
  }

  .section-heading h2,.section-heading .h2 {
    margin-bottom: .5625rem;
  }

  .section-heading p {
    margin-bottom: 2.6875rem;
  }

  .intro-section-wrap {
    text-align: left;
  }

  .intro-section-wrap .intro-inner {
    padding: 6.6875rem 0 10.9375rem;
    min-height: 41.9375rem;
    justify-content: flex-start;
  }

  .intro-section-wrap .intro-inner.intro-slider {
    min-height: calc(100vh - 435px);
  }

  .intro-section-wrap .display-1 {
    margin: 0 0 1.0625rem;
  }

  .statistic-section {
    display: flex;
    justify-content: flex-end;
  }

  .statistic-section .container {
    margin: 0;
    max-width: 941px;
  }

  .statistic-section-holder {
    margin: -6rem -3.75rem 0 3.375rem;
    padding: 1.6875rem 0;
  }

  .statistic-items {
    justify-content: flex-start;
    margin: 0 -0.3125rem 0 0;
  }

  .statistic-item {
    width: 25%;
    margin: 0;
    padding: 0 .625rem 2.375rem;
  }

  .statistic-item .title {
    font-size: 1.125;
  }

  .statistic-item .value {
    font-size: 3.75rem;
    margin-bottom: .625rem;
  }

  .services-section {
    padding: 1.75rem 0 3.5rem;
  }

  .services-section .section-heading {
    margin-bottom: 0;
    margin-top: -0.8125rem;
    position: relative;
  }

  .services-section .section-heading h2,.services-section .section-heading .h2 {
    padding-right: 40px;
  }

  .services-layout {
    display: grid;
    grid-template-columns: 13.125rem 1fr;
    grid-gap: 0 1.25rem;
    gap: 0 1.25rem;
  }

  .services-layout .service-items-holder {
    margin-right: -3.75rem;
    overflow: hidden;
  }

  .services-items {
    max-width: 100%;
  }

  .services-item {
    width: 12.5rem;
    min-height: 12.6875rem;
    margin: 0 .3125rem;
  }

  .services-item .icon-holder {
    margin-bottom: 1.5rem;
  }

  .services-item .icon-holder img {
    transform: scale(1);
  }

  .services-item h3,.services-item .h3 {
    font-size: 1.125rem;
    line-height: 1.33;
  }

  .news-section {
    margin-bottom: -12rem;
  }

  .news-section .tab-content {
    margin: 0;
  }

  .news-section .tab-item {
    padding: 4.5rem 2.25rem 3.3125rem;
  }

  #content-twitter-tab {
    padding: 4.0625rem 2.1875rem 2.875rem;
  }

  #content-twitter-tab .btn-holder {
    padding-right: 1.4375rem;
  }

  #content-survey-tab {
    padding: 3.5rem 2.625rem 1.8125rem;
  }

  .news-section-controls {
    font-size: 1.5rem;
    line-height: 1;
  }

  .news-section-controls .mobile-icon {
    display: none;
  }

  .news-section-controls-item {
    height: auto;
    padding: 1.75rem .75rem 1.3125rem;
  }

  .event-items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 1.875rem 3.1875rem;
    gap: 1.875rem 3.1875rem;
    margin-bottom: 2.5625rem;
  }

  .event-item {
    grid-template-columns: 4.625rem 1fr;
    grid-column-gap: .9375rem;
    -moz-column-gap: .9375rem;
    column-gap: .9375rem;
    margin-bottom: 0;
  }

  .subscribe-form label {
    margin-bottom: .375rem;
  }

  .subscribe-form input[type=email],.subscribe-form input[type=text] {
    height: 5.5rem;
    font-size: 1.125rem;
    border-right: 0;
    padding: .25rem 1.125rem;
  }

  .subscribe-form .btn {
    font-size: 1.375rem;
    min-width: 13.0625rem;
  }

  .subscribe-form .btn .mobile-icon {
    display: none;
  }

  .subscribe-form .fake-label {
    font-size: 1.125rem;
    padding: 0 1.125rem;
  }

  .social-items {
    margin-bottom: 4.625rem;
    padding: 0 2.6875rem 0 3.625rem;
  }

  .social-items .slick-arrow {
    margin-top: 1.3125rem;
    height: 1.9375rem;
    width: 1.4375rem;
  }

  .social-items .slick-arrow.slick-prev {
    left: -0.3125rem;
  }

  .social-items .slick-arrow.slick-next {
    right: 0;
  }

  .social-item {
    font-size: 1.625rem;
    line-height: 1.269;
  }

  .social-item .description {
    letter-spacing: .01875rem;
    padding: 0 .125rem;
  }

  .social-item .post-details {
    font-size: 1.125rem;
    padding: .8125rem 0 .125rem;
  }

  .social-item .post-details .author::after {
    margin: .25rem .625rem 0 .6875rem;
    height: 1.125rem;
  }

  .social-item .post-details [class*=icon-] {
    margin: 0 .9375rem 0 0;
    font-size: 2.0625rem;
  }

  .subscribe-open-close {
    width: 31.875rem;
    padding: 4.5625rem 4.6875rem 3.375rem 3.1875rem;
  }

  .subscribe-open-close::after {
    width: 15.9375rem;
    height: 1.125rem;
  }

  .social-panel-active .subscribe-open-close {
    margin: 0 -32rem 0 0;
  }

  .subscribe-open-close .popup-heading {
    margin: 0 0 .6875rem;
  }

  .subscribe-open-close h2 {
    font-size: 3rem;
  }

  .subscribe-open-close .text-block {
    margin: 0 0 1.25rem;
    font-size: 1rem;
    line-height: 1.4;
  }

  .subscribe-open-close .subscribe-form {
    padding: .875rem 0 0;
    max-width: 34.6875rem;
  }

  .subscribe-open-close .opener {
    width: 5.4375rem;
    height: 4.5625rem;
    right: -0.4375rem;
    top: 1.1875rem;
  }

  .subscribe-open-close .opener:after,.subscribe-open-close .opener:before {
    width: 3px;
    height: 2.1875rem;
  }

  .subscribe-open-close .input-group input[type=email] {
    padding: .25rem 1.5rem;
    margin-bottom: 1.4375rem;
    font-size: 1rem;
  }

  .contact-form .label {
    font-size: 1.25rem;
    margin-bottom: 2.6875rem;
  }

  .contact-form .form-group {
    margin-bottom: 2.375rem;
  }

  .contact-form .check-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 0 1.75rem;
    gap: 0 1.75rem;
    margin-bottom: 1.125rem;
  }

  .contact-form .captcha-placeholder {
    width: 100%;
    max-width: 26.6875rem;
    margin-bottom: 2.1875rem;
  }

  .contact-form .captcha-placeholder img {
    max-width: 100%;
  }

  .contact-form .btn-wrap {
    margin-bottom: 2.25rem;
  }

  .contact-form .btn {
    font-size: 1.375rem;
    padding: 1.9375rem .75rem;
    min-width: 14.125rem;
  }

  .contact-form .form-notes {
    font-size: 1.125rem;
    line-height: 1.666;
    max-width: 25rem;
  }

  .about-section {
    padding: 14.375rem 0 9.75rem;
    min-height: 49.375rem;
    display: flex;
    margin-bottom: -7.75rem;
  }

  .about-section .description {
    max-width: 20.0625rem;
  }

  .about-section .section-heading h2,.about-section .section-heading .h2 {
    margin-bottom: 1.125rem;
  }

  .about-section .section-heading p {
    margin-bottom: 1.8125rem;
  }

  .about-section .photo {
    position: absolute;
    right: -1.5625rem;
    bottom: -7.0625rem;
    width: 30.8125rem;
  }

  .about-section .photo img {
    max-width: 100%;
  }

  .issues-section {
    padding: 0 0 2.8125rem;
  }

  .issues-section .heading-holder {
    display: flex;
  }

  .issues-section .section-heading {
    padding: 3.125rem 4.8125rem 4.6875rem 0;
    position: relative;
    z-index: 2;
  }

  .issues-section .section-heading::after {
    content: "";
    left: -9999px;
    top: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    background-color: #ffffff;
    z-index: -1;
  }

  .issue-item .description {
    bottom: 1.875rem;
  }

  .issue-item .title {
    font-size: 1.5625rem;
    line-height: 1.4;
  }
}

@media (min-width: 1024px) {
  h1,.h1 {
    font-size: 4.0625rem;
    line-height: 1;
  }

  h2,.h2 {
    font-size: 2.5rem;
  }

  .display-1 {
    line-height: .8;
    font-size: 6.25rem;
  }

  input[type=text],input[type=email],input[type=tel],input[type=search],input[type=password],input[type=url],input[type=date],input[type=datetime],input[type=datetime-local],input[type=time],input[type=week],input[type=month],input[type=number],input[type=color],input:not([type]),textarea {
    padding: .25rem 2.3125rem;
  }

  .custom-check .fake-label {
    font-size: 1.125rem;
  }

  .header .logo {
    width: 26.0625rem;
    margin-right: 0;
  }

  .header-holder {
    padding: 2.1875rem 0 2.1875rem 2.5rem;
  }

  .drop-holder .social-networks {
    order: 2;
    right: 1.375rem;
    top: 7.875rem;
  }

  .drop-holder .social-networks:after {
    left: -1.625rem;
    right: -1.4375rem;
  }

  .fixed-position .drop-holder .social-networks {
    right: -4.5rem;
    top: 3.4375rem;
  }

  .main-nav>li {
    padding: 0 .3125rem;
  }

  .main-nav>li:hover>a {
    color: #022a3c;
  }

  .drop a {
    color: #ffffff;
  }

  .drop .second-level-nav>li {
    margin-bottom: -0.4375rem;
  }

  .main-nav-drop {
    padding: 4.8125rem 2.6875rem;
    right: 5.8125rem;
  }

  .nav-opener {
    width: 5.8125rem;
    height: 5.75rem;
  }

  .nav-opener:after,.nav-opener:before,.nav-opener span {
    left: 1.9375rem;
    right: 1.9375rem;
  }

  .nav-opener:after {
    top: 3.5rem;
  }

  .nav-opener span {
    top: 2.8125rem;
  }

  .nav-opener:before {
    right: 2.4375rem;
    top: 2.125rem;
  }

  .nav-opener:hover:before {
    right: 1.9375rem;
  }

  .nav-active .nav-opener:before {
    top: 2.875rem;
    left: 1.75rem;
    right: 1.9375rem;
  }

  .alert-bar {
    padding: 0 3.25rem;
  }

  .alert-bar .alert-close {
    right: .9375rem;
    right: 1.5rem;
  }

  .alert-bar .text {
    width: 100%;
    padding: 1.125rem 0 1.5rem .8125rem;
    max-width: 51.375rem;
  }

  .alert-bar .text-wrap {
    width: calc(100% - 130px);
  }

  .alert-bar .icon-warning {
    left: 1.875rem;
  }

  .search-form .search-opener {
    width: 5.4375rem;
    height: 5.8125rem;
    padding: 0;
  }

  .search-form .input-holder {
    max-width: 73.125rem;
  }

  .search-form .btn-search {
    font-size: 2.1875rem;
    padding: .875rem;
    margin-left: .6875rem;
  }

  .search-form .search-drop {
    right: 5.8125rem;
  }

  .search-form .search-drop .search-opener {
    right: .5625rem;
    top: .4375rem;
  }

  .search-form input[type=search],.search-form input[type=text] {
    height: 4.625rem;
    font-size: 2.25rem;
    padding: .3125rem 3.125rem .3125rem .75rem;
  }

  .social-networks {
    margin: 0 -0.4375rem;
  }

  .social-networks li {
    padding: 0 .4375rem;
  }

  .container {
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }

  .wrapper-inner .header {
    padding-right: 5.8125rem;
  }

  .wrapper-inner .main {
    padding-right: 5.8125rem;
  }

  .with-negative-right-indent {
    margin-right: -5.8125rem;
  }

  .footer {
    padding-left: 5.75rem;
  }

  .footer-panel .social-networks {
    margin-bottom: 2.1875rem;
  }

  .footer-panel .social-networks li {
    margin-bottom: 1rem;
  }

  .back-to-top {
    width: 5.75rem;
    height: 5.75rem;
    padding-top: .625rem;
  }

  .location-layout {
    grid-template-columns: 50% 1fr;
    margin-left: 0;
  }

  .location-layout .right-holder {
    padding: 3.4375rem 0 2.4375rem 4.1875rem;
    min-height: 38.1875rem;
  }

  .location-layout .tab-item .bg {
    left: -3.125rem;
  }

  .location-layout .location-holder {
    padding: 3.25rem 2.8125rem 3.125rem 1.1875rem;
  }

  .location-layout .location-holder:after {
    left: -3.125rem;
    bottom: -7.5rem;
  }

  .location-layout .location-holder .title {
    margin-bottom: .0625rem;
    font-size: 1.25rem;
    line-height: 1.75;
  }

  .office-address {
    font-size: 1.25rem;
    line-height: 1.75;
  }

  .location-tabset {
    font-size: 1.25rem;
  }

  .location-tabset>div {
    margin-bottom: 1.5625rem;
  }

  .footer-bottom {
    margin-right: 0;
    padding: 0 .3125rem 2.375rem 0;
  }

  .footer-bottom .logo {
    width: 20.25rem;
    margin-bottom: 3.5rem;
  }

  .footer-nav {
    margin: 0 -0.625rem 0 -60%;
  }

  .footer-nav li {
    padding: 0 .625rem;
  }

  .section-heading {
    font-size: 1.125rem;
    line-height: 1.66;
  }

  .section-heading:before {
    width: 4.0625rem;
    margin-bottom: .3125rem;
  }

  .section-heading h2,.section-heading .h2 {
    font-size: 3.625rem;
    line-height: 1.189;
    margin-bottom: .375rem;
  }

  .intro-section-wrap .intro-inner {
    align-items: center;
    min-height: 50.8125rem;
    padding: 9.25rem 0 7.625rem;
  }

  .intro-section-wrap .display-1 {
    margin: 0 0 1.875rem;
  }

  .statistic-section {
    margin-bottom: -2.375rem;
  }

  .statistic-section-holder {
    padding: 2.6875rem 0;
    margin: -6.25rem -3.1875rem 0 0;
  }

  .statistic-items {
    margin: 0 -3.5625rem 0 -0.5rem;
  }

  .statistic-item .title {
    font-size: 1.125rem;
    line-height: 1;
  }

  .statistic-item .value {
    font-size: 4.0625rem;
  }

  .services-section {
    padding: 1.75rem 0 4.5rem;
  }

  .services-section .container {
    max-width: 86.5rem;
  }

  .services-section .section-heading {
    margin-top: 0;
  }

  .services-section .section-heading .content {
    margin-bottom: 1.375rem;
  }

  .services-section .slider-controls {
    justify-content: flex-start;
  }

  .services-section .slick-arrow {
    width: 1.875rem;
    height: 1.875rem;
  }

  .services-layout {
    grid-template-columns: 21.875rem calc(100% - 350px);
  }

  .services-layout .service-items-holder {
    margin-right: -3.125rem;
  }

  .services-item {
    margin: 0 .5rem;
    width: 16rem;
    min-height: 16.25rem;
  }

  .services-item .link {
    padding: .9375rem 2.875rem;
  }

  .services-item .link:hover {
    background-color: #ebebeb;
  }

  .services-item .link:hover img {
    transform: scale(1.1);
  }

  .services-item .icon-holder {
    margin-bottom: 1.125rem;
  }

  .services-item .icon-holder img {
    transition: transform .35s cubic-bezier(.3, .86, .36, .95);
  }

  .services-item h3,.services-item .h3 {
    font-size: 1.4375rem;
    line-height: 1.304;
  }

  .news-section {
    margin-bottom: -15rem;
  }

  .news-section .tab-item {
    padding: 4.5rem 2.1875rem 6.0625rem;
  }

  .news-section .tab-item::after {
    right: -9999px;
  }

  #content-twitter-tab {
    padding: 7.625rem .6875rem 3rem 3.8125rem;
  }

  #content-twitter-tab .btn-holder {
    padding-left: 2.25rem;
    padding-right: 0;
  }

  #content-survey-tab {
    padding: 3.625rem 0 1.3125rem 4.6875rem;
  }

  .news-section-controls {
    font-size: 40px;
  }

  .news-section-controls-item {
    padding: 1.4375rem .75rem .875rem;
  }

  .event-items {
    grid-template-columns: 30% 30.6% 30%;
    margin-bottom: 4.5625rem;
    grid-gap: 1.875rem;
    gap: 1.875rem;
  }

  .subscribe-form {
    display: flex;
    align-items: center;
  }

  .subscribe-form label {
    flex-shrink: 0;
    font-size: 3.1875rem;
    margin-right: 1.3125rem;
    margin-bottom: 0;
  }

  .subscribe-form .input-group {
    flex-grow: 1;
  }

  .subscribe-form input[type=email],.subscribe-form input[type=text] {
    padding: .25rem 2.25rem;
  }

  .subscribe-form .fake-label {
    padding: 0 2.25rem;
  }

  .subscribe-form .fake-label .mobile-view {
    display: none;
  }

  .social-items {
    padding: 0 3.6875rem;
    margin-bottom: 3.4375rem;
  }

  .social-items .slick-arrow {
    margin-top: 1.375rem;
  }

  .social-item {
    display: grid;
    grid-template-columns: 9.5rem 1fr;
    font-size: 1.875rem;
    line-height: 1.2;
    grid-gap: 0 2.75rem;
    gap: 0 2.75rem;
  }

  .social-item .description {
    margin-top: -0.25rem;
  }

  .social-item .post-details {
    font-size: 1.25rem;
    padding: 2.625rem 0 .125rem;
  }

  .social-item .post-details .author::after {
    height: 1.3125rem;
  }

  .subscribe-open-close {
    padding: 4.5625rem 3.5625rem 3.375rem 3.1875rem;
  }

  .social-panel-active .subscribe-open-close {
    margin: 0 -37.1875rem 0 0;
  }

  .subscribe-open-close .popup-heading {
    margin-bottom: .8125rem;
  }

  .subscribe-open-close .text-block {
    margin-bottom: 1.375rem;
  }

  .subscribe-open-close .opener {
    right: -0.4375rem;
  }

  .subscribe-open-close .input-group input[type=email] {
    margin-bottom: 1.5rem;
  }

  .subscribe-open-close .input-group button[type=submit] {
    min-width: 10.875rem;
  }

  .contact-form .form-layout {
    display: grid;
    grid-template-columns: 57.7% 1fr;
    grid-gap: 0 1.25rem;
    gap: 0 1.25rem;
  }

  .contact-form .form-layout .col:last-child {
    padding: .75rem 0 0;
  }

  .contact-form .label {
    font-size: 1.4375rem;
    margin-bottom: 2.4375rem;
  }

  .contact-form .check-list {
    grid-gap: 0 2.4375rem;
    gap: 0 2.4375rem;
  }

  .about-section {
    padding: 18.9375rem 0 9.75rem;
    min-height: 54.375rem;
  }

  .about-section .description {
    max-width: 33.875rem;
  }

  .about-section .section-heading {
    font-size: 1.1875rem;
    line-height: 1.578;
  }

  .about-section .section-heading h2,.about-section .section-heading .h2 {
    margin-bottom: .9375rem;
  }

  .about-section .section-heading p {
    margin-bottom: 3rem;
  }

  .about-section .photo {
    right: -2.9375rem;
    bottom: -10.5rem;
    width: 49.6vw;
    max-width: 36.875rem;
  }

  .issues-section {
    padding: 0 0 2.4375rem;
  }

  .issues-section .container.container--lg {
    padding: 0 2.3125rem;
  }

  .issues-section .section-heading {
    padding: 2.5625rem 7.3125rem 2.5rem 0;
  }

  .issue-items {
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 2.125rem;
    gap: 2.125rem;
  }
}

@media (min-width: 1280px) {
  h3,.h3 {
    font-size: 2.5rem;
    line-height: .9;
  }

  .main-nav>li {
    padding: 0 .625rem;
  }

  .location-layout {
    grid-template-columns: 56% 1fr;
  }

  .footer-bottom .logo {
    width: 26.125rem;
  }

  .footer-nav {
    margin: 0 -0.9375rem 0 -1.25rem;
    font-size: .9375rem;
  }

  .footer-nav li {
    padding: 0 .9375rem;
  }

  .news-section .tab-item {
    padding: 4.5rem 5.3125rem 6.0625rem;
  }

  .event-items {
    grid-gap: 1.875rem 4.375rem;
    gap: 1.875rem 4.375rem;
  }

  .event-item {
    grid-template-columns: 6rem 1fr;
    font-size: 1.25rem;
    line-height: 1.5;
  }

  .event-item h3 {
    margin-bottom: .4375rem;
  }

  .event-item .date {
    font-size: 3rem;
  }

  .event-item .date span {
    margin-bottom: -0.25rem;
  }

  .subscribe-form {
    margin: 0 -2.25rem 0 -0.625rem;
  }

  .contact-form {
    margin-right: -1.625rem;
  }

  .about-section .photo {
    width: 40.2vw;
    right: 1.8125rem;
  }
}

@media (min-width: 1392px) {
  .services-layout .service-items-holder {
    margin-right: calc((100vw - 1326px)/-2);
  }
}

@media (min-width: 1457px) {
  .footer {
    padding-left: 2.625rem;
  }

  .location-layout .tab-item .bg {
    left: calc((100vw - 1457px)/-2);
  }

  .location-layout .location-holder {
    padding: 3.25rem 2.8125rem 3.125rem 4.375rem;
  }

  .location-layout .location-holder:after {
    left: calc((100vw - 1457px)/-2);
  }
}

@media (min-width: 1600px) {
  .news-holder {
    margin-left: 1.4375rem;
    margin-right: -1.4375rem;
  }
}

@media (max-width: 1023px) {
  body.nav-active {
    overflow: hidden !important;
  }

  .main-nav>li.active>a {
    color: #022a3c;
  }

  .alert-bar .text-wrap {
    margin: 0 0 .375rem;
  }

  .alert-bar .text-wrap {
    margin: 0 0 1.1875rem;
  }

  .news-section .event-item+.event-item+.event-item {
    display: none;
  }

  .news-section .event-item:nth-child(2) {
    margin-bottom: 0;
  }

  .subscribe-form .fake-label .desktop-view {
    display: none;
  }

  .social-item .photo {
    display: none;
  }
}

@media (max-width: 767px) {
  .header .right-panel {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 78px 0 20px;
    display: flex;
    flex-direction: column;
  }

  .header .right-panel-inner {
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
  }

  .drop-holder {
    transition: opacity .35s cubic-bezier(.3, .86, .36, .95), visibility .35s cubic-bezier(.3, .86, .36, .95), transform .35s cubic-bezier(.3, .86, .36, .95);
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    background-color: red;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 3rem 1.875rem;
    display: flex;
    flex-direction: column;
    height: calc(var(--vh)*100);
    z-index: 20;
  }

  .nav-active .drop-holder {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .drop-holder .drop-holder-bottom {
    margin-top: auto;
    flex-shrink: 0;
  }

  .drop-holder .social-networks {
    justify-content: center;
  }

  .drop-holder .social-networks li {
    padding: 0 .5625rem;
  }

  .drop-holder .social-networks a {
    color: #ffffff;
  }

  .drop-holder .social-networks a:hover {
    color: #022a3c;
  }

  .main-nav-drop {
    flex-grow: 1;
    overflow: hidden;
    overflow-y: auto;
    margin-bottom: 1.5625rem;
  }

  .nav-active .nav-opener {
    position: fixed;
  }

  .nav-active .nav-opener:after {
    top: 1.75rem;
    left: .3125rem;
    right: .6875rem;
  }

  .fixed-position .nav-opener {
    position: fixed;
  }

  .search-form .search-opener {
    display: none !important;
  }

  .footer {
    background-color: #022a3c;
    padding-bottom: 3rem;
    text-align: center;
  }

  .footer-panel .social-networks a {
    color: #ffffff;
  }

  .footer-panel .social-networks a:hover {
    color: red;
  }

  .footer-panel .social-networks .icon-facebook {
    font-size: .75rem;
  }

  .footer-panel .social-networks .icon-twitter {
    font-size: .8125rem;
  }

  .footer-panel .social-networks .icon-youtube {
    font-size: .6875rem;
  }

  .footer-panel .social-networks .icon-instagram {
    font-size: .75rem;
  }

  .back-to-top {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    z-index: 4;
  }

  .location-layout {
    display: flex;
    flex-direction: column-reverse;
    margin: 0 -1.875rem;
  }

  .footer-nav li {
    width: 50%;
  }

  .services-items {
    margin-right: -1.875rem;
    margin-left: -1.3125rem;
  }

  #content-twitter-tab .btn-holder .btn {
    font-size: .875rem;
    padding: 1.1875rem .9375rem;
    min-width: 12.625rem;
  }

  .subscribe-form .btn {
    font-size: 0;
    line-height: 0;
    width: 4.375rem;
    height: 4.375rem;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
  }

  .subscribe-open-close {
    left: 0;
  }

  .subscribe-open-close .input-group button[type=submit] {
    padding: 1.1875rem .9375rem 1.25rem;
    width: 100%;
  }
}

@media (min-width: 768px)and (max-width: 1023px) {
  .nav-active .nav-opener:after {
    top: 34px;
    left: 14px;
    right: 14px;
  }

  .statistic-section-holder {
    margin: 0;
    padding: 0;
  }

  .services-section .slider-controls {
    position: absolute;
    right: -0.125rem;
    top: 1.0625rem;
  }

  .about-section .btn {
    min-width: 11.75rem;
    font-size: .8125rem;
    padding: 1.0625rem .9375rem;
  }
}

/*INNER PAGES*/
.inner-intro-section-wrap {
  min-height: 30rem;
  position: relative;
  z-index: 2;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.inner-intro-section-wrap::after {
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    background-color: #000000;
    opacity: .34;
}


.inner-intro-section {
  position: relative;
  z-index: 4;
}

.inner-intro-section-holder {
  background-color: #ffffff;
  margin-top: -2.6875rem;
  padding: 1.1875rem 0;
}

.inner-intro-section-title {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -0.625rem;
}

.inner-intro-section-title .h1{
  color: #022a3c;
  font-size: 2.625rem;
  padding: 0em 1em;
}

@media (min-width: 768px) {
  .inner-intro-section-title .h1{
  color: #022a3c;
  font-size: 4.0625rem;
  padding: 0;
}

  .inner-intro-section {
    display: flex;
    justify-content: flex-end;
  }

  .inner-intro-section .container {
    margin: 0;
    max-width: 941px;
  }

  .inner-intro-section-holder {
    margin: -6rem -3.75rem 0 3.375rem;
    padding: 1.6875rem 0;
  }

  .inner-intro-section-title {
    justify-content: flex-start;
    margin: 0 0 0 1rem;
  }
}


.content-section {
  margin-bottom: 3rem;
}

.content-section .container {
  max-width: 72rem;
}

.content-section .row {
  flex-wrap: wrap;
}

/*ABOUT PAGE*/
.profile-image-container {
  position: relative;
  display: inline-block;
  max-width: 100%; 
  width: 18.75rem; 
}

.profile-image-container::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: -24px;
  right: -24px;
  width: 100%; 
  height: 100%; 
  background: #e1e1e1;
}

.profile-image-container {
  width: 100%;
}

.profile-image-container img {
  width: 100%;
  height: auto; 
}


@media (max-width: 767px) {
  .cline-about-image-section {
    display: flex;
    flex-direction: column-reverse;
  }

  .profile-image-holder {
    float: right;
    margin-top: 2rem;
  }
}

@media (min-width: 767px) {
  .profile-image-holder {
    float: right;
    margin: 2rem 0 0 2rem;
  }
}

.buffer h1 {
  color: var(--primary-color);
}

.popup-subscribe-form a:hover {
  color: #ffffff !important;
  text-decoration: underline;
}
