:root {
  --gray: #505050;
  --lightGray1: #c7c7c7;
  --lightGray2: #e7e7e7;
  --mainBlack: #22232d;
  --mainHighlight: #ef5b5c;
  --mainWhite: #ffffff;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  color: var(--gray);
  display: flex;
  flex-direction: column;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  min-height: 100vh;
}
@media (min-width: 992px) {
  body {
    font-size: 18px;
    line-height: 38px;
  }
}
body h1, body h2, body h3 {
  font-family: "Merriweather", serif;
}
body h2 {
  font-size: 28px;
}
@media (min-width: 992px) {
  body h2 {
    font-size: 48px;
  }
}
body a {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: var(--mainHighlight);
  text-decoration: none;
}
body a:hover {
  color: var(--mainBlack);
  text-decoration: none;
}
body .stretched-link:after {
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
body p, body .box ul, .box body ul {
  color: var(--gray);
  font-weight: 500;
}
@media (min-width: 900px) {
  body .container, body .container-lg, body .container-md, body .container-sm, body .container-xl {
    position: relative;
    z-index: 1;
  }
}
@media (min-width: 900px) and (min-width: 768px) {
  body .container, body .container-lg, body .container-md, body .container-sm, body .container-xl {
    max-width: 930px;
  }
}
@media (min-width: 900px) and (min-width: 768px) {
  body .container, body .container-lg, body .container-md, body .container-sm, body .container-xl {
    max-width: 950px;
  }
}
@media (min-width: 900px) and (min-width: 1200px) {
  body .container, body .container-lg, body .container-md, body .container-sm, body .container-xl {
    max-width: 1200px;
  }
}
@media (min-width: 900px) and (min-width: 1400px) {
  body .container, body .container-lg, body .container-md, body .container-sm, body .container-xl {
    max-width: 1350px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 900px) and (min-width: 1600px) {
  body .container, body .container-lg, body .container-md, body .container-sm, body .container-xl {
    max-width: 1500px;
    padding-left: 0;
    padding-right: 0;
  }
}
body .follow-link {
  bottom: 0;
  left: -30px;
}

button:focus {
  outline: none;
}

.arrow, #toTop {
  background-color: var(--mainHighlight);
  display: inline-block;
  font-size: 30px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  width: 45px;
  position: absolute;
}
.arrow:after, #toTop:after {
  content: "\f1df";
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}
@media (min-width: 992px) {
  .arrow, #toTop {
    height: 60px;
    width: 60px;
    line-height: 65px;
  }
}

.back {
  top: -100px;
}

