@charset "UTF-8";
/*!
 * Bootstrap v4.0.0-alpha.6 (https://getbootstrap.com)
 * Copyright 2011-2017 The Bootstrap Authors
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@import url("https://fonts.googleapis.com/css?family=Poppins&display=swap");
a {
  text-decoration: none;
  color: inherit;
}
a:hover, a:focus {
  text-decoration: none !important;
  color: inherit;
  outline: none;
}

/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

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

figcaption,
figure,
main {
  display: block;
}

figure {
  margin: 1em 40px;
}

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

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

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
  outline-width: 0;
}

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

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

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

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

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

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

html {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

@-ms-viewport {
  width: device-width;
}
html {
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #292b2c;
  background-color: #ffffff;
}

[tabindex="-1"]:focus {
  outline: none !important;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}

ul {
  list-style-type: none;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: bold;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
}

[role=button] {
  cursor: pointer;
}

a,
area,
button,
[role=button],
input,
label,
select,
summary,
textarea {
  touch-action: manipulation;
}

table {
  border-collapse: collapse;
  background-color: transparent;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #707070;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: left;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
textarea {
  line-height: inherit;
}

input[type=radio]:disabled,
input[type=checkbox]:disabled {
  cursor: not-allowed;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
}

input[type=search] {
  -webkit-appearance: none;
}

output {
  display: inline-block;
}

[hidden] {
  display: none !important;
}
/* 
@font-face {
  font-family: "Neue-Haas-Grotesk-Text-Pro-Regular";
  src: url("../fonts/NHaasGroteskTXPro-Rg.eot");
  src: url("../fonts/NHaasGroteskTXPro-Rg.eot?#iefix") format("embedded-opentype"), url("../fonts/NHaasGroteskTXPro-Rg.woff2") format("woff2"), url("../fonts/NHaasGroteskTXPro-Rg.woff") format("woff"), url("../fonts/NHaasGroteskTXPro-Rg.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
} */
@font-face {
  font-family: "Neue-Haas-Grotesk-Text-Pro-Bold";
  src: url("../fonts/NHaasGroteskTXPro-Bd.eot");
  src: url("../fonts/NHaasGroteskTXPro-Bd.eot?#iefix") format("embedded-opentype"), url("../fonts/NHaasGroteskTXPro-Bd.woff2") format("woff2"), url("../fonts/NHaasGroteskTXPro-Bd.woff") format("woff"), url("../fonts/NHaasGroteskTXPro-Bd.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Helmet-Regular";
  src: url("../fonts/Helmet-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Helmet-Regular.otf") format("opentype"), url("../fonts/Helmet-Regular.woff") format("woff"), url("../fonts/Helmet-Regular.ttf") format("truetype"), url("../fonts/Helmet-Regular.svg#Helmet-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "ProximaNova-Bold";
  src: url("../fonts/ProximaNova-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova-Bold.otf") format("opentype"), url("../fonts/ProximaNova-Bold.woff") format("woff"), url("../fonts/ProximaNova-Bold.ttf") format("truetype"), url("../fonts/ProximaNova-Bold.svg#ProximaNova-Bold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "ProximaNova-Regular";
  src: url("../fonts/ProximaNova-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova-Regular.woff") format("woff"), url("../fonts/ProximaNova-Regular.ttf") format("truetype"), url("../fonts/ProximaNova-Regular.svg#ProximaNova-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}



/* @font-face {
  font-family: 'ES Klarheit Grotesk TRIAL MD';
  src: url('../font/ESKlarheitGrotesk-Md-TRIAL.eot');
  src: url('../font/ESKlarheitGrotesk-Md-TRIAL.eot?#iefix') format('embedded-opentype'),
      url('../font/ESKlarheitGrotesk-Md-TRIAL.woff2') format('woff2'),
      url('../font/ESKlarheitGrotesk-Md-TRIAL.woff') format('woff'),
      url('../font/ESKlarheitGrotesk-Md-TRIAL.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
    font-family: 'ES Klarheit Plakat TRIAL Poster';
  src: url('../font/ESKlarheitPlakat-Poster-TRIAL.eot');
  src: url('../font/ESKlarheitPlakat-Poster-TRIAL.eot?#iefix') format('embedded-opentype'),
      url('../font/ESKlarheitPlakat-Poster-TRIAL.woff2') format('woff2'),
      url('../font/ESKlarheitPlakat-Poster-TRIAL.woff') format('woff'),
      url('../font/ESKlarheitPlakat-Poster-TRIAL.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'ES Klarheit Grotesk TRIAL ExBd';
  src: url('../font/ESKlarheitGrotesk-Xbd-TRIAL.eot');
  src: url('../font/ESKlarheitGrotesk-Xbd-TRIAL.eot?#iefix') format('embedded-opentype'),
      url('../font/ESKlarheitGrotesk-Xbd-TRIAL.woff2') format('woff2'),
      url('../font/ESKlarheitGrotesk-Xbd-TRIAL.woff') format('woff'),
      url('../font/ESKlarheitGrotesk-Xbd-TRIAL.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'ES Klarheit Grotesk TRIAL SmBd';
  src: url('../font/ESKlarheitGrotesk-Smbd-TRIAL.eot');
  src: url('../font/ESKlarheitGrotesk-Smbd-TRIAL.eot?#iefix') format('embedded-opentype'),
      url('../font/ESKlarheitGrotesk-Smbd-TRIAL.woff2') format('woff2'),
      url('../font/ESKlarheitGrotesk-Smbd-TRIAL.woff') format('woff'),
      url('../font/ESKlarheitGrotesk-Smbd-TRIAL.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Aptos';
  src: url('../font/Aptos.eot');
  src: url('../font/Aptos.eot?#iefix') format('embedded-opentype'),
      url('../font/Aptos.woff2') format('woff2'),
      url('../font/Aptos.woff') format('woff'),
      url('../font/Aptos.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Clash Grotesk';
  src: url('../font/ClashGrotesk-Semibold.eot');
  src: url('../font/ClashGrotesk-Semibold.eot?#iefix') format('embedded-opentype'),
      url('../font/ClashGrotesk-Semibold.woff2') format('woff2'),
      url('../font/ClashGrotesk-Semibold.woff') format('woff'),
      url('../font/ClashGrotesk-Semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
} */


@font-face {
  font-family: 'Inter';
  src: url('../font/Inter-Bold.eot');
  src: url('../font/Inter-Bold.eot?#iefix') format('embedded-opentype'),
      url('../font/Inter-Bold.woff2') format('woff2'),
      url('../font/Inter-Bold.woff') format('woff'),
      url('../font/Inter-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Aptos';
  src: url('../font/Aptos.eot');
  src: url('../font/Aptos.eot?#iefix') format('embedded-opentype'),
      url('../font/Aptos.woff2') format('woff2'),
      url('../font/Aptos.woff') format('woff'),
      url('../font/Aptos.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'ES Klarheit Grotesk TRIAL SmBd';
  src: url('../font/ESKlarheitGrotesk-Bd-TRIAL.eot');
  src: url('../font/ESKlarheitGrotesk-Bd-TRIAL.eot?#iefix') format('embedded-opentype'),
      url('../font/ESKlarheitGrotesk-Bd-TRIAL.woff2') format('woff2'),
      url('../font/ESKlarheitGrotesk-Bd-TRIAL.woff') format('woff'),
      url('../font/ESKlarheitGrotesk-Bd-TRIAL.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Clash Grotesk';
  src: url('../font/false.eot');
  src: url('../font/false.eot?#iefix') format('embedded-opentype'),
      url('../font/false.woff2') format('woff2'),
      url('../font/false.woff') format('woff'),
      url('../font/false.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Plakat';
  src: url('../font/Plakat.eot');
  src: url('../font/Plakat.eot?#iefix') format('embedded-opentype'),
      url('../font/Plakat.woff2') format('woff2'),
      url('../font/Plakat.woff') format('woff'),
      url('../font/Plakat.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'ES Klarheit Plakat TRIAL Poster';
  src: url('../font/ESKlarheitPlakat-Poster-TRIAL.eot');
  src: url('../font/ESKlarheitPlakat-Poster-TRIAL.eot?#iefix') format('embedded-opentype'),
      url('../font/ESKlarheitPlakat-Poster-TRIAL.woff2') format('woff2'),
      url('../font/ESKlarheitPlakat-Poster-TRIAL.woff') format('woff'),
      url('../font/ESKlarheitPlakat-Poster-TRIAL.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'ES Klarheit Grotesk TRIAL ExBd';
  src: url('../font/ESKlarheitGrotesk-Xbd-TRIAL.eot');
  src: url('../font/ESKlarheitGrotesk-Xbd-TRIAL.eot?#iefix') format('embedded-opentype'),
      url('../font/ESKlarheitGrotesk-Xbd-TRIAL.woff2') format('woff2'),
      url('../font/ESKlarheitGrotesk-Xbd-TRIAL.woff') format('woff'),
      url('../font/ESKlarheitGrotesk-Xbd-TRIAL.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'ES Klarheit Grotesk TRIAL MD';
  src: url('../font/ESKlarheitGrotesk-Md-TRIAL.eot');
  src: url('../font/ESKlarheitGrotesk-Md-TRIAL.eot?#iefix') format('embedded-opentype'),
      url('../font/ESKlarheitGrotesk-Md-TRIAL.woff2') format('woff2'),
      url('../font/ESKlarheitGrotesk-Md-TRIAL.woff') format('woff'),
      url('../font/ESKlarheitGrotesk-Md-TRIAL.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}





h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0;
  font-family: "ProximaNova-Bold";
}

p {
  margin-bottom: 0;
}

.container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 576px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 768px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 992px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 1200px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 576px) {
  .container {
    width: 540px;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .container {
    width: 720px;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .container {
    width: 960px;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1140px;
    max-width: 100%;
  }
}

.container-fluid {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 576px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 992px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 1200px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: 15px;
  margin-left: 15px;
}
@media (min-width: 576px) {
  .row {
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media (min-width: 768px) {
  .row {
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media (min-width: 992px) {
  .row {
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media (min-width: 1200px) {
  .row {
    margin-right: 15px;
    margin-left: 15px;
  }
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xl, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 576px) {
  .col-xl, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 768px) {
  .col-xl, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 992px) {
  .col-xl, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 1200px) {
  .col-xl, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.pull-0 {
  right: auto;
}

.pull-1 {
  right: 8.3333333333%;
}

.pull-2 {
  right: 16.6666666667%;
}

.pull-3 {
  right: 25%;
}

.pull-4 {
  right: 33.3333333333%;
}

.pull-5 {
  right: 41.6666666667%;
}

.pull-6 {
  right: 50%;
}

.pull-7 {
  right: 58.3333333333%;
}

.pull-8 {
  right: 66.6666666667%;
}

.pull-9 {
  right: 75%;
}

.pull-10 {
  right: 83.3333333333%;
}

.pull-11 {
  right: 91.6666666667%;
}

.pull-12 {
  right: 100%;
}

.push-0 {
  left: auto;
}

.push-1 {
  left: 8.3333333333%;
}

.push-2 {
  left: 16.6666666667%;
}

.push-3 {
  left: 25%;
}

.push-4 {
  left: 33.3333333333%;
}

.push-5 {
  left: 41.6666666667%;
}

.push-6 {
  left: 50%;
}

.push-7 {
  left: 58.3333333333%;
}

.push-8 {
  left: 66.6666666667%;
}

.push-9 {
  left: 75%;
}

.push-10 {
  left: 83.3333333333%;
}

.push-11 {
  left: 91.6666666667%;
}

.push-12 {
  left: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .pull-sm-0 {
    right: auto;
  }

  .pull-sm-1 {
    right: 8.3333333333%;
  }

  .pull-sm-2 {
    right: 16.6666666667%;
  }

  .pull-sm-3 {
    right: 25%;
  }

  .pull-sm-4 {
    right: 33.3333333333%;
  }

  .pull-sm-5 {
    right: 41.6666666667%;
  }

  .pull-sm-6 {
    right: 50%;
  }

  .pull-sm-7 {
    right: 58.3333333333%;
  }

  .pull-sm-8 {
    right: 66.6666666667%;
  }

  .pull-sm-9 {
    right: 75%;
  }

  .pull-sm-10 {
    right: 83.3333333333%;
  }

  .pull-sm-11 {
    right: 91.6666666667%;
  }

  .pull-sm-12 {
    right: 100%;
  }

  .push-sm-0 {
    left: auto;
  }

  .push-sm-1 {
    left: 8.3333333333%;
  }

  .push-sm-2 {
    left: 16.6666666667%;
  }

  .push-sm-3 {
    left: 25%;
  }

  .push-sm-4 {
    left: 33.3333333333%;
  }

  .push-sm-5 {
    left: 41.6666666667%;
  }

  .push-sm-6 {
    left: 50%;
  }

  .push-sm-7 {
    left: 58.3333333333%;
  }

  .push-sm-8 {
    left: 66.6666666667%;
  }

  .push-sm-9 {
    left: 75%;
  }

  .push-sm-10 {
    left: 83.3333333333%;
  }

  .push-sm-11 {
    left: 91.6666666667%;
  }

  .push-sm-12 {
    left: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .pull-md-0 {
    right: auto;
  }

  .pull-md-1 {
    right: 8.3333333333%;
  }

  .pull-md-2 {
    right: 16.6666666667%;
  }

  .pull-md-3 {
    right: 25%;
  }

  .pull-md-4 {
    right: 33.3333333333%;
  }

  .pull-md-5 {
    right: 41.6666666667%;
  }

  .pull-md-6 {
    right: 50%;
  }

  .pull-md-7 {
    right: 58.3333333333%;
  }

  .pull-md-8 {
    right: 66.6666666667%;
  }

  .pull-md-9 {
    right: 75%;
  }

  .pull-md-10 {
    right: 83.3333333333%;
  }

  .pull-md-11 {
    right: 91.6666666667%;
  }

  .pull-md-12 {
    right: 100%;
  }

  .push-md-0 {
    left: auto;
  }

  .push-md-1 {
    left: 8.3333333333%;
  }

  .push-md-2 {
    left: 16.6666666667%;
  }

  .push-md-3 {
    left: 25%;
  }

  .push-md-4 {
    left: 33.3333333333%;
  }

  .push-md-5 {
    left: 41.6666666667%;
  }

  .push-md-6 {
    left: 50%;
  }

  .push-md-7 {
    left: 58.3333333333%;
  }

  .push-md-8 {
    left: 66.6666666667%;
  }

  .push-md-9 {
    left: 75%;
  }

  .push-md-10 {
    left: 83.3333333333%;
  }

  .push-md-11 {
    left: 91.6666666667%;
  }

  .push-md-12 {
    left: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .pull-lg-0 {
    right: auto;
  }

  .pull-lg-1 {
    right: 8.3333333333%;
  }

  .pull-lg-2 {
    right: 16.6666666667%;
  }

  .pull-lg-3 {
    right: 25%;
  }

  .pull-lg-4 {
    right: 33.3333333333%;
  }

  .pull-lg-5 {
    right: 41.6666666667%;
  }

  .pull-lg-6 {
    right: 50%;
  }

  .pull-lg-7 {
    right: 58.3333333333%;
  }

  .pull-lg-8 {
    right: 66.6666666667%;
  }

  .pull-lg-9 {
    right: 75%;
  }

  .pull-lg-10 {
    right: 83.3333333333%;
  }

  .pull-lg-11 {
    right: 91.6666666667%;
  }

  .pull-lg-12 {
    right: 100%;
  }

  .push-lg-0 {
    left: auto;
  }

  .push-lg-1 {
    left: 8.3333333333%;
  }

  .push-lg-2 {
    left: 16.6666666667%;
  }

  .push-lg-3 {
    left: 25%;
  }

  .push-lg-4 {
    left: 33.3333333333%;
  }

  .push-lg-5 {
    left: 41.6666666667%;
  }

  .push-lg-6 {
    left: 50%;
  }

  .push-lg-7 {
    left: 58.3333333333%;
  }

  .push-lg-8 {
    left: 66.6666666667%;
  }

  .push-lg-9 {
    left: 75%;
  }

  .push-lg-10 {
    left: 83.3333333333%;
  }

  .push-lg-11 {
    left: 91.6666666667%;
  }

  .push-lg-12 {
    left: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .pull-xl-0 {
    right: auto;
  }

  .pull-xl-1 {
    right: 8.3333333333%;
  }

  .pull-xl-2 {
    right: 16.6666666667%;
  }

  .pull-xl-3 {
    right: 25%;
  }

  .pull-xl-4 {
    right: 33.3333333333%;
  }

  .pull-xl-5 {
    right: 41.6666666667%;
  }

  .pull-xl-6 {
    right: 50%;
  }

  .pull-xl-7 {
    right: 58.3333333333%;
  }

  .pull-xl-8 {
    right: 66.6666666667%;
  }

  .pull-xl-9 {
    right: 75%;
  }

  .pull-xl-10 {
    right: 83.3333333333%;
  }

  .pull-xl-11 {
    right: 91.6666666667%;
  }

  .pull-xl-12 {
    right: 100%;
  }

  .push-xl-0 {
    left: auto;
  }

  .push-xl-1 {
    left: 8.3333333333%;
  }

  .push-xl-2 {
    left: 16.6666666667%;
  }

  .push-xl-3 {
    left: 25%;
  }

  .push-xl-4 {
    left: 33.3333333333%;
  }

  .push-xl-5 {
    left: 41.6666666667%;
  }

  .push-xl-6 {
    left: 50%;
  }

  .push-xl-7 {
    left: 58.3333333333%;
  }

  .push-xl-8 {
    left: 66.6666666667%;
  }

  .push-xl-9 {
    left: 75%;
  }

  .push-xl-10 {
    left: 83.3333333333%;
  }

  .push-xl-11 {
    left: 91.6666666667%;
  }

  .push-xl-12 {
    left: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.fade.show {
  opacity: 1;
}

.collapse {
  display: none;
}
.collapse.show {
  display: block;
}

tr.collapse.show {
  display: table-row;
}

tbody.collapse.show {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

.clearfix::after {
  display: block;
  content: "";
  clear: both;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

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

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

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

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

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

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

  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

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

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

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

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

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

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

  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

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

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

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

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

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

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

  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
.flex-first {
  order: -1;
}

.flex-last {
  order: 1;
}

.flex-unordered {
  order: 0;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

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

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

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

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

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

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

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

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

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

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

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

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

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-first {
    order: -1;
  }

  .flex-sm-last {
    order: 1;
  }

  .flex-sm-unordered {
    order: 0;
  }

  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

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

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

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

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

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

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

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

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

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

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

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

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

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

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

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

  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-first {
    order: -1;
  }

  .flex-md-last {
    order: 1;
  }

  .flex-md-unordered {
    order: 0;
  }

  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

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

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

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

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

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

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

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

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

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

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

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

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

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

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

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

  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-first {
    order: -1;
  }

  .flex-lg-last {
    order: 1;
  }

  .flex-lg-unordered {
    order: 0;
  }

  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

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

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

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

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

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

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

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

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

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

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

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

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

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

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

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

  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-first {
    order: -1;
  }

  .flex-xl-last {
    order: 1;
  }

  .flex-xl-unordered {
    order: 0;
  }

  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

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

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

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

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

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

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

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

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

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

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

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

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

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

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

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

  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }

  .float-sm-right {
    float: right !important;
  }

  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }

  .float-md-right {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }

  .float-lg-right {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }

  .float-xl-right {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1030;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

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

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

.mr-0 {
  margin-right: 0 !important;
}

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

.ml-0 {
  margin-left: 0 !important;
}

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

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

.m-1 {
  margin: 0.25rem 0.25rem !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mr-1 {
  margin-right: 0.25rem !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1 {
  margin-left: 0.25rem !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem 0.5rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mr-2 {
  margin-right: 0.5rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2 {
  margin-left: 0.5rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.m-3 {
  margin: 1rem 1rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mr-3 {
  margin-right: 1rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.ml-3 {
  margin-left: 1rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.m-4 {
  margin: 1.5rem 1.5rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mr-4 {
  margin-right: 1.5rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4 {
  margin-left: 1.5rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.m-5 {
  margin: 3rem 3rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mr-5 {
  margin-right: 3rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.ml-5 {
  margin-left: 3rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.p-0 {
  padding: 0 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.p-1 {
  padding: 0.25rem 0.25rem !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pr-1 {
  padding-right: 0.25rem !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1 {
  padding-left: 0.25rem !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem 0.5rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pr-2 {
  padding-right: 0.5rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2 {
  padding-left: 0.5rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.p-3 {
  padding: 1rem 1rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pr-3 {
  padding-right: 1rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pl-3 {
  padding-left: 1rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.p-4 {
  padding: 1.5rem 1.5rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pr-4 {
  padding-right: 1.5rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4 {
  padding-left: 1.5rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.p-5 {
  padding: 3rem 3rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pr-5 {
  padding-right: 3rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.pl-5 {
  padding-left: 3rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 0 !important;
  }

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

  .mr-sm-0 {
    margin-right: 0 !important;
  }

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

  .ml-sm-0 {
    margin-left: 0 !important;
  }

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

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

  .m-sm-1 {
    margin: 0.25rem 0.25rem !important;
  }

  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mr-sm-1 {
    margin-right: 0.25rem !important;
  }

  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-sm-1 {
    margin-left: 0.25rem !important;
  }

  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem 0.5rem !important;
  }

  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mr-sm-2 {
    margin-right: 0.5rem !important;
  }

  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-sm-2 {
    margin-left: 0.5rem !important;
  }

  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem 1rem !important;
  }

  .mt-sm-3 {
    margin-top: 1rem !important;
  }

  .mr-sm-3 {
    margin-right: 1rem !important;
  }

  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }

  .ml-sm-3 {
    margin-left: 1rem !important;
  }

  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem 1.5rem !important;
  }

  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mr-sm-4 {
    margin-right: 1.5rem !important;
  }

  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-sm-4 {
    margin-left: 1.5rem !important;
  }

  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem 3rem !important;
  }

  .mt-sm-5 {
    margin-top: 3rem !important;
  }

  .mr-sm-5 {
    margin-right: 3rem !important;
  }

  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }

  .ml-sm-5 {
    margin-left: 3rem !important;
  }

  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .p-sm-0 {
    padding: 0 0 !important;
  }

  .pt-sm-0 {
    padding-top: 0 !important;
  }

  .pr-sm-0 {
    padding-right: 0 !important;
  }

  .pb-sm-0 {
    padding-bottom: 0 !important;
  }

  .pl-sm-0 {
    padding-left: 0 !important;
  }

  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem 0.25rem !important;
  }

  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pr-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-sm-1 {
    padding-left: 0.25rem !important;
  }

  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem 0.5rem !important;
  }

  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pr-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-sm-2 {
    padding-left: 0.5rem !important;
  }

  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem 1rem !important;
  }

  .pt-sm-3 {
    padding-top: 1rem !important;
  }

  .pr-sm-3 {
    padding-right: 1rem !important;
  }

  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pl-sm-3 {
    padding-left: 1rem !important;
  }

  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem 1.5rem !important;
  }

  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pr-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-sm-4 {
    padding-left: 1.5rem !important;
  }

  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem 3rem !important;
  }

  .pt-sm-5 {
    padding-top: 3rem !important;
  }

  .pr-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-5 {
    padding-left: 3rem !important;
  }

  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

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

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

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

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

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

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

  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 0 !important;
  }

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

  .mr-md-0 {
    margin-right: 0 !important;
  }

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

  .ml-md-0 {
    margin-left: 0 !important;
  }

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

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

  .m-md-1 {
    margin: 0.25rem 0.25rem !important;
  }

  .mt-md-1 {
    margin-top: 0.25rem !important;
  }

  .mr-md-1 {
    margin-right: 0.25rem !important;
  }

  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-md-1 {
    margin-left: 0.25rem !important;
  }

  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem 0.5rem !important;
  }

  .mt-md-2 {
    margin-top: 0.5rem !important;
  }

  .mr-md-2 {
    margin-right: 0.5rem !important;
  }

  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-md-2 {
    margin-left: 0.5rem !important;
  }

  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem 1rem !important;
  }

  .mt-md-3 {
    margin-top: 1rem !important;
  }

  .mr-md-3 {
    margin-right: 1rem !important;
  }

  .mb-md-3 {
    margin-bottom: 1rem !important;
  }

  .ml-md-3 {
    margin-left: 1rem !important;
  }

  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem 1.5rem !important;
  }

  .mt-md-4 {
    margin-top: 1.5rem !important;
  }

  .mr-md-4 {
    margin-right: 1.5rem !important;
  }

  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-4 {
    margin-left: 1.5rem !important;
  }

  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem 3rem !important;
  }

  .mt-md-5 {
    margin-top: 3rem !important;
  }

  .mr-md-5 {
    margin-right: 3rem !important;
  }

  .mb-md-5 {
    margin-bottom: 3rem !important;
  }

  .ml-md-5 {
    margin-left: 3rem !important;
  }

  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .p-md-0 {
    padding: 0 0 !important;
  }

  .pt-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0 {
    padding-left: 0 !important;
  }

  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem 0.25rem !important;
  }

  .pt-md-1 {
    padding-top: 0.25rem !important;
  }

  .pr-md-1 {
    padding-right: 0.25rem !important;
  }

  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-md-1 {
    padding-left: 0.25rem !important;
  }

  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem 0.5rem !important;
  }

  .pt-md-2 {
    padding-top: 0.5rem !important;
  }

  .pr-md-2 {
    padding-right: 0.5rem !important;
  }

  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-2 {
    padding-left: 0.5rem !important;
  }

  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem 1rem !important;
  }

  .pt-md-3 {
    padding-top: 1rem !important;
  }

  .pr-md-3 {
    padding-right: 1rem !important;
  }

  .pb-md-3 {
    padding-bottom: 1rem !important;
  }

  .pl-md-3 {
    padding-left: 1rem !important;
  }

  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem 1.5rem !important;
  }

  .pt-md-4 {
    padding-top: 1.5rem !important;
  }

  .pr-md-4 {
    padding-right: 1.5rem !important;
  }

  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-4 {
    padding-left: 1.5rem !important;
  }

  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem 3rem !important;
  }

  .pt-md-5 {
    padding-top: 3rem !important;
  }

  .pr-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-5 {
    padding-bottom: 3rem !important;
  }

  .pl-md-5 {
    padding-left: 3rem !important;
  }

  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

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

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

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

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

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

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

  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 0 !important;
  }

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

  .mr-lg-0 {
    margin-right: 0 !important;
  }

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

  .ml-lg-0 {
    margin-left: 0 !important;
  }

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

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

  .m-lg-1 {
    margin: 0.25rem 0.25rem !important;
  }

  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mr-lg-1 {
    margin-right: 0.25rem !important;
  }

  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-lg-1 {
    margin-left: 0.25rem !important;
  }

  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem 0.5rem !important;
  }

  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mr-lg-2 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-2 {
    margin-left: 0.5rem !important;
  }

  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem 1rem !important;
  }

  .mt-lg-3 {
    margin-top: 1rem !important;
  }

  .mr-lg-3 {
    margin-right: 1rem !important;
  }

  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-3 {
    margin-left: 1rem !important;
  }

  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem 1.5rem !important;
  }

  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-4 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-4 {
    margin-left: 1.5rem !important;
  }

  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem 3rem !important;
  }

  .mt-lg-5 {
    margin-top: 3rem !important;
  }

  .mr-lg-5 {
    margin-right: 3rem !important;
  }

  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-5 {
    margin-left: 3rem !important;
  }

  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .p-lg-0 {
    padding: 0 0 !important;
  }

  .pt-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0 {
    padding-left: 0 !important;
  }

  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem 0.25rem !important;
  }

  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pr-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-lg-1 {
    padding-left: 0.25rem !important;
  }

  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem 0.5rem !important;
  }

  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pr-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-2 {
    padding-left: 0.5rem !important;
  }

  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem 1rem !important;
  }

  .pt-lg-3 {
    padding-top: 1rem !important;
  }

  .pr-lg-3 {
    padding-right: 1rem !important;
  }

  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-3 {
    padding-left: 1rem !important;
  }

  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem 1.5rem !important;
  }

  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-4 {
    padding-left: 1.5rem !important;
  }

  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem 3rem !important;
  }

  .pt-lg-5 {
    padding-top: 3rem !important;
  }

  .pr-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-5 {
    padding-left: 3rem !important;
  }

  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

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

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

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

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

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

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

  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 0 !important;
  }

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

  .mr-xl-0 {
    margin-right: 0 !important;
  }

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

  .ml-xl-0 {
    margin-left: 0 !important;
  }

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

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

  .m-xl-1 {
    margin: 0.25rem 0.25rem !important;
  }

  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xl-1 {
    margin-left: 0.25rem !important;
  }

  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem 0.5rem !important;
  }

  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-2 {
    margin-left: 0.5rem !important;
  }

  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem 1rem !important;
  }

  .mt-xl-3 {
    margin-top: 1rem !important;
  }

  .mr-xl-3 {
    margin-right: 1rem !important;
  }

  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-3 {
    margin-left: 1rem !important;
  }

  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem 1.5rem !important;
  }

  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-4 {
    margin-left: 1.5rem !important;
  }

  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem 3rem !important;
  }

  .mt-xl-5 {
    margin-top: 3rem !important;
  }

  .mr-xl-5 {
    margin-right: 3rem !important;
  }

  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-5 {
    margin-left: 3rem !important;
  }

  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .p-xl-0 {
    padding: 0 0 !important;
  }

  .pt-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0 {
    padding-left: 0 !important;
  }

  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem 0.25rem !important;
  }

  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-1 {
    padding-left: 0.25rem !important;
  }

  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem 0.5rem !important;
  }

  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-2 {
    padding-left: 0.5rem !important;
  }

  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem 1rem !important;
  }

  .pt-xl-3 {
    padding-top: 1rem !important;
  }

  .pr-xl-3 {
    padding-right: 1rem !important;
  }

  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-3 {
    padding-left: 1rem !important;
  }

  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem 1.5rem !important;
  }

  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-4 {
    padding-left: 1.5rem !important;
  }

  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem 3rem !important;
  }

  .pt-xl-5 {
    padding-top: 3rem !important;
  }

  .pr-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-5 {
    padding-left: 3rem !important;
  }

  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

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

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

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

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

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

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

  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
/** VARIABLES
===================================*/
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  margin-bottom: 0;
  position: relative;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.bx-wrapper img {
  max-width: 100%;
  display: block;
}

.bxslider {
  margin: 0;
  padding: 0;
}

ul.bxslider {
  list-style: none;
}

.bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
}

/** THEME
===================================*/
.bx-wrapper {
  box-shadow: none;
  border: none;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}

/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: 0.85em;
  color: #666;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #000;
}

.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  vertical-align: bottom;
  *zoom: 1;
  *display: inline;
}

.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
  background: url("images/controls.png") no-repeat 0 -32px;
}

.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
  background-position: 0 0;
}

.bx-wrapper .bx-next {
  right: 10px;
  background: url("images/controls.png") no-repeat -43px -32px;
}

.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
  background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
*  Owl Carousel - Animate Plugin
*/
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
* 	Owl Carousel - Auto Height Plugin
*/
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
* 	Owl Carousel - Lazy Load Plugin
*/
.owl-carousel .owl-item {
  /**
      This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
      calculation of the height of the owl-item that breaks page layouts
  */
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

.owl-dots {
  margin-top: 40px;
}
/* @media (min-width: 992px) {
  .owl-dots {
    margin-top: 80px;
  }
} */

.owl-carousel {
  text-align: center;
}
.owl-carousel button.owl-dot {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-color: #312E2F;
  opacity: 0.2;
  transition: opacity 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  border-radius: 50%;
  margin: 0 8px;
}
.owl-carousel button.owl-dot:focus {
  outline: 0;
}
.owl-carousel button.owl-dot:first-child {
  margin-left: 0;
}
.owl-carousel button.owl-dot:last-child {
  margin-right: 0;
}
.owl-carousel button.owl-dot.active {
  opacity: 1;
}
@media screen and (min-width: 992px) {
  .owl-carousel button.owl-dot:hover {
    opacity: 1;
  }
}

.owl-nav {
  margin-top: 20px;
}
.owl-nav span {
  font-size: 20px;
  color: #312E2F;
  opacity: 0.5;
}
.owl-nav button {
  margin: 0 5px;
}
.owl-nav button:focus {
  outline: 0;
}
.owl-nav button:first-child {
  position: relative;
  top: -5px;
  transform-origin: center center;
  transform: rotate(180deg);
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -ms-transform-origin: 0;
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

/* Caption */
.fancybox-caption {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
  }
}
.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}
/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }

  .fancybox-slide--image {
    padding: 6px 0;
  }

  .fancybox-close-small {
    right: -6px;
  }

  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }

  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }

  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right));
    }
  }
}
/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }

  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?dlrk70');
  src:  url('../fonts/icomoon.eot?dlrk70#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?dlrk70') format('truetype'),
    url('../fonts/icomoon.woff?dlrk70') format('woff'),
    url('../fonts/icomoon.svg?dlrk70#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-X-icon:before {
  content: "\e90f";
  color: #000;
}
.icon-x:before {
  content: "\e90e";
}
.icon-arrow-full:before {
  content: "\e900";
}
.icon-arrow-small:before {
  content: "\e901";
}
.icon-play:before {
  content: "\e902";
}
.icon-download:before {
  content: "\e903";
}
.icon-facebook:before {
  content: "\e904";
}
.icon-instagram:before {
  content: "\e905";
}
.icon-youtube:before {
  content: "\e906";
}
.icon-arrow-down:before {
  content: "\e907";
}
.icon-email:before {
  content: "\e908";
}
.icon-map:before {
  content: "\e909";
}
.icon-link:before {
  content: "\e90a";
}
.icon-search:before {
  content: "\e90b";
}
.icon-twitter:before {
  content: "\e90c";
}
.icon-linkedin:before {
  content: "\e90d";
}



.btn {
  background-color: #EC3136;
  color: #F2F2F2;
  border-radius: 5px;
  font-family: "ProximaNova-Bold";
  font-size: 16px;
  letter-spacing: 0.022em;
  display: inline-block;
  padding: 16px 35px;
  position: relative;
}
.btn:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #F2F2F2;
  transform-origin: left center;
  transition: transform 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  transform: scaleX(0);
  z-index: 1;
  border-radius: 5px;
}
.btn span {
  position: relative;
  z-index: 2;
  transition: color 0.3s cubic-bezier(0.7, 0, 0.3, 1);
}
@media (min-width: 992px) {
  .btn {
    font-size: 18px;
    padding: 18px 45px;
  }
}
@media screen and (min-width: 992px) {
  .btn:hover:after {
    transform: scale(1);
  }
  .btn:hover span {
    color: #EC3136;
  }
}

