:root {
  --primary-just-coral: #ff7d7d;
  --primary-just-black: #373433;
  --secondary-just-washed-coral: #fab8b8;
  --neutral-just-grey-1: #737373;
  --neutral-just-grey-2: #999;
  --neutral-just-grey-3: #efeaea;
  --neutral-just-grey-4: #f6f4f4;
  --neutral-just-grey-5: #f2f2f2;
  --neutral-just-white: #fff;
  --table-body-color: #222422;
  --table-border-color: #a4a4a4;
  --pagination-border: #e6e6e6;
  --pagination-arrow-color: #b7b3af;
  --overlay-just-overlay-1: rgb(255 125 125 / 50%);
  --overlay-just-overlay-2: rgb(255 125 125 / 90%);
  --overlay-just-overlay-3: rgb(55 52 51 / 70%);
  --overlay-just-overlay-4: rgb(208 205 197 / 50%);
  --overlay-just-gradient-1:
    linear-gradient(
      180deg,
      rgb(246 244 244 / 80%) 0%,
      rgb(217 217 217 / 0%) 90.91%
    );
  --just-shadow: 0 3px 20px rgb(0 0 0 / 10%);
  --primary-font: "Just Sans", sans-serif;
  --secondary-font: "Just Sans Bold", sans-serif;
  --tertiary-font: "Just Script", sans-serif;
  --just-italic-font: "Just Sans Italic", sans-serif;
  --font-weight-normal: 400;
  --font-weight-bold: 700;
  --font-size-stats: clamp(60px, 2vw + 52px, 74px);
  --font-size-h-plus: clamp(50px, 2vw + 42px, 72px);
  --font-size-h1: clamp(42px, 2vw + 34px, 60px);
  --font-size-h2: clamp(35px, 2vw + 26px, 50px);
  --font-size-h3: clamp(29px, 1.2207vw + 24px, 42px);
  --font-size-h4: clamp(24px, 1vw + 20px, 35px);
  --font-size-h5: clamp(20px, 1vw + 16px, 29px);
  --font-size-h6: clamp(17px, 1vw + 13px, 24px);
  --font-size-h6-sans: clamp(15px, 1vw + 13px, 20px);
  --font-size-h7: clamp(14px, 1vw + 12px, 20px);
  --font-size-h7-sans: clamp(13px, 0vw + 12px, 17px);
  --font-size-navigation: 17px;
  --font-size-text-link-cta: 16px;
  --font-size-intro: 20px;
  --font-size-body-cards: 16px;
  --font-size-body-2: 18px;
  --font-size-body-small: 14px;
  --font-size-tag: 14px;
  --font-size-footer-link: 14px;
  --font-size-breadcrumbs: 16px;
  --font-size-tab-intro: 19px;
  --font-size-tab-body-cards: 15px;
  --font-size-tab-body-2: 16px;
  --font-size-tab-body-small: 13px;
  --font-size-tab-tag: 13px;
  --font-size-tab-footer-link: 13px;
  --font-size-mob-navigation: 16px;
  --font-size-mob-text-link-cta: 14px;
  --font-size-mob-intro: 18px;
  --font-size-mob-body-cards: 15px;
  --font-size-mob-body-small: 13px;
  --line-height-stats: 105px;
  --line-height-h-plus: 72px;
  --line-height-h1: 60px;
  --line-height-h2: 50px;
  --line-height-h3: 42px;
  --line-height-h4: 42px;
  --line-height-h5: 35px;
  --line-height-h6: 29px;
  --line-height-h6-sans: 25px;
  --line-height-h7: 24px;
  --line-height-h7-sans: 20px;
  --line-height-navigation: 20px;
  --line-height-text-link-cta: 20px;
  --line-height-intro: 28px;
  --line-height-body-cards: 24px;
  --line-height-body-2: 30px;
  --line-height-body-small: 17px;
  --line-height-tag: 17px;
  --line-height-footer-link: 17px;
  --line-height-breadcrumbs: 18px;
  --letter-spacing-tag: 0.02em;
  --letter-spacing-breadcrumbs: 0.03em;
  /* Tablet */
  --line-height-tab-stats: 86px;
  --line-height-tab-h-plus: 70px;
  --line-height-tab-h1: 58px;
  --line-height-tab-h2: 48px;
  --line-height-tab-h3: 41px;
  --line-height-tab-h4: 34px;
  --line-height-tab-h5: 28px;
  --line-height-tab-h6: 23px;
  --line-height-tab-h7: 19px;
  --line-height-tab-navigation: 20px;
  --line-height-tab-text-link-cta: 20px;
  --line-height-tab-intro: 27px;
  --line-height-tab-body-cards: 22px;
  --line-height-tab-body-2: 28px;
  --line-height-tab-body-small: 16px;
  --line-height-tab-tag: 16px;
  --line-height-tab-footer-link: 16px;
  /* Mobile */
  --line-height-mob-stats: 72px;
  --line-height-mob-h-plus: 60px;
  --line-height-mob-h1: 50px;
  --line-height-mob-h2: 42px;
  --line-height-mob-h3: 35px;
  --line-height-mob-h4: 29px;
  --line-height-mob-h5: 24px;
  --line-height-mob-h6: 20px;
  --line-height-mob-h6-sans: 23px;
  --line-height-mob-h7: 17px;
  --line-height-mob-h7-sans: 20px;
  --line-height-mob-text-link-cta: 18px;
  --line-height-mob-intro: 26px;
  --body-cards:
    var(--font-weight-normal) var(--font-size-body-cards)
    var(--primary-font);
}


