@charset "UTF-8";
html {
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 62.5%;
  -webkit-overflow-scrolling: touch;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

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

img[src$=".svg"] {
  width: 100%;
}

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:focus {
  outline: none;
}

input[type=text], input[type=email], input[type=submit], textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/*==============================================================*/
/*==============================================================*/
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

@keyframes fadeUp {
  0% {
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: translateY(70px);
    -moz-transform: translateY(70px);
    -ms-transform: translateY(70px);
    -o-transform: translateY(70px);
    transform: translateY(70px);
  }
  100% {
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeDown {
  0% {
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: translateY(-70px);
    -moz-transform: translateY(-70px);
    -ms-transform: translateY(-70px);
    -o-transform: translateY(-70px);
    transform: translateY(-70px);
  }
  100% {
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeRight {
  0% {
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: translateX(-70px);
    -moz-transform: translateX(-70px);
    -ms-transform: translateX(-70px);
    -o-transform: translateX(-70px);
    transform: translateX(-70px);
  }
  100% {
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeLeft {
  0% {
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: translateX(70px);
    -moz-transform: translateX(70px);
    -ms-transform: translateX(70px);
    -o-transform: translateX(70px);
    transform: translateX(70px);
  }
  100% {
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@media (min-width: 600px) {
  .animate-items .is-visible:nth-child(1) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 2s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 0.1s;
  }

  .animate-items .is-visible:nth-child(2) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 2s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 0.2s;
  }

  .animate-items .is-visible:nth-child(3) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 2s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 0.3s;
  }

  .animate-items .is-visible:nth-child(4) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 2s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 0.4s;
  }

  .animate-items .is-visible:nth-child(5) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 2s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 0.5s;
  }

  .animate-items .is-visible:nth-child(6) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 2s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 0.6s;
  }

  .animate-items .is-visible:nth-child(7) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 2s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 0.7s;
  }

  .animate-items .is-visible:nth-child(8) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 2s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 0.8s;
  }

  .animate-items .is-visible:nth-child(9) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 2s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 0.9s;
  }

  .animate-items .is-visible:nth-child(10) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 2s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 1s;
  }

  .animate-items .is-visible:nth-child(11) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 2s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 1.1s;
  }

  .animate-items .is-visible:nth-child(12) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 2s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 1.2s;
  }

  .animate-items .is-visible:nth-child(13) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 2s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 1.3s;
  }

  .animate-items .is-visible:nth-child(14) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 2s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 1.4s;
  }

  .animate-items .is-visible:nth-child(15) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 2s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 1.5s;
  }

  .animate-items .is-visible:nth-child(16) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 2s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 1.6s;
  }

  .animate-items .is-visible:nth-child(17) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 2s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 1.7s;
  }

  .animate-items .is-visible:nth-child(18) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 2s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 1.8s;
  }

  .animate-items .is-visible:nth-child(19) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 2s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 1.9s;
  }

  .animate-items .is-visible:nth-child(20) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 2s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 2s;
  }

  .animate-items .is-visible:nth-child(21) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 2s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 2.1s;
  }

  .animate-items .is-visible:nth-child(22) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 2s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 2.2s;
  }

  .animate-items .is-visible:nth-child(23) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 2s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 2.3s;
  }

  .animate-items .is-visible:nth-child(24) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 2s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 2.4s;
  }

  .animate-items .is-visible:nth-child(25) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 2s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 2.5s;
  }

  .animate-items .is-visible:nth-child(26) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 2s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 2.6s;
  }

  .animate-items .is-visible:nth-child(27) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 2s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 2.7s;
  }

  .animate-items .is-visible:nth-child(28) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 2s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 2.8s;
  }

  .animate-items .is-visible:nth-child(29) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 2s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 2.9s;
  }

  .animate-items .is-visible:nth-child(30) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 2s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 3s;
  }

  .animate-items .is-visible:nth-child(31) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 2s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 3.1s;
  }

  .animate-items .is-visible:nth-child(32) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 2s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 3.2s;
  }

  .animate-items .is-visible:nth-child(33) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 2s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 3.3s;
  }

  .animate-items .is-visible:nth-child(34) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 2s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 3.4s;
  }

  .animate-items .is-visible:nth-child(35) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 2s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 3.5s;
  }

  .animate-items .is-visible:nth-child(36) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 2s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 3.6s;
  }
}
.animate-items .grid-item.scroll {
  opacity: 1;
}

.animate-items .grid-item .item {
  opacity: 1;
}

@media (min-width: 600px) {
  .animate-items .grid-item .item {
    opacity: 0;
  }

  .scroll {
    opacity: 0;
  }

  .is-visible.fadeUp {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 2s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
  }

  .is-visible.fadeDown {
    animation: fadeDown;
    -webkit-animation-name: fadeDown;
    animation-iteration-count: 1;
    animation-duration: 2s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
  }

  .is-visible.fadeRight {
    animation: fadeRight;
    -webkit-animation-name: fadeRight;
    animation-iteration-count: 1;
    animation-duration: 2s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
  }

  .is-visible.fadeLeft {
    animation: fadeLeft;
    -webkit-animation-name: fadeLeft;
    animation-iteration-count: 1;
    animation-duration: 2s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
  }
}
.mobile {
  display: block;
}
@media (min-width: 900px) {
  .mobile {
    display: none;
  }
}

