:root,
[data-bs-theme=light] {
  --nx-blue: #0d6efd;
  --nx-indigo: #6610f2;
  --nx-purple: #6f42c1;
  --nx-pink: #d63384;
  --nx-red: #dc3545;
  --nx-orange: #fd7e14;
  --nx-yellow: #ffc107;
  --nx-green: #198754;
  --nx-teal: #20c997;
  --nx-cyan: #0dcaf0;
  --nx-black: #000;
  --nx-white: #fff;
  --nx-gray: #6c757d;
  --nx-gray-dark: #343a40;
  --nx-gray-100: #f8f9fa;
  --nx-gray-200: #e9ecef;
  --nx-gray-300: #dee2e6;
  --nx-gray-400: #ced4da;
  --nx-gray-500: #adb5bd;
  --nx-gray-600: #6c757d;
  --nx-gray-700: #495057;
  --nx-gray-800: #343a40;
  --nx-gray-900: #212529;
  --nx-primary: #01ACD7;
  --nx-secondary: #C4D600;
  --nx-success: #C4D600;
  --nx-info: #F3777F;
  --nx-warning: #FFC72C;
  --nx-danger: #E35405;
  --nx-light: #f8f9fa;
  --nx-dark: #212529;
  --nx-primary-rgb: 1, 172, 215;
  --nx-secondary-rgb: 196, 214, 0;
  --nx-success-rgb: 196, 214, 0;
  --nx-info-rgb: 243, 119, 127;
  --nx-warning-rgb: 255, 199, 44;
  --nx-danger-rgb: 227, 84, 5;
  --nx-light-rgb: 248, 249, 250;
  --nx-dark-rgb: 33, 37, 41;
  --nx-primary-text-emphasis: rgb(0.4, 68.8, 86);
  --nx-secondary-text-emphasis: rgb(78.4, 85.6, 0);
  --nx-success-text-emphasis: rgb(78.4, 85.6, 0);
  --nx-info-text-emphasis: rgb(97.2, 47.6, 50.8);
  --nx-warning-text-emphasis: rgb(102, 79.6, 17.6);
  --nx-danger-text-emphasis: rgb(90.8, 33.6, 2);
  --nx-light-text-emphasis: #495057;
  --nx-dark-text-emphasis: #495057;
  --nx-primary-bg-subtle: rgb(204.2, 238.4, 247);
  --nx-secondary-bg-subtle: rgb(243.2, 246.8, 204);
  --nx-success-bg-subtle: rgb(243.2, 246.8, 204);
  --nx-info-bg-subtle: rgb(252.6, 227.8, 229.4);
  --nx-warning-bg-subtle: rgb(255, 243.8, 212.8);
  --nx-danger-bg-subtle: rgb(249.4, 220.8, 205);
  --nx-light-bg-subtle: rgb(251.5, 252, 252.5);
  --nx-dark-bg-subtle: #ced4da;
  --nx-primary-border-subtle: rgb(153.4, 221.8, 239);
  --nx-secondary-border-subtle: rgb(231.4, 238.6, 153);
  --nx-success-border-subtle: rgb(231.4, 238.6, 153);
  --nx-info-border-subtle: rgb(250.2, 200.6, 203.8);
  --nx-warning-border-subtle: rgb(255, 232.6, 170.6);
  --nx-danger-border-subtle: rgb(243.8, 186.6, 155);
  --nx-light-border-subtle: #e9ecef;
  --nx-dark-border-subtle: #adb5bd;
  --nx-white-rgb: 255, 255, 255;
  --nx-black-rgb: 0, 0, 0;
  --nx-font-sans-serif: "Brandon Text", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --nx-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --nx-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --nx-root-font-size: 62.5%;
  --nx-body-font-family: var(--nx-font-sans-serif);
  --nx-body-font-size: 1rem;
  --nx-body-font-weight: 400;
  --nx-body-line-height: 1.5;
  --nx-body-color: #333;
  --nx-body-color-rgb: 51, 51, 51;
  --nx-body-bg: #FFFFFF;
  --nx-body-bg-rgb: 255, 255, 255;
  --nx-emphasis-color: #000;
  --nx-emphasis-color-rgb: 0, 0, 0;
  --nx-secondary-color: rgba(51, 51, 51, 0.75);
  --nx-secondary-color-rgb: 51, 51, 51;
  --nx-secondary-bg: #e9ecef;
  --nx-secondary-bg-rgb: 233, 236, 239;
  --nx-tertiary-color: rgba(51, 51, 51, 0.5);
  --nx-tertiary-color-rgb: 51, 51, 51;
  --nx-tertiary-bg: #f8f9fa;
  --nx-tertiary-bg-rgb: 248, 249, 250;
  --nx-heading-color: inherit;
  --nx-link-color: #01ACD7;
  --nx-link-color-rgb: 1, 172, 215;
  --nx-link-decoration: underline;
  --nx-link-hover-color: rgb(0.8, 137.6, 172);
  --nx-link-hover-color-rgb: 1, 138, 172;
  --nx-code-color: #d63384;
  --nx-highlight-color: #333;
  --nx-highlight-bg: rgb(255, 242.6, 205.4);
  --nx-border-width: 1px;
  --nx-border-style: solid;
  --nx-border-color: #dee2e6;
  --nx-border-color-translucent: rgba(0, 0, 0, 0.175);
  --nx-border-radius: 0.4rem;
  --nx-border-radius-sm: 0.25rem;
  --nx-border-radius-lg: 0.5rem;
  --nx-border-radius-xl: 1rem;
  --nx-border-radius-xxl: 2rem;
  --nx-border-radius-2xl: var(--nx-border-radius-xxl);
  --nx-border-radius-pill: 50rem;
  --nx-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --nx-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --nx-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --nx-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --nx-focus-ring-width: 0.25rem;
  --nx-focus-ring-opacity: 0.25;
  --nx-focus-ring-color: rgba(1, 172, 215, 0.25);
  --nx-form-valid-color: #C4D600;
  --nx-form-valid-border-color: #C4D600;
  --nx-form-invalid-color: #E35405;
  --nx-form-invalid-border-color: #E35405;
  --nx-nav-color: #000;
}
:root {
  --script-font: "reklame-script", sans-serif;
  /* --blue: #01ACD7; */
  --blue: #099fef;
  --blue-2: #00B9DE;
  --blue-3: #01ACD7;
  --green: #C4D600;
  --red: #E35405;
  --yellow: #FFC72C;
  --grey-2: #888888;
  --grey-3: #999999;
  --grey-4: #666666;
  --grey-5: #E2E2E2;
  --yellow-secondary: #ffbb00;
  --pink: #F3777F;
  --orange: #E35405;
  --grey-light: #f1f1f1;
  --grey-light-2: #CCCCCC;
  --grey-light-3: #F2F2F2;
  --grey-light-4: #F3F3F3;
  --white-3: #EDEDED
}

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

:root {
  font-size: var(--nx-root-font-size)
}

body {
  margin: 0;
  font-family: var(--nx-body-font-family);
  font-size: var(--nx-body-font-size);
  font-weight: var(--nx-body-font-weight);
  line-height: var(--nx-body-line-height);
  color: var(--nx-body-color);
  text-align: var(--nx-body-text-align);
  background-color: var(--nx-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent
}

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--nx-border-width) solid;
  opacity: .25
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--nx-heading-color)
}

h1 {
  font-size: calc(1.375rem + 1.5vw)
}

@media (min-width:1200px) {
  h1 {
    font-size: 2.5rem
  }
}

h2 {
  font-size: calc(1.325rem + .9vw)
}

@media (min-width:1200px) {
  h2 {
    font-size: 2rem
  }
}

h3 {
  font-size: calc(1.3rem + .6vw)
}

@media (min-width:1200px) {
  h3 {
    font-size: 1.75rem
  }
}

h4 {
  font-size: calc(1.275rem + .3vw)
}

@media (min-width:1200px) {
  h4 {
    font-size: 1.5rem
  }
}

h5 {
  font-size: 1.25rem
}

h6 {
  font-size: 1rem
}

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

abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none
}

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

ol,
ul {
  padding-left: 2rem
}

dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem
}

ol ol,
ol ul,
ul ol,
ul ul {
  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: .875em
}

mark {
  padding: .1875em;
  color: var(--nx-highlight-color);
  background-color: var(--nx-highlight-bg)
}

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

sub {
  bottom: -.25em
}

sup {
  top: -.5em
}

a {
  color: rgba(var(--nx-link-color-rgb), var(--nx-link-opacity, 1));
  text-decoration: underline
}

a:hover {
  --nx-link-color-rgb: var(--nx-link-hover-color-rgb)
}

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

code,
kbd,
pre,
samp {
  font-family: var(--nx-font-monospace);
  font-size: 1em
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: .875em
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal
}

code {
  font-size: .875em;
  color: var(--nx-code-color);
  word-wrap: break-word
}

a>code {
  color: inherit
}

kbd {
  padding: .1875rem .375rem;
  font-size: .875em;
  color: var(--nx-body-bg);
  background-color: var(--nx-body-color);
  border-radius: .25rem
}

kbd kbd {
  padding: 0;
  font-size: 1em
}

figure {
  margin: 0 0 1rem
}

img,
svg {
  vertical-align: middle
}

table {
  caption-side: bottom;
  border-collapse: collapse
}

caption {
  padding-top: .5rem;
  padding-bottom: .5rem;
  color: var(--nx-secondary-color);
  text-align: left
}

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

tbody,
td,
tfoot,
th,
thead,
tr {
  border-color: inherit;
  border-style: solid;
  border-width: 0
}

label {
  display: inline-block
}

button {
  border-radius: 0
}

button:focus:not(:focus-visible) {
  outline: 0
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit
}

button,
select {
  text-transform: none
}

[role=button] {
  cursor: pointer
}

select {
  word-wrap: normal
}

select:disabled {
  opacity: 1
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important
}

[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
  cursor: pointer
}

::-moz-focus-inner {
  padding: 0;
  border-style: none
}

textarea {
  resize: vertical
}

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

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  line-height: inherit;
  font-size: calc(1.275rem + .3vw)
}

@media (min-width:1200px) {
  legend {
    font-size: 1.5rem
  }
}

legend+* {
  clear: left
}

::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-year-field {
  padding: 0
}

::-webkit-inner-spin-button {
  height: auto
}

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

::-webkit-search-decoration {
  -webkit-appearance: none
}

::-webkit-color-swatch-wrapper {
  padding: 0
}

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

output {
  display: inline-block
}

iframe {
  border: 0
}

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

progress {
  vertical-align: baseline
}

[hidden] {
  display: none !important
}

@font-face {
  font-family: "Brandon Text";
  src: url(../fonts/BrandonText-Light.woff2) format("woff2"), url(../fonts/BrandonText-Light.woff) format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: "Brandon Text";
  src: url(../fonts/BrandonText-Bold.woff2) format("woff2"), url(../fonts/BrandonText-Bold.woff) format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: "Brandon Text";
  src: url(../fonts/BrandonText-Black.woff2) format("woff2"), url(../fonts/BrandonText-Black.woff) format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: "Brandon Text";
  src: url(../fonts/BrandonText-Thin.woff2) format("woff2"), url(../fonts/BrandonText-Thin.woff) format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: "Brandon Text";
  src: url(../fonts/BrandonText-Regular.woff2) format("woff2"), url(../fonts/BrandonText-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: "Brandon Text";
  src: url(../fonts/BrandonText-Medium.woff2) format("woff2"), url(../fonts/BrandonText-Medium.woff) format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: "Reklame Script Regular DEMO";
  src: url(../fonts/ReklameScript-RegularDEMO.woff2) format("woff2"), url(../fonts/ReklameScript-RegularDEMO.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap
}



* {
  font-size: var(--font-size);
  scrollbar-width: thin
}

body {
  font-size: 1.6rem;
  overflow-x: hidden
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important
}

.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption),
.visually-hidden:not(caption) {
  position: absolute !important
}

.visually-hidden *,
.visually-hidden-focusable:not(:focus):not(:focus-within) * {
  overflow: hidden !important
}

.skip-to-main-content-link {
  position: absolute;
  left: -9999px;
  z-index: 999;
  padding: 1em;
  background-color: #000;
  color: #fff;
  opacity: 0
}

.skip-to-main-content-link:focus {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 1
}

.no-scroll {
  overflow: hidden
}

@media (min-width:768px) {
  .m-only {
    display: none
  }
}

.d-only {
  display: none
}

@media (min-width:768px) {
  .d-only {
    display: block
  }
}

button {
  background: 0 0;
  border: 0;
  padding: 0
}

button:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important
}

.p,
p {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 4rem
}

@media (min-width:768px) {

  .p,
  p {
    margin-bottom: 3.12dvw
  }
}

.p:empty,
p:empty {
  display: none
}

.p-big {
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 400
}

@media (min-width:768px) {
  .p-big {
    font-size: 2.25dvw;
    line-height: 1.5
  }
}

li {
  font-size: 1.6rem
}

a {
  text-underline-offset: 2px;
  font-size: inherit
}

.media-cover,
.video,
video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.media-contain {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain
}

.blockquote,
blockquote {
  font-size: 3.5rem;
  line-height: .85;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center
}

@media (min-width:768px) {

  .blockquote,
  blockquote {
    font-size: 5dvw;
    line-height: .85
  }
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0
}

input[type=number] {
  -moz-appearance: textfield
}

.blockquote_src {
  margin-top: 2.3rem;
  font-size: 1.6rem;
  text-transform: none;
  line-height: 1.3
}

@media (min-width:768px) {
  .blockquote_src {
    margin-top: 5.9rem;
    font-size: 1.4rem
  }
}

.blockquote_src .name {
  color: var(--nx-black)
}

.blockquote_src .desc {
  color: var(--grey-2);
  font-weight: 500
}

.h1,
h1 {
  font-size: 3.5rem;
  text-transform: uppercase;
  line-height: .85;
  font-weight: 700;
  letter-spacing: -.2rem
}

@media (min-width:768px) {

  .h1,
  h1 {
    font-size: 4rem
  }
}

strong {
  font-weight: 700
}

.block-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-weight: 700;
  line-height: .8;
  letter-spacing: -.2rem;
  text-transform: uppercase
}

.bluebg {
  background-color: var(--blue)
}

.bluebg p a {
  color: var(--yellow)
}

.greenbg {
  background-color: var(--green)
}

.yellowbg {
  background-color: var(--yellow)
}

.greybg {
  background-color: var(--grey-light-3)
}

.greybg2 {
  background-color: var(--grey-light-4)
}

.lightbluebg {
  background-color: rgba(0, 175, 215, .15)
}

.lightgreenbg {
  background-color: rgba(196, 214, 0, .15)
}

.redbg {
  background-color: var(--red)
}

.pinkbg {
  background-color: var(--pink)
}

.nx-btn {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 5rem;
  padding: 1.6rem 3rem;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--nx-white);
  font-size: 1.6rem
}

.nx-btn:hover {
  color: var(--nx-white)
}

.nx-btn span {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  font-size: 1.5rem;
  font-weight: 500
}

.nx-btn .btn-ico {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  color: var(--nx-black);
  background-color: var(--nx-white);
  position: absolute;
  right: 1rem;
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: opacity .35s ease, -webkit-transform .35s ease;
  transition: opacity .35s ease, -webkit-transform .35s ease;
  transition: opacity .35s ease, transform .35s ease;
  transition: opacity .35s ease, transform .35s ease, -webkit-transform .35s ease;
  -webkit-transition-delay: 0, .1s;
  transition-delay: 0, .1s
}

.nx-btn .btn-ico_img {
  width: 1.2rem;
  font-size: 1.2rem;
  -webkit-transform: translateX(-2rem);
  transform: translateX(-2rem);
  -webkit-transition: all .45s ease;
  transition: all .45s ease
}

.nx-btn.active-m span,
.nx-btn:not(.btn-animated):not(.header_menubtn):hover span {
  -webkit-transform: translateX(-1.5rem);
  transform: translateX(-1.5rem)
}

.nx-btn.active-m .btn-ico,
.nx-btn:not(.btn-animated):not(.header_menubtn):hover .btn-ico {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1)
}

.nx-btn.active-m .btn-ico_img,
.nx-btn:not(.btn-animated):not(.header_menubtn):hover .btn-ico_img {
  -webkit-transform: translateX(0);
  transform: translateX(0)
}

.nx-btn.greenbg .btn-ico {
  color: var(--nx-black);
  background-color: var(--nx-white)
}

.nx-btn.yellowbg {
  color: var(--nx-black)
}

.nx-btn.yellowbg .btn-ico {
  color: var(--nx-white);
  background-color: var(--blue)
}

.nx-btn.whitebg {
  color: var(--nx-black);
  background-color: var(--nx-white)
}

.nx-btn.whitebg .btn-ico {
  color: var(--nx-black);
  background-color: var(--yellow)
}

.whitebg-2 {
  background-color: var(--white-3)
}

.plain-copy {
  font-size: 1.8rem;
  line-height: 1.5
}

.nx-card {
  position: relative;
  border-radius: 1.5rem;
  overflow: hidden;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.nx-card img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center
}

.nx-card.card-focal_lc img {
  -o-object-position: left center;
  object-position: left center
}

.nx-card-2 {
  position: relative;
  border-radius: 1.5rem;
  margin: 0;
  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
}

.nx-card-2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  border-radius: 1.5rem
}

.pill {
  border-radius: 5rem;
  border: 1px solid var(--nx-white);
  padding: .8rem 1.6rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.1rem;
  font-weight: 500;
  color: var(--nx-white);
  text-transform: uppercase
}

.pill.blue {
  background-color: var(--blue);
  border-color: var(--blue)
}

.pill.orange {
  background-color: var(--orange);
  border-color: var(--orange)
}

.pill.green {
  background-color: var(--green);
  border-color: var(--green)
}

.pill.grey {
  background-color: var(--grey-light-3);
  border-color: var(--grey-light-3)
}

.dot-separator {
  display: inline-block;
  height: .7em;
  width: .7em;
  position: relative;
  line-height: 1.5
}

.dot-separator:after {
  content: "";
  width: .3rem;
  height: .3rem;
  border-radius: 50%;
  background-color: var(--nx-black);
  position: absolute;
  top: 50%;
  left: .3rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.outline-yellow {
  position: relative
}

.outline-yellow:after {
  width: 100%;
  height: calc(100% - 3rem);
  display: inline-block;
  content: "";
  border: solid .5rem var(--yellow);
  position: absolute;
  left: 2px;
  right: 0
}

@media (min-width:768px) {
  .outline-yellow:after {
    height: calc(100% - 7rem);
    border: solid 1rem var(--yellow)
  }
}

.script-type {
  font-family: var(--script-font);
  font-weight: 300;
  letter-spacing: .02em;
  font-style: normal;
  z-index: 3
}

.txt-black {
  color: #000
}

.txt-yellow {
  color: var(--yellow)
}

.txt-green {
  color: var(--green)
}

.txt-blue {
  color: var(--blue)
}

.txt-blue-3 {
  color: var(--blue)
}

.txt-white {
  color: var(--nx-white)
}

.txt-grey {
  color: var(--grey-2)
}

.full-window {
  width: 100dvw;
  min-height: 100dvh;
  overflow: hidden
}

.main {
  overflow-x: hidden
}

.section {
  position: relative;
  background-color: var(--nx-white)
}

.section-title {
  max-width: calc(100dvw - 4rem);
  margin: 0 auto
}

.block-wrap {
  width: 100%;
  margin: 0 auto;
	margin-left:-35px;
}

.wrap-gutter-h {
  padding-left: 2rem;
  padding-right: 2rem
}

@media (min-width:992px) {
  .wrap-gutter-h {
    padding-left: 5rem;
    padding-right: 5rem
  }
}

.wrap-gutter-v {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem
}

@media (min-width:768px) {
  .wrap-gutter-v {
    padding-top: 12rem;
    padding-bottom: 12rem
  }
}

.wrap-gutter-vs {
  padding-top: 2rem;
  padding-bottom: 2rem
}

@media (min-width:768px) {
  .wrap-gutter-vs {
    padding-top: 12rem;
    padding-bottom: 12rem
  }
}

.wrap-gutter-vy-hide {
  padding-top: 0
}

@media (min-width:768px) {
  .wrap-gutter-vy-hide {
    padding-top: 0
  }
}

.wrap-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.spacer-lg {
  height: 4rem;
  width: 100%
}

@media (min-width:768px) {
  .spacer-lg {
    height: 7dvw
  }
}

.spacer-sm {
  height: 3rem;
  width: 100%
}

@media (min-width:768px) {
  .spacer-sm {
    height: 3.5dvw
  }
}

@media (max-width:767.98px) {
  .spacer-mobile {
    height: 4.5rem;
    width: 100%
  }
}

.container-fluid {
  max-width: 1350px
}

@media (min-width:768px) {
  .container-fluid {
    padding-left: 50px;
    padding-right: 50px
  }
}

.z2 {
  z-index: 2
}

.filter-item {
  display: block
}

.filter-item.hidden {
  display: none !important
}

.section-header-copy {
  width: 100%;
  max-width: 64.5rem;
  margin: 1.8rem auto 4rem;
  padding: 0 2rem;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -.03em;
  text-align: center
}

@media (min-width:768px) {
  .section-header-copy {
    margin: 4rem auto;
    padding: 0
  }
}

.section-header-copy.blue-bg {
  color: var(--nx-white)
}

.section-header-copy.light-grey {
  color: var(--grey-3)
}

.no-smooth-scroll {
  scroll-behavior: initial !important
}

.article {
  width: 90dvw;
  margin: 4.4rem auto
}

@media (min-width:768px) {
  .article {
    width: 43dvw;
    margin: 9rem auto
  }
}

.page-breadcrumb {
  position: relative;
  margin-top: 10rem
}

@media (min-width:768px) {
  .page-breadcrumb {
    margin-top: 10dvw
  }
}

.page-breadcrumb .breadcrumb a {
  color: var(--blue);
  position: relative
}

.page-breadcrumb .breadcrumb .breadcrumb-item {
  color: var(--nx-black)
}

.page-breadcrumb .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
  color: var(--nx-black)
}

.skeleton {
  opacity: .6;
  -webkit-animation: skeleton-loading 1s linear infinite alternate;
  animation: skeleton-loading 1s linear infinite alternate;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0
}

.skeleton+img {
  z-index: 2;
  position: relative
}

.floater-wrap {
  position: relative
}

.img-floaters {
  position: absolute;
  z-index: 8
}

.section_decor {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100dvw;
  z-index: 0;
  pointer-events: none
}

.section_decor-wrap {
  width: 100dvw;
  overflow-x: hidden;
  min-height: 8rem;
  position: relative;
  -webkit-transform: translateY(2px);
  transform: translateY(2px)
}

.section_decor-media {
  height: 100%;
  width: auto;
  -o-object-position: left bottom;
  object-position: left bottom
}

.section_decorated {
  position: relative
}

.section_decorated .article-set {
  z-index: 2
}

@media (min-width:768px) {
  .section_decorated-padded {
    padding-bottom: 24rem
  }
}

.curriculum-wrap {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  width: 100%;
  margin-top: 2rem;
  padding: 2rem
}

@media (min-width:768px) {
  .curriculum-wrap {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 5.3dvw;
    margin: 0 auto;
    width: 85dvw
  }
}

.curriculum_article {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2rem
}

@media (min-width:768px) {
  .curriculum_article {
    gap: 1.8dvw
  }
}

.curriculum_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 100%;
  color: var(--nx-white)
}

.curriculum_media {
  width: calc(100dvw - 4rem);
  height: 20rem;
  margin-bottom: 1rem
}

@media (min-width:768px) {
  .curriculum_media {
    width: 20dvw;
    height: 15dvw;
    margin-bottom: 0
  }
}

.curriculum_copy {
  color: var(--nx-white);
  margin-bottom: 0
}

.boxes-image-text {
  overflow: unset !important;
  width: unset !important;
  min-height: unset !important
}

.boxes-image-text:not(.bluebg) .curriculum_title {
  color: unset
}

.boxes-image-text:not(.bluebg) .curriculum_copy {
  color: unset
}

@-webkit-keyframes flicker {
  0% {
    opacity: .4
  }

  5% {
    opacity: .5
  }

  10% {
    opacity: .6
  }

  15% {
    opacity: .85
  }

  25% {
    opacity: .5
  }

  30% {
    opacity: 1
  }

  35% {
    opacity: .1
  }

  40% {
    opacity: .25
  }

  45% {
    opacity: .5
  }

  60% {
    opacity: 1
  }

  70% {
    opacity: .85
  }

  80% {
    opacity: .4
  }

  90% {
    opacity: .5
  }

  100% {
    opacity: 1
  }
}

@keyframes flicker {
  0% {
    opacity: .4
  }

  5% {
    opacity: .5
  }

  10% {
    opacity: .6
  }

  15% {
    opacity: .85
  }

  25% {
    opacity: .5
  }

  30% {
    opacity: 1
  }

  35% {
    opacity: .1
  }

  40% {
    opacity: .25
  }

  45% {
    opacity: .5
  }

  60% {
    opacity: 1
  }

  70% {
    opacity: .85
  }

  80% {
    opacity: .4
  }

  90% {
    opacity: .5
  }

  100% {
    opacity: 1
  }
}

@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg)
  }

  100% {
    -webkit-transform: rotate(740deg);
    transform: rotate(740deg)
  }
}

@keyframes rotation {
  0% {
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg)
  }

  100% {
    -webkit-transform: rotate(740deg);
    transform: rotate(740deg)
  }
}

@-webkit-keyframes slowrotation {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@keyframes slowrotation {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@-webkit-keyframes rocket {
  0% {
    -webkit-transform: translate(0, 0) rotate(0);
    transform: translate(0, 0) rotate(0)
  }

  25% {
    -webkit-transform: translate(-2%, -3%) rotate(-2deg);
    transform: translate(-2%, -3%) rotate(-2deg)
  }

  50% {
    -webkit-transform: translate(-3%, 1%) rotate(2deg);
    transform: translate(-3%, 1%) rotate(2deg)
  }

  75% {
    -webkit-transform: translate(1%, -1%) rotate(-3deg);
    transform: translate(1%, -1%) rotate(-3deg)
  }

  100% {
    -webkit-transform: translate(0, 0) rotate(0);
    transform: translate(0, 0) rotate(0)
  }
}

@keyframes rocket {
  0% {
    -webkit-transform: translate(0, 0) rotate(0);
    transform: translate(0, 0) rotate(0)
  }

  25% {
    -webkit-transform: translate(-2%, -3%) rotate(-2deg);
    transform: translate(-2%, -3%) rotate(-2deg)
  }

  50% {
    -webkit-transform: translate(-3%, 1%) rotate(2deg);
    transform: translate(-3%, 1%) rotate(2deg)
  }

  75% {
    -webkit-transform: translate(1%, -1%) rotate(-3deg);
    transform: translate(1%, -1%) rotate(-3deg)
  }

  100% {
    -webkit-transform: translate(0, 0) rotate(0);
    transform: translate(0, 0) rotate(0)
  }
}

@-webkit-keyframes point45 {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
  }

  25% {
    -webkit-transform: translate(-3%, 3%);
    transform: translate(-3%, 3%)
  }

  50% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
  }

  75% {
    -webkit-transform: translate(3%, -3%);
    transform: translate(3%, -3%)
  }

  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
  }
}

@keyframes point45 {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
  }

  25% {
    -webkit-transform: translate(-3%, 3%);
    transform: translate(-3%, 3%)
  }

  50% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
  }

  75% {
    -webkit-transform: translate(3%, -3%);
    transform: translate(3%, -3%)
  }

  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
  }
}

@-webkit-keyframes point90 {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
  }

  25% {
    -webkit-transform: translate(3%, 3%);
    transform: translate(3%, 3%)
  }

  50% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
  }

  75% {
    -webkit-transform: translate(-3%, -3%);
    transform: translate(-3%, -3%)
  }

  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
  }
}

@keyframes point90 {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
  }

  25% {
    -webkit-transform: translate(3%, 3%);
    transform: translate(3%, 3%)
  }

  50% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
  }

  75% {
    -webkit-transform: translate(-3%, -3%);
    transform: translate(-3%, -3%)
  }

  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
  }
}

@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translate(0, 0) rotate(0);
    transform: translate(0, 0) rotate(0)
  }

  25% {
    -webkit-transform: translate(-3%, -8%) rotate(-15deg);
    transform: translate(-3%, -8%) rotate(-15deg)
  }

  50% {
    -webkit-transform: translate(2%, 3%) rotate(8deg);
    transform: translate(2%, 3%) rotate(8deg)
  }

  75% {
    -webkit-transform: translate(6%, -10%) rotate(16deg);
    transform: translate(6%, -10%) rotate(16deg)
  }

  100% {
    -webkit-transform: translate(0, 0) rotate(0);
    transform: translate(0, 0) rotate(0)
  }
}

@keyframes bounce {
  0% {
    -webkit-transform: translate(0, 0) rotate(0);
    transform: translate(0, 0) rotate(0)
  }

  25% {
    -webkit-transform: translate(-3%, -8%) rotate(-15deg);
    transform: translate(-3%, -8%) rotate(-15deg)
  }

  50% {
    -webkit-transform: translate(2%, 3%) rotate(8deg);
    transform: translate(2%, 3%) rotate(8deg)
  }

  75% {
    -webkit-transform: translate(6%, -10%) rotate(16deg);
    transform: translate(6%, -10%) rotate(16deg)
  }

  100% {
    -webkit-transform: translate(0, 0) rotate(0);
    transform: translate(0, 0) rotate(0)
  }
}

@-webkit-keyframes bar-flow-down {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
  }

  40% {
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
  }

  45% {
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: center top;
    transform-origin: center top
  }

  90% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: center top;
    transform-origin: center top
  }
}

@keyframes bar-flow-down {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
  }

  40% {
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
  }

  45% {
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: center top;
    transform-origin: center top
  }

  90% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: center top;
    transform-origin: center top
  }
}

@-webkit-keyframes marquee {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }

  to {
    -webkit-transform: translateX(-145%);
    transform: translateX(-145%)
  }

  @media (min-width:768px) {
    from {
      -webkit-transform: translateX(0);
      transform: translateX(0)
    }

    to {
      -webkit-transform: translateX(-152.55%);
      transform: translateX(-152.55%)
    }
  }
}

@keyframes marquee {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }

  to {
    -webkit-transform: translateX(-145%);
    transform: translateX(-145%)
  }

  @media (min-width:768px) {
    from {
      -webkit-transform: translateX(0);
      transform: translateX(0)
    }

    to {
      -webkit-transform: translateX(-152.55%);
      transform: translateX(-152.55%)
    }
  }
}

@-webkit-keyframes marquee2 {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }

  to {
    -webkit-transform: translateX(-140%);
    transform: translateX(-140%)
  }

  @media (min-width:768px) {
    from {
      -webkit-transform: translateX(0);
      transform: translateX(0)
    }

    to {
      -webkit-transform: translateX(-148%);
      transform: translateX(-148%)
    }
  }
}

@keyframes marquee2 {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }

  to {
    -webkit-transform: translateX(-140%);
    transform: translateX(-140%)
  }

  @media (min-width:768px) {
    from {
      -webkit-transform: translateX(0);
      transform: translateX(0)
    }

    to {
      -webkit-transform: translateX(-148%);
      transform: translateX(-148%)
    }
  }
}

@-webkit-keyframes skeleton-loading {
  0% {
    background-color: #a3b7c1
  }

  100% {
    background-color: #eff3f4
  }
}

@keyframes skeleton-loading {
  0% {
    background-color: #a3b7c1
  }

  100% {
    background-color: #eff3f4
  }
}

@-webkit-keyframes ticker {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    visibility: visible
  }

  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
  }
}

@keyframes ticker {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    visibility: visible
  }

  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
  }
}

.form {
  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-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch
}

.form ::-webkit-input-placeholder {
  color: var(--grey-2)
}

.form ::-moz-placeholder {
  color: var(--grey-2)
}

.form :-ms-input-placeholder {
  color: var(--grey-2)
}

.form ::-ms-input-placeholder {
  color: var(--grey-2)
}

.form ::placeholder {
  color: var(--grey-2)
}

.form-control {
  font-size: 2.1rem;
  font-weight: 500;
  border-radius: 1.5rem;
  border: solid 1px var(--grey-light-2);
  padding: 1.075rem 1.8rem
}

@media (min-width:768px) {
  .form-control {
    padding: 2rem 1.8rem
  }
}

.form-control:active,
.form-control:focus {
  border: solid 1px var(--blue-3);
  -webkit-box-shadow: none;
  box-shadow: none
}

.form-label {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: .6rem;
  color: var(--nx-black)
}

.form .select2-selection--multiple {
  border-radius: 1.5rem;
  border: solid 1px var(--grey-light-2);
  color: var(--grey-2);
  padding: 1.075rem 1.4rem;
  font-size: 2rem;
  font-weight: 500
}

.form .select2-selection--multiple .select2-selection__choice {
  background-color: #00b9de;
  color: #fff;
  padding: 0 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.form .select2-selection--multiple .select2-selection__choice__remove {
  color: inherit;
  font-size: 3rem
}

.form .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #fff
}

.form-select {
  border-radius: 1.5rem;
  border: solid 1px var(--grey-light-2);
  color: var(--grey-2);
  font-size: 2rem;
  font-weight: 500;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj48cGF0aCBkPSJNMjMzLjQgNDA2LjZjMTIuNSAxMi41IDMyLjggMTIuNSA0NS4zIDBsMTkyLTE5MmMxMi41LTEyLjUgMTIuNS0zMi44IDAtNDUuM3MtMzIuOC0xMi41LTQ1LjMgMEwyNTYgMzM4LjcgODYuNiAxNjkuNGMtMTIuNS0xMi41LTMyLjgtMTIuNS00NS4zIDBzLTEyLjUgMzIuOCAwIDQ1LjNsMTkyIDE5MnoiLz48L3N2Zz4=);
  background-position: right 1rem center;
  background-size: 3rem 1.5rem;
  padding: 1.075rem 1.4rem
}

@media (min-width:768px) {
  .form-select {
    padding: 2rem 1.8rem
  }
}

@media (max-width:991.98px) {
  .form-select {
    background-position: right .5rem center
  }
}

.form-select:has(option:checked:not([value=""])) {
  color: var(--nx-black)
}

.form-select:active,
.form-select:focus {
  border: solid 1px var(--blue-3);
  -webkit-box-shadow: none;
  box-shadow: none
}

.form-select.form-select-country {
  font-size: 2.1rem;
  font-weight: 500;
  color: var(--nx-black)
}

.form-autocomplete {
  position: relative;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj48cGF0aCBkPSJNMjMzLjQgNDA2LjZjMTIuNSAxMi41IDMyLjggMTIuNSA0NS4zIDBsMTkyLTE5MmMxMi41LTEyLjUgMTIuNS0zMi44IDAtNDUuM3MtMzIuOC0xMi41LTQ1LjMgMEwyNTYgMzM4LjcgODYuNiAxNjkuNGMtMTIuNS0xMi41LTMyLjgtMTIuNS00NS4zIDBzLTEyLjUgMzIuOCAwIDQ1LjNsMTkyIDE5MnoiLz48L3N2Zz4=);
  background-position: right 1rem center;
  background-repeat: no-repeat;
  background-size: 2rem 1rem
}