.btn-round {
  width: 40px;
  height: 40px;
  font-size: 16px;
  background-color: #EC3136;
  color: #F2F2F2;
  border-radius: 50%;
  line-height: 40px;
  text-align: center;
  display: inline-block;
}
@media (min-width: 1200px) {
  .btn-round {
    width: 50px;
    height: 50px;
    font-size: 20px;
    line-height: 50px;
  }
}

.btn-rectangle {
  width: 28px;
  height: 28px;
  background-color: #EC3136;
  color: #F2F2F2;
  border-radius: 6px;
  display: block;
  text-align: center;
  line-height: 28px;
  font-size: 12px;
}
@media (min-width: 768px) {
  .btn-rectangle {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .btn-rectangle {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 28px;
  }
}

.more {
  display: block;
  width: 90px;
  height: 30px;
  line-height: 15px;
  text-align: right;
  color: #F2F2F2;
  border-radius: 30px;
  background-color: #EC3136;
  padding: 0 14px;
  font-size: 30px;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.21);
  transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  position: relative;
  overflow: hidden;
  border: 2px solid #EC3136;
}
.more:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff;
  top: 0;
  left: 0;
  transition: transform 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  z-index: 1;
  transform: scaleX(0);
  transform-origin: left center;
}
.more span {
  position: relative;
  z-index: 2;
  transition: transform 0.3s cubic-bezier(0.7, 0, 0.3, 1);
}
@media (min-width: 768px) {
  .more {
    width: 120px;
    height: 40px;
    line-height: 32px;
    padding: 0 22px;
  }
}
@media screen and (min-width: 992px) {
  .more:hover span {
    color: #EC3136;
  }
  .more:hover:after {
    transform: scaleX(1);
  }
}

