@font-face {
  font-family: CormorantGaramond-Bold;
  src: url(CormorantGaramond-Bold.ttf);
}
@font-face {
  font-family: Nunito-Regular;
  src: url(Nunito-Regular.ttf);
}
@font-face {
  font-family: Nunito-Bold;
  src: url(Nunito-Bold.ttf);
}
html {
  scroll-behavior: smooth;
}

body,
h1,
h2,
h3,
p,
a {
  margin: 0;
  padding: 0;
  font-family: Nunito-Regular;
  color: #3a3a3a;
}

h1,
h2 {
  font-family: CormorantGaramond-Bold;
  color: #0d3f86;
  text-transform: capitalize;
  line-height: 1.1em;
  letter-spacing: 1px;
}

h2 {
  font-size: 38px;
  margin-bottom: 30px;
  text-align: center;
}
h2 br {
  display: none;
}
@media only screen and (min-width: 800px) {
  h2 {
    margin-bottom: 40px;
    font-size: 52px;
  }
  h2 br {
    display: block;
  }
}

p {
  font-size: 14px;
  line-height: 1.5em;
  text-align: center;
}
@media only screen and (min-width: 300px) {
  p {
    font-size: 16px;
  }
}
@media only screen and (min-width: 800px) {
  p {
    font-size: 20px;
  }
}
p.smaller {
  font-size: 14px;
}
@media only screen and (min-width: 800px) {
  p.smaller {
    font-size: 16px;
  }
}

img {
  image-rendering: -webkit-optimize-contrast;
  display: block;
  width: 100%;
}

a {
  text-decoration: none;
  color: #3a3a3a;
  font-size: 14px;
}
@media only screen and (min-width: 300px) {
  a {
    font-size: 16px;
  }
}
@media only screen and (min-width: 800px) {
  a {
    font-size: 18px;
  }
}

section {
  padding: 100px 20px 0;
}
@media only screen and (min-width: 800px) {
  section {
    padding: 140px 20px 0;
  }
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transition: 0.2s;
  z-index: 999;
  background-color: rgba(255, 255, 255, 0);
}
header.bg {
  background-color: rgba(255, 255, 255, 0.7);
}
header nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 20px;
  box-sizing: border-box;
}
@media only screen and (min-width: 1200px) {
  header nav {
    max-width: 1400px;
    padding-left: 100px;
    padding-right: 100px;
    margin: auto;
  }
}
header nav a {
  margin: 0px 6px;
}
header nav a img {
  height: 46px;
  width: auto;
  max-width: 100%;
}
header nav a img.i8b-logo {
  height: 36px;
}
header nav a.button {
  background-color: #0d3f86;
  border-radius: 40px;
  padding: 12px 20px;
  color: white;
}
header nav .desktop-link {
  display: none;
}
header nav .burger-btn {
  margin-left: 10px;
}
@media only screen and (min-width: 700px) {
  header nav .burger-btn {
    margin-left: 50%;
  }
}
header nav .burger-btn img {
  width: 40px;
}
header .mobile-menu {
  overflow: auto;
  height: 100vh;
  width: 100%;
  background-color: white;
  color: #0d3f86;
  position: absolute;
  left: 0;
  top: 0;
  transform: translateX(120%);
  transition: 0.3s;
}
header .mobile-menu.slide-in {
  transform: translateX(0);
}
header .mobile-menu .menu {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  width: 100%;
}
header .mobile-menu .menu a {
  margin: 14px auto;
  font-size: 22px;
}
header .mobile-menu .menu a.button {
  margin-bottom: 20px;
}
header .mobile-menu .menu a.logo img {
  width: 120px;
}
header .mobile-menu .menu .close-btn {
  position: absolute;
  top: 30px;
  right: 30px;
}
header .mobile-menu .menu .close-btn img {
  width: 30px;
}
@media only screen and (min-width: 1100px) {
  header nav .desktop-link {
    display: block;
  }
  header .burger-btn,
header .mobile-menu {
    display: none;
  }
}
header.thankyou .burger-btn {
  display: none;
}