.desktop {
  display: none;
}
@media (min-width: 900px) {
  .desktop {
    display: block;
  }
}

.wrap900 {
  max-width: 900px;
  width: 94%;
  margin: 0 auto;
}

.wrap1000 {
  max-width: 1000px;
  width: 94%;
  margin: 0 auto;
}

.wrap1100 {
  max-width: 1100px;
  width: 94%;
  margin: 0 auto;
}

.wrap1200 {
  max-width: 1200px;
  width: 94%;
  margin: 0 auto;
}

.wrap1400 {
  max-width: 1400px;
  width: 94%;
  margin: 0 auto;
}

@media (max-width: 899px) {
  .mobile-full {
    width: 100% !important;
  }
}

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

.grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.grid.flex-end {
  justify-content: flex-end;
}
.grid.flex-start {
  justify-content: flex-start;
}
.grid.flex-center {
  justify-content: center;
}

body, html {
  font-size: 16px;
  color: #000000;
  font-family: "Figtree", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  width: 100%;
  overflow-x: hidden;
}
@media (min-width: 900px) {
  body, html {
    font-size: 18px;
    scroll-behavior: smooth;
  }
}

::selection {
  background: #dfbc41;
  color: #234e57;
}

::-moz-selection {
  background: #dfbc41;
  color: #234e57;
}

.button {
  position: relative;
  display: inline-block;
  background: #dfbc41;
  color: #ffffff;
  font-family: "Figtree", serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  text-transform: uppercase;
  line-height: normal;
  padding: 12px 20px;
  overflow: hidden;
  font-size: 14px;
  min-width: 180px;
  text-align: center;
  letter-spacing: 0.1em;
  transition: all 0.25s;
  cursor: pointer;
}
.button:hover {
  background: #234e57;
}

.page-base {
  margin: 60px auto;
}

.base.text-center hr {
  margin: 30px auto;
}
.base.alt h2, .base.alt h3, .base.alt p, .base.alt li, .base.alt a {
  color: #ffffff;
}
.base.alt h4 {
  color: #dfbc41;
}
.base p {
  line-height: 1.6;
  margin-bottom: 30px;
}
.base p.large {
  font-size: 20px;
}
@media (min-width: 900px) {
  .base p.large {
    font-size: 24px;
  }
}
.base p.small {
  font-size: 14px;
}
.base strong {
  font-family: "Figtree", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.base em {
  font-family: "Figtree", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: italic;
}
.base strong em,
.base em strong {
  font-family: "Figtree", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: italic;
}
.base a:not(.button) {
  text-decoration: underline;
  color: #234e57;
  cursor: pointer;
  font-family: "Figtree", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.base a:not(.button):hover {
  color: #dfbc41;
}
.base h2 {
  font-family: "Noto Serif Display", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 40px;
  margin-bottom: 20px;
  letter-spacing: -0.03em;
  line-height: 1.1;
  font-weight: 300;
}
@media (min-width: 600px) {
  .base h2 {
    font-size: 45px;
    margin-bottom: 30px;
  }
}
@media (min-width: 900px) {
  .base h2 {
    font-size: 50px;
  }
}
@media (min-width: 1200px) {
  .base h2 {
    font-size: 60px;
  }
}
@media (min-width: 1400px) {
  .base h2 {
    font-size: 70px;
  }
}
.base h3 {
  font-family: "Noto Serif Display", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  margin-bottom: 20px;
  letter-spacing: -0.02em;
  line-height: 1.2;
}
@media (min-width: 600px) {
  .base h3 {
    font-size: 30px;
    margin-bottom: 30px;
  }
}
@media (min-width: 900px) {
  .base h3 {
    font-size: 32px;
  }
}
@media (min-width: 1200px) {
  .base h3 {
    font-size: 36px;
  }
}
.base hr {
  margin: 30px 0;
  border: none;
  background: #dfbc41;
  height: 2px;
  width: 90px;
}
.base h4 {
  font-family: "Figtree", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.15em;
  font-size: 14px;
  margin-bottom: 10px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #234e57;
}
.base ul {
  margin: 0 0 30px 20px;
  list-style: none;
}
@media (min-width: 900px) {
  .base ul {
    margin: 0 0 40px 20px;
  }
}
.base ul li {
  position: relative;
  margin-bottom: 15px;
  padding-left: 12px;
  line-height: 1.5;
}
.base ul li::before {
  position: absolute;
  top: -1px;
  left: 8px;
  text-indent: -15px;
  content: "•";
  color: #000000;
}
.base ul li ul {
  margin: 12px 0 30px 0;
}
.base ol {
  list-style: none;
  counter-reset: a;
  margin: 0 0 30px 20px;
}
@media (min-width: 900px) {
  .base ol {
    margin: 0 0 30px 30px;
  }
}
.base ol li {
  position: relative;
  margin-bottom: 12px;
  padding-left: 25px;
  line-height: 1.5;
}
.base ol li::before {
  font-family: "Figtree", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  position: absolute;
  text-indent: -35px;
  counter-increment: a;
  content: counter(a) ".";
  color: #000000;
  top: 0px;
}
.base .alignnone, .base .aligncenter {
  margin: 0 auto 30px;
}
.base .alignright {
  margin: 0 auto 30px;
}
@media (min-width: 900px) {
  .base .alignright {
    margin: 0 0 30px 30px;
    float: right;
  }
}
.base .alignleft {
  margin: 0 auto 30px;
}
@media (min-width: 900px) {
  .base .alignleft {
    float: left;
    margin: 0 30px 30px 0;
  }
}
.base .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  width: 100%;
  margin: 30px auto;
}
.base .embed-container iframe, .base .embed-container object, .base .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.kaliforms-form-container {
  text-align: left;
  margin-top: 60px !important;
}
.kaliforms-form-container input, .kaliforms-form-container textarea {
  background: #f0f0f0 !important;
  border: 1px solid #f0f0f0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  appearance: none !important;
  padding: 12px !important;
}
.kaliforms-form-container input {
  height: 50px !important;
}
.kaliforms-form-container label {
  font-weight: 700 !important;
}
.kaliforms-form-container #submit {
  position: relative !important;
  display: inline-block !important;
  background: #dfbc41 !important;
  color: #ffffff !important;
  font-weight: 900 !important;
  text-align: center !important;
  line-height: normal !important;
  overflow: hidden !important;
  min-width: 180px !important;
  padding: 12px 20px !important;
  font-size: 14px !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase !important;
  margin: 0 auto !important;
  border: none !important;
  border-radius: 0 !important;
}
.kaliforms-form-container #submit:hover {
  background: #234e57 !important;
}
.kaliforms-form-container .kali-required-mark {
  color: #dfbc41 !important;
}

