@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/rubik/v28/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-WYi1UA.ttf) format('truetype');
}
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/rubik/v28/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-B4i1UA.ttf) format('truetype');
}
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/rubik/v28/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-NYi1UA.ttf) format('truetype');
}
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/rubik/v28/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-4I-1UA.ttf) format('truetype');
}
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/rubik/v28/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-h4-1UA.ttf) format('truetype');
}
:root {
  font-size: 16px;
}
@media screen and (max-width: 360px) {
  :root {
    font-size: 14px;
  }
}
* {
  font-family: 'Rubik', sans-serif;
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
svg {
  margin: -1px 0;
}
h2 {
  font-size: clamp(2rem, 4vw, 3rem);
  text-transform: uppercase;
  font-weight: 800;
  margin: clamp(2.5rem, 5vw, 4rem) 0 clamp(2rem, 4vw, 3rem) 0;
}
h3 {
  font-size: clamp(1.75rem, 3vw, 2rem);
  text-transform: uppercase;
  font-weight: 700;
  margin: 0;
}
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overscroll-behavior-y: none;
}
.master-container {
  display: grid;
  grid-template-columns: clamp(1.75rem, calc((100% - 77.5rem)/2), calc((100% - 77.5rem)/2)) auto clamp(1.75rem, calc((100% - 77.5rem)/2), calc((100% - 77.5rem)/2));
}
.container {
  max-width: 77.5rem;
  margin: auto;
  width: 100%;
}
.hidden {
  display: none;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
}
a {
  text-decoration: none;
  text-transform: uppercase;
}
.d-btn {
  font-size: 1rem;
  border-radius: 0.75rem;
  height: 3rem;
  padding: 0.75rem 2rem;
  font-weight: 500;
}
.d-btn:hover,
.d-btn:focus {
  transition: 0.2s;
  text-decoration: none !important;
}
.m-bottom-4 {
  margin-bottom: 4rem;
}
ul {
  list-style: none;
  display: block;
  padding-left: 1rem ;
  padding-top: 1.25rem;
  padding-bottom: 2rem ;
  margin: 0 ;
}
ul li {
  padding: 0.75rem 0;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 300;
}
ul li:before {
  content: "";
  display: block;
  height: 0.375rem;
  width: 0.375rem;
  border-radius: 100%;
  margin-top: -0.75rem;
  transform: translate(-1.375em, 1.125rem);
}
/*---NAVIGATION---*/
nav {
  height: 5rem;
  border-bottom: 0;
  display: flex;
  position: fixed;
  width: 100%;
  background: #FaFaFaee;
  z-index: 99;
}
nav > div {
  display: flex;
  grid-area: 1/2/2/3;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}
