/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, 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; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-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.
 */
[type="search"]::-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 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/**
 * Set up a decent box model on the root element
 */
html {
  box-sizing: border-box; }

/**
 * Make all elements from the DOM inherit from the parent box-sizing
 * Since `*` has a specificity of 0, it does not override the `html` value
 * making all elements inheriting from the root box-sizing value
 * See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
*,
*::before,
*::after {
  box-sizing: inherit; }

/**
 * Basic styles for links
 */
a {
  color: #4D4F53;
  text-decoration: none !important; }
  a:hover, a:active, a:focus {
    color: #4D4F53;
    text-decoration: underline; }

@font-face {
  font-family: "Roboto-Regular";
  src: url("/assets/fonts/Roboto-Regular.ttf") format("ttf"); }

@font-face {
  font-family: "Roboto-Bold";
  src: url("/assets/fonts/Roboto-Bold.ttf") format("ttf"); }

/**
 * Basic typography style for copy text
 */
body {
  color: #4D4F53;
  font: normal 125%/1.4 "Roboto", sans-serif; }

/**
 * Clear inner floats
 */
.clearfix::after {
  clear: both;
  content: "";
  display: table; }

/**
 * Main content containers
 * 1. Make the container full-width with a maximum width
 * 2. Center it in the viewport
 * 3. Leave some space on the edges, especially valuable on small screens
 */
.container {
  max-width: 1180px;
  /* 1 */
  margin-left: auto;
  /* 2 */
  margin-right: auto;
  /* 2 */
  padding-left: 20px;
  /* 3 */
  padding-right: 20px;
  /* 3 */
  width: 100%;
  /* 1 */ }

/**
 * Hide text while making it readable for screen readers
 * 1. Needed in WebKit-based browsers because of an implementation bug;
 *    See: https://code.google.com/p/chromium/issues/detail?id=457146
 */
.hide-text {
  overflow: hidden;
  padding: 0;
  /* 1 */
  text-indent: 101%;
  white-space: nowrap; }

/**
 * Hide element while making it readable for screen readers
 * Shamelessly borrowed from HTML5Boilerplate:
 * https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css#L119-L133
 */
.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.scrollbox {
  overflow: auto;
  background: linear-gradient(white 30%, rgba(255, 255, 255, 0)), linear-gradient(rgba(255, 255, 255, 0), white 70%) 0 100%, radial-gradient(50% 0, farthest-side, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)), radial-gradient(50% 100%, farthest-side, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)) 0 100%;
  background: linear-gradient(white 30%, rgba(255, 255, 255, 0)), linear-gradient(rgba(255, 255, 255, 0), white 70%) 0 100%, radial-gradient(farthest-side at 50% 0, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)), radial-gradient(farthest-side at 50% 100%, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)) 0 100%;
  background-repeat: no-repeat;
  background-color: white;
  background-size: 100% 40px, 100% 40px, 100% 14px, 100% 14px;
  /* Opera doesn't support this in the shorthand */
  background-attachment: local, local, scroll, scroll; }

.scrollbox-200 {
  width: 200px;
  max-height: 200px; }

footer {
  background-color: #002663;
  width: 100%; }
  footer .footer-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px; }
    @media only screen and (max-width: 575px) {
      footer .footer-content {
        padding: 8px; } }
    footer .footer-content .footer-info-container {
      width: 100%;
      display: grid;
      grid-template-columns: 1fr 1fr 2fr; }
      @media only screen and (max-width: 767px) {
        footer .footer-content .footer-info-container {
          grid-template-columns: 1fr 1fr; } }
      footer .footer-content .footer-info-container .footer-group {
        padding-left: 40%; }
        @media only screen and (max-width: 1023px) {
          footer .footer-content .footer-info-container .footer-group {
            padding-left: 20%; } }
        footer .footer-content .footer-info-container .footer-group.double-column {
          padding-left: 20%; }
          @media only screen and (max-width: 1023px) {
            footer .footer-content .footer-info-container .footer-group.double-column {
              padding-left: 10%; } }
          @media only screen and (max-width: 767px) {
            footer .footer-content .footer-info-container .footer-group.double-column {
              grid-column-start: 1;
              grid-column-end: 3; } }
          footer .footer-content .footer-info-container .footer-group.double-column .columns {
            display: grid;
            grid-template-columns: 1fr 1fr; }
            @media only screen and (max-width: 767px) {
              footer .footer-content .footer-info-container .footer-group.double-column .columns .column:nth-child(2) {
                padding-left: 10%; } }
        footer .footer-content .footer-info-container .footer-group .footer-link {
          margin-top: 0px;
          margin-bottom: 4px; }
        footer .footer-content .footer-info-container .footer-group .footer-link > a {
          font-size: 16px;
          color: #FFFFFF; }
          @media only screen and (max-width: 1023px) {
            footer .footer-content .footer-info-container .footer-group .footer-link > a {
              font-size: 16px; } }
          @media only screen and (max-width: 767px) {
            footer .footer-content .footer-info-container .footer-group .footer-link > a {
              line-height: 12px; } }
          @media only screen and (max-width: 575px) {
            footer .footer-content .footer-info-container .footer-group .footer-link > a {
              font-size: 14px; } }
        footer .footer-content .footer-info-container .footer-group .footer-link.social-links > a {
          font-size: 16px; }
          @media only screen and (max-width: 767px) {
            footer .footer-content .footer-info-container .footer-group .footer-link.social-links > a {
              margin-right: 16px; } }
          @media only screen and (max-width: 575px) {
            footer .footer-content .footer-info-container .footer-group .footer-link.social-links > a {
              font-size: 14px; } }
        footer .footer-content .footer-info-container .footer-group .footer-header {
          color: #FFFFFF;
          font-weight: bold;
          font-size: 18px;
          margin-top: 24px;
          margin-bottom: 8px; }
          @media only screen and (max-width: 767px) {
            footer .footer-content .footer-info-container .footer-group .footer-header {
              margin-top: 8px;
              margin-bottom: 4px; } }
          @media only screen and (max-width: 575px) {
            footer .footer-content .footer-info-container .footer-group .footer-header {
              font-size: 14px; } }
    footer .footer-content .separator {
      height: 1px;
      padding: 0 120px 0 120px;
      margin-left: auto;
      margin-right: auto;
      margin-top: 16px;
      background-color: #C4C4C4;
      max-width: 1200px;
      width: 100%; }
      @media only screen and (max-width: 767px) {
        footer .footer-content .separator {
          padding: 0 64px 0 64px;
          margin-top: 8px; } }
    footer .footer-content .footnote-container {
      display: flex;
      padding: 16px 36px;
      margin-left: auto;
      margin-right: auto;
      max-width: 1200px;
      text-align: center; }
      @media only screen and (max-width: 767px) {
        footer .footer-content .footnote-container {
          padding: 4px 36px; } }
      @media only screen and (max-width: 575px) {
        footer .footer-content .footnote-container {
          padding: 4px 4px; } }
      footer .footer-content .footnote-container .footnote {
        margin: auto;
        color: #FFFFFF;
        font-size: 12px; }
        @media only screen and (max-width: 767px) {
          footer .footer-content .footnote-container .footnote {
            font-size: 12px; } }

#page {
  position: relative;
  min-height: 100vh;
  width: 100%; }

#content {
  padding-bottom: 192px; }
  @media only screen and (max-width: 1023px) {
    #content {
      padding-bottom: 192px; } }
  @media only screen and (max-width: 767px) {
    #content {
      padding-bottom: 240px; } }

#footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 192px;
  overflow: hidden; }
  @media only screen and (max-width: 1023px) {
    #footer {
      height: 192px; } }
  @media only screen and (max-width: 767px) {
    #footer {
      height: 240px; } }

