*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

::-moz-selection {
  color: #fff;
  background: #000;
}

::selection {
  color: #fff;
  background: #000;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 62.5%;
}
@media (max-width: 87.5em) {
  html {
    font-size: 55%;
  }
}

body {
  font-weight: 400;
  line-height: 1.2;
  padding: 3rem 0 0 0;
  font-family: "PT Serif", serif;
}
body.home {
  background: linear-gradient(135deg, #0f4b4e, #00625e);
  color: #fff;
}
body.home .overlay {
  background: linear-gradient(135deg, #0f4b4e, #00625e);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999999999;
}
@media (max-width: 50em) {
  body {
    padding-top: 0;
  }
}

.page {
  padding-top: 3rem;
}
@media (max-width: 50em) {
  .page {
    padding-top: 2rem;
  }
}

a:link,
a:visited {
  text-decoration: none;
  color: #fff;
  font-family: "PT Serif", serif;
}

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

.wpml-ls-statics-footer.wpml-ls,
.otgs-development-site-front-end {
  display: none !important;
}

.grecaptcha-badge {
  visibility: hidden !important;
}

td, th {
  font-size: 1.6rem;
  color: #fff;
}

a {
  display: inline-block;
  font-size: inherit;
  color: #fff;
}

p {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.4;
  color: #fff;
  padding-bottom: 1rem;
}
@media (max-width: 50em) {
  p {
    font-size: 1.4rem;
  }
}
p:last-of-type {
  margin-bottom: 1rem;
}

h2, h3, h4, h5, h6 {
  font-size: 2rem;
  margin-bottom: 1rem;
  margin-top: 0;
  line-height: 1.1;
  color: #fff;
  font-family: "PT Serif", serif;
  font-weight: 600 !important;
}

h1 {
  font-weight: 400;
  font-size: 4rem;
  font-family: "PT Serif", serif;
}
@media (max-width: 50em) {
  h1 {
    font-size: 4rem;
    margin-bottom: 0;
  }
}

h2 {
  font-size: 4rem;
  margin-bottom: 5rem;
  margin-top: 1rem;
  font-weight: 400 !important;
}
@media (max-width: 50em) {
  h2 {
    font-size: 3rem;
    margin-bottom: 2rem;
  }
}

h3 {
  font-size: 2rem;
  margin-bottom: 1rem;
  font-weight: bold !important;
  color: #1e1e1e;
}
@media (max-width: 50em) {
  h3 {
    font-size: 2rem;
  }
}

h4 {
  font-size: 1.6rem;
  font-weight: 400;
  position: relative;
  text-transform: uppercase;
}
h4::before {
  content: "";
  width: 9px;
  height: 9px;
  border: 1px solid currentColor;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 1px;
  display: inline-block;
  margin-right: 1rem;
}

.text-bigger {
  font-size: 2.6rem;
}
@media (max-width: 50em) {
  .text-bigger {
    font-size: 2rem;
  }
}

.btn {
  margin-top: 3rem;
}
@media (max-width: 50em) {
  .btn {
    margin-top: 1rem;
  }
}
.btn a {
  display: inline-block;
  padding: 1.5rem 5rem 1.5rem 5rem;
  background-color: transparent;
  font-size: 1.5rem !important;
  font-weight: 500;
  text-align: left;
  border-radius: 0;
  color: #fff !important;
  background-color: rgba(255, 255, 255, 0.2117647059);
  position: relative;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  border-radius: 3rem;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  /*
  &::after {
      content: "";
      width: 2.5rem;
      height: 1.2rem;
      position: absolute;
      top: 50%;
      right: .5rem;
      margin-top: -.6rem;
      background-image: url(../img/icns/arrow-right-white.svg);
      background-size: contain;
      background-repeat: no-repeat;
      transition: $transition;
      backface-visibility: hidden;

  }

  */
}
@media (max-width: 50em) {
  .btn a {
    padding: 1rem 3rem 1rem 3rem;
    font-size: 1.4rem !important;
  }
}
.btn a:hover {
  background-color: #fff !important;
  color: #1e1e1e !important;
}
.btn a:hover::after {
  -webkit-transform: translateX(0.5rem);
          transform: translateX(0.5rem);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.btn.btn-border a {
  background-color: #fff !important;
  color: #1e1e1e !important;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  border: 1px solid #1e1e1e !important;
  font-weight: bold !important;
}
.btn.btn-border a:hover {
  background-color: #d95427 !important;
  border: 1px solid #d95427 !important;
  color: #fff !important;
}
.btn.btn-primary a {
  background-color: #d95427 !important;
  color: #fff !important;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  border: 1px solid #d95427 !important;
  font-weight: bold !important;
}
.btn.btn-primary a:hover {
  background-color: #b9421a !important;
  border: 1px solid #b9421a !important;
  color: #fff !important;
}

.btn .btn-nav a {
  width: 100%;
}
@media (max-width: 70em) {
  .btn .btn-nav a {
    padding: 2rem 2rem;
    font-size: 1.6rem;
  }
}
.btn .btn-more {
  margin: 0;
  padding: 0;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@media (max-width: 50em) {
  .wp-container-core-buttons-is-layout-7.wp-container-core-buttons-is-layout-7 {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
}

.container {
  max-width: 144rem !important;
  margin: 0 auto;
  padding: 0 4rem;
}
@media (max-width: 50em) {
  .container {
    padding: 0 2rem;
  }
}

.container-mini {
  max-width: 130rem;
  margin: 0 auto;
  padding: 0 4rem;
}
@media (max-width: 50em) {
  .container-mini {
    padding: 0;
  }
}
.container-mini .container-mini {
  padding: 0;
}

.back-green {
  background: linear-gradient(135deg, #0f4b4e, #00625e);
}

.list-items {
  list-style: none;
  padding-left: 0 !important;
}
.list-items li {
  padding-left: 5rem;
  position: relative;
  margin-bottom: 2rem !important;
}
@media (max-width: 50em) {
  .list-items li {
    padding-left: 4rem;
  }
}
.list-items li::before {
  content: "";
  display: block;
  width: 3rem;
  height: 3rem;
  background-image: url(../images/check-icon.png);
  background-size: 50%;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: rgba(11, 145, 139, 0.2);
  border-radius: 50%;
}
@media (max-width: 50em) {
  .list-items li::before {
    width: 2rem;
    height: 2rem;
  }
}

.text-small-width {
  max-width: 70%;
}
@media (max-width: 50em) {
  .text-small-width {
    max-width: 100%;
  }
}

.border-top {
  border-top: 1px solid #8d8d8d;
}

.padd-top-md {
  padding-top: 4rem;
}

@media (max-width: 50em) {
  .order-last-mobile {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
}

.hide-from-page {
  position: absolute;
  left: -1000rem;
}

.color-img {
  max-width: 80%;
}

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

.no-margin {
  margin: 0;
}

.remove-space {
  padding: 0 !important;
  margin: 0;
}
.remove-space .wp-block-columns {
  margin-bottom: 0;
}

.remove-space-bottom {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}
.remove-space-bottom .wp-block-columns {
  margin-bottom: 0;
}

.remove-space-top {
  padding-top: 0 !important;
  margin: 0;
}
.remove-space-top .wp-block-columns {
  margin-bottom: 0;
}

.remove-padd-top {
  padding-top: 0 !important;
}

.margin-top {
  margin-top: 2rem;
}

.a-items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

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

.relative {
  position: relative;
}

.yt-video,
.is-provider-youtube .wp-block-embed__wrapper {
  width: 100%;
  padding-bottom: 56.2%;
  position: relative;
  margin-bottom: 2rem;
}
.yt-video iframe,
.is-provider-youtube .wp-block-embed__wrapper iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 0 none;
}

.mobile-only {
  display: none !important;
}

@media (max-width: 50em) {
  .mobile-only {
    display: block !important;
  }
  .desktop-only {
    display: none !important;
  }
}
@media (max-width: 37.5em) {
  .order-mobile-1st {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
.hide-for-now {
  display: none !important;
}

/*
.loading {
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 5px solid rgba(26, 108, 97, .56);
    border-radius: 50%;
    border-top-color: #fff;
    animation: spin 1s ease-in-out infinite;
    -webkit-animation: spin 1s ease-in-out infinite;
    position: fixed;
    top: 50%;
    left: 50%;
  }

  @keyframes spin {
    to {
      -webkit-transform: rotate(360deg);
    }
  }

  @-webkit-keyframes spin {
    to {
      -webkit-transform: rotate(360deg);
    }
  }
  */
.map iframe {
  width: 100% !important;
  border: none;
  margin-bottom: 0;
}
@media (max-width: 50em) {
  .map iframe {
    height: 400px !important;
  }
}

.scroll-down-icon {
  cursor: pointer;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-animation: taadaa 4s infinite;
          animation: taadaa 4s infinite;
}
.scroll-down-icon img {
  width: 3rem;
}
@media (max-width: 1400px) {
  .scroll-down-icon {
    margin-top: -2rem;
  }
}
@media (max-width: 50em) {
  .scroll-down-icon {
    margin-top: 0;
  }
}
.scroll-down-icon:hover {
  opacity: 0.3;
}

@-webkit-keyframes taadaa {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes taadaa {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.mobile-only {
  display: none !important;
}
@media (max-width: 50em) {
  .mobile-only {
    display: block !important;
  }
}

.scroll-section .scroll-effect {
  opacity: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transform: translateY(10rem);
          transform: translateY(10rem);
}
.scroll-section .scroll-effect-active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.slick-slider {
  overflow-x: hidden;
  position: relative;
  display: block !important;
}
.slick-slider img {
  max-width: 100%;
}
.slick-slider .slick-slide {
  position: relative;
  margin-bottom: 0;
}
.slick-slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 0;
}
.slick-slider .slick-list {
  display: block !important;
}
@supports (display: flex) {
  .slick-slider .slick-list {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
.slick-slider .slick-list + .slick-dots {
  display: none !important;
}
.slick-slider .slick-dots {
  position: absolute;
  bottom: 4rem;
  right: 11rem;
  list-style: none;
}
@media (max-width: 50em) {
  .slick-slider .slick-dots {
    right: auto;
    left: 0;
    -webkit-transform: none;
            transform: none;
    width: 100%;
    text-align: center;
  }
}
.slick-slider .slick-dots li {
  display: inline-block;
  margin-right: 1rem;
  margin-left: 0;
  opacity: 0.6;
  border: none;
}
.slick-slider .slick-dots li button {
  color: transparent;
  background-color: transparent;
  border: none !important;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 50%;
  cursor: pointer;
  border: none;
  background-color: #fff;
}
.slick-slider .slick-dots li.slick-active {
  opacity: 1;
}
.slick-slider .slick-prev,
.slick-slider .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  bottom: auto;
  display: block;
  width: 4rem;
  height: 4rem;
  padding: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  z-index: 9;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  opacity: 1;
  background-color: transparent;
  border-radius: 0.5rem;
}
@media (max-width: 50em) {
  .slick-slider .slick-prev,
  .slick-slider .slick-next {
    width: 3rem;
    height: 3rem;
    bottom: 2rem;
  }
}
.slick-slider .slick-prev::before,
.slick-slider .slick-next::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
  width: 4rem;
  height: 4rem;
  background-image: url(../img/arrow-white.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 1600px) {
  .slick-slider .slick-prev::before,
  .slick-slider .slick-next::before {
    width: 3rem;
    height: 3rem;
  }
}
@media (max-width: 50em) {
  .slick-slider .slick-prev::before,
  .slick-slider .slick-next::before {
    width: 3rem;
    height: 3rem;
  }
}
.slick-slider .slick-prev {
  left: 4rem;
}
@media (max-width: 1600px) {
  .slick-slider .slick-prev {
    left: 1rem;
  }
}
@media (max-width: 50em) {
  .slick-slider .slick-prev {
    left: 2rem;
  }
}
.slick-slider .slick-prev::before {
  -webkit-transform: translate(-50%, -50%) scale(-1);
          transform: translate(-50%, -50%) scale(-1);
}
.slick-slider .slick-next {
  right: 5rem;
}
@media (max-width: 1600px) {
  .slick-slider .slick-next {
    right: 2rem;
  }
}
@media (max-width: 50em) {
  .slick-slider .slick-next {
    right: 2rem;
  }
}

.slick-mobile .slick-list {
  padding-right: 10rem;
}

.glightbox-container {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999 !important;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  outline: none;
  overflow: hidden;
}

.glightbox-container.inactive {
  display: none;
}

.glightbox-container .gcontainer {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: hidden;
}

.glightbox-container .gslider {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.glightbox-container .gslide {
  width: 100%;
  position: absolute;
  opacity: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
}

.glightbox-container .gslide.current {
  opacity: 1;
  z-index: 99999;
  position: relative;
}

.glightbox-container .gslide.prev {
  opacity: 1;
  z-index: 9999;
}

.glightbox-container .gslide-inner-content {
  width: 100%;
}

.glightbox-container .ginner-container {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
  margin: auto;
  height: 100vh;
}

.glightbox-container .ginner-container.gvideo-container {
  width: 100%;
}

.glightbox-container .ginner-container.desc-bottom,
.glightbox-container .ginner-container.desc-top {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.glightbox-container .ginner-container.desc-left,
.glightbox-container .ginner-container.desc-right {
  max-width: 100% !important;
}

.gslide iframe,
.gslide video {
  outline: none !important;
  border: none;
  min-height: 165px;
  -webkit-overflow-scrolling: touch;
  -ms-touch-action: auto;
  touch-action: auto;
}

.gslide:not(.current) {
  pointer-events: none;
}

.gslide-image {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.gslide-image img {
  max-height: 100vh;
  display: block;
  padding: 0;
  float: none;
  outline: none;
  border: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  max-width: 100vw;
  width: auto;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -ms-touch-action: none;
  touch-action: none;
  margin: auto;
  min-width: 200px;
}

.desc-top .gslide-image img,
.desc-bottom .gslide-image img {
  width: auto;
}

.desc-left .gslide-image img,
.desc-right .gslide-image img {
  width: auto;
  max-width: 100%;
}

.gslide-image img.zoomable {
  position: relative;
}

.gslide-image img.dragging {
  cursor: -webkit-grabbing !important;
  cursor: grabbing !important;
  -webkit-transition: none;
  transition: none;
}

.gslide-video {
  position: relative;
  max-width: 100vh;
  width: 100% !important;
}

.gslide-video .gvideo-wrapper {
  width: 100%;
  /* max-width: 160vmin; */
  margin: auto;
}

.gslide-video::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 0, 0, 0.34);
  display: none;
}

.gslide-video.playing::before {
  display: none;
}

.gslide-video.fullscreen {
  max-width: 100% !important;
  min-width: 100%;
  height: 75vh;
}

.gslide-video.fullscreen video {
  max-width: 100% !important;
  width: 100% !important;
}

.gslide-inline {
  background: #fff;
  text-align: left;
  max-height: calc(100vh - 40px);
  overflow: auto;
  max-width: 100%;
}

.gslide-inline .ginlined-content {
  padding: 20px;
  width: 100%;
}

.gslide-inline .dragging {
  cursor: -webkit-grabbing !important;
  cursor: grabbing !important;
  -webkit-transition: none;
  transition: none;
}

.ginlined-content {
  overflow: auto;
  display: block !important;
  opacity: 1;
}

.gslide-external {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-width: 100%;
  background: #fff;
  padding: 0;
  overflow: auto;
  max-height: 75vh;
  height: 100%;
}

.gslide-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
}

.zoomed .gslide-media {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.desc-top .gslide-media,
.desc-bottom .gslide-media {
  margin: 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.gslide-description {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
}

.gslide-description.description-left,
.gslide-description.description-right {
  max-width: 100%;
}

.gslide-description.description-bottom,
.gslide-description.description-top {
  margin: 0 auto;
  width: 100%;
}

.gslide-description p {
  margin-bottom: 12px;
}

.gslide-description p:last-child {
  margin-bottom: 0;
}

.zoomed .gslide-description {
  display: none;
}

.glightbox-button-hidden {
  display: none;
}

/*
 * Description for mobiles
 * something like facebook does the description
 * for the photos
*/
.glightbox-mobile .glightbox-container .gslide-description {
  height: auto !important;
  width: 100%;
  background: transparent;
  position: absolute;
  bottom: 0;
  padding: 19px 11px;
  max-width: 100vw !important;
  -webkit-box-ordinal-group: 3 !important;
  -ms-flex-order: 2 !important;
  order: 2 !important;
  max-height: 78vh;
  overflow: auto !important;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.75)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  padding-bottom: 50px;
}

.glightbox-mobile .glightbox-container .gslide-title {
  color: #fff;
  font-size: 1em;
}

.glightbox-mobile .glightbox-container .gslide-desc {
  color: #a1a1a1;
}

.glightbox-mobile .glightbox-container .gslide-desc a {
  color: #fff;
  font-weight: bold;
}

.glightbox-mobile .glightbox-container .gslide-desc * {
  color: inherit;
}

.glightbox-mobile .glightbox-container .gslide-desc string {
  color: #fff;
}

.glightbox-mobile .glightbox-container .gslide-desc .desc-more {
  color: #fff;
  opacity: 0.4;
}

.gdesc-open .gslide-media {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  opacity: 0.4;
}

.gdesc-open .gdesc-inner {
  padding-bottom: 30px;
}

.gdesc-closed .gslide-media {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  opacity: 1;
}

.greset {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.gabsolute {
  position: absolute;
}

.grelative {
  position: relative;
}

.glightbox-desc {
  display: none !important;
}

.glightbox-open {
  overflow: hidden;
}

.gloader {
  height: 25px;
  width: 25px;
  -webkit-animation: lightboxLoader 0.8s infinite linear;
  animation: lightboxLoader 0.8s infinite linear;
  border: 2px solid #fff;
  border-right-color: transparent;
  border-radius: 50%;
  position: absolute;
  display: block;
  z-index: 9999;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 47%;
}

.goverlay {
  width: 100%;
  height: calc(100vh + 1px);
  position: fixed;
  top: -1px;
  left: 0;
  background: #000;
  will-change: opacity;
}

.glightbox-mobile .goverlay {
  background: #000;
}

.gprev,
.gnext,
.gclose {
  z-index: 99999;
  cursor: pointer;
  width: 26px;
  height: 44px;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.gprev svg,
.gnext svg,
.gclose svg {
  display: block;
  width: 25px;
  height: auto;
  margin: 0;
  padding: 0;
}

.gprev.disabled,
.gnext.disabled,
.gclose.disabled {
  opacity: 0.1;
}

.gprev .garrow,
.gnext .garrow,
.gclose .garrow {
  stroke: #fff;
}

.gbtn.focused {
  outline: 2px solid #0f3d81;
}

iframe.wait-autoplay {
  opacity: 0;
}

.glightbox-closing .gnext,
.glightbox-closing .gprev,
.glightbox-closing .gclose {
  opacity: 0 !important;
}

/*Skin */
.glightbox-clean .gslide-description {
  background: #fff;
}

.glightbox-clean .gdesc-inner {
  padding: 22px 20px;
}

.glightbox-clean .gslide-title {
  font-size: 1em;
  font-weight: normal;
  font-family: arial;
  color: #000;
  margin-bottom: 19px;
  line-height: 1.4em;
}

.glightbox-clean .gslide-desc {
  font-size: 0.86em;
  margin-bottom: 0;
  font-family: arial;
  line-height: 1.4em;
}

.glightbox-clean .gslide-video {
  background: #000;
}

.glightbox-clean .gprev,
.glightbox-clean .gnext,
.glightbox-clean .gclose {
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 4px;
}

.glightbox-clean .gprev path,
.glightbox-clean .gnext path,
.glightbox-clean .gclose path {
  fill: #fff;
}

.glightbox-clean .gprev {
  position: absolute;
  top: -100%;
  left: 30px;
  width: 40px;
  height: 50px;
}

.glightbox-clean .gnext {
  position: absolute;
  top: -100%;
  right: 30px;
  width: 40px;
  height: 50px;
}

.glightbox-clean .gclose {
  width: 35px;
  height: 35px;
  top: 15px;
  right: 10px;
  position: absolute;
}

.glightbox-clean .gclose svg {
  width: 18px;
  height: auto;
}

.glightbox-clean .gclose:hover {
  opacity: 1;
}

/*CSS Animations*/
.gfadeIn {
  -webkit-animation: gfadeIn 0.5s ease;
  animation: gfadeIn 0.5s ease;
}

.gfadeOut {
  -webkit-animation: gfadeOut 0.5s ease;
  animation: gfadeOut 0.5s ease;
}

.gslideOutLeft {
  -webkit-animation: gslideOutLeft 0.3s ease;
  animation: gslideOutLeft 0.3s ease;
}

.gslideInLeft {
  -webkit-animation: gslideInLeft 0.3s ease;
  animation: gslideInLeft 0.3s ease;
}

.gslideOutRight {
  -webkit-animation: gslideOutRight 0.3s ease;
  animation: gslideOutRight 0.3s ease;
}

.gslideInRight {
  -webkit-animation: gslideInRight 0.3s ease;
  animation: gslideInRight 0.3s ease;
}

.gzoomIn {
  -webkit-animation: gzoomIn 0.5s ease;
  animation: gzoomIn 0.5s ease;
}

.gzoomOut {
  -webkit-animation: gzoomOut 0.5s ease;
  animation: gzoomOut 0.5s ease;
}

@-webkit-keyframes lightboxLoader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes lightboxLoader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes gfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes gfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes gfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes gfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes gslideInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
  }
  to {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes gslideInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
  }
  to {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes gslideOutLeft {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes gslideOutLeft {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
    visibility: hidden;
  }
}
@-webkit-keyframes gslideInRight {
  from {
    opacity: 0;
    visibility: visible;
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes gslideInRight {
  from {
    opacity: 0;
    visibility: visible;
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes gslideOutRight {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
    opacity: 0;
  }
}
@keyframes gslideOutRight {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
    opacity: 0;
  }
}
@-webkit-keyframes gzoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 1;
  }
}
@keyframes gzoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes gzoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes gzoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@media (min-width: 769px) {
  .glightbox-container .ginner-container {
    width: auto;
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .glightbox-container .ginner-container.desc-top .gslide-description {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .glightbox-container .ginner-container.desc-top .gslide-image,
  .glightbox-container .ginner-container.desc-top .gslide-image img {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .glightbox-container .ginner-container.desc-left .gslide-description {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .glightbox-container .ginner-container.desc-left .gslide-image {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .gslide-image img {
    max-height: 97vh;
    max-width: 100%;
  }
  .gslide-image img.zoomable {
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
  }
  .zoomed .gslide-image img.zoomable {
    cursor: -webkit-grab;
    cursor: grab;
  }
  .gslide-inline {
    max-height: 95vh;
  }
  .gslide-external {
    max-height: 100vh;
  }
  .gslide-description.description-left,
  .gslide-description.description-right {
    max-width: 275px;
  }
  .glightbox-open {
    height: auto;
  }
  .goverlay {
    background: rgba(0, 0, 0, 0.92);
  }
  .glightbox-clean .gslide-media {
    -webkit-box-shadow: 1px 2px 9px 0px rgba(0, 0, 0, 0.65);
    box-shadow: 1px 2px 9px 0px rgba(0, 0, 0, 0.65);
  }
  .glightbox-clean .description-left .gdesc-inner,
  .glightbox-clean .description-right .gdesc-inner {
    position: absolute;
    height: 100%;
    overflow-y: auto;
  }
  .glightbox-clean .gprev,
  .glightbox-clean .gnext,
  .glightbox-clean .gclose {
    background-color: rgba(0, 0, 0, 0.32);
  }
  .glightbox-clean .gprev:hover,
  .glightbox-clean .gnext:hover,
  .glightbox-clean .gclose:hover {
    background-color: rgba(0, 0, 0, 0.7);
  }
  .glightbox-clean .gprev {
    top: 45%;
  }
  .glightbox-clean .gnext {
    top: 45%;
  }
}
@media (min-width: 992px) {
  .glightbox-clean .gclose {
    opacity: 0.7;
    right: 20px;
  }
}
@media screen and (max-height: 420px) {
  .goverlay {
    background: #000;
  }
}
input[type=text],
input[type=email],
input[type=tel],
input[type=date],
.wpcf7-select,
textarea {
  width: 100%;
  max-width: 100%;
  height: 5rem;
  padding: 1.5rem 1.5rem;
  font-size: 1.5rem;
  margin-bottom: 1rem;
  margin-top: 1rem;
  color: #1e1e1e;
  background-color: #f4f4f4;
  border-radius: 0;
  border: none;
  border: 1px solid #fff;
  border-radius: 1rem;
}
@media (max-width: 50em) {
  input[type=text],
  input[type=email],
  input[type=tel],
  input[type=date],
  .wpcf7-select,
  textarea {
    font-size: 1.4rem;
    margin-top: 0;
  }
}
input[type=text]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, input[type=date]::-webkit-input-placeholder, .wpcf7-select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #1e1e1e;
}
input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=date]::-moz-placeholder, .wpcf7-select::-moz-placeholder, textarea::-moz-placeholder {
  color: #1e1e1e;
}
input[type=text]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, input[type=date]:-ms-input-placeholder, .wpcf7-select:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #1e1e1e;
}
input[type=text]::-ms-input-placeholder, input[type=email]::-ms-input-placeholder, input[type=tel]::-ms-input-placeholder, input[type=date]::-ms-input-placeholder, .wpcf7-select::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #1e1e1e;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
input[type=date]::placeholder,
.wpcf7-select::placeholder,
textarea::placeholder {
  color: #1e1e1e;
}
input[type=text]:focus-visible,
input[type=email]:focus-visible,
input[type=tel]:focus-visible,
input[type=date]:focus-visible,
.wpcf7-select:focus-visible,
textarea:focus-visible {
  outline: none;
  -webkit-box-shadow: 1px 6px 9px 3px rgba(0, 0, 0, 0.4);
          box-shadow: 1px 6px 9px 3px rgba(0, 0, 0, 0.4);
}

::-webkit-calendar-picker-indicator {
  -webkit-filter: invert(1);
          filter: invert(1);
  opacity: 1;
}

.main-form-select {
  position: relative;
  display: block;
}
.main-form-select::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  pointer-events: none;
  width: 1.4rem;
  height: 0.5rem;
  margin-top: -0.25rem;
  background-image: url(../img/icns/arrow-down.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

textarea {
  height: 20rem;
  min-width: 100%;
  max-width: 100%;
  max-height: 20rem;
  min-height: 20rem;
}

input[type=checkbox] {
  width: 2.6rem;
  height: 2.6rem;
  cursor: pointer;
  margin-right: 1rem;
  -webkit-transform: translateY(7px);
          transform: translateY(7px);
}

.wpcf7-form::after {
  content: "";
  display: table;
  clear: both;
}
.wpcf7-form .btn {
  float: right;
  height: 4.8rem;
  position: relative;
  text-align: left;
  cursor: pointer;
  margin-top: 0;
}
@media (max-width: 50em) {
  .wpcf7-form .btn {
    width: auto;
  }
}
.wpcf7-form .btn p {
  padding-right: 0;
}
.wpcf7-form .btn::after {
  content: "";
  width: 1.5rem;
  height: 2rem;
  position: absolute;
  top: 50%;
  right: 2.5rem;
  margin-top: -1rem;
  background-image: url(../img/arrow-dark-right.svg);
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.wpcf7-form .btn:hover::after {
  -webkit-transform: translateX(0.5rem);
          transform: translateX(0.5rem);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.wpcf7-form::after {
  content: "";
  display: table;
  clear: both;
}
.wpcf7-form .wpcf7-submit {
  display: inline-block;
  padding: 1.2rem 6rem 1.2rem 3rem;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 1px;
  text-align: left;
  border-radius: 0 !important;
  color: #fff !important;
  background-color: #d95427 !important;
  border: none !important;
  border-radius: 3rem !important;
  font-weight: normal;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  cursor: pointer;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
}
.wpcf7-form .wpcf7-spinner {
  position: absolute;
  bottom: 1rem;
  right: 20rem;
  display: block;
}

.contact-form-checkbox span {
  color: #000;
}

.wpcf7-select {
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
}

.select-div {
  position: relative;
}
.select-div::after {
  content: "";
  width: 1.6rem;
  height: 2rem;
  background-image: url(../img/arrow-pink.svg);
  background-size: contain;
  background-repeat: no-repeat;
  top: 2.8rem;
  right: 1.8rem;
  position: absolute;
  pointer-events: none;
}

option {
  background-color: #101511;
  font-size: 1.6rem;
  cursor: pointer;
}

.contact-form-confirm {
  margin: -2rem 0 3rem -1.5rem;
  display: block;
}
.contact-form-confirm span {
  font-size: 1.5rem;
  line-height: 2;
}

.screen-reader-response {
  display: none;
}

.wpcf7-not-valid-tip {
  display: inline-block;
  font-size: 1.1rem;
  margin-top: 0;
  padding-left: 0;
}

.wpcf7-response-output {
  font-size: 1.4rem;
  text-align: center;
  margin-top: 0rem;
}

.grecaptcha-badge {
  visibility: hidden;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output,
.wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output {
  border: none !important;
  color: #fff;
  text-align: left;
  padding-left: 0;
  margin-left: 0;
}

.acceptance-form {
  margin-top: 2rem;
}
.acceptance-form span, .acceptance-form a {
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.4;
}
.acceptance-form a {
  text-decoration: underline;
}
.acceptance-form input {
  margin-right: 0.5rem;
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
}

.wpcf7 form.sent .wpcf7-response-output {
  border: none !important;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

.row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  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-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
          flex-grow: 1;
  max-width: 100%;
}

.row-cols-1 > * {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
          flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
          flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  -ms-flex: 0 0 33.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.row-cols-4 > * {
  -ms-flex: 0 0 25%;
  -webkit-box-flex: 0;
          flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  -ms-flex: 0 0 20%;
  -webkit-box-flex: 0;
          flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  -ms-flex: 0 0 16.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-auto {
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

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

.col-4 {
  -ms-flex: 0 0 33.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

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

.col-7 {
  -ms-flex: 0 0 58.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

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

.col-10 {
  -ms-flex: 0 0 83.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

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

.order-first {
  -ms-flex-order: -1;
  -webkit-box-ordinal-group: 0;
          order: -1;
}

.order-last {
  -ms-flex-order: 13;
  -webkit-box-ordinal-group: 14;
          order: 13;
}

.order-0 {
  -ms-flex-order: 0;
  -webkit-box-ordinal-group: 1;
          order: 0;
}

.order-1 {
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
          order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  -webkit-box-ordinal-group: 3;
          order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  -webkit-box-ordinal-group: 4;
          order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  -webkit-box-ordinal-group: 5;
          order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  -webkit-box-ordinal-group: 6;
          order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  -webkit-box-ordinal-group: 7;
          order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  -webkit-box-ordinal-group: 8;
          order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  -webkit-box-ordinal-group: 9;
          order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  -webkit-box-ordinal-group: 10;
          order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  -webkit-box-ordinal-group: 11;
          order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  -webkit-box-ordinal-group: 12;
          order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  -webkit-box-ordinal-group: 13;
          order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 37.5em) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-sm-4 > * {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    -ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 50em) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-md-4 > * {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    -ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 70em) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-lg-4 > * {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    -ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
.cli-style-v2 .cli-bar-btn_container .cli-plugin-button {
  border-radius: 2rem 0 2rem 2rem !important;
}

#cookie-law-info-bar[data-cli-style=cli-style-v2][data-cli-type=widget] {
  border-radius: 4rem 0 4rem 4rem;
  width: 40rem !important;
}

.cli-tab-footer .wt-cli-privacy-accept-btn {
  background-color: #268989;
  border-radius: 2rem 0 2rem 2rem;
}

#cookie-law-info-bar[data-cli-type=widget] .cli-bar-message, #cookie-law-info-bar[data-cli-type=popup] .cli-bar-message {
  font-size: 1.4rem !important;
}

.accordian {
  list-style: none;
  margin: 2rem 0;
  padding-bottom: 6rem;
}
@media (max-width: 50em) {
  .accordian {
    padding-bottom: 0;
  }
}
.accordian p {
  margin-bottom: 2rem;
  padding-bottom: 0;
}
.accordian ul, .accordian ol {
  padding-left: 2rem;
  margin-bottom: 2rem;
}
.accordian ul li, .accordian ol li {
  font-size: 1.8rem;
  color: #fff;
  line-height: 1.3;
}
.accordian:not(.accordian-iside) .accordian-row {
  position: relative;
}
.accordian:not(.accordian-iside) .accordian-row:first-of-type {
  margin-top: 4rem;
  /*
  .accordian-a {
      display: block;
  }
  */
}

.accordian-row {
  border-bottom: 1px solid #8d8d8d;
}
.accordian-row:first-of-type {
  border-top: 1px solid #8d8d8d;
}
.accordian-row .accordian-q::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2.5rem;
  height: 2rem;
  background-image: url(../img/arrow-white-down-v2.svg);
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 1;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
@media (max-width: 50em) {
  .accordian-row .accordian-q::before {
    width: 1.8rem;
    height: 2rem;
    right: 2rem;
  }
}
.accordian-row .accordian-q span {
  background-color: #268989;
  display: inline-block;
  padding: 0.5rem 1rem;
  font-size: 1.4rem;
  text-transform: uppercase;
  margin-left: 2rem;
}
.accordian-row .accordian-q h4 {
  font-size: 2.4rem;
  text-transform: unset !important;
}
@media (max-width: 50em) {
  .accordian-row .accordian-q h4 {
    font-size: 1.6rem;
  }
}

.accoridan-dark .accordian-q::before {
  background-image: url(../images/arrow-black.svg);
}

.accordian-row-arrow-active .accordian-q::before {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

.accordian-q {
  text-transform: unset;
  cursor: pointer;
  padding: 3rem 0;
  margin-bottom: 1rem;
  position: relative;
  color: #1e1e1e;
  font-size: 2.4rem;
  margin-bottom: 0 !important;
  padding-right: 4rem;
}
@media (max-width: 50em) {
  .accordian-q {
    padding: 2.5rem 3rem 2.5rem 3rem;
    font-size: 1.6rem;
    margin-left: -2rem;
    margin-right: -2rem;
  }
}
.accordian-q.accordian-visited::after {
  display: none !important;
}
.accordian-q h4 {
  line-height: 1.4;
  margin-bottom: 0;
}

.accordian-a {
  display: none;
  padding: 0 0 3rem;
}
@media (max-width: 50em) {
  .accordian-a {
    font-size: 1.5rem;
    padding: 0 0 2rem;
  }
}

.accordian .wp-block-columns {
  margin-bottom: 0;
}

.header-wrapper {
  position: sticky;
  z-index: 99;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 9999;
  padding: 0 0;
  -webkit-transition: padding 0.4s;
  transition: padding 0.4s;
  background-color: transparent;
  border-bottom: 1px solid transparent;
}
@media (max-width: 70em) {
  .header-wrapper {
    padding: 0 2rem;
  }
}
.header-wrapper.header-wrapper-scrolled.header-home {
  background-color: rgba(24, 65, 67, 0.94);
  border: none !important;
}
.header-wrapper.header-wrapper-scrolled {
  background-color: #fff;
  border-bottom: 1px solid #d4d4d4;
}
@media (max-width: 70em) {
  .header-wrapper .container {
    padding: 0;
  }
}
.header-wrapper .header-num a {
  color: #1e1e1e;
  font-size: 1.8rem;
  font-weight: bold;
  margin-left: 3rem;
  position: relative;
  padding-left: 3rem;
}
@media (max-width: 50em) {
  .header-wrapper .header-num a {
    width: 2rem;
    overflow: hidden;
    padding: 0;
    font-size: 0;
    height: 2rem;
  }
}
.header-wrapper .header-num a::before {
  content: "";
  position: absolute;
  left: 0;
  width: 2rem;
  height: 2rem;
  background-image: url(../images/phone-icon-dark.svg);
  background-size: 100%;
  background-repeat: no-repeat;
}
.header-wrapper.header-home .header-num a {
  color: #fff !important;
}
.header-wrapper.header-home .header-num a::before {
  background-image: url(../images/phone-icon.svg);
}
.header-wrapper .header {
  padding: 0;
  z-index: 99;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 70em) {
  .header-wrapper .header {
    height: 7rem;
  }
}
.header-wrapper .header .header-logo {
  margin: 0;
  -ms-flex-preferred-size: content;
      flex-basis: content;
}
@media (max-width: 70em) {
  .header-wrapper .header .header-logo {
    -ms-flex-preferred-size: 45rem;
        flex-basis: 45rem;
    position: relative;
    z-index: 9;
  }
}
.header-wrapper .header .header-logo a {
  font-size: 2rem;
}
.header-wrapper .header .header-logo img {
  width: 100%;
  max-height: 7rem;
  padding: 1.5rem 0;
  margin-top: 0.5rem;
}
@media (max-width: 87.5em) {
  .header-wrapper .header .header-logo img {
    max-height: 6rem;
  }
}
@media (max-width: 50em) {
  .header-wrapper .header .header-logo img {
    max-width: 15rem;
    margin-left: 0;
    padding: 1rem 0;
  }
}
.header-wrapper .header .header-right {
  margin-left: auto;
  padding-right: 2rem;
  display: none;
}
@media (max-width: 70em) {
  .header-wrapper .header .header-right {
    padding-right: 0;
    width: 3rem;
    display: block;
    margin-left: 2rem;
  }
}
.header-wrapper .header .header-search-mobile {
  cursor: pointer;
}
@media (max-width: 50em) {
  .header-wrapper .header .header-search-mobile {
    width: 3rem;
  }
}
.header-wrapper .header .header-search-mobile .search-img {
  width: 2.5rem;
}
.header-wrapper .header .header-cta {
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
}
@media (max-width: 50em) {
  .header-wrapper .header .header-cta {
    -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
  }
}
.header-wrapper .header .header-cta ul {
  list-style: none;
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 50em) {
  .header-wrapper .header .header-cta ul .btn-white {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
.header-wrapper .header .header-cta ul .btn {
  margin-top: 0;
}
.header-wrapper .header .header-cta ul .btn a {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  text-transform: uppercase;
  border: 1px solid #1e1e1e !important;
  color: #1e1e1e !important;
  font-weight: bold !important;
}
.header-wrapper .header .header-cta ul .btn a:hover {
  background-color: #d95427 !important;
  border: 1px solid #d95427 !important;
  color: #fff !important;
}
@media (max-width: 50em) {
  .header-wrapper .header .header-cta ul .btn a {
    padding: 1rem 1.5rem;
    font-size: 1.3rem !important;
  }
}
.header-wrapper .header .header-cta ul .sub-menu {
  display: none;
  position: absolute;
  background-color: #1e1e1e;
  width: 5rem;
  text-align: center;
  padding: 0.5rem 0.5rem 0.5rem 0;
  left: 1rem;
  -webkit-transform: translateY(1.5rem);
          transform: translateY(1.5rem);
}
.header-wrapper .header .header-cta ul .sub-menu li {
  height: 3rem;
}
.header-wrapper .header .header-cta ul .lang-switch {
  font-size: 1.6rem;
  padding: 2rem;
  position: relative;
  margin-right: 2rem;
}
@media (max-width: 50em) {
  .header-wrapper .header .header-cta ul .lang-switch {
    margin-right: 0;
  }
}
@media (max-width: 50em) {
  .header-wrapper .header .header-cta ul .lang-switch a {
    font-size: 1.4rem;
  }
}
.header-wrapper .header .header-cta ul .lang-switch::after {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  background-image: url(../img/arrow-white-down.svg);
  width: 1.2rem;
  height: 0.7rem;
  right: 0;
  top: 50%;
  margin-top: -0.35rem;
}
.header-wrapper .header .header-cta ul .lang-switch:hover .sub-menu {
  display: block;
}

.header-wrapper.header-home .header .header-cta ul .btn a {
  border: none !important;
  color: #fff !important;
  font-weight: 400 !important;
}
.header-wrapper.header-home .header .header-cta ul .btn a:hover {
  color: #1e1e1e !important;
  background-color: #fff !important;
}

.mobile-search-icon {
  position: absolute;
  top: 5rem;
  right: 2rem;
}
.mobile-search-icon svg {
  width: 2.6rem;
}

.header-mega-menu {
  background: #fff;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  display: none;
}

.mobile-lang-switch {
  position: absolute;
  right: 7rem;
  display: none;
}
.mobile-lang-switch #lang-switch {
  list-style: none;
  position: relative;
}
.mobile-lang-switch #lang-switch > li > a {
  display: block;
  padding: 1rem 2rem 1rem 1rem;
}
.mobile-lang-switch #lang-switch::before {
  content: "";
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  background-image: url(../img/arrow-down.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 3px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 50em) {
  .mobile-lang-switch {
    display: block;
  }
}
.mobile-lang-switch .sub-menu {
  display: none;
  list-style: none;
  position: absolute;
  background: #1e1e1e;
  padding: 1rem;
  width: 5rem;
  left: 0;
  text-align: center;
}

.extra-mobile-nav {
  display: none;
  background-color: #268989;
}
@media (max-width: 50em) {
  .extra-mobile-nav {
    display: block;
  }
}
.extra-mobile-nav #menu-2-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.extra-mobile-nav #menu-2-mobile a {
  display: block;
  padding: 1rem;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
}

.header-above {
  padding: 1rem 3rem;
}
.header-above .header-above-text {
  font-size: 1.2rem;
}

.footer {
  background: linear-gradient(135deg, #0f2027, #203a43, #2c5364);
  padding: 7rem 4rem 8rem;
}
@media (max-width: 50em) {
  .footer {
    padding: 0 2rem 5rem;
  }
}
.footer h3, .footer p, .footer a {
  color: #fff;
}
.footer h3 {
  font-size: 2rem !important;
  font-weight: bold;
}
.footer ul {
  list-style: none;
}
.footer p, .footer a {
  font-size: 1.5rem;
}
.footer h4 {
  margin-bottom: 3rem;
  color: #fff !important;
}
.footer a {
  opacity: 0.7;
  margin: 0.5rem 0;
}
.footer .footer-nav,
.footer .footer-info {
  padding-right: 5rem;
}
@media (max-width: 50em) {
  .footer .footer-nav,
  .footer .footer-info {
    padding-right: 0;
    padding-top: 6rem;
  }
}
.footer .footer-nav-1 img {
  margin-bottom: 2rem;
  max-width: 17rem;
}
.footer .footer-nav-1 p {
  margin-bottom: 0;
  padding-bottom: 0.5rem;
  opacity: 0.7;
}
.footer .footer-nav-3 {
  padding-left: 2rem;
}
@media (max-width: 50em) {
  .footer .footer-nav-3 {
    padding-left: 0;
    padding-top: 5rem;
  }
}
.footer .social-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 4rem;
}
.footer .social-media li {
  margin-right: 1.5rem;
}
.footer .social-media a {
  display: block;
  border: 1px solid #fff;
  border-radius: 50%;
  width: 4rem;
  height: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer .social-media svg {
  fill: #fff;
  display: inline-block;
  line-height: 1em;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: currentcolor;
  vertical-align: middle;
  height: 1.5rem;
  width: 1.5rem;
}
.footer .social-media svg path {
  fill: #fff;
}
.footer .wp-block-gallery.footer-logos.has-nested-images.columns-default figure.wp-block-image:not(#individual-image) {
  width: auto !important;
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}
.footer .footer-logos img {
  height: 6rem !important;
  width: auto !important;
  -o-object-fit: contain;
     object-fit: contain;
}

.footer-copy {
  text-align: center;
  padding: 1rem 0;
  background-color: #13262d;
}
.footer-copy span {
  font-size: 1.4rem;
  color: #fff;
  opacity: 0.6;
}

.default-page {
  padding: 6rem 0 4rem;
}
@media (max-width: 50em) {
  .default-page {
    padding: 3rem 0 4rem;
  }
}
.default-page h1 {
  padding: 0.25em 0;
}
.default-page .default-page-img {
  margin: 4rem 0 6rem;
}
@media (max-width: 50em) {
  .default-page .default-page-img {
    margin: 0 0 4rem;
  }
}
.default-page p {
  padding-bottom: 2em;
}
@media (max-width: 50em) {
  .default-page p.text-small-width {
    padding-bottom: 0;
  }
}
.default-page .defalut-page-back {
  background-color: #E9EAE8;
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 6rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media (max-width: 50em) {
  .default-page .defalut-page-back {
    width: 4rem;
    height: 4rem;
    margin-bottom: 3rem;
  }
}
.default-page .defalut-page-back:hover {
  background-color: #cbcbcb;
}
.default-page .defalut-page-back img {
  width: 1.2rem;
}
@media (max-width: 50em) {
  .default-page .defalut-page-back img {
    width: 0.9rem;
  }
}
.default-page .defalut-page-parent-title {
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: normal;
}

.custom-post-archive {
  padding: 8rem 0 10rem;
  min-height: 100rem;
  position: relative;
}
@media (max-width: 50em) {
  .custom-post-archive {
    padding-bottom: 4rem;
    padding-top: 4rem;
  }
}
.custom-post-archive .post-type-title {
  padding-right: 34rem;
  font-size: 10rem;
}
@media (max-width: 50em) {
  .custom-post-archive .post-type-title {
    padding-right: 0;
    font-size: 4rem;
  }
}
.custom-post-archive .page-description p {
  font-size: 1.8rem;
  max-width: 75rem;
  padding-right: 3rem;
}
@media (max-width: 50em) {
  .custom-post-archive .page-description p {
    font-size: 1.4rem;
  }
}
.custom-post-archive .page-description-with-sort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 50em) {
  .custom-post-archive .page-description-with-sort {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.custom-post-archive .page-description-with-sort .custom-dropdown {
  margin-left: auto;
}
@media (max-width: 50em) {
  .custom-post-archive .page-description-with-sort .custom-dropdown {
    margin-left: 0;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
.custom-post-archive .blog-pagination-nav {
  padding: 3rem;
  text-align: center;
  margin-top: 12rem;
  font-size: 3rem;
  border-bottom: 1px solid #8d8d8d;
  border-top: 1px solid #8d8d8d;
}
.custom-post-archive .blog-pagination-nav ul {
  list-style: none;
  display: block;
}
.custom-post-archive .blog-pagination-nav ul:after {
  content: "";
  display: table;
  clear: both;
}
.custom-post-archive .blog-pagination-nav ul li {
  font-size: 2rem;
  padding: 0.75rem 1.5rem;
  display: none;
}
.custom-post-archive .blog-pagination-nav ul li.current {
  padding: 0.75rem 1.5rem;
  border-radius: 1rem;
  border: 1px solid #8d8d8d;
}
.custom-post-archive .blog-pagination-nav ul li.blog-pagination-text {
  display: block;
  font-size: 2.6rem;
  font-weight: 400;
  color: #1e1e1e;
  position: relative;
}
.custom-post-archive .blog-pagination-nav ul li.blog-pagination-text::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 3.5rem;
  height: 4rem;
  background-image: url(../img/icons/arrow-special-down.svg);
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 1;
}
.custom-post-archive .blog-pagination-nav ul li.blog-pagination-text.blog-pagination-next {
  float: right;
  padding-right: 6rem;
}
.custom-post-archive .blog-pagination-nav ul li.blog-pagination-text.blog-pagination-next::after {
  right: 0;
  -webkit-transform: translateY(-50%) rotate(270deg);
          transform: translateY(-50%) rotate(270deg);
}
.custom-post-archive .blog-pagination-nav ul li.blog-pagination-text.blog-pagination-prev {
  float: left;
  padding-left: 6rem;
}
.custom-post-archive .blog-pagination-nav ul li.blog-pagination-text.blog-pagination-prev::after {
  left: 0;
  top: 60%;
  -webkit-transform: translateY(-50%) rotate(-270deg);
          transform: translateY(-50%) rotate(-270deg);
}

.main-navigation {
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
}
@media (max-width: 70em) {
  .main-navigation {
    display: none;
  }
}
.main-navigation .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding-left: 4rem;
  /*
  .current-menu-item,
  .current_page_parent,
  .current-menu-ancestor {
      a {

          border-top: 3px solid $color-primary;
      }

      .sub-menu {
          a {
              border-top: none !important;

              &:hover {
                  color: $color-primary;
                  border-top: none !important;
              }
          }
      }
  }
  */
}
@media (max-width: 70em) {
  .main-navigation .menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    background-color: #fff;
    text-align: center;
    padding: 3rem 1rem;
    padding-top: 13rem;
  }
}
.main-navigation .menu > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}
.main-navigation .menu li {
  padding-left: 1rem;
}
@media (max-width: 50em) {
  .main-navigation .menu li {
    padding-left: 0;
  }
}
.main-navigation .menu li.menu-item-has-children a {
  position: relative;
  text-align: left;
  /*
                      &::after {
                          content: "";
                          position: absolute;
                          width: 1.2rem;
                          height: 1rem;
                          top: 50%;
                          margin-top: -.4rem;
                          right: 0;
                          background-image: url(../img/icons/simple-arrow-down.svg);
                          background-size: contain;
                          background-repeat: no-repeat;

                          @media (max-width: $bp-large) {
                              right: auto;
                              transform: translateX(13px);
                          }

                      } */
}
@media (max-width: 70em) {
  .main-navigation .menu li.menu-item-has-children a {
    text-align: center;
  }
}
.main-navigation .menu a {
  display: block;
  padding: 2rem 2rem;
  color: #1e1e1e;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: relative;
  min-width: 10rem;
  text-align: center;
  font-size: 1.4rem;
  position: relative;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  opacity: 1;
}
.main-navigation .menu a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 1px;
  background-color: #d95427;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.main-navigation .menu a:hover {
  opacity: 1;
  /*
  &::after {
      width: 100%;
  }
      */
}
@media (max-width: 50em) {
  .main-navigation .menu a {
    font-size: 1.8rem;
    font-weight: normal;
    padding: 1.5rem 2rem;
  }
}
.main-navigation .sub-menu {
  position: absolute;
  opacity: 0;
  display: none;
  list-style: none;
  z-index: 9;
  background-color: #fff;
  padding: 2rem 3rem 2rem 2rem !important;
  text-align: center;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  border-radius: 0.5rem;
  -webkit-box-shadow: 1px 2px 10px 1px rgba(0, 0, 0, 0.21);
          box-shadow: 1px 2px 10px 1px rgba(0, 0, 0, 0.21);
  min-width: 19rem;
  border-top: none;
}
@media (max-width: 50em) {
  .main-navigation .sub-menu {
    position: relative;
    text-align: center;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 2rem;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    border: none;
    padding: 2rem 2rem 2rem 2rem !important;
  }
  .main-navigation .sub-menu.sub-menu-open {
    display: block;
    opacity: 1;
  }
}
.main-navigation .sub-menu a {
  padding: 0.5rem 1rem;
  font-size: 1.4rem;
  color: #1e1e1e;
  text-align: left;
  border-top: none !important;
}
.main-navigation .sub-menu a:hover {
  color: #268989;
  border-top: none !important;
}
@media (min-width: 50em) {
  .main-navigation .menu-item-has-children:hover .sub-menu {
    opacity: 1;
    display: block;
  }
}

.header-home .main-navigation .menu a {
  color: #fff !important;
  opacity: 0.7;
}
.header-home .main-navigation .menu a:hover {
  opacity: 1;
}
.header-home .main-navigation .sub-menu {
  background-color: #0e4d50;
  border-top: none;
  border-radius: 3rem;
}
.header-home .main-navigation .sub-menu a {
  font-size: 1.4rem;
}

.nav-toggle {
  color: #000;
}
.nav-toggle-active {
  display: block;
}

.menu-icon {
  width: 25px;
  height: 19px;
  z-index: 10;
  cursor: pointer;
  position: relative;
  z-index: 10;
  display: none;
}
@media (max-width: 70em) {
  .menu-icon {
    display: block;
  }
}
.menu-icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 3px;
  background-color: #1e1e1e;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.menu-icon-middle {
  position: absolute;
  top: 8px;
  left: 0;
  width: 25px;
  height: 3px;
  background-color: #1e1e1e;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transform-origin: 0 50%;
          transform-origin: 0 50%;
}
.menu-icon::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 25px;
  height: 3px;
  background-color: #1e1e1e;
  -webkit-transform-origin: 0 100%;
          transform-origin: 0 100%;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.menu-icon--close-x::before {
  -webkit-transform: rotate(45deg) scaleX(1.25);
          transform: rotate(45deg) scaleX(1.25);
  width: 20px;
}
.menu-icon--close-x .menu-icon-middle {
  opacity: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}
.menu-icon--close-x::after {
  -webkit-transform: rotate(-45deg) scaleX(1.25) translateY(1px);
          transform: rotate(-45deg) scaleX(1.25) translateY(1px);
  width: 20px;
}

.home .menu-icon::before {
  background-color: #fff;
}
.home .menu-icon-middle {
  background-color: #fff;
}
.home .menu-icon::after {
  background-color: #fff;
}
@media (max-width: 70em) {
  .home .main-navigation .menu {
    background-color: #0e4d50;
  }
}

.basic-page {
  padding: 9rem 0 0;
}
@media (max-width: 50em) {
  .basic-page {
    padding: 4rem 0 0;
  }
}
.basic-page ul, .basic-page ol {
  padding-left: 2rem;
  margin-bottom: 3rem;
}
.basic-page ul li, .basic-page ol li {
  font-size: 2rem;
  margin-bottom: 0.5rem;
}
.basic-page ul li a, .basic-page ol li a {
  color: #1e1e1e;
  text-decoration: underline;
}
@media (max-width: 50em) {
  .basic-page ul li, .basic-page ol li {
    font-size: 1.4rem;
  }
}
.basic-page .basic-page-inner {
  max-width: 100rem;
  margin: 0 auto;
}

.blog h2, .blog h4, .blog h3 {
  color: #1e1e1e;
}
.blog .banner-blog {
  background: linear-gradient(135deg, #0f4b4e, #00625e);
  padding: 20rem 0 7rem;
  margin-top: 3rem;
}
@media (max-width: 50em) {
  .blog .banner-blog {
    padding: 9rem 0 4rem;
  }
}
.blog .banner-blog h4, .blog .banner-blog h2 {
  color: #fff !important;
}
.blog h3 a {
  color: #1e1e1e;
}
.blog .blog-inner {
  padding: 4rem 0 3rem;
}
.blog .blog-post-categories {
  margin-left: 1rem;
}
.blog .blog-post-categories .blog-category {
  background-color: rgba(217, 84, 39, 0.7098039216);
  padding: 0.75rem 1.5rem;
  font-size: 1.3rem;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  border-radius: 4px;
  display: inline-block;
  margin-right: 0.5rem;
  color: #fff;
  margin-bottom: 2rem;
}
.blog .blog-post-categories .blog-category.category-digitalizacija {
  background-color: rgba(16, 97, 131, 0.6);
}
.blog .blog-post-categories .blog-category.category-trajnost {
  background-color: rgba(38, 137, 137, 0.6);
}
.blog .blog-post {
  margin-bottom: 6rem;
}
@media (max-width: 50em) {
  .blog .blog-post {
    margin-top: 0;
    margin-bottom: 4rem;
  }
}
.blog .blog-post img {
  border-radius: 8rem 0;
  height: 44rem;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.blog .blog-post img:hover {
  -webkit-box-shadow: 5px 4px 10px 0 rgba(242, 199, 190, 0.56);
          box-shadow: 5px 4px 10px 0 rgba(242, 199, 190, 0.56);
}
.blog .blog-post .blog-content {
  padding: 0;
}
.blog .blog-post .blog-content h3 {
  line-height: 1.3;
}
.blog .blog-post .blog-content h3 a {
  font-size: 3.6rem;
}
@media (max-width: 50em) {
  .blog .blog-post .blog-content h3 a {
    font-size: 2.6rem;
  }
}
.blog .blog-post .btn a {
  border: none !important;
  padding: 1.5rem 1rem !important;
  width: 100%;
  border-radius: 2rem;
}
.blog .blog-post .btn a:hover {
  background-color: #1e1e1e;
}
.blog .blog-post .blog-content-top {
  padding-top: 1rem;
  margin-top: -6rem;
}
.blog .blog-post .blog-content-top .blog-post-date {
  color: #268989;
  font-weight: normal;
  margin-bottom: 1rem;
  font-size: 1.6rem;
  padding-left: 0;
  /*
  @media (max-width: $bp-large) {
      padding-left: 0;
      margin-top: -1rem;
      color: $color-primary;
      font-size: 1.4rem;
  }*/
}
.blog .blog-pagination {
  margin-bottom: 5rem;
}
.blog .blog-pagination .blog-pagination-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 3rem;
}
.blog .blog-pagination .blog-pagination-nav ul li {
  border: 1px solid #b4b4b4;
  margin-left: 0.5rem;
  line-height: 3rem;
  font-size: 3rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  border-radius: 1rem;
  margin: 0 0.5rem;
}
.blog .blog-pagination .blog-pagination-nav ul li a {
  color: #268989;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  display: block;
  padding: 0.5rem 1.5rem;
  color: #1e1e1e;
  font-size: 1.6rem;
}
.blog .blog-pagination .blog-pagination-nav ul li.active, .blog .blog-pagination .blog-pagination-nav ul li:hover {
  background-color: #eeeeee;
  border: 1px solid #eeeeee;
}
.blog .blog-pagination .blog-pagination-nav ul li.active a, .blog .blog-pagination .blog-pagination-nav ul li:hover a {
  color: #1e1e1e;
}

.nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 3rem;
}
.nav-links a {
  font-size: 1.6rem;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
}
.nav-links svg path {
  fill: #d95427;
}

.single-blog h1, .single-blog h2, .single-blog h3, .single-blog h4, .single-blog h5, .single-blog h6, .single-blog li, .single-blog a, .single-blog p, .single-blog span {
  color: #1e1e1e;
}
.single-blog h1 {
  margin-top: 0;
  font-size: 5rem;
  margin-bottom: 1.5rem;
}
@media (max-width: 50em) {
  .single-blog h1 {
    font-size: 3rem;
    margin-bottom: 0;
  }
}
.single-blog h5 {
  margin-bottom: 1rem;
  font-size: 1.6rem;
  color: #929292;
}
.single-blog .blog-breadcrumbs {
  background-color: #f5f5f5;
  padding: 1.5rem 0;
  margin-top: 4rem;
  margin-bottom: 5rem;
}
.single-blog .blog-breadcrumbs p {
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 1.4rem;
  font-family: "Roboto", sans-serif;
}
.single-blog .blog-breadcrumbs a {
  font-size: 1.4rem;
}
.single-blog .blog-sidebar-categories {
  margin-bottom: 4rem;
}
.single-blog .blog-sidebar-categories h2 {
  margin-bottom: 2rem;
}
.single-blog .blog-sidebar-categories ul {
  list-style: none;
}
.single-blog .blog-sidebar-categories ul li {
  padding-bottom: 1rem;
}
.single-blog .blog-sidebar-categories ul a {
  font-size: 2rem;
  color: #d95427;
}
.single-blog .blog-single-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 10rem;
}
@media (max-width: 50em) {
  .single-blog .blog-single-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.single-blog .blog-single-inner .blog-posts {
  -ms-flex-preferred-size: 75%;
      flex-basis: 75%;
  padding-right: 10rem;
}
.single-blog .blog-single-inner .blog-posts h2 {
  margin-bottom: 2rem;
}
.single-blog .blog-single-inner .blog-posts h3 {
  font-size: 2.6rem;
  margin-bottom: 2rem;
  margin-top: 3rem;
}
@media (max-width: 50em) {
  .single-blog .blog-single-inner .blog-posts {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding-right: 0;
  }
}
.single-blog .blog-single-inner .blog-posts img {
  border-radius: 5rem 0;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.single-blog .blog-single-inner .blog-sidebar {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
}
@media (max-width: 50em) {
  .single-blog .blog-single-inner .blog-sidebar {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-top: 5rem;
  }
}
.single-blog .blog-single-inner .blog-sidebar h2 {
  font-size: 3rem;
}
.single-blog .blog-single-inner .blog-sidebar .last-posts h2 {
  margin-bottom: 2rem;
}
.single-blog .blog-single-inner .blog-sidebar .last-posts img, .single-blog .blog-single-inner .blog-sidebar .last-posts figure {
  width: 100%;
}
.single-blog .blog-single-inner .blog-sidebar .last-posts img {
  border-radius: 5rem 0;
}
.single-blog .blog-single-inner .blog-sidebar .last-posts .post-date {
  padding-bottom: 0;
  margin-bottom: 0;
  color: #d95427;
  font-size: 1.4rem;
  margin-top: 1rem;
}
.single-blog .blog-single-inner .blog-sidebar .last-posts .post-title {
  margin-bottom: 3rem;
}

.blog-categories {
  padding: 2rem 0 1rem;
  border-radius: 1rem;
  background-color: #f5f5f5;
}
@media (max-width: 50em) {
  .blog-categories {
    text-align: center;
  }
}
.blog-categories .category-filter ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.blog-categories .category-filter ul li {
  padding-right: 2rem;
  margin-right: 3rem;
  padding-bottom: 1.5rem;
}
@media (max-width: 50em) {
  .blog-categories .category-filter ul li {
    margin-right: 0;
  }
}
.blog-categories .category-filter ul li a {
  font-family: "Roboto", sans-serif;
  margin-bottom: 0;
}
@media (max-width: 50em) {
  .blog-categories .category-filter ul li a {
    font-size: 1.4rem;
  }
}
.blog-categories a {
  color: #1e1e1e;
}
.blog-categories h3 {
  text-transform: uppercase;
  font-size: 2.2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #ddd;
  margin-bottom: 2rem;
}
.blog-categories ul {
  list-style: none;
}
.blog-categories ul li a {
  text-transform: uppercase;
  font-size: 1.6rem;
  margin-bottom: 1rem;
  display: block;
}

.site-main.single-post {
  margin-bottom: 8rem;
  padding: 6rem 0 4rem;
}
@media (max-width: 50em) {
  .site-main.single-post {
    padding-bottom: 0;
  }
}
.site-main.single-post .single-post-back {
  background-color: #E9EAE8;
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 4rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.site-main.single-post .single-post-back:hover {
  background-color: #cbcbcb;
}
.site-main.single-post .single-post-back img {
  width: 1.2rem;
}
.site-main.single-post .single-post-back-title {
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: normal;
}
.site-main.single-post .single-post-inner .single-post-head .single-post-category {
  font-size: 1.6rem;
  text-transform: uppercase;
  padding-bottom: 0.5em;
}
.site-main.single-post .single-post-inner .single-post-head .single-post-category ul {
  margin: 0;
  padding: 0;
}
.site-main.single-post .single-post-inner .single-post-head .single-post-category ul li {
  list-style: none;
}
.site-main.single-post .single-post-inner .single-post-head .single-post-category a {
  text-decoration: none;
}
.site-main.single-post .single-post-inner .single-post-short {
  max-width: 60rem;
  margin-bottom: 7rem;
  margin-top: 2rem;
}
.site-main.single-post .single-post-inner .row .single-post-short {
  max-width: 50rem;
}
.site-main.single-post .single-post-inner .single-post-text {
  padding-top: 6rem;
}
.site-main.single-post .single-post-inner .single-post-thumb {
  margin-bottom: 6rem;
}
.site-main.single-post .single-post-inner .single-post-thumb.single-post-thumb-croped img {
  height: 50rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.site-main.single-post .single-post-inner .single-post-content img {
  margin-bottom: 2rem;
  margin-top: 1rem;
}
.site-main.single-post .single-post-inner .single-post-date {
  margin-top: 1rem;
}
.site-main.single-post .single-post-inner img {
  width: 100%;
}
.site-main.single-post .single-post-inner a {
  text-decoration: underline;
}
.site-main.single-post .single-post-inner ul, .site-main.single-post .single-post-inner ol {
  padding-left: 2rem;
  margin-bottom: 3rem;
}
.site-main.single-post .single-post-inner ul li, .site-main.single-post .single-post-inner ol li {
  font-size: 1.6rem;
  color: #1e1e1e;
  line-height: 1.4;
}
.site-main.single-post .single-post-inner p {
  margin-bottom: 1.5rem;
}
.site-main.single-post .single-post-inner .single-post-contact {
  margin-top: 2rem;
}
.site-main.single-post .single-post-inner .single-post-contact h4 {
  text-transform: uppercase;
  font-size: 1.8rem;
  margin-bottom: 0.25rem;
}
.site-main.single-post .single-post-inner .single-post-contact p {
  margin-bottom: 0.25rem;
}
.site-main.single-post .single-post-inner .single-post-contact a {
  text-decoration: none;
}
.site-main.single-post .navigation.post-navigation {
  padding-top: 5rem;
}
.site-main.single-post .navigation.post-navigation .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 50em) {
  .site-main.single-post .navigation.post-navigation .nav-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
}
.site-main.single-post .navigation.post-navigation .nav-links .nav-next {
  margin-left: auto;
}
@media (max-width: 50em) {
  .site-main.single-post .navigation.post-navigation .nav-links .nav-next {
    margin-left: 0;
  }
}
.site-main.single-post .navigation.post-navigation .nav-links .nav-next .nav-title {
  display: inline-block;
  padding-right: 1rem;
}
@media (max-width: 50em) {
  .site-main.single-post .navigation.post-navigation .nav-links .nav-next .nav-title {
    padding-right: 0;
  }
}
@media (max-width: 50em) {
  .site-main.single-post .navigation.post-navigation .nav-links .nav-previous {
    margin-bottom: 1rem;
  }
}
.site-main.single-post .navigation.post-navigation .nav-links .nav-previous .nav-title {
  display: inline-block;
  padding-left: 1rem;
}
@media (max-width: 50em) {
  .site-main.single-post .navigation.post-navigation .nav-links .nav-previous .nav-title {
    padding-left: 0;
  }
}
.site-main.single-post .navigation.post-navigation .nav-links a {
  font-size: 1.4rem;
  color: #268989;
}
.site-main.single-post .wp-block-quote p, .site-main.single-post .wp-block-quote cite {
  font-size: 1.8rem;
  color: #fff;
}
.site-main.single-post .wp-block-quote cite {
  margin-left: 0.5rem;
  font-weight: bold;
}
.site-main.single-post .realated-post {
  margin-top: 6rem;
}
.site-main.single-post .realated-post .post-type {
  margin-top: 8rem;
}
.site-main.single-post .single-post-gallery ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -2rem;
  padding-left: 0;
}
.site-main.single-post .single-post-gallery ul li {
  list-style: none;
  margin: 2rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
}
.site-main.single-post .single-post-gallery ul li a {
  display: block;
}
.site-main.single-post.single-post-team .page-description {
  margin-bottom: 4rem;
}
.site-main.single-post.single-post-team .page-description p {
  font-size: 1.8rem;
  max-width: 50rem;
}
@media (max-width: 50em) {
  .site-main.single-post.single-post-team .page-description p {
    font-size: 1.4rem;
  }
}
.site-main.single-post.single-post-team h1 {
  margin-bottom: 3rem;
}

.post-password-form {
  display: block;
  margin-top: 10rem;
}
.post-password-form::after {
  display: table;
  content: "";
  clear: both;
}
.post-password-form p {
  font-size: 3rem;
  text-align: center;
}
@media (max-width: 50em) {
  .post-password-form p {
    font-size: 2rem;
  }
}
.post-password-form label {
  font-size: 0;
}
.post-password-form label input {
  display: block;
  font-size: 2rem;
  width: 100%;
  padding: 2rem 2rem;
  border-radius: 3rem;
  outline: none;
  border: 1px solid #8d8d8d;
  margin-top: -3rem;
}
.post-password-form input[type=submit] {
  font-size: 1.8rem;
  padding: 2rem;
  display: block;
  width: 100%;
  border-radius: 3rem;
  background-color: #1e1e1e;
  color: #fff;
  border: none;
  margin-top: 1rem;
  cursor: pointer;
}

.kv-banner {
  height: 100vh;
  margin-top: -10rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow: hidden;
}
@media (max-width: 50em) {
  .kv-banner {
    height: 80vh;
  }
}
.kv-banner .slick-list {
  height: 100vh;
}
@media (max-width: 50em) {
  .kv-banner .slick-list {
    height: 80vh;
  }
}
.kv-banner .slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 50em) {
  .kv-banner .slick-prev, .kv-banner .slick-next {
    top: auto !important;
  }
  .kv-banner .slick-prev::before, .kv-banner .slick-next::before {
    width: 2rem;
    height: 2rem;
  }
}
.kv-banner .container {
  width: 100%;
}
@media (max-width: 87.5em) {
  .kv-banner .container {
    padding-left: 8rem;
    padding-right: 8rem;
  }
}
@media (max-width: 50em) {
  .kv-banner .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.kv-banner .banner-content {
  padding-right: 20vw;
}
@media (max-width: 50em) {
  .kv-banner .banner-content {
    padding-right: 0;
  }
}
.kv-banner .banner-content h2 {
  font-size: 7rem;
}
@media (max-width: 50em) {
  .kv-banner .banner-content h2 {
    font-size: 3.4rem;
    margin-bottom: 1.5rem;
  }
}
.kv-banner .banner-content h3 {
  color: #fff !important;
}
@media (max-width: 50em) {
  .kv-banner .banner-content h3 {
    font-size: 1.8rem;
  }
}
.kv-banner .wp-block-heading img {
  display: inline !important;
  height: 3vw !important;
  width: auto !important;
  -webkit-animation: rotate 5s linear infinite;
          animation: rotate 5s linear infinite;
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.floating-image {
  width: 34vw; /* Adjust the size as needed */
  -webkit-animation: float 8s ease-in-out infinite;
          animation: float 8s ease-in-out infinite;
  -webkit-transition: -webkit-transform 1s ease;
  transition: -webkit-transform 1s ease;
  transition: transform 1s ease;
  transition: transform 1s ease, -webkit-transform 1s ease;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 999;
}

@-webkit-keyframes float {
  0%, 100% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  50% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
}

@keyframes float {
  0%, 100% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  50% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
}
.vertical-line {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.0823529412);
  overflow: hidden; /* Ensure the moving line stays within the boundary */
}

.line-1 {
  left: 25%;
}
@media (max-width: 50em) {
  .line-1 {
    left: 33%;
  }
}

.line-2 {
  left: 50%;
}
@media (max-width: 50em) {
  .line-2 {
    left: 66%;
  }
}

.line-3 {
  left: 75%;
}
@media (max-width: 50em) {
  .line-3 {
    display: none;
  }
}

.moving-line {
  position: fixed;
  width: 1px;
  height: 10rem;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(rgba(255, 255, 255, 0.4862745098)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.4862745098), rgba(255, 255, 255, 0));
  -webkit-animation: float2 4s linear infinite;
          animation: float2 4s linear infinite;
  top: -20rem;
}

.line-1 .moving-line {
  -webkit-animation-delay: 3s;
          animation-delay: 3s; /* No delay for the first line */
}

.line-2 .moving-line {
  -webkit-animation-delay: 0s;
          animation-delay: 0s; /* 1 second delay for the second line */
}

.line-3 .moving-line {
  -webkit-animation-delay: 4s;
          animation-delay: 4s; /* 2 seconds delay for the third line */
}

@-webkit-keyframes float2 {
  0% {
    top: -5rem; /* Start above the container */
  }
  100% {
    top: 100vh; /* Move to the bottom of the container */
  }
}

@keyframes float2 {
  0% {
    top: -5rem; /* Start above the container */
  }
  100% {
    top: 100vh; /* Move to the bottom of the container */
  }
}
.about-section {
  background-color: #f4f4f4;
  padding-top: 5rem;
  padding-bottom: 6rem;
  position: relative;
  z-index: 2;
}
@media (max-width: 50em) {
  .about-section {
    padding-bottom: 3rem;
  }
}
.about-section h2 {
  color: #1e1e1e !important;
  margin-bottom: 0;
  padding-bottom: 0;
}
.about-section h4 {
  color: #1e1e1e !important;
}
.about-section p {
  color: #1e1e1e;
}
.about-section.about-section-color {
  background-color: transparent;
}
.about-section.about-section-color h2, .about-section.about-section-color h4 {
  color: #fff !important;
}

.partner-section {
  padding: 6rem 0 10rem;
  background-color: #fff;
  position: relative;
  z-index: 2;
}
@media (max-width: 50em) {
  .partner-section {
    padding: 2rem 0 4rem;
  }
}
.partner-section p {
  font-size: 3.4rem;
  color: #1e1e1e !important;
  max-width: 90rem;
  margin: 0 auto;
  padding: 6rem 0 4rem;
}
@media (max-width: 50em) {
  .partner-section p {
    font-size: 2.4rem;
  }
}

.why-section {
  padding: 8rem 0 3rem;
  position: relative;
  overflow: hidden;
}
@media (max-width: 50em) {
  .why-section {
    margin-bottom: 0;
    padding: 6rem 0 2rem;
  }
}
.why-section.why-section-service {
  background: linear-gradient(135deg, #0f4b4e, #00625e);
}
.why-section .container {
  position: relative;
  z-index: 5;
}
.why-section .why-section-list h3 {
  color: #fff !important;
  font-size: 2.8rem;
  font-weight: normal !important;
  margin-top: 2rem;
  margin-bottom: 6rem;
  padding-right: 3rem;
}
@media (max-width: 50em) {
  .why-section .why-section-list h3 {
    padding-right: 0;
    font-size: 2rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}
.why-section .why-section-list img {
  max-width: 4rem;
}
@media (max-width: 50em) {
  .why-section .why-section-list .wp-block-columns {
    margin-bottom: 2rem;
  }
}
@media (max-width: 50em) {
  .why-section .why-section-list .wp-block-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
  }
}

.circle {
  opacity: 0;
  -webkit-transform: translateY(100px);
          transform: translateY(100px); /* Start with the image slightly below its final position */
  -webkit-transition: opacity 2s ease, -webkit-transform 2s ease;
  transition: opacity 2s ease, -webkit-transform 2s ease;
  transition: transform 2s ease, opacity 2s ease;
  transition: transform 2s ease, opacity 2s ease, -webkit-transform 2s ease; /* Smooth transition for both transform and opacity */
  position: relative;
  z-index: -1;
}

.circle.scrolled {
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px); /* Move the image to its original position */
  opacity: 1; /* Fade in the image */
}

.services-section {
  background-color: #fff;
  padding: 10rem 0;
  position: relative;
  z-index: 2;
}
@media (max-width: 50em) {
  .services-section {
    padding: 5rem 0;
  }
}
.services-section .wp-block-columns .btn a {
  background-color: transparent !important;
}
.services-section .wp-block-columns .btn a:hover {
  background-color: #d95427 !important;
  border-color: #d95427 !important;
}
.services-section h4 {
  color: #1e1e1e;
  margin-bottom: 4rem;
}
.services-section img {
  border-radius: 0 3rem;
  margin-bottom: 3rem;
}
.services-section h3 {
  font-size: 3.6rem;
  padding-bottom: 3rem;
}
@media (max-width: 50em) {
  .services-section h3 {
    font-size: 2.4rem;
    padding-bottom: 1rem;
  }
}
.services-section ul {
  list-style: none;
}
@media (max-width: 50em) {
  .services-section ul {
    margin-bottom: 3rem;
  }
}
.services-section ul li {
  color: #1e1e1e;
  font-size: 2.2rem;
  padding-bottom: 1rem;
}
@media (max-width: 50em) {
  .services-section ul li {
    font-size: 1.6rem;
    padding-bottom: 0;
  }
}
@media (max-width: 50em) {
  .services-section .btn {
    margin-bottom: 3rem;
  }
}
@media (max-width: 50em) {
  .services-section .btn-primary {
    margin-bottom: -4rem;
    margin-bottom: 0;
  }
}

.home .services-section {
  background-color: #f5f5f5;
}

.working-section {
  overflow: hidden;
  padding: 5rem 0 4rem;
}
@media (max-width: 50em) {
  .working-section {
    overflow-x: hidden;
    padding-bottom: 0;
  }
}
.working-section:not(.working-section-green) {
  background-color: #fff;
  position: relative;
  z-index: 2;
}
.working-section:not(.working-section-green) .working-section-text {
  padding-top: 8vw;
}
@media (max-width: 50em) {
  .working-section:not(.working-section-green) .working-section-text {
    padding-top: 0;
  }
}
.working-section:not(.working-section-green) h4, .working-section:not(.working-section-green) h2, .working-section:not(.working-section-green) p {
  color: #1e1e1e !important;
}
.working-section .working-section-text {
  position: relative;
  z-index: 3;
}
.working-section.working-section-green {
  padding-top: 15rem;
  padding-bottom: 0;
}
@media (max-width: 50em) {
  .working-section.working-section-green {
    padding-top: 6rem;
  }
}
.working-section .cube-img {
  margin-top: -5vw;
  opacity: 0;
  -webkit-transform: translateY(100px);
          transform: translateY(100px); /* Start with the image slightly below its final position */
  -webkit-transition: opacity 2s ease, -webkit-transform 2s ease;
  transition: opacity 2s ease, -webkit-transform 2s ease;
  transition: transform 2s ease, opacity 2s ease;
  transition: transform 2s ease, opacity 2s ease, -webkit-transform 2s ease; /* Smooth transition for both transform and opacity */
  position: relative;
}
.working-section .cube-img.scrolled {
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px); /* Move the image to its original position */
  opacity: 1; /* Fade in the image */
}
.working-section .cube-img img {
  width: 200%;
  max-width: 200%;
  margin-left: -65%;
}

.reference-block + .working-section ul li {
  color: #1e1e1e;
}

.count-section {
  background-color: #f4f4f4;
  padding: 8rem 0 10rem;
  position: relative;
  z-index: 2;
}
@media (max-width: 50em) {
  .count-section {
    padding: 6rem 0 5rem;
  }
}
.count-section .count-section-item {
  padding-left: 3rem;
  border-left: 1px solid #d95427;
}
.count-section .count-section-links a {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.count-section .count-section-links a:hover {
  opacity: 0.5;
}
.count-section p, .count-section h2, .count-section h4 {
  color: #1e1e1e;
}
.count-section h2 {
  margin-bottom: 10rem;
}
.count-section h3 {
  font-size: 2.6rem;
}
@media (max-width: 50em) {
  .count-section h3 {
    font-size: 2rem;
  }
}

.latest-posts {
  padding: 6rem 0 4rem;
}
@media (max-width: 50em) {
  .latest-posts {
    padding: 5rem 0;
  }
}
.latest-posts .wp-block-latest-posts__list li {
  padding: 2rem;
}
.latest-posts .wp-block-latest-posts__list img {
  height: 50rem;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 3rem 0;
}
@media (max-width: 50em) {
  .latest-posts .wp-block-latest-posts__list img {
    height: 40rem;
  }
}
.latest-posts .wp-block-latest-posts__list .wp-block-latest-posts__post-title {
  font-size: 2.8rem;
  margin-top: 2rem;
}
.latest-posts .wp-block-latest-posts__list time {
  font-size: 1.6rem;
  opacity: 0.8;
  margin-top: -1rem;
}
.latest-posts .wp-block-latest-posts__featured-image {
  position: relative;
  z-index: 1;
}
.latest-posts .post-categories {
  position: relative;
  -webkit-transform: translate(0, -6rem);
          transform: translate(0, -6rem);
  z-index: 2;
}
.latest-posts .post-categories span {
  display: inline-block;
  -webkit-transform: translate(10px, 10px);
          transform: translate(10px, 10px);
  padding: 1rem 2rem;
  font-size: 1.4rem;
  text-transform: uppercase;
}
.latest-posts .post-categories span.category-trajnost {
  background-color: rgba(38, 137, 137, 0.6);
}
.latest-posts .post-categories span.category-digitalizacija {
  background-color: rgba(16, 97, 131, 0.6);
}
.latest-posts .post-categories span.category-projekti {
  background-color: rgba(217, 84, 39, 0.6);
}

.service-header p, .service-header h2, .service-header h4 {
  color: #1e1e1e;
}
.service-header h2 {
  margin-bottom: 2rem;
}
.service-header .service-header-img {
  margin-top: 3rem;
}
.service-header .service-header-img img {
  width: 100%;
  border-radius: 5rem 0;
}

.servic-desc-1 {
  padding-top: 10rem;
  padding-bottom: 6rem;
  position: relative;
  z-index: 6;
  background-color: #fff;
}
@media (max-width: 50em) {
  .servic-desc-1 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.servic-desc-1 p, .servic-desc-1 h2 {
  color: #1e1e1e;
}
.servic-desc-1 ul {
  margin-top: 2rem;
}
.servic-desc-1 .servic-desc-1-col-1 {
  padding-right: 5rem;
  border-right: 1px solid #d95427;
}
@media (max-width: 50em) {
  .servic-desc-1 .servic-desc-1-col-1 {
    padding-right: 0;
    border-right: none;
  }
}
.servic-desc-1 .servic-desc-1-col-2 {
  padding-left: 4rem;
}
@media (max-width: 50em) {
  .servic-desc-1 .servic-desc-1-col-2 {
    padding-left: 0;
  }
}
.servic-desc-1 .servic-desc-1-col-2 figure {
  margin: 0;
  width: 100%;
}
.servic-desc-1 .servic-desc-1-col-2 img {
  width: 100%;
  margin-bottom: 5rem;
}

.for-you-section {
  background-color: #f5f5f5;
  padding: 8rem 0 6rem;
}
@media (max-width: 50em) {
  .for-you-section {
    padding: 5rem 0 3rem;
  }
}
.for-you-section p, .for-you-section h2, .for-you-section h4, .for-you-section h3, .for-you-section li {
  color: #1e1e1e !important;
}
.for-you-section h2 {
  margin-bottom: 3rem;
  margin-top: 0;
}
.for-you-section h3 {
  margin-bottom: 3rem;
  font-size: 3rem;
}
.for-you-section:not(.for-you-section-reverse) .for-you-section-list {
  padding-left: 5rem;
}
@media (max-width: 50em) {
  .for-you-section:not(.for-you-section-reverse) .for-you-section-list {
    padding-left: 0;
  }
}
@media (max-width: 50em) {
  .for-you-section .for-you-section-list {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
    padding-top: 4rem;
  }
}
.for-you-section .for-you-section-list img {
  max-width: 5rem;
  margin-bottom: 3rem;
  margin-top: 1rem;
  -webkit-animation: rotate2 5s linear infinite;
          animation: rotate2 5s linear infinite;
}
@media (max-width: 50em) {
  .for-you-section .for-you-section-list img {
    max-width: 3rem;
    margin-bottom: 2rem;
  }
}
.for-you-section .accordian {
  padding-bottom: 2rem;
}
.for-you-section.for-you-section-reverse {
  background-color: #fff;
}
.for-you-section.for-you-section-reverse .for-you-section-main {
  padding-left: 5rem;
}
@media (max-width: 50em) {
  .for-you-section.for-you-section-reverse .for-you-section-main {
    padding-left: 0;
  }
}

@-webkit-keyframes rotate2 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate2 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.reference-block:not(.reference-block-first) .container {
  border-top: 1px solid;
  padding-top: 6rem;
  margin-top: 10rem;
}
@media (max-width: 50em) {
  .reference-block:not(.reference-block-first) .container {
    padding-top: 4rem;
    margin-top: 4rem;
  }
}
.reference-block.reference-block-first {
  padding-top: 6rem;
}
@media (max-width: 50em) {
  .reference-block.reference-block-first {
    padding-top: 3rem;
  }
}
.reference-block p, .reference-block h2 {
  color: #1e1e1e;
}

@media (max-width: 50em) {
  .page-id-1235 .working-section {
    padding-top: 0;
  }
}

.contact-form {
  padding-top: 5rem;
  padding-bottom: 8rem;
}
.contact-form h2, .contact-form h4, .contact-form p {
  color: #1e1e1e;
}
.contact-form h4 {
  margin-bottom: 2rem;
}

.map {
  padding-top: 10rem;
}
.map h2, .map h4, .map p {
  color: #1e1e1e;
}
.map .wp_mapit_multipin_map {
  height: 60rem !important;
}

.references {
  background-color: #fff;
  padding: 5rem 0 3rem;
}
.references .references-slider-1 img,
.references .references-slider-2 img {
  max-height: 6rem;
  width: auto;
  max-width: none;
  -o-object-fit: contain;
     object-fit: contain;
  padding-left: 1rem;
  padding-right: 1rem;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
.references .references-slider-2 {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  margin-top: 6rem;
}
.references .references-slider-2 .slick-slide {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.references-header {
  background: linear-gradient(135deg, #0f4b4e, #00625e);
  padding: 20rem 0 7rem;
  margin-top: -7rem;
}

.partners {
  padding-bottom: 10rem;
}
@media (max-width: 50em) {
  .partners {
    padding-bottom: 3rem;
  }
}

.members-logos img {
  height: 9rem !important;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 50em) {
  .members-logos img {
    margin-bottom: 2rem;
    margin-top: 1rem;
  }
}