.document-item {
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.16);
  padding-left: 30px;
  padding-right: 100px;
  padding-top: 18px;
  padding-bottom: 18px;
  position: relative;
  cursor: pointer;
  margin-bottom: 10px;
  display: block !important;
}
.document-item h4 {
  font-family: "ProximaNova-Bold";
  font-size: 16px;
  letter-spacing: 0.012em;
  color: #383536;
}
.document-item span {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #383536;
  transform: translate(0, -50%);
  text-align: center;
  color: #F2F2F2;
  line-height: 40px;
  transition: all 0.3s;
}
@media screen and (min-width: 992px) {
  .document-item:hover span {
    background-color: #EC3136;
  }
}
@media (min-width: 992px) {
  .document-item h4 {
    font-size: 18px;
  }
}

.title {
  font-size: 42px;
  font-family: "ProximaNova-Bold";
  line-height: 1.2575757576em;
  letter-spacing: 0.012em;
  margin-bottom: 20px;
}
.content-title .title {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .title {
    font-size: 50px;
  }
}
@media (min-width: 1200px) {
  .title {
    font-size: 66px;
  }
}

.wrapper {
  background-color: #F2F2F2;
  padding-bottom: 30px;
}

.fancybox-bg:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/solidar_suisse_shape.svg");
  background-position: center center;
  background-size: 100%;
  background-repeat: no-repeat;
  opacity: 0.025;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  font-family: "Helmet-Regular";
  background-color: #221F21;
  color: #F2F2F2;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 16px;
  z-index: 3;
}
header .logo {
  z-index: 2;
  display: block;
  position: absolute;
  top: 12px;
  left: 15px;
  width: 180px;
}
header .logo img {
  max-width: 180px;
  height: auto;
}
@media (min-width: 1200px) {
  header .logo {
    left: 2vw;
  }
}
@media (min-width: 1300px) {
  header .logo {
    left: 3.125vw;
  }
}
@media (min-width: 992px) {
  header {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  header {
    font-size: 16px;
  }
}

.header-inner {
  display: none;
  padding-top: 70px;
}
@media (min-width: 1200px) {
  .header-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-top: 0;
    padding-left: 22vw;
  }
}
@media (max-width: 1200px) {
  .header-inner {
    position: relative;
  }
}
@media (min-width: 1200px) {
  .header-inner {
    padding-left: 18.125vw;
  }
}

.menu-inner {
  padding-left: 15px;
  padding-right: 15px;
}
.menu-inner > ul li {
  display: block;
  margin-bottom: 5px;
}
.menu-inner > ul li:last-child {
  margin-right: 0;
}
.menu-inner > ul li a {
  display: block;
  position: relative;
  transition: color 0.3s cubic-bezier(0.7, 0, 0.3, 1);
}
.menu-inner > ul li.active a {
  color: #ff3212;
}
@media (min-width: 1200px) {
  .menu-inner {
    width: 88%;
    display: flex;
    justify-content: space-between;
    padding-right: 2.0833333333vw;
  }
  .menu-inner > ul li {
    display: inline-block;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  .menu-inner > ul li a:hover {
    color: #ff3212;
  }
}

.menu li {
  margin-right: 4px;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .menu li a:after {
    content: "";
    position: absolute;
    bottom: 1px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #ff3212;
    transition: transform 0.3s cubic-bezier(0.7, 0, 0.3, 1);
    transform-origin: right center;
    transform: scaleX(0);
  }
  .menu li a:hover:after {
    transform-origin: left center;
    transform: scaleX(1);
  }
}
.menu li.current-menu-item > a, .menu li.current_page_ancestor > a {
  color: #EC3136;
}
@media (max-width: 991px) {
  .menu {
    margin-bottom: 30px;
  }
  .menu li a {
    font-size: 20px;
  }
  .menu li > ul {
    margin-top: 5px;
  }
  .menu li > ul li {
    padding-left: 30px;
  }
  .menu li > ul li a {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .menu > li {
    padding: 20px 0;
  }
  .menu > li > ul {
    position: absolute;
    top: 60px;
    left: -30px;
    width: 300px;
    padding: 20px 30px;
    background-color: #221F21;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
    transform: translate(0, 10px);
    transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  }
  .menu > li > ul > li {
    display: block;
    width: 100%;
    margin-bottom: 5px;
  }
  .menu > li > ul > li a:after {
    display: none;
  }
  .menu > li > ul > li:last-child {
    margin-bottom: 0;
  }
  .menu > li:hover > ul {
    visibility: visible;
    opacity: 1;
    z-index: 1;
    transform: translate(0, 0);
  }
}
@media (min-width: 1080px) {
  .menu li {
    margin-right: 12px;
  }
}
@media (min-width: 1200px) {
  .menu li {
    margin-right: 24px;
  }
}

.language {
  display: flex;
}
.language li {
  margin-right: 15px;
}
@media (max-width: 991px) {
  .language {
    margin-bottom: 20px;
    justify-content: center;
  }
}
@media (min-width: 992px) {
  .language {
    padding: 20px 0;
  }
}
@media (min-width: 1200px) {
  .language li {
    margin-right: 20px;
  }
}

.donate {
  width: 100%;
  background-color: #EC3136;
  color: white;
  padding: 22px 0;
  position: relative;
  float: right;
  transition: all 0.5s;
  text-align: center;
}
.donate:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  transform: scaleX(0);
  transition: transform 0.4s cubic-bezier(0.7, 0, 0.3, 1);
  transform-origin: left center;
  z-index: 1;
}
.donate span {
  position: relative;
  z-index: 2;
  transition: color 0.4s cubic-bezier(0.7, 0, 0.3, 1);
}
@media (min-width: 992px) {
  .donate {
    width: 12%;
  }
}
@media screen and (min-width: 992px) {
  .donate:hover:after {
    transform: scaleX(1);
  }
  .donate:hover span {
    color: #EC3136;
  }
}

.menubar {
  display: block;
  background-color: #221F21;
  height: 65px;
  position: relative;
}
.menubar a {
  position: absolute;
  top: 50%;
  right: 15px;
  display: block;
  width: 30px;
  transform: translate(0, -50%);
  display: block;
  z-index: 2;
}
.menubar a span {
  position: relative;
  display: block;
  width: 100%;
  height: 3px;
  background-color: white;
  border-radius: 20px;
  transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  margin-bottom: 5px;
}
.menubar a span:last-child {
  margin-bottom: 0;
}
.menubar a.active span:nth-child(1) {
  top: 8px;
  transform: rotate(45deg);
}
.menubar a.active span:nth-child(2) {
  opacity: 0;
}
.menubar a.active span:nth-child(3) {
  top: -8px;
  transform: rotate(-45deg);
}
@media (min-width: 992px) {
  .menubar {
    display: none;
  }
}

.slider {
  height: 100%;
}
.slider > div {
  position: relative;
  height: 100%;
}

.slider-container {
  padding-top: 68px;
  height: calc(100vh - 150px);
  font-family: "ProximaNova-Regular";
  background-color: #221F21;
}
.slider-container .bx-wrapper,
.slider-container .bx-viewport {
  height: 100% !important;
}
.slider-container .bx-pager.bx-default-pager {
  display: inline-block;
  width: auto;
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translate(-50%, 0);
  padding: 0;
}
.slider-container .bx-pager.bx-default-pager .bx-pager-item a {
  background-color: rgba(255, 255, 255, 0.3);
  transition: all 0.3s;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.slider-container .bx-pager.bx-default-pager .bx-pager-item a:hover, .slider-container .bx-pager.bx-default-pager .bx-pager-item a.active {
  background-color: white;
}
.slider-container h2 {
  font-family: "ProximaNova-Bold";
  font-size: 40px;
  line-height: 1.2272727273em;
  letter-spacing: 0.012em;
  margin-bottom: 10px;
}
.slider-container p {
  font-family: "ProximaNova-Regular";
  font-size: 15px;
  line-height: 1.2083333333em;
  margin-bottom: 50px;
}
.slider-container .slider-image {
  height: 100%;
}
.slider-container .slider-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  opacity: 0.5;
}
.slider-container .slider-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: white;
  z-index: 3;
  width: 100%;
}
@media (min-width: 768px) {
  .slider-container h2 {
    font-size: 50px;
  }
  .slider-container p {
    font-size: 18px;
  }
  .slider-container .bx-pager.bx-default-pager .bx-pager-item a {
    width: 12px;
    height: 12px;
  }
}
@media (min-width: 992px) {
  .slider-container h2 {
    font-size: 60px;
  }
  .slider-container p {
    font-size: 22px;
  }
  .slider-container .slider-content .slider-content-inner {
    max-width: 75vw;
  }
  .slider-container .bx-pager.bx-default-pager .bx-pager-item a {
    width: 16px;
    height: 16px;
  }
}
@media (min-width: 1400px) {
  .slider-container h2 {
    font-size: 66px;
  }
  .slider-container p {
    font-size: 24px;
  }
  .slider-container .slider-content .slider-content-inner {
    max-width: 50vw;
  }
}

.project-inside {
  padding-top: 65px;
}
.project-inside .project-inside-img {
  width: 100%;
  height: 275px;
  position: relative;
}
.project-inside .project-inside-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (min-width: 992px) {
  .project-inside {
    padding-top: 64px;
  }
  .project-inside .project-inside-img {
    height: 490px;
  }
}

.project-inside-wrapper {
  padding: 30px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .project-inside-wrapper {
    padding: 60px 0;
  }
}

.project-inside-title {
  width: 100%;
}
.project-inside-title h2 {
  font-size: 40px;
  line-height: 1.2678571429em;
  color: #363334;
}
.project-inside-title p {
  font-size: 16px;
  line-height: 1.25em;
  color: #363334;
  opacity: 0.5;
  padding-bottom: 30px;
  border-bottom: 1px solid #707070;
  margin-bottom: 60px;
  font-family: "ProximaNova-Bold";
}
.project-inside-title a {
  display: none;
  width: 45px;
  height: 45px;
  border: 2px solid #EC3136;
  line-height: 42px;
  font-size: 20px;
  color: #EC3136;
  text-align: center;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.project-inside-title a:after {
  content: "";
  background-color: #EC3136;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: transform 0.3s;
  transform-origin: left center;
  transform: scaleX(0);
  z-index: 1;
}
.project-inside-title a:before {
  transform-origin: center center;
  transform: rotate(180deg);
  display: block;
  position: relative;
  z-index: 2;
  transition: transform 0.3s;
}
@media (min-width: 1200px) {
  .project-inside-title a {
    width: 60px;
    height: 60px;
    line-height: 56px;
    font-size: 25px;
  }
}
@media screen and (min-width: 992px) {
  .project-inside-title a:hover:before {
    color: #F2F2F2;
  }
  .project-inside-title a:hover:after {
    transform: scaleX(1);
  }
}
@media (min-width: 992px) {
  .project-inside-title {
    width: 25%;
  }
  .project-inside-title h2 {
    font-size: 50px;
  }
  .project-inside-title a {
    display: block;
  }
}

.project-inside-content {
  width: 100%;
  color: #363334;
}
.project-inside-content h3 {
  font-family: "ProximaNova-Bold";
  font-size: 18px;
  line-height: 1.35em;
  margin-bottom: 40px;
}
.project-inside-content p {
  line-height: 1.5em;
  margin-bottom: 30px;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
}
.project-inside-content a {
  color: #EC3136;
  position: relative;
  display: inline-block;
}
.project-inside-content ul {
  margin-bottom: 30px;
}
.project-inside-content ul li {
  padding-left: 18px;
  position: relative;
  margin-bottom: 5px;
}
.project-inside-content ul li:before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 10px;
  height: 2px;
  background-color: #363334;
}
@media (min-width: 992px) {
  .project-inside-content {
    width: 70%;
  }
  .project-inside-content h3 {
    font-size: 20px;
  }
  .project-inside-content p {
    font-size: 16px;
  }
}

.project-menu {
  display: block;
  position: relative;
  z-index: 1;
}
.project-menu h4 {
  font-family: "ProximaNova-Bold";
  color: #312E2F;
  font-size: 18px;
  line-height: 1.2083333333em;
  letter-spacing: 0.012em;
  margin-bottom: 4px;
}
.project-menu p {
  color: #EC3136;
  font-family: "Helmet-Regular";
  letter-spacing: 0.012em;
  line-height: 1.0625em;
}
.project-menu p span {
  font-size: 10px;
}
.project-menu h4,
.project-menu p {
  position: relative;
  z-index: 2;
  transition: color 0.3s cubic-bezier(0.7, 0, 0.3, 1);
}
.project-menu a {
  position: relative;
  padding: 30px;
  display: block;
  height: 100%;
}
.project-menu li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ff3212;
  transform-origin: left center;
  transition: transform 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  transform: scaleX(0);
}

.project-menu li:last-of-type::before {
  background-color: #fff;
}

@media screen and (min-width: 992px) {
  .project-menu li:hover:before {
    transform: scaleX(1);
  }
  .project-menu li:hover h4,
  .project-menu li:hover p {
    color: #F2F2F2;
  }
}
.project-menu li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.075);
}
.project-menu li:last-child {
  background-color: #EC3136;
  background-image: url("../img/project-new-shape.svg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.project-menu li:last-child a {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.project-menu li:last-child a:after {
  background-color: #F2F2F2;
}
.project-menu li:last-child a span {
  margin-left: 1.25vw;
  font-size: 15px;
}
@media screen and (min-width: 992px) {
  .project-menu li:last-child a:hover h4 {
    color: #312E2F;
  }
}
.project-menu li:last-child h4 {
  color: #F2F2F2;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .project-menu {
    display: flex;
    flex-wrap: wrap;
  }
  .project-menu h4 {
    font-size: 1.75vw;
  }
  .project-menu li {
    width: 25%;
    box-shadow: -4px 6px 20px rgba(0, 0, 0, 0.13);
    border-bottom: 0;
  }
  .project-menu li:last-child a span {
    font-size: 1.25vw;
    position: relative;
    top: 2px;
  }
  .project-menu a {
    padding-top: 5.5vh;
    padding-bottom: 5.5vh;
    padding-left: 4vw;
    padding-right: 4vw;
  }
}
@media (min-width: 1200px) {
  .project-menu h4 {
    font-size: 1.3vw;
  }
}
@media (min-width: 1366px) {
  .project-menu h4 {
    font-size: 1.25vw;
  }
}

.project-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  position: relative;
  z-index: 1;
}
.project-list li {
  width: 100%;
  margin-bottom: 18px;
}
.project-list li:nth-child(2n+1) {
  margin-left: 0;
}
.project-list li a {
  display: block;
  background-color: #ffffff;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 2px 2px 3px rbga(255, 255, 255, 0.1);
}
.project-list li .project-img {
  height: 0;
  position: relative;
  padding-bottom: 56.2080536913%;
  overflow: hidden;
}
.project-list li .project-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  z-index: 1;
  transition: all 0.75s ease;
}
.project-list li .projects-item-content {
  padding: 30px calc(12.080536912751677% + 30px) 30px 6.711409396%;
  position: relative;
}
.project-list li .projects-item-content:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #EC3136;
  transition: transform 0.3s;
  z-index: 1;
  transform-origin: left center;
  transform: scaleX(0);
}
.project-list li .projects-item-content h2,
.project-list li .projects-item-content p,
.project-list li .projects-item-content span {
  z-index: 2;
  transition: all 0.3s;
}
.project-list li .projects-item-content h2 {
  font-family: "ProximaNova-Bold";
  font-size: 20px;
  line-height: 1.5em;
  color: #312E2F;
  margin-bottom: 2px;
  position: relative;
}
.project-list li .projects-item-content p {
  color: #EC3136;
  font-family: "Helmet-Regular";
  letter-spacing: 0.016em;
  position: relative;
}
.project-list li .projects-item-content span {
  position: absolute;
  top: 30px;
  right: 5.3691275168%;
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 6px;
  background-color: #EC3136;
  color: #F2F2F2;
  font-size: 20px;
  line-height: 50px;
  text-align: center;
  transition-delay: 0.1s;
}
@media screen and (min-width: 992px) {
  .project-list li a:hover .project-img img {
    transform: scale(1.1);
  }
  .project-list li a:hover .projects-item-content h2,
.project-list li a:hover .projects-item-content p {
    color: #F2F2F2;
  }
  /* .project-list li a:hover .projects-item-content span {
    color: #EC3136;
    background-color: #ffffff;
  } */
  .project-list li a:hover .projects-item-content:after {
    transform: scaleX(1);
  }
}
@media (min-width: 768px) {
  .project-list li {
    width: 49.25%;
    margin-left: 1.5%;
  }
  .project-list li .projects-item-content span {
    width: 60px;
    height: 60px;
    font-size: 25px;
    line-height: 60px;
  }
}

