/*
! tailwindcss v3.2.4 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
*/

html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
body, html {
  background-color: #fff;
  letter-spacing: 0.015;
}

img {
  width: 100%;
}

.site_wrapper {
  overflow-x: hidden;
}

.section {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-top: -1px;
}
.section.items-end .grid_wrapper {
  align-items: end;
}
.section#first {
  margin-top: 75px;
}

.feature_text_wrapper {
  width: 95%;
  margin: 4rem auto 4rem;
  position: relative;
}
@media (min-width: 641px) {
  .feature_text_wrapper {
    margin: 4rem auto 0;
  }
}

.headingParent {
  overflow: hidden;
}

.neg_margin_top {
  margin-top: -5vh;
}
@media (min-width: 641px) {
  .neg_margin_top {
    margin-top: -20vh;
  }
}

.neg_margin_bottom {
  margin-bottom: -5vh;
}
@media (min-width: 641px) {
  .neg_margin_bottom {
    margin-bottom: -20vh;
  }
}

.neg_margin_both {
  margin-top: -5vh;
  margin-bottom: -5vh;
}
@media (min-width: 641px) {
  .neg_margin_both {
    margin-top: -20vh;
    margin-bottom: -20vh;
  }
}

.grid_wrapper {
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  width: 90%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
@media (min-width: 641px) {
  .grid_wrapper {
    width: 95%;
    grid-template-columns: repeat(14, minmax(0, 1fr));
    gap: 20px;
  }
}
.grid_wrapper.full {
  width: 100%;
  gap: 0;
}
.grid_wrapper.full .image_wrapper {
  height: 100%;
}
.grid_wrapper.full .image_wrapper img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.grid_wrapper.image_grid {
  gap: 10px;
  row-gap: 10px;
  position: relative;
}
@media (min-width: 641px) {
  .grid_wrapper.image_grid {
    gap: 20px;
  }
}

.col_1_grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  margin: 0 5%;
}
@media (min-width: 641px) {
  .col_1_grid {
    margin: 0 0 0 5%;
  }
}

.content_grid {
  grid-column: span 22/span 22;
  grid-column-start: 2;
  display: grid;
  grid-template-columns: repeat(16, minmax(0, 1fr));
}
@media (min-width: 641px) {
  .content_grid {
    grid-column: span 20/span 20;
    grid-column-start: 3;
    grid-template-columns: repeat(20, minmax(0, 1fr));
  }
}
.content_grid.building_row {
  margin-bottom: 5rem;
}
@media (min-width: 641px) {
  .content_grid.building_row {
    margin-bottom: 7.5rem;
  }
}
.content_grid.building_row.spread .col-span-5:first-of-type {
  padding-top: 20rem;
}
.content_grid.building_row .col-span-2 {
  height: 5rem;
}
@media (min-width: 641px) {
  .content_grid.building_row .col-span-2 {
    height: auto;
  }
}

.half_bg {
  position: absolute;
  left: 0;
  height: 50%;
  width: 100%;
  z-index: 0;
}
.half_bg.top {
  top: -1px;
}
.half_bg.bottom {
  bottom: -1px;
}

.panorama_image {
  width: 200%;
}
@media (min-width: 641px) {
  .panorama_image {
    width: 100%;
    height: auto;
    padding-bottom: 0;
  }
}
.panorama_image img {
  display: block;
  width: 100%;
  height: auto;
}
@media (min-width: 641px) {
  .panorama_image img {
    height: auto;
    width: 100%;
  }
}

