@import '../fonts/ProximaNova.css';
@import '../fonts/ProximaNovaCond.css';
@import '../fonts/InfiniteStroke.css';
:root {
  --villarica-black: #000;
  --villarica-white: #fff;
  --villarica-gray: #666666;
  --villarica-blue: #0a426a;
  --villarica-yellow: #ffc744;
  --villarica-white-rgb: 255, 255, 255;
  --villarica-black-rgb: 0, 0, 0;
  --villarica-body-color-rgb: 0, 0, 0;
  --villarica-body-bg-rgb: 255, 255, 255;
  --villarica-font-sans-serif: 'Proxima Nova', sans-serif;
  --villarica-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    'Liberation Mono', 'Courier New', monospace;
  --villarica-gradient: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.15),
    rgba(255, 255, 255, 0)
  );
  --villarica-body-font-family: var(--villarica-font-sans-serif);
  --villarica-body-font-size: 1rem;
  --villarica-body-font-weight: 400;
  --villarica-body-line-height: 1.218;
  --villarica-body-color: #000;
  --villarica-body-bg: #fff;
  --villarica-border-width: 1px;
  --villarica-border-style: solid;
  --villarica-border-color: #dee2e6;
  --villarica-border-color-translucent: rgba(0, 0, 0, 0.175);
  --villarica-border-radius: 0.375rem;
  --villarica-border-radius-sm: 0.25rem;
  --villarica-border-radius-lg: 0.5rem;
  --villarica-border-radius-xl: 1rem;
  --villarica-border-radius-2xl: 2rem;
  --villarica-border-radius-pill: 50rem;
  --villarica-link-color: #0a426a;
  --villarica-link-hover-color: #083555;
  --villarica-code-color: #d63384;
  --villarica-highlight-bg: #fff4da;
}
:root {
  --villarica-root-font-size: 13px;
  --villarica-page-max-width: 100%;
  --villarica-container-gutter-x: 5.8rem;
  --villarica-container-offset-x: var(--villarica-container-gutter-x);
  --villarica-container-max-width: calc(
    var(--villarica-page-max-width) - var(--villarica-container-gutter-x)
  );
}
@media (min-width: 1200px) {
  :root {
    --villarica-container-max-width: 1296px;
    --villarica-container-offset-x: calc(
      var(--villarica-page-max-width) - var(--villarica-container-max-width)
    );
  }
}
@media (min-width: 1600px) {
  :root {
    --villarica-container-max-width: 1620px;
  }
}
@media (min-width: 576px) {
  :root {
    --villarica-root-font-size: 15.6px;
  }
}
@media (min-width: 992px) {
  :root {
    --villarica-root-font-size: 20px;
  }
}
@media (min-width: 1200px) {
  :root {
    --villarica-container-gutter-x: 2.8rem;
    --villarica-page-max-width: 1600px;
  }
}
@media (min-width: 1600px) {
  :root {
    --villarica-root-font-size: 25px;
    --villarica-page-max-width: 1920px;
  }
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
body {
  margin: 0;
  font-family: var(--villarica-body-font-family);
  font-size: var(--villarica-body-font-size);
  font-weight: var(--villarica-body-font-weight);
  line-height: var(--villarica-body-line-height);
  color: var(--villarica-body-color);
  text-align: var(--villarica-body-text-align);
  background-color: var(--villarica-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: 1px solid #000;
  opacity: 1;
}
h6,
h5,
h4,
h3,
h2,
h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 700;
  line-height: 1.2;
}
h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1 {
    font-size: 2.5rem;
  }
}
h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2 {
    font-size: 2rem;
  }
}
h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3 {
    font-size: 1.75rem;
  }
}
h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4 {
    font-size: 1.5rem;
  }
}
h5 {
  font-size: 1.25rem;
}
h6 {
  font-size: 1rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
ol,
ul {
  padding-left: 2rem;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
b,
strong {
  font-weight: 700;
}
small {
  font-size: 0.875em;
}
mark {
  padding: 0.1875em;
  background-color: var(--villarica-highlight-bg);
}
sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: var(--villarica-link-color);
  text-decoration: underline;
}
a:hover {
  color: var(--villarica-link-hover-color);
}
a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
pre,
code,
kbd,
samp {
  font-family: var(--villarica-font-monospace);
  font-size: 1em;
}
pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
code {
  font-size: 0.875em;
  color: var(--villarica-code-color);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}
kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--villarica-body-bg);
  background-color: var(--villarica-body-color);
  border-radius: 0.25rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
}
figure {
  margin: 0 0 1rem;
}
img,
svg {
  vertical-align: middle;
}
table {
  caption-side: bottom;
  border-collapse: collapse;
}
caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}
label {
  display: inline-block;
}
button {
  border-radius: 0;
}
button:focus:not(:focus-visible) {
  outline: 0;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
select {
  text-transform: none;
}
[role='button'] {
  cursor: pointer;
}
select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}
[list]:not([type='date']):not([type='datetime-local']):not([type='month']):not(
    [type='week']
  ):not([type='time'])::-webkit-calendar-picker-indicator {
  display: none !important;
}
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type='button']:not(:disabled),
[type='reset']:not(:disabled),
[type='submit']:not(:disabled) {
  cursor: pointer;
}
::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
textarea {
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}
::-webkit-inner-spin-button {
  height: auto;
}
[type='search'] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-color-swatch-wrapper {
  padding: 0;
}
::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
iframe {
  border: 0;
}
summary {
  display: list-item;
  cursor: pointer;
}
progress {
  vertical-align: baseline;
}
[hidden] {
  display: none !important;
}
.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}
.collapse:not(.show) {
  display: none;
}
.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    transition: none;
  }
}
.d-none {
  display: none !important;
}
.d-block {
  display: block !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-inherit {
  display: inherit !important;
}
.d-reset {
  display: initial !important;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
.text-justify {
  text-align: justify !important;
}
.uppercase {
  text-transform: uppercase !important;
}
.lowercase {
  text-transform: lowercase !important;
}
.capitalize {
  text-transform: capitalize !important;
}
.normal-case {
  text-transform: none !important;
}
.italic {
  font-style: italic !important;
}
.not-italic {
  font-style: normal !important;
}
.font-light {
  font-weight: 300 !important;
}
.font-normal {
  font-weight: 400 !important;
}
.font-medium {
  font-weight: 500 !important;
}
.font-semibold {
  font-weight: 600 !important;
}
.font-bold {
  font-weight: 700 !important;
}
.font-extrabold {
  font-weight: 800 !important;
}
.text-black {
  color: #000 !important;
}
.text-white {
  color: #fff !important;
}
.text-gray {
  color: #666 !important;
}
.text-blue {
  color: #0a426a !important;
}
.text-yellow {
  color: #ffc744 !important;
}
.text-body {
  color: #000 !important;
}
.text-inherit {
  color: inherit !important;
}
.bg-black {
  background-color: #000 !important;
}
.bg-white {
  background-color: #fff !important;
}
.bg-gray {
  background-color: #666 !important;
}
.bg-blue {
  background-color: #0a426a !important;
}
.bg-yellow {
  background-color: #ffc744 !important;
}
.m-0 {
  margin: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}
.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}
.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}
.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}
.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}
.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-1 {
  margin-top: 0.25rem !important;
}
.mt-2 {
  margin-top: 0.5rem !important;
}
.mt-3 {
  margin-top: 1rem !important;
}
.mt-4 {
  margin-top: 1.5rem !important;
}
.mt-5 {
  margin-top: 3rem !important;
}
.mt-auto {
  margin-top: auto !important;
}
.mr-0 {
  margin-right: 0 !important;
}
.mr-1 {
  margin-right: 0.25rem !important;
}
.mr-2 {
  margin-right: 0.5rem !important;
}
.mr-3 {
  margin-right: 1rem !important;
}
.mr-4 {
  margin-right: 1.5rem !important;
}
.mr-5 {
  margin-right: 3rem !important;
}
.mr-auto {
  margin-right: auto !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-1 {
  margin-bottom: 0.25rem !important;
}
.mb-2 {
  margin-bottom: 0.5rem !important;
}
.mb-3 {
  margin-bottom: 1rem !important;
}
.mb-4 {
  margin-bottom: 1.5rem !important;
}
.mb-5 {
  margin-bottom: 3rem !important;
}
.mb-auto {
  margin-bottom: auto !important;
}
.ml-0 {
  margin-left: 0 !important;
}
.ml-1 {
  margin-left: 0.25rem !important;
}
.ml-2 {
  margin-left: 0.5rem !important;
}
.ml-3 {
  margin-left: 1rem !important;
}
.ml-4 {
  margin-left: 1.5rem !important;
}
.ml-5 {
  margin-left: 3rem !important;
}
.ml-auto {
  margin-left: auto !important;
}
.m-n1 {
  margin-left: -0.25rem !important;
}
.m-n2 {
  margin-left: -0.5rem !important;
}
.m-n3 {
  margin-left: -1rem !important;
}
.m-n4 {
  margin-left: -1.5rem !important;
}
.m-n5 {
  margin-left: -3rem !important;
}
.mx-n1 {
  margin-right: -0.25rem !important;
  margin-left: -0.25rem !important;
}
.mx-n2 {
  margin-right: -0.5rem !important;
  margin-left: -0.5rem !important;
}
.mx-n3 {
  margin-right: -1rem !important;
  margin-left: -1rem !important;
}
.mx-n4 {
  margin-right: -1.5rem !important;
  margin-left: -1.5rem !important;
}
.mx-n5 {
  margin-right: -3rem !important;
  margin-left: -3rem !important;
}
.my-n1 {
  margin-top: -0.25rem !important;
  margin-bottom: -0.25rem !important;
}
.my-n2 {
  margin-top: -0.5rem !important;
  margin-bottom: -0.5rem !important;
}
.my-n3 {
  margin-top: -1rem !important;
  margin-bottom: -1rem !important;
}
.my-n4 {
  margin-top: -1.5rem !important;
  margin-bottom: -1.5rem !important;
}
.my-n5 {
  margin-top: -3rem !important;
  margin-bottom: -3rem !important;
}
.mt-n1 {
  margin-top: -0.25rem !important;
}
.mt-n2 {
  margin-top: -0.5rem !important;
}
.mt-n3 {
  margin-top: -1rem !important;
}
.mt-n4 {
  margin-top: -1.5rem !important;
}
.mt-n5 {
  margin-top: -3rem !important;
}
.mr-n1 {
  margin-right: -0.25rem !important;
}
.mr-n2 {
  margin-right: -0.5rem !important;
}
.mr-n3 {
  margin-right: -1rem !important;
}
.mr-n4 {
  margin-right: -1.5rem !important;
}
.mr-n5 {
  margin-right: -3rem !important;
}
.mb-n1 {
  margin-bottom: -0.25rem !important;
}
.mb-n2 {
  margin-bottom: -0.5rem !important;
}
.mb-n3 {
  margin-bottom: -1rem !important;
}
.mb-n4 {
  margin-bottom: -1.5rem !important;
}
.mb-n5 {
  margin-bottom: -3rem !important;
}
.ml-n1 {
  margin-left: -0.25rem !important;
}
.ml-n2 {
  margin-left: -0.5rem !important;
}
.ml-n3 {
  margin-left: -1rem !important;
}
.ml-n4 {
  margin-left: -1.5rem !important;
}
.ml-n5 {
  margin-left: -3rem !important;
}
.p-0 {
  padding: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}
.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}
.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}
.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pt-1 {
  padding-top: 0.25rem !important;
}
.pt-2 {
  padding-top: 0.5rem !important;
}
.pt-3 {
  padding-top: 1rem !important;
}
.pt-4 {
  padding-top: 1.5rem !important;
}
.pt-5 {
  padding-top: 3rem !important;
}
.pr-0 {
  padding-right: 0 !important;
}
.pr-1 {
  padding-right: 0.25rem !important;
}
.pr-2 {
  padding-right: 0.5rem !important;
}
.pr-3 {
  padding-right: 1rem !important;
}
.pr-4 {
  padding-right: 1.5rem !important;
}
.pr-5 {
  padding-right: 3rem !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pb-1 {
  padding-bottom: 0.25rem !important;
}
.pb-2 {
  padding-bottom: 0.5rem !important;
}
.pb-3 {
  padding-bottom: 1rem !important;
}
.pb-4 {
  padding-bottom: 1.5rem !important;
}
.pb-5 {
  padding-bottom: 3rem !important;
}
.pl-0 {
  padding-left: 0 !important;
}
.pl-1 {
  padding-left: 0.25rem !important;
}
.pl-2 {
  padding-left: 0.5rem !important;
}
.pl-3 {
  padding-left: 1rem !important;
}
.pl-4 {
  padding-left: 1.5rem !important;
}
.pl-5 {
  padding-left: 3rem !important;
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-inherit {
    display: inherit !important;
  }
  .d-sm-reset {
    display: initial !important;
  }
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
  .text-sm-justify {
    text-align: justify !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-0 {
    margin-right: 0 !important;
  }
  .mr-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mr-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mr-sm-3 {
    margin-right: 1rem !important;
  }
  .mr-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mr-sm-5 {
    margin-right: 3rem !important;
  }
  .mr-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-0 {
    margin-left: 0 !important;
  }
  .ml-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ml-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ml-sm-3 {
    margin-left: 1rem !important;
  }
  .ml-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ml-sm-5 {
    margin-left: 3rem !important;
  }
  .ml-sm-auto {
    margin-left: auto !important;
  }
  .m-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin-left: -3rem !important;
  }
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-sm-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-sm-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .my-sm-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-sm-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-sm-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-sm-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-sm-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .mt-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-sm-n3 {
    margin-top: -1rem !important;
  }
  .mt-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mt-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mr-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mr-sm-n3 {
    margin-right: -1rem !important;
  }
  .mr-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mr-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .mb-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .mb-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .ml-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .ml-sm-n3 {
    margin-left: -1rem !important;
  }
  .ml-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .ml-sm-n5 {
    margin-left: -3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-0 {
    padding-right: 0 !important;
  }
  .pr-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pr-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pr-sm-3 {
    padding-right: 1rem !important;
  }
  .pr-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pr-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-0 {
    padding-left: 0 !important;
  }
  .pl-sm-1 {
    padding-left: 0.25rem !important;
  }
  .pl-sm-2 {
    padding-left: 0.5rem !important;
  }
  .pl-sm-3 {
    padding-left: 1rem !important;
  }
  .pl-sm-4 {
    padding-left: 1.5rem !important;
  }
  .pl-sm-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-inherit {
    display: inherit !important;
  }
  .d-md-reset {
    display: initial !important;
  }
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
  .text-md-justify {
    text-align: justify !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .mr-md-0 {
    margin-right: 0 !important;
  }
  .mr-md-1 {
    margin-right: 0.25rem !important;
  }
  .mr-md-2 {
    margin-right: 0.5rem !important;
  }
  .mr-md-3 {
    margin-right: 1rem !important;
  }
  .mr-md-4 {
    margin-right: 1.5rem !important;
  }
  .mr-md-5 {
    margin-right: 3rem !important;
  }
  .mr-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-0 {
    margin-left: 0 !important;
  }
  .ml-md-1 {
    margin-left: 0.25rem !important;
  }
  .ml-md-2 {
    margin-left: 0.5rem !important;
  }
  .ml-md-3 {
    margin-left: 1rem !important;
  }
  .ml-md-4 {
    margin-left: 1.5rem !important;
  }
  .ml-md-5 {
    margin-left: 3rem !important;
  }
  .ml-md-auto {
    margin-left: auto !important;
  }
  .m-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin-left: -3rem !important;
  }
  .mx-md-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-md-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-md-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-md-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-md-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .my-md-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-md-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-md-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-md-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-md-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .mt-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-md-n3 {
    margin-top: -1rem !important;
  }
  .mt-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mt-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mr-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mr-md-n3 {
    margin-right: -1rem !important;
  }
  .mr-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mr-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-md-n3 {
    margin-bottom: -1rem !important;
  }
  .mb-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .mb-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n1 {
    margin-left: -0.25rem !important;
  }
  .ml-md-n2 {
    margin-left: -0.5rem !important;
  }
  .ml-md-n3 {
    margin-left: -1rem !important;
  }
  .ml-md-n4 {
    margin-left: -1.5rem !important;
  }
  .ml-md-n5 {
    margin-left: -3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-0 {
    padding-right: 0 !important;
  }
  .pr-md-1 {
    padding-right: 0.25rem !important;
  }
  .pr-md-2 {
    padding-right: 0.5rem !important;
  }
  .pr-md-3 {
    padding-right: 1rem !important;
  }
  .pr-md-4 {
    padding-right: 1.5rem !important;
  }
  .pr-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-0 {
    padding-left: 0 !important;
  }
  .pl-md-1 {
    padding-left: 0.25rem !important;
  }
  .pl-md-2 {
    padding-left: 0.5rem !important;
  }
  .pl-md-3 {
    padding-left: 1rem !important;
  }
  .pl-md-4 {
    padding-left: 1.5rem !important;
  }
  .pl-md-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-inherit {
    display: inherit !important;
  }
  .d-lg-reset {
    display: initial !important;
  }
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
  .text-lg-justify {
    text-align: justify !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-0 {
    margin-right: 0 !important;
  }
  .mr-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mr-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mr-lg-3 {
    margin-right: 1rem !important;
  }
  .mr-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mr-lg-5 {
    margin-right: 3rem !important;
  }
  .mr-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-0 {
    margin-left: 0 !important;
  }
  .ml-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ml-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ml-lg-3 {
    margin-left: 1rem !important;
  }
  .ml-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ml-lg-5 {
    margin-left: 3rem !important;
  }
  .ml-lg-auto {
    margin-left: auto !important;
  }
  .m-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin-left: -3rem !important;
  }
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-lg-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-lg-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .my-lg-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-lg-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-lg-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-lg-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-lg-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .mt-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-lg-n3 {
    margin-top: -1rem !important;
  }
  .mt-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mt-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mr-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mr-lg-n3 {
    margin-right: -1rem !important;
  }
  .mr-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mr-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .mb-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .mb-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .ml-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .ml-lg-n3 {
    margin-left: -1rem !important;
  }
  .ml-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .ml-lg-n5 {
    margin-left: -3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-0 {
    padding-right: 0 !important;
  }
  .pr-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pr-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pr-lg-3 {
    padding-right: 1rem !important;
  }
  .pr-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pr-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-0 {
    padding-left: 0 !important;
  }
  .pl-lg-1 {
    padding-left: 0.25rem !important;
  }
  .pl-lg-2 {
    padding-left: 0.5rem !important;
  }
  .pl-lg-3 {
    padding-left: 1rem !important;
  }
  .pl-lg-4 {
    padding-left: 1.5rem !important;
  }
  .pl-lg-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-inherit {
    display: inherit !important;
  }
  .d-xl-reset {
    display: initial !important;
  }
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
  .text-xl-justify {
    text-align: justify !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-0 {
    margin-right: 0 !important;
  }
  .mr-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mr-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mr-xl-3 {
    margin-right: 1rem !important;
  }
  .mr-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mr-xl-5 {
    margin-right: 3rem !important;
  }
  .mr-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-0 {
    margin-left: 0 !important;
  }
  .ml-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ml-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ml-xl-3 {
    margin-left: 1rem !important;
  }
  .ml-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ml-xl-5 {
    margin-left: 3rem !important;
  }
  .ml-xl-auto {
    margin-left: auto !important;
  }
  .m-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin-left: -3rem !important;
  }
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-xl-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-xl-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .my-xl-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-xl-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-xl-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-xl-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-xl-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .mt-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-xl-n3 {
    margin-top: -1rem !important;
  }
  .mt-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mt-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mr-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mr-xl-n3 {
    margin-right: -1rem !important;
  }
  .mr-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mr-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .mb-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .mb-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .ml-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .ml-xl-n3 {
    margin-left: -1rem !important;
  }
  .ml-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .ml-xl-n5 {
    margin-left: -3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-0 {
    padding-right: 0 !important;
  }
  .pr-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pr-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pr-xl-3 {
    padding-right: 1rem !important;
  }
  .pr-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pr-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-0 {
    padding-left: 0 !important;
  }
  .pl-xl-1 {
    padding-left: 0.25rem !important;
  }
  .pl-xl-2 {
    padding-left: 0.5rem !important;
  }
  .pl-xl-3 {
    padding-left: 1rem !important;
  }
  .pl-xl-4 {
    padding-left: 1.5rem !important;
  }
  .pl-xl-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 1600px) {
  .d-xxl-none {
    display: none !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-inherit {
    display: inherit !important;
  }
  .d-xxl-reset {
    display: initial !important;
  }
  .text-xxl-left {
    text-align: left !important;
  }
  .text-xxl-right {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
  .text-xxl-justify {
    text-align: justify !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .mr-xxl-0 {
    margin-right: 0 !important;
  }
  .mr-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .mr-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .mr-xxl-3 {
    margin-right: 1rem !important;
  }
  .mr-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .mr-xxl-5 {
    margin-right: 3rem !important;
  }
  .mr-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ml-xxl-0 {
    margin-left: 0 !important;
  }
  .ml-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ml-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ml-xxl-3 {
    margin-left: 1rem !important;
  }
  .ml-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ml-xxl-5 {
    margin-left: 3rem !important;
  }
  .ml-xxl-auto {
    margin-left: auto !important;
  }
  .m-xxl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xxl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xxl-n3 {
    margin-left: -1rem !important;
  }
  .m-xxl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xxl-n5 {
    margin-left: -3rem !important;
  }
  .mx-xxl-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-xxl-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-xxl-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-xxl-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-xxl-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .my-xxl-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-xxl-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-xxl-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-xxl-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-xxl-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .mt-xxl-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-xxl-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-xxl-n3 {
    margin-top: -1rem !important;
  }
  .mt-xxl-n4 {
    margin-top: -1.5rem !important;
  }
  .mt-xxl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xxl-n1 {
    margin-right: -0.25rem !important;
  }
  .mr-xxl-n2 {
    margin-right: -0.5rem !important;
  }
  .mr-xxl-n3 {
    margin-right: -1rem !important;
  }
  .mr-xxl-n4 {
    margin-right: -1.5rem !important;
  }
  .mr-xxl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xxl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-xxl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-xxl-n3 {
    margin-bottom: -1rem !important;
  }
  .mb-xxl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .mb-xxl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xxl-n1 {
    margin-left: -0.25rem !important;
  }
  .ml-xxl-n2 {
    margin-left: -0.5rem !important;
  }
  .ml-xxl-n3 {
    margin-left: -1rem !important;
  }
  .ml-xxl-n4 {
    margin-left: -1.5rem !important;
  }
  .ml-xxl-n5 {
    margin-left: -3rem !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pr-xxl-0 {
    padding-right: 0 !important;
  }
  .pr-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pr-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pr-xxl-3 {
    padding-right: 1rem !important;
  }
  .pr-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pr-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xxl-0 {
    padding-left: 0 !important;
  }
  .pl-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .pl-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .pl-xxl-3 {
    padding-left: 1rem !important;
  }
  .pl-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .pl-xxl-5 {
    padding-left: 3rem !important;
  }
}
html {
  font-size: var(--villarica-root-font-size);
}
.site {
  overflow: clip;
}
.clearfix::before,
.clearfix::after {
  content: '';
  display: table;
}
.clearfix::after {
  clear: both;
}
.container,
.container-fluid {
  --villarica-gutter-x: var(--villarica-container-gutter-x);
  --villarica-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--villarica-gutter-x) * 0.5);
  padding-left: calc(var(--villarica-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}
.container {
  max-width: calc(
    var(--villarica-container-max-width) + var(--villarica-container-gutter-x)
  );
}
.menu {
  padding-left: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu {
  display: flex;
}
.menu a {
  display: block;
  text-decoration: none;
  color: inherit;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.logo {
  display: block;
  position: relative;
  color: #0a426a !important;
  text-decoration: none !important;
  font-size: 2.56rem;
  width: 6.25em;
  padding-left: 1.5625em;
  padding-top: 0.46875em;
}
.logo > * {
  display: block;
  line-height: 1;
}
.logo strong {
  width: 4.125em;
  height: 0;
  padding-top: 2.03125em;
  line-height: 2;
  background: url('../images/logo.png') center/contain no-repeat;
  overflow: hidden;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx) {
  .logo strong {
    background-image: url('../images/logo@2x.png');
  }
}
.logo span {
  font-family: 'Infinite Stroke', cursive;
  font-weight: 400;
  transform: rotate(-1.97deg);
  position: absolute;
  left: 0;
  top: 0;
}
.logo small {
  font-family: 'Proxima Nova Condensed', sans-serif;
  font-weight: 800;
  font-size: 0.46875em;
  transform: rotate(-2.16deg);
  position: absolute;
  right: 0;
  top: 0;
}
.appbar {
  font-family: 'Proxima Nova Condensed', sans-serif;
  background-color: #fff;
  position: relative;
}
@media (min-width: 1200px) {
  .appbar {
    display: none !important;
  }
}
.appbar::before {
  content: '';
  display: block;
  padding-top: 5%;
  background-color: #fff;
  transform: skewY(-2.78deg);
  transform-origin: 0;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
}
.appbar .appbar-inner {
  padding-top: 2.3076923077rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.appbar .appbar-inner > * {
  flex-shrink: 0;
}
.appbar .appbar-logo {
  flex-grow: 1;
  margin: 0;
  padding-top: 1rem;
}
.appbar .logo {
  margin: auto;
  font-size: 2.7692307692rem;
}
.appbar .logo span {
  top: -0.05em;
  left: 0.1em;
}
.appbar .logo small {
  font-size: 0.4166666667em;
  top: 0.6em;
  right: 0.2em;
}
.appbar .social {
  padding-left: 0;
  list-style: none;
  margin: 0;
  order: -1;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-left: -0.7692307692rem;
}
.appbar .social a {
  display: block;
  width: 3.1538461538rem;
  height: 0;
  padding-top: 3.1538461538rem;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  overflow: hidden;
}
.appbar .social a.facebook {
  background-image: url('../images/icon-facebook-mobile.png');
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx) {
  .appbar .social a.facebook {
    background-image: url('../images/icon-facebook-mobile@2x.png');
  }
}
.appbar .social a.instagram {
  background-image: url('../images/icon-instagram-mobile.png');
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx) {
  .appbar .social a.instagram {
    background-image: url('../images/icon-instagram-mobile@2x.png');
  }
}
.appbar .menu-toggler {
  align-self: flex-start;
  width: 3.6923076923rem;
  height: 3.6923076923rem;
  margin-top: -0.6153846154rem;
  margin-right: -0.6153846154rem;
  padding: 0;
  border: 0;
  background-color: rgba(0, 0, 0, 0);
}
.appbar .menu-toggler .bars {
  display: block;
  width: 2.9230769231rem;
  height: 0.2307692308rem;
  margin: auto;
  background-color: #0a426a;
  border-radius: 0.2307692308rem;
  position: relative;
}
.appbar .menu-toggler .bars::before,
.appbar .menu-toggler .bars::after {
  content: '';
  display: block;
  height: 0.2307692308rem;
  margin: 0.5384615385rem 0;
  background-color: #0a426a;
  border-radius: 0.2307692308rem;
  position: absolute;
  left: 0;
  right: 0;
}
.appbar .menu-toggler .bars::before {
  bottom: 100%;
}
.appbar .menu-toggler .bars::after {
  top: 100%;
}
.appbar .appbar-menu {
  display: none;
  font-size: 2.4615384615rem;
  font-weight: 700;
  line-height: 1.25;
  color: #fff;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 9;
}
.appbar .appbar-menu::before {
  content: '';
  display: block;
  padding-top: 5%;
}
.appbar .appbar-menu::after {
  content: '';
  background-color: #0a426a;
  transform: skewY(-2.78deg);
  transform-origin: 100%;
  position: absolute;
  inset: 0;
}
.appbar .appbar-menu .menu {
  flex-direction: column;
  position: relative;
  top: 0.2em;
  z-index: 1;
}
.appbar .menu-wrapper {
  position: relative;
}
.appbar .menu-closer {
  width: 2.1538461538rem;
  height: 0;
  padding-top: 2.1538461538rem;
  border: 0;
  background-color: rgba(0, 0, 0, 0);
  overflow: hidden;
  position: absolute;
  top: -0.3846153846rem;
  right: 0;
  z-index: 2;
}
.appbar .menu-closer::before,
.appbar .menu-closer::after {
  content: '';
  display: block;
  width: 1.8461538462rem;
  height: 0.3076923077rem;
  border-radius: 0.0769230769rem;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
}
.appbar .menu-closer::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.appbar .menu-closer::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.site-header {
  display: none;
  padding-top: 1.2rem;
  padding-bottom: 0.6rem;
  font-family: 'Proxima Nova Condensed', sans-serif;
}
@media (min-width: 1200px) {
  .site-header {
    display: block;
  }
}
.site-header .header-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  color: #0a426a;
}
.site-header .header-inner .logo-wrapper {
  margin-bottom: 0.2rem;
}
.site-header .header-inner .beside-logo {
  flex-basis: 44.8rem;
  max-width: 63.0985915493%;
}
.site-header .header-inner .contact {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0.6rem;
  display: flex;
  justify-content: flex-end;
  gap: 2.0454545455em;
  font-size: 0.88rem;
}
.site-header .header-inner .contact .phone {
  font-weight: 800;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.6818181818em;
}
.site-header .header-inner .contact .phone::before {
  content: '';
  display: block;
  width: 1.3636363636em;
  aspect-ratio: 1;
  background: url('../images/icon-phone.png') center/contain no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx) {
  .site-header .header-inner .contact .phone::before {
    background-image: url('../images/icon-phone@2x.png');
  }
}
.site-header .header-inner .secondary-menu {
  margin-bottom: 0.72rem;
  font-size: 0.96rem;
  font-weight: 800;
  max-width: calc(50% + 3.9166666667em);
}
.site-header .header-inner .secondary-menu .menu {
  justify-content: space-between;
}
.site-header .header-inner .primary-menu {
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 800;
  text-align: center;
}
.site-header .header-inner .primary-menu .menu li {
  flex: 0 0 25%;
}
.site-header .header-inner .primary-menu .menu li:nth-child(odd) {
  color: #0a426a;
  background-color: #ffc744;
}
.site-header .header-inner .primary-menu .menu li:nth-child(even) {
  color: #ffc744;
  background-color: #0a426a;
}
.site-header .header-inner .primary-menu .menu li a {
  padding: 0.32rem;
}
.site-content img {
  max-width: 100%;
}
.site-content a {
  font-weight: 700;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.1em;
  overflow-wrap: break-word;
}
.site-content a > * {
  text-decoration: inherit;
}
.site-content .text-lg {
  font-size: 1.12em;
}
.site-content .text-xl {
  font-size: 1.44em;
}
.site-content .content-header {
  margin-bottom: 1rem;
  text-align: center;
  position: relative;
}
@media (min-width: 1200px) {
  .site-content .content-header {
    margin-bottom: 2rem;
  }
}
.site-content .content-header::after {
  content: '';
  display: block;
  padding-top: 5%;
}
.site-content .content-header .feat-image {
  display: none;
  aspect-ratio: 1920/866;
  background-color: #0a426a;
  position: relative;
}
@media (min-width: 1200px) {
  .site-content .content-header .feat-image {
    display: block;
  }
}
.site-content .content-header .feat-image::before {
  content: '';
  display: block;
  width: 11.875%;
  aspect-ratio: 1/2;
  background-image: linear-gradient(
      to bottom,
      #fff 25%,
      transparent 25%,
      transparent 50%,
      #ffc744 50%,
      #ffc744 75%,
      transparent 75%
    ),
    linear-gradient(
      to bottom,
      transparent 25%,
      #fff 25%,
      #fff 50%,
      transparent 50%,
      transparent 75%,
      #ffc744 75%
    );
  background-size: 50% 100%;
  background-position: 0 0, 100% 0;
  background-repeat: no-repeat;
  opacity: 50%;
  transform: translateY(-50%) rotate(-4.98deg);
  position: absolute;
  top: 47%;
  left: 3.90625%;
}
.site-content .content-header .feat-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (min-width: 1200px) {
  .site-content .content-header .headings {
    position: absolute;
    inset: 0;
    top: auto;
  }
  .site-content .content-header .headings > * {
    transform-origin: 0 0 !important;
  }
  .site-content .content-header .headings::before {
    content: '';
    background: linear-gradient(to bottom, #ffffff 2.85%, #737373 96.9%);
    transform: rotate(-2.78deg);
    transform-origin: 0 0;
    mix-blend-mode: multiply;
    position: absolute;
    top: 15%;
    left: -5%;
    right: -5%;
    bottom: 10%;
  }
}
.site-content .content-header .headings > * {
  transform: rotate(-2.78deg);
  transform-origin: 100%;
}
.site-content .content-header .headings .title-wrapper {
  padding-top: 1.0769230769rem;
  padding-bottom: 1.0769230769rem;
  display: flex;
  justify-content: center;
}
@media (min-width: 1200px) {
  .site-content .content-header .headings .title-wrapper {
    padding-bottom: 2rem;
  }
}
.site-content .content-header .headings .title-wrapper::before {
  content: '';
  background-color: #0a426a;
  transform: skewX(-2.78deg);
  position: absolute;
  inset: 0 -1px;
}
@media (min-width: 1200px) {
  .site-content .content-header .headings .title-wrapper::before {
    display: none;
  }
}
.site-content .content-header .headings .title {
  margin: 0;
  font-family: 'Infinite Stroke', cursive;
  font-size: 4.2307692308rem;
  line-height: 1.2727272727;
  font-weight: 400;
  text-shadow: 0 0.3076923077rem 0.3076923077rem #000;
  color: #ffc744;
  position: relative;
}
@media (min-width: 1200px) {
  .site-content .content-header .headings .title {
    font-size: 8rem;
    line-height: 1.1;
    text-shadow: 0 0.16rem 0.16rem #000;
  }
}
.site-content .content-header .headings .subtitle-wrapper {
  padding-top: 0.3076923077rem;
  padding-bottom: 0.5384615385rem;
  padding-left: calc(var(--villarica-container-gutter-x) * 0.25);
  padding-right: calc(var(--villarica-container-gutter-x) * 0.25);
  position: relative;
}
@media (min-width: 1200px) {
  .site-content .content-header .headings .subtitle-wrapper {
    padding-top: 0.36rem;
    padding-bottom: 0.48rem;
  }
}
.site-content .content-header .headings .subtitle-wrapper::before {
  content: '';
  background-color: #ffc744;
  transform: skewX(-2.78deg);
  position: absolute;
  inset: -1px;
  bottom: 0;
}
.site-content .content-header .headings .subtitle {
  margin: 0;
  font-size: 1.5384615385rem;
  line-height: 1.25;
  font-weight: 800;
  text-shadow: 0 0.3076923077rem 0.3076923077rem #000;
  color: #fff;
  position: relative;
}
@media (min-width: 1200px) {
  .site-content .content-header .headings .subtitle {
    font-size: 2.4rem;
    line-height: 1.1666666667;
    text-shadow: none;
    color: #0a426a;
  }
}
.site-content .content-section .text-wrapper {
  margin: 0 auto;
}
.site-content .content-section .section-head {
  margin-bottom: 1rem;
}
.site-content .content-section .section-head::after {
  content: '';
  display: block;
  padding-top: 5%;
}
.site-content .content-section .section-head .caption {
  margin-bottom: 0;
  padding-top: 0.05em;
  padding-bottom: 0.1em;
  font-size: 1.5384615385rem;
  font-weight: 800;
  line-height: 1.1;
  position: relative;
  text-align: center;
  color: #ffc744;
  transform: rotate(-2.78deg);
  transform-origin: 100%;
  z-index: 1;
}
@media (min-width: 1200px) {
  .site-content .content-section .section-head .caption {
    padding-top: 0.24rem;
    padding-bottom: 0.36rem;
    font-size: 2.56rem;
    line-height: 1.1875;
  }
}
.site-content .content-section .section-head .caption::before {
  content: '';
  background-color: #0a426a;
  transform: skewX(-2.78deg);
  position: absolute;
  inset: 0 -1px;
  z-index: -1;
}
.site-content .content-section .section-head .cover-image {
  margin-top: -2px;
  transform: skewY(-2.78deg);
  transform-origin: 100%;
  overflow: hidden;
}
.site-content .content-section .section-head .cover-image img {
  width: 100%;
  transform: skewY(2.78deg);
  transform-origin: 100%;
}
.site-content .content-section .section-head:has(> .cover-image) {
  margin-bottom: 1.5rem;
}
.site-content .content-section .section-head:has(> .cover-image)::after {
  display: none;
}
.site-content .content-section .section-head.alt .caption {
  color: #0a426a;
}
.site-content .content-section .section-head.alt .caption::before {
  background-color: #ffc744;
}
.site-content .btn-more {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 3rem;
  margin: 1rem auto;
  font-size: 0.96rem;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
}
.site-content .btn-more::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  margin-top: 0.32rem;
  border: 0 solid rgba(0, 0, 0, 0);
  border-width: 0.72rem 0.48rem 0;
  border-top-color: #0a426a;
}
.site-footer {
  padding: 1rem 0;
  font-family: 'Proxima Nova Condensed', sans-serif;
  color: #0a426a;
}
.site-footer .footer-nav {
  display: none;
  padding-top: 1.68rem;
  font-size: 1.12rem;
  font-weight: 700;
  border-top: 1px solid #000;
}
@media (min-width: 1200px) {
  .site-footer .footer-nav {
    display: block;
  }
}
.site-footer .footer-nav .menu {
  justify-content: space-around;
  align-items: center;
}
.site-footer .footer-nav .menu > li {
  display: contents;
}
.site-footer .footer-nav .menu > li:not(:first-child)::before {
  content: '';
  height: 1.6rem;
  border-left: 1px solid #000;
}
.site-footer .footer-info {
  position: relative;
}
.site-footer .logo {
  display: none;
  margin: 1.1458333333em auto 0.7291666667em;
  padding-top: 0.75em;
  font-size: 1.92rem;
}
.site-footer .logo span {
  left: -0.15em;
}
.site-footer .logo small {
  font-size: 0.4583333333em;
  top: 1em;
  right: -0.25em;
}
@media (min-width: 1200px) {
  .site-footer .logo {
    display: block;
  }
}
.site-footer .social {
  padding-left: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 0.8461538462em;
  column-gap: 0.8461538462em;
}
@media (min-width: 1200px) {
  .site-footer .social {
    width: 14rem;
    height: 2rem;
    position: absolute;
    left: 1rem;
    top: 50%;
  }
}
.site-footer .social a {
  display: block;
  width: 2rem;
  height: 0;
  padding-top: 1.7692307692rem;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .site-footer .social a {
    width: 1.16rem;
    padding-top: 1.04rem;
  }
}
.site-footer .social a.facebook {
  background-image: url('../images/icon-facebook.png');
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx) {
  .site-footer .social a.facebook {
    background-image: url('../images/icon-facebook@2x.png');
  }
}
.site-footer .social a.instagram {
  background-image: url('../images/icon-instagram.png');
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx) {
  .site-footer .social a.instagram {
    background-image: url('../images/icon-instagram@2x.png');
  }
}
.site-footer .contact {
  padding-left: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.site-footer .contact .address {
  font-size: 1rem;
}
.site-footer .contact .phone {
  font-size: 1.6923076923rem;
}
@media (max-width: 1199.98px) {
  .site-footer .contact .phone {
    order: -1;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.25em;
  }
  .site-footer .contact .phone::before {
    content: '';
    display: block;
    width: 0.9090909091em;
    aspect-ratio: 1;
    background: url('../images/icon-phone.png') center/contain no-repeat;
    position: relative;
  }
}
@media only screen and (max-width: 1199.98px) and (-webkit-min-device-pixel-ratio: 2),
  only screen and (max-width: 1199.98px) and (min-resolution: 192dpi),
  only screen and (max-width: 1199.98px) and (min-resolution: 2dppx) {
  .site-footer .contact .phone::before {
    background-image: url('../images/icon-phone@2x.png');
  }
}
@media (min-width: 1200px) {
  .site-footer .contact {
    flex-direction: row;
    font-size: 0.88rem;
  }
  .site-footer .contact li {
    font-size: inherit !important;
  }
  .site-footer .contact li:not(:first-child)::before {
    content: ' • ';
  }
}
.site-footer .contact a {
  text-decoration: none;
  color: inherit;
}
.site-footer .copyright {
  font-size: 0.7692307692rem;
  text-align: center;
}
@media (min-width: 1200px) {
  .site-footer .copyright {
    font-size: 0.88rem;
  }
}
.site-footer .powered {
  font-size: 0.7692307692rem;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #000;
}
@media (min-width: 1200px) {
  .site-footer .powered {
    flex-direction: row;
    -moz-column-gap: 0.25em;
    column-gap: 0.25em;
    font-size: 0.8rem;
    width: 14rem;
    height: 2rem;
    position: absolute;
    right: 1rem;
    top: 50%;
  }
}
.site-footer .powered a {
  width: 7rem;
  font: 0/0 a;
  color: rgba(0, 0, 0, 0);
  text-shadow: none;
  border: 0;
  background: url('../images/365dtm-logo.png') center/contain no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx) {
  .site-footer .powered a {
    background-image: url('../images/365dtm-logo@2x.png');
  }
}
.site-footer .powered a::before {
  content: '';
  display: block;
  padding-top: 21.978021978%;
}
@media (min-width: 1200px) {
  .site-footer .powered a {
    width: 7.52rem;
  }
  .site-footer .powered a::before {
    padding-top: 21.2765957447%;
  }
}
@media (min-width: 1200px) {
  .page-things-to-do .content-header {
    margin-bottom: 1.5rem;
  }
}
.page-things-to-do .section-1 .text-wrapper {
  max-width: 39.2rem;
}
@media (min-width: 1200px) {
  .page-things-to-do .section-2 {
    --villarica-container-max-width: 1211px;
    --villarica-container-offset-x: calc(
      var(--villarica-page-max-width) - var(--villarica-container-max-width)
    );
  }
}
@media (min-width: 1600px) {
  .page-things-to-do .section-2 {
    --villarica-container-max-width: 1514px;
  }
}
@media (max-width: 1199.98px) {
  .page-things-to-do .section-2 .section-head {
    margin-bottom: 0 !important;
  }
}
@media (min-width: 1200px) {
  .page-things-to-do .section-2 .section-head::after {
    display: block !important;
  }
  .page-things-to-do .section-2 .section-head .cover-image {
    display: none;
  }
}
.page-things-to-do .section-2 .row > *:first-child {
  margin: 0 calc(var(--villarica-container-gutter-x) * -0.5);
  padding: 1rem calc(var(--villarica-container-gutter-x) * 0.5);
  background-color: rgba(10, 66, 106, 0.15);
}
@media (min-width: 1200px) {
  .page-things-to-do .section-2 .row > *:first-child {
    margin-left: 0;
    margin-right: 0;
    padding-left: 1.4rem;
    padding-right: 1.4rem;
  }
}
.page-things-to-do .section-2 .row > *:first-child .img-wrapper {
  display: none;
}
@media (min-width: 1200px) {
  .page-things-to-do .section-2 .row > *:first-child .img-wrapper {
    display: block;
    margin-bottom: 1.25rem;
  }
}
.page-things-to-do .section-2 .row > *:last-child {
  padding-top: 2rem;
}
.page-things-to-do .section-2 .row > *:last-child .img-wrapper {
  float: right;
  width: 9.3076923077rem;
  margin-left: 0.5rem;
}
@media (min-width: 1200px) {
  .page-things-to-do .section-2 .row > *:last-child .img-wrapper {
    float: none;
    width: 19.6rem;
    margin: 0.5rem auto;
  }
}
@media (min-width: 1200px) {
  .page-things-to-do .section-2 .row > *:last-child {
    display: flex;
    flex-direction: column;
  }
  .page-things-to-do .section-2 .row > *:last-child .first-text {
    order: -1;
  }
}
@media (min-width: 1200px) {
  .page-things-to-do .section-2 .row {
    display: flex;
    justify-content: space-between;
  }
  .page-things-to-do .section-2 .row > * {
    flex: 0 0 41.9418758256%;
  }
  .page-things-to-do .section-2 .row > *:first-child {
    flex-basis: 50.6605019815%;
  }
}
.page-things-to-do .section-3 .text-wrapper {
  max-width: 41.08rem;
}
@media (min-width: 1200px) {
  .page-things-to-do .section-4 {
    --villarica-container-max-width: 1190px;
    --villarica-container-offset-x: calc(
      var(--villarica-page-max-width) - var(--villarica-container-max-width)
    );
  }
}
@media (min-width: 1600px) {
  .page-things-to-do .section-4 {
    --villarica-container-max-width: 1487px;
  }
}
.page-things-to-do .section-4 .row > *:last-child {
  margin: 0 calc(var(--villarica-container-gutter-x) * -0.5);
  padding: 1rem calc(var(--villarica-container-gutter-x) * 0.5);
  background-color: rgba(255, 199, 68, 0.16);
}
@media (min-width: 1200px) {
  .page-things-to-do .section-4 .row > *:last-child {
    margin: 0;
    padding: 0;
    background-color: rgba(0, 0, 0, 0);
  }
}
@media (min-width: 1200px) {
  .page-things-to-do .section-4 .row {
    display: flex;
    justify-content: space-between;
  }
  .page-things-to-do .section-4 .row > * {
    flex: 0 0 46.8056489576%;
  }
  .page-things-to-do .section-4 .row > *:first-child {
    flex-basis: 44.0484196369%;
  }
}
.page-things-to-do .section-4 ul {
  padding-left: 1.5em;
}
@media (min-width: 1200px) {
  .page-things-to-do .section-5 {
    --villarica-container-max-width: 1194px;
    --villarica-container-offset-x: calc(
      var(--villarica-page-max-width) - var(--villarica-container-max-width)
    );
  }
}
@media (min-width: 1600px) {
  .page-things-to-do .section-5 {
    --villarica-container-max-width: 1493px;
  }
}
@media (max-width: 1199.98px) {
  .page-things-to-do .section-5 .section-head {
    background-color: rgba(255, 199, 68, 0.16);
  }
}
@media (min-width: 1200px) {
  .page-things-to-do .section-5 .row {
    display: flex;
    justify-content: space-between;
  }
  .page-things-to-do .section-5 .row > * {
    flex: 0 0 46.6175485599%;
  }
}
@media (min-width: 1200px) {
  .page-things-to-do .section-6 {
    --villarica-container-max-width: 1191px;
    --villarica-container-offset-x: calc(
      var(--villarica-page-max-width) - var(--villarica-container-max-width)
    );
  }
}
@media (min-width: 1600px) {
  .page-things-to-do .section-6 {
    --villarica-container-max-width: 1489px;
  }
}
.page-things-to-do .section-6 .place-list {
  padding-left: 0;
  list-style: none;
  margin: 0;
}
.page-things-to-do .section-6 .place-list > * {
  margin-bottom: 1rem;
}
.page-things-to-do .section-6 .place-list > * > * {
  margin: 0;
}
.page-things-to-do .section-6 .place-wrapper {
  display: flex;
  justify-content: space-between;
}
.page-things-to-do .section-6 .place-wrapper > * {
  flex: 0 0 calc(50% - 0.5769230769rem);
}
@media (min-width: 1200px) {
  .page-things-to-do .section-6 .place-wrapper > * {
    flex-basis: 46.7427803895%;
  }
}
.page-things-to-do .section-7 {
  padding-bottom: 2.4rem;
}
@media (min-width: 1200px) {
  .page-things-to-do .section-7 {
    --villarica-container-max-width: 1196px;
    --villarica-container-offset-x: calc(
      var(--villarica-page-max-width) - var(--villarica-container-max-width)
    );
  }
}
@media (min-width: 1600px) {
  .page-things-to-do .section-7 {
    --villarica-container-max-width: 1495px;
  }
}
.page-things-to-do .section-7 .place-list {
  padding-left: 0;
  list-style: none;
  margin: 0;
}
.page-things-to-do .section-7 .place-list > * {
  margin-bottom: 1rem;
}
.page-things-to-do .section-7 .place-list > * > * {
  margin: 0;
}
.page-things-to-do .section-7 .place-wrapper {
  padding-top: 0.5rem;
}
@media (min-width: 992px) {
  .page-things-to-do .section-7 .place-wrapper {
    padding-top: 2rem;
    display: flex;
    justify-content: space-between;
  }
  .page-things-to-do .section-7 .place-wrapper > * {
    flex: 0 0 46.5551839465%;
  }
}
@media (min-width: 1200px) {
  .page-accommodations .content-section {
    --villarica-container-max-width: 1154px;
    --villarica-container-offset-x: calc(
      var(--villarica-page-max-width) - var(--villarica-container-max-width)
    );
  }
}
@media (min-width: 1600px) {
  .page-accommodations .content-section {
    --villarica-container-max-width: 1443px;
  }
}
.page-accommodations .section-1 {
  padding-bottom: 1rem;
}
.page-accommodations .section-1 .text-wrapper {
  max-width: 39.2rem;
}
@media (min-width: 1200px) {
  .page-accommodations .section-2 {
    --villarica-container-max-width: 1144px;
    --villarica-container-offset-x: calc(
      var(--villarica-page-max-width) - var(--villarica-container-max-width)
    );
  }
}
@media (min-width: 1600px) {
  .page-accommodations .section-2 {
    --villarica-container-max-width: 1430px;
  }
}
.page-accommodations .section-2 .place-list {
  padding-left: 0;
  list-style: none;
  margin: 0;
}
.page-accommodations .section-2 .place-item {
  max-width: 30.6rem;
  margin-bottom: 1.25rem;
  display: flex;
  gap: 0.6rem;
}
.page-accommodations .section-2 .place-image {
  padding: 0.25rem 0;
  flex: 0 0 8rem;
  text-align: center;
}
.page-accommodations .section-2 .place-data > * {
  margin: 0;
}
.page-accommodations .section-2 .place-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 1200px) {
  .page-accommodations .section-2 .place-wrapper {
    justify-content: space-between;
  }
  .page-accommodations .section-2 .place-wrapper > * {
    flex: 0 0 23rem;
    max-width: 40.2097902098%;
  }
  .page-accommodations .section-2 .place-wrapper > *:first-child {
    flex-basis: 30.6rem;
    max-width: 53.4965034965%;
  }
}
.page-accommodations .section-3 {
  padding-top: 0.4rem;
  padding-bottom: 1.84rem;
}
.page-accommodations .section-3 .place-block {
  margin-left: calc(var(--villarica-container-gutter-x) * -0.5);
  margin-right: calc(var(--villarica-container-gutter-x) * -0.5);
  padding: 1rem calc(var(--villarica-container-gutter-x) * 0.5);
  background-color: rgba(10, 66, 106, 0.15);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1rem 2.88rem;
}
@media (min-width: 768px) {
  .page-accommodations .section-3 .place-block {
    margin-left: 0;
    margin-right: 0;
    padding-left: 1.8rem;
    padding-right: 1.8rem;
  }
}
@media (min-width: 1200px) {
  .page-accommodations .section-3 .place-block {
    flex-wrap: nowrap;
  }
}
.page-accommodations .section-3 .place-block > * {
  flex: auto;
  max-width: 30.4rem;
}
@media (min-width: 1200px) {
  .page-accommodations .section-3 .place-image {
    flex: 0 0 28.12rem;
  }
}
@media (min-width: 1200px) {
  .page-accommodations .section-3 .place-data {
    flex: auto;
  }
}
.page-accommodations .section-3 .place-data > * {
  margin: 0;
}
.page-accommodations .section-3 .head-text {
  margin: 0;
  font-size: 1.52rem;
  color: #0a426a;
}
.page-accommodations .section-4 {
  padding-bottom: 1.84rem;
}
.page-accommodations .section-4 .place-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
@media (min-width: 1200px) {
  .page-accommodations .section-4 .place-block {
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}
.page-accommodations .section-4 .place-block > * {
  flex: auto;
  max-width: 30.4rem;
}
@media (min-width: 1200px) {
  .page-accommodations .section-4 .place-image {
    flex: 0 0 25.84rem;
  }
}
.page-accommodations .section-4 .place-data {
  display: flex;
  gap: 0.2rem;
}
@media (min-width: 1200px) {
  .page-accommodations .section-4 .place-data {
    flex: auto;
    margin-left: 1rem;
  }
}
.page-accommodations .section-4 .place-data > img {
  flex: 0 0 8rem;
  max-width: 8rem;
  align-self: flex-start;
}
.page-accommodations .section-4 .place-data > div > * {
  margin: 0;
}
.page-dining .section-1 .text-wrapper {
  max-width: 39.2rem;
}
.page-dining .section-2 {
  padding-top: 2.4rem;
  padding-bottom: 0.4rem;
}
.page-dining .section-2 .place-list {
  padding-left: 0;
  list-style: none;
  margin: 0;
  position: relative;
}
.page-dining .section-2 .place-wrapper {
  max-width: 48.8rem;
  margin: auto;
  padding-bottom: 32.7868852459%;
  position: relative;
}
@media (min-width: 768px) {
  .page-dining .section-2 .place-wrapper {
    display: flex;
    justify-content: space-between;
  }
  .page-dining .section-2 .place-wrapper > * {
    flex: 0 0 22rem;
    max-width: 45.0819672131%;
  }
}
.page-dining .section-2 .place-wrapper::before {
  content: '';
  display: block;
  width: 103.5245901639%;
  aspect-ratio: 11/5;
  background: url('../images/dining-bg.jpg') center/contain no-repeat;
  position: absolute;
  bottom: 0;
  right: -23.3606557377%;
}
@media (min-width: 1200px) {
  .page-dining .section-2 .place-wrapper::before {
    aspect-ratio: 1263/675;
  }
}
.page-blog .section-1 .text-wrapper {
  max-width: 50rem;
}
.page-blog .section-2 {
  padding-top: 2.8rem;
  padding-bottom: 5.2rem;
}
.page-blog .section-2 .blog-item {
  display: block;
}
.page-blog .section-2 .blog-item .title {
  margin-bottom: 1.5rem;
  font-family: 'Proxima Nova Condensed', sans-serif;
  font-size: 1.28rem;
  text-align: center;
}
.page-blog .section-2 .blog-item .thumbnail {
  aspect-ratio: 755/436;
  margin-bottom: 1rem;
}
.page-blog .section-2 .blog-item .thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.page-blog .section-2 .blog-list {
  padding-left: 0;
  list-style: none;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.6rem;
}
.page-blog .section-2 .blog-list > li {
  flex-basis: 30.2rem;
}
@media (min-width: 1200px) {
  .page-blog .section-2 .blog-list > li {
    max-width: calc(50% - 0.8rem);
  }
}
.page-blog .section-2 .blog-more {
  margin-top: 2.8rem;
  margin-bottom: 0;
}
.page-media-room .section-1 .text-wrapper {
  max-width: 50.4rem;
}
.page-media-room .section-2 {
  /* padding-top: 1rem; */
  padding-bottom: 3.2rem;
}
@media (min-width: 1200px) {
  .page-media-room .section-2 {
    --villarica-container-max-width: 1154px;
    --villarica-container-offset-x: calc(
      var(--villarica-page-max-width) - var(--villarica-container-max-width)
    );
  }
}
@media (min-width: 1600px) {
  .page-media-room .section-2 {
    --villarica-container-max-width: 1443px;
  }
}
/* @media (min-width: 1200px) {
  .page-media-room .section-2 {
    padding-top: 2rem;
  }
} */
.page-media-room .section-2 .text-wrapper {
  max-width: 45.8rem;
  margin-bottom: 1.6rem;
}
.page-media-room .section-2 .address-block {
  margin: 0 calc(var(--villarica-container-offset-x) * -0.5);
  padding: 1rem calc(var(--villarica-container-offset-x) * 0.5);
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  gap: 1rem;
  font-size: 1.12rem;
  line-height: 1.2142857143;
  text-align: center;
  background-color: rgba(10, 66, 106, 0.15);
}
@media (min-width: 768px) {
  .page-media-room .section-2 .address-block {
    margin-left: 0;
    margin-right: 0;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 1200px) {
  .page-media-room .section-2 .address-block {
    position: relative;
    padding-top: 4.0194040194%;
    padding-bottom: 4.0194040194%;
  }
}
.page-media-room .section-2 .address-block .info-area {
  flex-basis: 24rem;
}
@media (min-width: 1200px) {
  .page-media-room .section-2 .address-block .info-area {
    margin: auto;
  }
}
.page-media-room .section-2 .address-block .info-area > *:last-child {
  margin-bottom: 0;
}
.page-media-room .section-2 .address-block img {
  width: 6.08rem;
  box-shadow: 0 0.16rem 0.16rem rgba(0, 0, 0, 0.25);
  transform: translate(5%, 0) rotate(5.58deg);
}
@media (min-width: 1200px) {
  .page-media-room .section-2 .address-block img {
    margin: 0;
    transform: translate(-50%, -50%) rotate(5.58deg);
    position: absolute;
    top: 50%;
    left: 83%;
  }
}
.page-media-room .section-3 {
  padding-bottom: 4.8rem;
}
@media (min-width: 1200px) {
  .page-media-room .section-3 {
    --villarica-container-max-width: 1371px;
    --villarica-container-offset-x: calc(
      var(--villarica-page-max-width) - var(--villarica-container-max-width)
    );
  }
}
@media (min-width: 1600px) {
  .page-media-room .section-3 {
    --villarica-container-max-width: 1714px;
  }
}
.page-media-room .section-3 .video-item {
  display: block;
  aspect-ratio: 818/547;
  position: relative;
}
.page-media-room .section-3 .video-item::before {
  content: '';
  display: block;
  width: 4.72rem;
  aspect-ratio: 1;
  background: url('../images/play-button.png') center/contain no-repeat;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
}
.page-media-room .section-3 .video-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.page-media-room .section-3 .video-list {
  padding-left: 0;
  list-style: none;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 3.12rem;
}
.page-media-room .section-3 .video-list > li {
  flex-basis: 32.72rem;
}
@media (min-width: 1200px) {
  .page-media-room .section-3 .video-list > li {
    max-width: calc(50% - 1.56rem);
  }
}
.page-photo-gallery .section-1 .text-wrapper {
  max-width: 50rem;
}
.page-photo-gallery .section-2 {
  padding-top: 4rem;
  padding-bottom: 6.4rem;
}
@media (min-width: 1200px) {
  .page-photo-gallery .section-2 {
    --villarica-container-max-width: 1336px;
    --villarica-container-offset-x: calc(
      var(--villarica-page-max-width) - var(--villarica-container-max-width)
    );
  }
}
@media (min-width: 1600px) {
  .page-photo-gallery .section-2 {
    --villarica-container-max-width: 1670px;
  }
}
.page-photo-gallery .section-2 .photo-item {
  display: block;
  width: 21.76rem;
}
@media (min-width: 1200px) {
  .page-photo-gallery .section-2 .photo-item {
    max-width: calc(33.3333333333% - 0.5066666667rem);
  }
}

.page-photo-gallery .section-2 .photo-item img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}

.page-photo-gallery .section-2 .photo-list {
  padding-left: 0;
  list-style: none;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.76rem;
}
.page-photo-gallery .section-2 .photo-more {
  margin-top: 3.6rem;
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .page-events .content-section {
    --villarica-container-max-width: 1304px;
    --villarica-container-offset-x: calc(
      var(--villarica-page-max-width) - var(--villarica-container-max-width)
    );
  }
}
@media (min-width: 1600px) {
  .page-events .content-section {
    --villarica-container-max-width: 1630px;
  }
}
@media (min-width: 768px) {
  .page-events .content-section .row {
    display: flex;
    justify-content: space-between;
  }
  .page-events .content-section .row .col {
    flex: 0 0 auto;
  }
}
.page-events .section-1 {
  padding-bottom: 0.4rem;
}
.page-events .section-1 .text-wrapper {
  max-width: 46.76rem;
}
.page-events .section-2 {
  padding-bottom: 0.4rem;
}
@media (min-width: 768px) {
  .page-events .section-2 .row .col {
    flex-basis: 30.24rem;
    max-width: 46.3803680982%;
  }
}
.page-events .section-3 {
  padding-bottom: 1.6rem;
}
@media (min-width: 768px) {
  .page-events .section-3 .row .col {
    flex-basis: 31.08rem;
    max-width: 47.6687116564%;
  }
  .page-events .section-3 .row .col:first-child {
    flex-basis: 33rem;
    max-width: 50.6134969325%;
  }
  .page-events .section-3 .row .col:last-child {
    padding-top: 1rem;
  }
}
.page-events .section-4 {
  padding-bottom: 3.2rem;
}
@media (min-width: 768px) {
  .page-events .section-4 .row .col {
    flex-basis: 31.6rem;
    max-width: 48.4662576687%;
  }
  .page-events .section-4 .row .col:last-child {
    padding-top: 1rem;
  }
  .page-events .section-4 img {
    width: 31.08rem;
    max-width: 98.3544303797%;
  }
}
@media (min-width: 1200px) {
  .page-about-us .content-section {
    --villarica-container-max-width: 1154px;
    --villarica-container-offset-x: calc(
      var(--villarica-page-max-width) - var(--villarica-container-max-width)
    );
  }
}
@media (min-width: 1600px) {
  .page-about-us .content-section {
    --villarica-container-max-width: 1443px;
  }
}
.page-about-us .section-1 .text-wrapper-1 {
  max-width: 31.68rem;
}
.page-about-us .section-1 .text-wrapper-2 {
  max-width: 36.08rem;
}
.page-about-us .section-2 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.page-about-us .section-2 .title {
  margin-bottom: 0.4285714286em;
  font-size: 1.4rem;
  color: #0a426a;
}
.page-about-us .section-2 .form-wrapper {
  margin: 0 calc(var(--villarica-container-offset-x) * -0.5);
  padding: 1.8rem calc(var(--villarica-container-offset-x) * 0.5);
  font-size: 1.12rem;
  line-height: 1.4;
  background-color: #ffc744;
}
@media (min-width: 768px) {
  .page-about-us .section-2 .form-wrapper {
    margin: 0;
    padding: 1.8rem 2.6rem;
  }
}
.page-about-us .section-2 .form-field {
  margin: 0 0 0.75em;
}
.page-about-us .section-2 .form-field-last {
  margin-bottom: 0.5em;
}
.page-about-us .section-2 .form-field-last > *:not(:last-child) {
  margin-bottom: 0.75em;
}
@media (min-width: 768px) {
  .page-about-us .section-2 .form-field-last {
    display: flex;
    padding-top: 1.25em;
  }
  .page-about-us .section-2 .form-field-last > *:last-child {
    margin: 0;
    margin-left: auto;
  }
  .page-about-us .section-2 .form-field-last > *:not(:last-child) {
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .page-about-us .section-2 .form-field-last > *:last-child {
    padding-right: 2.1428571429em;
  }
}
.page-about-us .section-2 .form-input {
  display: block;
  width: 100%;
  margin: 0.1428571429em 0;
  padding: 0.3928571429em 0.6428571429em;
  border: 0;
  outline: 0 !important;
}
.page-about-us .section-2 .form-radios {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-weight: 700;
  gap: 0 1.4285714286em;
}
.page-about-us .section-2 .form-radios .radio-label {
  margin: 0;
}
.page-about-us .section-2 .form-radios .radio-options {
  padding-left: 0;
  list-style: none;
  margin: 0;
  display: flex;
  gap: 0 2.1428571429em;
}
.page-about-us .section-2 .form-radios .radio-options > * {
  display: flex;
  align-items: center;
  -moz-column-gap: 0.5em;
  column-gap: 0.5em;
}
.page-about-us .section-2 .form-radios .radio-options > * label {
  order: -1;
}
.page-about-us .section-2 .form-button {
  text-align: right;
  margin-top: 1.4rem;
}
.page-about-us .section-2 .form-submit {
  min-width: 13.28rem;
  padding: 0.36rem;
  font-size: 1.12rem;
  font-weight: 800;
  line-height: 1.5;
  text-transform: uppercase;
  outline: 0 !important;
  color: #fff;
  background-color: #0a426a;
  border: 0;
  border-radius: 1.2rem;
}
.page-about-us .section-3 {
  padding-top: 1.2rem;
  padding-bottom: 3.2rem;
}
@media (min-width: 1200px) {
  .page-about-us .section-3 {
    padding-top: 4rem;
  }
}
.page-about-us .section-3 .guide-block {
  margin: 0 calc(var(--villarica-container-offset-x) * -0.5);
  padding: 1rem calc(var(--villarica-container-offset-x) * 0.5);
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  gap: 1rem;
  font-size: 1.12rem;
  line-height: 1.2142857143;
  text-align: center;
  background-color: rgba(10, 66, 106, 0.15);
}
@media (min-width: 768px) {
  .page-about-us .section-3 .guide-block {
    margin-left: 0;
    margin-right: 0;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 1200px) {
  .page-about-us .section-3 .guide-block {
    position: relative;
    padding-top: 4.0194040194%;
    padding-bottom: 4.0194040194%;
  }
}
.page-about-us .section-3 .guide-block .info-area {
  flex-basis: 32rem;
}
@media (min-width: 1200px) {
  .page-about-us .section-3 .guide-block .info-area {
    margin: auto;
  }
}
.page-about-us .section-3 .guide-block .info-area > *:last-child {
  margin-bottom: 0;
}
.page-about-us .section-3 .guide-block img {
  width: 6.08rem;
  box-shadow: 0 0.16rem 0.16rem rgba(0, 0, 0, 0.25);
  transform: translate(5%, 0) rotate(5.58deg);
}
@media (min-width: 1200px) {
  .page-about-us .section-3 .guide-block img {
    margin: 0;
    transform: translate(-50%, -50%) rotate(5.58deg);
    position: absolute;
    top: 50%;
    left: 86%;
  }
}
@media (min-width: 1200px) {
  .page-home .content-header {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 1199.98px) {
  .page-home .content-header .headings .title {
    font-size: 4.9230769231rem;
    line-height: 1.09375;
  }
  .page-home .content-header .headings .subtitle {
    font-size: 1.8461538462rem;
    line-height: 1.0416666667;
  }
}
@media (min-width: 1200px) {
  .page-home .content-header .headings .title,
  .page-home .content-header .headings .subtitle {
    padding-right: 13.2rem;
  }
}
.page-home .content-header .badge {
  display: none;
  width: 17.12rem;
  aspect-ratio: 1;
  margin: 0 -8.56rem;
  background-color: #ffc744;
  border-radius: 50%;
  position: absolute;
  bottom: -3.6rem;
  left: 83%;
  font-size: 0.96rem;
  font-weight: 700;
  line-height: 1.2179166667;
  text-align: center;
}
@media (min-width: 1200px) {
  .page-home .content-header .badge {
    display: flex;
    align-items: center;
  }
}
.page-home .content-header .badge .info {
  flex-basis: 55%;
  padding: 1.5rem;
  padding-top: 0;
}
.page-home .content-header .badge .info > * {
  margin: 0;
}
.page-home .content-header .badge .info .lead {
  font-size: 1.5em;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  color: #0a426a;
}
.page-home .content-header .badge img {
  width: 6.08rem;
  transform: rotate(5.58deg);
  box-shadow: 0 0.16rem 0.16rem rgba(0, 0, 0, 0.25);
  position: absolute;
  right: 10%;
  top: 2.5%;
}
@media (min-width: 1200px) {
  .page-home .content-section {
    --villarica-container-max-width: 1293px;
    --villarica-container-offset-x: calc(
      var(--villarica-page-max-width) - var(--villarica-container-max-width)
    );
  }
}
@media (min-width: 1600px) {
  .page-home .content-section {
    --villarica-container-max-width: 1616px;
  }
}
.page-home .content-section .slick-arrow {
  display: block;
  width: 1.5384615385rem;
  height: 0;
  margin: -1.5384615385rem 0;
  padding-top: 3.0769230769rem;
  overflow: hidden;
  position: absolute;
  top: 50%;
}
.page-home .content-section .slick-arrow::before {
  content: '';
  width: 0;
  height: 0;
  border: 0 solid rgba(0, 0, 0, 0);
  border-width: 12.5px 10px;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
}
.page-home .content-section .slick-arrow.slick-hidden {
  display: none;
}
.page-home .content-section .slick-prev {
  right: 100%;
}
.page-home .content-section .slick-prev::before {
  border-left-width: 0;
  border-right-color: #0a426a;
}
.page-home .content-section .slick-next {
  left: 100%;
}
.page-home .content-section .slick-next::before {
  border-right-width: 0;
  border-left-color: #0a426a;
}
.page-home .section-1 {
  padding-bottom: 1.8rem;
}
@media (min-width: 1200px) {
  .page-home .section-1 {
    --villarica-container-max-width: 1218px;
    --villarica-container-offset-x: calc(
      var(--villarica-page-max-width) - var(--villarica-container-max-width)
    );
  }
}
@media (min-width: 1600px) {
  .page-home .section-1 {
    --villarica-container-max-width: 1523px;
  }
}
.page-home .section-1 .caption {
  margin-bottom: 1.25rem;
  font-size: 1.8461538462rem;
  font-weight: 600;
  line-height: 1.1;
  text-align: center;
  color: #0a426a;
  position: relative;
}
@media (min-width: 1200px) {
  .page-home .section-1 .caption {
    font-size: 2.2rem;
    padding-right: 2.6rem;
  }
}
.page-home .section-1 .caption span {
  display: inline-block;
}
@media (min-width: 1200px) {
  .page-home .section-1 .row {
    display: flex;
    justify-content: center;
    gap: 1.76rem;
  }
  .page-home .section-1 .row > * {
    flex: 0 0 28.6rem;
    max-width: 46.9468154957%;
  }
  .page-home .section-1 .row > *:last-child {
    flex-basis: 30.56rem;
    max-width: 50.1641497045%;
  }
}
.page-home .section-2 {
  padding-bottom: 1.1538461538rem;
}
@media (min-width: 1200px) {
  .page-home .section-2 {
    --villarica-container-max-width: 1424px;
    --villarica-container-offset-x: calc(
      var(--villarica-page-max-width) - var(--villarica-container-max-width)
    );
  }
}
@media (min-width: 1600px) {
  .page-home .section-2 {
    --villarica-container-max-width: 1780px;
  }
}
@media (min-width: 1200px) {
  .page-home .section-2 {
    padding-bottom: 5.2rem;
  }
}
.page-home .section-2 .video-list {
  padding-left: 0;
  list-style: none;
  margin: 0;
}
@media (min-width: 1200px) {
  .page-home .section-2 .video-list {
    margin-left: -0.32rem;
    margin-right: -0.32rem;
  }
}
.page-home .section-2 .video-item {
  display: block;
  max-width: 23.5384615385rem;
  margin: auto;
  aspect-ratio: 306/205;
  position: relative;
}
@media (min-width: 1200px) {
  .page-home .section-2 .video-item {
    max-width: 35.28rem;
    aspect-ratio: 882/485;
    margin-left: 0.32rem;
    margin-right: 0.32rem;
  }
}
/* .page-home .section-2 .video-item > a::before {
  content: '';
  display: block;
  width: 3.3846153846rem;
  aspect-ratio: 1;
  background: url('../images/play-button.png') center/contain no-repeat;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
} */
@media (min-width: 1200px) {
  .page-home .section-2 .video-item > a::before {
    width: 4.72rem;
  }
}
.page-home .section-2 .video-item > a > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.page-home .section-2 .video-item > * {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.page-home .section-2 .video-wrapper {
  max-width: 23.5384615385rem;
  margin: auto;
  position: relative;
}
@media (min-width: 1200px) {
  .page-home .section-2 .video-wrapper {
    max-width: none;
  }
}
.page-home .section-2 .video-arrow {
  display: none;
}
.page-home .section-3 {
  padding-bottom: 1rem;
}
@media (min-width: 1200px) {
  .page-home .section-3 {
    --villarica-container-max-width: 1212px;
    --villarica-container-offset-x: calc(
      var(--villarica-page-max-width) - var(--villarica-container-max-width)
    );
  }
}
@media (min-width: 1600px) {
  .page-home .section-3 {
    --villarica-container-max-width: 1515px;
  }
}
@media (min-width: 1200px) {
  .page-home .section-3 .section-head {
    margin-bottom: 1.5rem;
    padding-top: 0.2rem;
    padding-bottom: 0.4rem;
    font-size: 2.56rem;
    line-height: 1.1875;
  }
}
.page-home .section-3 .section-head .caption {
  color: #fff;
}
.page-home .section-3 ul {
  margin-bottom: 0;
  padding-left: 1.25em;
}
@media (max-width: 1199.98px) {
  .page-home .section-3 ul {
    padding-left: 0;
    list-style: none;
  }
}
.page-home .section-3 ul > li {
  margin-bottom: 1rem;
}
.page-home .section-3 .text-wrapper {
  max-width: 56rem;
}
.page-home .section-3 .text-wrapper a {
  display: inline-block;
  font-weight: 800;
}
.page-home .section-4 {
  padding-top: 0.7692307692rem;
  padding-bottom: 1.9230769231rem;
  background-color: rgba(255, 199, 68, 0.1);
}
@media (min-width: 1200px) {
  .page-home .section-4 {
    --villarica-container-max-width: 1277px;
    --villarica-container-offset-x: calc(
      var(--villarica-page-max-width) - var(--villarica-container-max-width)
    );
  }
}
@media (min-width: 1600px) {
  .page-home .section-4 {
    --villarica-container-max-width: 1596px;
  }
}
@media (min-width: 1200px) {
  .page-home .section-4 {
    padding-top: 1.6rem;
  }
}
.page-home .section-4 .btn-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5714285714em;
  font-family: 'Proxima Nova Condensed', sans-serif;
  font-size: 1.0769230769rem;
  font-weight: 500;
  text-decoration: none !important;
}
.page-home .section-4 .btn-link::after {
  content: '';
  width: 1.9285714286em;
  aspect-ratio: 2/1;
  background-color: red;
  background: url('../images/arrow-right.png') center/cover no-repeat;
}
@media (min-width: 1200px) {
  .page-home .section-4 .btn-link {
    font-size: 1.28rem;
    gap: 0.625em;
  }
  .page-home .section-4 .btn-link::after {
    width: 1.71875em;
  }
}
.page-home .section-4 .text-wrapper {
  max-width: 62.2rem;
  padding-bottom: 0.5em;
  font-size: 1.1538461538rem;
  position: relative;
}
@media (max-width: 1199.98px) {
  .page-home .section-4 .text-wrapper .btn-link {
    display: none;
  }
}
@media (min-width: 1200px) {
  .page-home .section-4 .text-wrapper {
    padding-bottom: 1.25em;
    margin-bottom: 0.5em;
  }
  .page-home .section-4 .text-wrapper .btn-link {
    position: absolute;
    left: 0;
    bottom: 0;
  }
}
@media (min-width: 1200px) {
  .page-home .section-4 .text-wrapper {
    font-size: 1.12rem;
  }
}
.page-home .section-4 .caption {
  margin-bottom: 0.75em;
  font-size: 1.5384615385rem;
  font-weight: 800;
  text-align: center;
  color: #0a426a;
}
@media (min-width: 1200px) {
  .page-home .section-4 .caption {
    font-size: 2.2rem;
    margin-bottom: 0.5em;
  }
}
.page-home .section-4 .caption span {
  display: inline-block;
}
.page-home .section-4 .event-list {
  padding-left: 0;
  list-style: none;
  margin: 0;
  font-family: 'Proxima Nova Condensed', sans-serif;
  text-align: center;
}
@media (min-width: 1200px) {
  .page-home .section-4 .event-list {
    margin-left: -2.54rem;
    margin-right: -2.54rem;
  }
}
.page-home .section-4 .event-item {
  max-width: 22.1538461538rem;
  margin: auto;
}
@media (min-width: 1200px) {
  .page-home .section-4 .event-item {
    max-width: 17.88rem;
    margin-left: 2.54rem;
    margin-right: 2.54rem;
  }
}
.page-home .section-4 .event-item a {
  text-decoration: none;
}
.page-home .section-4 .event-item .cover {
  margin-bottom: 0.8rem;
  aspect-ratio: 1;
  position: relative;
}
.page-home .section-4 .event-item .cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.page-home .section-4 .event-item .cover .date {
  width: 3.5277777778em;
  aspect-ratio: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 2.7692307692rem;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 0 0.16rem 0.16rem rgba(0, 0, 0, 0.25);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
}
@media (min-width: 1200px) {
  .page-home .section-4 .event-item .cover .date {
    width: 3.5625em;
    font-size: 2.56rem;
  }
}
.page-home .section-4 .event-item .cover .date > strong {
  font-size: 2em;
  font-weight: 700;
  line-height: 0.8;
}
.page-home .section-4 .event-item .cover .date::before {
  content: '';
  display: block;
  background-color: #0a426a;
  border: 6px solid #fff;
  border-radius: 50%;
  opacity: 50%;
  position: absolute;
  inset: 0;
  z-index: -1;
}
.page-home .section-4 .event-item .info {
  padding-bottom: 2.5em;
  font-size: 1.1538461538rem;
  line-height: 1.218;
  position: relative;
}
@media (min-width: 1200px) {
  .page-home .section-4 .event-item .info {
    font-size: 1.28rem;
    line-height: 1.218125;
  }
}
.page-home .section-4 .event-item .info > p {
  margin: 0;
  padding-left: 0.4em;
  padding-right: 0.4em;
}
.page-home .section-4 .event-item .info .btn-link {
  position: absolute;
  bottom: 0.5em;
  left: 1em;
}
@media (min-width: 1200px) {
  .page-home .section-4 .event-item .info .btn-link {
    left: 0;
    bottom: 0.25em;
  }
}
.page-home .section-4 .event-item .title {
  font-size: 1.3333333333em;
}
@media (min-width: 1200px) {
  .page-home .section-4 .event-item .title {
    font-size: 1.25em;
  }
}
.page-home .section-4 .event-wrapper {
  position: relative;
  max-width: 22.1538461538rem;
  margin: auto;
}
@media (min-width: 1200px) {
  .page-home .section-4 .event-wrapper {
    max-width: none;
  }
}
.page-home .section-4 .event-arrow {
  display: none;
  top: 11.0769230769rem;
}
.page-home .section-4 .event-prev {
  margin-right: 0.5rem;
}
.page-home .section-4 .event-next {
  margin-left: 0.5rem;
}
.page-home .section-5 {
  padding-top: 1.9230769231rem;
  padding-bottom: 1.9230769231rem;
  color: #fff;
  background-color: #0a426a;
}
@media (min-width: 768px) {
  .page-home .section-5 {
    padding-top: 2.4rem;
    padding-bottom: 0;
    color: #0a426a;
    background-color: #fff;
  }
}
.page-home .section-5 .caption {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 1.9230769231rem;
  text-align: center;
  font-family: 'Proxima Nova Condensed', sans-serif;
  font-weight: 800;
  font-size: 1.5384615385rem;
  line-height: 1.218;
}
@media (min-width: 768px) {
  .page-home .section-5 .caption {
    margin-bottom: 1.4rem;
  }
}
@media (min-width: 1200px) {
  .page-home .section-5 .caption {
    font-size: 1.92rem;
    line-height: 1.2179166667;
  }
}
.page-home .section-5 .caption a {
  color: inherit;
  text-decoration: none !important;
  font-family: 'Proxima Nova', sans-serif;
  font-size: 1.8461538462rem;
  font-weight: 800;
}
@media (min-width: 1200px) {
  .page-home .section-5 .caption a {
    font-size: 2.2rem;
  }
}
.page-home .section-5 .feed-area {
  background-color: #0a426a;
}
@media (min-width: 768px) {
  .page-home .section-5 .feed-area {
    padding: 1.88rem;
  }
}
.page-home .section-6 {
  padding-top: 2.6153846154rem;
  padding-bottom: 3.8461538462rem;
}
@media (min-width: 1200px) {
  .page-home .section-6 {
    padding-top: 7.4rem;
    padding-bottom: 5.6rem;
  }
}
@media (min-width: 1200px) {
  .page-home .section-6 .inner {
    display: flex;
    justify-content: space-around;
    gap: 1.68rem;
  }
  .page-home .section-6 .inner > * {
    flex: 0 0 31.4rem;
    max-width: 48.5767326733%;
  }
}
.page-home .section-6 .the-guide {
  margin: 0 calc(var(--villarica-container-offset-x) * -0.5);
  padding: 1rem calc(var(--villarica-container-offset-x) * 0.5);
  background-color: #ffc744;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.6153846154rem;
  position: relative;
}
@media (min-width: 768px) {
  .page-home .section-6 .the-guide {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 1200px) {
  .page-home .section-6 .the-guide {
    justify-content: flex-start;
    padding-left: 20.6064356436%;
    padding-right: 1rem;
  }
}
.page-home .section-6 .the-guide .info {
  font-size: 1.0769230769rem;
  font-weight: 800;
  line-height: 1.2178571429;
  position: relative;
}
@media (min-width: 1200px) {
  .page-home .section-6 .the-guide .info {
    font-size: 1.12rem;
  }
}
.page-home .section-6 .the-guide .info > * {
  margin: 0;
}
.page-home .section-6 .the-guide .info .lead {
  margin: 0;
  font-size: 1.8461538462rem;
  line-height: 1;
  font-weight: 800;
  text-transform: uppercase;
  color: #0a426a;
}
@media (min-width: 1200px) {
  .page-home .section-6 .the-guide .info .lead {
    font-size: 1.92rem;
  }
}
.page-home .section-6 .the-guide img {
  width: 80px;
  border: 2px solid #fff;
  transform: rotate(-4.03deg);
}
@media (min-width: 1200px) {
  .page-home .section-6 .the-guide img {
    width: 6.4rem;
    position: absolute;
    left: 12.5%;
  }
}
.page-home .section-6 .an-amazing {
  display: none;
  padding: 0.8rem;
  padding-left: 25.5569306931%;
  padding-bottom: 0.4rem;
  color: #fff;
  background-color: #0a426a;
  position: relative;
}
@media (min-width: 1200px) {
  .page-home .section-6 .an-amazing {
    display: flex;
    align-items: center;
  }
}
.page-home .section-6 .an-amazing .info {
  font-size: 1.6rem;
  font-weight: 800;
  line-height: 1.218;
  text-transform: capitalize;
  position: relative;
}
.page-home .section-6 .an-amazing .info > * {
  margin: 0;
}
.page-home .section-6 .an-amazing .info strong {
  display: block;
  white-space: nowrap;
  margin: -0.2em -0.15em -0.1em;
  font-family: 'Infinite Stroke', cursive;
  font-size: 3.4rem;
  line-height: 1;
  font-weight: 400;
  text-transform: lowercase;
  color: #ffc744;
  text-shadow: 0 0.16rem 0.16rem #000;
  transform: rotate(-1.97deg);
}
.page-home .section-6 .an-amazing img {
  width: 14.08rem;
  position: absolute;
  left: 1.2rem;
}

.page-home .section-4 .event-item .info {
  height: 290px;
}
