/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
      max-width: 100%;
    height: auto; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
.h {
  font-family: "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: 700;
  margin: 2.125rem 0 0.625rem;
  color: var(--dw-color-text);
  line-height: 1.2; }
  @media (min-width: 768px) {
    h1, .h1,
    h2, .h2,
    h3, .h3,
    h4, .h4,
    h5, .h5,
    h6, .h6,
    .h {
      letter-spacing: -0.03125rem;
      margin: 2.75rem 0 0.75rem; } }

h2, .h2,
h1, .h1 {
  font-size: 1.875rem;
  font-weight: 800; }
  @media (min-width: 768px) {
    h2, .h2,
    h1, .h1 {
      font-size: 2.625rem; } }
  @media (min-width: 1440px) {
    h2, .h2,
    h1, .h1 {
      font-size: 3.75rem; } }

h3, .h3 {
  font-weight: 800;
  font-size: 1.375rem; }
  @media (min-width: 768px) {
    h3, .h3 {
      font-size: 1.75rem; } }
  @media (min-width: 1440px) {
    h3, .h3 {
      font-size: 2.25rem; } }

h4, .h4 {
  font-weight: 800;
  font-size: 1.25rem;
  color: var(--dw-color-text-alt); }
  @media (min-width: 768px) {
    h4, .h4 {
      font-size: 1.5rem; } }
  @media (min-width: 1440px) {
    h4, .h4 {
      font-size: 1.875rem; } }

h5, .h5 {
  font-weight: 600;
  font-size: 1.1875rem;
  color: var(--dw-color-text-alt); }
  @media (min-width: 768px) {
    h5, .h5 {
      font-size: 1.375rem; } }
  @media (min-width: 1440px) {
    h5, .h5 {
      font-size: 1.5rem; } }

h6, .h6 {
  font-weight: 800;
  font-size: 1.125rem;
  color: var(--dw-color-text-alt); }


.buffer h1,
.buffer .h1 {
  font-size: 3rem;
  margin: 0 0 .5rem;
}
.buffer h2,
.buffer .h2 {
  font-size: 2.75rem;
  margin: 0 0 .5rem;
}
.buffer h3,
.buffer .h3 {
  font-size: 2.5rem;
  margin: 0 0 .5rem;
}

.buffer h4,
.buffer .h4 {
  font-size: 2rem;
  text-transform: uppercase;
  margin: 0 0 .5rem;
}
.buffer h5,
.buffer .h5 {
  font-size: 1.8rem;
  margin: 0 0 .5rem;
}
.buffer h6,
.buffer .h6 {
  font-size: 1.6rem;
  margin: 0 0 .5rem;
}

.container,
ul,
ol,
p {
  font-size: 0.875rem;
  margin: 0 0 0.875rem; }
  @media (min-width: 768px) {
    .container,
    ul,
    ol,
    p {
      margin: 0 0 1.5rem;
      font-size: 1rem; } }
  @media (min-width: 1440px) {
    .container,
    ul,
    ol,
    p {
      font-size: 1.125rem; } }

a {
  color: var(--dw-color-purple);
  -webkit-transition: all 0.2s;
  transition: all 0.2s; }
  a:hover {
    text-decoration: none; }

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none; }

input[type='text'].error,
input[type='tel'].error,
input[type='email'].error,
input[type='search'].error,
input[type='password'].error,
textarea.error {
  border: 1px solid #f92c2c;
  box-shadow: 0 0 6px rgba(214, 0, 0, 0.67); }

button,
input[type='button'],
input[type='reset'],
input[type='file'],
input[type='submit'] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer; }

label {
  width: 100%; }

.btn {
  font-family: "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: bold;
  border: none;
  margin: 0;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.2;
  -webkit-transition: .3s;
  transition: .3s;
  display: inline-block;
  padding: 0.75rem 1.75rem;
  background-color: var(--dw-color-red);
    -webkit-transition: .3s;
    transition: .3s;
  min-width: 148px;
  position: relative;
  overflow: hidden; }
  @media (min-width: 768px) {
    .btn {
      font-size: 1.125rem;
      padding: 1.5rem 2.125rem;
      min-width: 220px; } }
  .btn:hover {
    color: #fff; 
    background-color: var(--dw-color-purple); }

.btn-alt {
  background-color: var(--dw-color-blue); }

.btn span {
  font-style: italic;
}

.header {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  position: sticky;
  top: 0;
  z-index: 500;
  background-color: transparent;
  pointer-events: none;
  height: 103px; }
  @media (min-width: 768px) {
    .header:hover {
      z-index: 520; } }
  .header .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 100%;
    padding: 0.625rem 1.375rem;
    -webkit-transition: .2s;
    transition: .2s;
    will-change: padding, background-color, box-shadow;
    pointer-events: all; }
    @media (min-width: 768px) {
      .header .container {
        padding: 0.625rem 2.125rem; } }
    @media (min-width: 1200px) {
      .header .container {
        padding: 0.625rem 1.875rem; } }
    @media (min-width: 1440px) {
      .header .container {
        padding: 0.625rem 1.875rem 0.625rem 3.125rem; } }
  .header .logo-wrap {
    width: 146px;
    min-width: 146px;
    -webkit-transition: .3s;
    transition: .3s; }
  .header .logo {
    text-decoration: none;
    display: block; }
  .header .logo-image {
    position: relative;
    overflow: hidden; }
    .header .logo-image .logo-image-black {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: 0s;
      transition: 0s; }
    .header .logo-image .logo-image-white {
      -webkit-transition: .3s;
      transition: .3s; }
    .header .logo-image img {
      width: 100%;
      display: block; }
  .header .logo-text {
    font-family: "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-weight: 700;
    color: #fff;
    font-size: 0.6875rem;
    text-align: center;
    white-space: nowrap;
    margin-top: 2px;
    -webkit-transition: .3s;
    transition: .3s; }

.sticky-header .header .logo-wrap {
  width: 116px;
  min-width: 116px; }

.sticky-header .header .logo-text {
  color: var(--dw-color-text);
  font-size: 0.5625rem;
  margin-top: 0; }

.sticky-header .header .logo-image .logo-image-black {
  opacity: 1;
  visibility: visible;
  -webkit-transition: .4s .1s;
  transition: .4s .1s; }

.sticky-header .header .logo-image .logo-image-white {
  opacity: 0;
  visibility: hidden; }

.sticky-header .header .container {
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 0.25rem 1.375rem 0.1875rem;
  -webkit-transition: .3s;
  transition: .3s; }
  @media (min-width: 768px) {
    .sticky-header .header .container {
      padding: 0.25rem 2.125rem 0.1875rem; } }
  @media (min-width: 1200px) {
    .sticky-header .header .container {
      padding: 0.25rem 1.875rem 0.1875rem; } }
  @media (min-width: 1440px) {
    .sticky-header .header .container {
      padding: 0.25rem 1.875rem 0.1875rem 3.125rem; } }

@media (min-width: 1024px) {
  .sticky-header .main-menu > li > a {
    color: var(--dw-color-text); } }