.pano_wrapper {
  width: 100%;
  position: relative;
  margin-top: 3rem;
}
@media (min-width: 641px) {
  .pano_wrapper {
    display: none;
  }
}
.pano_wrapper .pano_bar {
  width: 100%;
  height: 1px;
  background-color: #030306;
  position: absolute;
  top: 2px;
  left: 0;
  padding: 0 10px;
}
.pano_wrapper .pano_drag {
  width: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.pano_wrapper .pano_drag .pano_inner {
  width: 80px;
  height: 5px;
  background-color: #030306;
}

.nav_wrapper {
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: -100vh;
  display: flex;
  flex-direction: column;
  transition: top 1s;
  z-index: 9;
  padding: 0 5% 3rem;
  overflow: hidden;
}
.nav_wrapper.open {
  top: 0;
}
.nav_wrapper .nav_logo {
  width: 100%;
  margin-top: auto;
}
.nav_wrapper .main_nav {
  margin-top: 12vh;
  position: relative;
}
@media (min-width: 641px) {
  .nav_wrapper .main_nav {
    margin-top: 20vh;
  }
}
.nav_wrapper .main_nav .nav_address {
  position: absolute;
  bottom: -10rem;
  left: 0;
}
@media (min-width: 641px) {
  .nav_wrapper .main_nav .nav_address {
    bottom: auto;
    left: auto;
    right: 0;
    top: 0;
  }
}
.nav_wrapper ul li a {
  color: #fff;
  font-size: 40px;
  margin-bottom: 0;
  position: relative;
  font-family: "Basic", sans-serif;
  font-weight: 600;
}
@media (min-width: 641px) {
  .nav_wrapper ul li a {
    font-size: 72px;
    line-height: 85px;
  }
}
.nav_wrapper ul li a:after {
  content: "";
  width: 0;
  height: 3px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: width 0.5s;
}
.nav_wrapper ul li a:hover:after {
  width: 100%;
}
.nav_wrapper ul li.current-menu-item a:after {
  width: 100%;
}
.nav_wrapper ul li.brochure_link {
  position: relative;
}
.nav_wrapper ul li.brochure_link a {
  color: #a6a499;
}
.nav_wrapper ul li.brochure_link a:before {
  content: "";
  width: 50px;
  height: 50px;
  background-image: url("/wp-content/themes/amp/assets/images/download_icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
  display: flex;
  position: absolute;
  right: -60px;
  bottom: 0;
  transition: bottom 0.35s;
}
@media (min-width: 641px) {
  .nav_wrapper ul li.brochure_link a:before {
    bottom: 15px;
  }
}
.nav_wrapper ul li.brochure_link a:after {
  background-color: #a6a499;
}
.nav_wrapper ul li.brochure_link a:hover:before {
  bottom: 0;
}

.header_nav ul {
  display: flex;
  gap: 1.5rem;
}
.header_nav ul li a {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0;
  position: relative;
  font-family: "Basic", sans-serif;
}
.header_nav ul li a:after {
  content: "";
  width: 0;
  height: 3px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: width 0.5s;
}
.header_nav ul li a:hover:after {
  width: 100%;
}
.header_nav ul li.current-menu-item a:after {
  width: 100%;
}
.header_nav ul li.brochure_link {
  position: relative;
}

@font-face {
  font-family: "Basic";
  src: url("/wp-content/themes/amp/dist/webfonts/basiccommerciallt-bold-webfont.woff2") format("woff2"), url("/wp-content/themes/amp/dist/webfonts/basiccommerciallt-bold-webfont.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Basic";
  src: url("/wp-content/themes/amp/dist/webfonts/basiccommerciallt-light-webfont.woff2") format("woff2"), url("/wp-content/themes/amp/dist/webfonts/basiccommerciallt-light-webfont.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Basic";
  src: url("/wp-content/themes/amp/dist/webfonts/basiccommerciallt-roman-webfont.woff2") format("woff2"), url("/wp-content/themes/amp/dist/webfonts/basiccommerciallt-roman-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.header {
  width: 100%;
  padding: 1rem 0;
  position: fixed;
  z-index: 5;
  top: 0;
  left: 0;
}
.header .header_content {
  display: flex;
  position: relative;
  width: 95%;
  margin: 0 auto;
}
@media (min-width: 769px) {
  .header .header_content {
    justify-content: space-between;
    align-items: center;
  }
}
.header .header_content .header_logo {
  width: 9rem;
  margin: 0 auto;
}
@media (min-width: 769px) {
  .header .header_content .header_logo {
    margin: 0;
  }
}
.header .header_content .header_logo svg {
  width: 100%;
}

.menu_btn {
  position: fixed;
  right: 5%;
  top: 1.8rem;
  width: 2.5rem;
  z-index: 10;
}
.menu_btn svg {
  width: 100%;
  overflow: visible;
}

.footer {
  padding: 3rem 0;
  background-color: #e81c25;
}
.footer .grid_wrapper.base_grid {
  margin-top: 8.75rem;
  padding-bottom: 3rem;
}
.footer .footer_info p {
  margin-bottom: 2rem;
}
.footer .footer_info a span {
  transition: color 0.35s;
}
.footer .footer_info a:hover span {
  color: #fff;
}
@media (min-width: 641px) {
  .footer .footer_logo {
    margin-bottom: 0;
  }
}
.footer .footer_logo.trilogy {
  width: 100px;
}
@media (min-width: 641px) {
  .footer .footer_logo.trilogy {
    width: 145px;
  }
}
.footer .footer_logo.lasalle {
  width: 100px;
}
@media (min-width: 641px) {
  .footer .footer_logo.lasalle {
    width: 145px;
  }
}
.footer .footer_logo.allsop {
  width: 85px;
}
@media (min-width: 641px) {
  .footer .footer_logo.allsop {
    width: 105px;
  }
}

.button {
  background-color: #030306;
  border-radius: 30px;
  color: #fff;
  padding: 0.5rem 1rem;
  display: inline-flex;
  font-weight: 600;
  border: 0;
  position: relative;
  overflow: hidden;
  margin-top: 3rem;
  transition: background-color 0.35s;
}
.button.white_button {
  background-color: #fff;
  border: 1px solid #030306;
  color: #030306;
}
.button.white_button svg line {
  stroke: #030306;
}
.button.white_button svg polyline {
  stroke: #030306;
}
.button.white_button:hover {
  border: 1px solid #e81c25;
}
.button.white_button:hover svg line {
  stroke: #fff;
}
.button.white_button:hover svg polyline {
  stroke: #fff;
}
.button svg {
  width: 2.25rem;
  height: 100%;
  margin-left: 3rem;
  transition: margin-left 0.5s;
  fill: none;
}
.button svg line {
  stroke: #fff;
  stroke-width: 2px;
}
.button svg polyline {
  stroke: #fff;
  stroke-width: 2px;
}
.button:hover {
  background-color: #e81c25;
  color: #fff;
  border: 0;
}
.button:hover svg {
  margin-left: 2rem;
}

.contact_block p {
  margin-bottom: 2rem !important;
}
.contact_block p .text-red-400 {
  color: #fff !important;
}
.contact_block a span {
  transition: color 0.35s;
}
.contact_block a:hover span {
  color: #fff;
}

.carousel_wrapper .grid_wrapper {
  width: 100%;
}
.carousel_wrapper .swiper-wrapper {
  margin-top: -40px;
  height: auto !important;
}
.carousel_wrapper .navigation_wrapper_image {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  position: relative;
  margin-bottom: 3.5rem;
}
.carousel_wrapper .button-prev_image {
  width: 30px;
  margin-right: 1rem;
  cursor: pointer;
  flex: 0 0 auto;
}
@media (min-width: 641px) {
  .carousel_wrapper .button-prev_image {
    width: 50px;
  }
}
.carousel_wrapper .button-prev_image svg {
  width: 100%;
  height: auto;
  fill: none;
}
.carousel_wrapper .button-prev_image svg line {
  stroke-width: 1px;
  stroke: #030306;
}
.carousel_wrapper .button-prev_image svg polyline {
  stroke-width: 1px;
  stroke: #030306;
}
.carousel_wrapper .button-next_image {
  width: 30px;
  cursor: pointer;
  flex: 0 0 auto;
}
@media (min-width: 641px) {
  .carousel_wrapper .button-next_image {
    width: 50px;
  }
}
.carousel_wrapper .button-next_image svg {
  width: 100%;
  height: auto;
  fill: none;
}
.carousel_wrapper .button-next_image svg line {
  stroke-width: 1px;
  stroke: #030306;
}
.carousel_wrapper .button-next_image svg polyline {
  stroke-width: 1px;
  stroke: #030306;
}
.carousel_wrapper .bottom_pagination_image {
  display: flex;
}
.carousel_wrapper .bar_pagination {
  display: block;
  width: 35px;
  height: 20px;
  border-bottom: 2px solid #ebeae7;
  margin-right: 1rem;
  cursor: pointer;
  background-color: transparent;
}
.carousel_wrapper .bar_pagination.swiper-pagination-bullet-active {
  border-bottom: 2px solid #e81c25;
}
@media (min-width: 769px) {
  .carousel_wrapper .bar_pagination {
    width: 75px;
  }
}

.development_carousel_wrapper .swiper-slide {
  background-size: cover !important;
  align-items: center !important;
  justify-content: center !important;
  position: relative !important;
}
@media (min-width: 641px) {
  .development_carousel_wrapper .swiper-slide {
    width: auto;
    margin: auto;
    height: 100vh !important;
  }
}
.development_carousel_wrapper .swiper-slide.swiper-slide-active .slide_image_content {
  width: 90%;
  height: 50vh;
  margin: 0 auto;
  margin-top: 0;
  transition: height 0.5s, width 0.5s margin-top 0.5s;
}
@media (min-width: 641px) {
  .development_carousel_wrapper .swiper-slide.swiper-slide-active .slide_image_content {
    height: 70vh;
  }
}
.development_carousel_wrapper .swiper-slide.swiper-slide-active .slide_image_content .slide_image {
  opacity: 0.7;
}
.development_carousel_wrapper .swiper-slide.swiper-slide-active .slide_image_content .slide_title {
  animation-name: fade;
  animation-duration: 0.7s;
  animation-delay: 1s;
  animation-fill-mode: forwards;
}
.development_carousel_wrapper .swiper-slide.swiper-slide-active .slide_image_content:hover .slide_image {
  transform: scale(0.9);
  opacity: 1;
}
.development_carousel_wrapper .swiper-slide.swiper-slide-active .slide_image_content:hover .slide_image .slide_image_wrapper {
  transform: scale(1.3);
}
.development_carousel_wrapper .swiper-slide.swiper-slide-active .slide_info {
  animation-name: fade;
  animation-duration: 0.7s;
  animation-delay: 1s;
  animation-fill-mode: forwards;
}
.development_carousel_wrapper .slide_image_content {
  height: 40vh;
  margin: 0 auto;
  width: 100%;
  position: relative;
  transition: height 0.5s, width 0.5s, margin-top 0.5s, transform 1s;
}
@media (min-width: 641px) {
  .development_carousel_wrapper .slide_image_content {
    margin-top: 10vh;
    width: 90%;
    height: 50vh;
  }
}
.development_carousel_wrapper .slide_title {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 75%;
  text-align: center;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 1;
  opacity: 0;
  margin: 0 auto;
}
@media (min-width: 641px) {
  .development_carousel_wrapper .slide_title {
    right: -50%;
    bottom: 0;
    left: -50%;
    width: 130%;
    max-width: 32rem;
  }
}
.development_carousel_wrapper .slide_title .button_wrapper button {
  margin-left: 0;
}
.development_carousel_wrapper .slide_image {
  width: 90%;
  height: 100%;
  overflow: hidden;
  opacity: 0.3;
  transition: transform 1s, opacity 0.5s;
  margin: 0 auto;
}
@media (min-width: 641px) {
  .development_carousel_wrapper .slide_image {
    width: 100%;
  }
}
.development_carousel_wrapper .slide_image .slide_image_wrapper {
  overflow: hidden;
  width: 100%;
  height: 100%;
  transition: transform 1s;
}
.development_carousel_wrapper .slide_image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.development_carousel_wrapper .slide_info {
  width: 90%;
  margin: 2rem auto 0;
  display: flex;
  flex-wrap: wrap;
  opacity: 0;
}
.development_carousel_wrapper .slide_info .col_1 {
  width: 25%;
}
.development_carousel_wrapper .slide_info .col_2 {
  width: 75%;
}
.development_carousel_wrapper .swiper-button-prev,
.development_carousel_wrapper .swiper-button-next {
  width: 35% !important;
  height: 100% !important;
}

.community_carousel_wrapper {
  position: relative;
}
.community_carousel_wrapper .swiper-slide {
  background-size: cover !important;
  align-items: center !important;
  justify-content: center !important;
  position: relative !important;
}
@media (min-width: 641px) {
  .community_carousel_wrapper .swiper-slide {
    width: auto;
    margin: auto;
  }
}
.community_carousel_wrapper .swiper-slide.swiper-slide-active .slide_image_content {
  width: 90%;
  height: 50vh;
  margin: 0 auto;
  margin-top: 0;
  transition: height 0.5s, width 0.5s margin-top 0.5s;
}
@media (min-width: 641px) {
  .community_carousel_wrapper .swiper-slide.swiper-slide-active .slide_image_content {
    height: 70vh;
  }
}
.community_carousel_wrapper .swiper-slide.swiper-slide-active .slide_image_content .slide_image {
  opacity: 0.7;
}
.community_carousel_wrapper .swiper-slide.swiper-slide-active .slide_image_content .slide_title {
  animation-name: fade;
  animation-duration: 0.7s;
  animation-delay: 1s;
  animation-fill-mode: forwards;
}
.community_carousel_wrapper .swiper-slide.swiper-slide-active .slide_image_content .m_play_btn {
  animation-name: fade;
  animation-duration: 0.7s;
  animation-delay: 1s;
  animation-fill-mode: forwards;
}
@media (min-width: 641px) {
  .community_carousel_wrapper .swiper-slide.swiper-slide-active .slide_image_content .m_play_btn {
    display: none;
  }
}
.community_carousel_wrapper .swiper-slide.swiper-slide-active .slide_image_content .m_play_btn p {
  color: #030306;
}
.community_carousel_wrapper .swiper-slide.swiper-slide-active .slide_image_content:hover .slide_image {
  transform: scale(0.9);
  opacity: 1;
}
.community_carousel_wrapper .swiper-slide.swiper-slide-active .slide_image_content:hover .slide_image .slide_image_wrapper {
  transform: scale(1.3);
}
.community_carousel_wrapper .swiper-slide.swiper-slide-active .slide_info {
  animation-name: fade;
  animation-duration: 0.7s;
  animation-delay: 1s;
  animation-fill-mode: forwards;
}
.community_carousel_wrapper .slide_image_content {
  height: 40vh;
  margin: 0 auto;
  width: 100%;
  position: relative;
  transition: height 0.5s, width 0.5s, margin-top 0.5s, transform 1s;
}
@media (min-width: 641px) {
  .community_carousel_wrapper .slide_image_content {
    height: 50vh;
  }
}
.community_carousel_wrapper .slide_title {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 75%;
  text-align: center;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 1;
  opacity: 0;
  margin: 0 auto;
}
@media (min-width: 641px) {
  .community_carousel_wrapper .slide_title {
    right: -50%;
    bottom: 0;
    left: -50%;
    width: 200%;
  }
}
.community_carousel_wrapper .slide_image {
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 0.3;
  transition: transform 1s, opacity 0.5s;
  margin: 0 auto;
}
@media (min-width: 641px) {
  .community_carousel_wrapper .slide_image {
    width: 100%;
  }
}
.community_carousel_wrapper .slide_image .slide_image_wrapper {
  overflow: hidden;
  width: 100%;
  height: 100%;
  transition: transform 1s;
}
.community_carousel_wrapper .slide_image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.community_carousel_wrapper .slide_info {
  width: 90%;
  margin: 2rem auto 0;
  display: flex;
  flex-wrap: wrap;
  opacity: 0;
}
.community_carousel_wrapper .slide_info .col_1 {
  width: 25%;
}
.community_carousel_wrapper .slide_info .col_2 {
  width: 75%;
}
.community_carousel_wrapper .m_play_btn {
  cursor: pointer;
  opacity: 0;
  width: 6.25rem;
  height: 6.25rem;
  border-radius: 6.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 1rem;
  margin: 0 auto;
}
.community_carousel_wrapper .swiper-button-prev,
.community_carousel_wrapper .swiper-button-next {
  width: 35% !important;
  height: 100% !important;
}

.video_carousel_wrapper .swiper-slide {
  background-size: cover !important;
  height: 100vh !important;
  align-items: center !important;
  justify-content: center !important;
  position: relative !important;
}
.video_carousel_wrapper .swiper-slide.swiper-slide-active .slide_image_content {
  width: 90%;
  height: 70vh;
  margin: 0 auto;
  margin-top: 0;
  transition: height 0.5s, width 0.5s margin-top 0.5s;
}
.video_carousel_wrapper .swiper-slide.swiper-slide-active .slide_image_content .slide_image {
  opacity: 0.7;
}
.video_carousel_wrapper .swiper-slide.swiper-slide-active .slide_image_content .slide_title {
  animation-name: fade;
  animation-duration: 0.7s;
  animation-delay: 1s;
  animation-fill-mode: forwards;
}
.video_carousel_wrapper .swiper-slide.swiper-slide-active .slide_image_content:hover .slide_image {
  transform: scale(0.9);
  opacity: 1;
}
.video_carousel_wrapper .swiper-slide.swiper-slide-active .slide_image_content:hover .slide_image .slide_image_wrapper {
  transform: scale(1.3);
}
.video_carousel_wrapper .swiper-slide.swiper-slide-active .slide_info {
  animation-name: fade;
  animation-duration: 0.7s;
  animation-delay: 1s;
  animation-fill-mode: forwards;
}
.video_carousel_wrapper .slide_image_content {
  height: 40vh;
  margin: 0 auto;
  margin-top: 20vh;
  width: 50%;
  position: relative;
  transition: height 0.5s, width 0.5s, margin-top 0.5s, transform 1s;
}
.video_carousel_wrapper .slide_title {
  position: absolute;
  top: 0;
  right: -50%;
  bottom: 0;
  left: -50%;
  width: 200%;
  text-align: center;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 1;
  opacity: 0;
}
.video_carousel_wrapper .slide_image {
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 0.3;
  transition: transform 1s, opacity 0.5s;
}
.video_carousel_wrapper .slide_image .slide_image_wrapper {
  overflow: hidden;
  width: 100%;
  height: 100%;
  transition: transform 1s;
}
.video_carousel_wrapper .slide_image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.video_carousel_wrapper .slide_info {
  width: 90%;
  margin: 2rem auto 0;
  display: flex;
  flex-wrap: wrap;
  opacity: 0;
}
.video_carousel_wrapper .slide_info .col_1 {
  width: 25%;
}
.video_carousel_wrapper .slide_info .col_2 {
  width: 75%;
}
.video_carousel_wrapper .swiper-button-prev,
.video_carousel_wrapper .swiper-button-next {
  width: 35% !important;
  height: 100% !important;
}

.swiper-button-prev,
.swiper-button-next {
  width: 50% !important;
  height: 80vh !important;
  top: 0 !important;
  margin: 0 !important;
  transition: cursor 0.3s;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  display: none;
}

@keyframes slidefade {
  0% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.link_grid {
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: 10px;
}
@media (min-width: 641px) {
  .link_grid {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 1.25rem;
  }
}
.link_grid .link_block {
  grid-column-start: span 8;
  color: #030306;
  text-align: center;
  background-color: #fff;
  position: relative;
}
@media (min-width: 641px) {
  .link_grid .link_block {
    grid-column-start: span 6;
  }
}
.link_grid .link_block:hover .image_wrapper img {
  transform: scale(1.2);
}
.link_grid .link_block .image_wrapper {
  width: 100%;
  height: 300px;
  overflow: hidden;
}
.link_grid .link_block .image_wrapper img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1);
  transition: transform 5s;
}
.link_grid .link_block .content_wrapper {
  padding: 1rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
}
.link_grid .link_block .content_wrapper .arrow_link {
  width: 3.125rem;
  margin-top: 5.5rem;
}
.link_grid .link_block .content_wrapper .arrow_link svg {
  fill: none;
}
.link_grid .link_block .content_wrapper .arrow_link svg line {
  stroke: #030306;
  stroke-width: 2px;
}
.link_grid .link_block .content_wrapper .arrow_link svg polyline {
  stroke: #030306;
  stroke-width: 2px;
}

.icon_grid {
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: 10px;
}
@media (min-width: 641px) {
  .icon_grid {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 1.25rem;
  }
}
.icon_grid .icon_block {
  grid-column-start: span 4;
  padding: 1rem;
  border: 1px solid #fff;
  color: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.icon_grid .icon_block .icon {
  width: 50px;
  margin-bottom: 1rem;
}
@media (min-width: 641px) {
  .icon_grid .icon_block .icon {
    width: 80px;
    margin-bottom: 2rem;
  }
  .icon_grid .icon_block {
    padding: 4.5rem;
  }
}

.overlap_block {
  position: relative;
  z-index: 1;
}
@media (min-width: 641px) {
  .overlap_block {
    margin-top: -7rem;
  }
}

.underlap_title {
  position: relative;
  z-index: 0;
}

.title_container {
  position: absolute;
  top: 0%;
  left: 0;
  right: 0;
  z-index: 1;
}
@media (min-width: 641px) {
  .title_container {
    top: 50%;
    transform: translateY(-50%);
  }
}
.title_container h5 {
  margin-bottom: 20%;
}

.list_item {
  border-top: 1px solid #030306;
  padding: 1rem 0;
}
.list_item.title_row {
  border-top: 1px solid #e81c25;
}

.copy_container a {
  text-decoration: underline;
}
.copy_container h2, .copy_container h3, .copy_container h4, .copy_container h5 {
  margin: 0 0 2rem;
}
.copy_container p {
  margin: 0 0 2rem;
}
.copy_container p:last-of-type {
  margin: 0;
}

.space_list_wrapper {
  -moz-columns: 2;
       columns: 2;
}
.space_list_wrapper .space_list {
  display: flex;
  padding: 0.35rem 0;
  border-top: 1px solid #030306;
}
.space_list_wrapper .space_list .list_dot {
  width: 20px;
  height: 20px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  margin-right: 1rem;
}

.plan_carousel {
  overflow: hidden;
}
.plan_carousel .grid_wrapper {
  width: 100%;
}
.plan_carousel .swiper-wrapper {
  margin-top: -40px;
  height: auto !important;
}
.plan_carousel .image_wrapper {
  padding-top: 5rem;
}
.plan_carousel .size_table {
  opacity: 1;
  transition: opacity 0.5s;
}
.plan_carousel .size_table.fade_out {
  opacity: 0;
}
.plan_carousel .table_row {
  width: 100%;
  padding: 0.5rem 0;
}
.plan_carousel .table_row.header_row {
  border-top: 1px solid #030306;
  border-bottom: 1px solid #030306;
  padding: 0.5rem 0 1rem;
}
@media (min-width: 641px) {
  .plan_carousel .table_row.header_row {
    padding: 0.5rem 0 4rem;
  }
}
.plan_carousel .table_col {
  width: 50%;
}
.plan_carousel .table_col p {
  font-weight: 600;
}
.plan_carousel .pagination {
  position: relative;
  z-index: 2;
}
.plan_carousel .button {
  background-color: #fff;
  border: 1px solid #030306;
  color: #030306;
  margin-top: 1rem;
}
@media (min-width: 641px) {
  .plan_carousel .button {
    margin-top: 3rem;
  }
}
.plan_carousel .button:hover {
  background-color: #030306;
  color: #fff;
}
.plan_carousel .button.active {
  background-color: #030306;
  color: #fff;
}
.plan_carousel .let_button {
  padding: 0.5rem 2rem;
  background-color: #a6a499;
  border-radius: 30px;
  color: #fff;
  font-weight: 600;
  display: inline-block;
}
.plan_carousel .north_marker {
  width: 45px;
  height: 45px;
  position: absolute;
  bottom: 90px;
  left: 0;
}
.plan_carousel .north_marker svg {
  width: 100%;
}
.plan_carousel .navigation_wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  position: relative;
  margin-bottom: 3.5rem;
}
.plan_carousel .button-prev {
  width: 30px;
  margin-right: 1rem;
  cursor: pointer;
  flex: 0 0 auto;
}
@media (min-width: 641px) {
  .plan_carousel .button-prev {
    width: 50px;
  }
}
.plan_carousel .button-prev svg {
  width: 100%;
  height: auto;
  fill: none;
}
.plan_carousel .button-prev svg line {
  stroke-width: 1px;
  stroke: #030306;
}
.plan_carousel .button-prev svg polyline {
  stroke-width: 1px;
  stroke: #030306;
}
.plan_carousel .button-next {
  width: 30px;
  cursor: pointer;
  flex: 0 0 auto;
}
@media (min-width: 641px) {
  .plan_carousel .button-next {
    width: 50px;
  }
}
.plan_carousel .button-next svg {
  width: 100%;
  height: auto;
  fill: none;
}
.plan_carousel .button-next svg line {
  stroke-width: 1px;
  stroke: #030306;
}
.plan_carousel .button-next svg polyline {
  stroke-width: 1px;
  stroke: #030306;
}
.plan_carousel .bottom_pagination {
  display: flex;
}
.plan_carousel .bar_pagination {
  display: block;
  width: 35px;
  height: 20px;
  border-bottom: 2px solid #ebeae7;
  margin-right: 1rem;
  cursor: pointer;
  background-color: transparent;
}
.plan_carousel .bar_pagination.swiper-pagination-bullet-active {
  border-bottom: 2px solid #e81c25;
}
@media (min-width: 769px) {
  .plan_carousel .bar_pagination {
    width: 75px;
  }
}

.pre-let_layout .image_1 {
  grid-area: 1/1/2/9;
  margin-bottom: 2rem;
  padding: 0 20px 0 0;
}
@media (min-width: 641px) {
  .pre-let_layout .image_1 {
    margin-bottom: 10rem;
  }
}
.pre-let_layout .image_caption {
  margin-top: 1rem;
}
.pre-let_layout .list_col_1 {
  grid-area: 2/1/3/9;
  margin-bottom: 2rem;
}
@media (min-width: 641px) {
  .pre-let_layout .list_col_1 {
    grid-area: 1/9/3/13;
    margin-bottom: 0;
  }
}
.pre-let_layout .list_col_2 {
  grid-area: 5/1/6/8;
}
@media (min-width: 641px) {
  .pre-let_layout .list_col_2 {
    grid-area: 2/2/4/6;
    margin-bottom: 0;
  }
}
.pre-let_layout .image_2 {
  grid-area: 3/1/4/8;
  margin-bottom: 2rem;
}
@media (min-width: 641px) {
  .pre-let_layout .image_2 {
    grid-area: 3/8/4/15;
    margin-bottom: 0;
  }
}
.pre-let_layout .list_item:first-of-type {
  border-top: 0;
  padding-top: 0;
}
.pre-let_layout .list_item img {
  width: 180px;
}

.faq_title {
  padding: 1rem 0 0;
}

.spec_wrapper {
  border-bottom: 1px solid #e81c25;
  padding: 0;
}
@media (min-width: 641px) {
  .spec_wrapper:first-of-type {
    border-top: 1px solid #e81c25;
  }
}
.spec_wrapper .spec_title {
  padding: 1rem 0;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.spec_wrapper .spec_title .title {
  width: calc(100% - 4rem);
}
.spec_wrapper .spec_title p {
  margin: 0;
  line-height: 1em;
}
.spec_wrapper .spec_title p.subtitle {
  margin-top: 0.5rem;
}
.spec_wrapper .spec_title .spec_indicator {
  width: 2rem;
  height: 2rem;
}
.spec_wrapper .spec_title .spec_indicator svg {
  width: 100%;
  fill: none;
}
.spec_wrapper .spec_title .spec_indicator svg line {
  stroke: #030306;
  stroke-width: 1px;
}
.spec_wrapper .spec_title p {
  margin: 0;
}
.spec_wrapper .spec_list {
  display: none;
}
.spec_wrapper .spec_item {
  padding: 1rem 0;
  border-bottom: 1px solid #a6a499;
}
.spec_wrapper .spec_item:first-child {
  border-top: 1px solid #a6a499;
}
.spec_wrapper .spec_item:last-child {
  border-bottom: 0;
}
.spec_wrapper .spec_item p {
  page-break-inside: avoid;
  -moz-column-break-inside: avoid;
       break-inside: avoid-column;
  display: table;
}
.spec_wrapper .spec_item a {
  text-decoration: underline;
}
.spec_wrapper .spec_item ul {
  list-style-type: disc;
  margin: 0;
  padding: 0;
}
.spec_wrapper .spec_item ul li {
  page-break-inside: avoid;
  -moz-column-break-inside: avoid;
       break-inside: avoid-column;
  margin: 0 0 1rem 20px;
}

.list_grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-top: 5rem;
  justify-self: end;
}
.list_grid .list_row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem 0;
  border-bottom: 1px solid #e81c25;
  color: #e81c25;
}
.list_grid .list_row.title {
  padding: 0.5rem 0 2rem;
  border-top: 1px solid #030306;
  color: #030306;
}
.list_grid .list_row .location_col {
  width: 50%;
  flex: 0 0 auto;
}
.list_grid .list_row .icon_wrapper {
  width: 25%;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
}
.list_grid .list_row .icon_wrapper svg {
  width: 20px;
  height: 20px;
}

.update_block {
  background-color: #fff;
}
.update_block:hover .featured_image img {
  transform: scale(1.2);
}
.update_block .featured_image {
  width: 100%;
  height: 250px;
  overflow: hidden;
}
@media (min-width: 641px) {
  .update_block .featured_image {
    height: 350px;
  }
}
.update_block .featured_image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  transform: scale(1);
  transition: transform 5s;
}
.update_block .info_wrapper {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: calc(70% - 250px);
}
@media (min-width: 641px) {
  .update_block .info_wrapper {
    height: calc(100% - 350px);
  }
}
.update_block .info_wrapper .post_date {
  color: #e81c25;
  margin-top: 4rem;
}

.navigation_wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  position: relative;
  margin: 3.5rem 0;
}

.button-prev {
  width: 50px;
  margin-right: 1rem;
  cursor: pointer;
}
.button-prev svg {
  width: 100%;
  height: auto;
  fill: none;
}
.button-prev svg line {
  stroke-width: 1px;
  stroke: #fff;
}
.button-prev svg polyline {
  stroke-width: 1px;
  stroke: #fff;
}

.button-next {
  width: 50px;
  cursor: pointer;
}
.button-next svg {
  width: 100%;
  height: auto;
  fill: none;
}
.button-next svg line {
  stroke-width: 1px;
  stroke: #fff;
}
.button-next svg polyline {
  stroke-width: 1px;
  stroke: #fff;
}

.splash_wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100vh;
  width: 100%;
  background-color: #e81c25;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 1000;
}
.splash_wrapper .text_wrapper {
  overflow: hidden;
  width: 80%;
  margin: 0 auto;
  max-width: 40rem;
  padding-top: 3rem;
}
.splash_wrapper .text_wrapper:first-of-type {
  margin-bottom: -2rem;
}
.splash_wrapper .text_wrapper .splash_text_1 {
  visibility: hidden;
  opacity: 0;
}
.splash_wrapper .text_wrapper .splash_text_2 {
  visibility: hidden;
  opacity: 0;
}