nav .lang-selector {
  background-color: #F4F4F4;
  width: 10rem;
  height: fit-content;
  padding: 0.75rem;
  font-size: 1rem;
  display: grid;
  justify-content: center;
  border-bottom-left-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
  transform: translate(-1.3rem, 5rem);
  color: #979797;
}
nav .lang-selector .selected {
  font-weight: 700;
}
nav .lang-selector span:not(.selected) {
  cursor: pointer;
}
.logo-home::after {
  content: "";
  width: 4rem;
  min-height: 4rem;
  background: transparent;
  display: block;
  position: absolute;
  top: 0.5rem;
}
#nav-logo {
  height: 4rem;
}
.nav-links {
  display: block;
  align-items: center;
}
.nav-link {
  display: inline-block;
  font-weight: 500;
  padding: 0.75rem 1rem;
  color: #454545;
  line-height: 1rem;
}
.nav-link::after {
  content: '';
  height: 0.125rem;
  width: 0;
  display: block;
  transition: 0.2s;
  line-height: 0;
  position: relative;
  top: 0.75rem;
}
.nav-link:hover,
.nav-link:focus {
  color: #454545 !important;
}
.nav-link:hover::after,
.nav-link:focus::after {
  width: 100%;
  line-height: 0;
}
.nav-span {
  height: 8rem;
  margin-top: -8rem;
  pointer-events: none;
  display: block;
}
.menu-btn {
  width: 1.5rem;
  height: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
}
.menu-btn div {
  width: 100%;
  height: 0.125rem;
  background: #2b2b2b;
  transition: 0.2s;
}
.menu-btn.open div:nth-child(1) {
  transform: rotate(45deg) translatey(0.375rem) translateX(0.25rem);
}
.menu-btn.open div:nth-child(2) {
  opacity: 0;
}
.menu-btn.open div:nth-child(3) {
  transform: rotate(-45deg) translatey(-0.375rem) translateX(0.25rem);
}
nav .menu-btn {
  display: none;
}
@media screen and (max-width: 767px) {
  nav {
    background-color: #fafafaee !important;
  }
  nav .menu-btn {
    display: flex;
  }
  nav .nav-links {
    position: fixed;
    width: 100%;
    display: flex;
    flex-direction: column;
    background: #fafafaee;
    top: 5rem;
    left: 0;
    z-index: 2;
    padding: 2rem 0 2.75rem 0;
    transform: translateY(-140%);
    transition: 0.2s;
  }
  nav .nav-links.nav-links-open {
    transform: translateY(0%);
  }
  nav .nav-logo-div {
    position: fixed;
    padding: 0.5rem 1.75rem;
    background: transparent;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .nav-links .d-btn {
    margin-top: 0.75rem;
  }
}
/*---HERO---*/
#hero {
  padding-top: clamp(8rem, 7vw, 8rem);
}
h1 {
  font-size: clamp(2.2rem, 5vw, 3rem);
}
h1 span {
  font-weight: 800;
}
.hero-grid-outer {
  display: grid;
  grid-template-columns: clamp(28px, calc((100% - 1240px)/2), 10000px) auto clamp(28px, calc((100% - 1240px)/2), 10000px);
}
.hero-grid-inner {
  display: grid;
  grid-template-columns: 2fr 3fr;
  align-items: center;
  grid-area: 2/2/4/3;
  width: 100%;
  margin-bottom: 5rem;
  gap: 2rem;
  z-index: 1;
}
.hero-grid-inner.wider-text {
  grid-template-columns: 3fr 4fr;
}
h5 {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #454545;
  font-weight: 500;
  margin: 0;
}
#hero .grid-left ul {
  list-style-type: none;
  margin: 0;
  padding-top: 1.25rem;
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}
#hero .grid-left li {
  padding: 0.5rem 0;
  padding-left: 0.75rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 300;
}
#hero .grid-left li:before {
  content: "";
  display: block;
  height: 1rem;
  width: 1rem;
  border-radius: 100%;
  margin-top: -0.75rem;
  transform: translate(-2.25rem, 1.4rem);
}
.hero-grid-inner object {
  display: block;
  width: 100%;
}
#hero-separator {
  grid-area: 3/1/4/4;
  width: 100%;
  height: clamp(3rem, 12vw, 12rem);
  background: #FFFFFF;
  margin-top: -0.5px;
  clip-path: polygon(0 0, 100% 0, 100% 56%, 68% 1%, 25% 100%, 0 70%);
}
@media screen and (max-width: 768px) {
  .hero-grid-inner {
    grid-template-columns: 1fr !important;
  }
}
@media screen and (max-width: 640px) {
  h1 {
    text-align: left;
    justify-self: start;
    width: 100%;
    margin-bottom: 1.75rem;
  }
  #hero h5 {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
}
/*--OFFER TOP--*/
.top-offer-bg {
  grid-area: 3/1/7/4;
  background-size: 150%;
}
h2.title-white {
  color: white;
  z-index: 1;
}
#hero h2.title-white {
  grid-area: 4/2/5/3;
  align-self: center;
}
.offer-grid {
  grid-area: 5/2/6/3;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2rem;
  margin-bottom: 3rem;
}
.offer-card {
  background: white;
  border-radius: 2rem;
  display: block;
  padding: 3rem;
}
#hero .offer-card li,
#offer-btm .offer-card li {
  font-size: 1rem;
  line-height: 1.75rem;
  padding: 0.375rem 0.375rem 0.375rem 0.375rem;
  vertical-align: bottom ;
}
#hero .offer-card li::marker,
#offer-btm .offer-card li::marker {
  vertical-align: middle ;
  display: inline-block;
}
#hero .offer-card li span,
#offer-btm .offer-card li span {
  font-weight: 500;
}
.offer-card-btns {
  grid-template-columns: min-content max-content;
  align-items: center;
  gap: 1rem;
  display: flex;
  flex-wrap: wrap;
}
#white-to-grey-separator {
  grid-area: 1/1/2/4;
  width: 100%;
  height: clamp(1.5rem, 7vw, 6.5rem);
  display: grid;
}
.scnd-btn {
  text-transform: capitalize;
  text-decoration: underline;
  color: #454545;
  transition: 0.2s;
}
.scnd-btn:hover {
  opacity: 0.8;
}
#top-section-separator {
  grid-area: 6/1/7/4;
  width: 100%;
  height: clamp(2.5rem, 6vw, 5.5rem);
  display: grid;
}
#offer-separator {
  grid-area: 6/1/7/4;
  width: 100%;
  height: clamp(2.5rem, 6vw, 5.5rem);
  display: grid;
}
/*
@media screen and (max-width:1240px){
  .offer-grid{
    grid-column-gap: 1.5rem;
  }
}
@media screen and (max-width:1024px){
  .offer-grid > div{
    grid-column: span 2;
  }
  .offer-grid > div:nth-child(2) {
    grid-column-start: 2 !important;
    grid-column-end: 4 !important;
    grid-column: span 2;
  }
}
@media screen and (max-width:768px){

}

@media screen and (max-width:640px){
  .offer-card{
    padding: 2rem;
  }
  .offer-grid{
    grid-template-columns: 1fr 4fr 1fr;
  }
  .offer-grid > div{
    grid-column: span 2;
  }
}
@media screen and (max-width:460px){
  .offer-grid{
    grid-template-columns: 1fr;
  }
  .offer-grid > div{
    grid-column: span 1;
  }
  .offer-grid > div, .offer-grid > div:nth-child(2) {
    grid-column-start: 1 !important;
    grid-column-end: 2 !important;
    grid-column: span 1;
  }
}*/
#other h2 {
  color: #454545;
  text-align: center;
  margin: 4rem 0;
}
#other .other-title {
  grid-area: 2/2/3/3;
}
#other .other-grid {
  display: grid;
  grid-area: 3/2/4/3;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 3rem;
  margin-bottom: 5rem;
}
#other .other-grid .other-card {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#other .other-grid .other-card h3 {
  color: #75B743;
  text-align: center;
}
#other .other-grid .other-card p {
  line-height: 28px;
  text-align: center;
  margin: 2rem 0;
}
@media screen and (max-width: 1200px) and (min-width: 769px) {
  #other .other-grid {
    grid-template-columns: 1fr 1fr;
  }
  #other .other-card:last-child {
    transform: translateX(calc(50% + 1.5rem));
  }
}
@media screen and (max-width: 768px) {
  #other .other-grid {
    grid-template-columns: 1fr;
  }
}
/*---CONTACT---*/
#contact-separator {
  background: #F4F4F4;
  grid-area: 1/1/2/4;
  width: 100%;
  height: clamp(2rem, 6.5vw, 6rem);
  clip-path: polygon(0 0, 100% 0, 100% 75%, 67% 1%, 32% 100%, 0 25%);
  margin-top: -0.5px;
}
#to-white-separator {
  background: #FFFFFF;
  clip-path: polygon(30% 99%, 75% 0, 100% 65%, 100% 100%, 0 100%, 0 0);
  grid-area: 6/1/7/4;
  width: 100%;
  height: clamp(2.5rem, 6vw, 5.5rem);
}
#top-to-white-separator {
  background: #F4F4F4;
  grid-area: 1/1/2/4;
  width: 100%;
  height: clamp(1.5rem, 7vw, 6.5rem);
  clip-path: polygon(100% 0, 100% 75%, 75% 0, 34% 100%, 0 0);
}
#top-to-offwhite-separator {
  background: #FFFFFF;
  grid-area: 1/1/2/4;
  width: 100%;
  height: clamp(1.5rem, 7vw, 6.5rem);
  clip-path: polygon(100% 0, 100% 75%, 83% 0, 20% 100%, 0 0);
  margin-top: -1px;
}
#contact h2 {
  text-align: center;
  grid-area: 2/2/3/3;
}
.form-container {
  display: grid;
  grid-template-columns: 11rem 11rem auto;
  grid-area: 3/2/4/3;
  margin-bottom: clamp(5rem, 8vw, 8rem);
}
.form-container .contact-titles {
  font-weight: 500;
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
  display: block;
  grid-column: 1/3;
  color: #454545;
}
.form-container .contact-info {
  background: #2b2b2b;
  height: fit-content;
  grid-area: 1/1/2/3;
  align-self: center;
  padding: 2rem;
  border-radius: 2rem;
  gap: 2rem;
  display: grid;
}
.form-container .contact-info div {
  display: block;
}
.form-container .contact-info div span {
  display: block;
}
.form-container .contact-info div span:nth-child(1) {
  color: white;
}
.form-container .contact-info div span:nth-child(2) {
  font-size: 1.35rem;
  font-weight: 800;
  transition: 0.2s;
}
.form-container .contact-info div span a:hover {
  text-decoration: none;
}
.form-card {
  background: #ffffff;
  border-radius: 2rem;
  grid-area: 1/2/2/4;
}
.form {
  grid-area: 1/3/2/4;
  padding: 3rem;
}
.form-img {
  width: 100%;
  grid-area: 1/1/2/3;
  align-self: center;
}
.form label {
  color: #454545;
  font-size: 1rem;
  font-weight: 300;
  margin-bottom: 0.5rem;
  display: block;
}
.form form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
}
.form .input-text,
.form textarea,
.form select {
  width: 100%;
  color: #454545;
}
.form .input-text,
.form select,
.form textarea {
  background: #F4F4F4;
  outline: 0;
  border-radius: 0.5rem;
  padding: 1rem 1rem;
  border: 0.125rem solid #F4F4F4;
  resize: none;
  transition: 0.2s;
  font-size: 1rem;
}
.form .input-text,
.form select {
  height: 3rem;
}
.form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg fill='silver' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position-x: calc(100% - 0.5rem);
  background-position-y: 12px;
}
.form .text-area-cont {
  grid-column: span 2;
}
.invalid input:not([value=""]):not(:focus):invalid,
.invalid textarea:not([value=""]):not(:focus):invalid {
  background-color: #FFD9D9;
  outline-color: #D51414;
  color: #D51414;
}
.invalid input:not([value=""]):not(:focus):invalid ~ label,
.invalid textarea:not([value=""]):not(:focus):invalid ~ label {
  color: #D51414;
}
.input-div {
  display: flex;
  flex-direction: column-reverse;
}
form > .checkbox {
  display: flex;
  grid-column: span 2;
  align-items: flex-start;
}
form > .checkbox input {
  margin-top: 0.4rem;
}
form .checkbox label {
  line-height: 1.75rem;
  padding-left: 0.5rem;
  margin: 0;
}
form .checkbox label a {
  text-transform: initial;
  transition: 0.2s;
}
form .checkbox label a:hover,
form .checkbox label a:focus {
  opacity: 0.75;
}
form #submit {
  cursor: pointer;
  background: transparent;
  text-transform: uppercase;
  grid-column-start: 1;
  width: min-content;
}
form #submit:hover,
form #submit:focus {
  color: #FFFFFF;
  outline: 0;
}
.arajanlat-response {
  display: none;
}
@media screen and (max-width: 1024px) {
  .form-container {
    grid-template-columns: 1fr;
    grid-template-rows: min-content min-content auto;
  }
  .form-container .contact-info {
    grid-area: 1/1/3/2;
    grid-template-columns: 1fr 1fr;
    margin: 0 10%;
  }
  .form-card {
    grid-area: 2/1/4/2;
  }
  .form-img {
    width: auto;
    height: clamp(10vmin, 40vmin, 16rem);
    grid-area: 1/1/3/2;
    align-self: center;
    justify-self: center;
  }
  .form {
    grid-area: 3/1/4/2;
  }
}
@media screen and (max-width: 767px) {
  .form-container .contact-info {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 640px) {
  .form-container .contact-info {
    padding: 2rem;
  }
  .form-container .contact-titles {
    grid-column: 1/2;
  }
  .form form {
    grid-template-columns: 1fr;
  }
  .form form > div {
    grid-column: span 1 !important;
  }
  .form {
    padding: 2rem;
  }
}
@media screen and (max-width: 500px) {
  .contact-info {
    margin: 0 !important;
  }
  .contact-info span a {
    font-size: 1.25rem;
  }
  .contact-info span {
    font-size: 1.25rem;
  }
}
/*---FOOTER---*/
footer {
  background-color: #2b2b2b;
  color: white;
  padding: 3rem 0;
}
@media (min-resolution: 1.5dppx) {
  :root {
    font-size: 14px !important;
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) {
  :root {
    font-size: 14px !important;
  }
}
.footer-container {
  grid-area: 1/2/2/3;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
  column-gap: 2rem;
  row-gap: 1rem;
}
.footer-container * {
  font-weight: 300;
  line-height: 2rem;
}
.footer-container h4 {
  font-weight: 700 !important;
  line-height: 1.75rem !important;
  margin: 0 !important;
  color: #FFFFFF !important;
  text-align: left !important;
  font-size: 1rem !important;
}
footer a {
  color: white;
  text-transform: initial;
  transition: 0.2s;
  text-decoration: underline;
}
footer a:hover {
  opacity: 0.75;
  color: #FFFFFF !important;
}
footer #nav-logo {
  grid-column: span 3;
  margin-bottom: 0.5rem;
}
.grecaptcha-badge {
  visibility: hidden;
}
footer form {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 1rem;
  margin-top: 0.125rem;
}
footer input[type="checkbox"] {
  cursor: default;
  appearance: auto;
  box-sizing: border-box;
  margin: 3px 3px 3px 4px;
  padding: initial;
  border: initial;
}
footer form .checkbox p {
  margin: 0.5rem 0 0.5rem 0;
}
footer .checkbox {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
footer input::placeholder {
  color: grey!important;
  opacity: 1;
}
footer .ml-form-formContent input.form-control {
  width: 100% !important;
  background-color: transparent !important;
  border: 0.125rem solid #454545;
  color: #FFFFFF !important;
  height: 3rem !important;
  margin: 0.25rem 0 !important;
  outline: 0 !important;
  border-radius: 0.5rem !important;
  padding: 1rem !important;
  font-size: 1rem !important;
}
footer .ml-form-formContent input.form-control:focus {
  border: 0.125rem solid grey;
  background-color: transparent;
  outline: 0;
  box-shadow: 0 0 0 transparent;
  color: #FFFFFF;
}
.ml-form-fieldRow {
  display: grid;
}
footer .email-div {
  width: 100%;
}
footer .ml-validate-required .label-description {
  display: inline-block;
}
footer form input.footer-email {
  height: 3rem;
  border-radius: 0.5rem;
  border: 0.125rem solid #454545;
  background-color: transparent;
  color: grey;
  padding: 1rem;
  width: calc(100% - 1rem);
  margin-right: 1rem;
  font-size: 1rem;
}
footer form input.footer-email:focus {
  height: 3rem;
  border-radius: 0.5rem;
  border: 0.125rem solid #F4F4F4;
  background-color: transparent;
  color: #F4F4F4;
  padding: 1rem;
  outline: 0;
  transition: 0.2s;
}
footer form button {
  font-weight: 500 !important;
  color: #F4F4F4;
  border-radius: 0.5rem;
  background-color: transparent;
  line-height: 1rem !important;
  cursor: pointer;
  text-transform: uppercase;
  border: #F4F4F4 0.125rem solid;
  height: 3rem;
}
footer form input.submit:hover,
footer form input.submit:focus {
  background-color: transparent;
  border: #FFFFFF 0.125rem solid;
  color: #FFFFFF;
  opacity: 0.75;
}
footer .copyright {
  color: grey;
}
footer .copyright-div {
  grid-area: 2 / 3 / 4 / 3;
  display: grid;
}
footer .copyright-div * {
  text-align: left;
}
footer ~ img {
  height: 0px;
}
@media screen and (max-width: 1023px) {
  .footer-container {
    grid-template-columns: 1fr 1fr;
  }
  footer #nav-logo {
    grid-column: span 2;
  }
  footer .copyright-div {
    grid-area: 4/1/5/3;
  }
}
@media screen and (max-width: 767px) {
  .footer-container div:nth-child(4) {
    grid-column: span 2;
  }
}
@media screen and (max-width: 640px) {
  .footer-container {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  footer #nav-logo {
    grid-column: span 1;
    margin: 0;
  }
  .footer-container div:nth-child(4) {
    grid-column: span 1;
  }
  footer .copyright-div {
    grid-area: 4/1/5/2;
  }
}
@media screen and (max-width: 460px) {
  footer form {
    flex-direction: column;
  }
  footer form .email-div .footer-email {
    margin: 0;
    width: 100%;
    display: block;
  }
  footer form .email-div {
    height: 3rem;
    margin-bottom: 0.5rem;
  }
}
/*-----------*/
/*the container must be positioned relative:*/
.custom-select {
  position: relative;
}
.custom-select select {
  display: none;
  /*hide original SELECT element:*/
}
.select-selected {
  background-color: #F4F4F4;
  height: 3rem;
}
/*style the arrow inside the select element:*/
.select-selected:after {
  position: absolute;
  content: "";
  top: 1.33rem;
  right: 1rem;
  width: 0;
  height: 0;
  border: 0.33rem solid transparent;
  border-color: rgba(133, 133, 133, 0.5) transparent transparent transparent;
}
.select-selected.select-arrow-active {
  border: #D51461 0.125rem solid;
  border-bottom: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  box-sizing: border-box;
}
/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  border-color: transparent transparent rgba(133, 133, 133, 0.5) transparent;
  top: 1rem;
}
/*style the items (options), including the selected item:*/
.select-items div,
.select-selected {
  color: #454545;
  padding: 1rem;
  border-radius: 0.5rem;
  cursor: pointer;
  user-select: none;
}
.select-selected.select-arrow-active {
  padding: calc(1rem - 0.125rem);
}
/*style items (options):*/
.select-items {
  position: absolute;
  background-color: #F4F4F4;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 2;
  border: solid 0.125rem;
  border-color: #D51461;
  border-top: 0px;
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  height: 9.75rem !important;
  transition: 0.2s border-color;
  transition: 0.2s height;
  overflow: hidden;
}
/*hide the items when the select box is closed:*/
.select-hide {
  /*display: none;*/
  height: 0 !important;
  border-width: 0;
  border-color: transparent;
}
.select-items div:hover,
.same-as-selected {
  background-color: rgba(0, 0, 0, 0.05);
}
.undecoreted-link {
  text-decoration: none;
  color: initial;
  text-transform: none;
}
/*----REF SLIDER----*/
.referenciak-carousel {
  grid-area: 5/1/6/4;
  overflow: hidden;
}
#slideable {
  scroll-snap-type: x mandatory;
  scroll-padding-left: clamp(1.75rem, calc((100% - 77.5rem)/2), calc((100% - 77.5rem)/2));
  display: flex;
  overflow-x: scroll;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}