.mobile-toggle-container {
  display: block;
  position: absolute;
  width: 42px;
  height: 80px;
  cursor: pointer;
  right: 10px;
  top: 0px;
  z-index: 999;
  display: block;
}
@media (min-width: 900px) {
  .mobile-toggle-container {
    display: none;
  }
}

.mobile-toggle {
  display: flex;
  height: 100%;
  align-items: center;
}
.mobile-toggle:hover .menu-icon::after, .mobile-toggle:hover .menu-icon::before {
  background: #dfbc41;
}
.mobile-toggle:hover .menu-icon span {
  background: #dfbc41;
}

.menu-icon {
  position: absolute;
  left: 0;
  right: 0;
  display: block;
}
.menu-icon::after, .menu-icon::before {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 40px;
  height: 3px;
  background: #ffffff;
  content: "";
  opacity: 1;
  transition: all 0.2s ease;
}
.menu-icon::before {
  top: -11px;
  transition: all 0.2s ease;
  transition-timing-function: cubic-bezier(0.75, 0.15, 0.36, 1);
}
.menu-icon::after {
  bottom: -13px;
  transition: all 0.2s ease;
  transition-timing-function: cubic-bezier(0.75, 0, 0.29, 1.01);
}
.menu-icon span {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  display: block;
  width: 40px;
  height: 3px;
  background: #ffffff;
  transition: all 0.2s ease;
  transition-timing-function: cubic-bezier(0.75, 0, 0.29, 1.01);
}