.full_image_wrapper {
  width: 100%;
  overflow: hidden;
}

.map_container {
  position: relative;
}

.map_wrapper.commerce {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  height: 0;
  padding-bottom: 100%;
}
@media (min-width: 641px) {
  .map_wrapper.commerce {
    padding-bottom: 50%;
  }
}
.map_wrapper.commerce.show {
  opacity: 1;
  visibility: visible;
  z-index: 2;
}
.map_wrapper.education {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  height: 0;
  padding-bottom: 100%;
}
@media (min-width: 641px) {
  .map_wrapper.education {
    padding-bottom: 50%;
  }
}
.map_wrapper.education.show {
  opacity: 1;
  visibility: visible;
  z-index: 2;
}
.map_wrapper .address {
  margin-bottom: 2rem;
}
.map_wrapper .marker {
  margin-right: 4rem;
}
@media (min-width: 641px) {
  .map_wrapper .marker {
    margin-right: 0;
  }
}
.map_wrapper .map_full {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  background-color: #a6a499;
}
@media (min-width: 641px) {
  .map_wrapper .map_full {
    padding-bottom: 50%;
  }
}
.map_wrapper .marker {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: white;
  border: 2px solid #000;
}
.map_wrapper .marker.student_marker {
  background-color: #e81c25;
  color: #e81c25;
}