.owl-carousel {
  margin-top: 40px;
}
.owl-carousel .owl-dots {
  text-align: center;
  margin-top: 20px;
}
.owl-carousel .owl-dots button.owl-dot {
  width: 8px;
  height: 8px;
  margin: 0 4px;
  border-radius: 50%;
  background-color: #0d3f86;
  transition: 0.2s;
}
.owl-carousel .owl-dots button.owl-dot.active {
  opacity: 1;
  width: 36px;
  border-radius: 6px;
}
.owl-carousel .owl-nav {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1300px;
  margin: auto;
  z-index: 9;
}
.owl-carousel .owl-nav button {
  position: absolute;
  top: calc(50% - 20px);
  transition: opacity 0.3s;
}
.owl-carousel .owl-nav button img {
  height: 24px;
  width: 14px;
  margin: 6px;
}
.owl-carousel .owl-nav button.owl-prev {
  left: 0;
}
.owl-carousel .owl-nav button.owl-next {
  right: 0;
}
.owl-carousel .owl-nav button.disabled {
  opacity: 0;
}

main {
  min-height: 100vh;
  background: url("../images/landing-facade-mobile.jpg") no-repeat left bottom/contain;
  background-color: #c1e0eb;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
main .logo.first {
  margin-top: 20vh;
}
main .logo {
  width: 160px;
  z-index: 2;
}
main .bbr-logo {
  margin-bottom: 12px;
}
@media only screen and (orientation: landscape) {
  main {
    background: url("../images/landing-facade.jpg") no-repeat bottom/cover;
  }
  main .logo {
    display: none;
  }
}
@media only screen and (orientation: portrait) {
  main .overlay {
    background-image: linear-gradient(to bottom, #68b5ec, #68b5ec00);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 40vh;
    pointer-events: none;
  }
}
@media only screen and (orientation: landscape) {
  main.thankyou {
    justify-content: center;
    background: none;
  }
}
main.thankyou .wrap {
  margin-top: 20vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 2;
  padding: 0 20px;
}
@media only screen and (orientation: landscape) {
  main.thankyou .wrap {
    margin-top: 0;
  }
}
main.thankyou .wrap .button {
  background-color: #0d3f86;
  border-radius: 40px;
  padding: 12px 20px;
  color: white;
  margin-top: 20px;
}

@media only screen and (min-width: 1200px) {
  section#about {
    max-width: 1400px;
    padding-left: 100px;
    padding-right: 100px;
    margin: auto;
  }
}
section#about p {
  max-width: 1050px;
  margin: auto;
}

#data {
  background-color: #fef6f8;
}
#data .wrapper {
  max-width: 900px;
  width: 100%;
  box-sizing: border-box;
  padding: 40px 20px;
  margin: auto;
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
@media only screen and (min-width: 330px) {
  #data .wrapper br {
    display: none;
  }
}
#data .wrapper .item {
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  line-height: 0.7em;
}
#data .wrapper .item.mid {
  font-size: 22px;
}
#data .wrapper .item span {
  font-size: 0.5em;
}
@media only screen and (min-width: 330px) {
  #data .wrapper .item span {
    margin-left: -4px;
  }
}
#data .wrapper .divider {
  height: 50px;
  width: 2px;
  background-color: #f7d0d9;
  margin: 0 6px;
  transform: rotate(20deg);
}
@media only screen and (min-width: 800px) {
  #data .wrapper {
    margin-top: 60px !important;
    padding: 50px 80px;
  }
  #data .wrapper .divider {
    height: 80px;
  }
  #data .wrapper .item {
    font-size: 42px;
  }
  #data .wrapper .item.mid {
    font-size: 34px;
    letter-spacing: 1px;
  }
  #data .wrapper .item span {
    font-size: 0.6em;
    letter-spacing: 1px;
  }
}

.map-wrapper {
  overflow: hidden;
  width: 100%;
}
.map-wrapper svg#map-svg {
  width: 108%;
  height: auto;
  display: block;
  margin: auto;
  margin-top: 20px;
  margin-left: 10px;
}
@media only screen and (min-width: 920px) {
  .map-wrapper svg#map-svg {
    margin: auto;
    margin-top: 30px;
    width: 900px;
  }
}
.map-wrapper svg#map-svg .hl {
  opacity: 0;
  transition: 0.3s;
}
.map-wrapper svg#map-svg .hl.show {
  opacity: 1;
}
.map-wrapper svg#map-svg .button {
  cursor: pointer;
}
.map-wrapper svg#map-svg .button rect {
  transition: 0.1s;
}
.map-wrapper svg#map-svg .button.clicked rect {
  stroke-width: 2px;
  stroke: #0d3f86;
}