html {
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
      -ms-text-size-adjust: none;
          text-size-adjust: none;
  font-size: 10px;
  -webkit-font-smoothing: antialiased;
}

body {
  background-color: var(--neutral-just-white);
  color: var(--primary-just-black);
  font: var(--body-cards);
  line-height: var(--line-height-body-cards);
  margin: 0;
}

.show-focus-outlines a:focus-within, .show-focus-outlines button:focus-within, .show-focus-outlines input:focus-within, .show-focus-outlines select:focus-within, .show-focus-outlines .select2-container--focus:focus-within {
  outline: 2px dashed var(--primary-just-coral);
  outline-offset: 1px;
}

.container-fluid {
  max-width: 1200px !important;
  padding-right: 15px;
  padding-left: 15px;
}

.container {
  max-width: 1200px !important;
  padding-right: 15px;
  padding-left: 15px;
}

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

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

.hide,
.visuallyhidden {
  display: none;
}


.invisible {position: absolute;left: -9999999px;top: auto;width: 1px;height: 1px;overflow: hidden;visibility: visible !important;background-color: transparent;}

.sktmain.visible{position: absolute;left: 0;top: 0;width: auto;height: auto;overflow: hidden;visibility: visible !important;z-index: 11;}
.sktmain.visible > a{color: var(--primary-just-black); text-decoration: none;font: var(--body-cards);font-family: var(--font-medium);line-height: var(--line-height-body-cards);padding: 10px 30px; display: block;background-color: var(--primary-just-coral); }


noscript {
  width: 100%;
}

noscript.background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}

noscript > .nojs {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}

.nojs .jsbackdiv {
  display: none !important;
}

noscript.autowidth {
  width: auto;
}

noscript.image {
  width: auto;
}

noscript.image > .image {
  width: 100%;
}

figure {
  margin: 0;
}

figcaption {
  display: none;
}

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

.h1-plus {
  font: var(--font-weight-normal) var(--font-size-h-plus) var(--tertiary-font);
  line-height: var(--line-height-h-plus);
}

h1,
.h1 {
  font: var(--font-weight-normal) var(--font-size-h1) var(--tertiary-font);
  line-height: var(--line-height-h1);
  margin: 0 0 16px;
}

h2,
.h2 {
  font: var(--font-weight-normal) var(--font-size-h2) var(--tertiary-font);
  line-height: var(--line-height-h2);
  margin: 0 0 16px;
}

h3,
.h3 {
  font: var(--font-weight-normal) var(--font-size-h3) var(--tertiary-font);
  line-height: var(--line-height-h3);
  margin: 0 0 16px;
}

h4,
.h4 {
  font: var(--font-weight-normal) var(--font-size-h4) var(--tertiary-font);
  line-height: var(--line-height-h4);
  margin: 0 0 16px;
}

h5,
.h5 {
  font: var(--font-weight-normal) var(--font-size-h5) var(--tertiary-font);
  line-height: var(--line-height-h5);
}

h6,
.h6 {
  font: var(--font-weight-normal) var(--font-size-h6) var(--tertiary-font);
  line-height: var(--line-height-h6);
}

