:root {
  --conversion-flow-library--sandy-brown: #ffa84b;
  --conversion-flow-library--light-coral: #ff5e69;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 27px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Manrope, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}

p {
  margin-bottom: 10px;
  font-family: Manrope, sans-serif;
  font-size: 15px;
  line-height: 28px;
}

a {
  color: #000;
  text-decoration: none;
}

.home-banner {
  flex-direction: row;
  width: 100vw;
  height: 90vh;
  display: flex;
  position: relative;
}

._50-div {
  width: 50%;
  height: 100%;
}

._50-div.blue-gradient {
  background-image: url('../images/Blue-Gradient.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: auto 110%;
  padding-left: 50px;
  padding-right: 25px;
}

._50-div.blue-gradient.flex {
  background-position: 100%;
  flex-direction: column;
  justify-content: space-around;
  display: flex;
}

._50-div.security-guard {
  background-image: url('../images/Security-Home-Banner.jpg');
  background-position: 65%;
  background-size: cover;
  height: 100%;
}

._50-div.flex-centre {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

._50-div.flex-centre.padding {
  padding-right: 25px;
}

.heading {
  color: #117bc1;
  font-family: Manrope, sans-serif;
  font-size: 57px;
  font-weight: 300;
  line-height: 57px;
}

.heading.left-padding {
  padding-left: 50px;
}

.heading.white {
  color: #fff;
}

.heading.white.padding {
  margin-bottom: 20px;
}

.heading.centred {
  text-align: center;
}

.p-white {
  color: #fff;
  font-size: 15px;
  line-height: 25px;
}

.p-white.left-padding {
  padding-left: 50px;
}

.p-white.action {
  margin-bottom: 0;
}

.p-white.bold {
  font-weight: 700;
}

.button {
  border-radius: 20px;
  margin-right: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Manrope, sans-serif;
  font-weight: 300;
}

.button.white-outline {
  background-color: #3898ec00;
  border: 1px solid #fff;
}

.button.white-outline.fiexed-width {
  text-align: center;
  width: 190px;
  transition: all .4s;
}

.button.white-outline.fiexed-width:hover {
  color: #117bc3;
  background-color: #fff;
}

.button.white-outline.fiexed-width.blue {
  background-color: #117bc2;
  border-style: none;
}

.button.white-outline.fiexed-width.blue:hover {
  color: #117bc3;
  background-color: #fff;
}

.button.blue-outline {
  color: #117bc2;
  background-color: #fff0;
  border: 1px solid #3998ed;
  transition: all .3s ease-in-out;
}

.button.blue-outline:hover {
  color: #fff;
  background-color: #117bc2;
}

.button.blue-outline.no-padding {
  margin-right: 0;
}

.button.blue-outline.no-padding.small {
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 14px;
}

.button-div {
  margin-top: 25px;
}

.header-div {
  height: 100px;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
}

.pre-header {
  background-color: #117bc1;
}

._70-width {
  width: 70%;
}

._70-width.felx-centred {
  flex-direction: column;
  align-items: center;
  display: flex;
}

._70-width.left-aligned {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.section {
  padding: 30px 50px;
}

.section.right-flex {
  justify-content: flex-end;
  display: flex;
}

.section.centred {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.section.blue-gradient {
  background-image: url('../images/Blue-Gradient.jpg');
  background-position: 0 0;
  background-size: cover;
}

.section.blue-gradient.flex-horizontal {
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.section.blue-gradient.flex-horizontal._80vh, .section.blue-gradient._80vh {
  height: 80vh;
}

.section.blue-gradient._80vh.flex-verticle {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 60vh;
  display: flex;
}

.section.extra-padding {
  padding-top: 60px;
  padding-bottom: 60px;
}

.quick-stack {
  width: 100%;
}

.rounded-image {
  border-radius: 20px;
  width: 100%;
  max-width: none;
  margin-bottom: 18px;
}

.heading-2 {
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 26px;
}

.div-block {
  width: 100%;
}

.div-block.flex-spread {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.blue-tile {
  background-color: #176aa1;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 10px;
  transition: all .6s ease-in-out;
  display: flex;
  box-shadow: 0 6px 10px 3px #0003;
}

.blue-tile:hover {
  box-shadow: 0 6px 10px 3px #2caaffb0;
}

.image {
  padding: 15px;
}

.centred {
  text-align: center;
}

.centred._70 {
  padding-top: 50px;
  padding-bottom: 50px;
}

._100-width {
  width: 100%;
}

._100-width.height {
  margin-top: 30px;
  margin-bottom: 30px;
  padding-left: 0;
  padding-right: 0;
}

.block-quote {
  text-align: left;
  border: 1px #000;
  padding-left: 0;
  font-family: Bai Jamjuree, sans-serif;
  font-size: 26px;
  line-height: 31px;
}

.text-block {
  margin-bottom: -35px;
  font-family: Bai Jamjuree, sans-serif;
  font-size: 90px;
  font-weight: 600;
  line-height: 50px;
}

.venue-name {
  text-transform: uppercase;
  margin-bottom: 22px;
  font-family: Bai Jamjuree, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
}

.contact-us-section {
  background-color: #117bc2;
  align-items: center;
  height: 80vh;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
}

.contact-us-section.contact-page {
  background-color: #fff;
  height: 100vh;
}

.divline-white {
  background-color: #fff;
  width: 100%;
  height: 1px;
  margin-top: 35px;
  margin-bottom: 35px;
}

.divline-white.blue {
  background-color: #117bc1;
  height: 2px;
}

.div-block-2 {
  align-items: center;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
  display: flex;
}

.cta-icon {
  margin-right: 10px;
}

.form-block {
  width: 100%;
}

.field-label {
  font-family: Manrope, sans-serif;
  font-weight: 700;
}

.quick-stack-2 {
  height: 100%;
}

.text-field {
  color: #fff;
  background-color: #fff0;
  border: 1px #000;
  border-bottom: 2px solid #fff;
  font-family: Manrope, sans-serif;
}

.text-field:focus {
  background-color: #0b3550;
}

.text-field::placeholder {
  color: #fff;
  font-weight: 300;
}

.text-field.blue {
  border-bottom-color: #117bc2;
}

.text-field.blue::placeholder {
  color: #333;
}

.textarea {
  border-radius: 8px;
  min-height: 130px;
  font-family: Manrope, sans-serif;
}

.footer-section {
  background-color: #176aa1;
  flex-direction: column;
  align-items: stretch;
  height: 50vh;
  padding: 25px 50px;
  display: flex;
}

.image-2 {
  margin-bottom: 15px;
}

.footer-heading {
  color: #fff;
  overflow-wrap: normal;
  margin-bottom: 18px;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 27px;
}

.footer-link {
  color: #fff;
  margin-top: 3px;
  margin-bottom: 3px;
}

.footer-cell {
  flex-direction: column;
  align-items: flex-start;
}

.cell {
  justify-content: space-between;
}

.section-2 {
  z-index: 99;
  justify-content: space-between;
  align-items: center;
  padding: 19px 50px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.under-construction {
  background-image: url('../images/Blue-Gradient.jpg');
  background-position: 0 0;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.cf-logos-social {
  cursor: pointer;
  object-fit: contain;
  border: 1px solid #0000001a;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.cf-logos-social:hover {
  background-color: var(--conversion-flow-library--sandy-brown);
}

.cf-logos-social.open-nav {
  width: 76px;
  height: 76px;
}

.cf-logos-social.open-nav-middle {
  width: 76px;
  height: 76px;
  margin-left: 40px;
  margin-right: 40px;
}

.cf-nav-4-social-icons {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  margin-right: 40px;
  display: flex;
}

.cf-nav-4-social-icons.open-navigation {
  margin-top: 40px;
  margin-right: 0;
}

.cf-connect-text {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.cf-connect-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 135px;
  display: flex;
}

.cf-link-text-navbar-4 {
  letter-spacing: -.8px;
  margin-left: 0;
}

.cf-pink-line {
  background-color: #ff4f11;
  width: 46px;
  height: 2px;
  margin-right: 20px;
}

.cf-pink-line.animate {
  background-color: #2182c6;
  width: 0;
  margin-right: 20px;
}

.cf-navigation-4-link {
  color: #000;
  align-items: center;
  margin-bottom: 20px;
  margin-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  line-height: 187%;
  text-decoration: none;
  display: flex;
}

.cf-navigation-4-link.w--current {
  color: #1c0309;
  padding-left: 0;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
}

.cf-nav-4-links-right-container {
  flex-direction: column;
  align-items: flex-start;
  width: 230px;
  margin-right: 0;
  display: flex;
}

.cf-nav-4-links-left-container {
  flex-direction: column;
  align-items: flex-start;
  width: 230px;
  margin-right: 100px;
  display: flex;
}

.cf-nav-4-links-container {
  justify-content: space-between;
  width: auto;
  margin-top: 460px;
  margin-left: 60px;
  display: flex;
}

.cf-close-text {
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.cf-close-contain {
  background-image: url('../images/cross-icon.svg');
  background-position: 50%;
  background-size: auto;
  justify-content: center;
  align-items: center;
  width: 27px;
  height: 27px;
  margin-right: 20px;
  display: flex;
}

.cf-close-button {
  cursor: pointer;
  background-color: #fff;
  align-items: center;
  padding: 25px 44px;
  transition: opacity .2s;
  display: flex;
  position: absolute;
  inset: 58px 111px auto auto;
}

.cf-close-button:hover {
  opacity: .8;
}

.cf-navigation-logo {
  object-fit: contain;
}

.cf-brand-logo-nav-menu {
  cursor: pointer;
  position: absolute;
  inset: 60px auto auto 85px;
}

.cf-brand-logo-nav-menu.w--current {
  position: absolute;
  inset: 60px auto auto 85px;
}

.cf-menu-navigation-wrap {
  z-index: 10000000;
  opacity: 0;
  background-color: #e9e9e9;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding: 52px 111px 150px;
  display: block;
  position: fixed;
  inset: 0%;
  overflow: scroll;
}

.cf-menu-line._2 {
  color: #000;
  background-color: #1c0309;
  border: 1px solid #fff;
  width: 26.5px;
  height: 2px;
  margin-bottom: 0;
  transform: scale(1);
}

.cf-menu-line._1 {
  color: #000;
  background-color: #1c0309;
  border: 1px solid #fff;
  width: 14px;
  height: 2px;
  margin-bottom: 10px;
  transform: translate(0);
}

.cf-menu-icon {
  color: #fff;
  -webkit-text-stroke-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  margin-left: 10px;
  display: flex;
}

.cf-menu-text {
  color: #fff;
  letter-spacing: .8px;
  font-family: Bai Jamjuree, sans-serif;
  font-weight: 700;
  line-height: 125%;
}

.cf-nav-4-menu {
  color: #fff;
  cursor: pointer;
  align-items: center;
  display: flex;
  position: relative;
}

.cf-nav-4-menu:hover {
  opacity: 1;
}

.cf-nav-4-right-container {
  align-items: stretch;
  display: flex;
}

.cf-brand-logo-4 {
  cursor: pointer;
}

.cf-navigation-4-container {
  z-index: 10;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1340px;
  margin-left: auto;
  margin-right: auto;
  padding: 25px 50px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.cell-flex {
  justify-content: center;
}

.cell-flex.top {
  justify-content: flex-start;
}

.label {
  background-color: #176aa1;
  border-radius: 20px;
  width: auto;
  margin-bottom: -15px;
  padding: 5px 30px;
}

.white-label {
  color: #fff;
  text-transform: uppercase;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  font-family: Bai Jamjuree, sans-serif;
  font-size: 11px;
  line-height: 23px;
  display: block;
}

.heading-3 {
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 26px;
}

._70--width {
  flex-direction: column;
  justify-content: center;
  width: 70%;
  height: 100%;
  display: flex;
}

._70--width.blue-gradient {
  background-image: url('../images/Blue-Gradient.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: auto 110%;
  padding-left: 50px;
  padding-right: 25px;
}

._70--width.blue-gradient.flex {
  background-position: 100% 100%;
  flex-direction: column;
  justify-content: space-around;
  display: flex;
}

._70--width.security-guard {
  background-image: url('../images/Security-Home-Banner.jpg');
  background-position: 65%;
  background-size: cover;
  height: 100%;
}

._70--width.flex-centre {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

._70--width.flex-centre.padding {
  padding-right: 25px;
}

.quick-stack-4 {
  flex: 1;
  align-self: stretch;
  width: 100%;
}

.outlines-tile {
  background-color: #176aa100;
  border: 3px solid #fff;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 10px;
  transition: all .6s ease-in-out;
  display: flex;
  box-shadow: 0 6px 10px 3px #0003;
}

.outlines-tile:hover {
  box-shadow: 0 6px 10px 3px #2caaffb0;
}

.text-block-2 {
  color: #fff;
  font-family: Manrope, sans-serif;
  font-size: 40px;
  line-height: 50px;
}

.feature-text {
  color: #fff;
  text-align: center;
  font-family: Manrope, sans-serif;
  font-size: 24px;
  line-height: 30px;
}

.cell-2 {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
}

.tabs {
  justify-content: flex-start;
  display: flex;
}

.tabs-menu {
  flex-direction: column;
  width: 30%;
  display: flex;
}

.text-block-3 {
  color: #fff;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  line-height: 25px;
}

.tab-link-tab-1 {
  color: #117bc3;
  background-color: #fff;
  border-left: 3px solid #117bc2;
  margin-top: 6px;
  margin-bottom: 6px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Manrope, sans-serif;
  font-size: 16px;
}

.tab-link-tab-1.w--current {
  color: #fff;
  background-color: #117bc2;
  border-radius: 12px;
  padding-top: 11px;
  padding-bottom: 11px;
  font-family: Manrope, sans-serif;
  font-size: 17px;
}

.tab-link-tab-2 {
  color: #117bc3;
  background-color: #ddd0;
  border-left: 3px solid #117bc3;
  margin-top: 6px;
  margin-bottom: 6px;
  font-family: Manrope, sans-serif;
}

.div-block-3 {
  border: 3px solid #117bc3;
  border-radius: 20px;
  margin-top: 57px;
  padding: 25px;
}

.blue {
  color: #117bc3;
}

.tabs-content {
  width: 70%;
  padding-left: 30px;
}

.cell-3, .cell-4 {
  justify-content: center;
  align-items: center;
}

.banner-copy {
  color: #fff;
  font-size: 24px;
  font-weight: 300;
  line-height: 30px;
}

.banner-copy.blue {
  color: #117bc1;
}

.h2 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Manrope, sans-serif;
  font-size: 23px;
  font-weight: 300;
  line-height: 26px;
}

.cell-5 {
  background-color: #117bc2;
  border-radius: 20px;
  flex-direction: row;
  justify-content: flex-start;
  padding-right: 20px;
}

.white-div {
  background-color: #fff;
  border: 2px solid #117bc2;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 22vh;
  padding: 25px;
  display: flex;
}

.div-block-4 {
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  height: 100%;
  margin-left: 10px;
  display: flex;
}

.light-blue {
  color: #86cfff;
}

.div-block-5 {
  background-image: url('../images/Brisbane_Convention__Exhibition_Centre.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  width: 100%;
  height: 40vh;
}

.body {
  background-color: #fff;
}

.cf-logos-social-2 {
  cursor: pointer;
  object-fit: contain;
  border: 1px solid #0000001a;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.cf-logos-social-2:hover {
  background-color: var(--conversion-flow-library--sandy-brown);
}

.cf-logos-social-2.open-nav {
  width: 76px;
  height: 76px;
}

.cf-logos-social-2.open-nav-middle {
  width: 76px;
  height: 76px;
  margin-left: 40px;
  margin-right: 40px;
}

.cf-nav-4-social-icons-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  margin-right: 40px;
  display: flex;
}

.cf-nav-4-social-icons-2.open-navigation {
  margin-top: 40px;
  margin-right: 0;
}

.cf-connect-text-2 {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.cf-connect-wrapper-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 135px;
  display: flex;
}

.cf-link-text-navbar-5 {
  letter-spacing: -.8px;
  margin-left: 0;
}

.cf-pink-line-2 {
  background-color: #ff4f11;
  width: 46px;
  height: 2px;
  margin-right: 20px;
}

.cf-pink-line-2.animate {
  background-color: var(--conversion-flow-library--light-coral);
  width: 0;
  margin-right: 20px;
}

.cf-navigation-4-link-2 {
  color: #000;
  align-items: center;
  margin-bottom: 20px;
  margin-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  line-height: 187%;
  text-decoration: none;
  display: flex;
}

.cf-navigation-4-link-2.w--current {
  color: #1c0309;
  padding-left: 0;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
}

.cf-nav-4-links-right-container-2 {
  flex-direction: column;
  align-items: flex-start;
  width: 230px;
  margin-right: 0;
  display: flex;
}

.cf-nav-4-links-left-container-2 {
  flex-direction: column;
  align-items: flex-start;
  width: 230px;
  margin-right: 100px;
  display: flex;
}

.cf-nav-4-links-container-2 {
  justify-content: space-between;
  width: auto;
  margin-top: 460px;
  margin-left: 60px;
  display: flex;
}

.cf-close-text-2 {
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.cf-close-contain-2 {
  background-image: url('../images/cross-icon.svg');
  background-position: 50%;
  background-size: auto;
  justify-content: center;
  align-items: center;
  width: 27px;
  height: 27px;
  margin-right: 20px;
  display: flex;
}

.cf-close-button-2 {
  cursor: pointer;
  background-color: #fff;
  align-items: center;
  padding: 25px 44px;
  transition: opacity .2s;
  display: flex;
  position: absolute;
  inset: 58px 111px auto auto;
}

.cf-close-button-2:hover {
  opacity: .8;
}

.cf-navigation-logo-2 {
  object-fit: contain;
}

.cf-brand-logo-nav-menu-2 {
  cursor: pointer;
  position: absolute;
  inset: 60px auto auto 85px;
}

.cf-brand-logo-nav-menu-2.w--current {
  position: absolute;
  inset: 60px auto auto 85px;
}

.cf-menu-navigation-wrap-2 {
  z-index: 10000000;
  opacity: 0;
  background-color: #e9e9e9;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100%;
  padding: 52px 111px 150px;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: scroll;
}

.cf-menu-line-2._2 {
  color: #000;
  background-color: #1c0309;
  width: 26.5px;
  height: 2px;
  margin-bottom: 0;
  transform: scale(1);
}

.cf-menu-line-2._1 {
  color: #000;
  background-color: #1c0309;
  width: 14px;
  height: 2px;
  margin-bottom: 10px;
  transform: translate(0);
}

.cf-menu-icon-2 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  margin-left: 10px;
  display: flex;
}

.cf-menu-text-2 {
  color: #000;
  letter-spacing: .8px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  line-height: 125%;
}

.cf-nav-4-menu-2 {
  cursor: pointer;
  align-items: center;
  display: flex;
  position: relative;
}

.cf-nav-4-menu-2:hover {
  opacity: 1;
}

.cf-nav-4-right-container-2 {
  align-items: stretch;
  display: flex;
}

.cf-brand-logo-5 {
  cursor: pointer;
}

.cf-navigation-4-container-2 {
  justify-content: space-between;
  align-items: center;
  width: 95%;
  max-width: 1340px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
}

.navbar-logo-left {
  z-index: 10;
  background-color: #176aa1;
  width: 100vw;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar-logo-left.contact-us {
  position: static;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100vw;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #fff;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Bai Jamjuree, sans-serif;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  color: #fff;
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Bai Jamjuree, sans-serif;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #072e61;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.verison {
  color: #167dc2;
  font-family: Manrope, sans-serif;
  font-weight: 200;
}

.success-message {
  text-align: center;
  background-color: #176aa1;
  border-radius: .6rem;
  height: 100%;
  font-weight: 700;
}

.text-block-4 {
  color: #fff;
  font-family: Bai Jamjuree, sans-serif;
}

.error-message {
  text-align: center;
  background-color: #ff5b5b;
  border-radius: .6rem;
  padding: 20px;
  font-family: Bai Jamjuree, sans-serif;
  font-weight: 600;
}

@media screen and (max-width: 991px) {
  .cf-connect-wrapper {
    margin-top: 100px;
  }

  .cf-nav-4-links-left-container {
    margin-right: 140px;
  }

  .cf-nav-4-links-container {
    margin-left: 0;
  }

  .cf-close-contain {
    background-image: url('../images/cross-icon.svg');
    background-position: 50%;
    background-size: auto;
  }

  .cf-close-button {
    top: 52px;
    right: 85px;
  }

  .cf-menu-navigation-wrap {
    opacity: 0;
    padding-bottom: 100px;
    padding-left: 100px;
    padding-right: 85px;
    display: none;
  }

  .cf-navigation-4-container {
    max-width: 100%;
  }

  .cf-connect-wrapper-2 {
    margin-top: 100px;
  }

  .cf-nav-4-links-left-container-2 {
    margin-right: 140px;
  }

  .cf-nav-4-links-container-2 {
    margin-left: 0;
  }

  .cf-close-contain-2 {
    background-image: url('../images/cross-icon.svg');
    background-position: 50%;
    background-size: auto;
  }

  .cf-close-button-2 {
    top: 52px;
    right: 85px;
  }

  .cf-menu-navigation-wrap-2 {
    opacity: 0;
    padding-bottom: 100px;
    padding-left: 100px;
    padding-right: 85px;
    display: none;
  }

  .cf-navigation-4-container-2 {
    max-width: 650px;
  }

  .container {
    max-width: 728px;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }
}

@media screen and (max-width: 767px) {
  .home-banner {
    height: 77vh;
    min-height: 70vh;
  }

  ._50-div {
    width: 100%;
  }

  ._50-div.blue-gradient.flex {
    width: 100%;
    height: 80%;
  }

  ._50-div.security-guard {
    display: none;
  }

  ._50-div.flex-centre.padding {
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
  }

  .heading {
    font-size: 37px;
    line-height: 43px;
  }

  .heading.white.padding {
    font-size: 37px;
    line-height: 34px;
  }

  .p-white.mob-centred {
    text-align: center;
  }

  .button-div {
    justify-content: flex-start;
    display: flex;
  }

  ._70-width {
    width: 100%;
  }

  .section {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section.blue-gradient.flex-horizontal._80vh {
    flex-direction: column;
    height: auto;
    padding-left: 15px;
    padding-right: 15px;
  }

  .section.extra-padding {
    padding-left: 15px;
    padding-right: 15px;
  }

  .heading-2.heading-3 {
    text-align: left;
  }

  .div-block.flex-spread {
    flex-direction: column;
    align-items: flex-start;
  }

  .contact-us-section {
    height: auto;
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block-2.footer {
    justify-content: center;
  }

  .footer-section {
    height: auto;
  }

  .footer-cell {
    display: none;
  }

  .cell {
    align-items: center;
  }

  .cf-center-logo.open-nav {
    width: 22px;
  }

  .cf-center-logo.open-nav.facebook {
    width: 15px;
  }

  .cf-logos-social.open-nav, .cf-logos-social.open-nav-middle {
    width: 60px;
    height: 60px;
  }

  .cf-nav-4-social-icons {
    margin-right: 20px;
    display: none;
  }

  .cf-nav-4-social-icons.open-navigation {
    display: flex;
  }

  .cf-connect-wrapper {
    margin-left: 20px;
  }

  .cf-link-text-navbar-4 {
    font-size: 26px;
  }

  .cf-nav-4-links-right-container {
    align-items: center;
    width: auto;
  }

  .cf-nav-4-links-left-container {
    align-items: center;
    width: auto;
    margin-right: 20px;
  }

  .cf-nav-4-links-container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 650px;
  }

  .cf-close-text {
    display: none;
  }

  .cf-close-contain {
    background-image: url('../images/cross-icon.svg');
    background-position: 50%;
    background-size: auto;
    margin-right: 0;
  }

  .cf-close-button {
    border-radius: 100px;
    padding: 16px;
    top: 52px;
    right: 60px;
  }

  .cf-brand-logo-nav-menu {
    padding-left: 0;
    top: 52px;
    left: 60px;
  }

  .cf-brand-logo-nav-menu.w--current {
    left: 60px;
  }

  .cf-menu-navigation-wrap {
    opacity: 0;
    padding-left: 60px;
    padding-right: 60px;
    display: none;
  }

  .cf-navigation-4-container {
    background-color: #176aa1;
    width: 100%;
    max-width: none;
    position: static;
  }

  .heading-3 {
    text-align: left;
    margin-bottom: 8px;
  }

  ._70--width {
    width: 100%;
  }

  ._70--width.blue-gradient.flex {
    width: 100%;
    height: 80%;
  }

  ._70--width.security-guard {
    display: none;
  }

  ._70--width.flex-centre.padding {
    width: 100%;
  }

  .quick-stack-5 {
    flex: 1;
    order: 0;
  }

  .h2.heading-3 {
    text-align: left;
  }

  .white-div {
    min-width: 150px;
  }

  .cf-center-logo-2.open-nav {
    width: 22px;
  }

  .cf-center-logo-2.open-nav.facebook {
    width: 15px;
  }

  .cf-logos-social-2.open-nav, .cf-logos-social-2.open-nav-middle {
    width: 60px;
    height: 60px;
  }

  .cf-nav-4-social-icons-2 {
    margin-right: 20px;
    display: none;
  }

  .cf-nav-4-social-icons-2.open-navigation {
    display: flex;
  }

  .cf-connect-wrapper-2 {
    margin-left: 20px;
  }

  .cf-link-text-navbar-5 {
    font-size: 26px;
  }

  .cf-nav-4-links-right-container-2 {
    align-items: center;
    width: auto;
  }

  .cf-nav-4-links-left-container-2 {
    align-items: center;
    width: auto;
    margin-right: 20px;
  }

  .cf-nav-4-links-container-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 650px;
  }

  .cf-close-text-2 {
    display: none;
  }

  .cf-close-contain-2 {
    background-image: url('../images/cross-icon.svg');
    background-position: 50%;
    background-size: auto;
    margin-right: 0;
  }

  .cf-close-button-2 {
    border-radius: 100px;
    padding: 16px;
    top: 52px;
    right: 60px;
  }

  .cf-brand-logo-nav-menu-2 {
    padding-left: 0;
    top: 52px;
    left: 60px;
  }

  .cf-brand-logo-nav-menu-2.w--current {
    left: 60px;
  }

  .cf-menu-navigation-wrap-2 {
    opacity: 0;
    padding-left: 60px;
    padding-right: 60px;
    display: none;
  }

  .cf-navigation-4-container-2 {
    width: 90%;
    max-width: 550px;
  }

  .navbar-logo-left {
    position: static;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    background-color: #176aa1f7;
    background-image: url('../images/Blue-Gradient.jpg');
    background-position: 0 0;
    background-size: cover;
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }
}

@media screen and (max-width: 479px) {
  .home-banner {
    flex-direction: column;
    height: 80vh;
  }

  ._50-div.blue-gradient.flex {
    padding: 25px 10px;
  }

  ._50-div.security-guard {
    display: block;
  }

  ._50-div.flex-centre.padding {
    padding-left: 0;
    padding-right: 0;
  }

  .button.white-outline.fiexed-width {
    margin-bottom: 15px;
  }

  .button-div.banner {
    display: flex;
  }

  .header-div {
    height: 10px;
  }

  .section {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section.centred {
    padding-bottom: 0;
  }

  .section.blue-gradient.flex-horizontal._80vh {
    width: 100vw;
  }

  .section.blue-gradient._80vh.flex-verticle {
    height: 45vh;
  }

  .venue-name {
    text-align: left;
  }

  .cf-logos-social {
    display: none;
  }

  .cf-logos-social.open-nav {
    background-image: none;
    width: 60px;
    height: 60px;
    display: flex;
  }

  .cf-logos-social.open-nav-middle {
    background-image: none;
    width: 60px;
    height: 60px;
    margin-left: 20px;
    margin-right: 20px;
    display: flex;
  }

  .cf-connect-text {
    font-size: 18px;
  }

  .cf-connect-wrapper {
    margin-top: 60px;
    margin-left: 30px;
  }

  .cf-nav-4-links-left-container {
    width: auto;
    margin-right: 0;
  }

  .cf-nav-4-links-container {
    flex-direction: column;
    margin-top: 500px;
    margin-left: 0;
  }

  .cf-close-text {
    display: none;
  }

  .cf-close-contain {
    width: 16px;
    height: 16px;
    margin-right: 0;
  }

  .cf-close-button {
    padding: 16px;
    top: 40px;
    right: 20px;
  }

  .cf-brand-logo-nav-menu {
    width: 50%;
    padding-left: 0;
    display: none;
    position: absolute;
    inset: auto 0% -15px 75px;
  }

  .cf-menu-navigation-wrap {
    opacity: 0;
    flex-direction: column;
    padding-left: 10px;
    padding-right: 30px;
    display: none;
  }

  .cf-menu-text {
    display: none;
  }

  .cf-brand-logo-4 {
    width: 50%;
    padding-left: 0;
  }

  .cf-navigation-4-container {
    max-width: none;
  }

  .quick-stack-3 {
    padding-left: 0;
    padding-right: 0;
  }

  ._70--width.blue-gradient.flex {
    padding: 25px 10px;
  }

  ._70--width.security-guard {
    display: block;
  }

  .tabs {
    flex-direction: column;
  }

  .tabs-menu {
    width: 100%;
  }

  .tabs-content {
    width: 100%;
    padding-left: 0;
  }

  .quick-stack-6 {
    width: 100%;
  }

  .banner-copy {
    font-size: 17px;
    line-height: 20px;
  }

  .cf-logos-social-2 {
    display: none;
  }

  .cf-logos-social-2.open-nav {
    background-image: none;
    width: 60px;
    height: 60px;
    display: flex;
  }

  .cf-logos-social-2.open-nav-middle {
    background-image: none;
    width: 60px;
    height: 60px;
    margin-left: 20px;
    margin-right: 20px;
    display: flex;
  }

  .cf-connect-text-2 {
    font-size: 18px;
  }

  .cf-connect-wrapper-2 {
    margin-top: 60px;
    margin-left: 30px;
  }

  .cf-nav-4-links-left-container-2 {
    width: auto;
    margin-right: 0;
  }

  .cf-nav-4-links-container-2 {
    flex-direction: column;
    margin-top: 500px;
    margin-left: 0;
  }

  .cf-close-text-2 {
    display: none;
  }

  .cf-close-contain-2 {
    width: 16px;
    height: 16px;
    margin-right: 0;
  }

  .cf-close-button-2 {
    padding: 16px;
    top: 40px;
    right: 20px;
  }

  .cf-brand-logo-nav-menu-2 {
    width: 50%;
    padding-left: 0;
    display: none;
    position: absolute;
    inset: auto 0% -15px 75px;
  }

  .cf-menu-navigation-wrap-2 {
    opacity: 0;
    flex-direction: column;
    padding-left: 10px;
    padding-right: 30px;
    display: none;
  }

  .cf-brand-logo-5 {
    width: 50%;
    padding-left: 0;
  }

  .cf-navigation-4-container-2, .container {
    max-width: none;
  }

  .nav-menu-two {
    flex-direction: column;
  }
}

#w-node-eda1c770-92a8-e06c-439b-eff4ef51994b-7e8fa7fd {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_7439c98c-4674-b232-d57b-743d36476840-3647683f {
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr 1fr 1.5fr;
}

#w-node-_6c595f06-2489-42a4-6a02-425825cb9366-25cb9365 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-d30ecf2f-7137-47fd-5885-be55e0635daa-e0635d9e {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-d30ecf2f-7137-47fd-5885-be55e0635db7-e0635d9e {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_4331f7ea-4d30-e11d-3573-98ff9ffc1cc4-9ffc1cbe {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-c1336a54-48ee-a532-57ac-1726cdfaa2f3-163ee8c0 {
  grid-template-rows: auto;
  grid-template-columns: 1.25fr .75fr;
}

#w-node-ca2876b5-c1fc-c2bc-3d36-658df22b3008-163ee8c0 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-ab8f7906-8cbd-5d8c-3464-9df6e7154906-163ee8c0 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-ab8f7906-8cbd-5d8c-3464-9df6e7154913-163ee8c0 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-b95705f6-7d72-7989-7516-820d03a04680-163ee8c0 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-b8793404-f77e-57c9-654a-efff7dcee42c-163ee8c0, #w-node-bd4c7c63-0717-85f9-485d-08ae600b929c-163ee8c0 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-f030ead5-ca39-8c63-60e1-61650c2a090c-5029f061 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_20ac3ab4-2a6a-983d-9a37-41c17934b71e-5029f061 {
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_31186e75-d8eb-0217-1b0f-f89775342c03-5029f061 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-d50dd21f-4931-69db-6bcd-ce52eb50c020-5029f061 {
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_31186e75-d8eb-0217-1b0f-f89775342c03-47c72f27, #w-node-_31186e75-d8eb-0217-1b0f-f89775342c03-e8256ceb, #w-node-_31186e75-d8eb-0217-1b0f-f89775342c03-72c4828e, #w-node-_31186e75-d8eb-0217-1b0f-f89775342c03-430b0a57, #w-node-_31186e75-d8eb-0217-1b0f-f89775342c03-eff66be9, #w-node-_31186e75-d8eb-0217-1b0f-f89775342c03-fe36b43a, #w-node-_31186e75-d8eb-0217-1b0f-f89775342c03-07d152ec, #w-node-ef3ddec4-8bca-2aba-7b97-7e5c98e3c107-1b42292a {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 767px) {
  #w-node-eda1c770-92a8-e06c-439b-eff4ef51994b-7e8fa7fd {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_7439c98c-4674-b232-d57b-743d36476840-3647683f {
    grid-template-rows: auto;
    grid-template-columns: 1.25fr;
  }

  #w-node-_6c595f06-2489-42a4-6a02-425825cb9366-25cb9365 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-d30ecf2f-7137-47fd-5885-be55e0635daa-e0635d9e {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-d30ecf2f-7137-47fd-5885-be55e0635db7-e0635d9e {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_4331f7ea-4d30-e11d-3573-98ff9ffc1cc4-9ffc1cbe {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-c1336a54-48ee-a532-57ac-1726cdfaa2f3-163ee8c0 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-ab8f7906-8cbd-5d8c-3464-9df6e7154906-163ee8c0 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-ab8f7906-8cbd-5d8c-3464-9df6e7154913-163ee8c0 {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-b95705f6-7d72-7989-7516-820d03a04680-163ee8c0, #w-node-f030ead5-ca39-8c63-60e1-61650c2a090c-5029f061 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_20ac3ab4-2a6a-983d-9a37-41c17934b71e-5029f061 {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_31186e75-d8eb-0217-1b0f-f89775342c03-5029f061 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-d50dd21f-4931-69db-6bcd-ce52eb50c020-5029f061 {
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_31186e75-d8eb-0217-1b0f-f89775342c03-47c72f27, #w-node-_31186e75-d8eb-0217-1b0f-f89775342c03-e8256ceb, #w-node-_31186e75-d8eb-0217-1b0f-f89775342c03-72c4828e, #w-node-_31186e75-d8eb-0217-1b0f-f89775342c03-430b0a57, #w-node-_31186e75-d8eb-0217-1b0f-f89775342c03-eff66be9, #w-node-_31186e75-d8eb-0217-1b0f-f89775342c03-fe36b43a, #w-node-_31186e75-d8eb-0217-1b0f-f89775342c03-07d152ec, #w-node-ef3ddec4-8bca-2aba-7b97-7e5c98e3c107-1b42292a {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-d30ecf2f-7137-47fd-5885-be55e0635daa-e0635d9e {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-d30ecf2f-7137-47fd-5885-be55e0635db7-e0635d9e {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_4331f7ea-4d30-e11d-3573-98ff9ffc1cc4-9ffc1cbe {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-c1336a54-48ee-a532-57ac-1726cdfaa2f3-163ee8c0 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-ab8f7906-8cbd-5d8c-3464-9df6e7154906-163ee8c0 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-ab8f7906-8cbd-5d8c-3464-9df6e7154913-163ee8c0 {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }
}