#distance-display {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 8px;
  width: 100%;
  box-sizing: border-box;
  max-width: 1000px;
  margin: auto;
  margin-top: 40px;
}
@media only screen and (min-width: 800px) {
  #distance-display {
    margin-top: 80px;
  }
}
#distance-display .item {
  width: 100%;
  box-sizing: border-box;
  padding-left: 4px;
}
#distance-display .item.logo {
  padding: 0 4px;
  margin-top: 3%;
}
@media only screen and (min-width: 800px) {
  #distance-display .item.logo {
    padding: 0 12px;
    margin-top: 16px;
    width: 120%;
  }
}
@media only screen and (min-width: 1100px) {
  #distance-display .item.logo {
    margin-top: 8px;
  }
}
#distance-display .item.logo img {
  max-width: 200px;
}
#distance-display .item img {
  max-width: 100px;
  margin: auto;
}
#distance-display .item p {
  font-size: 8px;
  line-height: 1em;
  font-weight: bold;
  text-align: center;
  margin-top: 4px;
}
#distance-display .item p span {
  font-weight: normal;
  display: block;
  margin-top: 8px;
}
@media only screen and (min-width: 320px) {
  #distance-display .item p {
    font-size: 10px;
  }
}
@media only screen and (min-width: 500px) {
  #distance-display .item p {
    font-size: 12px;
  }
}
@media only screen and (min-width: 800px) {
  #distance-display .item p {
    font-size: 18px;
    margin-top: 8px;
  }
}
#distance-display .divider {
  height: 1px;
  background-color: #0d3f86;
  width: 50%;
  opacity: 0.6;
  margin-top: 6%;
}
@media only screen and (min-width: 320px) {
  #distance-display .divider {
    height: 2px;
  }
}
@media only screen and (min-width: 800px) {
  #distance-display .divider {
    margin-top: 48px;
    width: 100%;
  }
  #distance-display .divider.shorter {
    width: 40%;
  }
}

#accordion {
  background-color: #0d3f86;
  width: 100%;
  margin-top: 40px;
}
#accordion .wrapper {
  padding: 30px 0 60px;
  color: white;
  max-width: 800px;
  margin: auto;
}
@media only screen and (min-width: 800px) {
  #accordion .wrapper {
    padding: 40px 0 70px;
  }
}
#accordion .wrapper .item .tag {
  cursor: pointer;
  padding: 20px 28px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1px;
}
@media only screen and (min-width: 800px) {
  #accordion .wrapper .item .tag {
    font-size: 24px;
  }
}
#accordion .wrapper .item .content {
  height: 0;
  box-sizing: border-box;
  transition: 0.2s;
  overflow: hidden;
  margin: 0 20px;
  border-bottom: 1px solid white;
}
#accordion .wrapper .item .content ul {
  margin: 0;
  padding-bottom: 26px;
  padding-left: 26px;
}
#accordion .wrapper .item .content ul li {
  font-size: 14px;
  margin-bottom: 8px;
}
@media only screen and (min-width: 300px) {
  #accordion .wrapper .item .content ul li {
    font-size: 16px;
  }
}
@media only screen and (min-width: 800px) {
  #accordion .wrapper .item .content ul li {
    font-size: 20px;
    margin-bottom: 6px;
  }
}
#accordion .wrapper .item img {
  width: 16px;
}
#accordion .wrapper .item img.minus {
  display: none;
}
@media only screen and (min-width: 800px) {
  #accordion {
    margin-top: 60px;
  }
}