.h6-sans {
  font: var(--font-weight-bold) var(--font-size-h6-sans) var(--primary-font);
  line-height: var(--line-height-h6-sans);
}
.rad-introtext,
.intro-text {
  font: var(--font-weight-normal) var(--font-size-intro) var(--primary-font);
  line-height: var(--line-height-intro);
  margin: 0 0 16px;
}
@media (max-width: 991.98px) {
  .rad-introtext,
  .intro-text {
    font-size: var(--font-size-tab-intro);
    line-height: var(--line-height-tab-intro);
  }
}
@media (max-width: 767.98px) {
.h6-sans {
  line-height: var(--line-height-mob-h6-sans);
}
  .rad-introtext,
  .intro-text {
    margin: 0 0 8px;
    font-size: var(--font-size-mob-intro);
    line-height: var(--line-height-mob-intro);
  }
}

p,
.body {
  font: var(--body-cards);
  line-height: var(--line-height-body-cards);
  margin: 0 0 16px;
}

table {
  margin-top: 56px;
}

table:first-child {
  margin-top: 0;
}

.cta {
  margin-top: 32px;
}

.cta:first-child {
  margin-top: 0;
}

.banner-main-wrapper {
  margin-bottom: 64px;
}

.module-wrapper {
  margin-top: 64px;
  margin-bottom: 64px;
}

.module-wrapper:first-child {
  margin-top: 64px;
}

ul {
  padding: 0;
  list-style: none;
}

ul li {
  font: var(--body-cards);
  line-height: var(--line-height-body-cards);
  margin: 0 0 16px;
}

input[type=text],
input[type=email] {
  font: var(--font-weight-normal) var(-font-size-body-small) var(--primary-font);
  line-height: var(--line-height-body-small);
  color: var(--primary-just-black);
  border: 1px solid var(--neutral-just-grey-2);
  height: 64px;
  border-radius: 8px;
}

input[type=text]::input-placeholder {
  /* Chrome/Opera/Safari */
  font: var(--font-weight-normal) var(-font-size-body-small) var(--primary-font);
  line-height: var(--line-height-body-small);
  color: var(--neutral-just-grey-2);
}
input[type=text]::-webkit-input-placeholder {
  /* Firefox 19+ */
  font: var(--font-weight-normal) var(-font-size-body-small) var(--primary-font);
  line-height: var(--line-height-body-small);
  color: var(--neutral-just-grey-2);
  opacity: 1;
}
input[type=text]::-moz-placeholder {
  /* Firefox 19+ */
  font: var(--font-weight-normal) var(-font-size-body-small) var(--primary-font);
  line-height: var(--line-height-body-small);
  color: var(--neutral-just-grey-2);
  opacity: 1;
}
input[type=text]:-ms-input-placeholder {
  /* Firefox 19+ */
  font: var(--font-weight-normal) var(-font-size-body-small) var(--primary-font);
  line-height: var(--line-height-body-small);
  color: var(--neutral-just-grey-2);
  opacity: 1;
}
input[type=text]::-ms-input-placeholder {
  /* Firefox 19+ */
  font: var(--font-weight-normal) var(-font-size-body-small) var(--primary-font);
  line-height: var(--line-height-body-small);
  color: var(--neutral-just-grey-2);
  opacity: 1;
}
input[type=text]::placeholder {
  /* Firefox 19+ */
  font: var(--font-weight-normal) var(-font-size-body-small) var(--primary-font);
  line-height: var(--line-height-body-small);
  color: var(--neutral-just-grey-2);
  opacity: 1;
}
input[type=text]:input-placeholder {
  /* IE 10+ */
  font: var(--font-weight-normal) var(-font-size-body-small) var(--primary-font);
  line-height: var(--line-height-body-small);
  color: var(--neutral-just-grey-2);
}
input[type=text]:placeholder {
  /* Firefox 18- */
  font: var(--font-weight-normal) var(-font-size-body-small) var(--primary-font);
  line-height: var(--line-height-body-small);
  color: var(--neutral-just-grey-2);
  opacity: 1;
}

.label {
  color: var(--primary-just-black);
  font: var(--body-cards);
  line-height: var(--line-height-body-cards);
}