.more {
  color: var(--mainHighlight);
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  margin-top: 50px;
  padding-right: 50px;
  position: relative;
}
.more:after {
  content: "\f1df";
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}
.more {
  text-decoration: underline;
  text-underline-offset: 12px;
}
.more:after {
  bottom: 2px;
  font-size: 30px;
  margin-left: 20px;
  position: absolute;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.more:hover {
  color: var(--mainHighlight);
}
.more:hover:after {
  margin-left: 30px;
}
@media (min-width: 992px) {
  .more {
    font-size: 20px;
  }
}

.more-box, .featured .more, .service .box .inner .more {
  background: var(--mainWhite);
  bottom: 30px;
  color: var(--mainHighlight);
  height: 54px;
  line-height: 42px;
  margin-top: 0;
  padding: 11px 14px 13px 14px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: absolute;
  right: 30px;
  width: 54px;
}
.more-box:after, .featured .more:after, .service .box .inner .more:after {
  bottom: 0;
  font-size: 24px;
  margin-left: 0 !important;
  position: relative;
}

.error .digit {
  font-weight: bold;
  color: var(--mainHighlight);
  font-size: 90px;
  margin-top: 60px;
  margin-bottom: 60px;
  display: inline-block;
}

.form-control {
  border: 1px solid var(--mainBlack);
  border-radius: 0;
}

.control-label {
  font-weight: bold;
  margin-bottom: 0;
}

input, select {
  height: 60px !important;
}

.btn {
  border-radius: 0;
}

header {
  position: relative;
  /*position: sticky;*/
  background: transparent;
  top: 0;
  padding: 15px 0;
  z-index: 5;
}
@media (min-width: 1200px) {
  header {
    padding: 0;
  }
}
header .container {
  padding-left: 15px !important;
}
@media (min-width: 992px) {
  header .container {
    padding-left: 0 !important;
  }
}
header .header-logo {
  width: auto;
  height: 30px;
}
@media (min-width: 1200px) {
  header .header-logo {
    height: 40px;
  }
}
header .header-mobile-actions {
  align-items: center;
  display: flex;
  gap: 16px;
  justify-content: flex-end;
  position: relative;
  z-index: 20;
}
header .header-mobile-actions .lang-switch {
  margin: 0;
}
header .header-mobile-actions .navbar-toggler {
  background: transparent;
  border: 0;
  color: var(--mainBlack);
  line-height: 1;
  padding: 0;
  position: relative;
  z-index: 21;
}
header .header-mobile-actions .navbar-toggler .material-icons {
  font-size: 30px;
}
header .header-mobile-nav {
  left: 0;
  position: absolute;
  right: 0;
  top: 65px;
  width: 100%;
  z-index: 15;
}
header .header-mobile-nav .navbar {
  background: var(--mainBlack);
  display: block;
  padding: 20px 15px;
  position: static;
  text-align: left;
  width: 100%;
}
header .header-mobile-nav .navbar-collapse {
  width: 100%;
}
header .header-mobile-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
header .header-mobile-nav ul > li {
  padding: 10px 20px;
}
header .header-mobile-nav ul > li a {
  color: var(--mainWhite);
  font-size: 19px;
  font-weight: 500;
}
header .header-mobile-nav ul > li a:hover {
  color: var(--mainHighlight);
}
header .header-mobile-nav ul ul {
  padding-left: 20px;
}
@media (min-width: 1200px) {
  header .header-desktop-nav {
    align-items: flex-start;
    flex-wrap: nowrap;
  }
  header .header-desktop-nav .header-lang-desktop .lang-switch {
    margin-left: 20px;
    margin-top: 85px;
  }
}
header .navbar {
  background: var(--mainBlack);
  left: 0;
  padding: 30px;
  position: absolute;
  text-align: left;
  top: 15px;
  width: 100%;
  z-index: 1;
}
@media (min-width: 1200px) {
  header .navbar {
    top: 0;
  }
}
header .navbar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
header .navbar ul > li {
  padding: 10px 20px;
}
@media (min-width: 1200px) {
  header .navbar ul > li {
    padding: 0 20px;
  }
}
@media (min-width: 1400px) {
  header .navbar ul > li {
    padding: 0 25px;
  }
}
header .navbar ul ul {
  padding-left: 20px;
}
header .navbar ul > li a {
  color: var(--mainWhite);
  font-size: 19px;
  font-weight: 500;
}
header .navbar ul > li a:hover {
  color: var(--mainHighlight);
}
@media (min-width: 1200px) {
  header .navbar ul > li a {
    color: var(--mainBlack);
  }
}
@media (min-width: 1200px) {
  header .navbar {
    background: initial;
    height: 200px;
    position: static;
    text-align: right;
    width: auto;
  }
  header .navbar ul {
    margin-top: 85px;
  }
}

header .lang-switch {
  display: inline-block;
  margin-left: 20px;
  vertical-align: top;
}
@media (min-width: 1200px) {
  header .lang-switch {
    margin-top: 85px;
  }
}
header .lang-switch a {
  color: var(--mainWhite);
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
header .lang-switch a:hover {
  color: var(--mainHighlight);
}
@media (min-width: 1200px) {
  header .lang-switch a {
    color: var(--mainBlack);
  }
}
header .header-mobile-actions .lang-switch a {
  color: var(--mainBlack);
}

.line {
  position: fixed;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
}
.line .container {
  height: 100%;
  position: relative;
  z-index: 0;
}
.line .container:before {
  border-left: 1px solid var(--lightGray1);
  content: "";
  height: 100%;
  margin-left: -25px;
  display: block;
  top: 0;
  z-index: 1;
}
@media (min-width: 1200px) {
  .line .container:before {
    margin-left: -46px;
  }
}
@media (min-width: 1400px) {
  .line .container:before {
    margin-left: -80px;
  }
}

.slider-container {
  padding-bottom: 0;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.slider-container .row, .slider-container .col-12 {
  margin: 0;
  padding: 0;
}
.slider-container .container {
  padding-left: 0 !important;
}
.slider-container #slider {
  height: 650px;
}
@media (min-width: 1200px) {
  .slider-container #slider {
    height: 800px;
  }
}
@media (min-width: 1400px) {
  .slider-container #slider {
    height: 950px;
  }
}
.slider-container #slider .carousel-indicators {
  display: none;
}
.slider-container #slider .carousel-inner {
  overflow: visible;
}
.slider-container #slider .carousel-control-prev {
  display: none;
}
.slider-container #slider .carousel-control-next-icon {
  background: none !important;
}
.slider-container #slider .carousel-control-next-icon:after {
  content: "\f1df";
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}
.slider-container #slider .carousel-caption {
  color: var(--mainBlack);
  font-family: "Merriweather", serif;
  line-height: 80px;
  text-align: left;
  top: 115px;
  left: 15px;
  right: 15px;
}
@media (min-width: 992px) {
  .slider-container #slider .carousel-caption {
    left: 50%;
    margin-left: -45%;
    width: 640px;
  }
}
@media (min-width: 1400px) {
  .slider-container #slider .carousel-caption {
    margin-left: -680px;
  }
}
.slider-container #slider .carousel-caption h1, .slider-container #slider .carousel-caption h2 {
  font-size: 40px;
  font-weight: normal;
  line-height: 44px;
}
@media (min-width: 992px) {
  .slider-container #slider .carousel-caption h1, .slider-container #slider .carousel-caption h2 {
    font-size: 52px;
    line-height: 58px;
  }
}
@media (min-width: 1600px) {
  .slider-container #slider .carousel-caption h1, .slider-container #slider .carousel-caption h2 {
    font-size: 64px;
    line-height: 68px;
  }
}
.slider-container #slider .carousel-caption strong {
  color: var(--mainHighlight);
}
@media (min-width: 1600px) {
  .slider-container #slider .carousel-caption {
    margin-left: -750px;
    width: 750px;
  }
}
.slider-container #slider .image-container {
  text-align: right;
}
.slider-container #slider .image-container picture {
  display: inline-block;
  height: 100%;
  max-width: 1075px;
  position: relative;
  width: 100%;
}
@media (min-width: 992px) {
  .slider-container #slider .image-container picture {
    width: 60%;
  }
}
.slider-container #slider .image-container picture img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.slider-container #slider .image-container picture:after {
  background-color: rgba(255, 255, 255, 0.9);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