#navbar {
  background-color: #002663;
  display: flex;
  flex-direction: row; }
  #navbar .navbar-container {
    display: grid;
    min-height: 80px;
    color: white;
    text-decoration: none;
    width: 100%;
    grid-template-areas: "logo home locations locations mlocations mlocations language";
    grid-template-columns: 4fr 0.5fr 1fr 1fr 1fr 1fr 2fr; }
    @media only screen and (max-width: 1023px) {
      #navbar .navbar-container {
        display: none; } }
    @media only screen and (max-width: 767px) {
      #navbar .navbar-container {
        display: none; } }
  #navbar .logo {
    display: flex;
    flex-direction: row;
    grid-area: logo;
    align-items: center;
    justify-content: center;
    z-index: 91;
    background-color: #002663; }
  #navbar .logo-container {
    display: flex;
    flex-direction: column;
    min-height: 80px;
    color: white;
    text-decoration: none;
    width: 100%;
    position: relative; }
  #navbar .logo-link {
    width: 100%;
    height: 100%;
    display: flex; }
    #navbar .logo-link a {
      display: block;
      width: 400px;
      height: 80px;
      margin: auto; }
      @media only screen and (max-width: 575px) {
        #navbar .logo-link a {
          width: 100%; } }
      #navbar .logo-link a img {
        height: 100%;
        width: 100%; }
  #navbar .bottom-text {
    position: absolute;
    bottom: 0;
    left: 58%;
    transform: translateX(-50%);
    font-size: 12px;
    margin-top: 0;
    margin-bottom: 1%; }
    @media only screen and (max-width: 575px) {
      #navbar .bottom-text {
        width: 100%;
        text-align: center;
        font-size: 10px;
        left: 60%;
        margin-bottom: 8%; } }
  #navbar .navbar-logo {
    display: flex;
    flex-direction: row;
    grid-area: home;
    align-items: center;
    text-align: center; }
  #navbar .navbar-locations {
    display: flex;
    flex-direction: row;
    grid-area: locations;
    align-items: center;
    text-align: center;
    color: white; }
  #navbar .navbar-language {
    display: flex;
    flex-direction: row;
    grid-area: language;
    align-items: center;
    text-align: center; }
  #navbar .navbar-mlocations {
    display: flex;
    flex-direction: row;
    grid-area: mlocations;
    align-items: center;
    text-align: center; }
  #navbar .navbar-mlocations {
    position: relative;
    display: inline-block; }
  #navbar .navbar-mlink {
    margin: auto; }
    #navbar .navbar-mlink a {
      color: white; }
  #navbar .navbar-link {
    margin: auto; }
    #navbar .navbar-link a {
      color: white; }
  #navbar .home-link {
    margin: auto; }
  #navbar .language {
    margin: auto; }
    #navbar .language a {
      color: white; }
  #navbar .iconify {
    color: #C4C4C4; }
  #navbar .language {
    background-color: #002663;
    color: white;
    padding: 26px;
    font-size: 20px;
    border: none;
    cursor: pointer; }
  #navbar .language a:hover,
  #navbar .language:focus {
    background-color: #002663; }
  #navbar .navbar-language {
    position: relative;
    display: inline-block; }
  #navbar .dropdown-content {
    display: none;
    position: absolute;
    right: 0;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1000; }
  #navbar .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block; }
  #navbar .dropdown-content a:hover {
    background-color: #C4C4C4; }
  #navbar .show {
    display: block; }
  #navbar .navbar-link {
    background-color: #002663;
    color: #C4C4C4;
    padding: 26px;
    font-size: 20px;
    border: none;
    cursor: pointer; }
  #navbar .navbar-link a:hover,
  #navbar .navbar-link:focus {
    background-color: #002663; }
  #navbar .navbar-locations {
    position: relative;
    display: inline-block; }
  #navbar .dropdown-mazatlan {
    display: none;
    position: absolute;
    right: -100%;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1000; }
    #navbar .dropdown-mazatlan.show {
      position: absolute;
      display: inline-block;
      margin-right: 100%; }
  #navbar .dropdown-mazatlan a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block; }
  #navbar .dropdown-mazatlan a:hover {
    background-color: #ddd; }
  #navbar .navbar-mlink {
    background-color: #002663;
    color: #C4C4C4;
    padding: 26px;
    font-size: 20px;
    border: none;
    cursor: pointer; }
  #navbar .navbar-mlink a:hover,
  #navbar .navbar-mlink:focus {
    background-color: #002663; }
  #navbar .dropdown-ensenada {
    display: none;
    position: absolute;
    right: -100%;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1000; }
    #navbar .dropdown-ensenada.show {
      position: absolute;
      display: inline-block;
      margin-right: 100%; }
  #navbar .dropdown-ensenada a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block; }
  #navbar .dropdown-ensenada a:hover {
    background-color: #ddd; }
  #navbar .burger-menu {
    display: grid;
    margin: 0;
    box-sizing: border-box;
    grid-template-areas: "logo ham"; }
    @media only screen and (min-width: 1024px) {
      #navbar .burger-menu {
        display: none; } }
    @media only screen and (max-width: 575px) {
      #navbar .burger-menu {
        width: 200px; } }
  #navbar .ham {
    position: absolute;
    z-index: 100;
    grid-area: ham;
    top: 1rem;
    right: 1rem;
    width: 3rem;
    height: 3rem;
    border: none;
    background: inherit;
    cursor: pointer;
    display: flex; }
  #navbar .menuIcon {
    color: #FFFFFF;
    margin: auto; }
  #navbar .xIcon {
    display: none;
    color: #FFFFFF;
    margin: auto; }
  #navbar .menu {
    display: grid;
    position: absolute;
    z-index: 90;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: #002663;
    color: white;
    transform: translateY(-150%);
    transition: transform 0.2s;
    list-style: none;
    padding-top: 4rem;
    grid-template-areas: "first-part" "language"; }
  #navbar .showMenu {
    transform: translateY(0); }
  #navbar li {
    padding: 1rem 0; }
  #navbar .menuLink {
    display: flex;
    flex-direction: column;
    grid-area: first-part;
    font-size: 20px;
    color: white;
    text-decoration: none;
    justify-content: center; }
    #navbar .menuLink a {
      color: white; }
  #navbar .menuLink:hover {
    text-decoration: none; }
  #navbar .menu-item {
    margin-bottom: 10px;
    min-width: 150px; }
  #navbar .menu-item > i {
    margin-left: 5px;
    cursor: pointer; }
  #navbar .child-item {
    margin-left: 20px; }
    #navbar .child-item a {
      padding: 5px; }
  #navbar .children {
    overflow: hidden;
    transition: height 0.4s; }
  #navbar .children.hidden {
    height: 0; }

.gallery #item1 {
  grid-area: image_1; }

.gallery #item2 {
  grid-area: image_2; }

.gallery #item3 {
  grid-area: image_3; }

.gallery #item4 {
  grid-area: image_4; }

.gallery #item5 {
  grid-area: image_5; }

.gallery #item6 {
  grid-area: image_6; }

.gallery .last-img {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative; }
  .gallery .last-img .gallery-link {
    width: 260px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute; }
    @media only screen and (max-width: 1023px) {
      .gallery .last-img .gallery-link {
        width: 176px;
        margin: 0; }
        .gallery .last-img .gallery-link .button {
          margin: 0;
          width: 100%; }
          .gallery .last-img .gallery-link .button .button-text {
            font-size: 20px;
            text-align: center; } }
    @media only screen and (max-width: 767px) {
      .gallery .last-img .gallery-link {
        width: 144px; }
        .gallery .last-img .gallery-link .button {
          margin: 0;
          width: 100%; }
          .gallery .last-img .gallery-link .button .button-text {
            font-size: 16px;
            text-align: center; } }

.gallery .location-titles {
  font-size: 36px;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  margin: 0;
  height: 84px;
  margin-top: 8px;
  display: flex; }
  @media only screen and (max-width: 1023px) {
    .gallery .location-titles {
      padding: 0px 0px 0px 0px;
      font-size: 24px;
      height: 48px; } }
  @media only screen and (max-width: 575px) {
    .gallery .location-titles {
      margin: 8px 0;
      font-size: 18px;
      white-space: pre-line; } }
  .gallery .location-titles > * {
    margin-top: auto;
    margin-bottom: auto; }
  .gallery .location-titles .icon {
    margin-right: 16px; }
  .gallery .location-titles .location {
    margin-left: 32px; }

.gallery .home-titles {
  padding: 0px 96px 0px 96px;
  font-size: 48px;
  font-family: "Roboto";
  font-weight: bolder; }
  @media only screen and (max-width: 1023px) {
    .gallery .home-titles {
      padding: 0px 0px 0px 0px;
      font-size: 32px; } }

.gallery .image {
  align-self: center;
  justify-self: center;
  width: 100%;
  height: 376px; }
  @media only screen and (max-width: 1199px) {
    .gallery .image {
      height: 256px; } }
  @media only screen and (max-width: 575px) {
    .gallery .image {
      height: 56.25vw; } }
  .gallery .image img {
    object-fit: cover;
    width: 100%;
    height: 100%; }

.gallery .grid-container {
  display: grid;
  padding: 24px 0px 24px 0px;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 16px;
  row-gap: 24px;
  grid-template-areas: " image_1  image_2 image_3 " " image_4  image_5 image_6 "; }
  @media only screen and (max-width: 1023px) {
    .gallery .grid-container {
      padding: 16px 0px 16px 0px;
      width: 100%;
      column-gap: 8px;
      row-gap: 16px;
      grid-template-columns: 1fr 1fr;
      grid-template-areas: "image_1  image_2 " "image_3  image_4" "image_5  image_6"; }
      .gallery .grid-container > a:nth-child(1) {
        border-radius: 10px 0px 0px 0px;
        overflow: hidden; }
      .gallery .grid-container > a:nth-child(2) {
        border-radius: 0px 10px 0px 0px;
        overflow: hidden; } }
    @media only screen and (max-width: 1023px) and (max-width: 767px) {
      .gallery .grid-container > a:nth-child(2) {
        border-radius: 0; } }
  @media only screen and (max-width: 1023px) {
      .gallery .grid-container > a:nth-child(5) {
        border-radius: 0px 0px 0px 10px;
        overflow: hidden; } }
    @media only screen and (max-width: 1023px) and (max-width: 767px) {
      .gallery .grid-container > a:nth-child(5) {
        border-radius: 0; } }
  @media only screen and (max-width: 1023px) {
      .gallery .grid-container > a:nth-child(6) {
        border-radius: 0px 0px 10px 0px;
        overflow: hidden; } }
  @media only screen and (max-width: 767px) {
    .gallery .grid-container {
      width: 100%;
      column-gap: 4px;
      row-gap: 12px;
      grid-template-columns: 1fr;
      grid-template-areas: "image_1" "image_3" "image_2" "image_5" "image_4" "image_6"; } }

.gallery .grid-container > .invisible {
  display: none; }

.gallery .grid-container > a:nth-child(6) {
  border-radius: 0px 0px 10px 0px;
  overflow: hidden; }
  @media only screen and (max-width: 767px) {
    .gallery .grid-container > a:nth-child(6) {
      border-radius: 0px 0px 10px 10px; } }