.category_list {
  display: flex;
  justify-content: space-between;
}
.category_list.commerce {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}
.category_list.commerce.show {
  opacity: 1;
  visibility: visible;
  z-index: 2;
}
.category_list.education {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}
@media (min-width: 641px) {
  .category_list.education {
    height: 0;
    padding-bottom: 50%;
  }
}
.category_list.education.show {
  opacity: 1;
  visibility: visible;
  z-index: 2;
}
.category_list .title_id {
  display: flex;
  margin: 0.5rem 0;
}
.category_list .list_marker {
  width: 20px;
  height: 20px;
  display: flex;
  border-radius: 20px;
  background-color: #fff;
  color: #030306;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  margin-right: 0.5rem;
  flex: 0 0 auto;
}
.category_list .list_marker.student_accomm {
  background-color: #e81c25;
}

.toggle_button {
  margin-top: 1rem;
  padding: 0.5rem 1rem;
  border: 1px solid #030306;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #030306;
  transition: background-color 0.5s, color 0.35s;
}
.toggle_button.active {
  background-color: #030306;
  color: #fde2e4;
}
.toggle_button:hover {
  background-color: #030306;
  color: #fde2e4;
}

input {
  font-size: 17px !important;
  background: none;
  background-color: transparent;
  border: none !important;
  border-bottom: 1px solid #fff !important;
  border-radius: 0 !important;
  color: #fff !important;
  font-weight: 600;
  font-family: "Basic", sans-serif;
}
input::-webkit-input-placeholder {
  font-size: 11px !important;
  color: #fff !important;
  font-family: "Basic", sans-serif !important;
}
@media (min-width: 641px) {
  input::-webkit-input-placeholder {
    font-size: 17px !important;
  }
}
input::-moz-placeholder {
  font-size: 11px !important;
  color: #fff !important;
  font-family: "Basic", sans-serif !important;
}
@media (min-width: 641px) {
  input::-moz-placeholder {
    font-size: 17px !important;
  }
}
input:-ms-input-placeholder {
  font-size: 11px !important;
  color: #fff !important;
  font-family: "Basic", sans-serif !important;
}
@media (min-width: 641px) {
  input:-ms-input-placeholder {
    font-size: 17px !important;
  }
}
input:-moz-placeholder {
  font-size: 11px !important;
  color: #fff !important;
  font-family: "Basic", sans-serif !important;
}
@media (min-width: 641px) {
  input:-moz-placeholder {
    font-size: 17px !important;
  }
}
input:focus {
  background-color: transparent !important;
}

