@charset "UTF-8";
/* ––––––––––––––––––– Typography –––––––––––––––––––––– */
/* ////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////// */
@font-face {
  font-family: "PFDasGroteskPro-Regular";
  src: url("../fonts/PFDasGroteskPro-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "PFDasGroteskPro-Medium";
  src: url("../fonts/PFDasGroteskPro-Medium.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "PFDasGroteskPro-Italic";
  src: url("../fonts/PFDasGroteskPro-Italic.otf") format("opentype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "PFDasGroteskPro-Bold";
  src: url("../fonts/PFDasGroteskPro-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
.gs-text-center {
  text-align: center;
}

.gs-text {
  line-height: 1.3;
}

.gs-text-sm {
  font-size: 15px;
  font-family: "PFDasGroteskPro-Regular";
  line-height: 1.3;
  color: #171717;
}

.gs-text-md {
  font-size: 23px;
  font-family: "PFDasGroteskPro-Medium";
  line-height: 1.3;
}

.gs-text-lg {
  font-family: "PFDasGroteskPro-Bold";
  font-size: 38px;
  line-height: 1.2;
}

.gs-text-xxl {
  font-family: "PFDasGroteskPro-Bold";
  font-size: 90px;
  letter-spacing: -2px;
  line-height: 1;
  color: black;
}

.gs-content {
  font-size: 16px;
  line-height: 1.3;
}

.gs-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.gs-btn {
  font-size: 14px;
  padding: 16px 50px 13px 50px;
  border: 1px solid black;
  border-radius: 28px;
  transition: 0.4s;
  display: inline-block;
  color: black;
  background-color: transparent;
  font-family: "PFDasGroteskPro-Bold";
  white-space: nowrap;
}
.gs-btn.gs-btn-blue {
  color: #004383;
  border: 1px solid #004383;
}
.gs-btn.gs-btn-white {
  color: black;
  border: 1px solid white;
  background-color: white;
}
.gs-btn:hover {
  background-color: #004383;
  transition: 0.4s;
  border: 1px solid #004383;
  color: white;
}

.gs-relative {
  position: relative;
}

.gs-color-gold {
  color: #CCB063;
}

.gs-color-blue {
  color: #1B75BC;
}

.gs-color-black {
  color: black;
}

.gs-color-white {
  color: white;
}

.gs-color-purple {
  color: #6200EA;
}

/* ––––––––––––––––––– End of typography –––––––––––––––––––––– */
/* ////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////// */
/* ------------------- Page ----------------------------- */
/* ////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////// */
html, body {
  margin: 0px;
  padding: 0px;
}

.footer {
  position: relative;
  z-index: 10;
}

.gs-page .gs-img-mob {
  display: none !important;
}

.gs-page .gs-clear {
  clear: both;
}

.gs-page * {
  box-sizing: border-box;
  text-rendering: optimizeLegibility;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
}

.gs-page {
  font-family: "PFDasGroteskPro-Regular";
  color: #171717;
  font-size: 23px;
  position: relative;
  margin: 0 auto 0 auto;
  line-height: normal;
  padding: 0px;
  overflow: hidden;
  background: white;
  padding: 0 12px 60px 12px;
}

.gs-page strong {
  font-family: "PFDasGroteskPro-Bold";
  font-weight: normal;
}

.gs-page a {
  text-decoration: none;
}

.gs-page img {
  display: block;
  width: 100%;
  max-width: 100%;
}

.gs-d-inline-block {
  display: inline-block;
}

.gs-object-fit {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.gs-h-100 {
  height: 100%;
}

.gs-mob-br {
  display: none;
}

.gs-border-radius {
  border-radius: 20px;
}

/* ------------------- End of page ----------------------------- */
/* ////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////// */
/* ––––––––––––––––––– Grid –––––––––––––––––––––– */
/* ////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////// */
.gs-container {
  position: relative;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 0px;
  box-sizing: border-box;
  display: block;
  z-index: 1;
}

.gs-row {
  display: flex;
  flex-wrap: wrap;
}

/* ––––––––––––––––––– End of grid –––––––––––––––––––––– */
/* ////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////// */
.gs-container--hero {
  height: calc(100vh - 115px);
  width: 100vw;
  left: -50vw;
  margin-left: 50%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.gs-container--hero .gs-hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.gs-container--hero .gs-hero-text {
  display: flex;
  align-items: center;
  gap: 20px;
  color: white;
  font-family: "avory-i-pe-variable", sans-serif;
  font-variation-settings: "wght" 100;
  font-style: italic;
  font-weight: bold;
  justify-content: center;
  margin-bottom: 80px;
  position: relative;
  padding-left: 12px;
  padding-right: 12px;
}
.gs-container--hero .gs-hero-text img {
  width: 1350px;
}
.gs-container--hero .gs-hero-text .gs-hero-text-left {
  text-align: right;
  font-size: 48px;
  line-height: 1.3;
  position: relative;
  top: 0px;
}
.gs-container--hero .gs-hero-text .gs-hero-text-right {
  font-size: 140px;
}
.gs-container--hero .gs-hero-text .gs-hero-text-right img {
  height: 140px;
  width: auto;
  display: inline-block;
}
.gs-container--hero .gs-hero-text .gs-hero-text-left-top-wrapper {
  margin-bottom: 15px;
  text-align: right;
}
.gs-container--hero .gs-hero-text .gs-hero-text-left-top-wrapper img {
  height: 59px;
  width: auto;
  display: inline-block;
}
.gs-container--hero .gs-hero-text .gs-hero-text-left-bottom-wrapper img {
  height: 66px;
  width: auto;
}

.gs-container--first-title {
  margin-top: 60px;
  margin-bottom: 60px;
}
.gs-container--first-title .gs-second-line {
  text-align: right;
}

.gs-container--payzy-banner {
  margin-bottom: 50px;
  text-align: center;
}
.gs-container--payzy-banner .imageWrapper {
  display: inline-block;
  transition: 0.4s;
}
.gs-container--payzy-banner .imageWrapper:hover {
  opacity: 0.85;
  transition: 0.4s;
}
.gs-container--payzy-banner img {
  width: auto;
}

.gs-container--products-slider {
  background: url("../images/Euro-germanos-background-tvs.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: white;
  padding: 60px 130px;
}
.gs-container--products-slider .gs-text-lg {
  margin-bottom: 5px;
}
.gs-container--products-slider .gs-products .owl-nav {
  position: absolute;
  right: 0px;
  bottom: -60px;
}
.gs-container--products-slider .gs-products-slider {
  margin-top: 50px;
}
.gs-container--products-slider .gs-products-slider .gs-item {
  background-color: white;
  border-radius: 20px;
  padding: 25px 20px 45px 20px;
  text-align: center;
}
.gs-container--products-slider .gs-products-slider .gs-item:hover .gs-product-details {
  opacity: 0.8;
  transition: 0.4s;
}
.gs-container--products-slider .gs-products-slider .gs-item .gs-product-details {
  margin-top: 25px;
  width: 148px;
  height: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #03386B;
  transition: 0.4s;
  border-radius: 8px;
}
.gs-container--products-slider .gs-products-slider .gs-item .gs-product-details .gs-product-title {
  text-align: center;
  color: white;
  font-size: 20px;
  font-family: "PFDasGroteskPro-Medium";
  padding-top: 5px;
}
.gs-container--products-slider .gs-products-slider .owl-nav {
  position: relative;
  float: right;
  right: 0px;
  bottom: 0px;
  font-size: 0;
  line-height: 0;
  display: inline-flex;
  align-items: center;
  margin-top: 30px !important;
  gap: 18px;
  z-index: 10;
}
.gs-container--products-slider .gs-products-slider .owl-nav .owl-prev, .gs-container--products-slider .gs-products-slider .owl-nav .owl-next {
  font-size: 0;
  line-height: 0;
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  background-size: contain !important;
  z-index: 10;
}
.gs-container--products-slider .gs-products-slider .owl-prev {
  background: url("../images/icon-prev.svg") no-repeat center center !important;
}
.gs-container--products-slider .gs-products-slider .owl-prev.disabled {
  opacity: 0.5;
  cursor: default;
}
.gs-container--products-slider .gs-products-slider .owl-next {
  background: url("../images/icon-next.svg") no-repeat center center !important;
}
.gs-container--products-slider .gs-products-slider .owl-next.disabled {
  opacity: 0.5;
  cursor: default;
}
.gs-container--products-slider .gs-products-slider .owl-dots {
  position: relative;
  bottom: 0px;
  left: 0px;
  margin-top: 50px !important;
  width: calc(100% - 120px);
  padding: 0px;
  background: rgba(217, 217, 217, 0.4);
  height: 2px;
  display: flex !important;
  flex-wrap: nowrap;
  align-items: stretch;
  align-content: stretch;
  justify-content: center;
  overflow: hidden;
}
.gs-container--products-slider .gs-products-slider .owl-dots .owl-dot {
  display: inline-block;
  vertical-align: middle;
  margin: 0px;
  width: auto;
  height: 2px;
  background: none;
  transition: all 200ms;
  flex-grow: 1;
  position: relative;
}
.gs-container--products-slider .gs-products-slider .owl-dots .owl-dot span {
  content: "";
  width: 5000px;
  height: 2px;
  right: 100%;
  top: 0px;
  position: absolute;
  background: white;
  opacity: 0;
  transition: all 300ms linear;
  right: 100%;
}
.gs-container--products-slider .gs-products-slider .owl-dots .owl-dot.active span {
  background: white !important;
  opacity: 1;
  right: 0%;
}
.gs-container--products-slider .gs-products-link {
  margin-top: 40px;
}

/* PAYZY */
.gs-payzy-banner {
  background: #E1E1E1 no-repeat center center;
  background-size: cover;
  margin: auto;
  padding: 20px 60px;
  border-radius: 24px;
  margin-bottom: 50px;
}
.gs-payzy-banner .gs-btn:hover {
  background-color: transparent;
  color: #6200EA;
  cursor: pointer;
  opacity: 1;
  transition: 0.4s;
}
.gs-payzy-banner .payzy-button-wrapper {
  display: inline-block;
  opacity: 1;
  transition: 0.4s;
}
.gs-payzy-banner .payzy-button-wrapper:hover {
  opacity: 0.7;
  transition: 0.4s;
}
.gs-payzy-banner .gs-row {
  align-items: center;
}
.gs-payzy-banner .gs-payzy-col1 {
  width: 18%;
}
.gs-payzy-banner .gs-payzy-col2 {
  width: 17%;
  padding-left: 20px;
  padding-right: 20px;
}
.gs-payzy-banner .gs-payzy-col3 {
  width: 12.5%;
}
.gs-payzy-banner .gs-payzy-col3 > img {
  max-width: 125px;
  margin-top: 5px;
  margin-bottom: 10px;
}
.gs-payzy-banner .gs-payzy-col3 .gs-more {
  display: flex;
  flex-direction: row;
  justify-items: center;
  display: inline-flex;
  gap: 10px;
  font-size: 20px;
  font-family: "PFDasGroteskPro-Bold";
}
.gs-payzy-banner .gs-payzy-col3 .gs-more img {
  width: 12px;
  height: 12px;
  margin-top: 2px;
}
.gs-payzy-banner .gs-payzy-col4 {
  width: 40%;
}
.gs-payzy-banner .gs-payzy-col4 .imageWrapper {
  text-align: center;
}
.gs-payzy-banner .gs-payzy-col4 .imageWrapper img {
  display: inline-block;
  max-width: 400px;
}
.gs-payzy-banner .gs-payzy-col5 {
  width: 12.5%;
  margin-left: auto;
}
.gs-payzy-banner strong {
  font-weight: 800;
  font-family: "PFDasGroteskPro-Bold";
}
.gs-payzy-banner .gs-btn {
  border: 1px solid #6200EA;
  padding: 10px 22px 5px 22px;
  font-family: "PFDasGroteskPro-Bold";
}

/* ///////////////////////////////////////////////////////////////////////// */
/* PAYZY POPUP */
.gs-payzy-offer-popup {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 99999999;
  padding: 40px;
  background: rgba(0, 0, 0, 0.8);
  overflow: auto;
  display: none;
}
.gs-payzy-offer-popup .gs-title {
  font-size: 30px;
  font-family: "PFDasGroteskPro-Bold";
  color: white;
  margin-bottom: 15px;
}
.gs-payzy-offer-popup .gs-text-sm {
  color: white;
  font-size: 17px;
  font-family: "PFDasGroteskPro-Medium";
  margin-bottom: 40px;
}

.gs-back-close {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.gs-payzy-offer-popup .gs-content {
  max-width: 1318px;
  margin: 0 auto;
  padding: 60px;
  background: url("../images/po-popup-bg.png") center center;
  border-radius: 20px;
  position: relative;
  z-index: 2;
}

.gs-payzy-offer-popup .gs-close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 40px;
  height: 40px;
  background: url("../images/po-icon-close.png") no-repeat center center;
  background-size: 20px auto;
}

.gs-payzy-offer-popup .gs-content .gs-items {
  width: 100%;
  max-width: 1110px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: start;
  gap: 32px 20px;
  color: #fff;
}

.gs-payzy-offer-popup .gs-content .gs-items .gs-item {
  width: calc(33.33% - 14px);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}

.gs-payzy-offer-popup .gs-content .gs-items .gs-item .gs-item-title {
  padding: 12px 0 0 0;
  color: #FFF;
  font-family: "PFDasGroteskPro-Bold";
  font-size: 20px;
  line-height: 100%;
  letter-spacing: -0.2px;
  text-transform: uppercase;
}

.gs-payzy-offer-popup .gs-content .gs-items .gs-item .gs-item-text {
  color: #FFF;
  font-family: "PFDasGroteskPro-Medium";
  font-size: 15px;
  line-height: 140%;
  letter-spacing: -0.34px;
}

@media screen and (max-width: 1365px) {
  .gs-payzy-banner {
    margin-right: 20px;
    margin-left: 20px;
    width: calc(100% - 40px);
  }
  .gs-payzy-offer-popup .gs-content .gs-items .gs-item .gs-item-text br {
    display: none;
  }
}
@media screen and (max-width: 1139px) {
  .gs-payzy-banner .gs-hold .title {
    font-size: 20px;
    line-height: normal;
  }
}
@media screen and (max-width: 959px) {
  .gs-payzy-banner .gs-hold {
    padding: 13px 30px 13px 24px;
  }
  .gs-payzy-banner .gs-hold .title {
    font-size: 18px;
    line-height: normal;
    max-width: 340px;
  }
  .gs-payzy-banner .gs-hold .title br {
    display: none;
  }
  .gs-payzy-offer-popup .gs-content .gs-title br {
    display: none;
  }
  .gs-payzy-offer-popup .gs-content .gs-items .gs-item {
    width: calc(50% - 14px);
  }
}
@media screen and (max-width: 767px) {
  .gs-payzy-banner .gs-hold {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 20px;
  }
  .gs-payzy-banner .gs-hold .gs-content {
    width: 100%;
    gap: 10px;
  }
  .gs-payzy-banner .gs-hold .title {
    font-size: 17px;
  }
  .gs-payzy-banner {
    margin-bottom: 20px;
  }
  .gs-payzy-offer-popup {
    padding: 15px;
  }
  .gs-payzy-offer-popup .gs-content .gs-title {
    font-size: 22px;
  }
  .gs-payzy-offer-popup .gs-content .gs-items {
    flex-direction: column;
    gap: 20px;
    align-items: center;
    justify-content: flex-start;
  }
  .gs-payzy-offer-popup .gs-content .gs-items .gs-item {
    width: 100%;
    padding: 0 0 30px 0;
  }
}
.gs-container--cosmote-banner {
  margin-top: 50px;
}
.gs-container--cosmote-banner .imageWrapper {
  transition: 0.4s;
}
.gs-container--cosmote-banner .imageWrapper:hover {
  opacity: 0.95;
  transition: 0.4s;
}

.gs-container--three-items {
  margin-top: 50px;
}
.gs-container--three-items .gs-row {
  justify-content: space-between;
}
.gs-container--three-items .gs-item {
  width: calc(33.3% - 15px);
}
.gs-container--three-items .gs-item:hover .gs-btn {
  opacity: 0.8;
  transition: 0.4;
}
.gs-container--three-items .gs-item .gs-three-items-text {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  padding: 0 60px;
}
.gs-container--three-items .gs-item .gs-three-items-text .gs-three-items-title {
  margin-bottom: 20px;
  line-height: 1;
  height: 78px;
  display: flex;
  width: 100%;
  align-items: flex-end;
  justify-content: center;
}
.gs-container--three-items .gs-item .gs-three-items-text .gs-three-items-description {
  margin-bottom: 30px;
}
.gs-container--three-items .gs-item img {
  height: 438px;
}

.gs-container--grid {
  margin-bottom: 80px;
}
.gs-container--grid .gs-grid-title {
  color: white;
  font-size: 28px;
  font-family: "PFDasGroteskPro-Medium";
  margin-bottom: 35px;
  position: relative;
  line-height: 1.1;
}
.gs-container--grid .gs-grid-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8995973389) 100%);
  transform: translateY(50%);
  transition: 0.4s;
}
.gs-container--grid .gs-row--grid-first .gs-grid-first-item {
  background: url("../images/grid.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 463px;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  margin-bottom: 24px;
}
.gs-container--grid .gs-row--grid-second {
  justify-content: space-between;
}
.gs-container--grid .gs-row--grid-second .gs-grid-left-item {
  background: url("../images/Euro-germanos-background-tablet.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 463px;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  width: calc(60% - 12px);
}
.gs-container--grid .gs-row--grid-second .gs-grid-right-item {
  background: url("../images/Euro-germanos-background-laptop.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 463px;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  width: calc(40% - 12px);
}
.gs-container--grid .gs-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: 0.4s;
}
.gs-container--grid .gs-grid-item:hover .gs-grid-overlay {
  transform: translateY(0);
  transition: 0.4s;
}
.gs-container--grid .gs-grid-item:hover .gs-btn {
  opacity: 1;
  transition: 0.4s;
}

.gs-container--blog .gs-row--blog-first {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}
.gs-container--blog .gs-row--blog-first img {
  width: 130px;
  height: auto;
}
.gs-container--blog .gs-blog-slider .gs-item {
  height: 550px;
  overflow: hidden;
}
.gs-container--blog .gs-blog-slider .gs-item .gs-item-photo {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.gs-container--blog .gs-blog-slider .gs-item .gs-item-photo img {
  width: 100%;
  height: 100%;
}
.gs-container--blog .gs-blog-slider .gs-item .gs-blog-text {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: end;
}
.gs-container--blog .gs-blog-slider .gs-item .gs-blog-text .gs-blog-text-wrapper {
  background-color: white;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 15px;
  border-radius: 20px;
  padding: 30px 20px;
  transform: translateY(0px);
  transition: 0.4s;
}
.gs-container--blog .gs-blog-slider .gs-item .gs-blog-text .gs-blog-title {
  margin-bottom: 40px;
  color: #004383;
  font-size: 20px;
  font-family: "Arial";
  font-weight: bold;
}
.gs-container--blog .gs-blog-slider .gs-item .gs-blog-text .gs-btn {
  display: inline-block;
}
.gs-container--blog .gs-blog-slider .gs-item:hover .gs-blog-text-wrapper {
  transform: translateY(-20px);
  transition: 0.4s;
}
.gs-container--blog .gs-blog-slider .owl-nav {
  position: relative;
  float: right;
  right: 0px;
  bottom: 0px;
  font-size: 0;
  line-height: 0;
  display: inline-flex;
  align-items: center;
  margin-top: 30px !important;
  gap: 18px;
  z-index: 10;
}
.gs-container--blog .gs-blog-slider .owl-nav.disabled {
  display: none !important;
}
.gs-container--blog .gs-blog-slider .owl-nav .owl-prev, .gs-container--blog .gs-blog-slider .owl-nav .owl-next {
  font-size: 0;
  line-height: 0;
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  background-size: contain !important;
  z-index: 10;
}
.gs-container--blog .gs-blog-slider .owl-prev {
  background: url("../images/icon-prev-bl.svg") no-repeat center center !important;
}
.gs-container--blog .gs-blog-slider .owl-prev.disabled {
  opacity: 0.5;
  cursor: default;
}
.gs-container--blog .gs-blog-slider .owl-next {
  background: url("../images/icon-next-bl.svg") no-repeat center center !important;
}
.gs-container--blog .gs-blog-slider .owl-next.disabled {
  opacity: 0.5;
  cursor: default;
}
.gs-container--blog .gs-blog-slider .owl-dots {
  position: relative;
  bottom: 0px;
  left: 0px;
  margin-top: 50px !important;
  width: calc(100% - 120px);
  padding: 0px;
  background: rgba(217, 217, 217, 0.4);
  height: 2px;
  display: flex !important;
  flex-wrap: nowrap;
  align-items: stretch;
  align-content: stretch;
  justify-content: center;
  overflow: hidden;
}
.gs-container--blog .gs-blog-slider .owl-dots.disabled {
  display: none !important;
}
.gs-container--blog .gs-blog-slider .owl-dots .owl-dot {
  display: inline-block;
  vertical-align: middle;
  margin: 0px;
  width: auto;
  height: 2px;
  background: none;
  transition: all 200ms;
  flex-grow: 1;
  position: relative;
}
.gs-container--blog .gs-blog-slider .owl-dots .owl-dot span {
  content: "";
  width: 5000px;
  height: 2px;
  right: 100%;
  top: 0px;
  position: absolute;
  background: white;
  opacity: 0;
  transition: all 300ms linear;
  right: 100%;
}
.gs-container--blog .gs-blog-slider .owl-dots .owl-dot.active span {
  background: #004383 !important;
  opacity: 1;
  right: 0%;
}

.gs-container--legal {
  margin-top: 60px;
  max-width: 1200px;
  margin: auto;
  margin-top: 60px;
}
.gs-container--legal .gs-text-sm {
  color: #565656;
  text-align: center;
}
.gs-container--legal .gs-text-sm a {
  text-decoration: underline;
  color: #565656;
}

@media screen and (max-width: 1440px) {
  .gs-payzy-banner {
    padding: 20px 30px;
  }
  .gs-payzy-banner br {
    display: none;
  }
  .gs-payzy-banner .gs-payzy-col3 .gs-more {
    font-size: 17px;
    gap: 5px;
    justify-content: center;
  }
}
@media screen and (max-width: 1319px) {
  .gs-text-xxl {
    font-size: 75px;
  }
}
@media screen and (max-width: 1279px) {
  .gs-container--three-items .gs-item {
    width: calc(33.3% - 8px);
  }
  .gs-container--three-items .gs-item .gs-three-items-text {
    padding: 0 20px;
  }
  .gs-container--blog .gs-blog-slider .gs-item .gs-blog-text .gs-blog-title {
    font-size: 18px;
    height: 63px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1199px) {
  .gs-container--hero {
    height: calc(100vh - 175px);
  }
  .gs-payzy-banner .gs-row {
    justify-content: center;
  }
  .gs-payzy-banner .gs-payzy-col1 {
    width: 32%;
  }
  .gs-payzy-banner .gs-payzy-col2 {
    width: 22%;
  }
  .gs-payzy-banner .gs-payzy-col3 {
    width: 25%;
  }
  .gs-payzy-banner .gs-payzy-col4 {
    width: 36%;
    margin-top: 25px;
  }
  .gs-payzy-banner .gs-payzy-col5 {
    width: 18%;
    margin-left: 20px;
    margin-top: 25px;
  }
}
@media screen and (max-width: 1090px) {
  .gs-text-xxl {
    font-size: 64px;
  }
  .gs-container--three-items .gs-three-items-text .gs-btn {
    padding: 16px 15px 13px 15px;
  }
  .gs-container--three-items .gs-three-items-text .gs-three-items-title {
    font-size: 32px;
  }
  .gs-container--three-items .gs-item .gs-three-items-text {
    padding: 0 5px;
  }
  .gs-container--three-items .gs-item img {
    height: 400px;
  }
  .gs-container--grid .gs-grid-overlay {
    transform: translateY(0px);
  }
  .gs-container--grid .gs-btn {
    opacity: 1;
  }
}
@media screen and (max-width: 959px) {
  .gs-text-xxl {
    font-size: 50px;
  }
  .gs-text-lg {
    font-size: 36px;
  }
  .gs-payzy-banner .gs-row {
    justify-content: center;
  }
  .gs-payzy-banner .gs-payzy-col1 {
    width: 40%;
  }
  .gs-payzy-banner .gs-payzy-col2 {
    width: 25%;
  }
  .gs-payzy-banner .gs-payzy-col3 {
    width: 27%;
  }
  .gs-payzy-banner .gs-payzy-col4 {
    width: 41%;
    margin-top: 25px;
  }
  .gs-payzy-banner .gs-payzy-col5 {
    width: 24%;
    margin-left: 20px;
    margin-top: 25px;
  }
}
@media screen and (min-width: 768px) {
  .gs-mobile-title {
    display: none;
  }
  .gs-hero-mobile {
    display: none !important;
  }
  .gs-hide-desktop {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .gs-hide-mobile {
    display: none !important;
  }
  .gs-container--hero {
    height: calc(100vh - 148px);
  }
  .gs-col {
    width: 100% !important;
  }
  .gs-text-xxl {
    font-size: 45px;
  }
  .gs-container--first-title {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .gs-container--first-title .gs-first-line {
    display: none;
  }
  .gs-container--first-title .gs-second-line {
    display: none;
  }
  .gs-hero-desktop {
    display: none;
  }
  .gs-hero-mobile {
    display: block;
  }
  .gs-container--products-slider {
    padding: 60px 40px;
  }
  .gs-container--three-items .gs-item {
    margin-bottom: 20px;
  }
  .gs-container--three-items .gs-item:last-child {
    margin-bottom: 0px;
  }
  .gs-container--three-items .gs-item .gs-three-items-text {
    padding: 0 12px;
  }
  .gs-container--three-items .gs-item .gs-three-items-text .gs-three-items-title {
    height: auto;
  }
  .gs-container--three-items .gs-item img {
    height: 370px;
  }
  .gs-container--grid {
    margin-bottom: 60px;
  }
  .gs-container--grid .gs-row--grid-second .gs-grid-left-item {
    margin-bottom: 24px;
    height: 400px;
  }
  .gs-container--grid .gs-row--grid-second .gs-grid-right-item {
    height: 400px;
  }
  .gs-container--grid .gs-row--grid-first .gs-grid-first-item {
    height: 400px;
  }
  .gs-container--blog .gs-btn {
    padding: 16px 15px 13px 15px;
  }
  .gs-container--blog .gs-blog-slider .gs-item {
    height: 490px;
  }
  .gs-container--blog .gs-blog-slider .gs-item .gs-blog-text .gs-blog-text-wrapper {
    padding: 20px 10px;
  }
  .gs-container--blog .gs-blog-slider .gs-item .gs-blog-text .gs-blog-title {
    margin-bottom: 24px;
  }
  .gs-payzy-banner .gs-row {
    justify-content: center;
  }
  .gs-payzy-banner .gs-payzy-col1 {
    text-align: center;
    width: 100%;
    margin-bottom: 15px;
  }
  .gs-payzy-banner .gs-payzy-col2 {
    text-align: center;
    width: 100%;
    margin-bottom: 15px;
  }
  .gs-payzy-banner .gs-payzy-col2 img {
    max-width: 110px;
    display: inline-block;
  }
  .gs-payzy-banner .gs-payzy-col3 {
    text-align: center;
    width: 100%;
  }
  .gs-payzy-banner .gs-payzy-col3 > img {
    display: inline-block;
    margin-top: 15px;
    margin-bottom: 10px;
  }
  .gs-payzy-banner .gs-payzy-col4 {
    text-align: center;
    width: 100%;
    margin-top: 25px;
  }
  .gs-payzy-banner .gs-payzy-col4 .imageWrapper img {
    max-width: 280px;
  }
  .gs-payzy-banner .gs-payzy-col5 {
    text-align: center;
    width: 100%;
    margin-left: 0px;
    margin-top: 25px;
  }
}
@media screen and (max-width: 635px) {
  .gs-text-xxl {
    font-size: 40px;
  }
}
@media screen and (max-width: 567px) {
  .gs-text-xxl {
    font-size: 30px;
    text-align: left;
  }
  .gs-text-lg {
    font-size: 32px;
  }
  .gs-container--products-slider {
    padding: 40px 28px;
  }
  .gs-container--products-slider .gs-products-slider {
    margin-top: 25px;
  }
  .gs-container--grid .gs-grid-title {
    font-size: 25px;
  }
  .gs-btn.gs-btn-lg {
    font-size: 18px;
  }
}