.gallery .grid-container > a:nth-child(3) {
  border-radius: 0px 10px 0px 0px;
  overflow: hidden; }
  @media only screen and (max-width: 1023px) {
    .gallery .grid-container > a:nth-child(3) {
      border-radius: 0; } }
  @media only screen and (max-width: 767px) {
    .gallery .grid-container > a:nth-child(3) {
      border-radius: 0; } }

.gallery .grid-container > a:nth-child(1) {
  border-radius: 10px 0px 0px 0px;
  overflow: hidden; }
  @media only screen and (max-width: 767px) {
    .gallery .grid-container > a:nth-child(1) {
      border-radius: 10px 10px 0px 0px; } }

.gallery .grid-container > a:nth-child(4) {
  border-radius: 0px 0px 0px 10px;
  overflow: hidden; }
  @media only screen and (max-width: 1023px) {
    .gallery .grid-container > a:nth-child(4) {
      border-radius: 0; } }
  @media only screen and (max-width: 767px) {
    .gallery .grid-container > a:nth-child(4) {
      border-radius: 0; } }

.gallery img:hover {
  filter: brightness(80%); }

.gallery body {
  background-color: white; }

.button {
  font-family: "Roboto-Bold", sans-serif;
  position: relative;
  width: 196px;
  height: 64px;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  display: flex;
  align-items: center;
  text-align: center;
  /* Inside Auto Layout */
  flex: none;
  order: 0;
  align-self: stretch;
  flex-grow: 1;
  margin: 0px 8px; }
  .button.small {
    height: 40px;
    font-size: 18px; }
  @media only screen and (max-width: 1023px) {
    .button {
      font-size: 24px;
      width: 280px;
      height: 54px;
      margin-left: auto;
      margin-right: auto; } }
  @media only screen and (max-width: 767px) {
    .button {
      font-size: 16px;
      width: 156px;
      height: 40px;
      margin-left: 56px; } }
  .button .button-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .button.primary .button-text {
    color: #FFFFFF; }
  .button.primary .button-background {
    background: #F47721;
    border: 2px solid #4D4F53;
    box-sizing: border-box;
    border-radius: 10px; }
  .button.secondary .button-background {
    background: #FFFFFF; }
  .button.transparent .button-content .button-text {
    color: #FFFFFF; }
  .button.transparent .button-background {
    background: rgba(0, 0, 0, 0.15);
    border: 2px solid #FFFFFF;
    box-sizing: border-box;
    border-radius: 10px; }
  .button .button-content {
    display: flex;
    width: 100%; }
    .button .button-content .button-text {
      margin: auto;
      z-index: 1;
      text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.75); }

.card {
  width: 100%;
  height: 584px;
  display: flex;
  flex-direction: column;
  background-color: #FFFFFF;
  overflow: hidden;
  filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.45));
  border-radius: 10px;
  position: relative; }
  @media only screen and (max-width: 1199px) {
    .card {
      width: 400px; } }
  @media only screen and (max-width: 1023px) {
    .card {
      width: 360px; } }
  @media only screen and (max-width: 767px) {
    .card {
      width: 80%; } }
  .card .img-location {
    width: 100%;
    height: 272px;
    position: relative;
    top: 0;
    object-fit: cover; }
    @media only screen and (max-width: 575px) {
      .card .img-location {
        height: 192px; } }
  .card .button-container {
    position: absolute;
    bottom: 24px;
    right: 36px; }
  .card .information-container {
    width: 66%;
    position: relative;
    margin: auto;
    bottom: 40px; }
    .card .information-container .title {
      font-family: "Roboto-Bold", sans-serif;
      font-weight: bold;
      font-size: 32px;
      color: #4D4F53; }
    .card .information-container .separator {
      width: 360px;
      height: 1px;
      background-color: rgba(196, 196, 196, 0.5); }
    .card .information-container .subtitles {
      display: flex; }
      @media only screen and (max-width: 1199px) {
        .card .information-container .subtitles {
          flex-direction: column; } }
      .card .information-container .subtitles .left-subtitle {
        margin: auto auto auto 0;
        text-align: left;
        font-family: "Roboto", sans-serif;
        font-size: 24px;
        color: #4D4F53; }
      .card .information-container .subtitles .right-subtitle {
        margin: auto 0 auto auto;
        text-align: left;
        display: flex; }
        @media only screen and (max-width: 1199px) {
          .card .information-container .subtitles .right-subtitle {
            margin: auto auto auto 0; } }
        .card .information-container .subtitles .right-subtitle .text {
          font-family: "Roboto", sans-serif;
          font-size: 24px;
          color: #4D4F53; }
        .card .information-container .subtitles .right-subtitle .icon {
          width: 32px;
          height: 32px;
          display: flex;
          justify-content: center;
          align-items: center;
          margin-right: 8px; }
    .card .information-container .highlights-container {
      margin-top: 8px; }
      .card .information-container .highlights-container .highlight {
        display: flex;
        align-items: flex-start;
        margin-bottom: 6px; }
        .card .information-container .highlights-container .highlight .text {
          font-family: "Roboto", sans-serif;
          font-size: 24px;
          color: #4D4F53; }
        .card .information-container .highlights-container .highlight .icon {
          width: 32px;
          height: 32px;
          margin-right: 16px;
          display: flex;
          justify-content: center;
          align-items: center; }
          @media only screen and (max-width: 575px) {
            .card .information-container .highlights-container .highlight .icon {
              margin-right: 0; } }
        .card .information-container .highlights-container .highlight .icon::before {
          margin: auto; }
        .card .information-container .highlights-container .highlight .icon::after {
          margin: auto; }

.swiper-container {
  width: 100%;
  height: 720px; }
  @media only screen and (max-width: 1023px) {
    .swiper-container {
      height: 720px;
      width: 100%; } }
  @media only screen and (max-width: 767px) {
    .swiper-container {
      height: 440px;
      width: 100%; } }

.swiper-pagination .swiper-pagination-bullet {
  width: 28px;
  height: 28px;
  /* Light Overlay */
  background: #474444;
  /* Light Background */
  border: 2px solid #ffffff;
  box-sizing: border-box;
  /* Inside Auto Layout */
  flex: none;
  order: 1;
  flex-grow: 0;
  margin: 0px 16px;
  opacity: 0.4; }
  @media only screen and (max-width: 1023px) {
    .swiper-pagination .swiper-pagination-bullet {
      width: 24px;
      height: 24px; } }
  @media only screen and (max-width: 767px) {
    .swiper-pagination .swiper-pagination-bullet {
      width: 16px;
      height: 16px; } }

.swiper-pagination .swiper-pagination-bullet-active {
  /* Dark Overlay */
  /* Secondary */
  border: 2px solid #000000;
  box-sizing: border-box;
  /* Inside Auto Layout */
  flex: none;
  order: 0;
  flex-grow: 0;
  margin: 0px 16px;
  opacity: 0.6; }

.swiper-button-prev {
  background-image: url("/assets/img/Carousel_Button_Left.svg");
  background-repeat: no-repeat;
  width: 80px;
  height: 160px;
  background-size: cover; }
  .swiper-button-prev:after {
    display: none; }
  @media only screen and (max-width: 1023px) {
    .swiper-button-prev {
      width: 60px;
      height: 120px; } }
  @media only screen and (max-width: 767px) {
    .swiper-button-prev {
      width: 40px;
      height: 80px; } }

.swiper-button-next {
  background-image: url("/assets/img/Carousel_Button_Right.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 80px;
  height: 160px; }
  .swiper-button-next:after {
    display: none; }
  @media only screen and (max-width: 1023px) {
    .swiper-button-next {
      width: 60px;
      height: 120px; } }
  @media only screen and (max-width: 767px) {
    .swiper-button-next {
      width: 40px;
      height: 80px; } }

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }
  .swiper-slide .button {
    margin-left: 10%; }
  .swiper-slide img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    position: relative;
    vertical-align: middle;
    border-style: none; }
    @media only screen and (max-width: 1199px) {
      .swiper-slide img {
        width: 100%;
        height: 720px;
        object-fit: cover; } }
    @media only screen and (max-width: 1023px) {
      .swiper-slide img {
        width: 100%;
        height: 720px;
        object-fit: cover; } }
    @media only screen and (max-width: 767px) {
      .swiper-slide img {
        width: 100%;
        height: 440px;
        object-fit: cover; } }
  .swiper-slide .hero-information {
    position: absolute;
    color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    width: 371px;
    height: 521px;
    left: 20%;
    top: 10%;
    /* Foreground Visibility Blur */
    /* Note: backdrop-filter has minimal browser support */
    border-radius: 20px; }
    .swiper-slide .hero-information .background {
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background: rgba(0, 0, 0, 0.2);
      filter: blur(2px);
      position: absolute; }
    @media only screen and (max-width: 1023px) {
      .swiper-slide .hero-information {
        height: 440px;
        width: 50%;
        top: 20%;
        left: 25%; } }
    @media only screen and (max-width: 767px) {
      .swiper-slide .hero-information {
        height: 368px;
        width: 70%;
        top: 5%;
        left: 15%; } }
    .swiper-slide .hero-information .hero-title {
      font-family: "Roboto-Bold", sans-serif;
      height: 100px;
      font-style: normal;
      font-weight: 500;
      font-size: 72px;
      line-height: 84px;
      display: flex;
      align-items: center;
      padding: 11px 31px;
      position: relative;
      z-index: 1;
      /* Light Background */
      color: #ffffff;
      /* Visibility Drop Shadow */
      text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.75); }
      @media only screen and (max-width: 1023px) {
        .swiper-slide .hero-information .hero-title {
          font-size: 50px;
          height: 56px; } }
      @media only screen and (max-width: 767px) {
        .swiper-slide .hero-information .hero-title {
          font-size: 40px;
          height: 64px; } }
    .swiper-slide .hero-information .hero-subtitle {
      font-family: "Roboto-Bold", sans-serif;
      width: 314px;
      height: 63px;
      font-style: normal;
      font-weight: normal;
      font-size: 52px;
      line-height: 61px;
      display: flex;
      align-items: center;
      padding: 11px 32px;
      position: relative;
      z-index: 1;
      /* Light Background */
      color: #ffffff;
      /* Visibility Drop Shadow */
      text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.75); }
      @media only screen and (max-width: 1023px) {
        .swiper-slide .hero-information .hero-subtitle {
          font-size: 36px;
          height: 40px; } }
      @media only screen and (max-width: 767px) {
        .swiper-slide .hero-information .hero-subtitle {
          font-size: 24px;
          height: 40px; } }
    .swiper-slide .hero-information .hero-properties-container {
      align-items: flex-start;
      padding: 12px 4px;
      width: 358.38px;
      height: 252px;
      display: flex;
      flex-direction: column;
      position: relative;
      z-index: 1; }
      @media only screen and (max-width: 1023px) {
        .swiper-slide .hero-information .hero-properties-container {
          height: 272px;
          padding: 8px 0 0 32px; } }
      @media only screen and (max-width: 767px) {
        .swiper-slide .hero-information .hero-properties-container {
          height: 172px;
          padding: 8px 0 0 32px; } }
      @media only screen and (max-width: 1023px) {
        .swiper-slide .hero-information .hero-properties-container a {
          margin: 0;
          padding-top: 8px; } }
      @media only screen and (max-width: 767px) {
        .swiper-slide .hero-information .hero-properties-container a {
          margin: 0;
          padding-top: 4px; } }
      .swiper-slide .hero-information .hero-properties-container .property {
        font-family: "Roboto-Bold", sans-serif;
        /* Auto Layout */
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        padding: 11px 0 11px 31px;
        width: 100%;
        height: 57px;
        left: 4px;
        top: 12px;
        /* Inside Auto Layout */
        flex: none;
        order: 0;
        flex-grow: 0;
        margin: 0px 0px;
        font-style: normal;
        font-weight: bold;
        font-size: 30px;
        line-height: 35px;
        display: flex;
        align-items: center;
        /* Visibility Drop Shadow */
        text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.75); }
        .swiper-slide .hero-information .hero-properties-container .property .iconify {
          color: white; }
        @media only screen and (max-width: 1023px) {
          .swiper-slide .hero-information .hero-properties-container .property {
            font-size: 24px;
            padding: 16px 0 8px 0;
            height: 54px; } }
        @media only screen and (max-width: 767px) {
          .swiper-slide .hero-information .hero-properties-container .property {
            font-size: 20px;
            padding: 0 0 8px 0;
            height: 40px; } }
        .swiper-slide .hero-information .hero-properties-container .property i {
          margin-right: 10px;
          width: 40px;
          height: 40px; }
          @media only screen and (max-width: 1023px) {
            .swiper-slide .hero-information .hero-properties-container .property i {
              margin-right: 10px;
              width: 32px;
              height: 32px; } }
          @media only screen and (max-width: 767px) {
            .swiper-slide .hero-information .hero-properties-container .property i {
              margin-right: 10px;
              width: 20px;
              height: 20px; } }

