.locations {
  margin-top: 6.4rem;
}
.locations .wrapper {
  max-width: 144rem;
  margin: 0 auto;
}
.locations .main-header {
  padding: 18rem 9rem 15rem 9rem;
  position: relative;
  margin-top: -2rem;
}
@media (max-width: 768px) {
  .locations .main-header {
    padding: 17.3rem 2rem 13.6rem 2rem;
  }
}
.locations .main-header .hero-desktop {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.locations .main-header h1 {
  max-width: 142rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #FFFFFF;
  font-size: 8rem;
  text-align: left;
}
@media (max-width: 768px) {
  .locations .main-header h1 {
    font-size: 5.6rem;
  }
}
.locations .main-header .trustpilot-wrapper {
  margin-top: 2.4rem;
  border-radius: 8px;
  padding: 5px 2px 2px;
  height: 34px;
  width: fit-content;
  background-color: #FFFFFF;
}
.locations .form-section {
  background-color: #F9F9F9;
}
.locations .form-section .wrapper {
  padding: 10rem 15.8rem 10rem 4.3rem;
  display: flex;
  gap: 15rem;
}
@media (max-width: 1024px) {
  .locations .form-section .wrapper {
    gap: 5rem;
    padding: 10rem 4.3rem 10rem 4.3rem;
  }
}
@media (max-width: 768px) {
  .locations .form-section .wrapper {
    flex-direction: column-reverse;
    padding: 0;
    gap: 0;
  }
}
.locations .form-section .wrapper .dark {
  padding: 4rem;
  background: #000000;
  border-radius: 2.4rem;
  width: 54.4rem;
}
@media (max-width: 768px) {
  .locations .form-section .wrapper .dark {
    border-radius: 0;
    padding: 6.4rem 2rem;
    width: 100%;
  }
}
.locations .form-section .wrapper .dark h4 {
  font-size: 2.5rem;
  font-weight: 600;
  color: #FFFFFF;
}
.locations .form-section .wrapper .dark h4:not(:first-child) {
  margin-top: 2.8rem;
}
.locations .form-section .wrapper .dark p {
  font-size: 1.6rem;
  line-height: 150%;
  color: #FFFFFF;
  margin-top: 1.6rem;
}
.locations .form-section .wrapper .dark p a {
  color: #FFB401;
}
.locations .form-section .wrapper .brochure__form {
  margin-top: 10.8rem;
}
@media (max-width: 768px) {
  .locations .form-section .wrapper .brochure__form {
    margin-top: 0;
    padding: 6.4rem 2rem;
  }
}
.locations .form-section .wrapper .brochure__form h4 {
  font-size: 3rem;
  font-weight: 600;
}
.locations .form-section .wrapper .brochure__form .brochure-form {
  margin-top: 2.4em;
  width: 100%;
}
@media (max-width: 768px) {
  .locations .form-section .wrapper .brochure__form .brochure-form {
    width: auto;
  }
}
.locations .form-section .wrapper .brochure__form .brochure-form__wrapper {
  display: flex;
  flex-direction: column;
  gap: 2.8rem;
}
.locations .form-section .wrapper .brochure__form .brochure-form .omrs-input-filled {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  font-size: 1.4rem;
}
.locations .form-section .wrapper .brochure__form .brochure-form .c-accent {
  color: #F40B03;
}
.locations .form-section .wrapper .brochure__form .brochure-form input[type="text"],
.locations .form-section .wrapper .brochure__form .brochure-form input[type="email"],
.locations .form-section .wrapper .brochure__form .brochure-form input[type="tel"] {
  outline: none;
  border-radius: 0.8rem;
  padding: 2rem;
  border: 0.1rem solid #8D8D8D;
  font-size: 1.6rem;
  line-height: 150%;
  letter-spacing: -0.01em;
  color: #000000;
  font-family: 'Inter', sans-serif;
}
.locations .form-section .wrapper .brochure__form .brochure-form input[type="text"]::placeholder,
.locations .form-section .wrapper .brochure__form .brochure-form input[type="email"]::placeholder,
.locations .form-section .wrapper .brochure__form .brochure-form input[type="tel"]::placeholder {
  color: #8D8D8D;
}
.locations .form-section .wrapper .brochure__form .brochure-form textarea {
  outline: none;
  border-radius: 0.8rem;
  border: 0.1rem solid #8D8D8D;
  padding: 2rem;
  font-size: 1.6rem;
  line-height: 150%;
  letter-spacing: -0.01em;
  color: #000000;
  resize: none;
  font-family: 'Inter', sans-serif;
}
.locations .form-section .wrapper .brochure__form .brochure-form textarea::placeholder {
  color: #8D8D8D;
}
.locations .form-section .wrapper .brochure__form .checkbox__wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1.6rem;
  cursor: pointer;
}
.locations .form-section .wrapper .brochure__form .checkbox__checkmark {
  position: relative;
  flex-shrink: 0;
  border-radius: 0.4rem;
  width: 2.4rem;
  height: 2.4rem;
  background-color: #FFFFFF;
  color: #FFFFFF;
  transition: background-color 0.3s ease;
  border: 0.1rem solid #8D8D8D;
}
.locations .form-section .wrapper .brochure__form .checkbox__checkmark svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  height: 0.9rem;
  width: 1.3rem;
}
.locations .form-section .wrapper .brochure__form .checkbox__checkmark svg path {
  stroke-dasharray: 20;
  stroke-dashoffset: 20;
  transition: stroke-dashoffset 0.3s ease;
}
.locations .form-section .wrapper .brochure__form .checkbox__input {
  display: none;
}
.locations .form-section .wrapper .brochure__form .checkbox__input:checked + .checkbox__checkmark {
  background-color: #F40B03;
  border: none;
}
.locations .form-section .wrapper .brochure__form .checkbox__input:checked + .checkbox__checkmark svg path {
  stroke-dashoffset: 0;
}
.locations .form-section .wrapper .brochure__form .checkbox__text {
  flex-grow: 1;
  font-size: 1.4rem;
  line-height: 150%;
}
.locations .address .wrapper .content {
  display: flex;
}
@media (max-width: 768px) {
  .locations .address .wrapper .content {
    flex-direction: column;
  }
}
.locations .address .wrapper .content .img-wrap {
  width: 70.2rem;
  min-height: 56.4rem;
}
@media (max-width: 768px) {
  .locations .address .wrapper .content .img-wrap {
    height: 35.4rem;
    min-height: auto;
    width: auto;
  }
}
.locations .address .wrapper .content .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.locations .address .wrapper .content .address-container {
  padding: 8rem 7rem 10.4rem 3.6rem;
  display: flex;
  gap: 7.7rem;
}
@media (max-width: 768px) {
  .locations .address .wrapper .content .address-container {
    padding: 2.4rem 0 6.4rem 0;
    flex-direction: column;
    align-items: center;
    gap: 2.4rem;
  }
}
.locations .address .wrapper .content .address-container .address-text h4,
.locations .address .wrapper .content .address-container .opening-times h4 {
  font-size: 3.2rem;
  font-family: "Pacifico", sans-serif;
  margin-bottom: 2.4rem;
}
@media (max-width: 768px) {
  .locations .address .wrapper .content .address-container .address-text h4,
  .locations .address .wrapper .content .address-container .opening-times h4 {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .locations .address .wrapper .content .address-container .address-text {
    width: 100%;
    padding: 0 1.8rem;
    height: 100%;
  }
}
.locations .address .wrapper .content .address-container .address-text p {
  margin-top: 2.4rem;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 150%;
}
@media (max-width: 768px) {
  .locations .address .wrapper .content .address-container .address-text p {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .locations .address .wrapper .content .address-container .address-text p.map {
    position: relative;
  }
}
.locations .address .wrapper .content .address-container .address-text p.map iframe {
  border-radius: 1.6rem;
  width: 27.1rem;
  height: 16.9rem;
  border: 0.2rem solid #FFFFFF;
}
@media (max-width: 768px) {
  .locations .address .wrapper .content .address-container .address-text p.map iframe {
    display: block;
    width: 100%;
    height: 25rem;
    margin: 0 auto;
    filter: brightness(0.4);
    position: relative;
    z-index: 1;
  }
}
.locations .address .wrapper .content .address-container .address-text p.map a {
  background: linear-gradient(90deg, #F40B03 0%, #FFB401 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  display: block;
  margin-top: 1.6rem;
  width: fit-content;
}
@media (max-width: 768px) {
  .locations .address .wrapper .content .address-container .address-text p.map a {
    background: linear-gradient(90deg, #F40B03 35%, #FFB401 70%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    position: absolute;
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    z-index: 2;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    margin-top: 0;
  }
}
.locations .address .wrapper .content .address-container .opening-times ul li {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .locations .address .wrapper .content .address-container .opening-times ul li {
    justify-content: center;
  }
}
.locations .address .wrapper .content .address-container .opening-times ul li span {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 150%;
}
.locations .address .wrapper .content .address-container .opening-times ul li:not(:first-child) {
  margin-top: 0.8rem;
}
/*# sourceMappingURL=locations.css.map */