.project-boxes .project-box {
  display: block;
  border-radius: 6px;
  background-color: #ffffff;
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.16);
  position: relative;
}
.project-boxes .project-box .project-box-img {
  width: 100%;
  height: 150px;
  position: relative;
  margin-right: 20px;
  z-index: 2;
}
.project-boxes .project-box .project-box-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.project-boxes .project-box h2 {
  color: #363334;
  font-size: 20px;
  padding: 20px 80px 20px 20px;
  transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1);
  position: relative;
  z-index: 2;
}
.project-boxes .project-box span {
  position: absolute;
  bottom: 20px;
  right: 15px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: #EC3136;
  border-radius: 50%;
  color: #ffffff;
  text-align: center;
  font-size: 10px;
  transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1);
  z-index: 2;
}
@media (min-width: 768px) {
  .project-boxes .project-box {
    display: flex;
    align-items: center;
    padding-right: 100px;
  }
  .project-boxes .project-box .project-box-img {
    width: 20%;
    height: 120px;
  }
  .project-boxes .project-box h2 {
    padding: 0;
  }
  .project-boxes .project-box span {
    top: 50%;
    bottom: auto;
    right: 25px;
    transform: translate(0, -50%);
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .project-boxes .project-box h2 {
    font-size: 24px;
  }
}
@media screen and (min-width: 992px) {
  .project-boxes .project-box:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #EC3136;
    z-index: 1;
    transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1);
    transform: scaleX(0);
    transform-origin: left center;
  }
  .project-boxes .project-box:hover h2 {
    color: #ffffff;
  }
  .project-boxes .project-box:hover span {
    color: #EC3136;
    background-color: #ffffff;
  }
  .project-boxes .project-box:hover:after {
    transform: scaleX(1);
  }
}

.about-wrapper {
  color: #221F21;
  background-color: white;
}
.about-wrapper .about-content-text {
  position: relative;
  z-index: 1;
}
.about-wrapper .about-content-text img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left center;
  opacity: 0.8;
}
.about-wrapper .about-content {
  width: 100%;
  padding: 45px 30px;
  position: relative;
  z-index: 2;
}
@media (min-width: 992px) {
  .about-wrapper .about-content {
    width: 80%;
    padding: 80px 0;
  }
}
.about-wrapper h2 {
  font-size: 40px;
  letter-spacing: 0.8px;
  line-height: 1.25em;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .about-wrapper h2 {
    font-size: 56px;
  }
}
.about-wrapper h3 {
  font-size: 20px;
  line-height: 27px;
  margin-bottom: 40px;
}
.about-wrapper p {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.16px;
  margin-bottom: 60px;
  font-family: "Poppins", sans-serif;
}
.about-wrapper > a {
  display: inline-block;
  border: 2px solid #ED3237;
  border-radius: 6px;
  width: 58px;
  height: 58px;
  color: #ED3237;
  transition: all 0.25s;
  position: relative;
  font-size: 26px;
}
.about-wrapper a:hover {
  background-color: #ED3237;
  color: white;
}
.about-wrapper a::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.about-wrapper .about-header-image {
  height: 420px;
  position: relative;
}
.about-wrapper .about-header-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center center;
}
.about-wrapper .about-header-image::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(34, 31, 33, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.about-team {
  background-color: #F2F2F2;
  padding: 110px 0;
}
.about-team .row {
  padding: 0;
  margin: 0;
}
.about-team .about-team-member {
  height: 490px;
  width: 100%;
  position: relative;
  margin-bottom: 60px;
  box-shadow: 5px 5px 20px 0px rgba(210, 210, 210, 0.75);
  border-radius: 6px;
}
.about-team .about-team-member .about-team-member-content {
  padding: 30px;
}
.about-team .about-team-member .about-team-member-content h3 {
  font-size: 28px;
  letter-spacing: 0.28px;
  line-height: 37px;
  margin-bottom: 0;
}
.about-team .about-team-member .about-team-member-content h4 {
  font-size: 20px;
  letter-spacing: 0.12px;
  line-height: 27px;
  font-family: "ProximaNova-Regular";
}
.about-team .about-team-member .about-team-member-content a {
  margin-bottom: -65px;
  background-color: #ED3237;
  color: white;
  position: relative;
  font-size: 22px;
  transform: rotate(0);
}
.about-team .about-team-member .about-team-member-content a:hover {
  background-color: white;
  color: #ED3237;
}
.about-team .about-team-member .about-team-member-content a::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.about-team .about-team-member img {
  width: 100%;
  height: 68%;
  object-fit: cover;
  object-position: center center;
  border-radius: 6px;
}

.footer {
  background-color: #221F21;
  color: white;
  padding-top: 60px;
  padding-bottom: 60px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 14px;
}
.footer .container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .footer {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (min-width: 992px) {
  .footer .container {
    width: 94%;
  }
}
@media (min-width: 1200px) {
  .footer .container {
    width: 90%;
  }
}
@media (min-width: 1366px) {
  .footer .container {
    width: 82.5%;
  }
}
@media (min-width: 1500px) {
  .footer .container {
    width: 75%;
  }
}

.footer-top {
  width: 100%;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-top img {
  width: 100%;
  height: auto;
}
.footer-top strong {
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 18px;
  letter-spacing: 0.012em;
  display: inline-block;
}
.footer-top a {
  transition: color 0.3s cubic-bezier(0.7, 0, 0.3, 1);
}
@media screen and (min-width: 992px) {
  .footer-top a:hover {
    color: #EC3136;
  }
}
@media (max-width: 767px) {
  .footer-top {
    text-align: center;
  }
  .footer-top strong {
    font-size: 16px;
  }
  .footer-top p {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .footer-top .footer-logo {
    max-width: 60%;
    margin: 0 auto;
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .footer-top {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .footer-top > div {
    width: 25%;
    padding: 0 10px;
  }
}

.footer-bottom {
  width: 100%;
}
.footer-bottom p strong {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
  display: inline-block;
}
@media (max-width: 767px) {
  .footer-bottom {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .footer-bottom > div {
    width: calc(100% / 3);
    padding: 0 10px;
  }
}

.newsletter {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.newsletter form {
  width: 100%;
  text-align: center;
}
.newsletter input {
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 6px;
  background-color: transparent;
  height: 44px;
  width: 20vw;
  line-height: 60px;
  font-family: "Poppins", sans-serif;
  padding: 10px;
}
@media (min-width: 1200px) {
  .newsletter input {
    width: 12.5vw;
  }
}
.newsletter button {
  width: 44px;
  height: 44px;
  line-height: 44px;
  background-color: #EC3136;
  color: #F2F2F2;
  border: 0;
  font-size: 16px;
  border-radius: 50%;
  cursor: pointer;
  margin-left: 10px;
  transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
}
@media (max-width: 767px) {
  .newsletter {
    margin: 30px 0;
  }
  .newsletter input {
    width: 60vw;
  }
}
@media screen and (min-width: 992px) {
  .newsletter:hover button {
    background-color: #F2F2F2;
    color: #EC3136;
  }
}

.social-media {
  text-align: center;
}
.social-media a {
  font-size: 35px;
  color: #F2F2F2;
  display: inline-block;
  margin-left: 5px;
  transition: color 0.3s cubic-bezier(0.7, 0, 0.3, 1);
}
.social-media a:first-child {
  margin-left: 0;
}
@media screen and (min-width: 992px) {
  .social-media a:hover {
    color: #EC3136;
  }
}
@media (min-width: 768px) {
  .social-media {
    text-align: right;
  }
}

.announcements-section {
  background-image: url("../img/political-science.png");
  background-blend-mode: soft-light;
  background-color: #ED3237;
  color: white;
  font-family: "ProximaNova-Bold";
  position: relative;
  width: 100%;
  padding: 60px 0;
}
.announcements-section .announcements-content {
  text-align: center;
  width: 80%;
  margin: 0 auto;
}
.announcements-section .announcements-content p {
  font-family: "Helmet-Regular";
  font-size: 16px;
  margin-bottom: 0;
  letter-spacing: 0.012em;
}
.announcements-section .announcements-content h2 {
/*   font-size: 30px; */
	font-size: 20px;
  line-height: 1.2173913043em;
  margin-bottom: 45px;
}
.announcements-section .announcements-content a {
  display: inline-block;
  border: 1px solid white;
  border-radius: 6px;
  padding: 13px 75px;
  transition: all 0.5s;
}
.announcements-section .announcements-content a span {
  background-color: white;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
}
.announcements-section .announcements-content a span::after, .announcements-section .announcements-content a span::before {
  content: "";
  background-color: white;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  left: 10px;
}
.announcements-section .announcements-content a span::before {
  left: -10px;
}
.announcements-section .announcements-content a:hover {
  background-color: white;
}
.announcements-section .announcements-content a:hover span {
  background-color: #ED3237;
}
.announcements-section .announcements-content a:hover span::after, .announcements-section .announcements-content a:hover span::before {
  background-color: #ED3237;
}
@media (min-width: 768px) {
  .announcements-section .announcements-content h2 {
/*     font-size: 40px; */
	  font-size: 21px;
  }
}
@media (min-width: 992px) {
  .announcements-section .announcements-content {
    width: 55%;
  }
}
@media (min-width: 1200px) {
  .announcements-section .announcements-content {
    width: 40%;
  }
  .announcements-section .announcements-content h2 {
/*     font-size: 46px;
    line-height: 56px; */
	  font-size: 27px;
    line-height: 37px;
  }
}

.partners-section {
  background-color: #ffffff;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  z-index: 1;
}
.partners-section .container {
  width: 100%;
}
@media (max-width: 991px) {
  .partners-section .container {
    padding: 0;
  }
  .partners-section .row {
    margin: 0;
  }
}
@media (min-width: 992px) {
  .partners-section {
    padding-top: 116px;
    padding-bottom: 104px;
  }
  .partners-section .container {
    width: 94%;
  }
}
@media (min-width: 1200px) {
  .partners-section .container {
    width: 90%;
  }
}
@media (min-width: 1366px) {
  .partners-section .container {
    width: 82.5%;
  }
}
@media (min-width: 1500px) {
  .partners-section .container {
    width: 75%;
  }
}

.partners-top {
  position: relative;
  width: 100%;
  color: #363334;
  padding: 0 7.1428571429%;
}
.partners-top h2 {
  letter-spacing: 0.005em;
  margin-bottom: 5px;
  font-family: "ProximaNova-Bold";
  line-height: 1.2272727273em;
  font-size: 35px;
}
.partners-top p {
  font-size: 14px;
  line-height: 1.2083333333em;
  font-family: "ProximaNova-Regular";
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .partners-top h2 {
    font-size: 50px;
  }
  .partners-top p {
    font-size: 18px;
    max-width: 40%;
    margin-bottom: 0;
  }
  .partners-top a {
    position: absolute;
    bottom: 0;
    right: 7.1428571429%;
  }
}
@media (min-width: 1400px) {
  .partners-top h2 {
    font-size: 66px;
  }
  .partners-top p {
    font-size: 24px;
  }
}

.partners-bottom {
  width: 100%;
  border-top: 1px solid #B7B7B7;
  margin-top: 30px;
  padding-top: 40px;
  padding-left: 7.1428571429%;
  padding-right: 7.1428571429%;
}
@media (min-width: 768px) {
  .partners-bottom {
    margin-top: 40px;
    padding-top: 50px;
  }
}
@media (min-width: 992px) {
  .partners-bottom {
    margin-top: 90px;
    padding-top: 112px;
  }
}

.partners-list {
  display: flex;
  flex-wrap: wrap;
}
.partners-list .partner-img {
  width: 200px;
  height: 200px;
  position: relative;
  margin: 0 auto;
}
.partners-list .partner-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: contain;
  object-position: center center;
  width: 100%;
  height: 100%;
  padding: 20px;
}
.partners-list li {
  width: 100%;
  background-color: #ffffff;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.16);
  text-align: center;
  padding: 40px 20px 90px 20px;
  position: relative;
  margin-bottom: 60px;
}
.partners-list li h3 {
  font-size: 20px;
  font-family: "ProximaNova-Bold";
  letter-spacing: 0.012em;
  line-height: 1.5em;
  margin-bottom: 32px;
}
.partners-list li p {
  font-size: 14px;
  line-height: 1.5625em;
  font-family: "Poppins", sans-serif;
  margin-bottom: 0;
}
.partners-list li a {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  width: 60px;
  height: 60px;
  border-radius: 6px;
  background-color: #EC3136;
  color: #F2F2F2;
  line-height: 60px;
  text-align: center;
  font-size: 30px;
  border: 2px solid #EC3136;
  overflow: hidden;
}
.partners-list li a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: #ffffff;
  transition: transform 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  transform: scaleX(0);
  transform-origin: left center;
}
.partners-list li a span {
  position: relative;
  z-index: 2;
  transition: transform 0.3s cubic-bezier(0.7, 0, 0.3, 1);
}
@media screen and (min-width: 992px) {
  .partners-list li a:hover:after {
    transform: scaleX(1);
  }
  .partners-list li a:hover span {
    color: #EC3136;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .partners-list li {
    width: 49%;
    margin-left: 2%;
  }
  .partners-list li:nth-child(2n+1) {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .partners-list li {
    width: 32%;
    margin-left: 2%;
    margin-bottom: 60px;
  }
  .partners-list li:nth-child(3n+1) {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .partners-list li {
    padding: 40px 40px 90px 40px;
    width: 30.4166666667%;
    margin-left: 4.375%;
  }
}

.story-section {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #FFFDF2;
  text-align: center;
}
.story-section h2 {
  font-family: "ProximaNova-Bold";
  font-size: 35px;
  letter-spacing: 0.012em;
  line-height: 1.2272727273em;
  margin-bottom: 5px;
}
.story-section p {
  font-family: "ProximaNova-Regular";
  font-size: 18px;
  line-height: 1.2083333333em;
}
@media (min-width: 768px) {
  .story-section {
    text-align: left;
    padding-top: 70px;
    padding-bottom: 40px;
  }
}
@media (min-width: 992px) {
  .story-section {
    padding-top: 118px;
    padding-bottom: 85px;
  }
  .story-section h2 {
    font-size: 50px;
  }
  .story-section p {
    font-size: 20px;
  }
}
/* @media (min-width: 1400px) {
  .story-section h2 {
    font-size: 66px;
  }
  .story-section p {
    font-size: 24px;
  }
} */

.contact-wrapper {
  background-color: #F2F2F2;
  margin-top: 68px;
}
.contact-wrapper .contact-map {
  width: 100%;
  height: 30vh;
}
.contact-wrapper .contact-map iframe {
  width: 100%;
  height: 100%;
}
.contact-wrapper .contact-content {
  border: 1px solid #DEDEDE;
}
.contact-wrapper .contact-content .contact-item {
  padding: 30px 15px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}
.contact-wrapper .contact-content .contact-item:first-child {
  border-bottom: 1px solid #DEDEDE;
  border-right: none;
}
@media (min-width: 992px) {
  .contact-wrapper .contact-content .contact-item {
    padding: 50px 12.5%;
  }
  .contact-wrapper .contact-content .contact-item:first-child {
    border-right: 1px solid #DEDEDE;
    border-bottom: none;
  }
}
.contact-wrapper .contact-content h3 {
  font-size: 24px;
  letter-spacing: 0.12px;
  line-height: 32px;
  margin-bottom: 10px;
  font-weight: 700;
}
.contact-wrapper .contact-content p {
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 20px;
  font-family: 'ES Klarheit Grotesk TRIAL SmBd', 'Poppins';
  font-weight: 600;
}
.contact-wrapper .contact-content p a {
  transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  position: relative;
}
.contact-wrapper .contact-content p a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #EC3136;
  transform-origin: left center;
  transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  transform: scaleX(0);
}
@media screen and (min-width: 992px) {
  .contact-wrapper .contact-content p a:hover {
    color: #EC3136;
  }
  .contact-wrapper .contact-content p a:hover::after {
    transform: scaleX(1);
  }
}
.contact-wrapper .contact-content a.icon-map {
  display: inline-block;
  height: 46px;
  width: 46px;
  border: 2px solid #ED3237;
  background-color: #ED3237;
  border-radius: 50%;
  position: relative;
  font-size: 22px;
  color: white;
  transition: all 0.25s;
}
.contact-wrapper .contact-content a.icon-map:hover {
  color: #ED3237;
  background-color: white;
}
.contact-wrapper .contact-content a.icon-map::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
  .contact-wrapper .contact-content a.icon-map {
    height: 58px;
    width: 58px;
    font-size: 28px;
  }
}

.contact-section {
  padding: 50px 0;
  position: relative;
  z-index: 1;
}
.contact-section p {
  font-size: 16px;
  line-height: 1.2083333333em;
  font-family: "Poppins", sans-serif;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .contact-section {
    padding: 0;
  }
  .contact-section p {
    font-size: 20px;
    margin-bottom: 70px;
  }
}

.contact-form {
  display: flex;
  flex-wrap: wrap;
}
.contact-form > div.split, .contact-form > div.full {
  width: 100%;
}
@media (min-width: 768px) {
  .contact-form > div.split {
    display: flex;
    flex-wrap: wrap;
  }
  .contact-form > div.split > div {
    width: 48.5%;
    margin-left: 3%;
  }
  .contact-form > div.split > div:first-child {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .contact-form > div {
    width: 48.5%;
    margin-left: 3%;
  }
  .contact-form > div:first-child {
    margin-left: 0;
  }
  .contact-form > div.split, .contact-form > div.full {
    width: 48.5%;
  }
}
.contact-form input,
.contact-form textarea {
  border-radius: 6px;
  border: none;
  background-color: #DEDEDE;
  padding: 20px;
  width: 100%;
  margin-bottom: 20px;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
}
.contact-form input:focus,
.contact-form textarea:focus {
  outline: 0;
}
.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: rgba(34, 31, 33, 0.3);
}
@media (min-width: 992px) {
  .contact-form input,
.contact-form textarea {
    font-size: 16px;
    padding: 20px 30px;
  }
}
.contact-form input[type=number]::-webkit-inner-spin-button,
.contact-form input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
.contact-form input[type=number] {
  -moz-appearance: textfield;
}
.contact-form input:nth-child(3) {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .contact-form input:nth-child(3) {
    margin-bottom: 0;
  }
}
.contact-form textarea {
  height: 100%;
  margin-bottom: 0px;
  resize: none;
  min-height: 160px;
}
@media (min-width: 992px) {
  .contact-form textarea {
    min-height: 230px;
  }
}
.contact-form .required {
  position: relative;
  z-index: 2;
}
.contact-form .required::before {
  content: "";
  width: 7px;
  height: 7px;
  background-color: #ED3237;
  border-radius: 50%;
  position: absolute;
  top: -3px;
  left: 30px;
}
.contact-form .btn-submit-form {
  float: right;
  margin-top: 30px;
  box-shadow: none;
  transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  border: 2px solid #EC3136;
  cursor: pointer;
}
@media screen and (min-width: 992px) {
  .contact-form .btn-submit-form:hover {
    background-color: #F2F2F2;
    color: #EC3136;
  }
}

.news-open-wrapper {
  color: #221F21;
}
@media (min-width: 1200px) {
  .news-open-wrapper .container {
    width: 1600px;
    max-width: 100%;
  }
}
.news-open-wrapper .news-open-container {
  padding: 60px 0;
  text-align: center;
}
.news-open-wrapper .news-open-container .container {
  padding-top: 140px;
}
@media (min-width: 768px) {
  .news-open-wrapper .news-open-container .container {
    padding-top: 80px;
  }
}
@media (min-width: 1200px) {
  .news-open-wrapper .news-open-container .container {
    padding-top: 120px;
  }
}
.news-open-wrapper .news-open-container img {
  height: auto;
  width: 100%;
  object-fit: cover;
  object-position: center center;
  margin: 30px 0;
}

@media(min-width: 992px) {
  .news-open-wrapper .news-open-container img { margin: 60px 0; }
}
.news-open-wrapper .news-open-background {
  height: 45vh;
  width: 100%;
  object-fit: cover;
  object-position: center center;
}
.news-open-wrapper .news-content {
  width: 90%;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .news-open-wrapper .news-content {
    width: 80%;
  }
}
@media (min-width: 1200px) {
  .news-open-wrapper .news-content {
    width: 60%;
  }
}
.news-open-wrapper .news-content p {
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.16px;
  margin-bottom: 30px;
  font-family: "Poppins", sans-serif;
}
.news-open-wrapper .news-content h2 {
  font-size: 33px;
  letter-spacing: 0.12px;
  line-height: 35px;
  font-family: "Neue-Haas-Grotesk-Text-Pro-Bold";
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .news-open-wrapper .news-content h2 {
    font-size: 46px;
    line-height: 55px;
  }
}
.news-open-wrapper .news-content span {
  display: inline-block;
  color: #EC3136;
  font-family: "Helmet-Regular";
  font-size: 16px;
  letter-spacing: 0.12px;
  line-height: 21px;
  margin-bottom: 45px;
}

.news-section {
  background-color: #FFFDF2;
  letter-spacing: 0.012em;
  position: relative;
  z-index: 1;
}
.news-section .container {
  width: 100%;
}
.news-section p {
  color: rgba(245, 245, 245, 0.5);
  line-height: 1.25em;
  /* margin-bottom: 22px; */
  font-size: 14px;
}
@media (max-width: 991px) {
  .news-section .container {
    padding: 0;
  }
  .news-section .row {
    margin: 0;
  }
}
@media (min-width: 768px) {
  .news-section {
    padding-bottom: 118px;
  }
}
@media (min-width: 992px) {
  .news-section .container {
    width: 94%;
  }
}
@media (min-width: 1200px) {
  .news-section .container {
    width: 90%;
  }
}
@media (min-width: 1366px) {
  .news-section .container {
    width: 82.5%;
  }
}
@media (min-width: 1400px) {
  .news-section p {
    font-size: 16px;
  }
}
@media (min-width: 1500px) {
  .news-section .container {
    width: 75%;
  }
}

.news-item {
  display: block;
  width: 100%;
  overflow: hidden;
  height: 220px;
  position: relative;
  background-color: #363334;
  font-family: "ProximaNova-Bold";
  transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
}
.news-item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #EC3136;
  opacity: 0;
  mix-blend-mode: multiply;
  transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
}
.news-item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  opacity: 0.5;
  transition: opacity 0.3s cubic-bezier(0.7, 0, 0.3, 1), transform 4s ease;
}
.news-item .news-item-content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  padding: 0 30px;
  z-index: 2;
  color: #F2F2F2;
  transform: translate(-50%, -50%);
  text-align: center;
}
.news-item .news-item-content h3 {
  color: #F2F2F2;
  font-size: 20px;
  line-height: 1.2142857143em;
  margin-bottom: 22px;
}
@media (min-width: 767px) {
  .news-item {
    width: 50%;
    height: 300px;
  }
  .news-item .news-item-content h3 {
    font-size: 24px;
  }
}
@media screen and (min-width: 992px) {
  .news-item:hover {
    background-color: #050404;
  }
  .news-item:hover:after {
    opacity: 1;
  }
  .news-item:hover img {
    opacity: 0.9;
    transform: scale(1.1);
  }
}
@media (min-width: 1400px) {
  .news-item .news-item-content h3 {
    font-size: 28px;
  }
}
@media (min-width: 1500px) {
  .news-item {
    height: 380px;
  }
}

.news-video {
  width: 100%;
  overflow: hidden;
  position: relative;
  font-family: "ProximaNova-Bold";
  background-color: #363334;
}

.news-video-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: #363334;
  transition: transform 0.3s cubic-bezier(0.7, 0, 0.3, 1);
}
.news-video-content:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #EC3136;
  opacity: 0;
  mix-blend-mode: multiply;
  z-index: 2;
  transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
}
.news-video-content.noblend:after {
  opacity: 0 !important;
  transition: opacity 0.75s cubic-bezier(0.7, 0, 0.3, 1) !important;
}
.news-video-content.hide {
  transform-origin: top center;
  transform: translate(0, -150%);
  transition: transform 1s ease;
}
.news-video-content img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  opacity: 0.5;
  z-index: 1;
  transition: opacity 0.3s cubic-bezier(0.7, 0, 0.3, 1), transform 4s ease;
}
.news-video-content h2 {
  font-size: 30px;
  line-height: 1.2272727273em;
  margin-bottom: 5px;
}
.news-video-content h4 {
  font-size: 14px;
  line-height: 1.2083333333em;
  letter-spacing: 0;
  font-family: "ProximaNova-Regular";
  font-weight: 400;
  margin-bottom: 22px;
}
.news-video-content .news-video-text {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  padding: 0 15px;
  color: #F2F2F2;
  max-width: 100vw;
  transform: translate(0, -50%);
  z-index: 3;
}
@media screen and (min-width: 992px) {
  .news-video-content:hover {
    background-color: #050404;
  }
  .news-video-content:hover:after {
    opacity: 1;
  }
  .news-video-content:hover img {
    opacity: 0.9;
    transform: scale(1.1);
  }
}
@media (min-width: 768px) {
  .news-video-content h2 {
    font-size: 45px;
  }
  .news-video-content h4 {
    font-size: 18px;
  }
  .news-video-content .news-video-text {
    padding: 0 9%;
  }
}
@media (min-width: 992px) {
  .news-video-content h2 {
    font-size: 54px;
  }
  .news-video-content h4 {
    font-size: 20px;
  }
  .news-video-content .news-video-text {
    max-width: 75vw;
  }
}
@media (min-width: 1200px) {
  .news-video-content {
    padding: 0 12.7604166667%;
  }
}
@media (min-width: 1400px) {
  .news-video-content h2 {
    font-size: 66px;
  }
  .news-video-content h4 {
    font-size: 24px;
  }
  .news-video-content .news-video-text {
    max-width: 65vw;
  }
}
@media (min-width: 1600px) {
  .news-video-content .news-video-text {
    max-width: 57.5vw;
    max-width: 65vw;
  }
}

