/* Banner V2 */
#banner-v2 {
  padding: 4.5rem 7.5vw 10rem;
  display: grid;
  place-items: center;
  gap: 2rem 6rem;
}
#banner-v2 h2 {
  margin-bottom: 3.5rem;
  color: #F7941E;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
}
#banner-v2 h1 {
  margin-bottom: 2rem;
  font-size: 2.25rem;
  line-height: 1.2;
  font-weight: 700;
}
#banner-v2 p {
  font-size: 1.5rem;
  line-height: 1.4;
}
#banner-v2 .btn {
  margin-top: 2.5rem;
}
#banner-v2 .banner__image {
  position: relative;
}
#banner-v2 .illustration {
  margin-top: 3rem;
  max-width: 100%;
}
#banner-v2 .scribble {
  top: -1rem;
  margin: -2rem;
}
@media screen and (min-width: 900px) {
  #banner-v2 h1 {
    font-size: 4.25rem;
  }
}
@media screen and (min-width: 1320px) {
  #banner-v2 {
    grid-template-columns: 40rem 1fr;
  }
  #banner-v2 .banner__content {
    max-width: 40.75rem;
  }
  #banner-v2 .banner__image {
    width: 100%;
  }
}
@media screen and (min-width: 1680px) {
  #banner-v2 {
    place-items: start;
  }
}

.scribble {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

/* Card Carousel */
.carousel__item {
  position: relative;
  padding-top: 2.5rem;
  width: 100% !important;
}
.carousel__item a {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.carousel__item .carousel__image {
  position: relative;
  display: grid;
  place-content: center;
  width: 11.25rem;
}
.carousel__item .carousel__image img {
  max-width: 100% !important;
}
.carousel__item .carousel__image .icon {
  height: 7.5rem;
}
.carousel__item .carousel__image .scribble {
  top: -2.5rem;
  width: 100%;
}
.carousel__item h3 {
  margin: 5rem 0 1.25rem;
  padding: 0.25rem 0.75rem;
  border-left: solid 4px #F7941E;
  font-size: 2.5rem;
  font-weight: bold;
}
.carousel__item .carousel__content {
  font-size: 1.5rem;
  line-height: 1.4;
}

.section-new {
  padding: 4rem 7.5vw;
}

/* Two Column Content */
.column-content {
  display: grid;
  gap: 1.5rem 3rem;
}
.column-content h2 {
  font-size: 2rem;
  line-height: 1.2;
  font-weight: bold;
}
.column-content__content {
  font-size: 1.25rem;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .column-content h2 {
    font-size: 4rem;
  }
  .column-content .column-content__content {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .column-content {
    grid-template-columns: repeat(2, 1fr);
  }
}

#featured-blogs .blogs__header {
  margin-bottom: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem 2rem;
}
#featured-blogs .blogs__header h2 {
  font-size: 2rem;
}
#featured-blogs .blogs__header p {
  font-size: 1.25rem;
}
#featured-blogs .blogs__header i {
  color: #F7941E;
}
@media screen and (min-width: 768px) {
  #featured-blogs .blogs__header h2 {
    margin-bottom: 2rem;
    font-size: 2.5rem;
  }
}
#featured-blogs .blogs__grid .card {
  position: relative;
  height: 100% !important;
  background: white;
}
#featured-blogs .blogs__grid .card a {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}
#featured-blogs .blogs__grid .card img {
  max-width: 100% !important;
}
#featured-blogs .blogs__grid .owl-stage {
  padding-left: 2px;
  display: flex !important;
}
#featured-blogs .blogs__grid .owl-stage .owl-item {
  display: flex;
}

/* Footer Dev */
.footer-dev {
  padding: 5rem 7.5vw 3rem;
  width: 100%;
  background: #F7941E;
  color: #fff;
}
.footer-dev .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 2rem;
}
.footer-dev .large-heading {
  font-weight: 700;
}
.footer-dev .email-cta {
  max-width: 35rem;
}
.footer-dev p {
  font-size: 18px;
  line-height: 1.4;
}
.footer-dev .footer-links {
  display: grid;
  gap: 1rem 3rem;
}
.footer-dev .footer-links__link {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  font-size: 18px;
  font-weight: 600;
}
.footer-dev .footer-links__link i {
  font-size: 2rem;
  font-weight: 100;
}
@media screen and (min-width: 600px) {
  .footer-dev .footer-links {
    grid-template-columns: repeat(2, 1fr);
  }
}
.footer-dev .copyright {
  margin-top: 3rem;
  text-align: right;
}