@media all and (max-width: 991.98px) {
  .container-fluid {
    padding-right: 32px;
    padding-left: 32px;
  }
  .container {
    padding-right: 32px;
    padding-left: 32px;
  }
  .row {
    margin-right: -8px;
    margin-left: -8px;
  }
  .col,
  .col-1,
  .col-10,
  .col-11,
  .col-12,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-auto,
  .col-lg,
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-auto,
  .col-md,
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-auto,
  .col-sm,
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-auto,
  .col-xl,
  .col-xl-1,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-auto {
    padding-right: 8px;
    padding-left: 8px;
  }
  .h1-plus {
    line-height: var(--line-height-tab-h-plus);
  }
  h1,
  .h1 {
    line-height: var(--line-height-tab-h1);
  }
  h2,
  .h2 {
    line-height: var(--line-height-tab-h2);
  }
  h3,
  .h3 {
    line-height: var(--line-height-tab-h3);
  }
  h4,
  .h4 {
    line-height: var(--line-height-tab-h4);
  }
  h5,
  .h5 {
    line-height: var(--line-height-tab-h5);
  }
  h6,
  .h6 {
    line-height: var(--line-height-tab-h6);
  }
  .rad-introtext,
  .intro-text {
    line-height: var(--line-height-tab-intro);
  }
  p,
  .body {
    line-height: var(--line-height-tab-body-cards);
  }
  table {
    margin-top: 40px;
  }
  .cta {
    margin-top: 24px;
  }
  .banner-main-wrapper {
    margin-bottom: 64px;
  }
  .module-wrapper {
    margin-top: 64px;
    margin-bottom: 64px;
  }
  .module-wrapper:first-child {
    margin-top: 64px;
  }
}
@media all and (max-width: 767.98px) {
  .container-fluid {
    padding-right: 20px;
    padding-left: 20px;
  }
  .container {
    padding-right: 20px;
    padding-left: 20px;
  }
  .row {
    margin-right: -8px;
    margin-left: -8px;
  }
  .col,
  .col-1,
  .col-10,
  .col-11,
  .col-12,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-auto,
  .col-lg,
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-auto,
  .col-md,
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-auto,
  .col-sm,
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-auto,
  .col-xl,
  .col-xl-1,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-auto {
    padding-right: 8px;
    padding-left: 8px;
  }
  .h1-plus {
    line-height: var(--line-height-mob-h-plus);
  }
  h1,
  .h1 {
    line-height: var(--line-height-mob-h1);
    margin: 0 0 8px;
  }
  h2,
  .h2 {
    line-height: var(--line-height-mob-h2);
    margin: 0 0 8px;
    text-transform: uppercase;
  }
  h3,
  .h3 {
    line-height: var(--line-height-mob-h3);
    margin: 0 0 8px;
    text-transform: uppercase;
  }
  h4,
  .h4 {
    line-height: var(--line-height-mob-h4);
    margin: 0 0 8px;
    text-transform: uppercase;
  }
  h5,
  .h5 {
    line-height: var(--line-height-mob-h5);
    text-transform: uppercase;
  }
  h6,
  .h6 {
    line-height: var(--line-height-mob-h6);
    text-transform: uppercase;
  }
  .rad-introtext,
  .intro-text {
    margin: 0 0 8px;
    line-height: var(--line-height-mob-intro);
  }
  p,
  .body {
    margin: 0 0 8px;
  }
  table {
    margin-top: 24px;
  }
  .cta {
    margin-top: 16px;
  }
  .banner-main-wrapper {
    margin-bottom: 0px;
  }
  .module-wrapper {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .module-wrapper:first-child {
    margin-top: 40px;
  }
}
.text-center {
  text-align: center;
}

.font-stats {
  font: var(--font-weight-normal) var(--font-size-stats) var(--primary-font);
  line-height: var(--line-height-stats);
}
@media (max-width: 991.98px) {
  .font-stats {
    line-height: var(--line-height-tab-stats);
  }
}
@media (max-width: 767.98px) {
  .font-stats {
    line-height: var(--line-height-mob-stats);
  }
}

.font-h1-plus {
  font: var(--font-weight-normal) var(--font-size-h-plus) var(--tertiary-font);
  line-height: var(--line-height-h-plus);
}
@media (max-width: 991.98px) {
  .font-h1-plus {
    line-height: var(--line-height-tab-h-plus);
  }
}
@media (max-width: 767.98px) {
  .font-h1-plus {
    line-height: var(--line-height-mob-h-plus);
  }
}

.body-cards {
  font: var(--font-weight-normal) var(--font-size-body-cards) var(--primary-font);
  line-height: var(--line-height-body-cards);
}
@media (max-width: 991.98px) {
  .body-cards {
    font-size: var(--font-size-tab-body-cards);
    line-height: var(--line-height-tab-body-cards);
  }
}
@media (max-width: 767.98px) {
  .body-cards {
    font-size: var(--font-size-mob-body-cards);
  }
}

.body-small {
  font: var(--font-weight-normal) var(--font-size-body-small) var(--primary-font);
  line-height: var(--line-height-body-small);
}
@media (max-width: 991.98px) {
  .body-small {
    font-size: var(--font-size-tab-body-small);
    line-height: var(--line-height-tab-body-small);
  }
}
@media (max-width: 767.98px) {
  .body-small {
    font-size: var(--font-size-mob-body-small);
  }
}

.body-2 {
  font: var(--font-weight-normal) var(--font-size-body-2) var(--primary-font);
  line-height: var(--line-height-body-2);
}
@media (max-width: 991.98px) {
  .body-2 {
    font-size: var(--font-size-tab-body-2);
    line-height: var(--line-height-tab-body-2);
  }
}

.h7 {
  font: var(--font-weight-normal) var(--font-size-h7) var(--tertiary-font);
  line-height: var(--line-height-h7);
}
@media (max-width: 991.98px) {
  .h7 {
    line-height: var(--line-height-tab-h7);
  }
}
@media (max-width: 767.98px) {
  .h7 {
    line-height: var(--line-height-mob-h7);
  }
}

p:last-of-type {
  margin-bottom: 0;
}

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

.bg-black {
  background-color: #000 !important;
}

a,
a.rad-link-1 {
  font-weight: var(--font-weight-normal);
  font-size: 1.6rem;
  font-family: var(--primary-font);
  line-height: 24px;
  color: var(--primary-just-black);
  text-decoration: none;
  border-bottom: 1px solid var(--primary-just-black);
  padding-bottom: 2px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
}
@media (max-width: 767.98px) {
  a,
  a.rad-link-1 {
    font-size: 1.5rem;
    line-height: 22px;
  }
}
a:hover,
a.rad-link-1:hover {
  color: var(--primary-just-black);
  text-decoration: none;
  border-bottom: 1px solid var(--primary-just-coral);
  cursor: pointer;
}
.show-focus-outlines a:focus-within,
.show-focus-outlines a.rad-link-1:focus-within {
  outline: 2px dashed var(--primary-just-coral);
  z-index: 10;
}
a span,
a.rad-link-1 span {
  display: inline-block;
}

a.light:hover,
a.rad-link-1.light:hover {
  border-bottom: 2px solid var(--neutral-just-white);
}

a.text-cta,
.text-cta,
a.rad-link-2 {
  font: var(--font-weight-bold) 1.6rem var(--primary-font);
  padding-bottom: 0;
  line-height: 20px;
  padding-right: 30px;
  position: relative;
  border-bottom: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
}
@media (max-width: 767.98px) {
  a.text-cta,
  .text-cta,
  a.rad-link-2 {
    font-size: 1.4rem;
    line-height: 18px;
  }
}
a.text-cta::before,
.text-cta::before,
a.rad-link-2::before {
  position: absolute;
  content: "\e914";
  font-family: icomoon, sans-serif !important;
  width: 16px;
  height: 12px;
  top: 0;
  left: auto;
  right: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 14px;
}
a.text-cta:hover,
.text-cta:hover,
a.rad-link-2:hover {
  border-bottom: none;
  padding-right: 36px;
  cursor: pointer;
}
a.text-cta:hover::before,
.text-cta:hover::before,
a.rad-link-2:hover::before {
  color: var(--primary-just-coral);
}
a.text-cta span,
.text-cta span,
a.rad-link-2 span {
  display: inline-block;
}

.text-cta.white-arrow:hover::before,
a.rad-link-2.white-arrow:hover::before {
  color: var(--neutral-just-white);
}

.text-cta.light,
.text-cta.light:hover,
.text-cta.light::before,
.text-cta.light:hover::before {
  color: var(--neutral-just-white);
}

a.rad-link-2.light,
a.rad-link-2.light:hover,
a.rad-link-2.light::before,
a.rad-link-2.light:hover::before {
  color: var(--neutral-just-white);
}

.primary-cta,
a.rad-link-3 {
  position: relative;
  font: var(--font-weight-bold) 1.6rem var(--primary-font);
  line-height: 20px;
  border-bottom: 0;
  padding: 16px 52px 16px 24px;
  border-radius: 8px;
  background: var(--primary-just-coral);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: var(--primary-just-black);
  display: inline-block;
}
@media (max-width: 767.98px) {
  .primary-cta,
  a.rad-link-3 {
    font-size: 1.4rem;
    line-height: 18px;
    padding: 12px 42px 12px 16px;
  }
}
.primary-cta::before,
a.rad-link-3::before {
  position: absolute;
  content: "\e901";
  font-family: icomoon, sans-serif !important;
  width: 16px;
  height: 8px;
  top: auto;
  left: auto;
  right: 18px;
  font-weight: normal;
}
@media (max-width: 767.98px) {
  .primary-cta::before,
  a.rad-link-3::before {
    top: 13px;
    left: auto;
    right: 16px;
  }
}
.primary-cta:hover,
a.rad-link-3:hover {
  border-bottom: none;
  padding-right: 56px;
  cursor: pointer;
}
@media (max-width: 767.98px) {
  .primary-cta:hover,
  a.rad-link-3:hover {
    border-bottom: none;
    padding-right: 48px;
  }
}
.primary-cta span,
a.rad-link-3 span {
  display: inline-block;
}

.primary-cta.light,
a.rad-link-3.light {
  background: var(--neutral-just-white);
  border-bottom: 0;
}

.primary-cta.light:hover,
a.rad-link-3.light:hover {
  background: var(--neutral-just-grey-3);
  border-bottom: 0;
}

.video-player-cta,
a.rad-link-4 {
  position: relative;
  border-bottom: none;
  font: var(--font-weight-bold) 2rem var(--primary-font);
  line-height: 25px;
  -webkit-box-shadow: var(--just-shadow);
          box-shadow: var(--just-shadow);
  border-radius: 20px;
  padding: 39.5px 168px 39.5px 58px;
  background: var(--neutral-just-white);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  color: var(--primary-just-black);
}
@media (max-width: 767.98px) {
  .video-player-cta,
  a.rad-link-4 {
    font-size: 1.5rem;
    line-height: 23px;
    padding: 24.5px 114px 24.5px 24px;
  }
}
.video-player-cta:hover,
a.rad-link-4:hover {
  border-bottom: none;
  background: var(--neutral-just-grey-4);
  cursor: pointer;
}
.video-player-cta::before,
a.rad-link-4::before {
  position: absolute;
  content: "\e903";
  width: 12px;
  height: 14px;
  line-height: 14px;
  font-size: 1.2rem;
  font-family: icomoon, sans-serif !important;
  color: var(--neutral-just-white);
  top: 45px;
  right: 82px;
  left: auto;
  z-index: 99;
}
@media (max-width: 767.98px) {
  .video-player-cta::before,
  a.rad-link-4::before {
    width: 8px;
    height: 9px;
    line-height: 9px;
    font-size: 0.8rem;
    top: 31.33px;
    right: 40px;
  }
}
.video-player-cta::after,
a.rad-link-4::after {
  position: absolute;
  content: "";
  width: 60px;
  height: 60px;
  background: var(--primary-just-coral);
  border-radius: 100%;
  top: 22px;
  right: 58px;
  left: auto;
}
@media (max-width: 767.98px) {
  .video-player-cta::after,
  a.rad-link-4::after {
    position: absolute;
    content: "";
    width: 40px;
    height: 40px;
    top: 16px;
    right: 24px;
  }
}
.video-player-cta span,
a.rad-link-4 span {
  display: inline-block;
}

ul.breadcrumb li {
  font: var(--font-weight-normal) var(--font-size-body-cards) var(--primary-font);
  line-height: 18px;
  letter-spacing: 0.03em;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-right: 34px;
  position: relative;
}
ul.breadcrumb li a {
  font: var(--font-weight-normal) var(--font-size-body-cards) var(--primary-font);
  line-height: 18px;
  padding-bottom: 0;
  letter-spacing: 0.03em;
  border-bottom: none;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
}
ul.breadcrumb li a:hover {
  font-weight: var(--font-weight-bold);
  border-bottom: none;
}
ul.breadcrumb li a:hover::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: var(--primary-just-black);
  top: auto;
  bottom: -5px;
}
ul.breadcrumb li:first-child a {
  border-bottom: 0 solid var(--primary-just-black);
}
ul.breadcrumb li:first-child a::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: var(--primary-just-black);
  top: auto;
  bottom: -5px;
}
@media (max-width: 767.98px) {
  ul.breadcrumb li:first-child a::before {
    bottom: 0px;
  }
}
ul.breadcrumb li:hover {
  font-weight: var(--font-weight-bold);
}
ul.breadcrumb li::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  background: var(--primary-just-coral);
  border-radius: 100%;
  top: 7px;
  left: auto;
  right: -20px;
}
@media (max-width: 767.98px) {
  ul.breadcrumb li::before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background: transparent;
    border-radius: 0;
    top: 6px;
    left: auto;
    line-height: 6px;
    border: 1px solid var(--primary-just-black);
    border-top: 0;
    border-right: 0;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}