.news-video-container {
  z-index: 1;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin-bottom: 50px;
}
.news-video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.news-blocks {
  margin-bottom: 30px;
}

.news-block {
  background-color: #312E2F;
  color: #F2F2F2;
  width: 100%;
  display: block;
}
.news-block:last-child {
  flex-direction: row-reverse;
}
.news-block.news-block-latest {
  background-color: #ffffff;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.15);
}
@media (min-width: 768px) {
  .news-block {
    display: flex;
    flex-wrap: wrap;
  }
  .news-block > div {
    width: 50%;
  }
}
/* @media screen and (min-width: 992px) {
  .news-block:hover .news-block-text h6 {
    opacity: 1;
  }
  .news-block:hover .news-block-text:after {
    transform: scaleY(1);
  }
  .news-block:hover.news-block-latest h6,
.news-block:hover.news-block-latest h3,
.news-block:hover.news-block-latest p {
    color: #ffffff;
  }
} */

.news-block-text {
  width: 100%;
  padding: 40px 15px;
  letter-spacing: 0.012em;
  position: relative;
}
.news-block-text:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #EC3136;
  z-index: 1;
  transition: transform 0.4s cubic-bezier(0.7, 0, 0.3, 1);
  transform-origin: bottom center;
  transform: scaleY(0);
}
.news-block-text h6,
.news-block-text h3,
.news-block-text p {
  position: relative;
  z-index: 2;
  color: #F2F2F2;
  transition: color 0.3s cubic-bezier(0.7, 0, 0.3, 1);
}
.news-block-latest .news-block-text h6:not(.news-section.latest-updates .news-block-latest .news-block-text h6),
.news-block-latest .news-block-text h3,
.news-block-latest .news-block-text p {
  color: #000000;
}
.news-block-text h6 {
  font-size: 17px;
  line-height: 1.1176470588em;
  font-family: "Helmet-Regular";
  margin-bottom: 12px;
  opacity: 0.5;
  transition: opacity 0.4s cubic-bezier(0.7, 0, 0.3, 1);
}
.news-block-text h3 {
  font-size: 24px;
  line-height: 1.0714285714em;
  margin-bottom: 28px;
  font-family: "ProximaNova-Bold";
}
.news-block-text p {
  line-height: 1.45em;
  font-family: "Poppins", sans-serif;
  color: #F2F2F2;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .news-block-text {
    padding: 70px 4vw;
  }
}
@media (min-width: 1200px) {
  .news-block-text {
    padding: 100px 5vw;
  }
  .news-block-text h3 {
    font-size: 28px;
  }
}
@media (min-width: 1400px) {
  .news-block-text {
    padding: 120px 7vw;
  }
}

.news-block-img {
  position: relative;
  height: 200px;
}
.news-block-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (min-width: 768px) {
  .news-block-img {
    height: auto;
  }
}

.shape {
  position: absolute;
  top: -230px;
  width: 290px;
  right: 10%;
  transform: rotate(-4deg);
  opacity: 0.75;
  display: none;
}
@media (min-width: 992px) {
  .shape {
    display: block;
  }
}
@media (min-width: 1366px) {
  .shape {
    width: 320px;
    right: 10%;
    top: -262px;
  }
}

.news-wrapper {
  background-color: #F2F2F2;
  color: #221F21;
  padding: 0 0 110px 0;
}
.news-wrapper .container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .news-wrapper .container {
    width: 94%;
  }
}
@media (min-width: 1200px) {
  .news-wrapper .container {
    width: 90%;
  }
}
@media (min-width: 1366px) {
  .news-wrapper .container {
    width: 82.5%;
  }
}
@media (min-width: 1500px) {
  .news-wrapper .container {
    width: 75%;
  }
}
.news-wrapper .news-header {
  padding: 40px 0;
  text-align: center;
  width: 100%;
}
.news-wrapper .news-header h2 {
  font-family: "Neue-Haas-Grotesk-Text-Pro-Bold";
  font-size: 40px;
  margin-bottom: 0;
}
.news-wrapper .news-header p {
  font-family: "ProximaNova-Regular";
  font-size: 18px;
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .news-wrapper .news-header h2 {
    font-size: 46px;
  }
}
@media (min-width: 992px) {
  .news-wrapper .news-header {
    padding: 45px 0;
  }
  .news-wrapper .news-header h2 {
    font-size: 56px;
  }
  .news-wrapper .news-header p {
    width: 70%;
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .news-wrapper .news-header {
    padding: 50px 0;
  }
  .news-wrapper .news-header h2 {
    font-size: 66px;
  }
  .news-wrapper .news-header p {
    width: 60%;
    font-size: 22px;
  }
}
@media (min-width: 1400px) {
  .news-wrapper .news-header p {
    width: 40%;
    font-size: 24px;
  }
}
.news-wrapper .news-latest {
  box-shadow: 0px 0px 20px 5px #dedede;
}
.news-wrapper .news-latest .news-item-latest {
  background-color: #F2F2F2;
  height: 300px;
  padding: 0;
}
.news-wrapper .news-latest .news-item-latest .news-item-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
}
@media (min-width: 992px) {
  .news-wrapper .news-latest .news-item-latest .news-item-content {
    width: 60%;
  }
}
.news-wrapper .news-latest .news-item-latest img {
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100%;
}
.news-wrapper .news-latest .news-item-latest h4 {
  font-size: 16px;
  font-family: "Helmet-Regular";
  letter-spacing: 0.12px;
  line-height: 21px;
  color: #EC3136;
}
.news-wrapper .news-latest .news-item-latest h3 {
  font-size: 22px;
  font-family: "ProximaNova-Bold";
  letter-spacing: 0.12px;
  line-height: 24px;
}
@media (min-width: 992px) {
  .news-wrapper .news-latest .news-item-latest h3 {
    font-size: 28px;
    line-height: 30px;
  }
}
.news-wrapper .news-latest .news-item-latest p {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 0;
}
.news-wrapper .news-item {
  background-color: white;
  margin-bottom: 50px;
  box-shadow: 0px 0px 20px 5px #dedede;
}
.news-wrapper .news-item .news-item-content {
  width: 100%;
  padding: 40px;
}
@media (min-width: 992px) {
  .news-wrapper .news-item .news-item-content {
    width: 90%;
    padding: 60px;
  }
}
.news-wrapper .news-item img {
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 335px;
}
.news-wrapper .news-item p {
  font-size: 16px;
  font-family: "Helmet-Regular";
  letter-spacing: 0.12px;
  line-height: 21px;
  color: #EC3136;
  margin-bottom: 0;
}
.news-wrapper .news-item h3 {
  font-size: 16px;
  font-family: "Neue-Haas-Grotesk-Text-Pro-Bold";
  letter-spacing: 0.12px;
  line-height: 20px;
  margin-bottom: 0;
  color: #221F21;
}
.news-wrapper .news-more {
  width: 100%;
  text-align: center;
}
.news-wrapper .news-more a {
  background-color: white;
  border-radius: 6px;
  display: inline-block;
  height: 58px;
  width: 178px;
  position: relative;
  border: 1px solid #ED3237;
  transition: all 0.25s;
}
.news-wrapper .news-more a:hover {
  background-color: #ED3237;
}
.news-wrapper .news-more a:hover span {
  background-color: white;
}
.news-wrapper .news-more a:hover span::after, .news-wrapper .news-more a:hover span::before {
  background-color: white;
}
.news-wrapper .news-more span {
  display: block;
  width: 6px;
  height: 6px;
  background-color: #ED3237;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.25s;
}
.news-wrapper .news-more span::after, .news-wrapper .news-more span::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #ED3237;
  border-radius: 50%;
  position: absolute;
  left: 10px;
  transition: all 0.25s;
}
.news-wrapper .news-more span::before {
  left: -10px;
}

.news-latest-more {
  width: 100%;
  text-align: center;
  padding: 50px 0;
}
.news-latest-more a {
  background-color: #ED3237;
  border-radius: 6px;
  display: inline-block;
  height: 58px;
  width: 58px;
  position: relative;
  border: 2px solid #ED3237;
  transition: all 0.25s;
  color: #ffffff;
  line-height: 58px;
  font-size: 34px;
  overflow: hidden;
}
.news-latest-more a span {
  position: relative;
  z-index: 2;
  transition: all 0.3s;
}
@media screen and (min-width: 992px) {
  .news-latest-more a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    z-index: 1;
    transform-origin: left center;
    transition: all 0.3s;
    transform: scaleX(0);
    z-index: 1;
  }
  .news-latest-more a:hover span {
    color: #EC3136;
  }
  .news-latest-more a:hover:after {
    transform: scaleX(1);
  }
}

.news-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  position: relative;
  z-index: 1;
}
.news-list a {
  display: block;
  width: 100%;
  background-color: #ffffff;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.15);
  margin-bottom: 30px;
  transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  position: relative;
}
.news-list .news-block-img {
  width: 100%;
  height: 200px;
  position: relative;
  z-index: 2;
}
.news-list .news-block-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.news-list .news-block-content {
  padding: 30px;
  position: relative;
}
.news-list .news-block-content p,
.news-list .news-block-content h4 {
  position: relative;
  z-index: 2;
  transition: color 0.3s cubic-bezier(0.7, 0, 0.3, 1);
}
.news-list .news-block-content p {
  color: #EC3136;
  font-size: 12px;
  font-family: "ProximaNova-Bold";
  margin-bottom: 10px;
}
.news-list .news-block-content h4 {
  font-size: 18px;
  line-height: 1.2222222222em;
}
@media (min-width: 768px) {
  .news-list a {
    margin-left: 2%;
  }
}
@media screen and (min-width: 992px) {
  .news-list a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #EC3136;
    transition: transform 0.3s cubic-bezier(0.7, 0, 0.3, 1);
    transform-origin: bottom center;
    transform: scaleY(0);
    z-index: 1;
  }
  .news-list a:hover:after {
    transform: scaleY(1);
  }
  .news-list a:hover .news-block-content p,
.news-list a:hover .news-block-content h4 {
    color: #ffffff;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .news-list a {
    width: 49%;
  }
  .news-list a:nth-child(2n+1) {
    margin-left: 0;
  }
  .news-list .news-block-content {
    padding: 40px;
  }
}
@media (min-width: 992px) {
  .news-list a {
    width: 32%;
  }
  .news-list a:nth-child(3n+1) {
    margin-left: 0;
  }
  .news-list .news-block-content {
    padding: 40px;
  }
}
@media (min-width: 1200px) {
  .news-list .news-block-content {
    padding: 45px;
  }
}
@media (min-width: 1400px) {
  .news-list .news-block-content {
    padding: 50px;
  }
}