.form-grp {
  margin-bottom: 2.3rem;
  position: relative
}

.form-grp .hint {
  color: #888;
  font-size: 1.8rem;
  font-weight: 400;
  margin-top: .75rem
}

.form-radio-switch {
  position: relative
}

.form-radio-switch-grp {
  display: grid;
  grid-template-columns: 1fr 1fr
}

.form-radio-switch:first-of-type .form-radio-switch-label {
  border-radius: 1.6rem 0 0 1.6rem;
  border-right: 0
}

.form-radio-switch:first-of-type .form-radio-switch-label:after {
  border-radius: 1.6rem 0 0 1.6rem;
  -webkit-transform: translate(-1px, -1px);
  transform: translate(-1px, -1px)
}

.form-radio-switch:first-of-type .form-radio-switch-input:checked+.form-radio-switch-label:after {
  opacity: 1
}

.form-radio-switch:last-of-type .form-radio-switch-label {
  border-radius: 0 1.6rem 1.6rem 0;
  border-left: 0
}

.form-radio-switch:last-of-type .form-radio-switch-label:after {
  border-radius: 0 1.6rem 1.6rem 0;
  -webkit-transform: translate(1px, -1px);
  transform: translate(1px, -1px)
}

.form-radio-switch:last-of-type .form-radio-switch-input:checked+.form-radio-switch-label:after {
  opacity: 1
}

.form-radio-switch-label {
  width: 100%;
  border: solid 1px var(--grey-light-2);
  padding: 2.2rem;
  margin-top: 1px;
  position: relative;
  cursor: pointer
}

.form-radio-switch-label:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
  height: calc(100% + 2px);
  width: calc(100% + 2px);
  border: solid 2px var(--blue-2);
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease
}

.form-radio-switch-input {
  position: absolute
}

.form-radio-switch-title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.15;
  text-align: left;
  margin-bottom: .6rem
}

.form-radio-switch-copy {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: left
}

.form-checkbox-grp,
.form-radio-grp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 2.1rem
}

.form-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 2rem;
  margin-right: 5rem;
  margin-bottom: 2rem
}

.form-check-label {
  font-weight: 500
}

.form-check-input {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 3.5rem;
  height: 3.5rem;
  border-color: var(--grey-light-2);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  position: relative
}

.form-check-input[type=radio] {
  background: 0 0
}

.form-check-input[type=radio]:after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--blue);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease
}

.form-check-input[type=checkbox] {
  background: 0 0;
  border-radius: 50%
}

.form-check-input[type=checkbox]:after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--blue);
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NDggNTEyIiBmaWxsPSJ3aGl0ZSI+PHBhdGggZD0iTTQzOC42IDEwNS40YzEyLjUgMTIuNSAxMi41IDMyLjggMCA0NS4zbC0yNTYgMjU2Yy0xMi41IDEyLjUtMzIuOCAxMi41LTQ1LjMgMGwtMTI4LTEyOGMtMTIuNS0xMi41LTEyLjUtMzIuOCAwLTQ1LjNzMzIuOC0xMi41IDQ1LjMgMEwxNjAgMzM4LjcgMzkzLjQgMTA1LjRjMTIuNS0xMi41IDMyLjgtMTIuNSA0NS4zIDB6Ii8+PC9zdmc+);
  background-size: 21px;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  inset: 0;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease
}

.form-check-input:checked {
  border-color: var(--grey-light-2);
  background-color: var(--nx-white)
}

.form-check-input:checked[type=checkbox]:after,
.form-check-input:checked[type=radio]:after {
  opacity: 1
}

.form-textarea.form-control {
  min-height: 20rem
}

@media (min-width:768px) {
  .form-textarea.form-control {
    min-height: 12.5dvw
  }
}

.form-phone-grp {
  position: relative;
  width: 60%;
  display: grid;
  grid-template-columns: auto 1fr
}

.form-phone-grp.parsley-error {
  padding-bottom: 36px
}

.form-phone-grp.parsley-error .btn-remove {
  -webkit-transform: translate(10px, calc(-50% - 18px));
  transform: translate(10px, calc(-50% - 18px))
}

.form-phone-grp .parsley-errors-list {
  position: absolute;
  bottom: -35px
}

.form-phone-grp .btn-remove {
  position: absolute;
  left: 100%;
  top: 50%;
  -webkit-transform: translate(10px, -50%);
  transform: translate(10px, -50%);
  font-size: 4rem;
  color: var(--blue)
}

@media (max-width:991.98px) {
  .form-phone-grp {
    width: calc(100% - 56.33px)
  }
}

.form-phone-grp select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0
}

.form-phone-grp input {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}

.form-phone-grp span {
  position: absolute;
  left: 10rem;
  top: 0;
  line-height: 1.55;
  font-size: 2.1rem;
  font-weight: 500;
  padding: 1.075rem 1.8rem
}

@media (min-width:768px) {
  .form-phone-grp span {
    padding: 2rem 1.8rem
  }
}

.form-country-code {
  width: 10rem
}

@media (max-width:991.98px) {
  .form-country-code {
    width: 8rem
  }
}

.form .btn-add-phone {
  font-size: 1.6rem;
  font-weight: 500;
  padding: 1rem 2.5rem;
  margin-bottom: 2.3rem;
  color: #fff;
  background-color: #c4d600;
  border-radius: 50px;
  text-transform: uppercase
}

.form-select.is-valid,
.was-validated .form-select:valid {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj48cGF0aCBkPSJNMjMzLjQgNDA2LjZjMTIuNSAxMi41IDMyLjggMTIuNSA0NS4zIDBsMTkyLTE5MmMxMi41LTEyLjUgMTIuNS0zMi44IDAtNDUuM3MtMzIuOC0xMi41LTQ1LjMgMEwyNTYgMzM4LjcgODYuNiAxNjkuNGMtMTIuNS0xMi41LTMyLjgtMTIuNS00NS4zIDBzLTEyLjUgMzIuOCAwIDQ1LjNsMTkyIDE5MnoiLz48L3N2Zz4=);
  background-position: right 1rem center
}

.parsley-errors-list {
  list-style-type: none;
  padding: 0;
  margin-top: .5rem
}

.parsley-Invalid,
.parsley-custom-error-message,
.parsley-invalid {
  font-size: 1.4rem;
  background-color: transparent;
  color: red;
  position: relative
}

.form-control.is-invalid,
.parsley-error,
.was-validated .form-control:invalid {
  color: red;
  border-color: red
}

.consent-data .form-checkbox-grp {
  display: block;
  margin-bottom: 2rem
}

.consent-data .form-check {
  margin-right: 5rem;
  margin-bottom: 0
}

:root,
[data-bs-theme=light] {
  --nx-blue: #585a5c;
  --nx-indigo: #6610f2;
  --nx-purple: #6f42c1;
  --nx-pink: #d63384;
  --nx-red: #dc3545;
  --nx-orange: #fd7e14;
  --nx-yellow: #ffc107;
  --nx-green: #198754;
  --nx-teal: #20c997;
  --nx-cyan: #0dcaf0;
  --nx-black: #4c4d4f;
  --nx-white: #fff;
  --nx-gray: #6c757d;
  --nx-gray-dark: #343a40;
  --nx-gray-100: #f8f9fa;
  --nx-gray-200: #e9ecef;
  --nx-gray-300: #dee2e6;
  --nx-gray-400: #ced4da;
  --nx-gray-500: #adb5bd;
  --nx-gray-600: #6c757d;
  --nx-gray-700: #495057;
  --nx-gray-800: #343a40;
  --nx-gray-900: #212529;
  --nx-primary: #01ACD7;
  --nx-secondary: #C4D600;
  --nx-success: #C4D600;
  --nx-info: #F3777F;
  --nx-warning: #FFC72C;
  --nx-danger: #E35405;
  --nx-light: #f8f9fa;
  --nx-dark: #212529;
  --nx-primary-rgb: 1, 172, 215;
  --nx-secondary-rgb: 196, 214, 0;
  --nx-success-rgb: 196, 214, 0;
  --nx-info-rgb: 243, 119, 127;
  --nx-warning-rgb: 255, 199, 44;
  --nx-danger-rgb: 227, 84, 5;
  --nx-light-rgb: 248, 249, 250;
  --nx-dark-rgb: 33, 37, 41;
  --nx-primary-text-emphasis: rgb(0.4, 68.8, 86);
  --nx-secondary-text-emphasis: rgb(78.4, 85.6, 0);
  --nx-success-text-emphasis: rgb(78.4, 85.6, 0);
  --nx-info-text-emphasis: rgb(97.2, 47.6, 50.8);
  --nx-warning-text-emphasis: rgb(102, 79.6, 17.6);
  --nx-danger-text-emphasis: rgb(90.8, 33.6, 2);
  --nx-light-text-emphasis: #495057;
  --nx-dark-text-emphasis: #495057;
  --nx-primary-bg-subtle: rgb(204.2, 238.4, 247);
  --nx-secondary-bg-subtle: rgb(243.2, 246.8, 204);
  --nx-success-bg-subtle: rgb(243.2, 246.8, 204);
  --nx-info-bg-subtle: rgb(252.6, 227.8, 229.4);
  --nx-warning-bg-subtle: rgb(255, 243.8, 212.8);
  --nx-danger-bg-subtle: rgb(249.4, 220.8, 205);
  --nx-light-bg-subtle: rgb(251.5, 252, 252.5);
  --nx-dark-bg-subtle: #ced4da;
  --nx-primary-border-subtle: rgb(153.4, 221.8, 239);
  --nx-secondary-border-subtle: rgb(231.4, 238.6, 153);
  --nx-success-border-subtle: rgb(231.4, 238.6, 153);
  --nx-info-border-subtle: rgb(250.2, 200.6, 203.8);
  --nx-warning-border-subtle: rgb(255, 232.6, 170.6);
  --nx-danger-border-subtle: rgb(243.8, 186.6, 155);
  --nx-light-border-subtle: #e9ecef;
  --nx-dark-border-subtle: #adb5bd;
  --nx-white-rgb: 255, 255, 255;
  --nx-black-rgb: 0, 0, 0;
  --nx-font-sans-serif: "Brandon Text", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --nx-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --nx-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --nx-root-font-size: 62.5%;
  --nx-body-font-family: var(--nx-font-sans-serif);
  --nx-body-font-size: 1rem;
  --nx-body-font-weight: 400;
  --nx-body-line-height: 1.5;
  --nx-body-color: #333;
  --nx-body-color-rgb: 51, 51, 51;
  --nx-body-bg: #FFFFFF;
  --nx-body-bg-rgb: 255, 255, 255;
  --nx-emphasis-color: #000000;
  --nx-emphasis-color-rgb: 0, 0, 0;
  --nx-secondary-color: rgba(51, 51, 51, 0.75);
  --nx-secondary-color-rgb: 51, 51, 51;
  --nx-secondary-bg: #e9ecef;
  --nx-secondary-bg-rgb: 233, 236, 239;
  --nx-tertiary-color: rgba(51, 51, 51, 0.5);
  --nx-tertiary-color-rgb: 51, 51, 51;
  --nx-tertiary-bg: #f8f9fa;
  --nx-tertiary-bg-rgb: 248, 249, 250;
  --nx-heading-color: inherit;
  --nx-link-color: #01ACD7;
  --nx-link-color-rgb: 1, 172, 215;
  --nx-link-decoration: underline;
  --nx-link-hover-color: rgb(0.8, 137.6, 172);
  --nx-link-hover-color-rgb: 1, 138, 172;
  --nx-code-color: #d63384;
  --nx-highlight-color: #333;
  --nx-highlight-bg: rgb(255, 242.6, 205.4);
  --nx-border-width: 1px;
  --nx-border-style: solid;
  --nx-border-color: #dee2e6;
  --nx-border-color-translucent: rgba(0, 0, 0, 0.175);
  --nx-border-radius: 0.4rem;
  --nx-border-radius-sm: 0.25rem;
  --nx-border-radius-lg: 0.5rem;
  --nx-border-radius-xl: 1rem;
  --nx-border-radius-xxl: 2rem;
  --nx-border-radius-2xl: var(--nx-border-radius-xxl);
  --nx-border-radius-pill: 50rem;
  --nx-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --nx-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --nx-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --nx-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --nx-focus-ring-width: 0.25rem;
  --nx-focus-ring-opacity: 0.25;
  --nx-focus-ring-color: rgba(1, 172, 215, 0.25);
  --nx-form-valid-color: #C4D600;
  --nx-form-valid-border-color: #C4D600;
  --nx-form-invalid-color: #E35405;
  --nx-form-invalid-border-color: #E35405
}

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

:root {
  font-size: var(--nx-root-font-size)
}

body {
  margin: 0;
  font-family: var(--nx-body-font-family);
  font-size: var(--nx-body-font-size);
  font-weight: var(--nx-body-font-weight);
  line-height: var(--nx-body-line-height);
  color: var(--nx-body-color);
  text-align: var(--nx-body-text-align);
  background-color: var(--nx-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent
}

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--nx-border-width) solid;
  opacity: .25
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--nx-heading-color)
}

h1 {
  font-size: calc(1.375rem + 1.5vw)
}

@media (min-width:1200px) {
  h1 {
    font-size: 2.5rem
  }
}

h2 {
  font-size: calc(1.325rem + .9vw)
}

@media (min-width:1200px) {
  h2 {
    font-size: 2rem
  }
}

h3 {
  font-size: calc(1.3rem + .6vw)
}

@media (min-width:1200px) {
  h3 {
    font-size: 1.75rem
  }
}

h4 {
  font-size: calc(1.275rem + .3vw)
}

@media (min-width:1200px) {
  h4 {
    font-size: 1.5rem
  }
}

h5 {
  font-size: 1.25rem
}

h6 {
  font-size: 1rem
}

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

abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none
}

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

ol,
ul {
  padding-left: 2rem
}

dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem
}

ol ol,
ol ul,
ul ol,
ul ul {
  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: .875em
}

mark {
  padding: .1875em;
  color: var(--nx-highlight-color);
  background-color: var(--nx-highlight-bg)
}

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

sub {
  bottom: -.25em
}

sup {
  top: -.5em
}

a {
  color: rgba(var(--nx-link-color-rgb), var(--nx-link-opacity, 1));
  text-decoration: underline
}

a:hover {
  --nx-link-color-rgb: var(--nx-link-hover-color-rgb)
}

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

code,
kbd,
pre,
samp {
  font-family: var(--nx-font-monospace);
  font-size: 1em
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: .875em
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal
}

code {
  font-size: .875em;
  color: var(--nx-code-color);
  word-wrap: break-word
}

a>code {
  color: inherit
}

kbd {
  padding: .1875rem .375rem;
  font-size: .875em;
  color: var(--nx-body-bg);
  background-color: var(--nx-body-color);
  border-radius: .25rem
}

kbd kbd {
  padding: 0;
  font-size: 1em
}

figure {
  margin: 0 0 1rem
}

img,
svg {
  vertical-align: middle
}

table {
  caption-side: bottom;
  border-collapse: collapse
}

caption {
  padding-top: .5rem;
  padding-bottom: .5rem;
  color: var(--nx-secondary-color);
  text-align: left
}

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

tbody,
td,
tfoot,
th,
thead,
tr {
  border-color: inherit;
  border-style: solid;
  border-width: 0
}

label {
  display: inline-block
}

button {
  border-radius: 0
}

button:focus:not(:focus-visible) {
  outline: 0
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit
}

button,
select {
  text-transform: none
}

[role=button] {
  cursor: pointer
}

select {
  word-wrap: normal
}

select:disabled {
  opacity: 1
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important
}

[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
  cursor: pointer
}

::-moz-focus-inner {
  padding: 0;
  border-style: none
}

textarea {
  resize: vertical
}

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

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  line-height: inherit;
  font-size: calc(1.275rem + .3vw)
}

@media (min-width:1200px) {
  legend {
    font-size: 1.5rem
  }
}

legend+* {
  clear: left
}

::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-year-field {
  padding: 0
}

::-webkit-inner-spin-button {
  height: auto
}

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

::-webkit-search-decoration {
  -webkit-appearance: none
}

::-webkit-color-swatch-wrapper {
  padding: 0
}

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

output {
  display: inline-block
}

iframe {
  border: 0
}

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

progress {
  vertical-align: baseline
}

[hidden] {
  display: none !important
}

.academic-calendar .section {
  padding-top: 12rem
}

@media (min-width:768px) {
  .academic-calendar .section {
    padding-top: 18rem
  }
}

.academic-calendar .btn-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  width: calc(100% - 4rem);
  margin: 4rem auto
}

@media (min-width:768px) {
  .academic-calendar .btn-wrap {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 1.8dvw;
    width: 87.8dvw;
    margin: 9.8rem auto
  }
}

.admissions-page {
  --boxSize: 100dvw;
  --btn-width: 10.5rem;
  --btn-height: 11rem
}

@media (min-width:768px) {
  .admissions-page {
    --boxSize: 48dvw;
    --btn-width: 11.8dvw;
    --btn-height: 12.5dvw
  }
}

.admissions-page_welcome .section-header-copy {
  font-weight: 500;
  font-size: 1.8rem
}

@media (min-width:768px) {
  .admissions-page_welcome .section-header-copy {
    font-size: 1.875dvw;
    max-width: 58dvw
  }
}

.admissions-page .school-fees {
  padding-bottom: 4rem
}

@media (min-width:768px) {
  .admissions-page .school-fees {
    padding-bottom: 12rem
  }
}

.admissions-page .fees-blk {
  display: grid;
  gap: 0;
  padding: 0;
  width: 100%
}

@media (min-width:768px) {
  .admissions-page .fees-blk {
    grid-template-columns: 25dvw 1fr;
    gap: 4dvw;
    padding: 0 1.875dvw;
    width: 81.25dvw;
    margin: 0 auto
  }
}

.admissions-page .calculator {
  grid-row-start: 1;
  display: block;
  position: relative;
  align-self: start
}

@media (min-width:768px) {
  .admissions-page .calculator {
    grid-row-start: 1;
    grid-column-start: 2
  }
}

.admissions-page .calculator_btns {
  position: relative;
  width: var(--boxSize);
  height: var(--boxSize);
  z-index: 0
}

@media (min-width:768px) {
  .admissions-page .calculator_btns {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

.admissions-page .calculator_cover {
  background-color: var(--grey-light-4);
  width: calc(var(--boxSize) * .55);
  height: calc(var(--boxSize) * .55)
}

@media (min-width:768px) {
  .admissions-page .calculator_cover {
    width: calc(var(--boxSize) * .5);
    height: calc(var(--boxSize) * .5)
  }
}

.admissions-page .calculator_cover_icon {
  width: 2.5rem;
  height: 2.5rem
}

@media (min-width:768px) {
  .admissions-page .calculator_cover_icon {
    width: 1.3dvw;
    height: 1.3dvw
  }
}

.admissions-page .calculator_btn.btn-active .calculator_btn-wrap {
  -webkit-transform: translateY(0);
  transform: translateY(0)
}

@media (min-width:768px) {
  .admissions-page .calculator_btn.btn-active .calculator_btn-wrap {
    -webkit-transform: translateY(1dvw);
    transform: translateY(1dvw)
  }
}

.admissions-page .calculator_btn:hover .calculator_btn-wrap {
  -webkit-transform: translateY(0) scale(1);
  transform: translateY(0) scale(1)
}

@media (min-width:768px) {
  .admissions-page .calculator_btn:hover .calculator_btn-wrap {
    -webkit-transform: translateY(1dvw) scale(1.08);
    transform: translateY(1dvw) scale(1.08)
  }
}

.admissions-page .calculator_btn-wrap {
  padding-top: 1.8rem;
  -webkit-transform: translateY(1.2rem);
  transform: translateY(1.2rem)
}

@media (min-width:768px) {
  .admissions-page .calculator_btn-wrap {
    -webkit-transform: translateY(2dvw);
    transform: translateY(2dvw);
    padding-top: 2.3dvw
  }
}

@media (min-width:768px) {
  .admissions-page .calculator_btn-label {
    font-size: 1dvw
  }
}

.admissions-page .calculator_btn-ico {
  width: 1.8rem
}

@media (min-width:768px) {
  .admissions-page .calculator_btn-ico {
    width: 1.875dvw
  }
}

.admissions-page .calculator_form {
  pointer-events: none
}

@media (min-width:768px) {
  .admissions-page .calculator_form {
    width: calc(var(--boxSize) * .5);
    height: calc(var(--boxSize) * .5)
  }
}

.admissions-page .calculator_form_title {
  font-size: 2.2rem;
  color: var(--nx-black)
}

@media (min-width:768px) {
  .admissions-page .calculator_form_title {
    font-size: 1.18dvw
  }
}

.admissions-page .calculator_form_detail {
  font-size: 1.4rem
}

@media (min-width:768px) {
  .admissions-page .calculator_form_detail {
    font-size: .812dvw
  }
}

.admissions-page .calculator_form_amt {
  font-size: 4.5rem
}

@media (min-width:768px) {
  .admissions-page .calculator_form_amt {
    font-size: 2.75dvw
  }
}

.admissions-page .breakdown {
  margin: 0 2rem;
  width: calc(100dvw - 4rem)
}

@media (min-width:768px) {
  .admissions-page .breakdown {
    padding-top: 2.5dvw;
    margin: 0;
    width: 100%
  }
}

.admissions-page .breakdown_wrap {
  position: relative;
  z-index: 0;
  padding: 2rem 2rem 0;
  background-color: var(--nx-white)
}

@media (min-width:768px) {
  .admissions-page .breakdown_wrap {
    padding: 1.25dvw 1.875dvw 0
  }
}

.admissions-page .breakdown_wrap:before {
  content: "";
  position: absolute;
  top: -2rem;
  left: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: calc(100% + 3.5rem);
  -webkit-box-shadow: 2px 4px 12px 0 rgba(0, 0, 0, .25);
  box-shadow: 2px 4px 12px 0 rgba(0, 0, 0, .25)
}

@media (min-width:768px) {
  .admissions-page .breakdown_wrap:before {
    height: calc(100% + 2dvw)
  }
}

.admissions-page .breakdown_title {
  position: relative;
  background-color: var(--nx-white);
  z-index: 1;
  padding-bottom: 3rem;
  font-size: 3rem;
  font-weight: 700;
  color: var(--nx-black);
  text-transform: uppercase;
  border-bottom: 1px solid #d1d1d1
}

@media (min-width:768px) {
  .admissions-page .breakdown_title {
    padding-bottom: 1.25dvw;
    font-size: 1.875dvw
  }
}

.admissions-page .breakdown_item {
  background-color: var(--nx-white);
  position: relative;
  z-index: 1;
  padding: 3rem 0;
  border-bottom: 1px dashed #d1d1d1
}

@media (min-width:768px) {
  .admissions-page .breakdown_item {
    padding: 1.56dvw 0
  }
}

.admissions-page .breakdown_item:last-child {
  border-bottom: 0
}

.admissions-page .breakdown_item_title {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: .8rem;
  line-height: 1
}

@media (min-width:768px) {
  .admissions-page .breakdown_item_title {
    font-size: 1dvw
  }
}

.admissions-page .breakdown_item_p {
  font-size: 1.6rem;
  font-weight: 500
}

@media (min-width:768px) {
  .admissions-page .breakdown_item_p {
    font-size: 1dvw
  }
}

.admissions-page .breakdown_item_p:only-of-type {
  margin-bottom: 0
}

.admissions-page .breakdown_item_btn {
  margin-top: 1.56dvw
}

.admissions-page .breakdown_edge {
  position: relative;
  z-index: 2;
  overflow: hidden;
  width: 100%;
  height: 2.4rem
}

.admissions-page .breakdown_edge .media-contain {
  -o-object-fit: initial;
  object-fit: initial
}

@media (min-width:768px) {
  .admissions-page .breakdown_edge .media-contain {
    -o-object-fit: cover;
    object-fit: cover
  }
}

.admissions-page .breakdown_edge:first-child .media-contain {
  -o-object-position: top;
  object-position: top
}

.admissions-page .breakdown_edge:last-child .media-contain {
  -o-object-position: bottom;
  object-position: bottom
}

.admissions-page .pill-accordion {
  --pill-height: 18.2rem;
  --pill-height-expanded: auto;
  width: calc(100dvw - 4rem);
  margin: 4rem auto 0;
  position: relative;
  margin-bottom: calc(var(--pill-height) * -.4 * var(--total-pills))
}

@media (min-width:768px) {
  .admissions-page .pill-accordion {
    --pill-height: 18.75dvw;
    width: 81.25dvw;
    margin: 2.5dvw auto 0;
    margin-bottom: calc(var(--pill-height) * -.5 * var(--total-pills))
  }
}

.admissions-page .pill-accordion_item {
  display: block;
  border-radius: 2rem;
  padding: 2rem 1.6rem calc(var(--pill-height) * .5);
  overflow: hidden;
  max-height: var(--pill-height-expanded);
  background-color: var(--blue);
  -webkit-transform: translateY(calc(var(--pill-height) * -.5));
  transform: translateY(calc(var(--pill-height) * -.5));
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

@media (min-width:768px) {
  .admissions-page .pill-accordion_item {
    border-radius: 5dvw;
    padding: 2.5dvw 3.75dvw calc(var(--pill-height) * .5)
  }
}

.admissions-page .pill-accordion_item .pill-accordion_content--copy {
  color: var(--nx-white)
}

.admissions-page .pill-accordion_item:first-child {
  -webkit-transform: translateY(0);
  transform: translateY(0)
}

.admissions-page .pill-accordion_item:last-child {
  padding-bottom: 2rem
}

@media (min-width:768px) {
  .admissions-page .pill-accordion_item:last-child {
    padding-bottom: 2.5dvw
  }
}

.admissions-page .pill-accordion_item:nth-child(even) {
  background-color: var(--grey-light-4)
}

.admissions-page .pill-accordion_item:nth-child(even) .pill-accordion_content--copy {
  color: var(--nx-black)
}

.admissions-page .pill-accordion_item:nth-child(odd) .pill-accordion_content--copy a {
  color: var(--yellow)
}

.admissions-page .pill-accordion_item .ico-expanded {
  display: block
}

.admissions-page .pill-accordion_item .ico-collapsed {
  display: none
}

.admissions-page .pill-accordion_item.collapse {
  max-height: var(--pill-height);
  padding-bottom: 2.5dvw
}

.admissions-page .pill-accordion_item.collapse .ico-expanded {
  display: none
}

.admissions-page .pill-accordion_item.collapse .ico-collapsed {
  display: block
}

.admissions-page .pill-accordion_item.collapse:last-child {
  max-height: calc(var(--pill-height) * .5)
}

@media (min-width:768px) {
  .admissions-page .pill-accordion_item.collapse:last-child {
    max-height: calc(var(--pill-height) * .55)
  }
}

.admissions-page .pill-accordion_trigger {
  display: grid;
  grid-template-columns: 5rem 1fr 4rem;
  gap: 1rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: auto
}

@media (min-width:768px) {
  .admissions-page .pill-accordion_trigger {
    grid-template-columns: 5.625dvw 1fr 3.43dvw;
    gap: 1.625dvw;
    height: auto
  }
}

.admissions-page .pill-accordion_trigger--img {
  width: 5rem;
  height: 5rem;
  border-radius: .8rem;
  overflow: hidden
}

@media (min-width:768px) {
  .admissions-page .pill-accordion_trigger--img {
    width: 5.625dvw;
    height: 4.375dvw
  }
}

.admissions-page .pill-accordion_trigger--title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.1;
  text-align: left
}

@media (min-width:768px) {
  .admissions-page .pill-accordion_trigger--title {
    font-size: 2.5dvw
  }
}

.admissions-page .pill-accordion_trigger--ico {
  border-radius: 50%;
  width: 4rem;
  height: 4rem;
  background-color: var(--yellow);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1rem
}

@media (min-width:768px) {
  .admissions-page .pill-accordion_trigger--ico {
    width: 3.43dvw;
    height: 3.43dvw;
    font-size: .8dvw
  }
}

.admissions-page .pill-accordion_content {
  padding: 3rem 0
}

@media (min-width:768px) {
  .admissions-page .pill-accordion_content {
    padding: 5dvw 3.125dvw
  }
}

.admissions-page .pill-accordion_content--wrap {
  display: grid;
  gap: 2rem
}

@media (min-width:768px) {
  .admissions-page .pill-accordion_content--wrap {
    grid-template-columns: 1fr 33dvw;
    gap: 6.25dvw
  }
}

.admissions-page .pill-accordion_content--title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 3rem;
  font-weight: 700;
  line-height: .8;
  text-transform: uppercase;
  margin-bottom: 1rem
}

@media (min-width:768px) {
  .admissions-page .pill-accordion_content--title {
    margin-bottom: 1.875dvw;
    font-size: 2.5dvw
  }
}

.admissions-page .pill-accordion_content--copy .p {
  margin-bottom: 3rem
}

@media (min-width:768px) {
  .admissions-page .pill-accordion_content--copy .p {
    margin-bottom: 1.875dvw
  }
}

.admissions-page .pill-accordion_content--media {
  grid-row-start: 1;
  height: 25.8rem
}

@media (min-width:768px) {
  .admissions-page .pill-accordion_content--media {
    grid-row-start: 1;
    grid-column-start: 2;
    height: 22dvw
  }
}

.admissions-page .yr-grp-prog {
  width: calc(100dvw - 4rem);
  margin: 4rem auto;
  overflow: hidden
}

@media (min-width:768px) {
  .admissions-page .yr-grp-prog {
    width: 88.125dvw;
    margin: 3.125dvw auto;
    border-radius: 1rem
  }
}

.admissions-page .yr-grp-prog_blk {
  margin-bottom: 2rem;
  padding: 2rem 1.5rem;
  border-radius: 1rem;
  overflow: hidden
}

@media (min-width:768px) {
  .admissions-page .yr-grp-prog_blk {
    margin-bottom: .2rem;
    padding: 2.5dvw 3.125dvw;
    border-radius: 0
  }
}

.admissions-page .yr-grp-prog_blk:last-child {
  margin-bottom: 0
}

.admissions-page .yr-grp-prog_list {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  gap: 1rem
}

@media (min-width:768px) {
  .admissions-page .yr-grp-prog_list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
  }
}

.admissions-page .yr-grp-prog_item {
  border-radius: 1rem;
  overflow: hidden;
  width: 100%;
  display: grid;
  grid-template-columns: 9rem 1fr;
  gap: 1.4rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1.5rem;
  color: var(--nx-white)
}

@media (min-width:768px) {
  .admissions-page .yr-grp-prog_item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    grid-template-columns: 8.375dvw 1fr;
    gap: 1.25dvw;
    padding: 1.875dvw
  }
}

.admissions-page .yr-grp-prog_item.yr-grp-prog_item--dark {
  color: var(--nx-black)
}

.admissions-page .yr-grp-prog_title {
  font-size: 2.1rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 1rem
}

@media (min-width:768px) {
  .admissions-page .yr-grp-prog_title {
    font-size: 2.1875dvw
  }
}

.admissions-page .yr-grp-prog_media {
  width: 9rem;
  height: 9rem;
  border-radius: 50%;
  overflow: hidden
}

@media (min-width:768px) {
  .admissions-page .yr-grp-prog_media {
    width: 8.375dvw;
    height: 8.375dvw
  }
}

.admissions-page .yr-grp-prog_copy {
  font-weight: 700
}

.admissions-page .yr-grp-prog_copy--title {
  font-size: 2.1rem;
  line-height: .8;
  text-transform: uppercase
}

@media (min-width:768px) {
  .admissions-page .yr-grp-prog_copy--title {
    font-size: 1.625dvw
  }
}

.admissions-page .yr-grp-prog_copy--info {
  margin-top: 1.4rem;
  font-size: 1.4rem;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

@media (min-width:768px) {
  .admissions-page .yr-grp-prog_copy--info {
    font-size: 1.1325dvw;
    margin-top: 1dvw
  }
}

.admissions-page .yr-grp-prog_copy--info a {
  font-size: inherit;
  text-decoration: underline;
  color: inherit
}

.admissions-page .yr-grp-prog_copy--label {
  font-size: 1.2rem;
  text-transform: uppercase
}

@media (min-width:768px) {
  .admissions-page .yr-grp-prog_copy--label {
    font-size: .75dvw
  }
}

.admissions-page .yr-grp-prog .lightbluebg .yr-grp-prog_title {
  color: var(--blue)
}

.admissions-page .yr-grp-prog .lightgreenbg .yr-grp-prog_title {
  color: var(--green)
}

.admissions-page .academic-calendar {
  --ribbon-size: 6.5rem;
  width: calc(100dvw - 4rem);
  margin: 2.8rem auto
}

@media (min-width:768px) {
  .admissions-page .academic-calendar {
    --ribbon-size: 5.6dvw;
    width: 67.875dvw;
    margin: 3.625dvw auto
  }
}

.admissions-page .academic-calendar_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  gap: calc(var(--ribbon-size) * .28);
  width: 100%;
  -webkit-transform: scale(.96, 1);
  transform: scale(.96, 1)
}

@media (min-width:768px) {
  .admissions-page .academic-calendar_list {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    gap: calc(var(--ribbon-size) * .318)
  }
}

.admissions-page .academic-calendar_item {
  --ribbon-color: var(--blue);
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: .6rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  min-height: var(--ribbon-size);
  background-color: var(--ribbon-color);
  color: var(--nx-white)
}

.admissions-page .academic-calendar_item:first-child:before {
  border-color: var(--ribbon-color)
}

.admissions-page .academic-calendar_item:after,
.admissions-page .academic-calendar_item:before {
  content: "";
  position: absolute;
  top: 0;
  height: 0;
  width: 0;
  border-style: solid;
  border-width: 0;
  border-width: calc(var(--ribbon-size) * .5) 0 calc(var(--ribbon-size) * .5) calc(var(--ribbon-size) * .25)
}

.admissions-page .academic-calendar_item:before {
  height: 100%;
  border-color: var(--ribbon-color) transparent;
  left: calc(var(--ribbon-size) * -.24)
}

@media (min-width:768px) {
  .admissions-page .academic-calendar_item:before {
    left: calc(var(--ribbon-size) * -.24)
  }
}

.admissions-page .academic-calendar_item:after {
  height: 100%;
  border-color: transparent var(--ribbon-color);
  right: calc(var(--ribbon-size) * -.24)
}

@media (min-width:768px) {
  .admissions-page .academic-calendar_item:after {
    right: calc(var(--ribbon-size) * -.24)
  }
}

.admissions-page .academic-calendar_item--title {
  font-size: 1.5rem;
  line-height: 1
}

@media (min-width:768px) {
  .admissions-page .academic-calendar_item--title {
    font-size: 1.125dvw
  }
}

.admissions-page .academic-calendar_item--info {
  font-size: 1.1rem;
  line-height: 1;
  text-align: center
}

@media (min-width:768px) {
  .admissions-page .academic-calendar_item--info {
    font-size: 1dvw;
    text-align: left
  }
}

.admissions-page .academic-calendar_item.bgred {
  --ribbon-color: var(--red)
}

.admissions-page .academic-calendar_item.bggreen {
  --ribbon-color: var(--green)
}

.admissions-page .academic-calendar_item.bgyellow {
  --ribbon-color: var(--yellow)
}