.reserve-now {
  position: relative;
  font-family: "Roboto", sans-serif;
  color: #FFFFFF;
  width: 100%;
  height: 626px;
  overflow: hidden;
  border-radius: 45px; }
  .reserve-now .bg {
    -webkit-box-shadow: inset 0 0 10px 10px #4D4F53;
    -moz-box-shadow: inset 0 0 10px 10px #4D4F53;
    box-shadow: inset 0 0 10px 10px #4D4F53;
    width: 100%;
    height: 626px;
    border-radius: 45px;
    position: absolute;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background-color: rgba(0, 0, 0, 0.25); }
  .reserve-now .bg-blur {
    /* Add the blur effect */
    filter: blur(8px);
    -webkit-filter: blur(8px);
    width: 100%;
    height: 626px;
    border-radius: 45px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
    background-color: rgba(0, 0, 0, 0.15); }
    .reserve-now .bg-blur #bg_image_email {
      background-image: url("/assets/img/mazatlan/ralph-ravi-kayden-2d4lAQAlbDA-unsplash.jpg");
      background-repeat: no-repeat;
      background-size: cover;
      border: none;
      border-radius: 45px;
      width: 100%;
      height: 626px;
      position: absolute;
      top: 0;
      left: 0; }
    .reserve-now .bg-blur #bg_image_phone {
      display: none;
      background-image: url("/assets/img/mazatlan/prometey-sanchez-noskov-pB7e8JL5KMI-unsplash.jpg");
      background-repeat: no-repeat;
      background-size: cover;
      border: none;
      border-radius: 45px;
      width: 100%;
      height: 626px;
      position: absolute;
      top: 0;
      left: 0; }
  .reserve-now .reserve-now-title {
    padding-top: 32px;
    align-items: center;
    text-align: center;
    font-size: 64px; }
    @media only screen and (max-width: 767px) {
      .reserve-now .reserve-now-title {
        font-size: 48px; } }
    @media only screen and (max-width: 575px) {
      .reserve-now .reserve-now-title {
        font-size: 30px; } }
  .reserve-now .contact-form {
    margin: 0 40px; }
    .reserve-now .contact-form .reserve-now-container {
      max-width: 680px;
      margin: 0 auto; }
      .reserve-now .contact-form .reserve-now-container .tabs-form {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 50px;
        column-gap: 4px;
        row-gap: 25px;
        margin: 0 auto;
        width: 100%; }
        .reserve-now .contact-form .reserve-now-container .tabs-form .tab {
          cursor: pointer;
          height: 50px;
          width: 100%;
          border-radius: 0;
          border-bottom: 3px solid #FFFFFF; }
          .reserve-now .contact-form .reserve-now-container .tabs-form .tab.active {
            border-bottom: 3px solid #F47721; }
          .reserve-now .contact-form .reserve-now-container .tabs-form .tab .text {
            font-size: 24px;
            line-height: 28px;
            color: #FFFFFF;
            position: absolute;
            margin: 12px 0 12px 12px;
            height: 25px;
            width: 120px;
            align-items: center;
            justify-content: center; }
            @media only screen and (max-width: 575px) {
              .reserve-now .contact-form .reserve-now-container .tabs-form .tab .text {
                font-size: 18px; } }
      .reserve-now .contact-form .reserve-now-container .email-form-container {
        margin: 0;
        margin-top: 8px;
        line-height: 1.5;
        text-align: left;
        border-radius: 0.25rem;
        max-width: 100%;
        display: none; }
        .reserve-now .contact-form .reserve-now-container .email-form-container.active {
          display: block; }
        .reserve-now .contact-form .reserve-now-container .email-form-container .form-group {
          margin-bottom: 1rem; }
          .reserve-now .contact-form .reserve-now-container .email-form-container .form-group.btn-send {
            margin: 32px 0 16px 0; }
          .reserve-now .contact-form .reserve-now-container .email-form-container .form-group .input-name.error input {
            border: 2px solid #dc3545; }
          .reserve-now .contact-form .reserve-now-container .email-form-container .form-group .input-name.error .form-label {
            color: #dc3545; }
          .reserve-now .contact-form .reserve-now-container .email-form-container .form-group .input-email.error input {
            border: 2px solid #dc3545; }
          .reserve-now .contact-form .reserve-now-container .email-form-container .form-group .input-email.error .form-label {
            color: #dc3545; }
          .reserve-now .contact-form .reserve-now-container .email-form-container .form-group .input-message.error textarea {
            border: 2px solid #dc3545; }
          .reserve-now .contact-form .reserve-now-container .email-form-container .form-group .input-message.error .form-label {
            color: #dc3545; }
          .reserve-now .contact-form .reserve-now-container .email-form-container .form-group .form-btn {
            display: inline-block;
            font-weight: 400;
            color: #4D4F53;
            text-align: center;
            vertical-align: middle;
            cursor: pointer;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
            background-color: transparent;
            border: 1px solid transparent;
            font-size: 1rem;
            line-height: 1.5;
            border-radius: 0.25rem;
            transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
          @media (prefers-reduced-motion: reduce) {
            .reserve-now .contact-form .reserve-now-container .email-form-container .form-group .form-btn {
              transition: none; } }
          .reserve-now .contact-form .reserve-now-container .email-form-container .form-group .form-btn:hover {
            color: #212529;
            text-decoration: none; }
          .reserve-now .contact-form .reserve-now-container .email-form-container .form-group .form-btn:focus, .reserve-now .contact-form .reserve-now-container .email-form-container .form-group .form-btn.focus {
            outline: 0;
            box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
          .reserve-now .contact-form .reserve-now-container .email-form-container .form-group .form-btn-primary {
            color: #FFFFFF;
            background-color: #F47721;
            border-color: #FFFFFF; }
          .reserve-now .contact-form .reserve-now-container .email-form-container .form-group .form-btn-primary.disabled {
            background-color: #d75e0b; }
          .reserve-now .contact-form .reserve-now-container .email-form-container .form-group .form-btn-primary:hover {
            color: #FFFFFF;
            background-color: #002663;
            border-color: #F47721; }
          .reserve-now .contact-form .reserve-now-container .email-form-container .form-group .form-btn-primary:focus, .reserve-now .contact-form .reserve-now-container .email-form-container .form-group .form-btn-primary.focus {
            color: #FFFFFF;
            background-color: #002663;
            border-color: #FFFFFF;
            box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5); }
          .reserve-now .contact-form .reserve-now-container .email-form-container .form-group .form-btn-lg, .reserve-now .contact-form .reserve-now-container .email-form-container .form-group .form-btn-group-lg > .form-btn {
            padding: 0.5rem 1rem;
            font-size: 1.25rem;
            line-height: 1.5;
            border-radius: 0.3rem; }
          .reserve-now .contact-form .reserve-now-container .email-form-container .form-group .form-btn-block {
            display: block;
            margin: 0 auto; }
          .reserve-now .contact-form .reserve-now-container .email-form-container .form-group .form-btn-block + .form-btn-block {
            margin-top: 0.5rem; }
          .reserve-now .contact-form .reserve-now-container .email-form-container .form-group input[type="submit"].form-btn-block, .reserve-now .contact-form .reserve-now-container .email-form-container .form-group input[type="reset"].form-btn-block, .reserve-now .contact-form .reserve-now-container .email-form-container .form-group input[type="button"].form-btn-block {
            width: 100%; }
        .reserve-now .contact-form .reserve-now-container .email-form-container .duo {
          font-family: "Roboto", sans-serif;
          display: grid;
          grid-template-columns: 1fr 1fr;
          grid-template-rows: 72px;
          column-gap: 100px;
          row-gap: 16px; }
          @media only screen and (max-width: 767px) {
            .reserve-now .contact-form .reserve-now-container .email-form-container .duo {
              grid-template-columns: 1fr;
              grid-template-rows: 72px 72px; } }
        .reserve-now .contact-form .reserve-now-container .email-form-container .input-group {
          position: relative;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          -ms-flex-align: stretch;
          align-items: stretch;
          width: 100%; }
          .reserve-now .contact-form .reserve-now-container .email-form-container .input-group .form-control {
            display: block;
            width: 100%;
            height: calc(1.5em + 0.75rem + 2px);
            padding: 0.375rem 0.75rem;
            color: #FFFFFF;
            background-color: rgba(98, 98, 98, 0.4);
            background-clip: padding-box;
            outline: none;
            border-radius: 0.25rem;
            transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
            @media only screen and (max-width: 575px) {
              .reserve-now .contact-form .reserve-now-container .email-form-container .input-group .form-control {
                font-size: 18px; } }
          .reserve-now .contact-form .reserve-now-container .email-form-container .input-group .form-control:focus {
            border: 2px solid #F47721; }
          .reserve-now .contact-form .reserve-now-container .email-form-container .input-group select.form-control[size], .reserve-now .contact-form .reserve-now-container .email-form-container .input-group select.form-control[multiple] {
            height: auto; }
          .reserve-now .contact-form .reserve-now-container .email-form-container .input-group textarea.form-control {
            height: auto; }
        .reserve-now .contact-form .reserve-now-container .email-form-container label.form-label {
          display: inline-block;
          margin-bottom: 0.5rem; }
          @media only screen and (max-width: 575px) {
            .reserve-now .contact-form .reserve-now-container .email-form-container label.form-label {
              font-size: 16px; } }
      .reserve-now .contact-form .reserve-now-container .phone-info-container {
        filter: 1px 1px 3px rgba(0, 0, 0, 0.75);
        display: none;
        margin: 0 auto;
        max-width: 536px; }
        .reserve-now .contact-form .reserve-now-container .phone-info-container.active {
          display: block; }
        .reserve-now .contact-form .reserve-now-container .phone-info-container .phone-options-grid {
          margin: 16px 0 0 0;
          display: grid;
          grid-template-columns: 1fr 3fr;
          grid-template-rows: 32px;
          row-gap: 8px; }
          @media only screen and (max-width: 575px) {
            .reserve-now .contact-form .reserve-now-container .phone-info-container .phone-options-grid {
              grid-template-columns: 1fr; } }
          .reserve-now .contact-form .reserve-now-container .phone-info-container .phone-options-grid .phone-option {
            font-family: "Roboto-Bold", sans-serif;
            font-size: 24px;
            font-weight: bold;
            line-height: 28px; }
            @media only screen and (max-width: 575px) {
              .reserve-now .contact-form .reserve-now-container .phone-info-container .phone-options-grid .phone-option {
                font-size: 16px;
                line-height: 16px; } }
          .reserve-now .contact-form .reserve-now-container .phone-info-container .phone-options-grid .phone-options-info {
            font-family: "Roboto", sans-serif;
            font-size: 24px;
            font-weight: normal;
            line-height: 28px;
            margin: auto 0 auto 8px;
            color: #FFFFFF; }
            .reserve-now .contact-form .reserve-now-container .phone-info-container .phone-options-grid .phone-options-info.phone .icon {
              display: none; }
            .reserve-now .contact-form .reserve-now-container .phone-info-container .phone-options-grid .phone-options-info.whatsapp .icon {
              display: none; }
            @media only screen and (max-width: 575px) {
              .reserve-now .contact-form .reserve-now-container .phone-info-container .phone-options-grid .phone-options-info {
                font-size: 16px;
                line-height: 16px;
                margin-bottom: 4px; }
                .reserve-now .contact-form .reserve-now-container .phone-info-container .phone-options-grid .phone-options-info.phone-button {
                  border: 1px solid #F47721;
                  background-color: #F47721;
                  border-radius: 0.25rem;
                  padding: 4px 0;
                  display: flex;
                  justify-content: center;
                  align-items: center; }
                  .reserve-now .contact-form .reserve-now-container .phone-info-container .phone-options-grid .phone-options-info.phone-button .icon {
                    display: inline;
                    margin-right: 4px; }
                .reserve-now .contact-form .reserve-now-container .phone-info-container .phone-options-grid .phone-options-info.phone-button {
                  border: 1px solid #F47721;
                  background-color: #F47721;
                  border-radius: 0.25rem; }
                  .reserve-now .contact-form .reserve-now-container .phone-info-container .phone-options-grid .phone-options-info.phone-button .icon {
                    display: inline; } }
          .reserve-now .contact-form .reserve-now-container .phone-info-container .phone-options-grid a.phone-options-info:hover {
            color: #F47721; }
            @media only screen and (max-width: 575px) {
              .reserve-now .contact-form .reserve-now-container .phone-info-container .phone-options-grid a.phone-options-info:hover {
                color: #FFFFFF;
                background-color: #002663; } }
        .reserve-now .contact-form .reserve-now-container .phone-info-container .phone-options {
          margin-top: 16px;
          font-family: "Roboto", sans-serif;
          font-size: 20px; }
          .reserve-now .contact-form .reserve-now-container .phone-info-container .phone-options .phone-option {
            font-family: "Roboto-Bold", sans-serif;
            font-size: 24px;
            font-weight: bold;
            line-height: 28px; }
            @media only screen and (max-width: 575px) {
              .reserve-now .contact-form .reserve-now-container .phone-info-container .phone-options .phone-option {
                font-size: 16px;
                line-height: 16px; } }
          @media only screen and (max-width: 575px) {
            .reserve-now .contact-form .reserve-now-container .phone-info-container .phone-options .phone-options-info {
              font-size: 16px;
              line-height: 16px; } }
        .reserve-now .contact-form .reserve-now-container .phone-info-container .form-group {
          margin-bottom: 1rem; }
          .reserve-now .contact-form .reserve-now-container .phone-info-container .form-group.btn-send {
            margin: 32px 0 16px 0; }
            @media only screen and (max-width: 767px) {
              .reserve-now .contact-form .reserve-now-container .phone-info-container .form-group.btn-send {
                margin: 0; } }
          .reserve-now .contact-form .reserve-now-container .phone-info-container .form-group.btn-send-phone {
            margin: 32px 0 16px 0;
            font-family: "Roboto-Bold", sans-serif;
            font-weight: bold;
            font-size: 20px;
            line-height: 23px;
            display: flex; }
          .reserve-now .contact-form .reserve-now-container .phone-info-container .form-group .input-email {
            margin: 0 50px 0 -64px; }
          .reserve-now .contact-form .reserve-now-container .phone-info-container .form-group .input-message {
            margin: 0 146px 0 224px; }
          .reserve-now .contact-form .reserve-now-container .phone-info-container .form-group .form-btn {
            display: inline-block;
            font-weight: 400;
            color: #4D4F53;
            text-align: center;
            vertical-align: middle;
            cursor: pointer;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
            background-color: transparent;
            border: 1px solid transparent;
            font-size: 1rem;
            line-height: 1.5;
            border-radius: 0.25rem;
            transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
          @media (prefers-reduced-motion: reduce) {
            .reserve-now .contact-form .reserve-now-container .phone-info-container .form-group .form-btn {
              transition: none; } }
          .reserve-now .contact-form .reserve-now-container .phone-info-container .form-group .form-btn:hover {
            color: #212529;
            text-decoration: none; }
          .reserve-now .contact-form .reserve-now-container .phone-info-container .form-group .form-btn:focus, .reserve-now .contact-form .reserve-now-container .phone-info-container .form-group .form-btn.focus {
            outline: 0;
            box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
          .reserve-now .contact-form .reserve-now-container .phone-info-container .form-group .form-btn-primary {
            color: #FFFFFF;
            background-color: #F47721;
            border-color: #FFFFFF; }
          .reserve-now .contact-form .reserve-now-container .phone-info-container .form-group .form-btn-primary:hover {
            color: #FFFFFF;
            background-color: #002663;
            border-color: #F47721; }
          .reserve-now .contact-form .reserve-now-container .phone-info-container .form-group .form-btn-primary:focus, .reserve-now .contact-form .reserve-now-container .phone-info-container .form-group .form-btn-primary.focus {
            color: #FFFFFF;
            background-color: #002663;
            border-color: #FFFFFF;
            box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5); }
          .reserve-now .contact-form .reserve-now-container .phone-info-container .form-group .form-btn-lg, .reserve-now .contact-form .reserve-now-container .phone-info-container .form-group .form-btn-group-lg > .form-btn {
            padding: 0.5rem 2rem;
            font-size: 1.25rem;
            line-height: 24px;
            border-radius: 10px;
            font-family: "Roboto-Bold", sans-serif;
            font-weight: bold; }
          .reserve-now .contact-form .reserve-now-container .phone-info-container .form-group .form-btn-block {
            display: block;
            margin: auto; }
          .reserve-now .contact-form .reserve-now-container .phone-info-container .form-group .form-btn-block + .form-btn-block {
            margin-top: 0.5rem; }
          .reserve-now .contact-form .reserve-now-container .phone-info-container .form-group input[type="submit"].form-btn-block, .reserve-now .contact-form .reserve-now-container .phone-info-container .form-group input[type="reset"].form-btn-block, .reserve-now .contact-form .reserve-now-container .phone-info-container .form-group input[type="button"].form-btn-block {
            width: 100%; }

.master-container {
  display: grid;
  height: 359px;
  width: 100%;
  align-content: center;
  margin: auto;
  grid-template-columns: 1fr 1fr; }
  @media only screen and (max-width: 1199px) {
    .master-container {
      width: 100%;
      height: 359px;
      align-content: center;
      margin: auto;
      grid-template-columns: 1fr 1fr; } }
  @media only screen and (max-width: 1023px) {
    .master-container {
      width: 100%;
      height: 320px;
      align-content: center;
      margin: auto;
      margin-top: 10px;
      grid-template-columns: 1fr 1fr; } }
  @media only screen and (max-width: 767px) {
    .master-container {
      display: block;
      width: 100%;
      height: 600px;
      align-content: center;
      margin: auto;
      grid-template-rows: 1fr 1fr;
      grid-template-columns: 1fr; } }
  @media only screen and (max-width: 575px) {
    .master-container {
      margin-bottom: 100px; } }
  .master-container .swiper-container {
    width: 100%;
    height: 359px; }
    @media only screen and (max-width: 1199px) {
      .master-container .swiper-container {
        width: 100%;
        height: 359px; } }
    .master-container .swiper-container .swiper-button-prev {
      width: 40px;
      height: 80px;
      transform: translate(-10%, -40%); }
    .master-container .swiper-container .swiper-button-next {
      width: 40px;
      height: 80px;
      transform: translate(-10%, -40%); }
    @media only screen and (max-width: 1023px) {
      .master-container .swiper-container .swiper-pagination {
        transform: translate(0%, -100%); } }
  .master-container .mazatlan-information {
    position: relative;
    width: 100%;
    height: 359px; }
    @media only screen and (max-width: 767px) {
      .master-container .mazatlan-information {
        width: 100%;
        height: 320px; } }
    .master-container .mazatlan-information img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
      @media only screen and (max-width: 1199px) {
        .master-container .mazatlan-information img {
          width: 100%;
          height: 100%;
          object-fit: fill; } }
      @media only screen and (max-width: 1023px) {
        .master-container .mazatlan-information img {
          width: 100%;
          height: 320px; } }
    .master-container .mazatlan-information .advertisement.visible {
      display: block; }
    .master-container .mazatlan-information .advertisement {
      display: none;
      position: absolute;
      top: 45%;
      left: 37%;
      transform: translate(-50%, -50%);
      color: #FFFFFF;
      font: "Roboto", sans-serif;
      font-size: 30px;
      white-space: pre;
      text-align: center; }
      @media only screen and (max-width: 1023px) {
        .master-container .mazatlan-information .advertisement {
          font-size: 22px;
          top: 40%;
          left: 40%;
          transform: translate(-50%, -50%); } }
      @media only screen and (max-width: 767px) {
        .master-container .mazatlan-information .advertisement {
          font-size: 24px;
          top: 43%;
          left: 39%;
          transform: translate(-50%, -50%); } }
      @media only screen and (max-width: 575px) {
        .master-container .mazatlan-information .advertisement {
          font-size: 20px;
          top: 45%;
          left: 39%;
          transform: translate(-50%, -50%); } }
      @media only screen and (max-width: 319px) {
        .master-container .mazatlan-information .advertisement {
          font-size: 16px;
          top: 45%;
          left: 39%;
          transform: translate(-50%, -50%); } }
    .master-container .mazatlan-information .advertisement-mazatlan {
      position: absolute;
      top: 45%;
      left: 37%;
      transform: translate(-50%, -50%);
      color: #FFFFFF;
      font: "Roboto", sans-serif;
      font-size: 30px;
      white-space: pre;
      text-align: center; }
      @media only screen and (max-width: 1023px) {
        .master-container .mazatlan-information .advertisement-mazatlan {
          font-size: 22px;
          top: 40%;
          left: 40%;
          transform: translate(-50%, -50%); } }
      @media only screen and (max-width: 767px) {
        .master-container .mazatlan-information .advertisement-mazatlan {
          font-size: 24px;
          top: 43%;
          left: 39%;
          transform: translate(-50%, -50%); } }
      @media only screen and (max-width: 575px) {
        .master-container .mazatlan-information .advertisement-mazatlan {
          font-size: 20px;
          top: 45%;
          left: 39%;
          transform: translate(-50%, -50%); } }
      @media only screen and (max-width: 319px) {
        .master-container .mazatlan-information .advertisement-mazatlan {
          font-size: 16px;
          top: 45%;
          left: 39%;
          transform: translate(-50%, -50%); } }
  .master-container .swiper-slide {
    position: relative;
    width: 640px;
    height: 359px;
    object-fit: contain; }
    @media only screen and (max-width: 1023px) {
      .master-container .swiper-slide {
        width: 400px;
        height: 320px; } }
    .master-container .swiper-slide img {
      object-fit: cover;
      height: 100%; }
      @media only screen and (max-width: 1023px) {
        .master-container .swiper-slide img {
          width: 100%;
          height: 320px; } }
    .master-container .swiper-slide .description {
      color: #C4C4C4;
      position: absolute;
      bottom: 0;
      right: 0; }

.cards {
  max-width: 1120px;
  margin: 64px auto 96px auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr;
  justify-items: center;
  column-gap: 64px;
  row-gap: 36px; }
  @media only screen and (max-width: 1199px) {
    .cards {
      max-width: 960px; } }
  @media only screen and (max-width: 1199px) and (min-width: 768px) {
    .cards {
      column-gap: 24px; } }
  @media only screen and (max-width: 767px) {
    .cards {
      grid-template-columns: 1fr;
      justify-content: center; } }

.information-with-image {
  font-family: "Roboto", sans-serif;
  color: #4D4F53; }
  .information-with-image .information-title {
    font-family: "Roboto-Bold", sans-serif;
    font-weight: bold;
    font-size: 48px;
    line-height: 56px; }
    @media only screen and (max-width: 1023px) {
      .information-with-image .information-title {
        font-size: 32px; } }
    @media only screen and (max-width: 767px) {
      .information-with-image .information-title {
        font-size: 24px; } }
    @media only screen and (max-width: 575px) {
      .information-with-image .information-title {
        font-size: 18px; } }
  .information-with-image .information-point-area {
    font-size: 28px; }
    @media only screen and (max-width: 1023px) {
      .information-with-image .information-point-area {
        font-size: 24px; } }
    @media only screen and (max-width: 767px) {
      .information-with-image .information-point-area {
        font-size: 18px; } }
    @media only screen and (max-width: 575px) {
      .information-with-image .information-point-area {
        font-size: 12px; } }
    .information-with-image .information-point-area .information-point {
      margin: 21px 0 21px 0; }
      @media only screen and (max-width: 1023px) {
        .information-with-image .information-point-area .information-point {
          margin: 16px 0 16px 0; } }
      @media only screen and (max-width: 767px) {
        .information-with-image .information-point-area .information-point {
          margin: 8px 0 8px 0; } }
      .information-with-image .information-point-area .information-point i {
        margin: 0 12px 0 0; }
        @media only screen and (max-width: 1023px) {
          .information-with-image .information-point-area .information-point i {
            margin: 0 8px 0 0; } }
        @media only screen and (max-width: 767px) {
          .information-with-image .information-point-area .information-point i {
            margin: 0 4px 0 0; } }
  .information-with-image .image-container {
    margin-left: 4px;
    display: grid;
    grid-template-columns: 256px 256px 256px;
    grid-template-rows: 256px 256px;
    column-gap: 100px;
    row-gap: 25px; }
    @media only screen and (max-width: 1023px) {
      .information-with-image .image-container {
        margin: 32px 0 0 0;
        grid-template-columns: 1fr 1fr 1fr;
        grid-template-rows: 1fr 1fr;
        column-gap: 24px;
        row-gap: 18px; } }
    @media only screen and (max-width: 767px) {
      .information-with-image .image-container {
        margin-left: 0px;
        grid-template-columns: 1fr 1fr 1fr;
        grid-template-rows: 1fr 1fr;
        column-gap: 10px;
        row-gap: 12px; } }
    @media only screen and (max-width: 575px) {
      .information-with-image .image-container {
        grid-template-columns: 1fr 1fr; } }
    .information-with-image .image-container .image {
      width: 80%;
      margin: auto;
      text-align: center; }
      @media only screen and (max-width: 767px) {
        .information-with-image .image-container .image {
          width: 80%; } }
      @media only screen and (max-width: 575px) {
        .information-with-image .image-container .image {
          width: 80%; } }
      .information-with-image .image-container .image img {
        object-fit: contain;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        font-family: "Roboto-Bold", sans-serif; }
        @media only screen and (max-width: 767px) {
          .information-with-image .image-container .image img {
            width: 80%; } }
        @media only screen and (max-width: 575px) {
          .information-with-image .image-container .image img {
            width: 80%; } }
      .information-with-image .image-container .image object {
        object-fit: contain;
        width: 100%;
        font-family: "Roboto-Bold", sans-serif; }
        @media only screen and (max-width: 767px) {
          .information-with-image .image-container .image object {
            width: 80%; } }
        @media only screen and (max-width: 575px) {
          .information-with-image .image-container .image object {
            width: 80%; } }
  .information-with-image .image-container {
    margin-left: 4px;
    display: grid;
    grid-template-columns: 256px 256px 256px;
    grid-template-rows: 256px 256px;
    column-gap: 100px;
    row-gap: 25px; }
    @media only screen and (max-width: 1023px) {
      .information-with-image .image-container {
        margin: 32px 0 0 0;
        grid-template-columns: 1fr 1fr 1fr;
        grid-template-rows: 1fr 1fr;
        column-gap: 24px;
        row-gap: 18px; } }
    @media only screen and (max-width: 767px) {
      .information-with-image .image-container {
        margin-left: 0px;
        grid-template-columns: 1fr 1fr 1fr;
        grid-template-rows: 1fr 1fr;
        column-gap: 10px;
        row-gap: 12px; } }
    @media only screen and (max-width: 575px) {
      .information-with-image .image-container {
        grid-template-columns: 1fr 1fr; } }
    .information-with-image .image-container .image {
      width: 80%;
      margin: auto;
      text-align: center; }
      @media only screen and (max-width: 767px) {
        .information-with-image .image-container .image {
          width: 80%; } }
      @media only screen and (max-width: 575px) {
        .information-with-image .image-container .image {
          width: 80%; } }
      .information-with-image .image-container .image img {
        object-fit: contain;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        font-family: "Roboto-Bold", sans-serif; }
        @media only screen and (max-width: 767px) {
          .information-with-image .image-container .image img {
            width: 80%; } }
        @media only screen and (max-width: 575px) {
          .information-with-image .image-container .image img {
            width: 80%; } }
      .information-with-image .image-container .image object {
        object-fit: contain;
        width: 100%;
        font-family: "Roboto-Bold", sans-serif; }
        @media only screen and (max-width: 767px) {
          .information-with-image .image-container .image object {
            width: 80%; } }
        @media only screen and (max-width: 575px) {
          .information-with-image .image-container .image object {
            width: 80%; } }
  .information-with-image .image-container-ens {
    margin-left: 4px;
    display: grid;
    grid-template-columns: 256px 256px 256px;
    column-gap: 100px;
    row-gap: 25px; }
    @media only screen and (max-width: 1023px) {
      .information-with-image .image-container-ens {
        margin: 32px 0 0 0;
        grid-template-columns: 1fr 1fr 1fr;
        grid-template-rows: 1fr;
        column-gap: 24px;
        row-gap: 18px; } }
    @media only screen and (max-width: 767px) {
      .information-with-image .image-container-ens {
        margin-left: 0px;
        grid-template-columns: 1fr 1fr 1fr;
        grid-template-rows: 1fr;
        column-gap: 10px;
        row-gap: 12px; } }
    @media only screen and (max-width: 575px) {
      .information-with-image .image-container-ens {
        grid-template-columns: 1fr 1fr; } }
    .information-with-image .image-container-ens .image {
      width: 80%;
      margin: auto;
      text-align: center; }
      @media only screen and (max-width: 767px) {
        .information-with-image .image-container-ens .image {
          width: 80%; } }
      @media only screen and (max-width: 575px) {
        .information-with-image .image-container-ens .image {
          width: 80%; } }
      .information-with-image .image-container-ens .image img {
        object-fit: contain;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        font-family: "Roboto-Bold", sans-serif; }
        @media only screen and (max-width: 767px) {
          .information-with-image .image-container-ens .image img {
            width: 80%; } }
        @media only screen and (max-width: 575px) {
          .information-with-image .image-container-ens .image img {
            width: 80%; } }
      .information-with-image .image-container-ens .image object {
        object-fit: contain;
        width: 100%;
        font-family: "Roboto-Bold", sans-serif; }
        @media only screen and (max-width: 767px) {
          .information-with-image .image-container-ens .image object {
            width: 80%; } }
        @media only screen and (max-width: 575px) {
          .information-with-image .image-container-ens .image object {
            width: 80%; } }

.section {
  max-width: 1120px;
  margin: 120px auto 36px auto; }
  .section.first-section {
    margin-top: 16px; }
  @media only screen and (max-width: 575px) {
    .section {
      margin-top: 24px; } }
  @media only screen and (max-width: 1199px) {
    .section {
      max-width: 960px;
      margin-left: auto;
      margin-right: auto; } }
  @media only screen and (max-width: 1023px) {
    .section {
      padding-left: 80px;
      padding-right: 80px; } }
  @media only screen and (max-width: 575px) {
    .section {
      padding-left: 24px;
      padding-right: 24px; } }
  @media only screen and (max-width: 319px) {
    .section {
      padding-left: 16px;
      padding-right: 16px; } }
  .section .title {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 48px;
    color: #4D4F53; }
    @media only screen and (max-width: 1023px) {
      .section .title {
        font-size: 40px; } }
    @media only screen and (max-width: 767px) {
      .section .title {
        font-size: 26px; } }
    @media only screen and (max-width: 575px) {
      .section .title {
        font-size: 20px; } }

.highlights {
  width: 100%;
  position: relative;
  height: 352px; }
  @media only screen and (max-width: 1023px) {
    .highlights {
      height: 672px; } }
  @media only screen and (max-width: 767px) {
    .highlights {
      height: 560px; } }
  @media only screen and (max-width: 575px) {
    .highlights {
      height: 520px; } }
  @media only screen and (max-width: 319px) {
    .highlights {
      height: 480px; } }
  .highlights .background {
    position: absolute;
    height: 352px;
    width: 100%;
    overflow: hidden; }
    .highlights .background img {
      object-fit: cover;
      object-position: -160px center;
      height: 100%; }
      @media only screen and (max-width: 767px) {
        .highlights .background img {
          object-position: -100px center; } }
      @media only screen and (max-width: 575px) {
        .highlights .background img {
          object-position: -100px center; } }
      @media only screen and (max-width: 319px) {
        .highlights .background img {
          object-position: -100px center; } }
    @media only screen and (max-width: 1023px) {
      .highlights .background {
        position: static; } }
    @media only screen and (max-width: 767px) {
      .highlights .background {
        height: 240px; } }
    @media only screen and (max-width: 575px) {
      .highlights .background {
        height: 200px; } }
    @media only screen and (max-width: 319px) {
      .highlights .background {
        height: 160px; } }
  .highlights .information {
    width: 560px;
    height: 320px;
    position: absolute;
    right: 56px;
    top: 16px;
    background-color: #ffffff;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    display: grid;
    grid-template-columns: 160px auto; }
    @media only screen and (max-width: 1199px) {
      .highlights .information {
        width: 400px; } }
    @media only screen and (max-width: 1023px) {
      .highlights .information {
        position: static;
        right: initial;
        width: 100%; } }
    @media only screen and (max-width: 575px) {
      .highlights .information {
        grid-template-columns: 120px auto; } }
    .highlights .information .highlight-options {
      width: 160px;
      overflow-y: scroll;
      position: relative; }
      @media only screen and (max-width: 575px) {
        .highlights .information .highlight-options {
          width: 120px; } }
      .highlights .information .highlight-options .option {
        width: 100%;
        height: 44px;
        border-right: 2px solid #F47721;
        font-family: "Roboto", sans-serif;
        font-size: 16px;
        text-align: center;
        cursor: pointer;
        display: flex;
        /* Unselectable Text */
        -webkit-user-select: none;
        /* Safari */
        -moz-user-select: none;
        /* Firefox */
        -ms-user-select: none;
        /* IE10+/Edge */
        user-select: none;
        /* Standard */ }
        .highlights .information .highlight-options .option:hover {
          background-color: #F47721;
          color: #FFFFFF; }
        @media only screen and (max-width: 575px) {
          .highlights .information .highlight-options .option {
            font-size: 14px; } }
        .highlights .information .highlight-options .option span {
          margin: auto; }
        .highlights .information .highlight-options .option.selected {
          border-top: 2px solid #F47721;
          border-right: initial;
          border-bottom: 2px solid #F47721;
          border-left: 2px solid #F47721; }
      .highlights .information .highlight-options .scroll-indicator-overlay {
        display: none;
        position: absolute;
        bottom: 0;
        height: 94px; }
        .highlights .information .highlight-options .scroll-indicator-overlay .icon {
          position: absolute;
          width: 24px;
          height: 24px;
          left: 67px;
          bottom: 0; }
        .highlights .information .highlight-options .scroll-indicator-overlay .background {
          position: sticky;
          bottom: 0;
          width: 160px;
          height: 94px;
          background-color: blue;
          background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
          backdrop-filter: blur(1px); }
    .highlights .information .selected-highlight {
      padding: 48px 64px;
      overflow-y: scroll; }
      @media only screen and (max-width: 1199px) {
        .highlights .information .selected-highlight {
          padding: 24px 24px; } }
      @media only screen and (max-width: 575px) {
        .highlights .information .selected-highlight {
          padding: 16px 16px; } }
      .highlights .information .selected-highlight .title {
        font-family: "Roboto", sans-serif;
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 0; }
        @media only screen and (max-width: 575px) {
          .highlights .information .selected-highlight .title {
            font-size: 16px; } }
      .highlights .information .selected-highlight .text {
        font-family: "Roboto", sans-serif;
        font-size: 16px;
        margin-top: 16px;
        margin-bottom: 0; }
        @media only screen and (max-width: 575px) {
          .highlights .information .selected-highlight .text {
            font-size: 14px; } }
      .highlights .information .selected-highlight .link {
        font-family: "Roboto", sans-serif;
        margin: 16px 0 24px;
        color: #0085ff;
        font-size: 16px;
        text-align: right;
        display: block;
        width: 100%; }
        @media only screen and (max-width: 575px) {
          .highlights .information .selected-highlight .link {
            font-size: 14px; } }

.features-areas {
  max-width: 1120px;
  margin: 64px auto 36px auto;
  display: grid;
  grid-template-columns: 3fr 7fr;
  grid-template-areas: "title title" "features areas" "features areas" "features areas";
  column-gap: 16px; }
  @media only screen and (max-width: 1199px) {
    .features-areas {
      max-width: 960px;
      margin-left: auto;
      margin-right: auto; } }
  @media only screen and (max-width: 1023px) {
    .features-areas {
      grid-template-columns: 4fr 6fr;
      padding-left: 80px;
      padding-right: 80px; } }
  @media only screen and (max-width: 767px) {
    .features-areas {
      grid-template-areas: "title title" "features features" "areas areas"; } }
  @media only screen and (max-width: 575px) {
    .features-areas {
      padding-left: 24px;
      padding-right: 24px; } }
  @media only screen and (max-width: 319px) {
    .features-areas {
      padding-left: 16px;
      padding-right: 16px; } }
  .features-areas .title {
    margin-bottom: 24px;
    grid-column: 1/3; }
  .features-areas .features {
    grid-area: features;
    display: flex;
    flex-direction: column;
    grid-template-columns: 1fr 1fr; }
    @media only screen and (max-width: 767px) {
      .features-areas .features {
        display: grid;
        grid-template-columns: 1fr 1fr; } }
    .features-areas .features .feature {
      width: 100%;
      height: 36px;
      display: flex;
      margin-bottom: 36px;
      align-items: center; }
      @media only screen and (max-width: 1023px) {
        .features-areas .features .feature {
          margin-bottom: 24px; } }
      @media only screen and (max-width: 767px) {
        .features-areas .features .feature {
          margin-bottom: 16px; } }
      @media only screen and (max-width: 575px) {
        .features-areas .features .feature {
          margin-bottom: 8px; } }
      .features-areas .features .feature .icon-container {
        margin-right: 8px; }
        .features-areas .features .feature .icon-container .iconify {
          height: 40px;
          width: 40px; }
          @media only screen and (max-width: 1199px) {
            .features-areas .features .feature .icon-container .iconify {
              height: 32px;
              width: 32px; } }
          @media only screen and (max-width: 767px) {
            .features-areas .features .feature .icon-container .iconify {
              height: 24px;
              width: 24px; } }
        .features-areas .features .feature .icon-container .custom-icon {
          height: 40px;
          width: 40px; }
          @media only screen and (max-width: 1199px) {
            .features-areas .features .feature .icon-container .custom-icon {
              height: 32px;
              width: 32px; } }
      .features-areas .features .feature .text {
        margin: auto;
        font-family: "Roboto", sans-serif;
        font-style: normal;
        font-weight: normal;
        font-size: 20px;
        color: #4D4F53;
        text-align: center;
        padding-left: 4px;
        padding-right: 4px; }
        @media only screen and (max-width: 767px) {
          .features-areas .features .feature .text {
            font-size: 16px; } }
        @media only screen and (max-width: 575px) {
          .features-areas .features .feature .text {
            font-size: 12px;
            line-height: 12px; } }
  .features-areas .areas-container {
    grid-area: areas; }
    .features-areas .areas-container .areas {
      display: grid;
      grid-template-columns: 1fr 1fr;
      grid-template-rows: auto;
      column-gap: 16px;
      row-gap: 16px; }
      @media only screen and (max-width: 767px) {
        .features-areas .areas-container .areas {
          grid-template-columns: 1fr 1fr;
          column-gap: 4px;
          row-gap: 8px; } }
      .features-areas .areas-container .areas .area {
        height: 216px;
        display: grid;
        grid-template-columns: 40fr 60fr;
        position: relative;
        border: 2px solid #C4C4C4;
        box-sizing: border-box;
        border-radius: 10px; }
        .features-areas .areas-container .areas .area.single {
          grid-template-columns: 1fr; }
        @media only screen and (max-width: 1199px) {
          .features-areas .areas-container .areas .area {
            height: 176px; } }
        @media only screen and (max-width: 1023px) {
          .features-areas .areas-container .areas .area {
            height: 152px; } }
        @media only screen and (max-width: 767px) {
          .features-areas .areas-container .areas .area {
            height: 128px; } }
        @media only screen and (max-width: 575px) {
          .features-areas .areas-container .areas .area {
            height: 104px; } }
        .features-areas .areas-container .areas .area .information {
          width: 100%;
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: center; }
          .features-areas .areas-container .areas .area .information .icon-container {
            height: 36px;
            width: 36px;
            margin: auto auto 8px auto;
            display: flex;
            flex-direction: column-reverse;
            align-items: center; }
            .features-areas .areas-container .areas .area .information .icon-container .iconify {
              width: 36px;
              height: 36px; }
              @media only screen and (max-width: 1199px) {
                .features-areas .areas-container .areas .area .information .icon-container .iconify {
                  width: 32px;
                  height: 32px; } }
              @media only screen and (max-width: 575px) {
                .features-areas .areas-container .areas .area .information .icon-container .iconify {
                  width: 20px;
                  height: 20px; } }
          .features-areas .areas-container .areas .area .information .text {
            font-family: "Roboto", sans-serif;
            color: #4D4F53;
            font-style: normal;
            font-weight: 500;
            font-size: 22px;
            line-height: 26px;
            margin: 0 auto auto auto;
            text-align: center; }
            @media only screen and (max-width: 1199px) {
              .features-areas .areas-container .areas .area .information .text {
                font-size: 18px; } }
            @media only screen and (max-width: 1023px) {
              .features-areas .areas-container .areas .area .information .text {
                font-size: 14px; } }
            @media only screen and (max-width: 767px) {
              .features-areas .areas-container .areas .area .information .text {
                font-size: 14px; } }
            @media only screen and (max-width: 575px) {
              .features-areas .areas-container .areas .area .information .text {
                font-size: 10px; } }
        .features-areas .areas-container .areas .area .separator {
          height: 80%;
          width: 2px;
          position: absolute;
          left: 40%;
          top: 10%;
          background: #C4C4C4;
          margin: auto 0; }
          @media only screen and (max-width: 575px) {
            .features-areas .areas-container .areas .area .separator {
              width: 1px; } }
        .features-areas .areas-container .areas .area .details {
          display: flex;
          flex-direction: column;
          margin-left: 24px;
          justify-content: space-evenly; }
          @media only screen and (max-width: 1023px) {
            .features-areas .areas-container .areas .area .details {
              margin-left: 8px; } }
          @media only screen and (max-width: 575px) {
            .features-areas .areas-container .areas .area .details {
              margin-left: 4px; } }
          .features-areas .areas-container .areas .area .details .detail {
            display: flex;
            align-items: center; }
            .features-areas .areas-container .areas .area .details .detail .icon-container {
              height: 32px;
              width: 32px;
              display: flex;
              justify-content: center;
              align-items: center;
              margin-right: 8px; }
              @media only screen and (max-width: 1199px) {
                .features-areas .areas-container .areas .area .details .detail .icon-container {
                  width: 24px;
                  height: 24px; } }
              @media only screen and (max-width: 575px) {
                .features-areas .areas-container .areas .area .details .detail .icon-container {
                  width: 14px;
                  height: 14px; } }
              .features-areas .areas-container .areas .area .details .detail .icon-container .iconify {
                width: 32px;
                height: 32px; }
                @media only screen and (max-width: 1199px) {
                  .features-areas .areas-container .areas .area .details .detail .icon-container .iconify {
                    width: 24px;
                    height: 24px; } }
                @media only screen and (max-width: 1023px) {
                  .features-areas .areas-container .areas .area .details .detail .icon-container .iconify {
                    width: 24px;
                    height: 24px; } }
                @media only screen and (max-width: 575px) {
                  .features-areas .areas-container .areas .area .details .detail .icon-container .iconify {
                    width: 14px;
                    height: 14px; } }
            .features-areas .areas-container .areas .area .details .detail .text {
              font-family: "Roboto", sans-serif;
              font-size: 20px; }
              @media only screen and (max-width: 1199px) {
                .features-areas .areas-container .areas .area .details .detail .text {
                  font-size: 16px; } }
              @media only screen and (max-width: 1023px) {
                .features-areas .areas-container .areas .area .details .detail .text {
                  font-size: 14px; } }
              @media only screen and (max-width: 767px) {
                .features-areas .areas-container .areas .area .details .detail .text {
                  font-size: 12px; } }
              @media only screen and (max-width: 575px) {
                .features-areas .areas-container .areas .area .details .detail .text {
                  font-size: 10px; } }

body {
  background-color: #FFF; }