.gallery-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  position: relative;
  z-index: 1;
}
.gallery-list li {
  width: 100%;
  margin-bottom: 30px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .gallery-list li {
    width: 49%;
    margin-left: 1%;
  }
  .gallery-list li:nth-child(2n+1) {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .gallery-list li {
    width: 32%;
    margin-left: 2%;
  }
  .gallery-list li:nth-child(3n+1) {
    margin-left: 0;
  }
}
.gallery-list li a {
  display: block;
  background-color: #ffffff;
  height: 100%;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.16);
}
@media screen and (min-width: 992px) {
  .gallery-list li a:hover .gallery-list-img span {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}
.gallery-list .gallery-list-img {
  width: 100%;
  position: relative;
  height: 200px;
}
.gallery-list .gallery-list-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  margin-bottom: 30px;
  z-index: 1;
}
.gallery-list .gallery-list-img span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.8);
  width: 60px;
  opacity: 0;
  height: 60px;
  line-height: 60px;
  color: #ffffff;
  background-color: #EC3136;
  font-size: 24px;
  z-index: 2;
  display: block;
  text-align: center;
  border-radius: 50%;
  transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
}
@media (min-width: 992px) {
  .gallery-list .gallery-list-img {
    height: 240px;
  }
}
.gallery-list .gallery-list-content {
  padding: 30px;
}
.gallery-list .gallery-list-content p {
  color: #ff3212;
  font-family: "Helmet-Regular";
}
.gallery-list .gallery-list-content h4 {
  color: #312E2F;
  font-weight: 700;
  font-size: 16px;
}

.gallery-grid {
  display: flex;
  flex-wrap: wrap;
}
.gallery-grid a {
  display: block;
  height: 200px;
  position: relative;
}
.gallery-grid a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (min-width: 768px) {
  .gallery-grid a {
    height: 240px;
  }
}
@media (min-width: 992px) {
  .gallery-grid a {
    height: 300px;
  }
}
@media (min-width: 1200px) {
  .gallery-grid a {
    height: 340px;
  }
}
@media screen and (min-width: 992px) {
  .gallery-grid a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: scaleY(0);
    transform-origin: bottom center;
    transition: transform 0.4s cubic-bezier(0.7, 0, 0.3, 1);
    background-color: rgba(0, 0, 0, 0.45);
  }
  .gallery-grid a:hover:after {
    transform: scaleY(1);
  }
}
.gallery-grid li {
  width: 100%;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .gallery-grid li {
    margin-left: 2%;
    margin-bottom: 30px;
  }
  .gallery-grid li:nth-child(10n+1) {
    width: 66%;
    margin-left: 0;
  }
  .gallery-grid li:nth-child(10n+2) {
    width: 32%;
  }
  .gallery-grid li:nth-child(10n+3) {
    width: 32%;
    margin-left: 0;
  }
  .gallery-grid li:nth-child(10n+4) {
    width: 32%;
    margin-left: 2%;
  }
  .gallery-grid li:nth-child(10n+5) {
    width: 32%;
    margin-left: 2%;
  }
  .gallery-grid li:nth-child(10n+6) {
    width: 32%;
    margin-left: 0;
  }
  .gallery-grid li:nth-child(10n+7) {
    width: 66%;
    margin-left: 2%;
  }
  .gallery-grid li:nth-child(10n+8) {
    width: 32%;
    margin-left: 0;
  }
  .gallery-grid li:nth-child(10n+9) {
    width: 32%;
    margin-left: 2%;
  }
  .gallery-grid li:nth-child(10n+10) {
    width: 32%;
    margin-left: 2%;
  }
}
.news-content .gallery-grid {
  margin-top: 50px;
  margin-bottom: 50px;
}
.news-content .gallery-grid li {
  margin-bottom: 15px;
}
.news-content .gallery-grid a img {
  height: 100%;
  margin: 0;
}
@media (min-width: 768px) {
  .news-content .gallery-grid a {
    height: 200px;
  }
}
@media (min-width: 992px) {
  .news-content .gallery-grid a {
    height: 250px;
  }
}
@media (min-width: 1200px) {
  .news-content .gallery-grid a {
    height: 280px;
  }
}