@media (min-width: 1200px) {
  .slider-container #slider .image-container picture:after {
    background-color: rgba(34, 35, 45, 0.5);
  }
}

footer {
  color: var(--mainWhite);
  font-size: 16px;
}
footer section {
  background: none;
  padding: 0;
}
footer .footer-top {
  background: var(--mainBlack);
  color: var(--mainWhite);
  overflow: hidden;
}
@media (min-width: 1200px) {
  footer .footer-top .logo-container {
    padding-left: 0 !important;
  }
}
footer .footer-top p, footer .footer-top .box ul, .box footer .footer-top ul {
  color: var(--mainWhite);
  font-size: 16px;
  line-height: 33px;
}
footer .bottom {
  background: var(--mainBlack);
  color: var(--mainWhite);
}
footer .bottom a {
  color: var(--mainWhite);
}
footer .bottom a:hover {
  color: var(--mainHighlight);
}
footer .footer-image {
  position: relative;
  /*display: none;
  @include md{
    display: block;
  }
  */
}
footer .footer-image img {
  width: 100% !important;
  height: auto;
  right: 0;
}
@media (min-width: 768px) {
  footer .footer-image img {
    margin-right: -60px;
    margin-top: -180px;
    position: absolute;
  }
}
@media (min-width: 1600px) {
  footer .footer-image img {
    margin-right: -190px;
    margin-top: -180px;
    position: absolute;
    width: 130% !important;
  }
}
footer .social-icon {
  margin: 10px;
}
footer .social-icon img {
  width: 30px;
}

.pagination {
  margin-top: 60px;
}
.pagination .page-item {
  display: inline-block;
  margin: 12px;
}
.pagination .page-item .page-link {
  width: 60px;
  height: 60px;
  line-height: 45px;
  text-align: center;
  font-weight: bold;
  font-size: 32px;
  color: var(--mainBlack);
  border-radius: 0 !important;
}
.pagination .active .page-link {
  background-color: var(--mainHighlight);
  color: var(--mainWhite);
  border-color: var(--mainHighlight);
}

#toTop {
  background: var(--mainHighlight);
  border: none;
  bottom: 30px;
  color: var(--mainWhite);
  font-size: 28px;
  height: 50px;
  line-height: 50px;
  padding: 0;
  position: fixed;
  right: 30px;
  text-align: center;
  width: 50px;
  z-index: 100;
}
@media (min-width: 768px) {
  #toTop {
    bottom: 60px;
    right: 40px;
  }
}
@media (min-width: 992px) {
  #toTop {
    bottom: 60px;
    right: 40px;
  }
}
#toTop:focus {
  outline: none;
}
#toTop:after {
  transform: rotate(-90deg);
}