@media (max-width: 900px) {
  .menu-open .main-navigation {
    justify-content: space-between;
  }
  .menu-open .grid-item {
    width: 100%;
  }
  .menu-open .menu {
    padding: 0px 0 30px;
    display: block;
  }
  .menu-open .menu-primary-container {
    background: #000000;
    z-index: 999;
    margin: 0 auto;
    width: 100%;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
  .menu-open .menu-primary-container li {
    margin: 0 auto;
    text-align: center;
    width: 94%;
    max-width: 1400px;
  }
  .menu-open .menu-primary-container li.menu-item-has-children {
    border: none;
  }
  .menu-open .menu-primary-container li.btn {
    border: none;
    max-width: 200px;
    margin-top: 10px;
  }
  .menu-open .menu-primary-container li.btn a {
    padding: 10px;
    width: 200px;
  }
  .menu-open .menu-primary-container li.btn a:hover {
    background: #ffffff !important;
    color: #dfbc41 !important;
  }
  .menu-open .menu-primary-container li:last-of-type {
    border: none;
  }
  .menu-open .menu-primary-container li a {
    font-size: 18px;
    line-height: 1.2;
    padding: 17px 0px 15px;
    line-height: 18px;
    display: inline-block;
    color: #ffffff;
    text-transform: uppercase;
    font-family: "Figtree", serif;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: normal;
  }
}
@media (max-width: 900px) and (max-width: 600px) {
  .menu-open .menu-primary-container li a {
    font-size: 16px;
  }
}
@media (max-width: 900px) {
  .menu-open .menu-primary-container li a:hover {
    color: #dfbc41;
  }
}
.menu-open .mobile-toggle:hover .menu-icon::after, .menu-open .mobile-toggle:hover .menu-icon::before {
  right: 0px !important;
}
.menu-open .mobile-toggle:hover .menu-icon span {
  left: 0px !important;
}
.menu-open .mobile-toggle .menu-icon::after, .menu-open .mobile-toggle .menu-icon::before {
  opacity: 0 !important;
  transition: all 0.6s ease;
}
.menu-open .mobile-toggle .menu-icon-left {
  transform: rotate(45deg);
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}
.menu-open .mobile-toggle .menu-icon-right {
  transform: rotate(-225deg);
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: flex;
  justify-content: center;
  width: 40px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  z-index: 22;
  transition: ease-in 222ms;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
  cursor: pointer;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "icomoon";
  font-size: 38px;
  line-height: 0.8;
  padding: 3px;
  width: 40px;
  height: 40px;
  border-radius: 999em;
  background: rgba(255, 255, 255, 0.5);
  display: inline-block;
  transition: ease-in 222ms;
  color: #b01a1a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: 0px;
}
.slick-prev:hover:before, .slick-prev:focus:before {
  color: #b01a1a;
  background: #fff;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -35px;
}
.slick-prev:before {
  content: "\e906";
}
[dir=rtl] .slick-prev:before {
  content: "\e905";
}

.slick-next {
  right: 0px;
}
.slick-next:hover:before, .slick-next:focus:before {
  color: #b01a1a;
  background: #fff;
}
[dir=rtl] .slick-next {
  left: -35px;
  right: auto;
}
.slick-next:before {
  content: "\e905";
}
[dir=rtl] .slick-next:before {
  content: "\e906";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 0.75;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "icomoon";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 1;
}

.site-header {
  z-index: 999;
  position: relative;
  background: #000000;
}
.site-header .notification-bar {
  background: #234e57;
  padding: 10px 0;
  text-align: center;
}
.site-header .notification-bar .alert p {
  color: #ffffff;
  line-height: 1.3;
  font-size: 16px;
  font-family: "Figtree", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.site-header .top {
  display: none;
}
@media (min-width: 900px) {
  .site-header .top {
    margin-top: 15px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
}
.site-header .top .phone {
  font-family: "Figtree", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  color: #ffffff;
}
.site-header .top .phone:hover {
  color: #dfbc41;
}
.site-header .top .social {
  display: flex;
  justify-content: flex-end;
  padding-right: 25px;
  margin-right: 25px;
  border-right: 1px solid #dfbc41;
}
.site-header .top .social li {
  margin-left: 15px;
}
.site-header .top .social li a {
  color: #ffffff;
  font-size: 25px;
}
.site-header .top .social li a:hover {
  color: #dfbc41;
}
.site-header .top .aqualung {
  display: block;
  width: 25px;
}
.site-header .main-navigation {
  position: relative;
}
@media (min-width: 900px) {
  .site-header .main-navigation {
    padding: 20px 0 15px;
    height: 115px;
  }
}
.site-header .menu-primary-container {
  display: none;
}
@media (min-width: 900px) {
  .site-header .menu-primary-container {
    display: block;
  }
}
.site-header .logo {
  margin-left: 3%;
  width: 65px;
  display: block;
  padding: 5px 0 4px;
}
@media (min-width: 900px) {
  .site-header .logo {
    position: relative;
    top: -11px;
    padding: 0;
    margin: 0;
    width: 82px;
  }
}
@media (min-width: 900px) {
  .site-header .menu {
    display: flex;
    justify-content: flex-end;
    background: #ffffff;
    position: relative;
    bottom: -30px;
  }
}
@media (min-width: 900px) {
  .site-header .menu li {
    border-left: 1px solid #000000;
  }
}
.site-header .menu li:first-of-type {
  border: none;
}
@media (min-width: 900px) {
  .site-header .menu li.btn {
    border-left: 1px solid #000000;
  }
}
.site-header .menu li.btn a {
  background: #234e57;
  color: #ffffff;
}
.site-header .menu li.btn a:hover {
  background: #dfbc41;
}
.site-header .menu li.menu-item-has-children {
  position: relative;
}
@media (min-width: 900px) {
  .site-header .menu li.menu-item-has-children:hover > .sub-menu {
    visibility: visible;
    opacity: 1;
  }
}
@media (min-width: 900px) {
  .site-header .menu li a {
    font-family: "Figtree", serif;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: normal;
    color: #000000;
    display: inline-block;
    padding: 10px 13px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
  }
}
@media (min-width: 1024px) {
  .site-header .menu li a {
    padding: 10px 15px;
    font-size: 13px;
  }
}
@media (min-width: 1200px) {
  .site-header .menu li a {
    padding: 10px 20px;
    font-size: 14px;
  }
}
.site-header .menu li a:hover {
  transition: all 0.25s;
}
@media (min-width: 900px) {
  .site-header .menu li a:hover {
    background: #dfbc41;
    color: #ffffff;
  }
}
@media (min-width: 900px) {
  .site-header .menu .sub-menu {
    position: absolute;
    top: auto;
    left: -1px;
    visibility: hidden;
    opacity: 0;
    width: max-content;
    width: 180px;
    background: #ffffff;
    text-align: left;
  }
  .site-header .menu .sub-menu::after {
    content: "";
    width: 30px;
    height: 30px;
    background: transparent;
    position: absolute;
    border-bottom: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    left: auto;
    right: -7px;
    bottom: -7px;
  }
}
@media (min-width: 900px) {
  .site-header .menu .sub-menu li {
    margin: 0 auto;
    border-left: 0;
    border-bottom: 1px solid #f0f0f0;
  }
  .site-header .menu .sub-menu li:last-of-type {
    border: none;
  }
}
@media (min-width: 900px) {
  .site-header .menu .sub-menu li a {
    display: block;
    padding: 12px 20px;
    margin: 0;
    line-height: 1.2;
    color: #000000;
  }
  .site-header .menu .sub-menu li a:hover {
    background: #f0f0f0;
  }
}

.site-footer {
  padding: 80px 0 50px;
  background: #000000;
}
.site-footer .top .grid-item {
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}
@media (min-width: 900px) {
  .site-footer .top .grid-item {
    text-align: left;
    width: auto;
  }
}
.site-footer .top .logo {
  display: block;
  width: 180px;
  margin: 0 auto;
}
@media (min-width: 600px) {
  .site-footer .top .logo {
    width: 200px;
  }
}
@media (min-width: 900px) {
  .site-footer .top .logo {
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .site-footer .top .logo {
    width: 250px;
  }
}
.site-footer .top .menu li {
  display: block;
  margin-bottom: 15px;
  line-height: 1.6;
}
.site-footer .top .menu a {
  color: #ffffff;
}
.site-footer .top .menu a:hover {
  color: #dfbc41;
}
.site-footer .top .menu ul {
  margin-top: 15px;
}
.site-footer .top .base a:not(.button) {
  font-weight: 400;
  color: #ffffff;
  text-decoration: none;
}
.site-footer .top .base a:not(.button):hover {
  color: #dfbc41;
}
.site-footer .copyright {
  padding-top: 30px;
  border-top: 1px solid rgba(130, 128, 133, 0.4);
}
.site-footer .copyright .grid {
  justify-content: center;
}
@media (min-width: 768px) {
  .site-footer .copyright .grid {
    justify-content: space-between;
    align-items: baseline;
  }
}
.site-footer .copyright .grid-item {
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .site-footer .copyright .grid-item {
    text-align: inherit;
    width: auto;
  }
}
.site-footer .copyright .reserved {
  font-size: 12px;
  text-transform: uppercase;
  line-height: 1.4;
  letter-spacing: 0.1em;
  color: #ffffff;
  text-align: center;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .site-footer .copyright .reserved {
    margin-bottom: 0;
    text-align: left;
  }
}
.site-footer .copyright .website-by {
  font-family: "Figtree", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.1em;
  color: #ffffff;
}
.site-footer .copyright .website-by img {
  width: 60px;
  padding-left: 5px;
  display: inline-block;
  top: 5px;
  position: relative;
}

.hero {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
.hero video {
  position: absolute;
  width: 100%;
  max-width: none;
  height: 100%;
  object-fit: cover;
}
.hero .overlay {
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.hero .wrap900 {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 90px 0 100px;
}
@media (min-width: 600px) {
  .hero .wrap900 {
    padding: 110px 0 130px;
  }
}
@media (min-width: 900px) {
  .hero .wrap900 {
    padding: 150px 0 180px;
  }
}
@media (min-width: 1200px) {
  .hero .wrap900 {
    padding: 180px 0 200px;
  }
}
.hero .base {
  border: 1px solid #ffffff;
  padding: 60px 30px 40px;
  position: relative;
  margin: 0 9px;
}
.hero .base.with-button {
  padding: 60px 30px 70px;
}
.hero .base::before {
  content: "";
  width: 90px;
  height: 90px;
  background: transparent;
  position: absolute;
  border-top: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  right: auto;
  left: -10px;
  top: -10px;
}
.hero .base::after {
  content: "";
  width: 90px;
  height: 90px;
  background: transparent;
  position: absolute;
  border-bottom: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  left: auto;
  right: -10px;
  bottom: -10px;
}
.hero .base .parent {
  font-family: "Figtree", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  position: relative;
  z-index: 3;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  display: inline-block;
  margin-bottom: 7px;
  text-decoration: none;
  color: #ffffff;
}
.hero .base .parent:hover {
  color: #dfbc41;
}
.hero .base .grid {
  justify-content: center;
  margin: 40px auto 0;
}
@media (min-width: 900px) {
  .hero .base .grid {
    margin: 0 auto;
    position: absolute;
    bottom: -21px;
    left: 0;
    right: 0;
  }
}
.hero .base .grid .button {
  margin: 0 5px 10px;
  width: 205px;
}
@media (min-width: 900px) {
  .hero .base .grid .button {
    margin: 0 5px;
  }
}
.hero .base h1 {
  font-family: "Figtree", serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  color: #ffffff;
  font-size: 90px;
  text-transform: uppercase;
  font-size: 45px;
  margin-bottom: 30px;
}
@media (min-width: 480px) {
  .hero .base h1 {
    font-size: 50px;
  }
}
@media (min-width: 600px) {
  .hero .base h1 {
    font-size: 60px;
  }
}
@media (min-width: 900px) {
  .hero .base h1 {
    font-size: 70px;
  }
}
.hero .base h1 span {
  display: block;
  font-family: "Figtree", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  text-transform: uppercase;
  font-size: 30px;
  margin-bottom: 10px;
  letter-spacing: 0.1em;
  position: relative;
}
@media (min-width: 480px) {
  .hero .base h1 span {
    font-size: 35px;
  }
}
@media (min-width: 600px) {
  .hero .base h1 span {
    font-size: 45px;
  }
}
@media (min-width: 900px) {
  .hero .base h1 span {
    font-size: 50px;
  }
}
.hero .base h4 {
  color: #ffffff;
}
.hero .base .button {
  background: #dfbc41;
}
.hero .base .button:hover {
  background: #234e57;
}

.text-image {
  padding: 60px 0 30px;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.text-image .wrap1200 {
  position: relative;
  z-index: 2;
}
.text-image .grid {
  position: relative;
  z-index: 2;
}
.text-image .grid .grid-item {
  width: 100%;
  margin-bottom: 30px;
}
@media (min-width: 900px) {
  .text-image .grid .grid-item {
    width: 50%;
  }
}
.text-image .grid .grid-item.content {
  position: relative;
  z-index: 2;
}
.text-image .grid .base {
  padding: 40px 30px 10px;
  position: relative;
  margin-bottom: 30px;
}
@media (min-width: 900px) {
  .text-image .grid .base {
    margin-bottom: 0;
    margin-left: 11px;
    padding: 40px 40px 10px;
  }
}
.text-image .grid .base::before {
  content: "";
  width: 90px;
  height: 90px;
  background: transparent;
  position: absolute;
  border-top: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  right: auto;
  left: 0px;
  top: -10px;
}
@media (min-width: 900px) {
  .text-image .grid .base::before {
    left: -10px;
  }
}
.text-image .grid .base::after {
  content: "";
  width: 90px;
  height: 90px;
  background: transparent;
  position: absolute;
  border-bottom: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  left: auto;
  right: 0px;
  bottom: -10px;
}
@media (min-width: 900px) {
  .text-image .grid .base::after {
    right: -10px;
  }
}
.text-image .grid .image {
  position: relative;
}
@media (min-width: 900px) {
  .text-image .grid .image {
    margin-top: 60px;
  }
}
.text-image .grid img {
  width: 100%;
  position: relative;
  z-index: 1;
}

.image-text {
  padding: 60px 0 30px;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.image-text .wrap1200 {
  position: relative;
  z-index: 2;
}
.image-text .grid {
  position: relative;
  z-index: 2;
}
.image-text .grid .grid-item {
  width: 100%;
  margin-bottom: 30px;
}
@media (min-width: 900px) {
  .image-text .grid .grid-item {
    width: 50%;
  }
}
.image-text .grid .grid-item.content {
  position: relative;
  z-index: 2;
}
.image-text .grid .base {
  padding: 30px 30px 10px;
  position: relative;
  margin-top: 30px;
}
@media (min-width: 900px) {
  .image-text .grid .base {
    margin-top: 0;
    padding: 40px 40px 10px;
    margin-right: 11px;
  }
}
.image-text .grid .base::before {
  content: "";
  width: 90px;
  height: 90px;
  background: transparent;
  position: absolute;
  border-top: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  right: auto;
  left: 0px;
  top: -10px;
}
@media (min-width: 900px) {
  .image-text .grid .base::before {
    left: -10px;
  }
}
.image-text .grid .base::after {
  content: "";
  width: 90px;
  height: 90px;
  background: transparent;
  position: absolute;
  border-bottom: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  left: auto;
  right: 0px;
  bottom: -10px;
}
@media (min-width: 900px) {
  .image-text .grid .base::after {
    right: -10px;
  }
}
.image-text .grid .content {
  position: relative;
}
@media (min-width: 900px) {
  .image-text .grid .content {
    margin-top: 60px;
  }
}
.image-text .grid img {
  width: 100%;
  position: relative;
  z-index: 1;
}
.image-text .stroke {
  position: absolute;
  width: 110%;
  bottom: 0;
  z-index: 1;
  max-width: none;
  opacity: 0.2;
}

.column-stacked {
  margin: 60px auto 1px;
}
.column-stacked .grid {
  justify-content: center;
}
@media (min-width: 900px) {
  .column-stacked .grid {
    margin: 0 -10px;
  }
}
@media (min-width: 1200px) {
  .column-stacked .grid {
    margin: 0 -30px;
  }
}
@media (min-width: 600px) {
  .column-stacked .grid.two-col {
    margin: 0 -10px;
  }
}
@media (min-width: 900px) {
  .column-stacked .grid.two-col {
    margin: 0 -30px;
  }
}
.column-stacked .grid.two-col .grid-item {
  width: 100%;
  max-width: 450px;
}
@media (min-width: 600px) {
  .column-stacked .grid.two-col .grid-item {
    max-width: none;
    width: 50%;
  }
}
@media (min-width: 600px) {
  .column-stacked .grid.two-col .grid-item .inner {
    margin: 0 10px;
  }
}
@media (min-width: 900px) {
  .column-stacked .grid.two-col .grid-item .inner {
    margin: 0 30px;
  }
}
.column-stacked .grid.three-col .grid-item {
  width: 100%;
  max-width: 450px;
}
@media (min-width: 900px) {
  .column-stacked .grid.three-col .grid-item {
    max-width: none;
    width: 33.3333333%;
  }
}
@media (min-width: 900px) {
  .column-stacked .grid.three-col .grid-item .inner {
    margin: 0 10px;
  }
}
@media (min-width: 1200px) {
  .column-stacked .grid.three-col .grid-item .inner {
    margin: 0 30px;
  }
}
.column-stacked .grid-item {
  margin-bottom: 60px;
}
.column-stacked .inner {
  height: 100%;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  border-radius: 0 0 0 30px;
  overflow: hidden;
}
.column-stacked .inner::after {
  content: "";
  width: 90px;
  height: 90px;
  background: transparent;
  position: absolute;
  border-bottom: 1px solid #dfbc41;
  border-right: 1px solid #dfbc41;
  left: auto;
  right: 10px;
  bottom: 10px;
}
.column-stacked .base {
  padding: 40px 30px 10px;
  position: relative;
}
.column-stacked .base::before {
  content: "";
  width: 90px;
  height: 90px;
  background: transparent;
  position: absolute;
  border-top: 1px solid #dfbc41;
  border-left: 1px solid #dfbc41;
  right: auto;
  left: 10px;
  top: 10px;
}
.column-stacked .photo {
  margin-bottom: -3px;
}
.column-stacked .photo img {
  width: 100%;
}

.spacer.pos75 {
  padding: 75px 0 0;
}
.spacer.pos50 {
  padding: 50px 0 0;
}
.spacer.pos25 {
  padding: 25px 0 0;
}

.gallery .grid {
  margin: 0 -5px;
}
.gallery .grid .grid-item {
  width: 50%;
}
@media (min-width: 600px) {
  .gallery .grid .grid-item {
    width: 25%;
  }
}
.gallery .grid .grid-item .gallery-button {
  display: block;
  margin: 0 5px 5px;
}
.gallery .grid .grid-item img {
  width: 100%;
}

.food-menu {
  margin: 90px auto 0;
}
.food-menu .category {
  margin-bottom: 90px;
  padding: 0 10px;
  position: relative;
}
.food-menu .wrap1100 {
  position: relative;
  border: 1px solid #dfbc41;
  padding: 60px 30px 30px;
  z-index: 2;
}
@media (min-width: 900px) {
  .food-menu .wrap1100 {
    padding: 90px 60px 30px;
  }
}
.food-menu .wrap1100::before {
  content: "";
  width: 90px;
  height: 90px;
  background: transparent;
  position: absolute;
  border-top: 1px solid #dfbc41;
  border-left: 1px solid #dfbc41;
  right: auto;
  top: -10px;
  left: -10px;
}
.food-menu .wrap1100::after {
  content: "";
  width: 90px;
  height: 90px;
  background: transparent;
  position: absolute;
  border-bottom: 1px solid #dfbc41;
  border-right: 1px solid #dfbc41;
  left: auto;
  right: -10px;
  bottom: -10px;
}
.food-menu .title {
  font-family: "Noto Serif Display", serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: #000000;
  background: #ffffff;
  width: max-content;
  font-size: 40px;
  letter-spacing: -0.03em;
  line-height: 1.1;
  position: absolute;
  top: -25px;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 0 20px;
}
@media (min-width: 600px) {
  .food-menu .title {
    font-size: 45px;
    margin-bottom: 10px;
  }
}
@media (min-width: 900px) {
  .food-menu .title {
    top: -30px;
    font-size: 50px;
  }
}
@media (min-width: 1200px) {
  .food-menu .title {
    font-size: 60px;
    top: -38px;
  }
}
.food-menu .grid {
  justify-content: flex-start;
}
@media (min-width: 480px) {
  .food-menu .grid {
    margin: 0 -20px;
  }
}
.food-menu .grid .grid-item {
  width: 100%;
  margin-bottom: 20px;
}
@media (min-width: 480px) {
  .food-menu .grid .grid-item {
    width: 50%;
  }
}
@media (min-width: 900px) {
  .food-menu .grid .grid-item {
    width: 33.3333333%;
  }
}
@media (min-width: 480px) {
  .food-menu .grid .base {
    padding: 0 20px;
  }
}
.food-menu .disclaimer {
  text-align: center;
  margin: 0 auto;
  max-width: 600px;
}
.food-menu .disclaimer p {
  margin-bottom: 10px;
}

.blog-hero {
  padding: 80px 0;
  background: #000000;
}
.blog-hero .base {
  border: 1px solid #ffffff;
  padding: 60px 30px 40px;
  position: relative;
  margin: 0 9px;
}
.blog-hero .base::before {
  content: "";
  width: 90px;
  height: 90px;
  background: transparent;
  position: absolute;
  border-top: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  right: auto;
  left: -10px;
  top: -10px;
}
.blog-hero .base::after {
  content: "";
  width: 90px;
  height: 90px;
  background: transparent;
  position: absolute;
  border-bottom: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  left: auto;
  right: -10px;
  bottom: -10px;
}
.blog-hero .base h1 {
  font-family: "Figtree", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #ffffff;
  font-size: 90px;
  text-transform: uppercase;
  font-size: 45px;
  margin-bottom: 30px;
}
@media (min-width: 480px) {
  .blog-hero .base h1 {
    font-size: 50px;
  }
}
@media (min-width: 600px) {
  .blog-hero .base h1 {
    font-size: 60px;
  }
}
@media (min-width: 900px) {
  .blog-hero .base h1 {
    font-size: 70px;
  }
}

.post-index {
  margin: 60px auto 30px;
}

.post-list {
  margin: 0 auto;
}
@media (min-width: 900px) {
  .post-list {
    margin: 0px -15px;
  }
}
.post-list .grid-item {
  width: 100%;
  margin-bottom: 60px;
  opacity: 1;
  width: 100%;
}
@media (min-width: 900px) {
  .post-list .grid-item {
    width: 33.3333333%;
  }
}
.post-list .post {
  max-width: 500px;
  margin: 0 auto;
}
@media (min-width: 900px) {
  .post-list .post {
    margin: 0 15px;
  }
}
.post-list .blog-thumbnail {
  display: block;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  cursor: pointer;
}
.post-list .blog-thumbnail:hover .overlay {
  opacity: 1;
}
.post-list .blog-thumbnail:hover img {
  transform: scale(1.1);
}
.post-list .blog-thumbnail img {
  width: 100%;
  transition: ease-in 0.4s;
}
.post-list .blog-thumbnail .overlay {
  transition: ease-in-out 0.2s;
  opacity: 0;
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(223, 188, 65, 0.9);
  color: #ffffff;
  text-transform: uppercase;
  font-family: "Figtree", serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  font-size: 14px;
  letter-spacing: 0.15em;
}
.post-list .date {
  color: #dfbc41;
  font-family: "Figtree", serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 14px;
  margin: 10px auto;
}
.post-list .post-title {
  display: inline-block;
  margin-bottom: 10px;
  cursor: pointer;
}
.post-list .post-title:hover h2 {
  color: #234e57;
}
.post-list .post-title h2 {
  font-family: "Figtree", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
}
.post-list .excerpt {
  line-height: 1.6;
  margin-bottom: 10px;
}
.post-list .readmore a {
  font-family: "Figtree", serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  color: #dfbc41;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 14px;
  cursor: pointer;
}
.post-list .readmore a:hover {
  color: #234e57;
}

.nav-links {
  padding: 40px 0;
  border-top: 2px solid #f0f0f0;
}
.nav-links a {
  font-family: "Figtree", serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  text-transform: uppercase;
  color: #ffffff;
  background: #dfbc41;
  padding: 12px 5px;
  text-align: center;
  font-size: 12px;
  letter-spacing: 0.15em;
  width: 160px;
  display: inline-block;
}
@media (min-width: 600px) {
  .nav-links a {
    width: 180px;
    font-size: 13px;
  }
}
.nav-links a:hover {
  background: #234e57;
}

.single-post .post-hero {
  padding: 50px 0 0;
  color: #ffffff;
  background: #000000;
  text-align: center;
}
@media (min-width: 900px) {
  .single-post .post-hero {
    padding: 80px 0 0;
  }
}
.single-post .post-hero .date {
  color: #dfbc41;
  margin: 0 auto 10px;
  font-family: "Figtree", serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-size: 14px;
}
.single-post .post-hero h1 {
  font-family: "Noto Serif Display", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 40px;
  margin-bottom: 20px;
  letter-spacing: -0.03em;
  line-height: 1.1;
  font-weight: 300;
  margin-bottom: 60px;
  color: #ffffff;
}
@media (min-width: 480px) {
  .single-post .post-hero h1 {
    font-size: 45px;
  }
}
@media (min-width: 600px) {
  .single-post .post-hero h1 {
    font-size: 50px;
  }
}
@media (min-width: 900px) {
  .single-post .post-hero h1 {
    font-size: 60px;
  }
}
@media (min-width: 1200px) {
  .single-post .post-hero h1 {
    font-size: 70px;
  }
}
.single-post .post-hero .featured-image {
  margin-bottom: 120px;
}
.single-post .post-hero .featured-image img {
  margin-bottom: -60px;
}
.single-post .post {
  margin: 60px auto;
}
.single-post .post .base h2 {
  font-size: 32px;
  margin-bottom: 20px;
  letter-spacing: -0.03em;
  line-height: 1.1;
  font-family: "Figtree", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #234e57;
}
@media (min-width: 600px) {
  .single-post .post .base h2 {
    font-size: 35px;
    margin-bottom: 30px;
  }
}
@media (min-width: 900px) {
  .single-post .post .base h2 {
    font-size: 40px;
  }
}
@media (min-width: 1200px) {
  .single-post .post .base h2 {
    font-size: 50px;
  }
}
@media (min-width: 1400px) {
  .single-post .post .base h2 {
    font-size: 60px;
  }
}
.single-post .post .base h3 {
  color: #234e57;
  font-family: "Figtree", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  margin-bottom: 20px;
  letter-spacing: -0.03em;
  line-height: 1.2;
}
@media (min-width: 600px) {
  .single-post .post .base h3 {
    font-size: 28px;
  }
}
@media (min-width: 900px) {
  .single-post .post .base h3 {
    font-size: 32px;
  }
}
@media (min-width: 1200px) {
  .single-post .post .base h3 {
    font-size: 36px;
  }
}
.single-post .post .base p + h2,
.single-post .post .base p + h3 {
  margin-top: 40px;
}
.single-post .post .addtoany_content {
  margin: 60px auto;
  text-align: center;
}
.single-post .post .addtoany_content .addtoany_header {
  color: #dfbc41;
  margin: 0 auto 10px;
  font-family: "Figtree", serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-size: 14px;
}

/*# sourceMappingURL=base.css.map */