.publishments-wrapper {
  padding-bottom: 135px;
  margin-top: 100px;
  position: relative;
  z-index: 1;
}
@media (min-width: 992px) {
  .publishments-wrapper {
    margin-top: 150px;
  }
}
.publishments-wrapper .container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .publishments-wrapper .container {
    width: 94%;
  }
}
@media (min-width: 1200px) {
  .publishments-wrapper .container {
    width: 90%;
  }
}
@media (min-width: 1366px) {
  .publishments-wrapper .container {
    width: 82.5%;
  }
}
@media (min-width: 1500px) {
  .publishments-wrapper .container {
    width: 75%;
  }
}
.publishments-wrapper .publishments-header {
  padding: 40px 0;
  text-align: center;
  width: 100%;
}
.publishments-wrapper .publishments-header h2 {
  font-family: "Neue-Haas-Grotesk-Text-Pro-Bold";
  font-size: 40px;
  margin-bottom: 0;
}
.publishments-wrapper .publishments-header p {
  font-family: "ProximaNova-Regular";
  font-size: 18px;
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .publishments-wrapper .publishments-header h2 {
    font-size: 46px;
  }
}
@media (min-width: 992px) {
  .publishments-wrapper .publishments-header {
    padding: 45px 0;
  }
  .publishments-wrapper .publishments-header h2 {
    font-size: 56px;
  }
  .publishments-wrapper .publishments-header p {
    width: 70%;
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .publishments-wrapper .publishments-header {
    padding: 50px 0;
  }
  .publishments-wrapper .publishments-header h2 {
    font-size: 66px;
  }
  .publishments-wrapper .publishments-header p {
    width: 60%;
    font-size: 22px;
  }
}
@media (min-width: 1400px) {
  .publishments-wrapper .publishments-header p {
    width: 40%;
    font-size: 24px;
  }
}
.publishments-wrapper .publishments-content {
  width: 100%;
}
.publishments-wrapper .publishments-content .publishments-content-subitem-wrapper {
  display: none;
}
.publishments-wrapper .publishments-content .publishments-content-subitem-wrapper .publishments-content-subitem {
  height: 90%;
  width: 100%;
  color: #ED3237;
  background-color: white;
  padding: 60px;
  box-shadow: 0px 0px 20px 0px #d9d9d9;
  margin: 15px 0;
}
.publishments-wrapper .publishments-content .publishments-content-subitem-wrapper .publishments-content-subitem h4 {
  font-size: 16px;
  color: #221F21;
  margin-bottom: 50px;
  width: 60%;
}
.publishments-wrapper .publishments-content .publishments-content-subitem-wrapper .publishments-content-subitem p {
  margin-bottom: 0;
  display: inline-block;
  float: right;
}
.publishments-wrapper .publishments-content .publishments-content-item-wrapper .publishments-content-item {
  width: 100%;
  color: white;
  margin-bottom: 5px;
  position: relative;
  transition: all 0.5s;
  background-color: #221F21;
}
.publishments-wrapper .publishments-content .publishments-content-item-wrapper .publishments-content-item.active {
  background-color: #ED3237;
}
.publishments-wrapper .publishments-content .publishments-content-item-wrapper .publishments-content-item.active span:hover::before, .publishments-wrapper .publishments-content .publishments-content-item-wrapper .publishments-content-item.active span:hover::after {
  background-color: #ED3237;
}
.publishments-wrapper .publishments-content .publishments-content-item-wrapper .publishments-content-item.active span::after {
  transform: translate(-50%, -50%) rotate(0deg);
}
.publishments-wrapper .publishments-content .publishments-content-item-wrapper .publishments-content-item.active .publishments-content-subitem-wrapper {
  display: inline-block;
}
.publishments-wrapper .publishments-content .publishments-content-item-wrapper .row {
  height: 100%;
}
.publishments-wrapper .publishments-content .publishments-content-item-wrapper h3 {
  font-size: 24px;
  font-weight: 600;
  display: inline-block;
  position: relative;
  padding: 30px 0;
}
@media (min-width: 992px) {
  .publishments-wrapper .publishments-content .publishments-content-item-wrapper h3 {
    font-size: 28px;
    left: 120px;
    top: 50%;
    transform: translateY(-50%);
    padding: 100px 0;
  }
}
.publishments-wrapper .publishments-content .publishments-content-item-wrapper .content-download {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  float: right;
  margin-right: 0px;
}
@media (min-width: 992px) {
  .publishments-wrapper .publishments-content .publishments-content-item-wrapper .content-download {
    margin-right: 70px;
  }
}
.publishments-wrapper .publishments-content .publishments-content-item-wrapper .content-download p {
  font-family: "Helmet-Regular";
  font-size: 16px;
  display: inline-block;
  margin-bottom: 0px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -50px;
}
.publishments-wrapper .publishments-content .publishments-content-item-wrapper .content-download span {
  display: inline-block;
  width: 60px;
  height: 60px;
  border: 1px solid white;
  border-radius: 6px;
  position: relative;
  transition: all 0.5s;
}
.publishments-wrapper .publishments-content .publishments-content-item-wrapper .content-download span::before, .publishments-wrapper .publishments-content .publishments-content-item-wrapper .content-download span::after {
  content: "";
  width: 25px;
  height: 1px;
  background-color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.publishments-wrapper .publishments-content .publishments-content-item-wrapper .content-download span::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.publishments-wrapper .publishments-content .publishments-content-item-wrapper .content-download span:hover {
  background-color: white;
}
.publishments-wrapper .publishments-content .publishments-content-item-wrapper .content-download span:hover::before, .publishments-wrapper .publishments-content .publishments-content-item-wrapper .content-download span:hover::after {
  background-color: #221F21;
}
.publishments-wrapper .publishments-content a {
  color: inherit;
}

.publication-section {
  background-color: #FFFDF2;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  z-index: 1;
}
.publication-section .container {
  width: 100%;
}
.publication-section h2 {
  font-size: 35px;
  letter-spacing: 0.012em;
  line-height: 1.2272727273em;
  margin-bottom: 15px;
}
.publication-section p {
  font-size: 18px;
  line-height: 1.2083333333em;
  font-family: "ProximaNova-Regular";
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .publication-section {
    padding-top: 116px;
    padding-bottom: 120px;
  }
}
@media (min-width: 992px) {
  .publication-section {
    padding-top: 116px;
    padding-bottom: 104px;
  }
  .publication-section .container {
    width: 94%;
  }
  .publication-section h2 {
    font-size: 66px;
  }
  .publication-section p {
    font-size: 24px;
    max-width: 40%;
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .publication-section .container {
    width: 90%;
  }
}
@media (min-width: 1366px) {
  .publication-section .container {
    width: 82.5%;
  }
}
@media (min-width: 1500px) {
  .publication-section .container {
    width: 75%;
  }
}

.publication-top {
  position: relative;
  margin-bottom: 50px;
}
@media (min-width: 992px) {
  .publication-top {
    margin-bottom: 120px;
  }
  .publication-top a {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}

.publication-list {
  display: flex;
  flex-wrap: wrap;
}
.publication-list li {
  width: 100%;
  margin-bottom: 18px;
}
.publication-list li a {
  display: block;
  border-radius: 6px;
  height: 100%;
  background-color: #383536;
  box-shadow: 3px 2px 3px rgba(0, 0, 0, 0.16);
  position: relative;
  overflow: hidden;
}
.publication-list li a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: #EC3136;
  transition: transform 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  transform-origin: left center;
  transform: scaleX(0);
}
.publication-list li a h5 {
  padding: 30px 11%;
  background-color: #ffffff;
  color: #312E2F;
  font-family: "ProximaNova-Bold";
  font-size: 16px;
  line-height: 1.25em;
  min-height: 110px;
  position: relative;
  z-index: 2;
}
.publication-list li a h5:after {
  content: "";
  position: absolute;
  top: -40%;
  right: 10px;
  background-image: url("../img/solidar_suisse_shape_black.svg");
  background-position: center right;
  background-size: 100%;
  background-repeat: no-repeat;
  width: 300px;
  height: 300px;
  opacity: 0.05;
  transform: rotate(-5deg);
  transform-origin: center center;
  z-index: 1;
}
.publication-list li a .publication-bottom {
  padding: 24px 11% 14px 11%;
  color: #F2F2F2;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.publication-list li a .publication-bottom span,
.publication-list li a .publication-bottom p {
  position: relative;
  z-index: 2;
}
.publication-list li a .publication-bottom span {
  font-size: 20px;
  position: relative;
  top: -5px;
}
.publication-list li a .publication-bottom p {
  font-size: 14px;
   font-family: 'ES Klarheit Grotesk TRIAL ExBd', 'Poppins';
  font-weight: 600;
}
@media screen and (min-width: 992px) {
  .publication-list li a:hover:after {
    transform: scaleX(1);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .publication-list li {
    width: 49%;
    margin-left: 2%;
  }
  .publication-list li:nth-child(2n+1) {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .publication-list li {
    margin-left: 1.25%;
    width: 32.5%;
  }
  .publication-list li:nth-child(3n+1) {
    margin-left: 0;
  }
}

.accordion {
  position: relative;
  margin-bottom: 9px;
}
.accordion .accordion-title {
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.16);
  padding-left: 25%;
  padding-right: 10px;
  padding-top: 22px;
  padding-bottom: 22px;
  position: relative;
  cursor: pointer;
}
.accordion .accordion-title h4 {
  font-family: "ProximaNova-Bold";
  font-size: 16px;
  letter-spacing: 0.012em;
  color: #383536;
}
.accordion .accordion-title p {
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translate(50%, -50%);
  color: #EC3136;
  font-size: 16px;
  font-family: "Helmet-Regular";
  text-transform: uppercase;
  display: none;
}
.accordion .accordion-title div {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 20%;
  height: 100%;
  border-radius: 6px;
  z-index: 2;
  max-width: 117px;
  background-color: #EC3136;
  transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  overflow: hidden;
}
.accordion .accordion-title div:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #383536;
  transition: transform 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  transform: scaleX(0);
  transform-origin: left center;
  z-index: 1;
}
.accordion .accordion-title span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.7);
  width: 30px;
  height: 30px;
  z-index: 2;
  transform-origin: center center;
}
.accordion .accordion-title span:after, .accordion .accordion-title span:before {
  content: "";
  top: 50%;
  left: 50%;
  background-color: #F2F2F2;
  position: absolute;
  display: block;
  transform: translate(-50%, -50%);
}
.accordion .accordion-title span:after {
  width: 30px;
  height: 2px;
}
.accordion .accordion-title span:before {
  height: 30px;
  width: 2px;
  transform-origin: center center;
  transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
}
.accordion .accordion-title.active div:after {
  transform: scaleX(1);
}
.accordion .accordion-title.active div span:before {
  transform: translate(-50%, -50%) scaleY(0);
}
@media (min-width: 768px) {
  .accordion .accordion-title {
    padding-left: 15%;
    padding-right: 10%;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .accordion .accordion-title h4 {
    font-size: 20px;
  }
  .accordion .accordion-title p {
    display: block;
  }
  .accordion .accordion-title div {
    width: 10%;
  }
  .accordion .accordion-title span {
    transform: translate(-50%, -50%) scale(1);
  }
}
@media (min-width: 992px) {
  .accordion .accordion-title {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .accordion .accordion-title h4 {
    font-size: 28px;
  }
}
@media screen and (min-width: 992px) {
  .accordion .accordion-title:hover div:after {
    transform: scaleX(1);
  }
}
.accordion .accordion-content {
  padding: 15px 0;
  display: none;
}

.content {
  background-color: #F2F2F2;
}
.content .container {
  width: 100%;
}
.content .container .row {
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.content.content-publications {
  padding-bottom: 60px;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .content {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (min-width: 992px) {
  .content .container {
    width: 94%;
  }
}
@media (min-width: 1200px) {
  .content .container {
    width: 90%;
  }
}
@media (min-width: 1366px) {
  .content .container {
    width: 82.5%;
  }
}
@media (min-width: 1500px) {
  .content .container {
    width: 75%;
  }
}

.content-title {
  text-align: center;
  width: 100%;
  padding-top: 140px;
  padding-bottom: 80px;
}
.content-title p {
  font-size: 18px;
  line-height: 1.2083333333em;
  font-family: "ProximaNova-Regular";
  max-width: 85%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .content-title {
    padding-top: 80px;
  }
}
@media (min-width: 992px) {
  .content-title p {
    max-width: 60%;
  }
}
@media (min-width: 1200px) {
  .content-title {
    padding-top: 120px;
    padding-bottom: 70px;
  }
  .content-title p {
    font-size: 24px;
  }
}
@media (min-width: 1300px) {
  .content-title p {
    max-width: 40%;
  }
}
.gallery-content .content-title {
  margin-top: 140px;
  margin-bottom: 0;
}

.content-text {
  margin-bottom: 30px;
  padding: 0;
}
.content-text p {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .content-text {
    margin-bottom: 50px;
  }
}

.pagination {
  text-align: center;
}
.pagination .page-numbers {
  border: 2px solid #EC3136;
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
  line-height: 34px;
  border-radius: 4px;
  margin-right: 5px;
  background: #EC3136;
  color: #ffffff;
  transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
}
.pagination .page-numbers.current {
  background-color: #ffffff;
  color: #EC3136;
}
.pagination .page-numbers:last-child {
  margin-right: 0;
}
@media screen and (min-width: 992px) {
  .pagination .page-numbers:hover {
    background-color: #ffffff;
    color: #EC3136;
  }
}

.vacancies-list {
  display: flex;
  flex-wrap: wrap;
}
.vacancies-list li {
  width: 100%;
  margin-bottom: 18px;
}
.vacancies-list li a {
  display: block;
  border-radius: 6px;
  height: 100%;
  background-color: #383536;
  box-shadow: 3px 2px 3px rgba(0, 0, 0, 0.16);
  position: relative;
  overflow: hidden;
}
.vacancies-list li a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: #EC3136;
  transition: transform 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  transform-origin: left center;
  transform: scaleX(0);
}
.vacancies-list li a .vacancies-top {
  padding: 30px 5%;
  background-color: #ffffff;
  color: #312E2F;
  min-height: 110px;
  position: relative;
  z-index: 2;
}
.vacancies-list li a .vacancies-top:after {
  content: "";
  position: absolute;
  top: -40%;
  right: 10px;
  background-image: url("../img/solidar_suisse_shape_black.svg");
  background-position: center right;
  background-size: 100%;
  background-repeat: no-repeat;
  width: 300px;
  height: 300px;
  opacity: 0.05;
  transform: rotate(-5deg);
  transform-origin: center center;
  z-index: 1;
}
.vacancies-list li a .vacancies-top h5,
.vacancies-list li a .vacancies-top p {
  position: relative;
  z-index: 2;
}
.vacancies-list li a .vacancies-top h5 {
  font-family: "ProximaNova-Bold";
  font-size: 16px;
  line-height: 1.25em;
  margin-bottom: 15px;
}
.vacancies-list li a .vacancies-top p {
  font-size: 14px;
  line-height: 1.4em;
  font-family: "Poppins", sans-serif;
}
.vacancies-list li a .vacancies-bottom {
  padding: 12px 5% 12px 5%;
  color: #F2F2F2;
  display: flex;
  justify-content: flex-end;
  overflow: hidden;
  position: relative;
  z-index: 2;
  text-align: right;
}
.vacancies-list li a .vacancies-bottom span {
  display: inline-block;
  position: relative;
  z-index: 2;
  font-size: 20px;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background-color: #EC3136;
  color: #ffffff;
  text-align: center;
  font-size: 14px;
  line-height: 40px;
  border-radius: 50%;
  transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
}
@media screen and (min-width: 992px) {
  .vacancies-list li a:hover:after {
    transform: scaleX(1);
  }
  .vacancies-list li a:hover .vacancies-bottom span {
    color: #EC3136;
    background-color: #ffffff;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .vacancies-list li {
    width: 49%;
    margin-left: 2%;
  }
  .vacancies-list li:nth-child(2n+1) {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .vacancies-list li {
    margin-left: 1.25%;
    width: 32.5%;
  }
  .vacancies-list li:nth-child(3n+1) {
    margin-left: 0;
  }
}

.shape {
	transform: rotate(2deg);
}

.newsletter input {
	color: #fff;
}

/* .news-video {
	margin-top: 50px;
} */

@media (min-width: 768px) {
  .footer-bottom > div p:first-of-type {
    position: relative;
  }
  .footer-bottom > div p:last-of-type {
    position: absolute;
    display: inline-block;
    bottom: 0;
    left: 110px;
  }
}

.announcements-section-title {
  position: relative;
  display: flex;
  justify-content: center;
  background-color: #FFFDF2;;
}

.announcements-section-title h2 {
  font-family: "ProximaNova-Bold";
  font-size: 35px;
  letter-spacing: 0.012em;
  line-height: 1.2272727273em;
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  .announcements-section-title h2 {
    font-size: 50px;
    margin-bottom: 40px;
  }
}

@media (min-width: 1200px) {
	.btn-round {
		font-size: 17px;
	}
}

@media (min-width: 1400px) {
	.announcements-section-title h2 {
		font-size: 66px;
	}
}

.story-section-content {
  width: 100%;
}

.story-section-content .news-item-content {
  padding: 20px 15px;
}

.story-section-content .news-item-content h3 {
  padding-bottom: 20px;
}

.story-section-content .btn-round {
	color: #fff;
}

.news-block.news-block-latest:last-of-type {
	flex-direction: row-reverse;
}

@media (min-width: 767px) {
   .news-item {
    width: 100%;
    height: 300px;
  }
  .story-section-content {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 50%;
  }
  .story-section-content .news-item img {
    position: relative;
  }
  .story-section-content .news-item-content {
    position: relative;
    background-color: #fff;
    padding: 20px 15px 30px 15px;
  }
  .news-item-content::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ff3212;
    z-index: 1;
    transition: transform 0.4s cubic-bezier(0.7, 0, 0.3, 1);
    transform-origin: bottom center;
    transform: scaleY(0);
  }
  .news-item-content:hover::before {
    transform: scaleY(1);
  }
  .news-item-content p, h3, .btn-round {
    color: #000;
    position: relative;
    z-index: 3;
    transition-duration: 0.7s;
  }
  /* .news-item-content:hover p  {
    color: #fff;
  }
  .news-item-content:hover h3 {
    color: #fff;
  } */
  .news-item-content:hover .btn-round {
    color: #000;
    /* border: 2px solid #fff; */
  }
  /* .news-item-content .btn-round {
 	border: 2px solid #ED3237; 
  } */
   .news-section {
	padding-bottom: unset;
  }
}


.new-section-title, .video-section-title {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 60px 0 0;
}

.new-section-title h2, .video-section-title h2 {
  font-family: "ProximaNova-Bold";
  font-size: 35px;
  letter-spacing: 0.012em;
  line-height: 1.2272727273em;
  margin-bottom: 50px;
}

.video-section-title h2 {
  margin-bottom: unset;
}


.project-inside-title h2 {
   font-size: 35px;
}

@media (min-width: 992px) {
  .project-inside-content {
	width: 68%;
  }
}

.project-inside .icon-arrow-full.mobile {
  display: block;
  width: 45px;
  height: 45px;
  border: 2px solid #ff3212;
  line-height: 42px;
  font-size: 20px;
  color: #ff3212;
  text-align: center;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  margin: 30px 0;
}

.project-inside .icon-arrow-full.mobile::before {
  transform-origin: center center;
  transform: rotate(180deg);
  display: block;
  position: relative;
  z-index: 2;
}

@media (min-width: 992px) {
  .project-inside .icon-arrow-full.mobile {
    display: none;
  }
}

.solidar-publication {
  display: flex;
  flex-wrap: wrap;
}
.solidar-publication li {
  width: 100%;
  margin-bottom: 18px;
}
.solidar-publication li a {
  display: block;
  border-radius: 6px;
  height: 100%;
  background-color: #383536;
  box-shadow: 3px 2px 3px rgba(0, 0, 0, 0.16);
  position: relative;
  overflow: hidden;
  transition: all 0.5s;
}
.solidar-publication li a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: #ff3212;
  transition: transform 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  transform-origin: left center;
  transform: scaleX(0);
}
.solidar-publication li a h5 {
  padding: 30px 11%;
  background-color: #ffffff;
  color: #312E2F;
  font-family: "ProximaNova-Bold";
  font-size: 16px;
  line-height: 1.25em;
  min-height: 110px;
  position: relative;
  z-index: 2;
}
.solidar-publication li a h5:after {
  content: "";
  position: absolute;
  top: -40%;
  right: 10px;
  background-image: url("../img/solidar_suisse_shape_black.svg");
  background-position: center right;
  background-size: 100%;
  background-repeat: no-repeat;
  width: 300px;
  height: 300px;
  opacity: 0.05;
  transform: rotate(-5deg);
  transform-origin: center center;
  z-index: 1;
}
.solidar-publication li a .solidar-publication-bottom {
  padding: 25px 25px 0px;
  height: 65px;
  color: #F2F2F2;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.solidar-publication li a .solidar-publication-bottom span,
.solidar-publication li a .solidar-publication-bottom p {
  position: relative;
  z-index: 2;
}
.solidar-publication li a .solidar-publication-bottom span {
  font-size: 20px;
  position: relative;
  top: -5px;
}
.solidar-publication li a .solidar-publication-bottom p {
  font-size: 14px;
}
@media screen and (min-width: 992px) {
  .solidar-publication li a:hover:after {
    transform: scaleX(1);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .solidar-publication li {
    width: 49%;
    margin-left: 2%;
  }
  .solidar-publication li:nth-child(2n+1) {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .solidar-publication li {
    margin-left: 1.25%;
    width: 32.5%;
  }
  .solidar-publication li:nth-child(3n+1) {
    margin-left: 0;
  }
}

@media (min-width: 568px) {
	.all-publication {
		display: flex;
		flex-wrap: wrap;
	}
	.all-publication .accordion {
		width: 50%;
		padding: 0 15px;
	}
	.all-publication > .accordion .publication-list {
		width: 100%;
	}
	.all-publication > .accordion .publication-list li {
		width: 100%;
	}
}

@media (min-width: 768px) {
	.all-publication .accordion {
		width: 33.3%
	}
}

.project-boxes .project-box h2 {
	width: 100%;
}

.announcements-section .announcements-content a {
	margin-bottom: 40px;
}

.news-latest-more a.link {
	width: auto;
    height: auto;
    padding: 0 20px;
    font-size: 16px;
	font-family: "ProximaNova-Bold";
	text-transform: uppercase;
}

/*Lorena, date: 26/04/2023 */
.publication-list li a h5:after, 
.vacancies-list li a .vacancies-top:after {
	transform: rotate(1deg);
}

.announcements .owl-stage-outer {
  display: flex;
}

.announcements .owl-stage-outer .owl-stage {
  display: flex;
}

.announcements .owl-nav span {
	color: #fff;
	opacity: 1;
}

.announcements .owl-nav {
	margin-top: unset;
	display: block !important;
	
}

.announcements-section .announcements-content p {
	padding-bottom: 30px;
}

/*Lorena 05/06/2023 */

.newsletter-section {
	padding: 50px 0;
	width: 100%;
	position: relative;
}

.newsletter-section .title h2 {
	font-size: 35px;
    letter-spacing: 0.012em;
    line-height: 1.2272727273em;
}

.newsletter-section form {
	display: inline-block;
    border-bottom: 1px solid black;
    padding: 15px 0;
    max-width: 600px;
    width: 100%;
}

.newsletter-section form input {
	border: 0;
    outline: 0;
    width: calc(100% - 50px);
    background-color: transparent;
	text-transform: uppercase;
}

.newsletter-section form button {
	border: none;
    background: transparent;
    float: right;
	outline: none;
	cursor: pointer;
}

.newsletter-section form button span {
	color: #000;
}

.partners-section .owl-carousel.owl-drag .owl-item {
	height: 150px;
}

.partners-section .owl-carousel.owl-drag .owl-item .item {
	width: 100%;
	height: 100%;
}

.partners-section .owl-carousel .owl-item img {
	height: 100%;
	object-fit: contain;
	transform: scale(0.6);
}

@media (max-width: 767px) {
	.partners-section .owl-carousel.owl-drag .owl-item {
		height: 200px;
	}
}

@media (min-width: 768px) {
	.newsletter-section {
	  padding: 100px 0;
  }

	.newsletter-section .container {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	
	.newsletter-section .title {
		width: 35%;
	}
	
	.newsletter-section .form-group {
		width: 65%;
	}
	.publication-section {
		padding-bottom: 40px;
	}
	
	.partners-section .owl-carousel .owl-item img {
	  height: 150px;
	  width: 200px;
	  transform: unset;
  }
}

@media (min-width: 992px) {
	.newsletter-section .title h2 {
		font-size: 66px;
	}
	
	.newsletter-section .form-group {
		width: 60%;
	}
	.newsletter-section form {
       max-width: unset;
    }
}

@media (min-width: 1500px) {
	.newsletter-section .container {
		width: 75%;
	}
}

/*Lorena*/

.partners-top {
	padding: unset;
}

.footer-top img {
  max-width: 230px;
}

.menu-inner > ul li.active a,
.menu li.current-menu-item>a, 
.menu li.current_page_ancestor>a,
.project-menu p,
.project-list li .projects-item-content p,
.news-list .news-block-content p,
.pagination .page-numbers.current,
.project-inside-title a,
.news-open-wrapper .news-content span {
  color: #ff3212;
}

/* .announcements-section, .news-latest-more a, .btn-rectangle, .btn-round, .project-menu li:last-child, .project-menu a:after, .btn, .news-block-text:after, .newsletter button,
.announcements-section .announcements-content a:hover span::after, .announcements-section .announcements-content a:hover span::before, .publication-list li a:after, 
.news-video-content:after, .news-item:after, .project-list li .projects-item-content span, .project-list li .projects-item-content:after, .solidar-publication li a:after,
.about-team .about-team-member .about-team-member-content a, .partners-list li a, .vacancies-list li a:after, .pagination .page-numbers, .gallery-list .gallery-list-img span,
.contact-wrapper .contact-content a.icon-map, .contact-form .required::before, .project-boxes .project-box span, .project-inside-title a:after {
  background-color: #ff3212;
} */

.news-latest-more a, .partners-list li a, .pagination .page-numbers, .contact-wrapper .contact-content a.icon-map, .contact-form .btn-submit-form, .project-inside-title a {
  border: 2px solid #ff3212;
}

.project-menu h4, .story-section h2, .new-section-title h2, .video-section-title h2, .newsletter-section .title h2, .publication-section h2, .partners-top h2, .announcements-section-title h2,
.project-boxes .project-box h2, .project-inside-content p, .project-inside-title h2, .project-inside-content ul li, .news-open-wrapper .news-content h2, .news-list .news-block-content h4,
.content-title .title, .document-item h4, .publication-list li a h5, .project-list li .projects-item-content h2, .about-wrapper h2, .about-team .about-team-member .about-team-member-content h4, 
.partners-list li p, .vacancies-list li a .vacancies-top h5, .vacancies-list li a .vacancies-top p, .gallery-list .gallery-list-content h4, .content-text p, .contact-wrapper .contact-content p, .title,
.contact-section p, .news-open-wrapper .news-content, .solidar-publication li a h5, .publication-top h2 {
  color: #000000;
}

.about-wrapper p {
  color: #222222;
  letter-spacing: 0.16px;
  font-family: 'ES Klarheit Grotesk TRIAL SmBd', 'Poppins';
  font-weight: 600;
}

.about-wrapper h3 {
   font-family: 'ES Klarheit Grotesk TRIAL ExBd', 'Poppins';
  font-weight: 600;
}

header, .slider-container, .footer, .publication-list li a, .document-item span, .vacancies-list li a, .solidar-publication li a, .owl-carousel button.owl-dot, .menu > li > ul {
  background-color: #000000;
}

.solidar-publication-bottom p {
  color: #f2f2f2;
}

.content-text p {
  font-family: "Poppins", sans-serif;
}

.shape {
  transform: unset;
}

.story-section p {
  letter-spacing: 1px;
}

@media(min-width: 767px) {
  .news-item-content::before {
    background-color: #ff3212;
  }
}

@media (max-width: 991px) {
	.partners-section .container {
    	padding-right: 15px;
    	padding-left: 15px;
	}
}

@media (min-width: 992px) {
	.partners-section .owl-carousel .owl-item img {
		filter: grayscale(1);
		transition: all 500ms ease;
	}
	
	.partners-section .owl-carousel .owl-item img:hover {
		filter: grayscale(0);
	}

  .btn:hover span,
  .social-media a:hover,
  .newsletter:hover button,
  .news-latest-more a:hover span,
  .project-list li a:hover .projects-item-content span,
  .partners-list li a:hover span,
  .vacancies-list li a:hover .vacancies-bottom span,
  .pagination .page-numbers:hover,
  .contact-wrapper .contact-content a.icon-map:hover,
  .contact-form .btn-submit-form:hover,
  .project-boxes .project-box:hover span {
    color: #ff3212;
  }

  .news-list a:after,
  .project-boxes .project-box:after,
  .document-item:hover span {
    background-color: #ff3212;
  }
  .shape {
    top: -190px;
  }

  .project-menu li:last-child a:hover h4 {
    color: #000000;
  }
}

/*Lorena 11/03/2025*/

.slider-container .bx-pager.bx-default-pager {
  display: flex;
  align-items: center;
}

.slider-container .bx-pager.bx-default-pager .bx-pager-item a {
  background-color: white;
}

.slider-container .bx-pager.bx-default-pager .bx-pager-item a.active {
  background-color: transparent;
  border: 1px solid white;
  width: 24px;
  height: 24px;
}

.slider-container .slider-content .slider-content-inner {
  text-align: center;
}

header {
  color: #000;
}

.menubar {
  background-color: #fff;
}

.menubar a span {
  background-color: #000000;
}

.slider-container {
  padding-top: unset;
}

.language {
  margin-bottom: unset;
}

/*About Section*/

.about-section {
  position: relative;
  width: 100%;
  padding-bottom: 30px;
}

.about-section--inner {
  display: flex;
  flex-direction: column;
}

.about-section--inner div {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.about-section--inner div:first-of-type {
  background-color: #ff3212;
}

.about-section--inner div:first-of-type a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
    width: 100%;
}

.about-section--inner div:first-of-type h2 {
  color: #000;
  padding: 80px;
  text-align: center;
  font-size: 36px;
  line-height: 38px;
  font-family: 'Plakat';
}

.project-menu h4 {
  font-family: 'Plakat';
}

.project-menu p {
  font-family: 'ES Klarheit Grotesk TRIAL MD', 'Poppins';
}

.about-section--inner div:last-of-type {
  width: 100%;
  border-bottom: 1px solid #E3E3E3;
  margin-bottom: 30px;
}

.about-section--inner div:last-of-type img {
  width: 331.48px;
  margin: 0 auto;
  background-color: white;
  padding: 80px;
  display: block;
  height: auto;
  object-fit: cover;
}

.about-section--content > p {
  margin-bottom: 30px;
  font-family: 'ES Klarheit Grotesk TRIAL MD', 'Poppins';
  letter-spacing: 1px;
  font-weight: 800;
}

.about-section--content ul li {
  margin-bottom: 30px;
}

.about-section--content ul li h4 {
  color: #ff3212;
  font-weight: 900;
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 20px;
  font-family: 'Plakat';
}

.about-section--content ul li p {
  font-family: 'ES Klarheit Grotesk TRIAL MD', 'Poppins';
  letter-spacing: 0.16px;
}

.about-section--content ul li:last-of-type {
  margin-bottom: unset;
}

.story-section,
.news-section {
  background-color: #E5E3DC;
}

.news-block-text h6,
.news-item-content p {
  background: #000;
  padding: 7px;
  display: inline-block;
  color: #fff;
  margin-bottom: 18px;
  font-family: 'Clash Grotesk';
}

.story-section-content .news-item-content h3 {
  font-family: 'Plakat';
}

.new-section-title h2 {
  font-family: 'Plakat';
}

.news-section {
  padding-bottom: 60px;
}

.news-section.latest-updates {
  background-color: white;
}

.news-section.latest-updates .news-block.news-block-latest {
  box-shadow: unset;
}

.publication-list li a h5:after,
.news-section.latest-updates .news-block-text:after {
  content: unset;
}

.publication-list li a h5 {
  background-color: #F7F5EF;
}

.publication-list li a {
  background-color: #ff3212;
}

.announcements-section, .news-latest-more a, .btn-rectangle, .btn-round, .project-menu li:last-child, .project-menu a:after, .btn, .news-block-text:after, .newsletter button, .announcements-section .announcements-content a:hover span::after, .announcements-section .announcements-content a:hover span::before, .publication-list li a:after, .news-video-content:after, .news-item:after, .project-list li .projects-item-content span, .project-list li .projects-item-content:after, .solidar-publication li a:after, .about-team .about-team-member .about-team-member-content a, .partners-list li a, .vacancies-list li a:after, .pagination .page-numbers, .gallery-list .gallery-list-img span, .contact-wrapper .contact-content a.icon-map, .contact-form .required::before, .project-boxes .project-box span, .project-inside-title a:after {
  background-color: #ff3212;
}

.publication-section {
  background-color: white;
}

.publication-section h2,
.partners-top h2,
.news-section.latest-updates .news-block-latest .news-block-text h3,
.video-section-title h2,
.story-section h2,
.news-video-content h2,
.content-title .title,
.contact-section .title,
.newsletter-section .title h2,
.publication-top h2,
.slider-container h2 {
  font-family: 'Plakat';
}

.video-section-title h2, .new-section-title h2, .story-section h2 {
  margin-bottom: 25px;
}

.news-section.latest-updates .news-block-latest .news-block-text h6 {
  opacity: unset;
}

.newsletter-section form {
  border-bottom: 2px solid #ff3212;
}

.newsletter-section form button span {
  color: #ff3212;
}

.news-section.latest-updates .news-block-latest .news-block-text p {
  background-color: #ff3212;
  border-radius: 6px;
  display: inline-block;
  width: auto;
  height: auto;
  position: relative;
  border: 2px solid #ff3212;
  transition: all 0.25s;
  color: #ffffff;
  font-size: 14px;
  font-family: 'Inter';
  letter-spacing: 0.05em;
  text-transform: uppercase;
  overflow: hidden;
  padding: 10px;
}

.news-section.latest-updates .news-block-latest .news-block-text p span {
  position: relative;
  z-index: 2;
}

.video-section-title,
.new-section-title  {
  justify-content: flex-start;
  flex-direction: column;
}

.new-section-title {
  flex-direction: column;
}

.news-section.latest-updates .new-section-title p,
.video-section-title p,
.story-section p,
.announcements-section .announcements-content h2,
.partners-list li h3 {
  color: #000;
  font-family: 'ES Klarheit Grotesk TRIAL ExBd', 'Poppins';
  font-weight: 600;
}

.newsletter-section form input::placeholder  {
   font-family: 'ES Klarheit Grotesk TRIAL ExBd', 'Poppins';
  font-weight: 600;
}

.slider-container a,
.slider-container p,
.news-latest-more a.link {
  font-family: 'ES Klarheit Grotesk TRIAL MD', 'Poppins';
}


.video-section-title p
.news-section.latest-updates .new-section-title p, 
.story-section p {
  padding-bottom: 20px;
}

.story-section {
  padding-bottom: 0;
}

.news-video-content .news-video-text p {
  color: #ff3212;
  font-family: 'ES Klarheit Grotesk TRIAL MD', 'Poppins';
}

.announcements-section {
  background-image: unset;
  position: relative;
}

.announcements-section .container {
  position: relative;
}

.announcements-section .container > h2 {
  display: none;
}

.announcements-section-title {
  background-color: white;
}

.announcements-section .announcements-content {
  width: 100%;
  text-align: left;
}

.announcements-section .announcements-content a {
  border: unset;
  background-color: #000;
}

.partners-section .owl-carousel button.owl-dot.active {
  background-color: #ff3212;
}

.owl-carousel button.owl-dot {
  width: 14px;
  height: 14px;
}

.partners-bottom {
  border-top: unset;
}

.partners-bottom {
  margin-top: unset;
}

.banner {
  background-color: #ff3212;
  position: relative;
  margin-top: 50px;
  height: 30vh;
  margin-bottom: 60px;
}

.banner .container {
  height: 100%;
}

.banner .container > div {
  padding: 40px 0;
  height: 100%;
  position: relative;
  z-index: 2;
}

.banner img {
  border-radius: 50%;
  object-fit: cover;
  display: block;
  margin: 0 auto;
  position: absolute;
  width: 220px;
  height: 220px;
  left: 0;
  right: 0;
  z-index: -1;
}

.banner h1 {
  color: #000;
  font-family: 'Plakat';
  font-size: 38px;
  line-height: 40px;
  text-align: left;
  margin-bottom: 30px;
}

.project-list li .projects-item-content {
  background-color: #000;
}

.project-list li .projects-item-content span {
  position: absolute;
  right: 5.3691275168%;
  display: inline-block;
  border-radius: 6px;
  background-color: unset;
  color: #F2F2F2;
  font-size: 20px;
  line-height: 50px;
  text-align: center;
  transition-delay: 0.1s;
  bottom: 30px;
  top: unset;
}

.project-list li .projects-item-content h2 {
  color: white;
}

.about-team,
.partners-list li,
.vacancies-list li a .vacancies-top {
  background-color: #F7F5EF;
}

.vacancies-list li a .vacancies-top:after {
  background-image: unset;
}

.vacancies-list li a {
  background-color: #ff3212;
}

.vacancies-list li a .vacancies-bottom span {
  background-color: #fff;
  color: #ff3212;
}

.news-section.latest-updates .pagination {
  width: 100%;
  margin-top: 30px;
}

.content {
  background-color: white;
}

.gallery-list .gallery-list-content {
  background-color: #000;
}

.gallery-list .gallery-list-content h4 {
  color: #fff;
}

.contact-wrapper {
  background-color: #fff;
}

.contact-form .required::before {
  content: unset;
}

.wpcf7-form.init button {
  color: white;
}

.news-section .row {
  margin-left: unset;
  margin-right: unset;
}

.project-menu li:first-of-type::after {
  content: '';
  position: absolute;
  width: 80%;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  background-image: url(../img/icon1.png);
  opacity: 0.3;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: filter 0.4s ease, opacity 0.4s ease;
}

.project-menu li:nth-child(2)::after {
  content: '';
  position: absolute;
  width: 80%;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  background-image: url(../img/icon3.png);
  opacity: 0.3;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: filter 0.4s ease, opacity 0.4s ease;
}

.project-menu li:nth-child(3)::after {
  content: '';
  position: absolute;
  width: 80%;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  background-image: url(../img/icon2.png);
  opacity: 0.3;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: filter 0.4s ease, opacity 0.4s ease;
}

.social-media a svg {
  width: 35px;
  height: 100%;
  display: block;
  transform: translateY(2px);
}
.news-video-content h4 {
  font-family: 'ES Klarheit Grotesk TRIAL MD', 'Poppins';
}


.about-team .about-team-member .about-team-member-content h3 {
  font-family: 'Plakat';
}

.news-section.latest-updates .new-section-title p, .video-section-title p, .story-section p {
	letter-spacing: 1px;
}

.footer-top > div P,
.footer-bottom > div p:first-of-type,
.footer-bottom > div p:last-of-type {
  font-family: 'ES Klarheit Grotesk TRIAL SmBd', 'Poppins';
  font-weight: 600;
}

.project-list li .projects-item-content h2 {
  font-family: 'Plakat';
}

@media(max-width: 677px) {
	.banner img {
		bottom: -90px;
	}
}


@media(min-width: 678px) {
  .slider-container .bx-pager.bx-default-pager {
    left: unset;
    bottom: unset;
    right: 5%;
    flex-direction: column;
    top: 50%;
    transform: translateY(-50%);
  }

  .bx-wrapper .bx-pager-item {
    margin: 5px 0;
  }

  .slider-container .bx-pager.bx-default-pager .bx-pager-item a.active {
    margin: unset;
  }

  .about-section--inner {
    flex-direction: unset;
    height: 100%;
  }

  .about-section--inner div:last-of-type {
    margin-bottom: unset;
  }

  .about-section--content > p {
    margin-bottom: unset;
    padding: 60px 0;
  }

  .about-section {
    padding-bottom: 60px;
  }

  .about-section--content ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    text-align: center;
  }

  .banner img {
    width: 300px;
    height: 300px;
    right: 0;
    left: auto;
    bottom: -120px;
  }

  .banner h1 {
    margin-bottom: unset;
    display: flex;
    height: 100%;
    align-items: center;
    width: 70%;
  }

  .news-section.latest-updates .pagination {
    margin-top: 60px;
  }
}

@media(max-width: 767px) {
	.news-section.latest-updates .new-section-title p {
		margin-bottom: 20px;
	}
}

@media(min-width: 768px) {
  .news-section .row {
    justify-content: space-between;
  }

  .news-section .row .story-section-content {
    width: 49%;
  }

  .story-section-content .news-item-content {
    background-color: unset;
  }

  .story-section-content .news-item-content {
    padding: 20px 0 0 0;
  }

  .btn-round {
    width: 45px;
    height: 45px;
  }

  .news-section {
    padding-bottom: 90px;
  }

  .news-item-content::before {
    content: unset;
  }

  .news-section.latest-updates .news-block.news-block-latest {
    flex-wrap: unset;
    flex-direction: column;
    width: 49%;
  }

  .news-section.latest-updates .news-block-img {
    width: 100%;
    height: 300px;
  }

  .news-section.latest-updates .news-block-img img {
    position: relative;
  }

  .news-section.latest-updates .news-block-text {
    width: 100%;
    padding: 30px 0;
  }

  .news-section.latest-updates .news-block-latest .news-block-text p {
    padding: 20px;
  }

  .video-section-title h2,
  .new-section-title h2,
  .story-section h2 {
    font-size: 45px;
    line-height: 45px;
  }

  .video-section-title p
  .news-section.latest-updates .new-section-title p, 
  .story-section p {
    padding-bottom: 35px;
  }

  .announcements-section .announcements-content {
    width: 60%;
    margin: 0;
  }

  .announcements-section .container > h2 {
    background: white;
    color: #ff3212;
    padding: 50px;
    position: absolute;
    z-index: 2;
    right: 0;
    border-radius: 50%;
    width: 300px;
    height: 300px;
    bottom: -100px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    font-family: 'Plakat';
    letter-spacing: 1.2px;
  }

  .announcements-section-title {
    display: none;
  }

  .wpcf7-form.init button {
    width: 50px;
    height: 50px;
  }
}

.solidar-publication li a h5:after {
	content: unset;
}

.solidar-publication li a h5 {
	background-color: #f7f5ef;
  font-family: 'ES Klarheit Grotesk TRIAL SmBd', 'Poppins';
  font-weight: 600;
}

.about-team .about-team-member .about-team-member-content h4 {
  font-family: 'Inter';
}

.solidar-publication li a {
	background-color: #ff3212;
}

.partners-list li p,
.contact-form input,
.contact-form textarea  {
  font-family: 'ES Klarheit Grotesk TRIAL SmBd', 'Poppins';
  font-weight: 600;
}

.vacancies-list li a .vacancies-top h5,
.gallery-list .gallery-list-content h4,
.menu-inner>ul li,
.publication-list li a h5,
.solidar-publication li a .solidar-publication-bottom p,
.news-open-wrapper .news-content h2,
.project-inside-content p strong,
.project-inside-title h2,
.project-boxes .project-box h2  {
   font-family: 'ES Klarheit Grotesk TRIAL ExBd', 'Poppins';
  font-weight: 600;
}

.vacancies-list li a .vacancies-top p,
.project-inside-content p,
.project-inside-content ul li,
.project-inside-content ol li,
.project-inside-title p  {
  font-family: 'ES Klarheit Grotesk TRIAL SmBd', 'Poppins';
  font-weight: 600;
  color: #222222;
}

.news-section.latest-updates .news-block-latest .news-block-text p {
  font-family: 'Inter';
}

.menu-inner .language li {
  font-family: 'ES Klarheit Grotesk TRIAL SmBd', 'Poppins';
  font-weight: 600;
}

.news-open-wrapper .news-content span {
  font-family: 'Clash Grotesk';
}

.news-open-wrapper .news-content,
.news-open-wrapper .news-content p,
.gallery-list .gallery-list-content p,
.content-text.col-lg-8.offset-lg-2 p {
  font-family: 'ES Klarheit Grotesk TRIAL MD', 'Poppins';
}


@media(max-width: 991px) {
  .header-inner {
    background-color: #ffffff;
  }

  .menu li > ul.sub-menu {
    background-color: #ffffff;
  }
	
	.news-section.latest-updates .video-section-title p {
		padding-bottom: 20px;
	}

}

@media(min-width: 992px) {
  .slider-container .bx-pager.bx-default-pager .bx-pager-item a {
    width: 12px;
    height: 12px;
  }

  .slider-container .slider-content .slider-content-inner {
    max-width: 45vw;
    margin: 0 auto;
  }

  header {
    background-color: white;
  }

  .menu>li>ul>li {
    color: #000;
  }

  .about-section--content ul {
    gap: 60px;
  }

  .about-section--inner div:first-of-type h2  {
    font-size: 72px;
    line-height: 74px;
    padding: unset;
  }

  .about-section--inner div:last-of-type {
    display: flex;
  }

  .about-section--inner div:last-of-type img {
    width: 370.48px;
    object-fit: contain;
    aspect-ratio: 1 / 1;
    padding: unset;
  }

  .about-section--content ul li h4 {
    font-size: 34.5px;
    line-height: 36.91px;
    margin-bottom: 35px;
  }

  .about-section--content > p {
    padding: 100px 0;
  }

  .about-section {
    padding-bottom: 90px;
  }

  .news-section {
    padding-bottom: 120px;
  }

  .news-section.latest-updates .news-block-latest .news-block-text p::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    z-index: 1;
    transform-origin: left center;
    transition: all 0.3s;
    transform: scaleX(0);
    z-index: 1;
  }

  .news-section.latest-updates .news-block-latest .news-block-text p:hover::after {
    transform: scaleX(1);
  }

  .news-section.latest-updates .news-block-latest .news-block-text p:hover span {
    color: #ff3212;
  }

  .video-section-title h2,
  .new-section-title h2,
  .story-section h2 {
    font-size: 59px;
    line-height: 59px;
  }

  .news-section.latest-updates .new-section-title p,
  .video-section-title p,
  .story-section p {
    padding-bottom: 50px;
    font-size: 20px;
  }

  .btn-rectangle {
    font-size: 22px;
  }

  .announcements-section .container > h2 {
    width: 380px;
    height: 380px;
    font-size: 40px;
    bottom: -160px;
  }

  .partners-section .owl-nav button {
    position: absolute;
    top: 50%; 
    transform: translateY(-50%);
  }

  .partners-section .owl-nav button span {
    color: #ff3212;
    opacity: unset;
  }

  .partners-section .owl-carousel .owl-nav button.owl-prev {
    left: -80px;
    transform: rotate(180deg);
  }

  .partners-section .owl-carousel .owl-nav button.owl-next {
    right: -80px;
  }

  .banner {
    margin-top: 35px;
    height: 40vh;
  }

  .banner h1 {
    font-size: 72px;
    line-height: 75px;
  }

  .banner img {
    width: 350px;
    height: 350px;
  }

  .vacancies-list li a:after {
    background-color: #000;
  }

  .vacancies-list li a:hover .vacancies-bottom span {
    color: #fff;
    background-color: #ff3212;
  }

  .news-section.latest-updates .news-block-text {
    padding: 30px 0 40px;
  }

  .contact-wrapper .banner {
    margin-bottom: unset;
  }

  .social-media a svg:hover > g:first-of-type polygon {
    fill: #ff3212;
  }
  .about-wrapper a:hover {
	 background-color: #ff3212;
  }
	
  .project-menu a {
	  padding-right: 5vw;
  }

  .about-team .about-team-member .about-team-member-content h3 {
    font-size: 26px;
  }

  .project-menu li:hover::after {
    opacity: 0.8;
    filter: brightness(0) invert(1);

  }
	
	.menubar {
		display: block;
	}
}

@media(min-width: 992px) and (max-width: 1199px) {
	.header-inner {
		padding-top: 30px;
	}
}

@media(max-width: 1199px) {
	.menu li a {
		font-size: 16px;
	}
	
	.menu > li > ul {
    	background-color: unset;
	}
	
	.menu>li>ul>li {
    	color: #000;
		padding-left: 30px;
  	}
	
	.language {
		justify-content: center;
	}
}

@media(min-width: 1200px) {
  .slider-container .slider-content .slider-content-inner {
    max-width: 35vw;
  }

  .news-item-content .btn-round::before {
    transform: translateY(-3px);
    display: inline-block;
  }
	
	.menu-inner > ul li a {
		font-size: 13px;
	}
	
	.menu-inner>ul li {
		margin-right: 15px;
	}
	
	.menubar {
		display: none;
	}
	
	.header-inner {
		display: flex;
	}
	
	.menu>li>ul>li {
    	color: #fff;
  	}
	
	.menu > li > ul {
    	background-color: #000000;
	}
}

@media(min-width: 1300px) {
	.menu-inner > ul li a {
		font-size: 14px;
	}
}


@media(min-width: 1400px) {
  .about-section--content ul {
    gap: 100px;
  }

  .about-section {
    padding-bottom: 120px;
  }
	.menu-inner>ul li {
		margin-right: 20px;
	}
}

@media(min-width: 1500px) {
  .announcements-section .container,
  .story-section .container,
  .about-section--content.container,
  .banner .container {
    width: 75%;
  }
	
	.menu-inner > ul li a {
		font-size: 16px;
	}
}

@media(min-width: 1600px) {
	.menu-inner>ul li {
		margin-right: 24px;
	}
}



/*# sourceMappingURL=style.css.map */