@media only screen and (min-width: 1200px) {
  section#benefits {
    max-width: 1400px;
    padding-left: 100px;
    padding-right: 100px;
    margin: auto;
  }
}
section#benefits .owl-carousel .owl-nav button {
  top: unset;
  bottom: 14%;
}
section#benefits .item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0 4px;
}
@media only screen and (min-width: 800px) {
  section#benefits .item {
    align-items: center;
  }
}
section#benefits .item img {
  max-width: 1000px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 800px) {
  section#benefits .item img {
    margin-bottom: 40px;
  }
}
section#benefits .item .title {
  font-weight: bold;
  font-size: 24px;
}
@media only screen and (min-width: 800px) {
  section#benefits .item .title {
    text-align: center;
    font-size: 28px;
  }
}
section#benefits .item ul.points {
  display: flex;
  flex-direction: column;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-padding-start: 16px;
          padding-inline-start: 16px;
}
@media only screen and (min-width: 800px) {
  section#benefits .item ul.points {
    align-items: center;
  }
}
section#benefits .item ul.points li {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
section#benefits .item ul.points li p {
  text-align: left;
}

@media only screen and (min-width: 946px) {
  section#floor-plan h2 {
    margin-left: -196px;
  }
}
@media only screen and (min-width: 1200px) {
  section#floor-plan {
    max-width: 1400px;
    padding-left: 100px;
    padding-right: 100px;
    margin: auto;
  }
}
section#floor-plan .wrapper .title {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 1px;
}
section#floor-plan .wrapper p {
  font-weight: bold;
}
section#floor-plan .wrapper .info .size {
  margin-top: 4px;
  display: none;
}
section#floor-plan .wrapper .info .size.selected {
  display: block;
}
section#floor-plan .wrapper .info .size span {
  display: inline-block;
  margin: 0 8px;
}
section#floor-plan .wrapper .info img {
  display: none;
  margin-top: 30px;
  max-width: 700px;
}
section#floor-plan .wrapper .info img.selected {
  display: block;
}
@media only screen and (min-width: 800px) {
  section#floor-plan .wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin-top: -30px;
  }
  section#floor-plan .wrapper p {
    text-align: left;
  }
  section#floor-plan .wrapper .title,
section#floor-plan .wrapper .size {
    margin-left: 12px;
  }
  section#floor-plan .wrapper .title {
    font-size: 28px;
    margin-top: 30px;
  }
  section#floor-plan .wrapper .info {
    margin-left: 80px;
  }
}
section#floor-plan .wrapper .nav .select {
  color: #d92a4f;
  font-family: Nunito-Bold;
  margin-bottom: 20px;
  margin-top: 40px;
  font-size: 14px !important;
  letter-spacing: 0.5px;
}
@media only screen and (min-width: 800px) {
  section#floor-plan .wrapper .nav .select {
    margin-top: 50px;
  }
}
section#floor-plan .wrapper .nav .type {
  display: flex;
  justify-content: center;
  margin: 12px 0 30px;
}
section#floor-plan .wrapper .nav .type p {
  border-left: 4px solid lightgray;
  cursor: pointer;
  padding-left: 12px;
  text-transform: uppercase;
  font-family: Nunito-Bold;
  opacity: 0.4;
}
section#floor-plan .wrapper .nav .type p:first-of-type {
  margin-right: 40px;
}
section#floor-plan .wrapper .nav .type p.selected {
  border-color: #0d3f86;
  opacity: 1;
}
section#floor-plan .wrapper .nav .type p span {
  font-size: 1.3em;
}
@media only screen and (min-width: 800px) {
  section#floor-plan .wrapper .nav .type {
    flex-direction: column;
  }
  section#floor-plan .wrapper .nav .type p {
    padding: 8px 0;
    padding-left: 24px;
    white-space: nowrap;
  }
}

@-webkit-keyframes blink {
  0% {
    stroke-opacity: 0;
  }
  100% {
    stroke-opacity: 0.8;
  }
}