.admissions-page .academic-calendar_bracket {
  width: calc(100dvw - 6rem);
  display: grid;
  grid-template-columns: 50.6% 1fr;
  gap: .4rem;
  margin: 1.5rem auto 0
}

@media (min-width:768px) {
  .admissions-page .academic-calendar_bracket {
    width: 100%;
    margin: 1.875dvw auto 0;
    gap: .8dvw
  }
}

.admissions-page .academic-calendar_bracket--item {
  width: 100%;
  -webkit-transform: translateX(calc(var(--ribbon-size) * -.25));
  transform: translateX(calc(var(--ribbon-size) * -.25));
  border-top: solid .1rem #d1d1d1;
  text-align: center;
  color: #b4b4b4;
  padding: 1dvw 0;
  position: relative
}

.admissions-page .academic-calendar_bracket--item:last-child {
  width: calc(100% + var(--ribbon-size) * .35)
}

.admissions-page .academic-calendar_bracket--label {
  font-size: 1.5rem
}

@media (min-width:768px) {
  .admissions-page .academic-calendar_bracket--label {
    font-size: 1dvw
  }
}

.admissions-page .academic-calendar_bracket--pt {
  position: absolute;
  top: -.4rem;
  font-size: .8rem
}

.admissions-page .academic-calendar_bracket--pt-r {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  left: -1px
}

.admissions-page .academic-calendar_bracket--pt-l {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  right: -1px
}

.article-page_main-content {
  padding-top: 12rem
}

.article-page .hero_breadcrumb {
  top: 10.1rem
}

@media (max-width:575.98px) {
  .article-page .hero_breadcrumb {
    top: 9.1rem
  }
}

.article-page .p:last-child,
.article-page .p:last-of-type,
.article-page p:last-child,
.article-page p:last-of-type {
  margin-bottom: 0
}

.article-page .video,
.article-page video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.article-page .image-wrap,
.article-page .image-wrap-2,
.article-page .video-wrap {
  width: 90dvw;
  height: 60dvw;
  margin: 0 auto;
  display: block;
  position: relative
}

@media (min-width:768px) {

  .article-page .image-wrap,
  .article-page .image-wrap-2,
  .article-page .video-wrap {
    width: 58.12dvw;
    height: 32.7dvw
  }
}

.article-page .image-wrap-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.article-page .video-wrap iframe {
  width: 100%;
  height: 100%
}

.article-page .blockquote,
.article-page blockquote {
  width: 90dvw;
  margin: 0 auto;
  font-size: 3rem
}

@media (min-width:768px) {

  .article-page .blockquote,
  .article-page blockquote {
    font-size: 3dvw;
    width: 73dvw
  }
}

.article-page .blockquote_src,
.article-page blockquote_src {
  margin-top: 1.5rem
}

@media (min-width:768px) {

  .article-page .blockquote_src,
  .article-page blockquote_src {
    margin-top: 2.5rem
  }
}

.article-page .image-left-text,
.article-page .image-right-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2rem;
  width: 90dvw;
  min-height: 530px;
  position: relative
}

@media (min-width:768px) {

  .article-page .image-left-text,
  .article-page .image-right-text {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 3.5rem;
    width: 80dvw
  }
}

@media (min-width:1200px) {

  .article-page .image-left-text,
  .article-page .image-right-text {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 5rem;
    width: 60dvw
  }
}

.article-page .image-left-text>*,
.article-page .image-right-text>* {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%
}

.article-page .image-left-text .instragram-code-snippet,
.article-page .image-right-text .instragram-code-snippet {
  border-radius: 0
}

.article-page .image-left-text .instragram-code-snippet iframe,
.article-page .image-right-text .instragram-code-snippet iframe {
  margin-bottom: 0 !important
}

@media (min-width:768px) {
  .article-page .image-right-text {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
  }
}

.article-page .carousel-wrap {
  margin-inline: 0;
  width: 100vw;
  position: relative
}

.article-page .carousel-wrap .cc_wrap {
  padding-left: 0;
  height: unset
}

.article-page .carousel-wrap .cc_item {
  width: 930px;
  max-width: 100vw;
  height: 523px;
  margin-left: 1rem
}

.article-page .carousel-wrap .cc_item:first-child {
  margin-left: 0
}

.article-page .carousel-wrap .simple-card-cta_item {
  border-radius: 0
}

.article-page .carousel-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.article-page .table-wrap {
  display: grid;
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: 700;
  width: 90dvw
}

@media (min-width:768px) {
  .article-page .table-wrap {
    width: 58.12dvw
  }
}

.article-page .table-wrap table {
  width: 100%;
  table-layout: fixed;
  overflow: hidden;
  border-radius: 1rem
}

.article-page .table-wrap th {
  background-color: var(--green);
  color: var(--nx-white);
  padding: 2rem;
  border: 1px solid #fff
}

@media (min-width:768px) {
  .article-page .table-wrap th {
    padding: 1.25dvw
  }
}

.article-page .table-wrap td {
  background-color: #f0f0f0;
  padding: 2rem;
  border: 1px solid #fff
}

@media (min-width:768px) {
  .article-page .table-wrap td {
    padding: 1.25dvw
  }
}

.article-page_blurb {
  width: 90dvw;
  margin: 3.6rem 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-align: center;
  -ms-flex-align: center;
  align-items: center
}

@media (min-width:768px) {
  .article-page_blurb {
    width: 43dvw;
    margin: 4.6rem auto 5rem
  }
}

.article-page_blurb .pill {
  margin: 0 auto 3.3rem
}

.article-page_blurb .blurb {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
  color: var(--grey-2);
  text-align: center
}

.article-page_summary {
  font-size: 1.6rem;
  font-weight: 700;
  margin-top: 1.5rem
}

@media (min-width:768px) {
  .article-page_summary {
    margin-top: 3rem
  }
}

.article-page_img-a {
  width: 88dvw;
  height: 60dvw;
  margin: 0 auto
}

@media (min-width:768px) {
  .article-page_img-a {
    height: auto
  }
}

.article-page .related-posts {
  width: 90dvw;
  margin: 0 auto 7.8rem
}

@media (min-width:768px) {
  .article-page .related-posts {
    width: 88dvw
  }
}

.article-page .related-posts_list {
  display: grid;
  gap: 3rem
}

@media (min-width:768px) {
  .article-page .related-posts_list {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1.9dvw
  }
}

.article-page .related-posts_list .simple-card-cta_txt {
  bottom: 5rem
}

@media (min-width:768px) {
  .article-page .related-posts_list .simple-card-cta_txt {
    bottom: 0
  }
}

.article-page .related-posts .section-title--small {
  text-align: center;
  font-size: 3rem;
  margin-bottom: 2.5rem;
  line-height: 1
}

@media (min-width:768px) {
  .article-page .related-posts .section-title--small {
    margin-bottom: 7.7rem;
    font-size: 6vw
  }
}

.article-page .related-posts .simple-card-cta_title {
  font-size: 5.7dvw;
  font-weight: 700;
  line-height: 1;
  margin-bottom: .8rem;
  max-height: 2em
}

@media (min-width:768px) {
  .article-page .related-posts .simple-card-cta_title {
    font-size: 1.75dvw
  }
}

.article-page .related-posts .simple-card-cta_copy {
  font-size: 1.5rem;
  line-height: 1.2
}

.article-page .section-title {
  font-size: 5rem
}

@media (min-width:768px) {
  .article-page .section-title {
    font-size: 4.5vw
  }
}

.article-page .article h2,
.article-page .article h3,
.article-page .article h4 {
  text-transform: uppercase;
  font-weight: 700;
  line-height: .8
}

.article-page .article h2 {
  font-size: 3.5rem;
  color: #00b9de
}

.article-page .article h3 {
  font-size: 2.5rem
}

.article-page .article h4 {
  font-size: 2rem
}

.article-three-cards {
  width: 90dvw;
  margin-inline: auto
}

@media (min-width:768px) {
  .article-three-cards {
    width: 71.4dvw
  }
}

.image-caption_fp {
  max-width: calc(100dvw - 4rem);
  margin-block: 1.5rem 2rem
}

@media (min-width:768px) {
  .image-caption_fp {
    margin-block: 1.25dvw 1.875dvw
  }
}

.image-caption_fp_p {
  font-size: 1.2rem;
  line-height: 1.1;
  color: var(--grey-2);
  margin: 0 auto 1rem
}

@media (min-width:768px) {
  .image-caption_fp_p {
    font-size: .75dvw
  }
}

.image-caption_fp-2 {
  position: relative;
  left: 0;
  width: 90dvw;
  margin-block: 1.5rem 2rem
}

@media (min-width:768px) {
  .image-caption_fp-2 {
    left: 7.5dvw;
    margin-block: 1.25dvw 1.875dvw;
    width: 63.9dvw
  }
}

.image-caption_fp-2_p {
  font-size: 1.2rem;
  line-height: 1.1;
  color: var(--grey-2);
  margin: 0 auto 1rem
}

@media (min-width:768px) {
  .image-caption_fp-2_p {
    font-size: .75dvw
  }
}

.available-positions .section-filter {
  margin: 0;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end
}

@media (max-width:991.98px) {
  .available-positions .section-filter {
    margin-top: 2rem;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    padding: 0
  }
}

@media (max-width:767.98px) {
  .available-positions .section-filter {
    margin-top: 3rem
  }
}

.available-positions .h1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.available-positions .section-filter_content {
  min-height: unset
}

.available-positions .row {
  margin-top: clamp(1rem, 2vw, 2rem);
  grid-template-columns: unset;
  gap: 0
}

.available-positions .row>* {
  padding: 0
}

.available-positions .row .filter-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 2rem 4.8dvw;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 3rem;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.available-positions .row .filter-item::after {
  content: "";
  position: absolute;
  left: 4.8vw;
  right: 4.8vw;
  bottom: 0;
  border-bottom: .15rem solid #01acd7
}

@media (min-width:768px) {
  .available-positions .row .filter-item::after {
    left: 6dvw;
    right: 6dvw
  }
}

.available-positions .row .filter-item:hover {
  background-color: #01acd7
}

.available-positions .row .filter-item:hover .copy {
  color: #fff
}

.available-positions .row .filter-item:hover .section-filter_btn-wrap {
  background-color: #ffc72c
}

.available-positions .row .filter-item:hover .section-filter_btn-wrap i {
  color: #000
}

@media (min-width:768px) {
  .available-positions .row .filter-item {
    padding: 2rem 6dvw
  }
}

.available-positions .row .filter-item .copy {
  font-size: 1.5rem;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  color: #000;
  font-weight: 500;
  margin: 0;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.available-positions .row .filter-item .section-filter_btn-wrap {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.6rem;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.available-positions .row .filter-item .section-filter_btn-wrap i {
  color: #fff;
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out
}

.blog-page_content {
  padding: 0 4.8dvw
}

@media (min-width:768px) {
  .blog-page_content {
    padding: 0 6dvw
  }
}

.blog-page_wrap {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8.7dvw;
  margin: 0;
  padding: 0;
  list-style: none
}

@media (min-width:768px) {
  .blog-page_wrap {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1.9dvw
  }
}

.blog-page .blog-page_filter {
  margin: 7.2dvw 0
}

@media (min-width:768px) {
  .blog-page .blog-page_filter {
    margin: 4.7dvw 0
  }
}

.book-tour_form {
  width: 100%;
  max-width: 69rem;
  margin: 4.5dvw auto 7.5dvw;
  padding: 0 5dvw
}

@media (min-width:768px) {
  .book-tour_form {
    max-width: 69rem;
    padding: 0
  }
}

.book-tour .section {
  padding-top: 12rem
}

@media (min-width:768px) {
  .book-tour .section {
    padding-top: 18rem
  }
}

.book-tour_form-title {
  font-size: 3rem;
  font-weight: 700;
  line-height: 2.4rem;
  letter-spacing: -.02em;
  margin-bottom: 2.6rem;
  text-transform: uppercase
}

.book-tour .section-header-copy {
  max-width: 100%
}

@media (min-width:768px) {
  .book-tour .section-header-copy {
    max-width: 45dvw
  }
}

.book-tour .form-wrap:not(:first-child) {
  margin-top: 7.8rem
}

.book-tour .ui-autocomplete {
  max-height: 20rem;
  overflow-y: auto;
  overflow-x: hidden
}

.book-tour .ui-menu-item-wrapper {
  font-family: var(--nx-body-font-family);
  padding: .8rem 1rem;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  border: 0 !important;
  margin: 0 !important
}

.book-tour .ui-menu-item-wrapper.ui-state-active {
  background-color: #00b9de
}

.book-tour .ui-widget-content {
  border-radius: 1rem
}

.book-tour .ui-datepicker {
  width: 30rem;
  font-size: 1.6rem
}

.book-tour .form-continue,
.book-tour .form-submit,
.book-tour .how-you-hear {
  margin-top: 4rem
}

.book-tour .how-you-hear {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.book-tour .how-you-hear .parsley-errors-list {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10
}

.book-tour .form-submit.disabled {
  -webkit-filter: opacity(.6);
  filter: opacity(.6);
  pointer-events: none
}

.book-tour .form-submit.disabled span.btn-animated_ico-wrap {
  right: 3px
}

.book-tour .form-submit.disabled span.btn-animated_ico-wrap:before {
  content: "";
  display: inline-block;
  width: 2rem;
  height: 2rem;
  border: 3px solid #fff;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: .7s linear infinite spinner-border;
  animation: .7s linear infinite spinner-border
}

.book-tour .form-submit.disabled span.btn-animated_ico-wrap .btn-animated_ico {
  display: none
}

.book-tour .form-back {
  font-size: 1.6rem;
  font-weight: 500;
  color: var(--blue);
  margin-bottom: 2rem
}

.book-tour .ui-datepicker-today .ui-state-highlight {
  background: #c4d600
}

.book-tour .parent-details .btn-remove-parent {
  color: #00b9de;
  line-height: 1;
  font-size: 4rem
}

.book-tour .child-details .btn-remove-child {
  color: #00b9de;
  line-height: 1;
  font-size: 4rem
}

.book-tour .form-multiple-phone .form-grp:first-child .btn-remove {
  display: none
}

.book-tour .child-details .book-tour_form-title,
.book-tour .parent-details .book-tour_form-title {
  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
}

.book-tour .child-details .form-wrap,
.book-tour .parent-details .form-wrap {
  margin: 0;
  padding-inline: clamp(1rem, 4vw, 4rem);
  border: solid 1px var(--grey-light-2)
}

.book-tour .child-details .form-wrap:not(:first-child)>:first-child,
.book-tour .parent-details .form-wrap:not(:first-child)>:first-child {
  padding-top: 5rem
}

.book-tour .child-details .form-wrap:not(:first-child),
.book-tour .parent-details .form-wrap:not(:first-child) {
  border-top: 0
}

.book-tour .child-details .form-wrap:first-child,
.book-tour .parent-details .form-wrap:first-child {
  border-radius: 1.5rem 1.5rem 0 0;
  padding-top: clamp(2rem, 3vw, 3rem)
}

.book-tour .child-details .form-wrap:first-child .btn-remove-child,
.book-tour .child-details .form-wrap:first-child .btn-remove-parent,
.book-tour .parent-details .form-wrap:first-child .btn-remove-child,
.book-tour .parent-details .form-wrap:first-child .btn-remove-parent {
  display: none
}

.book-tour .child-details .form-wrap:last-child,
.book-tour .parent-details .form-wrap:last-child {
  padding-bottom: clamp(2rem, 3vw, 3rem)
}

.book-tour .child-details~.add-details,
.book-tour .parent-details~.add-details {
  padding-block: clamp(2rem, 3vw, 3rem);
  padding-inline: clamp(1rem, 4vw, 4rem);
  border: solid 1px var(--grey-light-2);
  border-top: 0;
  border-radius: 0 0 1.5rem 1.5rem
}

.book-tour .child-details~.add-details .btn-add-child,
.book-tour .child-details~.add-details .btn-add-parent,
.book-tour .parent-details~.add-details .btn-add-child,
.book-tour .parent-details~.add-details .btn-add-parent {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  place-self: center;
  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;
  gap: 1.5rem;
  font-size: 2.1rem;
  font-weight: 700;
  text-transform: uppercase
}

.book-tour .child-details~.add-details .btn-add-child i,
.book-tour .child-details~.add-details .btn-add-parent i,
.book-tour .parent-details~.add-details .btn-add-child i,
.book-tour .parent-details~.add-details .btn-add-parent i {
  font-size: 4rem;
  color: #00b9de
}

.book-tour .modal-duplicate-leads .modal-dialog,
.book-tour .modal-generic-error .modal-dialog,
.book-tour .modal-invalid-phone .modal-dialog,
.book-tour .modal-remove .modal-dialog {
  max-width: 500px;
  width: 100%
}

.book-tour .modal-duplicate-leads .modal-content,
.book-tour .modal-generic-error .modal-content,
.book-tour .modal-invalid-phone .modal-content,
.book-tour .modal-remove .modal-content {
  border-radius: 20px;
  padding: 2rem
}

.book-tour .modal-duplicate-leads .modal-body,
.book-tour .modal-generic-error .modal-body,
.book-tour .modal-invalid-phone .modal-body,
.book-tour .modal-remove .modal-body {
  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-align: center;
  -ms-flex-align: center;
  align-items: center
}

.book-tour .modal-duplicate-leads .title,
.book-tour .modal-generic-error .title,
.book-tour .modal-invalid-phone .title,
.book-tour .modal-remove .title {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 2.5rem
}

@media (max-width:767.98px) {

  .book-tour .modal-duplicate-leads .title,
  .book-tour .modal-generic-error .title,
  .book-tour .modal-invalid-phone .title,
  .book-tour .modal-remove .title {
    font-size: 2.3rem;
    margin-bottom: 3.5rem
  }
}

.book-tour .modal-duplicate-leads .modal-btn-group,
.book-tour .modal-generic-error .modal-btn-group,
.book-tour .modal-invalid-phone .modal-btn-group,
.book-tour .modal-remove .modal-btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem
}

@media (max-width:767.98px) {

  .book-tour .modal-duplicate-leads .modal-btn-group,
  .book-tour .modal-generic-error .modal-btn-group,
  .book-tour .modal-invalid-phone .modal-btn-group,
  .book-tour .modal-remove .modal-btn-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%
  }
}

.book-tour .modal-duplicate-leads .modal-btn-group button,
.book-tour .modal-generic-error .modal-btn-group button,
.book-tour .modal-invalid-phone .modal-btn-group button,
.book-tour .modal-remove .modal-btn-group button {
  padding: 1rem 4rem;
  text-transform: uppercase;
  border-radius: 50px;
  font-weight: 700;
  font-size: 1.5rem
}

@media (max-width:767.98px) {

  .book-tour .modal-duplicate-leads .modal-btn-group button,
  .book-tour .modal-generic-error .modal-btn-group button,
  .book-tour .modal-invalid-phone .modal-btn-group button,
  .book-tour .modal-remove .modal-btn-group button {
    font-size: 1.4rem
  }
}

.book-tour .modal-duplicate-leads .modal-btn-group .btn-cancel,
.book-tour .modal-generic-error .modal-btn-group .btn-cancel,
.book-tour .modal-invalid-phone .modal-btn-group .btn-cancel,
.book-tour .modal-remove .modal-btn-group .btn-cancel {
  border: 1px solid #00b9de;
  color: #00b9de
}

.book-tour .modal-duplicate-leads .modal-btn-group .btn-confirm,
.book-tour .modal-generic-error .modal-btn-group .btn-confirm,
.book-tour .modal-invalid-phone .modal-btn-group .btn-confirm,
.book-tour .modal-remove .modal-btn-group .btn-confirm {
  background-color: #00b9de;
  color: #fff
}

.book-tour .country-tooltip {
  font-size: 1.4rem;
  font-weight: 700
}

.book-tour .country-tooltip .tooltip-inner {
  padding: 1rem;
  border-radius: 1.5rem;
  font-family: var(--nx-body-font-family)
}

@media (min-width:768px) {
  .book-tour .country-tooltip .tooltip-inner {
    width: 100%;
    max-width: 500px
  }
}

.bus-uniform .info-registration_list {
  width: calc(100% - 4rem);
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto auto;
  gap: 2rem
}

@media (min-width:768px) {
  .bus-uniform .info-registration_list {
    width: 88.4dvw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 2.12dvw
  }
}

.bus-uniform .cta-card {
  padding: calc(.5rem + 1.5dvw)
}

.bus-uniform .cta-card .cta-card-title {
  top: calc(.5rem + 1.5dvw) !important;
  left: calc(.5rem + 1.5dvw) !important
}

.bus-uniform .cta-card .btn-ico {
  opacity: 1;
  border: 1px solid #ffc72c;
  width: calc(2rem + 1.5dvw);
  height: calc(2rem + 1.5dvw);
  bottom: calc(.5rem + 1.5dvw);
  right: calc(.5rem + 1.5dvw)
}

.bus-uniform .cta-card .btn-animated_ico-wrap {
  position: unset;
  -webkit-transform: unset;
  transform: unset;
  width: 1rem;
  height: 1rem
}

.bus-uniform .cta-card .btn-animated_ico-path {
  color: #000
}

.bus-uniform .cta-card:hover .btn-animated_ico-path:first-child {
  -webkit-transform: translateX(0);
  transform: translateX(0)
}

.bus-uniform .cta-card:hover .btn-animated_ico-path:last-child {
  -webkit-transform: translateX(100%);
  transform: translateX(100%)
}

@media (min-width:768px) {
  .cca-page .practical-life-skills .spacer-sm {
    height: 6.25dvw
  }
}

.cca-page .practical-life-skills .article-set_img {
  padding-top: 0
}

.cca-page .practical-life-skills .article-set_img .skeleton {
  margin-top: 0;
  height: 100%
}

.cca-page .drama-to-hydro {
  position: relative;
  min-height: auto
}

@media (min-width:768px) {
  .cca-page .drama-to-hydro {
    min-height: 100dvh
  }
}

.cca-page .drama-to-hydro_slider {
  padding-top: 0
}

@media (min-width:768px) {
  .cca-page .drama-to-hydro_slider {
    padding-top: 4.5rem
  }
}

.cca-page .drama-to-hydro_slider-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 2rem;
  list-style: none;
  padding: 0;
  margin: 0
}

@media (min-width:768px) {
  .cca-page .drama-to-hydro_slider-wrap {
    gap: 1.9dvw
  }
}

.cca-page .drama-to-hydro_slider-wrap.slick-slider {
  display: block;
  height: auto
}

.cca-page .drama-to-hydro_slider-item {
  margin-left: 2rem
}

@media (min-width:768px) {
  .cca-page .drama-to-hydro_slider-item {
    margin-left: 1.9dvw
  }
}

.cca-page .drama-to-hydro_slider .cc_arrow-btn {
  top: 42%;
  left: 0
}

.cca-page .drama-to-hydro_slider .cc_arrow-btn.cc_next {
  right: 0;
  left: auto
}

@media (min-width:768px) {
  .cca-page .drama-to-hydro_slider .cc_arrow-btn.cc_next {
    right: 0
  }
}

@media (min-width:768px) {
  .cca-page .drama-to-hydro_slider .cc_arrow-btn {
    top: 53%;
    left: 0
  }
}

.cca-page .bluebg .cc_progress {
  bottom: -1rem
}

.cca-page .for-everyone_btnwrap {
  width: calc(100% - 4rem);
  margin: 3rem auto 0
}

@media (min-width:768px) {
  .cca-page .for-everyone_btnwrap {
    margin: 2.5dvw auto;
    width: 88dvw
  }
}

.cca-page .for-everyone_btn {
  display: block;
  position: relative;
  width: 100%;
  height: 10rem;
  margin-bottom: 2rem
}

@media (min-width:768px) {
  .cca-page .for-everyone_btn {
    height: 15.6dvw
  }

  .cca-page .for-everyone_btn:hover .for-everyone_ico {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
  }

  .cca-page .for-everyone_btn:hover .for-everyone_media {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
  }
}

.cca-page .for-everyone_media {
  position: relative;
  z-index: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.cca-page .for-everyone_media-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden
}

.cca-page .for-everyone_media-wrap:after {
  background: radial-gradient(50% 50% at 50% 50%, rgba(0, 0, 0, .6) 0, rgba(0, 0, 0, 0) 100%);
  content: "";
  width: 150%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: -50%;
  z-index: 1;
  pointer-events: none
}

.cca-page .for-everyone_title {
  font-weight: 700;
  line-height: .8;
  text-transform: uppercase;
  position: absolute;
  z-index: 2;
  left: 1.5rem;
  bottom: 1.2rem;
  font-size: 2.5rem
}

@media (min-width:768px) {
  .cca-page .for-everyone_title {
    bottom: 2.2dvw;
    left: 2.5dvw;
    font-size: 5dvw
  }
}

.cca-page .for-everyone_ico {
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.cca-page .for-everyone_ico-wrap {
  position: absolute;
  right: 1.75dvw;
  bottom: 1.75dvw;
  background-color: var(--green);
  border-radius: 50%;
  font-size: 1.5rem;
  z-index: 8;
  color: var(--nx-white);
  width: 4rem;
  height: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

@media (min-width:768px) {
  .cca-page .for-everyone_ico-wrap {
    width: 3.4dvw;
    height: 3.4dvw;
    right: 2.5dvw;
    bottom: 2.5dvw
  }
}

.cca-page .modal-content {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1008;
  width: 100dvw;
  height: 100dvh;
  background-color: transparent;
  overflow: hidden;
  pointer-events: none
}

@media (max-width:767.98px) {
  .cca-page .modal-content {
    top: 4rem
  }
}

.cca-page .modal-content_bg {
  content: "";
  width: 100dvw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 8;
  pointer-events: none;
  -webkit-backdrop-filter: blur(0);
  backdrop-filter: blur(0);
  background-color: rgba(0, 0, 0, 0);
  -webkit-transition: all .6s ease;
  transition: all .6s ease
}

.cca-page .modal-content_bg.modal-open {
  pointer-events: all;
  -webkit-backdrop-filter: blur(2rem);
  backdrop-filter: blur(2rem);
  background-color: rgba(0, 0, 0, .3)
}

.cca-page .modal-content.modal-open {
  opacity: 1
}

.cca-page .modal-content.modal-open .modal-content_wrap {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  pointer-events: all
}

.cca-page .modal-content.modal-open .modal-content_ico-wrap {
  opacity: 1;
  pointer-events: all
}

.cca-page .modal-content_wrap {
  position: relative;
  z-index: 1;
  width: calc(100% - 4rem);
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  margin: auto;
  background-color: var(--nx-white);
  padding-left: 3.75dvw;
  padding-right: 3.75dvw;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  -webkit-transform: translateY(120dvh);
  transform: translateY(120dvh)
}

@media (min-width:768px) {
  .cca-page .modal-content_wrap {
    width: 73dvw
  }
}

.cca-page .modal-content .section-title {
  color: #000;
  height: auto
}

.cca-page .modal-content_full-media {
  height: 31.25dvw;
  width: 100%
}

.cca-page .modal-content_article-wrap {
  width: 100%;
  margin: 0 auto;
  padding: 0 0 3rem
}

@media (min-width:768px) {
  .cca-page .modal-content_article-wrap {
    width: 55dvw
  }
}

.cca-page .modal-content .article-set.img-left {
  grid-template-columns: 1fr;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start
}

.cca-page .modal-content .article-set.img-left .article-set_img {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  grid-row-start: 2
}

.cca-page .modal-content .article-set.img-left .article-set_content {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  width: 100%;
  grid-row-start: 1
}

.cca-page .modal-content .article-set.img-left .article-blk {
  padding: 0
}

@media (min-width:768px) {
  .cca-page .modal-content .article-set.img-left {
    grid-template-columns: 28dvw 1fr
  }

  .cca-page .modal-content .article-set.img-left .article-set_img {
    grid-row-start: auto
  }

  .cca-page .modal-content .article-set.img-left .article-set_content {
    grid-row-start: auto
  }
}

.cca-page .modal-content .article-set_img {
  padding: 0
}

@media (min-width:768px) {
  .cca-page .modal-content .article-set_img {
    height: 29.4dvw
  }
}

.cca-page .modal-content_ico {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  color: var(--nx-black)
}

.cca-page .modal-content_ico-wrap {
  position: absolute;
  top: 30%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: var(--green);
  border-radius: 50%;
  font-size: 1.5rem;
  z-index: 8;
  color: var(--nx-white);
  width: 4rem;
  height: 4rem;
  padding: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  opacity: 0;
  pointer-events: none
}

@media (min-width:768px) {
  .cca-page .modal-content_ico-wrap {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 100%
  }
}

.cca-page .modal-footer {
  position: relative;
  border: none;
  padding-top: 5rem
}

.chatbot-container {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 10000;
  text-align: center;
  cursor: pointer
}

.chatbot-container .chatbot-icon {
  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-align: center;
  -ms-flex-align: center;
  align-items: center
}

.chatbot-container .chatbot-image {
  width: 80px;
  height: 80px;
  
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
  -webkit-animation: float 2.5s ease-in-out infinite;
  animation: float 2.5s ease-in-out infinite;border-radius: 50%;
  /* -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, .2);
  box-shadow: 0 4px 12px rgba(0, 0, 0, .2);
  background-color: #01acd7; */
  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
}

.chatbot-container .chatbot-image svg {
  width: 70%;
  height: 70%;
  -o-object-fit: contain;
  object-fit: contain
}

.chatbot-container .chatbot-textbox {
  margin-top: 6px;
  font-size: 14px;
  background-color: #c4d600;
  color: #fff;
  padding: 6px 12px;
  border-radius: 20px;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
  box-shadow: 0 2px 8px rgba(0, 0, 0, .15)
}

@-webkit-keyframes float {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }

  50% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px)
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}

@keyframes float {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }

  50% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px)
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}

.chatbot-chat-container {
  display: none;
  position: fixed;
  bottom: 160px;
  right: 20px;
  width: 400px;
  height: 600px;
  z-index: 10001;
  border-radius: 16px;
  overflow: hidden;
  -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, .2);
  box-shadow: 0 8px 24px rgba(0, 0, 0, .2);
  background-color: #fff
}

.chatbot-chat-container[data-state=false] {
  display: none
}

.chatbot-chat-container[data-state=true] {
  display: block
}

@media (max-width:767.98px) {
  .chatbot-chat-container {
    width: 90%;
    height: 60vh;
    right: 5%;
    bottom: 160px
  }
}

@media (max-height:770px) {
  .chatbot-chat-container {
    height: 60vh
  }
}

.chatbot-chat-container .chatbot-close-button {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 12px;
  font-weight: 400;
  color: #333;
  background: #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  text-align: center;
  cursor: pointer;
  z-index: 1000;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: background .2s ease;
  transition: background .2s ease
}

.chatbot-chat-container .chatbot-chat-close-button:hover {
  background: #eee
}

.header {
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100dvw;
  height: 9.1rem;
  padding: 2rem;
  background-color: #fff;
  border-bottom: solid 1px #e1e1e1;
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
  transform: translate(0px, 0px) !important;
}

@media (min-width:768px) {
  .header {
    padding: 1.8rem 5rem
  }
}

@media (min-width:1400px) {
  .header {
    padding: 1.8rem 8.5rem
  }
}

.header.hide {
  opacity: 0
}

.header_logo {
  color: var(--nx-white);
  position: relative;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease
}

.header_logo:hover {
  color: var(--nx-white)
}

.header_logo-coloured {
  position: absolute;
  top: 0;
  left: 0;
  width: 18.4rem;
  height: 5.6rem;
  opacity: 1;
  pointer-events: none;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease
}

.header.transparent {
  background-color: rgba(255, 255, 255, 0);
  border-bottom: 0
}

.header.transparent .header_logo-coloured {
  opacity: 0
}

.header.transparent .header_form {
  background-color: var(--nx-white)
}

.header.transparent .header_logo:hover .header_logo-coloured {
  opacity: 1
}

.header_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  gap: 1rem
}

.header_links-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 1rem
}

.header_links-list .book_btn {
  display: none
}

@media (min-width:768px) {
  .header_links-list .book_btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
  }
}

.header .block-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.header .nav-search-btn {
  display: none
}

@media (min-width:768px) {
  .header .nav-search-btn {
    display: block
  }
}

.header_menubtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: .6rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1.6rem 2rem
}

.burger-menu {
  width: 2.5rem;
  height: 1rem;
  position: relative;
  margin: 0;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out
}

.burger-menu span {
  display: block;
  position: absolute;
  left: 0;
  height: 16px;
  width: 100%;
  border-top: 3px solid var(--nx-nav-color);
  opacity: 1;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.burger-menu span:nth-child(1) {
  top: 0;
  -webkit-transform-origin: left center;
  transform-origin: left center
}

.burger-menu span:nth-child(2) {
  top: .6rem;
  -webkit-transform-origin: left center;
  transform-origin: left center
}

.burger-menu span:nth-child(3) {
  top: 1.2rem;
  -webkit-transform-origin: left center;
  transform-origin: left center
}

.nav-search-btn {
  position: relative;
  background-color: var(--grey-light);
  width: 12dvw;
  height: 12dvw;
  border-radius: 12dvw;
  margin-top: calc(9dvw - 2rem);
  margin-bottom: 4.8dvw
}

@media (min-width:768px) {
  .nav-search-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    --size: 5.45rem;
    width: var(--size);
    height: var(--size);
    border-radius: var(--size);
    margin: 0
  }
}

.nav-search-ico {
  width: 1.2rem;
  height: 1.2rem;
  font-size: 1.2rem;
  line-height: 1;
  color: var(--nx-black)
}

.nav-search-input {
  width: 0;
  height: 0;
  border: 0;
  overflow: hidden;
  opacity: 0;
  padding: 0;
  display: none
}

.nav-search-label {
  margin: 0;
  padding: 1.9rem
}

.main-nav,.news-nav {
  z-index: 999;
  position: fixed;
  top: 9.1rem;
  left: 0;
  width: 100dvw;
  height: 100dvh;
  overflow-y: scroll;
  background-color: var(--blue);
  padding: 2.1rem 8.3dvw 20dvh;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity .6s ease;
  transition: opacity .6s ease
}

@media (min-width:768px) {
  .main-nav  {
    display: grid;
    grid-template-columns: 57dvw 1fr;
    overflow-y: initial;
    height: 29dvw;
    padding: 2dvw 8.3dvw
  }
  .news-nav {
    display: grid;
    grid-template-columns: 50% 1fr;
    overflow-y: initial;
    height: 29dvw;
    padding: 2dvw 8.3dvw
  }
  .main-nav .book_btn,
  .main-nav .nav-search-btn,
  .news-nav .book_btn,
  .news-nav .nav-search-btn {
    display: none
  }
}

.main-nav .header_form,
.news-nav .header_form {
  display: block
}

.main-nav .book_btn,
.news-nav .book_btn {
  min-width: 50dvw;
  padding-left: 1.5rem;
  margin-top: 6.5dvw
}

.main-nav .nav-wrap,
.news-nav .nav-wrap {
  width: 100%;
  position: relative;
  min-height: 22.5dvw;
  padding-bottom: 6.5dvw;
  overflow: hidden
}

.main-nav .nav-title,
.news-nav .nav-title {
  font-size: 6dvw;
  font-weight: 700;
  line-height: 2;
  text-transform: uppercase;
  color: var(--nx-white);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  padding-right: 4.5dvw;
  position: relative
}

