/* privacy */
.privacy {
  padding: 100px 0;
}
.privacyInner {
  max-width: 970px;
  margin: 0 auto;
}
.privacyInner1 {
  max-width: 1280px;
  margin: 0 auto;
}
.privacySubs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
}
.privacySub {
  color: #1d1e20;
  font-family: Rubik;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 29.7px; /* 165% */
  word-break: break-all;
}
.privacySub a {
  color: #3c9ba5;
  font-family: Rubik;
}
.privacySubList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
  margin-left: 50px;
}
.privacySubList1 {
  gap: 0;
}
.italic {
  font-style: italic;
}
.privacyTitle {
  color: #3c9ba5;
  font-family: 'Bebas Neue Pro';
  font-size: 25.898px;
  font-style: normal;
  font-weight: 400;
  line-height: 31.2px; /* 120.471% */
  text-transform: uppercase;
}
.privacyImg {
  display: block;
  max-width: 100%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.CookieDeclarationType {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16.85px;
  border: 1px solid #333;
  padding: 26px 9px 20.3px 9px;
}
.CookieDeclarationTableHeader {
  color: #1d1e20;
  font-family: Rubik;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 29.7px; /* 165% */
  border-bottom: 1px solid #777777;
}
.CookieDeclarationTableCell {
  color: #1d1e20;
  font-family: Rubik;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 29.7px; /* 165% */
  border-bottom: 1px solid #777777;
}
.CookieDeclarationTableCell a {
  color: #3c9ba5;
}

/* contact */
.contact {
  margin-top: 110px;
}
.contactInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.contactLeft {
  width: 50%;
  padding-right: 140px;
}
.contactTitle {
  color: #3c9ba5;
  font-family: 'Bebas Neue Pro';
  font-size: 79.688px;
  font-style: normal;
  font-weight: 400;
  line-height: 104px; /* 130.51% */
  text-transform: uppercase;
}
.contactSub {
  color: #1d1e20;
  font-family: Rubik;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 29.7px; /* 165% */
  margin-top: 19px;
}
.contactBtn {
  display: inline-block;
  color: #585858;
  text-align: center;
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 100% */
  text-transform: uppercase;
  border-radius: 3px;
  border-bottom: 2px solid #3c9ba5;
  padding: 12px 46px 14px 46px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin-top: 140px;
}
.contactBtn:hover {
  background: #3c9ba5;
  color: #fff;
}
.contactRight {
  width: 50%;
}
.contactFormFields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
}
.contactFormInput {
  display: block;
  color: #757575;
  font-family: Rubik;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 29.7px; /* 165% */
  width: 100%;
  padding: 15px 12px 18.39px 12px;
  border-radius: 2px;
  border: 0;
  border-bottom: 2px solid #3c9ba5;
}
.contactFormTextArea {
  display: block;
  color: #757575;
  font-family: Rubik;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 29.7px; /* 165% */
  outline: none;
  width: 100%;
  padding: 15px 12px 18.39px 12px;
  border-radius: 2px;
  border: 0;
  border-bottom: 2px solid #3c9ba5;
  height: 118px;
}
.contactFormBottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  margin-top: 40px;
}
.contactFormSub {
  color: #585858;
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 29.7px; /* 185.625% */
}
.contactFormSub a {
  color: #3c9ba5;
}
.contactFormBtn {
  display: inline-block;
  color: #585858;
  text-align: center;
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 100% */
  text-transform: uppercase;
  border-radius: 3px;
  border-bottom: 2px solid #3c9ba5;
  padding: 8px 40px 10px 40px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin-top: 23px;
}
.contactFormBtn:hover {
  background: #3c9ba5;
  color: #fff;
}

/* make */
.make {
  margin-top: 80px;
}
.makeInner {
  max-width: 1102px;
  margin: 0 auto;
}
.makeTitle {
  color: #585858;
  font-family: Rubik;
  font-size: 18px;
  font-style: italic;
  font-weight: 600;
  line-height: 24px; /* 133.333% */
  width: 38%;
}
.makeBoxs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
  margin-top: 90px;
}
.makeBox {
  width: calc(25% - 15px);
  border-right: 2px solid #3c9ba5;
  padding: 20px 22px 20px 0;
}
.makeBoxTitle {
  color: #3c9ba5;
  font-family: 'Bebas Neue Pro';
  font-size: 23.625px;
  font-style: normal;
  font-weight: 400;
  line-height: 31.2px; /* 132.063% */
}
.makeBoxSub {
  color: #1d1e20;
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 22.4px;
}
.makeSub {
  color: #1d1e20;
  font-family: Rubik;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 29.7px; /* 165% */
  margin-top: 48px;
}
.makeSub a {
  color: #3c9ba5;
}

/* map */
.map {
  margin-top: 90px;
}
.map iframe {
  display: block;
  width: 100%;
  height: 410px;
}

@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 991px) {
  /* privacy */
  .privacy {
    padding: 50px 0;
  }

  /* contact */
  .contact {
    margin-top: 50px;
  }
  .contactInner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
  }
  .contactLeft {
    width: 100%;
    padding-right: 0;
  }
  .contactBtn {
    margin-top: 50px;
  }
  .contactTitle {
    font-size: 55px;
    line-height: 65px;
  }
  .contactRight {
    width: 100%;
  }

  /* make */
  .make {
    margin-top: 50px;
  }
  .makeTitle {
    width: 100%;
  }
  .makeBoxs {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 50px;
  }
  .makeBox {
    width: 48%;
  }
  .makeBox:nth-child(even) {
    border: 0;
  }

  /* map */
  .map {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  /* privacy */
  .privacy {
    padding: 30px 0;
  }
  .privacySubList {
    margin-left: 30px;
  }
  .privacySub {
    font-size: 16px;
    line-height: 26px;
  }
  .privacyTitle {
    font-size: 20px;
    line-height: 30px;
  }
  .CookieDeclarationTableHeader,
  .CookieDeclarationTableCell {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 26px;
  }

  /* contact */
  .contact {
    margin-top: 30px;
  }
  .contactSub {
    font-size: 16px;
    line-height: 26px;
  }
  .contactBtn {
    padding: 12px 25px;
    margin-top: 30px;
  }
  .contactTitle {
    font-size: 35px;
    line-height: 45px;
  }

  /* make */
  .make {
    margin-top: 30px;
  }
  .makeTitle {
    font-size: 16px;
  }
  .makeBoxs {
    margin-top: 30px;
  }
  .makeBox {
    width: 100%;
    padding: 0;
  }
  .makeBox {
    border: 0;
  }
  .makeSub {
    font-size: 16px;
    line-height: 26px;
    margin-top: 30px;
  }

  /* map */
  .map {
    margin-top: 30px;
  }
  .map iframe {
    height: 300px;
  }
}