/* Locations Filters */
.locations__header form {
  display: grid;
  gap: 0.75rem;
}
.locations__header form input[type=checkbox] {
  cursor: pointer;
  appearance: none;
  height: 1.75rem;
  aspect-ratio: 1;
  vertical-align: sub;
  position: relative;
  border-radius: 50%;
  border: 2px solid #F7941E;
}
.locations__header form input[type=checkbox]::before {
  content: "";
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'><path d='M6.293 12.293l-1.414 1.414 6.414 6.414 12-12-1.414-1.414-10.586 10.586z' stroke='%23000' stroke-width='3' fill='none'/></svg>"); /* SVG icon */
  background-repeat: no-repeat;
  background-position: 1px 1px;
  background-size: 80%;
  opacity: 0;
  overflow: hidden;
  transition: 200ms;
}
.locations__header form input[type=checkbox]:checked::before {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .locations__header form {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .locations__header form {
    gap: 1rem 3rem;
  }
}
@media screen and (min-width: 1100px) {
  .locations__header form {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1560px) {
  .locations__header form {
    grid-template-columns: repeat(4, 1fr);
  }
}
.locations__header label, .locations__header input[type=submit] {
  padding: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 4px #F7941E;
  border-radius: 1rem;
  font-size: 1.25rem;
  cursor: pointer;
}
.locations__header input[type=submit] {
  background: #F7941E;
  color: white;
}
.locations__header input[type=checkbox] {
  margin-left: 1rem;
}

/* Locations Cards */
.locations__grid .card, .blogs__grid .card {
  padding: 1rem;
  border: solid 4px #F7941E;
  border-radius: 1.75rem;
}
.locations__grid .card .tag, .blogs__grid .card .tag {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 4px;
}
.locations__grid .card h3, .blogs__grid .card h3 {
  font-size: 1.5rem;
  line-height: 1.1;
}
.locations__grid .card .links, .blogs__grid .card .links {
  display: flex;
  gap: 1rem;
}
.locations__grid .card i, .blogs__grid .card i {
  font-size: 1.5rem;
}
.locations__grid .card__header, .blogs__grid .card__header {
  padding-bottom: 1.75rem;
}
.locations__grid .card__content, .blogs__grid .card__content {
  position: relative;
  padding-top: 1.25rem;
  border-top: solid 4px #F7941E;
}
.locations__grid .card__content.no-map, .blogs__grid .card__content.no-map {
  height: 100%;
}
.locations__grid .card__content h4, .locations__grid .card__content h5, .locations__grid .card__content p, .blogs__grid .card__content h4, .blogs__grid .card__content h5, .blogs__grid .card__content p {
  line-height: 1.4;
}
.locations__grid .card__content h4, .blogs__grid .card__content h4 {
  margin-bottom: 0.75rem;
  font-size: 1.25rem;
  font-weight: bold;
}
.locations__grid .card__content .content--hidden, .blogs__grid .card__content .content--hidden {
  position: absolute;
  top: 0;
  left: 0;
  padding: 1.25rem;
  display: none;
  height: 100%;
  width: 100%;
  background: #F7941E;
  color: white;
  font-size: 1.125rem;
  line-height: 1.4;
}
.locations__grid .card__content .content-grid, .blogs__grid .card__content .content-grid {
  display: grid;
  gap: 1rem;
}
.locations__grid .card__content .column, .blogs__grid .card__content .column {
  padding-bottom: 0.25rem;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 1rem;
}
.locations__grid .card__content .opening-times .row, .blogs__grid .card__content .opening-times .row {
  display: flex;
  gap: 0.5rem;
}
.locations__grid .card__content .opening-times .row h5, .blogs__grid .card__content .opening-times .row h5 {
  flex-basis: 50%;
  text-align: center;
  padding: 0 0.5rem;
  background: rgba(247, 148, 30, 0.15);
}
.locations__grid .card__content .map-container, .blogs__grid .card__content .map-container {
  margin-top: 1.5rem;
}
.locations__grid .card__content .map-container iframe, .blogs__grid .card__content .map-container iframe {
  width: 100%;
  aspect-ratio: 2/1;
  border-radius: 0.5rem;
}
@media screen and (min-width: 768px) {
  .locations__grid .card, .blogs__grid .card {
    padding: 1.75rem;
    min-height: 24rem;
  }
  .locations__grid .card .tag, .blogs__grid .card .tag {
    font-size: 1rem;
  }
  .locations__grid .card h3, .blogs__grid .card h3 {
    font-size: 2rem;
  }
  .locations__grid .card .links, .blogs__grid .card .links {
    gap: 0.5rem;
  }
}

.locations__grid {
  margin-top: 5rem;
  display: grid;
  gap: 1.5rem;
}
.locations__grid .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (min-width: 420px) {
  .locations__grid .opening-times .row, .locations__grid .address {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 590px) and (max-width: 767px), screen and (min-width: 1200px) and (max-width: 1679px), screen and (min-width: 1780px) {
  .locations__grid .card__content .content-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .locations__grid .card__content .content-grid h5 {
    flex-basis: 3.75rem !important;
    text-align: left !important;
  }
}
@media screen and (min-width: 768px) {
  .locations__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1024px) {
  .locations__grid {
    gap: 3rem;
  }
}
@media screen and (min-width: 1680px) {
  .locations__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

/*# sourceMappingURL=style-v2.css.map */