.main-nav .nav-title:hover,
.news-nav .nav-title:hover {
  color: var(--yellow)
}

@media (min-width:768px) {
  .main-nav .nav-title,
  .news-nav .nav-title {
    font-size: 2.2dvw;
    padding-right: 1.6dvw
  }
}

.main-nav .nav-title-ico,
.news-nav .nav-title-ico {
  font-size: 4dvw;
  line-height: 2.2dvw;
  position: absolute;
  right: 0;
  top: 55%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

@media (min-width:768px) {
  .main-nav .nav-title-ico,
  .news-nav .nav-title-ico {
    font-size: 1.2dvw;
    top: 50%
  }
}

.main-nav .nav-grp.active .nav-links-wrap,
.news-nav .nav-grp.active .nav-links-wrap {
  opacity: 1;
  pointer-events: all;
  padding-bottom: 6dvw;
  display: block;
}

.main-nav .nav-grp.active .nav-title,
.news-nav .nav-grp.active .nav-title {
  color: var(--yellow)
}

.main-nav .nav-grp.active .nav-title-ico,
.news-nav .nav-grp.active .nav-title-ico {
  opacity: 1
}

.main-nav .nav-links-item,
.news-nav .nav-links-item {
  font-size: 4.3dvw;
  line-height: 2.2
}

@media (min-width:768px) {
  .main-nav .nav-links-item,
  .news-nav .nav-links-item {
    font-size: 1.2dvw;
    line-height: 1.9
  }
}

.main-nav .nav-links-link,
.news-nav .nav-links-link {
  color: var(--nx-white);
  text-decoration: none
}

.main-nav .nav-links-link:hover,
.news-nav .nav-links-link:hover {
  text-decoration: underline
}

.main-nav .nav-links-list,
.news-nav .nav-links-list {
  margin: 0;
  padding: 0;
  list-style: none
}

.main-nav .nav-links-wrap,
.news-nav .nav-links-wrap {
  opacity: 0;
  pointer-events: none;
  overflow: hidden;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  display: none;
}

@media (min-width:768px) {
  .main-nav .nav-links-wrap,.news-nav .nav-links-wrap {
    overflow: initial;
    position: absolute;
    top: 2dvw;
    left: 34dvw
  }
}

.main-nav .nav-sub,.news-nav .nav-sub {
  padding-top: 6.5dvw;
  border-top: solid 1px rgba(255, 255, 255, .3)
}

@media (min-width:768px) {
  .main-nav .nav-sub,.news-nav .nav-sub {
    height: calc(100% - 4dvw);
    padding-top: 0;
    padding-left: 1.8dvw;
    margin-top: 2dvw;
    border-left: solid 1px rgba(255, 255, 255, .3);
    border-top: 0
  }
}

.main-nav-bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  width: 100dvw;
  height: 100dvh;
  background-color: rgba(0, 0, 0, .4);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.main-search-box {
  z-index: 1000;
  position: fixed;
  top: 9.1rem;
  left: 0;
  width: 100dvw;
  height: 100dvh;
  background-color: var(--blue);
  padding: 2.5dvw 8.3dvw;
  pointer-events: none;
  opacity: 0;
  -webkit-transform: translateX(-100dvw);
  transform: translateX(-100dvw);
  -webkit-transition: all .45s ease;
  transition: all .45s ease
}

@media (min-width:768px) {
  .main-search-box {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    display: block;
    padding: 2.5dvw 8.3dvw;
    height: auto
  }
}

.main-search-form {
  display: grid;
  gap: 2.4dvw;
  grid-template-columns: 5.7dvw 1fr;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-items: start
}

@media (min-width:768px) {
  .main-search-form {
    grid-template-columns: 1.5dvw 1fr;
    gap: 1.5dvw
  }
}

.main-search-ico {
  font-size: 5.8dvw;
  line-height: 1;
  color: var(--nx-white)
}

@media (min-width:768px) {
  .main-search-ico {
    font-size: 1.5dvw
  }
}

.main-search-input {
  width: calc(100% - 3dvw);
  font-size: 8.4dvw;
  line-height: 2;
  color: var(--nx-white);
  background: 0 0;
  border: 0
}

.main-search-input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, .5)
}

.main-search-input::-moz-placeholder {
  color: rgba(255, 255, 255, .5)
}

.main-search-input:-ms-input-placeholder {
  color: rgba(255, 255, 255, .5)
}

.main-search-input::-ms-input-placeholder {
  color: rgba(255, 255, 255, .5)
}

.main-search-input::placeholder {
  color: rgba(255, 255, 255, .5)
}

.main-search-input:focus {
  border: 0;
  outline: 0
}

@media (min-width:768px) {
  .main-search-input {
    font-size: 2.18dvw
  }
}

.main-search-back {
  font-size: 4dvw;
  position: relative;
  width: 12dvw;
  height: 12dvw;
  border-radius: 12dvw;
  margin-top: calc(9dvw - 2rem);
  margin-bottom: 4.8dvw
}

@media (min-width:768px) {
  .main-search-back {
    display: none
  }
}

.main-search-open .main-search-box {
  opacity: 1;
  pointer-events: all;
  -webkit-transform: translateX(0);
  transform: translateX(0)
}

.main-search-open .main-search-bg {
  opacity: 1;
  pointer-events: all
}

.main-search-open .transparent {
  background-color: #fff;
  border-bottom: solid 1px #e1e1e1
}

.main-search-open .transparent .header_logo-coloured {
  opacity: 1
}

.main-search-open .transparent .header_form {
  background-color: var(--grey-light)
}

.main-search-open .transparent .header_logo:hover .header_logo-coloured {
  opacity: 1
}

.main-search-bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  width: 100dvw;
  height: 100dvh;
  background-color: rgba(0, 0, 0, .4);
  opacity: 0;
  pointer-events: none
}

.main-nav-open .main-nav, .main-news-open .news-nav {
  opacity: 1;
  pointer-events: all
}

.main-nav-open .main-nav-bg, .main-news-open .main-nav-bg {
  opacity: 1;
  pointer-events: all
}

.main-nav-open .burger-menu span:nth-child(1), .main-news-open .burger-menu span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: .3rem;
  left: .4rem
}

.main-nav-open .burger-menu span:nth-child(2),.main-nav-open .burger-menu span:nth-child(4), .main-news-open .burger-menu span:nth-child(2), .main-news-open .burger-menu span:nth-child(4) {
  width: 0%;
  opacity: 0
}

.main-nav-open .burger-menu span:nth-child(3), .main-news-open .burger-menu span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 2rem;
  left: 1.3rem
}

.main-nav-open .main-nav_search, .main-news-open .main-nav_search {
  pointer-events: all
}

.main-nav-open .transparent, .main-news-open .transparent {
  background-color: #fff;
  border-bottom: solid 1px #e1e1e1
}

.main-nav-open .transparent .header_logo-coloured, .main-news-open .transparent .header_logo-coloured {
  opacity: 1
}

.main-nav-open .transparent .header_form, .main-news-open .transparent .header_form {
  background-color: var(--grey-light)
}

.main-nav-open .transparent .header_logo:hover .header_logo-coloured, .main-news-open .transparent .header_logo:hover .header_logo-coloured {
  opacity: 1
}

.footer {
  width: 100dvw
}

.footer_wrap {
  width: 100%;
  margin: 0 auto;
  border-bottom: 0;
  padding-top: 0;
  padding-bottom: env(safe-area-inset-bottom)
}

@media (min-width:768px) {
  .footer_wrap {
    padding: 0 5rem
  }
}

@media (min-width:1400px) {
  .footer_wrap {
    padding: 0 6dvw
  }
}

.footer .copyright {
  margin-top: 5rem;
  padding: 0 2rem 4rem;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  gap: 2.5rem
}

@media (min-width:768px) {
  .footer .copyright {
    -ms-flex-line-pack: justify;
    align-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 0 0 4rem;
    gap: 0
  }
}

.footer .copyright_details {
  font-size: 1.3rem;
  line-height: 1
}

@media (min-width:768px) {
  .footer .copyright_details {
    font-size: 1.6rem;
    line-height: 1.3
  }
}

.footer .copyright_copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 1.5rem
}

.footer .copyright_link {
  text-decoration: none;
  color: var(--nx-black);
  font-weight: 700;
  font-size: 1.5rem
}

.footer .copyright_link:hover {
  text-decoration: underline
}

.footer .taylors-logo img {
  width: 164px;
  height: auto
}

@media (max-width:767.98px) {
  .footer .taylors-logo img {
    width: 131px
  }
}

@media (max-width:575.98px) {
  .footer .taylors-logo img {
    width: 100px
  }
}

.footer .taylors-logo span {
  display: block;
  padding: 1rem 0;
  font-size: 1.18rem
}