#slideable > * {
  margin-right: 1.75rem;
}
#slideable::-webkit-scrollbar {
  display: none;
}
.ref-card-div {
  min-width: 24rem;
  max-width: 24rem;
  scroll-snap-align: start;
}
.spacer {
  scroll-snap-align: start;
  min-width: calc((100vw - 77.5rem)/2 - 2.25rem);
}
.nav-buttons {
  grid-area: 4/2/5/3;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  z-index: 1;
}
.nav-buttons > * {
  background-color: rgba(20, 20, 20, 0.5);
  border-radius: 50%;
  height: 48px;
  width: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: clamp(2.5rem, 5vw, 4rem) 0.25rem clamp(2rem, 4vw, 3rem) 0.25rem;
  transition: 0.3s;
}
.nav-buttons > * svg {
  width: 1.75rem;
}
.ref-img-bg:hover {
  background: rgba(0, 0, 0, 0.75);
}
.play-icon1 {
  background-color: rgba(0, 0, 0, 0.66);
  width: 3rem;
  height: 3rem;
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  border-radius: 50%;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.play-icon1 svg {
  fill: rgba(255, 255, 255, 0.8) !important;
  width: 2rem;
  height: 2rem;
}
.ref-img-bg:hover .play-icon1 {
  background: rgba(255, 255, 255, 0.8) !important;
  width: 4rem;
  height: 4rem;
  bottom: calc(50% - 2rem);
  right: calc(50% - 2rem);
}
.ref-img-bg:hover .play-icon1 svg {
  fill: rgba(0, 0, 0, 0.8) !important;
  width: 2.5rem;
  height: 2.5rem;
  transition: 0.3s;
}
.ref-img-bg:hover .play-icon1:hover {
  background: rgba(255, 255, 255, 0.95) !important;
}
.icon-play {
  margin-left: 3%;
}
.icon-magnify,
.icon-globe {
  transform: scale(0.75);
  transition: 0.3s;
  margin-bottom: 0;
}
.scroll-left:hover,
.scroll-right:hover {
  cursor: pointer;
  background-color: rgba(20, 20, 20, 0.7);
}
.ref-img-bg:hover {
  cursor: pointer;
}
.ref-card {
  background: #2A2A2A;
  border-radius: 0.75rem;
  height: 100%;
  overflow: hidden;
}
.ref-card .ref-card-img {
  position: relative;
}
.ref-card .ref-card-img .ref-img-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  transition: 0.3s;
}
.ref-card .ref-card-img img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}
.ref-card .ref-card-title {
  padding: 1.5rem 1.5rem 0 1.5rem;
}
.ref-card .ref-card-title h5 {
  color: #75B743;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.5rem;
}
.ref-card .ref-card-list ul {
  padding: 1rem 0 1rem 3rem;
}
.ref-card .ref-card-list li {
  color: #FFFFFF;
  font-size: 1rem;
  line-height: 1.5rem;
  padding: 0.5rem 0;
}
.ref-card .ref-card-list li .list-arrow {
  padding-left: 0.3rem;
}
.ref-modal-grid {
  display: grid !important;
}
.ref-modal .modal-dialog {
  max-width: 1600px;
  height: 90vh;
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: center;
  margin: auto;
}
.ref-modal .modal-dialog .modal-content {
  background-color: rgba(0, 0, 0, 0.0001);
  border: none;
}
.ref-modal .modal-dialog .modal-content .modal-video {
  text-align: center;
}
.ref-modal .modal-dialog .modal-content .modal-video video {
  max-width: 100%;
  max-height: 90vh;
}
.ref-modal .modal-dialog .modal-content .modal-video img {
  width: 100%;
}
.ref-modal .modal-dialog .modal-content .modal-video iframe {
  width: 90%;
  min-height: 90vh;
  max-height: 90vh;
}
.ref-modal .modal-dialog .modal-content #close-modal {
  position: absolute;
  top: 1.75rem;
  right: 1.75rem;
  color: white;
  font-size: 2rem;
  font-family: inherit;
  cursor: pointer;
  background-color: transparent;
  border: none;
  height: 2rem;
  width: 2rem;
  padding: 0;
}
.ref-modal .modal-dialog .modal-content #close-modal svg {
  filter: drop-shadow(0px 0px 0.25rem rgba(0, 0, 0, 0.4));
}
.referenciak-list {
  grid-area: 6/1/7/4;
  color: #FFFFFF;
}
.referenciak-list .active:after {
  width: 100%;
  opacity: 1;
}
.referenciak-list ul::-webkit-scrollbar {
  display: none;
}
.referenciak-list ul {
  list-style: none;
  padding-left: clamp(1.75rem, calc((100% - 77.5rem)/2), calc((100% - 77.5rem)/2));
  text-transform: uppercase;
  margin-top: 1rem;
  margin-bottom: 2rem;
  padding-right: 1.75rem;
  display: flex;
  gap: 2rem;
  overflow-x: scroll;
  max-width: 100vw;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}