@media (min-width: 1024px) {
  .sticky-header .main-menu > li:focus-within > a,
  .sticky-header .main-menu > li:hover > a {
    color: #fff; } }

.sticky-header .search-btn:after {
  filter: brightness(0%);
  opacity: 0.85; }

.sticky-header .burger-lines {
  background: var(--dw-color-text); }
  .sticky-header .burger-lines:after, .sticky-header .burger-lines:before {
    background: var(--dw-color-text); }

.sticky-header .search-ic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

@media (min-width: 1024px) {
  .show-menu body {
    overflow: hidden; } }

.show-menu .main-nav-overlay {
  opacity: 1;
  visibility: visible; }

@media (max-width: 1023px) {
  .show-menu .main-nav {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

@media (max-width: 1023px) {
  .show-menu .mobile-toggle-nav {
    opacity: 0;
    visibility: hidden; } }

.main-nav-overlay {
  position: fixed;
  z-index: 600;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-transition: .3s;
  transition: .3s;
  opacity: 0;
  visibility: hidden;
  z-index: 120; }
  @media (min-width: 1024px) {
    .main-nav-overlay {
      display: none; } }

@media (max-width: 1023px) {
  .main-nav {
    position: fixed;
    top: 0;
    right: 0;
    width: 315px;
    height: var(--app-height);
    overflow-y: auto;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
    background-color: rgba(45, 45, 45, 0.9);
    z-index: 700;
    padding: 3.375rem 1.25rem 4.375rem 0rem; } }

@media (max-width: 566px) {
  .main-nav {
    width: 100%;
    padding: 5.5rem 1.875rem 4.375rem 0rem; } }

.main-menu {
  display: block;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0; }
  @media (min-width: 1024px) {
    .main-menu {
      gap: 0.5rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 0 1.25rem; } }
  @media (min-width: 1200px) {
    .main-menu {
      gap: 1rem; } }
  @media (min-width: 1440px) {
    .main-menu {
      gap: 1.1875rem; } }
  .main-menu a {
    text-decoration: none;
    font-family: "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    display: block; }
  .main-menu > li {
    position: relative; }
    @media (min-width: 1024px) {
      .main-menu > li:focus-within > a, .main-menu > li:hover > a {
        background-color: rgba(45, 45, 45, 0.9); } }
    @media (min-width: 1024px) {
      .main-menu > li:focus-within > a:after, .main-menu > li:hover > a:after {
        opacity: 1;
        visibility: visible; } }
    .main-menu > li > a {
      font-size: 1.5rem;
      font-weight: 600;
      color: #fff;
      padding: 0.25rem 1rem 0.25rem 2.5rem; }
      @media (max-width: 1023px) {
        .main-menu > li > a {
          max-width: 254px; } }
      @media (min-width: 1024px) {
        .main-menu > li > a {
          font-size: 1rem;
          padding: 1rem 1rem;
          font-weight: bold; } }
      @media (min-width: 1200px) {
        .main-menu > li > a {
          font-size: 1.25rem; } }
      @media (min-width: 1440px) {
        .main-menu > li > a {
          font-size: 1.5rem;
          padding: 0.8125rem 1.125rem 0.8125rem; } }
      @media (min-width: 1024px) {
        .main-menu > li > a:after {
          content: '';
          position: absolute;
          width: 100%;
          height: 8px;
          top: 0;
          left: 0;
          background-color: var(--dw-color-blue);
          -webkit-transition: .3s;
          transition: .3s;
          opacity: 0;
          visibility: hidden; } }
    @media (min-width: 1024px) {
      .main-menu > li:last-child > .drop-menu .drop-menu {
        left: auto;
        right: 100%; } }
    @media (max-width: 1023px) {
      .main-menu > li > .drop-menu {
        padding-top: 0.3125rem;
        padding-left: 2.75rem; } }
    @media (max-width: 1023px) {
      .main-menu > li > .drop-menu > ul > li > a {
        padding: 0.0625rem 0.9375rem 0.0625rem 0.625rem; } }
  @media (max-width: 1023px) {
    .main-menu > li.show-drop > a {
      background-color: var(--dw-color-purple); } }
  @media (min-width: 1024px) {
    .main-menu li:focus-within > .drop-menu,
    .main-menu li:hover > .drop-menu {
      opacity: 1;
      visibility: visible;
      -webkit-transition: .3s;
      transition: .3s; } }

@media (min-width: 1024px) {
  .home-item {
    display: none; } }

@media (max-width: 767px) {
  .drop-menu {
    max-width: 300px; } }

@media (min-width: 1024px) {
  .drop-menu {
    display: block !important;
    position: absolute;
    top: 100%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(45, 45, 45, 0.9);
    padding: 0.625rem 0rem 0.9375rem;
    min-width: 208px;
    width: 208px;
    -webkit-transition: .1s;
    transition: .1s; } }

@media (min-width: 1200px) {
  .drop-menu {
    min-width: 237px;
    width: 237px; } }

.drop-menu ul {
  padding: 0;
  margin: 0;
  list-style: none; }
  @media (max-width: 1023px) {
    .drop-menu ul > li.show-drop > a {
      background-color: var(--dw-color-purple); } }

@media (min-width: 1024px) {
  .drop-menu li:focus-within > a, .drop-menu li:hover > a {
    background: var(--dw-color-red); } }

.drop-menu a {
  font-size: 0.875rem;
  display: block;
  font-weight: 600; }
  @media (min-width: 1024px) {
    .drop-menu a {
      font-size: 0.8125rem;
      padding: 0.625rem 1rem; } }
  @media (min-width: 1200px) {
    .drop-menu a {
      padding: 0.625rem 2rem;
      font-size: 0.875rem; } }

.drop-menu > ul > li {
  position: relative; }
  .drop-menu > ul > li > a {
    color: #fff; }

.drop-menu .drop-menu {
  top: 0;
  left: 100%; }
  @media (max-width: 1023px) {
    .drop-menu .drop-menu {
      padding: 0.625rem 0rem 0.625rem 1.5rem; } }
  @media (min-width: 1024px) {
    .drop-menu .drop-menu {
      background-color: rgba(255, 255, 255, 0.9); } }
  @media (max-width: 1023px) {
    .drop-menu .drop-menu a {
      padding: 0.0625rem 0rem; } }
  @media (min-width: 1024px) {
    .drop-menu .drop-menu a {
      color: var(--dw-color-text); } }
  @media (min-width: 1024px) {
    .drop-menu .drop-menu li:focus-within > a, .drop-menu .drop-menu li:hover > a {
      background: var(--dw-color-blue);
      color: #fff; } }

.close-menu {
  position: absolute;
  width: 44px;
  height: 44px;
  top: 21px;
  right: 23px;
  background: transparent;
  border: none;
  padding: 0; }
  .close-menu:after, .close-menu:before {
    content: '';
    position: absolute;
    width: 30px;
    height: 3px;
    background: #fff;
    top: 50%;
    margin-top: -1px;
    left: 50%;
    margin-left: -14px; }
  .close-menu:after {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }
  .close-menu:before {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  @media (min-width: 1024px) {
    .close-menu {
      display: none; } }

.mobile-toggle-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: .3s;
  transition: .3s; }
  @media (max-width: 1199px) {
    .mobile-toggle-nav {
      margin-right: -7px; } }

.search-btn {
  position: relative;
  width: 44px;
  height: 44px;
  background: transparent;
  border: none;
  padding: 0; }
  .search-btn:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 22px;
    height: 22px;
    background: url(../images/search.svg) center/contain no-repeat;
    filter: brightness(0) invert(1);
    -webkit-transition: .3s;
    transition: .3s; }
    @media (min-width: 1200px) {
      .search-btn:after {
        width: 34px;
        height: 34px; } }
  .search-btn:hover:after {
    filter: unset; }

.burger {
  width: 44px;
  height: 44px;
  border: none;
  background: transparent;
  position: relative;
  margin-left: 3px;
  padding: 0;
  -webkit-transition: .3s;
  transition: .3s; }
  @media (min-width: 1024px) {
    .burger {
      display: none; } }

.burger-lines {
  position: absolute;
  top: 50%;
  margin-top: -1px;
  left: 50%;
  margin-left: -14px;
  width: 27px;
  height: 2px;
  background: #fff;
  border-radius: 10px;
  -webkit-transition: .3s;
  transition: .3s; }
  .burger-lines:after, .burger-lines:before {
    content: '';
    position: absolute;
    width: inherit;
    height: inherit;
    border-radius: inherit;
    background: #fff;
    top: 0;
    left: 0;
    -webkit-transition: .3s;
    transition: .3s; }
  .burger-lines:after {
    -webkit-transform: translateY(8px);
        -ms-transform: translateY(8px);
            transform: translateY(8px); }
  .burger-lines:before {
    -webkit-transform: translateY(-8px);
        -ms-transform: translateY(-8px);
            transform: translateY(-8px); }

.show-search .search-modal {
  opacity: 1;
  visibility: visible; }

.show-search .mobile-toggle-nav {
  opacity: 0;
  visibility: hidden; }

.search-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background: -webkit-linear-gradient(bottom, rgba(93, 58, 155, 0.95) 0%, rgba(124, 20, 174, 0.95) 100%);
  background: linear-gradient(to top, rgba(93, 58, 155, 0.95) 0%, rgba(124, 20, 174, 0.95) 100%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .3s;
  transition: .3s; }
  .search-modal .container {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

.search-form {
  width: 100%;
  position: relative; }
  .search-form input {
    width: 100%;
    height: 50px;
    background: transparent;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 2px solid #F5F5F5;
    color: #F5F5F5;
    padding: 0rem 2.875rem 0.125rem 0.4375rem;
    font-family: "Lato", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
    font-weight: 400;
    font-size: 1rem; }
    @media (min-width: 567px) {
      .search-form input {
        padding: 0rem 3.75rem 0.125rem 0.4375rem; } }
    @media (min-width: 768px) {
      .search-form input {
        font-size: 1.75rem;
        height: 50px; } }
    @media (min-width: 1200px) {
      .search-form input {
        font-size: 36px;
        padding: 0rem 3.75rem 0.125rem 0.875rem;
        height: 75px; } }
    .search-form input:focus {
      outline: none; }
    .search-form input:focus ~ .input-focus-border {
      opacity: 1;
      visibility: visible; }
    .search-form input::-webkit-input-placeholder {
      color: #F5F5F5;
      opacity: 0.99; }
    .search-form input:-ms-input-placeholder {
      color: #F5F5F5;
      opacity: 0.99; }
    .search-form input::placeholder {
      color: #F5F5F5;
      opacity: 0.99; }

.input-focus-border {
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 2px;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .2s;
  transition: .2s; }

.close-search {
  position: absolute;
  width: 44px;
  height: 44px;
  top: 25px;
  right: 25px;
  background: transparent;
  border: none;
  padding: 0; }
  .close-search:after, .close-search:before {
    content: '';
    position: absolute;
    width: 32px;
    height: 3px;
    background: #fff;
    top: 50%;
    margin-top: -1px;
    left: 50%;
    margin-left: -14px; }
  .close-search:after {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }
  .close-search:before {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg); }

.search-submit {
  width: 44px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: transparent;
  border: none;
  padding: 0; }
  @media (min-width: 567px) {
    .search-submit {
      width: 48px; } }
  @media (min-width: 1200px) {
    .search-submit {
      width: 54px; } }
  .search-submit:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 18px;
    height: 18px;
    background: url(../images/search.svg) center/contain no-repeat;
    filter: brightness(0) invert(1);
    -webkit-transition: .3s;
    transition: .3s; }
    @media (min-width: 567px) {
      .search-submit:after {
        width: 22px;
        height: 22px; } }
    @media (min-width: 1200px) {
      .search-submit:after {
        width: 36px;
        height: 36px; } }

.int .footer {
  position: relative;
}
.footer {
  padding-top: 1.5625rem;
  padding-bottom: 1.5625rem;
  background-color:var(--dw-color-text); }
  @media (min-width: 768px) {
    .footer {
      padding-top: 2.75rem;
      padding-bottom: 2.5rem; } }
  @media (min-width: 1440px) {
    .footer {
      padding-top: 4rem;
      padding-bottom: 3.75rem; } }
  .footer .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (min-width: 768px) {
      .footer .container {
        max-width: 860px;
        padding: 0 35px; } }
    @media (min-width: 1024px) {
      .footer .container {
        max-width: 980px;
        padding: 0 40px; } }
    @media (min-width: 1200px) {
      .footer .container {
        max-width: 1120px; } }
    @media (min-width: 1440px) {
      .footer .container {
        max-width: 1280px; } }
    @media (max-width: 767px) {
      .footer .container {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: unset;
            -ms-flex-pack: unset;
                justify-content: unset; } }
  .footer .social-networks {
    gap: 0.125rem;
    margin: 0 0 1rem;
    margin-left: -6px; }
    @media (min-width: 768px) {
      .footer .social-networks {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        margin-left: -15px;
        margin: 0.625rem 0 0; } }
    @media (min-width: 768px) {
      .footer .social-networks li {
        margin-left: -3px; } }
    @media (min-width: 768px) {
      .footer .social-networks li:first-child {
        margin-left: 0;
        margin-right: -2px; } }
    .footer .social-networks a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 0.625rem; }
      .footer .social-networks a:hover img {
        filter: unset; }
    .footer .social-networks img {
      width: 24px;
      height: 24px;
      -webkit-transition: .2s;
      transition: .2s;
      filter: brightness(0%) invert(1); }
  @media (max-width: 767px) {
    .footer .social-networks-desktop {
      display: none; } }
  .footer .social-networks-mobile {
    width: 100%; }
    @media (min-width: 768px) {
      .footer .social-networks-mobile {
        display: none; } }

@media (max-width: 767px) {
  .footer-logo {
    width: 100%;
    text-align: center;
    margin-bottom: 0.8125rem; } }

.footer-logo .logo {
  display: inline-block;
  font-family: "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: 800;
  color: var(--dw-color-white);
  text-decoration: none;
  font-size: 1.0625rem;
  text-align: center;
  max-width: 238px; }
  @media (min-width: 1440px) {
    .footer-logo .logo {
      font-size: 1.40625rem;
      max-width: 305px; } }

.footer-logo img {
  width: 100%; }

.footer-logo .logo-text {
  white-space: nowrap;
  line-height: 1;
  position: relative;
  text-transform: capitalize; }
  @media (min-width: 1440px) {
    .footer-logo .logo-text {
      margin-top: -2px; } }

@media (max-width: 767px) {
  .footer-menu {
    width: calc(50% - 16px); } }

.footer-nav {
  list-style: none;
  padding: 0;
  margin: 0; 
}
  @media (min-width: 768px) {
    .footer-nav {
      margin: 0 1.25rem 0; } }
  .footer-nav li {
    margin-bottom: 0.1875rem; }
  .footer-nav a {
    font-family: "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    color: var(--dw-color-white);
    text-decoration: none;
    font-size: 1rem; }
    @media (min-width: 768px) {
      .footer-nav a {
        font-size: 1.125rem; } }
    @media (min-width: 1440px) {
      .footer-nav a {
        font-size: 1.5rem; } }
    .footer-nav a:hover {
      text-decoration: underline;
      color: var(--dw-color-purple); }

.footer-info {
  font-size: 0.875rem;
color: var(--dw-color-white);}
  @media (max-width: 767px) {
    .footer-info {
      width: calc(50% + 16px); } }
  @media (min-width: 1440px) {
    .footer-info {
      font-size: 1.125rem; } }
  .footer-info a[href^='tel:'] {
    color: var(--dw-color-text);
    text-decoration: none; }
    .footer-info a[href^='tel:']:hover {
      text-decoration: underline;
      color: var(--dw-color-purple); }
  .footer-info .title {
    margin: -0.125rem 0 0.3125rem; color: var(--dw-color-white); }
  .footer-info address {
    font-style: normal; }

:root {
  --app-height: 100%; }

* {
  box-sizing: border-box; }

html, body {
  min-height: 100%;
  font-size: 16px; }

body {
  font-family: "Lato", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  color: var(--dw-color-text);
  background-color: #fff;
  position: relative;
  overflow-x: hidden;
  line-height: 1.66;
  font-weight: 400;
  right: 0;
  -webkit-transition: right .3s;
  transition: right .3s; }

.page-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh; }

#main {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  margin-top: -104px; }

.container {
  margin: 0 auto;
  padding: 0 15px;
  width: 100%;
  max-width: 100%; }
  @media (min-width: 350px) {
    .container {
      padding: 0 30px; } }
  @media (min-width: 567px) {
    .container {
      max-width: 480px;
      max-width: 100%; } }
  @media (min-width: 768px) {
    .container {
      max-width: 727px;
      padding: 0 40px; } }
  @media (min-width: 1024px) {
    .container {
      max-width: 980px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1120px; } }
  @media (min-width: 1440px) {
    .container {
      max-width: 1280px; } }

.screen-reader-text {
  border: 0;
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important; }

.skip-link:focus {
  background-color: #ddd;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1rem;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 0.9375rem 1.4375rem 0.875rem;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; }

@media (min-width: 1024px) {
  .fade-top {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(60px);
        -ms-transform: translateY(60px);
            transform: translateY(60px);
    -webkit-transition: .7s;
    transition: .7s; } }

@media (min-width: 1024px) {
  .fade-top.active-animation {
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none; } }

@media (min-width: 1024px) {
  .fade-right {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-60px);
        -ms-transform: translateX(-60px);
            transform: translateX(-60px);
    -webkit-transition: .7s;
    transition: .7s; } }

@media (min-width: 1024px) {
  .fade-right.active-animation {
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none; } }

@media (min-width: 1024px) {
  .fade-left {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(60px);
        -ms-transform: translateX(60px);
            transform: translateX(60px);
    -webkit-transition: .7s;
    transition: .7s; } }

@media (min-width: 1024px) {
  .fade-left.active-animation {
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none; } }

.is-close-btn:focus {
  outline: 2px solid #fff !important; }

.alert-holder {
  background-color: var(--dw-color-text);
  font-size: 1.125rem;
  font-weight: bold;
  font-family: "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  color: #fff;
  position: relative;
  overflow: hidden;
  padding: 0 4.625rem 0 1.5625rem; }
  @media (min-width: 640px) {
    .alert-holder {
      padding: 0 6.875rem 0 1.875rem; } }
  .alert-holder .text-wrap {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: 72px;
    width: 100%;
    gap: 1.25rem;
    line-height: 1.2;
    padding: 0.5rem 0; }
    @media (min-width: 640px) {
      .alert-holder .text-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
  .alert-holder p {
    margin-bottom: 0; }
  .alert-holder .btn {
    text-transform: uppercase;
    white-space: nowrap;
    min-width: fit-content;
    font-size: 0.75rem;
    padding: 0.375rem 1.375rem;
    margin-top: 0.5rem; }
    @media (min-width: 640px) {
      .alert-holder .btn {
        display: block;
        margin-top: 0;
        font-size: 0.875rem; } }

.alert-close {
  top: 0;
  right: 0;
  width: 60px;
  height: 100%;
  position: absolute;
  background-color: var(--dw-color-blue);
  border: none;
  -webkit-transition: .3s;
  transition: .3s; }
  @media (min-width: 640px) {
    .alert-close {
      width: 83px; } }
  .alert-close:hover {
    background-color: var(--dw-color-purple); }
  .alert-close:after, .alert-close:before {
    content: '';
    position: absolute;
    width: 28px;
    height: 2px;
    background-color: #fff;
    left: 50%;
    top: 50%;
    margin-top: -0.0625rem;
    margin-left: -0.875rem; }
    @media (min-width: 640px) {
      .alert-close:after, .alert-close:before {
        height: 3px; } }
    @media (min-width: 768px) {
      .alert-close:after, .alert-close:before {
        width: 30px;
        margin-left: -0.9375rem; } }
  .alert-close:after {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }
  .alert-close:before {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg); }

.carousel-section {
  position: relative;
  overflow: hidden; }
  .carousel-section:after {
    content: '';
    position: absolute;
    pointer-events: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(top, #2d2d2d 0%, rgba(0, 35, 79, 0.404) 66%, rgba(0, 35, 79, 0.102) 100%);
    background: linear-gradient(to bottom, #2d2d2d 0%, rgba(0, 35, 79, 0.404) 66%, rgba(0, 35, 79, 0.102) 100%);
    opacity: 0.75; }
  .carousel-section .carousel-text-block {
    position: relative;
    z-index: 10; }
  .carousel-section .text {
    width: 100%;
    max-width: 300px; }
    @media (min-width: 768px) {
      .carousel-section .text {
        max-width: 600px; } }
    @media (min-width: 1024px) {
      .carousel-section .text {
        max-width: 800px; } }
    @media (max-width: 767px) {
      .carousel-section .text {
        text-align: center;
        margin: 0 auto; } }
  .carousel-section .title {
    color: #fff;
    margin-bottom: 3.125rem;
    font-size: 1.875rem;
    line-height: 1.06; }
    @media (min-width: 768px) {
      .carousel-section .title {
        margin-bottom: 2.25rem;
        font-size: 3rem;
        line-height: 1; } }
    @media (min-width: 1024px) {
      .carousel-section .title {
        font-size: 3.75rem;
        margin-bottom: 2.8125rem; } }
  @media (min-width: 768px) {
    .carousel-section .btn-wrap {
      position: absolute;
      left: 0; } }
  @media (min-width: 768px) {
    .carousel-section .btn-wrap:after {
      content: '';
      position: absolute;
      top: -10px;
      left: 0;
      height: 10px;
      width: 160px;
      background: var(--dw-color-blue); } }
  @media (min-width: 1024px) {
    .carousel-section .btn-wrap:after {
      height: 13px;
      width: 220px;
      top: -13px; } }
  .carousel-section .btn {
    min-width: 257px;
    font-size: 14px;
    padding: 1.125rem 1.5rem; }
    @media (min-width: 768px) {
      .carousel-section .btn {
        min-width: 235px; } }
    @media (min-width: 1024px) {
      .carousel-section .btn {
        font-size: 1.125rem;
        min-width: 328px;
        padding: 1.5rem 2.125rem; } }
    .carousel-section .btn:after {
      opacity: 0.8; }
  .carousel-section .carousel {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin-bottom: 0; }
  .carousel-section .slick-track,
  .carousel-section .slick-list {
    height: 100%; }
  .carousel-section .slick-slide {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important; }
  .carousel-section .image-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .carousel-section .slick-dots {
    position: absolute;
    z-index: 50;
    left: auto;
    right: 7px;
    top: 0;
    height: 100%;
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.25rem; }
    @media (max-width: 1023px) {
      .carousel-section .slick-dots {
        display: none; } }
    .carousel-section .slick-dots li button {
      width: 15px;
      height: 15px;
      padding: 0;
      margin: 0;
      background: transparent;
      border: 1px solid #fff;
      border-radius: 50%;
      -webkit-transition: .3s;
      transition: .3s; }
      .carousel-section .slick-dots li button:hover {
        background-color: rgba(93, 58, 155, 0.38); }
    .carousel-section .slick-dots li.slick-active button {
      background-color: rgba(93, 58, 155, 0.38); }
    .carousel-section .slick-dots li .slick-dot-icon {
      display: none; }

.carousel-text-block .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: calc(100vh + 1px);
  padding-top: 130px;
  padding-bottom: 130px; }
  @media (min-width: 768px) {
    .carousel-text-block .container {
      padding-top: 130px;
      padding-bottom: 160px; } }

.counters-section {
  margin-top: -48px; }
  @media (min-width: 1024px) {
    .counters-section {
      margin-top: -80px; } }

.counters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  padding-top: 9px;
  background: #fff;
  width: 100%;
  max-width: 240px;
  margin: 0 auto; }
  @media (min-width: 768px) {
    .counters {
      max-width: 930px; } }
  @media (min-width: 1024px) {
    .counters {
      padding-top: 13px; } }
  .counters:after, .counters:before {
    content: '';
    position: absolute;
    top: 0;
    height: 9px;
    width: 50%; }
    @media (min-width: 1024px) {
      .counters:after, .counters:before {
        height: 13px; } }
  .counters:after {
    right: 0;
    background-color: var(--dw-color-red); }
  .counters:before {
    left: 0;
    background-color: var(--dw-color-blue); }
  .counters .counter {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0.9375rem 0.9375rem 0.3125rem 1.25rem;
    position: relative; }
    @media (min-width: 768px) {
      .counters .counter {
        width: 33.3333%;
        padding: 0.9375rem 0.9375rem 1.875rem 1.25rem; } }
    @media (min-width: 1024px) {
      .counters .counter {
        padding: 1.25rem 1.25rem 1.875rem 2.1875rem; } }
    @media (min-width: 768px) {
      .counters .counter:after {
        content: '';
        position: absolute;
        height: 66px;
        width: 1px;
        top: 20px;
        right: 0;
        background-color: var(--dw-color-text);
        opacity: 0.5; } }
    @media (min-width: 1024px) {
      .counters .counter:after {
        height: 90px; } }
    .counters .counter:last-child:after {
      display: none; }
    .counters .counter:last-child .img {
      margin-right: 12px; }
  .counters .img {
    position: relative;
    width: 64px;
    height: 56px;
    margin-right: 0.5rem; }
    @media (min-width: 1024px) {
      .counters .img {
        width: 91px;
        height: 80px; } }
    .counters .img img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: contain; }
  .counters .counter-num {
    padding-top: 0.25rem;
    margin-bottom: 0.0625rem;
    font-size: 2.25rem;
    line-height: 1;
    font-family: "Lato", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
    font-weight: 900;
    color: var(--dw-color-blue);
    height: 40px; }
  .counters .text {
    font-family: "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-weight: 800;
    line-height: 1.2;
    width: 100%;
    max-width: 114px;
    font-size: 0.875rem; }
    @media (min-width: 768px) {
      .counters .text {
        max-width: 144px; } }
    @media (min-width: 1024px) {
      .counters .text {
        font-size: 1.125rem;
        max-width: 154px; } }

.map-section {
  background-color: var(--dw-color-grey-5);
  padding: 0.125rem 0 2.8125rem; }
  @media (min-width: 768px) {
    .map-section {
      padding: 0.125rem 0 4.875rem;
      position: relative; } }
  .map-section .map-container {
    position: relative;
    padding: 0 1.25rem 0 1.25rem;
    max-width: 1286px; }
    @media (min-width: 768px) {
      .map-section .map-container {
        padding: 0 0 0 0.625rem; } }
  .map-section .text-container {
    text-align: center;
    margin-bottom: 1.25rem; }
    @media (min-width: 1024px) {
      .map-section .text-container {
        margin-bottom: 2.5rem; } }
    .map-section .text-container .text {
      text-align: left;
      width: 100%;
      max-width: 950px;
      margin: 0 auto;
      font-size: 0.875rem; }
      @media (min-width: 1024px) {
        .map-section .text-container .text {
          font-size: 1.125rem; } }

.sticky-block {
  position: relative; }

.map-block {
  position: relative; }

.map {
  position: relative; }
  .map svg {
    pointer-events: none;
    width: 100%; }

.mobile-map-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  @media (min-width: 768px) {
    .mobile-map-link {
      display: none; } }

.map-trigger {
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 1px;
  pointer-events: none;
  opacity: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }

.active-map .map-text {
  opacity: 0;
  visibility: hidden; }

.active-map #guam.inactive-state path,
.active-map #british_virgin_islands.inactive-state path,
.active-map .inactive-state {
  fill: #E6E7E8; }

.active-map #guam:not(.inactive-state) path,
.active-map .state {
  fill: var(--dw-color-purple); }

.active-map .map svg {
  pointer-events: all; }

.active-map #guam:not(.inactive-state) path:hover {
  fill: var(--dw-color-text); }

.map circle {
  cursor: pointer;
  -webkit-transition: fill 1s;
  transition: fill 1s; }
  .map circle:not(.inactive-state):hover {
    fill: var(--dw-color-text);
    stroke: var(--dw-color-text);
    stroke-width: 2;
    -webkit-transition: .3s;
    transition: .3s; }

.map circle.inactive-state {
  display: none; }

.map .borders:not(.dccircle) {
  pointer-events: none; }

.state path {
  cursor: pointer;
  -webkit-transition: fill 1s;
  transition: fill 1s; }
  .state path:not(.inactive-state):hover {
    fill: var(--dw-color-text);
    -webkit-transition: .3s;
    transition: .3s; }

#guam:not(.inactive-state) path:hover,
#british_virgin_islands:not(.inactive-state) path:hover {
  -webkit-transition: .3s;
  transition: .3s; }

#guam.inactive-state path,
#british_virgin_islands.inactive-state path {
  cursor: default;
  -webkit-transition: fill 1s;
  transition: fill 1s;
  stroke-width: .3 !important; }
  @media (max-width: 767px) {
    #guam.inactive-state path,
    #british_virgin_islands.inactive-state path {
      fill: #C8CAD5; } }

.state .inactive-state {
  cursor: default; }
  .state .inactive-state circle,
  .state .inactive-state path {
    cursor: default; }
  @media (max-width: 767px) {
    .state .inactive-state {
      fill: #C8CAD5; } }

.state-modal {
  position: absolute;
  min-width: 380px;
  max-width: 380px;
  background-color: #fff;
  padding: 1.25rem 1.25rem 0.125rem 1.25rem;
  z-index: 20;
  overflow-y: auto;
  max-height: calc(100vh/1.7);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .3s;
  transition: .3s;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border: 1px solid #707070; }
  @media (min-width: 1200px) {
    .state-modal {
      min-width: 410px;
      max-width: 410px; } }
  @media (min-width: 1200px) {
    .state-modal {
      padding: 1.875rem 1.25rem 1.625rem 2.125rem; } }
  @media (max-width: 767px) {
    .state-modal {
      display: none; } }
  .state-modal .state {
    font-family: "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-weight: 800;
    font-size: 1.875rem;
    line-height: 1.2;
    margin: 0 0 1.125rem;
    padding-right: 2.5rem; }
    @media (min-width: 1200px) {
      .state-modal .state {
        font-size: 2.875rem; } }
  .state-modal .state-info {
    list-style: none;
    padding: 0;
    margin: 0; }
    .state-modal .state-info li {
      margin-bottom: 1.5625rem; }
    .state-modal .state-info .name {
      font-family: "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
      font-size: 1.25rem;
      line-height: 1.2;
      font-weight: bold;
      color: var(--dw-color-purple);
      -webkit-transition: .3s;
      transition: .3s; }
      @media (min-width: 1200px) {
        .state-modal .state-info .name {
          font-size: 1.75rem; } }
    .state-modal .state-info .district {
      font-family: "Lato", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
      font-size: 1rem;
      line-height: 1.0625rem;
      font-weight: 400;
      color: var(--dw-color-text); }
      @media (min-width: 1200px) {
        .state-modal .state-info .district {
          font-size: 1.25rem; } }
    .state-modal .state-info a {
      text-decoration: none; }
      .state-modal .state-info a:hover .name {
        color: var(--dw-color-blue); }
  .state-modal.show-state-modal {
    opacity: 1;
    visibility: visible; }

#guam,
#british_virgin_islands {
  cursor: pointer; }
  #guam:hover path,
  #british_virgin_islands:hover path {
    fill: var(--dw-color-text);
    -webkit-transition: .3s;
    transition: .3s; }

.close-state-info {
  background: transparent;
  border: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 58px;
  height: 58px;
  -webkit-transition: .3s;
  transition: .3s; }
  .close-state-info:hover:after, .close-state-info:hover:before {
    background-color: var(--dw-color-text); }
  .close-state-info:after, .close-state-info:before {
    content: '';
    position: absolute;
    width: 34px;
    height: 3px;
    background-color: var(--dw-color-purple);
    left: 50%;
    top: 50%;
    margin-top: -0.0625rem;
    margin-left: -1.25rem; }
  .close-state-info:after {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }
  .close-state-info:before {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg); }

.join-us-section {
  position: relative;
  color: #fff;
  text-align: center; }
  .join-us-section:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(116deg, #c80101 0%, #5d3a9b 57.8%, #0381e6 100%);
    background: linear-gradient(334deg, #c80101 0%, #5d3a9b 57.8%, #0381e6 100%);
    opacity: 0.65; }
  .join-us-section .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .join-us-section .container {
    position: relative;
    z-index: 10;
    padding-top: 3.4375rem;
    padding-bottom: 3.125rem; }
    @media (min-width: 768px) {
      .join-us-section .container {
        padding-top: 7.5rem;
        padding-bottom: 5.625rem; } }
  .join-us-section .title {
    color: #fff;
    margin: 0 0 0.5rem; }
  .join-us-section .description {
    font-weight: bold;
    font-size: 0.875rem; }
    @media (min-width: 1440px) {
      .join-us-section .description {
        font-size: 1.125rem; } }
    @media (max-width: 599px) {
      .join-us-section .description {
        max-width: 320px;
        width: 100%;
        margin: 0 auto; } }
  .join-us-section .social-networks {
    margin: 1.5rem 0 0;
    gap: 1.375rem; }
    @media (min-width: 768px) {
      .join-us-section .social-networks {
        gap: 1.75rem;
        margin: 2.4375rem 0 0; } }
    @media (min-width: 1440px) {
      .join-us-section .social-networks {
        gap: 2.125rem; } }
    .join-us-section .social-networks a {
      padding: 0.75rem;
      position: relative; }
      @media (min-width: 600px) {
        .join-us-section .social-networks a {
          padding: 1.125rem; } }
      .join-us-section .social-networks a:after {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        box-shadow: inset 0 0 0 2px #fff;
        border-radius: 50%;
        -webkit-transition: .3s;
        transition: .3s; }
      .join-us-section .social-networks a:hover:after {
        box-shadow: inset 0 0 0 4px #fff; }
    .join-us-section .social-networks img {
      width: 34px;
      height: 34px;
      filter: brightness(0) invert(1); }
      @media (min-width: 768px) {
        .join-us-section .social-networks img {
          width: 36px;
          height: 36px; } }
      @media (min-width: 1440px) {
        .join-us-section .social-networks img {
          width: 50px;
          height: 50px; } }

.join-us-form {
  width: 100%;
  max-width: 647px;
  margin: 1.375rem auto 0; }
  @media (min-width: 600px) {
    .join-us-form {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  @media (min-width: 1440px) {
    .join-us-form {
      max-width: 837px; } }
  .join-us-form input {
    width: 100%;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.9);
    -webkit-transition: .3s;
    transition: .3s;
    padding: 0 1.0625rem;
    height: 60px;
    font-size: 0.875rem; }
    @media (min-width: 1440px) {
      .join-us-form input {
        height: 87px; } }
    .join-us-form input:focus {
      background: white;
      outline: none;
      box-shadow: none;
      border-color: var(--dw-color-blue); }
    .join-us-form input::-webkit-input-placeholder {
      color: var(--dw-color-text);
      opacity: 0.99; }
    .join-us-form input:-ms-input-placeholder {
      color: var(--dw-color-text);
      opacity: 0.99; }
    .join-us-form input::placeholder {
      color: var(--dw-color-text);
      opacity: 0.99; }
    @media (min-width: 1440px) {
      .join-us-form input {
        font-size: 1.125rem; } }
  .join-us-form .btn {
    min-width: 200px;
    padding: 1.3125rem 0.625rem;
    font-size: 0.875rem;
    margin-top: 0.5625rem; }
    @media (min-width: 600px) {
      .join-us-form .btn {
        padding: 0.625rem 0.625rem;
        margin-top: 0; } }
    @media (max-width: 599px) {
      .join-us-form .btn {
        width: 100%; } }
    @media (min-width: 1440px) {
      .join-us-form .btn {
        font-size: 1.125rem; } }

.social-networks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
  list-style: none; }
  .social-networks a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

.back-to-top {
  position: absolute;
  top: -15px;
  right: 0;
  width: 30px;
  height: 30px;
  border: none;
  background: var(--dw-color-text);
  -webkit-transition: .3s;
  transition: .3s;
  z-index: 20; }
  @media (min-width: 768px) {
    .back-to-top {
      top: -24px;
      right: 15px;
      width: 47px;
      height: 47px; } }
  @media (min-width: 1440px) {
    .back-to-top {
      top: calc(100% - 31px);
      right: 24px;
      width: 60px;
      height: 60px; } }
  .back-to-top:hover {
    background: var(--dw-color-purple); }
  .back-to-top svg {
    width: 17px;
    height: 17px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
    @media (min-width: 768px) {
      .back-to-top svg {
        width: 27px;
        height: 27px; } }
    @media (min-width: 1440px) {
      .back-to-top svg {
        width: 30px;
        height: 35px; } }

.welcome-section {
  margin-top: 2.5rem;
  margin-bottom: 1.875rem; }
  @media (min-width: 768px) {
    .welcome-section {
      margin-top: 1.25rem;
      margin-bottom: 1.25rem; } }
  @media (min-width: 1024px) {
    .welcome-section {
      margin-top: 2.75rem;
      margin-bottom: 2.75rem; } }
  .welcome-section .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 767px) {
      .welcome-section .container {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
    @media (min-width: 768px) {
      .welcome-section .container {
        max-width: 100%;
        padding: 0; } }
  .welcome-section .left {
    width: 100%; }
    @media (min-width: 768px) {
      .welcome-section .left {
        width: 56%; } }
    @media (min-width: 1024px) {
      .welcome-section .left {
        width: 61%; } }
    @media (max-width: 767px) {
      .welcome-section .left {
        -webkit-box-ordinal-group: 5;
            -ms-flex-order: 4;
                order: 4; } }
  .welcome-section .right {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (min-width: 768px) {
      .welcome-section .right {
        width: calc(44% + 60px);
        margin-left: -60px;
        padding-bottom: 1.875rem;
        padding-top: 1.875rem; } }
    @media (min-width: 1024px) {
      .welcome-section .right {
        width: calc(39% + 60px); } }
    @media (min-width: 1200px) {
      .welcome-section .right {
        margin-left: -110px;
        width: calc(39% + 110px); } }
  .welcome-section .img {
    padding-bottom: 77%;
    position: relative;
    min-height: 100%; }
    .welcome-section .img img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .welcome-section .img:after, .welcome-section .img:before {
      content: '';
      position: absolute;
      width: 50%;
      top: 100%;
      height: 12px; }
      @media (min-width: 768px) {
        .welcome-section .img:after, .welcome-section .img:before {
          height: 17px; } }
      @media (min-width: 1024px) {
        .welcome-section .img:after, .welcome-section .img:before {
          height: 20px; } }
    .welcome-section .img:after {
      right: 0;
      background-color: var(--dw-color-red); }
    .welcome-section .img:before {
      background-color: var(--dw-color-blue); }
  .welcome-section .text-block {
    position: relative;
    z-index: 10;
    background-color: rgba(255, 255, 255, 0.95);
    padding: 0 0 0.9375rem 0;
    width: 100%;
    max-width: 670px; }
    @media (min-width: 768px) {
      .welcome-section .text-block {
        padding: 1.25rem 1.4375rem 1.5rem 1.75rem; } }
    @media (min-width: 1200px) {
      .welcome-section .text-block {
        padding: 3.375rem 3.75rem 2.1875rem; } }
  .welcome-section .text p,
  .welcome-section .text {
    font-size: 0.875rem; }
    @media (min-width: 1200px) {
      .welcome-section .text p,
      .welcome-section .text {
        font-size: 1.125rem; } }
  @media (max-width: 767px) {
    .welcome-section .text-block {
      text-align: center; } }
  .welcome-section .title {
    line-height: 1;
    margin-top: 0;
    margin-bottom: 0.5625rem; }
    @media (min-width: 1200px) {
      .welcome-section .title {
        margin-bottom: 1.5rem; } }
    @media (max-width: 1439px) {
      .welcome-section .title {
        max-width: 390px; } }
    @media (max-width: 767px) {
      .welcome-section .title {
        text-align: center;
        max-width: 100%; } }
  @media (max-width: 1199px) {
    .welcome-section .btn {
      font-size: 0.875rem;
      padding: 0.75rem 1.25rem;
      min-width: 148px; } }
  @media (max-width: 1199px) {
    .welcome-section p {
      margin-bottom: 0.625rem; } }

.tabs-section {
  margin-top: 3.25rem;
  margin-bottom: 1.5625rem;
  position: relative;
  overflow: hidden;
  padding-bottom: 0.9375rem; }
  @media (min-width: 768px) {
    .tabs-section {
      margin-top: 4.875rem;
      margin-bottom: 1.5625rem; } }
  @media (min-width: 1024px) {
    .tabs-section {
      margin-top: 4.25rem; } }

.tab-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.375rem; }
  @media (min-width: 567px) {
    .tab-buttons {
      gap: 0.625rem; } }

.tab-btn {
  display: inline-block;
  cursor: pointer;
  text-align: center;
  border: none;
  color: var(--dw-color-text);
  background-color: var(--dw-color-grey);
  text-transform: uppercase;
  font-family: "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 0.75rem;
  padding: 0.5rem 0.3125rem;
  font-weight: 800;
  -webkit-transition: .3s;
  transition: .3s; }
  @media (min-width: 567px) {
    .tab-btn {
      font-size: 0.875rem;
      padding: 1.125rem 1.3125rem;
      min-width: 142px; } }
  @media (max-width: 566px) {
    .tab-btn {
      width: calc(33.333% - 4px);
      line-height: 1; } }
  .tab-btn.active, .tab-btn:hover {
    color: #fff;
    background-color: var(--dw-color-red); }

.tabs-header {
  margin-bottom: 1.5625rem; }
  @media (min-width: 567px) {
    .tabs-header {
      margin-bottom: 2.1875rem; } }
  @media (min-width: 1024px) {
    .tabs-header {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end; } }
  @media (min-width: 1440px) {
    .tabs-header {
      margin-bottom: 2.8125rem; } }
  .tabs-header .title {
    margin-bottom: 1.25rem; }
    @media (min-width: 1024px) {
      .tabs-header .title {
        margin-bottom: -0.125rem; } }
    @media (min-width: 1440px) {
      .tabs-header .title {
        margin-bottom: -0.5rem; } }
    @media (max-width: 566px) {
      .tabs-header .title {
        text-align: center;
        margin-bottom: 0.625rem; } }

.tabs-body {
  position: relative; }

.tab-body {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: .3s;
  transition: .3s;
  opacity: 0;
  visibility: hidden; }
  .tab-body.active {
    position: relative;
    opacity: 1;
    visibility: visible; }

.scroll-list {
  position: relative;
  overflow: visible; }
  .scroll-list .scroll-list-inner {
    overflow: visible; }

.custom-scrollbar {
  position: relative;
  height: 14px;
  background: #E5E5E5;
  border-radius: 2px;
  margin-top: 1.25rem;
  cursor: pointer; }
  .custom-scrollbar .scrollbar-thumb {
    position: absolute;
    top: -11px;
    height: 29px;
    min-width: 40px;
    cursor: grab; }
    .custom-scrollbar .scrollbar-thumb:active {
      cursor: grabbing; }
    .custom-scrollbar .scrollbar-thumb::after {
      content: '';
      position: absolute;
      top: 4px;
      left: 0;
      right: 0;
      height: 29px;
      background: var(--dw-color-blue);
      -webkit-transition: .3s;
      transition: .3s; }
    .custom-scrollbar .scrollbar-thumb:hover:after {
      background: var(--dw-color-purple); }

.news-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.1875rem;
  padding-bottom: 1.75rem; }
  @media (min-width: 768px) {
    .news-list {
      gap: 1.875rem; } }

.news-post {
  width: 270px;
  min-width: 270px;
  position: relative;
  padding-bottom: 2.5rem; }
  @media (min-width: 768px) {
    .news-post {
      width: 380px;
      min-width: 380px; } }
  @media (min-width: 1200px) {
    .news-post {
      padding-bottom: 2.8125rem; } }
  .news-post .img {
    display: block;
    position: relative;
    overflow: hidden;
    height: 180px;
    margin-bottom: 0.625rem; }
    @media (min-width: 768px) {
      .news-post .img {
        height: 253px;
        margin-bottom: 0.875rem; } }
    .news-post .img img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .news-post .title-link {
    text-decoration: none; }
  .news-post time {
    display: block;
    position: relative;
    padding-left: 34px;
    font-size: 0.875rem;
    font-weight: 500;
    margin-bottom: 0.625rem; }
    @media (min-width: 1200px) {
      .news-post time {
        font-size: 1.125rem; } }
    .news-post time:after {
      content: '';
      position: absolute;
      width: 25px;
      height: 22px;
      left: 0;
      top: 1px;
      background: url(../images/calendar.svg) center/contain no-repeat; }
      @media (min-width: 1200px) {
        .news-post time:after {
          top: 3px; } }
  .news-post .read-more {
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 0.875rem;
    font-weight: bold;
    color: var(--dw-color-blue);
    text-decoration: none;
    padding-right: 1.5625rem; }
    @media (min-width: 1200px) {
      .news-post .read-more {
        font-size: 1.125rem;
        padding-right: 1.875rem; } }
    .news-post .read-more:hover {
      color: var(--dw-color-red); }
    .news-post .read-more:after {
      content: '';
      position: absolute;
      width: 19px;
      height: 19px;
      right: 0;
      top: 3px;
      background: url(../images/arrow.svg) center/contain no-repeat; }
      @media (min-width: 1200px) {
        .news-post .read-more:after {
          width: 25px;
          height: 25px; } }

.article-title {
  margin: 0;
  font-size: 1.25rem;
  line-height: 1.1;
  margin-bottom: 1rem;
  color: var(--dw-color-text); }
  @media (min-width: 768px) {
    .article-title {
      font-size: 1.5rem; } }
  @media (min-width: 1200px) {
    .article-title {
      font-size: 1.875rem; } }

.join-us-modal {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 1540;
  -webkit-transform: translate(calc(100% + 67px), calc(100% - 142px));
      -ms-transform: translate(calc(100% + 67px), calc(100% - 142px));
          transform: translate(calc(100% + 67px), calc(100% - 142px));
  -webkit-transition: .4s;
  transition: .4s; }
  @media (min-width: 768px) {
    .join-us-modal {
      -webkit-transform: translate(100%, calc(100% - 142px));
          -ms-transform: translate(100%, calc(100% - 142px));
              transform: translate(100%, calc(100% - 142px)); } }
  .join-us-modal .form-wrap {
    background-color: var(--dw-color-white);
    width: 317px;
    padding: 2.25rem 2rem; }
    @media (min-width: 768px) {
      .join-us-modal .form-wrap {
        padding: 2.75rem 3.625rem;
        width: 544px; } }
  .join-us-modal .title {
    margin-top: 0;
    color: var(--dw-color-text); }
  .join-us-modal .text {
    font-family: "Lato", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
    font-size: 1rem;
    line-height: 1.5rem;
    color: #6B6B6B;
    margin: 0 0 1.25rem; }
    @media (min-width: 768px) {
      .join-us-modal .text {
        margin: 0 0 1.25rem; } }
  .join-us-modal .btn {
    padding: 0.625rem 1.25rem;
    min-width: fit-content;
    font-size: 0.875rem; }
    @media (max-width: 767px) {
      .join-us-modal .btn {
        width: 100%;
        height: 55px;
        margin-top: 0.625rem; } }
  .join-us-modal input {
    font-family: "Lato", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
    background: #e8e9ec;
    border: 1px solid #e8e9ec;
    font-size: 0.875rem;
    color: var(--dw-color-text);
    height: 55px;
    width: 100%;
    padding: 0 1.25rem; }
    @media (min-width: 768px) {
      .join-us-modal input {
        height: 60px;
        padding: 0 1.6875rem; } }
    .join-us-modal input::-webkit-input-placeholder {
      font-family: "Lato", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
      font-size: 1rem;
      color: var(--dw-color-text);
      opacity: 0.99; }
    .join-us-modal input:-ms-input-placeholder {
      font-family: "Lato", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
      font-size: 1rem;
      color: var(--dw-color-text);
      opacity: 0.99; }
    .join-us-modal input::placeholder {
      font-family: "Lato", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
      font-size: 1rem;
      color: var(--dw-color-text);
      opacity: 0.99; }
    .join-us-modal input:focus {
      outline: none;
      border-color: var(--dw-color-green); }

@media (min-width: 768px) {
  .join-us-form-modal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

.toggle-join-us-modal {
  position: absolute;
  width: 66px;
  height: 60px;
  background-color: var(--dw-color-green);
  padding: 0;
  margin: 0;
  border: none;
  cursor: pointer;
  -webkit-transition: .4s;
  transition: .4s;
  opacity: 0;
  visibility: hidden; }
  @media (min-width: 768px) {
    .toggle-join-us-modal {
      top: 0;
      right: 100%;
      margin-right: -1px; } }
  @media (max-width: 767px) {
    .toggle-join-us-modal {
      left: 0;
      bottom: 100%;
      margin-bottom: -1px; } }
  .toggle-join-us-modal .letter-ic {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -12px;
    margin-left: -12px;
    width: 24px;
    height: 24px;
    -webkit-transition: .4s;
    transition: .4s; }
  .toggle-join-us-modal:after, .toggle-join-us-modal:before {
    content: '';
    position: absolute;
    width: 22px;
    height: 3px;
    background-color: var(--dw-color-text);
    left: 50%;
    top: 50%;
    margin-top: -1px;
    margin-left: -11px;
    -webkit-transition: .4s;
    transition: .4s; }
  .toggle-join-us-modal:after {
    -webkit-transform: rotate(45deg) scale(0);
        -ms-transform: rotate(45deg) scale(0);
            transform: rotate(45deg) scale(0); }
  .toggle-join-us-modal:before {
    -webkit-transform: rotate(-45deg) scale(0);
        -ms-transform: rotate(-45deg) scale(0);
            transform: rotate(-45deg) scale(0); }

html.show-menu.show-join-us-modal .join-us-modal,
html.show-search.show-join-us-modal .join-us-modal {
  z-index: 555; }

.show-join-us-modal .join-us-modal {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  -webkit-transition: .8s;
  transition: .8s; }

.show-join-us-modal .letter-ic {
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  opacity: 0;
  visibility: hidden; }

.show-join-us-modal .toggle-join-us-modal {
  opacity: 1;
  visibility: visible;
  background-color: var(--dw-color-white); }
  .show-join-us-modal .toggle-join-us-modal:after {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }
  .show-join-us-modal .toggle-join-us-modal:before {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg); }

.show-join-us-modal .join-us-overlay {
  opacity: .5;
  visibility: visible;
  -webkit-transition: .7s;
  transition: .7s; }

.join-us-overlay {
  -webkit-transition: .6s;
  transition: .6s;
  z-index: 1539;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--dw-color-text);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .3s;
  transition: .3s; }

.hidden,
.accessibility {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
/*# sourceMappingURL=main.css.map */

.int input[type='submit'],
.int input[type='button'],
.int input[type='reset'] {
  color:#fff !important;
  background-color: var(--dw-color-red) !important;
  border: unset !important;
}

.int input[type='submit']:hover,
.int input[type='button']:hover,
.int input[type='reset']:hover {
  color: #fff !important;
  background-color:var(--dw-color-purple) !important;
  border: unset !important;
}

  .body.int .header {
    position: absolute;
    width: 100%;
  }
  html.sticky-header .body.int .header {
    position: fixed;
    width: 100%;
  }
  .banner-area {
    min-height: 400px;
    position: relative;
  }
  .banner-title {
    position: absolute;
    bottom: 0;
    z-index: 1;
  }
  .section-heading-img {
    background-position: 50% 60%;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 400px;
    position: relative;
    overflow: hidden;
  }
  .section-heading-img:after {
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    background: rgba(0, 0, 0, .35);
  }
  .banner-area .container {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .banner-area h1 {
    color: #ffffff;
    text-transform: none;
    font-weight: 700;
    font-size: 4.2rem;
  }
  @media (min-width: 768px) {
    .banner-area .container {
      padding-left: 5rem;
      padding-right: 5rem;
      max-width: 1440px;
    }
  }
  @media (max-width: 767px) {
    .banner-area h1 {
      font-size: 2rem;
      line-height: 1.2;
    }
    .buffer .working-group h2 {
  font-size: 2rem;
}
  }

 .body.int #main {
    margin: 3rem 0;
  }

/* Membership List */
.group, #leadership {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.member {
  flex: 0 1 calc(25% - 10px);
  margin: 15px 5px;
  box-sizing: border-box;
  width: 25%;
  text-decoration: none;
  transition: transform .3s;
  padding: 1rem;
}

.member:hover {
  transform: translateY(-4px);
}

.member:hover .team-image img {
  filter: grayscale(0);
}

.team-image {
  aspect-ratio: 1 / 1;
  margin: 0 auto;
  overflow: hidden;
  border: .625rem solid var(--dw-color-purple);
  border-radius: 50%;
  width: 100%;
  position: relative; /* NEW */
}

.team-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
  transition: transform .35s cubic-bezier(.3, .86, .36, .95);
  display: block;
  filter: grayscale(1);
  transition: filter .3s;
  border: .625rem solid #fff;
  border-radius: 50%;
  position: absolute;            /* NEW */
  inset: 0;  /* NEW */
  box-sizing: border-box; /* NEW */
}

.team-info {
  text-align: center;
  background-color: var(--dw-color-purple);
  color: #fff;
  padding: .5rem;
  margin: 1rem 0 0;
}

.team-info h3 {
  font-size: 1rem;
  margin: 0;
  color: #fff;
  font-weight: 300;
}

@media (max-width: 1023px) {
  .member {
    flex: 1 1 calc(50% - 10px);
    max-width: 50%;
  }
  .team-image {
    border: .45rem solid var(--dw-color-purple);
  }

  .team-image img {
    border: .45rem solid #fff;
  }
}

.working-group {
  background: #efefef;
  padding: 1rem;
  text-align: center;
  margin: 0 0 2rem;
}

.working-group p {
  font-style: italic;
}