.page h1 {
  color: var(--mainBlack);
  font-size: 30px;
  font-weight: bold;
}
@media (min-width: 1200px) {
  .page h1 {
    font-size: 52px;
  }
}
@media (min-width: 1600px) {
  .page h1 {
    font-size: 64px;
  }
}
.page .top {
  margin-top: 0;
  padding-bottom: 0;
  position: initial;
}
.page .top .subtitle-holder-section {
  margin-left: -15px;
}
.page .top .subtitle-holder-section .subtitle {
  top: 280px;
}
@media (min-width: 1200px) {
  .page .top .subtitle-holder-section .subtitle {
    top: 0;
    padding-top: 165px;
  }
}
.page .top .title {
  padding-top: 65px;
  z-index: 1;
}
@media (min-width: 1200px) {
  .page .top .title {
    padding-top: 165px;
  }
}
.page .top .title .pre {
  color: var(--gray);
  font-size: 20px;
  font-weight: 700;
  line-height: 34px;
  margin-top: 60px;
  max-width: 100%;
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .page .top .title .pre {
    font-size: 24px;
    line-height: 40px;
    max-width: 80%;
    margin-bottom: 0;
  }
}
.page .top .cover {
  background: var(--mainWhite);
  margin-top: 0;
  padding: 30px 15px 30px 15px;
  position: relative;
}
@media (min-width: 1200px) {
  .page .top .cover {
    margin-top: -60px;
    padding: 80px 260px 60px 15px;
  }
}
.page .top .cover:after {
  background-color: var(--mainWhite);
  content: "";
  display: block;
  height: 100vh;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.page .top picture {
  display: block;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: -2;
}
@media (min-width: 1200px) {
  .page .top picture {
    left: 50%;
    width: 50%;
  }
}
.page .top picture img {
  height: auto;
  width: 100%;
}
.page .top picture:after {
  background-color: rgba(255, 255, 255, 0.9);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
@media (min-width: 1200px) {
  .page .top picture:after {
    background-color: rgba(255, 255, 255, 0.4);
  }
}
.page main .container .box {
  position: relative;
  z-index: 2;
}

.page-0 .big_title .box h2 {
  font-family: "Merriweather", serif !important;
  font-size: 30px !important;
  line-height: 60px !important;
  margin-bottom: 40px !important;
}
@media (min-width: 992px) {
  .page-0 .big_title .box h2 {
    font-size: 48px !important;
  }
}
.page-0 .big_title .box h2 a {
  color: var(--mainBlack);
}
.page-0 .box .image-holder img {
  height: auto;
}
.page-0 .box .inner h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 33px;
}
.page-0 .box .inner h2 a {
  color: var(--mainBlack);
}
.page-0 .box .inner ul {
  list-style: none;
  padding-left: 50px;
}
@media (min-width: 992px) {
  .page-0 .box .inner ul {
    padding-left: 80px;
  }
}
.page-0 .box .inner ul li {
  line-height: 30px;
  margin-bottom: 30px;
  margin-left: 0;
  position: relative;
}
.page-0 .box .inner ul li:after {
  content: "\f1df";
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}
.page-0 .box .inner ul li:after {
  bottom: 0;
  color: var(--mainHighlight);
  display: block;
  font-size: 36px;
  font-weight: 300;
  height: 36px;
  left: -78px;
  margin: auto;
  position: absolute;
  top: 0;
  transform: 50%;
  vertical-align: middle;
}
.page-0 .box .inner ul li strong {
  display: block;
  font-size: 24px;
  font-weight: 700;
}

.page-1 h2 {
  font-size: 26px;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .page-1 h2 {
    font-size: 30px;
    line-height: 45px;
  }
}
@media (min-width: 1200px) {
  .page-1 h2 {
    font-size: 48px;
    line-height: 60px;
    margin-bottom: 40px;
  }
}
.page-1 h2 a {
  color: var(--mainBlack);
}

section {
  padding-bottom: 60px;
  position: relative;
}
@media (min-width: 1200px) {
  section {
    padding-bottom: 190px;
  }
}
section .container {
  position: relative;
}
section .container > .row {
  position: relative;
}
section .subtitle-holder-section {
  padding-left: 0;
  position: relative !important;
}
section .subtitle-holder-section .subtitle {
  color: #c7c7c7;
  font-size: 11px;
  font-weight: bold;
  left: -24px;
  letter-spacing: 1px;
  line-height: 18px;
  width: 215px;
  position: absolute;
  text-align: right;
  text-transform: uppercase;
  top: 220px;
  transform: rotate(-90deg);
  transform-origin: left;
}
@media (min-width: 992px) {
  section .subtitle-holder-section .subtitle {
    left: -25px;
    font-size: 14px;
    top: 30px;
  }
}
@media (min-width: 1200px) {
  section .subtitle-holder-section .subtitle {
    font-size: 15px;
    width: 115px;
    left: -130px;
  }
}
@media (min-width: 1400px) {
  section .subtitle-holder-section .subtitle {
    transform: rotate(0);
    font-size: 15px;
    width: 180px;
    left: -265px;
  }
}
@media (min-width: 1600px) {
  section .subtitle-holder-section .subtitle {
    left: -265px;
    font-size: 16px;
    letter-spacing: 3.2px;
  }
}
section .intro {
  position: relative;
}
section .intro:after {
  background-color: var(--mainWhite);
  content: "";
  display: block;
  height: 100vh;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
section.first-container {
  padding-bottom: 60px;
}

@media (min-width: 992px) {
  section:not(.top) .subtitle-holder-section .subtitle {
    top: 218px;
  }
}
@media (min-width: 1200px) {
  section:not(.top) .subtitle-holder-section .subtitle {
    padding-top: 165px;
    top: 30px;
  }
}
@media (min-width: 1400px) {
  section:not(.top) .subtitle-holder-section .subtitle {
    padding-top: 0;
  }
}

.container {
  padding-left: 50px !important;
}
@media (min-width: 1200px) {
  .container {
    padding-left: 146px !important;
  }
}
@media (min-width: 1400px) {
  .container {
    padding-left: 180px !important;
  }
}

/**

Section styles

**/
section.counters {
  background: none;
  margin-bottom: 80px;
  margin-top: -160px;
  padding-bottom: 0;
  z-index: 4;
}
@media (min-width: 992px) {
  section.counters {
    margin-bottom: 360px;
    margin-top: -170px;
  }
}
@media (min-width: 1200px) {
  section.counters {
    margin-bottom: 360px;
    margin-top: -360px;
  }
}
section.counters .row {
  justify-content: center;
}
@media (min-width: 1200px) {
  section.counters .row {
    margin-left: -90px;
  }
}
section.counters .counter {
  z-index: 1;
}
section.counters .counter h2 {
  line-height: 20px;
  margin-bottom: 10px;
}

section.boxes {
  background: transparent;
  padding-bottom: 0;
  z-index: 2;
}
section.boxes .container {
  position: relative;
}
section.boxes .container .box-holder {
  position: relative;
  right: 0;
  width: 90%;
  z-index: 6;
}
@media (min-width: 992px) {
  section.boxes .container .box-holder {
    top: -40px;
  }
}
@media (min-width: 1200px) {
  section.boxes .container .box-holder {
    width: 18%;
    position: absolute;
  }
}
section.boxes .container .box-holder .col-12 {
  flex: 0 0 100% !important;
  margin-bottom: 30px;
  max-width: 100% !important;
  width: 100% !important;
}

@media (min-width: 1200px) {
  section.sidebar-boxes .container .col-xl-12 .main-image {
    padding-right: calc(17% + 260px);
  }
}
section.sidebar-boxes .container .col-xl-12 .inner {
  padding-right: 0;
}
@media (min-width: 1200px) {
  section.sidebar-boxes .container .col-xl-12 .inner {
    padding-right: calc(17% + 260px);
  }
}
@media (min-width: 1400px) {
  section.sidebar-boxes .container .col-xl-12 .inner {
    padding-right: calc(17% + 260px);
  }
}

section.services {
  background: none;
  position: relative;
  z-index: 2;
  margin-bottom: 0;
  margin-top: 0;
}
@media (min-width: 992px) {
  section.services {
    padding: 0;
  }
}
section.services .row {
  flex-flow: row wrap;
  justify-content: flex-end;
}
section.services .row div {
  flex: 0 0 100%;
}
@media (min-width: 1200px) {
  section.services .row div {
    flex: 0 0 230px;
  }
}
section.services .service {
  position: relative;
  width: 230px;
  height: 230px;
  padding: 0;
}
@media (min-width: 992px) {
  section.services .service {
    position: absolute;
  }
}
section.services .service .box {
  min-width: 230px;
}
@media (min-width: 992px) {
  section.services .service:first-of-type {
    right: 260px;
    top: -210px;
  }
}
@media (min-width: 992px) {
  section.services .service:nth-of-type(2) {
    right: 0;
    top: -210px;
  }
}
@media (min-width: 992px) {
  section.services .service:nth-of-type(3) {
    right: 0;
    top: 50px;
  }
}

section.white-bg {
  background-color: var(--mainWhite);
}
section.white-bg .line {
  position: absolute;
}
section.white-bg .main-container {
  position: relative;
  z-index: 2;
}

section.overflow .container {
  position: initial;
}

/**

Page box styles

**/
.col-xl-12:not(.right_image, .left_image) .box .inner {
  padding-right: 15px;
}
@media (min-width: 1200px) {
  .col-xl-12:not(.right_image, .left_image) .box .inner {
    padding-right: calc(17% + 100px);
  }
}

.box .more {
  color: var(--mainHighlight);
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  margin-top: 30px;
  text-decoration: underline;
  text-underline-offset: 12px;
}
@media (min-width: 992px) {
  .box .more {
    font-size: 22px;
  }
}
@media (min-width: 1400px) {
  .box .more {
    font-size: 24px;
  }
}

/* flex break div */
.break {
  flex-basis: 100% !important;
  height: 0;
  margin-bottom: 0;
  max-width: none !important;
  overflow: hidden;
  width: 0;
  display: none;
}
@media (min-width: 992px) {
  .break {
    display: block;
    margin-bottom: 30px;
  }
}

.service {
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  .service {
    margin-bottom: 0px;
  }
}
.service .box {
  height: 230px;
  max-width: 100%;
  width: 100%;
}
@media (min-width: 1200px) {
  .service .box {
    max-width: 230px;
  }
}
.service .box .main-image {
  background: var(--mainBlack);
  height: 100%;
}
.service .box .main-image .image-holder {
  display: block;
  height: 100%;
  overflow: hidden;
}
.service .box .main-image .image-holder img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  height: 100%;
  object-fit: cover;
  opacity: 0.2;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: relative;
  width: 100%;
  z-index: 1;
}
.service .box .inner {
  height: 100%;
  padding: 40px 0 0 40px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
  color: var(--mainWhite);
}
.service .box .inner h2 {
  font-size: 24px;
  line-height: 26px;
}
.service .box .inner h2 a {
  color: var(--mainWhite);
}
.service .box a {
  color: var(--mainWhite);
}
.service .box a:hover img {
  transform: scale(1.1);
}
.service .box a:hover .more {
  bottom: 45px;
}

.counter {
  padding-left: 5px;
  padding-right: 5px;
}
@media (min-width: 992px) {
  .counter {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.counter .box {
  background: var(--mainHighlight);
  color: var(--mainWhite);
  padding: 20px 15px;
}
@media (min-width: 992px) {
  .counter .box {
    padding: 20px 30px;
  }
}
.counter .box .number {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 12px;
}
@media (min-width: 992px) {
  .counter .box .number {
    font-size: 40px;
  }
}
.counter .box .desc {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 400;
}
@media (min-width: 992px) {
  .counter .box .desc {
    font-size: 16px;
  }
}

.video {
  padding: 0;
  position: relative;
  text-align: right;
  margin-top: 15px;
}
@media (min-width: 992px) {
  .video {
    position: absolute;
    top: 0;
    right: calc(50% - 50vw);
    width: calc(41.666667% + 50vw - 50%);
    max-width: none;
    margin-top: 0;
    box-sizing: border-box;
  }
}
@media (min-width: 1200px) {
  .video {
    padding-left: 50px;
  }
}
.video .box,
.video a {
  display: block;
}
.video a {
  position: relative;
}
.video a:before {
  background-color: var(--mainBlack);
  content: "";
  display: block;
  height: 100%;
  lefT: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.video a:after {
  content: "\e1c4";
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}
.video a:after {
  bottom: 0;
  color: var(--mainWhite);
  font-size: 60px;
  height: 60px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  z-index: 2;
}
.video .video-ratio {
  width: 100%;
}
.video video,
.video img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100% !important;
}

.social .social-icon {
  display: inline-block;
  margin: 20px;
}
.social .social-icon img {
  width: 40px;
}

.featured {
  margin-bottom: 60px;
}
.featured:last-child {
  margin-bottom: 0;
}
.featured .box {
  background-color: #21242D;
  background-image: url("/img/featured-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.featured .box .inner {
  padding: 50px 15px 40px 15px;
}
@media (min-width: 1200px) {
  .featured .box .inner {
    padding: 50px 45px 40px 65px;
  }
}
.featured .box .inner h2 {
  color: var(--mainWhite);
  font-family: "Merriweather", serif;
  font-size: 30px;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .featured .box .inner h2 {
    font-size: 48px;
  }
}
.featured ul {
  color: var(--lightGray2);
  list-style: none;
  padding-left: 0px;
}
@media (min-width: 1200px) {
  .featured ul {
    padding-left: 80px;
  }
}
.featured ul li {
  line-height: 30px;
  margin-bottom: 30px;
  margin-left: 0;
  position: relative;
}
.featured ul li:after {
  content: "\f1df";
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}
.featured ul li:after {
  bottom: 0;
  color: var(--mainHighlight);
  display: none;
  font-size: 36px;
  font-weight: 300;
  height: 36px;
  left: 0;
  position: absolute;
  top: -5px;
  vertical-align: middle;
}
@media (min-width: 1200px) {
  .featured ul li:after {
    display: block;
    left: -78px;
    margin: auto;
    top: 0;
  }
}
.featured ul li strong {
  display: block;
  font-size: 20px;
  font-weight: 700;
}
@media (min-width: 992px) {
  .featured ul li strong {
    font-size: 24px;
  }
}
.featured p, .featured .box ul, .box .featured ul {
  color: var(--lightGray2);
}
.featured .more {
  background: var(--mainHighlight);
  bottom: 20px;
  color: var(--mainWhite);
  right: 20px;
}
@media (min-width: 992px) {
  .featured .more {
    bottom: 60px;
    right: 75px;
  }
}
.featured .more:hover {
  background: var(--mainBlack);
}

.button .box .inner h2 {
  display: inline-block;
}
@media (min-width: 1200px) {
  .button .box .inner h2 {
    width: 70%;
  }
}
@media (min-width: 1600px) {
  .button .box .inner h2 {
    width: 50%;
  }
}
.button .box .inner .btn-wrapper {
  display: inline-block;
  margin-right: 15px;
  position: relative;
  right: 0;
  top: 0;
}
@media (min-width: 768px) {
  .button .box .inner .btn-wrapper {
    position: absolute;
  }
}
.button .box .inner .btn-wrapper .more {
  border: 2px solid var(--mainHighlight);
  margin-top: 10px;
  padding: 10px 84px 10px 25px;
  text-decoration: none;
  margin-bottom: 20px;
}
.button .box .inner .btn-wrapper .more:after {
  background-color: var(--mainHighlight);
  color: var(--mainWhite);
  height: 100%;
  padding: 10px 14px 15px 14px;
  right: 0;
  top: 0;
}
@media (min-width: 992px) {
  .button .box .inner .btn-wrapper .more:after {
    padding: 15px 14px 15px 14px;
  }
}
.button .box .inner .btn-wrapper .more:hover {
  background-color: var(--mainHighlight);
  color: var(--mainWhite) !important;
}

.gallery-page main {
  position: relative;
}
.gallery-page main .back {
  top: 0;
  color: var(--mainWhite);
}
.gallery-page main .back:hover {
  background-color: var(--mainBlack);
}
.gallery-page main .back {
  transform: rotate(180deg);
}
.gallery-page main .main-image {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  max-width: 950px;
}
@media (min-width: 768px) {
  .gallery-page main .main-image {
    left: 50%;
    width: 50%;
  }
}
.gallery-page main .main-image img {
  width: 100%;
  height: auto;
}
.gallery-page main .main-image:after {
  content: "";
  background-color: rgba(255, 255, 255, 0.9);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 1200px) {
  .gallery-page main .main-image:after {
    background-color: rgba(255, 255, 255, 0.4);
  }
}
.gallery-page main .intro {
  background-color: var(--mainWhite);
  padding: 15px 0 0 0;
  position: relative;
  min-height: 400px;
}
@media (min-width: 768px) {
  .gallery-page main .intro {
    padding: 90px 260px 90px 0;
  }
}
.gallery-page main .intro h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 40px;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .gallery-page main .intro h3 {
    max-width: 80%;
  }
}
.gallery-page main .intro p, .gallery-page main .intro .box ul, .box .gallery-page main .intro ul {
  line-height: 30px;
}
@media (min-width: 1200px) {
  .gallery-page main .intro p, .gallery-page main .intro .box ul, .box .gallery-page main .intro ul {
    line-height: 40px;
  }
}
.gallery-page main .intro .data-sheet {
  width: 100%;
  max-width: 260px;
  min-height: 360px;
  background-color: var(--mainHighlight);
  color: var(--mainWhite);
  font-size: 20px;
  padding: 10px 20px 20px 20px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .gallery-page main .intro .data-sheet {
    padding: 10px 30px 30px 30px;
    top: -50px;
    right: 0;
    position: absolute;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .gallery-page main .intro .data-sheet {
    max-width: 360px;
  }
}
@media (min-width: 1200px) {
  .gallery-page main .intro .data-sheet {
    padding: 10px 50px 50px 50px;
    font-size: 24px;
    top: -80px;
    right: -130px;
  }
}
.gallery-page main .intro .data-sheet strong {
  display: block;
  margin-top: 20px;
}
@media (min-width: 1200px) {
  .gallery-page main .intro .data-sheet strong {
    margin-top: 40px;
  }
}
@media (min-width: 1200px) {
  .gallery-page main section {
    margin-top: 105px;
  }
}
.gallery-page main .images picture {
  display: block;
  position: relative;
}
.gallery-page main .images picture img {
  width: 100%;
  height: auto;
}
.gallery-page main .images picture:after {
  content: "";
  display: block;
  background-color: var(--mainHighlight);
  opacity: 0;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.gallery-page main .images picture:hover:after {
  opacity: 0.7;
}

.logos picture {
  display: block;
  padding: 20px;
}
.logos img {
  filter: grayscale(1);
  opacity: 0.7;
  height: auto;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.logos img:hover {
  filter: none;
  opacity: 1;
}

.gallery-item-box {
  margin-bottom: 30px;
}
.gallery-item-box .gallery-item {
  width: 100%;
  position: relative;
  display: block;
  height: 100%;
}
.gallery-item-box .gallery-item picture {
  display: block;
}
.gallery-item-box .gallery-item .title {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(34, 35, 45, 0.7);
  color: var(--mainWhite);
  padding: 40px 30px 40px 40px;
  bottom: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.gallery-item-box .gallery-item .title h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 28px;
}
@media (min-width: 1400px) {
  .gallery-item-box .gallery-item .title h3 {
    font-size: 32px;
  }
}
.gallery-item-box .gallery-item .title h4 {
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 3.2px;
}
.gallery-item-box .gallery-item .title .arrow, .gallery-item-box .gallery-item .title #toTop {
  background-color: var(--mainWhite);
  color: var(--mainHighlight);
  position: absolute;
  right: 40px;
  bottom: 40px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.gallery-item-box:hover .title {
  height: 40%;
  min-height: auto;
}
.gallery-item-box:hover .title .arrow, .gallery-item-box:hover .title #toTop {
  bottom: calc(100% - 20px);
}

section.home-gallery {
  margin-top: 0;
  position: initial;
}
section.home-gallery .container {
  position: initial;
}
section.home-gallery .holder {
  position: initial;
}
section.home-gallery .gallery-img-left {
  padding: 0;
  position: relative;
  width: 100%;
  max-width: 1075px;
  height: 310px;
}
@media (min-width: 992px) {
  section.home-gallery .gallery-img-left {
    position: absolute;
    z-index: 1;
    width: calc(50% + 100px);
    right: calc(50% - 100px);
    height: 570px;
  }
}
section.home-gallery .gallery-img-left picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.home-gallery .gallery-img-left picture:after {
  content: "";
  background-image: linear-gradient(to right, rgba(199, 199, 199, 0), var(--lightGray1));
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
section.home-gallery .gallery-caption {
  position: relative;
  z-index: 2;
}
@media (min-width: 992px) {
  section.home-gallery .gallery-caption {
    min-height: 620px;
  }
}
section.home-gallery .gallery-caption .gallery-location {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3.2px;
  line-height: 40px;
  color: var(--mainHighlight);
  margin-top: 50px;
}
section.home-gallery .gallery-caption .gallery-title {
  font-size: 28px;
  font-weight: 700;
  line-height: 30px;
  color: var(--mainBlack);
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  section.home-gallery .gallery-caption .gallery-title {
    font-size: 32px;
    line-height: 50px;
    margin-bottom: 50px;
  }
}
section.home-gallery .gallery-info {
  width: 100%;
  background: var(--mainWhite);
  position: absolute;
  right: 0;
  bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
}
@media (min-width: 1200px) {
  section.home-gallery .gallery-info {
    width: 490px;
    height: 100px;
  }
}
section.home-gallery .gallery-info .info-data {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  line-height: 30px;
  color: var(--mainBlack);
  font-weight: 700;
  text-transform: uppercase;
}
section.home-gallery .gallery-info .info-title {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: var(--mainHighlight);
  line-height: 20px;
  letter-spacing: 3.2px;
  font-weight: 700;
  text-transform: uppercase;
}
section.home-gallery .more {
  z-index: 10;
  width: 100px;
  height: 100px;
  background: var(--mainHighlight);
  color: var(--mainWhite);
  position: absolute;
  /*right: -100px; */
  text-align: center;
  right: 0;
  bottom: 0;
}
@media (min-width: 992px) {
  section.home-gallery .more {
    right: auto;
    bottom: 0;
  }
}
section.home-gallery .more:after {
  content: "\f1df";
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}
section.home-gallery .more:after {
  bottom: 25px;
  left: 8px;
  font-size: 50px;
  font-weight: 300;
  display: inline-block;
  line-height: 50px;
  border-bottom: none;
}

.post-page main {
  position: relative;
}
.post-page main .back {
  top: 0;
  color: var(--mainWhite);
}
.post-page main .back:hover {
  background-color: var(--mainBlack);
}
.post-page main .back {
  transform: rotate(180deg);
}
.post-page main .pub-date {
  color: var(--mainHighlight);
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 30px;
}
.post-page main .main-image-top {
  position: absolute;
  left: 50%;
  top: 0;
  z-index: -1;
  width: 50%;
  max-width: 950px;
}
.post-page main .main-image-top img {
  width: 100%;
  height: auto;
}
.post-page main .main-image-top:after {
  content: "";
  background-color: rgba(255, 255, 255, 0.9);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 1200px) {
  .post-page main .main-image-top:after {
    background-color: rgba(255, 255, 255, 0.4);
  }
}
.post-page main .intro {
  background-color: var(--mainWhite);
  padding: 30px 20px 30px 0;
  position: relative;
  font-weight: bold;
}
@media (min-width: 1200px) {
  .post-page main .intro {
    padding: 90px 260px 90px 0;
  }
}
.post-page main .intro h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 40px;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .post-page main .intro h3 {
    max-width: 80%;
  }
}
.post-page main .intro p, .post-page main .intro .box ul, .box .post-page main .intro ul {
  line-height: 40px;
}
.post-page main section {
  margin-top: 105px;
}
.post-page main section.first-container {
  padding-bottom: 0;
}
.post-page main .post-list {
  background-color: var(--mainWhite);
}
.post-page main .post-gallery img {
  height: auto;
}
.post-page main .post-body img {
  width: 100%;
  height: auto;
}

.newsroom, .publications {
  padding-top: 30px;
}

.post-item {
  margin-top: 15px;
  position: relative;
}
.post-item.post-item-image {
  margin-top: 35px;
}
@media (min-width: 1200px) {
  .post-item.post-item-image {
    margin-top: 70px;
  }
}
.post-item.post-item-image:hover .main-image {
  margin-top: -100px;
  margin-bottom: 40px;
}
.post-item.post-item-publication {
  margin-top: 40px;
}
.post-item.post-item-publication .post-item-content {
  padding-bottom: 40px;
  margin-left: 0;
}
@media (min-width: 992px) {
  .post-item.post-item-publication .post-item-content {
    margin-left: 40px;
  }
}
.post-item.post-item-publication .post-item-content .btn-wrapper {
  position: relative;
  margin-top: 40px;
  left: 0;
}
.post-item.post-item-publication .main-image {
  display: block;
  margin-left: 0;
  margin-top: 0;
  margin-bottom: 30px;
  padding: 15px;
  border: 1px solid var(--lightGray1);
  background-color: var(--lightGray1);
}
@media (min-width: 992px) {
  .post-item.post-item-publication .main-image {
    margin-left: -80px;
    margin-bottom: 0;
  }
}
.post-item.post-item-publication .main-image img {
  width: 100%;
  height: auto;
}

.post-item-content {
  border: 1px solid var(--lightGray1);
  padding: 40px 20px 95px 20px;
  height: 100%;
}
@media (min-width: 1200px) {
  .post-item-content {
    padding: 40px 40px 95px 40px;
  }
}
.post-item-content .post-date {
  color: var(--mainHighlight);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 3.2px;
  text-transform: uppercase;
}
.post-item-content .post-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 28px;
}
@media (min-width: 1400px) {
  .post-item-content .post-title {
    font-size: 32px;
    line-height: 40px;
  }
}
.post-item-content .post-title a {
  color: var(--mainBlack);
}
.post-item-content .post-title a:hover {
  color: var(--mainHighlight);
}
.post-item-content .post-lead {
  color: var(--gray);
  font-weight: 500;
  overflow: hidden;
}
.post-item-content .main-image {
  display: block;
  margin-top: -80px;
  margin-bottom: 20px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.post-item-content .main-image img {
  width: 100%;
  height: auto;
}
.post-item-content .btn-wrapper {
  position: absolute;
  bottom: 40px;
  left: 55px;
}

.post-search {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-end;
  gap: 10px;
  margin-bottom: 40px;
}
.post-search .post-search-field {
  flex: 1 1 auto;
  min-width: 0;
}
.post-search .post-search-submit {
  flex: 0 0 auto;
}
.post-search .form-group {
  margin-bottom: 0;
}
.post-search .control-label,
.post-search .form-label {
  display: block;
  margin-bottom: 8px;
}
.post-search .btn.arrow {
  position: static;
  display: inline-block;
  margin: 0;
  min-width: 60px;
  height: 60px;
  line-height: 60px;
  padding: 0;
  color: var(--mainWhite);
}
.post-search .btn.arrow:hover,
.post-search .btn.arrow:focus,
.post-search .btn.arrow:active {
  background-color: var(--mainBlack);
  border-color: var(--mainBlack);
  color: var(--mainWhite);
}
.post-search .btn.arrow:hover:after,
.post-search .btn.arrow:focus:after,
.post-search .btn.arrow:active:after {
  color: var(--mainWhite);
}

/*# sourceMappingURL=style.css.map */