@keyframes blink {
  0% {
    stroke-opacity: 0;
  }
  100% {
    stroke-opacity: 0.8;
  }
}
section#innovation {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
@media only screen and (min-width: 1200px) {
  section#innovation {
    max-width: 1400px;
    padding-left: 100px;
    padding-right: 100px;
    margin: auto;
  }
}
section#innovation h2,
section#innovation .title {
  padding: 0 20px;
}
section#innovation .title {
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  margin-bottom: 40px;
  text-transform: capitalize;
}
@media only screen and (min-width: 800px) {
  section#innovation .title {
    text-align: center;
    font-size: 28px;
    margin-bottom: 60px;
  }
}
section#innovation .wrapper {
  width: 123%;
  position: relative;
  margin-left: -7%;
}
@media only screen and (min-width: 600px) {
  section#innovation .wrapper {
    width: 100%;
    margin-left: 0;
  }
}
section#innovation .wrapper svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
section#innovation .wrapper svg.desktop {
  display: none;
}
@media only screen and (min-width: 800px) {
  section#innovation .wrapper svg.desktop {
    display: block;
  }
  section#innovation .wrapper svg.mobile {
    display: none;
  }
}
section#innovation .wrapper svg .dot {
  cursor: pointer;
  opacity: 0;
  transition: 0.2s;
}
section#innovation .wrapper svg .dot.selected {
  opacity: 1;
}
@media only screen and (min-width: 800px) {
  section#innovation .wrapper svg .dot {
    opacity: 1;
  }
}
section#innovation .wrapper svg .dot circle:last-of-type {
  -webkit-animation: blink 0.9s ease infinite alternate;
          animation: blink 0.9s ease infinite alternate;
}
section#innovation .wrapper svg .card {
  opacity: 0;
  transition: 0.2s;
}
section#innovation .wrapper svg .card.display {
  opacity: 1;
}
section#innovation .factory-carousel {
  margin-top: 20px;
}
@media only screen and (min-width: 800px) {
  section#innovation .factory-carousel {
    display: none;
  }
}
section#innovation .factory-carousel .item {
  width: calc(100% - 80px);
  margin: 10px auto 20px;
  box-sizing: border-box;
  text-align: center;
}
section#innovation .factory-carousel .owl-nav button {
  top: 12px;
}
section#innovation .factory-carousel .owl-nav button img {
  height: 20px;
  margin: 6px 10px;
}
@media only screen and (min-width: 800px) {
  section#innovation .factory-carousel .owl-nav button img {
    height: 24px;
    margin: 6px;
  }
}
section#innovation .note {
  font-size: 12px;
  text-align: center;
  margin-top: 14px;
  display: none;
}
@media only screen and (min-width: 800px) {
  section#innovation .note {
    display: block;
  }
}

section#vr {
  padding-left: 10px;
  padding-right: 10px;
}
@media only screen and (min-width: 1200px) {
  section#vr {
    padding-left: 0px;
    padding-right: 0px;
  }
}
section#vr .button {
  background-color: #0d3f86;
  border-radius: 40px;
  padding: 12px 40px;
  color: white;
  display: flex;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
@media only screen and (min-width: 800px) {
  section#vr .button {
    font-size: 24px;
    margin-bottom: 30px;
  }
}
section#vr .button img {
  width: 18px;
  margin-left: 12px;
}
section#vr .wrapper {
  position: relative;
}
@media only screen and (min-width: 1200px) {
  section#vr .wrapper {
    margin: 0;
  }
}
section#vr .wrapper iframe {
  height: 80vh;
  min-height: 400px;
}
section#vr .wrapper iframe .typea#typea {
  display: none !important;
}

section#gallery {
  text-align: center;
}
@media only screen and (min-width: 1200px) {
  section#gallery {
    max-width: 1400px;
    padding-left: 100px;
    padding-right: 100px;
    margin: auto;
  }
}
section#gallery .image img {
  max-width: 1000px;
  margin: auto;
}
@media only screen and (min-width: 800px) {
  section#gallery .image img {
    width: calc(100% - 80px);
  }
}

section#clients img {
  max-width: 900px;
  margin: 40px auto 0;
}
section#clients img.desktop {
  display: none;
}
@media only screen and (min-width: 800px) {
  section#clients img.desktop {
    display: block;
    margin: 60px auto 0;
  }
  section#clients img.mobile {
    display: none;
  }
}

