/*----------------------------------------------------
CSS Library 
----------------------------------------------------*/
/*!
 * Bootstrap v4.6.0 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,300;0,400;0,600;0,700;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Source+Serif+Pro:ital,wght@0,300;0,400;0,600;0,700;1,400;1,700&display=swap");
:root {
  --blue: #0786b4;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #ff8264;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #6660aa;
  --secondary: #ff8264;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 1140px;
  --breakpoint-lg: 1200px;
  --breakpoint-xl: 1520px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(2, 44, 59, 0); }

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

body {
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff; }

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

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: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #6660aa;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #47427b;
    text-decoration: underline; }

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none; }

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

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg {
  overflow: hidden;
  vertical-align: middle; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit;
  text-align: -webkit-match-parent; }

label {
  display: inline-block;
  margin-bottom: 0.5rem; }

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,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

select {
  word-wrap: normal; }

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; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 100%; } }

@media (min-width: 1140px) {
  .container, .container-sm, .container-md {
    max-width: 100%; } }

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 1180px; } }

@media (min-width: 1520px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1180px; } }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%; }

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%; }

.row-cols-3 > * {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%; }

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%; }

.row-cols-6 > * {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%; }

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.col-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.col-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.col-12 {
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

.offset-1 {
  margin-left: 8.33333%; }

.offset-2 {
  margin-left: 16.66667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.33333%; }

.offset-5 {
  margin-left: 41.66667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.33333%; }

.offset-8 {
  margin-left: 66.66667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.33333%; }

.offset-11 {
  margin-left: 91.66667%; }

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-sm-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-sm-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    order: -1; }
  .order-sm-last {
    order: 13; }
  .order-sm-0 {
    order: 0; }
  .order-sm-1 {
    order: 1; }
  .order-sm-2 {
    order: 2; }
  .order-sm-3 {
    order: 3; }
  .order-sm-4 {
    order: 4; }
  .order-sm-5 {
    order: 5; }
  .order-sm-6 {
    order: 6; }
  .order-sm-7 {
    order: 7; }
  .order-sm-8 {
    order: 8; }
  .order-sm-9 {
    order: 9; }
  .order-sm-10 {
    order: 10; }
  .order-sm-11 {
    order: 11; }
  .order-sm-12 {
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1140px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-md-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-md-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    order: -1; }
  .order-md-last {
    order: 13; }
  .order-md-0 {
    order: 0; }
  .order-md-1 {
    order: 1; }
  .order-md-2 {
    order: 2; }
  .order-md-3 {
    order: 3; }
  .order-md-4 {
    order: 4; }
  .order-md-5 {
    order: 5; }
  .order-md-6 {
    order: 6; }
  .order-md-7 {
    order: 7; }
  .order-md-8 {
    order: 8; }
  .order-md-9 {
    order: 9; }
  .order-md-10 {
    order: 10; }
  .order-md-11 {
    order: 11; }
  .order-md-12 {
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-lg-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-lg-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    order: -1; }
  .order-lg-last {
    order: 13; }
  .order-lg-0 {
    order: 0; }
  .order-lg-1 {
    order: 1; }
  .order-lg-2 {
    order: 2; }
  .order-lg-3 {
    order: 3; }
  .order-lg-4 {
    order: 4; }
  .order-lg-5 {
    order: 5; }
  .order-lg-6 {
    order: 6; }
  .order-lg-7 {
    order: 7; }
  .order-lg-8 {
    order: 8; }
  .order-lg-9 {
    order: 9; }
  .order-lg-10 {
    order: 10; }
  .order-lg-11 {
    order: 11; }
  .order-lg-12 {
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1520px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-xl-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-xl-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    order: -1; }
  .order-xl-last {
    order: 13; }
  .order-xl-0 {
    order: 0; }
  .order-xl-1 {
    order: 1; }
  .order-xl-2 {
    order: 2; }
  .order-xl-3 {
    order: 3; }
  .order-xl-4 {
    order: 4; }
  .order-xl-5 {
    order: 5; }
  .order-xl-6 {
    order: 6; }
  .order-xl-7 {
    order: 7; }
  .order-xl-8 {
    order: 8; }
  .order-xl-9 {
    order: 9; }
  .order-xl-10 {
    order: 10; }
  .order-xl-11 {
    order: 11; }
  .order-xl-12 {
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: Miller, "Open Sans", sans-serif;
  font-weight: 500;
  line-height: 1.2; }

h1, .h1 {
  font-size: 2.5rem; }

h2, .h2 {
  font-size: 2rem; }

h3, .h3 {
  font-size: 1.75rem; }

h4, .h4 {
  font-size: 1.5rem; }

h5, .h5 {
  font-size: 1.25rem; }

h6, .h6 {
  font-size: 1rem; }

.lead {
  font-size: 1.25rem;
  font-weight: 300; }

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2; }

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2; }

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(2, 44, 59, 0.1); }

small,
.small {
  font-size: 80%;
  font-weight: 400; }

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline-item {
  display: inline-block; }
  .list-inline-item:not(:last-child) {
    margin-right: 0.5rem; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem; }

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d; }
  .blockquote-footer::before {
    content: "\2014\00A0"; }

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529; }
  .table th,
  .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6; }
  .table tbody + tbody {
    border-top: 2px solid #dee2e6; }

.table-sm th,
.table-sm td {
  padding: 0.3rem; }

.table-bordered {
  border: 1px solid #dee2e6; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6; }
  .table-bordered thead th,
  .table-bordered thead td {
    border-bottom-width: 2px; }

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(2, 44, 59, 0.05); }

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(2, 44, 59, 0.075); }

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #d4d2e7; }

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #afacd3; }

.table-hover .table-primary:hover {
  background-color: #c4c1de; }
  .table-hover .table-primary:hover > td,
  .table-hover .table-primary:hover > th {
    background-color: #c4c1de; }

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #ffdcd4; }

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #ffbeae; }

.table-hover .table-secondary:hover {
  background-color: #ffc7bb; }
  .table-hover .table-secondary:hover > td,
  .table-hover .table-secondary:hover > th {
    background-color: #ffc7bb; }

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb; }

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e; }

.table-hover .table-success:hover {
  background-color: #b1dfbb; }
  .table-hover .table-success:hover > td,
  .table-hover .table-success:hover > th {
    background-color: #b1dfbb; }

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb; }

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda; }

.table-hover .table-info:hover {
  background-color: #abdde5; }
  .table-hover .table-info:hover > td,
  .table-hover .table-info:hover > th {
    background-color: #abdde5; }

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba; }

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e; }

.table-hover .table-warning:hover {
  background-color: #ffe8a1; }
  .table-hover .table-warning:hover > td,
  .table-hover .table-warning:hover > th {
    background-color: #ffe8a1; }

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb; }

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e; }

.table-hover .table-danger:hover {
  background-color: #f1b0b7; }
  .table-hover .table-danger:hover > td,
  .table-hover .table-danger:hover > th {
    background-color: #f1b0b7; }

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe; }

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc; }

.table-hover .table-light:hover {
  background-color: #ececf6; }
  .table-hover .table-light:hover > td,
  .table-hover .table-light:hover > th {
    background-color: #ececf6; }

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca; }

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c; }

.table-hover .table-dark:hover {
  background-color: #b9bbbe; }
  .table-hover .table-dark:hover > td,
  .table-hover .table-dark:hover > th {
    background-color: #b9bbbe; }

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(2, 44, 59, 0.075); }

.table-hover .table-active:hover {
  background-color: rgba(1, 26, 34, 0.075); }
  .table-hover .table-active:hover > td,
  .table-hover .table-active:hover > th {
    background-color: rgba(1, 26, 34, 0.075); }

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55; }

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6; }

.table-dark {
  color: #fff;
  background-color: #343a40; }
  .table-dark th,
  .table-dark td,
  .table-dark thead th {
    border-color: #454d55; }
  .table-dark.table-bordered {
    border: 0; }
  .table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05); }
  .table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.075); }

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-sm > .table-bordered {
      border: 0; } }

@media (max-width: 1139.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-md > .table-bordered {
      border: 0; } }

@media (max-width: 1199.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-lg > .table-bordered {
      border: 0; } }

@media (max-width: 1519.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-xl > .table-bordered {
      border: 0; } }

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }
  .table-responsive > .table-bordered {
    border: 0; }

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .form-control {
      transition: none; } }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #b6b3d6;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(102, 96, 170, 0.25); }
  .form-control::placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1; }

input[type="date"].form-control,
input[type="time"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control {
  appearance: none; }

select.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057; }

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff; }

.form-control-file,
.form-control-range {
  display: block;
  width: 100%; }

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5; }

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5; }

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5; }

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }
  .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

select.form-control[size], select.form-control[multiple] {
  height: auto; }

textarea.form-control {
  height: auto; }

.form-group {
  margin-bottom: 1rem; }

.form-text {
  display: block;
  margin-top: 0.25rem; }

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }
  .form-row > .col,
  .form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px; }

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem; }

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem; }
  .form-check-input[disabled] ~ .form-check-label,
  .form-check-input:disabled ~ .form-check-label {
    color: #6c757d; }

.form-check-label {
  margin-bottom: 0; }

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem; }
  .form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0; }

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745; }

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem; }
  .form-row > .col > .valid-tooltip,
  .form-row > [class*="col-"] > .valid-tooltip {
    left: 5px; }

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.was-validated select.form-control:valid, select.form-control.is-valid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center; }

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); }

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat; }
  .was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745; }

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745; }
  .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    border-color: #28a745; }

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57; }

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745; }

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745; }

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545; }

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem; }
  .form-row > .col > .invalid-tooltip,
  .form-row > [class*="col-"] > .invalid-tooltip {
    left: 5px; }

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.was-validated select.form-control:invalid, select.form-control.is-invalid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center; }

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); }

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat; }
  .was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545; }

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545; }
  .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    border-color: #dc3545; }

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d; }

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545; }

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545; }

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center; }
  .form-inline .form-check {
    width: 100%; }
  @media (min-width: 576px) {
    .form-inline label {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 0; }
    .form-inline .form-group {
      display: flex;
      flex: 0 0 auto;
      flex-flow: row wrap;
      align-items: center;
      margin-bottom: 0; }
    .form-inline .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .form-inline .form-control-plaintext {
      display: inline-block; }
    .form-inline .input-group,
    .form-inline .custom-select {
      width: auto; }
    .form-inline .form-check {
      display: flex;
      align-items: center;
      justify-content: center;
      width: auto;
      padding-left: 0; }
    .form-inline .form-check-input {
      position: relative;
      flex-shrink: 0;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    .form-inline .custom-control {
      align-items: center;
      justify-content: center; }
    .form-inline .custom-control-label {
      margin-bottom: 0; } }

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .btn {
      transition: none; } }
  .btn:hover {
    color: #212529;
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(102, 96, 170, 0.25); }
  .btn.disabled, .btn:disabled {
    opacity: 0.65; }
  .btn:not(:disabled):not(.disabled) {
    cursor: pointer; }

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none; }

.btn-primary {
  color: #fff;
  background-color: #6660aa;
  border-color: #6660aa; }
  .btn-primary:hover {
    color: #fff;
    background-color: #554f94;
    border-color: #504b8c; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #554f94;
    border-color: #504b8c;
    box-shadow: 0 0 0 0.2rem rgba(125, 120, 183, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #6660aa;
    border-color: #6660aa; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #504b8c;
    border-color: #4b4684; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(125, 120, 183, 0.5); }

.btn-secondary {
  color: #212529;
  background-color: #ff8264;
  border-color: #ff8264; }
  .btn-secondary:hover {
    color: #fff;
    background-color: #ff633e;
    border-color: #ff5931; }
  .btn-secondary:focus, .btn-secondary.focus {
    color: #fff;
    background-color: #ff633e;
    border-color: #ff5931;
    box-shadow: 0 0 0 0.2rem rgba(222, 116, 91, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #212529;
    background-color: #ff8264;
    border-color: #ff8264; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #ff5931;
    border-color: #ff4f24; }
    .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(222, 116, 91, 0.5); }

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }
  .btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
    box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
  .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430; }
    .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }
  .btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
    box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
  .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f; }
    .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }
  .btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00; }
  .btn-warning:focus, .btn-warning.focus {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00;
    box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
  .show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500; }
    .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
    box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
  .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d; }
    .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5; }
  .btn-light:focus, .btn-light.focus {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }
  .btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
  .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df; }
    .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }
  .btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124; }
  .btn-dark:focus, .btn-dark.focus {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
    box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }
  .btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
  .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d; }
    .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }

.btn-outline-primary {
  color: #6660aa;
  border-color: #6660aa; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #6660aa;
    border-color: #6660aa; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(102, 96, 170, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #6660aa;
    background-color: transparent; }
  .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #6660aa;
    border-color: #6660aa; }
    .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(102, 96, 170, 0.5); }

.btn-outline-secondary {
  color: #ff8264;
  border-color: #ff8264; }
  .btn-outline-secondary:hover {
    color: #212529;
    background-color: #ff8264;
    border-color: #ff8264; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 130, 100, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #ff8264;
    background-color: transparent; }
  .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-secondary.dropdown-toggle {
    color: #212529;
    background-color: #ff8264;
    border-color: #ff8264; }
    .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 130, 100, 0.5); }

.btn-outline-success {
  color: #28a745;
  border-color: #28a745; }
  .btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent; }
  .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
  .show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
    .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8; }
  .btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent; }
  .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
  .show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
    .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107; }
  .btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent; }
  .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
  .show > .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
    .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent; }
  .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
  .show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
    .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-outline-light:focus, .btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
  .btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent; }
  .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
  .show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
    .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40; }
  .btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-outline-dark:focus, .btn-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
  .btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent; }
  .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
  .show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
    .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.btn-link {
  font-weight: 400;
  color: #6660aa;
  text-decoration: none; }
  .btn-link:hover {
    color: #47427b;
    text-decoration: underline; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: underline; }
  .btn-link:disabled, .btn-link.disabled {
    color: #6c757d;
    pointer-events: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.btn-block {
  display: block;
  width: 100%; }
  .btn-block + .btn-block {
    margin-top: 0.5rem; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    flex: 1 1 auto; }
    .btn-group > .btn:hover,
    .btn-group-vertical > .btn:hover {
      z-index: 1; }
    .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 1; }

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
  .btn-toolbar .input-group {
    width: auto; }

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px; }

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem; }
  .dropdown-toggle-split::after,
  .dropup .dropdown-toggle-split::after,
  .dropright .dropdown-toggle-split::after {
    margin-left: 0; }
  .dropleft .dropdown-toggle-split::before {
    margin-right: 0; }

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem; }

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem; }

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center; }
  .btn-group-vertical > .btn,
  .btn-group-vertical > .btn-group {
    width: 100%; }
  .btn-group-vertical > .btn:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) {
    margin-top: -1px; }
  .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
  .btn-group-vertical > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .btn-group-vertical > .btn:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0; }
  .btn-group-toggle > .btn input[type="radio"],
  .btn-group-toggle > .btn input[type="checkbox"],
  .btn-group-toggle > .btn-group > .btn input[type="radio"],
  .btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none; }

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%; }
  .input-group > .form-control,
  .input-group > .form-control-plaintext,
  .input-group > .custom-select,
  .input-group > .custom-file {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0; }
    .input-group > .form-control + .form-control,
    .input-group > .form-control + .custom-select,
    .input-group > .form-control + .custom-file,
    .input-group > .form-control-plaintext + .form-control,
    .input-group > .form-control-plaintext + .custom-select,
    .input-group > .form-control-plaintext + .custom-file,
    .input-group > .custom-select + .form-control,
    .input-group > .custom-select + .custom-select,
    .input-group > .custom-select + .custom-file,
    .input-group > .custom-file + .form-control,
    .input-group > .custom-file + .custom-select,
    .input-group > .custom-file + .custom-file {
      margin-left: -1px; }
  .input-group > .form-control:focus,
  .input-group > .custom-select:focus,
  .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
    z-index: 3; }
  .input-group > .custom-file .custom-file-input:focus {
    z-index: 4; }
  .input-group > .form-control:not(:first-child),
  .input-group > .custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .input-group > .custom-file {
    display: flex;
    align-items: center; }
    .input-group > .custom-file:not(:last-child) .custom-file-label,
    .input-group > .custom-file:not(:last-child) .custom-file-label::after {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    .input-group > .custom-file:not(:first-child) .custom-file-label {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }
  .input-group:not(.has-validation) > .form-control:not(:last-child),
  .input-group:not(.has-validation) > .custom-select:not(:last-child),
  .input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label,
  .input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .input-group.has-validation > .form-control:nth-last-child(n + 3),
  .input-group.has-validation > .custom-select:nth-last-child(n + 3),
  .input-group.has-validation > .custom-file:nth-last-child(n + 3) .custom-file-label,
  .input-group.has-validation > .custom-file:nth-last-child(n + 3) .custom-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }

.input-group-prepend,
.input-group-append {
  display: flex; }
  .input-group-prepend .btn,
  .input-group-append .btn {
    position: relative;
    z-index: 2; }
    .input-group-prepend .btn:focus,
    .input-group-append .btn:focus {
      z-index: 3; }
  .input-group-prepend .btn + .btn,
  .input-group-prepend .btn + .input-group-text,
  .input-group-prepend .input-group-text + .input-group-text,
  .input-group-prepend .input-group-text + .btn,
  .input-group-append .btn + .btn,
  .input-group-append .btn + .input-group-text,
  .input-group-append .input-group-text + .input-group-text,
  .input-group-append .input-group-text + .btn {
    margin-left: -1px; }

.input-group-prepend {
  margin-right: -1px; }

.input-group-append {
  margin-left: -1px; }

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .input-group-text input[type="radio"],
  .input-group-text input[type="checkbox"] {
    margin-top: 0; }

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px); }

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px); }

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem; }

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text,
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .btn,
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  color-adjust: exact; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #6660aa;
    background-color: #6660aa; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(102, 96, 170, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #b6b3d6; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #d6d4e8;
    border-color: #d6d4e8; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #6660aa;
  background-color: #6660aa; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(102, 96, 170, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(102, 96, 170, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(102, 96, 170, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(102, 96, 170, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #b6b3d6;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(102, 96, 170, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #b6b3d6;
    box-shadow: 0 0 0 0.2rem rgba(102, 96, 170, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(102, 96, 170, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(102, 96, 170, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(102, 96, 170, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #6660aa;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #d6d4e8; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #6660aa;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #d6d4e8; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #6660aa;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #d6d4e8; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.alert, section.book-a-tour-with-shortcode .gform_confirmation_message, .career-contact-with-shortcode .gform_confirmation_message, .landing-contact-form .gform_confirmation_wrapper {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem; }

.alert-heading {
  color: inherit; }

.alert-link {
  font-weight: 700; }

.alert-dismissible {
  padding-right: 4rem; }
  .alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 0.75rem 1.25rem;
    color: inherit; }

.alert-primary {
  color: #364775;
  background-color: #e0dfee;
  border-color: #d4d2e7; }
  .alert-primary hr {
    border-top-color: #c4c1de; }
  .alert-primary .alert-link {
    color: #263252; }

.alert-secondary {
  color: #865950;
  background-color: #ffe6e0;
  border-color: #ffdcd4; }
  .alert-secondary hr {
    border-top-color: #ffc7bb; }
  .alert-secondary .alert-link {
    color: #66443d; }

.alert-success, section.book-a-tour-with-shortcode .gform_confirmation_message, .career-contact-with-shortcode .gform_confirmation_message {
  color: #166c40;
  background-color: #d4edda;
  border-color: #c3e6cb; }
  .alert-success hr, section.book-a-tour-with-shortcode .gform_confirmation_message hr, .career-contact-with-shortcode .gform_confirmation_message hr {
    border-top-color: #b1dfbb; }
  .alert-success .alert-link, section.book-a-tour-with-shortcode .gform_confirmation_message .alert-link, .career-contact-with-shortcode .gform_confirmation_message .alert-link {
    color: #0d4227; }

.alert-info, .landing-contact-form .gform_confirmation_wrapper {
  color: #0d697c;
  background-color: #d1ecf1;
  border-color: #bee5eb; }
  .alert-info hr, .landing-contact-form .gform_confirmation_wrapper hr {
    border-top-color: #abdde5; }
  .alert-info .alert-link, .landing-contact-form .gform_confirmation_wrapper .alert-link {
    color: #08424e; }

.alert-warning {
  color: #867920;
  background-color: #fff3cd;
  border-color: #ffeeba; }
  .alert-warning hr {
    border-top-color: #ffe8a1; }
  .alert-warning .alert-link {
    color: #5d5416; }

.alert-danger {
  color: #733140;
  background-color: #f8d7da;
  border-color: #f5c6cb; }
  .alert-danger hr {
    border-top-color: #f1b0b7; }
  .alert-danger .alert-link {
    color: #4f222c; }

.alert-light {
  color: #82979e;
  background-color: #fefefe;
  border-color: #fdfdfe; }
  .alert-light hr {
    border-top-color: #ececf6; }
  .alert-light .alert-link {
    color: #687e85; }

.alert-dark {
  color: #1c333e;
  background-color: #d6d8d9;
  border-color: #c6c8ca; }
  .alert-dark hr {
    border-top-color: #b9bbbe; }
  .alert-dark .alert-link {
    color: #0c161b; }

.media {
  display: flex;
  align-items: flex-start; }

.media-body {
  flex: 1; }

.align-baseline {
  vertical-align: baseline !important; }

.align-top {
  vertical-align: top !important; }

.align-middle {
  vertical-align: middle !important; }

.align-bottom {
  vertical-align: bottom !important; }

.align-text-bottom {
  vertical-align: text-bottom !important; }

.align-text-top {
  vertical-align: text-top !important; }

.bg-primary {
  background-color: #6660aa !important; }

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #504b8c !important; }

.bg-secondary {
  background-color: #ff8264 !important; }

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #ff5931 !important; }

.bg-success {
  background-color: #28a745 !important; }

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important; }

.bg-info {
  background-color: #17a2b8 !important; }

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important; }

.bg-warning {
  background-color: #ffc107 !important; }

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important; }

.bg-danger {
  background-color: #dc3545 !important; }

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important; }

.bg-light {
  background-color: #f8f9fa !important; }

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important; }

.bg-dark {
  background-color: #343a40 !important; }

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important; }

.bg-white {
  background-color: #fff !important; }

.bg-transparent {
  background-color: transparent !important; }

.border {
  border: 1px solid #dee2e6 !important; }

.border-top {
  border-top: 1px solid #dee2e6 !important; }

.border-right {
  border-right: 1px solid #dee2e6 !important; }

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important; }

.border-left {
  border-left: 1px solid #dee2e6 !important; }

.border-0 {
  border: 0 !important; }

.border-top-0 {
  border-top: 0 !important; }

.border-right-0 {
  border-right: 0 !important; }

.border-bottom-0 {
  border-bottom: 0 !important; }

.border-left-0 {
  border-left: 0 !important; }

.border-primary {
  border-color: #6660aa !important; }

.border-secondary {
  border-color: #ff8264 !important; }

.border-success {
  border-color: #28a745 !important; }

.border-info {
  border-color: #17a2b8 !important; }

.border-warning {
  border-color: #ffc107 !important; }

.border-danger {
  border-color: #dc3545 !important; }

.border-light {
  border-color: #f8f9fa !important; }

.border-dark {
  border-color: #343a40 !important; }

.border-white {
  border-color: #fff !important; }

.rounded-sm {
  border-radius: 0.2rem !important; }

.rounded {
  border-radius: 0.25rem !important; }

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important; }

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important; }

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-lg {
  border-radius: 0.3rem !important; }

.rounded-circle {
  border-radius: 50% !important; }

.rounded-pill {
  border-radius: 50rem !important; }

.rounded-0 {
  border-radius: 0 !important; }

.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: flex !important; }

.d-inline-flex {
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: flex !important; }
  .d-sm-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1140px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: flex !important; }
  .d-md-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: flex !important; }
  .d-lg-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1520px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: flex !important; }
  .d-xl-inline-flex {
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: flex !important; }
  .d-print-inline-flex {
    display: inline-flex !important; } }

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .embed-responsive::before {
    display: block;
    content: ""; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-21by9::before {
  padding-top: 42.85714%; }

.embed-responsive-16by9::before {
  padding-top: 56.25%; }

.embed-responsive-4by3::before {
  padding-top: 75%; }

.embed-responsive-1by1::before {
  padding-top: 100%; }

.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.flex-fill {
  flex: 1 1 auto !important; }

.flex-grow-0 {
  flex-grow: 0 !important; }

.flex-grow-1 {
  flex-grow: 1 !important; }

.flex-shrink-0 {
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  flex-shrink: 1 !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

.align-items-center {
  align-items: center !important; }

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

.align-content-center {
  align-content: center !important; }

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

.align-self-center {
  align-self: center !important; }

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important; }
  .flex-sm-column {
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    justify-content: center !important; }
  .justify-content-sm-between {
    justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .align-items-sm-start {
    align-items: flex-start !important; }
  .align-items-sm-end {
    align-items: flex-end !important; }
  .align-items-sm-center {
    align-items: center !important; }
  .align-items-sm-baseline {
    align-items: baseline !important; }
  .align-items-sm-stretch {
    align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    align-self: stretch !important; } }

@media (min-width: 1140px) {
  .flex-md-row {
    flex-direction: row !important; }
  .flex-md-column {
    flex-direction: column !important; }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    flex-grow: 0 !important; }
  .flex-md-grow-1 {
    flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-md-start {
    justify-content: flex-start !important; }
  .justify-content-md-end {
    justify-content: flex-end !important; }
  .justify-content-md-center {
    justify-content: center !important; }
  .justify-content-md-between {
    justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .align-items-md-start {
    align-items: flex-start !important; }
  .align-items-md-end {
    align-items: flex-end !important; }
  .align-items-md-center {
    align-items: center !important; }
  .align-items-md-baseline {
    align-items: baseline !important; }
  .align-items-md-stretch {
    align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-lg-row {
    flex-direction: row !important; }
  .flex-lg-column {
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-lg-start {
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    justify-content: center !important; }
  .justify-content-lg-between {
    justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .align-items-lg-start {
    align-items: flex-start !important; }
  .align-items-lg-end {
    align-items: flex-end !important; }
  .align-items-lg-center {
    align-items: center !important; }
  .align-items-lg-baseline {
    align-items: baseline !important; }
  .align-items-lg-stretch {
    align-items: stretch !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-self-lg-auto {
    align-self: auto !important; }
  .align-self-lg-start {
    align-self: flex-start !important; }
  .align-self-lg-end {
    align-self: flex-end !important; }
  .align-self-lg-center {
    align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    align-self: stretch !important; } }

@media (min-width: 1520px) {
  .flex-xl-row {
    flex-direction: row !important; }
  .flex-xl-column {
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    justify-content: center !important; }
  .justify-content-xl-between {
    justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .align-items-xl-start {
    align-items: flex-start !important; }
  .align-items-xl-end {
    align-items: flex-end !important; }
  .align-items-xl-center {
    align-items: center !important; }
  .align-items-xl-baseline {
    align-items: baseline !important; }
  .align-items-xl-stretch {
    align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    align-self: stretch !important; } }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-none {
  float: none !important; }

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important; }
  .float-sm-right {
    float: right !important; }
  .float-sm-none {
    float: none !important; } }

@media (min-width: 1140px) {
  .float-md-left {
    float: left !important; }
  .float-md-right {
    float: right !important; }
  .float-md-none {
    float: none !important; } }

@media (min-width: 1200px) {
  .float-lg-left {
    float: left !important; }
  .float-lg-right {
    float: right !important; }
  .float-lg-none {
    float: none !important; } }

@media (min-width: 1520px) {
  .float-xl-left {
    float: left !important; }
  .float-xl-right {
    float: right !important; }
  .float-xl-none {
    float: none !important; } }

.user-select-all {
  user-select: all !important; }

.user-select-auto {
  user-select: auto !important; }

.user-select-none {
  user-select: none !important; }

.overflow-auto {
  overflow: auto !important; }

.overflow-hidden {
  overflow: hidden !important; }

.position-static {
  position: static !important; }

.position-relative {
  position: relative !important; }

.position-absolute {
  position: absolute !important; }

.position-fixed {
  position: fixed !important; }

.position-sticky {
  position: sticky !important; }

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020; } }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal; }

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(2, 44, 59, 0.075) !important; }

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(2, 44, 59, 0.15) !important; }

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(2, 44, 59, 0.175) !important; }

.shadow-none {
  box-shadow: none !important; }

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.w-auto {
  width: auto !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.h-auto {
  height: auto !important; }

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

.min-vw-100 {
  min-width: 100vw !important; }

.min-vh-100 {
  min-height: 100vh !important; }

.vw-100 {
  width: 100vw !important; }

.vh-100 {
  height: 100vh !important; }

.m-0 {
  margin: 0 !important; }

.mt-0,
.my-0 {
  margin-top: 0 !important; }

.mr-0,
.mx-0 {
  margin-right: 0 !important; }

.mb-0,
.my-0 {
  margin-bottom: 0 !important; }

.ml-0,
.mx-0 {
  margin-left: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.mt-1,
.my-1 {
  margin-top: 0.25rem !important; }

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important; }

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important; }

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.mt-2,
.my-2 {
  margin-top: 0.5rem !important; }

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important; }

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important; }

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.mt-3,
.my-3 {
  margin-top: 1rem !important; }

.mr-3,
.mx-3 {
  margin-right: 1rem !important; }

.mb-3,
.my-3 {
  margin-bottom: 1rem !important; }

.ml-3,
.mx-3 {
  margin-left: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.mt-4,
.my-4 {
  margin-top: 1.5rem !important; }

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important; }

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important; }

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.mt-5,
.my-5 {
  margin-top: 3rem !important; }

.mr-5,
.mx-5 {
  margin-right: 3rem !important; }

.mb-5,
.my-5 {
  margin-bottom: 3rem !important; }

.ml-5,
.mx-5 {
  margin-left: 3rem !important; }

.p-0 {
  padding: 0 !important; }

.pt-0,
.py-0 {
  padding-top: 0 !important; }

.pr-0,
.px-0 {
  padding-right: 0 !important; }

.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

.pl-0,
.px-0 {
  padding-left: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.pt-1,
.py-1 {
  padding-top: 0.25rem !important; }

.pr-1,
.px-1 {
  padding-right: 0.25rem !important; }

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important; }

.pl-1,
.px-1 {
  padding-left: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2,
.py-2 {
  padding-top: 0.5rem !important; }

.pr-2,
.px-2 {
  padding-right: 0.5rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important; }

.pl-2,
.px-2 {
  padding-left: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.pt-3,
.py-3 {
  padding-top: 1rem !important; }

.pr-3,
.px-3 {
  padding-right: 1rem !important; }

.pb-3,
.py-3 {
  padding-bottom: 1rem !important; }

.pl-3,
.px-3 {
  padding-left: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.pt-4,
.py-4 {
  padding-top: 1.5rem !important; }

.pr-4,
.px-4 {
  padding-right: 1.5rem !important; }

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important; }

.pl-4,
.px-4 {
  padding-left: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.pt-5,
.py-5 {
  padding-top: 3rem !important; }

.pr-5,
.px-5 {
  padding-right: 3rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 3rem !important; }

.pl-5,
.px-5 {
  padding-left: 3rem !important; }

.m-n1 {
  margin: -0.25rem !important; }

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important; }

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important; }

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important; }

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important; }

.m-n2 {
  margin: -0.5rem !important; }

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important; }

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important; }

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important; }

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important; }

.m-n3 {
  margin: -1rem !important; }

.mt-n3,
.my-n3 {
  margin-top: -1rem !important; }

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important; }

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important; }

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important; }

.m-n4 {
  margin: -1.5rem !important; }

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important; }

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important; }

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important; }

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important; }

.m-n5 {
  margin: -3rem !important; }

.mt-n5,
.my-n5 {
  margin-top: -3rem !important; }

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important; }

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important; }

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto,
.my-auto {
  margin-top: auto !important; }

.mr-auto,
.mx-auto {
  margin-right: auto !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

.ml-auto,
.mx-auto {
  margin-left: auto !important; }

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }
  .m-sm-n1 {
    margin: -0.25rem !important; }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important; }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important; }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important; }
  .m-sm-n2 {
    margin: -0.5rem !important; }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important; }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important; }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important; }
  .m-sm-n3 {
    margin: -1rem !important; }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important; }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important; }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important; }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important; }
  .m-sm-n4 {
    margin: -1.5rem !important; }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important; }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important; }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important; }
  .m-sm-n5 {
    margin: -3rem !important; }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important; }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important; }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important; }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 1140px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }
  .m-md-n1 {
    margin: -0.25rem !important; }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important; }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important; }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important; }
  .m-md-n2 {
    margin: -0.5rem !important; }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important; }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important; }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important; }
  .m-md-n3 {
    margin: -1rem !important; }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important; }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important; }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important; }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important; }
  .m-md-n4 {
    margin: -1.5rem !important; }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important; }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important; }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important; }
  .m-md-n5 {
    margin: -3rem !important; }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important; }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important; }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important; }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 1200px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }
  .m-lg-n1 {
    margin: -0.25rem !important; }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important; }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important; }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important; }
  .m-lg-n2 {
    margin: -0.5rem !important; }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important; }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important; }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important; }
  .m-lg-n3 {
    margin: -1rem !important; }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important; }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important; }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important; }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important; }
  .m-lg-n4 {
    margin: -1.5rem !important; }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important; }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important; }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important; }
  .m-lg-n5 {
    margin: -3rem !important; }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important; }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important; }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important; }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1520px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }
  .m-xl-n1 {
    margin: -0.25rem !important; }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important; }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important; }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important; }
  .m-xl-n2 {
    margin: -0.5rem !important; }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important; }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important; }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important; }
  .m-xl-n3 {
    margin: -1rem !important; }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important; }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important; }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important; }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important; }
  .m-xl-n4 {
    margin: -1.5rem !important; }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important; }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important; }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important; }
  .m-xl-n5 {
    margin: -3rem !important; }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important; }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important; }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important; }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0); }

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important; }

.text-justify {
  text-align: justify !important; }

.text-wrap {
  white-space: normal !important; }

.text-nowrap {
  white-space: nowrap !important; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 1140px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1520px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.font-weight-light {
  font-weight: 300 !important; }

.font-weight-lighter {
  font-weight: lighter !important; }

.font-weight-normal {
  font-weight: 400 !important; }

.font-weight-bold {
  font-weight: 700 !important; }

.font-weight-bolder {
  font-weight: bolder !important; }

.font-italic {
  font-style: italic !important; }

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

.text-primary {
  color: #6660aa !important; }

a.text-primary:hover, a.text-primary:focus {
  color: #47427b !important; }

.text-secondary {
  color: #ff8264 !important; }

a.text-secondary:hover, a.text-secondary:focus {
  color: #ff4418 !important; }

.text-success {
  color: #28a745 !important; }

a.text-success:hover, a.text-success:focus {
  color: #19692c !important; }

.text-info {
  color: #17a2b8 !important; }

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important; }

.text-warning {
  color: #ffc107 !important; }

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important; }

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

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important; }

.text-light {
  color: #f8f9fa !important; }

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important; }

.text-dark {
  color: #343a40 !important; }

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important; }

.text-body {
  color: #212529 !important; }

.text-muted {
  color: #6c757d !important; }

.text-black-50 {
  color: rgba(2, 44, 59, 0.5) !important; }

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.text-decoration-none {
  text-decoration: none !important; }

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important; }

.text-reset {
  color: inherit !important; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-selection--single .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em; }

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px; }

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline;
  list-style: none;
  padding: 0; }

.select2-container .select2-selection--multiple .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em; }

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  margin-left: 5px;
  padding: 0;
  max-width: 100%;
  resize: none;
  height: 18px;
  vertical-align: bottom;
  font-family: sans-serif;
  overflow: hidden;
  word-break: keep-all; }

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none; }

.select2-results__option--selectable {
  cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box; }

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-search--dropdown.select2-search--hide {
  display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px; }

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
  padding-right: 0px; }

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px; }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  padding-bottom: 5px;
  padding-right: 5px;
  position: relative; }

.select2-container--default .select2-selection--multiple.select2-selection--clearable {
  padding-right: 25px; }

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  font-weight: bold;
  height: 20px;
  margin-right: 10px;
  margin-top: 5px;
  position: absolute;
  right: 0;
  padding: 1px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
  padding-left: 20px;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
  white-space: nowrap; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-right: 1px solid #aaa;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #999;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
  position: absolute;
  left: 0;
  top: 0; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
  background-color: #f1f1f1;
  color: #333;
  outline: none; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  border-left: 1px solid #aaa;
  border-right: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__clear {
  float: left;
  margin-left: 10px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em; }

.select2-container--default .select2-results__option--group {
  padding: 0; }

.select2-container--default .select2-results__option--disabled {
  color: #999; }

.select2-container--default .select2-results__option--selected {
  background-color: #ddd; }

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px; }

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px; }

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
  padding-bottom: 5px;
  padding-right: 5px; }

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #888;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
  outline: none; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option--group {
  padding: 0; }

.select2-container--classic .select2-results__option--disabled {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #3875d7;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #ccc; }

.mfp-preloader a:hover {
  color: #fff; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1; }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px; }

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px; }

.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
         * Remove all paddings around the image on small screen
         */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

/*! Flickity v2.3.0
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative; }

.flickity-enabled:focus {
  outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%; }

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%; }

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

/* ---- flickity-button ---- */
.flickity-button {
  position: absolute;
  background: rgba(255, 255, 255, 0.75);
  border: none;
  color: #333; }

.flickity-button:hover {
  background: white;
  cursor: pointer; }

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19f; }

.flickity-button:active {
  opacity: 0.6; }

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none; }

.flickity-button-icon {
  fill: currentColor; }

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%); }

.flickity-prev-next-button.previous {
  left: 10px; }

.flickity-prev-next-button.next {
  right: 10px; }

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px; }

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px; }

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%; }

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1; }

.flickity-rtl .flickity-page-dots {
  direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer; }

.flickity-page-dots .dot.is-selected {
  opacity: 1; }

/* flickity-fade */
.flickity-enabled.is-fade .flickity-slider > * {
  pointer-events: none;
  z-index: 0; }

.flickity-enabled.is-fade .flickity-slider > .is-selected {
  pointer-events: auto;
  z-index: 1; }

/*----------------------------------------------------
UTIL 
----------------------------------------------------*/
/**
Import google font or custom font here
*/
@font-face {
  font-family: Miller;
  src: url("../fonts/miller-display.otf") format("opentype"); }

@font-face {
  font-family: Miller;
  font-style: italic;
  src: url("../fonts/millerdisplay-it.ttf") format("truetype"); }

@font-face {
  font-family: Bernina Sans Bold;
  src: url("../fonts/Bernina-Sans-Bold.otf") format("opentype"); 
}
@font-face {
  font-family: Bernina Sans Semi;
  src: url("../fonts/Bernina-Sans-Semi.otf") format("opentype"); 
}
@font-face {
  font-family: La Luxes;
  src: url("../fonts/LaLuxesSerif.ttf") format("truetype"); 
}

@font-face {
  font-family: NeutraDisp;
  src: url("../fonts/NeutraDisp-BoldAlt.otf") format("truetype"); 
}

@font-face {
  font-family: TorontoSubway;
  src: url("../fonts/Toronto-Subway-Bold.otf") format("truetype"); 
}

#wpadminbar {
  top: unset;
  bottom: 0; }
  #wpadminbar.mobile {
    display: none !important; }
  #wpadminbar .hover .ab-sub-wrapper,
  #wpadminbar #wpadminbar .quicklinks .menupop ul {
    bottom: 28px; }

.disable-click {
  pointer-events: none; }

a.btn-global-book {
  background-color: #d44320;
  z-index: 2000;
  color: #fff;
  border-radius: 3px 3px 0 0;
  position: fixed;
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform-origin: bottom right;
  position: fixed;
  right: 0px;
  width: 186px;
  top: 290px;
  min-height: 53px;
  font-size: 17px;
  line-height: 23px;
  font-weight: 600; }
  a.btn-global-book:hover {
    background-color: #6660aa;
    color: #fff; }

.flickity-button {
  background-color: transparent;
  opacity: 1; }
  .flickity-button:hover {
    background: transparent; }
    .flickity-button:hover path {
      stroke: #6660aa; }
  .flickity-button:active, .flickity-button:focus {
    outline: 0;
    box-shadow: none; }

html.show-overlay {
  overflow: hidden; }
  html.show-overlay body > .overlay {
    display: block; }

body {
  margin: 0 auto;
  overflow-x: hidden; }

body > .overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 900;
  transition: all 0.3s ease; }

.fancy-border {
  border-bottom: 1px solid rgba(102, 96, 170, 0.4);
  box-shadow: inset 0 -2px 0px 0px rgba(102, 96, 170, 0.4);
  transition: all 0.25s; }
  .fancy-border:hover, .fancy-border:active {
    text-decoration: none;
    background-color: #6660aa;
    color: #fff; }

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

iframe {
  max-width: 100%; }

.only-mobile,
.only_mobile {
  display: none; }

@media (max-width: 1139.98px) {
  .only-mobile,
  .only_mobile {
    display: block; }
  .only-desktop,
  .only_desktop {
    display: none; } }

.items {
  display: flex;
  flex-wrap: wrap;
  margin: -15px;
  flex-grow: 1; }
  .items .item {
    width: 33.33%;
    padding: 15px; }
    .items .item > div,
    .items .item a {
      overflow: hidden; }
  @media (max-width: 1199.98px) {
    .items .items {
      margin: -10px; }
    .items .item {
      padding: 10px;
      width: 50%; } }
  @media (max-width: 575.98px) {
    .items .items {
      margin: -10px; }
    .items .item {
      padding: 10px;
      width: 100%; } }

/* Bootstrap Modal fix"*/
.modal[aria-hidden="true"] {
  z-index: -1; }

.container .container {
  padding: 0; }

.go-back-to-top {
  font-size: 16px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #20c997;
  color: #fff;
  position: fixed;
  bottom: -80px;
  right: 45px;
  z-index: 900;
  transition: all 0.42s ease;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(2, 44, 59, 0.1);
  background: #fafafa;
  color: #000000; }
  .go-back-to-top:active, .go-back-to-top:focus, .go-back-to-top:hover {
    outline: 0;
    box-shadow: none;
    background-color: #6660aa;
    color: #fff; }
  @media (max-width: 1139.98px) {
    .go-back-to-top {
      display: none; } }

.go-modal-wrapper {
  padding: 100px 25px;
  position: fixed;
  z-index: 2000;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.7);
  overflow-y: auto; }
  .go-modal-wrapper .btn-close-modal {
    position: absolute;
    left: 35px;
    top: 35px; }
  .go-modal-wrapper .modal-content {
    width: 816px;
    background-color: #fff;
    display: block;
    margin: 0 auto;
    padding: 90px;
    position: relative; }
  @media (max-width: 1199.98px) {
    .go-modal-wrapper {
      padding: 40px 25px; } }

html.go-modal-open {
  overflow: hidden; }

.ads-area .content {
  font-family: Miller, "Open Sans", sans-serif;
  color: #6660aa;
  font-size: 25px;
  font-weight: 400;
  text-align: center;
  font-size: 25px;
  letter-spacing: -0.02em;
  line-height: 45px;
  padding: 120px 25px;
  background-color: #f0f0f0; }

.lead-text-after-banner {
  max-width: 800px;
  margin: 80px auto 110px auto;
  padding: 0 20px;
  font-family: Miller, "Open Sans", sans-serif;
  color: #6660aa;
  text-align: center;
  font-size: 25px;
  line-height: 35px;
  text-align: center;
  color: #6660aa; }
  @media (max-width: 1199.98px) {
    .lead-text-after-banner {
      margin: 40px 0 70px 0;
      padding: 0 35px; } }

.component-404 {
  max-width: 500px;
  margin: 60px auto 100px auto; }
  .component-404 img {
    max-width: 450px;
    width: 450px;
    margin: 0 auto 40px auto;
    display: block; }
  .component-404 h1 {
    color: #6660aa;
    font-size: 40px;
    margin-bottom: 40px; }
    .component-404 h1 i {
      font-style: none;
      font-weight: 700; }
  .component-404 a {
    min-width: 250px; }
    .component-404 a:hover {
      background-color: #d44320;
      border-color: #d44320; }
  @media (max-width: 1199.98px) {
    .component-404 img {
      width: 100%;
      min-width: 100%; } }

.signature-programs-lead-text {
  max-width: 770px;
  padding: 0 25px;
  margin: 50px auto 90px auto;
  text-align: center;
  color: #6660aa;
  font-family: Miller, "Open Sans", sans-serif;
  font-size: 25px;
  line-height: 35px; }

/**
 * Simple fade transition,
 */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out; }

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8; }

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0; }

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out; }

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1; }

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0; }

.go-modal-wrapper.mailchimp-modal .btn-close-modal rect {
  fill: #fff; }

.go-modal-wrapper.mailchimp-modal .btn-close-modal:hover rect {
  fill: #ff8264; }

.go-modal-wrapper.mailchimp-modal .modal-content {
  width: 600px;
  max-width: 100%;
  color: #fff; }

.go-modal-wrapper.mailchimp-modal #mc_embed_signup {
  margin: 0 auto;
  background: #6660aa;
  max-width: 100%; }
  .go-modal-wrapper.mailchimp-modal #mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
    padding: 0;
    font-size: 14px;
    background: transparent;
    color: #ffd5d5;
    font-weight: 400;
    margin: 5px 0 0 0;
    padding: 10px;
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
    position: relative;
    padding: 0.75rem 1.25rem;
    border: 1px solid transparent;
    border-radius: 0.25rem; }
  .go-modal-wrapper.mailchimp-modal #mc_embed_signup [type="submit"] {
    width: 100%;
    min-height: 60px;
    font-size: 20px;
    border-radius: 5px;
    border: 0;
    color: #fff;
    background: #d44320;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: Miller, "Open Sans", sans-serif; }
    @media (max-width: 1199.98px) {
      .go-modal-wrapper.mailchimp-modal #mc_embed_signup [type="submit"] {
        font-size: 20px; } }
  .go-modal-wrapper.mailchimp-modal #mc_embed_signup .helper_text {
    padding: 0; }
  .go-modal-wrapper.mailchimp-modal #mc_embed_signup #mce-responses {
    padding: 0;
    margin: 0;
    width: 100%;
    float: none;
    overflow: unset; }
    .go-modal-wrapper.mailchimp-modal #mc_embed_signup #mce-responses > div {
      position: relative;
      padding: 0.75rem 1.25rem;
      margin-bottom: 1rem;
      border: 1px solid transparent;
      border-radius: 0.25rem;
      margin: 20px 0;
      font-size: 15px; }
    .go-modal-wrapper.mailchimp-modal #mc_embed_signup #mce-responses #mce-error-response {
      color: #721c24;
      background-color: #f8d7da;
      border-color: #f5c6cb; }
    .go-modal-wrapper.mailchimp-modal #mc_embed_signup #mce-responses #mce-success-response {
      color: #155724;
      background-color: #d4edda;
      border-color: #c3e6cb;
      width: 100%; }
  .go-modal-wrapper.mailchimp-modal #mc_embed_signup .mc-field-group {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin: 20px 0;
    padding: 0;
    width: 100%; }
    .go-modal-wrapper.mailchimp-modal #mc_embed_signup .mc-field-group input {
      border: 1px solid #a7a8a9;
      border-radius: 3px;
      min-height: 40px;
      padding: 0 20px; }
    .go-modal-wrapper.mailchimp-modal #mc_embed_signup .mc-field-group label {
      font-family: Miller, "Open Sans", sans-serif;
      font-weight: normal;
      font-size: 18px;
      line-height: 1.4;
      text-align: left;
      color: #fff;
      margin-bottom: 7px; }
  .go-modal-wrapper.mailchimp-modal #mc_embed_signup h2 {
    font-size: 50px;
    color: #6660aa;
    margin: 0 0 20px 0;
    text-align: center;
    color: #fff; }
  .go-modal-wrapper.mailchimp-modal #mc_embed_signup form {
    padding: 60px 35px; }
  @media (max-width: 1199.98px) {
    .go-modal-wrapper.mailchimp-modal #mc_embed_signup h2 {
      font-size: 45px;
      text-align: left; }
    .go-modal-wrapper.mailchimp-modal #mc_embed_signup form {
      padding: 50px 25px; } }

.go-modal-wrapper.mailchimp-modal .btn-close-modal {
  left: unset;
  right: 20px;
  top: 20px;
  padding: 0;
  z-index: 6; }

.bg-gray {
  background-color: #f0f0f0; }

.search-modal .modal-content {
  border-radius: 5px;
  max-width: 100%;
  width: 550px; }

.search-modal .btn-close-modal {
  position: absolute;
  position: absolute;
  right: 25px;
  left: unset;
  top: 15px;
  padding: 0;
  width: 23px; }
  .search-modal .btn-close-modal:hover path {
    fill: #d44320; }

.search-modal label {
  font-size: 18px;
  font-weight: 600; }

.search-modal form.search-form {
  display: flex;
  flex-direction: column;
  padding: 45px 20px 20px 20px;
  border-radius: 5px;
  align-items: flex-start; }

.search-modal [type="text"] {
  border: 1px solid #2b2b2b;
  min-height: 45px;
  padding: 0 20px;
  width: 100%; }

.search-modal .btn-primary {
  margin: 10px 0;
  display: inline-block; }

.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
  border-radius: 0;
  font-size: 16px;
  line-height: 24px; }
  .btn:active, .btn:focus {
    box-shadow: none;
    outline: none; }

.btn-ghost,
.btn-primary {
  min-height: 48px;
  min-width: 125px;
  padding: 12px 20px;
  font-weight: 600;
  line-height: 24px;
  font-size: 16px; }

.btn-ghost {
  font-weight: 500;
  color: #022c3b;
  line-height: 16px;
  border: 1px solid #e7e7eb;
  color: #6660aa; }
  .btn-ghost:hover {
    background-color: #6660aa;
    color: #fff; }

.btn-icon {
  padding: 0; }

.btn-link-with-arrow {
  font-size: 18px;
  line-height: 18px;
  display: flex;
  justify-content: center;
  transition: all 0.3s ease;
  align-items: center; }
  .btn-link-with-arrow span {
    display: flex;
    align-items: center;
    padding-left: 8px;
    position: relative;
    right: 0;
    transition: all 0.3s ease; }
  .btn-link-with-arrow:hover {
    text-decoration: none; }
    .btn-link-with-arrow:hover span {
      right: -5px; }

.generic-text-component > .container > .content {
  max-width: 540px;
  margin: 0 auto; }

.generic-text-component .wp-block-column > p {
  margin-bottom: 8px; }

.generic-text-component h1,
.generic-text-component .title-1 {
  font-size: 40px;
  line-height: 48px;
  letter-spacing: -0.5px;
  margin-bottom: 20px; }

.generic-text-component h2,
.generic-text-component .title-2 {
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.1px;
  margin-bottom: 20px; }

.generic-text-component h3,
.generic-text-component .title-3 {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 20px; }

.generic-text-component h4,
.generic-text-component .subtitle {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 12px; }

.generic-text-component ol,
.generic-text-component ul {
  padding-left: 18px;
  margin: 40px 0; }
  .generic-text-component ol li,
  .generic-text-component ul li {
    margin-bottom: 8px; }

@media (max-width: 1139.98px) {
  .generic-text-component h1,
  .generic-text-component .title-1 {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -0.1px;
    margin-bottom: 16px; }
  .generic-text-component h2,
  .generic-text-component .title-2 {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -0.1px;
    margin-bottom: 16px; } }

.generic-page .wp-block-columns {
  max-width: 540px;
  margin: 0 auto; }
  .generic-page .wp-block-columns p {
    margin-bottom: 8px; }

.generic-page table tr:first-of-type th,
.generic-page table tr:first-of-type td {
  font-weight: 600; }

.generic-page table tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08); }

.generic-page table td {
  padding: 12px 6px;
  white-space: nowrap; }

.generic-page .wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  background-color: transparent; }

.generic-page .wp-block-table.is-style-stripes tbody tr:nth-child(even) {
  background: #fbfbfb; }

.coder618-accordion {
  max-width: 540px;
  margin: 0 auto 40px auto; }
  .coder618-accordion .each-accordion-item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.08); }
    .coder618-accordion .each-accordion-item .icons {
      display: flex;
      align-items: center;
      height: 100%;
      position: absolute;
      right: 0; }
      .coder618-accordion .each-accordion-item .icons > div {
        display: flex;
        justify-content: center;
        align-items: center; }
      .coder618-accordion .each-accordion-item .icons .minus-icon {
        display: none; }
      .coder618-accordion .each-accordion-item .icons .plus-icon {
        transition: all 0.3s ease; }
    .coder618-accordion .each-accordion-item.active .plus-icon {
      transform: rotate(180deg); }
  .coder618-accordion .title-wrapper {
    padding-right: 40px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    position: relative; }
    .coder618-accordion .title-wrapper .title {
      padding: 20px 0;
      font-size: 18px;
      line-height: 28px;
      font-weight: 500; }
  .coder618-accordion .detail-wrapper {
    margin-bottom: 24px; }
  @media (max-width: 1139.98px) {
    .coder618-accordion .title-wrapper {
      padding-right: 0px; }
    .coder618-accordion .each-accordion-item .icons {
      position: relative;
      padding-top: 25px; } }

.point-with-number-and-detail {
  max-width: 540px;
  margin: 0 auto 40px auto; }
  .point-with-number-and-detail .each-accordion-item {
    margin-bottom: 40px; }
  .point-with-number-and-detail .title-wrapper {
    margin-bottom: 18px;
    display: flex; }
  .point-with-number-and-detail .detail-wrapper {
    padding-left: 40px; }
  .point-with-number-and-detail .number {
    width: 24px;
    height: 24px;
    margin-right: 16px;
    border: 2px solid #000;
    display: flex;
    justify-content: center;
    font-size: 14px;
    align-items: center;
    padding-top: 2px;
    border-radius: 50%; }

.point-with-only-title {
  max-width: 540px;
  margin: 0 auto 40px auto; }
  .point-with-only-title .title-items {
    display: flex;
    flex-direction: column; }
  .point-with-only-title .link-wrapper {
    position: relative; }
    .point-with-only-title .link-wrapper a {
      font-size: 18px;
      line-height: 28px;
      border-bottom: 1px solid rgba(0, 0, 0, 0.08);
      padding: 16px 0;
      color: #000;
      display: block;
      transition: all 0.3s ease; }
      .point-with-only-title .link-wrapper a:hover {
        border-color: #6660aa;
        text-decoration: none; }
    .point-with-only-title .link-wrapper svg {
      position: absolute;
      right: 0;
      top: 20px; }

.half-and-half {
  max-width: 540px;
  margin: 0 auto 40px auto; }
  .half-and-half .right-part img {
    width: 100%; }
  .half-and-half .content {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .half-and-half .content > div {
      width: calc(50% - 15px); }
  .half-and-half .left-part {
    margin-right: 30px; }
  .half-and-half .title {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 16px;
    font-weight: 500; }
  .half-and-half .detail {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.1px; }
    .half-and-half .detail p:last-of-type {
      margin-bottom: 0; }
  .half-and-half .btn-link {
    margin-top: 16px;
    padding: 0; }
  @media (max-width: 1139.98px) {
    .half-and-half .content {
      flex-direction: column-reverse; }
      .half-and-half .content > div {
        width: 100%; }
      .half-and-half .content .left-part {
        margin: 28px 0 0 0; } }

.column-with-detail-icon {
  max-width: 540px;
  margin: 0 auto 40px auto; }
  .column-with-detail-icon .column-items {
    display: grid;
    gap: 30px;
    grid-template-columns: 1fr 1fr; }
  .column-with-detail-icon .column-item img {
    margin-bottom: 20px; }
  .column-with-detail-icon .column-item .title {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 16px; }
  .column-with-detail-icon .column-item .detail {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.1px; }
    .column-with-detail-icon .column-item .detail a {
      margin-top: 16px; }
  @media (max-width: 1139.98px) {
    .column-with-detail-icon .column-items {
      grid-template-columns: 1fr;
      gap: 25px; } }

/* Standard syntax */
@keyframes fadeInBottom {
  from {
    opacity: 0.5;
    transform: translateY(10px); }
  to {
    opacity: 1;
    transform: translateY(0px); } }

@keyframes mymove {
  50% {
    transform: rotate(180deg); } }

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(10px); }
  to {
    opacity: 1;
    transform: scale(1);
    transform: translateX(0px); } }

@keyframes fade {
  from {
    opacity: 0.5; }
  to {
    opacity: 1; } }

.d_block_with_animation {
  display: block !important;
  animation: fadeInBottom 0.4s ease; }

@keyframes ripple {
  0% {
    opacity: 0.825; }
  100% {
    border-radius: 50%;
    opacity: 0;
    transform: scale(2); } }

@keyframes large-and-back {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.05); }
  100% {
    transform: scale(1); } }

/*----------------------------------------------------
Layout/Fixed part
----------------------------------------------------*/
footer {
  background-color: #f7f7f7; }
  footer ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex; }
  footer .content {
    padding: 55px 0 45px 0; }
  footer .content {
    display: flex;
    justify-content: space-between;
    align-items: flex-end; }

  footer .right-part {
    top: -8px;
    position: relative;
    display: flex;
    gap: 80px;
}

.canada-awards-footer {
    display: flex;
    flex-direction: column;
}
.canada-awards-footer span{
	font-size: 14px;
    color: #6660aa;
    margin-bottom: 10px;
}
.canada-awards-footer img{
    max-width: 180px;
}

.footer-soical-wrapper{
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 12px;
    row-gap: 12px;
}

  footer .top-nav {
    padding-bottom: 15px; }
    footer .top-nav ul a {
      color: #6660aa;
      font-size: 17px;
      line-height: 1;
      font-weight: 600;
      transition: all 0.2s ease; }
      footer .top-nav ul a:hover {
        text-decoration: none;
        color: #ff8264;
        text-decoration: underline; }
    footer .top-nav ul > li {
      margin-right: 33px; }
      footer .top-nav ul > li:last-of-type {
        margin-right: 0; }
  footer .bottom-nav {
    padding: 20px 0 55px 0; }
    footer .bottom-nav ul li {
      margin-right: 15px;
      padding-right: 15px;
      position: relative; }
      footer .bottom-nav ul li:after {
        content: " ";
        position: absolute;
        right: 0;
        top: 6px;
        width: 1px;
        background: #53565a;
        height: 14px; }
      footer .bottom-nav ul li:last-child {
        padding: 0;
        margin: 0; }
        footer .bottom-nav ul li:last-child:after {
          display: none; }
    footer .bottom-nav ul a {
      font-size: 15px;
      color: #53565a;
      line-height: 20px; }
      footer .bottom-nav ul a:hover {
        text-decoration: none;
        color: #6660aa;
        text-decoration: underline; }
  footer .bottom-copyright-part-with-link {
    border-top: 1px solid #a7a8a9;
    padding-bottom: 20px; }


	 footer .copyright-container{
		display: flex;
		justify-content: start;
		gap: 20px;
		align-items: center; 
	  }
	  footer .copyright-container .copyright{
		color: #53565a;
		font-size: 15px;
		line-height: 20px;
		text-align: left; 
	  }

  footer .footer-lead {
    font-size: 30px;
    margin-bottom: 25px;
    line-height: 1;
    font-family: Miller, "Open Sans", sans-serif;
    letter-spacing: -0.75px;
    color: #75787b; }
  footer .social-links {
    display: flex; }
    footer .social-links a {
      display: block;
      margin-right: 25px;
      max-width: 20px; }
      footer .social-links a svg {
        max-width: 100%; }
      footer .social-links a:first-of-type {
        margin-left: 2px; }
      footer .social-links a:last-child {
        margin: 0; }
      footer .social-links a path {
        transition: all 0.3s ease;
        fill: #75787b; }
      footer .social-links a:hover path {
        fill: #ff8264; }
  @media (max-width: 1139.98px) {
    footer .left-part {
      width: 100%;
      flex-direction: column-reverse;
      display: flex; }
    footer .content {
      flex-wrap: wrap;
      padding-bottom: 0px;
      padding-top: 40px; }
    footer #footer-one {
      flex-wrap: wrap;
      display: grid;
      grid-template-columns: 1fr 1fr;
      column-gap: 12px;
      row-gap: 12px;
      border-bottom: 0; }
      footer #footer-one li a {
        white-space: nowrap; }
    footer .top-nav {
      border-bottom: 0; }
    footer .right-part {
      display: none; }
    footer .bottom-nav {
      padding-bottom: 35px !important; }
    footer .be-with-us {
      padding-bottom: 32px; }
    footer .copyright {
      text-align: left; }
    footer .download-pdf-btn {
      width: 100%; }
    footer .bottom-nav {
      padding: 30px 0 55px 0; }
      footer .bottom-nav ul {
        display: grid;
        grid-template-columns: 1fr 1fr;
        column-gap: 10px;
        row-gap: 20px; }
        footer .bottom-nav ul li {
          margin: 0; }
          footer .bottom-nav ul li:after {
            display: none; } }

@media (max-width: 1139.98px) {
  .footer-container {
    display: none; } }

.footer-mobile {
  display: none; }
  @media (max-width: 1199.98px) {
    .footer-mobile {
      display: block; } }
  .footer-mobile .content {
    padding: 40px 15px; }
  .footer-mobile .social-links {
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    flex-wrap: wrap; }
    .footer-mobile .social-links svg {
      max-width: 24px; }
    .footer-mobile .social-links a {
      max-width: 24px;
      margin-right: 22px;
      display: block; }
      .footer-mobile .social-links a:last-of-type {
        margin: 0; }
  .footer-mobile .footer_primary_links {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    flex-wrap: wrap;
    text-align: center;
    align-items: center; }
    .footer-mobile .footer_primary_links a {
      font-size: 16px;
      line-height: 24px;
      margin-bottom: 20px;
      color: #000; }
  .footer-mobile .logo-wrapper {
    margin-bottom: 35px;
    display: flex;
    justify-content: center; }

.footer-mobile.style-1 .lead-text {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 28px; }

.footer-mobile.style-1 .footer_primary_links {
  margin-bottom: 35px; }
  .footer-mobile.style-1 .footer_primary_links a {
    font-size: 14px;
    line-height: 20px;
    color: #000; }

.footer-mobile.style-1 .address-wrapper {
  font-size: 14px;
  line-height: 28px;
  margin-bottom: 55px; }

.footer-mobile.style-1 .copyright-text {
  font-size: 14px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.4); }

.footer-mobile.style-1 .copyright-links {
  display: flex;
  align-items: flex-start;
  flex-direction: column; }
  .footer-mobile.style-1 .copyright-links a {
    font-size: 14px;
    line-height: 20px;
    color: rgba(0, 0, 0, 0.4);
    margin-top: 20px; }

.footer-mobile.style-2 .social-links {
  justify-content: center; }

.footer-mobile.style-2 .footer_primary_links {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  flex-wrap: wrap;
  margin-bottom: 35px;
  justify-content: center;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px; }
  .footer-mobile.style-2 .footer_primary_links a {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
    color: #000; }

.footer-mobile.style-2 .copyright-text {
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: rgba(0, 0, 0, 0.4); }

.footer-mobile.style-2 .copyright-links {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  align-items: center; }
  .footer-mobile.style-2 .copyright-links a {
    font-size: 14px;
    line-height: 20px;
    color: rgba(0, 0, 0, 0.4);
    margin-top: 20px; }

.footer-mobile.style-3 .content {
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center; }

.footer-mobile.style-3 .copyright-text-2 {
  font-size: 14px;
  line-height: 20px; }

.footer-mobile.style-3 .lang-version-text {
  font-size: 14px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.4);
  margin-bottom: 20px; }

.footer-mobile.style-3 .copyright-text {
  color: rgba(0, 0, 0, 0.4);
  font-size: 14px;
  line-height: 20px; }

.footer-mobile.style-4 {
  text-align: left; }
  .footer-mobile.style-4 .logo-wrapper {
    justify-content: flex-start; }
  .footer-mobile.style-4 .detail-text {
    margin-bottom: 28px;
    font-size: 14px;
    line-height: 20px;
    color: rgba(0, 0, 0, 0.4); }
  .footer-mobile.style-4 .nh-subscription-form {
    margin-bottom: 40px; }
  .footer-mobile.style-4 .footer_primary_links {
    display: grid;
    grid-template-columns: 120px 120px;
    column-gap: 60px;
    row-gap: 15px;
    margin-bottom: 30px; }
    .footer-mobile.style-4 .footer_primary_links a {
      text-align: left; }
  .footer-mobile.style-4 .social-links {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 45px; }
    .footer-mobile.style-4 .social-links a {
      display: flex;
      color: black;
      align-items: center;
      font-size: 14px;
      line-height: 32px;
      max-width: unset;
      margin-bottom: 0; }
      .footer-mobile.style-4 .social-links a svg {
        margin-right: 12px;
        width: 16px; }
  .footer-mobile.style-4 .copyright-text {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 28px;
    font-size: 14px;
    line-height: 20px;
    color: rgba(0, 0, 0, 0.4); }
  .footer-mobile.style-4 .copyright-links {
    flex-direction: column;
    display: flex; }
    .footer-mobile.style-4 .copyright-links a {
      color: rgba(0, 0, 0, 0.4);
      margin-top: 16px; }

.footer-mobile.style-5 {
  text-align: left; }
  .footer-mobile.style-5 .widget_nav_menu ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .footer-mobile.style-5 .widget_nav_menu ul a {
      font-size: 14px;
      line-height: 32px;
      color: #000; }
  .footer-mobile.style-5 .logo-wrapper {
    justify-content: flex-start;
    margin-bottom: 20px; }
  .footer-mobile.style-5 .address-wrapper {
    color: rgba(0, 0, 0, 0.4);
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 24px; }
  .footer-mobile.style-5 .social-links {
    margin-bottom: 50px; }
    .footer-mobile.style-5 .social-links path {
      fill: rgba(0, 0, 0, 0.4); }
  .footer-mobile.style-5 .wp-block-group__inner-container {
    display: grid;
    grid-template-columns: 100px 120px;
    column-gap: 65px;
    row-gap: 40px; }
    .footer-mobile.style-5 .wp-block-group__inner-container .widgettitle {
      font-size: 16px;
      line-height: 24px;
      letter-spacing: 0.1px;
      margin-bottom: 16px; }
  .footer-mobile.style-5 .copyright-text {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 28px;
    font-size: 14px;
    line-height: 20px;
    color: rgba(0, 0, 0, 0.4); }
  .footer-mobile.style-5 .copyright-links {
    flex-direction: column;
    display: flex; }
    .footer-mobile.style-5 .copyright-links a {
      color: rgba(0, 0, 0, 0.4);
      margin-top: 16px; }

.footer-mobile.style-6-7-8 {
  color: rgba(0, 0, 0, 0.4); }
  .footer-mobile.style-6-7-8 .content {
    position: relative; }
  .footer-mobile.style-6-7-8 .copyright-text {
    font-size: 14px;
    line-height: 20px; }
  .footer-mobile.style-6-7-8 .copyright-links {
    flex-direction: column;
    display: flex; }
    .footer-mobile.style-6-7-8 .copyright-links a {
      font-size: 14px;
      color: rgba(0, 0, 0, 0.4);
      line-height: 20px;
      margin-top: 16px; }
  .footer-mobile.style-6-7-8 .social-links {
    margin: 20px 0 0 0; }
    .footer-mobile.style-6-7-8 .social-links path {
      fill: rgba(0, 0, 0, 0.4); }

.main-navigation-bar {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  padding: 30px 0;
  transition: all 0.35s ease;
  z-index: 1000; }
  .main-navigation-bar .logo-wrapper {
    margin-right: 38px;
    width: 198px;
    max-width: 198px;
    min-width: 198px; }
    .main-navigation-bar .logo-wrapper a {
      width: 100%;
      min-height: 86px;
      margin-right: 40px;
      display: block; }
      .main-navigation-bar .logo-wrapper a img {
        width: 100%; }
  .main-navigation-bar ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0; }
    .main-navigation-bar ul a:hover {
      text-decoration: none; }
  .main-navigation-bar .multiple-nav-wrapper {
    flex-grow: 1;
    padding-right: 40px; }
  .main-navigation-bar .top-nav {
    border-bottom: 1px solid rgba(170, 174, 55, 0.3); }
    .main-navigation-bar .top-nav ul {
      display: flex;
      list-style: none; }
      .main-navigation-bar .top-nav ul li {
        margin-right: 40px; }
        .main-navigation-bar .top-nav ul li:last-of-type {
          margin: 0; }
        .main-navigation-bar .top-nav ul li a {
          font-size: 15px;
          line-height: 17px;
          transition: all 0.2s ease;
          color: #6660aa; }
          .main-navigation-bar .top-nav ul li a:hover {
            color: #ff8264; }
  .main-navigation-bar .bottom-nav {
    padding-top: 22px; }
    .main-navigation-bar .bottom-nav ul#main-menu-two > li {
      position: relative;
      margin-right: 40px; }
      .main-navigation-bar .bottom-nav ul#main-menu-two > li:hover > a {
        color: #ff8264; }
      .main-navigation-bar .bottom-nav ul#main-menu-two > li:last-of-type {
        margin-right: 0; }
      .main-navigation-bar .bottom-nav ul#main-menu-two > li > a {
        color: #6660aa;
        font-size: 22px;
        line-height: 17px;
        font-family: Miller, "Open Sans", sans-serif;
        transition: all 0.2s ease; }
    .main-navigation-bar .bottom-nav ul#main-menu-two > li.menu-item-has-children:hover .dropdown-menu {
      visibility: visible;
      /* shows dropdown-menu */
      opacity: 1;
      z-index: 1;
      transform: translateY(0%);
      transition-delay: 0s, 0s, 0.3s;
      /* this removes the transition delay so the menu will be visible while the other styles transition */ }
      .main-navigation-bar .bottom-nav ul#main-menu-two > li.menu-item-has-children:hover .dropdown-menu a:hover {
        color: #ff8264; }
    .main-navigation-bar .bottom-nav ul#main-menu-two > li.menu-item-has-children:hover > a:after {
      transform: rotate(180deg); }
    .main-navigation-bar .bottom-nav ul#main-menu-two > li.menu-item-has-children > a {
      padding-right: 20px; }
      .main-navigation-bar .bottom-nav ul#main-menu-two > li.menu-item-has-children > a:after {
        content: " ";
        background-image: url(../img/icons/arrow-down.svg);
        width: 12px;
        height: 12px;
        background-size: 12px 12px;
        position: absolute;
        right: 0;
        top: 6px;
        transition: all 0.2s ease; }
    .main-navigation-bar .bottom-nav ul#main-menu-two > li.menu-item-has-children > ul > li.menu-item-has-children {
      position: relative; }
      .main-navigation-bar .bottom-nav ul#main-menu-two > li.menu-item-has-children > ul > li.menu-item-has-children > a {
        position: relative; }
        .main-navigation-bar .bottom-nav ul#main-menu-two > li.menu-item-has-children > ul > li.menu-item-has-children > a:after {
          content: " ";
          background-image: url(../img/icons/arrow-down.svg);
          width: 12px;
          height: 12px;
          background-size: 12px 12px;
          position: absolute;
          right: 18px;
          top: 20px;
          transition: all 0.2s ease; }
      .main-navigation-bar .bottom-nav ul#main-menu-two > li.menu-item-has-children > ul > li.menu-item-has-children.shown-ddm > a:after {
        transform: rotate(180deg); }
      .main-navigation-bar .bottom-nav ul#main-menu-two > li.menu-item-has-children > ul > li.menu-item-has-children > ul.dropdown-menu {
        flex-direction: column;
        display: flex; }
    .main-navigation-bar .bottom-nav ul#main-menu-two > li.menu-item-has-children > ul.dropdown-menu {
      padding: 8px 0 20px 0;
      position: absolute;
      background: #ffffff;
      min-width: 320px;
      box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.06);
      border-radius: 16px;
      left: 0;
      top: 25px;
      flex-direction: column;
      /**-- Animation **-- */
      overflow: hidden;
      visibility: hidden;
      opacity: 0;
      transform: translateY(10px);
      /* hides sub-menu */
      transition: all 0.25s ease-in-out 0s, visibility 0s linear 0.25s,
 z-index 0s linear 0.01s;
      /**-- Animation END **-- */ }
      .main-navigation-bar .bottom-nav ul#main-menu-two > li.menu-item-has-children > ul.dropdown-menu li {
        padding: 0 15px; }
      .main-navigation-bar .bottom-nav ul#main-menu-two > li.menu-item-has-children > ul.dropdown-menu a {
        text-decoration: none;
        color: #093f5e;
        padding: 12px 0;
        display: flex;
        border-bottom: 1px solid rgba(9, 63, 94, 0.08); }
  .main-navigation-bar .search-btn {
    margin-left: auto;
    position: relative;
    top: -6px;
}
    .main-navigation-bar .search-btn path {
      fill: #6660aa; }
    .main-navigation-bar .search-btn:hover path {
      fill: #d44320; }
  .main-navigation-bar .top-nav,
  .main-navigation-bar .right-part .top-part {
    min-height: 40px;
    max-height: 40px; }
  .main-navigation-bar .right-part {
    margin-left: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-end; }
    .main-navigation-bar .right-part .top-part {
      display: flex; }
    .main-navigation-bar .right-part .text-btn {
      font-size: 18px;
      line-height: 23px;
      color: #6660aa;
      display: inline-block;
      margin-right: 15px;
      font-weight: 600; }
    .main-navigation-bar .right-part .btn-orange {
      background: #fdded6;
      min-width: 156px;
      min-height: 40px;
      color: #322b7f;
      font-weight: 600;
      min-width: 230px;
      letter-spacing: 0;
      font-size: 18px;
      border: 1px solid #d44320;
      display: inline;
      border-radius: 4px;
      margin-left: auto; }
      .main-navigation-bar .right-part .btn-orange:hover {
        background-color: #d44320;
        color: #fff; }
  .main-navigation-bar .content {
    display: flex; }
  .main-navigation-bar .after-scroll {
    display: none; }
  @media (max-width: 1139.98px) {
    .main-navigation-bar {
      display: none; } }

body[data-blog-id="1"].home .main-navigation-bar {
  position: fixed; }

body.headroom--not-top .main-navigation-bar {
  opacity: 0;
  transform: translateY(-100%); }

body.headroom--not-top .main-navigation-bar-scroll-version {
  transform: translateY(0); 
  opacity: 1; 
}

body.headroom--not-top .main-navigation-bar-scroll-version .logo-wrapper img {
    max-width: 100%;
}

@media (max-width: 1199.98px) {
  body.headroom--not-top .main-navigation-bar {
    opacity: 1; }
  body.headroom--not-top .main-navigation-bar-scroll-version {
    display: none; } }

.main-navigation-bar-scroll-version {
  transition: all 0.35s ease;
  border-bottom: 1px solid rgba(9, 63, 94, 0.08);
  transform: translateY(-65px);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  background-color: #fff;
  background-color: white; 
  opacity: 0;
}
  .main-navigation-bar-scroll-version .content {
    display: flex;
    justify-content: space-between;
    padding: 8px;
    align-items: center; }
  .main-navigation-bar-scroll-version .logo-wrapper {
    width: 45px;
    height: 45px;
    margin-right: 70px; }
    .main-navigation-bar-scroll-version .logo-wrapper a {
      display: block;
      width: 100%;
      height: 100%; }
  .main-navigation-bar-scroll-version ul#main-menu-three {
    display: flex;
    list-style: none;
    list-style: none;
    margin: 0; }
    .main-navigation-bar-scroll-version ul#main-menu-three a:hover {
      text-decoration: none;
      color: #d44320; }
    .main-navigation-bar-scroll-version ul#main-menu-three > li {
      margin-right: 45px;
      position: relative; }
      .main-navigation-bar-scroll-version ul#main-menu-three > li:last-of-type {
        margin-right: 0; }
      .main-navigation-bar-scroll-version ul#main-menu-three > li > a {
        color: #6660aa;
        font-size: 22px;
        line-height: 17px;
        font-family: Miller, "Open Sans", sans-serif;
        transition: all 0.2s ease;
        font-size: 21px;
        font-family: Miller, "Open Sans", sans-serif;
        color: #6660aa; }
  .main-navigation-bar-scroll-version ul#main-menu-three > li.menu-item-has-children > ul > li.menu-item-has-children {
    position: relative; }
    .main-navigation-bar-scroll-version ul#main-menu-three > li.menu-item-has-children > ul > li.menu-item-has-children > a {
      position: relative; }
      .main-navigation-bar-scroll-version ul#main-menu-three > li.menu-item-has-children > ul > li.menu-item-has-children > a:after {
        content: " ";
        background-image: url(../img/icons/arrow-down.svg);
        width: 12px;
        height: 12px;
        background-size: 12px 12px;
        position: absolute;
        right: 18px;
        top: 20px;
        transition: all 0.2s ease; }
    .main-navigation-bar-scroll-version ul#main-menu-three > li.menu-item-has-children > ul > li.menu-item-has-children.shown-ddm > a:after {
      transform: rotate(180deg); }
    .main-navigation-bar-scroll-version ul#main-menu-three > li.menu-item-has-children > ul > li.menu-item-has-children > ul.dropdown-menu {
      flex-direction: column;
      display: flex;
      list-style: none;
      padding: 0;
      margin: 0; }
  .main-navigation-bar-scroll-version ul#main-menu-three > li.menu-item-has-children:hover > ul.dropdown-menu {
    visibility: visible;
    /* shows dropdown-menu */
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s;
    /* this removes the transition delay so the menu will be visible while the other styles transition */ }
    .main-navigation-bar-scroll-version ul#main-menu-three > li.menu-item-has-children:hover > ul.dropdown-menu a:hover {
      color: #ff8264; }
  .main-navigation-bar-scroll-version ul#main-menu-three > li.menu-item-has-children:hover > a:after {
    transform: rotate(180deg); }
  .main-navigation-bar-scroll-version ul#main-menu-three > li.menu-item-has-children a:hover {
    text-decoration: none; }
  .main-navigation-bar-scroll-version ul#main-menu-three > li.menu-item-has-children > a {
    padding-right: 20px; }
    .main-navigation-bar-scroll-version ul#main-menu-three > li.menu-item-has-children > a:after {
      content: " ";
      background-image: url(../img/icons/arrow-down.svg);
      width: 12px;
      height: 12px;
      background-size: 12px 12px;
      position: absolute;
      right: 0;
      top: 6px;
      transition: all 0.2s ease; }
    .main-navigation-bar-scroll-version ul#main-menu-three > li.menu-item-has-children > a:hover {
      text-decoration: none; }
  .main-navigation-bar-scroll-version ul#main-menu-three > li > .dropdown-menu {
    padding: 8px 0 20px 0;
    position: absolute;
    background: #ffffff;
    min-width: 320px;
    box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.06);
    border-radius: 16px;
    left: 0;
    top: 25px;
    flex-direction: column;
    /**-- Animation **-- */
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.25s ease-in-out 0s, visibility 0s linear 0.25s,
 z-index 0s linear 0.01s;
    /**-- Animation END **-- */
    /* hides sub-menu */ }
    .main-navigation-bar-scroll-version ul#main-menu-three > li > .dropdown-menu li {
      padding: 0 15px; }
    .main-navigation-bar-scroll-version ul#main-menu-three > li > .dropdown-menu a {
      text-decoration: none;
      color: #093f5e;
      padding: 12px 0;
      display: flex;
      border-bottom: 1px solid rgba(9, 63, 94, 0.08); }
  .main-navigation-bar-scroll-version .btn-orange {
    background-color: #ff826441;
    min-height: 34px;
    width: 230px;
    border: 1px solid #a7a8a9;
    font-size: 15px;
    color: #322b7f;
    font-weight: 600;
    border: 1px solid #d44320;
    border-radius: 4px; }
    .main-navigation-bar-scroll-version .btn-orange:hover {
      background-color: #d44320;
      border-color: #d44320;
      color: #fff; }
  @media (max-width: 1199.98px) {
    .main-navigation-bar-scroll-version {
      display: none; } }

.main-navigation-bar-mobile {
  position: fixed;
  left: 0;
  width: 100%;
  left: 0;
  background-color: #fff;
  z-index: 1000;
  top: 0;
  border-bottom: 1px solid transparent;
  display: none; }
  .main-navigation-bar-mobile .container {
    padding: 22px 35px;
    display: flex;
    justify-content: space-between;
    transition: all 0.3s ease;
    align-items: center; }
  .main-navigation-bar-mobile .btn-mobile-nav-toggler {
    padding: 0;
    width: 25px; }
    .main-navigation-bar-mobile .btn-mobile-nav-toggler .close {
      display: none; }
    .main-navigation-bar-mobile .btn-mobile-nav-toggler path {
      fill: #53565a; }
  .main-navigation-bar-mobile .logo-wrapper {
    max-width: 130px; }
  @media (max-width: 1139.98px) {
    .main-navigation-bar-mobile {
      display: block; } }

body.headroom--not-top .main-navigation-bar-mobile {
  border-bottom: 1px solid #ccc; }
  body.headroom--not-top .main-navigation-bar-mobile .container {
    padding: 10px 35px; }

body.headroom--not-top .mobile-navigation-menu-wrapper {
  top: 75px;
  height: calc(100% - 75px); }

.mobile-navigation-menu-wrapper {
  position: fixed;
  border-top: 1px solid #ccc;
  background-color: #fff;
  top: 100px;
  width: 100%;
  height: calc(100% - 100px);
  z-index: 1000;
  left: 0;
  padding: 20px 0;
  /**-- Animation **-- */
  overflow: hidden;
  visibility: hidden;
  /* hides sub-menu */
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.25s ease-in-out 0s, visibility 0s linear 0.25s, z-index 0s linear 0.01s;
  /**-- Animation END **-- */ }
  .mobile-navigation-menu-wrapper #main-menu-mobile {
    margin: 0;
    padding: 0;
    list-style: none;
    padding: 0 20px; }
    .mobile-navigation-menu-wrapper #main-menu-mobile > li {
      border-bottom: 1px solid #ccc; }
      .mobile-navigation-menu-wrapper #main-menu-mobile > li > a {
        padding: 25px 20px 25px 0;
        display: block;
        font-size: 18px;
        color: #000; }
  .mobile-navigation-menu-wrapper .dropdown-menu {
    display: none;
    list-style: none;
    padding: 0 0 20px 20px;
    margin: 0; }
    .mobile-navigation-menu-wrapper .dropdown-menu a {
      margin-bottom: 20px;
      display: block;
      color: #000;
      font-size: 18px; }
  .mobile-navigation-menu-wrapper li.menu-item-has-children > a {
    position: relative;
    padding-right: 25px; }
    .mobile-navigation-menu-wrapper li.menu-item-has-children > a:after {
      content: " ";
      background-image: url("../img/icons/arrow-down.svg");
      position: absolute;
      right: 0;
      top: 28px;
      height: 20px;
      width: 20px;
      background-position: center;
      background-size: 14px;
      background-repeat: no-repeat; }
    .mobile-navigation-menu-wrapper li.menu-item-has-children > a:active, .mobile-navigation-menu-wrapper li.menu-item-has-children > a:focus {
      text-decoration: none; }
  .mobile-navigation-menu-wrapper li.ve-show-dropdown-menu a:active,
  .mobile-navigation-menu-wrapper li.ve-show-dropdown-menu a:focus {
    text-decoration: none; }
  .mobile-navigation-menu-wrapper li.ve-show-dropdown-menu > .dropdown-menu {
    display: block;
    animation: fadeInBottom 0.3s ease; }
  .mobile-navigation-menu-wrapper li.ve-show-dropdown-menu > a {
    color: #6660aa !important; }
  .mobile-navigation-menu-wrapper li.ve-show-dropdown-menu > a:after {
    transform: rotate(180deg); }
  .mobile-navigation-menu-wrapper ul#main-menu-mobile > li > .dropdown-menu > li > a:after {
    top: 4px; }
  .mobile-navigation-menu-wrapper .current-menu-item a {
    color: #6660aa; }

html.ve-show-mobile-nav {
  overflow: hidden; }
  html.ve-show-mobile-nav .main-navigation-bar-mobile .btn-mobile-nav-toggler .open {
    display: none; }
  html.ve-show-mobile-nav .main-navigation-bar-mobile .btn-mobile-nav-toggler .close {
    display: block; }
  html.ve-show-mobile-nav .mobile-navigation-menu-wrapper {
    /* shows dropdown-menu */
    opacity: 1;
    z-index: 1000;
    visibility: visible;
    overflow: auto;
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s; }

/*----------------------------------------------------
Page
----------------------------------------------------*/
.banner-single-story {
  min-height: 620px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 45px;
  overflow: hidden; }
  .banner-single-story:before {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
    transform: rotate(180deg);
    z-index: 1; }
  .banner-single-story .bg-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
  .banner-single-story img.bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
  .banner-single-story .border-overlay {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    left: 10px;
    top: 10px;
    position: absolute;
    border: 1px solid rgba(167, 168, 169, 0.5);
    z-index: 2; }
  .banner-single-story .text-part {
    z-index: 2;
    position: relative;
    color: #fff;
    text-align: center;
    max-width: 785px;
    margin: 0 auto; }
  .banner-single-story .category {
    font-size: 16px;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 0.2em; }
  .banner-single-story h1 {
    font-size: 50px; }
  @media (max-width: 1199.98px) {
    .banner-single-story {
      min-height: 350px; }
      .banner-single-story h1 {
        font-size: 40px;
        line-height: 50px; } }

.single-story-sharing {
  display: flex;
  justify-content: center;
  margin-bottom: 38px;
  flex-direction: column;
  align-items: center; }
  .single-story-sharing .title {
    color: #6660aa;
    font-size: 30px;
    margin-bottom: 10px;
    font-family: Miller, "Open Sans", sans-serif; }
    .single-story-sharing .title i {
      font-style: italic;
      margin-bottom: 10px; }
  .single-story-sharing .scriptlesssocialsharing__buttons {
    display: flex; }
    .single-story-sharing .scriptlesssocialsharing__buttons > a {
      margin-right: 28px;
      width: 22px;
      display: block;
      max-width: 22px;
      height: 22px; }
      .single-story-sharing .scriptlesssocialsharing__buttons > a svg {
        width: 100%;
        height: auto; }
      .single-story-sharing .scriptlesssocialsharing__buttons > a:last-of-type {
        margin: 0; }
  .single-story-sharing .scriptlesssocialsharing__heading {
    display: none; }
  .single-story-sharing a:hover path {
    fill: #d44320; }
  .single-story-sharing path {
    fill: #75787b; }

.story-content-wrapper {
  border-left: 1px solid #a7a8a9;
  border-right: 1px solid #a7a8a9;
  border-bottom: 1px solid #a7a8a9;
  padding: 35px 0 108px 0;
  margin-bottom: 70px; }
  .story-content-wrapper .first-word {
    font-size: 49px;
    font-style: italic; }
  .story-content-wrapper .main-story-content {
    max-width: 620px;
    margin: 38px auto 80px auto;
    color: #53565a; }
    .story-content-wrapper .main-story-content h2,
    .story-content-wrapper .main-story-content h3,
    .story-content-wrapper .main-story-content h4 {
      margin-bottom: 30px; }
    .story-content-wrapper .main-story-content p {
      font-size: 20px;
      line-height: 38px;
      color: #53565a;
      margin-bottom: 30px; }
    .story-content-wrapper .main-story-content > *:first-word {
      color: red; }
  .story-content-wrapper .back-to-story-button {
    width: 394px;
    min-height: 43px;
    font-size: 18px;
    font-weight: 600;
    border-color: #6660aa;
    padding: 5px 10px; }
  .story-content-wrapper .back-story-btn-wrapper {
    text-align: center;
    margin: 75px 0 0 0; }
  @media (max-width: 1199.98px) {
    .story-content-wrapper {
      padding: 35px 15px 30px 15px;
      border: 0; }
      .story-content-wrapper .main-story-content {
        max-width: 100%;
        margin: 38px auto 35px auto; }
      .story-content-wrapper .back-story-btn-wrapper {
        padding: 30px 0;
        margin: 0; }
        .story-content-wrapper .back-story-btn-wrapper .back-to-story-button {
          width: 100%; } }

@media (max-width: 1199.98px) {
  body.single-ve_story .container {
    padding: 0; } }

section.banner-archive {
  text-align: center; }
  section.banner-archive .content {
    min-height: 400px;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column; }
  section.banner-archive .detail {
    margin: 20px auto 0 auto; }

.faq-category-page-content h1 {
  font-size: 35px;
  letter-spacing: -0.02em;
  line-height: 45px;
  text-align: center;
  color: #6660aa;
  margin-bottom: 70px;
  text-align: center; }

.faq-category-page-content .question-list > a:last-of-type:after {
  display: none; }

.faq-category-page-content .question-item {
  max-width: 700px;
  display: block;
  margin: 0 auto;
  padding-bottom: 60px;
  margin-bottom: 60px;
  position: relative; }
  .faq-category-page-content .question-item:after {
    width: 250px;
    height: 1px;
    background-color: #a7a8a9;
    left: calc(50% - 125px);
    bottom: 0;
    content: " ";
    position: absolute; }
  .faq-category-page-content .question-item .title {
    font-size: 31px;
    letter-spacing: -0.02em;
    line-height: 45px;
    text-align: center;
    color: #6660aa;
    margin-bottom: 24px;
    font-family: Miller, "Open Sans", sans-serif; }
  .faq-category-page-content .question-item .detail {
    font-size: 20px;
    line-height: 38px;
    text-align: center;
    color: #53565a; }
  .faq-category-page-content .question-item:hover {
    text-decoration: none; }
    .faq-category-page-content .question-item:hover .title {
      color: #d44320; }

@media (max-width: 1199.98px) {
  .faq-category-page-content {
    padding: 0 25px; }
    .faq-category-page-content .question-item .title {
      font-size: 25px;
      line-height: 1.4; }
    .faq-category-page-content .question-item .detail {
      font-size: 18px;
      line-height: 1.5; } }

.single-faq-wrapper {
  margin: 100px 0; }
  .single-faq-wrapper .cat-name {
    font-size: 16px;
    letter-spacing: 0.2em;
    line-height: 1.4;
    text-align: left;
    color: #d44320;
    margin-bottom: 40px; }
  .single-faq-wrapper h1 {
    font-size: 40px;
    line-height: 50px;
    text-align: left;
    color: #6660aa;
    margin-bottom: 20px; }
  .single-faq-wrapper .detail {
    font-weight: normal;
    font-size: 20px;
    line-height: 38px;
    text-align: left;
    color: #53565a;
    max-width: 860px; }
  .single-faq-wrapper .back-to-category {
    min-width: 200px;
    min-height: 43px;
    border-radius: 4px;
    background-color: #d44320;
    color: #fff;
    font-weight: normal;
    font-size: 17px;
    text-align: center;
    color: #fff;
    margin-top: 50px; }
    .single-faq-wrapper .back-to-category:hover {
      background-color: #6660aa;
      color: #fff; }

.book-a-tour-banner {
  color: #fff;
  background-color: #6660aa;
  position: relative; }
  .book-a-tour-banner .container {
    z-index: 10;
    position: relative; }
  .book-a-tour-banner .bg-with-overlay:before, .book-a-tour-banner .bg-with-overlay,
  .book-a-tour-banner .bg-with-overlay img, .book-a-tour-banner .bg-with-overlay:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
  .book-a-tour-banner .bg-with-overlay:before {
    content: " ";
    background-color: #6660aa;
    z-index: 2; }
  .book-a-tour-banner .bg-with-overlay img {
    z-index: 3;
    opacity: 0.1; }
  .book-a-tour-banner .content {
    border-right: 1px solid rgba(255, 255, 255, 0.35);
    border-left: 1px solid rgba(255, 255, 255, 0.35);
    padding: 70px 0 100px 0;
    z-index: 3;
    position: relative; }
  .book-a-tour-banner h1 {
    font-family: "Open Sans", sans-serif;
    font-weight: normal;
    font-size: 16px;
    letter-spacing: 0.2em;
    line-height: 1.2;
    text-align: center;
    color: #fff;
    margin-bottom: 20px; }
  .book-a-tour-banner .detail {
    max-width: 870px;
    margin: 0 auto;
    font-family: "Open Sans";
    font-weight: normal;
    font-size: 20px;
    line-height: 38px;
    text-align: center;
    color: #fff; }
  .book-a-tour-banner h2 {
    font-size: 50px;
    letter-spacing: -0.02em;
    line-height: 65px;
    text-align: center;
    color: #fff;
    margin-bottom: 25px; }
  @media (max-width: 1199.98px) {
    .book-a-tour-banner h2 {
      font-size: 30px;
      line-height: 1.4; }
    .book-a-tour-banner .content {
      border: 0; }
    .book-a-tour-banner .detail {
      font-size: 18px;
      line-height: 1.6; } }

section.book-a-tour-with-shortcode {
  margin-top: -60px;
  margin-bottom: 95px;
  z-index: 10;
  position: relative;
  padding: 0 !important; }
  section.book-a-tour-with-shortcode .content {
    border: 1px solid #6660aa;
    padding: 85px 15px 80px 15px; }
    section.book-a-tour-with-shortcode .content:before {
      border: 1px solid #6660aa !important; }
  section.book-a-tour-with-shortcode select.disable-click {
    background: #ccc; }
  section.book-a-tour-with-shortcode .gfield_error label {
    color: #dc3545 !important; }
  section.book-a-tour-with-shortcode .form-top-texts {
    text-align: center;
    max-width: 680px;
    margin: 0 auto;
    position: relative; }
  section.book-a-tour-with-shortcode h2 {
    margin-bottom: 8px;
    line-height: 1; }
  section.book-a-tour-with-shortcode .detail {
    font-weight: normal;
    font-size: 20px;
    line-height: 38px;
    text-align: center;
    color: #28282a;
    margin-bottom: 40px; }
  section.book-a-tour-with-shortcode .agreement {
    background: red; }
    section.book-a-tour-with-shortcode .agreement legend {
      display: none !important; }
    section.book-a-tour-with-shortcode .agreement label {
      font-family: Miller, "Open Sans", sans-serif;
      font-weight: normal;
      font-size: 16px;
      line-height: 22px;
      text-align: left;
      color: #53565a;
      padding-left: 8px; }
  section.book-a-tour-with-shortcode .dynamic-community-id,
  section.book-a-tour-with-shortcode .dynamic-community-name,
  section.book-a-tour-with-shortcode .dynamic-sherpa-id,
  section.book-a-tour-with-shortcode .dynamic-potentially-moving,
  section.book-a-tour-with-shortcode .dynamic-potential-resident,
  section.book-a-tour-with-shortcode .sourceName,
  section.book-a-tour-with-shortcode .sourceCategory {
    display: none; }
  section.book-a-tour-with-shortcode .community-select-wrapper {
    margin-bottom: 35px; }
  section.book-a-tour-with-shortcode .community-select-wrapper label {
    font-weight: 400;
    font-family: Miller, "Open Sans", sans-serif;
    font-size: 18px;
    line-height: 1.4;
    text-align: left;
    color: #53565a; }
  section.book-a-tour-with-shortcode .dynamic-selected-community-html-box label {
    font-family: Miller, "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.4;
    text-align: left;
    color: #53565a;
    margin-bottom: 7px;
    margin-bottom: 8px; }
  section.book-a-tour-with-shortcode .dynamic-selected-community-html-box .selected-community-text {
    border-radius: 3px;
    min-height: 40px;
    padding: 0 20px;
    background-color: #e1e1e1;
    border: 1px solid #a7a8a9;
    display: flex;
    align-items: center;
    text-shadow: 0px 1px #d0d0d0;
    color: #777; }
  @media (max-width: 1199.98px) {
    section.book-a-tour-with-shortcode {
      margin-bottom: 60px; }
      section.book-a-tour-with-shortcode .content {
        padding: 50px 35px; }
      section.book-a-tour-with-shortcode h2 {
        font-size: 30px;
        line-height: 40px; }
      section.book-a-tour-with-shortcode .detail {
        font-size: 18px;
        line-height: 1.6; } }

.book-a-tour-html-box {
  background: #f0f0f0;
  padding: 45px 25px 35px 25px;
  text-align: center;
  font-family: Miller, "Open Sans", sans-serif; }
  .book-a-tour-html-box .box-title {
    font-size: 34px;
    line-height: 45px;
    margin-bottom: 10px;
    color: #6660aa; }
  .book-a-tour-html-box .box-detail {
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    color: #53565a; }
  .book-a-tour-html-box .radio-wrapper {
    display: flex;
    justify-content: center;
    margin: 20px 0; }
    .book-a-tour-html-box .radio-wrapper label {
      cursor: pointer; }
    .book-a-tour-html-box .radio-wrapper > div:first-of-type {
      margin-right: 10px; }
  .book-a-tour-html-box select {
    min-width: 255px;
    min-height: 43px;
    border: 1px solid #75787b;
    text-align: center;
    background-color: transparent;
    color: #75787b;
    font-family: "Open Sans", sans-serif;
    font-size: 17px;
    border-radius: 4px;
    margin-bottom: 20px; }
    .book-a-tour-html-box select:active, .book-a-tour-html-box select:focus {
      border-color: #6660aa;
      outline: 0;
      box-shadow: none; }
  @media (max-width: 1199.98px) {
    .book-a-tour-html-box {
      padding: 30px 20px; }
      .book-a-tour-html-box select {
        min-width: 100%; } }

.search-items-wrapper {
  max-width: 900px;
  margin: 60px auto; }

.search-pagination {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px 0; }

.search-item {
  padding: 25px 0;
  border-bottom: 1px solid #ccc; }
  .search-item .title {
    font-size: 25px;
    margin: 0; }
  .search-item a:hover {
    text-decoration: none; }
    .search-item a:hover .title {
      color: #d44320; }

.main-navigation-bar.landing-nav-bar {
  position: fixed;
  top: 0;
  left: 0; }

.news-and-event-items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 35px;
  row-gap: 35px; }

.single-news-and-events-main-content-wrapper {
  margin: 0 0 60px 0; }

.news-and-event-back-btn {
  display: inline-flex;
  align-items: center;
  font-size: 21px;
  font-weight: 600; }
  .news-and-event-back-btn span {
    margin-right: 10px; }
  .news-and-event-back-btn svg {
    width: 34px;
    height: auto; }
  .news-and-event-back-btn path {
    fill: #6660aa; }
  .news-and-event-back-btn:hover {
    text-decoration: none;
    color: #d44320; }
    .news-and-event-back-btn:hover path {
      fill: #d44320; }

body.single-news-events .construction_update_form-wrapper {
  margin: 60px 0 0 0; }

body.single-news-events .event-post-title-wrapper {
  margin: 40px 0 60px 0;
  border-bottom: 1px solid #4b566130;
  padding-bottom: 40px; }
  body.single-news-events .event-post-title-wrapper h1 {
    font-size: 38px;
    color: #6660aa;
    margin: 20px 0 0 0; }
  body.single-news-events .event-post-title-wrapper .posted {
    color: #6b6b6b; }
  @media (max-width: 1199.98px) {
    body.single-news-events .event-post-title-wrapper {
      margin: 40px 0; }
      body.single-news-events .event-post-title-wrapper h1 {
        font-size: 30px; } }

body.single-news-events .event-main-content-area {
  display: flex; }
  body.single-news-events .event-main-content-area > .right-part > div {
    position: sticky;
    top: 108px; }

body.single-news-events .news-img-pdf-btn-wrapper {
  text-align: center; }
  body.single-news-events .news-img-pdf-btn-wrapper .btn-secondary {
    font-size: 18px;
    padding: 12px 20px;
    border-radius: 5px;
    min-width: 220px; }
    body.single-news-events .news-img-pdf-btn-wrapper .btn-secondary:hover {
      background-color: #6660aa;
      color: #fff;
      border-color: #6660aa; }

@media (max-width: 1199.98px) {
  body.single-news-events .event-main-content-area {
    flex-direction: column; }
    body.single-news-events .event-main-content-area > .right-part > div {
      position: unset;
      top: unset; } }

body.single-news-events .user-rich-text-content {
  margin-bottom: 60px; }
  body.single-news-events .user-rich-text-content a.button {
    padding: 8px 14px;
    border: 1px solid #6660aa;
    color: #fff;
    border-radius: 4px;
    background-color: #6660aa;
    margin: 4px;
    transition: all 0.3s ease; }
    body.single-news-events .user-rich-text-content a.button:hover {
      background-color: #ff8264;
      border-color: #ff8264;
      text-decoration: none; }

body.single-news-events .event-right-part-wrapper {
  max-width: 360px;
  width: 360px;
  background-color: #6660aa;
  color: #fff;
  padding: 35px;
  margin-left: 80px; }
  body.single-news-events .event-right-part-wrapper .single-story-sharing .title {
    color: #fff; }
  body.single-news-events .event-right-part-wrapper .single-story-sharing path {
    fill: #fff; }
  body.single-news-events .event-right-part-wrapper .title-wrapper {
    margin-bottom: 30px;
    display: flex;
    align-items: center; }
    body.single-news-events .event-right-part-wrapper .title-wrapper svg {
      margin-right: 10px; }
      body.single-news-events .event-right-part-wrapper .title-wrapper svg path {
        fill: #fff; }
    body.single-news-events .event-right-part-wrapper .title-wrapper h2 {
      margin: 0; }
  body.single-news-events .event-right-part-wrapper .info-wrapper {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #c2bfdd;
    padding-bottom: 20px;
    margin-bottom: 20px; }
    body.single-news-events .event-right-part-wrapper .info-wrapper .title {
      line-height: 1.2;
      color: #c2bfdd;
      font-size: 13px;
      text-transform: uppercase;
      letter-spacing: 0.22rem;
      margin-bottom: 5px; }
    body.single-news-events .event-right-part-wrapper .info-wrapper .detail {
      font-size: 20px;
      font-family: Miller, "Open Sans", sans-serif;
      letter-spacing: 0.8px;
      line-height: 1.4; }
  body.single-news-events .event-right-part-wrapper .event-action-btns {
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
    margin-top: 35px; }
  body.single-news-events .event-right-part-wrapper .btn-white {
    background-color: #fff;
    display: inline-block;
    padding: 8px 20px;
    color: #e96848;
    border-radius: 3px;
    font-weight: 700;
    transition: all 0.3s ease; }
    body.single-news-events .event-right-part-wrapper .btn-white:hover {
      background-color: #e96848;
      color: #fff; }
  @media (max-width: 1199.98px) {
    body.single-news-events .event-right-part-wrapper {
      padding: 30px 25px;
      margin: 40px 0 0 0;
      max-width: 100%;
      width: 100%; } }

/*----------------------------------------------------
Components
----------------------------------------------------*/
.inspiring-stories-with-filter {
  margin: 60px 0; }
  .inspiring-stories-with-filter .post-items {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 35px;
    row-gap: 35px; }
  .inspiring-stories-with-filter #pagination-wrapper {
    display: none; }
  .inspiring-stories-with-filter .sorting-items {
    display: flex;
    justify-content: center;
    margin: 50px 0 70px 0;
    flex-wrap: wrap; }
    .inspiring-stories-with-filter .sorting-items input {
      display: none; }
    .inspiring-stories-with-filter .sorting-items label {
      border: 1px solid #d44320;
      min-height: 43px;
      margin: 15px;
      padding: 8px;
      font-size: 17px;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      min-width: 198px;
      border-radius: 4px;
      color: #d44320;
      cursor: pointer;
      position: relative;
      transition: all 0.3s ease; }
      .inspiring-stories-with-filter .sorting-items label span {
        position: absolute;
        right: 10px;
        top: calc(50% - 5px);
        width: 10px;
        height: 10px;
        display: none; }
        .inspiring-stories-with-filter .sorting-items label span svg {
          width: 10px;
          height: 10px; }
          .inspiring-stories-with-filter .sorting-items label span svg path {
            fill: #fff; }
    .inspiring-stories-with-filter .sorting-items input:checked ~ label {
      background: #6660aa;
      border-color: #6660aa;
      color: #fff;
      padding-right: 35px; }
      .inspiring-stories-with-filter .sorting-items input:checked ~ label span {
        display: flex; }
  .inspiring-stories-with-filter .fet-items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 35px;
    row-gap: 35px;
    margin-bottom: 45px; }
    .inspiring-stories-with-filter .fet-items .story-card-item .text-part {
      padding: 26px 20px 38px 38px; }
    .inspiring-stories-with-filter .fet-items .story-card-item img {
      min-height: 345px; }
  .inspiring-stories-with-filter .load-more-btn-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 60px 0 40px 0; }
    .inspiring-stories-with-filter .load-more-btn-container button {
      min-width: 160px;
      min-height: 60px;
      border-radius: 5ox;
      font-size: 20px;
      font-weight: 700;
      color: #fff; }
      .inspiring-stories-with-filter .load-more-btn-container button:hover {
        background-color: #6660aa;
        border-color: #6660aa; }
  .inspiring-stories-with-filter .story-card-item {
    animation: fadeInBottom 0.3s ease; }
  @media (max-width: 1199.98px) {
    .inspiring-stories-with-filter .fet-items {
      grid-template-columns: 1fr;
      padding: 0 15px; }
      .inspiring-stories-with-filter .fet-items .story-card-item .text-part {
        padding: 20px 30px 30px 30px; }
      .inspiring-stories-with-filter .fet-items .story-card-item img {
        min-height: 200px; }
    .inspiring-stories-with-filter .post-items {
      grid-template-columns: 1fr;
      padding: 0 15px; }
    .inspiring-stories-with-filter .container {
      padding: 0; }
    .inspiring-stories-with-filter .sorting-items {
      flex-wrap: wrap;
      display: block;
      margin: 50px 0; }
      .inspiring-stories-with-filter .sorting-items:after {
        content: "flickity";
        display: none; } }

.banner-home {
  position: relative;
  overflow: hidden; }
  .banner-home .img-or-video-wrapper {
    height: 100%; }
  .banner-home:before {
    content: " ";
    position: absolute;
    width: 100%;
    height: 265px;
    background: transparent linear-gradient(180deg, #ffffff 0%, #ffffff00 100%) 0% 0% no-repeat padding-box;
    opacity: 0.82;
    left: 0;
    top: 0;
    z-index: 2; }
  .banner-home:after {
    content: " ";
    position: absolute;
    height: 190px;
    bottom: 0;
    left: 0;
    width: 100%;
    background: transparent linear-gradient(0deg, #ffffff 0%, #ffffff00 100%) 0% 0% no-repeat padding-box;
    z-index: 2; }
  .banner-home .only-desktop,
  .banner-home .only-mobile {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.4; }
    .banner-home .only-desktop video,
    .banner-home .only-desktop img,
    .banner-home .only-mobile video,
    .banner-home .only-mobile img {
      object-fit: cover;
      width: 100%;
      height: 100%; }
  .banner-home .container {
    display: flex;
    z-index: 3;
    position: relative; }
  .banner-home .content {
    display: flex;
    justify-content: center;
    flex-direction: column;
    min-height: 100vh;
    text-align: center;
    max-width: 918px;
    margin: 0 auto;
    padding-top: 260px;
    padding-bottom: 150px;
    position: relative; }
  .banner-home h1 {
    color: #6660aa;
    font-size: 60px;
    letter-spacing: 1.48px;
    line-height: 77px;
    margin-bottom: 26px; }
  .banner-home .detail {
    font-size: 20px;
    line-height: 38px;
    margin-bottom: 27px;
    color: #53565a; }
  .banner-home .detail_two {
    color: #6660aa;
    font-size: 20px;
    line-height: 38px;
    margin-bottom: 40px; }
  .banner-home .img-text {
    font-size: 47px;
    line-height: 140px;
    color: #6660aa; }
  .banner-home .scroll-down {
    border: 0;
    padding: 0;
    margin: 0;
    width: 45px;
    height: 45px;
    border: 1px solid #111;
    border-radius: 50%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    position: relative;
    border: 0; }
    .banner-home .scroll-down:before {
      animation: large-and-back 4s ease-out infinite;
      border: solid 2px #6660aa;
      bottom: 0;
      box-sizing: border-box;
      content: "";
      left: 0;
      border-radius: 50%;
      position: absolute;
      right: 0;
      top: 0; }
    .banner-home .scroll-down:hover {
      background-color: #6660aa;
      border-color: #6660aa; }
      .banner-home .scroll-down:hover path {
        fill: #fff; }
    .banner-home .scroll-down:after {
      animation: ripple 2s 1s ease-out infinite;
      border: solid 2px #6660aa;
      border-radius: 50%;
      bottom: 0;
      box-sizing: border-box;
      content: "";
      left: 0;
      border-radius: 50%;
      position: absolute;
      right: 0;
      top: 0; }
  @media (max-width: 1199.98px) {
    .banner-home:before {
      display: none; }
    .banner-home h1 {
      font-size: 35px;
      letter-spacing: -0.02em;
      line-height: 46px;
      text-align: center;
      color: #6660aa;
      margin-bottom: 10px; }
    .banner-home .content {
      padding-top: 285px;
      padding-bottom: 25px; }
    .banner-home .detail {
      font-size: 18px;
      line-height: 35px; }
    .banner-home .detail_two {
      margin-bottom: 28px; }
    .banner-home .img-text {
      max-width: 175px;
      line-height: 1;
      margin: 0 auto; }
    .banner-home .btn-arrow.scroll-down {
      display: none; } }
  .banner-home .only-mobile {
    height: 400px;
    opacity: 1; }
    .banner-home .only-mobile:before {
      content: " ";
      position: absolute;
      height: 250px;
      bottom: 0;
      left: 0;
      width: 100%;
      background: transparent linear-gradient(0deg, #ffffff 0%, #ffffff00 100%) 0% 0% no-repeat padding-box;
      z-index: 2; }

.find-your-community {
  margin-top: -60px;
  margin-bottom: 60px;
  z-index: 3;
  position: relative; }
  .find-your-community .select2-container {
    min-height: 60px;
    border: none;
    border: 1px solid #fff;
    font-size: 18px;
    line-height: 32px;
    min-width: 340px;
    max-width: 340px; }
  .find-your-community .select2-container--default .select2-selection--single .select2-selection__rendered {
    min-height: 60px;
    padding: 0 10px;
    color: #999; }
  .find-your-community form.item-selected .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #111;
    font-size: 15px; }
  .find-your-community .select2-container--default .select2-selection--single {
    min-height: 60px; }
  .find-your-community .select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none; }
  .find-your-community .btn-go-to-residence {
    width: 270px;
    min-height: 62px;
    background: #ff8264;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -0.02em;
    text-align: center;
    color: #322b7f; }
  .find-your-community .content {
    background-color: #6660aa;
    position: relative;
    text-align: center;
    display: flex;
    flex-direction: column;
    color: #fff; }
    .find-your-community .content > img {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      opacity: 0.1; }
    .find-your-community .content .text-content {
      padding: 75px 15px 90px 15px;
      z-index: 3;
      position: relative;
      margin: 8px;
      border: 1px solid #fff; }
    .find-your-community .content h2 {
      font-size: 40px;
      line-height: 50px;
      letter-spacing: -1.27px;
      margin-bottom: 35px; }
    .find-your-community .content p {
      font-size: 32px;
      line-height: 1.4;
      letter-spacing: -0.8px;
      margin-bottom: 21px;
      font-family: Miller, "Open Sans", sans-serif; }
  .find-your-community form {
    display: flex;
    margin: 0 auto;
    justify-content: center; }
    .find-your-community form ::placeholder {
      color: rgba(83, 86, 90, 0.5);
      opacity: 1;
      /* Firefox */ }
    .find-your-community form :-ms-input-placeholder {
      /* Internet Explorer 10-11 */
      color: rgba(83, 86, 90, 0.5); }
    .find-your-community form ::-ms-input-placeholder {
      /* Microsoft Edge */
      color: rgba(83, 86, 90, 0.5); }
    .find-your-community form input {
      min-width: 340px;
      max-width: 340px;
      width: 340px; }
    .find-your-community form input {
      min-height: 60px;
      padding: 10px 20px;
      border: none;
      border: 1px solid #fff;
      font-size: 23px;
      line-height: 32px; }
      .find-your-community form input:active, .find-your-community form input:focus {
        border: 1px solid #d44320;
        outline: 0;
        box-shadow: none; }
  .find-your-community .btn-view-map {
    width: 251.49px;
    height: 62px;
    background: #322b7f;
    font-weight: 600;
    font-size: 20px;
    text-align: center;
    color: #ff8264;
    transition: all 0.2s ease; }
    .find-your-community .btn-view-map:hover {
      background-color: #d44320;
      color: #fff; }
  .find-your-community .view-map-button-wrapper {
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    margin-left: 50px;
    padding-left: 50px; }
  .find-your-community.inside-get-started-tab {
    margin: 50px 0; }
    .find-your-community.inside-get-started-tab .content {
      width: 100%; }
    .find-your-community.inside-get-started-tab form .btn,
    .find-your-community.inside-get-started-tab form input {
      min-height: 55px;
      max-height: 55px; }
    .find-your-community.inside-get-started-tab form input {
      min-width: 340px;
      font-size: 18px;
      max-width: 340px; }
    .find-your-community.inside-get-started-tab form .btn-submit {
      width: 150px;
      min-width: 150px;
      max-width: 150px;
      font-size: 18px; }
    .find-your-community.inside-get-started-tab h2 {
      font-size: 35px;
      margin-bottom: 0; }
    .find-your-community.inside-get-started-tab .detail {
      font-size: 25px;
      font-family: "Open Sans", sans-serif;
      letter-spacing: -0.02em;
      line-height: 1.2;
      margin-bottom: 30px; }
    .find-your-community.inside-get-started-tab .text-content {
      padding: 50px 0; }
    @media (max-width: 1199.98px) {
      .find-your-community.inside-get-started-tab h2 {
        margin-bottom: 5px; }
      .find-your-community.inside-get-started-tab .detail {
        font-size: 20px;
        line-height: 35px; }
      .find-your-community.inside-get-started-tab form .btn-submit {
        width: 100%;
        min-width: 100%;
        max-width: 100%; }
      .find-your-community.inside-get-started-tab form input {
        min-width: 100%;
        max-width: 100%;
        width: 100%; } }
  @media (max-width: 1199.98px) {
    .find-your-community {
      margin: 0; }
      .find-your-community .content h2 {
        font-size: 30px;
        letter-spacing: -0.02em;
        line-height: 40px; }
      .find-your-community .content p {
        font-size: 25px;
        letter-spacing: -0.02em; }
      .find-your-community .content .text-content {
        padding: 25px 20px; }
      .find-your-community form {
        flex-direction: column; }
        .find-your-community form input {
          min-width: 100%;
          margin-bottom: 10px;
          min-height: 55px;
          font-size: 18px;
          text-align: center; }
        .find-your-community form .btn {
          min-height: 55px; }
        .find-your-community form .btn-submit {
          width: 100%;
          min-width: 100%;
          max-width: 100%; }
      .find-your-community .select2-container {
        min-width: 100%;
        max-width: 100%;
        width: 100%;
        min-height: 55px;
        margin-bottom: 10px; }
      .find-your-community .select2-container--default .select2-selection--single .select2-selection__rendered {
        min-height: 55px;
        padding: 0 10px;
        color: #999; }
      .find-your-community .select2-container--default .select2-selection--single {
        min-height: 55px; }
      .find-your-community .btn-go-to-residence {
        width: 100%;
        min-width: 100%;
        max-width: 100%; }
      .find-your-community .view-map-button-wrapper {
        padding: 0;
        border: 0;
        margin: 20px 0 0 0; } }

.tab-content-item .find-your-community h2 {
  margin-bottom: 20px; }

.tab-content-item .find-your-community form .btn-view-map {
  min-width: 100px;
  max-width: 150px; }

.tab-content-item .find-your-community .view-map-button-wrapper {
  margin-left: 25px;
  font-size: 16px;
  padding-left: 25px; }

.tab-content-item .find-your-community .btn-go-to-residence {
  min-width: 103px;
  max-width: 210px;
  font-size: 16px; }

.tab-content-item .find-your-community .select2-container {
  max-height: 55px;
  min-height: 55px;
  min-width: 290px;
  max-width: 290px; }

.tab-content-item .find-your-community .select2-container--default .select2-selection--single,
.tab-content-item .find-your-community .select2-container--default .select2-selection--single .select2-selection__rendered {
  min-height: 55px;
  max-height: 55px; }

.filtered-map-section .cluster {
  display: flex;
  justify-content: center;
  align-items: center; }

.get-started-cards {
  margin: 60px 0 95px 0; }
  .get-started-cards .cards-items {
    display: grid;
    gap: 35px;
    grid-template-columns: 1fr 1fr; }

	.get-started-cards .cards-items .item {
		display: flex;
		width: 100%;
	}
  .get-started-cards h2 {
    text-align: center;
    font-size: 40px;
    line-height: 50px;
    text-align: center;
    color: #6660aa;
    margin-bottom: 60px; }
  .get-started-cards .inner-card {
    border-radius: 6px;
    text-align: center;
    box-shadow: 0px 3px 6px #4b444429;
	border: 1px solid #a7a8a9;
	 flex: 1;
    overflow: hidden; }
    .get-started-cards .inner-card .main-img {
      width: 100%;
      height: 295px; }
    .get-started-cards .inner-card .logo-img {
      display: inline-block;
      max-width: 80%;
      margin: 10px auto 30px auto; }
    .get-started-cards .inner-card h2 {
      letter-spacing: 3.2px;
      color: #d44320;
      font-size: 16px;
      margin-bottom: 25px;
      line-height: 1.2;
      font-family: "Open Sans", sans-serif; }
    .get-started-cards .inner-card .logo_text {
      font-size: 22px;
      color: #6660aa;
      margin-bottom: 30px;
      text-transform: uppercase;
      font-weight: 500; }
    .get-started-cards .inner-card h3 {
      font-size: 35px;
      letter-spacing: -0.88px;
      margin-bottom: 28px;
      color: #6660aa; }
    .get-started-cards .inner-card .detail {
      color: #53565a;
      margin-bottom: 40px;
      font-size: 20px; }
    .get-started-cards .inner-card .text-part {
    
      border-top: 0;
      padding: 45px 45px;
      border-radius: 0 0 6px 6px; }
    .get-started-cards .inner-card .btn-text {
      padding: 0;
      color: #d44320;
      text-decoration: underline;
      text-align: center;
      font-size: 20px;
      transition: all 0.2s ease; }
      .get-started-cards .inner-card .btn-text:hover {
        color: #6660aa; }
  .get-started-cards.development-page .inner-card h2 {
    margin-bottom: 15px; }
  .get-started-cards.development-page .inner-card h3 {
    margin-bottom: 25px;
    font-size: 35px;
    letter-spacing: -0.02em;
    line-height: 1.4;
    text-align: center;
    color: #6660aa; }
  .get-started-cards.development-page .inner-card .detail {
    margin-bottom: 32px;
    max-width: 457px;
    margin: 0 auto 32px auto; }
  @media (max-width: 1199.98px) {
    .get-started-cards .container {
      padding: 0; }
    .get-started-cards .cards-items {
      grid-template-columns: 1fr;
      gap: 0; }
    .get-started-cards .inner-card {
      padding: 0;
      border-radius: 0;
      box-shadow: none; }
      .get-started-cards .inner-card h3 {
        margin-bottom: 13px; }
      .get-started-cards .inner-card .detail {
        margin-bottom: 20px; }
      .get-started-cards .inner-card .text-part {
        padding: 45px 30px;
        border: 0; } }

.visiting-us {
  position: relative;
  overflow: hidden; }
  .visiting-us:after {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #322b7f;
    opacity: 0.55;
    z-index: 1; }
  .visiting-us .circle-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3; }
  .visiting-us .img-mobile,
  .visiting-us .img-desktop {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1; }
  .visiting-us .content {
    width: 775px;
    max-width: 775px;
    padding: 70px 0;
    color: #fff;
    text-align: center;
    z-index: 2;
    position: relative;
    margin: 0 auto;
    z-index: 4; }
  .visiting-us .circle {
    background-color: #6660aa;
    border-radius: 50%;
    width: 950px;
    height: 950px;
    position: absolute;
    left: 0;
    right: 0;
    top: calc(50% - 950px);
    margin: 0 auto;
    display: block;
    position: absolute; }
  .visiting-us h2 {
    letter-spacing: 3.2px;
    margin-bottom: 24px;
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    letter-spacing: 3.2px; }
  .visiting-us h3 {
    letter-spacing: -1.25px;
    color: #ffffff;
    margin-bottom: 16px;
    font-size: 50px;
    line-height: 60px;
    letter-spacing: -1.25px; }
  .visiting-us .detail {
    font-size: 20px;
    font-weight: 600;
    line-height: 38px;
    margin-bottom: 60px; }
  .visiting-us .btn-white {
    min-width: 255px;
    min-height: 55px;
    color: #d44320;
    font-size: 17px;
    font-weight: 600;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 3px; }
    .visiting-us .btn-white:hover {
      background-color: #d44320;
      color: #fff;
      border-color: #d44320; }
  @media (max-width: 1199.98px) {
    .visiting-us .content {
      width: 100%;
      max-width: 100%; }
    .visiting-us h2 {
      margin-bottom: 22px; }
    .visiting-us h3 {
      font-size: 35px;
      letter-spacing: -0.02em;
      line-height: 45px;
      margin-bottom: 12px; }
    .visiting-us .detail {
      margin-bottom: 20px;
      font-size: 18px;
      line-height: 35px;
      font-weight: 400; }
    .visiting-us .btn-white {
      min-width: 230px; } }

.arrange-a-visit {
  background-color: #6660aa;
  padding: 65px 0; }
  .arrange-a-visit .detail {
    color: #fff;
    text-align: center;
    color: #fff;
    font-size: 30px;
    line-height: 45px;
    font-family: Miller, "Open Sans", sans-serif; }
    .arrange-a-visit .detail p {
      margin-bottom: 0; }
    .arrange-a-visit .detail a {
      color: #ff8264;
      text-decoration: underline; }
      .arrange-a-visit .detail a:hover {
        color: #c58c3e; }
  @media (max-width: 1139.98px) {
    .arrange-a-visit {
      padding: 35px 0; }
      .arrange-a-visit .detail a {
        white-space: nowrap; } }
  @media only screen and (max-width: 600px) {
    .arrange-a-visit .detail a {
      white-space: unset; } }

.get-connected {
  margin: 80px 0 110px 0; }
  .get-connected .content {
    border-radius: 3px;
    text-align: center; }
  .get-connected h2 {
    font-size: 51px;
    letter-spacing: -1.25px;
    line-height: 61px;
    color: #6660aa;
    margin-bottom: 20px; }
  .get-connected .detail {
    color: #53565a;
    max-width: 762px;
    margin: 0 auto 33px auto;
    font-size: 20px;
    line-height: 38px; }
  .get-connected .btn-primary {
    min-height: 45px;
    height: 45px;
    min-width: 300px;
    width: 300px;
    font-size: 17px;
    font-weight: 600;
    border-radius: 3px; }
    .get-connected .btn-primary:hover {
      background-color: #d44320;
      border-color: #d44320; }
  @media (max-width: 1199.98px) {
    .get-connected {
      margin: 40px 0; }
      .get-connected h2 {
        font-size: 35px;
        line-height: 1.2;
        margin-bottom: 15px; }
      .get-connected .detail {
        font-size: 18px;
        line-height: 1.8; }
      .get-connected .content {
        padding: 40px 25px; }
      .get-connected .btn-primary {
        width: 100%; } }

.question {
  padding: 50px 0; }
  .question .title {
    font-size: 30px;
    line-height: 35px;
    font-weight: 600;
    color: #53565a; }
    .question .title a {
      color: #53565a; }
      .question .title a strong {
        font-weight: 600;
        color: #6660aa; }
    .question .title strong {
      font-weight: 600;
      color: #6660aa; }
    .question .title p {
      margin-bottom: 0; }
  .question .content {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .question img {
    max-width: 180px;
    width: 180px; }
  .question a:hover,
  .question a:hover strong {
    text-decoration: none;
    color: #ff8264;
    text-decoration: underline; }

.vitality-personified {
  margin: 0;
  color: #fff; }
  .vitality-personified .content {
    text-align: center;
    padding: 10px;
    position: relative; }
  .vitality-personified .bg-img {
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0; }
  .vitality-personified .icon-items {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 60px; }
    .vitality-personified .icon-items .icon-item-wrapper {
      max-width: 68px;
      max-height: 68px; }
    .vitality-personified .icon-items > div {
      margin-right: 70px; }
      .vitality-personified .icon-items > div:last-of-type {
        margin: 0; }
  .vitality-personified h2 {
    font-size: 50px;
    letter-spacing: -1.25px;
    line-height: 60px;
    margin-bottom: 16px; }
  .vitality-personified .detail {
    font-size: 20px;
    line-height: 38px;
    max-width: 645px;
    font-weight: 600;
    margin-bottom: 0; }
  .vitality-personified .text-part {
    background-color: rgba(102, 96, 170, 0.81);
    z-index: 2;
    position: relative;
    display: block;
    padding: 110px 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
  @media (max-width: 1199.98px) {
    .vitality-personified .container {
      padding: 0; }
    .vitality-personified .content {
      padding: 10px 0; }
    .vitality-personified .icon-items {
      margin-bottom: 20px; }
      .vitality-personified .icon-items .icon-item-wrapper {
        margin-right: 22px;
        margin-bottom: 20px; }
      .vitality-personified .icon-items div:last-of-type {
        margin-bottom: 20px; }
    .vitality-personified .text-part {
      padding: 50px 25px 45px 25px; }
    .vitality-personified h2 {
      font-size: 35px;
      letter-spacing: -0.02em;
      margin-bottom: 20px;
      line-height: 1.2; }
    .vitality-personified .detail {
      font-weight: 400;
      font-size: 20px; } }

.book-a-visit {
  position: relative;
  margin: 115px 0 75px 0;
  overflow: hidden; }
  .book-a-visit .bg-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
    .book-a-visit .bg-wrapper img {
      position: absolute;
      left: 0;
      width: 100%;
      height: 100%;
      top: 0;
      z-index: 1; }
    .book-a-visit .bg-wrapper:before {
      content: " ";
      z-index: 2;
      position: absolute;
      height: 100%;
      width: 70%;
      background: #eae9e7;
      background: linear-gradient(90deg, rgba(234, 233, 231, 0.95562) 81%, rgba(0, 212, 255, 0.0116422) 100%); }
  .book-a-visit .container {
    position: relative;
    z-index: 2; }
  .book-a-visit h2 {
    font-size: 16px;
    line-height: 35px;
    margin-bottom: 45px;
    color: #d44320;
    font-family: "Open Sans", sans-serif;
    letter-spacing: 3.2px; }
  .book-a-visit h3 {
    color: #322b7f;
    font-size: 50px;
    letter-spacing: -1.25px;
    line-height: 60px;
    margin-bottom: 26px; }
  .book-a-visit .detail {
    font-size: 20px;
    line-height: 38px;
    color: #53565a;
    margin-bottom: 45px; }
  .book-a-visit .from-title {
    font-size: 30px;
    line-height: 45px;
    margin-bottom: 32px;
    color: #322b7f;
    font-family: Miller, "Open Sans", sans-serif; }
  .book-a-visit form ::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: rgba(83, 86, 90, 0.5);
    opacity: 1;
    /* Firefox */ }
  .book-a-visit form :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: rgba(83, 86, 90, 0.5); }
  .book-a-visit form ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: rgba(83, 86, 90, 0.5); }
  .book-a-visit .content {
    padding: 80px 0 100px 0;
    max-width: 532px; }
  .book-a-visit .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 0 10px 0 20px;
    min-height: 52px;
    color: #999; }
  .book-a-visit form.item-selected .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #111; }
  .book-a-visit .select2-container--default .select2-selection--single {
    min-height: 52px; }
  .book-a-visit .select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none; }
  @media (max-width: 1199.98px) {
    .book-a-visit .select2-container {
      max-width: 100%; }
    .book-a-visit .ve-select-2-wrapper {
      margin-bottom: 10px; } }
  .book-a-visit form {
    display: flex; }
    .book-a-visit form input {
      max-width: 520px;
      padding: 0 10px;
      flex-grow: 1;
      color: #000;
      min-height: 52px;
      border: 1px solid #707070;
      border-right: 1px solid #ff8264; }
      .book-a-visit form input:active, .book-a-visit form input:focus {
        outline: 0;
        box-shadow: none;
        border-color: #d44320; }
    .book-a-visit form button {
      min-width: 200px;
      min-height: 52px;
      background-color: #ff8264;
      color: #28282a; }
      .book-a-visit form button:hover {
        background-color: #d44320;
        color: #fff; }
  .book-a-visit .btn-orange {
    width: 385px;
    max-width: 100%;
    font-weight: 600;
    font-size: 20px;
    text-align: center;
    color: #322b7f;
    height: 52px;
    background: #ff8264; }
    .book-a-visit .btn-orange:hover {
      background-color: #6660aa;
      color: #fff; }
  @media (max-width: 1199.98px) {
    .book-a-visit {
      margin: 50px 0;
      background-color: #f0f0f0; }
      .book-a-visit .bg-wrapper {
        height: 420px; }
        .book-a-visit .bg-wrapper img {
          height: 100%; }
        .book-a-visit .bg-wrapper:before {
          width: 100%;
          height: 245px;
          background: linear-gradient(0deg, #f0f0f0, rgba(0, 212, 255, 0.0116422) 100%);
          bottom: 0; }
      .book-a-visit .content {
        padding-top: 250px;
        padding-bottom: 35px; }
      .book-a-visit h2 {
        margin-bottom: 30px;
        line-height: 1.2; }
      .book-a-visit h3 {
        font-size: 35px;
        letter-spacing: -0.02em;
        line-height: 45px;
        letter-spacing: -0.02em; }
      .book-a-visit .detail {
        margin-bottom: 18px;
        margin-bottom: 70px;
        line-height: 1.8;
        margin-bottom: 20px; }
      .book-a-visit .from-title {
        font-size: 25px;
        line-height: 45px;
        margin-bottom: 20px; }
      .book-a-visit form {
        flex-direction: column; }
        .book-a-visit form input {
          margin-bottom: 10px;
          border-right: 1px solid #707070; }
        .book-a-visit form .btn,
        .book-a-visit form input {
          min-height: 55px; } }

.inspiring-stories {
  margin: 80px 0 75px 0; }
  .inspiring-stories #es-carousel,
  .inspiring-stories .text-part {
    text-align: center;
    margin-bottom: 40px; }
  .inspiring-stories .slider-wrapper {
    position: relative; }
  .inspiring-stories .btn-slider-nav {
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #fafafa;
    top: calc(50% - 20px);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    padding: 0; }
    .inspiring-stories .btn-slider-nav svg {
      width: 20px; }
    .inspiring-stories .btn-slider-nav.next {
      right: 30px; }
    .inspiring-stories .btn-slider-nav.previous {
      left: 30px; }
      .inspiring-stories .btn-slider-nav.previous svg {
        transform: rotate(180deg); }
    .inspiring-stories .btn-slider-nav:hover {
      background-color: #6660aa; }
      .inspiring-stories .btn-slider-nav:hover path {
        fill: #fff; }
  .inspiring-stories .content {
    border-bottom: 0;
    padding-bottom: 0; }
  .inspiring-stories h3 {
    color: #6660aa;
    font-size: 35px;
    letter-spacing: -0.88px;
    line-height: 60px;
    margin-bottom: 25px; }
  .inspiring-stories .btn-link {
    font-size: 20px;
    line-height: 38px;
    text-decoration: underline;
    padding: 0;
    color: #d44320; }
    .inspiring-stories .btn-link:hover {
      color: #6660aa; }
  .inspiring-stories .item {
    width: 250px;
    height: 250px;
    margin: 0 10px; }
    .inspiring-stories .item img {
      width: 100%;
      height: 100%; }
  @media (max-width: 1199.98px) {
    .inspiring-stories {
      margin: 40px 0; }
      .inspiring-stories h2,
      .inspiring-stories h3 {
        font-size: 35px;
        letter-spacing: -0.02em;
        line-height: 45px;
        text-align: center;
        margin-bottom: 24px; }
      .inspiring-stories p,
      .inspiring-stories a {
        font-size: 20px;
        line-height: 1.2; } }

body.home .inspiring-stories .content {
  padding-bottom: 50px;
  border-bottom: 1px solid #a7a8a9; }

.verve-difference {
  background-color: #f0f0f0;
  padding: 85px 0 240px 0;
  margin-bottom: -150px;
  overflow: hidden; }
  .verve-difference .content {
    display: flex;
    align-items: flex-start; }
  .verve-difference h2 {
    color: #d44320;
    margin-bottom: 70px;
    text-align: center;
    font-size: 22px;
    line-height: 45px;
    letter-spacing: 4.4px; }
  .verve-difference .left-part {
    margin-right: 115px;
    max-width: 480px;
    margin-top: 65px; }
    .verve-difference .left-part h3 {
      color: #6660aa;
      margin-bottom: 28px; }
    .verve-difference .left-part .left_detail p {
      font-size: 28px;
      color: #75787b;
      margin-bottom: 35px; }
    .verve-difference .left-part .left_detail > p:first-of-type {
      font-family: Miller, "Open Sans", sans-serif;
      line-height: 45px;
      margin-bottom: 40px; }
    .verve-difference .left-part .left_detail a {
      color: #6660aa;
      font-size: 20px;
      text-decoration: underline; }
      .verve-difference .left-part .left_detail a:hover {
        color: #ff8264; }
    .verve-difference .left-part .left_detail > *:last-of-type {
      margin-bottom: 0; }
  .verve-difference .right-part {
    min-width: 560px;
    border: 1px solid #8f8f91;
    padding: 60px 55px 50px 55px;
    position: relative; }
    .verve-difference .right-part .food-image {
      position: absolute;
      width: 440px;
      height: 350px;
      right: -38px;
      top: -131px; }
    .verve-difference .right-part .right_top_text {
      color: #d44320;
      margin-bottom: 35px;
      font-weight: 600; }
    .verve-difference .right-part .right_top_title {
      color: #6660aa;
      margin-bottom: 25px;
      font-size: 35px;
      letter-spacing: -0.88px;
      line-height: 60px;
      font-family: Miller, "Open Sans", sans-serif;
      margin-bottom: 27px; }
    .verve-difference .right-part .right_detail p {
      margin-bottom: 0; }
    .verve-difference .right-part .right_detail p:first-of-type {
      max-width: 455px;
      color: #53565a;
      font-size: 20px;
      line-height: 38px;
      margin-bottom: 27px; }
    .verve-difference .right-part .right_detail a {
      font-size: 20px;
      line-height: 38px;
      color: #d44320;
      text-decoration: underline; }
      .verve-difference .right-part .right_detail a:hover {
        color: #322b7f; }
  @media (max-width: 1199.98px) {
    .verve-difference {
      padding: 70px 0 30px 0;
      margin-bottom: 0; }
      .verve-difference h2 {
        font-size: 22px;
        letter-spacing: 0.2em;
        line-height: 1.2;
        margin-bottom: 35px;
        padding: 0 15px;
        letter-spacing: 0.2em; }
      .verve-difference .content {
        flex-direction: column; }
      .verve-difference .left-part {
        margin: 0; }
        .verve-difference .left-part .left_detail p {
          font-size: 25px;
          line-height: 1.4;
          margin-bottom: 20px; }
        .verve-difference .left-part .left_detail a {
          font-size: 20px; }
      .verve-difference .right-part {
        padding: 40px 22px;
        margin-top: 120px;
        max-width: 100%;
        min-width: 100%; }
        .verve-difference .right-part img.food-image {
          width: 300px;
          height: auto;
          top: -80px; } }

.diversity-and-inclusion .content {
  position: relative;
  min-height: 600px;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-end; }
  .diversity-and-inclusion .content > img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
  .diversity-and-inclusion .content:after {
    content: " ";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    background: black;
    background: black;
    background: linear-gradient(355deg, black 0%, rgba(0, 212, 255, 0) 71%); }

.diversity-and-inclusion h2 {
  letter-spacing: 3.2px;
  color: #ffffff;
  opacity: 1;
  color: #fff;
  margin-bottom: 20px;
  font-size: 16px;
  font-family: "Open Sans", sans-serif; }

.diversity-and-inclusion h3 {
  font-size: 50px;
  color: #fff;
  line-height: 60px;
  margin-bottom: 0; }

.diversity-and-inclusion .border-content {
  border: 1px solid #fff;
  width: calc(100% - 24px);
  height: calc(100% - 24px);
  left: 12px;
  top: 12px;
  position: absolute;
  z-index: 2; }

.diversity-and-inclusion .text-part {
  z-index: 3;
  position: relative;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 20px 20px 80px 20px; }

.diversity-and-inclusion .detail-wrapper {
  max-width: 790px;
  margin: 90px auto 100px auto;
  text-align: center; }
  .diversity-and-inclusion .detail-wrapper p {
    color: #53565a;
    line-height: 35px;
    font-size: 18px;
    margin-bottom: 20px; }
  .diversity-and-inclusion .detail-wrapper ul {
    padding: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    font-size: 18px;
    letter-spacing: 0px;
    color: #6660aa;
    line-height: 35px;
    list-style: none; }
    .diversity-and-inclusion .detail-wrapper ul li {
      font-weight: 700;
      font-size: 18px;
      line-height: 35px;
      position: relative;
      margin-bottom: 15px; }

.diversity-and-inclusion.large-p .detail-wrapper p {
  font-size: 20px; }

@media (max-width: 1139.98px) {
  .diversity-and-inclusion .detail-wrapper {
    margin: 55px 0 60px 0; }
    .diversity-and-inclusion .detail-wrapper > p:last-of-type {
      margin-bottom: 0; }
  .diversity-and-inclusion .content {
    position: relative;
    min-height: 458px; }
    .diversity-and-inclusion .content:after {
      height: 80%; }
  .diversity-and-inclusion .text-part {
    padding: 190px 0 80px 0;
    max-width: 260px; }
  .diversity-and-inclusion .title-part {
    padding-top: 45px; }
  .diversity-and-inclusion h2 {
    font-size: 16px;
    letter-spacing: 3.2px;
    line-height: 26px; } }

.custom-quote {
  overflow: hidden;
  text-align: center;
  color: #fff;
  font-family: Miller, "Open Sans", sans-serif; }
  .custom-quote .border {
    background-color: #6660aa;
    z-index: 2;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0; }
    .custom-quote .border:after {
      content: " ";
      position: absolute;
      width: calc(100% - 25px);
      height: calc(100% - 25px);
      left: 13px;
      top: 12px;
      border: 1px solid #fff;
      z-index: 1; }
  .custom-quote .content {
    position: relative; }
  .custom-quote .quote-text {
    max-width: 850px;
    margin: 0 auto;
    padding: 150px 25px;
    max-width: 850px;
    z-index: 3;
    position: relative;
    font-size: 30px;
    font-style: italic; }
  .custom-quote img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 3;
    opacity: 0.1; }
  @media (max-width: 1199.98px) {
    .custom-quote .container {
      padding: 0; }
    .custom-quote .quote-text {
      padding: 70px 25px; }
    .custom-quote .border:after {
      width: calc(100% - 16px);
      height: calc(100% - 16px);
      left: 8px;
      top: 8px; } }

.di-detail-text {
  margin: 110px 0; }
  .di-detail-text .content {
    display: flex; }
  .di-detail-text .left-text {
    margin-right: 100px;
    font-size: 35px;
    line-height: 55px;
    color: #6660aa;
    font-family: Miller, "Open Sans", sans-serif;
    font-style: italic;
    max-width: 400px;
    min-width: 400px; }
  .di-detail-text .right-text {
    font-size: 18px;
    color: #53565a;
    line-height: 35px; }
  @media (max-width: 1199.98px) {
    .di-detail-text {
      margin: 60px 0; }
      .di-detail-text .content {
        flex-direction: column; }
      .di-detail-text .left-text {
        font-size: 30px;
        margin-bottom: 30px;
        min-width: 100%; } }

.generic-text {
  margin: 70px auto;
  max-width: 955px; }
  .generic-text h1,
  .generic-text h2,
  .generic-text h3,
  .generic-text h4,
  .generic-text h5 {
    color: #6660AA; }
  .generic-text h1 {
    margin-bottom: 8px;
    font-size: 50px;
    line-height: 65px;
    letter-spacing: -1px; }
  .generic-text h2,
  .generic-text h3,
  .generic-text h4,
  .generic-text h5 {
    font-family: "Open Sans", sans-serif; }
  .generic-text h2 {
    font-size: 25px;
    line-height: 45px;
    letter-spacing: -.65px;
    font-weight: 400;
    margin-bottom: 28px;
    margin-top: 30px; }
  .generic-text p {
    color: #53565A;
    margin-bottom: 25px; }
  .generic-text a {
    color: #d44320; }
  .generic-text ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    .generic-text ul li {
      margin-bottom: 20px;
      padding: 0 0 0 20px;
      position: relative; }
      .generic-text ul li:before {
        content: " ";
        position: absolute;
        left: 0;
        top: 10px;
        border-radius: 50%;
        width: 6px;
        height: 6px;
        background-color: #53565A; }

.innovation-and-efficiency {
  text-align: center;
  margin: 100px 0 130px 0; }
  .innovation-and-efficiency .title-part {
    max-width: 955px;
    margin: 0 auto;
    padding: 70px 0;
    border-top: 1px solid #A7A8A9; }
  .innovation-and-efficiency .card-items-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 100px; }
  .innovation-and-efficiency h2 {
    letter-spacing: -1.27px;
    color: #6660AA;
    margin-bottom: 30px;
    font-size: 51px;
    line-height: 50px; }
  .innovation-and-efficiency .detail {
    letter-spacing: 0px;
    color: #53565A;
    font-size: 20px; }
  .innovation-and-efficiency .item {
    max-width: 500px;
    margin: 0 auto; }
    .innovation-and-efficiency .item img {
     margin-bottom: 24px; 
	 width: 100px;
	 height: auto;
}
  .innovation-and-efficiency .card-title {
    letter-spacing: -0.88px;
    color: #6660AA;
    margin-bottom: 15px;
    font-size: 35px;
    font-family: Miller, "Open Sans", sans-serif; }
  .innovation-and-efficiency .card-detail {
    letter-spacing: 0px;
    color: #53565A;
    font-size: 20px;
    line-height: 38px; }
  @media (max-width: 1139.98px) {
    .innovation-and-efficiency {
      margin: 60px 0 90px 0; }
      .innovation-and-efficiency .title-part {
        padding-top: 55px;
        padding-bottom: 25px; }
      .innovation-and-efficiency .card-items-wrapper {
        grid-template-columns: 1fr;
        gap: 30px; } }

.community-landing-banner {
  position: relative;
  padding-bottom: 60px; }
  .community-landing-banner > img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1; }
  .community-landing-banner .container {
    z-index: 3;
    position: relative; }
  .community-landing-banner:after {
    content: " ";
    height: 40%;
    min-height: 300px;
    background: transparent linear-gradient(0deg, #ffffff 0%, #ffffff00 100%) 0% 0% no-repeat;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 2;
    position: absolute; }
  .community-landing-banner .top-part {
    display: flex;
    min-height: 660px; }
  .community-landing-banner .right-part {
    display: none; }
  .community-landing-banner .top-part .left-part {
    background-color: #6660aa;
    color: #fff;
    padding: 7px;
    width: 428px;
    min-width: 428px;
    max-width: 428px;
    position: relative; }
    .community-landing-banner .top-part .left-part .c-logo-wrapper {
      display: none; }
    .community-landing-banner .top-part .left-part .text-content {
      border: 1px solid #fff;
      padding: 44px 40px;
      height: 100%; }
  .community-landing-banner .title,
  .community-landing-banner h2 {
    font-size: 35px;
    letter-spacing: -0.88px;
    line-height: 45px;
    margin-bottom: 18px; }
  .community-landing-banner .detail {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 20px; }
    .community-landing-banner .detail a {
      color: #fff; }
  .community-landing-banner .email,
  .community-landing-banner .phone {
    margin-bottom: 12px;
    color: #fff;
    font-size: 18px;
    line-height: 25px; }
    .community-landing-banner .email a,
    .community-landing-banner .phone a {
      display: inline-block;
      color: #fff; }
    .community-landing-banner .email span,
    .community-landing-banner .phone span {
      margin-right: 15px;
      max-width: 22px; }
  .community-landing-banner .email {
    color: #fff;
    display: block;
    text-decoration: none; }
    .community-landing-banner .email:hover {
      text-decoration: underline; }
  .community-landing-banner .point-items {
    margin: 35px 0 25px 0; }
    .community-landing-banner .point-items > div {
      display: flex;
      margin-bottom: 10px;
      font-size: 18px;
      line-height: 25px; }
      .community-landing-banner .point-items > div.last-item {
        margin-top: 30px; }
    .community-landing-banner .point-items .point span {
      margin-right: 16px; }
  .community-landing-banner .btn-arrange-a-visit {
    min-height: 43px;
    width: 100%;
    background-color: #d44320;
    color: #fff;
    font-size: 17px;
    line-height: 23px;
    font-weight: 600;
    margin-top: auto;
    border-radius: 3px; }
    .community-landing-banner .btn-arrange-a-visit span {
      width: 20px;
      margin-right: 12px;
      position: relative;
      bottom: 2px; }
    .community-landing-banner .btn-arrange-a-visit:hover {
      background-color: #a9ad37; }
  .community-landing-banner .virtual-tour-btn {
    width: 212px;
    height: 43px;
    font-size: 17px;
    line-height: 23px;
    padding: 8px 10px;
    border: 1px solid #fff;
    width: 100%;
    background: transparent;
    margin-bottom: 17px;
    color: #fff;
    z-index: 4;
    border-radius: 4px; }
    .community-landing-banner .virtual-tour-btn span {
      width: 18px;
      margin-right: 10px; }
    .community-landing-banner .virtual-tour-btn:hover {
      border-color: #a9ad37;
      background-color: #a9ad37; }
      .community-landing-banner .virtual-tour-btn:hover path {
        fill: #fff; }
  .community-landing-banner .flickity-page-dots {
    bottom: 20px; }
    .community-landing-banner .flickity-page-dots .dot {
      width: 14px;
      height: 14px;
      background-color: #fff;
      opacity: 1 !important;
      position: relative; }
      .community-landing-banner .flickity-page-dots .dot:after {
        content: " ";
        width: 24px;
        height: 24px;
        left: -5px;
        top: -5px;
        border-radius: 50%;
        border: 3px solid transparent;
        position: absolute;
        transition: all 0.3s ease; }
      .community-landing-banner .flickity-page-dots .dot.is-selected:after {
        border: 3px solid #ff8264; }
  .community-landing-banner .c-logo-wrapper {
    position: absolute;
    right: 45px;
    bottom: 30px;
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 50%;
    width: 185px;
    height: 185px;
    display: flex;
    justify-content: center;
    align-items: center; }
  .community-landing-banner .bottom-part {
    border-left: 1px solid #a7a8a9;
    border-right: 1px solid #a7a8a9;
    border-bottom: 1px solid #a7a8a9;
    padding: 35px 45px;
    position: relative; }
    .community-landing-banner .bottom-part a {
      letter-spacing: 0px;
      color: #d44320;
      line-height: 22px;
      font-size: 16px;
      font-weight: 600;
      text-decoration: underline;
      margin-right: 40px; }
      .community-landing-banner .bottom-part a span {
        margin-right: 10px;
        position: relative;
        bottom: 2px;
        max-width: 20px;
        width: 20px; }
      .community-landing-banner .bottom-part a:hover {
        color: #6660aa; }
  .community-landing-banner .flickity-viewport {
    height: 100%; }
  .community-landing-banner .right-part {
    flex-grow: 1;
    display: block; }
  .community-landing-banner .community-banner-image-slider {
    width: 100%;
    height: 100%; }
    .community-landing-banner .community-banner-image-slider .img-item {
      width: 100%;
      min-height: 100%;
      min-height: 100%;
      position: relative; }
      .community-landing-banner .community-banner-image-slider .img-item img {
        width: 100%;
        object-fit: cover;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%; }
  @media (max-width: 1199.98px) {
    .community-landing-banner {
      padding-bottom: 40px; }
      .community-landing-banner .left-part {
        position: relative; }
        .community-landing-banner .left-part .c-logo-wrapper {
          position: absolute;
          display: flex !important;
          top: -90px;
          bottom: unset;
          right: 35px;
          background: #fff;
          width: 115px;
          height: 115px;
          padding: 10px;
          z-index: 5; }
      .community-landing-banner > img {
        display: none; }
      .community-landing-banner .bottom-part {
        border: 0;
        display: grid;
        gap: 30px;
        flex-direction: column;
        text-align: center;
        padding: 40px 10px 20px 10px; }
        .community-landing-banner .bottom-part a {
          margin: 0; }
        .community-landing-banner .bottom-part .c-logo-wrapper {
          display: none; }
      .community-landing-banner .container {
        padding: 0; }
      .community-landing-banner .top-part {
        flex-direction: column-reverse; }
        .community-landing-banner .top-part .right-part {
          width: 100%;
          background: red; }
      .community-landing-banner .community-banner-image-slider .img-item {
        width: 100%;
        height: 200px; }
      .community-landing-banner .top-part .left-part {
        width: 100%;
        min-width: unset;
        max-width: 100%; }
      .community-landing-banner .flickity-page-dots {
        text-align: left;
        padding-left: 50px; }
        .community-landing-banner .flickity-page-dots li.dot {
          width: 9px;
          height: 9px;
          margin: 0 6px; }
          .community-landing-banner .flickity-page-dots li.dot.is-selected:after {
            border: 2px solid #ff8264; }
          .community-landing-banner .flickity-page-dots li.dot:after {
            width: 17px;
            height: 17px;
            left: -4px;
            top: -4px; }
      .community-landing-banner .text-content {
        padding: 24px 40px; }
      .community-landing-banner .title,
      .community-landing-banner h2 {
        margin-bottom: 6px; }
      .community-landing-banner .point-items {
        margin: 25px 0; } }

.manager-quote .content {
  display: flex; }

.manager-quote .left-part {
  margin-right: 35px; }

.manager-quote h2 {
  font-size: 40px;
  line-height: 50px;
  color: #6660aa;
  margin-bottom: 33px; }

.manager-quote .detail {
  letter-spacing: 0px;
  color: #53565a;
  font-size: 20px;
  line-height: 38px; }

.manager-quote .right-part {
  min-width: 365px;
  width: 365px;
  margin-top: 15px; 
}

@media (max-width: 820px){
	.manager-quote .right-part {
  		min-width: 100%;
  		width: 100%;
	}
}

.manager-quote .social-links {
  margin-bottom: 65px;
  display: flex; }
  .manager-quote .social-links > a {
    margin-right: 25px; }
    .manager-quote .social-links > a:hover path {
      fill: #ff8264; }

.manager-quote .title-top {
  font-size: 30px;
  letter-spacing: -0.75px;
  line-height: 30px;
  margin-bottom: 28px;
  font-family: Miller, "Open Sans", sans-serif;
  color: #75787b; }

.manager-quote .user-info-wrapper {
  display: flex; }
  .manager-quote .user-info-wrapper img {
    margin-right: 28px;
    width: 82px;
    height: 82px;
    border-radius: 50%; }
  .manager-quote .user-info-wrapper .name {
    color: #6660aa;
    font-size: 35px;
    letter-spacing: -0.88px;
    font-family: Miller, "Open Sans", sans-serif;
    margin-bottom: 8px;
    line-height: 1; }
  .manager-quote .user-info-wrapper .designation {
    color: #53565a;
    font-size: 18px;
    line-height: 35px;
    margin-bottom: 8px; }
  .manager-quote .user-info-wrapper a {
    color: #d44320;
    text-decoration: underline; }
    .manager-quote .user-info-wrapper a:hover {
      color: #6660aa; }

.manager-quote.signature {
  padding: 70px 0; }

.manager-quote.the-village {
  background-color: #1a4e2d; }
  .manager-quote.the-village .user-info-wrapper .name,
  .manager-quote.the-village .user-info-wrapper .designation,
  .manager-quote.the-village .title-top {
    color: #fff; }
  .manager-quote.the-village .detail p, .manager-quote.the-village .detail {
    color: #fff; }
  .manager-quote.the-village .detail a {
    text-decoration: underline;
    color: #f2bd00; }
  .manager-quote.the-village h2 {
    color: #f2bd00; }
  .manager-quote.the-village .social-links a path {
    fill: #f2bd00; }
  .manager-quote.the-village .user-meta .manager_modal_link {
    color: #f2bd00; }

@media (max-width: 1199.98px) {
  .manager-quote .content {
    flex-direction: column; }
  .manager-quote h2 {
    font-size: 35px;
    line-height: 1.2;
    margin-bottom: 30px; }
  .manager-quote .detail {
    font-size: 18px;
    margin-bottom: 30px; }
  .manager-quote .left-part {
    margin: 0; }
  .manager-quote .right-part .title-top {
    text-align: center; }
  .manager-quote .right-part .social-links {
    justify-content: center; } }

.manager-modal .border-content {
  padding: 35px 40px;
  border: 1px solid #a7a8a9; }

.manager-modal .modal-content {
  padding: 20px; }

.manager-modal .btn-close-modal {
  position: absolute;
  top: -55px;
  left: unset;
  right: 0; }
  .manager-modal .btn-close-modal rect,
  .manager-modal .btn-close-modal path {
    fill: #fff; }

.manager-modal .top-part {
  display: flex;
  justify-content: space-between; }

.manager-modal .logo {
  width: 208px;
  height: auto;
  object-fit: none; }

.manager-modal .modal_detail {
  font-size: 20px;
  line-height: 38px;
  color: #53565a;
  margin-top: 45px; }

.manager-modal .user-meta {
  display: flex; }
  .manager-modal .user-meta .links {
    display: flex;
    align-items: center; }
    .manager-modal .user-meta .links a {
      margin-right: 12px; }
  .manager-modal .user-meta .name {
    font-size: 39px;
    letter-spacing: -0.97px;
    line-height: 1;
    margin-bottom: 8px;
    color: #6660aa;
    font-family: Miller, "Open Sans", sans-serif; }
  .manager-modal .user-meta .designation {
    font-size: 21px;
    line-height: 28px;
    margin-bottom: 20px;
    color: #75787b; }
  .manager-modal .user-meta img {
    width: 130px;
    height: 130px;
    margin-right: 36px; }

.manager-modal .email-svg-icon {
  background: #aaae37;
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%; }
  .manager-modal .email-svg-icon svg {
    width: 12px;
    height: auto; }
    .manager-modal .email-svg-icon svg path {
      fill: #fff; }

@media (max-width: 1199.98px) {
  .manager-modal .modal-content {
    width: 100%; }
    .manager-modal .modal-content .top-part {
      flex-direction: column; }
  .manager-modal .border-content {
    padding: 35px 20px; }
  .manager-modal .links {
    justify-content: center; }
  .manager-modal .logo {
    margin: 20px auto;
    display: block; }
  .manager-modal .modal_detail {
    font-size: 18px;
    line-height: 1.8; }
  .manager-modal .user-meta {
    flex-direction: column;
    text-align: center;
    margin-bottom: 20px; }
    .manager-modal .user-meta img {
      margin-bottom: 20px;
      margin: 0 auto 20px auto; } }

.explore-tab {
  margin: 50px 0 80px 0; }
  .explore-tab .section-title {
    text-align: center;
    font-size: 20px;
    letter-spacing: 4px;
    margin-bottom: 40px;
    font-family: "Open Sans", sans-serif;
    color: #d44320; }
  .explore-tab .tab-links {
    display: flex;
    justify-content: space-between; }
    .explore-tab .tab-links > div {
      margin-right: 35px; }
      .explore-tab .tab-links > div:last-of-type {
        margin-right: 0; }
  .explore-tab .each-tab-link-wrapper {
    padding-bottom: 22px;
    border-radius: 6px 6px 0 0; }
    .explore-tab .each-tab-link-wrapper.active {
      background-color: #6660aa;
      box-shadow: none; }
      .explore-tab .each-tab-link-wrapper.active .tab-link {
        color: #fff;
        box-shadow: none; }
      .explore-tab .each-tab-link-wrapper.active path {
        fill: #ff8264; }
  .explore-tab .tab-content-item {
    display: none; }
    .explore-tab .tab-content-item.active {
      animation: fadeInBottom 0.3s ease;
      display: block; }
  .explore-tab .tab-link {
    border-radius: 6px;
    width: 164px;
    height: 125px;
    box-shadow: 0px 3px 5px #00000079;
    position: relative;
    font-size: 20px;
    line-height: 1.1;
    color: #6660aa;
    padding: 0px 10px;
    font-weight: 600;
    align-items: flex-end;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;
    transition: all 0.3s ease; }
    .explore-tab .tab-link:before {
      content: " ";
      position: absolute;
      width: calc(100% - 6px);
      height: calc(100% - 6px);
      top: 3px;
      left: 3px;
      border: 1px solid rgba(102, 96, 170, 0.2);
      border-radius: 6px; }
    .explore-tab .tab-link svg,
    .explore-tab .tab-link img {
      width: auto;
      margin-bottom: 8px;
      height: 23px; }
    .explore-tab .tab-link path {
      fill: #6660aa; }
    .explore-tab .tab-link:hover {
      text-decoration: none; }
  .explore-tab .tab-container {
    max-width: 1280px; }
  .explore-tab .items-content-wrapper {
    border-top: 9px solid #6660aa;
    border-left: 1px solid #a7a8a9;
    border-bottom: 1px solid #a7a8a9;
    border-right: 1px solid #a7a8a9; }
  @media (max-width: 1199.98px) {
    .explore-tab .tab-links {
      flex-direction: column; } }

.explore-tab-mobile {
  margin: 80px 0; }
  .explore-tab-mobile .section-title {
    font-family: "Open Sans", sans-serif;
    font-weight: normal;
    font-size: 20px;
    letter-spacing: 0.2em;
    line-height: 35px;
    text-align: center;
    color: #d44320;
    margin-bottom: 40px;
    padding: 0 15px; }
  .explore-tab-mobile .tab-link {
    width: calc(100% - 70px);
    height: 90px;
    display: flex;
    border-radius: 7px;
    background: #fff;
    padding: 10px 25px;
    align-items: center;
    font-size: 20px;
    font-weight: 600;
    position: relative;
    margin: 0 35px;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.16); }
    .explore-tab-mobile .tab-link:before {
      content: " ";
      position: absolute;
      left: 5px;
      top: 5px;
      width: calc(100% - 10px);
      border-radius: 7px;
      height: calc(100% - 10px);
      border: 0.5px solid #6660aa; }
    .explore-tab-mobile .tab-link svg,
    .explore-tab-mobile .tab-link img {
      width: 40px;
      height: 40px;
      margin-right: 20px; }
    .explore-tab-mobile .tab-link.active {
      background-color: #6660aa;
      color: #fff; }
      .explore-tab-mobile .tab-link.active path {
        fill: #fff; }
    .explore-tab-mobile .tab-link:hover {
      text-decoration: none; }
  .explore-tab-mobile .tab-item-wrapper {
    margin-bottom: 20px; }
  .explore-tab-mobile .tab-content-item {
    display: none; }
    .explore-tab-mobile .tab-content-item.active {
      display: block;
      border-top: 5px solid #6660aa;
      margin-top: -5px; }

.health-and-wellness {
  position: relative; }
  .health-and-wellness .overlay {
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    background: white;
    background: linear-gradient(90deg, white 45%, rgba(0, 255, 29, 0) 100%); }
  .health-and-wellness .bg-with-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0; }
  .health-and-wellness .bg-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
  .health-and-wellness .content {
    padding: 70px 50px 50px 50px;
    z-index: 2;
    position: relative; }
  .health-and-wellness .text-part {
    max-width: 560px; }
  .health-and-wellness h2 {
    color: #6660aa;
    font-size: 35px;
    letter-spacing: -0.88px;
    line-height: 1.4;
    margin-bottom: 28px; }
  .health-and-wellness .detail {
    font-size: 20px;
    line-height: 35px;
    color: #53565a;
    margin-bottom: 35px; }
  .health-and-wellness .points_title {
    font-size: 16px;
    letter-spacing: 3.2px;
    color: #d44320;
    margin-bottom: 20px; }
    .health-and-wellness .points_title a {
      color: #d44320; }
  .health-and-wellness .point-items > div {
    margin-bottom: 15px;
    display: flex;
    font-size: 20px;
    color: #6660aa;
    text-decoration: underline; }
    .health-and-wellness .point-items > div a {
      color: #6660aa; }
    .health-and-wellness .point-items > div span {
      text-transform: uppercase;
      margin-right: 12px; }
    .health-and-wellness .point-items > div:last-of-type {
      margin-bottom: 0; }
  @media (max-width: 1199.98px) {
    .health-and-wellness {
      border-bottom: 1px solid #a7a8a9; }
      .health-and-wellness .content {
        padding: 0; }
      .health-and-wellness .detail {
        font-size: 18px;
        line-height: 1.8; }
      .health-and-wellness .text-part {
        padding: 265px 25px 50px 25px; }
      .health-and-wellness .bg-with-overlay {
        height: 285px; }
        .health-and-wellness .bg-with-overlay .overlay {
          width: 100%;
          height: 100%;
          background: #fff;
          filter: 26.015600204467773px;
          background: linear-gradient(0deg, #fff 33%, rgba(0, 255, 29, 0) 120%); } }

.life-enrichment .top-part {
  position: relative; }

.life-enrichment .bg-with-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0; }

.life-enrichment .download-pdf-btn {
  margin-top: 20px;
  border-radius: 4px; }
  .life-enrichment .download-pdf-btn span {
    margin-right: 8px;
    position: relative;
    top: -2px; }

.life-enrichment .overlay {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  background: white;
  background: linear-gradient(90deg, white 45%, rgba(0, 255, 29, 0) 100%); }

.life-enrichment .bg-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

.life-enrichment .top-part {
  position: relative;
  z-index: 2; }
  .life-enrichment .top-part .text-content {
    z-index: 3;
    position: relative;
    padding: 70px 30px 50px 50px;
    max-width: 610px; }

.life-enrichment h2 {
  color: #6660aa;
  font-size: 35px;
  margin-bottom: 26px;
  line-height: 45px; }

.life-enrichment .detail {
  color: #53565a;
  font-size: 20px;
  line-height: 35px; }

.life-enrichment .points-wrapper ul,
.life-enrichment .point-items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 60px;
  row-gap: 30px;
  list-style: none;
  margin: 0;
  padding-left: 0; }
  .life-enrichment .points-wrapper ul li,
  .life-enrichment .points-wrapper ul .point-item,
  .life-enrichment .point-items li,
  .life-enrichment .point-items .point-item {
    position: relative;
    color: #53565a;
    padding-left: 20px; }
    .life-enrichment .points-wrapper ul li:before,
    .life-enrichment .points-wrapper ul .point-item:before,
    .life-enrichment .point-items li:before,
    .life-enrichment .point-items .point-item:before {
      content: " ";
      width: 5px;
      height: 5px;
      border-radius: 50%;
      background-color: #53565a;
      position: absolute;
      left: 0;
      top: 9px; }

.life-enrichment .points-wrapper {
  padding: 40px 50px;
  background-color: #f8f8f8; }
  .life-enrichment .points-wrapper .points_title {
    color: #d44320;
    font-size: 16px;
    margin-bottom: 40px;
    letter-spacing: 3.2px; }

@media (max-width: 1199.98px) {
  .life-enrichment {
    border-bottom: 1px solid #a7a8a9; }
    .life-enrichment .top-part .text-content {
      padding: 265px 25px 50px 25px; }
    .life-enrichment .detail {
      font-size: 18px;
      line-height: 1.6; }
    .life-enrichment .bg-with-overlay {
      height: 285px; }
      .life-enrichment .bg-with-overlay .overlay {
        width: 100%;
        height: 100%;
        background: #fff;
        filter: 26.015600204467773px;
        background: linear-gradient(0deg, #fff 33%, rgba(0, 255, 29, 0) 120%); }
    .life-enrichment .points-wrapper .points_title {
      margin-bottom: 25px; }
    .life-enrichment .points-wrapper ul,
    .life-enrichment .point-items {
      grid-template-columns: 1fr;
      display: grid;
      gap: 20px; } }

.amenities .top-part {
  padding: 70px 50px 60px 50px;
  display: flex;
  align-items: flex-start; }
  .amenities .top-part .text-content {
    margin-right: 35px;
    max-width: 660px;
    min-width: 660px; }
  .amenities .top-part h2 {
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 22px;
    color: #6660aa; }
  .amenities .top-part .image-slider {
    min-height: 415px;
    height: 415px;
    max-height: 415px; }
  .amenities .top-part .detail {
    color: #53565a;
    font-size: 20px;
    line-height: 35px; }

.amenities .image-slider {
  flex-grow: 1; }

.amenities .ul_detail ul,
.amenities .point-items {
  padding-left: 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 70px;
  row-gap: 30px;
  list-style: none;
  margin: 0; }
  .amenities .ul_detail ul li,
  .amenities .point-items li {
    font-size: 17px; }
  .amenities .ul_detail ul li,
  .amenities .ul_detail ul .point-item,
  .amenities .point-items li,
  .amenities .point-items .point-item {
    position: relative;
    color: #53565a;
    padding-left: 20px; }
    .amenities .ul_detail ul li:after,
    .amenities .ul_detail ul .point-item:after,
    .amenities .point-items li:after,
    .amenities .point-items .point-item:after {
      content: " ";
      width: 6px;
      height: 6px;
      background-color: #53565a;
      position: absolute;
      border-radius: 50%;
      left: 0;
      top: 8px; }

.amenities .flickity-page-dots {
  bottom: -20px; }
  .amenities .flickity-page-dots .dot {
    width: 10px;
    height: 10px;
    background-color: #6660aa;
    opacity: 1 !important;
    position: relative; }
    .amenities .flickity-page-dots .dot:after {
      content: " ";
      width: 14px;
      height: 14px;
      left: -2px;
      top: -2px;
      border-radius: 50%;
      border: 3px solid transparent;
      position: absolute;
      transition: all 0.3s ease; }
    .amenities .flickity-page-dots .dot.is-selected:after {
      border: 3px solid #ff8264; }

@media (max-width: 1199.98px) {
  .amenities {
    border-bottom: 1px solid #a7a8a9; }
    .amenities .top-part {
      flex-direction: column-reverse;
      padding: 30px 25px; }
      .amenities .top-part .detail {
        font-size: 18px;
        line-height: 1.8; }
    .amenities .top-part .image-slider {
      width: 100%;
      min-height: 300px;
      height: 300px;
      max-height: 300px;
      margin-bottom: 60px; }
      .amenities .top-part .image-slider .img-item {
        width: 100%;
        height: 300px; }
        .amenities .top-part .image-slider .img-item img {
          width: 100%; }
    .amenities .flickity-page-dots {
      bottom: -35px; }
    .amenities .ul_detail ul {
      grid-template-columns: 1fr; } }

.points-wrapper {
  padding: 40px 50px 75px 50px;
  background-color: #f8f8f8; }
  .points-wrapper .points_title {
    color: #2c2c4e;
    font-size: 16px;
    margin-bottom: 40px;
    letter-spacing: 3.2px; }
  @media (max-width: 1199.98px) {
    .points-wrapper {
      padding: 30px 25px; } }

.suites-tab-content .content {
  padding: 60px 50px 60px 50px;
  display: flex; }

.suites-tab-content h2 {
  font-size: 35px;
  line-height: 45px;
  letter-spacing: -0.88px;
  margin-bottom: 33px;
  color: #6660aa; }

.suites-tab-content .detail {
  font-size: 20px;
  line-height: 35px;
  color: #53565a; }

.suites-tab-content .right-part {
  min-width: 560px; }

.suites-tab-content .left-part {
  max-width: 560px;
  margin-right: 30px; }

.suites-tab-content .level-1 {
  animation: fadeInBottom 0.3s ease;
  display: flex;
  flex-direction: column; }
  .suites-tab-content .level-1 > div {
    margin-bottom: 30px; }
    .suites-tab-content .level-1 > div:last-of-type {
      margin-bottom: 0; }
  .suites-tab-content .level-1 .title_right {
    font-family: Miller, "Open Sans", sans-serif;
    font-size: 30px;
    letter-spacing: -0.03em;
    margin-bottom: 20px;
    color: #6660aa; }
  .suites-tab-content .level-1 .each-suite-btn {
    background-color: #6660aa;
    text-align: left;
    display: flex;
    align-items: center;
    border-radius: 4px;
    min-height: 85px;
    padding: 0px 0 0 45px;
    font-family: Miller, "Open Sans", sans-serif;
    color: #fff;
    font-size: 28px;
    position: relative;
    cursor: pointer; }
    .suites-tab-content .level-1 .each-suite-btn:after {
      content: " ";
      width: 1px;
      height: 85px;
      background-color: #fff;
      position: absolute;
      right: 65px; }
    .suites-tab-content .level-1 .each-suite-btn span {
      position: absolute;
      right: 20px;
      top: 17px; }
      .suites-tab-content .level-1 .each-suite-btn span svg {
        transform: rotate(90deg); }

.suites-tab-content .each-level-2 {
  background-color: #f0f0f0;
  padding: 24px 45px;
  display: none; }
  .suites-tab-content .each-level-2.active {
    display: block;
    animation: fadeInBottom 0.3s ease; }
  .suites-tab-content .each-level-2 .rooms-wrapper > div:last-of-type {
    border-bottom: 0; }
  .suites-tab-content .each-level-2 .title-part {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 35px; }
  .suites-tab-content .each-level-2 .btn-back-to-level-1 {
    width: 100px;
    height: 41px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
    background-color: #6660aa;
    color: #fff;
    border: 0;
    margin-left: 12px; }
    .suites-tab-content .each-level-2 .btn-back-to-level-1 svg {
      width: 12px;
      transform: rotate(-90deg); }
  .suites-tab-content .each-level-2 .room-title-part {
    display: flex;
    justify-content: space-between; }
  .suites-tab-content .each-level-2 .preview-link {
    border: 0;
    color: #d44320;
    text-decoration: underline;
    padding: 0; }
  .suites-tab-content .each-level-2 .level-2-title {
    font-size: 30px;
    color: #6660aa;
    letter-spacing: 0.025em;
    font-family: Miller, "Open Sans", sans-serif; }
  .suites-tab-content .each-level-2 .each-room {
    padding-bottom: 22px;
    margin-bottom: 20px;
    border-bottom: 1px solid #aaae37; }
    .suites-tab-content .each-level-2 .each-room .room_detail {
      font-size: 18px;
      font-style: italic;
      color: #707070; }
    .suites-tab-content .each-level-2 .each-room .room_title {
      font-size: 25px;
      letter-spacing: -0.025em;
      color: #6660aa;
      font-family: Miller, "Open Sans", sans-serif; }

@media (max-width: 1199.98px) {
  .suites-tab-content {
    border-bottom: 1px solid #a7a8a9; }
    .suites-tab-content .content {
      flex-direction: column;
      padding: 30px 25px; }
      .suites-tab-content .content h2 {
        margin-bottom: 20px; }
    .suites-tab-content .left-part {
      margin: 0 0 30px 0; }
    .suites-tab-content .detail {
      font-size: 18px;
      line-height: 1.8; }
    .suites-tab-content .right-part {
      min-width: 100%; }
    .suites-tab-content .level-1 .each-suite-btn {
      padding: 10px 20px;
      min-height: 60px;
      font-size: 20px;
      margin-bottom: 20px; }
      .suites-tab-content .level-1 .each-suite-btn span {
        display: none;
        top: 14px; }
      .suites-tab-content .level-1 .each-suite-btn:after {
        display: none; }
    .suites-tab-content .each-level-2 {
      padding: 20px 20px 0px 20px; }
      .suites-tab-content .each-level-2 .title-part {
        flex-direction: column-reverse;
        align-items: flex-start;
        margin-bottom: 20px; }
        .suites-tab-content .each-level-2 .title-part .btn-back-to-level-1 {
          margin: 0 0 10px 0; }
      .suites-tab-content .each-level-2 .room-title-part .preview-link {
        display: none; } }

.suites-modal .border-content {
  padding: 40px; }

.suites-modal .border-content {
  display: flex; }

.suites-modal .left-part {
  margin-right: 25px; }

.suites-modal .right-part {
  width: 250px;
  min-width: 250px; }
  .suites-modal .right-part .modal-logo {
    margin-bottom: 50px; }
  .suites-modal .right-part .suite_title {
    background-color: #6660aa;
    min-height: 50px;
    padding: 8px 15px;
    color: #fff;
    font-family: Miller, "Open Sans", sans-serif;
    font-size: 20px;
    margin-bottom: 30px; }
  .suites-modal .right-part .room_title {
    font-size: 30px;
    font-family: Miller, "Open Sans", sans-serif;
    letter-spacing: 0.025em;
    color: #6660aa; }
  .suites-modal .right-part .room_detail {
    font-size: 18px;
    font-style: italic;
    color: #707070;
    margin-bottom: 45px; }
  .suites-modal .right-part .btn-download-pdf {
    color: #d44320;
    padding: 0;
    text-decoration: underline;
    font-weight: 600; }
    .suites-modal .right-part .btn-download-pdf svg {
      margin-right: 10px; }

@media (max-width: 1199.98px) {
  .suites-modal .modal-content {
    width: 100%; }
  .suites-modal .left-part {
    margin: 0; }
  .suites-modal img.left-img {
    max-width: 100%;
    margin: 0 auto;
    display: block;
    width: 250px; }
  .suites-modal .border-content {
    flex-direction: column;
    padding: 20px 15px; } }

.suites-tab-content.suites-signature-tab-content {
  background-color: #cacdcf; }
  .suites-tab-content.suites-signature-tab-content .content {
    z-index: 2;
    position: relative; }
  .suites-tab-content.suites-signature-tab-content h2 {
    font-family: "Source Serif Pro", serif;
    color: #c58c3e;
    font-weight: 400; }
  .suites-tab-content.suites-signature-tab-content .detail {
    color: #53565a; }
  .suites-tab-content.suites-signature-tab-content .title_right {
    font-family: "Source Serif Pro", serif;
    color: #2c2c4e; }
  .suites-tab-content.suites-signature-tab-content .each-suite-btn {
    background-color: #2c2c4e;
    font-family: "Source Serif Pro", serif;
    transition: all 0.2s ease;
    overflow: hidden; }
    .suites-tab-content.suites-signature-tab-content .each-suite-btn:hover {
      background-color: #c58c3e; }
  .suites-tab-content.suites-signature-tab-content .each-level-2 .level-2-title {
    color: #2c2c4e;
    font-family: "Source Serif Pro", serif; }
  .suites-tab-content.suites-signature-tab-content .each-level-2 .room_title {
    color: #2c2c4e; }
  .suites-tab-content.suites-signature-tab-content .each-level-2 .room_detail {
    color: #707070; }
  .suites-tab-content.suites-signature-tab-content .each-level-2 .btn-back-to-level-1 {
    background-color: #2c2c4e; }
    .suites-tab-content.suites-signature-tab-content .each-level-2 .btn-back-to-level-1:hover {
      background-color: #c58c3e; }
  @media (max-width: 1199.98px) {
    .suites-tab-content.suites-signature-tab-content .content {
      padding: 80px 40px 40px 40px; } }

.suites-tab-content.suites-signature-tab-content .ul_detail ul,
.suites-tab-content.suites-signature-tab-content .point-items {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
  padding-left: 0;
  list-style: none;
  margin: 0; }
  .suites-tab-content.suites-signature-tab-content .ul_detail ul li,
  .suites-tab-content.suites-signature-tab-content .point-items li {
    font-size: 17px; }
  .suites-tab-content.suites-signature-tab-content .ul_detail ul li,
  .suites-tab-content.suites-signature-tab-content .ul_detail ul .point-item,
  .suites-tab-content.suites-signature-tab-content .point-items li,
  .suites-tab-content.suites-signature-tab-content .point-items .point-item {
    position: relative;
    color: #53565a;
    width: 33.33%;
    padding: 0 15px 25px; }
    .suites-tab-content.suites-signature-tab-content .ul_detail ul li:after,
    .suites-tab-content.suites-signature-tab-content .ul_detail ul .point-item:after,
    .suites-tab-content.suites-signature-tab-content .point-items li:after,
    .suites-tab-content.suites-signature-tab-content .point-items .point-item:after {
      content: " ";
      width: 6px;
      height: 6px;
      background-color: #53565a;
      position: absolute;
      border-radius: 50%;
      left: 0;
      top: 8px; }

@media (max-width: 1199.98px) {
  .suites-tab-content.suites-signature-tab-content .points-wrapper {
    padding-bottom: 50px; }
    .suites-tab-content.suites-signature-tab-content .points-wrapper .ul_detail ul {
      flex-direction: column; }
      .suites-tab-content.suites-signature-tab-content .points-wrapper .ul_detail ul li {
        width: 100%;
        padding: 0 0 15px 20px; } }

.location-tab-content .content {
  display: flex;
  padding: 60px 60px 55px 40px; }

.location-tab-content .left-part {
  min-width: 745px;
  margin-right: 45px;
  position: relative; }
  .location-tab-content .left-part img {
    width: 100%; }
  .location-tab-content .left-part .btn-primary {
    font-size: 17px;
    min-height: 66px;
    width: 100%; }

.location-tab-content h2 {
  font-size: 35px;
  letter-spacing: -0.88px;
  line-height: 45px;
  color: #6660aa;
  margin-bottom: 30px; }

.location-tab-content .detail {
  font-size: 20px;
  line-height: 35px; }
  .location-tab-content .detail a {
    color: #d44320;
    font-size: 20px;
    text-decoration: underline; }
    .location-tab-content .detail a:hover {
      color: #6660aa; }
  .location-tab-content .detail p {
    margin-bottom: 30px; }
    .location-tab-content .detail p:last-child {
      margin-bottom: 0; }

.location-tab-content .img-part-wrapper {
  position: relative; }

.location-tab-content .mark-items-wrapper {
  background-color: #fff;
  padding: 5px;
  position: absolute;
  width: calc(100% - 36px);
  left: 18px;
  bottom: 25px; }
  .location-tab-content .mark-items-wrapper h3 {
    font-size: 20px;
    font-weight: 600;
    font-family: Miller, "Open Sans", sans-serif;
    margin-bottom: 24px;
    text-align: center;
    color: #6660aa;
    letter-spacing: 0.035em; }
  .location-tab-content .mark-items-wrapper .border-content {
    border: 1px solid #dbdbdb;
    padding: 12px 25px; }
  .location-tab-content .mark-items-wrapper .mark-items {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    column-gap: 50px;
    justify-content: space-between;
    row-gap: 25px; }
  .location-tab-content .mark-items-wrapper .mark-item {
    display: flex;
    align-items: center; }
    .location-tab-content .mark-items-wrapper .mark-item img {
      width: 25px;
      height: 25px;
      margin-right: 12px; }
    .location-tab-content .mark-items-wrapper .mark-item .mark_item_title {
      color: #767e91;
      font-size: 16px; }

@media (max-width: 1199.98px) {
  .location-tab-content .content {
    flex-direction: column;
    padding: 30px 20px 0 20px; }
    .location-tab-content .content .mark-items-wrapper {
      display: none;
      width: calc(100% - 20px);
      left: 10px; }
      .location-tab-content .content .mark-items-wrapper .mark-items {
        grid-template-columns: 1fr 1fr; }
  .location-tab-content .detail {
    font-size: 18px;
    line-height: 1.8; }
  .location-tab-content .left-part {
    width: 100%;
    margin: 0 0 40px 0;
    min-width: 100%; } }

.location-tab-content.signature {
  background-color: #cacdcf; }
  .location-tab-content.signature h2 {
    color: #c58c3e;
    font-family: "Source Serif Pro", serif; }
  .location-tab-content.signature .content {
    z-index: 2;
    position: relative;
    padding: 60px 36px 55px 40px; }
  .location-tab-content.signature .mark-items-wrapper {
    background-color: #2c2c4e;
    color: #fff !important; }
    .location-tab-content.signature .mark-items-wrapper h3 {
      color: #fff !important;
      font-weight: 600;
      font-family: "Source Serif Pro", serif; }
    .location-tab-content.signature .mark-items-wrapper .border-content {
      border-color: transparent; }
  .location-tab-content.signature .detail p {
    color: #53565a; }
  .location-tab-content.signature .detail a:hover {
    color: #6660aa; }
  .location-tab-content.signature .mark-item .mark_item_title {
    color: #fff; }
  @media (max-width: 1199.98px) {
    .location-tab-content.signature .content {
      padding: 80px 40px 40px 40px; } }

.generic-tab .tab-links {
  display: flex;
  border-bottom: 1px solid #f0f0f0; }
  .generic-tab .tab-links > div {
    margin-right: 60px; }

.generic-tab .each-tab-link-wrapper.active .tab-link {
  border-bottom: 6px solid #6660aa;
  font-weight: 600; }

.generic-tab .tab-link {
  font-size: 20px;
  display: block;
  color: #6660aa;
  padding-bottom: 10px;
  border-bottom: 6px solid transparent; }
  .generic-tab .tab-link:hover {
    text-decoration: none;
    color: #d44320; }

.generic-tab .items-content-wrapper {
  padding: 50px 0; }

.generic-tab .tab-content-item {
  display: none; }
  .generic-tab .tab-content-item.active {
    display: block;
    animation: fadeInBottom 0.3s ease; }

.awards-tab-content .img-wrapper {
  padding-right: 45px; }

.gallery-tab-content .gallery-items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  row-gap: 25px;
  column-gap: 36px; }

.gallery-tab-content .img-wrapper {
  min-height: 175px;
  max-height: 175px;
  height: 175px;
  overflow: hidden;
  border-radius: 4px; }
  .gallery-tab-content .img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.news-and-event-tab-content .news-and-event-items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 100px;
  row-gap: 45px; }

.news-and-event-tab-content .view-all-news-btn-wrapper {
  margin: 80px 0 0 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center; }
  .news-and-event-tab-content .view-all-news-btn-wrapper .btn-view-all-news-and-event {
    min-width: 312.2px;
    min-height: 50px;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    border-radius: 3px; }
    .news-and-event-tab-content .view-all-news-btn-wrapper .btn-view-all-news-and-event:hover {
      background-color: #6660aa !important; }

.news-and-event-tab-content .item-wrapper {
  display: flex;
  animation: fadeInBottom 0.3s ease; }
  .news-and-event-tab-content .item-wrapper .img-wrapper {
    width: 65px;
    min-width: 65px;
    max-width: 65px;
    height: 65px;
    max-height: 65px;
    border-radius: 50%;
    margin-right: 24px; }
  .news-and-event-tab-content .item-wrapper:hover {
    text-decoration: none;
    color: #d44320 !important; }

.news-and-event-tab-content .small_title {
  font-size: 20px;
  margin-bottom: 15px;
  color: #53565a;
  font-family: Miller, "Open Sans", sans-serif;
  letter-spacing: -0.5px; }

.news-and-event-tab-content .title {
  font-size: 25px;
  font-family: Miller, "Open Sans", sans-serif;
  letter-spacing: -0.63px; }
  .news-and-event-tab-content .title:hover {
    text-decoration: none; }

.news-and-event-tab-content .btn-text {
  display: inline-block;
  margin: 75px auto 0 auto;
  font-size: 20px;
  text-decoration: underline;
  color: #d44320; }
  .news-and-event-tab-content .btn-text:hover {
    color: #6660aa; }

@media (max-width: 1199.98px) {
  .news-and-event-tab-content .news-and-event-items {
    grid-template-columns: 1fr;
    gap: 20px; }
    .news-and-event-tab-content .news-and-event-items .small_title {
      font-size: 18px;
      margin-bottom: 16px;
      line-height: 1.2; } }

.generic-tab.signature {
  background-color: #2c2c4e;
  padding-bottom: 40px; }
  .generic-tab.signature .tab-link {
    color: #c58c3e; }
  .generic-tab.signature .tab-links {
    border-bottom-color: #c58c3e; }
  .generic-tab.signature .each-tab-link-wrapper {
    border-bottom-color: #c58c3e; }
    .generic-tab.signature .each-tab-link-wrapper.active .tab-link {
      border-bottom-color: #c58c3e; }
  .generic-tab.signature .news-and-event-tab-content * {
    color: #fff; }

.generic-tab.the-village .tab-links {
  border-bottom-color: #f2bd00 !important; }

.generic-tab.the-village .each-tab-link-wrapper {
  border-bottom-color: #f2bd00; }
  .generic-tab.the-village .each-tab-link-wrapper .tab-link {
    color: #f2bd00; }
  .generic-tab.the-village .each-tab-link-wrapper.active .tab-link {
    border-bottom-color: #f2bd00 !important; }

.generic-tab-mobile {
  margin-bottom: 150px; }
  .generic-tab-mobile .tab-title {
    font-size: 20px;
    font-weight: 600;
    border-bottom: 1px solid #6660aa;
    margin-bottom: 35px;
    padding-bottom: 8px;
    color: #6660aa; }
  .generic-tab-mobile .each-tab-item-wrapper {
    margin-bottom: 60px; }
  .generic-tab-mobile.signature {
    background-color: #2c2c4e;
    margin: 0 !important;
    padding: 0 0 65px 0 !important; }
    @media (max-width: 1199.98px) {
      .generic-tab-mobile.signature {
        padding-top: 40px;
        margin-bottom: 80px; }
        .generic-tab-mobile.signature .tab-title {
          color: #c58c3e;
          border-bottom: 1px solid #c58c3e; }
        .generic-tab-mobile.signature .items-content-wrapper > div:last-of-type {
          margin-bottom: 0; } }

@media (max-width: 1199.98px) {
  .generic-tab-mobile.signature .news-and-event-tab-content .small_title {
    color: #fff; }
  .generic-tab-mobile.signature .news-and-event-tab-content .news-and-event-items {
    gap: 22px; }
  .generic-tab-mobile.signature .news-and-event-tab-content .title {
    color: #fff; }
  .generic-tab-mobile.signature .news-and-event-tab-content .btn-text {
    color: #fff; } }

.ve-blog-modal {
  color: #000; }
  .ve-blog-modal .blog-detail * {
    color: #000 !important; }
  @media (max-width: 1199.98px) {
    .ve-blog-modal {
      padding: 40px 15px; }
      .ve-blog-modal .modal-content {
        max-width: 100%;
        padding: 50px 25px 40px 25px; } }
  .ve-blog-modal .btn-close-modal {
    left: unset;
    right: 15px;
    top: 15px;
    padding: 0; }
    .ve-blog-modal .btn-close-modal svg {
      width: 25px;
      height: auto; }

.dining-tab-content {
  position: relative; }
  .dining-tab-content .bg-with-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0; }
  .dining-tab-content .overlay {
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    background: white;
    background: linear-gradient(90deg, white 45%, rgba(0, 255, 29, 0) 100%); }
  .dining-tab-content .bg-img {
    position: absolute;
    width: 100%;
    height: 100%; }
  .dining-tab-content .top-part {
    position: relative;
    z-index: 2; }
  .dining-tab-content .text-content {
    z-index: 3;
    position: relative;
    padding: 70px 30px 40px 50px;
    max-width: 572px; }
  .dining-tab-content .user-meta {
    display: flex; }
  .dining-tab-content .download-sample-btn-wrapper {
    padding: 0px 0;
    max-width: 491px;
    z-index: 2;
    position: relative; }
    .dining-tab-content .download-sample-btn-wrapper a {
      min-height: 50px;
      min-width: 450px;
      border-radius: 3px;
      width: 100%; }
      .dining-tab-content .download-sample-btn-wrapper a span {
        margin-right: 10px;
        position: relative;
        bottom: 2px; }
      .dining-tab-content .download-sample-btn-wrapper a path {
        fill: #fff; }
      .dining-tab-content .download-sample-btn-wrapper a:hover {
        background-color: #d44320;
        border-color: #d44320; }
  .dining-tab-content .current-menu-link {
    text-decoration: underline;
    padding: 0;
    border-radius: 3px;
    color: #d44320;
    font-weight: 600;
    margin: 0 0 0 50px;
    color: #d44320;
    z-index: 2;
    position: relative;
    display: inline-block;
    margin-left: 50px;
    margin-bottom: 35px; }
    .dining-tab-content .current-menu-link span {
      margin-right: 10px; }
    .dining-tab-content .current-menu-link:hover {
      color: #6660aa; }
  .dining-tab-content .user-info-wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 38px; }
    .dining-tab-content .user-info-wrapper .user-meta {
      display: flex;
      flex-direction: column; }
    .dining-tab-content .user-info-wrapper img {
      margin-right: 25px;
      width: 93px;
      height: 93px;
      border-radius: 50%; }
    .dining-tab-content .user-info-wrapper .name {
      color: #6660aa;
      font-size: 30px;
      letter-spacing: -0.88px;
      font-family: Miller, "Open Sans", sans-serif;
      margin-bottom: 0;
      line-height: 1; }
    .dining-tab-content .user-info-wrapper .chef_title,
    .dining-tab-content .user-info-wrapper .designation {
      color: #53565a;
      font-size: 18px;
      line-height: 35px;
      margin-bottom: 10px; }
  .dining-tab-content h2 {
    color: #6660aa;
    font-size: 35px;
    margin-bottom: 26px;
    line-height: 45px; }
  .dining-tab-content .detail {
    color: #53565a;
    font-size: 20px;
    line-height: 35px;
    margin-bottom: 45px; }
  @media (max-width: 1199.98px) {
    .dining-tab-content {
      border-bottom: 1px solid #a7a8a9; }
      .dining-tab-content .text-content {
        padding: 265px 25px 50px 25px; }
      .dining-tab-content .detail {
        font-size: 18px;
        line-height: 1.6; }
      .dining-tab-content .bg-with-overlay {
        height: 285px; }
        .dining-tab-content .bg-with-overlay .overlay {
          width: 100%;
          height: 100%;
          background: #fff;
          filter: 26.015600204467773px;
          background: linear-gradient(0deg, #fff 33%, rgba(0, 255, 29, 0) 120%); }
      .dining-tab-content .download-sample-btn-wrapper a {
        max-width: 100%;
        min-width: 100%; } }

.banner-inspiring-story {
  position: relative; }
  .banner-inspiring-story .container {
    position: relative;
    z-index: 2; }
  .banner-inspiring-story .bg-wrapper {
    position: absolute;
    left: 0;
    top: 20px;
    width: 100%;
    height: calc(100% - 40px);
    z-index: 1; }
    .banner-inspiring-story .bg-wrapper:after {
      background-color: rgba(0, 0, 0, 0.7);
      content: " ";
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%; }
    .banner-inspiring-story .bg-wrapper img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .banner-inspiring-story .content {
    padding: 75px 25px 85px 25px;
    background-color: rgba(102, 96, 170, 0.9);
    color: #fff;
    text-align: center;
    border: 1px solid #fff; }
  .banner-inspiring-story .detail {
    max-width: 755px;
    font-size: 18px;
    line-height: 35px;
    margin: 32px auto 55px auto; }
  .banner-inspiring-story h1 {
    font-size: 50px;
    letter-spacing: -1px; }
  .banner-inspiring-story form {
    display: flex;
    justify-content: center; }
    .banner-inspiring-story form ::placeholder {
      color: #a7a8a9; }
    .banner-inspiring-story form input {
      min-height: 50px;
      padding: 0 25px 0 50px;
      background-color: #fff;
      border-radius: 0;
      border-color: transparent;
      border: 0; }
      .banner-inspiring-story form input:active, .banner-inspiring-story form input:focus {
        outline: 0;
        box-shadow: none; }
    .banner-inspiring-story form .form-group {
      position: relative;
      margin: 0;
      min-width: 475px; }
      .banner-inspiring-story form .form-group svg {
        position: absolute;
        left: 22px;
        top: 16px; }
    .banner-inspiring-story form .btn-submit {
      background-color: #ff8264;
      color: #322b7f;
      border: 0;
      padding: 0;
      min-height: 50px;
      min-width: 138px;
      font-size: 18px; }
      .banner-inspiring-story form .btn-submit:hover {
        background-color: #d44320;
        color: #fff; }
  @media (max-width: 1199.98px) {
    .banner-inspiring-story .content {
      padding: 50px 25px; }
    .banner-inspiring-story h1 {
      font-size: 35px;
      line-height: 45px;
      margin-bottom: 20px; }
    .banner-inspiring-story form {
      flex-direction: column; }
      .banner-inspiring-story form .form-group {
        min-width: 100%;
        margin: 0 0 15px 0; }
    .banner-inspiring-story .detail {
      margin: 20px 0 30px 0; } }

.category-items {
  margin: 55px 0 60px 0; }
  .category-items .content {
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }
  .category-items a {
    border: 1px solid #d44320;
    min-height: 43px;
    margin: 15px;
    padding: 8px;
    font-size: 17px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-width: 198px;
    border-radius: 4px;
    color: #d44320; }
    .category-items a.active, .category-items a:hover {
      background: #d44320;
      color: #fff; }
  @media (max-width: 1199.98px) {
    .category-items .content {
      flex-direction: column;
      display: block; }
      .category-items .content:after {
        content: "flickity";
        display: none; }
      .category-items .content a {
        margin: 0 10px; } }

.archive-story-wrapper,
.inspiring-story-items {
  margin: 40px 0 100px 0; }
  .archive-story-wrapper .content,
  .inspiring-story-items .content {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 35px;
    row-gap: 35px; }
  @media (max-width: 1199.98px) {
    .archive-story-wrapper .content,
    .inspiring-story-items .content {
      grid-template-columns: 1fr; } }

.story-card-item {
  border-left: 1px solid rgba(167, 168, 169, 0.5);
  border-bottom: 1px solid rgba(167, 168, 169, 0.5);
  border-right: 1px solid rgba(167, 168, 169, 0.5);
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  display: inline-block;
  transition: all 0.3s ease; }
  .story-card-item .border-overlay {
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    left: 5px;
    top: 5px;
    position: absolute;
    border: 1px solid rgba(167, 168, 169, 0.5);
    border-radius: 3px; }
  .story-card-item .text-part {
    padding: 12px;
    z-index: 2;
    position: relative;
    padding: 25px 30px 40px 25px; }
  .story-card-item h3 {
    color: #6660aa;
    margin-bottom: 10px;
    font-size: 30px;
    letter-spacing: -0.88px; }
  .story-card-item .date {
    color: #000;
    font-size: 14px;
    margin-bottom: 20px; }
  .story-card-item .detail {
    font-size: 20px;
    color: #53565a; }
  .story-card-item img {
    width: 100%;
    height: 270px;
    max-height: 270px;
    min-height: 270px;
    object-fit: cover; }
  .story-card-item .category {
    color: #d44320;
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-bottom: 10px;
    font-size: 16px;
    letter-spacing: 3.2px;
    margin-bottom: 25px; }
  .story-card-item:hover {
    text-decoration: none;
    -webkit-box-shadow: 0px 10px 13px -7px #000000, 1px 5px 44px 1px rgba(0, 0, 0, 0.027);
    box-shadow: 0px 10px 13px -7px #000000, 1px 5px 44px 1px rgba(0, 0, 0, 0.027); }
  @media (max-width: 1199.98px) {
    .story-card-item .category {
      margin-bottom: 10px; }
    .story-card-item h3 {
      font-size: 25px;
      line-height: 1.4;
      margin-bottom: 15px; }
    .story-card-item .detail {
      font-size: 18px;
      line-height: 1.8; } }

.featured-inspiring-story-items {
  margin: 70px 0 40px 0; }
  .featured-inspiring-story-items .content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 35px;
    row-gap: 35px; }
  .featured-inspiring-story-items .story-card-item .text-part {
    padding: 26px 20px 38px 38px; }
  .featured-inspiring-story-items .story-card-item img {
    min-height: 345px; }

.related-story {
  padding-bottom: 75px; }
  .related-story .content {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 25px; }
  .related-story h2 {
    text-align: center;
    font-size: 35px;
    letter-spacing: -0.025em;
    margin-bottom: 25px;
    font-family: Miller, "Open Sans", sans-serif;
    color: #6660aa; }
  .related-story .view-all-link-wrapper {
    text-align: center;
    margin: 50px 0 0 0; }
  .related-story .view-all-category-link {
    color: #d44320;
    font-size: 20px;
    text-decoration: underline; }
    .related-story .view-all-category-link:hover {
      color: #6660aa; }
  @media (max-width: 1199.98px) {
    .related-story {
      padding: 0 25px 60px 25px; }
      .related-story .content {
        grid-template-columns: 1fr; } }

.service-banner {
  position: relative; }
  .service-banner .content {
    background-color: #6660aa;
    padding-top: 475px; }
  .service-banner .top-part {
    position: absolute;
    top: 0;
    left: 0; }
  .service-banner .content {
    background-color: #6660aa;
    color: #fff; }


.community-landing-banner-signature .container-fluid {
    z-index: 3;
    position: relative;
}

.community-landing-banner-signature {
  position: relative;
  overflow: hidden; }
  .community-landing-banner-signature > img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1; }
  .community-landing-banner-signature .flickity-page-dots {
    display: none; }
  .community-landing-banner-signature .container {
    z-index: 3;
    position: relative; }
  .community-landing-banner-signature .top-part {
    display: flex;
    min-height: 650px;
    min-height: 100%;
    position: relative; }
  .community-landing-banner-signature .right-part {
    display: flex;
    align-items: flex-end;
    flex-grow: 1;
    padding-bottom: 16px;
    justify-content: center;
    padding-bottom: 0; }
  .community-landing-banner-signature .top-content {
    display: flex; }
  .community-landing-banner-signature .top-part .left-part {
    background-color: #2c2c4e;
    color: #fff;
    padding: 7px;
	width: 442px;
    min-width: 442px;
    max-width: 442px;
}
    .community-landing-banner-signature .top-part .left-part .text-content {
      padding: 44px 40px;
      height: 100%; }
  .community-landing-banner-signature h1,
  .community-landing-banner-signature .title,
  .community-landing-banner-signature h2 {
    font-size: 35px;
    letter-spacing: -0.88px;
    line-height: 45px;
    margin-bottom: 18px; }
  .community-landing-banner-signature .detail {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 20px; }
    .community-landing-banner-signature .detail a {
      color: #fff;
      margin: 10px 0;
      display: inline-block; }
    .community-landing-banner-signature .detail .time {
      margin: 0;
      font-size: 15px; }
    .community-landing-banner-signature .detail > div {
      border-bottom: 1px solid rgba(255, 255, 255, 0.16);
      margin-bottom: 20px;
      padding-bottom: 20px; }
      .community-landing-banner-signature .detail > div:last-of-type {
        border-bottom: 0;
        margin-bottom: 0px;
        padding-bottom: 0; }
  .community-landing-banner-signature .message-box {
    background-color: #fff;
    color: #2c2c4e;
    font-weight: 700; }
  .community-landing-banner-signature .email,
  .community-landing-banner-signature .phone {
    margin-bottom: 12px;
    color: #fff;
    font-size: 18px;
    line-height: 25px; }
    .community-landing-banner-signature .email a,
    .community-landing-banner-signature .phone a {
      color: #fff; }
    .community-landing-banner-signature .email span,
    .community-landing-banner-signature .phone span {
      margin-right: 15px;
      display: inline-flex;
      width: 24px;
      height: 24px;
      background-color: #aaae37;
      border-radius: 50%;
      justify-content: center;
      align-items: center; }
    .community-landing-banner-signature .email img,
    .community-landing-banner-signature .email svg,
    .community-landing-banner-signature .phone img,
    .community-landing-banner-signature .phone svg {
      width: 12px;
      height: auto; }
      .community-landing-banner-signature .email img path,
      .community-landing-banner-signature .email svg path,
      .community-landing-banner-signature .phone img path,
      .community-landing-banner-signature .phone svg path {
        fill: #fff; }
  .community-landing-banner-signature .email {
    color: #fff;
    display: block;
    text-decoration: none; }
    .community-landing-banner-signature .email:hover {
      text-decoration: underline; }
  .community-landing-banner-signature .point-items {
    margin: 35px 0 25px 0; }
    .community-landing-banner-signature .point-items a {
      display: inline-flex;
      align-items: center;
      color: #fff; }
      .community-landing-banner-signature .point-items a:hover {
        text-decoration: none; }
    .community-landing-banner-signature .point-items > div {
      display: flex;
      margin-bottom: 10px;
      font-size: 18px;
      line-height: 25px; }
      .community-landing-banner-signature .point-items > div.last-item {
        margin-top: 30px; }
    .community-landing-banner-signature .point-items .point span {
      margin-right: 16px; }
    .community-landing-banner-signature .point-items .point span svg {
      width: 22px; }
  .community-landing-banner-signature .btn-arrange-a-visit {
    min-height: 54px;
    width: 100%;
    background-color: #D44320;
    color: #fff;
    font-size: 17px;
    line-height: 23px;
    font-weight: 600;
    margin-top: auto;
    border-radius: 3px;
    border: 1px solid #d44320;
    margin-bottom: 17px;
}
    .community-landing-banner-signature .btn-arrange-a-visit span {
      width: 20px;
      margin-right: 12px;
      position: relative;
      bottom: 2px; }
    .community-landing-banner-signature .btn-arrange-a-visit:hover {
      background-color: #a9ad37; 
	  border: 1px solid #a9ad37;
}
  .community-landing-banner-signature .virtual-tour-btn {
    width: 212px;
    height: 43px;
    font-size: 17px;
    line-height: 23px;
    padding: 8px 10px;
    border: 1px solid #fff;
    width: 100%;
    background: transparent;
    margin-bottom: 17px;
    color: #fff;
    z-index: 4;
    border-radius: 4px; }
    .community-landing-banner-signature .virtual-tour-btn span {
      width: 18px;
      margin-right: 10px; }
    .community-landing-banner-signature .virtual-tour-btn:hover {
      border-color: #a9ad37;
      background-color: #a9ad37; }
      .community-landing-banner-signature .virtual-tour-btn:hover path {
        fill: #fff; }
  .community-landing-banner-signature .slider-dot-wrapper {
    justify-content: center;
    align-items: center;
    width: 100%;
    bottom: 15px; }
    .community-landing-banner-signature .slider-dot-wrapper .outer-dot {
      padding: 5px; }
      .community-landing-banner-signature .slider-dot-wrapper .outer-dot.is-selected .dot:after {
        border: 3px solid #ff8264; }
    .community-landing-banner-signature .slider-dot-wrapper .dot {
      width: 14px;
      height: 14px;
      background-color: #fff;
      opacity: 1 !important;
      position: relative;
      border-radius: 50%;
      cursor: pointer; }
      .community-landing-banner-signature .slider-dot-wrapper .dot:after {
        content: " ";
        width: 24px;
        height: 24px;
        left: -5px;
        top: -5px;
        border-radius: 50%;
        border: 3px solid transparent;
        position: absolute;
        transition: all 0.3s ease; }
      .community-landing-banner-signature .slider-dot-wrapper .dot.is-selected:after {
        border: 3px solid #ff8264; }
  .community-landing-banner-signature .env-items {
    display: grid !important;
    grid-column-gap: 5px;
    grid-row-gap: 20px;
    margin: 30px 0 40px 0;
    grid-template-columns: repeat(5, 1fr); }
    .community-landing-banner-signature .env-items .env_title {
      position: absolute;
      left: 0;
      top: -37px;
      border-radius: 5px;
      white-space: nowrap;
      background-color: #d44320;
      color: #fff;
      font-size: 14px;
      padding: 4px 8px;
      display: none;
      text-align: center; }
      @media (max-width: 1199.98px) {
        .community-landing-banner-signature .env-items .env_title {
          left: calc(50% - 55px);
          width: 100px;
          min-width: 100px;
          max-width: 100px;
          top: unset;
          bottom: 25px;
          font-size: 13px;
          white-space: normal; } }
    .community-landing-banner-signature .env-items svg,
    .community-landing-banner-signature .env-items img {
      width: 30px;
      max-width: 30px;
      height: auto; }
      .community-landing-banner-signature .env-items svg path,
      .community-landing-banner-signature .env-items img path {
        fill: #fff; }
    .community-landing-banner-signature .env-items .env-item {
      position: relative;
      display: flex;
      justify-content: flex-start;
      align-items: center; }
      .community-landing-banner-signature .env-items .env-item:hover .env_title {
        animation: fadeInBottom 0.3s ease;
        display: block; }
  .community-landing-banner-signature .flickity-page-dots {
    bottom: 20px; }
  .community-landing-banner-signature .bottom-part {
    background-color: #071d22;
    padding: 35px 20px;
    position: relative; }
    .community-landing-banner-signature .bottom-part .c-logo-wrapper {
      position: absolute;
      right: 45px;
      bottom: 30px;
      background: #ffffff 0% 0% no-repeat padding-box;
      box-shadow: 0px 3px 6px #00000029;
      border-radius: 50%;
      width: 185px;
      height: 185px;
      display: flex;
      justify-content: center;
      align-items: center; }
    .community-landing-banner-signature .bottom-part a {
      letter-spacing: 0px;
      color: #fff;
      line-height: 22px;
      font-size: 16px;
      font-weight: 600;
      text-decoration: underline;
      margin-right: 40px; }
      .community-landing-banner-signature .bottom-part a span {
        margin-right: 10px;
        position: relative;
        bottom: 2px;
        max-width: 20px;
        width: 20px; }
      .community-landing-banner-signature .bottom-part a:hover {
        color: #6660aa; }
  .community-landing-banner-signature .flickity-viewport {
    height: 100%; }
  .community-landing-banner-signature .right-part {
    display: flex; }
  .community-landing-banner-signature .community-banner-image-slider {
    width: 100%;
    height: calc(100% + 20px);
    position: absolute; 
	}

	  @media(min-width:1200px){
		  .community-landing-banner-signature .community-banner-image-slider {
		  	width: calc(100% - 442px);
		    right: 0;
		  }
	  }

    .community-landing-banner-signature .community-banner-image-slider .img-item {
      width: 100%;
      min-height: 100%;
      min-height: 100%;
      position: relative; }
      .community-landing-banner-signature .community-banner-image-slider .img-item img {
        width: 100%;
        object-fit: cover;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%; }
  .community-landing-banner-signature .bottom-portion {
    background: #2c2c4e;
    z-index: 5;
    position: relative; }
  .community-landing-banner-signature.the-village .left-part h1 {
    color: #1a4e2d;
    margin-bottom: 8px; }
  .community-landing-banner-signature.the-village .phone,
  .community-landing-banner-signature.the-village .phone a,
  .community-landing-banner-signature.the-village .email,
  .community-landing-banner-signature.the-village .email a,
  .community-landing-banner-signature.the-village .contact-form a {
    color: #53565a!important; 

}
  .community-landing-banner-signature.the-village .detail a {
    color: #53565a; }
  .community-landing-banner-signature.the-village .point-items a {
    color: #53565a; }
  .community-landing-banner-signature.the-village .point-items span path {
    fill: #1a4e2d!important; }
  .community-landing-banner-signature.the-village .env-items path {
    fill: #1a4e2d; }
  .community-landing-banner-signature.the-village .virtual-tour-btn {
    border-color: #1a4e2d;
    color: #1a4e2d; }
    .community-landing-banner-signature.the-village .virtual-tour-btn:hover {
      border-color: #a9ad37;
      background-color: #a9ad37;
      color: #fff; }
  .community-landing-banner-signature.the-village .bottom-part a {
    color: #1a4e2d; }
  @media (max-width: 1199.98px) {
    .community-landing-banner-signature .container {
      padding: 0; }
    .community-landing-banner-signature .mobile-logo {
      width: 115px;
      height: 115px;
      position: absolute;
      right: 35px;
      background-color: #fff;
      padding: 10px;
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 50%;
      top: -100px; }
    .community-landing-banner-signature .content.top-content {
      flex-direction: column-reverse; }
      .community-landing-banner-signature .content.top-content .left-part {
        max-width: 100%;
        width: 100%;
        min-width: 100%;
        padding: 0; }
        .community-landing-banner-signature .content.top-content .left-part .text-content {
          padding: 35px 45px 45px 35px; }
    .community-landing-banner-signature .flickity-page-dots {
      z-index: 3;
      position: relative;
      text-align: left;
      display: flex !important;
      padding-left: 43px; }
      .community-landing-banner-signature .flickity-page-dots li.dot {
        width: 9px;
        height: 9px;
        margin: 0 6px;
        opacity: 1;
        background-color: #fff;
        position: relative; }
        .community-landing-banner-signature .flickity-page-dots li.dot.is-selected:after {
          border: 2px solid #ff8264; }
        .community-landing-banner-signature .flickity-page-dots li.dot:after {
          width: 17px;
          height: 17px;
          left: -4px;
          top: -4px;
          border-color: #ff8264;
          content: " ";
          border-radius: 50%;
          border: 2px solid transparent;
          position: absolute;
          transition: all 0.3s ease; }
    .community-landing-banner-signature .right-part {
      height: 200px;
      width: 100%;
      display: none; }
    .community-landing-banner-signature .top-part {
      position: relative;
      flex-direction: column; }
    .community-landing-banner-signature .community-banner-image-slider {
      position: relative;
      height: 200px; }
    .community-landing-banner-signature h1,
    .community-landing-banner-signature .title,
    .community-landing-banner-signature h2 {
      margin-bottom: 6px; }
    .community-landing-banner-signature .bottom-part {
      display: flex;
      justify-content: center;
      flex-direction: column;
      align-items: center; }
      .community-landing-banner-signature .bottom-part .c-logo-wrapper {
        display: none; }
      .community-landing-banner-signature .bottom-part a {
        margin: 0 0 25px 0;
        padding: 0;
        min-width: auto; }
        .community-landing-banner-signature .bottom-part a:last-of-type {
          margin-bottom: 0; } }

.detail-lead-community-signature {
  background-color: #2c2c4e;
  padding: 70px 0; }
  .detail-lead-community-signature .content {
    display: flex; }
  .detail-lead-community-signature .left-part {
    width: 755px;
    margin-right: 35px; }
    .detail-lead-community-signature .left-part h2 {
      color: #c58c3e;
      font-size: 40px;
      font-family: "Source Serif Pro", serif;
      margin-bottom: 20px;
      font-weight: 400; }
    .detail-lead-community-signature .left-part .detail {
      font-size: 20px;
      color: #fff; }
      .detail-lead-community-signature .left-part .detail > p:last-of-type {
        margin-bottom: 0; }
  .detail-lead-community-signature .right-top {
    width: 360px;
    background-color: #c58c3e;
    border-radius: 4px;
    text-align: center;
    border: 1px solid #707070;
    padding: 25px 20px 35px 20px; }
    .detail-lead-community-signature .right-top h2 {
      font-family: "Open Sans", sans-serif;
      color: #fff;
      font-weight: 600;
      font-size: 26px;
      margin-bottom: 18px; }
    .detail-lead-community-signature .right-top .detail {
      text-align: center;
      color: #2c2c4e;
      margin-bottom: 15px;
      font-size: 25px;
      font-family: "Source Serif Pro", serif; }
      .detail-lead-community-signature .right-top .detail p {
        font-weight: 600;
        margin: 0; }
    .detail-lead-community-signature .right-top .detail_2 {
      margin-bottom: 30px;
      font-size: 18px;
      padding: 0 10px; }
      .detail-lead-community-signature .right-top .detail_2 p {
        margin: 0;
        color: #2c2c4e; }
  .detail-lead-community-signature .btn-white {
    width: 100%;
    min-height: 50px;
    border-radius: 4px;
    font-size: 20px;
    color: #28282a;
    background-color: #fff; }
    .detail-lead-community-signature .btn-white:hover {
      background-color: #6660aa;
      color: #fff; }
  .detail-lead-community-signature .right-bottom {
    padding-top: 30px;
    display: flex;
    align-items: center; }
    .detail-lead-community-signature .right-bottom .right_title_2 {
      font-family: Miller, "Open Sans", sans-serif;
      font-size: 30px;
      color: #c4c8c9; }
    .detail-lead-community-signature .right-bottom .social-links-bottom {
      display: flex;
      margin-left: 15px;
      justify-content: space-between; }
      .detail-lead-community-signature .right-bottom .social-links-bottom path {
        fill: #c58c3e; }
      .detail-lead-community-signature .right-bottom .social-links-bottom > a {
        margin: 0 20px 0 0; }
        .detail-lead-community-signature .right-bottom .social-links-bottom > a:hover path {
          fill: #d44320; }
  @media (max-width: 1199.98px) {
    .detail-lead-community-signature {
      padding: 30px 0; }
      .detail-lead-community-signature .left-part {
        display: none; }
      .detail-lead-community-signature .container {
        padding-left: 35px;
        padding-right: 35px; }
      .detail-lead-community-signature .right-top {
        width: 100%; }
      .detail-lead-community-signature .right-bottom {
        text-align: center;
        flex-direction: column; }
        .detail-lead-community-signature .right-bottom .right_title_2 {
          margin-bottom: 20px;
          line-height: 1.2; }
        .detail-lead-community-signature .right-bottom .social-links-bottom {
          justify-content: center; } }

.ve-mc-modal .modal-content {
  max-width: 100%;
  width: 500px; }

.ve-mc-modal .mce_inline_error {
  padding: 10px 0 !important;
  margin-bottom: 0 !important; }

.ve-mc-modal .border-content {
  padding: 30px 20px; }

.ve-mc-modal #mc_embed_signup {
  max-width: 100% !important; }

.ve-mc-modal #mc-embedded-subscribe {
  width: 100% !important;
  background-color: #6660aa !important;
  color: #fff !important;
  min-height: 40px !important;
  margin-top: 10px !important; }
  .ve-mc-modal #mc-embedded-subscribe:hover {
    background-color: #d44320 !important; }

.explore-tab-signature {
  padding: 0 0 100px 0;
  background-color: #2c2c4e;
  margin: 0; }
  .explore-tab-signature .section-title {
    text-align: center;
    font-size: 20px;
    letter-spacing: 4px;
    margin-bottom: 55px;
    font-family: "Source Serif Pro", serif;
    color: #c58c3e; }
  .explore-tab-signature .tab-links {
    display: flex;
    justify-content: space-between; }
    .explore-tab-signature .tab-links > div {
      margin-right: 35px; }
      .explore-tab-signature .tab-links > div:last-of-type {
        margin-right: 0; }
  .explore-tab-signature .each-tab-link-wrapper {
    padding-bottom: 22px;
    border-radius: 6px 6px 0 0; }
    .explore-tab-signature .each-tab-link-wrapper.active {
      background-color: #c58c3e;
      box-shadow: none; }
      .explore-tab-signature .each-tab-link-wrapper.active .tab-link {
        color: #fff;
        box-shadow: none;
        background-color: #c58c3e; }
        .explore-tab-signature .each-tab-link-wrapper.active .tab-link:before {
          border-color: #c58c3e; }
      .explore-tab-signature .each-tab-link-wrapper.active path {
        fill: #fff!important;
    	stroke: #fff!important;
		  
}
  .explore-tab-signature .tab-content-item {
    display: none; }
    .explore-tab-signature .tab-content-item.active {
      animation: fadeInBottom 0.3s ease;
      display: block; }
  .explore-tab-signature .tab-link {
    border-radius: 6px;
    width: 164px;
    height: 125px;
    box-shadow: 0px 3px 5px #00000079;
    position: relative;
    font-size: 20px;
    line-height: 1.1;
    color: #001a31;
    background-color: #c4c8c9;
    padding: 0px 10px;
    font-weight: 600;
    align-items: flex-end;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;
    transition: all 0.3s ease; }
    .explore-tab-signature .tab-link:before {
      display: none;
      content: " ";
      position: absolute;
      width: calc(100% - 6px);
      height: calc(100% - 6px);
      top: 3px;
      left: 3px;
      border: 1px solid rgba(102, 96, 170, 0.2);
      border-radius: 6px; }
    .explore-tab-signature .tab-link svg,
    .explore-tab-signature .tab-link img {
      width: auto;
      margin-bottom: 10px;
      height: 23px; }
    .explore-tab-signature .tab-link path {
      fill: #c58c3e; }
    .explore-tab-signature .tab-link:hover {
      text-decoration: none; }
  .explore-tab-signature .tab-container {
    max-width: 1280px; }
  .explore-tab-signature .items-content-wrapper {
    border-top: 9px solid #c58c3e;
    border-left: 1px solid transparent;
    border-bottom: 1px solid transparent;
    border-right: 1px solid transparent; }

.location-tab-content.signature,
.suites-signature-tab-content,
.health-and-wellness-signature,
.life-enrichment-tab-content-signature,
.dining-signature {
  position: relative;
  background-color: #cacdcf; }
  .location-tab-content.signature .signature,
  .suites-signature-tab-content .signature,
  .health-and-wellness-signature .signature,
  .life-enrichment-tab-content-signature .signature,
  .dining-signature .signature {
    position: absolute;
    bottom: 0;
    left: 0; }

.explore-tab-signature.the-village .tab-link {
  background-color: #ececea; }
  .explore-tab-signature.the-village .tab-link img {
    width: 100px;
    height: auto; }
  .explore-tab-signature.the-village .tab-link:before {
    border: none; }

.explore-tab-signature.the-village .each-tab-link-wrapper .after-active-img {
  display: none; }

.explore-tab-signature.the-village .each-tab-link-wrapper.active .after-active-img {
  display: block; }

.explore-tab-signature.the-village .each-tab-link-wrapper.active .before-active-img {
  display: none; }

.explore-tab-signature.the-village .each-tab-link-wrapper.active .tab-link,
.explore-tab-signature.the-village .each-tab-link-wrapper .tab-link {
  color: #1a4e2d; }

.explore-tab-signature.the-village .suites-tab-content.suites-signature-tab-content .top-part h2,
.explore-tab-signature.the-village .suites-tab-content.suites-signature-tab-content h2,
.explore-tab-signature.the-village .suites-tab-content .top-part h2,
.explore-tab-signature.the-village .suites-tab-content h2,
.explore-tab-signature.the-village .location-tab-content.signature .top-part h2,
.explore-tab-signature.the-village .location-tab-content.signature h2,
.explore-tab-signature.the-village .suites-tab-content .top-part h2,
.explore-tab-signature.the-village .suites-tab-content h2,
.explore-tab-signature.the-village .health-and-wellness-signature .top-part h2,
.explore-tab-signature.the-village .health-and-wellness-signature h2,
.explore-tab-signature.the-village .amenities-signature .top-part h2,
.explore-tab-signature.the-village .amenities-signature h2,
.explore-tab-signature.the-village .dining-signature .top-part h2,
.explore-tab-signature.the-village .dining-signature h2 {
  color: #1a4e2d; }

.explore-tab-signature-mobile {
  padding: 60px 0;
  background-color: #2c2c4e; }
  .explore-tab-signature-mobile .each-tab-item-wrapper {
    margin-bottom: 20px; }
  .explore-tab-signature-mobile .title-part {
    text-align: center;
    padding: 0 20px 20px 20px;
    color: #fff; }
  .explore-tab-signature-mobile .section-title,
  .explore-tab-signature-mobile .section-detail {
    color: #fff !important; }
  .explore-tab-signature-mobile .tab-link {
    height: 90px;
    background-color: #c4c8c9;
    height: 90px;
    display: flex;
    align-items: center;
    padding: 20px 25px;
    font-size: 20px;
    font-weight: 600;
    color: #001a31;
    width: calc(100% - 80px);
    border-radius: 8px;
    position: relative;
    margin-left: 40px;
    z-index: 2; }
    .explore-tab-signature-mobile .tab-link .after-active-img {
      display: none; }
    .explore-tab-signature-mobile .tab-link svg {
      margin-right: 20px;
      max-width: 40px;
      height: auto;
      max-height: 40px; }
    .explore-tab-signature-mobile .tab-link img {
      margin-right: 10px;
      max-width: 80px;
      height: auto; }
    .explore-tab-signature-mobile .tab-link:after {
      content: " ";
      border: 0.5px solid rgba(102, 96, 170, 0.5);
      left: 5px;
      top: 5px;
      position: absolute;
      width: calc(100% - 10px);
      height: calc(100% - 10px); }
    .explore-tab-signature-mobile .tab-link path {
      fill: #c58c3e; }
    .explore-tab-signature-mobile .tab-link.active {
      background-color: #c58c3e;
      color: #fff; }
      .explore-tab-signature-mobile .tab-link.active .before-active-img {
        display: none; }
      .explore-tab-signature-mobile .tab-link.active .after-active-img {
        display: block; }
      .explore-tab-signature-mobile .tab-link.active path {
        fill: #fff !important; }
      .explore-tab-signature-mobile .tab-link.active:after {
        border-color: #c58c3e; }
  .explore-tab-signature-mobile .section-title {
    text-align: center;
    font-size: 20px;
    letter-spacing: 4px;
    margin-bottom: 20px;
    line-height: 1;
    font-family: "Source Serif Pro", serif; }
  .explore-tab-signature-mobile .tab-content-item {
    display: none;
    margin-top: -45px; }
    .explore-tab-signature-mobile .tab-content-item.active {
      display: block; }
  .explore-tab-signature-mobile.the-village .tab-link {
    background-color: #ececea;
    color: #1a4e2d; }
  .explore-tab-signature-mobile.the-village .suites-tab-content.suites-signature-tab-content .top-part h2,
  .explore-tab-signature-mobile.the-village .suites-tab-content.suites-signature-tab-content h2,
  .explore-tab-signature-mobile.the-village .suites-tab-content .top-part h2,
  .explore-tab-signature-mobile.the-village .suites-tab-content h2,
  .explore-tab-signature-mobile.the-village .location-tab-content.signature .top-part h2,
  .explore-tab-signature-mobile.the-village .location-tab-content.signature h2,
  .explore-tab-signature-mobile.the-village .suites-tab-content .top-part h2,
  .explore-tab-signature-mobile.the-village .suites-tab-content h2,
  .explore-tab-signature-mobile.the-village .health-and-wellness-signature .top-part h2,
  .explore-tab-signature-mobile.the-village .health-and-wellness-signature h2,
  .explore-tab-signature-mobile.the-village .amenities-signature .top-part h2,
  .explore-tab-signature-mobile.the-village .amenities-signature h2,
  .explore-tab-signature-mobile.the-village .dining-signature .top-part h2,
  .explore-tab-signature-mobile.the-village .dining-signature h2 {
    color: #1a4e2d; }

.dining-signature .content {
  padding: 62px 75px 65px 55px;
  display: flex;
  justify-content: space-between;
  z-index: 2;
  position: relative; }

.dining-signature .text-content {
  width: 490px;
  max-width: 490px; }

.dining-signature h2 {
  font-size: 35px;
  letter-spacing: -2px;
  color: #c58c3e;
  margin-bottom: 24px;
  font-family: "Source Serif Pro", serif;
  font-weight: 400; }

.dining-signature .detail {
  font-size: 20px;
  line-height: 35px;
  margin-bottom: 50px; }
  .dining-signature .detail p {
    color: #53565a; }

.dining-signature .download-menu-link {
  background-color: #6660aa;
  color: #fff;
  font-size: 17px;
  border-radius: 3px;
  width: 100%;
  min-height: 45px;
  margin-top: 40px; }
  .dining-signature .download-menu-link span {
    position: relative;
    bottom: 2px;
    margin-right: 8px; }
  .dining-signature .download-menu-link:hover {
    background-color: #c58c3e; }

.dining-signature .chef-wrapper {
  display: flex;
  align-items: center; }
  .dining-signature .chef-wrapper img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    margin-right: 25px; }
  .dining-signature .chef-wrapper .chef-title {
    color: #53565a;
    font-size: 18px;
    line-height: 35px;
    margin-bottom: 10px; }
  .dining-signature .chef-wrapper .chef_name {
    color: #6660aa;
    font-size: 30px;
    letter-spacing: -0.88px;
    font-family: Miller, "Open Sans", sans-serif;
    margin-bottom: 0;
    line-height: 1; }
  @media (max-width: 1199.98px) {
    .dining-signature .chef-wrapper {
      justify-content: center;
      align-items: center;
      text-align: center;
      flex-direction: column; }
      .dining-signature .chef-wrapper img {
        margin: 0 0 10px 0; } }

.dining-signature .ul_detail ul,
.dining-signature .point-items {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  list-style: none;
  margin: 0; }
  .dining-signature .ul_detail ul li,
  .dining-signature .point-items li {
    font-size: 17px; }
  .dining-signature .ul_detail ul li,
  .dining-signature .ul_detail ul .point-item,
  .dining-signature .point-items li,
  .dining-signature .point-items .point-item {
    position: relative;
    color: #53565a;
    width: 33.33%;
    padding: 0 15px 25px; }
    .dining-signature .ul_detail ul li:after,
    .dining-signature .ul_detail ul .point-item:after,
    .dining-signature .point-items li:after,
    .dining-signature .point-items .point-item:after {
      content: " ";
      width: 6px;
      height: 6px;
      background-color: #53565a;
      position: absolute;
      border-radius: 50%;
      left: 0;
      top: 8px; }

@media (max-width: 1199.98px) {
  .dining-signature .content {
    padding: 80px 40px 40px 40px;
    flex-direction: column-reverse; }
  .dining-signature .points-wrapper {
    padding-bottom: 50px; }
    .dining-signature .points-wrapper .ul_detail ul {
      flex-direction: column; }
      .dining-signature .points-wrapper .ul_detail ul li {
        width: 100%;
        padding: 0 0 15px 20px; }
  .dining-signature .text-content {
    width: 100%; }
  .dining-signature .detail {
    font-size: 18px;
    line-height: 1.8; } }

.life-enrichment-tab-content-signature {
  padding: 70px 0 90px 50px;
  position: relative; }
  .life-enrichment-tab-content-signature h2 {
    color: #c58c3e;
    font-family: "Source Serif Pro", serif;
    font-size: 35px;
    margin-bottom: 25px;
    font-weight: 400; }
  .life-enrichment-tab-content-signature .text-content {
    width: 580px;
    max-width: 580px;
    z-index: 2;
    position: relative; }
  .life-enrichment-tab-content-signature .detail {
    margin-bottom: 38px; }
    .life-enrichment-tab-content-signature .detail p {
      font-size: 20px;
      line-height: 32px;
      color: #06262d; }
  .life-enrichment-tab-content-signature .detail_2 p {
    color: #2c2c4e;
    font-size: 23px;
    margin-bottom: 18px; }
  .life-enrichment-tab-content-signature .content > img {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: auto; }

.health-and-wellness-signature {
  padding: 55px 0 70px 50px; }
  .health-and-wellness-signature .text-part {
    max-width: 589px;
    z-index: 3;
    position: relative; }
  .health-and-wellness-signature .detail-button {
    width: 80%;
    max-width: 100%;
    border-radius: 8px;
    margin-bottom: 20px;
    color: #fff;
    font-size: 17px;
    border-radius: 3px;
    width: 80%;
    min-height: 45px; }
    .health-and-wellness-signature .detail-button:hover {
      background-color: #d44320;
      border-color: #d44320;
      color: #fff; }
  .health-and-wellness-signature h2 {
    font-size: 35px;
    margin-bottom: 24px;
    color: #c58c3e;
    letter-spacing: -0.88px;
    font-weight: 400;
    font-family: "Source Serif Pro", serif; }
  .health-and-wellness-signature .detail {
    font-size: 20px;
    max-width: 560px;
    line-height: 35px;
    margin-bottom: 35px;
    color: #2c2c4e; }
  .health-and-wellness-signature .points_title {
    letter-spacing: 3.2px;
    color: #2c2c4e;
    margin-bottom: 20px; }
    .health-and-wellness-signature .points_title a {
      color: #2c2c4e; }
  .health-and-wellness-signature .point-item {
    display: flex;
    margin-bottom: 15px;
    font-size: 20px;
    color: #2c2c4e;
    align-items: center; }
    .health-and-wellness-signature .point-item a {
      color: #2c2c4e; }
    .health-and-wellness-signature .point-item span {
      margin-right: 12px;
      background: #655dc6;
      color: #fff;
      border-radius: 50%;
      font-size: 10px;
      width: 25px;
      height: 25px;
      display: flex;
      justify-content: center;
      align-items: center;
      text-decoration: none; }
    .health-and-wellness-signature .point-item img,
    .health-and-wellness-signature .point-item svg {
      min-width: 23px;
      max-width: 23px;
      height: auto; }
    .health-and-wellness-signature .point-item .point_title,
    .health-and-wellness-signature .point-item .point_title a {
      text-decoration: underline; }
  .health-and-wellness-signature .content {
    z-index: 2; }
    .health-and-wellness-signature .content > img {
      position: absolute;
      right: -1px;
      top: 0px;
      height: calc(100% + 1px);
      width: auto; }
  @media (max-width: 1199.98px) {
    .health-and-wellness-signature {
      padding: 0; }
      .health-and-wellness-signature .detail-button {
        width: 100%; }
      .health-and-wellness-signature .text-part {
        padding: 80px 40px 40px 40px;
        max-width: 100%;
        width: 100%; }
      .health-and-wellness-signature .content > img {
        display: none; } }

.explore-tab-signature.the-village .health-and-wellness-signature .content > img {
  height: 100%;
  width: calc(100% - 670px); }

.explore-tab-signature.the-village .health-and-wellness-signature .point-item span {
  background: #1a4e2d; }

.amenities-signature {
  position: relative; }
  .amenities-signature .download-pdf-btn {
    border-radius: 4px;
    width: 100%; }
    .amenities-signature .download-pdf-btn span {
      margin-right: 8px;
      position: relative;
      top: -2px; }
  .amenities-signature .bg-with-overlay {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 100%; }
    .amenities-signature .bg-with-overlay img {
      height: 100%; }
    @media (max-width: 1199.98px) {
      .amenities-signature .bg-with-overlay {
        display: none; } }
  .amenities-signature .top-part {
    padding: 70px 50px 60px 50px;
    display: flex;
    align-items: flex-start;
    background-color: #cacdcf;
    position: relative; }
    .amenities-signature .top-part > .signature {
      position: absolute;
      left: 0;
      bottom: 0; }
    .amenities-signature .top-part .text-content {
      margin-right: 120px;
      max-width: 490px;
      min-width: 490px;
      z-index: 2; }
    .amenities-signature .top-part h2 {
      font-size: 35px;
      line-height: 40px;
      margin-bottom: 24px;
      font-family: "Source Serif Pro", serif;
      color: #c58c3e;
      font-weight: 400; }
    .amenities-signature .top-part .image-slider-wrapper {
      max-width: 615px;
      position: relative;
      flex-grow: 1; }
    .amenities-signature .top-part .image-slider {
      flex-grow: 1;
      max-width: 100%;
      width: 100%;
      margin-left: auto; }
      .amenities-signature .top-part .image-slider .img-item {
        position: relative;
        width: 100%; }
        .amenities-signature .top-part .image-slider .img-item img {
          width: 100%; }
        .amenities-signature .top-part .image-slider .img-item .caption {
          background-color: #6660aa;
          position: absolute;
          left: 15px;
          color: #fff;
          bottom: 15px;
          border-radius: 2px;
          font-size: 15px;
          line-height: 1.8;
          max-width: calc(100% - 30px);
          padding: 4px 10px; }
    .amenities-signature .top-part .detail {
      color: #53565a;
      font-size: 20px;
      line-height: 35px;
      margin-bottom: 40px; }
      .amenities-signature .top-part .detail > p > a {
        transition: all 0.3s ease; }
      .amenities-signature .top-part .detail a {
        color: #d44320;
        text-decoration: underline; }
  .amenities-signature .image-slider {
    flex-grow: 1; }
  .amenities-signature .ul_detail ul,
  .amenities-signature .point-items {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding-left: 0; }
    .amenities-signature .ul_detail ul li,
    .amenities-signature .point-items li {
      font-size: 17px; }
    .amenities-signature .ul_detail ul li,
    .amenities-signature .ul_detail ul .point-item,
    .amenities-signature .point-items li,
    .amenities-signature .point-items .point-item {
      position: relative;
      color: #53565a;
      width: 33.33%;
	  word-break: break-word;
      padding: 0 15px 25px; }
      .amenities-signature .ul_detail ul li:after,
      .amenities-signature .ul_detail ul .point-item:after,
      .amenities-signature .point-items li:after,
      .amenities-signature .point-items .point-item:after {
        content: " ";
        width: 6px;
        height: 6px;
        background-color: #53565a;
        position: absolute;
        border-radius: 50%;
        left: 0;
        top: 8px; }
  .amenities-signature .flickity-page-dots {
    bottom: -30px; }
    .amenities-signature .flickity-page-dots .dot {
      width: 10px;
      height: 10px;
      background-color: #6660aa;
      opacity: 1 !important;
      position: relative; }
      .amenities-signature .flickity-page-dots .dot:after {
        content: " ";
        width: 14px;
        height: 14px;
        left: -2px;
        top: -2px;
        border-radius: 50%;
        border: 3px solid transparent;
        position: absolute;
        transition: all 0.3s ease; }
      .amenities-signature .flickity-page-dots .dot.is-selected:after {
        border: 3px solid #fff; }
  .amenities-signature .points-wrapper {
    padding: 40px 50px 75px 50px;
    background-color: #f8f8f8; }
    .amenities-signature .points-wrapper .points_title {
      color: #2c2c4e;
      font-size: 16px;
      margin-bottom: 40px;
      letter-spacing: 3.2px; }
  .amenities-signature .slider_nav {
    position: absolute;
    top: calc(50% - 20px);
    background-color: #6660aa;
    width: 30px;
    height: 30px;
    z-index: 5;
    padding: 0; }
    .amenities-signature .slider_nav svg {
      width: 12px;
      height: 12px; }
    .amenities-signature .slider_nav.prev {
      left: 0; }
    .amenities-signature .slider_nav.next {
      right: 0; }
    .amenities-signature .slider_nav path {
      fill: #fff; }
    .amenities-signature .slider_nav:hover {
      background-color: #d44320; }
  @media (max-width: 1199.98px) {
    .amenities-signature .top-part {
      padding: 80px 40px 80px 40px;
      flex-direction: column; }
      .amenities-signature .top-part .text-content {
        min-width: 100%;
        max-width: 100%;
        width: 100%;
        margin: 0; }
    .amenities-signature .image-slider-wrapper {
      width: 100%;
      max-width: unset; }
      .amenities-signature .image-slider-wrapper .slider_nav {
        top: calc(50% - 15px); }
    .amenities-signature .image-slider {
      width: 100%;
      height: unset;
      max-height: unset;
      min-height: unset;
      margin-top: 40px; }
    .amenities-signature .points-wrapper {
      padding-bottom: 50px; }
      .amenities-signature .points-wrapper .ul_detail ul {
        flex-direction: column; }
        .amenities-signature .points-wrapper .ul_detail ul li {
          width: 100%;
          padding: 0 0 15px 20px; } }

.generic-tab:not(.signature) .gallery-signature {
  background-color: transparent; }
  .generic-tab:not(.signature) .gallery-signature .img-caption {
    margin: 10px;
    border-radius: 3px;
    width: calc(100% - 20px); }

.gallery-signature {
  padding: 0; }
  .gallery-signature .top-carousel-wrapper {
    position: relative; }
  .gallery-signature .slider_nav {
    position: absolute;
    top: calc(50% - 30px);
    background-color: #6660aa;
    width: 40px;
    height: 40px;
    z-index: 5;
    padding: 0; }
    .gallery-signature .slider_nav svg {
      width: 12px;
      height: 12px; }
    .gallery-signature .slider_nav.prev {
      left: 0; }
    .gallery-signature .slider_nav.next {
      right: 0; }
    .gallery-signature .slider_nav path {
      fill: #fff; }
    .gallery-signature .slider_nav:hover {
      background-color: #d44320; }
  .gallery-signature .carousel-wrapper .img-wrapper {
    width: 100%; }
  .gallery-signature .carousel-nav {
    margin-top: 26px; }
    .gallery-signature .carousel-nav .nav-img-wrapper {
      width: 133px;
      height: 75px;
      margin-right: 20px;
      cursor: pointer;
      border-radius: 4px;
      overflow: hidden; }
      .gallery-signature .carousel-nav .nav-img-wrapper img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
  .gallery-signature .inner-part {
    position: relative;
    width: 100%;
    padding-bottom: 53px; }
    .gallery-signature .inner-part img {
      max-height: 560px;
      min-height: 560px;
      height: 560px;
      width: 100%; }
    .gallery-signature .inner-part.no-caption {
      padding-bottom: 0; }
  .gallery-signature .img-caption {
    background-color: #fff;
    padding: 15px 25px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    color: #53565a; }
  @media (max-width: 1199.98px) {
    .gallery-signature .img-caption {
      text-align: center;
      background-color: #f0f0f0;
      font-family: "Open Sans";
      font-weight: normal;
      font-size: 20px;
      line-height: 30px;
      text-align: center;
      color: #53565a; }
    .gallery-signature .inner-part img {
      max-height: 320px;
      height: 320px;
      min-height: unset; }
    .gallery-signature .carousel-nav {
      display: none; } }

.reserve-your-suite {
  padding: 60px 0 90px 0;
  position: relative;
  background-color: #2c2c4e; }
  .reserve-your-suite > img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1; }
  .reserve-your-suite .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: rgba(44, 44, 78, 0.2); }
  .reserve-your-suite .content {
    z-index: 3;
    position: relative;
    text-align: center; }
  .reserve-your-suite h2 {
    font-size: 40px;
    margin-bottom: 35px;
    color: #fff;
    font-family: "Source Serif Pro", serif;
    font-weight: 300; }
  .reserve-your-suite .btn-golden {
    min-width: 312.2px;
    min-height: 50px;
    color: #fff;
    background-color: #c58c3eeb;
    font-size: 20px;
    font-weight: 600;
    border-radius: 3px; }
    .reserve-your-suite .btn-golden:hover {
      background-color: #d44320; }
  .reserve-your-suite.the-village h2 {
    font-size: 68px;
    line-height: 1;
    color: #1a4e2d;
    margin-bottom: 20px;
    font-weight: 400; }
  .reserve-your-suite.the-village .btn-golden {
    background-color: #f2bd00; }
    .reserve-your-suite.the-village .btn-golden:hover {
      background-color: #1a4e2d;
      color: #fff; }
  @media (max-width: 1199.98px) {
    .reserve-your-suite {
      padding: 45px 45px 70px 45px; }
      .reserve-your-suite .container {
        padding: 0; }
      .reserve-your-suite .btn-golden {
        max-width: 100%;
        min-width: 100%;
        width: 100%; } }

.community-main {
  position: relative; }
  .community-main .section-overlay-1 {
    z-index: 1; }
    .community-main .section-overlay-1 img {
      width: 100%;
      height: 100%;
      top: 0;
      position: absolute;
      left: 0; }
    .community-main .section-overlay-1 .bottom-overlay {
      bottom: 0;
      position: absolute;
      left: 0;
      height: 50%;
      width: 100%;
      background-color: #fff;
      background: #090979;
      background: linear-gradient(180deg, rgba(9, 9, 121, 0) 0%, white 100%); }
  .community-main .content-overlay {
    background-color: #6660aa;
    background: linear-gradient(#6660aa 0%, #6660aa 0%, #322b7f 100%);
    opacity: 0.88;
    border: 20px solid #322b7f;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%; }
  .community-main .container {
    z-index: 2;
    position: relative; }
  .community-main .content {
    color: #fff;
    position: relative;
    z-index: 3; }
  .community-main .text-content {
    text-align: center;
    position: relative;
    z-index: 4;
    padding: 75px 100px 55px 100px; }
  .community-main .title_top {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    margin-bottom: 35px; }
  .community-main .title {
    font-size: 51px;
    letter-spacing: -0.02em;
    line-height: 50px; }
  .community-main .detail {
    font-size: 20px;
    line-height: 38px;
    max-width: 754px;
    margin: 0 auto; }
  .community-main .form-community-search {
    margin: 50px auto;
    display: flex; }
    .community-main .form-community-search .select-wrapper {
      position: relative; }
      .community-main .form-community-search .select-wrapper .search-icon {
        position: absolute;
        left: 20px;
        top: 12px; }
      .community-main .form-community-search .select-wrapper select:active, .community-main .form-community-search .select-wrapper select:focus {
        outline: 0;
        box-shadow: none; }
      .community-main .form-community-search .select-wrapper:after {
        content: " ";
        position: absolute;
        width: 0;
        height: 0;
        border-width: 0 10px 10px 10px;
        border-color: transparent transparent #777 transparent;
        border-style: solid;
        right: 20px;
        top: 20px;
        transform: rotate(180deg);
        display: none; }
    .community-main .form-community-search .btn-dark-orange {
      background-color: #d44320;
      min-width: 220px;
      font-size: 18px;
      color: #fff;
      height: 50px; }
    .community-main .form-community-search select {
      background-color: #fff;
      width: 725px;
      border-radius: 0;
      height: 50px;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      border: none;
      padding-left: 55px; }
  @media (max-width: 1199.98px) {
    .community-main .container {
      padding: 0; }
    .community-main select {
      min-width: 100%;
      max-width: 100%; }
    .community-main .form-community-search {
      margin: 35px 0 0 0; }
      .community-main .form-community-search .btn-dark-orange {
        margin-top: 15px; }
    .community-main .title {
      font-size: 40px;
      line-height: 50px; }
    .community-main .title_top {
      margin-bottom: 30px; }
    .community-main .text-content {
      padding: 60px 35px 35px 35px; }
    .community-main .form-community-search {
      flex-direction: column; } }

.community-main .filter-section {
  background-color: #322b7f;
  color: #fff;
  margin-top: 13px;
  padding: 30px 75px 25px 25px;
  display: flex; }
  .community-main .filter-section .filter-title {
    font-size: 20px;
    font-family: Miller, "Open Sans", sans-serif;
    color: #fff;
    display: inline-flex;
    align-items: center; }
    .community-main .filter-section .filter-title span {
      padding-right: 10px;
      position: relative;
      top: -3px; }
  .community-main .filter-section .provinces-wrapper {
    position: relative; }
  .community-main .filter-section .btn-selected-provinces {
    width: 230px;
    background-color: #d44320;
    color: #fff;
    border-radius: 3px;
    position: relative;
    font-size: 18px;
    padding: 10px 25px;
    border: 0;
    margin-top: 10px;
    text-align: left; }
    .community-main .filter-section .btn-selected-provinces:after {
      position: absolute;
      content: " ";
      width: 0;
      height: 0;
      border-width: 0 8px 8px 8px;
      border-color: transparent transparent #fff transparent;
      border-style: solid;
      right: 20px;
      top: 20px;
      transform: rotate(180deg); }
  .community-main .filter-section .btn-with-d-menu {
    margin-left: 25px; }
  .community-main .filter-section .btn-with-d-menu:hover .dropdown-wrapper {
    visibility: visible;
    /* shows dropdown-menu */
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s; }
  .community-main .filter-section .right-part {
    margin-left: 45px; }
  .community-main .filter-section .radio-filters-wrapper .radio-items {
    display: flex;
    margin-left: 25px; }
    .community-main .filter-section .radio-filters-wrapper .radio-items input {
      display: none; }
    .community-main .filter-section .radio-filters-wrapper .radio-items > div:last-child {
      margin: 0; }
  .community-main .filter-section .radio-filters-wrapper .radio-item {
    margin-right: 25px; }
  .community-main .filter-section .radio-filters-wrapper .box {
    min-width: 20px;
    min-height: 20px;
    max-width: 20px;
    max-height: 20px;
    border: 2px solid #fff;
    margin-right: 16px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    top: 4px;
    position: relative; }
    .community-main .filter-section .radio-filters-wrapper .box:before {
      transition: all 0.2s ease;
      content: "\2713";
      display: inline-block;
      color: transparent;
      padding: 0 0px 0 0; }
  .community-main .filter-section .radio-filters-wrapper label {
    color: #fff;
    display: flex;
    align-items: flex-start;
    margin: 0;
    cursor: pointer; }
  .community-main .filter-section .radio-filters-wrapper input:checked ~ label .box {
    background-color: #d44320;
    border-color: #d44320; }
    .community-main .filter-section .radio-filters-wrapper input:checked ~ label .box:before {
      color: #fff; }
  .community-main .filter-section .right-part .filter-title {
    margin-bottom: 15px; }
  .community-main .filter-section .dropdown-wrapper {
    padding: 8px 20px 0;
    position: absolute;
    background: #fff;
    min-width: 320px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.6);
    border-radius: 10px;
    left: 20px;
    top: 58px;
    /**-- Animation **-- */
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.25s ease-in-out 0s, visibility 0s linear 0.25s,
 z-index 0s linear 0.01s;
    /* hides sub-menu */ }
    .community-main .filter-section .dropdown-wrapper .drop-down-item {
      text-decoration: none;
      color: #093f5e;
      cursor: pointer;
      padding: 12px;
      display: flex;
      border-bottom: 1px solid rgba(9, 63, 94, 0.08); }
      .community-main .filter-section .dropdown-wrapper .drop-down-item:hover {
        color: #ff8264; }
  @media (max-width: 1199.98px) {
    .community-main .filter-section {
      flex-direction: column;
      padding-bottom: 40px; }
      .community-main .filter-section .right-part {
        margin: 50px 0 0 0; }
      .community-main .filter-section .radio-items {
        flex-direction: column; }
        .community-main .filter-section .radio-items .radio-item {
          margin: 0 0 20px 0; }
      .community-main .filter-section .content {
        flex-direction: column-reverse; }
      .community-main .filter-section .right-part {
        width: 100%; } }

.select2-container--default .select2-selection--single {
  border-radius: 0;
  min-height: 50px;
  height: 50px !important; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  min-height: 50px;
  display: flex;
  align-items: center;
  padding-left: 50px; }

.select2-container--default .select2-selection--single .select2-selection__arrow,
.select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 20px;
  top: 10px; }
  .select2-container--default .select2-selection--single .select2-selection__arrow b,
  .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-width: 9px 10px 0 10px;
    transition: all 0.3s ease; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-width: 0 10px 10px 10px; }

.filtered-map-section {
  margin-bottom: 80px; }
  .filtered-map-section .content {
    border: 1px solid rgba(50, 43, 127, 0.27);
    border-top: 0;
    display: flex; }
  .filtered-map-section .left-part {
    width: 560px; }
  .filtered-map-section .location-items {
    overflow-y: auto;
    height: 100%;
    max-height: 620px; }
    .filtered-map-section .location-items > div:last-child {
      border-bottom: 0; }
      .filtered-map-section .location-items > div:last-child .bottom-part {
        border-bottom: 0 !important; }
  .filtered-map-section .right-part {
    background: #ccc;
    flex-grow: 1;
    height: 620px; }
    .filtered-map-section .right-part #map {
      width: 100%;
      height: 620px; }
  @media (max-width: 1199.98px) {
    .filtered-map-section {
      max-height: unset;
      margin-bottom: 60px; }
      .filtered-map-section .location-items {
        max-height: unset;
        overflow: hidden;
        height: unset; }
        .filtered-map-section .location-items .alert-danger {
          margin: 10px; }
      .filtered-map-section .content {
        flex-direction: column-reverse;
        border: 0; }
      .filtered-map-section .container {
        padding: 0; }
      .filtered-map-section .left-part {
        width: 100%; } }

.location-item {
  padding: 22px 0 0 0;
  margin: 0 20px;
  border-bottom: 1px solid #d1d1d2;
  animation: fadeInBottom 0.3s ease; }
  .location-item .province {
    font-size: 16px;
    letter-spacing: 0.2em;
    margin-bottom: 16px;
    color: #d44320; }
  .location-item .title {
    font-family: Miller, "Open Sans", sans-serif;
    font-size: 28px;
    letter-spacing: -0.02em;
    color: #6660aa;
    line-height: 1.4; }
  .location-item .address {
    font-size: 18px;
    color: #53565a;
    margin-bottom: 13px; }
  .location-item .phone {
    font-size: 18px;
    color: #53565a; }
    .location-item .phone span {
      margin-right: 15px; }
  .location-item .bottom-part {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    border-bottom: 1px solid #d1d1d2;
    margin-bottom: 5px;
    padding-bottom: 20px; }
  .location-item .benefit-items {
    display: flex; }
    .location-item .benefit-items .benefit-item {
      border: 1px solid #6660aa;
      color: #6660aa;
      border-radius: 50%;
      margin-right: 10px;
      width: 25px;
      height: 25px;
      font-size: 10px;
      letter-spacing: -0.02em;
      font-weight: 700;
      display: flex;
      justify-content: center;
      align-items: center;
      position: relative; }
      .location-item .benefit-items .benefit-item span {
        position: absolute;
        left: -20px;
        top: -35px;
        position: absolute;
        border-radius: 5px;
        white-space: nowrap;
        background-color: #6660aa;
        color: #fff;
        font-size: 14px;
        padding: 4px 8px;
        display: none;
        text-align: center; }
      .location-item .benefit-items .benefit-item:hover {
        background-color: #6660aa;
        color: #fff; }
        .location-item .benefit-items .benefit-item:hover span {
          display: block;
          animation: fadeInBottom 0.3s ease; }
  .location-item .name-link {
    display: block; }
  @media (max-width: 1199.98px) {
    .location-item .name-link {
      margin-bottom: 16px; } }

.banner-service .content {
  position: relative;
  display: flex;
  background-color: aqua;
  color: #fff;
  padding: 80px 0 75px 100px; }

.banner-service .left-part {
  padding-bottom: 50px; }
  @media (max-width: 1199.98px) {
    .banner-service .left-part {
      padding-bottom: 30px; } }

.banner-service.independent-living-banner .content, .banner-service.assisted-living-banner .content, .banner-service.memory-care-banner .content {
  padding-bottom: 0; }

@media (max-width: 1199.98px) {
  .banner-service.independent-living-banner .bg-overlay, .banner-service.assisted-living-banner .bg-overlay, .banner-service.memory-care-banner .bg-overlay {
    border-width: 10px; }
  .banner-service.independent-living-banner .left-part, .banner-service.assisted-living-banner .left-part, .banner-service.memory-care-banner .left-part {
    padding-bottom: 30px; }
    .banner-service.independent-living-banner .left-part > img, .banner-service.assisted-living-banner .left-part > img, .banner-service.memory-care-banner .left-part > img {
      margin-bottom: 15px; }
  .banner-service.independent-living-banner h1, .banner-service.assisted-living-banner h1, .banner-service.memory-care-banner h1 {
    font-size: 40px;
    line-height: 50px; }
  .banner-service.independent-living-banner .detail, .banner-service.assisted-living-banner .detail, .banner-service.memory-care-banner .detail {
    font-size: 20px;
    line-height: 1.6; }
    .banner-service.independent-living-banner .detail p, .banner-service.assisted-living-banner .detail p, .banner-service.memory-care-banner .detail p {
      margin-bottom: 30px; } }

.banner-service.memory-care-banner .content {
  padding-bottom: 75px; }

@media (max-width: 1199.98px) {
  .banner-service.independent-living-banner .left-part, .banner-service.assisted-living-banner .left-part {
    padding-bottom: 60px; } }

.banner-service.dark-text .content {
  color: #53565a; }
  .banner-service.dark-text .content h1,
  .banner-service.dark-text .content h2,
  .banner-service.dark-text .content h3 {
    color: #6660aa; }

@media (max-width: 1199.98px) {
  .banner-service.dark-text h1 {
    font-size: 40px; }
  .banner-service.dark-text .detail {
    font-size: 18px;
    line-height: 1.8; }
  .banner-service.dark-text .left-part {
    padding-bottom: 55px; }
    .banner-service.dark-text .left-part p {
      margin-bottom: 30px; } }

.banner-service .left-part,
.banner-service .right-part {
  z-index: 2;
  position: relative; }

.banner-service .bg-overlay {
  border: 20px solid #6660aa;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }
  .banner-service .bg-overlay img {
    width: 100%;
    height: 100%; }

.banner-service h1 {
  font-size: 51px;
  letter-spacing: -1.27px;
  margin-bottom: 20px; }

.banner-service .detail {
  font-size: 20px;
  line-height: 38px; }
  .banner-service .detail p {
    margin-bottom: 50px; }
    .banner-service .detail p:last-of-type {
      margin-bottom: 0; }
  .banner-service .detail a {
    color: #ff8264;
    text-decoration: underline;
    margin-top: 50px; }
    .banner-service .detail a:hover {
      color: #c58c3e; }

.banner-service .left-part {
  max-width: 490px; }
  .banner-service .left-part > img {
    margin-bottom: 75px; }

.banner-service .right-part {
  min-width: 550px;
  position: relative;
  left: 100px; }
  @media only screen and (max-width: 1380px) {
    .banner-service .right-part {
      left: 50px; } }

.banner-service .img-wrapper {
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.16);
  position: relative;
  width: 100%; }
  .banner-service .img-wrapper img {
    width: 100%; }
  .banner-service .img-wrapper:after {
    content: " ";
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    left: 15px;
    top: 15px;
    border: 1px solid rgba(255, 255, 255, 0.45);
    position: absolute; }

@media (max-width: 1199.98px) {
  .banner-service .content {
    padding: 0;
    flex-direction: column-reverse;
    text-align: center; }
  .banner-service .container {
    padding: 0; }
  .banner-service .right-part {
    left: 0;
    min-width: 100%;
    width: 100%;
    max-width: 100%; }
  .banner-service .left-part {
    padding: 40px 30px 70px 30px;
    max-width: 100%; }
  .banner-service .detail h2 {
    font-size: 40px !important;
    margin-bottom: 14px !important; } }

.banner-service.make-title-small h1 {
  font-size: 16px;
  margin-bottom: 30px;
  letter-spacing: 2px;
  font-family: "Open Sans", sans-serif;
  color: #d44320 !important;
  font-family: 400; }

.banner-service.make-title-small h2 {
  margin-bottom: 30px;
  font-size: 51px;
  letter-spacing: -1.27px;
  color: #6660aa; }

.generic-detail-with-text-and-image {
  margin: 100px 0; }
  .generic-detail-with-text-and-image .content {
    display: flex; }
  .generic-detail-with-text-and-image .left-part {
    max-width: 515px;
    margin-right: 82px; }
	@media (min-width: 1199.98px) {
		.generic-detail-with-text-and-image .left-part {
			width: 50%;
			max-width: 50%;
		}
		.generic-detail-with-text-and-image .right-part {
			width: 50%;
			max-width: 50%;
		}
	}

  .generic-detail-with-text-and-image h2 {
    color: #6660aa;
    font-size: 25px;
    letter-spacing: -0.63px;
    margin-bottom: 35px;
    font-size: 35px; }
  .generic-detail-with-text-and-image .detail {
    font-size: 20px;
    line-height: 38px;
    color: #53565a; }
  .generic-detail-with-text-and-image .img-wrapper {
    position: relative;
    width: 100%; }
    .generic-detail-with-text-and-image .img-wrapper img {
      width: 100%; }
    .generic-detail-with-text-and-image .img-wrapper:after {
      content: " ";
      width: calc(100% - 30px);
      height: calc(100% - 30px);
      left: 15px;
      top: 15px;
      border: 1px solid rgba(255, 255, 255, 0.45);
      position: absolute; }
  .generic-detail-with-text-and-image.shrink-text-area .left-part {
    max-width: 485px; }
  @media (max-width: 1199.98px) {
    .generic-detail-with-text-and-image {
      margin: 60px 0; }
      .generic-detail-with-text-and-image .content {
        flex-direction: column-reverse; }
      .generic-detail-with-text-and-image .left-part {
        margin: 40px 0 0 0; }
      .generic-detail-with-text-and-image h2 {
        font-size: 30px;
        margin-bottom: 20px; }
      .generic-detail-with-text-and-image .detail {
        font-size: 18px;
        line-height: 1.8; } }

.generic-detail-with-three-column-list {
  margin: 100px 0; }
  .generic-detail-with-three-column-list h2 {
    font-family: "Open Sans", sans-serif;
    font-size: 25px;
    letter-spacing: -0.63px;
    margin-bottom: 40px;
    line-height: 45px;
    color: #6660aa; }
  .generic-detail-with-three-column-list .detail {
    max-width: 850px; }
  .generic-detail-with-three-column-list ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 50px;
    row-gap: 25px;
    padding: 0;
    list-style: none; }
    .generic-detail-with-three-column-list ul li,
    .generic-detail-with-three-column-list ul a {
      font-size: 20px;
      color: #53565a; }
    .generic-detail-with-three-column-list ul li {
      position: relative;
      padding-left: 20px; }
      .generic-detail-with-three-column-list ul li::before {
        content: " ";
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background-color: #aaae37;
        position: absolute;
        left: 0;
        top: 12px; }
  .generic-detail-with-three-column-list.three_column_full_width .detail {
    max-width: 100%; }
  .generic-detail-with-three-column-list.three_column_full_width h2 {
    max-width: 100%; }
  .generic-detail-with-three-column-list.two_column ul {
    grid-template-columns: 1fr 1fr; }
  .generic-detail-with-three-column-list.two_column_full_width ul {
    grid-template-columns: 1fr 1fr;
    row-gap: 30px; }
  .generic-detail-with-three-column-list.two_column_full_width .detail {
    max-width: 100%; }
  .generic-detail-with-three-column-list.boxed_three_column h2,
  .generic-detail-with-three-column-list.boxed_three_column .title {
    max-width: 100%; }
  .generic-detail-with-three-column-list.boxed_three_column .content {
    padding: 38px 65px 50px 65px;
    border: 1px solid #6660aa; }
  .generic-detail-with-three-column-list.boxed_three_column .title {
    width: 100%; }
  .generic-detail-with-three-column-list.boxed_three_column .detail {
    max-width: 100%; }
  @media (max-width: 1199.98px) {
    .generic-detail-with-three-column-list.boxed_three_column h2,
    .generic-detail-with-three-column-list.boxed_three_column .title {
      font-size: 22px;
      line-height: 1.6; }
    .generic-detail-with-three-column-list.boxed_three_column .content {
      padding: 45px 20px; }
    .generic-detail-with-three-column-list.boxed_three_column ul li {
      font-size: 18px;
      line-height: 1.6; } }
  @media (max-width: 1199.98px) {
    .generic-detail-with-three-column-list {
      margin: 60px 0; }
      .generic-detail-with-three-column-list ul {
        grid-template-columns: 1fr !important;
        grid-auto-flow: row !important;
        grid-template-rows: 1fr !important; } }

.boxed-with-double-detail-text {
  margin: 100px 0; }
  .boxed-with-double-detail-text .content {
    border: 1px solid #a7a8a9; }
  .boxed-with-double-detail-text .bg-overlay {
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute; }
    .boxed-with-double-detail-text .bg-overlay img {
      height: 100%;
      width: 100%;
      z-index: 2; }
    .boxed-with-double-detail-text .bg-overlay:before {
      content: " ";
      z-index: 2;
      position: absolute;
      height: 100%;
      width: 70%;
      background: #eae9e7;
      background: linear-gradient(90deg, rgba(255, 255, 255, 0.95562) 81%, rgba(0, 212, 255, 0.0116422) 100%); }
  .boxed-with-double-detail-text .text-content {
    max-width: 600px;
    padding: 70px 0 70px 50px;
    z-index: 2;
    position: relative; }
  .boxed-with-double-detail-text .top-part {
    position: relative; }
    .boxed-with-double-detail-text .top-part h2 {
      font-size: 50px;
      letter-spacing: -1.27px;
      margin-bottom: 18px;
      z-index: 3;
      color: #6660aa; }
    .boxed-with-double-detail-text .top-part .detail {
      font-size: 20px;
      line-height: 38px;
      color: #53565a;
      z-index: 3; }
  .boxed-with-double-detail-text .bottom-part {
    border-top: 1px solid #a7a8a9;
    background: #f0f0f0;
    display: flex;
    padding: 65px 70px; }
    .boxed-with-double-detail-text .bottom-part ul {
      margin-bottom: 0; }
    .boxed-with-double-detail-text .bottom-part h3 {
      color: #6660aa;
      font-size: 25px;
      letter-spacing: -0.63px;
      line-height: 40px; }
    .boxed-with-double-detail-text .bottom-part .left-part {
      margin-right: 55px; }
    .boxed-with-double-detail-text .bottom-part .detail {
      font-size: 20px;
      line-height: 38px;
      color: #53565a;
      font-size: 20px;
      line-height: 38px; }
      .boxed-with-double-detail-text .bottom-part .detail ul {
        margin-bottom: 0;
        list-style: none; }
      .boxed-with-double-detail-text .bottom-part .detail p {
        margin-bottom: 25px; }
      .boxed-with-double-detail-text .bottom-part .detail ul {
        padding: 0; }
      .boxed-with-double-detail-text .bottom-part .detail li,
      .boxed-with-double-detail-text .bottom-part .detail a {
        font-size: 20px;
        color: #53565a; }
      .boxed-with-double-detail-text .bottom-part .detail li {
        position: relative;
        padding-left: 20px;
        margin-bottom: 22px; }
        .boxed-with-double-detail-text .bottom-part .detail li::before {
          content: " ";
          width: 6px;
          height: 6px;
          border-radius: 50%;
          background-color: #aaae37;
          position: absolute;
          left: 0;
          top: 16px; }
        .boxed-with-double-detail-text .bottom-part .detail li:last-of-type {
          margin-bottom: 0; }
  @media (max-width: 1199.98px) {
    .boxed-with-double-detail-text {
      margin: 40px 0 60px 0; }
      .boxed-with-double-detail-text .container {
        padding: 0; }
      .boxed-with-double-detail-text .text-content {
        padding: 40px 25px; }
      .boxed-with-double-detail-text .top-part h2 {
        font-size: 30px; }
      .boxed-with-double-detail-text .bottom-part {
        padding: 40px 25px;
        flex-direction: column; }
        .boxed-with-double-detail-text .bottom-part .left-part {
          margin: 0 0 30px 0; }
        .boxed-with-double-detail-text .bottom-part .detail {
          font-size: 18px; }
          .boxed-with-double-detail-text .bottom-part .detail ul li {
            margin-bottom: 15px;
            font-size: 18px; } }

.book-a-visit-service {
  position: relative; }
  .book-a-visit-service:before {
    content: " ";
    z-index: 2;
    position: absolute;
    height: 100%;
    width: 70%;
    background: #eae9e7;
    background: linear-gradient(90deg, #eae9e7 81%, rgba(0, 212, 255, 0.0116422) 100%); }
  .book-a-visit-service .bg-img {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 1; }
  .book-a-visit-service .content {
    padding: 75px 0 100px 0;
    z-index: 2;
    position: relative;
    max-width: 565px; }
  .book-a-visit-service h2 {
    color: #d44320;
    font-size: 16px;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    letter-spacing: 3.2px;
    margin-bottom: 45px; }
  .book-a-visit-service h3 {
    color: #322b7f;
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 50px;
    letter-spacing: -1.25px; }
  .book-a-visit-service a {
    border: 1px solid #d44320;
    min-height: 55px;
    min-width: 450px;
    color: #28282a;
    font-size: 20px;
    font-weight: 600;
    display: inline-flex;
    display: inline-flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    background: #ff8264;
    transition: all 0.2s ease; }
    .book-a-visit-service a:hover {
      background-color: #6660aa;
      border: 1px solid #6660aa;
      color: #fff;
      text-decoration: none; }
  .book-a-visit-service.ve-center-text .text-part {
    text-align: center; }
  @media (max-width: 1199.98px) {
    .book-a-visit-service a {
      min-width: 100%;
      width: 100%;
      max-width: 100%;
      padding: 8px 10px;
      min-height: 40px;
      font-size: 18px; }
    .book-a-visit-service .content {
      padding: 50px 0; }
      .book-a-visit-service .content h2 {
        margin-bottom: 15px; }
    .book-a-visit-service h3 {
      line-height: 1.4;
      font-size: 35px;
      margin-bottom: 25px; } }

.mt-100 {
  margin-top: 100px; }

.service-detail-without-title {
  margin: 80px 0; }
  .service-detail-without-title .content {
    position: relative; }
  .service-detail-without-title .overlay-with-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1; }
    .service-detail-without-title .overlay-with-img img {
      z-index: 2;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%; }
    .service-detail-without-title .overlay-with-img:before,
    .service-detail-without-title .overlay-with-img img, .service-detail-without-title .overlay-with-img:after {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%; }
    .service-detail-without-title .overlay-with-img:before {
      content: " ";
      border: 1px solid #6660aa;
      width: calc(100% - 40px);
      height: calc(100% - 40px);
      top: 20px;
      left: 20px;
      z-index: 4; }
    .service-detail-without-title .overlay-with-img:after {
      z-index: 3;
      content: " ";
      /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f0f0f0+0,f0f0f0+72,7db9e8+100&1+38,0+100 */
      background: -moz-linear-gradient(left, #f0f0f0 0%, #f0f0f0 38%, rgba(240, 240, 240, 0.45) 72%, rgba(125, 185, 232, 0) 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(left, #f0f0f0 0%, #f0f0f0 38%, rgba(240, 240, 240, 0.45) 72%, rgba(125, 185, 232, 0) 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to right, #f0f0f0 0%, #f0f0f0 38%, rgba(240, 240, 240, 0.45) 72%, rgba(125, 185, 232, 0) 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#007db9e8',GradientType=1 );
      /* IE6-9 */ }
  .service-detail-without-title .text-part {
    padding: 120px 0 120px 60px;
    z-index: 3;
    max-width: 600px;
    position: relative; }
  .service-detail-without-title .detail {
    font-size: 25px;
    letter-spacing: -0.63px;
    line-height: 40px;
    color: #6660aa;
    font-family: Miller, "Open Sans", sans-serif; }
    .service-detail-without-title .detail p {
      margin-bottom: 0; }
  .service-detail-without-title.title-with-list h2 {
    font-size: 25px;
    margin-bottom: 34px;
    max-width: 360px; }
  .service-detail-without-title.title-with-list ul {
    list-style: none;
    margin-bottom: 0;
    padding: 0; }
    .service-detail-without-title.title-with-list ul li {
      font-size: 20px;
      margin-bottom: 12px;
      position: relative;
      padding-left: 20px;
      line-height: 1.2;
      font-family: "Open Sans", sans-serif;
      color: #53565a; }
      .service-detail-without-title.title-with-list ul li:after {
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background-color: #aaae37;
        position: absolute;
        left: 0;
        top: 9px;
        content: " "; }
  .service-detail-without-title.title-with-list a {
    background-color: #6660aa;
    padding: 15px 20px;
    border-radius: 4px;
    margin-top: 20px;
    display: inline-block;
    color: #fff;
    font-size: 18px;
    font-family: "Open Sans", sans-serif;
    letter-spacing: 0.02em;
    line-height: 1.2; }
    .service-detail-without-title.title-with-list a:hover {
      background-color: #d44320;
      text-decoration: none; }
  @media (max-width: 1199.98px) {
    .service-detail-without-title.title-with-list .container {
      padding: 0; }
    .service-detail-without-title.title-with-list .detail a {
      text-align: center; } }
  @media (max-width: 1199.98px) {
    .service-detail-without-title .container {
      padding: 0; }
    .service-detail-without-title .text-part {
      padding: 60px 30px; }
    .service-detail-without-title .overlay-with-img:before {
      left: 10px;
      top: 10px;
      width: calc(100% - 20px);
      height: calc(100% - 20px); } }

.service-detail-with-title {
  margin: 100px 0; }
  .service-detail-with-title .content {
    position: relative; }
  .service-detail-with-title .overlay-with-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1; }
    .service-detail-with-title .overlay-with-img img {
      z-index: 2;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%; }
    .service-detail-with-title .overlay-with-img:before,
    .service-detail-with-title .overlay-with-img img, .service-detail-with-title .overlay-with-img:after {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%; }
    .service-detail-with-title .overlay-with-img:before {
      content: " ";
      border: 1px solid #6660aa;
      width: calc(100% - 40px);
      height: calc(100% - 40px);
      top: 20px;
      left: 20px;
      z-index: 4; }
    .service-detail-with-title .overlay-with-img:after {
      z-index: 3;
      content: " ";
      /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f0f0f0+0,e5e5e5+100&0+0,1+56 */
      background: -moz-linear-gradient(left, rgba(240, 240, 240, 0) 0%, #eaeaea 48%, #e5e5e5 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(left, rgba(240, 240, 240, 0) 0%, #eaeaea 48%, #e5e5e5 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to right, rgba(240, 240, 240, 0) 0%, #eaeaea 48%, #e5e5e5 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f0f0f0', endColorstr='#e5e5e5',GradientType=1 );
      /* IE6-9 */ }
  .service-detail-with-title .text-part {
    padding: 120px 55px 120px 0;
    z-index: 3;
    max-width: 600px;
    position: relative;
    max-width: 500px;
    margin-left: auto; }
  .service-detail-with-title h2 {
    font-size: 35px;
    letter-spacing: -0.88px;
    line-height: 45px;
    color: #6660aa;
    margin-bottom: 20px;
    font-family: Miller, "Open Sans", sans-serif; }
  .service-detail-with-title .detail {
    font-size: 20px;
    line-height: 38px;
    color: #53565a; }
    .service-detail-with-title .detail p {
      margin-bottom: 0; }
    .service-detail-with-title .detail a {
      color: #ff8264;
      margin-top: 40px;
      display: inline-block;
      font-size: 20px;
      text-decoration: underline;
      line-height: 1.2; }
      .service-detail-with-title .detail a:hover {
        color: #c58c3e; }
  @media (max-width: 1199.98px) {
    .service-detail-with-title {
      margin: 60px 0; }
      .service-detail-with-title .container {
        padding: 0; }
      .service-detail-with-title .text-part {
        padding: 70px 30px; }
      .service-detail-with-title .overlay-with-img:before {
        width: calc(100% - 20px);
        height: calc(100% - 20px);
        top: 10px;
        left: 10px; } }

.service-banner-landing {
  border-top: 20px solid #6660aa;
  border-bottom: 20px solid #6660aa;
  background-color: #6660aa;
  position: relative;
  margin-top: 40px;
  margin-bottom: 110px; }
  .service-banner-landing .container {
    position: relative;
    max-width: 1240px; }
  .service-banner-landing .top-images {
    position: absolute;
    width: 100px;
    top: 20px;
    display: flex;
    justify-content: space-between;
    width: 100%; }
    .service-banner-landing .top-images .img_3_wrapper,
    .service-banner-landing .top-images .img_1_wrapper {
      max-width: 425px;
      width: 425px;
      min-width: 425px;
      max-height: 325px;
      min-height: 325px;
      height: 325px;
      z-index: 2;
      overflow: hidden;
      box-shadow: 0px 10px 10px #00000029; }
    .service-banner-landing .top-images .img_2_wrapper {
      width: 485px;
      min-width: 485px;
      max-width: 485px;
      max-height: 300px;
      min-height: 300px;
      height: 300px;
      top: -70px;
      position: absolute;
      left: 0;
      right: 0;
      margin: 0 auto;
      z-index: 1;
      box-shadow: 0px 10px 10px #00000029; }
  .service-banner-landing .img_bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
  .service-banner-landing .text-part {
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 3;
    position: relative;
    text-align: center;
    max-width: 1035px;
    margin: 0 auto;
    padding-top: 290px;
    padding-bottom: 65px; }
  .service-banner-landing .be_img {
    margin-bottom: 25px; }
  .service-banner-landing .title_small {
    font-size: 16px;
    letter-spacing: 3.2px;
    margin-bottom: 25px; }
  .service-banner-landing h1 {
    font-size: 51px;
    letter-spacing: -1.27px;
    margin-bottom: 28px; }
  .service-banner-landing .detail {
    font-size: 20px;
    line-height: 38px;
    text-align: center; }
  @media (max-width: 1199.98px) {
    .service-banner-landing {
      margin: 0 0 60px 0; }
      .service-banner-landing .top-images {
        display: none; }
      .service-banner-landing h1 {
        font-size: 38px;
        line-height: 1.2; }
      .service-banner-landing .text-part {
        padding: 60px 0px; } }

.bordered-img-wrapper {
  position: relative;
  width: 100%; }
  .bordered-img-wrapper img {
    width: 100%;
    height: 100%; }
  .bordered-img-wrapper:after {
    content: " ";
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    left: 15px;
    top: 15px;
    border: 1px solid rgba(255, 255, 255, 0.42);
    position: absolute; }

.ve-half-and-half {
  margin: 100px 0 120px 0; }
  .ve-half-and-half h2,
  .ve-half-and-half h4,
  .ve-half-and-half h3 {
    font-size: 40px;
    color: #6660aa;
    margin-bottom: 25px;
    line-height: 1.2; }
  .ve-half-and-half p {
    font-size: 20px;
    line-height: 38px;
    color: #53565a; }
  .ve-half-and-half a {
    margin-top: 25px;
    text-decoration: underline;
    color: #d44320; }
    .ve-half-and-half a:hover {
      color: #6660aa; }
  .ve-half-and-half .detail p:last-of-type {
    margin-bottom: 0; }
  .ve-half-and-half .img-part {
    min-width: 560px; }
  .ve-half-and-half .each-half-item {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .ve-half-and-half .text-part {
    margin-right: 70px; }
  .ve-half-and-half .content > div {
    margin-bottom: 80px; }
  .ve-half-and-half .content > div:nth-child(even) {
    flex-direction: row-reverse; }
    .ve-half-and-half .content > div:nth-child(even) .text-part {
      margin-left: 70px; }
  .ve-half-and-half.small-gap-after-title h2,
  .ve-half-and-half.small-gap-after-title h4,
  .ve-half-and-half.small-gap-after-title h3 {
    margin-bottom: 15px; }
  @media (max-width: 1199.98px) {
    .ve-half-and-half {
      margin: 100px 0; }
      .ve-half-and-half .container {
        padding: 0; }
      .ve-half-and-half .each-half-item {
        flex-direction: column-reverse !important;
        padding: 0 20px; }
        .ve-half-and-half .each-half-item .text-part {
          margin: 0 !important;
          padding: 40px 0 0 0; }
        .ve-half-and-half .each-half-item .img-part {
          min-width: 100% !important;
          max-width: 100% !important; } }

.ve-half-and-half.inside-getting-started-tabs {
  margin: 0; }
  .ve-half-and-half.inside-getting-started-tabs .img-part {
    min-width: 380px;
    max-width: 380px; }
    .ve-half-and-half.inside-getting-started-tabs .img-part img {
      min-height: 380px; }
  .ve-half-and-half.inside-getting-started-tabs .bordered-img-wrapper img {
    height: 100%; }
  .ve-half-and-half.inside-getting-started-tabs .bordered-img-wrapper:after {
    border: 1px solid #fff; }
  .ve-half-and-half.inside-getting-started-tabs .content > div:nth-child(even) .text-part {
    margin: 0 0 0 50px; }
  .ve-half-and-half.inside-getting-started-tabs .content > div:last-of-type {
    margin: 0 0 0; }
  .ve-half-and-half.inside-getting-started-tabs .text-part {
    text-align: center;
    flex-grow: 1;
    margin: 0 50px 0 0; }
  .ve-half-and-half.inside-getting-started-tabs .bordered-img-wrapper {
    min-height: 380px; }
  .ve-half-and-half.inside-getting-started-tabs .each-half-item {
    align-items: center; }
  @media (max-width: 1199.98px) {
    .ve-half-and-half.inside-getting-started-tabs .each-half-item {
      padding: 0;
      margin-bottom: 100px; }
    .ve-half-and-half.inside-getting-started-tabs .text-part {
      text-align: left; }
    .ve-half-and-half.inside-getting-started-tabs .bordered-img-wrapper:after {
      width: calc(100% - 20px);
      height: calc(100% - 20px);
      left: 10px;
      top: 10px; } }

.ve-half-and-half.ul-styled h2,
.ve-half-and-half.ul-styled h3 {
  margin-bottom: 16px;
  font-size: 40px;
  line-height: 50px; }

.ve-half-and-half.ul-styled .content > div:nth-child(even) .text-part {
  margin-right: 0 !important; }

.ve-half-and-half.ul-styled .detail p {
  margin-bottom: 30px; }

.ve-half-and-half.ul-styled .detail ul {
  list-style: none;
  padding: 0;
  margin: 30px 0 0 0; }
  .ve-half-and-half.ul-styled .detail ul li {
    margin-bottom: 15px;
    padding: 0 0 0 16px;
    font-size: 20px;
    color: #53565a;
    position: relative; }
    .ve-half-and-half.ul-styled .detail ul li:before {
      content: " ";
      position: absolute;
      width: 6px;
      height: 6px;
      background-color: #aaae37;
      border-radius: 50%;
      left: 0;
      top: 10px; }

.multiple-service-details-with-image {
  margin: 120px 0; }
  .multiple-service-details-with-image h2 {
    font-size: 35px;
    line-height: 55px;
    margin-bottom: 55px;
    color: #6660aa;
    font-style: italic;
    text-align: center; }
  .multiple-service-details-with-image .content {
    position: relative; }
  .multiple-service-details-with-image .section-overlay {
    width: 100%;
    height: 100%;
    border: 20px solid #f0f0f0;
    background-color: #ccc;
    position: absolute; }
    .multiple-service-details-with-image .section-overlay img {
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0; }
  .multiple-service-details-with-image .multiple-items {
    padding: 65px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 75px;
    z-index: 3;
    position: relative; }
  .multiple-service-details-with-image .item-card h3 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 10px;
    color: #6660aa; }
  .multiple-service-details-with-image .item-card p {
    font-size: 20px;
    line-height: 38px;
    color: #53565a; }
  .multiple-service-details-with-image .item-card a {
    color: #d44320;
    text-decoration: underline; }
    .multiple-service-details-with-image .item-card a:hover {
      color: #6660aa; }
  .multiple-service-details-with-image .item-card .bordered-img-wrapper {
    position: relative;
    width: 100%;
    margin-bottom: 30px; }
    .multiple-service-details-with-image .item-card .bordered-img-wrapper img {
      width: 100%; }
    .multiple-service-details-with-image .item-card .bordered-img-wrapper:after {
      content: " ";
      width: calc(100% - 30px);
      height: calc(100% - 30px);
      left: 15px;
      top: 15px;
      border: 1px solid rgba(255, 255, 255, 0.45);
      position: absolute; }
  @media (max-width: 1199.98px) {
    .multiple-service-details-with-image {
      margin: 60px 0; }
      .multiple-service-details-with-image .container {
        padding: 0; }
      .multiple-service-details-with-image h2 {
        font-size: 30px;
        line-height: 1.4;
        padding: 0 15px; }
      .multiple-service-details-with-image .section-overlay {
        border: 10px solid #f0f0f0; }
      .multiple-service-details-with-image .multiple-items {
        grid-template-columns: 1fr;
        padding: 40px 30px;
        gap: 35px; }
      .multiple-service-details-with-image .item-card h3 {
        font-size: 30px; }
      .multiple-service-details-with-image .item-card p,
      .multiple-service-details-with-image .item-card .detail {
        font-size: 18px;
        line-height: 1.6; } }

.banner-getting-started {
  position: relative;
  padding: 135px 0 160px 0;
  color: #fff;
  text-align: center; }
  .banner-getting-started .background-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1; }
    .banner-getting-started .background-overlay::before,
    .banner-getting-started .background-overlay img {
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      position: absolute; }
    .banner-getting-started .background-overlay img {
      z-index: 5;
      opacity: 0.1; }
    .banner-getting-started .background-overlay::before {
      content: " ";
      background-color: #6660aa;
      z-index: 3; }
    .banner-getting-started .background-overlay:after {
      content: " ";
      width: calc(100% - 30px);
      height: calc(100% - 30px);
      left: 15px;
      top: 15px;
      border: 1px solid rgba(255, 255, 255, 0.82);
      position: absolute;
      z-index: 3; }
  .banner-getting-started .container {
    z-index: 4;
    position: relative; }
  .banner-getting-started h1 {
    font-size: 16px;
    letter-spacing: 0.2em;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 20px; }
  .banner-getting-started h2 {
    font-weight: normal;
    font-size: 51px;
    letter-spacing: -0.02em;
    line-height: 50px;
    margin-bottom: 10px; }
  .banner-getting-started .detail {
    font-size: 20px;
    line-height: 38px;
    max-width: 860px;
    margin: 0 auto; }
    .banner-getting-started .detail p {
      margin-bottom: 20px; }
    .banner-getting-started .detail p:last-of-type {
      margin: 0; }
  .banner-getting-started.development-banner .detail {
    max-width: 778px; }
  .banner-getting-started.development-banner h2 {
    margin-bottom: 40px; }
  @media (max-width: 1199.98px) {
    .banner-getting-started {
      padding: 60px 0; }
      .banner-getting-started .background-overlay:after {
        width: calc(100% - 16px);
        height: calc(100% - 16px);
        left: 8px;
        top: 8px; }
      .banner-getting-started .container {
        padding: 0 25px; }
      .banner-getting-started h2 {
        font-size: 35px;
        line-height: 40px;
        margin-bottom: 30px; }
      .banner-getting-started p {
        font-size: 20px;
        line-height: 30px; } }

.getting-started-tabs {
  padding: 85px 0; }
  .getting-started-tabs .container {
    display: flex; }
  .getting-started-tabs .tab-links {
    max-width: 265px;
    min-width: 265px;
    margin-right: 115px; }
    .getting-started-tabs .tab-links > div {
      position: sticky;
      top: 108px; }
    .getting-started-tabs .tab-links h2 {
      font-family: "Open Sans", sans-serif;
      font-size: 16px;
      margin-bottom: 60px;
      color: #d44320;
      letter-spacing: 0.2em; }
    .getting-started-tabs .tab-links .each-tab-link-wrapper {
      margin-bottom: 30px; }
      .getting-started-tabs .tab-links .each-tab-link-wrapper.active a {
        color: #6660aa; }
      .getting-started-tabs .tab-links .each-tab-link-wrapper a {
        font-size: 20px;
        line-height: 30px;
        color: #75787b;
        font-family: Miller, "Open Sans", sans-serif;
        text-decoration: underline; }
        .getting-started-tabs .tab-links .each-tab-link-wrapper a:hover {
          color: #ff8264; }
  .getting-started-tabs .tab-content-items {
    flex-grow: 1; }
    .getting-started-tabs .tab-content-items > div {
      display: none;
      width: 100%; }
      .getting-started-tabs .tab-content-items > div.active {
        display: block;
        animation: fadeInLeft 0.3s ease; }
  .getting-started-tabs .tab-content-title {
    font-size: 16px;
    letter-spacing: 0.2em;
    line-height: 35px;
    text-align: left;
    color: #d44320;
    padding-bottom: 16px;
    border-bottom: 1px solid #a7a8a9;
    margin-bottom: 45px;
    text-transform: uppercase; }
  .getting-started-tabs .tab-bottom-nav {
    display: flex;
    border-top: 1px solid #a7a8a9;
    padding-top: 20px;
    margin-top: 90px;
    justify-content: space-between;
    align-items: center; }
    .getting-started-tabs .tab-bottom-nav a {
      font-family: Miller, "Open Sans", sans-serif;
      font-size: 30px;
      line-height: 1.2;
      color: #6660aa; }
      .getting-started-tabs .tab-bottom-nav a:hover {
        text-decoration: none;
        color: #d44320; }

.get-started-tab-lead-text {
  font-size: 32px;
  letter-spacing: -0.02em;
  line-height: 45px;
  text-align: center;
  color: #6660aa;
  margin: 80px 0 60px 0;
  font-family: Miller, "Open Sans", sans-serif; }
  @media (max-width: 1199.98px) {
    .get-started-tab-lead-text {
      font-size: 25px;
      margin: 50px 0; } }

.getting-started-tabs-mobile {
  margin: 40px 0;
  display: none; }
  @media (max-width: 1199.98px) {
    .getting-started-tabs-mobile {
      display: block; } }
  .getting-started-tabs-mobile .select-filed-wrapper {
    border-radius: 3px;
    background: #ff8264;
    border: 1px solid #d44320;
    min-height: 55px;
    text-align: center;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-size: 18px;
    line-height: 35px;
    text-align: center;
    color: #28282a;
    position: relative;
    display: flex;
    margin-bottom: 45px; }
    .getting-started-tabs-mobile .select-filed-wrapper select {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      opacity: 0; }
    .getting-started-tabs-mobile .select-filed-wrapper svg {
      right: 25px;
      top: 25px;
      position: absolute; }
    @media (max-width: 1199.98px) {
      .getting-started-tabs-mobile .select-filed-wrapper {
        text-align: left; }
        .getting-started-tabs-mobile .select-filed-wrapper .selected-text {
          display: flex;
          align-items: center;
          justify-content: space-between;
          width: 100%;
          padding: 10px 20px; }
          .getting-started-tabs-mobile .select-filed-wrapper .selected-text svg {
            position: static;
            margin-left: 10px; } }
  .getting-started-tabs-mobile .tab-link {
    font-size: 16px;
    letter-spacing: 0.2em;
    line-height: 35px;
    text-align: left;
    color: #d44320;
    padding-bottom: 15px;
    border-bottom: 1px solid #a7a8a9;
    display: block;
    position: relative; }
    .getting-started-tabs-mobile .tab-link span {
      position: absolute;
      right: 0;
      top: 0px;
      transform: rotate(180deg); }
    .getting-started-tabs-mobile .tab-link:hover {
      text-decoration: none; }
  .getting-started-tabs-mobile .tab-item {
    display: none; }
    .getting-started-tabs-mobile .tab-item.active {
      display: block;
      animation: fadeInBottom 0.3s ease; }
      .getting-started-tabs-mobile .tab-item.active .tab-link span {
        transform: rotate(0); }
  .getting-started-tabs-mobile .tab-bottom-nav {
    border-top: 1px solid #a7a8a9;
    font-size: 18px;
    line-height: 1.6;
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
    margin-top: 50px; }
    .getting-started-tabs-mobile .tab-bottom-nav .go-to-previous-tab {
      min-width: 100px; }
    .getting-started-tabs-mobile .tab-bottom-nav a.go-to-next-tab {
      text-align: right; }
    .getting-started-tabs-mobile .tab-bottom-nav div:first-of-type {
      width: 100px;
      text-align: left; }

.detail-component-with-custom-class.the-verve-difference {
  margin: 45px 0 65px 0; }
  .detail-component-with-custom-class.the-verve-difference h2 {
    font-size: 50px;
    letter-spacing: -0.02em;
    line-height: 60px;
    color: #6660aa;
    margin-bottom: 35px; }
  .detail-component-with-custom-class.the-verve-difference h3 {
    font-size: 28px;
    line-height: 45px;
    color: #75787b;
    margin-bottom: 25px; }
  .detail-component-with-custom-class.the-verve-difference p {
    font-size: 20px;
    line-height: 38px;
    color: #53565a; }

.getting-started-tabs-mobile .detail-component-with-custom-class.the-verve-difference h2 {
  font-size: 40px;
  line-height: 50px; }

.detail-component-with-custom-class.your-retirement-living-options {
  margin: 40px 0 55px 0; }
  .detail-component-with-custom-class.your-retirement-living-options h2 {
    font-size: 35px;
    letter-spacing: -0.02em;
    line-height: 40px;
    margin-bottom: 30px;
    color: #6660aa; }
  .detail-component-with-custom-class.your-retirement-living-options p {
    color: #53565a;
    font-size: 20px;
    line-height: 38px;
    margin-bottom: 35px; }
    .detail-component-with-custom-class.your-retirement-living-options p em {
      color: #6660aa; }
  .detail-component-with-custom-class.your-retirement-living-options a {
    color: #6660aa; }
  @media (max-width: 1199.98px) {
    .detail-component-with-custom-class.your-retirement-living-options {
      margin: 40px 0; } }

.living-options-getting-started-tabs .content > div {
  border-top: 1px solid #a7a8a9; }
  .living-options-getting-started-tabs .content > div:last-child {
    padding-bottom: 0; }

.living-options-getting-started-tabs .each-row-item {
  display: flex;
  padding: 60px 0; }

.living-options-getting-started-tabs .img-part img,
.living-options-getting-started-tabs .img-part {
  width: 170px;
  min-width: 170px;
  max-width: 170px;
  height: 170px;
  min-height: 170px;
  overflow: hidden;
  max-height: 170px;
  border-radius: 50%;
  margin-right: 50px; }

.living-options-getting-started-tabs .text-part {
  flex-grow: 1; }
  .living-options-getting-started-tabs .text-part p:last-of-type {
    margin-bottom: 0; }

.living-options-getting-started-tabs h3 {
  color: #6660aa;
  margin-bottom: 15px;
  font-size: 35px;
  letter-spacing: -0.02em; }

.living-options-getting-started-tabs p {
  font-size: 20px;
  line-height: 38px;
  text-align: left;
  color: #53565a; }

.living-options-getting-started-tabs a {
  color: #d44320;
  font-size: 20px;
  text-decoration: underline;
  transition: all 0.2s ease; }
  .living-options-getting-started-tabs a:hover {
    color: #6660aa; }

@media (max-width: 1199.98px) {
  .living-options-getting-started-tabs .each-row-item {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 40px 20px 35px 20px; }
  .living-options-getting-started-tabs .img-part {
    margin: 0 0 35px 0; } }

.try-calculator {
  padding: 60px 0;
  border-top: 1px solid #a7a8a9;
  border-bottom: 1px solid #a7a8a9; }
  .try-calculator .content {
    max-width: 515px;
    margin: 0 auto; }
  .try-calculator .icon-part {
    margin-bottom: 35px;
    display: flex;
    justify-content: center; }
  .try-calculator h3 {
    font-size: 35px;
    line-height: 45px;
    text-align: center;
    color: #6660aa;
    margin-bottom: 5px; }
  .try-calculator p {
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    color: #707070; }
  .try-calculator .link-full-content:hover {
    text-decoration: none; }
    .try-calculator .link-full-content:hover h3,
    .try-calculator .link-full-content:hover h2 {
      color: #d44320; }

.image-with-gray-detail {
  margin: 50px 0 100px 0; }
  .image-with-gray-detail .bordered-img-wrapper {
    overflow: hidden;
    max-height: 310px;
    position: relative; }
    .image-with-gray-detail .bordered-img-wrapper .img-title {
      font-size: 35px;
      letter-spacing: -0.02em;
      line-height: 45px;
      color: #fff;
      position: absolute;
      font-family: Miller, "Open Sans", sans-serif;
      left: 0;
      bottom: 0;
      z-index: 2;
      padding: 0 0 25px 50px; }
    .image-with-gray-detail .bordered-img-wrapper:after {
      width: calc(100% - 10px);
      height: calc(100% - 10px);
      left: 5px;
      top: 5px; }
    .image-with-gray-detail .bordered-img-wrapper:before {
      content: " ";
      position: absolute;
      width: 100%;
      background: linear-gradient(#53565a 0%, rgba(83, 86, 90, 0) 100%);
      opacity: 0.61;
      height: 100%;
      left: 0;
      top: 0;
      transform: rotate(180deg); }
  .image-with-gray-detail .detail {
    background: #f0f0f0;
    padding: 45px 50px 55px 45px;
    font-size: 20px;
    line-height: 38px;
    text-align: left;
    color: #53565a; }
    .image-with-gray-detail .detail p:last-of-type {
      margin-bottom: 0; }
    .image-with-gray-detail .detail p {
      margin-bottom: 40px; }
    .image-with-gray-detail .detail h4 {
      font-family: "Open Sans", sans-serif;
      margin-bottom: 30px;
      font-size: 25px;
      letter-spacing: -0.02em;
      color: #6660aa; }
    .image-with-gray-detail .detail ul {
      margin-top: 30px;
      margin-bottom: 0px;
      display: grid;
      grid-template-columns: 1fr 1fr;
      column-gap: 45px;
      row-gap: 10px; }
  .image-with-gray-detail.white-detail .bordered-img-wrapper:before {
    display: none; }
  .image-with-gray-detail.white-detail h3 {
    font-family: Miller, "Open Sans", sans-serif;
    color: #6660aa;
    font-size: 35px;
    letter-spacing: -0.02em;
    line-height: 45px; }
  .image-with-gray-detail.white-detail .detail {
    background-color: transparent;
    padding: 45px 0 0 0; }
    .image-with-gray-detail.white-detail .detail P {
      margin-bottom: 30px; }
  @media (max-width: 1199.98px) {
    .image-with-gray-detail {
      margin: 40px 0 80px 0; }
      .image-with-gray-detail .bordered-img-wrapper {
        min-height: 265px; }
        .image-with-gray-detail .bordered-img-wrapper img {
          height: 100%;
          width: 100%;
          position: absolute;
          object-fit: cover; }
        .image-with-gray-detail .bordered-img-wrapper:before {
          z-index: 6; }
        .image-with-gray-detail .bordered-img-wrapper .img-title {
          padding: 0 10px 10px 25px;
          z-index: 10; }
      .image-with-gray-detail .detail {
        padding: 35px 25px; }
        .image-with-gray-detail .detail ul {
          grid-template-columns: 1fr;
          padding: 0;
          margin: 30px 0 0 20px;
          row-gap: 20px; } }

.next-step-text {
  font-size: 35px;
  letter-spacing: -0.02em;
  line-height: 45px;
  font-family: Miller, "Open Sans", sans-serif;
  color: #6660aa; }
  .next-step-text a {
    color: #d44320;
    text-decoration: underline;
    font-family: Miller, "Open Sans", sans-serif; }
    .next-step-text a:hover {
      color: #6660aa; }

.tab-bottom-question {
  margin: 100px 0;
  text-align: center; }
  .tab-bottom-question .title-part {
    display: flex;
    justify-content: center;
    font-family: Miller, "Open Sans", sans-serif;
    font-size: 35px;
    letter-spacing: -0.02em;
    line-height: 45px;
    text-align: center;
    margin-bottom: 5px;
    color: #707070; }
    .tab-bottom-question .title-part img {
      margin-right: 8px; }
  .tab-bottom-question .btn-ghost {
    min-height: 44px;
    border: 1px solid #6660aa;
    border-radius: 4px;
    font-size: 20px;
    font-weight: 600;
    padding: 10px 45px;
    min-width: 450px; }
  .tab-bottom-question .detail {
    font-size: 20px;
    line-height: 38px;
    max-width: 355px;
    margin: 0 auto; }
    .tab-bottom-question .detail p:last-of-type {
      margin-bottom: 0; }
    .tab-bottom-question .detail a {
      color: #d44320;
      text-decoration: underline;
      transition: all 0.2s ease; }
      .tab-bottom-question .detail a:hover {
        color: #6660aa; }
  @media (max-width: 1199.98px) {
    .tab-bottom-question {
      margin: 50px 0; }
      .tab-bottom-question a.btn-ghost {
        padding: 10px 15px;
        min-width: 100%;
        line-height: 1.6; }
      .tab-bottom-question .title-part img {
        object-fit: contain; } }

.read-inspiring-stories {
  margin: 75px 0; }
  .read-inspiring-stories .content {
    max-width: 570px;
    margin: 0 auto;
    display: flex;
    align-items: center; }
    .read-inspiring-stories .content:hover {
      text-decoration: none; }
      .read-inspiring-stories .content:hover .title {
        color: #d44320; }
  .read-inspiring-stories img {
    width: 135px;
    min-width: 135px;
    max-width: 135px;
    height: 91px;
    min-height: 91px;
    max-height: 91px;
    margin-right: 34px; }
  .read-inspiring-stories .title {
    color: #6660aa;
    font-style: italic; }
  .read-inspiring-stories .detail,
  .read-inspiring-stories .title {
    font-family: Miller, "Open Sans", sans-serif;
    font-size: 25px;
    letter-spacing: -0.02em;
    margin-bottom: 5px; }
  .read-inspiring-stories .detail {
    color: #53565a; }
  @media (max-width: 1199.98px) {
    .read-inspiring-stories {
      margin: 75px 0 65px 0; }
      .read-inspiring-stories .content {
        flex-direction: column;
        align-items: center;
        text-align: center;
        justify-content: center; }
        .read-inspiring-stories .content img {
          margin: 0 0 30px 0; }
        .read-inspiring-stories .content .detail {
          font-style: italic; } }

.banner-affordability-calculator .content {
  position: relative;
  display: flex;
  color: #fff;
  padding: 80px 0 140px 100px; }

.banner-affordability-calculator .left-part,
.banner-affordability-calculator .right-part {
  z-index: 2;
  position: relative; }

.banner-affordability-calculator .bg-overlay {
  border: 20px solid #6660aa;
  position: absolute;
  background-color: #f0f0f0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }
  .banner-affordability-calculator .bg-overlay img {
    width: 100%;
    height: 100%; }

.banner-affordability-calculator h1 {
  font-size: 51px;
  letter-spacing: -1.27px;
  margin-bottom: 0;
  color: #6660aa; }

.banner-affordability-calculator .detail {
  font-size: 20px;
  line-height: 38px;
  color: #53565a; }
  .banner-affordability-calculator .detail a {
    color: #ff8264;
    text-decoration: underline; }
    .banner-affordability-calculator .detail a:hover {
      color: #c58c3e; }

.banner-affordability-calculator .left-part {
  max-width: 490px; }
  .banner-affordability-calculator .left-part > img {
    margin-bottom: 75px; }

.banner-affordability-calculator .right-part {
  min-width: 550px;
  position: relative;
  left: 100px; }
  @media only screen and (max-width: 1380px) {
    .banner-affordability-calculator .right-part {
      left: 50px; } }

.banner-affordability-calculator .title_small {
  color: #d44320;
  margin-bottom: 30px;
  letter-spacing: 0.2em;
  line-height: 35px;
  padding-top: 40px; }

.banner-affordability-calculator .img-wrapper {
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.16);
  position: relative;
  width: 100%; }
  .banner-affordability-calculator .img-wrapper img {
    width: 100%; }
  .banner-affordability-calculator .img-wrapper:after {
    content: " ";
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    left: 15px;
    top: 15px;
    border: 1px solid rgba(255, 255, 255, 0.45);
    position: absolute; }

@media (max-width: 1199.98px) {
  .banner-affordability-calculator .content {
    flex-direction: column-reverse;
    padding: 0;
    text-align: center; }
  .banner-affordability-calculator .container {
    padding: 0; }
  .banner-affordability-calculator .right-part {
    left: 0;
    min-width: 100%;
    width: 100%;
    max-width: 100%; }
  .banner-affordability-calculator .left-part {
    min-width: unset;
    max-width: unset;
    width: 100%;
    text-align: center;
    padding: 40px 30px 60px 30px; }
  .banner-affordability-calculator.has-bottom-padding-mobile .left-part {
    padding-bottom: 140px; }
  .banner-affordability-calculator .title_small {
    padding: 0 0 30px 0;
    margin: 0;
    line-height: 1.2; }
  .banner-affordability-calculator h1 {
    font-size: 40px;
    line-height: 1.4;
    margin-bottom: 10px; }
  .banner-affordability-calculator .detail p:last-of-type {
    margin-bottom: 0; } }

.affordability-calculator {
  z-index: 3;
  position: relative;
  margin-bottom: 150px; }
  .affordability-calculator .content {
    max-width: 950px;
    margin: 0 auto; }
  .affordability-calculator .has-border {
    padding: 40px 60px;
    border: 1px solid #a7a8a9;
    margin-top: -100px;
    background-color: #fff;
    position: relative; }
    .affordability-calculator .has-border:before {
		content: " ";
		position: absolute;
		z-index: -1;
		left: 5px;
		top: 5px;
		width: calc(100% - 10px);
		height: calc(100% - 10px);
		border: 0.5px solid #a7a8a9;
}
  .affordability-calculator h2 {
    font-size: 35px;
    letter-spacing: -0.02em;
    line-height: 45px;
    text-align: center;
    color: #6660aa;
    margin-bottom: 25px; }
  .affordability-calculator h3 {
    font-family: Miller, "Open Sans", sans-serif;
    text-align: center;
    font-size: 30px;
    letter-spacing: -0.02em;
    line-height: 45px;
    text-align: center;
    color: #6660aa;
    margin: 100px 0 55px 0; }
  .affordability-calculator .suite-items {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 22px; }
    .affordability-calculator .suite-items input {
      display: none; }
    .affordability-calculator .suite-items input:checked ~ label {
      background-color: #6660aa;
      border-color: #6660aa; }
      .affordability-calculator .suite-items input:checked ~ label .suite_title,
      .affordability-calculator .suite-items input:checked ~ label .suite_cost_text {
        color: #fff; }
      .affordability-calculator .suite-items input:checked ~ label:hover:before {
        background-color: transparent; }
  .affordability-calculator .suite-label {
    border: 1px solid #a7a8a9;
    border-radius: 3px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    text-align: center;
    min-height: 153px;
    max-width: 260px;
    cursor: pointer;
    position: relative;
    margin: 0; }
    .affordability-calculator .suite-label:before {
      content: " ";
      position: absolute;
      left: 8px;
      top: 8px;
      width: calc(100% - 16px);
      height: calc(100% - 16px);
      background-color: transparent;
      transition: all 0.35s ease; }
    .affordability-calculator .suite-label .suite_title {
      border-bottom: 1px solid #a7a8a9;
      color: #6660aa;
      font-size: 25px;
      letter-spacing: -0.02em;
      line-height: 25px;
      margin-bottom: 20px;
      width: 190px;
      padding-bottom: 5px;
      font-family: Miller, "Open Sans", sans-serif;
      z-index: 2; }
    .affordability-calculator .suite-label .suite_cost_text {
      font-family: Miller, "Open Sans", sans-serif;
      color: #53565a;
      font-style: italic;
      z-index: 2;
      font-size: 19px; }
    .affordability-calculator .suite-label:hover:before {
      background-color: #eeeeee; }
  .affordability-calculator .calculate-btn-wrapper {
    background-color: #6660aa;
    padding: 40px 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; }
    .affordability-calculator .calculate-btn-wrapper .alert-danger {
      margin: 20px 0 0 0;
      font-size: 18px; }
    .affordability-calculator .calculate-btn-wrapper .btn {
      border-radius: 4px;
      width: 255px;
      height: 43px;
      border: 1px solid #fff;
      font-size: 20px;
      color: #fff; }
      .affordability-calculator .calculate-btn-wrapper .btn:hover {
        background-color: #d44320;
        border-color: #d44320; }
  .affordability-calculator .price-item {
    margin-bottom: 70px;
    display: flex;
    justify-content: space-between; }
    .affordability-calculator .price-item ::placeholder {
      color: #a7a8a9;
      opacity: 1;
      /* Firefox */ }
    .affordability-calculator .price-item :-ms-input-placeholder {
      color: #a7a8a9; }
    .affordability-calculator .price-item ::-ms-input-placeholder {
      color: #a7a8a9; }
    .affordability-calculator .price-item label {
      font-size: 25px;
      letter-spacing: -0.02em;
      line-height: 1;
      text-align: left;
      padding-left: 40px;
      margin-bottom: 0;
      color: #53565a;
      position: relative; }
      .affordability-calculator .price-item label:before {
        content: " ";
        position: absolute;
        left: 0;
        top: 10px;
        border-radius: 50%;
        border: 1px solid #707070;
        width: 10px;
        height: 10px; }
    .affordability-calculator .price-item input {
      border: 0;
      border-bottom: 2px solid #a7a8a9;
      width: 190px;
      height: 40px;
      text-align: right;
      font-size: 34px;
      color: #000; }
      .affordability-calculator .price-item input:active, .affordability-calculator .price-item input:focus {
        outline: 0;
        box-shadow: none;
        border-color: #c58c3e; }
    .affordability-calculator .price-item .input-wrapper {
      position: relative; }
      .affordability-calculator .price-item .input-wrapper span {
        position: absolute;
        left: 0;
        font-size: 34px;
        color: #a7a8a9;
        line-height: 1; }
  .affordability-calculator .result-items {
    display: flex;
    justify-content: space-between;
    text-align: center;
    max-width: 860px;
    margin: 0 auto;
    padding: 85px 0 60px 0; }
  .affordability-calculator .result-item .result-title {
    font-size: 16px;
    text-transform: uppercase;
    color: #53565a;
    font-size: 16px;
    letter-spacing: 0.1em;
    margin-bottom: 20px; }
  .affordability-calculator .result-item .result-value {
    color: #53565a;
    font-size: 50px;
    letter-spacing: -0.02em;
    line-height: 65px;
    font-family: Miller, "Open Sans", sans-serif; }
  .affordability-calculator .verve-is-great-choice {
    padding: 0px 0 0 0;
    text-align: center; }
    .affordability-calculator .verve-is-great-choice hr {
      margin: 0px auto 60px auto;
      height: 2px;
      background-color: #6660aa;
      max-width: 560px; }
    .affordability-calculator .verve-is-great-choice .title {
      font-size: 40px;
      line-height: 50px;
      text-align: center;
      color: #6660aa;
      font-family: Miller, "Open Sans", sans-serif;
      margin-bottom: 30px; }
    .affordability-calculator .verve-is-great-choice .bottom-btns {
      display: flex;
      justify-content: center; }
      .affordability-calculator .verve-is-great-choice .bottom-btns .last-btn {
        margin-left: 50px; }
    .affordability-calculator .verve-is-great-choice .btn-orange {
      border: 1px solid #d44320;
      background-color: #ff8264;
      width: 350px;
      height: 43px;
      border-radius: 4px;
      font-size: 18px;
      font-weight: 600;
      transition: all 0.3s ease; }
      .affordability-calculator .verve-is-great-choice .btn-orange:hover {
        color: #fff;
        background-color: #6660aa;
        border-color: #6660aa; }
  .affordability-calculator .additional-cost-result-item .result-value {
    color: #aaae37; }
  @media (max-width: 1199.98px) {
    .affordability-calculator {
      margin-bottom: 85px; }
      .affordability-calculator h2 {
        font-size: 30px;
        line-height: 40px; }
      .affordability-calculator .price-item {
        flex-direction: column; }
      .affordability-calculator .suite-items {
        grid-template-columns: 1fr 1fr;
        gap: 10px; }
        .affordability-calculator .suite-items .suite-label {
          width: 100%;
          min-width: 100%;
          padding: 22px 10px; }
          .affordability-calculator .suite-items .suite-label .suite_title {
            width: 190px;
            font-size: 25px;
            color: #6660aa;
            line-height: 1;
            margin-bottom: 18px; }
          .affordability-calculator .suite-items .suite-label .suite_cost_text {
            font-size: 18px; }
        .affordability-calculator .suite-items .suite_title,
        .affordability-calculator .suite-items .suite_cost_text {
          width: 100% !important;
          min-width: 100% !important;
          max-width: 100% !important; }
      .affordability-calculator .content.has-border {
        padding: 36px 20px;
        margin: -100px 15px 0 15px; }
      .affordability-calculator .content:not(.has-border) {
        margin: 0 15px; }
      .affordability-calculator h3 {
        font-size: 25px;
        margin: 60px 0 35px 0;
        line-height: 1.4; }
      .affordability-calculator .price-item {
        text-align: center;
        margin-bottom: 40px; }
        .affordability-calculator .price-item label {
          text-align: center;
          font-size: 25px;
          line-height: 35px;
          margin-bottom: 22px;
          padding: 0; }
          .affordability-calculator .price-item label:before {
            display: none; }
        .affordability-calculator .price-item input {
          width: 100%; }
      .affordability-calculator .result-items {
        flex-direction: column;
        padding: 40px 0 20px 0; }
      .affordability-calculator .result-item {
        margin-bottom: 20px; }
        .affordability-calculator .result-item .result-title {
          margin-bottom: 0; }
      .affordability-calculator .verve-is-great-choice hr {
        margin-bottom: 25px; }
      .affordability-calculator .verve-is-great-choice .bottom-btns {
        flex-direction: column; }
        .affordability-calculator .verve-is-great-choice .bottom-btns .last-btn {
          margin: 30px 0 0 0; }
        .affordability-calculator .verve-is-great-choice .bottom-btns .btn-orange {
          max-width: 100%;
          width: 100%; } }

#map .gm-style-iw {
  padding: 0;
  overflow: hidden; }

#map .gm-style-iw-d {
  padding: 0;
  overflow: hidden !important; }

#map .gm-style-iw > button {
  position: relative;
  opacity: 1; }
  #map .gm-style-iw > button span {
    display: none !important; }
  #map .gm-style-iw > button img {
    display: none !important; }
  #map .gm-style-iw > button:after {
    content: "\2715";
    position: absolute;
    color: #fff;
    left: 0;
    top: 6px;
    width: 20px;
    height: 20px;
    font-size: 23px; }
  #map .gm-style-iw > button:hover:after {
    color: #d44320; }

.ve-map-info-box {
  max-width: 230px;
  width: 230px; }
  .ve-map-info-box .imgs img {
    display: none;
    width: 100%;
    height: 130px; }
  .ve-map-info-box .imgs img.active {
    display: block;
    animation: fade 0.35s ease; }
  .ve-map-info-box .title {
    font-size: 21px;
    padding: 12px 5px;
    font-family: Miller, "Open Sans", sans-serif;
    color: #6660aa;
    text-align: center; }
  .ve-map-info-box .btn-see-more,
  .ve-map-info-box .btn-book-a-tour {
    width: 100px;
    height: 30px;
    border-radius: 4px;
    text-transform: uppercase;
    font-size: 12px;
    flex-grow: 1; }
  .ve-map-info-box .btns {
    padding: 0 6px 6px 6px;
    display: flex; }
  .ve-map-info-box .btn-see-more {
    background-color: #d44320;
    color: #fff;
    border: 1px solid #d44320; }
    .ve-map-info-box .btn-see-more:hover {
      background-color: #6660aa;
      border-color: #6660aa; }
  .ve-map-info-box .btn-book-a-tour {
    margin-right: 10px;
    border: 1px solid #6660aa;
    color: #6660aa; }
    .ve-map-info-box .btn-book-a-tour:hover {
      background-color: #6660aa;
      color: #fff; }
  .ve-map-info-box .slider-btns {
    position: absolute;
    width: 100%;
    top: 60px;
    left: 0;
    display: flex;
    justify-content: space-between;
    padding: 0 8px; }
    .ve-map-info-box .slider-btns .btn {
      padding: 0;
      background-color: #000;
      border-radius: 50%;
      border: 0; }
      .ve-map-info-box .slider-btns .btn path {
        fill: #fff; }
      .ve-map-info-box .slider-btns .btn:hover {
        background-color: #fff; }
        .ve-map-info-box .slider-btns .btn:hover path {
          fill: #d44320; }

.redefining-home-cooked-meals {
  margin: 100px 0; }
  .redefining-home-cooked-meals .top-part {
    position: relative;
    overflow: hidden;
    text-align: center;
    min-height: 840px;
    display: flex;
    align-items: flex-end; }
    .redefining-home-cooked-meals .top-part .content {
      z-index: 2;
      position: relative;
      max-width: 860px;
      margin: 0 auto; }
    .redefining-home-cooked-meals .top-part .title {
      font-size: 35px;
      line-height: 55px;
      text-align: center;
      color: #6660aa;
      margin-bottom: 25px; }
    .redefining-home-cooked-meals .top-part .detail {
      font-size: 20px;
      line-height: 38px;
      text-align: center;
      color: #53565a; }
  .redefining-home-cooked-meals .bg-with-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
    .redefining-home-cooked-meals .bg-with-overlay img {
      height: 100%;
      width: 100%; }
    .redefining-home-cooked-meals .bg-with-overlay:before {
      content: " ";
      position: absolute;
      top: 15px;
      left: 15px;
      width: calc(100% - 30px);
      height: calc(100% - 30px);
      border: 1px solid #fff; }
    .redefining-home-cooked-meals .bg-with-overlay:after {
      content: " ";
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 60%;
      background: linear-gradient(rgba(255, 255, 255, 0) 0, #fff 73%); }
  .redefining-home-cooked-meals .bottom-part {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1px;
    background-color: #a7a8a9;
    margin-top: 85px; }
    .redefining-home-cooked-meals .bottom-part .item {
      background-color: #fff;
      padding: 0 45px;
      text-align: center; }
      .redefining-home-cooked-meals .bottom-part .item .title {
        font-family: Miller, "Open Sans", sans-serif;
        font-size: 35px;
        letter-spacing: -0.02em;
        line-height: 45px;
        margin-bottom: 14px;
        color: #6660aa; }
      .redefining-home-cooked-meals .bottom-part .item .detail {
        font-size: 20px;
        line-height: 38px;
        text-align: center;
        color: #53565a; }
        .redefining-home-cooked-meals .bottom-part .item .detail p:last-of-type {
          margin: 0; }
  @media (max-width: 1199.98px) {
    .redefining-home-cooked-meals {
      margin: 60px 0; }
      .redefining-home-cooked-meals .container {
        padding: 0; }
      .redefining-home-cooked-meals .bottom-part {
        margin-top: 30px; }
      .redefining-home-cooked-meals .bg-with-overlay {
        position: relative; }
        .redefining-home-cooked-meals .bg-with-overlay:after {
          display: none; }
      .redefining-home-cooked-meals .top-part {
        flex-direction: column;
        min-height: unset; }
        .redefining-home-cooked-meals .top-part .content {
          margin: 30px 0 0 0; }
        .redefining-home-cooked-meals .top-part .title {
          font-size: 35px;
          line-height: 40px; }
        .redefining-home-cooked-meals .top-part .detail {
          padding: 0 15px;
          font-size: 18px;
          line-height: 1.8; }
      .redefining-home-cooked-meals .bottom-part {
        grid-template-columns: 1fr;
        background-color: transparent;
        gap: 35px; }
        .redefining-home-cooked-meals .bottom-part .item {
          padding: 0 25px; } }

.living-loving-local {
  position: relative;
  padding: 135px 0 85px 0;
  overflow: hidden;
  margin: 100px 0; }
  .living-loving-local .bg-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: grid;
    grid-template-columns: 1fr 1fr; }
    .living-loving-local .bg-wrapper img {
      width: 100%;
      height: 100%; }
      .living-loving-local .bg-wrapper img:last-of-type {
        position: relative;
        width: 101%;
        left: -2px; }
  .living-loving-local .content {
    background-color: #fff;
    width: 760px;
    max-width: 760px;
    padding: 135px 45px 50px 45px;
    z-index: 2;
    position: relative;
    margin: 0 auto; }
  .living-loving-local .logo-wrapper {
    position: absolute;
    border: 1px solid #707070;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    left: calc(50% - 70px);
    top: -70px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden; }
  .living-loving-local .detail {
    text-align: center;
    font-size: 20px;
    line-height: 38px;
    text-align: center;
    color: #53565a; }
    .living-loving-local .detail a {
      color: #d44320;
      font-size: 25px;
      letter-spacing: -0.02em;
      line-height: 35px;
      text-align: center;
      color: #d44320;
      font-family: Miller, "Open Sans", sans-serif; }
    .living-loving-local .detail hr {
      margin: 35px 0; }
    .living-loving-local .detail p:last-child {
      margin: 0; }
  .living-loving-local .title {
    font-size: 50px;
    letter-spacing: -0.02em;
    text-align: center;
    line-height: 65px;
    margin-bottom: 0;
    color: #6660aa; }
  @media (max-width: 1199.98px) {
    .living-loving-local {
      margin: 60px 0; }
      .living-loving-local .content {
        width: 100%;
        max-width: 100%;
        padding: 80px 25px 40px 25px; }
      .living-loving-local .title {
        font-size: 35px;
        line-height: 1.4;
        margin-bottom: 20px; }
      .living-loving-local .detail {
        font-size: 18px;
        line-height: 1.8; } }

.food-and-menus {
  margin: 115px 0; }
  .food-and-menus h2 {
    font-size: 35px;
    letter-spacing: -0.02em;
    line-height: 45px;
    text-align: left;
    color: #6660aa;
    margin-bottom: 25px; }
  .food-and-menus .content {
    display: flex;
    align-items: flex-start; }
  .food-and-menus .right-part {
    min-width: 460px;
    width: 460px; }
  .food-and-menus .left-part {
    margin-right: 35px; }
  .food-and-menus .right_text {
    border: 10px solid #f0f0f0;
    background-color: #6660aa;
    padding: 32px 30px; }
    .food-and-menus .right_text p {
      font-size: 30px;
      letter-spacing: -0.02em;
      line-height: 45px;
      margin-bottom: 70px;
      color: #fff;
      font-family: Miller, "Open Sans", sans-serif; }
      .food-and-menus .right_text p:last-of-type {
        margin: 0;
        line-height: 1; }
    .food-and-menus .right_text a {
      text-decoration: underline;
      font-size: 18px;
      color: #fff;
      font-family: "Open Sans", sans-serif; }
      .food-and-menus .right_text a:hover {
        color: #c58c3e; }
  .food-and-menus .left_text {
    font-size: 20px;
    line-height: 38px;
    text-align: left;
    color: #53565a; }
    .food-and-menus .left_text p {
      margin-bottom: 40px; }
      .food-and-menus .left_text p:last-child {
        line-height: 1.2; }
    .food-and-menus .left_text ul {
      display: grid;
      padding: 0;
      margin: 0;
      list-style: none;
      grid-template-columns: 1fr 1fr;
      column-gap: 30px;
      row-gap: 20px; }
      .food-and-menus .left_text ul li {
        position: relative;
        padding-left: 15px; }
        .food-and-menus .left_text ul li:before {
          width: 6px;
          height: 6px;
          border-radius: 50%;
          background-color: #aaae37;
          content: " ";
          position: absolute;
          left: 0;
          top: 16px; }
  .food-and-menus .btn-orange {
    width: 385px;
    min-width: 90%;
    height: 43px;
    font-size: 18px;
    background-color: #ff8264;
    font-weight: 600;
    font-size: 18px;
    color: #28282a;
    border-radius: 4px;
    margin-top: 60px; }
    .food-and-menus .btn-orange:hover {
      background-color: #6660aa;
      color: #fff; }
  @media (max-width: 1199.98px) {
    .food-and-menus {
      margin: 60px 0; }
      .food-and-menus .left_text ul {
        grid-template-columns: 1fr; }
      .food-and-menus .btn-orange {
        margin: 30px 0 0 0;
        max-width: 100%;
        min-width: 100%;
        width: 100%; }
      .food-and-menus .content {
        flex-direction: column-reverse; }
      .food-and-menus .right-part {
        width: 100%;
        min-width: 100%;
        margin-bottom: 50px; }
      .food-and-menus .left-part {
        margin: 0; }
      .food-and-menus .right_text p {
        font-size: 25px;
        margin-bottom: 25px;
        line-height: 1.6; } }

.full-width-slider-with-arrow {
  margin: 85px 0; }
  .full-width-slider-with-arrow .item {
    width: 100%; }
    .full-width-slider-with-arrow .item img {
      width: 100%;
      height: 100%;
      max-height: 600px; }
      @media (max-width: 1199.98px) {
        .full-width-slider-with-arrow .item img {
          max-height: 400px; } }
  .full-width-slider-with-arrow .main-slider-wrapper {
    z-index: 3;
    position: relative; }
  .full-width-slider-with-arrow .img-wrapper-with-border:before {
    position: absolute;
    content: " ";
    left: 10px;
    top: 10px;
    border: 1px solid #fff;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    z-index: 2; }
  .full-width-slider-with-arrow .caption {
    background-color: #fff;
    position: absolute;
    left: 30px;
    color: #53565a;
    bottom: 30px;
    border-radius: 4px;
    font-size: 18px;
    line-height: 1.8;
    width: calc(100% - 60px);
    padding: 10px 15px; }
  .full-width-slider-with-arrow .container {
    position: relative; }
  .full-width-slider-with-arrow .slider-nav-wrapper {
    display: flex;
    justify-content: space-between;
    width: calc(100% + 104px);
    position: absolute;
    z-index: 3;
    left: -52px;
    top: calc(50% - 22px); }
    .full-width-slider-with-arrow .slider-nav-wrapper button {
      padding: 0;
      border: 0;
      background-color: transparent; }
      .full-width-slider-with-arrow .slider-nav-wrapper button.next {
        transform: rotate(180deg); }
      .full-width-slider-with-arrow .slider-nav-wrapper button rect {
        transition: all 0.3s ease; }
      .full-width-slider-with-arrow .slider-nav-wrapper button:hover rect {
        fill: #d44320; }
    @media only screen and (max-width: 1300px) {
      .full-width-slider-with-arrow .slider-nav-wrapper {
        width: calc(100% - 20px);
        left: 10px;
        z-index: 4; } }
  @media (max-width: 1199.98px) {
    .full-width-slider-with-arrow {
      margin: 60px 0; } }

.dining-text-with-image {
  margin: 100px 0; }
  .dining-text-with-image .content {
    display: flex;
    align-items: flex-start;
    padding-top: 75px;
    border-top: 1px solid #a7a8a9; }
    .dining-text-with-image .content .left-part {
      margin-right: 45px; }
  .dining-text-with-image .detail {
    font-size: 20px;
    line-height: 38px;
    text-align: left;
    color: #53565a; }
    .dining-text-with-image .detail h3,
    .dining-text-with-image .detail h2 {
      font-size: 35px;
      letter-spacing: -0.02em;
      line-height: 50px;
      text-align: left;
      color: #6660aa;
      margin-bottom: 8px; }
  .dining-text-with-image .right-part {
    min-width: 550px;
    max-width: 550px;
    position: relative; }
    .dining-text-with-image .right-part img {
      width: 100%; }
    .dining-text-with-image .right-part:after {
      content: " ";
      position: absolute;
      left: 12px;
      top: 12px;
      border: 1px solid #fff;
      width: calc(100% - 24px);
      height: calc(100% - 24px);
      z-index: 2; }
  @media (max-width: 1199.98px) {
    .dining-text-with-image {
      margin: 60px 0; }
      .dining-text-with-image .content {
        flex-direction: column-reverse;
        padding-top: 35px; }
        .dining-text-with-image .content .left-part {
          margin: 0; }
      .dining-text-with-image .right-part {
        width: 100%;
        min-width: unset;
        max-width: unset;
        margin-bottom: 20px; } }

.signature-program {
  margin: 100px 0; }
  .signature-program .bg-with-bordered-image {
    position: relative; }
    .signature-program .bg-with-bordered-image img {
      width: 100%; }
    .signature-program .bg-with-bordered-image:after {
      content: " ";
      position: absolute;
      left: 15px;
      top: 15px;
      width: calc(100% - 30px);
      height: calc(100% - 30px);
      z-index: 2;
      border: 1px solid #fff; }
  .signature-program .text-part {
    max-width: 700px;
    margin: 0 auto;
    border: 1px solid #6660aa;
    padding: 48px 50px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    position: relative;
    text-align: center;
    margin-top: -200px;
    background: #fff;
    z-index: 5; }
    .signature-program .text-part:after {
      content: " ";
      position: absolute;
      left: 10px;
      top: 10px;
      width: calc(100% - 20px);
      height: calc(100% - 20px);
      border: 1px solid #6660aa; }
  .signature-program .detail {
    max-width: 430px;
    margin: 0 auto;
    z-index: 2;
    position: relative;
    text-align: center; }
    .signature-program .detail h3,
    .signature-program .detail h2 {
      font-size: 35px;
      line-height: 55px;
      margin-bottom: 25px;
      text-align: center;
      color: #6660aa; }
    .signature-program .detail p {
      font-size: 20px;
      line-height: 38px;
      text-align: center;
      margin-bottom: 25px;
      color: #53565a; }
    .signature-program .detail p:last-of-type {
      margin-bottom: 0; }
    .signature-program .detail a {
      color: #d44320;
      font-size: 20px;
      text-decoration: underline; }
      .signature-program .detail a:hover {
        color: #c58c3e; }
  @media (max-width: 1199.98px) {
    .signature-program .container {
      padding: 0 !important; }
    .signature-program .text-part {
      margin: -40px 35px 0 35px;
      padding: 45px 20px; }
      .signature-program .text-part h3 {
        line-height: 1.5; } }

.a-day-life-at-verve {
  margin: 100px 0; }
  .a-day-life-at-verve .content {
    padding: 65px 65px 50px 65px;
    border: 1px solid #a7a8a9; }
  .a-day-life-at-verve .title-top {
    font-size: 16px;
    letter-spacing: 0.2em;
    text-align: center;
    color: #d44320;
    margin-bottom: 25px;
    text-align: center; }
  .a-day-life-at-verve .right-part {
    max-width: 500px; }
    .a-day-life-at-verve .right-part .img-wrapper {
      position: relative;
      border-radius: 8px; }
      .a-day-life-at-verve .right-part .img-wrapper a {
        position: absolute;
        width: 70px;
        height: 70px;
        left: calc(50% - 35px);
        top: calc(50% - 35px);
        opacity: 0.7; }
        .a-day-life-at-verve .right-part .img-wrapper a path {
          transition: all 0.3s ease; }
        .a-day-life-at-verve .right-part .img-wrapper a:hover {
          opacity: 1; }
          .a-day-life-at-verve .right-part .img-wrapper a:hover path {
            fill: #d44320; }
    .a-day-life-at-verve .right-part .video_title {
      font-family: Miller, "Open Sans", sans-serif;
      margin: 30px 0 0 0;
      font-size: 30px;
      letter-spacing: -0.02em;
      line-height: 35px;
      text-align: center;
      font-style: italic;
      color: #6660aa; }
  .a-day-life-at-verve .top-part {
    display: flex; }
    .a-day-life-at-verve .top-part .left {
      text-align: center;
      display: flex;
      align-items: center;
      justify-content: center;
      max-width: 425px;
      flex-direction: column;
      margin-right: 85px; }
      .a-day-life-at-verve .top-part .left .icon {
        margin-bottom: 35px; }
    .a-day-life-at-verve .top-part h2,
    .a-day-life-at-verve .top-part h3 {
      font-size: 35px;
      text-align: center;
      color: #6660aa;
      margin-bottom: 30px; }
    .a-day-life-at-verve .top-part p {
      font-size: 20px;
      line-height: 38px;
      margin-bottom: 20px;
      color: #53565a; }
      .a-day-life-at-verve .top-part p:last-of-type {
        margin-bottom: 0; }
    .a-day-life-at-verve .top-part a {
      color: #d44320; }
  .a-day-life-at-verve .bottom_detail {
    border-top: 1px solid #a7a8a9;
    padding: 40px 0 0 0;
    color: #d44320;
    margin-top: 80px; }
    .a-day-life-at-verve .bottom_detail .detail_text {
      max-width: 825px;
      margin: 0 auto;
      text-align: center;
      font-style: italic;
      font-size: 25px;
      line-height: 40px;
      font-family: Miller, "Open Sans", sans-serif; }
  @media (max-width: 1199.98px) {
    .a-day-life-at-verve {
      margin-bottom: 30px; }
      .a-day-life-at-verve .content {
        padding: 50px 20px 40px 20px; }
        .a-day-life-at-verve .content .top-part {
          flex-direction: column; }
          .a-day-life-at-verve .content .top-part .left {
            max-width: 100%;
            margin: 0 0 50px 0; }
          .a-day-life-at-verve .content .top-part h2 {
            font-size: 25px;
            line-height: 1.4;
            margin-bottom: 35px; }
        .a-day-life-at-verve .content .bottom_detail {
          margin-top: 45px;
          padding: 30px 0 0 0; }
          .a-day-life-at-verve .content .bottom_detail p {
            margin: 0; } }

.banner-about {
  position: relative; }
  .banner-about .bg-with-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 5; }
    .banner-about .bg-with-overlay:after {
      background-color: #6660aa;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      position: absolute;
      z-index: 5;
      content: " "; }
    .banner-about .bg-with-overlay img {
      z-index: 1;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      position: absolute;
      z-index: 6;
      opacity: 0.1; }
    .banner-about .bg-with-overlay:before {
      content: " ";
      position: absolute;
      left: 15px;
      top: 15px;
      border: 1px solid #fff;
      width: calc(100% - 30px);
      height: calc(100% - 30px);
      z-index: 6; }
  .banner-about .container {
    z-index: 5;
    position: relative;
    color: #fff;
    padding-top: 95px;
    padding-bottom: 200px; }
  .banner-about .detail {
    max-width: 780px;
    margin: 0 auto;
    text-align: center; }
    .banner-about .detail h2 {
      font-size: 16px;
      letter-spacing: 0.2em;
      margin-bottom: 20px;
      font-family: "Open Sans", sans-serif; }
    .banner-about .detail h1 {
      font-size: 51px;
      letter-spacing: -0.02em;
      line-height: 61px;
      margin-bottom: 50px; }
    .banner-about .detail p {
      font-size: 20px;
      line-height: 38px;
      color: #fff; }
  @media (max-width: 1199.98px) {
    .banner-about .bg-with-overlay:before {
      left: 8px;
      top: 8px;
      width: calc(100% - 16px);
      height: calc(100% - 16px); }
    .banner-about .container {
      padding: 55px 25px; }
    .banner-about .detail h1 {
      font-size: 35px;
      line-height: 45px;
      margin-bottom: 20px; } }

.banner-extension {
  margin-top: -130px;
  z-index: 6;
  position: relative;
  font-family: Miller, "Open Sans", sans-serif;
  color: #6660aa; }
  .banner-extension .content {
    max-width: 1000px;
    margin: 0 auto;
    padding: 15px;
    background-color: #fff; }
  .banner-extension .our_vision_detail {
    border: 1px solid #6660aa;
    padding: 45px;
    text-align: center; }
    .banner-extension .our_vision_detail * {
      max-width: 810px;
      margin-left: auto;
      margin-right: auto; }
  .banner-extension h3 {
    font-size: 35px;
    letter-spacing: -0.02em;
    line-height: 45px;
    margin-bottom: 20px; }
  .banner-extension p {
    font-size: 30px;
    letter-spacing: -0.02em;
    line-height: 45px; }
  .banner-extension em,
  .banner-extension i {
    font-size: 25px;
    line-height: 35px;
    color: #53565a; }
  @media (max-width: 1199.98px) {
    .banner-extension {
      margin: 0; }
      .banner-extension .container {
        padding: 0; }
      .banner-extension .our_vision_detail {
        padding: 20px 12px; }
      .banner-extension p {
        font-size: 25px; } }

.our-values-tab {
  margin: 100px 0; }
  .our-values-tab h2 {
    font-size: 35px;
    letter-spacing: -0.02em;
    margin-bottom: 80px;
    text-align: center;
    color: #6660aa; }
  .our-values-tab .tab-links {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px; }
  .our-values-tab .each-tab-link-wrapper {
    max-width: 175px;
    width: 175px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    padding: 10px 15px;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700; }
    .our-values-tab .each-tab-link-wrapper span,
    .our-values-tab .each-tab-link-wrapper path {
      transition: all 0.3s ease; }
    .our-values-tab .each-tab-link-wrapper.active .tab-link {
      background-color: #6660aa;
      color: #fff; }
      .our-values-tab .each-tab-link-wrapper.active .tab-link path {
        fill: #fff !important; }
    .our-values-tab .each-tab-link-wrapper .tab-link {
      position: relative;
      width: 165px;
      min-width: 165px;
      max-width: 165px;
      height: 120px;
      min-height: 120px;
      display: flex;
      position: relative;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      font-weight: 600;
      font-size: 15px;
      line-height: 1.4;
      text-align: center;
      color: #6660aa;
      border-radius: 8px;
      background: #fff;
      box-shadow: 0px 3px 5px black;
      z-index: 2;
      transition: all 0.3s ease; }
      .our-values-tab .each-tab-link-wrapper .tab-link:hover {
        background-color: #6660aa;
        color: #fff;
        text-decoration: none; }
        .our-values-tab .each-tab-link-wrapper .tab-link:hover path {
          fill: #fff; }
    .our-values-tab .each-tab-link-wrapper .icon-wrapper {
      margin-bottom: 15px; }
      .our-values-tab .each-tab-link-wrapper .icon-wrapper svg,
      .our-values-tab .each-tab-link-wrapper .icon-wrapper img {
        width: 45px;
        height: auto; }
  .our-values-tab .tab-content {
    padding: 45px 0 60px 0;
    border: 1px solid #a7a8a9; }
  .our-values-tab .tab-content-item {
    text-align: center;
    display: none;
    text-align: center;
    max-width: 810px;
    margin: 0 auto; }
    .our-values-tab .tab-content-item.active {
      display: block;
      animation: fadeInBottom 0.5s ease; }
    .our-values-tab .tab-content-item h3,
    .our-values-tab .tab-content-item h2 {
      font-style: italic;
      font-size: 40px;
      line-height: 55px;
      color: #6660aa;
      margin-bottom: 25px; }
    .our-values-tab .tab-content-item p {
      font-size: 20px;
      line-height: 38px;
      color: #53565a; }
      .our-values-tab .tab-content-item p:last-child {
        margin-bottom: 0; }

.our-value-tab-mobile {
  margin: 60px 0; }
  .our-value-tab-mobile .tab-link {
    padding: 15px 15px;
    display: flex;
    align-items: center;
    border-radius: 8px;
    font-size: 20px;
    font-weight: 400;
    color: #001a31;
    min-height: 90px;
    position: relative;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.16);
    margin-bottom: 20px;
    transition: all 0.35s ease; }
    .our-value-tab-mobile .tab-link span {
      margin-right: 10px; }
      .our-value-tab-mobile .tab-link span svg {
        width: 45px;
        height: auto; }
    .our-value-tab-mobile .tab-link:before {
      content: " ";
      position: absolute;
      left: 5px;
      top: 5px;
      width: calc(100% - 10px);
      border-radius: 7px;
      height: calc(100% - 10px);
      border: 0.5px solid #6660aa; }
    .our-value-tab-mobile .tab-link:hover {
      text-decoration: none; }
  .our-value-tab-mobile .each-tab-item.active .tab-link {
    background-color: #6660aa;
    color: #fff; }
    .our-value-tab-mobile .each-tab-item.active .tab-link path {
      fill: #fff !important; }
    .our-value-tab-mobile .each-tab-item.active .tab-link:before {
      border-color: #fff; }
  .our-value-tab-mobile .each-tab-item.active .tab-content-item {
    display: block;
    animation: fadeInBottom 0.35s ease; }
  .our-value-tab-mobile .tab-content-item {
    display: none;
    padding: 20px 15px;
    margin: 15px 0; }
    .our-value-tab-mobile .tab-content-item p {
      font-size: 18px;
      line-height: 1.6;
      margin: 0 0 20px 0; }
      .our-value-tab-mobile .tab-content-item p:last-of-type {
        margin-bottom: 0; }
    .our-value-tab-mobile .tab-content-item h1,
    .our-value-tab-mobile .tab-content-item h2,
    .our-value-tab-mobile .tab-content-item h3,
    .our-value-tab-mobile .tab-content-item h4 {
      margin-bottom: 20px; }

.meet-the-team-slider {
  margin: 150px 0; }
  .meet-the-team-slider .section-title {
    font-size: 35px;
    letter-spacing: -0.02em;
    line-height: 45px;
    text-align: center;
    color: #6660aa;
    border-bottom: 1px solid #a7a8a9;
    padding-bottom: 10px;
    margin-bottom: 25px; }
  .meet-the-team-slider .ve-slider-content {
    display: flex;
    align-items: flex-start; }
  .meet-the-team-slider .meet-slider-wrapper {
    position: relative; }
  .meet-the-team-slider .slider_nav {
    position: absolute;
    top: calc(50% - 30px);
    background-color: #6660aa;
    width: 40px;
    height: 40px;
    z-index: 5;
    padding: 0; }
    .meet-the-team-slider .slider_nav svg {
      width: 12px;
      height: 12px; }
    .meet-the-team-slider .slider_nav.prev {
      left: 0; }
    .meet-the-team-slider .slider_nav.next {
      right: 0; }
    .meet-the-team-slider .slider_nav path {
      fill: #fff; }
    .meet-the-team-slider .slider_nav:hover {
      background-color: #d44320; }
  .meet-the-team-slider item {
    width: 100%; }
  .meet-the-team-slider .img-part {
    width: 460px;
    display: flex;
    padding-top: 70px;
    position: relative;
    margin-right: 80px; }
    .meet-the-team-slider .img-part img.user-img-big {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      margin: 0 auto; }
    .meet-the-team-slider .img-part .box {
      width: 460px;
      height: 460px;
      border: 20px solid #f0f0f0;
      position: relative; }
      .meet-the-team-slider .img-part .box img {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0; }
  .meet-the-team-slider .text-part {
    padding-top: 70px;
    padding-right: 50px; }
    .meet-the-team-slider .text-part .name {
      font-size: 35px;
      letter-spacing: -0.02em;
      line-height: 45px;
      text-align: left;
      color: #6660aa;
      font-family: Miller, "Open Sans", sans-serif;
      margin-bottom: 15px; }
    .meet-the-team-slider .text-part .designation {
      font-style: italic;
      font-size: 30px;
      line-height: 40px;
      font-family: Miller, "Open Sans", sans-serif;
      text-align: left;
      color: #53565a;
      margin-bottom: 40px; }
    .meet-the-team-slider .text-part .detail {
      font-size: 20px;
      line-height: 38px;
      text-align: left;
      color: #53565a; }
      .meet-the-team-slider .text-part .detail p:last-of-type {
        margin-bottom: 0; }
  .meet-the-team-slider .flickity-page-dots {
    bottom: -70px; }
    .meet-the-team-slider .flickity-page-dots li {
      border: 2px solid #fff;
      background-color: #fff;
      width: 18px;
      height: 18px;
      position: relative;
      opacity: 1;
      transition: all 0.3s ease; }
      .meet-the-team-slider .flickity-page-dots li:after {
        content: " ";
        width: 8px;
        height: 8px;
        position: absolute;
        left: calc(50% - 4px);
        top: calc(50% - 4px);
        background-color: #6660aa;
        border-radius: 50%;
        z-index: 2; }
      .meet-the-team-slider .flickity-page-dots li.is-selected {
        border: 2px solid #ff8264; }
  .meet-the-team-slider .btn-see-full-list {
    font-size: 16px;
    letter-spacing: 0.2em;
    line-height: 35px;
    text-align: center;
    color: #6660aa;
    margin: 90px auto 0 auto;
    width: 230px;
    display: block; }
    .meet-the-team-slider .btn-see-full-list:hover {
      color: #d44320; }
  .meet-the-team-slider .meet-the-team-full-list {
    display: none; }
  .meet-the-team-slider.show-member-list .meet-slider {
    display: none; }
  .meet-the-team-slider.show-member-list .slider_nav {
    display: none; }
  .meet-the-team-slider.show-member-list .meet-the-team-full-list {
    display: block;
    animation: fadeInBottom 0.3s ease; }
  .meet-the-team-slider.show-member-list .btn-see-full-list {
    display: none; }
  .meet-the-team-slider .content {
    position: relative; }
  .meet-the-team-slider .meet-the-team-full-list {
    background: #fff;
    padding-top: 50px; }
  .meet-the-team-slider .member-items {
    display: grid;
    column-gap: 75px;
    row-gap: 55px;
    grid-template-columns: repeat(5, 1fr); }
    .meet-the-team-slider .member-items a {
      display: block;
      position: relative; }
      .meet-the-team-slider .member-items a .user-image-bg {
        position: absolute;
        left: 0;
        top: 0;
        width: 165px;
        height: 165px;
        z-index: 1; }
      .meet-the-team-slider .member-items a .box {
        display: flex;
        border-radius: 50%;
        border: 5px solid #f0f0f0;
        overflow: hidden; }
      .meet-the-team-slider .member-items a img.user-img-round {
        width: 165px;
        height: 165px;
        border-radius: 50%;
        z-index: 2;
        position: relative; }
      .meet-the-team-slider .member-items a .name {
        font-size: 25px;
        letter-spacing: -0.02em;
        line-height: 25px;
        text-align: center;
        color: #6660aa;
        font-family: Miller, "Open Sans", sans-serif;
        margin-top: 25px; }
  @media (max-width: 1199.98px) {
    .meet-the-team-slider {
      margin: 60px 0; }
      .meet-the-team-slider .container {
        padding: 0; }
      .meet-the-team-slider .ve-slider-content {
        flex-direction: column; }
      .meet-the-team-slider .slider_nav {
        top: 360px; }
      .meet-the-team-slider .item {
        width: 100%; }
      .meet-the-team-slider .img-part {
        width: 80%;
        margin: 0 auto; }
      .meet-the-team-slider .text-part {
        padding: 25px; }
        .meet-the-team-slider .text-part .name {
          font-size: 25px;
          margin-bottom: 10px;
          line-height: 1.4; }
        .meet-the-team-slider .text-part .designation {
          font-size: 22px;
          margin-bottom: 10px;
          line-height: 1.4; }
        .meet-the-team-slider .text-part .detail {
          font-size: 18px;
          line-height: 1.6; }
      .meet-the-team-slider .meet-the-team-full-list {
        padding: 20px; }
      .meet-the-team-slider .member-items {
        grid-template-columns: 1fr 1fr;
        row-gap: 30px;
        column-gap: 20px; }
        .meet-the-team-slider .member-items a {
          display: flex;
          align-items: center;
          justify-content: center;
          flex-direction: column; }
          .meet-the-team-slider .member-items a img.user-img-round,
          .meet-the-team-slider .member-items a .user-image-bg {
            width: 100px;
            height: 100px; }
          .meet-the-team-slider .member-items a .user-image-bg {
            left: 0;
            right: 0;
            margin: 0 auto; }
      .meet-the-team-slider .flickity-page-dots .dot {
        margin: 0 2px !important; } }

.join-our-team {
  padding: 100px 0 120px 0;
  position: relative;
  overflow: hidden; }
  .join-our-team .bg-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: grid;
    grid-template-columns: 1fr 1fr; }
    .join-our-team .bg-wrapper img {
      width: 100%;
      height: 100%;
      max-height: 100%;
      min-height: 100%; }
      .join-our-team .bg-wrapper img:last-of-type {
        position: relative;
        width: 101%;
        left: -2px; }
  .join-our-team .content {
    background-color: #fff;
    width: 580px;
    max-width: 580px;
    padding: 70px 25px 60px 25px;
    z-index: 2;
    position: relative;
    margin: 0 auto;
    text-align: center; }
    .join-our-team .content:before {
      content: " ";
      position: absolute;
      left: 10px;
      top: 10px;
      width: calc(100% - 20px);
      height: calc(100% - 20px);
      border: 1px solid #6660aa; }
    .join-our-team .content .detail {
      max-width: 405px;
      margin: 0 auto;
      z-index: 2;
      position: relative; }
    .join-our-team .content h2 {
      font-size: 50px;
      letter-spacing: -0.02em;
      line-height: 65px;
      text-align: center;
      color: #6660aa;
      margin-bottom: 8px; }
    .join-our-team .content p {
      font-size: 20px;
      line-height: 38px;
      margin-bottom: 45px; }
      .join-our-team .content p:last-of-type {
        margin-bottom: 0; }
    .join-our-team .content a {
      font-size: 20px;
      line-height: 38px;
      text-align: center;
      color: #d44320;
      text-decoration: underline; }
      .join-our-team .content a:hover {
        color: #c58c3e; }
  @media (max-width: 1199.98px) {
    .join-our-team {
      padding: 60px 0; }
      .join-our-team .content {
        max-width: 100%;
        width: 100%;
        min-width: 100%;
        padding: 40px 25px; }
        .join-our-team .content h2 {
          font-size: 40px;
          line-height: 1.6; }
        .join-our-team .content a,
        .join-our-team .content p {
          font-size: 20px;
          line-height: 1.6; } }

.banner-the-verve-difference img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

.banner-the-verve-difference .top {
  position: relative;
  padding: 90px 15px 300px 15px; }
  .banner-the-verve-difference .top::before {
    content: " ";
    position: absolute;
    left: 15px;
    top: 15px;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    border: 1px solid #fff;
    z-index: 2; }

.banner-the-verve-difference .detail_top {
  max-width: 715px;
  margin: 0 auto;
  text-align: center;
  z-index: 3;
  position: relative; }
  .banner-the-verve-difference .detail_top h1 {
    font-size: 16px;
    letter-spacing: 0.2em;
    line-height: 1.4;
    text-align: center;
    color: #d44320;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 20px; }
  .banner-the-verve-difference .detail_top h2 {
    font-size: 51px;
    letter-spacing: -0.02em;
    line-height: 61px;
    text-align: center;
    color: #6660aa;
    margin-bottom: 40px; }
  .banner-the-verve-difference .detail_top p {
    font-size: 20px;
    line-height: 38px;
    text-align: center;
    color: #53565a; }
    .banner-the-verve-difference .detail_top p:last-of-type {
      margin-bottom: 0; }

.banner-the-verve-difference .bottom {
  margin-top: -200px;
  z-index: 5;
  position: relative; }
  .banner-the-verve-difference .bottom .content {
    padding: 360px 85px 60px 50px;
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: space-between; }
  .banner-the-verve-difference .bottom .contact-us-btn {
    border-radius: 4px;
    background: #6660aa;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    padding: 30px 15px;
    color: #fff;
    font-size: 30px;
    letter-spacing: -0.02em;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-family: Miller, "Open Sans", sans-serif;
    z-index: 5;
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease;
    min-width: 300px;
    font-style: italic;
    margin-bottom: 25px; }
    .banner-the-verve-difference .bottom .contact-us-btn u {
      text-decoration: underline;
      font-size: 18px;
      font-style: normal;
      line-height: 25px;
      font-family: "Open Sans", sans-serif;
      text-align: center; }
    .banner-the-verve-difference .bottom .contact-us-btn:hover {
      text-decoration: none;
      background-color: #d44320; }

.banner-the-verve-difference .bg-with-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }
  .banner-the-verve-difference .bg-with-overlay:before {
    content: " ";
    position: absolute;
    left: 15px;
    top: 15px;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    border: 1px solid #fff;
    z-index: 2; }
  .banner-the-verve-difference .bg-with-overlay:after {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    width: calc(100%);
    z-index: 3;
    height: calc(100%);
    background: linear-gradient(rgba(255, 255, 255, 0) 0%, #fff 100%); }

.banner-the-verve-difference .detail_bottom {
  z-index: 3;
  position: relative;
  text-align: left;
  max-width: 620px;
  margin-right: 20px; }
  .banner-the-verve-difference .detail_bottom h3 {
    font-size: 16px;
    letter-spacing: 0.2em;
    line-height: 1.4;
    color: #d44320;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 14px; }
  .banner-the-verve-difference .detail_bottom h4 {
    font-size: 50px;
    letter-spacing: -0.02em;
    line-height: 55px;
    text-align: left;
    color: #6660aa;
    margin-bottom: 28px; }
  .banner-the-verve-difference .detail_bottom p {
    font-size: 20px;
    line-height: 38px;
    text-align: left;
    color: #53565a; }
    .banner-the-verve-difference .detail_bottom p:last-of-type {
      margin-bottom: 0; }
    .banner-the-verve-difference .detail_bottom p a {
      color: #d44320;
      text-decoration: underline; }
      .banner-the-verve-difference .detail_bottom p a:hover {
        color: #c58c3e; }

@media (max-width: 1199.98px) {
  .banner-the-verve-difference .top {
    padding: 50px 25px 60px 25px; }
  .banner-the-verve-difference .detail_top h2 {
    font-size: 35px;
    line-height: 1.4;
    margin-bottom: 15px; }
  .banner-the-verve-difference .detail_top p {
    font-size: 18px;
    line-height: 1.6; }
  .banner-the-verve-difference .bottom {
    margin-top: 40px; }
    .banner-the-verve-difference .bottom .container {
      padding: 0; }
    .banner-the-verve-difference .bottom .content {
      padding: 60px 25px 30px 25px;
      flex-direction: column;
      align-items: flex-start;
      justify-content: flex-start; }
    .banner-the-verve-difference .bottom .contact-us-btn {
      margin: 30px 0 0 0;
      width: 100%;
      padding: 15px; }
  .banner-the-verve-difference .detail_bottom {
    margin: 0;
    max-width: 100%; }
    .banner-the-verve-difference .detail_bottom h4 {
      font-size: 30px;
      line-height: 1.4; }
  .banner-the-verve-difference .bg-with-overlay:before {
    left: 8px;
    top: 8px;
    width: calc(100% - 16px);
    height: calc(100% - 16px); }
  .banner-the-verve-difference .bg-with-overlay:after {
    background: linear-gradient(rgba(255, 255, 255, 0) -72%, #fff 100%); } }

.exceptional-dining {
  position: relative;
  padding: 87px 0 70px 0;
  overflow: hidden;
  margin: 120px 0 0 0; }
  .exceptional-dining .bg-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: grid;
    grid-template-columns: 1fr 1fr; }
    .exceptional-dining .bg-wrapper img {
      width: 100%;
      height: 100%; }
      .exceptional-dining .bg-wrapper img:last-of-type {
        position: relative;
        width: 101%;
        left: -2px; }
  .exceptional-dining .content {
    background-color: #fff;
    width: 760px;
    max-width: 760px;
    padding: 60px 45px 55px 45px;
    z-index: 2;
    position: relative;
    margin: 0 auto; }
    .exceptional-dining .content::before {
      content: " ";
      position: absolute;
      left: 10px;
      top: 10px;
      width: calc(100% - 20px);
      height: calc(100% - 20px);
      border: 1px solid #6660aa;
      z-index: 2; }
  .exceptional-dining .detail {
    z-index: 3;
    position: relative;
    text-align: center; }
    .exceptional-dining .detail h2 {
      font-size: 16px;
      letter-spacing: 0.2em;
      line-height: 1.2;
      text-align: center;
      color: #d44320;
      font-family: "Open Sans", sans-serif;
      margin-bottom: 25px; }
    .exceptional-dining .detail h3 {
      font-size: 50px;
      letter-spacing: -0.02em;
      line-height: 65px;
      text-align: center;
      color: #6660aa;
      margin-bottom: 8px; }
    .exceptional-dining .detail p {
      font-size: 20px;
      line-height: 38px;
      text-align: center;
      color: #53565a; }
      .exceptional-dining .detail p p:last-of-type {
        margin-bottom: 0; }
      .exceptional-dining .detail p a {
        color: #d44320;
        text-decoration: underline; }
        .exceptional-dining .detail p a:hover {
          color: #c58c3e; }
  .exceptional-dining .bottom-part {
    border-top: 1px solid #a7a8a9;
    padding-top: 25px;
    display: flex;
    align-items: center;
    margin-top: 30px;
    z-index: 3;
    position: relative; }
    .exceptional-dining .bottom-part a {
      position: relative;
      border-radius: 8px; }
      .exceptional-dining .bottom-part a svg {
        position: absolute;
        left: calc(50% - 28px);
        top: calc(50% - 28px); }
    .exceptional-dining .bottom-part .bottom_text {
      text-align: center;
      text-align: center;
      padding: 0 40px;
      font-style: italic;
      font-size: 25px;
      letter-spacing: -0.02em;
      line-height: 35px;
      text-align: center;
      color: #28282a;
      font-family: Miller, "Open Sans", sans-serif; }
  @media (max-width: 1199.98px) {
    .exceptional-dining {
      margin: 30px 0 60px 0; }
      .exceptional-dining .detail h3 {
        font-size: 30px;
        line-height: 1.4;
        margin-bottom: 25px; }
      .exceptional-dining .detail p {
        font-size: 18px;
        line-height: 1.8; }
      .exceptional-dining .content {
        width: 100%;
        max-width: 100%;
        padding: 60px 30px; }
      .exceptional-dining .bottom-part {
        flex-direction: column-reverse; }
        .exceptional-dining .bottom-part .bottom_text {
          padding: 20px 10px 10px 10px; } }

.two-section-in-a-row {
  margin: 110px 0 90px 0; }
  .two-section-in-a-row .row-items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 110px;
    justify-content: space-between; }
  .two-section-in-a-row .item-content {
    text-align: center;
    max-width: 465px;
    margin: 0 auto; }
    .two-section-in-a-row .item-content img {
      border-radius: 50%;
      width: 68px;
      height: 68px;
      margin-bottom: 40px; }
    .two-section-in-a-row .item-content h3 {
      font-size: 16px;
      letter-spacing: 0.2em;
      line-height: 35px;
      text-align: center;
      color: #d44320;
      margin-bottom: 35px;
      font-family: "Open Sans", sans-serif; }
    .two-section-in-a-row .item-content h4 {
      font-size: 50px;
      letter-spacing: -0.02em;
      line-height: 65px;
      text-align: center;
      color: #6660aa;
      margin-bottom: 20px; }
    .two-section-in-a-row .item-content p {
      font-size: 20px;
      line-height: 38px;
      text-align: center;
      color: #53565a; }
      .two-section-in-a-row .item-content p a {
        color: #d44320;
        text-decoration: underline; }
        .two-section-in-a-row .item-content p a:hover {
          color: #c58c3e; }
  @media (max-width: 1199.98px) {
    .two-section-in-a-row {
      margin: 60px 0; }
      .two-section-in-a-row .row-items {
        grid-template-columns: 1fr;
        gap: 35px; }
      .two-section-in-a-row .item-content h3 {
        margin-bottom: 10px;
        line-height: 1.2; }
      .two-section-in-a-row .item-content img {
        margin-bottom: 20px; }
      .two-section-in-a-row .item-content h4 {
        font-size: 30px;
        margin-bottom: 10px; }
      .two-section-in-a-row .item-content p {
        font-size: 18px;
        line-height: 1.6; } }

.need-more-info-verve-difference {
  margin: 80px 0;
  padding-top: 80px; }
  .need-more-info-verve-difference .content {
    border-top: 1px solid #a7a8a9; }
  .need-more-info-verve-difference .title-wrapper {
    display: flex;
    align-items: center;
    font-size: 35px;
    letter-spacing: -0.02em;
    line-height: 45px;
    text-align: center;
    color: #6660aa;
    margin-bottom: 8px;
    font-family: Miller, "Open Sans", sans-serif;
    justify-content: center; }
    .need-more-info-verve-difference .title-wrapper img,
    .need-more-info-verve-difference .title-wrapper svg {
      margin-right: 8px; }
  .need-more-info-verve-difference .left-part {
    width: 640px;
    padding-top: 70px;
    text-align: center; }
  .need-more-info-verve-difference .content {
    display: flex; }
  .need-more-info-verve-difference .detail_left {
    max-width: 390px;
    margin: 0 auto;
    font-size: 20px;
    line-height: 38px;
    text-align: center;
    color: #53565a; }
    .need-more-info-verve-difference .detail_left p {
      margin-bottom: 0; }
    .need-more-info-verve-difference .detail_left a {
      color: #d44320;
      text-decoration: underline; }
      .need-more-info-verve-difference .detail_left a:hover {
        color: #c58c3e; }
  .need-more-info-verve-difference .detail_right {
    border: 10px solid #f0f0f0;
    background-color: #6660aa;
    padding: 45px 40px;
    font-size: 30px;
    letter-spacing: -0.02em;
    line-height: 45px;
    text-align: left;
    color: #fff;
    font-family: Miller, "Open Sans", sans-serif;
    font-style: italic;
    max-width: 460px; }
    .need-more-info-verve-difference .detail_right a {
      font-family: "Open Sans", sans-serif;
      text-decoration: underline;
      font-size: 18px;
      text-align: left;
      line-height: 1;
      color: #fff;
      font-style: normal; }
      .need-more-info-verve-difference .detail_right a:hover {
        color: #c58c3e; }
    .need-more-info-verve-difference .detail_right p {
      margin-bottom: 70px; }
    .need-more-info-verve-difference .detail_right p:last-of-type {
      margin-bottom: 0; }
  .need-more-info-verve-difference .right-part {
    margin-top: -80px; }
  .need-more-info-verve-difference.set-line-to-top {
    padding-top: 120px; }
    .need-more-info-verve-difference.set-line-to-top .content {
      border: 0;
      position: relative; }
      .need-more-info-verve-difference.set-line-to-top .content:before {
        content: " ";
        height: 1px;
        width: 100%;
        left: 0;
        top: -120px;
        background-color: #a7a8a9;
        position: absolute; }
  @media (max-width: 1199.98px) {
    .need-more-info-verve-difference {
      margin: 60px 0; }
      .need-more-info-verve-difference .content {
        flex-direction: column-reverse; }
      .need-more-info-verve-difference .left-part {
        width: 100%; }
      .need-more-info-verve-difference .detail_right {
        font-size: 22px;
        line-height: 1.6;
        padding: 35px; }
        .need-more-info-verve-difference .detail_right p {
          margin-bottom: 30px; } }

.generic-detail-with-text-and-image-with-logo {
  margin: 50px 0; }
  .generic-detail-with-text-and-image-with-logo .content {
    display: flex;
    align-items: center; }
  .generic-detail-with-text-and-image-with-logo .left-part {
    max-width: 515px;
    margin-right: 82px; }
    .generic-detail-with-text-and-image-with-logo .left-part img {
      margin-bottom: 50px; }
  .generic-detail-with-text-and-image-with-logo h2 {
    color: #6660aa;
    font-size: 40px;
    letter-spacing: -0.63px;
    margin-bottom: 16px; }
  .generic-detail-with-text-and-image-with-logo .detail {
    font-size: 20px;
    line-height: 38px;
    color: #53565a; }
  .generic-detail-with-text-and-image-with-logo .img-wrapper {
    position: relative;
    width: 100%; }
    .generic-detail-with-text-and-image-with-logo .img-wrapper img {
      width: 100%; }
    .generic-detail-with-text-and-image-with-logo .img-wrapper:after {
      content: " ";
      width: calc(100% - 30px);
      height: calc(100% - 30px);
      left: 15px;
      top: 15px;
      border: 1px solid rgba(255, 255, 255, 0.45);
      position: absolute; }
  .generic-detail-with-text-and-image-with-logo.shrink-text-area .left-part {
    max-width: 485px; }
  .generic-detail-with-text-and-image-with-logo.has-top-border .content {
    border-top: 1px solid #a7a8a9;
    padding-top: 90px; }
  @media (max-width: 1199.98px) {
    .generic-detail-with-text-and-image-with-logo .content {
      flex-direction: column-reverse; }
    .generic-detail-with-text-and-image-with-logo .left-part {
      margin: 20px 0 0 0; }
      .generic-detail-with-text-and-image-with-logo .left-part img {
        margin-bottom: 20px; }
    .generic-detail-with-text-and-image-with-logo h2 {
      font-size: 30px; }
    .generic-detail-with-text-and-image-with-logo .detail {
      font-size: 18px; } }

.banner-faq {
  color: #fff;
  background-color: #6660aa;
  position: relative; }
  .banner-faq .bg-with-overlay,
  .banner-faq .bg-with-overlay img, .banner-faq .bg-with-overlay:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
  .banner-faq .bg-with-overlay:after {
    content: " ";
    transform: rotate(180deg);
    z-index: 3;
    background: linear-gradient(#322b7f 0%, rgba(83, 86, 90, 0) 100%); }
  .banner-faq .bg-with-overlay:before {
    content: " ";
    background-color: #6660aa;
    z-index: 2;
    opacity: 0.8;
    z-index: 2; }
  .banner-faq .bg-with-overlay img {
    z-index: 1; }
  .banner-faq .content {
    border-right: 1px solid rgba(255, 255, 255, 0.35);
    border-left: 1px solid rgba(255, 255, 255, 0.35);
    padding: 70px 0 100px 0;
    z-index: 3;
    position: relative; }
  .banner-faq h1,
  .banner-faq h2 {
    font-size: 50px;
    letter-spacing: -0.02em;
    line-height: 65px;
    text-align: center;
    color: #fff;
    margin-bottom: 25px; }
  .banner-faq p {
    font-family: "Open Sans";
    font-weight: normal;
    font-size: 23px;
    line-height: 40px;
    text-align: center; }
  .banner-faq .inner-content {
    max-width: 790px;
    z-index: 2;
    position: relative;
    margin: 0 auto; }
  .banner-faq form {
    display: flex;
    margin-top: 35px;
    position: relative; }
    .banner-faq form label {
      position: absolute;
      left: 25px;
      top: 20px;
      margin: 0; }
    .banner-faq form button {
      background-color: #ff8264;
      min-width: 190px;
      width: 190px;
      font-size: 22px;
      text-align: center;
      color: #322b7f; }
      .banner-faq form button:hover {
        background-color: #d44320;
        color: #fff; }
    .banner-faq form input,
    .banner-faq form button {
      min-height: 65px; }
    .banner-faq form input {
      background-color: #fff;
      flex-grow: 1;
      margin: 0;
      border: 0;
      border-radius: 0;
      padding-left: 70px;
      color: #000; }
    .banner-faq form .form-group {
      margin: 0; }
    .banner-faq form ::placeholder {
      /* Chrome, Firefox, Opera, Safari 10.1+ */
      color: #a7a8a9;
      opacity: 1;
      /* Firefox */ }
    .banner-faq form :-ms-input-placeholder {
      /* Internet Explorer 10-11 */
      color: #a7a8a9; }
    .banner-faq form ::-ms-input-placeholder {
      /* Microsoft Edge */
      color: #a7a8a9; }
  @media (max-width: 1199.98px) {
    .banner-faq .content {
      border: 0;
      padding: 50px 0; }
    .banner-faq h2,
    .banner-faq h1 {
      font-size: 35px;
      line-height: 40px; }
    .banner-faq p,
    .banner-faq .detail {
      font-size: 18px; }
    .banner-faq form {
      flex-direction: column; }
      .banner-faq form .btn-submit {
        width: 100%;
        margin: 15px 0 0 0;
        height: 40px;
        min-height: 50px; } }

.faq-detail {
  margin: 65px 0 55px 0; }
  .faq-detail .content {
    max-width: 875px;
    margin: 0 auto; }
  .faq-detail h2,
  .faq-detail h3 {
    font-size: 35px;
    letter-spacing: -0.02em;
    line-height: 45px;
    text-align: center;
    color: #6660aa;
    margin-bottom: 20px; }
  .faq-detail p {
    font-weight: normal;
    font-size: 20px;
    line-height: 38px;
    text-align: center;
    color: #53565a; }
    .faq-detail p a {
      color: #d44320; }
    .faq-detail p p:last-of-type {
      margin-bottom: 0; }

.faq-selected {
  margin: 55px 0 140px 0; }
  .faq-selected .section-title {
    font-family: "Open Sans";
    font-weight: normal;
    font-size: 16px;
    letter-spacing: 0.2em;
    line-height: 35px;
    text-align: center;
    color: #d44320;
    margin-bottom: 45px; }
  .faq-selected .question-cols {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr; }
  .faq-selected [data-col="2"] {
    border-left: 1px solid #a7a8a9; }
  .faq-selected [data-col="3"] {
    border-left: 1px solid #a7a8a9; }
  .faq-selected .col-title {
    font-size: 30px;
    letter-spacing: -0.02em;
    line-height: 1.4;
    text-align: left;
    color: #53565a;
    margin-bottom: 30px; }
  .faq-selected .question-col {
    padding: 0 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
  .faq-selected .question-list a {
    margin-bottom: 25px;
    font-size: 18px;
    line-height: 1.4;
    color: #6660aa;
    display: flex; }
    .faq-selected .question-list a span {
      margin-right: 12px; }
  .faq-selected .btn-primary {
    min-height: 45px;
    width: 100%;
    width: 318.8px;
    height: 23.06px;
    font-weight: 600;
    font-size: 17px;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    margin-top: 50px; }
    .faq-selected .btn-primary:hover {
      background-color: #d44320;
      border-color: #d44320; }
  @media (max-width: 1199.98px) {
    .faq-selected {
      margin-bottom: 80px; }
      .faq-selected .question-cols {
        grid-template-columns: 1fr;
        gap: 45px; }
        .faq-selected .question-cols .question-col {
          padding: 0;
          border: 0 !important; }
      .faq-selected .btn-primary {
        margin-top: 5px;
        width: 100%;
        max-width: 100%;
        min-width: 100%; } }

.faq-try-calculator {
  margin: 100px 0; }
  .faq-try-calculator .content {
    border: 1px solid #707070; }
  .faq-try-calculator .left-part {
    position: relative; }
    .faq-try-calculator .left-part img {
      width: 580px;
      min-height: 380px; }
    .faq-try-calculator .left-part:before {
      position: absolute;
      left: 5px;
      top: 5px;
      border: 1px solid rgba(255, 255, 255, 0.4);
      content: " ";
      width: calc(100% - 10px);
      height: calc(100% - 10px); }
  .faq-try-calculator .content {
    display: flex;
    align-items: center; }
  .faq-try-calculator .detail {
    max-width: 365px;
    margin: 0 auto; }
    .faq-try-calculator .detail h2,
    .faq-try-calculator .detail h3 {
      font-weight: 400;
      font-size: 35px;
      letter-spacing: -0.02em;
      line-height: 45px;
      text-align: center;
      color: #6660aa;
      margin-bottom: 15px; }
    .faq-try-calculator .detail a {
      min-height: 45px;
      width: 365px;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      max-width: 100%;
      background-color: #6660aa;
      border-radius: 4px;
      align-items: center;
      justify-content: center;
      transition: all 0.3s ease;
      font-weight: 600;
      font-size: 17px;
      text-align: center;
      color: #fff; }
      .faq-try-calculator .detail a:hover {
        text-decoration: none;
        background-color: #d44320; }
  .faq-try-calculator .right-part {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-grow: 1; }
  .faq-try-calculator .top-icon {
    margin-bottom: 30px; }
  @media (max-width: 1199.98px) {
    .faq-try-calculator {
      margin: 60px 0; }
      .faq-try-calculator .content {
        flex-direction: column;
        padding: 30px 20px; }
      .faq-try-calculator .right-part {
        padding: 35px 0 0 0; }
      .faq-try-calculator .left-part img {
        height: auto;
        min-height: auto; }
      .faq-try-calculator .detail h2 {
        font-size: 28px;
        line-height: 1.4;
        margin-bottom: 30px; }
      .faq-try-calculator .detail a {
        max-width: 100%;
        min-width: unset;
        width: 100%;
        padding: 5px 10px; }
      .faq-try-calculator .top-icon {
        max-width: 65px;
        margin-bottom: 18px; }
        .faq-try-calculator .top-icon svg {
          max-width: 100%; } }

.development-detail {
  margin: 90px 0 45px 0; }
  .development-detail .content {
    border-bottom: 1px solid #a7a8a9;
    padding-bottom: 90px;
    display: flex; }
  .development-detail .left-part {
    margin-right: 70px;
    width: 325px;
    min-width: 325px; }
  .development-detail .detail {
    flex-grow: 1;
    font-weight: normal;
    font-size: 20px;
    line-height: 38px;
    text-align: left;
    color: #53565a; }
    .development-detail .detail p:last-of-type {
      margin-bottom: 0; }
  @media (max-width: 1199.98px) {
    .development-detail .content {
      flex-direction: column; }
    .development-detail .left-part {
      margin: 0 0 30px 0; } }

.get-connected-development {
  padding: 130px 0;
  color: #fff;
  text-align: center;
  background-color: #6660aa;
  position: relative;
  overflow: hidden; }
  .get-connected-development .bg-with-overlay {
    left: 0;
    top: 0;
    width: 100%;
    position: absolute;
    height: 100%; }
    .get-connected-development .bg-with-overlay:after {
      content: " ";
      width: 100%;
      position: absolute;
      height: 100%;
      top: 0;
      left: 0;
      background: #6660aa;
      z-index: 2; }
    .get-connected-development .bg-with-overlay img {
      width: 100%;
      height: 100%;
      opacity: 0.1;
      z-index: 3;
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0; }
  .get-connected-development .container {
    z-index: 5;
    position: relative; }
  .get-connected-development h2,
  .get-connected-development h3 {
    font-weight: normal;
    font-size: 51px;
    letter-spacing: -0.02em;
    line-height: 61px;
    text-align: center;
    color: #fff; }
  .get-connected-development .detail {
    max-width: 780px;
    margin: 0 auto 30px auto;
    font-weight: normal;
    font-size: 20px;
    line-height: 38px;
    text-align: center;
    color: #fff; }
  .get-connected-development .btn-white {
    min-width: 215px;
    min-height: 45px;
    background-color: #fff;
    font-weight: 600;
    font-size: 17px;
    text-align: center;
    color: #6660aa;
    border-radius: 4px; }
    .get-connected-development .btn-white:hover {
      background-color: #d44320;
      color: #fff; }
  .get-connected-development .be-text {
    font-size: 30px;
    margin-bottom: 25px;
    line-height: 1;
    letter-spacing: -0.75px;
    color: #75787b;
    margin-top: 55px;
    margin: 55px 0 0 0;
    font-family: Miller, "Open Sans", sans-serif;
    display: none; }
    @media (max-width: 1199.98px) {
      .get-connected-development .be-text {
        margin: 25px 0 15px 0; } }
  .get-connected-development .social-links-bottom {
    display: flex;
    justify-content: center;
    margin-top: 60px; }
    .get-connected-development .social-links-bottom a {
      display: block;
      margin-right: 15px; }
      .get-connected-development .social-links-bottom a:last-of-type {
        margin-right: 0; }
      .get-connected-development .social-links-bottom a path {
        fill: #fff; }
      .get-connected-development .social-links-bottom a:hover path {
        fill: #d44320; }
  .get-connected-development.no-bg {
    background-color: #fff;
    padding: 0;
    margin: 100px 0; }
    .get-connected-development.no-bg .be-text {
      display: block;
      margin-bottom: 15px; }
    .get-connected-development.no-bg .social-links-bottom {
      margin-top: 15px; }
    .get-connected-development.no-bg .content {
      border: 1px solid #ff8264;
      padding: 60px 20px 45px 20px;
      border-radius: 4px; }
    .get-connected-development.no-bg .bg-with-overlay {
      display: none; }
    .get-connected-development.no-bg h2,
    .get-connected-development.no-bg h3 {
      color: #6660aa; }
    .get-connected-development.no-bg p {
      color: #53565a; }
    .get-connected-development.no-bg .btn-white {
      background-color: #6660aa;
      color: #fff; }
      .get-connected-development.no-bg .btn-white:hover {
        border-color: #d44320;
        background-color: #d44320; }
    .get-connected-development.no-bg .social-links-bottom svg path {
      fill: #75787b; }
    .get-connected-development.no-bg .social-links-bottom a {
      margin-right: 25px; }
      .get-connected-development.no-bg .social-links-bottom a:hover svg path {
        fill: #d44320; }
      .get-connected-development.no-bg .social-links-bottom a:last-of-type {
        margin-right: 0; }
    @media (max-width: 1199.98px) {
      .get-connected-development.no-bg {
        margin: 60px 0; }
        .get-connected-development.no-bg .content {
          padding-top: 50px; }
        .get-connected-development.no-bg h2 {
          font-size: 35px;
          line-height: 40px;
          margin-bottom: 25px; }
        .get-connected-development.no-bg p {
          font-size: 18px;
          line-height: 1.6; }
        .get-connected-development.no-bg .social-links-bottom {
          margin-top: 35px; } }
  @media (max-width: 1199.98px) {
    .get-connected-development {
      padding: 60px 0; } }

.contact-us-banner {
  color: #fff;
  background-color: #6660aa;
  position: relative; }
  .contact-us-banner .bg-with-overlay:before, .contact-us-banner .bg-with-overlay,
  .contact-us-banner .bg-with-overlay img, .contact-us-banner .bg-with-overlay:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
  .contact-us-banner .bg-with-overlay:before {
    content: " ";
    background-color: #6660aa;
    z-index: 1; }
  .contact-us-banner .bg-with-overlay img {
    opacity: 0.1;
    z-index: 2; }
  .contact-us-banner .content {
    border-right: 1px solid rgba(255, 255, 255, 0.35);
    border-left: 1px solid rgba(255, 255, 255, 0.35);
    padding: 70px 0 100px 0;
    z-index: 3;
    position: relative; }
  .contact-us-banner h1.title_small {
    font-family: "Open Sans", sans-serif;
    font-weight: normal;
    font-size: 16px;
    letter-spacing: 0.2em;
    line-height: 1.2;
    text-align: center;
    color: #fff;
    margin-bottom: 20px; }
  .contact-us-banner .detail {
    max-width: 575px;
    margin: 0 auto; }
  .contact-us-banner h2 {
    font-size: 50px;
    letter-spacing: -0.02em;
    line-height: 65px;
    text-align: center;
    color: #fff;
    margin-bottom: 25px; }
  .contact-us-banner p {
    font-family: "Open Sans";
    font-weight: normal;
    font-size: 20px;
    line-height: 38px;
    text-align: center; }
  .contact-us-banner .inner-content {
    max-width: 790px;
    z-index: 2;
    position: relative;
    margin: 0 auto; }
  .contact-us-banner form {
    display: flex;
    margin-top: 35px;
    position: relative; }
    .contact-us-banner form label {
      position: absolute;
      left: 25px;
      top: 20px;
      margin: 0; }
    .contact-us-banner form button {
      background-color: #ff8264;
      min-width: 190px;
      width: 190px;
      font-size: 22px;
      text-align: center;
      color: #322b7f; }
      .contact-us-banner form button:hover {
        background-color: #d44320;
        color: #fff; }
    .contact-us-banner form input,
    .contact-us-banner form button {
      min-height: 65px; }
    .contact-us-banner form input {
      background-color: #fff;
      flex-grow: 1;
      margin: 0;
      border: 0;
      border-radius: 0;
      padding-left: 70px;
      color: #000; }
    .contact-us-banner form .form-group {
      margin: 0; }
    .contact-us-banner form ::placeholder {
      /* Chrome, Firefox, Opera, Safari 10.1+ */
      color: #a7a8a9;
      opacity: 1;
      /* Firefox */ }
    .contact-us-banner form :-ms-input-placeholder {
      /* Internet Explorer 10-11 */
      color: #a7a8a9; }
    .contact-us-banner form ::-ms-input-placeholder {
      /* Microsoft Edge */
      color: #a7a8a9; }
  @media (max-width: 1199.98px) {
    .contact-us-banner .content {
      border: 0;
      padding: 55px 0; }
    .contact-us-banner h3,
    .contact-us-banner h2 {
      font-size: 30px;
      line-height: 40px;
      margin-bottom: 20px; }
    .contact-us-banner p {
      font-size: 18px;
      line-height: 1.4; } }

.contact-a-community {
  text-align: center;
  margin: 35px 0 65px 0; }
  .contact-a-community .content {
    background-color: #6660aa;
    color: #fff;
    padding: 40px 0;
    font-size: 20px;
    line-height: 38px;
    text-align: left;
    color: #fff; }
    .contact-a-community .content p {
      text-align: center;
      margin: 0; }
    .contact-a-community .content a {
      margin-left: 10px;
      padding: 5px 10px;
      background-color: transparent;
      min-height: 43px;
      font-weight: 600;
      min-width: 250px;
      font-size: 18px;
      border-radius: 4px;
      text-align: center;
      color: #fff;
      display: inline-block;
      border: 1px solid #fff;
      margin-left: 40px;
      transition: all 0.3s ease; }
      .contact-a-community .content a:hover {
        text-decoration: none;
        background-color: #d44320;
        border-color: #d44320; }
  @media (max-width: 1199.98px) {
    .contact-a-community .container {
      padding: 0; }
    .contact-a-community .content {
      padding: 40px 20px;
      text-align: center; }
      .contact-a-community .content p a {
        margin: 15px auto 0 auto;
        display: block;
        max-width: 100%;
        width: 400px; } }

.contact-columns {
  margin: 65px 0 90px 0; }
  .contact-columns .content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1px;
    background-color: #a7a8a9;
    text-align: center; }
  .contact-columns .item {
    background-color: #fff; }
    .contact-columns .item h3 {
      font-family: Miller;
      font-size: 31px;
      letter-spacing: -0.02em;
      line-height: 45px;
      text-align: center;
      color: #53565a;
      margin-bottom: 15px; }
    .contact-columns .item p {
      font-size: 20px;
      line-height: 1.8; }
    .contact-columns .item .btn-orange {
      min-width: 253px;
      min-height: 43px;
      background: #ff8264;
      border: 1px solid #d44320;
      margin-top: 50px;
      font-weight: 600;
      font-size: 18px;
      line-height: 35px;
      text-align: center;
      color: #28282a;
      border-radius: 4px; }
      .contact-columns .item .btn-orange svg {
        margin-right: 10px; }
      .contact-columns .item .btn-orange:hover {
        background-color: #6660aa;
        border-color: #6660aa;
        color: #fff; }
        .contact-columns .item .btn-orange:hover path {
          fill: #fff; }
  @media (max-width: 1199.98px) {
    .contact-columns .content {
      grid-template-columns: 1fr;
      gap: 35px;
      background: transparent; }
    .contact-columns .item .btn-orange {
      margin-top: 20px; }
    .contact-columns .item h3 {
      line-height: 1.6;
      font-size: 25px; }
    .contact-columns .item p {
      font-size: 18px;
      line-height: 1.6; } }

.volunteer {
  margin: 90px 0 80px 0; }
  .volunteer .content {
    position: relative;
    padding: 75px 25px; }
  .volunteer .text-part {
    z-index: 4;
    position: relative;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
  .volunteer .bg-with-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
    .volunteer .bg-with-overlay img {
      z-index: 1; }
    .volunteer .bg-with-overlay:after, .volunteer .bg-with-overlay:before,
    .volunteer .bg-with-overlay img {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%; }
    .volunteer .bg-with-overlay:before {
      content: " ";
      background: rgba(170, 174, 55, 0.4);
      z-index: 2; }
    .volunteer .bg-with-overlay:after {
      content: " ";
      background: rgba(105, 108, 31, 0.5);
      top: 10px;
      left: 10px;
      width: calc(100% - 20px);
      height: calc(100% - 20px);
      z-index: 3; }
  .volunteer .title {
    font-weight: normal;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-family: Miller, "Open Sans", sans-serif;
    margin-bottom: 34px; }
  .volunteer .btn-ghost {
    min-width: 254px;
    color: #fff;
    min-height: 43px;
    border-radius: 4px;
    font-weight: 600; }
    .volunteer .btn-ghost:hover {
      border-color: #6660aa; }
  .volunteer img {
    margin-bottom: 15px; }
  @media (max-width: 1199.98px) {
    .volunteer .btn-ghost {
      min-width: 100%; } }

.book-a-tour-with-shortcode,
.contact-with-shortcode {
  position: relative;
  padding: 70px 15px; }
  .book-a-tour-with-shortcode .bg-overlay,
  .contact-with-shortcode .bg-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #6660aa; }
    .book-a-tour-with-shortcode .bg-overlay img,
    .contact-with-shortcode .bg-overlay img {
      height: 100%;
      opacity: 0.1;
      width: 100%; }
  .book-a-tour-with-shortcode .content,
  .contact-with-shortcode .content {
    background-color: #fff;
    position: relative;
    padding: 85px 25px 100px 25px;
    max-width: 956px;
    margin: 0 auto; }
    .book-a-tour-with-shortcode .content .gform_title,
    .contact-with-shortcode .content .gform_title {
      display: none; }
    .book-a-tour-with-shortcode .content:before,
    .contact-with-shortcode .content:before {
      content: " ";
      position: absolute;
      left: 10px;
      top: 10px;
      width: calc(100% - 20px);
      height: calc(100% - 20px);
      border: 1px solid #dddddd; }
  .book-a-tour-with-shortcode h2,
  .contact-with-shortcode h2 {
    text-align: center;
    font-family: Miller;
    font-weight: normal;
    font-size: 35px;
    color: #6660aa;
    margin-bottom: 35px; }
  .book-a-tour-with-shortcode .form-wrapper,
  .contact-with-shortcode .form-wrapper {
    max-width: 600px;
    margin: 0 auto;
    z-index: 2;
    position: relative; }
  .book-a-tour-with-shortcode .gform_wrapper.gravity-theme .gfield_label,
  .contact-with-shortcode .gform_wrapper.gravity-theme .gfield_label {
    font-family: Miller, "Open Sans", sans-serif;
    font-weight: normal;
    font-size: 18px;
    line-height: 1.4;
    text-align: left;
    color: #53565a;
    margin-bottom: 7px; }
  .book-a-tour-with-shortcode .gform_wrapper .gfield_required .gfield_required_custom,
  .book-a-tour-with-shortcode .gform_wrapper .gfield_required .gfield_required_text,
  .contact-with-shortcode .gform_wrapper .gfield_required .gfield_required_custom,
  .contact-with-shortcode .gform_wrapper .gfield_required .gfield_required_text {
    display: none; }
  .book-a-tour-with-shortcode .gform_wrapper .gfield_required:after,
  .contact-with-shortcode .gform_wrapper .gfield_required:after {
    font-size: 18px;
    content: "*";
    color: #53565a; }
  .book-a-tour-with-shortcode .gform_wrapper.gravity-theme .gfield input.large,
  .book-a-tour-with-shortcode .gform_wrapper.gravity-theme .gfield select.large,
  .contact-with-shortcode .gform_wrapper.gravity-theme .gfield input.large,
  .contact-with-shortcode .gform_wrapper.gravity-theme .gfield select.large {
    border: 1px solid #a7a8a9;
    border-radius: 3px;
    min-height: 40px;
    padding: 0 20px; }
    .book-a-tour-with-shortcode .gform_wrapper.gravity-theme .gfield input.large:active, .book-a-tour-with-shortcode .gform_wrapper.gravity-theme .gfield input.large:focus,
    .book-a-tour-with-shortcode .gform_wrapper.gravity-theme .gfield select.large:active,
    .book-a-tour-with-shortcode .gform_wrapper.gravity-theme .gfield select.large:focus,
    .contact-with-shortcode .gform_wrapper.gravity-theme .gfield input.large:active,
    .contact-with-shortcode .gform_wrapper.gravity-theme .gfield input.large:focus,
    .contact-with-shortcode .gform_wrapper.gravity-theme .gfield select.large:active,
    .contact-with-shortcode .gform_wrapper.gravity-theme .gfield select.large:focus {
      border-color: #d44320;
      outline: 0;
      box-shadow: none; }
    .book-a-tour-with-shortcode .gform_wrapper.gravity-theme .gfield input.large[aria-invalid="true"],
    .book-a-tour-with-shortcode .gform_wrapper.gravity-theme .gfield select.large[aria-invalid="true"],
    .contact-with-shortcode .gform_wrapper.gravity-theme .gfield input.large[aria-invalid="true"],
    .contact-with-shortcode .gform_wrapper.gravity-theme .gfield select.large[aria-invalid="true"] {
      background-color: rgba(255, 130, 100, 0.11);
      border-color: #d44320 !important; }
  .book-a-tour-with-shortcode .gform_wrapper.gravity-theme .gform_fields,
  .contact-with-shortcode .gform_wrapper.gravity-theme .gform_fields {
    grid-row-gap: 35px; }
    @media (max-width: 1199.98px) {
      .book-a-tour-with-shortcode .gform_wrapper.gravity-theme .gform_fields,
      .contact-with-shortcode .gform_wrapper.gravity-theme .gform_fields {
        grid-row-gap: 25px; } }
  .book-a-tour-with-shortcode .gform_wrapper.gravity-theme .description,
  .book-a-tour-with-shortcode .gform_wrapper.gravity-theme .gfield_description,
  .book-a-tour-with-shortcode .gform_wrapper.gravity-theme .gsection_description,
  .book-a-tour-with-shortcode .gform_wrapper.gravity-theme .instruction,
  .contact-with-shortcode .gform_wrapper.gravity-theme .description,
  .contact-with-shortcode .gform_wrapper.gravity-theme .gfield_description,
  .contact-with-shortcode .gform_wrapper.gravity-theme .gsection_description,
  .contact-with-shortcode .gform_wrapper.gravity-theme .instruction {
    display: none; }
  .book-a-tour-with-shortcode .gform_wrapper .gform_validation_errors > h2.hide_summary,
  .contact-with-shortcode .gform_wrapper .gform_validation_errors > h2.hide_summary {
    text-align: left !important; }
  .book-a-tour-with-shortcode .gform_wrapper.gravity-theme .gform_footer button,
  .book-a-tour-with-shortcode .gform_wrapper.gravity-theme .gform_footer input,
  .book-a-tour-with-shortcode .gform_wrapper.gravity-theme .gform_page_footer button,
  .book-a-tour-with-shortcode .gform_wrapper.gravity-theme .gform_page_footer input,
  .contact-with-shortcode .gform_wrapper.gravity-theme .gform_footer button,
  .contact-with-shortcode .gform_wrapper.gravity-theme .gform_footer input,
  .contact-with-shortcode .gform_wrapper.gravity-theme .gform_page_footer button,
  .contact-with-shortcode .gform_wrapper.gravity-theme .gform_page_footer input {
    width: 100%;
    min-height: 53.65px;
    background: #ff8264;
    border-radius: 4px;
    border: 1px solid #fff;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 18px;
    text-align: center;
    color: #322b7f;
    transition: all 0.35s ease; }
    .book-a-tour-with-shortcode .gform_wrapper.gravity-theme .gform_footer button:hover,
    .book-a-tour-with-shortcode .gform_wrapper.gravity-theme .gform_footer input:hover,
    .book-a-tour-with-shortcode .gform_wrapper.gravity-theme .gform_page_footer button:hover,
    .book-a-tour-with-shortcode .gform_wrapper.gravity-theme .gform_page_footer input:hover,
    .contact-with-shortcode .gform_wrapper.gravity-theme .gform_footer button:hover,
    .contact-with-shortcode .gform_wrapper.gravity-theme .gform_footer input:hover,
    .contact-with-shortcode .gform_wrapper.gravity-theme .gform_page_footer button:hover,
    .contact-with-shortcode .gform_wrapper.gravity-theme .gform_page_footer input:hover {
      background: #6660aa;
      color: #fff; }
  .book-a-tour-with-shortcode .gform_wrapper.gravity-theme .gfield textarea.large,
  .contact-with-shortcode .gform_wrapper.gravity-theme .gfield textarea.large {
    max-height: 165px;
    border: 1px solid #a7a8a9;
    border-radius: 3px;
    padding: 20px;
    line-height: 1.4; }
    .book-a-tour-with-shortcode .gform_wrapper.gravity-theme .gfield textarea.large:active, .book-a-tour-with-shortcode .gform_wrapper.gravity-theme .gfield textarea.large:focus,
    .contact-with-shortcode .gform_wrapper.gravity-theme .gfield textarea.large:active,
    .contact-with-shortcode .gform_wrapper.gravity-theme .gfield textarea.large:focus {
      border-color: #d44320;
      outline: 0;
      box-shadow: none; }
    .book-a-tour-with-shortcode .gform_wrapper.gravity-theme .gfield textarea.large[aria-invalid="true"],
    .contact-with-shortcode .gform_wrapper.gravity-theme .gfield textarea.large[aria-invalid="true"] {
      background-color: rgba(255, 130, 100, 0.11);
      border-color: #d44320 !important; }
  .book-a-tour-with-shortcode .gform_wrapper .gform_validation_errors,
  .contact-with-shortcode .gform_wrapper .gform_validation_errors {
    margin-bottom: 25px; }
  .book-a-tour-with-shortcode .gform_wrapper .gform_validation_errors > h2.hide_summary,
  .contact-with-shortcode .gform_wrapper .gform_validation_errors > h2.hide_summary {
    margin-bottom: 0; }
  @media (max-width: 1199.98px) {
    .book-a-tour-with-shortcode,
    .contact-with-shortcode {
      padding: 55px 5px; }
      .book-a-tour-with-shortcode .content,
      .contact-with-shortcode .content {
        padding: 40px 25px; }
      .book-a-tour-with-shortcode h2,
      .contact-with-shortcode h2 {
        font-size: 25px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center; }
        .book-a-tour-with-shortcode h2 span,
        .contact-with-shortcode h2 span {
          margin-bottom: 10px; } }

.covid-banner {
  position: relative; }
  .covid-banner .bg-with-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 5; }
    .covid-banner .bg-with-overlay img {
      z-index: 1;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      position: absolute;
      z-index: 6; }
    .covid-banner .bg-with-overlay:after {
      background-color: #6660aa;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      position: absolute;
      z-index: 5;
      content: " "; }
    .covid-banner .bg-with-overlay:before {
      content: " ";
      position: absolute;
      left: 15px;
      top: 15px;
      border: 1px solid #fff;
      width: calc(100% - 30px);
      height: calc(100% - 30px);
      z-index: 6; }
  .covid-banner .container {
    z-index: 10;
    position: relative; }
  .covid-banner .content {
    padding: 130px 20px;
    max-width: 650px;
    margin: 0 auto; }
  .covid-banner h2 {
    margin-bottom: 40px; }
  .covid-banner p,
  .covid-banner h2 {
    font-family: Miller, "Open Sans", sans-serif;
    font-weight: normal;
    font-size: 40px;
    line-height: 50px;
    color: #fff;
    text-align: center; }
  .covid-banner h1 {
    font-family: "Open Sans", sans-serif;
    font-weight: normal;
    font-size: 16px;
    letter-spacing: 0.2em;
    line-height: 35px;
    text-align: center;
    color: #fff;
    margin-bottom: 30px; }
  @media (max-width: 1199.98px) {
    .covid-banner .content {
      padding: 60px 20px; } }

.covid-video-section {
  margin-top: -120px;
  margin-bottom: 64px;
  position: relative;
  z-index: 10; }
  .covid-video-section .video-link-wrapper {
    max-width: 725px;
    width: 725px;
    height: 415px;
    min-height: 415px;
    display: block;
    margin: 0 auto 55px auto;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative; }
    .covid-video-section .video-link-wrapper .play-icon {
      position: absolute;
      width: 80px;
      height: 50px;
      background-color: #000;
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 7px;
      transition: all 0.3s ease; }
      .covid-video-section .video-link-wrapper .play-icon path {
        fill: #fff; }
    .covid-video-section .video-link-wrapper:hover .play-icon {
      background-color: #6660aa; }
  .covid-video-section .detail {
    max-width: 858px;
    margin: 0 auto; }
  .covid-video-section h1,
  .covid-video-section h3,
  .covid-video-section h2 {
    font-family: Miller, "Open Sans", sans-serif;
    font-weight: normal;
    font-size: 40px;
    line-height: 50px;
    text-align: center;
    margin-bottom: 20px;
    color: #6660aa; }
  .covid-video-section p {
    font-weight: normal;
    font-size: 20px;
    line-height: 38px;
    text-align: center;
    color: #53565a; }
  @media (max-width: 1199.98px) {
    .covid-video-section {
      margin: 30px 0 0 0; }
      .covid-video-section .video-link-wrapper {
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        min-height: 100%;
        height: 100%;
        margin-bottom: 35px; }
      .covid-video-section h1,
      .covid-video-section h3,
      .covid-video-section h2 {
        font-size: 25px;
        margin-bottom: 15px; }
      .covid-video-section p {
        font-size: 18px;
        line-height: 1.8; } }

.covid-quote {
  position: relative;
  margin: 65px 0 95px 0; }
  .covid-quote .bg-with-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: #f0f0f0; }
    .covid-quote .bg-with-overlay:before {
      content: " ";
      position: absolute;
      left: 10px;
      top: 10px;
      border: 1px solid #6660aa;
      width: calc(100% - 20px);
      height: calc(100% - 20px); }
  .covid-quote .container {
    position: relative; }
  .covid-quote .content {
    text-align: center;
    padding: 70px;
    position: relative;
    z-index: 2; }
    .covid-quote .content p,
    .covid-quote .content h2,
    .covid-quote .content h3 {
      font-family: Miller, "Open Sans", sans-serif;
      font-weight: normal;
      font-style: italic;
      font-size: 30px;
      line-height: 45px;
      color: #6660aa; }
      .covid-quote .content p *:last-of-type,
      .covid-quote .content h2 *:last-of-type,
      .covid-quote .content h3 *:last-of-type {
        margin-bottom: 0; }
  @media (max-width: 1199.98px) {
    .covid-quote {
      margin: 40px 15px; }
      .covid-quote .content {
        padding: 30px 25px; }
        .covid-quote .content p,
        .covid-quote .content h2,
        .covid-quote .content h3 {
          font-size: 22px;
          line-height: 1.6; } }

.custom-detail-text.covid-detail-text {
  margin: 95px 0 80px 0; }
  .custom-detail-text.covid-detail-text h2 {
    font-family: "Open Sans", sans-serif;
    font-weight: normal;
    font-size: 16px;
    letter-spacing: 0.2em;
    line-height: 1.4;
    text-align: left;
    color: #d44320;
    margin-bottom: 25px; }
  .custom-detail-text.covid-detail-text .content {
    max-width: 956px;
    margin: 0 auto; }
  .custom-detail-text.covid-detail-text h3 {
    font-family: Miller, "Open Sans", sans-serif;
    font-weight: normal;
    font-size: 35px;
    letter-spacing: -0.02em;
    line-height: 1.4;
    margin-bottom: 20px;
    text-align: left;
    color: #6660aa; }
  .custom-detail-text.covid-detail-text .detail {
    font-family: "Open Sans";
    font-weight: normal;
    font-size: 20px;
    line-height: 38px;
    text-align: left;
    color: #53565a; }
    .custom-detail-text.covid-detail-text .detail a {
      color: #d44320;
      text-decoration: underline; }
  @media (max-width: 1199.98px) {
    .custom-detail-text.covid-detail-text {
      margin: 60px 0; }
      .custom-detail-text.covid-detail-text h3 {
        font-size: 25px; }
      .custom-detail-text.covid-detail-text .detail p {
        font-size: 18px;
        line-height: 1.6; } }

.message-covid {
  margin: 80px 0 100px 0; }
  .message-covid .content {
    padding: 100px;
    border: 1px solid #6660aa; }
  .message-covid .title_small {
    font-weight: normal;
    font-size: 16px;
    letter-spacing: 0.2em;
    line-height: 1.2;
    text-align: left;
    color: #d44320;
    margin-bottom: 40px; }
  .message-covid .detail h2,
  .message-covid .detail h3 {
    font-family: Miller, "Open Sans", sans-serif;
    font-weight: normal;
    font-size: 35px;
    letter-spacing: -0.02em;
    line-height: 45px;
    text-align: left;
    margin-bottom: 30px;
    color: #6660aa; }
  .message-covid .detail p {
    font-weight: normal;
    font-size: 20px;
    line-height: 38px;
    text-align: left;
    color: #53565a;
    margin-bottom: 20px; }
  .message-covid .user-part {
    display: flex;
    align-items: center;
    font-weight: normal;
    font-size: 20px;
    line-height: 38px;
    text-align: left;
    color: #53565a;
    margin-top: 50px; }
    .message-covid .user-part img {
      width: 168px;
      height: 168px;
      max-width: 168px;
      max-height: 168px;
      border-radius: 50%;
      margin-right: 40px; }
    .message-covid .user-part .right-detail {
      line-height: 40px; }
    .message-covid .user-part .name {
      color: #6660aa; }
    .message-covid .user-part .designation {
      color: #53565a;
      font-style: italic; }
    .message-covid .user-part .company {
      color: #53565a; }
  .message-covid .btn-orange {
    max-width: 600px;
    min-width: 600px;
    height: 55px;
    background: #ff8264;
    border: 1px solid #fff;
    font-weight: 600;
    font-size: 18px;
    text-align: center;
    color: #322b7f;
    border-radius: 6px;
    margin: 75px auto 0 auto; }
    .message-covid .btn-orange:hover {
      background-color: #6660aa;
      color: #fff; }
  .message-covid .btn-wrapper {
    text-align: center; }
  @media (max-width: 1199.98px) {
    .message-covid .content {
      padding: 40px 25px; }
    .message-covid .title_small {
      margin-bottom: 25px; }
    .message-covid .detail h3,
    .message-covid .detail h2 {
      font-size: 28px;
      line-height: 1.4;
      margin-bottom: 15px; }
    .message-covid .detail p {
      font-size: 18px;
      line-height: 1.6; }
    .message-covid .user-part {
      flex-direction: column;
      text-align: center; }
      .message-covid .user-part img {
        margin: 0 0 15px 0; }
    .message-covid .btn-orange {
      width: 100%;
      min-width: 100%;
      margin-top: 60px; } }

.be-at-verve-living {
  margin: 100px 0; }
  .be-at-verve-living .content {
    border: 1px solid #6660aa;
    display: flex;
    position: relative;
    align-items: stretch; }
  .be-at-verve-living .text-part {
    padding: 70px 490px 70px 70px; }
  .be-at-verve-living h2 {
    font-weight: normal;
    font-size: 51px;
    letter-spacing: -0.02em;
    line-height: 50px;
    text-align: left;
    color: #6660aa;
    margin-bottom: 0; }
  .be-at-verve-living p {
    font-size: 20px;
    line-height: 35px;
    text-align: left;
    color: #53565a; }
    .be-at-verve-living p:last-of-type {
      margin-bottom: 0; }
  .be-at-verve-living a {
    font-weight: normal;
    text-decoration: underline;
    font-size: 20px;
    line-height: 38px;
    text-align: left;
    color: #d44320; }
    .be-at-verve-living a:hover {
      color: #6660aa; }
  .be-at-verve-living .img-wrapper {
    width: 365px;
    min-width: 365px;
    max-width: 365px;
    position: absolute;
    width: 100%;
    background: #ccc;
    right: 0;
    top: -15px;
    margin-right: 60px; }
    .be-at-verve-living .img-wrapper .side-img {
      width: 100%;
      height: 100%; }
    .be-at-verve-living .img-wrapper .be-loving {
      position: absolute;
      bottom: -30px;
      left: 0;
      right: 0;
      margin: 0 auto;
      z-index: 4; }
    .be-at-verve-living .img-wrapper svg {
      position: absolute;
      bottom: -116px;
      left: -110px;
      filter: blur(10px);
      width: 160%; }
    .be-at-verve-living .img-wrapper .white-shadow {
      position: absolute;
      left: -77px;
      bottom: -55px;
      width: 140%;
      height: 175px;
      background-color: #fff;
      border-radius: 75%;
      filter: blur(13px);
      z-index: 3; }
  @media (max-width: 1199.98px) {
    .be-at-verve-living {
      margin: 60px 0; }
      .be-at-verve-living .content {
        flex-direction: column-reverse;
        padding: 20px; }
      .be-at-verve-living .text-part {
        padding: 0; }
      .be-at-verve-living .img-wrapper {
        position: relative;
        margin: 20px 0 20px 0;
        min-width: 100%;
        width: 100%;
        max-width: 100%;
        min-height: auto;
        height: auto;
        max-height: auto; }
        .be-at-verve-living .img-wrapper svg {
          display: none; }
        .be-at-verve-living .img-wrapper:after {
          content: " ";
          position: absolute;
          width: 100%;
          height: 65%;
          background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0, #fff 57%);
          left: 0;
          bottom: 0; }
      .be-at-verve-living h2 {
        font-size: 30px;
        line-height: 1.4; }
      .be-at-verve-living p {
        font-size: 18px; } }

.starting-the-retirement-living-journey .bg-with-overlay {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #6660aa; }
  .starting-the-retirement-living-journey .bg-with-overlay:before {
    content: " ";
    position: absolute;
    top: 15px;
    left: 15px;
    border: 1px solid #fff;
    width: calc(100% - 30px);
    height: calc(100% - 30px); }
  .starting-the-retirement-living-journey .bg-with-overlay img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.1; }

.starting-the-retirement-living-journey .btn-wrapper {
  text-align: center; }

.starting-the-retirement-living-journey .content {
  position: relative;
  padding: 85px 30px 95px 30px; }

.starting-the-retirement-living-journey .detail {
  max-width: 860px;
  margin: 0 auto;
  z-index: 2;
  position: relative; }

.starting-the-retirement-living-journey h2 {
  font-weight: normal;
  font-size: 51px;
  letter-spacing: -0.02em;
  line-height: 50px;
  text-align: center;
  color: #fff;
  margin-bottom: 20px; }

.starting-the-retirement-living-journey p {
  font-weight: normal;
  font-size: 20px;
  line-height: 38px;
  text-align: center;
  color: #fff;
  margin-bottom: 40px; }

.starting-the-retirement-living-journey .btn-primary {
  width: 451px;
  min-width: unset;
  max-width: 450px;
  height: 55px;
  font-weight: 600;
  font-size: 20px;
  line-height: 35px;
  text-align: center;
  color: #322b7f;
  border-radius: 3px;
  background: #ff8264;
  border: 1px solid #d44320; }
  .starting-the-retirement-living-journey .btn-primary:hover {
    background: #fff;
    border: 1px solid #fff; }

@media (max-width: 1199.98px) {
  .starting-the-retirement-living-journey .container {
    padding: 0; }
  .starting-the-retirement-living-journey .content {
    padding: 50px 30px; }
  .starting-the-retirement-living-journey h2 {
    font-size: 30px;
    line-height: 1.4; }
  .starting-the-retirement-living-journey p {
    font-size: 18px;
    margin-bottom: 25px; }
  .starting-the-retirement-living-journey .btn-primary {
    max-width: 100%;
    width: 100%;
    min-width: 100%; } }

.explore-tab-signature-v2 {
  margin: 100px 0; }
  .explore-tab-signature-v2 .title-wrapper {
    max-width: 955px;
    margin: 0 auto 70px auto; }
  .explore-tab-signature-v2 .section-title {
    font-weight: normal;
    font-size: 40px;
    line-height: 50px;
    text-align: center;
    color: #6660aa;
    margin-bottom: 8px; }
  .explore-tab-signature-v2 .section-detail {
    font-weight: normal;
    font-size: 20px;
    line-height: 38px;
    text-align: center;
    color: #53565a; }
  .explore-tab-signature-v2 .tab-links {
    display: flex;
    justify-content: center;
    position: relative;
    padding-bottom: 20px; }
    .explore-tab-signature-v2 .tab-links:before {
      content: " ";
      width: 100%;
      height: 50px;
      background-color: #6660aa;
      bottom: 0;
      left: 0;
      position: absolute; }
    .explore-tab-signature-v2 .tab-links > div {
      margin-right: 45px; }
      .explore-tab-signature-v2 .tab-links > div:last-of-type {
        margin-right: 0; }
  .explore-tab-signature-v2 .each-tab-link-wrapper.active .tab-link {
    background-color: #6660aa;
    color: #fff; }
    .explore-tab-signature-v2 .each-tab-link-wrapper.active .tab-link:before {
      border-color: #fff; }
  .explore-tab-signature-v2 .each-tab-link-wrapper.active path {
    fill: #fff; }
  .explore-tab-signature-v2 .tab-link {
    width: 165px;
    min-width: 165px;
    max-width: 165px;
    height: 120px;
    min-height: 120px;
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    color: #6660aa;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.47);
    z-index: 2;
    transition: all 0.3s ease; }
    .explore-tab-signature-v2 .tab-link:before {
      content: " ";
      position: absolute;
      left: 2px;
      top: 2px;
      width: calc(100% - 4px);
      height: calc(100% - 4px);
      border-radius: 8px;
      border: 0.5px solid #6660aa; }
    .explore-tab-signature-v2 .tab-link svg {
      margin-bottom: 8px;
      width: 28px;
      height: auto; }
    .explore-tab-signature-v2 .tab-link:hover {
      text-decoration: none; }
    .explore-tab-signature-v2 .tab-link path {
      fill: #6660aa; }
  .explore-tab-signature-v2 .tab-content-item {
    display: none; }
    .explore-tab-signature-v2 .tab-content-item.active {
      animation: fadeInBottom 0.3s ease;
      display: block; }

.explore-tab-signature-mobile-v2 {
  padding: 60px 0; }
  .explore-tab-signature-mobile-v2 .each-tab-item-wrapper {
    margin-bottom: 20px; }
  .explore-tab-signature-mobile-v2 .title-part {
    text-align: center;
    padding: 0 20px 20px 20px; }
  .explore-tab-signature-mobile-v2 .tab-link {
    height: 90px;
    background-color: #c4c8c9;
    height: 90px;
    display: flex;
    align-items: center;
    padding: 20px 25px;
    font-size: 20px;
    font-weight: 600;
    color: #001a31;
    width: calc(100% - 80px);
    border-radius: 8px;
    position: relative;
    margin-left: 40px;
    z-index: 2; }
    .explore-tab-signature-mobile-v2 .tab-link .after-active-img {
      display: none; }
    .explore-tab-signature-mobile-v2 .tab-link svg {
      margin-right: 20px;
      max-width: 40px;
      height: auto;
      max-height: 40px; }
    .explore-tab-signature-mobile-v2 .tab-link img {
      margin-right: 10px;
      max-width: 80px;
      height: auto; }
    .explore-tab-signature-mobile-v2 .tab-link:after {
      content: " ";
      border: 0.5px solid rgba(102, 96, 170, 0.5);
      left: 5px;
      top: 5px;
      position: absolute;
      width: calc(100% - 10px);
      height: calc(100% - 10px); }
    .explore-tab-signature-mobile-v2 .tab-link path {
      fill: #6660aa; }
    .explore-tab-signature-mobile-v2 .tab-link.active {
      background-color: #6660aa;
      color: #fff; }
      .explore-tab-signature-mobile-v2 .tab-link.active .before-active-img {
        display: none; }
      .explore-tab-signature-mobile-v2 .tab-link.active .after-active-img {
        display: block; }
      .explore-tab-signature-mobile-v2 .tab-link.active path {
        fill: #fff; }
      .explore-tab-signature-mobile-v2 .tab-link.active:after {
        border-color: #6660aa; }
  .explore-tab-signature-mobile-v2 .section-title {
    text-align: center;
    font-size: 20px;
    letter-spacing: 4px;
    margin-bottom: 20px;
    line-height: 1;
    font-family: "Source Serif Pro", serif; }
  .explore-tab-signature-mobile-v2 .tab-content-item {
    display: none;
    margin-top: -45px; }
    .explore-tab-signature-mobile-v2 .tab-content-item.active {
      display: block; }
  .explore-tab-signature-mobile-v2.the-village .tab-link {
    background-color: #ececea;
    color: #1a4e2d; }
  .explore-tab-signature-mobile-v2.the-village .suites-tab-content.suites-signature-tab-content .top-part h2,
  .explore-tab-signature-mobile-v2.the-village .suites-tab-content.suites-signature-tab-content h2,
  .explore-tab-signature-mobile-v2.the-village .suites-tab-content .top-part h2,
  .explore-tab-signature-mobile-v2.the-village .suites-tab-content h2,
  .explore-tab-signature-mobile-v2.the-village .location-tab-content.signature .top-part h2,
  .explore-tab-signature-mobile-v2.the-village .location-tab-content.signature h2,
  .explore-tab-signature-mobile-v2.the-village .suites-tab-content .top-part h2,
  .explore-tab-signature-mobile-v2.the-village .suites-tab-content h2,
  .explore-tab-signature-mobile-v2.the-village .health-and-wellness-signature .top-part h2,
  .explore-tab-signature-mobile-v2.the-village .health-and-wellness-signature h2,
  .explore-tab-signature-mobile-v2.the-village .amenities-signature .top-part h2,
  .explore-tab-signature-mobile-v2.the-village .amenities-signature h2,
  .explore-tab-signature-mobile-v2.the-village .dining-signature .top-part h2,
  .explore-tab-signature-mobile-v2.the-village .dining-signature h2 {
    color: #1a4e2d; }

.dining-v2 {
  position: relative;
  padding: 350px 25px 60px 25px; }
  .dining-v2 .bg-with-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: flex; }
    .dining-v2 .bg-with-overlay img {
      width: 50%;
      height: 100%; }
    .dining-v2 .bg-with-overlay svg {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: auto;
      filter: blur(12px); }
    .dining-v2 .bg-with-overlay:after {
      content: " ";
      position: absolute;
      width: 100%;
      height: 65%;
      background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0, #fff 57%);
      left: 0;
      bottom: 0; }
    @media (max-width: 1199.98px) {
      .dining-v2 .bg-with-overlay:after {
        height: 100%; } }
  .dining-v2 h2 {
    font-size: 35px;
    line-height: 50px;
    text-align: center;
    color: #6660aa;
    margin-bottom: 8px; }
  .dining-v2 p {
    font-size: 20px;
    line-height: 38px;
    text-align: center;
    color: #53565a;
    margin-bottom: 30px; }
  .dining-v2 .detail {
    max-width: 780px;
    margin: 0 auto;
    z-index: 2;
    position: relative; }
    .dining-v2 .detail p:last-of-type {
      margin-bottom: 0; }
    .dining-v2 .detail a {
      text-decoration: underline;
      font-size: 20px;
      line-height: 38px;
      text-align: center;
      color: #d44320; }
      .dining-v2 .detail a:hover {
        color: #6660aa; }
  @media (max-width: 1199.98px) {
    .dining-v2 {
      padding: 80px 25px 60px 25px; }
      .dining-v2 .bg-with-overlay {
        flex-direction: column; }
        .dining-v2 .bg-with-overlay img {
          width: 100%;
          height: 50%; }
        .dining-v2 .bg-with-overlay:after {
          background: rgba(255, 255, 255, 0.9); }
        .dining-v2 .bg-with-overlay svg {
          display: none; } }

.banner-live-with-purpose-v2 {
  position: relative;
  margin-bottom: 100px; }
  .banner-live-with-purpose-v2 .bg-with-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0; }
    .banner-live-with-purpose-v2 .bg-with-overlay img {
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      opacity: 0.12; }
    .banner-live-with-purpose-v2 .bg-with-overlay:after {
      content: " ";
      border: 1px solid #fff;
      position: absolute;
      width: calc(100% - 20px);
      height: calc(100% - 20px);
      left: 10px;
      top: 10px;
      z-index: 2; }
  .banner-live-with-purpose-v2 .detail {
    padding: 90px 20px 100px 20px;
    max-width: 700px;
    margin: 0 auto;
    z-index: 2;
    position: relative; }
  .banner-live-with-purpose-v2 h1 {
    font-weight: normal;
    font-size: 16px;
    letter-spacing: 0.2em;
    line-height: 35px;
    text-align: center;
    color: #d44320;
    margin-bottom: 20px; }
  .banner-live-with-purpose-v2 h2 {
    font-weight: normal;
    font-size: 51px;
    letter-spacing: -0.02em;
    line-height: 61px;
    text-align: center;
    color: #6660aa;
    margin-bottom: 45px; }
  .banner-live-with-purpose-v2 p {
    font-weight: normal;
    font-size: 20px;
    line-height: 38px;
    text-align: center;
    color: #53565a;
    margin-bottom: 0; }
  @media (max-width: 1199.98px) {
    .banner-live-with-purpose-v2 {
      margin-bottom: 60px; }
      .banner-live-with-purpose-v2 h2 {
        font-size: 35px;
        line-height: 1.4;
        margin-bottom: 20px; }
      .banner-live-with-purpose-v2 .detail {
        padding: 60px 20px; } }

.ve-half-and-half-v2 {
  margin: 100px 0; }
  .ve-half-and-half-v2 .content > div {
    margin-bottom: 90px;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .ve-half-and-half-v2 .content > div:nth-child(even) {
      flex-direction: row-reverse;
      justify-content: flex-end; }
      .ve-half-and-half-v2 .content > div:nth-child(even) .text-part {
        margin: 0 0 0 70px; }
    .ve-half-and-half-v2 .content > div:last-of-type {
      margin-bottom: 0; }
  .ve-half-and-half-v2 .text-part {
    width: 415px;
    min-width: 415px;
    max-width: 415px;
    margin: 0 70px 0 0; }
    .ve-half-and-half-v2 .text-part p {
      font-size: 20px;
      line-height: 38px;
      text-align: left;
      margin: 0 0 20px 0; }
    .ve-half-and-half-v2 .text-part a {
      color: #d44320;
      text-decoration: underline; }
      .ve-half-and-half-v2 .text-part a:hover {
        color: #6660aa; }
  .ve-half-and-half-v2 .title-wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 20px; }
    .ve-half-and-half-v2 .title-wrapper h3 {
      font-size: 40px;
      line-height: 50px;
      text-align: left;
      color: #6660aa;
      margin-bottom: 0; }
    .ve-half-and-half-v2 .title-wrapper img {
      margin: 0 12px 0 0;
      max-width: 42px;
      height: auto; }
  .ve-half-and-half-v2 .img-part {
    width: 561px;
    min-width: 561px;
    max-width: 561px;
    height: 411px;
    min-height: 411px;
    max-height: 411px;
    position: relative;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.16); }
    .ve-half-and-half-v2 .img-part:before {
      content: " ";
      position: absolute;
      left: 20px;
      top: 20px;
      border: 1px solid rgba(255, 255, 255, 0.42);
      width: calc(100% - 40px);
      height: calc(100% - 40px); }
    .ve-half-and-half-v2 .img-part img {
      width: 100%;
      height: 100%; }
  @media (max-width: 1199.98px) {
    .ve-half-and-half-v2 {
      margin: 60px 0; }
      .ve-half-and-half-v2 .content > div {
        flex-direction: column-reverse !important;
        margin: 0 0 40px 0; }
      .ve-half-and-half-v2 .text-part,
      .ve-half-and-half-v2 .img-part {
        width: 100%;
        max-width: unset;
        min-width: unset;
        height: auto;
        max-height: auto;
        min-height: auto; }
      .ve-half-and-half-v2 .text-part {
        margin: 30px 0 0 0 !important; } }

.small-images-slider {
  margin: 100px 0; }
  .small-images-slider .content {
    position: relative; }
  .small-images-slider .btn-slider-nav {
    width: 40px;
    height: 40px;
    position: absolute;
    top: calc(50% - 20px);
    border-radius: 50%;
    border: 0;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 3; }
    .small-images-slider .btn-slider-nav svg {
      width: 14px; }
    .small-images-slider .btn-slider-nav.prev {
      left: 20px; }
    .small-images-slider .btn-slider-nav.next {
      right: 20px; }
      .small-images-slider .btn-slider-nav.next svg {
        transform: rotate(180deg); }
    .small-images-slider .btn-slider-nav:hover {
      background-color: #6660aa; }
      .small-images-slider .btn-slider-nav:hover svg path {
        fill: #fff; }
  .small-images-slider .item {
    width: 280px;
    margin: 0 10px; }
    .small-images-slider .item .img-wrapper {
      width: 100%; }
      .small-images-slider .item .img-wrapper img {
        height: 280px;
        height: 280px;
        object-fit: cover; }
    .small-images-slider .item .caption {
      width: 100%;
      height: 100%;
      position: absolute;
      display: flex;
      align-items: center;
      justify-content: center;
      left: 0;
      font-size: 18px;
      top: 0;
      opacity: 0;
      transition: all 0.3s ease;
      color: #fff;
      background-color: rgba(17, 17, 17, 0.8); }
    .small-images-slider .item:hover .caption {
      opacity: 1; }
  @media (max-width: 1199.98px) {
    .small-images-slider {
      margin: 60px 0; }
      .small-images-slider .container {
        padding: 0; }
      .small-images-slider .item {
        width: 70%;
        margin: 0 7.5px; }
        .small-images-slider .item img {
          height: auto; } }

.career-banner-one {
  color: #fff; }
  .career-banner-one .content {
    background-color: #6660aa;
    display: flex;
    justify-content: space-between; }
  .career-banner-one .left-part {
    max-width: 490px;
    padding: 100px 0 70px 100px; }
  .career-banner-one .right-part {
    min-width: 550px;
    position: relative;
    left: 100px;
    display: flex;
    align-items: center; }
  .career-banner-one .detail p {
    font-size: 20px;
    margin-bottom: 40px; }
    .career-banner-one .detail p:last-of-type {
      margin-bottom: 0; }
  .career-banner-one .detail a {
    color: #f2cd14;
    font-size: 26px;
    margin-top: 40px;
    margin: 0;
    font-family: Miller, "Open Sans", sans-serif; }
  .career-banner-one .img-wrapper {
    position: relative;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.16); }
    .career-banner-one .img-wrapper .main-img {
      width: 550px;
      height: 445px; }
    .career-banner-one .img-wrapper:after {
      position: absolute;
      width: calc(100% - 30px);
      height: calc(100% - 30px);
      border: 1px solid rgba(255, 255, 255, 0.45);
      left: 15px;
      top: 15px;
      content: " "; }
  .career-banner-one .be-img-wrapper {
    position: absolute;
    width: 250px;
    bottom: 30px;
    left: calc(50% - 125px);
    display: flex;
    justify-content: center;
    align-items: center; }
    .career-banner-one .be-img-wrapper img {
      width: 190px;
      height: auto;
      z-index: 2; }
    .career-banner-one .be-img-wrapper:before {
      content: " ";
      position: absolute;
      width: 250px;
      height: 250px;
      background: #fff;
      left: 0;
      bottom: -55px;
      z-index: 1;
      border-radius: 50%;
      background: #fff;
      filter: blur(50px); }
  .career-banner-one h2 {
    font-size: 51px;
    margin-bottom: 30px;
    margin-bottom: 20px;
    letter-spacing: -0.02em; }
  .career-banner-one h1 {
    font-size: 16px;
    margin-bottom: 30px;
    letter-spacing: 2px;
    font-family: "Open Sans", sans-serif; }
  @media (max-width: 1199.98px) {
    .career-banner-one .container {
      padding: 0; }
    .career-banner-one .content {
      flex-direction: column-reverse; }
    .career-banner-one .left-part {
      padding: 40px 20px 20px 20px; }
    .career-banner-one .right-part {
      position: static;
      left: unset;
      min-width: 100%;
      max-width: 100%; } }

.career-iframe {
  margin: 100px 0; }
  .career-iframe iframe {
    border: 1px solid #ccc;
    width: 100%;
    min-height: 1000px; }

.career-alerts {
  margin: 70px 0 130px 0; }
  .career-alerts .content {
    background: #f0f0f0;
    position: relative; }
    .career-alerts .content:before {
      content: " ";
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: #f0f0f0;
      z-index: 2;
      opacity: 0; }
  .career-alerts .bg-with-overlay {
    position: absolute;
    right: 0;
    height: 100%;
    top: 0; }
    .career-alerts .bg-with-overlay img {
      width: 100%;
      width: auto;
      height: 100%; }
  .career-alerts .text-part {
    padding: 35px 35px 35px 50px;
    z-index: 2;
    position: relative; }
    .career-alerts .text-part .form-and-detail-wrapper {
      max-width: 510px; }
  .career-alerts .detail h2 {
    font-size: 40px;
    line-height: 45px;
    color: #6660aa;
    margin-bottom: 5px; }
  .career-alerts .detail p {
    font-size: 20px;
    line-height: 38px;
    text-align: left;
    color: #53565a; }
  .career-alerts .content form .gfield_label {
    display: none !important; }
  .career-alerts .content form input {
    min-height: 50px !important;
    border: 1px solid #a7a8a9;
    padding: 0 25px !important;
    color: #53565a; }
    .career-alerts .content form input:active, .career-alerts .content form input:focus {
      outline: 0;
      box-shadow: none;
      border-color: #6660aa; }
  .career-alerts .content form [type="submit"] {
    width: 510px;
    max-width: 100%;
    min-height: 50px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    color: #fff;
    background-color: #d44320;
    border-color: #d44320;
    border-radius: 4px;
    border: 0;
    transition: all 0.3s ease; }
    .career-alerts .content form [type="submit"]:hover {
      background-color: #6660aa; }
  .career-alerts .content form .instruction {
    color: #53565a;
    padding-top: 0; }
  .career-alerts .gform_heading {
    display: none; }
  .career-alerts .gfield_validation_message,
  .career-alerts .gform_wrapper .validation_message {
    border: 0;
    font-size: 13px;
    background: none;
    padding: 5px 0 0 0 !important;
    margin: 0;
    font-size: 14px; }
  @media (max-width: 1199.98px) {
    .career-alerts .container {
      padding: 0; }
    .career-alerts .text-part {
      padding: 30px 20px; }
    .career-alerts .content:before {
      opacity: 0.8; } }

.employee-spotlight {
  margin: 100px 0; }
  .employee-spotlight .content {
    border: 1px solid #a7a8a9;
    position: relative; }
  .employee-spotlight .text-part {
    padding: 85px 20px 85px 85px; }
  .employee-spotlight h3 {
    font-size: 16px;
    letter-spacing: 0.2em;
    text-align: left;
    color: #d44320;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 36px; }
  .employee-spotlight .detail {
    max-width: 430px; }
  .employee-spotlight .img-part {
    position: absolute;
    right: 10px;
    top: -15px;
    height: 100%;
    background-color: #ccc;
    height: calc(100% + 30px);
    width: 560px; }
    .employee-spotlight .img-part:after {
      content: " ";
      position: absolute;
      left: 15px;
      top: 15px;
      height: calc(100% - 30px);
      width: calc(100% - 30px);
      border: 1px solid #fff; }
    .employee-spotlight .img-part img {
      width: 100%;
      top: -0;
      height: 100%;
      position: relative; }
  .employee-spotlight h2 {
    font-size: 35px;
    letter-spacing: -0.02em;
    line-height: 45px;
    text-align: left;
    color: #6660aa;
    margin-bottom: 20px; }
  .employee-spotlight p {
    font-size: 20px;
    line-height: 38px;
    text-align: left;
    color: #53565a;
    margin-bottom: 20px; }
    .employee-spotlight p:last-of-type {
      margin-bottom: 0; }
  .employee-spotlight a {
    font-size: 20px;
    line-height: 38px;
    text-align: left;
    color: #d44320;
    text-decoration: underline; }
    .employee-spotlight a:hover {
      color: #6660aa; }
  @media (max-width: 1199.98px) {
    .employee-spotlight {
      margin: 60px 0; }
      .employee-spotlight .text-part {
        padding: 40px 30px; }
      .employee-spotlight h3 {
        margin-bottom: 20px; }
      .employee-spotlight h2 {
        font-size: 30px;
        line-height: 1.4; }
      .employee-spotlight .content {
        flex-direction: column-reverse;
        display: flex; }
      .employee-spotlight .text-part,
      .employee-spotlight .img-part {
        position: static;
        width: 100%; }
      .employee-spotlight .img-part:after {
        display: none; }
      .employee-spotlight .detail {
        width: 100%;
        max-width: 100%; } }

.career-banner-two {
  position: relative;
  margin-bottom: 60px; }
  .career-banner-two .img-with-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
    .career-banner-two .img-with-overlay img {
      width: 100%;
      height: 100%;
      z-index: 1; }
    .career-banner-two .img-with-overlay:before {
      position: absolute;
      content: " ";
      width: calc(100%);
      height: calc(100%);
      z-index: 2;
      background-color: #6660aa;
      content: " ";
      opacity: 0.9;
      position: absolute; }
    .career-banner-two .img-with-overlay:after {
      content: " ";
      position: absolute;
      left: 15px;
      top: 15px;
      border: 1px solid rgba(102, 96, 170, 0.85);
      width: calc(100%-30px);
      height: calc(100%-30px);
      z-index: 3; }
  .career-banner-two .content {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 100px 0 70px 0;
    z-index: 10;
    position: relative; }
  .career-banner-two .be-img {
    margin-bottom: 35px; }
  .career-banner-two .detail {
    max-width: 745px;
    margin: 0 auto; }
  .career-banner-two h1 {
    font-size: 51px;
    letter-spacing: -0.02em;
    line-height: 61px;
    text-align: center;
    margin-bottom: 20px;
    color: #fff; }
  .career-banner-two p {
    font-family: "Open Sans";
    font-weight: normal;
    font-size: 20px;
    line-height: 38px;
    text-align: center;
    color: #fff; }

.career-contact-with-shortcode {
  position: relative;
  padding: 70px 15px; }
  .career-contact-with-shortcode .bg-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #6660aa; }
    .career-contact-with-shortcode .bg-overlay img {
      height: 100%;
      opacity: 0.1;
      width: 100%; }
  .career-contact-with-shortcode .content {
    background-color: #fff;
    position: relative;
    padding: 85px 25px 100px 25px;
    max-width: 956px;
    margin: 0 auto; }
    .career-contact-with-shortcode .content .gform_title {
      display: none; }
    .career-contact-with-shortcode .content:before {
      content: " ";
      position: absolute;
      left: 10px;
      top: 10px;
      width: calc(100% - 20px);
      height: calc(100% - 20px);
      border: 1px solid #dddddd; }
  .career-contact-with-shortcode .gform_heading {
    display: none; }
  .career-contact-with-shortcode .title-wrapper {
    margin-bottom: 20px;
    text-align: center; }
    .career-contact-with-shortcode .title-wrapper h2 {
      font-family: "Open Sans", sans-serif;
      font-weight: normal;
      font-size: 16px;
      letter-spacing: 0.2em;
      line-height: 1.4;
      text-align: center;
      color: #d44320;
      margin-bottom: 35px; }
    .career-contact-with-shortcode .title-wrapper h3 {
      font-size: 34px;
      line-height: 45px;
      text-align: center;
      color: #6660aa; }
    @media (max-width: 1199.98px) {
      .career-contact-with-shortcode .title-wrapper {
        margin-bottom: 30px; }
        .career-contact-with-shortcode .title-wrapper h2 {
          margin-bottom: 20px; }
        .career-contact-with-shortcode .title-wrapper h3 {
          line-height: 1.1;
          font-size: 25px; } }
  .career-contact-with-shortcode .form-wrapper {
    max-width: 600px;
    margin: 0 auto;
    z-index: 2;
    position: relative; }
  .career-contact-with-shortcode .gform_wrapper.gravity-theme .gfield_label {
    font-family: Miller, "Open Sans", sans-serif;
    font-weight: normal;
    font-size: 18px;
    line-height: 1.4;
    text-align: left;
    color: #53565a;
    margin-bottom: 7px; }
  .career-contact-with-shortcode .gform_wrapper .gfield_required .gfield_required_custom,
  .career-contact-with-shortcode .gform_wrapper .gfield_required .gfield_required_text {
    display: none; }
  .career-contact-with-shortcode .gform_wrapper .gfield_required:after {
    font-size: 18px;
    content: "*";
    color: #53565a; }
  .career-contact-with-shortcode .gform_wrapper.gravity-theme .gfield input.large,
  .career-contact-with-shortcode .gform_wrapper.gravity-theme .gfield select.large {
    border: 1px solid #a7a8a9;
    border-radius: 3px;
    min-height: 40px !important;
    padding: 0 20px; }
    .career-contact-with-shortcode .gform_wrapper.gravity-theme .gfield input.large:active, .career-contact-with-shortcode .gform_wrapper.gravity-theme .gfield input.large:focus,
    .career-contact-with-shortcode .gform_wrapper.gravity-theme .gfield select.large:active,
    .career-contact-with-shortcode .gform_wrapper.gravity-theme .gfield select.large:focus {
      border-color: #d44320;
      outline: 0;
      box-shadow: none; }
    .career-contact-with-shortcode .gform_wrapper.gravity-theme .gfield input.large[aria-invalid="true"],
    .career-contact-with-shortcode .gform_wrapper.gravity-theme .gfield select.large[aria-invalid="true"] {
      background-color: rgba(255, 130, 100, 0.11);
      border-color: #d44320 !important; }
    .career-contact-with-shortcode .gform_wrapper.gravity-theme .gfield input.large[type="file"],
    .career-contact-with-shortcode .gform_wrapper.gravity-theme .gfield select.large[type="file"] {
      border: 0;
      padding: 0;
      margin: 20px 0 0 0; }
  .career-contact-with-shortcode .gform_wrapper.gravity-theme .gform_fields {
    grid-row-gap: 35px; }
    @media (max-width: 1199.98px) {
      .career-contact-with-shortcode .gform_wrapper.gravity-theme .gform_fields {
        grid-row-gap: 25px; } }
  .career-contact-with-shortcode .gform_wrapper.gravity-theme .description,
  .career-contact-with-shortcode .gform_wrapper.gravity-theme .gfield_description,
  .career-contact-with-shortcode .gform_wrapper.gravity-theme .gsection_description,
  .career-contact-with-shortcode .gform_wrapper.gravity-theme .instruction {
    display: none; }
  .career-contact-with-shortcode .gform_wrapper .gform_validation_errors > h2.hide_summary {
    text-align: left !important; }
  .career-contact-with-shortcode .gform_wrapper.gravity-theme .gform_footer button,
  .career-contact-with-shortcode .gform_wrapper.gravity-theme .gform_footer input,
  .career-contact-with-shortcode .gform_wrapper.gravity-theme .gform_page_footer button,
  .career-contact-with-shortcode .gform_wrapper.gravity-theme .gform_page_footer input {
    width: 100%;
    min-height: 53.65px;
    background: #ff8264;
    border-radius: 4px;
    border: 1px solid #fff;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 18px;
    text-align: center;
    color: #322b7f;
    transition: all 0.35s ease; }
    .career-contact-with-shortcode .gform_wrapper.gravity-theme .gform_footer button:hover,
    .career-contact-with-shortcode .gform_wrapper.gravity-theme .gform_footer input:hover,
    .career-contact-with-shortcode .gform_wrapper.gravity-theme .gform_page_footer button:hover,
    .career-contact-with-shortcode .gform_wrapper.gravity-theme .gform_page_footer input:hover {
      background: #6660aa;
      color: #fff; }
  .career-contact-with-shortcode .gform_wrapper.gravity-theme .gfield textarea.large {
    max-height: 165px;
    border: 1px solid #a7a8a9;
    border-radius: 3px;
    padding: 20px;
    line-height: 1.4; }
    .career-contact-with-shortcode .gform_wrapper.gravity-theme .gfield textarea.large:active, .career-contact-with-shortcode .gform_wrapper.gravity-theme .gfield textarea.large:focus {
      border-color: #d44320;
      outline: 0;
      box-shadow: none; }
    .career-contact-with-shortcode .gform_wrapper.gravity-theme .gfield textarea.large[aria-invalid="true"] {
      background-color: rgba(255, 130, 100, 0.11);
      border-color: #d44320 !important; }
  .career-contact-with-shortcode .gform_wrapper .gform_validation_errors {
    margin-bottom: 25px; }
  .career-contact-with-shortcode .gform_wrapper .gform_validation_errors > h2.hide_summary {
    margin-bottom: 0; }
  @media (max-width: 1199.98px) {
    .career-contact-with-shortcode {
      padding: 55px 5px; }
      .career-contact-with-shortcode .content {
        padding: 40px 25px; }
      .career-contact-with-shortcode h2 {
        font-size: 25px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center; }
        .career-contact-with-shortcode h2 span {
          margin-bottom: 10px; } }

.landing-page-banner {
  background-color: #f0f0f0;
  overflow: hidden; }
  .landing-page-banner .title-img-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px; }
  .landing-page-banner .bg-with-overlay {
    position: relative; }
    .landing-page-banner .bg-with-overlay img {
      width: 100%;
      min-height: 300px;
      z-index: 1; }
    .landing-page-banner .bg-with-overlay .dark-overlay {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(83, 86, 90, 0.3);
      z-index: 2; }
    .landing-page-banner .bg-with-overlay .round-shape {
      position: absolute;
      left: -15%;
      bottom: -30%;
      width: 130%;
      height: 550px;
      background-color: #f0f0f0;
      border-radius: 77%;
      filter: blur(50px);
      z-index: 3; }
  .page-id-5709 .landing-page-banner .container {
      margin-top: -120px;
	  @media(min-width:560px){
	   	margin-top: -220px;
	  }
	  @media(min-width:1200){
	  	margin-top: -320px;
	  }	  
	  @media(min-width:1300px){
		  margin-top: -520px;
	  }  
  }

   .page-id-5709 .landing-page-banner .bg-with-overlay img {
	  min-height: 400px;
   }
  .landing-page-banner .container {
    z-index: 5;
    position: relative;
    margin-top: -270px; }
  .landing-page-banner .detail {
    text-align: center;
    max-width: 760px;
    margin: 0 auto;
    padding-bottom: 30px; }
    .landing-page-banner .detail p {
      color: #545454;
      line-height: 1.8;
      font-size: 18px; }
    .landing-page-banner .detail ul:last-of-type,
    .landing-page-banner .detail p:last-of-type {
      margin-bottom: 0; }
    .landing-page-banner .detail h1 {
      color: #6660aa;
      font-size: 50px;
      line-height: 1.4;
      margin-bottom: 5px; }
    .landing-page-banner .detail h2 {
      color: #6660aa;
      font-family: "Open Sans", sans-serif;
      margin-bottom: 20px;
      font-size: 20px;
      font-weight: 700; }
    .landing-page-banner .detail p {
      margin-bottom: 40px; }
    .landing-page-banner .detail h5 {
      font-size: 16px;
      font-family: "Open Sans", sans-serif;
      font-size: 16px;
      letter-spacing: 0.2em;
      line-height: 35px;
      text-align: center;
      color: #d44320;
      margin-bottom: 15px; }
    .landing-page-banner .detail ul {
      display: flex;
      list-style: none;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      padding: 0; }
      .landing-page-banner .detail ul li,
      .landing-page-banner .detail ul a {
        color: #6660aa;
        font-size: 18px;
        line-height: 1.6;
        font-weight: 700; }
      .landing-page-banner .detail ul li {
        position: relative;
        padding-left: 25px; }
        .landing-page-banner .detail ul li:before {
          content: " ";
          width: 6px;
          height: 6px;
          border-radius: 50%;
          left: 10px;
          top: 12px;
          background-color: #d44320;
          position: absolute; }
@media (max-width: 1500px) {
	.landing-page-banner .container {
		 margin-top: -460px; 
	}
}
  @media (max-width: 1199.98px) {
    .landing-page-banner .container {
      margin-top: -125px; }
    .landing-page-banner .bg-with-overlay .round-shape {
      position: absolute;
      left: -15%;
      bottom: -30%;
      width: 128%;
      height: 80%;
      background-color: #f0f0f0;
      border-radius: 23%;
      filter: blur(35px);
      z-index: 3; }
    .landing-page-banner .title-img-wrapper img {
      max-width: 220px; } }

.landing-contact-form {
  position: relative;
  padding: 0 15px 70px 15px;
  z-index: 3; }
  .landing-contact-form select.disable-click {
    background: #ccc; }
  .landing-contact-form .bg-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #f0f0f0; }
    .landing-contact-form .bg-overlay img {
      height: 100%;
      opacity: 0.1;
      width: 100%;
      display: none; }
  .landing-contact-form .container {
    z-index: 2;
    position: relative;
    position: relative; }
  .landing-contact-form .content {
    z-index: 2;
    padding: 85px 25px 100px 25px;
    max-width: 956px;
    margin: 0 auto;
    z-index: 11;
    background: #fff;
    position: relative; }
    .landing-contact-form .content .gform_title {
      display: none; }
    .landing-contact-form .content:before {
      content: " ";
      position: absolute;
      left: 10px;
      top: 10px;
      width: calc(100% - 20px);
      height: calc(100% - 20px);
      border: 1px solid #dddddd;
      z-index: 1; }
    .landing-contact-form .content .form-top-texts {
      text-align: center;
      margin-bottom: 40px; }
    .landing-contact-form .content .form-wrapper,
    .landing-contact-form .content .form-top-texts {
      z-index: 10;
      position: relative; }
  .landing-contact-form h2 {
    text-align: center;
    font-family: Miller;
    font-weight: normal;
    font-size: 35px;
    color: #6660aa;
    margin-bottom: 20px; }
  .landing-contact-form .detail {
    max-width: 600px;
    margin: 0 auto; }
  .landing-contact-form .community-select-wrapper {
    margin: 0 0 35px 0; }
  .landing-contact-form .form-wrapper {
    max-width: 600px;
    margin: 0 auto;
    z-index: 2;
    position: relative; }
  .landing-contact-form .dynamic-community-id,
  .landing-contact-form .dynamic-community-name,
  .landing-contact-form .sourceName,
  .landing-contact-form .sourceCategory {
    display: none; }
  .landing-contact-form .gform_wrapper.gravity-theme .gfield_label {
    font-family: Miller, "Open Sans", sans-serif;
    font-weight: normal;
    font-size: 18px;
    line-height: 1.4;
    text-align: left;
    color: #53565a;
    margin-bottom: 7px; }
  .landing-contact-form .gform_wrapper .gfield_required .gfield_required_custom,
  .landing-contact-form .gform_wrapper .gfield_required .gfield_required_text {
    display: none; }
  .landing-contact-form .gform_wrapper .gfield_required:after {
    font-size: 18px;
    content: "*";
    color: #53565a; }
  .landing-contact-form .gform_wrapper.gravity-theme .gfield input.large,
  .landing-contact-form .gform_wrapper.gravity-theme .gfield select.large {
    border: 1px solid #a7a8a9;
    border-radius: 3px;
    min-height: 40px;
    padding: 0 20px; }
    .landing-contact-form .gform_wrapper.gravity-theme .gfield input.large:active, .landing-contact-form .gform_wrapper.gravity-theme .gfield input.large:focus,
    .landing-contact-form .gform_wrapper.gravity-theme .gfield select.large:active,
    .landing-contact-form .gform_wrapper.gravity-theme .gfield select.large:focus {
      border-color: #d44320;
      outline: 0;
      box-shadow: none; }
    .landing-contact-form .gform_wrapper.gravity-theme .gfield input.large[aria-invalid="true"],
    .landing-contact-form .gform_wrapper.gravity-theme .gfield select.large[aria-invalid="true"] {
      background-color: rgba(255, 130, 100, 0.11);
      border-color: #d44320 !important; }
  .landing-contact-form .gform_wrapper.gravity-theme .gform_fields {
    grid-row-gap: 35px; }
    @media (max-width: 1199.98px) {
      .landing-contact-form .gform_wrapper.gravity-theme .gform_fields {
        grid-row-gap: 25px; } }
  .landing-contact-form .gform_wrapper.gravity-theme .description,
  .landing-contact-form .gform_wrapper.gravity-theme .gfield_description,
  .landing-contact-form .gform_wrapper.gravity-theme .gsection_description,
  .landing-contact-form .gform_wrapper.gravity-theme .instruction {
    display: none; }
  .landing-contact-form .gform_wrapper .gform_validation_errors > h2.hide_summary {
    text-align: left !important; }
  .landing-contact-form .gform_wrapper.gravity-theme .gform_footer button,
  .landing-contact-form .gform_wrapper.gravity-theme .gform_footer input,
  .landing-contact-form .gform_wrapper.gravity-theme .gform_page_footer button,
  .landing-contact-form .gform_wrapper.gravity-theme .gform_page_footer input {
    width: 100%;
    min-height: 53.65px;
    background: #ff8264;
    border-radius: 4px;
    border: 1px solid #fff;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 18px;
    text-align: center;
    color: #322b7f;
    transition: all 0.35s ease; }
    .landing-contact-form .gform_wrapper.gravity-theme .gform_footer button:hover,
    .landing-contact-form .gform_wrapper.gravity-theme .gform_footer input:hover,
    .landing-contact-form .gform_wrapper.gravity-theme .gform_page_footer button:hover,
    .landing-contact-form .gform_wrapper.gravity-theme .gform_page_footer input:hover {
      background: #6660aa;
      color: #fff; }
  .landing-contact-form .gform_wrapper.gravity-theme .gfield textarea.large {
    max-height: 165px;
    border: 1px solid #a7a8a9;
    border-radius: 3px;
    padding: 20px;
    line-height: 1.4; }
    .landing-contact-form .gform_wrapper.gravity-theme .gfield textarea.large:active, .landing-contact-form .gform_wrapper.gravity-theme .gfield textarea.large:focus {
      border-color: #d44320;
      outline: 0;
      box-shadow: none; }
    .landing-contact-form .gform_wrapper.gravity-theme .gfield textarea.large[aria-invalid="true"] {
      background-color: rgba(255, 130, 100, 0.11);
      border-color: #d44320 !important; }
  .landing-contact-form .gform_wrapper .gform_validation_errors {
    margin-bottom: 25px; }
  .landing-contact-form .gform_wrapper .gform_validation_errors > h2.hide_summary {
    margin-bottom: 0; }
  @media (max-width: 1199.98px) {
    .landing-contact-form {
      padding: 0 5px 55px 0; }
      .landing-contact-form .content {
        padding: 40px 25px; }
      .landing-contact-form h2 {
        font-size: 25px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center; }
        .landing-contact-form h2 span {
          margin-bottom: 10px; } }

#mc_embed_signup input[type=radio]{
	min-height: auto!important;
}

.landing-gallery.gallery-signature .slider_nav:hover {
    background-color: #fff;
}

.landing-gallery.gallery-signature .slider_nav:hover svg path {
    fill: #c58c3e;
}

	.half-image-half-content-slider{
	    background-color: #f8f8f8;
	}

	.half-image-half-content-slider .flickity-page-dots {
		bottom: 20px;
	}

	.half-image-half-content-slider .each-half-item {
	    display: flex;
    	flex-wrap: wrap;
		padding: 60px;
	}
	.half-image-half-content-slider .each-half-item .img-part {
		 width: 360px;
		 text-align: center;
	}
	.half-image-half-content-slider .each-half-item .text-part {
	 	width: calc(100% - 360px);
    	padding-left: 50px;
	}
	.half-image-half-content-slider .each-half-item .text-part h3 {
		color: #6660AA;
		font-family: 'Miller';
		font-style: italic;
		font-size: 27px;
		margin-bottom: 30px;
	}
	.half-image-half-content-slider .each-half-item .text-part p {
		color: #53565A;
		font-size : 20px;
		line-height: 38px;
	}
.half-image-half-content-slider .flickity-page-dots .dot{
	position: relative;
}
.half-image-half-content-slider .flickity-page-dots .dot.is-selected{
    background: #6660AA;
}
.half-image-half-content-slider .flickity-page-dots .dot.is-selected:after {
    content: " ";
    width: 14px;
    height: 14px;
    left: -2px;
    top: -2px;
    border-radius: 50%;
    border: 3px solid #FF8264;
    position: absolute;
	transition: all 0.3s ease;
}
.half-image-half-content-slider svg path{
  fill : #6660AA;
}
@media (max-width: 768px) {
	.half-image-half-content-slider .each-half-item {
		padding: 0;
	}
	.half-image-half-content-slider .each-half-item .img-part, 
	.half-image-half-content-slider .each-half-item .text-part {
		width: 100%;
	}
	.half-image-half-content-slider .each-half-item .text-part{
		padding: 30px;
	}
	.half-image-half-content-slider .each-half-item .img-part{
		margin-top: 50px;
	}
	.half-image-half-content-slider .flickity-page-dots{
		margin-bottom: 30px;
	}
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
    height: auto;
    margin-bottom: 30px;
}

.embed-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.wp-video-shortcode {
    max-height: 500px;
}

.page-id-5709 .btn-global-book {
    display: none;
}


.contact-us-residence.disable-click {
    background: #ccc;
}

.send-to-mail {
    display: none;
}

.send-to-mail-province {
    display: none;
}

.page-id-6046 .landing-page-banner .container {
   margin-top: -270px;
}


.page-id-7238 .btn-global-book {
	display: none;
}

.page-id-7238 .landing-page-banner .container {
    margin-top: -520px;
}

.page-id-7238 .coming-soon-landing .top-content h2 {
	color: #000;
	font-family: NeutraDisp;
}

.page-id-7238 .coming-soon-landing .top-content .inline-coming-soon-nav li a {
    color: #988e82;
}

.page-id-7238 .explore-tab-signature-v2 .title-wrapper {
	margin: 0 auto 70px auto!important;
}

.page-id-7238 .explore-tab-signature-v2 {
    margin: 100px 0 !important;
}

.page-id-7238 .explore-tab-signature-v2.style3 .each-tab-link-wrapper.active .tab-link {
	background: #beb7b0;
}

.page-id-7238 .explore-tab-signature-v2.style3 .tab-link {
    background: #e6e4e1 0% 0% no-repeat padding-box;
	color: #000;
}

.page-id-7238 .explore-tab-signature-v2.style3 .tab-link:before {
	border : none;
}

.page-id-7238 .coming-soon-landing .middle-content h2, 
.page-id-7238 .coming-soon-landing .middle-content h3,
.page-id-7238 .redefining-home-cooked-meals .top-part .title,
.page-id-7238 .explore-tab-signature-v2 .section-title {
	font-family: NeutraDisp;
	color : #000;
}
.page-id-7238 .redefining-home-cooked-meals .top-part {
	flex-wrap : wrap;
}

.page-id-7238 .redefining-home-cooked-meals .bg-with-overlay {
	position: relative;
	margin-bottom: 40px;
}

.page-id-7238 .redefining-home-cooked-meals .bottom-part {
	margin : 0;
}

.page-id-7238 .redefining-home-cooked-meals .bg-with-overlay:after {
	background: none;
}

.page-id-7238  .explore-tab-signature-mobile-v2 .title-part {
    padding: 40px 20px 40px 20px;
}

.page-id-7238 .explore-tab-signature-mobile-v2 .section-title,
.page-id-7238 .explore-tab-signature-mobile-v2 .section-detail{
	color: #fff;
}

.page-id-7238 .landing-style .bg-with-overlay:after {
   background: #beb7b0;
}

.page-id-7238 .landing-style .btn-white {
	background-color:  #000000;
}

.page-id-7238 .coming-soon-landing .top-content {
	 padding-bottom: 0;
}

.page-id-7238 .coming-soon {
	background-color: #beb7b0;
}

.page-id-7238 .explore-tab-signature-v2.style3 .dining-v2 {
	background-color: #e6e4e1;
}

.page-id-7238 .amenities-signature.style3 .points-wrapper {
    background-color: #e6e4e1;
}


.page-id-7238 .coming-soon-landing .middle-content {
    margin-bottom: 100px;
}

.page-id-7238 .coming-soon-landing .bottom-content h2 {
	color: #000;
}

.page-id-7238 .explore-tab-signature-v2.style3 .tab-links:before {
    background-color: #beb7b0;
}

.page-id-7238 .coming-soon-landing .middle-content h2 {
    color: #96775F !important;
}
.page-id-7204 .landing-page-banner .detail {
	max-width: 860px;
}


@media(min-width:1500px){
	.page-id-7204  .landing-page-banner .container,
	.page-id-7279 .landing-page-banner .container,
	.page-id-7496 .landing-page-banner .container,
  .page-id-7571 .landing-page-banner .container,
  .page-id-7070 .landing-page-banner .container,
  .page-id-7092 .landing-page-banner .container,
  .page-id-7096 .landing-page-banner .container,
  .page-id-7100 .landing-page-banner .container,
  .page-id-7238 .landing-page-banner .container,
  .page-id-7439 .landing-page-banner .container,
  .page-id-5709 .landing-page-banner .container,
  .page-id-5624 .landing-page-banner .container,
  .page-id-4964 .landing-page-banner .container,
  .page-id-7617 .landing-page-banner .container,
  .page-id-7664 .landing-page-banner .container,
  .page-template-verve-landing .landing-page-banner .container {
		 margin-top: -200px; 
	}
	
  .page-id-7204 .landing-page-banner .bg-with-overlay .round-shape,
  .page-id-7279 .landing-page-banner .bg-with-overlay .round-shape,
  .page-id-7496 .landing-page-banner .bg-with-overlay .round-shape,
  .page-id-7571 .landing-page-banner .bg-with-overlay .round-shape,
  .page-id-7070 .landing-page-banner .bg-with-overlay .round-shape,
  .page-id-7092 .landing-page-banner .bg-with-overlay .round-shape,
  .page-id-7096 .landing-page-banner .bg-with-overlay .round-shape,
  .page-id-7100 .landing-page-banner .bg-with-overlay .round-shape,
  .page-id-7238 .landing-page-banner .bg-with-overlay .round-shape,
  .page-id-7439 .landing-page-banner .bg-with-overlay .round-shape,
  .page-id-5709 .landing-page-banner .bg-with-overlay .round-shape,
  .page-id-5624 .landing-page-banner .bg-with-overlay .round-shape,
  .page-id-4964 .landing-page-banner .bg-with-overlay .round-shape,
  .page-id-7617 .landing-page-banner .bg-with-overlay .round-shape,
  .page-id-7664 .landing-page-banner .bg-with-overlay .round-shape,
  .page-template-verve-landing .landing-page-banner .bg-with-overlay .round-shape {
		height: 450px;
	}
}


@media(max-width:1500px){
	.page-id-7204  .landing-page-banner .container,
	.page-id-7279 .landing-page-banner .container,
	.page-id-7496 .landing-page-banner .container, 
	.page-id-7571 .landing-page-banner .container,
  .page-id-7070 .landing-page-banner .container,
  .page-id-7092 .landing-page-banner .container,
  .page-id-7096 .landing-page-banner .container,
  .page-id-7100 .landing-page-banner .container,
  .page-id-7238 .landing-page-banner .container,
  .page-id-7439 .landing-page-banner .container,
  .page-id-5709 .landing-page-banner .container,
  .page-id-5624 .landing-page-banner .container,
  .page-id-4964 .landing-page-banner .container,
  .page-id-7617 .landing-page-banner .container,
  .page-id-7664 .landing-page-banner .container,
  .page-template-verve-landing .landing-page-banner .container {
		 margin-top: -100px; 
	}
	
  .page-id-7204 .landing-page-banner .bg-with-overlay .round-shape,
  .page-id-7279 .landing-page-banner .bg-with-overlay .round-shape,
  .page-id-7496 .landing-page-banner .bg-with-overlay .round-shape,
  .page-id-7571 .landing-page-banner .bg-with-overlay .round-shape,
  .page-id-7070 .landing-page-banner .bg-with-overlay .round-shape,
  .page-id-7092 .landing-page-banner .bg-with-overlay .round-shape,
  .page-id-7096 .landing-page-banner .bg-with-overlay .round-shape,
  .page-id-7100 .landing-page-banner .bg-with-overlay .round-shape,
  .page-id-7238 .landing-page-banner .bg-with-overlay .round-shape,
  .page-id-7439 .landing-page-banner .bg-with-overlay .round-shape,
  .page-id-5709 .landing-page-banner .bg-with-overlay .round-shape,
  .page-id-5624 .landing-page-banner .bg-with-overlay .round-shape,
  .page-id-4964 .landing-page-banner .bg-with-overlay .round-shape,
  .page-id-7617 .landing-page-banner .bg-with-overlay .round-shape,
  .page-id-7664 .landing-page-banner .bg-with-overlay .round-shape,
  .page-template-verve-landing .landing-page-banner .bg-with-overlay .round-shape {
		height: 300px;
	}
}
@media(max-width:1200px){
	.generic-detail-with-text-and-image .left-part {
		max-width: 100%;
	}
}

@media(max-width:1139px){
	.page-id-7204  .landing-page-banner .container,
	.page-id-7279 .landing-page-banner .container,
	.page-id-7496 .landing-page-banner .container,
	.page-id-7571 .landing-page-banner .container,
  .page-id-7070 .landing-page-banner .container,
  .page-id-7092 .landing-page-banner .container,
  .page-id-7096 .landing-page-banner .container,
  .page-id-7100 .landing-page-banner .container,
  .page-id-7238 .landing-page-banner .container,
  .page-id-7439 .landing-page-banner .container,
  .page-id-5709 .landing-page-banner .container,
  .page-id-5624 .landing-page-banner .container,
  .page-id-4964 .landing-page-banner .container,
  .page-id-7617 .landing-page-banner .container,
  .page-id-7664 .landing-page-banner .container,
  .page-template-verve-landing .landing-page-banner .container {
		 margin-top: -100px; 
	}
	
	.page-id-7204 .landing-page-banner .bg-with-overlay .round-shape,
	.page-id-7279 .landing-page-banner .bg-with-overlay .round-shape,
	.page-id-7496 .landing-page-banner .bg-with-overlay .round-shape,
	.page-id-7571 .landing-page-banner .bg-with-overlay .round-shape,
  .page-id-7070 .landing-page-banner .bg-with-overlay .round-shape,
  .page-id-7092 .landing-page-banner .bg-with-overlay .round-shape,
  .page-id-7096 .landing-page-banner .bg-with-overlay .round-shape,
  .page-id-7100 .landing-page-banner .bg-with-overlay .round-shape,
  .page-id-7238 .landing-page-banner .bg-with-overlay .round-shape,
  .page-id-7439 .landing-page-banner .bg-with-overlay .round-shape,
  .page-id-5709 .landing-page-banner .bg-with-overlay .round-shape,
  .page-id-5624 .landing-page-banner .bg-with-overlay .round-shape,
  .page-id-4964 .landing-page-banner .bg-with-overlay .round-shape,
  .page-id-7617 .landing-page-banner .bg-with-overlay .round-shape,
  .page-id-7664 .landing-page-banner .bg-with-overlay .round-shape,
  .page-template-verve-landing .landing-page-banner .bg-with-overlay .round-shape {
		height: 300px;
		bottom: -10%
	}
}

@media(max-width:560px){
		 footer .copyright-container{
		display: flex;
		justify-content: center;
		gap: 20px;
		align-items: center;
			 flex-direction: column;
	  }
	.page-id-7204 .landing-page-banner .bg-with-overlay .round-shape,
	.page-id-7279 .landing-page-banner .bg-with-overlay .round-shape,
	.page-id-7496 .landing-page-banner .bg-with-overlay .round-shape,
	.page-id-7571 .landing-page-banner .bg-with-overlay .round-shape,
  .page-id-7070 .landing-page-banner .bg-with-overlay .round-shape,
  .page-id-7092 .landing-page-banner .bg-with-overlay .round-shape,
  .page-id-7096 .landing-page-banner .bg-with-overlay .round-shape,
  .page-id-7100 .landing-page-banner .bg-with-overlay .round-shape,
  .page-id-7238 .landing-page-banner .bg-with-overlay .round-shape,
  .page-id-7439 .landing-page-banner .bg-with-overlay .round-shape,
  .page-id-5709 .landing-page-banner .bg-with-overlay .round-shape,
  .page-id-5624 .landing-page-banner .bg-with-overlay .round-shape,
  .page-id-4964 .landing-page-banner .bg-with-overlay .round-shape,
  .page-id-7617 .landing-page-banner .bg-with-overlay .round-shape,
  .page-id-7664 .landing-page-banner .bg-with-overlay .round-shape,
  .page-template-verve-landing .landing-page-banner .bg-with-overlay .round-shape	{
		height: 200px;
	}
}

.page-id-4653 .btn-global-book,
.page-id-8170 .btn-global-book,
.page-id-8289 .btn-global-book,
.page-id-8291 .btn-global-book {
	display: none;
}


a.btn-global-book {
	display: none;
}

.blog-id-38 a.btn-global-book, 
.blog-id-16 a.btn-global-book,
.blog-id-17 a.btn-global-book,
.blog-id-18 a.btn-global-book,
.blog-id-12 a.btn-global-book,
.blog-id-15 a.btn-global-book,
.blog-id-42 a.btn-global-book,
.blog-id-28 a.btn-global-book,
.blog-id-30 a.btn-global-book,
.blog-id-29 a.btn-global-book,
.blog-id-8 a.btn-global-book,
.blog-id-14 a.btn-global-book {
	display: inline-flex;
}

.community-landing-banner-signature .point-items .point span svg rect{
	fill: none;
}


.style1-purple{
	font-family: Miller, "Open Sans", sans-serif;
	color: #6660AA;
	font-size: 50px;
	line-height: 50px;
	letter-spacing: -1.25px;
	margin-bottom: 15px;

}

.style2-purple{
	font-family: Miller, "Open Sans", sans-serif;
	color: #6660AA;
	font-size: 40px;
	line-height: 50px;
	letter-spacing: -1px;
	margin-bottom: 15px;

}

.style3-purple{
	font-family: Miller, "Open Sans", sans-serif;
	color: #6660AA;
	font-size: 34px;
	line-height: 50px;
	letter-spacing: -0.85px;
	margin-bottom: 15px;

	
}

.style4-purple{
	font-family: Miller, "Open Sans", sans-serif;
	color: #6660AA;
	font-size: 30px;
	line-height: 50px;
	letter-spacing: -0.75px;
	margin-bottom: 15px;

}

.style5-purple{
	font-family: "Open Sans", sans-serif;
	color: #6660AA;
	font-size: 35px;
	font-weight: 400;
	line-height: 50px;
	letter-spacing: -0.88px;
	margin-bottom: 15px;

}

.style6-purple{
	font-family: "Open Sans", sans-serif;
	color: #6660AA;
	font-size: 25px;
	font-weight: 600;
	line-height: 50px;
	letter-spacing: -0.63px;
	margin-bottom: 15px;

}





.style1-white{
	font-family: Miller, "Open Sans", sans-serif;
	color: #ffffff;
	font-size: 50px;
	line-height: 50px;
	letter-spacing: -1.25px;
	margin-bottom: 15px;

}

.style2-white{
	font-family: Miller, "Open Sans", sans-serif;
	color: #ffffff;
	font-size: 40px;
	line-height: 50px;
	letter-spacing: -1px;
	margin-bottom: 15px;

}

.style3-white{
	font-family: Miller, "Open Sans", sans-serif;
	color: #ffffff;
	font-size: 34px;
	line-height: 50px;
	letter-spacing: -0.85px;
	margin-bottom: 15px;

	
}

.style4-white{
	font-family: Miller, "Open Sans", sans-serif;
	color: #ffffff;
	font-size: 30px;
	line-height: 50px;
	letter-spacing: -0.75px;
	margin-bottom: 15px;

}

.style5-white{
	font-family: "Open Sans", sans-serif;
	color: #ffffff;
	font-size: 35px;
	font-weight: 400;
	line-height: 50px;
	letter-spacing: -0.88px;
	margin-bottom: 15px;

}

.style6-white{
	font-family: "Open Sans", sans-serif;
	color: #ffffff;
	font-size: 25px;
	font-weight: 600;
	line-height: 50px;
	letter-spacing: -0.63px;
	margin-bottom: 15px;

}



.blog-id-21 .promo-badge{
    padding: 0 124px 0 !important;
	width: 555px!important;
}


.gfield.utm_source, .gfield.utm_medium, .gfield.utm_campaign, .gfield.utm_content, .gfield.utm_term, .gfield.utm_creative, .gfield.utm_matchtype, .gfield.utm_placement, .gfield.gad_campaignid, .gfield.gbraid, .gfield.gclid, .utm_source input, .utm_medium input, .utm_campaign input, .utm_content input, .utm_term input, .utm_creative input, .utm_matchtype input, .utm_placement input, .gad_campaignid input, .gbraid input, .gclid input {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}







.faq-section {
    width: 100%;
    height: 100%;
    background: var(--faq-bg-color, #f7f7f7);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    min-width: 350px;
    position: relative;
    overflow: hidden;
    padding: 60px 16px;
}

@media (min-width: 1024px) {
    .faq-section {
        min-height: 100%;
        padding: 80px;
    }
}

.faq-bg-desktop {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: none;
    z-index: 1;
}

@media (min-width: 1024px) {
    .faq-bg-desktop {
        display: block;
    }
}

.faq-bg-mobile {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    z-index: 1;
}

@media (min-width: 1024px) {
    .faq-bg-mobile {
        display: none;
    }
}

.faq-content-wrapper {
    width: 100%;
    max-width: 850px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 50;
    position: relative;
}

.faq-heading {
    color: var(--faq-active-color, #6660aa);
    font-size: 50px;
    letter-spacing: -1.25px;
    font-family: Miller, "Open Sans", sans-serif;
    line-height: 60px;
    margin-bottom: 26px;
    text-align: center;
}

@media (min-width: 1024px) {
    .faq-heading {
        font-size: 50px;
        margin-bottom: 48px;
    }
}

.faq-items {
    display: flex;
    gap: 12px;
    flex-direction: column;
    width: 100%;
}

@media (min-width: 1024px) {
    .faq-items {
        gap: 16px;
    }
}

.collapse {
    background-color: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(1, 51, 102, 0.08);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.collapse:hover {
    box-shadow: 0 4px 16px rgba(1, 51, 102, 0.12);
    transform: translateY(-2px);
}

.collapse.active {
    box-shadow: 0 6px 20px rgba(1, 51, 102, 0.15);
}

.collapse-title {
    color: var(--faq-text-color, #322b7f);
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 0;
    padding: 20px 60px 20px 24px;
    cursor: pointer;
    position: relative;
    user-select: none;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    display: block;
}

.collapse-title:hover {
    background-color: #f8f9fa;
    color: #d44320;
}

.collapse.active .collapse-title {
    background-color: var(--faq-active-color, #6660aa);
    color: #fff;
}

@media (min-width: 1024px) {
    .collapse-title {
        font-size: 20px;
        line-height: 26px;
        font-family: "Open Sans", sans-serif;
        padding: 24px 80px 24px 36px;
    }
}

.collapse-title::after {
    content: "";
    position: absolute;
    right: 24px;
    top: 50%;
    width: 12px;
    height: 12px;
    border-right: 2.5px solid var(--faq-text-color, #322b7f);
    border-bottom: 2.5px solid var(--faq-text-color, #322b7f);
    transform: translateY(-50%) rotate(45deg);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 1024px) {
    .collapse-title::after {
        right: 36px;
        width: 14px;
        height: 14px;
        border-color: var(--faq-text-color, #322b7f);
    }
}

.collapse-title:hover::after {
    border-color: #d44320;
}

.collapse.active .collapse-title::after {
    transform: translateY(-50%) rotate(-135deg);
    border-color: #fff;
}

.collapse-content {
    max-height: 0;
    overflow: hidden;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    padding: 0 24px;
    opacity: 0;
}

@media (min-width: 1024px) {
    .collapse-content {
        padding: 0 36px;
    }
}

.collapse.active .collapse-content {
    max-height: 500px;
    padding: 24px;
    opacity: 1;
}

@media (min-width: 1024px) {
    .collapse.active .collapse-content {
        padding: 28 36px 28px 36px;
    }
}

.collapse-content p {
    font-size: 18px;
    line-height: 38px;
    color: #53565a;
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    margin: 0;
    animation: fadeInUp 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 1024px) {
    .collapse-content p {
        font-size: 18px;
        font-family: "Open Sans", sans-serif;
        line-height: 38px;
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.faq-section2 {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    padding-top: 100px;
    padding-bottom: 100px;
}

@media (max-width: 1024px) {
    .faq-section2 {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}
.faq-bg-desktop2 {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: none;
    z-index: 1;
}

@media (min-width: 1024px) {
    .faq-bg-desktop2 {
        display: block;
    }
}

.faq-bg-mobile2 {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    z-index: 1;
}

@media (min-width: 1024px) {
    .faq-bg-mobile2 {
        display: none;
    }
}

.faq-content-wrapper2 {
    margin: 0 auto;
    max-width: 850px;
}

.faq-heading2 {
    color: #244c5a;
    font-size: 32px;
    line-height: 46px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 40px;
}

@media (min-width: 1024px) {
    .faq-heading2 {
        font-size: 40px;
        margin-bottom: 48px;
    }
}

.faq-items2 {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.collapse2 {
    overflow: hidden;
    border-top: 1px solid #244c5a;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.collapse2:last-child {
    border-bottom: 1px solid #244c5a;
}

.collapse-title2 {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #244c5a;
    padding: 20px 60px 20px 24px;
    cursor: pointer;
    position: relative;
    user-select: none;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    display: block;
}

@media (min-width: 1024px) {
    .collapse-title2 {
        font-size: 22px;
        line-height: 26px;
        padding: 32px 60px 32px 32px;
    }
}

.collapse-title2::after {
    content: "";
    position: absolute;
    right: 24px;
    top: 50%;
    width: 12px;
    height: 12px;
    border-right: 1.5px solid #244c5a;
    border-bottom: 1.5px solid #244c5a;
    transform: translateY(-50%) rotate(45deg);
    transform-origin: 50% 50%;
    transition: transform 0.3s ease-out;
}

@media (min-width: 1024px) {
    .collapse-title2::after {
        right: 36px;
        width: 14px;
        height: 14px;
    }
}

.collapse2.active .collapse-title2::after {
    transform: translateY(-50%) rotate(225deg);
}

.collapse-content2 {
    max-height: 0;
    overflow: hidden;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
}

@media (min-width: 1024px) {
    .collapse-content2 {
        padding: 0 36px;
    }
}

.collapse2.active .collapse-content2 {
    max-height: 500px;
    padding: 0 24px 24px 24px;
    opacity: 1;
}

@media (min-width: 1024px) {
    .collapse2.active .collapse-content2 {
        padding: 0 32px 32px 32px;
    }
}

.collapse-content2 p {
    color: #53565a;
    font-size: 14px;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: 1px;
    margin: 0;
}

@media (min-width: 1024px) {
    .collapse-content2 p {
        font-size: 18px;
        opacity: 0.8;
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}




        .modal-container-v2 {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.5);
      display: flex;
      align-items: center;
      justify-content: center;
      transition: opacity 0.3s ease;
      opacity: 1;
      pointer-events: auto;
      z-index: 5005;
      padding: 20px;
    }

    .modal-wrapper-v2 {
      position: relative;
      max-width: 1000px;
      width: 100%;
      animation: slideDown 0.4s ease;
    }

    @keyframes slideDown {
      from {
        transform: translateY(-50px);
        opacity: 0;
      }
      to {
        transform: translateY(0);
        opacity: 1;
      }
    }

    .close-btn-v2 {
      position: absolute;
      top: -65px;
      right: 0;
      cursor: pointer;
      background: transparent;
      border: none;
      padding: 5px;
      transition: transform 0.2s;
      z-index: 2000;
      color: #ffffff;
    }

    .close-btn-v2:hover {
      color: #ff8264;
      transform: scale(1.1);
    }

    .close-btn-v2 svg {
      width: 35px;
      height: 35px;
    }

    .modal-v2 {
      height: 100%;
      max-width: 1000px;
      width: 100%;
      display: grid;
      grid-template-columns: 1fr 1fr;
      background: #fff;
      border-radius: 0;
      overflow: hidden;
      box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
      position: relative;
    }

    .left-col-v2 {
      width: 100%;
      height: 100%;
      overflow: hidden;
    }

    .left-col-v2 img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      transform: scale(1.01);
    }

    .right-col-v2 {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      text-align: center;
      padding: 20px 40px;
      margin: 20px;
      border: 1px solid #707070;
    }

    .heading-v2 {
      font-size: 24px;
      border-bottom: 1px solid #6660aa;
      color: #6660aa;
      padding-bottom: 8px;
      margin-bottom: 20px;
      font-weight: 500;
      line-height: 1.3;
font-family: Miller, "Open Sans", sans-serif;
    font-style: italic;
    }

    .subheading-v2 {
      color: #6660aa;
      font-size: 60px;
      font-weight: 500;
  
		    font-family: Miller, "Open Sans", sans-serif;
      line-height: 1.2;
    }

    .descriptions-v2 {
      font-size: 18px;
      font-weight: 300;
      color: #333;
      margin-bottom: 30px;
      line-height: 1.5;
      max-width: 400px;
    }

    .flex-btn-v2 {
      display: flex;
      gap: 15px;
      align-items: center;
      justify-content: center;
      
      flex-wrap: wrap;
    }

    .button-v2,
    .button-outline-v2 {
      min-width: 140px;
      padding: 0 30px;
      height: 45px;
      line-height: 43px;
      font-size: 16px;
      font-weight: 600;
      text-align: center;
      white-space: nowrap;
      cursor: pointer;
      text-decoration: none;
      display: inline-block;
      transition: all 0.3s ease;
      border-radius: 3px;
    }

    .button-outline-v2 {
      background: transparent;
      border: 1px solid #6660aa;
      color: #6660aa;
    }

    .button-v2 {
      border: 1px solid #ff8264;
      background: #ff8264;
      color: #ffffff;
 text-decoration: none;
    }

    .button-v2:hover {
      background: #6660aa;
      border-color: #6660aa;
 color: #ffffff;
      text-decoration: none;
    }

    .button-outline-v2:hover {
      background: #ff8264;
      color: #fff;
      border-color: #ff8264;
text-decoration: none;
    }

    .not-interested-v2 {
      margin-top: 15px;
      text-decoration: underline;
      color: #75787b;
      font-size: 14px;
      cursor: pointer;
      background: none;
      border: none;
      transition: color 0.2s;
    }

    .not-interested-v2:hover {
      color: #ff8264;
    }

    @media (max-width: 1024px) {
      .modal-v2 {
        height: 450px;
      }

      .right-col-v2 {
        padding: 10px;
        margin: 10px;
      }

      .heading-v2 {
        font-size: 26px;
      }

      .subheading-v2 {
        font-size: 40px;
      }

      .descriptions-v2 {
        font-size: 16px;
      }

      .button-v2,
      .button-outline-v2 {
        min-width: 130px;
        height: 42px;
        line-height: 40px;
        font-size: 15px;
      }
    }

    @media (max-width: 768px) {
      .modal-v2 {
        height: 400px;
      }

      .right-col-v2 {
        padding: 10px;
      }

      .heading-v2 {
        font-size: 22px;
        margin-bottom: 15px;
      }

      .subheading-v2 {
        font-size: 34px;
        margin-bottom: 15px;
      }

      .descriptions-v2 {
        font-size: 15px;
		    margin-bottom: 15px;
      }

      .flex-btn-v2 {
        gap: 5px;
        flex-direction: row;
        margin: 0px;
      }

      .button-v2,
      .button-outline-v2 {
        min-width: 120px;
        height: 40px;
        line-height: 38px;
        font-size: 14px;
        padding: 0 25px;
      }
      .not-interested-v2 {
        margin-top: 10px;
      }

      .close-btn-v2 {
        top: -45px;
      }

      .close-btn-v2 svg {
        width: 30px;
        height: 30px;
      }
    }

    @media (max-width: 640px) {
      .modal-container-v2 {
        padding: 5px;
      }
	.close-btn-v2 {
       top: -40px;
        right: 10px;
    }

      .modal-v2 {
        height: 600px;
        max-height: 95vh;
 max-width: 500px;
        display: flex;
        flex-direction: column;
        overflow-y: auto;
margin: auto;
      }

      .left-col-v2 {
        height: 50%;
        min-height: 250px;
        width: 100%;
      }

      .left-col-v2 img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: top;
      }

      .right-col-v2 {
        flex: 1;
        padding: 20px;
        border: 1px solid #6660aa;
        margin: 10px;
        width: calc(100% - 20px);
        box-sizing: border-box;
      }
 
    }

    @media (max-width: 480px) {
     
     .modal-v2 {
        height: 580px;
		 max-height: 95vh;}

      .right-col-v2 {
        padding: 10px;
        margin: 10px;
      }

      .heading-v2 {
        font-size: 22px;
		  margin-bottom:5px;
      }

      .subheading-v2 {
        font-size: 28px;
 margin: 0px;
        
      }

      .descriptions-v2 {
        font-size: 15px;
        
        margin: 5px 5px;
      }

      .flex-btn-v2 {
        flex-direction: row;
        width: 100%;
        gap: 10px;
      }

      .button-v2,
      .button-outline-v2 {
        width: 100%;
        max-width: 250px;
        padding: 0 20px;
      }

      .not-interested-v2 {
        font-size: 13px;
      }

      .close-btn-v2 {
        top: -40px;
      }

      .close-btn-v2 svg {
        width: 25px;
        height: 25px;
      }
    }

    @media (max-width: 360px) {
.modal-v2 {
        height: 630px;
        max-height: 95vh;
		}
      .left-col-v2 {
        height: 50%;
        min-height: 180px;
      }

      .heading-v2 {
        font-size: 18px;
      }

      .subheading-v2 {
        font-size: 24px;
      }

      .descriptions-v2 {
        font-size: 14px;
      }

      .button-v2,
      .button-outline-v2 {
        height: 38px;
        line-height: 36px;
        font-size: 13px;
      }
    }


.page-id-12896 .faq-heading2{
    font-family: 'TorontoSubway';
}