.referenciak-list ul li {
  display: inline;
  padding: 0.5rem 0;
  font-weight: 400;
  font-size: 1rem !important;
  border-bottom: 0.125rem solid transparent;
  transition: 0.3s;
  cursor: pointer;
  white-space: nowrap;
}
.referenciak-list ul li:before {
  display: none;
}
.referenciak-list ul li:after {
  content: '';
  background-color: #FFFFFF;
  width: 0%;
  height: 0.125rem;
  display: block;
  transition: 0.2s;
  opacity: 0.5;
}
.referenciak-list ul li:hover:after {
  content: '';
  width: 100%;
}
.opinions-carousel {
  grid-area: 3/2/4/3;
  padding-left: clamp(1.75rem, calc((100% - 77.5rem)/2), calc((100% - 77.5rem)/2));
  padding-right: clamp(1.75rem, calc((100% - 77.5rem)/2), calc((100% - 77.5rem)/2));
}
.opinions-carousel .opinion-glide {
  position: relative;
}
.opinions-carousel .opinion-glide::after {
  content: "";
  display: block;
  width: 100%;
  background: linear-gradient(90deg, #F4F4F4 0%, rgba(112, 49, 136, 0) 10%, rgba(112, 49, 136, 0) 90%, #F4F4F4 100%);
  min-height: 100%;
  position: absolute;
  top: 0;
  pointer-events: none;
}
.opinions-carousel .opinion-glide .arrow {
  width: 26px;
  height: 26px;
  position: absolute;
  top: 50%;
  margin-top: -1rem;
  z-index: 10;
  cursor: pointer;
}
.opinions-carousel .opinion-glide .arrow-left {
  border-bottom: 4px solid #8B8B8B;
  border-left: 4px solid #8B8B8B;
  transform: rotate(45deg) skew(12deg, 12deg);
  left: 1.5rem;
}
.opinions-carousel .opinion-glide .arrow-right {
  border-bottom: 4px solid #8B8B8B;
  border-left: 4px solid #8B8B8B;
  transform: rotate(-135deg) skew(12deg, 12deg);
  right: 1.5rem;
}
.opinions-carousel .opinion-glide .slider_bullets {
  text-align: center;
}
.opinions-carousel .opinion-glide .slider_bullets .bullet {
  background-color: #8B8B8B;
  width: 9px;
  height: 9px;
  padding: 0;
  border-radius: 50%;
  border: 2px solid transparent;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  line-height: 0;
  -webkit-box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
  margin: 0 0.25em;
}
.opinions-carousel .opinion-glide .slider_bullets .glide__bullet--active {
  background-color: #454545;
}
.opinions-carousel .opinion {
  display: grid;
  justify-items: center;
  align-items: center;
  padding: 0 5rem;
}
.opinions-carousel .opinion p {
  grid-area: 1/1/2/2;
  line-height: 28px;
  font-size: 1.25rem;
  font-style: italic;
  text-align: center;
}
.opinions-carousel .opinion img {
  grid-area: 1/1/2/2;
}
.opinions-carousel .author {
  text-align: center;
}
.opinions-carousel .author p {
  font-size: 1.25rem;
  line-height: 28px;
}
.opinions-carousel .author .name {
  margin: 0;
  font-weight: 600;
}
.opinions-carousel .author .pos {
  margin-top: 0;
  font-style: italic;
  opacity: 0.5;
}
#opinions {
  background: #F4F4F4;
  padding-bottom: 5rem;
}
#opinions .opinions-title {
  grid-area: 2/2/3/3;
  text-align: center;
}
#top-section-separator {
  clip-path: polygon(25% 99%, 75% 0, 100% 65%, 100% 100%, 0 100%, 0 0);
  background: #F4F4F4;
  margin-bottom: -0.5px;
}
#white-to-grey-separator {
  background: #FFFFFF;
  clip-path: polygon(100% 0, 100% 10%, 72% 100%, 28% 1%, 0 100%, 0 0);
}
#grey-to-white-separator {
  background: #F4F4F4;
  clip-path: polygon(100% 0, 100% 10%, 72% 100%, 28% 1%, 0 100%, 0 0);
  grid-area: 1/1/2/4;
  width: 100%;
  height: clamp(1.5rem, 7vw, 6.5rem);
  display: grid;
}
.glide__slide {
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
  backface-visibility: hidden;
}
.glide-buttons::-webkit-scrollbar {
  display: none;
}
.scroll-left,
.scroll-right {
  height: 64px;
  width: 64px;
  pointer-events: initial;
}
.scroll-left:hover,
.scroll-right:hover {
  cursor: pointer;
}
/*
@media screen and (max-width: 1200px) and (min-width: 768px) {

  .ref-card-div {
    min-width: 24rem;
    max-width: 24rem;
  }
}*/
@media only screen and (max-width: 1200px) {
  .glide-buttons {
    justify-content: center;
  }
}
@media only screen and (max-width: 768px) {
  /*.ref-card {
    min-height: 27rem;
  }*/
  .nav-buttons > * {
    height: 42px;
    width: 42px;
  }
  .glide-buttons {
    justify-content: flex-end;
  }
  .glide__arrows {
    display: none;
  }
  .opinions-carousel .opinion {
    padding: 0 1rem;
  }
  .opinions-carousel .opinion-glide::after {
    background: linear-gradient(90deg, #F4F4F4 0%, rgba(112, 49, 136, 0) 3%, rgba(112, 49, 136, 0) 97%, #F4F4F4 100%);
  }
}
@media only screen and (max-width: 640px) {
  .ref-card .ref-card-title h5 {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
  /*
  .ref-card {
    min-height: 23.6rem;
  }*/
  .ref-card-div {
    min-width: 19rem;
    max-width: 19rem;
  }
}
@media only screen and (max-width: 560px) {
  .image-reasons-cards {
    grid-template-columns: 1fr;
  }
  .glide-buttons {
    font-size: 14px;
  }
  .glide-buttons .glide-button {
    padding: 0.5rem 1rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .opinion img {
    width: 100%;
  }
}
.d-btn {
  border: #D51461 0.125rem solid;
  color: #D51461;
}
.d-btn:hover,
.d-btn:focus {
  background: #D51461;
  color: #FFFFFF;
}
.nav-link::after {
  background: #D51461;
}
h1 {
  font-weight: 400;
  text-align: center;
  font-size: clamp(2.25rem, 4vw, 3rem);
  line-height: auto;
  background: linear-gradient(to right, #9027B4 0%, #D81361 50%, #E53A2C 100%);
  background-size: 120%;
  background-position: center;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: fit-content;
  text-transform: uppercase;
  margin: auto auto clamp(2.5rem, 3vw, 4rem);
  grid-area: 1/2/2/3;
}
h3 {
  color: #D51461;
}
ul li:before {
  background: #D51461;
  transform: translate(-1.375em, 1rem);
}
#hero .grid-left li:before {
  background: #D51461;
}
.offer-grid {
  grid-area: 5/2/6/3;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 1240px) {
  .offer-grid {
    grid-column-gap: 1.5rem;
  }
}
@media screen and (max-width: 1024px) {
  .offer-grid {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 640px) {
  .offer-card {
    padding: 2rem;
  }
}
.top-offer-bg {
  background: linear-gradient(70deg, #9027B4 0%, #D81361 50%, #E53A2C 100%);
  z-index: -1;
}
#contact {
  background: linear-gradient(to right, #9027B4 0%, #D81361 50%, #E53A2C 100%);
  background-size: 150%;
}
#contact .contact-info span a {
  color: #D81361 !important;
}
#contact .contact-info span a:hover {
  color: #D81361 !important;
}
.form .input-text:focus,
.form select:focus,
.form textarea:focus {
  border: 0.125rem solid #D51461;
}
.form input {
  accent-color: #D51461;
}
form .checkbox label a {
  color: #D51461;
}
form #submit {
  color: #D51461;
}
form #submit:hover,
form #submit:focus {
  background: #D51461;
}
#hero-separator {
  z-index: -1;
}
#top-section-separator {
  clip-path: polygon(22% 0, 74% 99%, 100% 1%, 100% 100%, 0 100%, 0 52%);
  background: #FFFFFF;
  margin-bottom: -0.5px;
}
#white-to-grey-separator {
  background: #FFFFFF;
  clip-path: polygon(100% 0, 100% 10%, 72% 100%, 28% 1%, 0 100%, 0 0);
}
.why-grid {
  display: grid;
  grid-template-columns: 1fr 4fr 1fr;
  padding-top: 4rem;
  padding-bottom: 4rem;
  grid-row-gap: clamp(2rem, 6vw, 4rem);
  grid-column-start: 2;
}
.why-container {
  display: grid;
  grid-template-columns: 6rem 6rem auto;
  width: 100%;
  grid-column: span 2;
  align-self: center;
}
#why-2,
#why-4 {
  grid-column-start: 2 !important;
  grid-column-end: 4 !important;
  grid-column: span 2;
}
.why-container object {
  align-self: center;
  width: 100%;
  grid-area: 1/1/2/3;
}
.why-container:nth-child(1) object {
  transform: scale(1.25);
}
.why-container h3 {
  margin-bottom: 2rem;
}
.why-card {
  background: #F4F4F4;
  grid-area: 1/2/2/4;
  width: 100%;
  border-radius: 2rem;
}
.why-content p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.75rem;
  font-weight: 300;
  color: #454545;
}
.why-content p span {
  font-weight: 500;
}
.why-content {
  grid-area: 1/3/2/4;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 3rem 3rem 3rem 1rem;
}
#opinions {
  background: #FFFFFF;
}
.opinions-carousel .opinion-glide::after {
  background: linear-gradient(90deg, #FFFFFF 0%, rgba(112, 49, 136, 0) 10%, rgba(112, 49, 136, 0) 90%, #FFFFFF 100%);
}
@media only screen and (max-width: 768px) {
  .opinions-carousel .opinion-glide::after {
    background: linear-gradient(90deg, #FFFFFF 0%, rgba(112, 49, 136, 0) 3%, rgba(112, 49, 136, 0) 97%, #FFFFFF 100%);
  }
}
@media screen and (max-width: 640px) {
  .why-container {
    grid-template-columns: 1fr;
    grid-template-rows: 20vmin 20vmin auto;
  }
  .why-card {
    grid-area: 2/1/4/2;
  }
  .why-content {
    grid-area: 3/1/4/2;
    padding: 2rem;
    padding-top: 0;
  }
  .why-container object {
    width: initial;
    max-height: 40vmin;
    grid-area: 1/1/3/2;
    justify-self: center;
    max-width: 40vmin;
  }
  .why-content h3 {
    margin-top: 1rem;
  }
}
@media screen and (max-width: 460px) {
  .why-container {
    grid-template-columns: 1fr;
    grid-template-rows: 20vmin 20vmin auto;
    grid-column-end: 4 ;
    grid-column-start: 1 ;
  }
  #why-2,
  #why-4 {
    grid-column-start: 1 ;
    grid-column-end: 4 ;
    grid-column: span 3  !important;
  }
}
#offer-btm {
  background: #F4F4F4;
}
#offer-btm h2 {
  color: #454545;
  text-align: center;
  grid-area: 2/2/3/3;
  margin: 4rem 0;
}
.offer-btm-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-area: 3/2/4/3;
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  align-items: center;
  padding-bottom: 4rem;
}
#other {
  background: #FFFFFF;
}
#other .other-grid .other-card h3 {
  color: #D51461;
}
#contact-separator {
  background: #FFFFFF;
}
#op-1 {
  width: 100%;
}
#op-2 {
  grid-area: 2/1/3/2;
  width: 100%;
}
#op-3 {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .offer-btm-grid {
    grid-template-columns: 1fr;
  }
  #op-2 {
    grid-area: initial;
  }
  #op-1,
  #op-2,
  #op-3 {
    width: 80%;
    justify-self: center;
    max-width: 520px !important;
  }
}
/*--Footer--*/
footer input[type="checkbox"] {
  accent-color: #D51461;
}