ul.breadcrumb li:last-of-type {
  border-bottom: none;
  font-weight: var(--font-weight-bold);
  margin-right: 0;
}
ul.breadcrumb li:last-of-type::before {
  content: none;
}

.tag {
  text-transform: uppercase;
  font: var(--font-weight-bold) var(--font-size-tag) var(--primary-font);
  line-height: var(--line-height-tag);
  letter-spacing: 0.02em;
  color: var(--primary-just-black);
}
@media (max-width: 991.98px) {
  .tag {
    font-size: var(--font-size-tab-tag);
  }
}
@media (max-width: 767.98px) {
  .tag {
    font-size: 1.3rem;
    line-height: var(--line-height-tab-tag);
  }
}

table,
.rad-tablestyle1 {
  width: 100%;
}
table thead,
.rad-tablestyle1 thead {
  background: var(--primary-just-coral);
}
table thead th,
.rad-tablestyle1 thead th {
  font: var(--font-weight-bold) 1.7rem var(--primary-font);
  line-height: 20px;
  text-align: left;
  padding-top: 22px;
  padding-bottom: 21px;
  color: var(--primary-just-black);
  border: 0;
  padding-left: 5px;
}
table thead th:first-child,
.rad-tablestyle1 thead th:first-child {
  padding-left: 39px;
 /* width: 20%;*/
}
@media (max-width: 991.98px) {
  table thead th:first-child,
  .rad-tablestyle1 thead th:first-child {
    padding-left: 23px;
  }
}
@media (max-width: 767.98px) {
  table thead th:first-child,
  .rad-tablestyle1 thead th:first-child {
    padding-left: 10px;
  }
}
@media (max-width: 767.98px) {
  table thead,
  .rad-tablestyle1 thead {
    display: none;
  }
}
table tbody tr,
.rad-tablestyle1 tbody tr {
  border-bottom: 1px solid var(--table-border-color);
  text-align: left;
  color: var(--table-body-color);
}
@media (max-width: 767.98px) {
  table tbody tr,
  .rad-tablestyle1 tbody tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

table tbody tr td, table thead tr th {padding-right:5px; padding-left:5px;}
table tbody tr td,
.rad-tablestyle1 tbody tr td {
  padding-top: 19px;
  padding-bottom: 15px;
  border: 0;
  font: var(--font-weight-normal) var(--font-size-intro) var(--primary-font);
  line-height: var(--line-height-intro);
  padding-left: 5px;
}
@media (max-width: 991.98px) {
  table tbody tr td,
  .rad-tablestyle1 tbody tr td {
    line-height: var(--line-height-tab-intro);
  }
}
@media (max-width: 767.98px) {
  table tbody tr td,
  .rad-tablestyle1 tbody tr td {
    line-height: var(--line-height-mob-intro);
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
table tbody tr td:first-child,
.rad-tablestyle1 tbody tr td:first-child {
  padding-left: 41px;
 /* width: 20%;*/
}
@media (max-width: 991.98px) {
  table tbody tr td:first-child,
  .rad-tablestyle1 tbody tr td:first-child {
    padding-left: 25px;
  }
}
@media (max-width: 767.98px) {
  table tbody tr td:first-child,
  .rad-tablestyle1 tbody tr td:first-child {
    width: 100%;
    padding-top: 24px;
    padding-left: 10px;
  }
}
@media (max-width: 767.98px) {
  table tbody tr td:last-child,
  .rad-tablestyle1 tbody tr td:last-child {
    padding-bottom: 24px;
  }
}



table tbody tr td a,
.rad-tablestyle1 tbody tr td a {
    border-bottom: none;
    padding-bottom: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: rgba(255, 125, 125, 0.3);
    border-radius: 100%;
    text-align: center;
    transition:all 0.3s ease-in-out;
}

table tbody tr td a:hover, .rad-tablestyle1 tbody tr td a:hover{
background:rgba(255, 125, 125, 0.9);
}
table tbody tr td a:hover,
.rad-tablestyle1 tbody tr td a:hover {
  border-bottom: none;
  padding-bottom: 0;
}
table tbody tr td a span,
.rad-tablestyle1 tbody tr td a span {
  width: 10px;
  height: 10px;
  font-size: 10px;
}

.rad-tablestyle2 {
  width: 100%;
}
table thead tr{
background: var(--primary-just-coral);
}
.rad-tablestyle2 thead {
  background: var(--primary-just-coral);
}
.rad-tablestyle2 thead th {
  font: var(--font-weight-bold) 1.7rem var(--primary-font);
  line-height: 20px;
  text-align: left;
  padding-top: 22px;
  padding-bottom: 21px;
  color: var(--primary-just-black);
  border: 0;
  padding-left: 5px;
}
.rad-tablestyle2 thead th:first-child {
  padding-left: 39px;
  width:auto;
}
@media (max-width: 991.98px) {
  .rad-tablestyle2 thead th:first-child {
    padding-left: 23px;
  }
}
@media (max-width: 767.98px) {
  .rad-tablestyle2 thead th:first-child {
    padding-left: 10px;
  }
}
@media (max-width: 767.98px) {
  .rad-tablestyle2 thead {
    display: none;
  }
}
.rad-tablestyle2 tbody tr {
  border-bottom: 1px solid var(--table-border-color);
  text-align: left;
  color: var(--table-body-color);
}
@media (max-width: 767.98px) {
  .rad-tablestyle2 tbody tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.rad-tablestyle2 tbody tr td {
  padding-top: 18px;
  padding-bottom: 15px;
  border: 0;
  font: var(--font-weight-normal) var(--font-size-intro) var(--primary-font);
  line-height: var(--line-height-intro);
  padding-left: 5px;
}
@media (max-width: 991.98px) {
  .rad-tablestyle2 tbody tr td {
    line-height: var(--line-height-tab-intro);
  }
}
@media (max-width: 767.98px) {
  .rad-tablestyle2 tbody tr td {
    line-height: var(--line-height-mob-intro);
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
.rad-tablestyle2 tbody tr td:first-child {
  padding-left: 41px;
  width:auto;
}
@media (max-width: 991.98px) {
  .rad-tablestyle2 tbody tr td:first-child {
    padding-left: 25px;
  }
}
@media (max-width: 767.98px) {
  .rad-tablestyle2 tbody tr td:first-child {
    width: 100%;
    padding-top: 24px;
    padding-left: 10px;
  }
}
@media (max-width: 767.98px) {
  .rad-tablestyle2 tbody tr td:last-child {
    padding-bottom: 24px;
  }
}

.rad-tablestyle2 tbody tr td a {
  border-bottom: none;
  padding-bottom: 0;
  width: auto;
  height: auto;
  line-height: normal;
  background: transparent;
  border-radius: 0;
  font: var(--font-weight-normal) var(--font-size-intro) var(--primary-font);
  line-height: var(--line-height-intro);
}
.rad-tablestyle2 tbody tr td a:hover {
  border-bottom: none;
  padding-bottom: 0;
}
.ip3-edit .rad-tablestyle2 tbody tr td a:hover{background:transparent;}

pre {
  font-size: 1rem;
}

.wrapper-tamnguyen {
  max-width: 1200px !important;
}
.wrapper-tamnguyen .row .item {
  padding-left: 8px;
  padding-right: 8px;
}
@media (min-width: 768px) {
  .wrapper-tamnguyen .row .item {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.main-nav-level-2.level2.current .diversity-equity-inclusion-and-belonging::after {
    width: 88% !important;
}

 .diversity-equity-inclusion-and-belonging:hover::after {
    width: 88% !important;
}

.events table thead th:first-child {width: 20%;}

.cards-bottom-cta {margin-top: 32px;}