section#registration h2 {
  margin-bottom: 40px;
  text-align: center;
}
section#registration input {
  background-color: #f6f6f6;
  -moz-columns: gray;
       columns: gray;
  padding: 12px;
  border-radius: 40px;
  width: 100%;
  max-width: 700px;
  font-family: Nunito-Regular;
  border: none;
  margin: auto;
  margin-bottom: 20px;
  text-align: center;
  box-sizing: border-box;
  display: block;
  font-size: 16px;
}
@media only screen and (min-width: 800px) {
  section#registration input {
    font-size: 18px;
  }
}
section#registration input.button {
  background-color: #0d3f86;
  color: white;
}
section#registration .checkbox-wrapper {
  display: flex;
  align-items: center;
  margin: 30px auto;
}
@media only screen and (min-width: 800px) {
  section#registration .checkbox-wrapper {
    max-width: 524px;
  }
}
section#registration .checkbox-wrapper input.checkbox {
  width: 18px;
  height: 18px;
  margin: 0;
  margin-right: 8px;
  margin-top: 2px;
}
section#registration .checkbox-wrapper label.checkbox {
  font-size: 14px;
  color: #3a3a3a;
  font-family: Nunito-Regular;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
section#registration .checkbox-wrapper label.checkbox a {
  color: #3a3a3a;
  font-size: 14px;
}

section#contact {
  padding: 80px 20px !important;
  padding-bottom: 60px;
  margin-top: 80px;
  background: url(../images/contact-bg.jpg) no-repeat center/cover;
}
@media only screen and (min-width: 800px) {
  section#contact {
    margin-top: 100px;
  }
}
section#contact p {
  color: white;
  margin-bottom: 16px;
  text-align: center;
}
section#contact p.name {
  font-size: 28px;
  line-height: 1em;
  margin-bottom: 18px;
  font-weight: bold;
  letter-spacing: 1px;
}
section#contact .nav-btns {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
section#contact .nav-btns .btn {
  border-radius: 40px;
  padding: 12px 20px;
  border: 1px solid white;
  color: white;
  margin: 0 10px;
  cursor: pointer;
  font-family: Nunito-Bold;
  width: 100%;
  text-align: center;
  max-width: 120px;
}

.rcaptcha-wrapper {
  margin-bottom: 20px;
  overflow: auto;
}
.rcaptcha-wrapper #rcaptcha {
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

#captcha-warning {
  color: red;
  text-align: center;
  font-weight: normal;
  font-size: 14px;
  margin-top: 4px;
}

.modal {
  width: 100%;
  height: 100vh;
  overflow-y: auto;
  position: relative;
  display: flex;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
}
.modal .overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1;
}
.modal .pop-up {
  background-color: #110932;
  margin: 70px auto 20px;
  padding: 70px 20px 40px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  z-index: 2;
  position: relative;
  width: calc(100% - 40px);
  max-width: 856px;
  box-sizing: border-box;
  border-radius: 4px;
}
.modal .pop-up .pop-up-close-btn {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 24px;
  height: auto;
  cursor: pointer;
}
.modal .pop-up h3,
.modal .pop-up .text {
  color: white;
  text-align: center;
}
.modal .pop-up h3 {
  margin: auto;
  margin-bottom: 26px;
  padding-bottom: 12px;
  font-size: 24px;
  border-bottom: 1px solid white;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  letter-spacing: 1px;
}
.modal .pop-up .text {
  font-size: 14px;
  margin-bottom: 12px;
  line-height: 1.5;
}
@media only screen and (min-width: 800px) {
  .modal .pop-up {
    padding: 70px 60px;
  }
  .modal .pop-up h3 {
    font-size: 30px;
  }
  .modal .pop-up .text {
    font-size: 16px;
  }
  .modal .pop-up .pop-up-close-btn {
    top: 30px;
    right: 30px;
  }
}
@media only screen and (min-width: 1020px) and (orientation: landscape) {
  .modal {
    align-items: center;
  }
  .modal .pop-up {
    margin: 0 auto;
  }
}

.brochure-box {
  background-color: rgba(217, 42, 80, 0.1);
  padding: 16px 12px;
  max-width: 700px;
  box-sizing: border-box;
  margin: auto;
  margin-bottom: 30px;
  border-radius: 8px;
}
.brochure-box p a {
  white-space: nowrap;
}
.brochure-box p span {
  color: #d92a4f;
  font-weight: bold;
  cursor: pointer;
  font-size: 20px;
}
@media only screen and (min-width: 800px) {
  .brochure-box p span {
    font-size: 22px;
  }
}/*# sourceMappingURL=style.css.map */