.footer .copyright_links {
  gap: 1rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

@media (max-width:767.98px) {
  .footer .copyright_links {
    padding: 0 2rem;
    gap: .5rem;
    padding-bottom: .5rem
  }
}

.footer .copyright_links .copyright_link:not(:last-child) {
  border-right: 1px solid #000;
  padding-right: 1rem
}

.footer .fp {
  font-size: 1.2rem;
  margin-top: 2rem;
  margin-bottom: 0;
  padding: 0 2rem
}

@media (min-width:768px) {
  .footer .fp {
    padding: 0;
    text-align: right
  }
}

.footer .accordion-ico {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: var(--nx-black);
  width: 1.1rem;
  height: 1.1rem
}

@media (min-width:768px) {
  .footer .accordion-ico {
    display: none
  }
}

.footer .accordion-ico svg {
  position: absolute;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.footer .accordion-ico_closed {
  opacity: 1
}

.footer .accordion-ico_open {
  opacity: 0
}

.footer .link-list {
  display: grid;
  grid-template-columns: 1fr;
  font-size: 1.6rem;
  padding: 0 2rem;
  border-top: 1px solid rgba(0, 0, 0, .1)
}

@media (min-width:768px) {
  .footer .link-list {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding: 5rem 0
  }
}

.footer .link-list .ll_grp {
  border-top: solid 1px rgba(0, 0, 0, .1)
}

@media (min-width:768px) {
  .footer .link-list .ll_grp {
    border-top: 0
  }
}

.footer .link-list .ll_grp:last-child {
  border-bottom: solid 1px rgba(0, 0, 0, .1)
}

@media (min-width:768px) {
  .footer .link-list .ll_grp:last-child {
    border-bottom: 0
  }
}

.footer .link-list .ll_grp.isopen .accordion-ico_closed {
  opacity: 0
}

.footer .link-list .ll_grp.isopen .accordion-ico_open {
  opacity: 1
}

.footer .link-list .ll_title {
  position: relative;
  text-transform: uppercase;
  margin-bottom: 0;
  padding: 2rem 0
}

@media (min-width:768px) {
  .footer .link-list .ll_title {
    margin-bottom: 2rem;
    padding: 0;
    border-top: 0;
    border-bottom: 0
  }
}

.footer .link-list .ll_item {
  margin-bottom: 1.5rem
}

.footer .link-list .ll_items {
  display: block;
  overflow: hidden;
  list-style: none;
  padding: 0 0 2rem 0;
  margin: 0;
  -webkit-transition: all .6s ease;
  transition: all .6s ease
}

@media (min-width:768px) {
  .footer .link-list .ll_items {
    display: block
  }
}

.footer .link-list .ll_link {
  color: var(--nx-black);
  text-decoration: none
}

.footer .link-list .ll_link:hover {
  text-decoration: underline
}

.heading {
  position: relative;
  width: 100%;
  height: 100%;
  font-size: 4.7rem;
  font-weight: 700;
  line-height: .8;
  text-transform: uppercase;
  margin-bottom: 5rem
}

.section-title {
  position: relative;
  width: 100%;
  height: 100%;
  font-size: 4.7rem;
  font-weight: 700;
  line-height: .8;
  text-transform: uppercase;
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 0;
  text-align: center
}

@media (min-width:768px) {
  .section-title {
    font-size: 9vw
  }
}

.section-title-subtitle {
  font-size: 2.1rem;
  font-weight: 300;
  margin-bottom: .1rem;
  text-transform: none;
  line-height: 1
}

@media (min-width:768px) {
  .section-title-subtitle {
    font-size: 2.2vw
  }
}

.section-title-sticker {
  width: 4rem;
  height: 4rem;
  border-radius: 50% 50%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.section-title-sticker.compressed {
  margin: 0 -2%;
  position: relative;
  overflow: visible
}

.section-title-sticker.compressed img {
  width: 120%;
  height: 120%;
  -o-object-position: center;
  object-position: center;
  position: absolute;
  left: -15%;
  top: -10%
}

@media (min-width:768px) {
  .section-title-sticker {
    width: 8vw;
    height: 8vw
  }
}

.section-title_inlinevideo {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.section-title_inlinevideo-wrap {
  width: 7rem;
  height: 4rem;
  display: inline-block;
  border-radius: 20rem 20rem;
  overflow: hidden;
  -webkit-transform: translateY(.2rem);
  transform: translateY(.2rem)
}

@media (min-width:768px) {
  .section-title_inlinevideo-wrap {
    width: 12vw;
    height: 7vw
  }
}

.section-title--small {
  font-size: 5rem;
  text-transform: uppercase;
  font-weight: 700
}

@media (min-width:768px) {
  .section-title--small {
    font-size: 6vw
  }
}

@media (min-width:768px) {
  .section-title--small .section-title-sticker {
    width: 6vw;
    height: 6vw
  }
}

.section-title--small .section-title_inlinevideo-wrap {
  width: 7rem;
  height: 5rem
}

@media (min-width:768px) {
  .section-title--small .section-title_inlinevideo-wrap {
    width: 8.875dvw;
    height: 5dvw;
    margin-left: 1rem
  }
}

.section-title+p {
  font-size: 1.8rem
}

.article-title {
  font-size: 5rem;
  font-weight: 700;
  line-height: .8;
  text-transform: uppercase;
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 0;
  text-align: center
}

@media (min-width:768px) {
  .article-title {
    font-size: 5dvw
  }
}

.article-title+p {
  font-size: 1.8rem;
  text-align: center;
  margin: 2rem auto 0
}

@media (min-width:768px) {
  .article-title+p {
    max-width: 40dvw
  }
}

.bluebg .section-title {
  color: var(--nx-white)
}

.bg-illustration {
  overflow: visible;
  width: 100%;
  position: absolute;
  bottom: -2rem
}

@media (min-width:992px) {
  .bg-illustration {
    bottom: -2.5dvw
  }
}

.breadcrumb {
  margin: 0;
  padding: 1rem 0;
  font-size: 13px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  white-space: nowrap;
  overflow: hidden
}

.breadcrumb a {
  text-decoration: none;
  color: #fff;
  position: relative;
  font-size: 13px
}

.breadcrumb a:hover:after {
  width: 100%
}

.breadcrumb a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #fff;
  width: 0;
  height: 1px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.breadcrumb.light-theme a {
  color: var(--blue)
}

.breadcrumb.light-theme a:after {
  background-color: var(--blue)
}

.breadcrumb.light-theme .breadcrumb-item {
  color: var(--nx-black)
}

.breadcrumb.light-theme .breadcrumb-item:not(:first-child) {
  color: #999
}

.breadcrumb.light-theme .breadcrumb-item.breadcrumb-active {
  color: var(--nx-black)
}

.breadcrumb.light-theme .breadcrumb-item+.breadcrumb-item::before {
  color: var(--nx-black)
}

.breadcrumb .breadcrumb-item {
  display: inline;
  font-size: 13px;
  color: #fff
}

.breadcrumb .breadcrumb-item:not(:first-child) {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap
}

.breadcrumb .breadcrumb-item+.breadcrumb-item::before {
  color: #fff;
  font-size: 8px;
  content: "\f054";
  font-weight: 400;
  font-family: "Font Awesome 6 Pro";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  float: none;
  position: relative;
  top: -1px
}

.explore-facilities {
  position: relative;
  background-color: var(--blue);
  padding-left: 6vw;
  width: 100vw;
  overflow: hidden
}

.explore-facilities .block-title {
  font-size: 5rem
}

@media (min-width:768px) {
  .explore-facilities .block-title {
    font-size: 12rem
  }
}

.explore-facilities:has(.explore-facilities_cta) .block-title {
  margin-bottom: 6rem
}

.explore-facilities .logo-sil {
  position: absolute;
  right: -48%;
  top: 50%;
  -webkit-transform: translate(20%, -50%) scale(.4);
  transform: translate(20%, -50%) scale(.4);
  -webkit-transform-origin: center;
  transform-origin: center;
  pointer-events: none
}

@media (min-width:768px) {
  .explore-facilities .logo-sil {
    right: 0;
    -webkit-transform: translate(20%, -50%) scale(1);
    transform: translate(20%, -50%) scale(1);
    -webkit-transform-origin: 20% -50%;
    transform-origin: 20% -50%
  }
}

.explore-facilities .logo-sil img {
  -webkit-animation: slowrotation 80s linear infinite;
  animation: slowrotation 80s linear infinite
}

.contact {
  position: relative;
  background-color: var(--nx-black);
  padding-left: 6vw;
  padding-right: 6vw;
  border-radius: 0 0 4rem 4rem;
  overflow: hidden
}

@media (min-width:768px) {
  .contact {
    border-radius: 0 0 8rem 8rem
  }
}

.contact .block-title {
  font-size: 5rem
}

@media (min-width:768px) {
  .contact .block-title {
    font-size: 10rem
  }
}

.contact_wrap {
  display: grid;
  grid-template-columns: 1fr
}

@media (min-width:768px) {
  .contact_wrap {
    grid-template-columns: 75% 1fr
  }
}

.contact_cta {
  color: var(--nx-black);
  font-size: 1.3rem;
  margin-right: 1rem;
  margin-bottom: 1rem
}

.contact_cta-wrap {
  margin-top: 2.7rem
}

.contact_socials {
  color: var(--nx-white);
  margin-top: 8.5rem
}

@media (min-width:768px) {
  .contact_socials {
    grid-template-columns: 68% 1fr;
    margin-top: 0
  }
}

.contact_socials-link {
  color: var(--nx-white);
  text-decoration: none;
  display: grid;
  grid-template-columns: 1.8rem 1fr;
  gap: 1rem;
  -ms-flex-line-pack: center;
  align-content: center;
  justify-items: start
}

.contact_socials-link:hover {
  text-decoration: underline;
  color: var(--nx-white)
}

.contact_socials-link:hover .contact_socials-ico {
  color: var(--yellow-secondary)
}

.contact_socials-title {
  text-transform: uppercase;
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 2.3rem
}

.contact_socials-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr
}

@media (min-width:768px) {
  .contact_socials-list {
    grid-template-columns: 1fr
  }
}

.contact_socials-item {
  margin-bottom: 3.6rem;
  font-size: 1.6rem
}

.contact_socials-item:last-child {
  margin-bottom: none
}

.contact_socials-ico {
  display: grid;
  justify-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  color: var(--yellow);
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.contact_socials-ico svg {
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.article-set {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  position: relative
}

@media (min-width:768px) {
  .article-set {
    grid-template-columns: 1fr 55%;
    gap: 2%
  }
}

@media (min-width:992px) {
  .article-set {
    grid-template-columns: 1fr 65%;
    gap: 4%
  }
}

.article-set_img {
  width: 100%;
  height: auto;
  overflow: visible;
  padding: 0 2rem 0
}

@media (min-width:768px) {
  .article-set_img {
    padding: 0;
    -webkit-transform: translateX(2rem);
    transform: translateX(2rem)
  }
}

.article-set_img img {
  width: 100%;
  height: auto;
  border-radius: 1.5rem;
  overflow: hidden
}

.article-set_img .skeleton {
  width: calc(100% - 4rem);
  height: 100%;
  margin: 0 2rem 0
}

@media (min-width:768px) {
  .article-set_img .skeleton {
    padding: 0;
    margin: 0;
    width: 100%
  }
}

.article-set .sticker {
  position: absolute;
  left: -2rem;
  top: 34%;
  -webkit-transform: scale(.5);
  transform: scale(.5)
}

@media (min-width:768px) {
  .article-set .sticker {
    left: -5.5rem;
    bottom: 5rem;
    top: auto;
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

.article-set .img-only {
  grid-column-start: 2;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 33dvw;
  height: auto;
  display: none
}

@media (min-width:1075px) {
  .article-set .img-only {
    display: block;
    min-height: 18.625dvw
  }
}

.article-set .img-only img {
  width: 100%;
  height: 100%
}

@media (min-width:768px) {
  .article-set.img-left {
    grid-template-columns: 65% 1fr;
    justify-items: start
  }
}

.article-set.img-left .article-set_content {
  justify-self: start
}

@media (min-width:768px) {
  .article-set.img-left .article-set_content {
    grid-row-start: 1
  }
}

@media (min-width:768px) {
  .article-set.img-left .article-set_img {
    grid-row-start: 1;
    -webkit-transform: translateX(-2rem);
    transform: translateX(-2rem)
  }
}

@media (min-width:768px) {
  .article-set .article-blk {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    padding-top: 7.5rem;
    width: 85%
  }
}

@media (min-width:992px) {
  .article-set .article-blk {
    width: 70%
  }
}

.article-set_theme-light .article-set_content {
  color: var(--nx-white)
}

.article-set_theme-light .txt-highlight {
  color: var(--yellow)
}

.article-set_theme-light .nx-btn {
  background-color: var(--yellow);
  color: var(--nx-black)
}

.article-set_theme-light .nx-btn .btn-ico {
  color: var(--nx-white);
  background-color: var(--blue)
}

.article-set img {
  opacity: 0
}

.dbl-card-set_wrap {
  display: block;
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0 2rem
}

@media (min-width:768px) {
  .dbl-card-set_wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    width: calc(100dvw - 10rem);
    padding: 0
  }
}

@media (min-width:1200px) {
  .dbl-card-set_wrap {
    width: calc(100dvw - 20rem)
  }
}

.dbl-card-set_blk {
  display: block;
  position: relative;
  height: auto;
  margin: 0 auto
}

@media (min-width:768px) {
  .dbl-card-set_blk {
    display: grid;
    grid-template-columns: 21% 1fr;
    gap: 2.9%
  }
}

@media (min-width:992px) {
  .dbl-card-set_blk {
    width: 100%;
    height: 100%
  }
}

.dbl-card-set_grp {
  position: relative;
  display: grid;
  gap: 2.8rem
}

@media (min-width:992px) {
  .dbl-card-set_grp {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    grid-template-columns: 50% 1fr;
    gap: 6.8%
  }
}

@media (min-width:1024px) {
  .dbl-card-set_grp {
    grid-template-columns: 48% 1fr
  }
}

@media (min-width:1200px) {
  .dbl-card-set_grp {
    grid-template-columns: 58% 1fr
  }
}

.dbl-card-set_grp .nx-card {
  display: block;
  height: 60vw
}

@media (min-width:768px) {
  .dbl-card-set_grp .nx-card {
    width: 100%;
    height: 47.5dvw;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
  }
}

.dbl-card-set_content {
  position: relative;
  z-index: 2;
  color: var(--nx-white)
}

.dbl-card-set_content .h1,
.dbl-card-set_content .h2,
.dbl-card-set_content .p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 100%;
  margin-bottom: 2rem
}

@media (min-width:768px) {

  .dbl-card-set_content .h1,
  .dbl-card-set_content .h2,
  .dbl-card-set_content .p {
    margin-bottom: 2.4rem
  }
}

@media (min-width:992px) {
  .dbl-card-set_content {
    -webkit-transform: translateY(10%);
    transform: translateY(10%)
  }
}

.dbl-card-set_card {
  width: 100%;
  height: 60dvw;
  display: none
}

.dbl-card-set_card img {
  width: 100%;
  -o-object-position: center;
  object-position: center
}

@media (min-width:768px) {
  .dbl-card-set_card {
    display: block;
    width: 100%;
    height: 24vw
  }
}

.dbl-card-set_imggrp {
  position: relative;
  -webkit-transform: translateY(8rem);
  transform: translateY(8rem);
  height: auto
}

.dbl-card-set .txt-highlight {
  color: var(--yellow)
}

.dbl-card-set_theme-dark .dbl-card-set_content {
  color: var(--nx-black)
}

.dbl-card-set_theme-dark .txt-highlight {
  color: var(--blue)
}

.dbl-card-set_theme-dark .nx-btn {
  background-color: var(--green);
  color: var(--nx-white)
}

.dbl-card-set_theme-dark .nx-btn .btn-ico {
  color: var(--nx-black);
  background-color: var(--nx-white)
}

.dbl-card-set_authorrole {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.3
}

.dbl-card-set_authorname {
  text-transform: uppercase;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.1
}

.dbl-card-set_btnwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 1rem
}

.dbl-card-set_btnwrap .nx-btn {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto
}

@media (min-width:768px) {
  .dbl-card-set.right-copy {
    grid-template-columns: 1fr 21%;
    gap: 2.9%
  }
}

.dbl-card-set.right-copy .dbl-card-set_imggrp {
  grid-column-start: 2;
  grid-row-start: 1
}

@media (min-width:768px) {
  .dbl-card-set.right-copy .dbl-card-set_grp {
    grid-column-start: 1;
    grid-row-start: 1;
    grid-template-columns: 1fr 58%
  }

  .dbl-card-set.right-copy .dbl-card-set_grp .dbl-card-set_card {
    grid-column-start: 2;
    grid-row-start: 1
  }
}

.study-hard {
  background-color: var(--green);
  position: relative;
  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
}

@media (min-width:768px) {
  .study-hard {
    min-height: 67.4dvw
  }
}

.study-hard .center-header {
  position: relative !important;
  top: 0;
  left: 0;
  -webkit-transform: none;
  transform: none;
  margin-bottom: 30px
}

.study-hard .connect {
  text-align: center;
  -webkit-transform: none;
  transform: none;
  z-index: 1;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1.8rem;
  line-height: 1.2;
  color: var(--nx-white);
  display: block
}

.study-hard .connect span {
  display: inline-block;
  vertical-align: middle
}

.study-hard .connect span:first-child {
  -webkit-transform: translateY(-.2rem);
  transform: translateY(-.2rem)
}

.achievements .section-title-sticker,
.evo-curriculum .section-title-sticker {
  background-color: var(--yellow);
  width: 4rem;
  height: 4rem
}

@media (min-width:768px) {

  .achievements .section-title-sticker,
  .evo-curriculum .section-title-sticker {
    width: 8rem;
    height: 8rem
  }
}

.achievements .section-title-sticker_img,
.evo-curriculum .section-title-sticker_img {
  -webkit-animation: rotation 2s infinite cubic-bezier(.85, .01, .25, 1);
  animation: rotation 2s infinite cubic-bezier(.85, .01, .25, 1)
}

.evo-curriculum {
  background-color: var(--blue)
}

.achievements .card-carousel {
  margin-top: 4rem
}

.achievements .txt-black {
  color: var(--nx-black)
}

.large-carousel .section-title-sticker {
  background: var(--blue);
  width: 4rem;
  height: 4rem
}

@media (min-width:768px) {
  .large-carousel .section-title-sticker {
    width: 8rem;
    height: 8rem
  }
}

.large-carousel .section-title-sticker_img {
  -webkit-animation: rotation 2s infinite cubic-bezier(.85, .01, .25, 1);
  animation: rotation 2s infinite cubic-bezier(.85, .01, .25, 1)
}

.large-carousel .slides {
  margin-left: 5.93dvw
}

.large-carousel .slides .slick-list {
  overflow: visible
}

.large-carousel .slides .slide {
  padding-right: 24px
}

@media (max-width:991.98px) {
  .large-carousel .slides .slide {
    padding-right: 12px
  }
}

.large-carousel .slides-btns {
  margin: 1rem 0
}

.large-carousel .slides-bar {
  margin: 0 1rem
}

@media (max-width:991.98px) {
  .large-carousel .slides-bar {
    margin: 1rem 0
  }
}

.large-carousel .carousel {
  position: relative;
  overflow: hidden;
  width: 83.1dvw;
  height: 59.2dvw
}

@media (min-width:992px) {
  .large-carousel .carousel {
    width: 80vw;
    height: 37.5dvw
  }
}

.large-carousel .carousel .img {
  height: 100%;
  background: var(--blue);
  position: relative;
  overflow: hidden;
  border-radius: 1.5rem
}

@media (min-width:992px) {
  .large-carousel .carousel .img {
    border-radius: 2rem
  }
}

.large-carousel .carousel .img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover
}

.large-carousel .container-fluid {
  padding: 0 2rem
}

@media (min-width:992px) {
  .large-carousel .container-fluid {
    padding: 0 5rem
  }
}

.large-carousel:not(.bluebg) .slides-bar {
  background: rgba(0, 0, 0, .2)
}

.large-carousel:not(.bluebg) .slides-bar .slides-bar-inner {
  background: #000
}

.slides-bar {
  height: 1px;
  background: rgba(255, 255, 255, .4)
}

.slides-bar .slides-bar-inner {
  height: 1px;
  width: 0;
  background: #fff;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.slides-btns .btn {
  border: none;
  width: 50px;
  height: 50px;
  text-align: center;
  font-size: 15px;
  line-height: 50px;
  background: var(--blue);
  color: #000;
  border-radius: 25px;
  padding: 0;
  margin: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.slides-btns .btn:hover {
  opacity: 1
}

.slides-btns .btn.slick-disabled {
  opacity: .5
}

.bluebg {
  background-color: var(--blue)
}

.bluebg .section-title-sticker {
  background-color: var(--yellow)
}

.bluebg .slides-btns .btn {
  background: var(--yellow)
}

.bluebg .carousel .img {
  background: var(--yellow)
}

[data-animate-drag] .slick-track {
  cursor: -webkit-grab;
  cursor: grab
}

[data-animate-drag] .slick-track:active {
  cursor: -webkit-grabbing;
  cursor: grabbing
}

[data-animate-drag] .slick-drag {
  position: absolute;
  height: 80px;
  width: 80px;
  z-index: 99;
  pointer-events: none;
  -webkit-transition: all .2s ease;
  transition: all .2s ease
}

[data-animate-drag] .slick-drag .slick-drag-inner {
  height: 100%;
  width: 100%;
  border-radius: 100%;
  background-color: var(--blue);
  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;
  color: #fff;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  -webkit-transform: scale(0);
  transform: scale(0)
}

.bluebg [data-animate-drag] .slick-drag .slick-drag-inner {
  background-color: var(--yellow);
  color: #000
}

[data-rolling-title-blk] [data-rolling-tocenter] {
  -ms-flex-item-align: center;
  align-self: center
}

[data-rolling-title-blk] [data-rolling-tocenter][data-rolling-title="0"] {
  -webkit-transform: translate3d(10vw, 0, 0);
  transform: translate3d(10vw, 0, 0)
}

[data-rolling-title-blk] [data-rolling-tocenter][data-rolling-title="1"] {
  -webkit-transform: translate3d(-40vw, 0, 0);
  transform: translate3d(-40vw, 0, 0)
}

[data-rolling-title-blk] [data-rolling-tocenter][data-rolling-title="2"] {
  -webkit-transform: translate3d(60vw, 0, 0);
  transform: translate3d(60vw, 0, 0)
}

[data-rolling-title-blk] [data-rolling-tocenter][data-rolling-title="3"] {
  -webkit-transform: translate3d(-30vw, 0, 0);
  transform: translate3d(-30vw, 0, 0)
}

[data-rolling-title-blk].section-title {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start
}

[data-rolling-title="0"] {
  -webkit-transform: translate3d(40vw, 0, 0);
  transform: translate3d(40vw, 0, 0)
}

[data-rolling-title="1"] {
  -webkit-transform: translate3d(-10vw, 0, 0);
  transform: translate3d(-10vw, 0, 0)
}

[data-rolling-title="2"] {
  -webkit-transform: translate3d(40vw, 0, 0);
  transform: translate3d(40vw, 0, 0)
}

[data-rolling-title="3"] {
  -webkit-transform: translate3d(-20vw, 0, 0);
  transform: translate3d(-20vw, 0, 0)
}

[data-fade-up] {
  opacity: 0;
  -webkit-transform: translateY(8rem);
  transform: translateY(8rem)
}

.rotating-slider {
  position: relative;
  width: 100dvw;
  height: auto;
  overflow: hidden
}

@media (min-width:768px) {
  .rotating-slider {
    height: 100dvh
  }
}

.rotating-slider_titles {
  list-style: none;
  padding: 0;
  margin: 0;
  z-index: 2
}

@media (min-width:768px) {
  .rotating-slider_titles {
    position: absolute;
    -webkit-transform: translateX(0) translateY(-50%) translateZ(0) rotate(0) skew(0deg, 0deg);
    transform: translateX(0) translateY(-50%) translateZ(0) rotate(0) skew(0deg, 0deg);
    width: 85vw;
    height: 85vw;
    top: 50%;
    left: -75vw
  }
}

.rotating-slider_title {
  font-size: 3rem;
  line-height: .8;
  font-weight: 700;
  color: var(--nx-black);
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: calc(100% - 4rem);
  margin: 0 auto 4rem;
  position: relative;
  z-index: 1
}

.rotating-slider_title .nx-card {
  display: block;
  margin-top: 2rem
}

.rotating-slider_title .rotating-slider_article {
  display: block;
  margin-top: 2rem
}

@media (min-width:768px) {
  .rotating-slider_title {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform-origin: center left;
    transform-origin: center left;
    -webkit-transform: translateX(0) translateY(-50%) translateZ(0) rotate(0) scale(1, 1);
    transform: translateX(0) translateY(-50%) translateZ(0) rotate(0) scale(1, 1);
    font-size: 4dvw;
    width: 82%;
    padding-left: 40dvw;
    margin: auto
  }

  .rotating-slider_title:nth-child(2) {
    -webkit-transform: translateX(0) translateY(-50%) translateZ(0) rotate(90deg) scale(1, 1);
    transform: translateX(0) translateY(-50%) translateZ(0) rotate(90deg) scale(1, 1)
  }

  .rotating-slider_title:nth-child(3) {
    -webkit-transform: translateX(0) translateY(-50%) translateZ(0) rotate(180deg) scale(1, 1);
    transform: translateX(0) translateY(-50%) translateZ(0) rotate(180deg) scale(1, 1)
  }

  .rotating-slider_title .nx-card,
  .rotating-slider_title .rotating-slider_article {
    display: none
  }
}

@media (min-width:992px) {
  .rotating-slider_title {
    font-size: 4vw;
    padding-left: 38dvw
  }
}

@media (min-width:768px) {
  .rotating-slider_imgholder {
    position: absolute;
    top: 50%;
    left: 35vw;
    right: auto;
    width: 35vw;
    height: 35vw;
    -webkit-transform: translateX(0) translateY(-50%) translateZ(0) rotate(0) scale(1, 1);
    transform: translateX(0) translateY(-50%) translateZ(0) rotate(0) scale(1, 1)
  }
}

.rotating-slider_imgs {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
  height: 100%
}

@media (min-width:768px) {
  .rotating-slider_imgs {
    display: block
  }
}

.rotating-slider_img {
  width: 100%;
  height: 100%
}

@media (min-width:768px) {
  .rotating-slider_img {
    position: absolute;
    top: 0;
    left: 50%;
    width: 87%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
  }
}

.rotating-slider_img .card {
  width: 100%
}

.rotating-slider_sticker {
  position: absolute;
  z-index: 2;
  bottom: 0;
  width: 10rem;
  height: 10rem
}

.rotating-slider_sticker img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: cover;
  object-fit: cover
}

.rotating-slider_sticker.card-lt {
  left: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}

.rotating-slider_sticker.card-rt {
  right: 0;
  -webkit-transform: translateX(50%);
  transform: translateX(50%)
}

.rotating-slider_articles {
  display: none;
  width: calc(100vw - 4rem)
}

@media (min-width:768px) {
  .rotating-slider_articles {
    display: block;
    position: absolute;
    width: 26vw;
    right: 4vw;
    top: 50%
  }
}

.rotating-slider_article {
  text-transform: none
}

@media (min-width:768px) {
  .rotating-slider_article {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateX(0) translateY(-50%) translateZ(0) rotate(0) scale(1, 1);
    transform: translateX(0) translateY(-50%) translateZ(0) rotate(0) scale(1, 1)
  }
}

.rotating-slider .p {
  margin-bottom: 2rem
}

.rotating-slider .nx-btn {
  border-radius: 10rem
}

.rotating-slider_btn-wrap {
  position: absolute;
  bottom: 4rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}

@media (min-width:768px) {
  .rotating-slider_btn-wrap {
    bottom: 10rem
  }
}

.rotating-slider .btn-animated {
  opacity: 0;
  width: 53dvw
}

@media (min-width:768px) {
  .rotating-slider .btn-animated {
    width: auto
  }
}

.split-card {
  position: relative;
  margin-top: 5rem;
  display: grid;
  grid-template-columns: 1fr
}

@media (min-width:768px) {
  .split-card {
    margin-top: 6rem;
    margin-bottom: 7.3rem;
    grid-template-columns: 1fr 1fr
  }
}

.split-card .plain-copy {
  display: block;
  width: 100%;
  margin-bottom: 7rem
}

.split-card .plain-copy p:last-child {
  margin-bottom: 0
}

@media (min-width:768px) {
  .split-card .plain-copy {
    grid-column-start: 1;
    grid-column-end: span 2;
    justify-self: end;
    width: 50dvw;
    left: 47dvw;
    position: absolute
  }
}

@media (min-width:820px) {
  .split-card .plain-copy {
    width: 50dvw;
    left: 47dvw
  }
}

@media (min-width:992px) {
  .split-card .plain-copy {
    width: 35dvw;
    left: 50dvw
  }
}

@media (min-width:1024px) {
  .split-card .plain-copy {
    width: 40dvw
  }
}

@media (min-width:1200px) {
  .split-card .plain-copy {
    position: absolute;
    left: 45dvw;
    top: 3dvw
  }
}

.split-card .img-only {
  width: 33.12vw;
  min-height: 18.6vw;
  display: none
}

@media (min-width:768px) {
  .split-card .img-only {
    display: block;
    margin-top: 17rem;
    margin-left: 3rem
  }
}

.split-card .img-only img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.hero_breadcrumb {
  position: absolute;
  bottom: 11dvh;
  left: 1.7rem;
  width: calc(100% - 1.7rem)
}

@media (min-width:768px) {
  .hero_breadcrumb {
    left: 5rem;
    width: calc(100% - 5rem)
  }
}

@media (min-width:1400px) {
  .hero_breadcrumb {
    left: 8.6rem;
    width: calc(100% - 8.6rem)
  }
}

.hero-static {
  width: 100vw;
  height: calc(100dvh - 18rem);
  max-height: 88rem;
  min-height: 75rem;
  position: relative
}

.hero_media {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-position: 60% center;
  object-position: 60% center
}

@media (min-width:768px) {
  .hero_media {
    -o-object-position: center;
    object-position: center
  }
}

.hero_media-wrap {
  min-height: 100%;
  width: 100vw
}

.hero_wrap {
  position: relative;
  width: 100%;
  height: 100%
}

.hero_content {
  z-index: 1;
  color: var(--nx-white)
}

.hero_content.hide-gradient:before {
  display: none
}

.hero_content:before {
  /* content: "";
  background: radial-gradient(circle at 0, rgba(0, 0, 0, .2), rgba(0, 0, 0, .4) 5%, rgba(0, 0, 0, .5) 40%, rgba(0, 0, 0, 0) 80%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100% */
}

.hero_title {
  font-size: 5rem;
  font-weight: 700;
  line-height: .8;
  margin-bottom: 2rem;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

@media (max-width:425px) {
  .hero_title {
    font-size: 11vw
  }
}

@media (min-width:768px) {
  .hero_title {
    font-size: 6vw
  }
}

.hero_subtitle {
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1.25;
  text-transform: none
}

@media (max-width:425px) {
  .hero_subtitle {
    font-size: 6vw
  }
}

@media (min-width:768px) {
  .hero_subtitle {
    display: block;
    font-size: 2.2dvw
  }
}

.hero_copy-wrap {
  width: calc(100% - 5.1rem);
  position: absolute;
  left: 1.7rem;
  bottom: 8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-items: start
}

@media (min-width:768px) {
  .hero_copy-wrap {
    width: 70%;
    left: 5rem;
    bottom: 20dvh
  }
}

@media (min-width:1400px) {
  .hero_copy-wrap {
    width: 60%;
    left: 8.6rem
  }
}

.hero_p {
  line-height: 1.25;
  margin-bottom: 2rem;
  width: 100%;
  padding-right: 2rem
}

@media (min-width:768px) {
  .hero_p {
    font-size: 1.7vw;
    width: 60%;
    margin-bottom: 4.4rem
  }
}

.page-nav_list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 4rem
}

@media (min-width:768px) {
  .page-nav_list {
    margin-top: 6rem;
    -ms-flex-wrap: initial;
    flex-wrap: initial
  }
}

.page-nav_list-v2 {
  margin-top: 2rem
}

.page-nav_item {
  width: 9rem;
  position: relative;
  margin-bottom: 2rem
}

@media (min-width:768px) {
  .page-nav_item {
    width: 13rem;
    margin-bottom: 0
  }
}

.page-nav_btn {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  width: 100%;
  padding: .3rem;
  border-radius: 1rem;
  overflow: hidden;
  transition: all .3s ease
}

@media (min-width:768px) {
  .page-nav_btn {
    padding: .5rem
  }
}

.page-nav_btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-color: #01acd7;
  height: 0;
  opacity: 0;
  width: 100%;
  border-radius: 10px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  z-index: -1
}

.page-nav_btn:hover:after {
  height: 100%;
  opacity: 1
}

.page-nav_btn:hover .page-nav_copy {
  color: var(--nx-white)
}

.page-nav_media {
  border-radius: 1rem;
  overflow: hidden;
  min-width: 100%;
  height: 6rem
}

@media (min-width:768px) {
  .page-nav_media {
    min-width: 12rem;
    height: 8rem
  }
}

.page-nav_copy {
  padding: .3rem;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.1;
  color: var(--nx-black);
  width: 100%;
  text-align: left;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

@media (min-width:768px) {
  .page-nav_copy {
    font-size: 1.3rem;
    padding: .5rem
  }
}

.simple-card-cta_item {
  display: block;
  min-width: calc(100vw - 4rem);
  min-height: 74dvw;
  overflow: hidden;
  position: relative;
  overflow: hidden;
  border-radius: 1.5rem;
  width: 100%;
  height: 100%;
  cursor: pointer
}

.simple-card-cta_item:hover {
  z-index: 2
}

.simple-card-cta_item:hover .simple-card-cta_txt {
  background-color: var(--blue);
  max-height: 100%;
  -webkit-transform: translateY(0);
  transform: translateY(0)
}

@media (min-width:768px) {
  .simple-card-cta_item:hover .simple-card-cta_txt {
    bottom: 0
  }
}

.simple-card-cta_item:hover .simple-card-cta_authdt,
.simple-card-cta_item:hover .simple-card-cta_title {
  color: var(--nx-white)
}

@media (min-width:768px) {
  .simple-card-cta_item {
    min-width: 100%;
    min-height: 26dvw
  }
}

.simple-card-cta_item.has-date {
  min-height: 81dvw
}

@media (min-width:768px) {
  .simple-card-cta_item.has-date {
    min-height: 26dvw
  }
}

.simple-card-cta_item.has-date:hover .simple-card-cta_txt {
  -webkit-transform: translateY(0);
  transform: translateY(0)
}

@media (min-width:768px) {
  .simple-card-cta_item.has-date:hover .simple-card-cta_txt {
    bottom: 0
  }
}

.simple-card-cta_item.has-date .simple-card-cta_txt {
  top: calc(50% - 15vw);
  -webkit-transform: translateY(12.5rem);
  transform: translateY(12.5rem)
}

.simple-card-cta_item.has-date .simple-card-cta_txt .simple-card-cta_title {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box
}

@media (min-width:414px) {
  .simple-card-cta_item.has-date .simple-card-cta_txt {
    top: calc(50% - 10vw)
  }
}

@media (min-width:500px) {
  .simple-card-cta_item.has-date .simple-card-cta_txt {
    top: calc(50% - 5vw)
  }
}

@media (min-width:576px) {
  .simple-card-cta_item.has-date .simple-card-cta_txt {
    top: calc(58% - 5vw)
  }
}

@media (min-width:768px) {
  .simple-card-cta_item.has-date .simple-card-cta_txt {
    top: calc(5% - 1vw);
    -webkit-transform: translateY(70%);
    transform: translateY(70%)
  }
}

@media (min-width:992px) {
  .simple-card-cta_item.has-date .simple-card-cta_txt {
    top: calc(40% - 1vw);
    -webkit-transform: translateY(55%);
    transform: translateY(55%)
  }
}

@media (min-width:1200px) {
  .simple-card-cta_item.has-date .simple-card-cta_txt {
    top: calc(50% - 1vw);
    -webkit-transform: translateY(48%);
    transform: translateY(48%)
  }
}

@media (min-width:1400px) {
  .simple-card-cta_item.has-date .simple-card-cta_txt {
    top: calc(60% - 1vw);
    -webkit-transform: translateY(40%);
    transform: translateY(40%)
  }
}

.simple-card-cta_img {
  width: 100%;
  height: 59dvw
}

@media (min-width:768px) {
  .simple-card-cta_img {
    height: 75%
  }
}

.simple-card-cta_pill {
  position: absolute;
  top: 2rem;
  left: 2rem;
  z-index: 2
}

@media (max-width:991.98px) {
  .simple-card-cta_pill {
    top: 1rem;
    left: 1rem
  }
}

.simple-card-cta_txt {
  overflow: hidden;
  border-radius: 1.5rem;
  background-color: transparent;
  padding: 1rem;
  position: absolute;
  left: 0;
  bottom: 4rem;
  -webkit-transform: translateY(12rem);
  transform: translateY(12rem);
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

@media (min-width:768px) {
  .simple-card-cta_txt {
    bottom: 0;
    padding: 2rem;
    -webkit-transform: translateY(55%);
    transform: translateY(55%)
  }
}

@media (min-width:992px) {
  .simple-card-cta_txt {
    -webkit-transform: translateY(55%);
    transform: translateY(55%)
  }
}

@media (min-width:1200px) {
  .simple-card-cta_txt {
    -webkit-transform: translateY(48%);
    transform: translateY(48%)
  }
}

@media (min-width:1400px) {
  .simple-card-cta_txt {
    -webkit-transform: translateY(40%);
    transform: translateY(40%)
  }
}

.simple-card-cta_title {
  font-size: 5.7dvw;
  font-weight: 700;
  line-height: 1;
  text-transform: none;
  color: var(--nx-black);
  margin-bottom: .8rem;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  height: 11.9dvw;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

@media (min-width:768px) {
  .simple-card-cta_title {
    height: 3.7dvw;
    font-size: 1.75dvw
  }
}

.simple-card-cta_copy {
  text-transform: none;
  font-size: 1.5rem;
  line-height: 1.2;
  color: var(--nx-white);
  width: 100%;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  height: 54px
}

.simple-card-cta_authdt {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  text-transform: none;
  color: var(--nx-black);
  margin-bottom: .7dvw;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

@media (max-width:767.98px) {
  .simple-card-cta_authdt {
    height: 1.35rem;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box
  }
}

@media (min-width:768px) {
  .simple-card-cta_authdt {
    margin-bottom: .312dvw;
    font-size: .875dvw
  }
}

.section-filter {
  margin: 4.5rem auto;
  padding: 0 2rem;
  list-style: none;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: .5rem;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

@media (min-width:768px) {
  .section-filter {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 0
  }
}

.section-filter .pill {
  border-color: var(--blue);
  background-color: var(--nx-white);
  color: var(--blue);
  cursor: pointer;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.section-filter .pill.active,
.section-filter .pill:hover {
  background-color: var(--blue);
  color: var(--nx-white)
}

.section-filter_search {
  position: relative
}

@media (min-width:768px) {
  .section-filter_search {
    padding-left: 4rem
  }
}

.section-filter_search-input {
  border: 0;
  background-color: var(--grey-light-3);
  padding: .8rem 1.6rem;
  text-transform: uppercase;
  font-size: 1.3rem;
  line-height: 1.4;
  width: 15rem;
  border-radius: 5rem;
  width: calc(100dvw - 4rem)
}

.section-filter_search-input::-webkit-input-placeholder {
  color: var(--grey-light-2);
  font-size: 1.3rem
}

.section-filter_search-input::-moz-placeholder {
  color: var(--grey-light-2);
  font-size: 1.3rem
}

.section-filter_search-input:-ms-input-placeholder {
  color: var(--grey-light-2);
  font-size: 1.3rem
}

.section-filter_search-input::-ms-input-placeholder {
  color: var(--grey-light-2);
  font-size: 1.3rem
}

.section-filter_search-input::placeholder {
  color: var(--grey-light-2);
  font-size: 1.3rem
}

@media (min-width:768px) {
  .section-filter_search-input {
    width: 9.5dvw;
    border-radius: 3dvw
  }
}

.section-filter_search-btn {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 1rem
}

.section-filter_search-ico {
  font-size: 1.2rem
}

.section-filter_content {
  padding: 0 4.8dvw;
  min-height: 80dvh
}

@media (min-width:768px) {
  .section-filter_content {
    padding: 0 6dvw
  }
}

.section-filter_wrap {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8.7dvw;
  margin: 0;
  padding: 0;
  list-style: none
}

@media (min-width:768px) {
  .section-filter_wrap {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 1.8dvw
  }
}

.btn-animated {
  position: relative;
  text-decoration: none;
  font-weight: 500;
  padding: 2rem 8rem 2rem 2rem;
  overflow: hidden;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  color: var(--nx-black);
  background-color: var(--nx-white)
}

@media (min-width:768px) {
  .btn-animated {
    padding: 2.5rem 8rem 2.5rem 3rem
  }
}

.btn-animated_txt {
  z-index: 1;
  -webkit-transition: color .4s ease;
  transition: color .4s ease
}

.btn-animated_ico-wrap {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 5rem;
  height: 5rem;
  color: var(--nx-white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.btn-animated_ico-bg {
  background-color: var(--blue);
  -webkit-transition: clip-path .45s cubic-bezier(.785, .135, .15, .86), -webkit-transform .45s cubic-bezier(.785, .135, .15, .86);
  transition: clip-path .45s cubic-bezier(.785, .135, .15, .86), -webkit-transform .45s cubic-bezier(.785, .135, .15, .86);
  transition: clip-path .45s cubic-bezier(.785, .135, .15, .86), transform .45s cubic-bezier(.785, .135, .15, .86);
  transition: clip-path .45s cubic-bezier(.785, .135, .15, .86), transform .45s cubic-bezier(.785, .135, .15, .86), -webkit-transform .45s cubic-bezier(.785, .135, .15, .86);
  clip-path: inset(1.5rem 2.5rem 1.5rem calc(100% - 6rem) round 4rem);
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%
}

@media (min-width:768px) {
  .btn-animated_ico-bg {
    clip-path: inset(1.5rem 2rem 1.5rem calc(100% - 6.5rem) round 4.25rem)
  }
}

.btn-animated_ico {
  width: 1.6rem;
  height: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden
}

.btn-animated_ico-path {
  font-size: 1.2em;
  -webkit-transition: -webkit-transform .45s cubic-bezier(.785, .135, .15, .86);
  transition: -webkit-transform .45s cubic-bezier(.785, .135, .15, .86);
  transition: transform .45s cubic-bezier(.785, .135, .15, .86);
  transition: transform .45s cubic-bezier(.785, .135, .15, .86), -webkit-transform .45s cubic-bezier(.785, .135, .15, .86)
}

.btn-animated_ico-path:first-child {
  -webkit-transition: -webkit-transform .45s cubic-bezier(.785, .135, .15, .86);
  transition: -webkit-transform .45s cubic-bezier(.785, .135, .15, .86);
  transition: transform .45s cubic-bezier(.785, .135, .15, .86);
  transition: transform .45s cubic-bezier(.785, .135, .15, .86), -webkit-transform .45s cubic-bezier(.785, .135, .15, .86);
  -webkit-transition-delay: 80ms;
  transition-delay: 80ms;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%)
}

.btn-animated_ico-path:last-child {
  -webkit-transition-delay: 80ms;
  transition-delay: 80ms;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%)
}

.btn-animated.ico-rotate:hover .btn-animated_ico-path,
.btn-animated.ico-rotate:hover .btn-animated_ico-path:last-child {
  -webkit-transform: translateX(0) rotate(270deg);
  transform: translateX(0) rotate(270deg)
}

.btn-animated.ico-rotate .btn-animated_ico-path {
  -webkit-transform: translateX(0) rotate(0);
  transform: translateX(0) rotate(0)
}

.btn-animated:hover {
  padding-right: 8rem;
  color: var(--nx-white);
  opacity: 1
}

.btn-animated:hover .btn-animated_ico-bg {
  clip-path: inset(0 round 4.25rem)
}

.btn-animated:hover .btn-animated_ico-path:first-child {
  -webkit-transform: translateX(0);
  transform: translateX(0)
}

.btn-animated:hover .btn-animated_ico-path:last-child {
  -webkit-transform: translateX(100%);
  transform: translateX(100%)
}

.btn-animated.white-yellow {
  background-color: var(--nx-white)
}

.btn-animated.white-yellow:hover {
  color: var(--nx-black)
}

.btn-animated.white-yellow .btn-animated_ico-bg {
  background-color: var(--yellow)
}

.btn-animated.white-yellow .btn-animated_ico-wrap {
  color: var(--nx-black)
}

.btn-animated.blue-green {
  color: var(--nx-white);
  background-color: var(--blue)
}

.btn-animated.blue-green .btn-animated_ico-bg {
  background-color: var(--green)
}

.btn-animated.blue-green .btn-animated_ico-wrap {
  color: var(--nx-white)
}

.btn-animated.blue-green:hover {
  border-color: var(--green)
}

.btn-animated.blue-green:hover .btn-animated_ico-bg {
  background-color: var(--green)
}

.btn-animated.blue-green:hover .btn-animated_ico-wrap {
  color: var(--nx-white)
}

.btn-animated.align-baseline {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -ms-flex-item-align: baseline;
  align-self: baseline
}

.btn-animated.align-end {
  -ms-flex-item-align: end;
  align-self: end
}

.cta-center-wrap {
  margin-top: 4rem;
  width: 100%;
  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-align: center;
  -ms-flex-align: center;
  align-items: center
}

@media (min-width:992px) {
  .cta-center-wrap {
    margin-top: 8rem
  }
}

.sticky-articles {
  width: 100dvw;
  position: relative
}

.sticky-articles_wrap {
  width: 100dvw;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start
}

@media (min-width:768px) {
  .sticky-articles_wrap {
    width: 80dvw;
    margin: 0 auto;
    grid-template-columns: 1fr 43dvw;
    gap: 9.4dvw
  }
}

.sticky-articles_col {
  width: 90dvw;
  margin: 0 auto;
  position: relative
}

@media (min-width:768px) {
  .sticky-articles_col.sticky-col {
    min-height: 100dvh
  }
}

.sticky-articles_col.sticky-col[data-sticky-column] .sticky-articles_article {
  margin-bottom: 0
}

@media (min-width:768px) {
  .sticky-articles_col {
    width: 100%;
    margin: 0
  }
}

.sticky-articles_card {
  width: 100%;
  height: 58dvw;
  margin-bottom: 3rem
}

@media (min-width:768px) {
  .sticky-articles_card {
    width: 43dvw;
    height: 47dvw
  }
}

.sticky-articles_title {
  font-size: 6dvw;
  line-height: 1.1;
  font-weight: 700;
  margin-bottom: 5rem
}

@media (min-width:768px) {
  .sticky-articles_title {
    font-size: 2.8dvw;
    line-height: 1.1;
    margin: 0
  }
}

.sticky-articles_article {
  margin-bottom: 5rem;
  display: block
}

.sticky-articles_article[data-sticky-article] {
  display: none
}

@media (min-width:768px) {
  .sticky-articles_article {
    display: none
  }

  .sticky-articles_article[data-sticky-article] {
    display: block;
    position: absolute;
    top: 25dvh;
    opacity: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
  }

  .sticky-articles_article[data-sticky-article]:first-of-type {
    opacity: 1
  }
}

.sticky-articles_blk-title {
  font-size: 9.7dvw;
  line-height: .8;
  font-weight: 700;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 1.8dvw
}

@media (min-width:768px) {
  .sticky-articles_blk-title {
    font-size: 3.5dvw;
    line-height: .88
  }
}

.sticky-articles_copy {
  font-size: 5dvw;
  line-height: 1.5;
  font-weight: 500
}

.sticky-articles_copy:only-of-type {
  margin-bottom: 0
}

@media (min-width:768px) {
  .sticky-articles_copy {
    font-size: 1.3dvw;
    line-height: 1.2
  }
}

.sticky-articles.sticky-articles_theme-light .sticky-articles_blk-title,
.sticky-articles.sticky-articles_theme-light .sticky-articles_copy,
.sticky-articles.sticky-articles_theme-light .sticky-articles_title {
  color: var(--nx-white)
}

[data-img-parallax] {
  position: relative;
  overflow: hidden
}

[data-img-parallax] img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 130%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  padding: 0
}

.sticky-hero {
  position: relative;
  z-index: 0;
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.sticky-hero_title {
  position: relative;
  z-index: 2;
  font-size: 5rem;
  font-weight: 700;
  line-height: .8;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

@media (min-width:768px) {
  .sticky-hero_title {
    font-size: 9dvw
  }
}

.sticky-hero_media {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0
}

.sticky-hero_media-wrap {
  height: 100dvh;
  width: 100dvw;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0
}

.sticky-hero_media-wrap:before {
  content: "";
  background: radial-gradient(circle at 0, rgba(0, 0, 0, .2), rgba(0, 0, 0, .4) 5%, rgba(0, 0, 0, .6) 40%, rgba(0, 0, 0, 0) 80%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%
}

.sticky-hero_flow-bar {
  -webkit-animation: bar-flow-down 6s ease infinite;
  animation: bar-flow-down 6s ease infinite;
  opacity: 1;
  width: .2rem;
  height: 12rem;
  background: var(--green);
  position: absolute;
  left: 50%;
  top: -6rem;
  z-index: 10;
  -webkit-transition-delay: 4.5s;
  transition-delay: 4.5s;
  transition: opacity 1s ease, transform 2.5s ease, -webkit-transform 2.5s ease
}

@media (min-width:768px) {
  .sticky-hero_flow-bar {
    height: 9.4dvw;
    top: -4.7dvw
  }
}

.sticky-hero_flow-bar-wrap {
  position: relative;
  width: 100dvw;
  height: 0;
  z-index: 10
}

.sticky-hero_flow-bar-wrap~.section,
.sticky-hero_flow-bar-wrap~section {
  position: relative;
  z-index: 2
}

.sticky-hero_counter {
  position: absolute;
  z-index: 2;
  top: 6rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  border: solid 1px var(--nx-white);
  color: var(--nx-white);
  font-size: 1.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

@media (min-width:768px) {
  .sticky-hero_counter {
    width: 3dvw;
    height: 3dvw;
    top: 4dvw
  }
}

.learning-spaces .section-title-sticker {
  background-color: var(--nx-white);
  width: 5rem;
  height: 5rem
}

@media (min-width:768px) {
  .learning-spaces .section-title-sticker {
    width: 8rem;
    height: 8rem
  }
}

.learning-spaces .section-title-sticker_img {
  -webkit-animation: rocket 1.5s linear infinite;
  animation: rocket 1.5s linear infinite
}

.learning-spaces_cta-wrap {
  margin-top: 8rem
}

.learning-spaces .cta-center-wrap {
  margin-top: 7rem
}

@media (min-width:768px) {
  .learning-spaces .cta-center-wrap {
    margin-top: 8rem
  }
}

.learning-spaces .section-header-copy {
  margin-bottom: 0
}

.three-cards {
  width: 90dvw;
  height: 56.8dvw;
  margin: 0 auto;
  position: relative
}

@media (min-width:768px) {
  .three-cards {
    width: 71.4dvw;
    height: 45dvw
  }
}

.three-cards .article-blk {
  width: 100%
}

@media (min-width:1400px) {
  .three-cards .article-blk {
    max-width: 21.5dvw
  }
}

.three-cards_article-wrap {
  padding-top: 65dvw;
  margin-left: 0
}

@media (min-width:768px) {
  .three-cards_article-wrap {
    padding-top: 42dvw;
    margin-left: 25dvw
  }
}

@media (min-width:1200px) {
  .three-cards_article-wrap {
    margin-left: 41.25dvw;
    padding-top: 40dvw
  }
}

.three-cards .nx-card:nth-child(1) {
  position: absolute;
  top: 0;
  left: 0;
  width: 45dvw;
  height: 30dvw
}

@media (min-width:768px) {
  .three-cards .nx-card:nth-child(1) {
    width: 35.6dvw;
    height: 23.7dvw
  }
}

.three-cards .nx-card:nth-child(2) {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 42dvw;
  height: 40dvw
}

@media (min-width:768px) {
  .three-cards .nx-card:nth-child(2) {
    width: 33.25dvw;
    height: 31.75dvw
  }
}

.three-cards .nx-card:nth-child(3) {
  position: absolute;
  bottom: 0;
  left: 9.2dvw;
  width: 35.5dvw;
  height: 23.6dvw
}

@media (min-width:768px) {
  .three-cards .nx-card:nth-child(3) {
    width: 28.12dvw;
    height: 18.75dvw;
    left: 7.5dvw
  }
}

.three-cards.w-article {
  height: auto
}

.three-cards.w-article .nx-card:nth-child(2) {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  top: 8dvw
}

@media (min-width:768px) {
  .three-cards.w-article .nx-card:nth-child(2) {
    top: 8dvw
  }
}

.three-cards.w-article .nx-card:nth-child(3) {
  bottom: auto;
  top: 34dvw
}

@media (min-width:768px) {
  .three-cards.w-article .nx-card:nth-child(3) {
    top: 26.25dvw
  }
}

.three-cards.three-cards--type-b .nx-card:nth-child(1) {
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 42dvw;
  height: 40dvw
}

@media (min-width:768px) {
  .three-cards.three-cards--type-b .nx-card:nth-child(1) {
    width: 33.25dvw;
    height: 31.75dvw
  }
}

.three-cards.three-cards--type-b .nx-card:nth-child(2) {
  top: 0;
  right: 0;
  width: 45dvw;
  height: 30dvw;
  -webkit-transform: translateY(0);
  transform: translateY(0)
}

@media (min-width:768px) {
  .three-cards.three-cards--type-b .nx-card:nth-child(2) {
    width: 35.6dvw;
    height: 23.7dvw
  }
}

.three-cards.three-cards--type-b .nx-card:nth-child(3) {
  left: auto;
  right: 9.2dvw
}

@media (min-width:768px) {
  .three-cards.three-cards--type-b .nx-card:nth-child(3) {
    right: 7.5dvw
  }
}

.article-blk {
  width: 100%;
  justify-self: end;
  align-self: baseline;
  padding: 0 2rem 2rem;
  grid-row-start: 2
}

@media (min-width:768px) {
  .article-blk {
    width: 70%;
    padding: 0;
    -webkit-transform: translateY(7.5rem);
    transform: translateY(7.5rem);
    grid-row-start: 1
  }
}

.article-blk .h1,
.article-blk .p {
  margin-bottom: 2.2rem
}

.article-blk .h1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.article-blk_theme-light {
  color: var(--nx-white)
}

.article-blk_theme-light .txt-highlight {
  color: var(--yellow)
}

.article-blk_theme-light .nx-btn {
  background-color: var(--yellow);
  color: var(--nx-black)
}

.article-blk_theme-light .nx-btn .btn-ico {
  color: var(--nx-white);
  background-color: var(--blue)
}

.click-card {
  display: block;
  overflow: hidden;
  position: relative;
  overflow: hidden;
  border-radius: 1.5rem;
  width: 33.4rem;
  height: 22.3rem;
  z-index: 2;
  cursor: pointer
}

@media (min-width:768px) {
  .click-card {
    width: 35.6dvw;
    height: 23.75dvw;
    border-radius: .94dvw
  }
}

.click-card.active .click-card_txt {
  background-color: var(--green);
  max-height: 100%;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  color: var(--nx-white)
}

.click-card.active .click-card_txt .txt-blue,
.click-card.active .click-card_txt .txt-yellow {
  color: var(--nx-white)
}

.click-card.active .click-card_copy {
  color: var(--nx-white)
}

.click-card.active .click-card_title {
  color: var(--nx-white) !important
}

.click-card.active .click-card_ico {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg)
}

.click-card.active .click-card_ico-wrap {
  background-color: var(--blue)
}

.click-card_img {
  width: 100%;
  height: 100%
}

.click-card_pill {
  position: absolute;
  top: 2rem;
  left: 2rem;
  z-index: 2
}

.click-card_txt {
  width: 100%;
  min-height: 140px;
  overflow: hidden;
  border-radius: 1.5rem;
  background-color: transparent;
  padding: 2rem;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(60%);
  transform: translateY(60%);
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

@media (min-width:768px) {
  .click-card_txt {
    border-radius: .94dvw;
    padding: 1.75dvw
  }
}

.click-card_title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  color: var(--nx-black);
  text-align: left;
  margin-bottom: 1.2rem;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  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-align: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  max-height: 4rem;
  margin-top: 0dvw;
  margin-bottom: 3dvw
}

.click-card_title span {
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

@media (min-width:768px) {
  .click-card_title {
    font-size: 1.9dvw;
    height: 3.8dvw
  }
}

@media (max-width:767.98px) {
  .click-card_title {
    line-height: .8;
    margin-top: 3dvw
  }
}

@media (max-width:991.98px) {
  .click-card_title {
    margin-top: 1.5dvw
  }
}

@media (max-width:1199.98px) {
  .click-card_title {
    margin-top: .5dvw
  }
}

.click-card_copy {
  text-transform: none;
  font-size: 1.4rem;
  line-height: 1.25;
  color: transparent;
  text-align: left;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  height: 7rem;
  width: 88%;
  margin: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

@media (min-width:768px) {
  .click-card_copy {
    font-size: 1.125dvw;
    line-height: 1.5;
    height: 6.75dvw
  }
}

.click-card_ico {
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.click-card_ico-wrap {
  position: absolute;
  right: 1.75dvw;
  bottom: 1.75dvw;
  background-color: var(--green);
  border-radius: 50%;
  font-size: 2rem;
  z-index: 8;
  color: var(--nx-white);
  width: 4rem;
  height: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

@media (min-width:768px) {
  .click-card_ico-wrap {
    width: 3.4dvw;
    height: 3.4dvw
  }
}

.card-carousel {
  width: 100vw;
  position: relative
}

.card-carousel .cc_wrap {
  padding: 0;
  margin: 0;
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-items: center;
  overflow: hidden;
  gap: .625dvw
}

.card-carousel .cc_wrap.slick-slider {
  height: auto;
  margin-left: 1rem
}

.card-carousel .cc_item {
  width: 37.4dvw;
  height: 66.4dvw;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  margin-left: 1rem;
  position: relative;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  cursor: pointer
}

.card-carousel .cc_item:first-of-type {
  margin-left: 0
}

.card-carousel .cc_item:after {
  content: "";
  height: 10rem;
  width: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(#000), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, #000 0, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: .4
}

.card-carousel .cc_item:before {
  content: "explore";
  pointer-events: none;
  color: var(--nx-black);
  text-transform: uppercase;
  text-align: center;
  background-color: var(--yellow);
  font-size: 1.3rem;
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.card-carousel .cc_item:hover {
  z-index: 2
}

@media (min-width:768px) {
  .card-carousel .cc_item {
    width: 19.4dvw;
    height: 34.4dvw
  }

  .card-carousel .cc_item:hover {
    width: 25.3dvw
  }

  .card-carousel .cc_item:hover:before {
    opacity: 1
  }
}

.card-carousel .cc-cta {
  width: 100%;
  height: 100%
}

.card-carousel .cc_img {
  margin: 0;
  width: 100%;
  height: 100%;
  position: relative;
  pointer-events: none;
  z-index: 0
}

.card-carousel .cc_img img {
  position: absolute;
  top: 0;
  left: 0
}

.card-carousel .cc_txt {
  text-align: left;
  letter-spacing: -.02;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  color: var(--nx-white);
  position: absolute;
  bottom: 2rem;
  left: 2rem;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 0
}

@media (min-width:768px) {
  .card-carousel .cc_txt {
    font-size: 2.4rem
  }
}

.card-carousel--fade {
  padding: 0 2rem;
  width: 100%
}

.card-carousel--fade:not([data-carousel-fade]) .ccfade-slides {
  height: 100%
}

.card-carousel--fade:not([data-carousel-fade]) .ccfade-slides_slide {
  position: unset;
  -webkit-transform: unset;
  transform: unset
}

@media (min-width:768px) {
  .card-carousel--fade {
    margin: 0 auto;
    padding: 0
  }
}

.card-carousel_theme-light .cc_progress {
  border-top: solid .15rem rgba(162, 162, 162, .2)
}

.card-carousel_theme-light .cc_progress-line {
  border-top: solid 1px var(--blue);
  min-width: 10%
}

.cc-navi {
  width: 100%;
  max-width: 1400px;
  margin: 3.6rem auto;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem
}

@media (min-width:768px) {
  .cc-navi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding: 0 5rem
  }
}

.cc-navi_item {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}

.cc-navi_item-title {
  text-transform: uppercase
}

.cc-navi_item.active .cc-navi_btn {
  cursor: default;
  color: var(--yellow)
}

.cc-navi_item.active .cc-navi_btn:before {
  width: 100%
}

.cc-navi_btn {
  text-align: left;
  color: var(--nx-white);
  width: 100%;
  padding: 1.3rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-top: solid 1px rgba(255, 255, 255, .4);
  font-size: 1.6rem;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.cc-navi_btn:before {
  content: "";
  width: 100%;
  border-top: solid .4rem var(--yellow);
  position: absolute;
  top: -.15rem;
  width: 0;
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out
}

.cc-navi_btn:hover {
  color: var(--yellow)
}

.cc-navi_btn:hover:before {
  width: 100%
}

.cc-navi_secondary {
  background-color: rgba(255, 255, 255, .2);
  border-radius: 3rem;
  overflow: hidden;
  padding: 1rem
}

@media (min-width:768px) {
  .cc-navi_secondary {
    border-radius: 6.25dvw;
    padding: .5dvw;
    width: 70dvw
  }
}

.cc-navi_secondary .cc-navi_item {
  padding: 1rem 2rem
}

@media (min-width:768px) {
  .cc-navi_secondary .cc-navi_item {
    padding: .5dvw 1.25dvw
  }
}

.cc-navi_secondary .cc-navi_item-title {
  font-weight: 700;
  line-height: 1.4
}

.cc-navi_secondary .cc-navi_item.active {
  background-color: var(--nx-white);
  border-radius: 2rem
}

@media (min-width:768px) {
  .cc-navi_secondary .cc-navi_item.active {
    border-radius: 6.25dvw
  }
}

.cc-navi_secondary .cc-navi_item.active .cc-navi_btn {
  color: var(--blue)
}

.cc-navi_secondary .cc-navi_btn {
  color: var(--nx-white);
  border-top: 0;
  padding: 0
}

.cc-navi_secondary .cc-navi_btn:before {
  display: none
}

.ccfade-slides {
  display: block;
  position: relative;
  height: 66.4rem;
  width: 100%;
  margin: 0 auto
}

@media (min-width:992px) {
  .ccfade-slides {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    width: calc(100dvw - 10rem);
    height: calc(54.7dvw - 10rem)
  }
}

@media (min-width:1200px) {
  .ccfade-slides {
    width: calc(100dvw - 20rem)
  }
}

.ccfade-slides_slide {
  margin-left: 0;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
  -webkit-transition: opacity .6s ease;
  transition: opacity .6s ease;
  pointer-events: none;
  width: 100%;
  height: auto;
  display: block
}

.ccfade-slides_slide.active {
  opacity: 1;
  pointer-events: all
}

.ccfade-slides .dbl-card-set_wrap {
  opacity: 0;
  -webkit-transition: opacity .6s ease;
  transition: opacity .6s ease;
  pointer-events: none
}

.ccfade-slides .dbl-card-set_wrap.active {
  opacity: 1;
  pointer-events: all
}

.card-carousel-b {
  padding: 4.5rem 0 3rem;
  position: relative
}

.card-carousel-b::-webkit-scrollbar-thumb {
  background-color: #a9a9a9
}

.card-carousel-b .slick-list {
  overflow: visible
}

.card-carousel-b .cc_wrap {
  gap: 3rem;
  padding-left: 1rem;
  list-style: none;
  height: 72dvw
}

@media (min-width:768px) {
  .card-carousel-b .cc_wrap {
    height: 25dvw
  }
}

.card-carousel-b .cc_item {
  width: calc(100vw - 4rem);
  height: 100%;
  margin-left: 1rem
}

@media (min-width:768px) {
  .card-carousel-b .cc_item {
    width: 28.1dvw;
    height: 25dvw
  }
}

.card-carousel-b .cc_progress {
  border-top: solid .15rem rgba(162, 162, 162, .2);
  bottom: -2rem
}

.card-carousel-b .cc_progress-line {
  border-top: solid 1px var(--blue);
  min-width: 10%
}

.card-carousel-b .cc_arrow-btn {
  top: 45%
}

.card-carousel-b .click-card_img:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65.26%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .2)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 65.26%, rgba(0, 0, 0, .2) 100%);
  position: absolute;
  top: 0;
  left: 0
}

.card-carousel-b_filters {
  margin: 4.5rem auto 0;
  list-style: none
}

.bluebg .cc_progress,
.bluebg2 .cc_progress,
.cc_progress {
  width: 35vw;
  position: absolute;
  bottom: -4rem;
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  border-top: solid 1px rgba(255, 255, 255, .2)
}

.bluebg .cc_progress-line,
.bluebg2 .cc_progress-line,
.cc_progress-line {
  position: absolute;
  top: -1px;
  left: 0;
  width: 0;
  min-width: 10%;
  max-width: 100%;
  height: 1px;
  border-top: solid 1px var(--nx-white);
  -webkit-transition: width .3s ease;
  transition: width .3s ease
}

@media (min-width:768px) {

  .bluebg .cc_progress,
  .bluebg2 .cc_progress,
  .cc_progress {
    width: 25vw
  }
}

.card-3col {
  width: 100%;
  padding: 0 2rem;
  margin: 0 auto 6rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 6rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

@media (min-width:768px) {
  .card-3col {
    padding: 0;
    gap: 8rem;
    width: 88%;
    grid-template-columns: 1fr 32rem
  }
}

.card-3col_grp1 {
  display: grid;
  grid-template-columns: 14.5rem 1fr;
  gap: 1rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative
}

@media (min-width:768px) {
  .card-3col_grp1 {
    grid-template-columns: 45% 54%
  }
}

.card-3col_title {
  font-size: 3rem;
  line-height: .8;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  z-index: 1
}

@media (min-width:768px) {
  .card-3col_title {
    font-size: 6.5rem
  }
}

.card-3col_content p {
  font-size: 1.8rem;
  margin-bottom: 2.3rem
}

.card-3col_img {
  width: 22rem;
  height: 22rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto
}

@media (min-width:768px) {
  .card-3col_img {
    width: 48rem;
    height: 48rem
  }
}

.card-3col_sticker {
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transform: scale(.6);
  transform: scale(.6)
}

@media (min-width:768px) {
  .card-3col_sticker {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

.card-3col_sticker.card-lt {
  right: 40%;
  bottom: -20%
}

@media (min-width:768px) {
  .card-3col_sticker.card-lt {
    right: 48%;
    bottom: -10%
  }
}

.card-3col_sticker.card-rt {
  right: 40%;
  bottom: -20%
}

@media (min-width:768px) {
  .card-3col_sticker.card-rt {
    right: 0;
    bottom: 2%
  }
}

.cc_arrow-btn {
  background-color: var(--blue-2);
  width: 6.4dvw;
  height: 5.2dvw;
  border-radius: 0 50% 50% 0;
  display: none !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--nx-white);
  font-size: 3.4rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
  left: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

@media (min-width:768px) {
  .cc_arrow-btn {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
  }
}

.cc_arrow-btn.cc_next {
  right: 0;
  left: auto;
  border-radius: 50% 0 0 50%
}

.cc_arrow-btn.slick-disabled {
  opacity: .15
}

.carousel-click-cards {
  position: relative;
  height: 54dvw;
  padding-top: 0
}

@media (min-width:768px) {
  .carousel-click-cards {
    height: auto
  }
}

.carousel-click-cards_slider {
  padding-top: 0
}

@media (min-width:768px) {
  .carousel-click-cards_slider {
    padding-top: 4.5rem
  }
}

.carousel-click-cards_slider-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 2rem;
  list-style: none;
  padding: 0;
  margin: 0
}

@media (min-width:768px) {
  .carousel-click-cards_slider-wrap {
    gap: 1.9dvw
  }
}

.carousel-click-cards_slider-wrap.slick-slider {
  height: auto
}

.carousel-click-cards_slider-item {
  margin-left: 2rem
}

@media (min-width:768px) {
  .carousel-click-cards_slider-item {
    margin-left: 1.9dvw
  }
}

.carousel-click-cards_slider .cc_arrow-btn {
  top: 42%;
  left: 0
}

.carousel-click-cards_slider .cc_arrow-btn.cc_next {
  right: 0;
  left: auto
}

@media (min-width:768px) {
  .carousel-click-cards_slider .cc_arrow-btn.cc_next {
    right: 0
  }
}

@media (min-width:768px) {
  .carousel-click-cards_slider .cc_arrow-btn {
    top: 53%;
    left: 0
  }
}

.card-carousel--fade.whitebg .cc-navi_item.active .cc-navi_btn {
  color: var(--blue)
}

.card-carousel--fade.whitebg .cc-navi_item.active .cc-navi_btn::before {
  border-top-color: var(--blue)
}

.card-carousel--fade.whitebg .cc-navi_item .cc-navi_btn {
  color: var(--black);
  border-top-color: rgba(0, 0, 0, .4)
}

.card-carousel--fade.whitebg .cc-navi_item .cc-navi_btn:hover {
  color: var(--blue)
}

.card-carousel--fade.whitebg .cc-navi_item .cc-navi_btn::before {
  border-top-color: var(--blue)
}

.cta-card {
  display: block;
  position: relative;
  width: 100%;
  height: 41.6dvw;
  border: solid .15rem var(--blue-2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.cta-card-title {
  position: absolute;
  top: 2rem;
  left: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -.02em;
  text-align: left;
  text-decoration: none;
  color: var(--nx-black);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  max-width: calc(100% - 4rem)
}

@media (min-width:768px) {
  .cta-card-title {
    top: 3.5dvw;
    left: 2.3dvw;
    font-size: 1.3dvw;
    line-height: 1.5;
    max-width: calc(100% - 4dvw)
  }
}

.cta-card-media {
  width: 6.5rem;
  height: 5rem;
  -webkit-transform: translateY(3rem);
  transform: translateY(3rem);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  color: var(--grey-3);
  -webkit-filter: invert(.45);
  filter: invert(.45)
}

@media (min-width:768px) {
  .cta-card-media {
    width: 5.6dvw;
    height: 3.75dvw;
    -webkit-transform: translateY(2dvw);
    transform: translateY(2dvw)
  }
}

.cta-card-media img {
  -o-object-fit: contain;
  object-fit: contain
}

.cta-card-media .media-reverse {
  color: var(--nx-white)
}

@media (min-width:768px) {
  .cta-card {
    width: 20.5dvw;
    height: 20.5dvw
  }
}

.cta-card.no-img .cta-card-title {
  font-size: 1.8rem;
  text-transform: capitalize
}

@media (min-width:768px) {
  .cta-card.no-img .cta-card-title {
    font-size: 1.3dvw
  }
}

@media (min-width:768px) {
  .cta-card:hover {
    background-color: var(--blue)
  }

  .cta-card:hover .btn-ico {
    opacity: 1
  }

  .cta-card:hover .btn-ico_img {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }

  .cta-card:hover .cta-card-title {
    color: var(--nx-white)
  }

  .cta-card:hover .cta-card-media {
    color: var(--nx-white);
    -webkit-filter: invert(0);
    filter: invert(0)
  }

  .cta-card:hover .cta-card-media .media-reverse {
    color: var(--blue)
  }
}

.cta-card .btn-ico {
  position: absolute;
  right: 1dvw;
  bottom: 1.2dvw;
  color: var(--nx-black);
  background-color: var(--yellow);
  width: 3dvw;
  height: 3dvw;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease
}

.cta-card .btn-ico_img {
  -webkit-transform: translateX(-2rem);
  transform: translateX(-2rem);
  -webkit-transition: all .45s ease;
  transition: all .45s ease
}

.calculator_btns {
  position: relative;
  width: 100%;
  height: var(--boxSize);
  -webkit-transform: translateX(-.4rem);
  transform: translateX(-.4rem);
  z-index: 0
}

@media (min-width:768px) {
  .calculator_btns {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    height: 100%
  }
}

.calculator_cover {
  position: absolute;
  top: var(--btn-height);
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -8%);
  transform: translate(-50%, -8%);
  background-color: var(--nx-white);
  width: calc(var(--boxSize) * .525);
  height: calc(var(--boxSize) * .525);
  border-radius: 50%
}

@media (min-width:768px) {
  .calculator_cover {
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
  }
}

.calculator_cover_icon {
  width: 2.5rem;
  height: 2.5rem;
  position: absolute;
  top: 2rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}

@media (min-width:768px) {
  .calculator_cover_icon {
    width: 2dvw;
    height: 2dvw
  }
}

.calculator_btn {
  opacity: 0;
  display: block;
  width: var(--btn-width);
  height: var(--btn-height);
  position: absolute;
  top: calc(var(--btn-width) * .5);
  left: calc(var(--btn-height) * .5);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.calculator_btn:hover {
  z-index: 10
}

.calculator_btn:hover .calculator_btn-ico,
.calculator_btn:hover .calculator_btn-label {
  opacity: 1
}

.calculator_btn:hover .calculator_btn-wrap {
  -webkit-transform: translateY(0);
  transform: translateY(0)
}

.calculator_btn.btn-active {
  z-index: 10
}

.calculator_btn.btn-active .calculator_btn-ico,
.calculator_btn.btn-active .calculator_btn-label {
  opacity: 1
}

.calculator_btn.btn-active .calculator_btn-wrap {
  -webkit-transform: translateY(0) scale(1);
  transform: translateY(0) scale(1)
}

.calculator_btn-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1dvw;
  width: 100%;
  height: 100%;
  padding-top: 4dvw;
  -webkit-transform: translateY(2dvw);
  transform: translateY(2dvw);
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.calculator_btn-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0
}

.calculator_btn-bg.bg-blue {
  color: var(--blue)
}

.calculator_btn-bg.bg-green {
  color: var(--green)
}

.calculator_btn-bg.bg-red {
  color: var(--red)
}

.calculator_btn-label {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: var(--nx-white);
  font-weight: 600;
  line-height: 1.5;
  text-transform: uppercase;
  text-align: center;
  width: 70%;
  margin: 0 auto;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  opacity: .6
}

@media (min-width:768px) {
  .calculator_btn-label {
    font-size: 1.5dvw;
    width: 56%;
    max-width: 13.5dvw
  }
}

.calculator_btn-ico {
  position: relative;
  z-index: 1;
  width: 1.8rem;
  height: auto;
  opacity: .1;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

@media (min-width:768px) {
  .calculator_btn-ico {
    width: 2.9dvw
  }
}

.calculator_btn-icomedia {
  width: 100%;
  height: auto
}

.calculator_form {
  position: relative;
  z-index: 2;
  width: calc(100dvw - 4rem);
  margin: 2rem auto 4rem;
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

@media (min-width:768px) {
  .calculator_form {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: calc(var(--boxSize) * .525);
    height: calc(var(--boxSize) * .525);
    margin: 0
  }
}

.calculator_form_title {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1;
  color: var(--nx-black);
  text-transform: uppercase
}

@media (min-width:768px) {
  .calculator_form_title {
    font-size: 1.75dvw
  }
}

.calculator_form_detail {
  font-size: 1.4rem;
  font-weight: 500;
  color: var(--grey-3);
  margin: 0;
  line-height: 1
}

@media (min-width:768px) {
  .calculator_form_detail {
    font-size: 1.25dvw
  }
}

.calculator_form_detail:last-child {
  margin-top: .8rem
}

@media (min-width:768px) {
  .calculator_form_detail:last-child {
    margin-top: .5dvw
  }
}

.calculator_form_amt {
  font-size: 4.5rem;
  font-weight: 700;
  color: var(--red);
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 0
}

@media (min-width:768px) {
  .calculator_form_amt {
    font-size: 4dvw
  }
}

.calculator_form_btn {
  background-color: var(--nx-white);
  border: 1px solid var(--grey-4);
  border-radius: 1rem;
  padding: 2rem;
  min-width: calc(100dvw - 4rem);
  position: relative;
  z-index: 1;
  font-size: 1.8rem;
  color: var(--grey-2);
  text-align: left
}

@media (min-width:768px) {
  .calculator_form_btn {
    font-size: 1.75dvw;
    border-radius: 1.25dvw;
    padding: 1.3dvw;
    min-width: 25.5dvw
  }
}

.calculator_form_btn-wrap {
  position: relative;
  margin-top: 1rem
}

@media (min-width:768px) {
  .calculator_form_btn-wrap {
    margin-top: 1dvw
  }
}

.calculator_form_btn-wrap+.calculator_form_detail {
  margin-top: 1rem
}

@media (min-width:768px) {
  .calculator_form_btn-wrap+.calculator_form_detail {
    margin-top: 1.5dvw
  }
}

.calculator_form_btn.hasval {
  color: var(--nx-black);
  text-transform: uppercase
}

.calculator_form_ico {
  position: absolute;
  top: 2rem;
  right: 2rem
}

@media (min-width:768px) {
  .calculator_form_ico {
    top: 1.3dvw;
    right: 1.3dvw
  }
}

.calculator_form_calendar {
  width: 100%;
  background-color: var(--nx-white);
  padding: 8rem 2rem 3rem;
  -webkit-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, .15);
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, .15);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  border-radius: 1rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  row-gap: 1.5rem;
  opacity: 0;
  pointer-events: none
}

@media (min-width:768px) {
  .calculator_form_calendar {
    padding: 6.8dvw 2.2dvw 2.2dvw;
    border-radius: 1.25dvw;
    border: 0;
    row-gap: 2.5dvw
  }
}

.calculator_form_calendar.cal-active {
  opacity: 1;
  pointer-events: all
}

.calculator_form_calendar_btn {
  color: var(--grey-2);
  font-size: 2rem;
  text-transform: uppercase;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  border-radius: 2rem
}

@media (min-width:768px) {
  .calculator_form_calendar_btn {
    font-size: 1.75dvw;
    border-radius: 1.4dvw
  }
}

.calculator_form_calendar_btn.selected,
.calculator_form_calendar_btn:hover {
  color: var(--nx-white);
  background-color: var(--blue)
}

.calculator_form-resetbtn {
  text-transform: uppercase;
  font-weight: 700;
  color: var(--nx-white);
  background-color: var(--blue);
  border-radius: 6rem;
  padding: 2rem 3rem;
  min-width: 12rem;
  display: block;
  margin: 6rem auto 8rem
}

@media (min-width:768px) {
  .calculator_form-resetbtn {
    margin: 2dvw auto 7.8dvw;
    border-radius: 4.18dvw;
    padding: 1.3dvw
  }
}

.calculator_form.cal-open .calculator_form_btn,
.calculator_form.cal-open .calculator_form_btn:active,
.calculator_form.cal-open .calculator_form_btn:focus {
  -webkit-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, .15) !important;
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, .15) !important
}

.boxes-image-text .text {
  color: #999
}

.boxes-image-text .cta-center-wrap {
  margin-top: 6rem
}

.boxes-image-text .section-filter_content {
  min-height: 100%
}

.boxes-image-text .section-filter_content .content {
  display: grid;
  --grid-layout-gap: 4rem;
  --grid-column-count: 3;
  --grid-item--min-width: 300px;
  --gap-count: calc(var(--grid-column-count) - 1);
  --total-gap-width: calc(var(--gap-count) * var(--grid-layout-gap));
  --grid-item--max-width: calc((100% - var(--total-gap-width)) / var(--grid-column-count));
  grid-template-columns: repeat(auto-fill, minmax(max(var(--grid-item--min-width), var(--grid-item--max-width)), 1fr));
  grid-gap: var(--grid-layout-gap)
}

.boxes-image-text .section-filter_content .content .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.boxes-image-text .section-filter_content .content .item img {
  border-radius: 1.5rem;
  margin-bottom: clamp(1.5rem, 3vw, 2.5rem)
}

.boxes-image-text .section-filter_content .content .item .simple-card-cta_title {
  text-transform: uppercase !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.boxes-image-text .section-filter_content .content .item .simple-card-cta_copy {
  color: #000;
  font-weight: 500;
  height: 54px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box
}

.boxes-image-text .section-filter_content .content .item .nx-btn {
  margin-top: clamp(1.5rem, 3vw, 2.5rem);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content
}

.page-preloader {
  position: absolute;
  inset: 0;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 9999;
  gap: clamp(1rem, 4vw, 2rem);
  opacity: 1;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out
}

.page-preloader img {
  width: clamp(5rem, 8vw, 8rem);
  -webkit-animation: spin 4s infinite linear;
  animation: spin 4s infinite linear
}

.page-preloader.hide {
  opacity: 0
}

.page-preloader-lottie {
  z-index: 9999;
  position: absolute;
  aspect-ratio: 16/9;
  min-width: 100vw;
  width: auto;
  min-height: 100vh;
  height: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.quote-carousel .quote-slider {
  width: calc(100dvw - 4rem);
  margin: 0 auto
}

@media (min-width:768px) {
  .quote-carousel .quote-slider {
    width: 81.875dvw
  }
}

.quote-carousel .quote-slider .media-cover {
  aspect-ratio: 1
}

.quote-carousel .quote-slider_wrap {
  width: 100%;
  height: auto;
  overflow: hidden
}

.quote-carousel .quote-slider_item {
  display: grid;
  grid-template-columns: 1fr;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

@media (min-width:768px) {
  .quote-carousel .quote-slider_item {
    grid-template-columns: 50.6dvw 1fr;
    gap: 3.75dvw
  }
}

.quote-carousel .quote-slider_bq {
  width: 100%;
  text-align: center
}

.quote-carousel .quote-slider_testi {
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  font-size: 3rem;
  letter-spacing: -.02dvw;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  line-height: .83;
  position: relative;
  pointer-events: all
}

@media (min-width:768px) {
  .quote-carousel .quote-slider_testi {
    font-size: 3.75dvw
  }
}

.quote-carousel .quote-slider_auth {
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: 700;
  margin-top: 2dvw
}

@media (min-width:768px) {
  .quote-carousel .quote-slider_auth {
    font-size: 1dvw
  }
}

.quote-carousel .quote-slider_pos {
  font-size: 1.2rem;
  line-height: 1.2;
  color: var(--grey-2)
}

@media (min-width:768px) {
  .quote-carousel .quote-slider_pos {
    font-size: 1dvw
  }
}

.quote-carousel .quote-slider_media-wrap {
  width: 100%;
  position: relative
}

@media (min-width:768px) {
  .quote-carousel .quote-slider_media-wrap {
    width: 26.25dvw;
    height: 26.25dvw
  }
}

.quote-carousel .quote-slider_media-link {
  display: block;
  border-radius: 50%;
  overflow: hidden;
  margin: 2rem auto;
  width: 50%;
  height: 50%
}

@media (min-width:768px) {
  .quote-carousel .quote-slider_media-link {
    margin: 0 auto;
    width: 100%;
    height: 100%
  }
}

.quote-carousel .quote-slider_media-play {
  color: var(--nx-white);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 4rem
}

@media (min-width:768px) {
  .quote-carousel .quote-slider_media-play {
    font-size: 3.75dvw
  }
}

.quote-carousel .quote-slider_nav {
  width: 100%;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  position: relative;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

@media (min-width:768px) {
  .quote-carousel .quote-slider_nav {
    width: 50.6dvw
  }
}

.quote-carousel .quote-slider_nav_btn {
  background-color: var(--yellow);
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--nx-white);
  color: var(--nx-black);
  font-size: 1.5rem;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

@media (min-width:768px) {
  .quote-carousel .quote-slider_nav_btn {
    width: 3.43dvw;
    height: 3.43dvw;
    font-size: .8dvw
  }
}

.quote-carousel .quote-slider_nav_btn.slick-disabled {
  opacity: .4
}

.contact-page_container {
  display: grid;
  width: calc(100% - 4rem);
  max-width: 120rem;
  margin: 9rem auto
}

.contact-page_container.grid-1 {
  grid-template-columns: 1fr
}

.contact-page_container.grid-2 {
  grid-template-columns: 1fr
}

@media (min-width:992px) {
  .contact-page_container.grid-2 {
    grid-template-columns: 1fr 1fr
  }
}

@media (min-width:992px) {
  .contact-page_container {
    gap: 4.4dvw;
    width: 87.8dvw;
    margin: 4.4dvw auto 9.4dvw
  }
}

.contact-page_title {
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-transform: uppercase;
  font-size: 3.5rem;
  line-height: .8;
  margin-bottom: 1.8rem
}

@media (min-width:992px) {
  .contact-page_title {
    font-size: 2.5dvw;
    margin-bottom: 2dvw
  }
}

.contact-page_details {
  margin-bottom: 5rem
}

@media (min-width:992px) {
  .contact-page_details {
    margin-bottom: 0
  }
}

@media (min-width:992px) {
  .contact-page_details .p {
    width: 54%;
    margin-bottom: 1.75dvw
  }
}

.contact-page_details-wrap {
  margin-bottom: 4rem
}

.contact-page_details-wrap:last-child {
  margin-bottom: 0
}

@media (min-width:992px) {
  .contact-page_details-wrap {
    margin-bottom: 4.7dvw
  }
}

.contact-page_link {
  width: auto
}

.contact-page_list {
  list-style: none;
  padding: 0;
  margin: 2rem auto
}

@media (min-width:992px) {
  .contact-page_list {
    margin: 0
  }
}

.contact-page_item {
  font-weight: 500;
  margin-bottom: 1rem;
  display: grid;
  grid-template-columns: 1.6rem auto 1fr;
  gap: .8rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content
}

@media (min-width:992px) {
  .contact-page_item {
    grid-template-columns: 1.6dvw 9dvw 1fr;
    gap: .625dvw;
    margin-bottom: 1.4dvw
  }
}

.contact-page_map {
  width: 100%;
  height: 30rem;
  border-radius: 1.5rem;
  overflow: hidden
}

@media (min-width:992px) {
  .contact-page_map {
    height: 28dvw
  }
}

.contact-page_map iframe {
  width: 100%;
  height: 100%
}

.early-years .large-carousel {
  padding-bottom: 30dvw
}

.early-years .large-carousel .section_decor {
  bottom: -3px
}

.early-years .specialists-info {
  max-width: 84dvw;
  width: 100%;
  margin: 0 auto
}

.early-years .specialists-info_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

@media (min-width:768px) {
  .early-years .specialists-info_wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
  }
}

.early-years .specialists-info_item {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 1.4dvw;
  padding: 0 2rem;
  margin-bottom: 3rem
}

.early-years .specialists-info_item:last-child {
  border-right: 0;
  margin-bottom: 0
}

@media (min-width:768px) {
  .early-years .specialists-info_item {
    border-right: solid 1px #ececec;
    margin-bottom: 0;
    padding: 0 5dvw;
    min-width: 12dvw;
    max-width: 28dvw;
    gap: 1.4dvw
  }
}

.early-years .specialists-info_media {
  min-height: 7.75dvw;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.early-years .specialists-info_media img {
  display: block
}

.early-years .specialists-info_copy {
  color: var(--blue);
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 1rem
}

@media (min-width:768px) {
  .early-years .specialists-info_copy {
    font-size: 1.3dvw;
    margin-top: 0
  }
}

.early-years .big-school-adv.section_decorated-padded {
  padding-bottom: 30dvw
}

.early-years .big-school-adv_cards-wrap {
  width: 100%;
  margin: 0 auto;
  padding: 0 2rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem
}

@media (min-width:768px) {
  .early-years .big-school-adv_cards-wrap {
    width: 87.5dvw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    row-gap: 5.6dvw;
    -webkit-column-gap: 2.8dvw;
    -moz-column-gap: 2.8dvw;
    column-gap: 2.8dvw
  }
}

.early-years .big-school-adv_cards-wrap--h {
  width: 100%;
  margin: 0 auto;
  padding: 0 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4rem
}

@media (min-width:768px) {
  .early-years .big-school-adv_cards-wrap--h {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    row-gap: 4.25dvw
  }
}

.early-years .play-based.section_decorated-padded {
  padding-bottom: 30dvw
}

.early-years .early-years-curriculum.section_decorated-padded {
  padding-bottom: 25dvw
}

.early-years .early-years-curriculum .bg-illustration {
  bottom: -2.5rem
}

@media (min-width:768px) {
  .early-years .early-years-curriculum .bg-illustration {
    bottom: -3rem
  }
}

@media (min-width:1400px) {
  .early-years .early-years-curriculum .bg-illustration {
    bottom: -5rem
  }
}

.early-years .setting-foundation.section_decorated-padded {
  padding-bottom: 35dvw
}

.early-years .setting-foundation .section_decor {
  z-index: 1;
  bottom: -2px
}

@media (min-width:768px) {
  .hero-static-v3 {
    height: calc(100dvh - 1rem);
    min-height: 74.8rem
  }
}

.hero-static-v3 .hero_copy-wrap {
  bottom: 10rem;
  z-index: 1
}

@media (min-width:768px) {
  .hero-static-v3 .hero_copy-wrap {
    top: 50%;
    -webkit-transform: translateY(-60%);
    transform: translateY(-60%);
    bottom: auto
  }
}

.hero-static-v3 .hero_content:before {
  display: none
}

.hero-static-v3 .hero_media {
  -o-object-position: bottom;
  object-position: bottom
}

.card-skewed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

@media (min-width:768px) {
  .card-skewed {
    width: 19.5dvw
  }
}

.card-skewed:nth-child(odd) .card-skewed_media {
  -webkit-transform: rotate(-3deg);
  transform: rotate(-3deg)
}

.card-skewed:nth-child(even) .card-skewed_media {
  -webkit-transform: rotate(4deg);
  transform: rotate(4deg)
}

.card-skewed_media {
  width: 100%;
  margin-bottom: 2rem
}

@media (min-width:768px) {
  .card-skewed_media {
    width: 19.5dvw;
    height: 19.5dvw;
    margin-bottom: 3.3dvw
  }
}

.card-skewed_title {
  font-size: 2rem;
  font-weight: 700;
  color: var(--nx-white);
  line-height: .8;
  text-transform: uppercase;
  margin-bottom: 1.6rem
}

@media (min-width:768px) {
  .card-skewed_title {
    font-size: 1.5dvw;
    margin-bottom: .75dvw
  }
}

.card-skewed_copy {
  font-size: 1.6rem;
  margin-bottom: 1rem;
  line-height: 1.2
}

@media (min-width:768px) {
  .card-skewed_copy {
    font-size: 1dvw;
    margin-bottom: 1.5dvw
  }
}

.card-skewed_cta {
  font-size: 1.2rem;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: .8dvw;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.card-skewed_cta:hover {
  color: var(--nx-white)
}

.card-skewed_cta:hover span {
  text-decoration: underline
}

@media (min-width:768px) {
  .card-skewed_cta {
    font-size: .875dvw
  }
}

.card-skewed--h {
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: calc(100dvw - 4rem);
  margin: 0 auto
}

@media (min-width:768px) {
  .card-skewed--h {
    grid-template-columns: auto auto;
    gap: 3.75dvw;
    width: 56dvw
  }
}

.card-skewed--h_media {
  width: 100%;
  margin-bottom: 2rem;
  border: solid .3rem var(--nx-white);
  border-radius: 1rem;
  overflow: hidden;
  -webkit-box-shadow: .2rem .2rem 1.2rem 0 rgba(0, 0, 0, .15);
  box-shadow: .2rem .2rem 1.2rem 0 rgba(0, 0, 0, .15)
}

@media (min-width:768px) {
  .card-skewed--h_media {
    width: 30dvw;
    height: 20.6dvw
  }
}

.card-skewed--h_content {
  position: relative;
  width: calc(100dvw - 4rem)
}

@media (min-width:768px) {
  .card-skewed--h_content {
    width: 21.5dvw
  }
}

.card-skewed--h_title {
  font-size: 3.5rem;
  font-weight: 700;
  color: var(--nx-white);
  line-height: .8;
  text-transform: uppercase;
  margin-bottom: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

@media (min-width:768px) {
  .card-skewed--h_title {
    font-size: 2.5dvw;
    margin-bottom: 1.375dvw
  }
}

.card-skewed--h_copy {
  font-size: 1.6rem;
  margin-bottom: 1rem;
  line-height: 1.2
}

@media (min-width:768px) {
  .card-skewed--h_copy {
    font-size: 1.125dvw;
    margin-bottom: 1.4dvw
  }
}

.card-skewed--h_cta {
  font-size: 1.2rem;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: .8dvw;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.card-skewed--h_cta:hover {
  color: var(--nx-white)
}

.card-skewed--h_cta:hover span {
  text-decoration: underline
}

@media (min-width:768px) {
  .card-skewed--h_cta {
    font-size: .875dvw
  }
}

.card-skewed--h_decoration {
  position: absolute;
  width: 8rem;
  height: 4rem;
  top: .5rem;
  right: 0
}

@media (min-width:768px) {
  .card-skewed--h_decoration {
    width: 8dvw;
    height: 8dvw;
    top: -7dvw;
    right: -4.8dvw
  }
}

.card-skewed--h:nth-child(odd) .card-skewed--h_media {
  -webkit-transform: rotate(-2deg);
  transform: rotate(-2deg)
}

@media (min-width:768px) {
  .card-skewed--h:nth-child(odd) .card-skewed--h_media {
    grid-column-start: 1
  }
}

@media (min-width:768px) {
  .card-skewed--h:nth-child(odd) .card-skewed--h_content {
    grid-column-start: 2
  }
}

.card-skewed--h:nth-child(even) .card-skewed--h_media {
  -webkit-transform: rotate(2deg);
  transform: rotate(2deg)
}

@media (min-width:768px) {
  .card-skewed--h:nth-child(even) .card-skewed--h_media {
    grid-column-start: 2
  }
}

@media (min-width:768px) {
  .card-skewed--h:nth-child(even) .card-skewed--h_content {
    grid-column-start: 1;
    grid-row-start: 1
  }
}

@media (min-width:768px) {
  .card-skewed--h:nth-child(even) .card-skewed--h_decoration {
    top: -7dvw;
    left: -8.8dvw;
    right: auto
  }
}

.error-page_p {
  font-size: 1.8rem;
  text-align: center;
  margin: 3.2rem auto;
  max-width: 95%
}

.error-page_btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 1rem;
  margin: 0 auto 6rem;
  max-width: 95%
}

.error-page_media {
  width: 90%;
  height: 40rem;
  margin: 0 auto
}

@media (min-width:768px) {
  .error-page_media {
    width: 50rem;
    height: 63rem
  }
}

.error-page_media img {
  -o-object-position: bottom;
  object-position: bottom
}

.fees-page {
  --boxSize: calc(100dvw);
  --btn-width: 11.3rem;
  --btn-height: 12rem
}

@media (min-width:768px) {
  .fees-page {
    --boxSize: 72dvw;
    --btn-width: 19dvw;
    --btn-height: 19.4dvw
  }
}

.fees-page .section-title {
  margin-top: 3rem
}

.fees-page .section-header-copy {
  margin-bottom: 0
}

@media (min-width:768px) {
  .fees-page .section-header-copy {
    margin-bottom: 4rem
  }
}

.fees-page .article-title+p {
  font-size: 1.6rem
}

.fees-page .wrap-gutter-v p {
  padding: 0 20px
}

.fees-page_breadcrumb {
  position: absolute;
  left: 2rem;
  top: 6rem
}

@media (min-width:768px) {
  .fees-page_breadcrumb {
    top: 6dvh;
    left: 5rem;
    width: calc(100% - 5rem)
  }
}

@media (min-width:1400px) {
  .fees-page_breadcrumb {
    left: 8.6rem;
    width: calc(100% - 8.6rem)
  }
}

.fees-page_calculator-wrap {
  position: relative;
  width: var(--boxSize);
  height: auto;
  margin: 0 auto
}

@media (min-width:768px) {
  .fees-page_calculator-wrap {
    height: var(--boxSize)
  }
}

.fees-page_discounts-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 1rem;
  margin-top: 3rem
}

@media (min-width:768px) {
  .fees-page_discounts-list {
    margin-top: 1.8dvw
  }
}

.fees-page_discounts-item {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 4rem;
  font-weight: 500
}

@media (min-width:768px) {
  .fees-page_discounts-item {
    min-width: 4.5rem
  }
}

@media (max-width:767.98px) {
  .fees-page_discounts-item.fees-page_discounts-plus {
    width: 2rem;
    min-width: 0
  }

  .fees-page_discounts-item.fees-page_discounts-plus i {
    font-size: 1.5rem
  }
}

.fees-page_discounts-item i {
  font-size: 2rem;
  margin-top: 2rem
}

@media (min-width:768px) {
  .fees-page_discounts-item i {
    margin-top: 2.5dvw;
    min-width: auto
  }
}

.fees-page_discounts-item_media {
  width: 4rem;
  height: 6.6rem;
  margin-bottom: 1.4rem
}

@media (min-width:768px) {
  .fees-page_discounts-item_media {
    width: 3.6dvw;
    height: 6.1dvw
  }
}

.fees-page_discounts-item_type {
  text-transform: uppercase;
  text-align: center;
  font-size: 1.1rem;
  line-height: .8
}

@media (min-width:768px) {
  .fees-page_discounts-item_type {
    font-size: .75dvw
  }
}

.fees-page_discounts-item_label {
  font-size: 1.8rem;
  text-align: center;
  font-weight: 600
}

@media (min-width:768px) {
  .fees-page_discounts-item_label {
    font-size: 1.5dvw
  }
}

.fees-page_table {
  width: 100%;
  max-width: auto;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  overflow: hidden;
  border-radius: 1rem;
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: 700
}

@media (min-width:768px) {
  .fees-page_table {
    grid-template-columns: 1fr 1fr 1fr;
    max-width: 58dvw;
    font-size: .875dvw;
    border-radius: .5dvw
  }
}

.fees-page_table-wrap {
  width: 100%;
  overflow-x: auto;
  padding: 2rem
}

@media (min-width:768px) {
  .fees-page_table-wrap {
    padding: 0;
    overflow: visible;
    width: auto
  }
}

.fees-page_table_th {
  background-color: var(--green);
  color: var(--nx-white);
  padding: 2rem;
  display: none
}

@media (min-width:768px) {
  .fees-page_table_th {
    display: block;
    padding: 1.25dvw
  }
}

.fees-page_table_td {
  background-color: var(--nx-white);
  padding: 2rem
}

@media (min-width:768px) {
  .fees-page_table_td {
    padding: 1.25dvw
  }
}

.fees-page_table_td-highlight {
  background-color: var(--grey-5)
}

@media (max-width:767.98px) {
  .fees-page_table_td-highlight {
    background-color: var(--green);
    color: var(--nx-white)
  }
}

.fees-page_fp {
  max-width: calc(100dvw - 4rem);
  margin: 1.5rem auto 2rem
}

@media (min-width:768px) {
  .fees-page_fp {
    max-width: 58dvw;
    margin: 1.25dvw auto 1.875dvw
  }
}

.fees-page_fp_p {
  font-size: 1.2rem;
  line-height: 1.1;
  color: var(--grey-2);
  margin: 0 auto 1rem
}

@media (min-width:768px) {
  .fees-page_fp_p {
    font-size: .75dvw
  }
}

.fees-page_btn-grp {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  --btn-gap: 1rem;
  gap: var(--btn-gap)
}

@media (min-width:992px) {
  .fees-page_btn-grp {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
  }
}

.fees-page_btn-grp .nx-btn {
  width: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  white-space: nowrap
}

@media (min-width:1200px) {
  .fees-page_btn-grp .nx-btn {
    -ms-flex-preferred-size: calc(33.3% - var(--btn-gap));
    flex-basis: calc(33.3% - var(--btn-gap))
  }
}

.fees-page_btn-grp .nx-btn span {
  font-size: 1.3rem
}

.fees-page_tabs {
  margin: 4rem auto 0;
  width: calc(100dvw - 4rem)
}

@media (min-width:768px) {
  .fees-page_tabs {
    margin: 2.6dvw auto 0;
    width: 43dvw
  }
}

.fees-page_tabs_btn {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  padding: 2rem 1rem;
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-left: solid 1px transparent;
  border-right: solid 1px transparent;
  border-top: solid 1px transparent;
  background-color: var(--grey-light-3)
}

@media (min-width:768px) {
  .fees-page_tabs_btn {
    border-top-left-radius: .5dvw;
    border-top-right-radius: .5dvw;
    padding: 1.25dvw
  }
}

.fees-page_tabs_btn.active {
  border-color: var(--grey-light-2);
  background-color: var(--nx-white);
  position: relative
}

.fees-page_tabs_btn.active:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  height: 4px;
  width: 100%;
  background-color: var(--nx-white)
}

.fees-page_tabs_btn-media {
  height: 3rem;
  margin-bottom: 1rem
}

@media (min-width:768px) {
  .fees-page_tabs_btn-media {
    height: 2.5dvw;
    margin-bottom: 0
  }
}

.fees-page_tabs_btn-label {
  font-size: 1.2rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.1
}

@media (min-width:768px) {
  .fees-page_tabs_btn-label {
    font-size: .875dvw
  }
}

.fees-page_tabs_btn-wrap {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: .3rem
}

.fees-page_tabs_content {
  padding: 2.5rem 2rem;
  display: none
}

@media (min-width:768px) {
  .fees-page_tabs_content {
    padding: 1.875dvw
  }
}

.fees-page_tabs_content.active {
  display: block
}

.fees-page_tabs_content_cols {
  display: grid;
  grid-template-columns: 11rem 1fr;
  gap: 1rem
}

@media (min-width:768px) {
  .fees-page_tabs_content_cols {
    grid-template-columns: 12dvw 1fr
  }
}

.fees-page_tabs_content_col {
  font-size: 1.5rem;
  margin-bottom: 2rem
}

@media (min-width:768px) {
  .fees-page_tabs_content_col {
    font-size: 1dvw;
    margin-bottom: .875dvw
  }
}

.fees-page_tabs_content_col:last-child {
  margin-bottom: 0
}

.fees-page_tabs_content_col_media {
  width: 150px;
  height: auto
}

.fees-page_tabs_content-wrap {
  border: solid 1px var(--grey-light-2);
  border-bottom-left-radius: .5dvw;
  border-bottom-right-radius: .5dvw;
  overflow: hidden
}

.fees-page_tabs_content_footer {
  border-top: solid 1px var(--grey-light-2);
  padding-top: 2.4rem;
  margin-top: 2.4rem;
  font-size: 1.4rem
}

@media (min-width:768px) {
  .fees-page_tabs_content_footer {
    padding-top: 1.5dvw;
    margin-top: 1.5dvw;
    font-size: 1.2rem
  }
}

.fees-page_payment-p.p {
  line-height: 1.5;
  text-align: center;
  font-size: 1.6rem;
  margin: 0 auto 2rem
}

@media (min-width:768px) {
  .fees-page_payment-p.p {
    font-size: 1.125dvw;
    margin: 0 auto 1.875dvw;
    padding: 0;
    max-width: 44dvw
  }
}

.fees-page_payment-p.p:last-of-type {
  margin-bottom: 0
}

.fees-page_payment-p.p:first-of-type {
  margin-top: 4rem
}

@media (min-width:768px) {
  .fees-page_payment-p.p:first-of-type {
    margin-top: 1.875dvw
  }
}

.fees-page_logo-grp {
  gap: 1rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin: 4rem auto;
  padding: 0 2rem
}

@media (min-width:768px) {
  .fees-page_logo-grp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 44dvw;
    margin: 2.5dvw auto;
    padding: 0
  }
}

.fees-page_logo-card {
  border-radius: 1rem;
  background-color: var(--grey-light-3);
  width: 100%;
  height: 11.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: .875dvw;
  text-align: center
}

@media (min-width:768px) {
  .fees-page_logo-card {
    width: 9.3dvw;
    height: 9.3dvw
  }
}

.fees-page_logo-card_media {
  height: 4rem;
  width: 66%
}

@media (min-width:768px) {
  .fees-page_logo-card_media {
    height: 3.125dvw
  }
}

.fees-page_logo-card_txt {
  font-size: 1rem;
  line-height: 1
}

@media (min-width:768px) {
  .fees-page_logo-card_txt {
    font-size: .875dvw
  }
}

.fees-page_intl-btn-grp {
  margin-top: 2rem;
  grid-column: 1/span 3;
  justify-self: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem
}

@media (min-width:768px) {
  .fees-page_intl-btn-grp {
    margin-top: 1.875dvw
  }
}

.fees-page_intl-btn-grp .nx-btn span {
  font-size: 1.3rem
}

.fees-page_info-box {
  border-radius: 1rem;
  background-color: rgba(255, 255, 255, .2);
  width: calc(100dvw - 4rem);
  margin: 2rem auto 0;
  padding: 2rem;
  display: grid;
  grid-template-columns: 4rem 1fr;
  gap: 1.8rem
}

@media (min-width:768px) {
  .fees-page_info-box {
    width: 36dvw;
    margin: 3.75dvw auto 0;
    padding: 1.25dvw;
    grid-template-columns: 2.5dvw 1fr;
    gap: 1.125dvw
  }
}

.fees-page_info-box_copy {
  color: var(--nx-white)
}

.fees-page_info-box_title {
  font-size: 1.6rem;
  text-transform: uppercase;
  font-weight: 700
}

@media (min-width:768px) {
  .fees-page_info-box_title {
    font-size: 1dvw
  }
}

.fees-page_info-box_txt {
  font-size: 1.6rem
}

@media (min-width:768px) {
  .fees-page_info-box_txt {
    font-size: 1.125dvw
  }
}

.fees-page_info-box_txt a {
  color: var(--yellow)
}

.fees-page_info-box_txt a:hover {
  text-decoration: none
}

.fees-page_info-box_ico {
  color: var(--nx-white);
  font-size: 4rem;
  padding-top: .2dvw
}

@media (min-width:768px) {
  .fees-page_info-box_ico {
    padding-top: .2dvw;
    font-size: 2.5dvw
  }
}

.odometer.odometer-auto-theme,
.odometer.odometer-theme-minimal {
  display: inline-block;
  vertical-align: middle;
  position: relative
}

.odometer.odometer-auto-theme .odometer-digit,
.odometer.odometer-theme-minimal .odometer-digit {
  display: inline-block;
  vertical-align: middle;
  position: relative
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer,
.odometer.odometer-theme-minimal .odometer-digit .odometer-digit-spacer {
  display: inline-block;
  vertical-align: middle;
  visibility: hidden
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner,
.odometer.odometer-theme-minimal .odometer-digit .odometer-digit-inner {
  text-align: left;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden
}

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon,
.odometer.odometer-theme-minimal .odometer-digit .odometer-ribbon {
  display: block
}

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner,
.odometer.odometer-theme-minimal .odometer-digit .odometer-ribbon-inner {
  display: block;
  -webkit-backface-visibility: hidden
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value,
.odometer.odometer-theme-minimal .odometer-digit .odometer-value {
  display: block;
  -webkit-transform: translateZ(0)
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value,
.odometer.odometer-theme-minimal .odometer-digit .odometer-value.odometer-last-value {
  position: absolute
}

.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,
.odometer.odometer-theme-minimal.odometer-animating-up .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  transition: -webkit-transform 2s;
  transition: transform 2s;
  transition: transform 2s, -webkit-transform 2s
}

.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner,
.odometer.odometer-theme-minimal.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%)
}

.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner,
.odometer.odometer-theme-minimal.odometer-animating-down .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%)
}

.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner,
.odometer.odometer-theme-minimal.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  transition: -webkit-transform 2s;
  transition: transform 2s;
  transition: transform 2s, -webkit-transform 2s;
  -webkit-transform: translateY(0);
  transform: translateY(0)
}

.home-page.disable-scroll {
  overflow: hidden
}

.card-wno-wrap {
  padding: 0;
  list-style: none;
  position: relative;
  margin-top: 3.8rem
}

@media (min-width:768px) {
  .card-wno-wrap {
    margin: 0
  }
}

.card-wno_item {
  display: grid;
  grid-template-columns: auto auto;
  gap: 2rem;
  margin-bottom: 4rem
}

@media (min-width:768px) {
  .card-wno_item {
    position: absolute;
    margin-bottom: 0;
    gap: 0;
    grid-template-columns: auto
  }
}

@media (min-width:768px) {
  .card-wno_item:nth-child(1) {
    top: 21.6dvw;
    left: 22.8dvw
  }
}

.card-wno_item:nth-child(1) .card-wno-imgwrap {
  width: 53dvw;
  height: 36.5dvw
}

@media (min-width:768px) {
  .card-wno_item:nth-child(1) .card-wno-imgwrap {
    width: 27.4dvw;
    height: 20.6dvw
  }
}

.card-wno_item:nth-child(1) .card-wno_copy-wrap {
  -ms-flex-item-align: end;
  align-self: end;
  padding-bottom: 2rem
}

@media (min-width:768px) {
  .card-wno_item:nth-child(1) .card-wno_copy-wrap {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    margin-right: 3.4rem
  }
}

@media (min-width:768px) {
  .card-wno_item:nth-child(2) {
    top: 3dvw;
    right: 23.8dvw
  }
}

.card-wno_item:nth-child(2) .card-wno-imgwrap {
  width: 31.4dvw;
  height: 44dvw
}

@media (min-width:768px) {
  .card-wno_item:nth-child(2) .card-wno-imgwrap {
    width: 16.2dvw;
    height: 23dvw
  }
}

.card-wno_item:nth-child(2) .card-wno_copy-wrap {
  -ms-flex-item-align: end;
  align-self: end;
  padding-bottom: 2.5rem
}

@media (min-width:768px) {
  .card-wno_item:nth-child(2) .card-wno_copy-wrap {
    margin-left: 2rem
  }
}

@media (min-width:768px) {
  .card-wno_item:nth-child(3) {
    top: 35.6dvw;
    right: 3.75dvw
  }
}

.card-wno_item:nth-child(3) .card-wno-imgwrap {
  width: 37.4dvw;
  height: 32.6dvw;
  grid-column: 2/span 1;
  grid-row: 1
}

@media (min-width:768px) {
  .card-wno_item:nth-child(3) .card-wno-imgwrap {
    width: 19.4dvw;
    height: 17dvw;
    grid-column: auto;
    grid-row: auto
  }
}

.card-wno_item:nth-child(3) .card-wno_copy-wrap {
  grid-column: 1/span 1;
  grid-row: 1
}

@media (min-width:768px) {
  .card-wno_item:nth-child(3) .card-wno_copy-wrap {
    grid-column: auto;
    grid-row: auto;
    margin-left: 1.8rem
  }
}

.card-wno_item:nth-child(3) .card-wno_nos-wrap {
  text-align: right
}

@media (min-width:768px) {
  .card-wno_item:nth-child(3) .card-wno_nos-wrap {
    text-align: left
  }
}

.card-wno_item:nth-child(4) {
  grid-template-columns: 48.8dvw 1fr
}

@media (min-width:768px) {
  .card-wno_item:nth-child(4) {
    top: 51.5dvw;
    left: 3.75dvw;
    grid-template-columns: auto
  }
}

.card-wno_item:nth-child(4) .card-wno-imgwrap {
  width: 43.5dvw;
  height: 45.4dvw;
  justify-self: end
}

@media (min-width:768px) {
  .card-wno_item:nth-child(4) .card-wno-imgwrap {
    justify-self: auto;
    width: 22.5dvw;
    height: 23.5dvw
  }
}

.card-wno_item:nth-child(4) .card-wno_copy-wrap {
  -ms-flex-item-align: start;
  align-self: start;
  padding-top: 2rem
}

@media (min-width:768px) {
  .card-wno_item:nth-child(4) .card-wno_copy-wrap {
    -ms-flex-item-align: auto;
    align-self: auto;
    padding-top: 0;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    margin-right: 3dvw
  }
}

.card-wno_item:nth-child(5) {
  grid-template-columns: 1fr calc(37.6dvw + 2rem)
}

@media (min-width:768px) {
  .card-wno_item:nth-child(5) {
    grid-template-columns: auto;
    top: 56.7dvw;
    left: 44.8dvw
  }
}

.card-wno_item:nth-child(5) .card-wno-imgwrap {
  width: 34.8dvw;
  height: 44dvw;
  grid-column: 2/span 1;
  grid-row: 1;
  justify-self: end;
  margin-right: 3rem
}

@media (min-width:768px) {
  .card-wno_item:nth-child(5) .card-wno-imgwrap {
    width: 15.3dvw;
    height: 22.7dvw;
    justify-self: auto;
    margin-right: 0;
    grid-column: auto;
    grid-row: auto
  }
}

.card-wno_item:nth-child(5) .card-wno_copy-wrap {
  justify-self: end;
  -ms-flex-item-align: end;
  align-self: end;
  padding-bottom: 2rem
}

@media (min-width:768px) {
  .card-wno_item:nth-child(5) .card-wno_copy-wrap {
    margin-left: 2rem;
    justify-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    padding-bottom: 0
  }
}

.card-wno_item:nth-child(5) .card-wno_nos-wrap {
  text-align: right
}

@media (min-width:768px) {
  .card-wno_item:nth-child(5) .card-wno_nos-wrap {
    text-align: left
  }
}

.card-wno_copy-wrap {
  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-align: start;
  -ms-flex-align: start;
  align-items: start;
  -ms-flex-item-align: center;
  align-self: center
}

@media (min-width:768px) {
  .card-wno_copy-wrap {
    -ms-flex-item-align: auto;
    align-self: auto
  }
}

.card-wno_copy-wrap p {
  margin: 0
}

.card-wno_count {
  font-size: 6.4dvw;
  font-weight: 700;
  color: var(--blue);
  line-height: 1
}

@media (min-width:768px) {
  .card-wno_count {
    font-size: 2.5dvw
  }
}

.card-wno_txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 3dvw;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase
}

@media (min-width:768px) {
  .card-wno_txt {
    font-size: 1.1dvw
  }
}

.card-wno_no-anim {
  font-size: 12.7dvw;
  font-weight: 700
}

@media (min-width:768px) {
  .card-wno_no-anim {
    font-size: 5dvw
  }
}

.card-wno_em {
  color: var(--blue);
  font-style: normal
}

.center-header {
  width: 100%;
  font-size: 5rem;
  font-weight: 700;
  line-height: .8;
  letter-spacing: .02;
  text-transform: uppercase;
  text-align: center;
  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;
  -ms-flex-line-pack: center;
  align-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 8
}

@media (min-width:768px) {
  .center-header {
    font-size: 7rem
  }
}

.center-header_icon {
  position: absolute;
  top: -10rem;
  left: 50%;
  -webkit-transform: translateX(-50%) scale(.6);
  transform: translateX(-50%) scale(.6)
}

@media (min-width:768px) {
  .center-header_icon {
    top: -12.5rem;
    -webkit-transform: translateX(-50%) scale(1);
    transform: translateX(-50%) scale(1)
  }
}

.developing-learners {
  width: 100dvw;
  overflow: hidden;
  padding-top: 10rem
}

@media (min-width:768px) {
  .developing-learners {
    padding-top: 20rem
  }
}

.developing-learners .section-title-sticker {
  background-color: var(--nx-black)
}

.developing-learners .section-title-sticker_img {
  animation: flicker 2s linear reverse infinite
}

.hero {
  width: 100%;
  position: relative
}

@media (min-width:992px) {
  .hero {
    height: 100dvh
  }
}

.hero_wrap {
  position: relative;
  width: 100%;
  height: auto
}

@media (min-width:992px) {
  .hero_wrap {
    height: 100%
  }
}

.hero-sticker {
  z-index: 8;
  right: 10rem;
  bottom: 8rem;
  display: none
}

@media (min-width:768px) {
  .hero-sticker {
    display: block;
    position: absolute;
    bottom: 5rem;
    right: 5rem
  }
}

@media (min-width:1400px) {
  .hero-sticker {
    right: 10rem;
    bottom: 8rem
  }
}

.hero_lottie {
  width: 13.1rem;
  height: 13.1rem
}

.hero .slider_wrap {
  overflow: hidden
}

.hero .slider_slide {
  position: relative;
  height: 100dvh;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

@media (min-width:992px) {
  .hero .slider_slide {
    opacity: 0
  }
}

@media (min-width:992px) {
  .hero .slider_slide:first-child {
    opacity: 1
  }
}

@media (min-width:992px) {
  .hero .slider_slide.ab-completely {
    opacity: 1
  }
}

@media (min-width:992px) {
  .hero .slider_slide.active {
    z-index: 1;
    opacity: 1
  }
}

.disable-scroll #ab-nav {
  opacity: 1;
  pointer-events: all
}

#ab-nav {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

#ab-nav ul {
  position: fixed;
  top: 40%;
  right: 1rem;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2.2rem;
  padding: 0;
  margin: 0;
  list-style: none;
  z-index: 10
}

#ab-nav ul li a {
  display: block;
  width: .8rem;
  height: .8rem;
  border: solid .1rem var(--nx-white);
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

#ab-nav ul li a:hover {
  background-color: var(--nx-white);
  opacity: .4
}

#ab-nav ul li a.active {
  background-color: var(--nx-white)
}

@media (min-width:768px) {
  #ab-nav ul {
    right: 5rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
  }
}

.hero-link {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -.03em;
  text-align: center
}

.img-collage {
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100dvw;
  height: 100%
}

.img-collage_item {
  position: absolute;
  width: 12rem;
  height: 12rem
}

.img-collage_item .nx-card {
  width: 100%;
  height: 100%
}

.img-collage_item:nth-of-type(1) {
  width: 27dvw;
  height: 27dvw;
  top: 19.3dvw;
  left: 33.6dvw
}

@media (min-width:768px) {
  .img-collage_item:nth-of-type(1) {
    width: 18.8dvw;
    height: 18.8dvw;
    top: 6.1dvw;
    left: 16.7dvw
  }
}

.img-collage_item:nth-of-type(2) {
  width: 15.2dvw;
  height: 15.2dvw;
  top: 52.4dvw;
  left: 6.7dvw
}

@media (min-width:768px) {
  .img-collage_item:nth-of-type(2) {
    width: 8dvw;
    height: 8dvw;
    top: 11.5dvw;
    left: 1dvw
  }
}

.img-collage_item:nth-of-type(3) {
  width: 20dvw;
  height: 20dvw;
  bottom: 71.4dvw;
  left: -3dvw
}

@media (min-width:768px) {
  .img-collage_item:nth-of-type(3) {
    width: 10.6dvw;
    height: 10.6dvw;
    bottom: 23dvw;
    left: -1dvw
  }
}

.img-collage_item:nth-of-type(4) {
  width: 29dvw;
  height: 29dvw;
  bottom: 26dvw;
  left: 14.7dvw
}

@media (min-width:768px) {
  .img-collage_item:nth-of-type(4) {
    width: 17.2dvw;
    height: 17.2dvw;
    bottom: 7.5dvw;
    left: 10.8dvw
  }
}

.img-collage_item:nth-of-type(5) {
  width: 25dvw;
  height: 25dvw;
  top: 46dvw;
  right: 2dvw
}

@media (min-width:768px) {
  .img-collage_item:nth-of-type(5) {
    width: 17.5dvw;
    height: 17.5dvw;
    top: 4.8dvw;
    right: 19.6dvw
  }
}

.img-collage_item:nth-of-type(6) {
  display: none
}

@media (min-width:768px) {
  .img-collage_item:nth-of-type(6) {
    display: block;
    width: 11.8dvw;
    height: 11.8dvw;
    top: 11.4dvw;
    right: -1.6dvw
  }
}

.img-collage_item:nth-of-type(7) {
  width: 17.6dvw;
  height: 17.6dvw;
  bottom: 75dvw;
  right: 8.4dvw
}

@media (min-width:768px) {
  .img-collage_item:nth-of-type(7) {
    width: 9.3dvw;
    height: 9.3dvw;
    top: 28dvw;
    right: 14.6dvw
  }
}

.img-collage_item:nth-of-type(8) {
  width: 29.4dvw;
  height: 29.4dvw;
  bottom: 32.8dvw;
  right: 8.4dvw
}

@media (min-width:768px) {
  .img-collage_item:nth-of-type(8) {
    width: 17.5dvw;
    height: 17.5dvw;
    bottom: 7.2dvw;
    right: 3.7dvw
  }
}

.img-collage_item:nth-of-type(9) {
  display: none
}

@media (min-width:768px) {
  .img-collage_item:nth-of-type(9) {
    display: block;
    width: 13.1dvw;
    height: 13.1dvw;
    bottom: 5dvw;
    left: 47.2dvw
  }
}

.img-collage_item.sticker:after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: 100% auto;
  z-index: 1
}

.img-collage_item.sticker-1:after {
  background-image: url(images/sticker-swim.svg);
  width: 8rem;
  height: 8rem;
  right: -4rem;
  top: -4rem;
  -webkit-transform: scale(.6);
  transform: scale(.6)
}

@media (min-width:768px) {
  .img-collage_item.sticker-1:after {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

.img-collage_item.sticker-2:after {
  background-image: url(images/ico-light-bulb.svg);
  width: 8rem;
  height: 8rem;
  right: -4rem;
  top: -4rem;
  -webkit-transform: rotate(15deg);
  transform: rotate(15deg);
  -webkit-transform: scale(.6);
  transform: scale(.6)
}

@media (min-width:768px) {
  .img-collage_item.sticker-2:after {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

.img-collage_item.sticker-3:after {
  background-image: url(images/sticker-heart.svg);
  width: 8rem;
  height: 8rem;
  right: -4rem;
  top: -4rem;
  -webkit-transform: rotate(10deg) scale(.8);
  transform: rotate(10deg) scale(.8)
}

@media (min-width:768px) {
  .img-collage_item.sticker-3:after {
    -webkit-transform: rotate(10deg) scale(1.3);
    transform: rotate(10deg) scale(1.3)
  }
}

.img-collage_item.sticker-4:after {
  background-image: url(images/ico-rocket.svg);
  width: 6rem;
  height: 6rem;
  left: -3rem;
  top: -3rem;
  -webkit-transform: scale(.8) rotate(-15deg);
  transform: scale(.8) rotate(-15deg)
}

@media (min-width:768px) {
  .img-collage_item.sticker-4:after {
    -webkit-transform: rotate(-15deg) scale(1.3);
    transform: rotate(-15deg) scale(1.3)
  }
}

.img-collage_item.sticker-5:after {
  background-image: url(images/sticker-peace.svg);
  width: 7rem;
  height: 7rem;
  right: -3rem;
  bottom: -3rem;
  -webkit-transform: scale(1);
  transform: scale(1)
}

@media (min-width:768px) {
  .img-collage_item.sticker-5:after {
    -webkit-transform: scale(1.8);
    transform: scale(1.8)
  }
}

.img-collage_item.sticker-6:after {
  background-image: url(images/ico-happy-face.svg);
  width: 8rem;
  height: 8rem;
  left: -4rem;
  bottom: -3rem;
  -webkit-transform: scale(.8) rotate(-15deg);
  transform: scale(.8) rotate(-15deg)
}

@media (min-width:768px) {
  .img-collage_item.sticker-6:after {
    -webkit-transform: scale(1.2) rotate(-15deg);
    transform: scale(1.2) rotate(-15deg)
  }
}

.inno-learning.wrap-gutter-v {
  padding-bottom: 0
}

.inno-learning .section-title {
  margin-bottom: 7.5rem
}

.inno-learning .section-title-sticker {
  background-color: var(--blue)
}

.inno-learning .section-title-sticker_img {
  -webkit-animation: point45 1.5s linear infinite;
  animation: point45 1.5s linear infinite
}

.inspiring-stories {
  background-color: var(--blue);
  text-align: center;
  padding-bottom: 0
}

.inspiring-stories .section-title-sticker {
  background-color: transparent;
  overflow: visible;
  width: 6rem;
  height: 6rem;
  -webkit-transform: scale(.6) translate(-2.5rem);
  transform: scale(.6) translate(-2.5rem);
  position: relative
}

@media (min-width:768px) {
  .inspiring-stories .section-title-sticker {
    -webkit-transform: scale(1) translate(0);
    transform: scale(1) translate(0);
    width: 10rem;
    height: 8rem
  }
}

.inspiring-stories .section-title-sticker_img {
  position: absolute;
  top: 0;
  left: -.4rem;
  -webkit-animation: bounce 1.5s linear infinite;
  animation: bounce 1.5s linear infinite
}

.inspiring-stories .hero-link {
  margin: 0 auto;
  display: inline-block;
  font-size: 1.4rem;
  text-transform: uppercase;
  font-weight: 700;
  padding-right: 1.8rem
}

.inspiring-stories_cta {
  background-color: var(--nx-white);
  border: 0
}

.inspiring-stories_cta-wrap {
  margin-top: 6rem;
  width: 100%;
  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-align: center;
  -ms-flex-align: center;
  align-items: center
}

.nexus-numbers {
  display: grid;
  width: 100dvw;
  overflow: hidden
}

@media (min-width:768px) {
  .nexus-numbers {
    min-height: 106.7dvw;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    justify-items: stretch
  }
}

.nexus-numbers .section-title {
  font-size: 5rem;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  padding-left: 2rem;
  z-index: 0
}

@media (min-width:768px) {
  .nexus-numbers .section-title {
    font-size: 6.25dvw;
    padding-left: 0;
    position: absolute;
    top: 13rem;
    left: 5dvw
  }
}

.nexus-numbers .section-title-subtitle {
  font-size: 2.1rem
}

@media (min-width:768px) {
  .nexus-numbers .section-title-subtitle {
    font-size: 2dvw
  }
}

.partners_logo-wrap {
  list-style: none;
  margin: 4rem auto;
  max-width: 100%;
  padding: 0 2rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2rem;
  text-align: center;
  position: relative
}

.partners_logo-wrap img {
  width: 100%;
  height: 100%;
  max-height: 6.8rem;
  -o-object-fit: scale-down;
  object-fit: scale-down;
  -o-object-position: center;
  object-position: center
}

@media (min-width:768px) {
  .partners_logo-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 1rem;
    padding: 0 6dvw
  }
}

.research-thoughts .section-title {
  margin-bottom: 0
}

.research-thoughts .section-title-sticker {
  background-color: var(--nx-black)
}

.research-thoughts_cta-wrap {
  margin-top: 6rem
}

.slider_slide {
  position: relative;
  height: 100dvh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.slider_media {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0
}

.slider_media-wrap {
  min-height: 100%;
  width: 100vw
}

.slider_content {
  width: 100%;
  height: 100%;
  z-index: 1;
  color: var(--nx-white)
}

.slider_content:before {
  /* background: radial-gradient(circle at 0, rgba(0, 0, 0, .3), rgba(0, 0, 0, 0) 80%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100% */
}

@media (min-width:992px) {
  .slider_content:before {
    /* background: radial-gradient(circle at 0, rgba(0, 0, 0, .2), rgba(0, 0, 0, .4) 5%, rgba(0, 0, 0, .5) 40%, rgba(0, 0, 0, 0) 80%) */
  }
}

.slider_title {
  font-size: 5rem;
  font-weight: 700;
  line-height: .8;
  margin-bottom: 2rem;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

@media (min-width:768px) {
  .slider_title {
    font-size: 6vw
  }
}

.slider_subtitle {
  font-size: 3.5rem;
  line-height: 1.25;
  display: none;
  text-transform: none
}

@media (min-width:768px) {
  .slider_subtitle {
    display: block;
    font-size: 1.7vw
  }
}

.slider_copy-wrap {
  width: 100%;
  position: absolute;
  left: 1.7rem;
  bottom: 8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-items: start
}

@media (min-width:768px) {
  .slider_copy-wrap {
    width: 70%;
    left: 5rem;
    bottom: 11dvh
  }
}

@media (min-width:1400px) {
  .slider_copy-wrap {
    width: 60%;
    left: 8.6rem
  }
}

.slider_p {
  font-size: 2.2rem;
  line-height: 1.25;
  margin-bottom: 2rem;
  width: 100%;
  padding-right: 2rem
}

@media (min-width:768px) {
  .slider_p {
    font-size: 1.7vw;
    width: 60%;
    margin-bottom: 4.4rem
  }
}

.wheel-slider_wrap {
  height: 55rem;
  position: relative;
  width: 100vw;
  overflow: hidden
}

@media (min-width:768px) {
  .wheel-slider_wrap {
    height: 70rem
  }
}

.wheel-slider_wheel {
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 300vw;
  height: 300vw;
  max-width: 4000px;
  max-height: 4000px
}

.wheel-slider_controls {
  width: 5.5rem;
  height: 5.5rem;
  border-radius: 50%;
  background-color: var(--yellow);
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  color: var(--nx-black);
  font-size: 1.5rem
}

.wheel-slider_controls:hover {
  -webkit-transform: scale(1.18);
  transform: scale(1.18)
}

.wheel-slider_controls_wrap {
  min-width: 14rem;
  color: var(--nx-black);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 1rem;
  position: absolute;
  bottom: 10rem;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0)
}

.wheel-slider_card {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 22rem;
  height: 30rem;
  overflow: hidden;
  position: relative;
  border-radius: 1.5rem 1.5rem;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer
}

@media (min-width:768px) {
  .wheel-slider_card {
    width: 32rem;
    height: 44rem
  }
}

.wheel-slider_btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1)
}

@media (min-width:768px) {
  .life-at-nexus .outside-classroom {
    padding-bottom: 18rem
  }
}

.myp-page_media-wrap {
  width: 90dvw;
  margin: 4rem auto
}

@media (min-width:992px) {
  .myp-page_media-wrap {
    width: 58.75dvw;
    margin: 3.12dvw auto 3.12dvw 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
  }
}

.myp-page_media-wrap img {
  width: 100%;
  height: auto
}

.myp-page .p:last-child:not(.hero_p),
.myp-page .p:last-of-type:not(.hero_p),
.myp-page p:last-child:not(.hero_p),
.myp-page p:last-of-type:not(.hero_p) {
  margin-bottom: 0
}

.myp-page_framework-grid {
  width: 100%;
  margin: 0 auto;
  list-style: none;
  padding: 0;
  margin-top: 4rem;
  margin-bottom: 4rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 4rem
}

@media (min-width:992px) {
  .myp-page_framework-grid {
    width: 75dvw;
    margin: 0 auto 1.6dvw 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-top: 5.6dvw;
    margin-bottom: 5.6dvw;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 5.6dvw
  }
}

.myp-page_framework-item {
  display: grid;
  grid-template-columns: minmax(6rem, -webkit-min-content) 1fr;
  grid-template-columns: minmax(6rem, min-content) 1fr;
  grid-template-rows: auto auto;
  gap: .8rem 1.8rem;
  font-size: 1.8rem;
  line-height: 1.5
}

@media (min-width:992px) {
  .myp-page_framework-item {
    grid-template-columns: minmax(4dvw, -webkit-min-content) 1fr;
    grid-template-columns: minmax(4dvw, min-content) 1fr;
    grid-template-rows: auto auto;
    gap: .5dvw 1.4dvw;
    font-size: 1.12dvw
  }
}

.myp-page_framework-title {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 2rem;
  line-height: .8;
  -ms-flex-item-align: end;
  align-self: end
}

@media (min-width:992px) {
  .myp-page_framework-title {
    font-size: 1.5dvw
  }
}

.myp-page_framework-img {
  grid-row: 1/span 2;
  grid-column: 1;
  align-self: center
}

.myp-page_framework-img img {
  width: 100%;
  height: auto
}

.nexus-advantage .section,
.nexus-advantage section {
  z-index: 8;
  position: relative
}

.nexus-advantage .article {
  position: relative;
  z-index: 8;
  width: 80%
}

@media (min-width:768px) {
  .nexus-advantage .article {
    width: 60dvw
  }
}

.nexus-advantage .article:first-child {
  margin-top: 0
}

.nexus-advantage .infinite-marquee_section {
  padding: 8.77dvw 0;
  width: 100dvw;
  overflow: hidden;
  position: relative;
  z-index: 8
}

.nexus-advantage .infinite-marquee_blk {
  font-size: 12.5dvw;
  line-height: .8;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap
}

@media (min-width:768px) {
  .nexus-advantage .infinite-marquee_blk {
    letter-spacing: -.8rem
  }
}

.nexus-advantage .infinite-marquee_track {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  will-change: transform;
  white-space: nowrap;
  -webkit-animation: marquee 12s linear infinite;
  animation: marquee 12s linear infinite
}

.nexus-advantage .infinite-marquee_track:nth-child(2) {
  animation: marquee2 12s linear infinite reverse
}

.nexus-advantage .infinite-marquee_inblk {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0 3dvw 0 0
}

.nexus-advantage .infinite-marquee_inlinevideo {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.nexus-advantage .infinite-marquee_inlinevideo-wrap {
  width: 7rem;
  height: 4rem;
  display: inline-block;
  border-radius: 20rem 20rem;
  overflow: hidden;
  -webkit-transform: translateY(.2rem);
  transform: translateY(.2rem)
}

@media (min-width:768px) {
  .nexus-advantage .infinite-marquee_inlinevideo-wrap {
    min-width: 18dvw;
    height: 9.5dvw;
    border-radius: 18.75dvw 18.75dvw
  }
}

.open-accordion .accordion-item {
  position: relative;
  padding: 2rem 6dvw
}

.open-accordion .accordion-item::after {
  content: "";
  position: absolute;
  left: 6dvw;
  right: 6dvw;
  bottom: 0;
  border-bottom: .15rem solid #01acd7
}

.open-accordion .accordion button,
.open-accordion .accordion-collapse {
  border: none;
  background: 0 0
}

.open-accordion .accordion .accordion-body,
.open-accordion .accordion button {
  padding-left: 0;
  padding-right: 0
}

.open-accordion .accordion button {
  position: relative
}

.open-accordion .accordion button::after {
  all: unset
}

.open-accordion .accordion button span {
  position: absolute;
  right: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  background-color: var(--blue);
  width: 5rem;
  height: 5rem;
  border-radius: 9999px;
  color: #fff;
  -ms-flex-line-pack: center;
  align-content: center;
  text-align: center
}

.open-accordion .accordion button:not(.collapsed) span {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}

.open-accordion .accordion .accordion-button {
  font-size: 1.6rem;
  font-weight: 500;
  color: #000;
  padding-right: 7rem;
  text-align: left
}

.open-accordion .accordion .accordion-body {
  font-size: 1.4rem;
  font-weight: 400;
  color: #000
}

.our-people-page .meet-team .section-filter_item-media {
  width: 100%;
  height: 36rem
}

.our-people-page .meet-team .section-filter_item-media img {
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.our-people-page .meet-team .section-filter_item-media:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1)
}

.our-people-page .meet-team .section-filter_item-media:hover .section-filter_btn-wrap {
  opacity: 1;
  -webkit-transform: scale(1.1);
  transform: scale(1.1)
}

@media (min-width:768px) {
  .our-people-page .meet-team .section-filter_item-media {
    width: 20dvw;
    height: 23dvw
  }
}

.our-people-page .meet-team .section-filter_item-name {
  color: var(--blue);
  font-weight: 600;
  line-height: 1.1;
  text-transform: uppercase;
  font-size: 2rem;
  margin: 1.6rem 0 .5rem
}

@media (min-width:768px) {
  .our-people-page .meet-team .section-filter_item-name {
    font-size: 1.25dvw;
    margin: 1.6rem 0 .5rem
  }
}

.our-people-page .meet-team .section-filter_item-title {
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 500;
  width: 90%;
  color: var(--nx-black)
}

@media (min-width:768px) {
  .our-people-page .meet-team .section-filter_item-title {
    font-size: .875dvw
  }
}

.our-people-page .meet-team .section-filter_item-link {
  text-decoration: none
}

.our-people-page .meet-team .section-filter_content.no-filter {
  min-height: auto
}

.our-people-page .meet-team .section-filter_btn-wrap {
  position: absolute;
  bottom: 2rem;
  right: 2rem;
  color: var(--nx-white);
  width: 5rem;
  height: 5rem;
  background-color: var(--blue);
  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;
  border-radius: 50%;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-transform: scale(.8);
  transform: scale(.8);
  opacity: 0;
  pointer-events: none
}

.our-people-page .meet-team_filter .pill {
  background-color: var(--grey-light-3);
  font-weight: 600;
  color: var(--nx-black);
  border: 0;
  font-size: 1.3rem;
  line-height: 1.4
}

.our-people-page .meet-team_filter .pill.active {
  background-color: var(--blue);
  color: var(--nx-white)
}

.our-people-page .profile {
  margin-top: 3rem
}

@media (min-width:768px) {
  .our-people-page .profile {
    margin-top: 3dvw
  }
}

.our-people-page .profile-wrap {
  display: grid;
  grid-template-columns: 1fr
}

@media (min-width:768px) {
  .our-people-page .profile-wrap {
    grid-template-columns: 25dvw 1fr;
    gap: 7.5dvw;
    max-width: 73dvw;
    margin: 0 auto
  }
}

.our-people-page .profile-media {
  width: 100%;
  height: 36rem;
  margin-bottom: 3rem
}

@media (min-width:992px) {
  .our-people-page .profile-media {
    height: 30.5dvw;
    margin-bottom: 0
  }
}

.our-people-page .profile-article {
  max-width: auto
}

@media (min-width:992px) {
  .our-people-page .profile-article {
    max-width: 44dvw
  }
}

.our-people-page .profile-article_title {
  line-height: .85;
  font-size: 4rem;
  margin-bottom: 2rem
}

@media (min-width:992px) {
  .our-people-page .profile-article_title {
    font-size: 5dvw;
    margin-bottom: 1.75dvw
  }
}

.our-people-page .profile-article_position {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: var(--nx-danger);
  line-height: 1.5;
  font-weight: 500;
  font-size: 2rem;
  margin-bottom: 1.5rem
}

@media (min-width:992px) {
  .our-people-page .profile-article_position {
    font-size: 1.35dvw;
    margin-bottom: 1.5dvw
  }
}

.our-people-page .profile-article_accomp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  line-height: 1.5;
  font-weight: 400;
  color: var(--grey-4);
  font-size: 1.4rem;
  margin-bottom: 2.5rem
}

@media (min-width:992px) {
  .our-people-page .profile-article_accomp {
    font-size: 1dvw;
    margin-bottom: 2.2dvw
  }
}

.our-people-page .profile-article_p {
  line-height: 1.5;
  font-size: 1.8rem;
  margin-bottom: 2.5rem
}

@media (min-width:992px) {
  .our-people-page .profile-article_p {
    font-size: 1.5dvw;
    margin-bottom: 2.2dvw
  }
}

.our-spaces .article-blk .p {
  font-size: 1.6rem;
  line-height: 1.5
}

@media (min-width:768px) {
  .primary-page .learning-exploration .article-set {
    padding-bottom: 5dvw
  }
}

.primary-page .dbl-card-set_wrap {
  margin: 3.6rem auto 0
}

.primary-page .outside-classroom .section-title--small {
  font-size: 9.7dvw;
  margin-top: 8rem
}

@media (min-width:768px) {
  .primary-page .outside-classroom .section-title--small {
    margin-top: 0;
    font-size: 6.25dvw
  }
}

.primary-page .outside-classroom_btn-wrap {
  margin-top: 4rem
}

@media (min-width:768px) {
  .primary-page .outside-classroom_btn-wrap {
    margin-top: 0
  }
}

.primary-page .card-grid {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0 2rem
}

@media (min-width:768px) {
  .primary-page .card-grid {
    width: 88dvw;
    height: 38dvw;
    padding: 0
  }
}

.primary-page .card-grid-list {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  border-radius: 0
}

@media (min-width:768px) {
  .primary-page .card-grid-list {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: .5rem;
    justify-items: stretch;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    border-radius: 1.5rem;
    overflow: hidden
  }

  .primary-page .card-grid-list .nx-card {
    border-radius: 0
  }
}

.primary-page .card-grid-figure {
  height: 100%;
  width: 100%
}

.primary-page .card-grid-figure img {
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.primary-page .card-grid-item {
  position: relative;
  width: 100%;
  height: 58dvw;
  border-radius: 1.5rem;
  overflow: hidden
}

@media (min-width:768px) {
  .primary-page .card-grid-item {
    width: auto;
    height: auto;
    border-radius: 0
  }
}

.primary-page .card-grid-item:before {
  display: none
}

.primary-page .card-grid-item:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 9.4dvw;
  background: -webkit-gradient(linear, left bottom, left top, from(#000), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, #000 0, rgba(0, 0, 0, 0) 100%);
  opacity: .4
}

.primary-page .card-grid-item:before {
  content: "explore";
  pointer-events: none;
  color: var(--nx-black);
  text-transform: uppercase;
  text-align: center;
  background-color: var(--yellow);
  font-size: 1.3rem;
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.primary-page .card-grid-item:hover:before {
  opacity: 1
}

.primary-page .card-grid-item:hover .card-grid-figure img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1)
}

.primary-page .card-grid-copy {
  position: absolute;
  left: 2rem;
  bottom: 2rem;
  z-index: 1;
  margin: 0;
  color: var(--nx-white);
  font-size: 2.5rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  width: 90%
}

@media (min-width:768px) {
  .primary-page .card-grid-copy {
    font-size: 2.3dvw;
    font-weight: 700;
    left: 1.8dvw;
    bottom: 1.8dvw
  }
}

@media (min-width:768px) {
  .primary-page .card-grid .row-2 {
    grid-row-start: 1;
    grid-row-end: span 2
  }
}

.primary-page .large-carousel .slides:not(.slick-initialized) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap
}

@media (min-width:768px) {
  .primary-page .hero-static-v2 {
    height: calc(100dvh - 2rem);
    min-height: 74.8rem
  }
}

.primary-page .hero-static-v2 .hero_copy-wrap {
  bottom: 10rem;
  z-index: 1
}

@media (min-width:768px) {
  .primary-page .hero-static-v2 .hero_copy-wrap {
    bottom: 14dvw
  }
}

.primary-page .hero_content:before {
  display: none !important
}

.quad-box-with-icon-text .list {
  width: calc(100% - 4rem);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem
}

@media (min-width:768px) {
  .quad-box-with-icon-text .list {
    grid-template-columns: 1fr 1fr
  }
}

@media (min-width:992px) {
  .quad-box-with-icon-text .list {
    width: 88.4dvw;
    gap: 2.12dvw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }

  .quad-box-with-icon-text .list>* {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
  }
}

.quad-box-with-icon-text .curriculum_article {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border: .15rem solid var(--blue);
  text-decoration: none;
  padding: calc(.5rem + 1.5dvw);
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.quad-box-with-icon-text .curriculum_article:hover {
  background-color: var(--blue)
}

.quad-box-with-icon-text .curriculum_article:hover .curriculum_title {
  color: #ffc72c
}

.quad-box-with-icon-text .curriculum_article:hover .curriculum_copy {
  color: #fff
}

.quad-box-with-icon-text .curriculum_article .btn-ico {
  opacity: 1;
  width: calc(2rem + 1.5dvw);
  height: calc(2rem + 1.5dvw);
  border-radius: 9999px;
  background-color: #ffc72c;
  position: absolute;
  bottom: calc(.5rem + 1.5dvw);
  right: calc(.5rem + 1.5dvw)
}

.quad-box-with-icon-text .curriculum_article .btn-animated_ico-wrap {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 1rem;
  height: 1rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.quad-box-with-icon-text .curriculum_article .btn-animated_ico-path {
  color: #000
}

.quad-box-with-icon-text .curriculum_article:hover .btn-animated_ico-path:first-child {
  -webkit-transform: translateX(0);
  transform: translateX(0)
}

.quad-box-with-icon-text .curriculum_article:hover .btn-animated_ico-path:last-child {
  -webkit-transform: translateX(100%);
  transform: translateX(100%)
}

.quad-box-with-icon-text .curriculum_title {
  color: var(--blue);
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.quad-box-with-icon-text .curriculum_copy {
  color: #000;
  font-size: 1.6rem;
  padding-bottom: calc(3rem + 1.5dvw);
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.quad-box-with-icon-text .curriculum_media {
  width: 100%;
  max-width: 200px;
  height: auto
}

.search-page_section {
  margin-top: 5rem
}

@media (min-width:768px) {
  .search-page_section {
    margin-top: 3.3dvw
  }
}

.search-page .search-form {
  padding: 0 2rem;
  max-width: 100%;
  margin: 3rem auto 0;
  display: grid;
  grid-template-columns: 1fr auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  gap: 1rem
}

@media (min-width:768px) {
  .search-page .search-form {
    max-width: 58dvw;
    margin: 4.6dvw auto 3dvw;
    grid-template-columns: 1fr 15.2rem;
    gap: 1.5rem;
    margin: 4.6dvw auto 3dvw;
    padding: 0
  }
}

.search-page .search-form_btn {
  padding: 2rem 8rem 2rem 2rem
}

@media (min-width:768px) {
  .search-page .search-form_btn {
    padding: 2.2rem 9rem 2.2rem 3rem
  }
}

.search-page .search-form_btn:hover .btn-animated_ico-bg {
  clip-path: inset(0 round 4.25rem)
}

.search-page .search-form_btn .btn-animated_ico-bg {
  clip-path: inset(1rem 1rem 1rem calc(100% - 5.2rem) round 4rem)
}

@media (min-width:768px) {
  .search-page .search-form_btn .btn-animated_ico-bg {
    clip-path: inset(1rem 1rem 1rem calc(100% - 6rem) round 4rem)
  }
}

.search-page .search-form_btn .btn-animated_ico-wrap {
  right: .5rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

@media (min-width:768px) {
  .search-page .search-form_btn .btn-animated_ico-wrap {
    right: 1rem
  }
}

.search-page .search-form_btn-more:hover .btn-animated_ico-bg {
  clip-path: inset(0 round 4.25rem)
}

.search-page .search-form_input {
  padding: 1.8rem 1rem;
  border: solid 1px var(--grey-light-2);
  border-radius: 1.5rem;
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: 420
}

@media (min-width:768px) {
  .search-page .search-form_input {
    padding: 2.3rem 2rem;
    font-size: 2.1rem
  }
}

.search-page .search-filter {
  margin: 3rem auto
}

@media (min-width:768px) {
  .search-page .search-filter {
    margin: 4.5rem auto
  }
}

.search-page .search-filter .pill {
  background-color: var(--grey-light-3);
  border-color: var(--grey-light-3);
  color: var(--nx-black)
}

.search-page .search-filter .pill.active {
  background-color: var(--blue);
  color: var(--nx-white)
}

.search-page .search-results_wrap {
  margin: 0 auto 4rem;
  padding: 0 2rem;
  list-style: none;
  min-height: 20dvh
}

@media (min-width:768px) {
  .search-page .search-results_wrap {
    margin: 4rem auto;
    max-width: 58dvw;
    padding: 0
  }
}

.search-page .search-results_item {
  padding: 2.5rem 0;
  border-bottom: 1px solid var(--grey-light-2)
}

.search-page .search-results_title {
  display: block;
  margin-bottom: 2rem;
  font-weight: 600;
  font-size: 2.3rem;
  line-height: 1;
  text-decoration: none;
  color: var(--nx-black);
  text-transform: uppercase
}

@media (min-width:768px) {
  .search-page .search-results_title {
    font-size: 1.3dvw;
    margin-bottom: 1.4dvw
  }
}

.search-page .search-results_title:hover {
  text-decoration: underline
}

.search-page .search-results_title span {
  color: var(--blue)
}

.search-page .search-results_desc {
  font-size: 1.6rem;
  line-height: 1.5
}

@media (min-width:768px) {
  .search-page .search-results_desc {
    font-size: .875dvw
  }
}

.search-page .search-loadmore {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 6rem
}

.secondary-page .positive-impact {
  padding: 1rem 0
}

.secondary-page .blocks-ticker {
  -webkit-animation-name: ticker;
  animation-name: ticker;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-duration: 30s;
  animation-duration: 30s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 1rem
}

.secondary-page .blocks-ticker_media {
  height: 30rem
}

@media (min-width:768px) {
  .secondary-page .blocks-ticker_media {
    height: 18.75dvw
  }
}

.secondary-page .blocks-ticker_img {
  height: 100%;
  width: auto
}

.secondary-page .blocks-ticker_wrap {
  width: 100dvw;
  overflow: hidden
}

.secondary-page .blocks-ticker_wrap:last-child .blocks-ticker {
  animation-direction: reverse
}

.secondary-page .blocks-ticker_title {
  text-align: center;
  font-size: 6rem;
  margin: 2rem
}

@media (min-width:768px) {
  .secondary-page .blocks-ticker_title {
    font-size: 5dvw;
    margin: 1.25dvw
  }
}

.secondary-page .quote-slider {
  width: calc(100dvw - 4rem);
  margin: 0 auto
}

@media (min-width:768px) {
  .secondary-page .quote-slider {
    width: 81.875dvw
  }
}

.secondary-page .quote-slider_wrap {
  width: 100%;
  height: auto;
  overflow: hidden
}

.secondary-page .quote-slider_item {
  display: grid;
  grid-template-columns: 1fr;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

@media (min-width:768px) {
  .secondary-page .quote-slider_item {
    grid-template-columns: 50.6dvw 1fr;
    gap: 3.75dvw
  }
}

.secondary-page .quote-slider_bq {
  width: 100%;
  text-align: center
}

.secondary-page .quote-slider_testi {
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  font-size: 3rem;
  letter-spacing: -.02dvw;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  line-height: .83;
  position: relative;
  pointer-events: all
}

@media (min-width:768px) {
  .secondary-page .quote-slider_testi {
    font-size: 3.75dvw
  }
}

.secondary-page .quote-slider_auth {
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: 700;
  margin-top: 2dvw
}

@media (min-width:768px) {
  .secondary-page .quote-slider_auth {
    font-size: 1dvw
  }
}

.secondary-page .quote-slider_pos {
  font-size: 1.2rem;
  line-height: 1.2;
  color: var(--grey-2)
}

@media (min-width:768px) {
  .secondary-page .quote-slider_pos {
    font-size: 1dvw
  }
}

.secondary-page .quote-slider_media-wrap {
  width: 100%;
  position: relative
}

@media (min-width:768px) {
  .secondary-page .quote-slider_media-wrap {
    width: 26.25dvw;
    height: 26.25dvw
  }
}

.secondary-page .quote-slider_media-link {
  display: block;
  border-radius: 50%;
  overflow: hidden;
  margin: 2rem auto;
  width: 50%;
  height: 50%
}

@media (min-width:768px) {
  .secondary-page .quote-slider_media-link {
    margin: 0 auto;
    width: 100%;
    height: 100%
  }
}

.secondary-page .quote-slider_media-play {
  color: var(--nx-white);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 4rem
}

@media (min-width:768px) {
  .secondary-page .quote-slider_media-play {
    font-size: 3.75dvw
  }
}

.secondary-page .quote-slider_nav {
  width: 100%;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  position: relative;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

@media (min-width:768px) {
  .secondary-page .quote-slider_nav {
    width: 50.6dvw
  }
}

.secondary-page .quote-slider_nav_btn {
  background-color: var(--yellow);
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--nx-white);
  color: var(--nx-black);
  font-size: 1.5rem;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

@media (min-width:768px) {
  .secondary-page .quote-slider_nav_btn {
    width: 3.43dvw;
    height: 3.43dvw;
    font-size: .8dvw
  }
}

.secondary-page .quote-slider_nav_btn.slick-disabled {
  opacity: .4
}

@media (min-width:768px) {

  .secondary-page .exceeding-expectations .spacer-lg,
  .secondary-page .tech-rich .spacer-lg {
    margin-top: 3rem
  }
}

.secondary-page .tech-news {
  width: 100dvw;
  overflow: hidden
}

.secondary-page .tech-news_title {
  font-size: 3rem;
  font-weight: 700;
  color: var(--nx-white);
  text-transform: uppercase;
  padding-left: 2rem
}

@media (min-width:768px) {
  .secondary-page .tech-news_title {
    font-size: 2.5dvw;
    padding-left: 5.9dvw
  }
}

.secondary-page .tech-news_items {
  width: 100dvw;
  margin-top: 2rem
}

@media (min-width:768px) {
  .secondary-page .tech-news_items {
    margin-top: 1.875dvw
  }
}

.secondary-page .tech-news_items-wrap {
  padding-left: 2rem
}

@media (min-width:768px) {
  .secondary-page .tech-news_items-wrap {
    padding-left: 5.9dvw
  }
}

.secondary-page .tech-news_items-wrap.slick-initialized {
  display: block
}

.secondary-page .tech-news_items-wrap .slick-list {
  overflow: visible
}

.secondary-page .tech-news_items-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  gap: 1rem;
  margin-right: 2rem;
  margin-top: 2rem
}

@media (min-width:768px) {
  .secondary-page .tech-news_items-nav {
    margin-right: 5.9dvw;
    margin-top: 3.4dvw
  }
}

.secondary-page .tech-news_items-nav_btn {
  background-color: var(--yellow);
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--nx-white);
  color: var(--nx-black);
  font-size: 1.5rem;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

@media (min-width:768px) {
  .secondary-page .tech-news_items-nav_btn {
    width: 3.43dvw;
    height: 3.43dvw;
    font-size: .8dvw
  }
}

.secondary-page .tech-news_items-nav_btn.slick-disabled {
  opacity: .4
}

.secondary-page .tech-news_item {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  width: 28rem;
  margin-left: 2rem
}

@media (min-width:768px) {
  .secondary-page .tech-news_item {
    width: 20.25dvw;
    margin-left: 1.25dvw;
    gap: 1.875dvw
  }
}

.secondary-page .tech-news_item:first-child {
  margin-left: 0
}

.secondary-page .tech-news_item-media {
  width: 28rem;
  height: 38rem
}

@media (min-width:768px) {
  .secondary-page .tech-news_item-media {
    width: 20.25dvw;
    height: 26.25dvw
  }
}

.secondary-page .tech-news_item-title {
  font-size: 2rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: .8
}

@media (min-width:768px) {
  .secondary-page .tech-news_item-title {
    font-size: 1.25dvw
  }
}

.secondary-page .tech-news_item-copy {
  font-size: 1.6rem;
  line-height: 1.2
}

@media (min-width:768px) {
  .secondary-page .tech-news_item-copy {
    font-size: 1dvw
  }
}

.simple-page .wrap-gutter-v {
  padding-top: clamp(14.1rem, 16.1vw, 16.1rem)
}

.simple-page .wrap-gutter-v.privacy {
  padding-inline: 1rem
}

.swimming-page .intro {
  height: 80vh;
  color: #fff;
  margin: 120px 0 0 80px
}

.swimming-page .intro .background-image {
  position: absolute;
  inset: 0;
  background-color: #000;
  height: 80vh;
  width: 100%;
  z-index: -1
}

.swimming-page .awards .cc_title {
  font-size: 20px;
  font-weight: 700;
  margin: 0
}

.swimming-page .awards .cc_copy {
  font-size: 14px;
  color: #888;
  margin: 0
}

@media (min-width:768px) {
  .swimming-page .elite-squad .section-header-copy {
    margin-bottom: 0
  }
}

.swimming-page .achievements {
  padding-bottom: 0
}

.swimming-page .achievements .card-carousel-b .cc_progress {
  bottom: .15rem
}

.three-page .main-nav-bg {
  -webkit-filter: blur(4px) drop-shadow(0 0 0 #000);
  filter: blur(4px) drop-shadow(0 0 0 #000);
  z-index: 950
}

.three-page .section {
  padding-top: 9.1rem
}

.three-page .section .intro {
  position: absolute;
  top: calc(4.55rem + 50%);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 900;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  width: 90%
}

.three-page .section .intro.hide {
  opacity: 0
}

.three-page .prepare-screen .map-nav {
  opacity: 0;
  visibility: hidden
}

.three-page .map-nav {
  position: relative;
  z-index: 501;
  width: 100%;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.three-page .map-nav .btn-map {
  position: relative;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -20px);
  transform: translate(-50%, -20px)
}

.three-page .map-nav .btn-map:not(.collapsed) .close {
  opacity: 1
}

.three-page .map-nav .btn-map.collapsed .explore {
  opacity: 1
}

.three-page .map-nav .close,
.three-page .map-nav .explore {
  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;
  gap: .5rem;
  color: #fff;
  text-transform: uppercase;
  opacity: 0;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.three-page .map-nav .close {
  position: absolute;
  top: 3px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}

.three-page .map-nav i {
  font-size: 16px
}

.three-page .map-nav span {
  font-size: 14px;
  font-weight: 500
}

.three-page .map-nav .map-ui-curve {
  position: absolute;
  top: 19px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1
}

.three-page .map-nav .map.collapse:not(.show) {
  height: clamp(3rem, 4vw, 4rem);
  display: block;
  overflow: hidden
}

.three-page .map-nav .map.collapsing {
  height: clamp(3rem, 4vw, 4rem);
  overflow: hidden;
  -webkit-transition: height .35s ease;
  transition: height .35s ease
}

@media (prefers-reduced-motion:reduce) {
  .three-page .map-nav .map.collapsing {
    -webkit-transition: none;
    transition: none
  }
}

.three-page .map-nav .card,
.three-page .map-nav .map {
  background-color: #01acd7;
  border-radius: 0;
  border: none;
  padding: 0 clamp(2rem, 4vw, 4rem)
}

.three-page .map-nav .card {
  width: 100%;
  max-width: 998px;
  margin: auto;
  padding: clamp(3rem, 4vw, 4rem) 0 clamp(3rem, 6vw, 6rem)
}

.three-page .map-nav .map {
  display: block;
  overflow: hidden
}

.three-page .map-nav .map .card-body {
  border-radius: 10px;
  border: 2px solid transparent;
  overflow: hidden;
  padding: 0;
  width: clamp(144px, 18vw, 184px);
  height: 184px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-decoration: none;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out
}

.three-page .map-nav .map .card-body:not(:first-of-type) {
  margin-left: clamp(1rem, 2vw, 2rem)
}

.three-page .map-nav .map .card-body:hover {
  border-color: #ffc72c;
  -webkit-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
  -webkit-transform: translateY(-10px) scale(1.05);
  transform: translateY(-10px) scale(1.05)
}

.three-page .map-nav .map img {
  width: 100%;
  height: auto
}

.three-page .map-nav .map .map-item {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  background-color: #fff;
  color: #000;
  text-decoration: none;
  padding: 0 1rem;
  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;
  text-align: center;
  font-size: 14px;
  font-weight: 500
}

.three-page .prepare-screen .three {
  pointer-events: none
}

.three-page .prepare-screen .offcanvas-overlay {
  opacity: 1
}

.three-page .three {
  overflow: hidden;
  margin: 0;
  position: absolute;
  inset: 0;
  z-index: 0;
  -webkit-transition: -webkit-filter .3s ease-in-out;
  transition: -webkit-filter .3s ease-in-out;
  transition: filter .3s ease-in-out;
  transition: filter .3s ease-in-out, -webkit-filter .3s ease-in-out
}

.three-page .three.filter {
  -webkit-filter: blur(4px) drop-shadow(0 0 0 #000);
  filter: blur(4px) drop-shadow(0 0 0 #000)
}

.three-page .three #threeContainer {
  width: 100vw !important;
  height: 100vh !important
}

.three-page .three canvas {
  -ms-touch-action: none;
  touch-action: none;
  display: block;
  opacity: 1;
  position: relative;
  z-index: 0
}

.three-page .three.cursor-grab #threeContainer {
  cursor: -webkit-grab;
  cursor: grab
}

.three-page .three.cursor-grab #threeContainer:active {
  cursor: -webkit-grabbing;
  cursor: grabbing
}

.three-page .three.cursor-pointer #threeContainer {
  cursor: pointer !important
}

.three-page .three video {
  height: 100%;
  -o-object-fit: fill;
  object-fit: fill;
  display: none;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.three-page .three video.show {
  opacity: 1
}

.three-page .three video.hide {
  opacity: 0
}

.three-page .three-poster {
  position: absolute;
  z-index: 100;
  width: 100dvw;
  height: 100dvh;
  pointer-events: none;
  opacity: 1
}

.three-page .three-poster--media {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%
}

.three-page .three-poster--media_d {
  display: none
}

@media (min-width:768px) {
  .three-page .three-poster--media_d {
    display: block
  }
}

.three-page .three-poster--media_m {
  display: block
}

@media (min-width:768px) {
  .three-page .three-poster--media_m {
    display: none
  }
}

.three-page .offcanvas-overlay {
  z-index: 550
}

.three-page .menu-overlay,
.three-page .offcanvas-overlay {
  position: absolute;
  inset: 0;
  visibility: hidden;
  background-color: #000;
  opacity: 0;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.three-page .menu-overlay.show,
.three-page .offcanvas-overlay.show {
  opacity: .5;
  visibility: visible
}

.three-page .offcanvas-end {
  z-index: 551;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  max-width: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 11.1rem 0 2rem;
  background-color: #01acd7;
  border: none;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform .3s ease-in-out;
  transition: -webkit-transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
  overflow: auto
}

.three-page .offcanvas-end button {
  padding: 0 2rem;
  margin-bottom: 2rem;
  float: right
}

@media (max-width:767.98px) {
  .three-page .offcanvas-end button {
    margin-bottom: 0
  }
}

.three-page .offcanvas-end.show {
  -webkit-transform: none;
  transform: none
}

.three-page .offcanvas-body {
  -webkit-overflow-scrolling: touch
}

.three-page .offcanvas-body .dbl-card-set_content {
  -webkit-transform: none !important;
  transform: none !important;
  padding: 0 clamp(2rem, 5vw, 5rem)
}

.three-page .offcanvas-body .dbl-card-set_content .h2 {
  font-size: 3rem
}

@media (min-width:768px) {
  .three-page .offcanvas-body .dbl-card-set_content .h2 {
    font-size: 2.5rem
  }
}

.three-page .offcanvas-body .dbl-card-set_content .p {
  display: block
}

.three-page .offcanvas-body img {
  margin-top: 1rem;
  width: 100%;
  height: auto;
  margin-bottom: 3rem
}

@media (min-width:768px) {
  .three-page .offcanvas-body img {
    margin-bottom: 4rem
  }
}

.three-page .slick-list {
  overflow: visible
}

.three-page .btn-volume {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  right: calc(1vw + 8px);
  bottom: calc(1vw + 8px);
  height: 50px;
  width: 50px;
  background-color: #01acd7;
  border-radius: 100%
}

.three-page .btn-volume.muted .fa-volume {
  display: none
}

.three-page .btn-volume:not(.muted) .fa-volume-xmark {
  display: none
}

.three-page .btn-volume:hover i {
  scale: 1.25
}

.three-page .btn-volume i {
  font-size: 18px;
  color: #fff;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.lil-gui {
  z-index: 9999 !important
}

.virtual-tour-page .section-title-subtitle {
  margin-left: -7rem
}

.virtual-tour-page .virtual-tour-preloader {
  position: absolute;
  inset: 0;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 9999;
  gap: clamp(1rem, 4vw, 2rem);
  opacity: 1;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out
}

.virtual-tour-page .virtual-tour-preloader.hide {
  opacity: 0
}

.virtual-tour-page .virtual-tour-preloader img {
  width: clamp(5rem, 8vw, 8rem);
  -webkit-animation: spin 4s infinite linear;
  animation: spin 4s infinite linear
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@keyframes spin {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

.virtual-tour-page lottie-player {
  z-index: 9999;
  position: absolute;
  aspect-ratio: 16/9;
  min-width: 100vw;
  width: auto;
  min-height: 100vh;
  height: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.virtual-tour-page .menu-overlay {
  z-index: 500
}

img.header_logo-img {
    width: 108px;
}

.header.transparent img.header_logo-img {
    width: 108px !important;
}

.header img.header_logo-img {
    width: 65px;
    margin-top: -10px;
}

.nav-links {
    color: #000;
    text-decoration: none;
}

 .social-icons {
     list-style: none;
     margin: 0px;
     padding: 0px;
     font-size: 15px;
     padding-top: 2px;
     padding-bottom: 3px;
}
 .social-li {
     display: inline-block;
	 vertical-align: top;
}
.social-li:not(:last-child){
	padding: 0 11px 0 0;
}
.social-right {
    width: auto;
    float: right;
    margin-top: 20vh;
    margin-right: 8rem;
}
.social-right .contact_socials-item {
    margin-bottom: 10px;
}
.burger-menu span:nth-child(4) {
    top: 1.8rem;
    -webkit-transform-origin: left center;
    transform-origin: left center;
}

.main-nav-open .burger-menu span, .main-news-open .burger-menu span {
    border-top-color: var(--nx-blue) !important;
}

.main-nav-open .header img.header_logo-img, .main-news-open .header img.header_logo-img {
    width: 60px !important;
}

.nav-btn {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 5rem;
  padding: 0.8rem 2rem;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--nx-nav-color);
  font-size: 1.6rem
}
.header.transparent .nav-btn,.header.transparent.nav-btn:hover,.header.transparent .burger-menu span  {
     /*border-top-color: var(--nx-nav-color);
  color: var(--nx-nav-color)*/
    border-top-color: rgb(0, 0, 0);
    color: rgb(0, 0, 0);
}
.main-nav-open .nav-btn, .main-news-open .nav-btn{
border-top-color: var(--nx-blue) !important;
    color: var(--nx-blue) !important;
}
.header .nav-btn,.header .burger-menu span {
border-top-color: var(--nx-blue);
    color: var(--nx-blue);
}
.social-right .contact_socials-link .contact_socials-ico {
    color: var(--nx-nav-color);
}

  .hero_media {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 0;
  }
  .video iframe {
    width: 100%;
    height: 100%;
    border: none;
    z-index: 0;
    object-fit: cover;
  }
  .mute-btn,.video-background-controls{
  position: absolute;
  top: 15% !important;
  right: 0% !important;
  transform: translate(-50%, -50%);
  z-index: 10;
  color: #fff;
  padding: 15px 25px;
  font-size: 18px;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  }

#video-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  min-height: 100vh;
  z-index: -1;
  /* pointer-events: none; */
  /* Commented out to ensure plugin works */
  background: #000;
  display: block;
}

@media (max-width:768px) {
  .contact_socials-ico svg{
    max-height: 35px;
    max-width: 35px;
  }
  .social-right{
    margin-right: 1rem;
  }
  .social-right .contact_socials-list{
    grid-template-columns:auto;
  }
  .nav-btn{
    padding: 0.8rem 0.8rem;
  }
  .chatbot-container{
    display: none;
  }
  .mute-btn, .video-background-controls{
    top: 50% !important;
  }
}

.news-left{
    width: 100%;
    max-height: 100%;
    overflow-y: auto;
    border-right: 2px solid #fff;
}
#scrollContainer {
    overflow-x: hidden;
    white-space: nowrap;
    scroll-behavior: smooth;
}

@media (max-width: 550px) {
  .header_links-list {
    display: block;
  }

  .header_links-item {
    display: inline-block;
  }

  .header_links-item:last-child {
    padding-right: 10px;
  }

  .header {
    padding: 0;
  }

  .header.transparent img.header_logo-img {
    width: 65px !important;
    margin-top: 0px;
  }

  .block-wrap {
    margin-left: 0px;
  }
}