.ff-btn-submit {
  border-radius: 0 !important;
  border: 1px solid #fff;
  margin-top: 2rem;
}
.ff-btn-submit:hover {
  background-color: #fff !important;
  color: #e81c25 !important;
  border: 1px solid #fff !important;
  opacity: 1 !important;
}

label {
  font-size: 17px !important;
  margin: 0 !important;
  color: #a6a499;
  font-weight: 600;
  font-family: "Basic", sans-serif;
  padding: 0.25rem !important;
}

.fluentform .text-danger {
  color: #fff !important;
}

.ff-message-success {
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  color: #fff !important;
  border-top: 1px solid #fff !important;
  padding-top: 1rem !important;
}

.ff-el-group {
  display: flex;
}

.ff-el-input--label {
  border-bottom: 1px solid #fff;
  width: 90px !important;
  color: #a6a499;
  padding: 0 !important;
  margin-bottom: 0 !important;
}

.ff-el-input--content {
  margin-left: 0 !important;
  width: 100%;
}

.ff-btn {
  background-color: #fff;
  border-radius: 30px !important;
  color: #030306;
  padding: 0.5rem 1rem;
  display: flex;
  font-weight: 600;
  border: 0 !important;
  position: relative;
  overflow: hidden;
  transition: background-color 0.35s;
}
.ff-btn:after {
  content: "";
  width: 2.25rem;
  height: 100%;
  margin-left: 3rem;
  background-image: url("/wp-content/themes/amp/assets/images/button_arrow_black.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition: margin-left 0.5s;
}
.ff-btn:hover {
  background-color: #e81c25 !important;
  color: #fff !important;
  border: 0 !important;
}
.ff-btn:hover:after {
  margin-left: 2rem;
  background-image: url("/wp-content/themes/amp/assets/images/button_arrow_white.svg");
}

.chevron_wrapper {
  overflow: hidden;
  height: 150px;
}
@media (min-width: 641px) {
  .chevron_wrapper {
    height: 100%;
  }
}
.chevron_wrapper img {
  width: auto;
  height: 250%;
  max-width: none;
}
@media (min-width: 641px) {
  .chevron_wrapper img {
    height: 100%;
  }
}

.container {
  width: 100%;
}

@media (min-width: 640px) {

  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {

  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {

  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {

  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {

  .container {
    max-width: 1536px;
  }
}

.prose :where(h1):not(:where([class~="not-prose"] *)) {
  font-size: 72px;
  line-height: 77px;
  font-family: Basic, sans-serif;
  font-weight: 600;
}

.prose :where(h2):not(:where([class~="not-prose"] *)) {
  font-size: 95px;
  line-height: 115px;
  font-family: Basic, sans-serif;
  font-weight: 600;
  letter-spacing: -0.025em;
}

.prose :where(h3):not(:where([class~="not-prose"] *)) {
  font-size: 27px;
  line-height: 31px;
  font-family: Basic, sans-serif;
  font-weight: 600;
}

.prose :where(h4):not(:where([class~="not-prose"] *)) {
  font-size: 17px;
  line-height: 18px;
  font-family: Basic, sans-serif;
  font-weight: 600;
}

.prose :where(h5):not(:where([class~="not-prose"] *)) {
  font-size: 230px;
  font-family: Basic, sans-serif;
  font-weight: 600;
  letter-spacing: -0.025em;
}

.prose :where(p):not(:where([class~="not-prose"] *)) {
  font-size: 17px;
  line-height: 23px;
  font-family: Basic, sans-serif;
  font-weight: 400;
}

.prose :where(p):not(:where([class~="not-prose"] *)).sm {
  font-size: 14px;
  line-height: 17px;
}

.prose :where(p):not(:where([class~="not-prose"] *)).lg {
  font-size: 27px;
  line-height: 31px;
  font-weight: 600;
}

.prose :where(p):not(:where([class~="not-prose"] *)).xl {
  font-size: 48px;
  line-height: 51px;
  font-weight: 600;
}

.prose :where(p):not(:where([class~="not-prose"] *)).xxl {
  font-size: 72px;
  line-height: 77px;
  font-weight: 600;
}

.prose-sm :where(h1):not(:where([class~="not-prose"] *)) {
  font-size: 72px;
  line-height: 77px;
  font-family: Basic, sans-serif;
  font-weight: 600;
}

.prose-sm :where(h1):not(:where([class~="not-prose"] *)).post_title {
  font-size: 36px;
  line-height: 40px;
}

.prose-sm :where(h2):not(:where([class~="not-prose"] *)) {
  font-size: 40px;
  line-height: 40px;
  font-family: Basic, sans-serif;
  font-weight: 600;
  letter-spacing: -0.025em;
}

.prose-sm :where(h3):not(:where([class~="not-prose"] *)) {
  font-size: 27px;
  line-height: 31px;
  font-family: Basic, sans-serif;
  font-weight: 600;
}

.prose-sm :where(h4):not(:where([class~="not-prose"] *)) {
  font-size: 17px;
  line-height: 18px;
  font-family: Basic, sans-serif;
  font-weight: 600;
}

.prose-sm :where(h5):not(:where([class~="not-prose"] *)) {
  font-size: 75px;
  font-family: Basic, sans-serif;
  font-weight: 600;
}

.prose-sm :where(p):not(:where([class~="not-prose"] *)) {
  font-size: 16px;
  line-height: 20px;
  font-family: Basic, sans-serif;
  font-weight: 400;
}

.prose-sm :where(p):not(:where([class~="not-prose"] *)).sm {
  font-size: 14px;
  line-height: 17px;
}

.prose-sm :where(p):not(:where([class~="not-prose"] *)).lg {
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
}

.prose-sm :where(p):not(:where([class~="not-prose"] *)).xl {
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
}

.prose-sm :where(p):not(:where([class~="not-prose"] *)).xxl {
  font-size: 72px;
  line-height: 77px;
  font-weight: 600;
}
.relative {
  position: relative;
}
.z-10 {
  z-index: 10;
}
.order-2 {
  order: 2;
}
.order-1 {
  order: 1;
}
.order-3 {
  order: 3;
}
.order-4 {
  order: 4;
}
.order-5 {
  order: 5;
}
.col-span-1 {
  grid-column: span 1 / span 1;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.col-span-3 {
  grid-column: span 3 / span 3;
}
.col-span-4 {
  grid-column: span 4 / span 4;
}
.col-span-5 {
  grid-column: span 5 / span 5;
}
.col-span-6 {
  grid-column: span 6 / span 6;
}
.col-span-7 {
  grid-column: span 7 / span 7;
}
.col-span-8 {
  grid-column: span 8 / span 8;
}
.col-span-9 {
  grid-column: span 9 / span 9;
}
.col-span-10 {
  grid-column: span 10 / span 10;
}
.col-span-11 {
  grid-column: span 11 / span 11;
}
.col-span-12 {
  grid-column: span 12 / span 12;
}
.col-span-14 {
  grid-column: span 14 / span 14;
}
.col-span-16 {
  grid-column: span 16 / span 16;
}
.col-start-1 {
  grid-column-start: 1;
}
.col-start-2 {
  grid-column-start: 2;
}
.col-start-3 {
  grid-column-start: 3;
}
.col-start-4 {
  grid-column-start: 4;
}
.col-start-5 {
  grid-column-start: 5;
}
.col-start-6 {
  grid-column-start: 6;
}
.col-start-7 {
  grid-column-start: 7;
}
.col-start-8 {
  grid-column-start: 8;
}
.col-start-9 {
  grid-column-start: 9;
}
.col-start-10 {
  grid-column-start: 10;
}
.col-start-11 {
  grid-column-start: 11;
}
.col-start-12 {
  grid-column-start: 12;
}
.col-start-13 {
  grid-column-start: 13;
}
.col-start-auto {
  grid-column-start: auto;
}
.m-0 {
  margin: 0px;
}
.my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mb-32 {
  margin-bottom: 8rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-16 {
  margin-bottom: 4rem;
}
.mb-48 {
  margin-bottom: 12rem;
}
.mt-24 {
  margin-top: 6rem;
}
.block {
  display: block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.h-screen {
  height: 100vh;
}
.h-full {
  height: 100%;
}
.h-\[50vh\] {
  height: 50vh;
}
.min-h-\[350px\] {
  min-height: 350px;
}
.w-full {
  width: 100%;
}
.w-\[200px\] {
  width: 200px;
}
.columns-2 {
  -moz-columns: 2;
       columns: 2;
}
.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-20 {
  gap: 5rem;
}
.gap-5 {
  gap: 1.25rem;
}
.bg-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(232 28 37 / var(--tw-bg-opacity));
}
.bg-red-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 183 180 / var(--tw-bg-opacity));
}
.bg-black-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(3 3 6 / var(--tw-bg-opacity));
}
.bg-black-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(29 29 27 / var(--tw-bg-opacity));
}
.bg-grey-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(166 164 153 / var(--tw-bg-opacity));
}
.bg-grey-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(235 234 231 / var(--tw-bg-opacity));
}
.bg-red-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(253 226 228 / var(--tw-bg-opacity));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.fill-grey-500 {
  fill: #a6a499;
}
.fill-white {
  fill: #fff;
}
.fill-none {
  fill: none;
}
.fill-black-500 {
  fill: #030306;
}
.stroke-white {
  stroke: #fff;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.pt-0 {
  padding-top: 0px;
}
.pt-10 {
  padding-top: 2.5rem;
}
.pt-12 {
  padding-top: 3rem;
}
.pt-14 {
  padding-top: 3.5rem;
}
.pt-20 {
  padding-top: 5rem;
}
.pt-24 {
  padding-top: 6rem;
}
.pt-40 {
  padding-top: 10rem;
}
.pb-0 {
  padding-bottom: 0px;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pb-12 {
  padding-bottom: 3rem;
}
.pb-14 {
  padding-bottom: 3.5rem;
}
.pb-20 {
  padding-bottom: 5rem;
}
.pb-24 {
  padding-bottom: 6rem;
}
.pb-40 {
  padding-bottom: 10rem;
}
.pt-7 {
  padding-top: 1.75rem;
}
.pb-7 {
  padding-bottom: 1.75rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-8 {
  padding-top: 2rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.uppercase {
  text-transform: uppercase;
}
.italic {
  font-style: italic;
}
.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(232 28 37 / var(--tw-text-opacity));
}
.text-red-400 {
  --tw-text-opacity: 1;
  color: rgb(245 183 180 / var(--tw-text-opacity));
}
.text-black-500 {
  --tw-text-opacity: 1;
  color: rgb(3 3 6 / var(--tw-text-opacity));
}
.text-black-400 {
  --tw-text-opacity: 1;
  color: rgb(29 29 27 / var(--tw-text-opacity));
}
.text-grey-500 {
  --tw-text-opacity: 1;
  color: rgb(166 164 153 / var(--tw-text-opacity));
}
.text-grey-400 {
  --tw-text-opacity: 1;
  color: rgb(235 234 231 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-red-300 {
  --tw-text-opacity: 1;
  color: rgb(253 226 228 / var(--tw-text-opacity));
}
.underline {
  text-decoration-line: underline;
}
@media (min-width: 640px) {

  .sm\:prose :where(h1):not(:where([class~="not-prose"] *)) {
    font-size: 72px;
    line-height: 77px;
    font-family: Basic, sans-serif;
    font-weight: 600;
  }

  .sm\:prose :where(h2):not(:where([class~="not-prose"] *)) {
    font-size: 95px;
    line-height: 115px;
    font-family: Basic, sans-serif;
    font-weight: 600;
    letter-spacing: -0.025em;
  }

  .sm\:prose :where(h3):not(:where([class~="not-prose"] *)) {
    font-size: 27px;
    line-height: 31px;
    font-family: Basic, sans-serif;
    font-weight: 600;
  }

  .sm\:prose :where(h4):not(:where([class~="not-prose"] *)) {
    font-size: 17px;
    line-height: 18px;
    font-family: Basic, sans-serif;
    font-weight: 600;
  }

  .sm\:prose :where(h5):not(:where([class~="not-prose"] *)) {
    font-size: 230px;
    font-family: Basic, sans-serif;
    font-weight: 600;
    letter-spacing: -0.025em;
  }

  .sm\:prose :where(p):not(:where([class~="not-prose"] *)) {
    font-size: 17px;
    line-height: 23px;
    font-family: Basic, sans-serif;
    font-weight: 400;
  }

  .sm\:prose :where(p):not(:where([class~="not-prose"] *)).sm {
    font-size: 14px;
    line-height: 17px;
  }

  .sm\:prose :where(p):not(:where([class~="not-prose"] *)).lg {
    font-size: 27px;
    line-height: 31px;
    font-weight: 600;
  }

  .sm\:prose :where(p):not(:where([class~="not-prose"] *)).xl {
    font-size: 48px;
    line-height: 51px;
    font-weight: 600;
  }

  .sm\:prose :where(p):not(:where([class~="not-prose"] *)).xxl {
    font-size: 72px;
    line-height: 77px;
    font-weight: 600;
  }

  .sm\:order-1 {
    order: 1;
  }

  .sm\:order-2 {
    order: 2;
  }

  .sm\:order-3 {
    order: 3;
  }

  .sm\:order-4 {
    order: 4;
  }

  .sm\:order-5 {
    order: 5;
  }

  .sm\:order-6 {
    order: 6;
  }

  .sm\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .sm\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .sm\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .sm\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .sm\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .sm\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .sm\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .sm\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .sm\:col-span-9 {
    grid-column: span 9 / span 9;
  }

  .sm\:col-span-10 {
    grid-column: span 10 / span 10;
  }

  .sm\:col-span-11 {
    grid-column: span 11 / span 11;
  }

  .sm\:col-span-12 {
    grid-column: span 12 / span 12;
  }

  .sm\:col-span-14 {
    grid-column: span 14 / span 14;
  }

  .sm\:col-start-1 {
    grid-column-start: 1;
  }

  .sm\:col-start-2 {
    grid-column-start: 2;
  }

  .sm\:col-start-3 {
    grid-column-start: 3;
  }

  .sm\:col-start-4 {
    grid-column-start: 4;
  }

  .sm\:col-start-5 {
    grid-column-start: 5;
  }

  .sm\:col-start-6 {
    grid-column-start: 6;
  }

  .sm\:col-start-7 {
    grid-column-start: 7;
  }

  .sm\:col-start-8 {
    grid-column-start: 8;
  }

  .sm\:col-start-9 {
    grid-column-start: 9;
  }

  .sm\:col-start-10 {
    grid-column-start: 10;
  }

  .sm\:col-start-11 {
    grid-column-start: 11;
  }

  .sm\:col-start-12 {
    grid-column-start: 12;
  }

  .sm\:col-start-13 {
    grid-column-start: 13;
  }

  .sm\:my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .sm\:mt-0 {
    margin-top: 0px;
  }

  .sm\:mb-12 {
    margin-bottom: 3rem;
  }

  .sm\:mt-16 {
    margin-top: 4rem;
  }

  .sm\:mb-16 {
    margin-bottom: 4rem;
  }

  .sm\:mb-0 {
    margin-bottom: 0px;
  }

  .sm\:block {
    display: block;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:min-h-screen {
    min-height: 100vh;
  }

  .sm\:columns-2 {
    -moz-columns: 2;
         columns: 2;
  }

  .sm\:pt-0 {
    padding-top: 0px;
  }

  .sm\:pt-10 {
    padding-top: 2.5rem;
  }

  .sm\:pt-12 {
    padding-top: 3rem;
  }

  .sm\:pt-14 {
    padding-top: 3.5rem;
  }

  .sm\:pt-20 {
    padding-top: 5rem;
  }

  .sm\:pt-24 {
    padding-top: 6rem;
  }

  .sm\:pt-40 {
    padding-top: 10rem;
  }

  .sm\:pb-0 {
    padding-bottom: 0px;
  }

  .sm\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .sm\:pb-12 {
    padding-bottom: 3rem;
  }

  .sm\:pb-14 {
    padding-bottom: 3.5rem;
  }

  .sm\:pb-20 {
    padding-bottom: 5rem;
  }

  .sm\:pb-24 {
    padding-bottom: 6rem;
  }

  .sm\:pb-40 {
    padding-bottom: 10rem;
  }
}
@media (min-width: 768px) {

  .md\:order-2 {
    order: 2;
  }

  .md\:order-3 {
    order: 3;
  }

  .md\:order-1 {
    order: 1;
  }

  @media (min-width: 768px) {

    .md\:md\:order-1 {
      order: 1;
    }
  }

  .md\:col-span-10 {
    grid-column: span 10 / span 10;
  }

  .md\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .md\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .md\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .md\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .md\:col-span-9 {
    grid-column: span 9 / span 9;
  }

  .md\:col-start-3 {
    grid-column-start: 3;
  }

  .md\:col-start-6 {
    grid-column-start: 6;
  }

  .md\:col-start-13 {
    grid-column-start: 13;
  }

  .md\:col-start-2 {
    grid-column-start: 2;
  }

  .md\:col-start-auto {
    grid-column-start: auto;
  }

  .md\:col-start-5 {
    grid-column-start: 5;
  }

  .md\:row-span-2 {
    grid-row: span 2 / span 2;
  }

  .md\:row-span-1 {
    grid-row: span 1 / span 1;
  }

  .md\:mb-0 {
    margin-bottom: 0px;
  }

  .md\:mt-0 {
    margin-top: 0px;
  }

  .md\:-mb-0 {
    margin-bottom: -0px;
  }

  .md\:mb-4 {
    margin-bottom: 1rem;
  }

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-\[75vh\] {
    height: 75vh;
  }

  .md\:min-h-\[650px\] {
    min-height: 650px;
  }

  .md\:min-h-\[450px\] {
    min-height: 450px;
  }

  .md\:w-3\/4 {
    width: 75%;
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:justify-between {
    justify-content: space-between;
  }

  .md\:pr-16 {
    padding-right: 4rem;
  }

  .md\:pt-40 {
    padding-top: 10rem;
  }

  .md\:pb-40 {
    padding-bottom: 10rem;
  }

  .md\:pb-0 {
    padding-bottom: 0px;
  }

  .md\:pt-0 {
    padding-top: 0px;
  }
}
@media (min-width: 1024px) {

  .lg\:col-span-16 {
    grid-column: span 16 / span 16;
  }

  .lg\:col-span-14 {
    grid-column: span 14 / span 14;
  }

  .lg\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .lg\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .lg\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .lg\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .lg\:col-start-7 {
    grid-column-start: 7;
  }

  .lg\:pb-0 {
    padding-bottom: 0px;
  }
}
