/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  -webkit-text-size-adjust: 100%;
  line-height: 1.15;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
b,
strong {
  font-weight: bolder;
}
code {
  font-family: monospace, monospace;
  font-size: 1em;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
details {
  display: block;
}
summary {
  display: list-item;
}
[hidden],
template {
  display: none;
}
blockquote,
dd,
dl,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
pre {
  margin: 0;
}
button {
  background-color: transparent;
  background-image: none;
}
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
fieldset,
ol,
ul {
  margin: 0;
  padding: 0;
}
ol,
ul {
  list-style: none;
}
html {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji,
    Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  line-height: 1.5;
}
*,
:after,
:before {
  border: 0 solid #aaa;
  box-sizing: border-box;
}
hr {
  border-top-width: 1px;
}
img {
  border-style: solid;
}
textarea {
  resize: vertical;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #a0aec0;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #a0aec0;
}
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #a0aec0;
}
input::placeholder,
textarea::placeholder {
  color: #a0aec0;
}
[role="button"],
button {
  cursor: pointer;
}
table {
  border-collapse: collapse;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
a {
  color: inherit;
  text-decoration: inherit;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  line-height: inherit;
  padding: 0;
}
code,
pre {
  font-family: Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
}
embed,
iframe,
img,
object,
svg,
video {
  display: block;
  vertical-align: middle;
}
img,
video {
  height: auto;
  max-width: 100%;
}
.container {
  width: 100%;
}
@media (min-width: 375px) {
  .container {
    max-width: 375px;
  }
}
@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}
@media (min-width: 769px) {
  .container {
    max-width: 769px;
  }
}
@media (min-width: 1023px) {
  .container {
    max-width: 1023px;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}
.bg-181716 {
  background-color: #181716;
}
.bg-333333 {
  background-color: #333;
}
.bg-primary {
  background-color: #4b9e8b;
}
.bg-secondary {
  background-color: #4657a1;
}
.bg-secondary700 {
  background-color: #4759b2;
}
.bg-tertiary700 {
  background-color: #eef2fe;
}
.bg-tertiary800 {
  background-color: #35b782;
}
.bg-white {
  background-color: #fff;
}
.bg-black {
  background-color: #000;
}
.bg-blue900 {
  background-color: #4759b2;
}
.bg-transparent {
  background-color: transparent;
}
.bg-gray-100 {
  background-color: #fafafa;
}
.bg-gray-200 {
  background-color: #ddd;
}
.bg-gray-400 {
  background-color: #777;
}
.bg-searchPage-400 {
  background-color: #35b782;
}
.bg-F6F5F3 {
  background-color: #f6f5f3;
}
.bg-sem-defaultShade {
  background-color: #657e79;
}
.bg-sem-grayShade {
  background-color: #f6f5f3;
}
.bg-FCF9F1 {
  background-color: #fcf9f1;
}
.bg-searchModal-300 {
  background-color: #4759b2;
}
.bg-searchModal-400 {
  background-color: #284ba6;
}
.bg-f8f8f8 {
  background-color: #f8f8f8;
}
.bg-f1f0f0 {
  background-color: #f1f0f0;
}
.bg-DBF3EF {
  background-color: #dbf3ef;
}
.bg-27BDA2 {
  background-color: #27bda2;
}
.bg-none {
  background-color: none;
}
.hover\:bg-secondary:hover {
  background-color: #4657a1;
}
.hover\:bg-tertiary900:hover {
  background-color: #30a676;
}
.hover\:bg-white:hover {
  background-color: #fff;
}
.hover\:bg-gray-100:hover {
  background-color: #fafafa;
}
.hover\:bg-searchPage-600:hover {
  background-color: #32a274;
}
.bg-center {
  background-position: 50%;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.bg-cover {
  background-size: cover;
}
.bg-contain {
  background-size: contain;
}
.border-181716 {
  border-color: #181716;
}
.border-444444 {
  border-color: #444;
}
.border-secondary {
  border-color: #4657a1;
}
.border-secondary100 {
  border-color: #e2e2e2;
}
.border-secondary600 {
  border-color: 7a88cc;
}
.border-white {
  border-color: #fff;
}
.border-black {
  border-color: #000;
}
.border-gray-100 {
  border-color: #fafafa;
}
.border-gray-200,
.border-searchPage-300 {
  border-color: #ddd;
}
.border-C7C7C7 {
  border-color: #c7c7c7;
}
.border-searchModal-400 {
  border-color: #284ba6;
}
.border-light {
  border-color: #ddd;
}
.border-D7DEF0 {
  border-color: #d7def0;
}
.border-E2E2E2 {
  border-color: #e2e2e2;
}
.border-478A7E {
  border-color: #478a7e;
}
.border-CCCCCC {
  border-color: #ccc;
}
.border-EEEEEE {
  border-color: #eee;
}
.border-border400 {
  border-color: #c9c9c9;
}
.rounded-none {
  border-radius: 0;
}
.rounded-sm {
  border-radius: 0.125rem;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-4px {
  border-radius: 4px;
}
.rounded-5px {
  border-radius: 5px;
}
.rounded-10px {
  border-radius: 10px;
}
.rounded-b-none {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.rounded-t {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.rounded-b {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.rounded-t-lg {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.rounded-l-3px {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.rounded-t-10px {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.rounded-b-10px {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.border-solid {
  border-style: solid;
}
.border-none {
  border-style: none;
}
.border-1 {
  border-width: 1px;
}
.border-2 {
  border-width: 2px;
}
.border-4 {
  border-width: 4px;
}
.border {
  border-width: 1px;
}
.border-t-0 {
  border-top-width: 0;
}
.border-t-1 {
  border-top-width: 1px;
}
.border-b-1 {
  border-bottom-width: 1px;
}
.border-t-2 {
  border-top-width: 2px;
}
.border-r-2 {
  border-right-width: 2px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-t-3 {
  border-top-width: 3px;
}
.border-b-3 {
  border-bottom-width: 3px;
}
.border-t-4 {
  border-top-width: 4px;
}
.border-b-4 {
  border-bottom-width: 4px;
}
.border-r {
  border-right-width: 1px;
}
.border-b {
  border-bottom-width: 1px;
}
.box-content {
  box-sizing: content-box;
}
.cursor-auto {
  cursor: auto;
}
.cursor-default {
  cursor: default;
}
.cursor-pointer {
  cursor: pointer;
}
.cursor-not-allowed {
  cursor: not-allowed;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: -ms-flexbox;
  display: flex;
}
.inline-flex {
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.table {
  display: table;
}
.hidden {
  display: none;
}
.flex-row {
  -ms-flex-direction: row;
  flex-direction: row;
}
.flex-col {
  -ms-flex-direction: column;
  flex-direction: column;
}
.flex-col-reverse {
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
}
.flex-no-wrap {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.items-start {
  -ms-flex-align: start;
  align-items: flex-start;
}
.items-end {
  -ms-flex-align: end;
  align-items: flex-end;
}
.items-center {
  -ms-flex-align: center;
  align-items: center;
}
.items-baseline {
  -ms-flex-align: baseline;
  align-items: baseline;
}
.self-start {
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.self-end {
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.self-center {
  -ms-flex-item-align: center;
  align-self: center;
}
.justify-start {
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.justify-end {
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.justify-center {
  -ms-flex-pack: center;
  justify-content: center;
}
.justify-between {
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.content-start {
  -ms-flex-line-pack: start;
  align-content: flex-start;
}
.flex-1 {
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
}
.flex-2 {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.flex-none {
  -ms-flex: none;
  flex: none;
}
.flex-grow {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.flex-shrink-0 {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.flex-shrink {
  -ms-flex-negative: 1;
  flex-shrink: 1;
}
.order-1 {
  -ms-flex-order: 1;
  order: 1;
}
.order-2 {
  -ms-flex-order: 2;
  order: 2;
}
.order-first {
  -ms-flex-order: -9999;
  order: -9999;
}
.float-left {
  float: left;
}
.clearfix:after {
  clear: both;
  content: "";
  display: table;
}
.font-serif {
  font-family: Georgia, Cambria, Times New Roman, Times, serif;
}
.font-euclidcircularb-semibold {
  font-family: EuclidCircularB-Semibold, sans-serif, arial;
}
.font-euclidcircularb-regular {
  font-family: EuclidCircularB-Regular, sans-serif, arial;
}
.font-euclidcircularb-bold {
  font-family: EuclidCircularB-Bold, sans-serif, arial;
}
.font-primary {
  font-family: EuclidCircularB-Regular, sans-serif, arial;
}
.font-merriweather {
  font-family: Merriweather, sans-serif, arial;
}
.font-georgia {
  font-family: Georgia, sans-serif, arial;
}
.font-work-sans {
  font-family: Work Sans, sans-serif;
}
.font-roboto {
  font-family: Roboto, sans-serif, arial;
}
.font-light {
  font-weight: 300;
}
.font-normal {
  font-weight: 400;
}
.font-medium {
  font-weight: 500;
}
.font-semibold {
  font-weight: 600;
}
.font-bold {
  font-weight: 700;
}
.h-0 {
  height: 0;
}
.h-1 {
  height: 0.25rem;
}
.h-2 {
  height: 0.5rem;
}
.h-3 {
  height: 0.75rem;
}
.h-4 {
  height: 1rem;
}
.h-5 {
  height: 1.25rem;
}
.h-6 {
  height: 1.5rem;
}
.h-8 {
  height: 2rem;
}
.h-10 {
  height: 2.5rem;
}
.h-12 {
  height: 3rem;
}
.h-16 {
  height: 4rem;
}
.h-20 {
  height: 5rem;
}
.h-24 {
  height: 6rem;
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.h-screen {
  height: 100vh;
}
.h-14px {
  height: 14px;
}
.h-45px {
  height: 45px;
}
.h-55px {
  height: 55px;
}
.h-62px {
  height: 62px;
}
.h-70px {
  height: 70px;
}
.h-72px {
  height: 72px;
}
.h-75px {
  height: 75px;
}
.h-77px {
  height: 77px;
}
.h-262px {
  height: 262px;
}
.h-34px {
  height: 34px;
}
.h-25px {
  height: 25px;
}
.h-195px {
  height: 195px;
}
.h-40px {
  height: 40px;
}
.text-xs {
  font-size: 0.75rem;
}
.text-sm {
  font-size: 0.875rem;
}
.text-base {
  font-size: 1rem;
}
.text-lg {
  font-size: 1.125rem;
}
.text-xl {
  font-size: 1.25rem;
}
.text-2xl {
  font-size: 1.5rem;
}
.text-3xl {
  font-size: 1.875rem;
}
.text-5xl {
  font-size: 3rem;
}
.text-10px {
  font-size: 10px;
}
.text-12px {
  font-size: 12px;
}
.text-14px {
  font-size: 14px;
}
.text-16px {
  font-size: 16px;
}
.text-17px {
  font-size: 17px;
}
.text-18px {
  font-size: 18px;
}
.text-20px {
  font-size: 20px;
}
.text-24px {
  font-size: 24px;
}
.text-22px {
  font-size: 22px;
}
.text-25px {
  font-size: 25px;
}
.text-28px {
  font-size: 28px;
}
.text-headline2 {
  font-size: 34px;
}
.text-32px {
  font-size: 32px;
}
.text-48px {
  font-size: 48px;
}
.text-11px {
  font-size: 11px;
}
.text-13px {
  font-size: 13px;
}
.leading-3 {
  line-height: 0.75rem;
}
.leading-4 {
  line-height: 1rem;
}
.leading-5 {
  line-height: 1.25rem;
}
.leading-6 {
  line-height: 1.5rem;
}
.leading-7 {
  line-height: 1.75rem;
}
.leading-8 {
  line-height: 2rem;
}
.leading-tight {
  line-height: 1.25;
}
.leading-snug {
  line-height: 1.375;
}
.leading-normal {
  line-height: normal;
}
.leading-relaxed {
  line-height: 1.625;
}
.leading-chill {
  line-height: 1.67;
}
.leading-7\.5 {
  line-height: 1.88;
}
.leading-14px {
  line-height: 14px;
}
.leading-15px {
  line-height: 15px;
}
.leading-17px {
  line-height: 17px;
}
.leading-18px {
  line-height: 18px;
}
.leading-19px {
  line-height: 19px;
}
.leading-20px {
  line-height: 20px;
}
.leading-21px {
  line-height: 21px;
}
.leading-22px {
  line-height: 22px;
}
.leading-23px {
  line-height: 23px;
}
.leading-26px {
  line-height: 26px;
}
.leading-27px {
  line-height: 27px;
}
.leading-28px {
  line-height: 28px;
}
.leading-30px {
  line-height: 30px;
}
.leading-33px {
  line-height: 33px;
}
.leading-34px {
  line-height: 34px;
}
.leading-53px {
  line-height: 53px;
}
.leading-0p88 {
  line-height: 0.88;
}
.leading-130p {
  line-height: 130%;
}
.list-inside {
  list-style-position: inside;
}
.list-none {
  list-style-type: none;
}
.m-0 {
  margin: 0;
}
.-m-1 {
  margin: -0.25rem;
}
.-m-3 {
  margin: -0.75rem;
}
.my-0 {
  margin-bottom: 0;
  margin-top: 0;
}
.mx-0 {
  margin-left: 0;
  margin-right: 0;
}
.my-2 {
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
}
.my-3 {
  margin-bottom: 0.75rem;
  margin-top: 0.75rem;
}
.mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}
.my-4 {
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.my-5 {
  margin-bottom: 1.25rem;
  margin-top: 1.25rem;
}
.mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}
.my-6 {
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.-mx-5 {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}
.my-6px {
  margin-bottom: 6px;
  margin-top: 6px;
}
.mx-9px {
  margin-left: 9px;
  margin-right: 9px;
}
.my-10px {
  margin-bottom: 10px;
  margin-top: 10px;
}
.mx-10px {
  margin-left: 10px;
  margin-right: 10px;
}
.mx-15px {
  margin-left: 15px;
  margin-right: 15px;
}
.my-20px {
  margin-bottom: 20px;
  margin-top: 20px;
}
.mt-0 {
  margin-top: 0;
}
.mr-0 {
  margin-right: 0;
}
.mb-0 {
  margin-bottom: 0;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mr-1 {
  margin-right: 0.25rem;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.ml-1 {
  margin-left: 0.25rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mr-3 {
  margin-right: 0.75rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mr-4 {
  margin-right: 1rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.ml-4 {
  margin-left: 1rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mr-5 {
  margin-right: 1.25rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mr-6 {
  margin-right: 1.5rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.ml-8 {
  margin-left: 2rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.ml-10 {
  margin-left: 2.5rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mr-12 {
  margin-right: 3rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-16 {
  margin-bottom: 4rem;
}
.mt-auto {
  margin-top: auto;
}
.ml-auto {
  margin-left: auto;
}
.mb-0px {
  margin-bottom: 0;
}
.mt-2px {
  margin-top: 2px;
}
.mb-2px {
  margin-bottom: 2px;
}
.mt-3px {
  margin-top: 3px;
}
.mb-3px {
  margin-bottom: 3px;
}
.mt-5px {
  margin-top: 5px;
}
.mr-5px {
  margin-right: 5px;
}
.mb-5px {
  margin-bottom: 5px;
}
.ml-5px {
  margin-left: 5px;
}
.mt-6px {
  margin-top: 6px;
}
.mr-6px {
  margin-right: 6px;
}
.mb-6px {
  margin-bottom: 6px;
}
.ml-6px {
  margin-left: 6px;
}
.mt-8px {
  margin-top: 8px;
}
.mr-8px {
  margin-right: 8px;
}
.mb-8px {
  margin-bottom: 8px;
}
.mt-9px {
  margin-top: 9px;
}
.mb-9px {
  margin-bottom: 9px;
}
.mr-10px {
  margin-right: 10px;
}
.mb-10px {
  margin-bottom: 10px;
}
.mt-12px {
  margin-top: 12px;
}
.mr-12px {
  margin-right: 12px;
}
.mb-12px {
  margin-bottom: 12px;
}
.mt-13px {
  margin-top: 13px;
}
.mb-13px {
  margin-bottom: 13px;
}
.mt-14px {
  margin-top: 14px;
}
.mt-15px {
  margin-top: 15px;
}
.mr-15px {
  margin-right: 15px;
}
.mb-15px {
  margin-bottom: 15px;
}
.mr-17px {
  margin-right: 17px;
}
.mt-20px {
  margin-top: 20px;
}
.mb-20px {
  margin-bottom: 20px;
}
.mt-23px {
  margin-top: 23px;
}
.mr-23px {
  margin-right: 23px;
}
.mb-23px {
  margin-bottom: 23px;
}
.mt-24px {
  margin-top: 24px;
}
.mt-25px {
  margin-top: 25px;
}
.mr-25px {
  margin-right: 25px;
}
.mr-26px {
  margin-right: 26px;
}
.mb-26px {
  margin-bottom: 26px;
}
.mt-28px {
  margin-top: 28px;
}
.mb-28px {
  margin-bottom: 28px;
}
.mt-30px {
  margin-top: 30px;
}
.mb-30px {
  margin-bottom: 30px;
}
.ml-30px {
  margin-left: 30px;
}
.mb-34px {
  margin-bottom: 34px;
}
.mb-36px {
  margin-bottom: 36px;
}
.mb-32px {
  margin-bottom: 32px;
}
.mt-35px {
  margin-top: 35px;
}
.mb-35px {
  margin-bottom: 35px;
}
.mt-40px {
  margin-top: 40px;
}
.mb-40px {
  margin-bottom: 40px;
}
.mt-60px {
  margin-top: 60px;
}
.mb-60px {
  margin-bottom: 60px;
}
.ml-60px {
  margin-left: 60px;
}
.mb-70px {
  margin-bottom: 70px;
}
.mb-11px {
  margin-bottom: 11px;
}
.mt-7px {
  margin-top: 7px;
}
.mb-18px {
  margin-bottom: 18px;
}
.mt-57n {
  margin-top: -57px;
}
.mt-m15px {
  margin-top: -15px;
}
.mt-93px {
  margin-top: 93px;
}
.max-h-full {
  max-height: 100%;
}
.max-w-xs {
  max-width: 20rem;
}
.max-w-full {
  max-width: 100%;
}
.max-w-280px {
  max-width: 280px;
}
.max-w-1170px {
  max-width: 1170px;
}
.max-w-1200px {
  max-width: 1200px;
}
.max-w-1280px {
  max-width: 1280px;
}
.max-w-1070px {
  max-width: 1070px;
}
.max-w-34px {
  max-width: 34px;
}
.max-w-1330px {
  max-width: 1330px;
}
.max-w-180px {
  max-width: 180px;
}
.max-w-184px {
  max-width: 184px;
}
.min-h-screen {
  min-height: 100vh;
}
.min-h-56px {
  min-height: 56px;
}
.min-w-50px {
  min-width: 50px;
}
.min-w-150px {
  min-width: 150px;
}
.min-w-200px {
  min-width: 200px;
}
.opacity-0 {
  opacity: 0;
}
.opacity-0p4 {
  opacity: 0.4;
}
.opacity-0p6 {
  opacity: 0.6;
}
.focus\:outline-none:focus,
.outline-none {
  outline: 0;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.overflow-y-hidden {
  overflow-y: hidden;
}
.p-0 {
  padding: 0;
}
.p-1 {
  padding: 0.25rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.p-5 {
  padding: 1.25rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-5px {
  padding: 5px;
}
.p-12px {
  padding: 12px;
}
.p-15px {
  padding: 15px;
}
.p-16px {
  padding: 16px;
}
.py-0 {
  padding-bottom: 0;
  padding-top: 0;
}
.px-0 {
  padding-left: 0;
  padding-right: 0;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.py-2 {
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.py-3 {
  padding-bottom: 0.75rem;
  padding-top: 0.75rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.py-4 {
  padding-bottom: 1rem;
  padding-top: 1rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.py-5 {
  padding-bottom: 1.25rem;
  padding-top: 1.25rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.py-6 {
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.py-8 {
  padding-bottom: 2rem;
  padding-top: 2rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.px-16 {
  padding-left: 4rem;
  padding-right: 4rem;
}
.py-3px {
  padding-bottom: 3px;
  padding-top: 3px;
}
.py-5px {
  padding-bottom: 5px;
  padding-top: 5px;
}
.py-8px {
  padding-bottom: 8px;
  padding-top: 8px;
}
.py-6px {
  padding-bottom: 6px;
  padding-top: 6px;
}
.py-7px {
  padding-bottom: 7px;
  padding-top: 7px;
}
.px-7px {
  padding-left: 7px;
  padding-right: 7px;
}
.py-10px {
  padding-bottom: 10px;
  padding-top: 10px;
}
.px-10px {
  padding-left: 10px;
  padding-right: 10px;
}
.py-11px {
  padding-bottom: 11px;
  padding-top: 11px;
}
.py-12px {
  padding-bottom: 12px;
  padding-top: 12px;
}
.px-12px {
  padding-left: 12px;
  padding-right: 12px;
}
.py-13px {
  padding-bottom: 13px;
  padding-top: 13px;
}
.py-14px {
  padding-bottom: 14px;
  padding-top: 14px;
}
.py-15px {
  padding-bottom: 15px;
  padding-top: 15px;
}
.px-15px {
  padding-left: 15px;
  padding-right: 15px;
}
.px-16px {
  padding-left: 16px;
  padding-right: 16px;
}
.px-18px {
  padding-left: 18px;
  padding-right: 18px;
}
.py-20px {
  padding-bottom: 20px;
  padding-top: 20px;
}
.px-20px {
  padding-left: 20px;
  padding-right: 20px;
}
.py-30px {
  padding-bottom: 30px;
  padding-top: 30px;
}
.px-30px {
  padding-left: 30px;
  padding-right: 30px;
}
.px-45px {
  padding-left: 45px;
  padding-right: 45px;
}
.px-22px {
  padding-left: 22px;
  padding-right: 22px;
}
.py-17px {
  padding-bottom: 17px;
  padding-top: 17px;
}
.py-9px {
  padding-bottom: 9px;
  padding-top: 9px;
}
.pt-0 {
  padding-top: 0;
}
.pr-0 {
  padding-right: 0;
}
.pb-0 {
  padding-bottom: 0;
}
.pl-0 {
  padding-left: 0;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pr-2 {
  padding-right: 0.5rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pl-3 {
  padding-left: 0.75rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pt-5 {
  padding-top: 1.25rem;
}
.pr-5 {
  padding-right: 1.25rem;
}
.pb-5 {
  padding-bottom: 1.25rem;
}
.pl-5 {
  padding-left: 1.25rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pr-6 {
  padding-right: 1.5rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pt-8 {
  padding-top: 2rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pl-8 {
  padding-left: 2rem;
}
.pt-10 {
  padding-top: 2.5rem;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pt-12 {
  padding-top: 3rem;
}
.pb-0px {
  padding-bottom: 0;
}
.pl-0px {
  padding-left: 0;
}
.pt-5px {
  padding-top: 5px;
}
.pt-8px {
  padding-top: 8px;
}
.pb-8px {
  padding-bottom: 8px;
}
.pt-6px {
  padding-top: 6px;
}
.pb-6px {
  padding-bottom: 6px;
}
.pt-7px {
  padding-top: 7px;
}
.pr-7px {
  padding-right: 7px;
}
.pb-7px {
  padding-bottom: 7px;
}
.pt-10px {
  padding-top: 10px;
}
.pr-10px {
  padding-right: 10px;
}
.pb-10px {
  padding-bottom: 10px;
}
.pt-12px {
  padding-top: 12px;
}
.pr-12px {
  padding-right: 12px;
}
.pb-12px {
  padding-bottom: 12px;
}
.pb-13px {
  padding-bottom: 13px;
}
.pt-14px {
  padding-top: 14px;
}
.pr-14px {
  padding-right: 14px;
}
.pb-14px {
  padding-bottom: 14px;
}
.pl-15px {
  padding-left: 15px;
}
.pt-16px {
  padding-top: 16px;
}
.pr-16px {
  padding-right: 16px;
}
.pt-18px {
  padding-top: 18px;
}
.pr-18px {
  padding-right: 18px;
}
.pb-19px {
  padding-bottom: 19px;
}
.pt-20px {
  padding-top: 20px;
}
.pr-20px {
  padding-right: 20px;
}
.pb-20px {
  padding-bottom: 20px;
}
.pr-25px {
  padding-right: 25px;
}
.pl-25px {
  padding-left: 25px;
}
.pb-26px {
  padding-bottom: 26px;
}
.pl-26px {
  padding-left: 26px;
}
.pr-27px {
  padding-right: 27px;
}
.pl-27px {
  padding-left: 27px;
}
.pt-30px {
  padding-top: 30px;
}
.pb-30px {
  padding-bottom: 30px;
}
.pb-34px {
  padding-bottom: 34px;
}
.pb-42px {
  padding-bottom: 42px;
}
.pb-55px {
  padding-bottom: 55px;
}
.pb-60px {
  padding-bottom: 60px;
}
.pt-17px {
  padding-top: 17px;
}
.pr-17px {
  padding-right: 17px;
}
.pl-17px {
  padding-left: 17px;
}
.pl-9px {
  padding-left: 9px;
}
.pb-1px {
  padding-bottom: 1px;
}
.pb-2px {
  padding-bottom: 2px;
}
.pl-4px {
  padding-left: 4px;
}
.placeholder-searchModal-100::-webkit-input-placeholder {
  color: #395bb6;
}
.placeholder-searchModal-100:-ms-input-placeholder {
  color: #395bb6;
}
.placeholder-searchModal-100::-ms-input-placeholder {
  color: #395bb6;
}
.placeholder-searchModal-100::placeholder {
  color: #395bb6;
}
.pointer-events-none {
  pointer-events: none;
}
.pointer-events-auto {
  pointer-events: auto;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.inset-0 {
  bottom: 0;
  top: 0;
}
.inset-0,
.inset-x-0 {
  left: 0;
  right: 0;
}
.top-0 {
  top: 0;
}
.right-0 {
  right: 0;
}
.bottom-0 {
  bottom: 0;
}
.left-0 {
  left: 0;
}
.top-5px {
  top: 5px;
}
.resize {
  resize: both;
}
.shadow-articleBtn {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
.hover\:shadow:hover {
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.fill-icon-share {
  fill: #959595;
}
.fill-icon-close {
  fill: #fff;
}
.group:hover .group-hover\:fill-icon-facebook {
  fill: #365899;
}
.group:hover .group-hover\:fill-icon-twitter {
  fill: #1d9bf0;
}
.group:hover .group-hover\:fill-icon-linkedin {
  fill: #0a66c2;
}
.group:hover .group-hover\:fill-icon-email {
  fill: #ffc000;
}
.stroke-current {
  stroke: currentColor;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-justify {
  text-align: justify;
}
.text-181716 {
  color: #181716;
}
.text-333333 {
  color: #333;
}
.text-666666 {
  color: #666;
}
.text-999999 {
  color: #999;
}
.text-secondary {
  color: #4657a1;
}
.text-secondary700 {
  color: #4759b2;
}
.text-links {
  color: #395bb6;
}
.text-white {
  color: #fff;
}
.text-black {
  color: #000;
}
.text-395bb6 {
  color: #395bb6;
}
.text-ff461e {
  color: #ff461e;
}
.text-fcfcfc {
  color: #fcfcfc;
}
.text-black900 {
  color: #333;
}
.text-64748B {
  color: #64748b;
}
.text-gray-100 {
  color: #fafafa;
}
.text-gray-300 {
  color: #aaa;
}
.text-gray-400 {
  color: #777;
}
.text-gray-500 {
  color: #333;
}
.text-searchPage-100 {
  color: #777;
}
.text-advlink {
  color: #515e5f;
}
.text-green-500 {
  color: #657e76;
}
.text-tooltipText {
  color: #fcf2ef;
}
.text-sem-defaultShade {
  color: #657e79;
}
.text-tertiary {
  color: #51b68d;
}
.text-908C82 {
  color: #908c82;
}
.text-searchModal-200 {
  color: #edf0ff;
}
.text-bfc8fb {
  color: #bfc8fb;
}
.text-478A7E {
  color: #478a7e;
}
.text-lightgray2 {
  color: #737373;
}
.hover\:text-secondary700:hover {
  color: #4759b2;
}
.hover\:text-395bb6:hover {
  color: #395bb6;
}
.not-italic {
  font-style: normal;
}
.uppercase {
  text-transform: uppercase;
}
.capitalize {
  text-transform: capitalize;
}
.underline {
  text-decoration: underline;
}
.no-underline {
  text-decoration: none;
}
.hover\:underline:hover {
  text-decoration: underline;
}
.hover\:no-underline:hover {
  text-decoration: none;
}
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.tracking-tight {
  letter-spacing: -0.025em;
}
.tracking-normal {
  letter-spacing: 0;
}
.tracking-wide {
  letter-spacing: 0.025em;
}
.tracking-widest {
  letter-spacing: 0.1em;
}
.tracking-2px {
  letter-spacing: 2px;
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.whitespace-no-wrap {
  white-space: nowrap;
}
.break-words {
  overflow-wrap: break-word;
}
.break-all {
  word-break: break-all;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.w-3 {
  width: 0.75rem;
}
.w-5 {
  width: 1.25rem;
}
.w-6 {
  width: 1.5rem;
}
.w-8 {
  width: 2rem;
}
.w-10 {
  width: 2.5rem;
}
.w-12 {
  width: 3rem;
}
.w-16 {
  width: 4rem;
}
.w-20 {
  width: 5rem;
}
.w-auto {
  width: auto;
}
.w-1\/2 {
  width: 50%;
}
.w-1\/3 {
  width: 33.333333%;
}
.w-2\/5 {
  width: 40%;
}
.w-3\/5 {
  width: 60%;
}
.w-6\/12 {
  width: 50%;
}
.w-full {
  width: 100%;
}
.w-screen {
  width: 100vw;
}
.w-10px {
  width: 10px;
}
.w-13px {
  width: 13px;
}
.w-300px {
  width: 300px;
}
.w-100px {
  width: 100px;
}
.w-18px {
  width: 18px;
}
.w-45px {
  width: 45px;
}
.w-48p {
  width: 48%;
}
.w-72px {
  width: 72px;
}
.w-166px {
  width: 166px;
}
.w-92per {
  width: 92%;
}
.w-40px {
  width: 40px;
}
.z-0 {
  z-index: 0;
}
.z-10 {
  z-index: 10;
}
.z-15 {
  z-index: 15;
}
.z-40 {
  z-index: 40;
}
.z-50 {
  z-index: 50;
}
.z-9999999 {
  z-index: 9999999;
}
.-rotate-180 {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.transition {
  transition-property: background-color, border-color, color, fill, stroke,
    opacity, box-shadow, -webkit-transform;
  transition-property: background-color, border-color, color, fill, stroke,
    opacity, box-shadow, transform;
  transition-property: background-color, border-color, color, fill, stroke,
    opacity, box-shadow, transform, -webkit-transform;
}
.transition-opacity {
  transition-property: opacity;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.duration-1000 {
  transition-duration: 1s;
}
.delay-500 {
  transition-delay: 0.5s;
}
@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes spin {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@-webkit-keyframes ping {
  75%,
  to {
    opacity: 0;
    -webkit-transform: scale(2);
    transform: scale(2);
  }
}
@keyframes ping {
  75%,
  to {
    opacity: 0;
    -webkit-transform: scale(2);
    transform: scale(2);
  }
}
@-webkit-keyframes pulse {
  50% {
    opacity: 0.5;
  }
}
@keyframes pulse {
  50% {
    opacity: 0.5;
  }
}
@-webkit-keyframes bounce {
  0%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
    animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
    -webkit-transform: translateY(-25%);
    transform: translateY(-25%);
  }
  50% {
    -webkit-animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounce {
  0%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
    animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
    -webkit-transform: translateY(-25%);
    transform: translateY(-25%);
  }
  50% {
    -webkit-animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes iconsSlide {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-1000px);
    transform: translateX(-1000px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes iconsSlide {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-1000px);
    transform: translateX(-1000px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.object-contain {
  -o-object-fit: contain;
  object-fit: contain;
}
.object-cover {
  -o-object-fit: cover;
  object-fit: cover;
}
.force-block {
  display: block !important;
}
.mp-word-breaker * {
  word-break: break-word;
}
body,
html {
  font-family: Work Sans, sans-serif;
}
body {
  overflow-anchor: none;
}
.break-word {
  word-break: break-word;
}
@media (-ms-high-contrast: none), screen and (-ms-high-contrast: active) {
  .break-word {
    word-break: break-all;
  }
}
.border-10 {
  border-radius: 10px;
}
.mt-10px {
  margin-top: 10px;
}
.rounded-50 {
  border-radius: 50%;
}
.absolute-y-center {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
[v-cloak] {
  display: none;
}
#root-app {
  margin-top: 50px;
}
.flex-auto {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.br-wrapper br {
  display: block;
}
#disclosure-block p {
  margin-bottom: 10px;
}
#disclosure-block p:last-child {
  margin-bottom: 0;
}
.footable_parent p:empty,
.footable_parent p br {
  display: none !important;
}
.footable_parent .ui.table:last-child {
  margin: 1em 0;
}
button:focus {
  outline: none;
}
.search-modal {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  align-items: center;
  background-color: #212424;
  display: none;
  height: 100%;
  justify-content: center;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}
.search-modal--open {
  display: -ms-flexbox;
  display: flex;
}
.search-modal__logo-link {
  color: #fff;
  max-width: 60%;
  position: absolute;
  text-align: center;
  top: 40px;
  width: 100%;
}
.search-modal__logo {
  fill: currentColor;
  display: inline-block;
  height: 47px;
}
.search-modal__close {
  -ms-flex-pack: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #333;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  justify-content: center;
  position: absolute;
  right: 40px;
  top: 40px;
  width: 40px;
}
.search-modal__close:hover {
  border-color: #8c8c8c;
}
.search-modal__close-icon {
  fill: currentColor;
  height: 16px;
}
.search-modal__form {
  -ms-flex-pack: center;
  -ms-flex-align: center;
  align-items: center;
  box-shadow: inset 0 -2px 0 0 #333;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  max-width: 60%;
  position: relative;
  width: 100%;
}
.search-modal__input {
  background: none;
  color: #fcfcfc;
  font-family: Work Sans, Arial, Helvetica, sans-serif;
  font-size: 44px;
  opacity: 0.3;
  padding-bottom: 15px;
  text-align: center;
  width: 75%;
}
.search-modal__input:focus {
  opacity: 1;
}
.search-modal__input:focus::-ms-input-placeholder {
  color: #fcfcfc;
  opacity: 0.3;
}
.search-modal__input:focus::placeholder {
  color: #fcfcfc;
  opacity: 0.3;
}
.search-modal__input:focus::-webkit-input-placeholder {
  color: #fcfcfc;
  opacity: 0.3;
}
.search-modal__input:focus::-moz-placeholder {
  color: #fcfcfc;
  opacity: 0.3;
}
.search-modal__input:focus:-ms-input-placeholder {
  color: #fcfcfc;
  opacity: 0.3;
}
.search-modal__button {
  background: none;
  color: #fff;
  cursor: default;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.search-modal__button-icon {
  fill: currentColor;
  height: 20px;
}
@media only screen and (max-width: 599px) {
  .search-modal__logo-link {
    top: 10px;
  }
  .search-modal__logo {
    height: 24px;
  }
  .search-modal__close {
    border: none;
    height: 20px;
    right: 20px;
    top: 12px;
    width: 20px;
  }
  .search-modal__close-icon {
    height: 20px;
  }
  .search-modal__form {
    max-width: 80%;
  }
}
.categories-bar {
  margin: 0 auto;
  max-width: 1600px;
}
.chevron-wrapper {
  position: relative;
}
.chevron-wrapper:after,
.chevron-wrapper:before {
  background: #fff;
  border-radius: 2px;
  content: "";
  display: block;
  height: 10px;
  margin-top: -6px;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform-origin: center 9px;
  transform-origin: center 9px;
  transition: all 0.2s ease-out;
  width: 2px;
}
.chevron-wrapper:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.chevron-wrapper:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media (min-width: 1200px) {
  .chevron-wrapper:hover:after,
  .chevron-wrapper:hover:before {
    margin-top: -12px;
  }
  .chevron-wrapper:hover:before {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  .chevron-wrapper:hover:after {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
}
.chevron-wrapper.active:after,
.chevron-wrapper.active:before {
  margin-top: -12px;
}
.chevron-wrapper.active:before {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.chevron-wrapper.active:after {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.sub-menu-wrap .active .chevron-wrapper:after,
.sub-menu-wrap .active .chevron-wrapper:before {
  margin-top: -12px;
}
.sub-menu-wrap .active .chevron-wrapper:before {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.sub-menu-wrap .active .chevron-wrapper:after {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.categories-wrapper {
  height: calc(100vh - 96px);
  top: 96px;
}
.categories-wrapper .menu-tab {
  width: 135px;
}
.categories-wrapper .menu-tab.active {
  border-color: #000;
  color: #000;
}
.categories-wrapper .menu-tab.active .sub-menu-dropdown {
  display: block;
}
.categories-wrapper .menu-tab:last-of-type {
  display: none;
}
.categories-wrapper .menu-tab .chevron-wrapper:after,
.categories-wrapper .menu-tab .chevron-wrapper:before {
  content: none;
}
.categories-wrapper .sub-menu-dropdown {
  box-shadow: -5px 0 4px 0 rgba(0, 0, 0, 0.05);
  display: none;
  height: calc(100vh - 96px);
  width: calc(100% - 135px);
}
.categories-wrapper #regionSelector {
  display: none;
}
#regionSelector .rs-dropdown {
  right: 0;
  top: 45px;
  width: 100px;
}
@media (min-width: 375px) {
  #regionSelector .rs-dropdown {
    right: -15px;
  }
}
#regionSelector .rs-dropdown .level1 {
  border-radius: 3px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
@media (min-width: 1025px) {
  #regionSelector:hover .rs-dropdown {
    display: block;
  }
}
#regionSelector.chevron-wrapper:after,
#regionSelector.chevron-wrapper:before {
  right: 10px;
}
@media (min-width: 768px) {
  #subnavBar .categories-wrapper {
    border: none;
    display: block;
    height: 100%;
    top: 0;
    width: auto;
  }
  #subnavBar .categories-wrapper .menu-tab {
    width: auto;
  }
  #subnavBar .categories-wrapper .menu-tab > span {
    padding: 0;
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  #subnavBar .categories-wrapper .menu-tab:hover .sub-menu-dropdown {
    display: block !important;
  }
}
@media (min-width: 768px) {
  #subnavBar .categories-wrapper .menu-tab.active .sub-menu-dropdown {
    display: block !important;
  }
  #subnavBar .categories-wrapper .menu-tab.active .chevron-wrapper:after,
  #subnavBar .categories-wrapper .menu-tab.active .chevron-wrapper:before {
    margin-top: -12px;
  }
  #subnavBar .categories-wrapper .menu-tab.active .chevron-wrapper:before {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  #subnavBar .categories-wrapper .menu-tab.active .chevron-wrapper:after {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  #subnavBar .categories-wrapper .menu-tab.active {
    color: #333;
  }
  #subnavBar .categories-wrapper .menu-tab:last-of-type {
    display: -ms-flexbox;
    display: flex;
  }
  #subnavBar .categories-wrapper .menu-tab .chevron-wrapper:after,
  #subnavBar .categories-wrapper .menu-tab .chevron-wrapper:before {
    content: "";
  }
  #subnavBar .categories-wrapper .sub-menu-dropdown {
    display: none !important;
    height: auto;
    right: 5px;
    top: 50px;
    width: 300px;
  }
  #subnavBar .categories-wrapper .sub-menu-dropdown .level1 {
    border-radius: 3px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  }
  #subnavBar .categories-wrapper #regionSelector {
    display: -ms-flexbox;
    display: flex;
  }
  #regionSelector .rs-dropdown {
    right: 0;
    top: 50px;
  }
}
.mobile-ui .sub-menu-dropdown .level1 {
  height: 70vh;
}
.rotate-180 {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.header {
  background-color: #181716;
  color: #fcfcfc;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  transition: -webkit-transform 0.8s ease-in-out;
  transition: transform 0.8s ease-in-out;
  transition: transform 0.8s ease-in-out, -webkit-transform 0.8s ease-in-out;
  width: 100%;
  z-index: 9999999;
}
.header__container {
  margin: 0 auto;
  max-width: 1600px;
}
.header__container,
.header__logo {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
}
.header__logo {
  height: 100%;
  width: 150px;
}
.header__logo svg {
  fill: #fff;
  width: 104px;
}
.header__nav {
  color: #f4f4f4;
  display: block;
  height: 100%;
}
.header__nav .menu {
  -ms-flex-pack: center;
  font-size: 13px;
  justify-content: center;
  line-height: 14.95px;
  width: 100%;
}
.header__nav .menu,
.header__nav .menu > li.menu-item {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.header__nav .menu > li.menu-item {
  padding: 0 24px;
}
.header__nav .menu > li.menu-item:first-of-type {
  padding-left: 0;
}
.header__nav .menu .menu-item a {
  color: #fcfcfc;
  font-family: Work Sans, Arial, Helvetica, sans-serif;
  font-weight: 400;
}
.header__nav .sub-menu-wrap {
  background-color: #212424;
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.2);
  left: 0;
  padding: 16px 18px 32px 0;
  top: 56px;
  visibility: hidden;
  width: 100vw;
  z-index: 8888;
}
.header__nav .sub-menu-wrap:before {
  content: "";
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  top: -2px;
  transition: width 0.1s ease-in-out;
  width: 0;
}
.header__nav .sub-menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 13px;
  margin: 0 auto;
  max-width: 1012px;
}
.header__nav .menu .sub-menu .menu-item {
  height: auto;
  line-height: 14px;
  margin-right: 1.5%;
  padding: 16px 0 0;
  width: 30%;
}
.header__nav .menu .sub-menu .menu-item:first-child {
  display: none;
}
.header__nav .menu .sub-menu .menu-item:first-child a {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' height='12' width='20' viewBox='0 0 20 20'%3E%3Cpath d='M16.928 12h-16v-2h16z'/%3E%3Cpath d='m18.493 11.044-5.657 5.657-1.414-1.414 5.656-5.657z'/%3E%3Cpath d='M17.078 12.372 11.42 6.715 12.835 5.3l5.657 5.657z'/%3E%3C/svg%3E")
    100% no-repeat;
  font-weight: 600;
  padding-right: 25px;
}
.header__nav .menu .menu-item:not(.hideSubMenu):hover .sub-menu-wrap {
  visibility: visible;
}
.header__nav .menu .menu-item:hover .sub-menu-wrap:before {
  width: 100%;
}
.header__indicator {
  background-color: #ffcfa4;
  bottom: 0;
  height: 2px;
  left: 0;
  position: absolute;
  width: 100%;
}
.header__nav .menu .legal-links,
.menu-toggle .close {
  display: none;
}
.menu-toggle {
  cursor: pointer;
  display: block;
  left: 0;
  margin-left: 23px;
  overflow: hidden;
  padding: 13px 0;
  position: absolute;
  top: 0;
}
.menu-toggle .menu-toggle-wrap {
  fill: #fff;
  height: 24px;
  width: 20px;
}
.header {
  height: 50px;
}
@media only screen and (max-width: 1600px) {
  .header__nav .menu > li.menu-item {
    padding: 0 20px;
  }
  .header__nav .sub-menu {
    max-width: 930px;
  }
}
@media only screen and (max-width: 1400px) {
  .header__nav .menu > li.menu-item {
    padding: 0 16px;
  }
}
@media only screen and (max-width: 1280px) {
  .header__nav .menu > li.menu-item {
    padding: 0 8px;
  }
  .header__nav .sub-menu {
    max-width: 692px;
  }
}
.header__container {
  height: 50px;
}
.site-wrapper.sticky {
  padding-top: 48px;
}
.header__nav {
  background-color: #181716;
  display: none;
  height: 90vh;
  left: 0;
  position: absolute;
  top: 48px;
  z-index: 9999;
}
.header__nav.active {
  display: block;
}
.header__nav .menu {
  -ms-flex-align: start;
  -ms-flex-pack: justify;
  align-items: flex-start;
  -ms-flex-direction: column;
  flex-direction: column;
  height: auto;
  justify-content: space-between;
}
.header__nav .menu > li.menu-item {
  min-height: 40px;
  overflow: hidden;
  padding: 9px 25px;
  width: 100%;
}
.header__nav .menu > li.menu-item:first-of-type,
.header__nav .menu > li.menu-item:last-of-type {
  padding: 9px 25px;
}
.header__nav .menu > li.menu-item > a {
  font-size: 18px;
  height: 100%;
  line-height: 1.15;
}
.header__nav .menu > li.menu-item.active a {
  color: inherit;
}
.header__nav .menu > li.menu-item.active {
  border-left: 4px solid;
}
.header__nav .menu > li.menu-item .header-divider {
  border: none;
  box-shadow: inset -1px 0 0 0 #333;
  color: #cdc1b2;
  display: none;
  height: calc(100% - 35px);
  left: 31%;
  position: absolute;
  top: 10px;
  transition: none;
  width: 2px;
  z-index: 1;
}
.header__nav .menu > li.menu-item.active .header-divider {
  display: block;
  z-index: 2;
}
.header__nav .sub-menu-wrap {
  background-color: #181716;
  box-shadow: none;
  color: #fcfcfc;
  font-size: 13px;
  height: 85vh;
  left: auto;
  padding: 0 0 0 25px;
  position: absolute;
  right: 0;
  top: 10px;
  width: 69%;
  z-index: 1;
}
.header__nav .menu > li.menu-item.active .sub-menu-wrap {
  visibility: visible;
}
.header__nav .menu .menu-item:hover .sub-menu-wrap {
  visibility: hidden;
}
.header__nav .sub-menu-wrap:before {
  display: none;
}
.header__nav .sub-menu {
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  width: 100%;
}
.header__nav .menu .sub-menu .menu-item {
  -ms-flex-negative: 0;
  display: inline-block;
  flex-shrink: 0;
  height: 40px;
  margin-right: 0;
  padding: 0;
  width: auto;
}
.header__nav .menu .sub-menu .menu-item:first-child {
  display: block;
  padding-top: 1px;
}
.header__nav .menu .sub-menu .menu-item:first-child a {
  padding: 3px 24px 0 0;
}
.header__indicator {
  display: none;
}
.header__nav .menu .legal-links {
  display: block;
  font-size: 13px;
  padding: 10px 25px;
}
.header__nav .menu .legal-link {
  font-size: 10px;
  line-height: 12px;
  padding-bottom: 10px;
}
.header__nav .menu .legal-link,
.header__nav .menu .legal-link a {
  color: #fcfcfc;
  font-family: Work Sans, sans-serif;
}
@media only screen and (max-width: 768px) {
  .header__nav,
  .header__nav .sub-menu-wrap {
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
  }
  .header__nav .sub-menu-wrap {
    padding: 0 32px;
    top: 11px;
    width: 50%;
  }
  .header__nav .menu > li.menu-item .header-divider {
    left: 50%;
    top: 11px;
  }
  .header__nav .menu .sub-menu .menu-item {
    font-weight: 600;
    height: auto;
    padding: 10px 0;
  }
  .header__nav .menu .sub-menu .menu-item:first-child {
    padding-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .menu-toggle {
    margin-left: 20px;
  }
  .header__logo svg {
    height: 24px;
    width: auto;
  }
}
@media only screen and (max-width: 480px) {
  .header__container {
    height: 50px;
  }
  .header__logo {
    margin-top: -5px;
  }
  .header__indicator {
    display: block;
    height: 1px;
    opacity: 0.15;
    z-index: 9999;
  }
  .header__nav.active {
    position: fixed;
  }
  .header__nav .menu {
    display: block;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    overflow-y: scroll;
  }
  .header__nav .menu > li.menu-item {
    -ms-flex-align: start;
    align-items: flex-start;
    border-left: none !important;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
    min-height: 38px;
    padding: 0;
  }
  .header__nav .menu > li.menu-item:first-of-type,
  .header__nav .menu > li.menu-item:last-of-type {
    padding: 0;
  }
  .header__nav .menu > li.menu-item.active .header-divider {
    display: none;
  }
  .header__nav .sub-menu-wrap {
    background-color: #212424;
    border-left: 4px solid;
    display: none;
    height: auto;
    left: 0;
    margin-top: 20px;
    padding: 25px;
    position: relative;
    right: unset;
    top: 0;
    width: calc(100% + 50px);
  }
  .header__nav .sub-menu .menu-item {
    display: block;
    height: auto;
    padding: 10px 0;
  }
  .header__nav .menu .sub-menu .menu-item:first-child {
    padding-top: 1px;
  }
  .header__nav .menu > li.menu-item:last-of-type {
    margin-bottom: 10px;
  }
  .header__nav .menu > li.menu-item.active .sub-menu-wrap {
    display: block;
  }
  .header__nav .menu > li.menu-item > a {
    display: block;
    font-size: 16px;
    padding: 10px 25px 0;
    width: 100%;
  }
  .header__nav .menu .legal-links {
    margin-bottom: 150px;
  }
}
@media only screen and (max-width: 374px) {
  #subnavBar .sub-menu-wrap {
    padding-left: 4px;
    padding-right: 4px;
  }
  .sub-menu-item {
    padding-right: 8px;
  }
}
.header__nav {
  background: #222424;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  width: 100%;
}
@media (min-width: 1065px) {
  .header__nav {
    left: -251px;
    transition: all 0.5s;
    width: 251px;
  }
  .header__nav.active {
    left: 0;
  }
}
.header__nav .bottom-menu {
  background: #222424;
  bottom: 50px;
  font-family: EuclidCircularB-Bold, sans-serif, arial;
  font-size: 12px;
  padding: 0 30px;
  position: absolute;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .header__nav .bottom-menu {
    bottom: 40px;
  }
}
.header__nav .bottom-menu .bottom-close-menu {
  -ms-flex-align: center;
  align-items: center;
  color: #7d7d7d;
  display: -ms-flexbox;
  display: flex;
  margin: 22px 0 32px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .header__nav .bottom-menu .bottom-close-menu {
    margin: 40px 0;
  }
}
.header__nav .bottom-menu .bottom-close-menu:hover {
  text-decoration: underline;
}
.header__nav .bottom-menu .bottom-close-menu a {
  margin-left: 20px;
}
.header__nav .wp-menu {
  -ms-overflow-style: none;
  max-height: calc(100vh - 150px);
  max-height: calc(var(--vh, 1vh) * 100 - 150px);
  overflow: hidden auto;
  scrollbar-width: none;
}
.header__nav .wp-menu::-webkit-scrollbar {
  display: none;
}
.header__nav .wp-menu.wp-menu-scroll-enabled {
  -ms-scroll-chaining: none;
  overflow: hidden overlay;
  overscroll-behavior: contain;
  scrollbar-color: #334155 #0f172a;
  scrollbar-width: thin;
}
.header__nav .wp-menu.wp-menu-scroll-enabled::-webkit-scrollbar {
  display: block;
  width: 8px;
}
.header__nav .wp-menu.wp-menu-scroll-enabled::-webkit-scrollbar-track {
  background: #0f172a;
  border-radius: 12px;
}
.header__nav .wp-menu.wp-menu-scroll-enabled::-webkit-scrollbar-thumb {
  background-clip: content-box;
  background-color: #334155;
  border: 2px solid transparent;
  border-radius: 8px;
}
.header__nav .wp-menu .wp-menu-item .main-menu-wrap {
  border-left: 3px solid transparent;
}
@media (min-width: 1065px) {
  .header__nav .wp-menu .wp-menu-item:hover {
    background-color: #181716;
  }
  .header__nav .wp-menu .wp-menu-item:hover .main-menu-wrap {
    border-left: 3px solid #bfc8fb;
    color: #bfc8fb;
  }
}
.header__nav .wp-menu .wp-menu-item:hover .sub-menu-wrap {
  visibility: visible;
}
.header__nav .wp-menu .wp-menu-item > a {
  display: block;
  padding: 30px 40px;
}
@media (min-width: 1065px) {
  .header__nav .wp-menu .wp-menu-item > a {
    padding: 18px 46px;
  }
}
@media (min-width: 1065px) and (pointer: coarse) {
  .header__nav .wp-menu .wp-menu-item > a.sub-menu-present {
    display: inline-block;
    pointer-events: none;
  }
}
.header__nav .wp-menu .wp-menu-item .main-menu-wrap {
  font-family: EuclidCircularB-Regular, sans-serif, arial;
  font-size: 16px;
  line-height: 20px;
  pointer-events: none;
}
@media (min-width: 1065px) {
  .header__nav .wp-menu .wp-menu-item .main-menu-wrap {
    padding: 12px 16px;
  }
}
.header__nav .wp-menu .wp-menu-item .sub-menu-wrap::-webkit-scrollbar,
.header__nav .wp-menu .wp-menu-item .sub-menu::-webkit-scrollbar {
  display: none;
}
.header__nav .wp-menu .wp-menu-item .sub-menu,
.header__nav .wp-menu .wp-menu-item .sub-menu-wrap {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.header__nav .wp-menu .wp-menu-item .sub-menu-wrap {
  background-color: #222424;
  border: none;
  display: block;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  left: 100%;
  margin: 0;
  max-height: calc(100vh - 148px);
  max-height: calc(var(--vh, 1vh) * 100 - 148px);
  overflow: auto;
  padding: 0;
  position: absolute;
  transition: all 0.5s;
  visibility: visible;
}
@media (min-width: 500px) {
  .header__nav .wp-menu .wp-menu-item .sub-menu-wrap {
    max-height: calc(100vh - 150px);
    max-height: calc(var(--vh, 1vh) * 100 - 150px);
  }
}
@media (min-width: 1065px) {
  .header__nav .wp-menu .wp-menu-item .sub-menu-wrap {
    border-left: 1px solid #7f7f7f;
    max-height: calc(100vh - 48px);
    max-height: calc(var(--vh, 1vh) * 100 - 48px);
    right: -320px;
    top: 0;
    transition: none;
    visibility: hidden;
    width: 320px;
  }
}
.header__nav .wp-menu .wp-menu-item .sub-menu-wrap.mobile-active {
  border-left: none;
  display: block;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
}
.header__nav .wp-menu .wp-menu-item .sub-menu-wrap .mobile-back-btn {
  -ms-flex-align: center;
  align-items: center;
  color: #626262;
  display: block;
  display: -ms-flexbox;
  display: flex;
  font-family: EuclidCircularB-Bold, sans-serif, arial;
  font-size: 16px;
  font-weight: 500;
  padding: 35px 31px 10px;
}
@media (min-width: 1065px) {
  .header__nav .wp-menu .wp-menu-item .sub-menu-wrap .mobile-back-btn {
    display: none;
  }
}
.header__nav
  .wp-menu
  .wp-menu-item
  .sub-menu-wrap
  .mobile-back-btn
  .back-arrow {
  margin-right: 20px;
}
.header__nav .wp-menu .wp-menu-item .sub-menu-wrap .sub-menu {
  display: block;
  max-height: calc(100% - 70px);
  max-width: none;
  overflow: auto;
}
@media (min-width: 1065px) {
  .header__nav .wp-menu .wp-menu-item .sub-menu-wrap .sub-menu {
    max-height: none;
  }
}
.header__nav
  .wp-menu
  .wp-menu-item
  .sub-menu-wrap
  .sub-menu.wp-menu-scroll-enabled {
  -ms-scroll-chaining: none;
  overflow: hidden overlay;
  overscroll-behavior: contain;
  scrollbar-color: #334155 #0f172a;
  scrollbar-width: thin;
}
.header__nav
  .wp-menu
  .wp-menu-item
  .sub-menu-wrap
  .sub-menu.wp-menu-scroll-enabled::-webkit-scrollbar {
  display: block;
  width: 8px;
}
.header__nav
  .wp-menu
  .wp-menu-item
  .sub-menu-wrap
  .sub-menu.wp-menu-scroll-enabled::-webkit-scrollbar-track {
  background: #0f172a;
  border-radius: 12px;
}
.header__nav
  .wp-menu
  .wp-menu-item
  .sub-menu-wrap
  .sub-menu.wp-menu-scroll-enabled::-webkit-scrollbar-thumb {
  background-clip: content-box;
  background-color: #334155;
  border: 2px solid transparent;
  border-radius: 8px;
}
.header__nav
  .wp-menu
  .wp-menu-item
  .sub-menu-wrap
  .sub-menu
  .main-category-item {
  -ms-flex-align: center;
  align-items: center;
  background: #222424;
  color: #bfc8fb;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  font-family: EuclidCircularB-Semibold, sans-serif, arial;
  font-size: 16px;
  font-weight: 500;
  padding: 26px 55px 26px 32px;
  position: relative;
}
@media (min-width: 1065px) {
  .header__nav
    .wp-menu
    .wp-menu-item
    .sub-menu-wrap
    .sub-menu
    .main-category-item {
    display: none;
  }
  .header__nav
    .wp-menu
    .wp-menu-item
    .sub-menu-wrap
    .sub-menu
    .main-category-item.is-touch {
    display: block;
  }
}
@media (pointer: coarse) {
  .header__nav
    .wp-menu
    .wp-menu-item
    .sub-menu-wrap
    .sub-menu
    .main-category-item {
    display: block;
  }
}
.header__nav
  .wp-menu
  .wp-menu-item
  .sub-menu-wrap
  .sub-menu
  .main-category-item
  a {
  display: block;
}
.header__nav
  .wp-menu
  .wp-menu-item
  .sub-menu-wrap
  .sub-menu
  .sub-menu-item
  .sub-menu-title {
  -ms-flex-align: center;
  align-items: center;
  background: #222424;
  color: #bfc8fb;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  font-family: EuclidCircularB-Semibold, sans-serif, arial;
  font-size: 16px;
  font-weight: 500;
  padding: 26px 55px 26px 32px;
  position: relative;
}
@media (min-width: 1065px) {
  .header__nav
    .wp-menu
    .wp-menu-item
    .sub-menu-wrap
    .sub-menu
    .sub-menu-item
    .sub-menu-title {
    padding: 30px 55px 30px 30px;
  }
}
.header__nav
  .wp-menu
  .wp-menu-item
  .sub-menu-wrap
  .sub-menu
  .sub-menu-item
  .sub-menu-title
  a {
  display: block;
}
.header__nav
  .wp-menu
  .wp-menu-item
  .sub-menu-wrap
  .sub-menu
  .sub-menu-item
  .accordian-wrapper
  .accordian-title:after {
  border: solid #bfc8fb;
  border-width: 0 3px 3px 0;
  content: "";
  display: inline-block;
  margin-left: auto;
  padding: 3px;
  position: absolute;
  right: 35px;
  top: 30px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
@media (min-width: 1065px) {
  .header__nav
    .wp-menu
    .wp-menu-item
    .sub-menu-wrap
    .sub-menu
    .sub-menu-item
    .accordian-wrapper
    .accordian-title:after {
    top: 35px;
  }
}
.header__nav
  .wp-menu
  .wp-menu-item
  .sub-menu-wrap
  .sub-menu
  .sub-menu-item
  .accordian-wrapper.active
  .accordian-title:after {
  top: 37px;
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
@media (min-width: 1065px) {
  .header__nav
    .wp-menu
    .wp-menu-item
    .sub-menu-wrap
    .sub-menu
    .sub-menu-item
    .accordian-wrapper.active
    .accordian-title:after {
    top: 40px;
  }
}
.header__nav
  .wp-menu
  .wp-menu-item
  .sub-menu-wrap
  .sub-menu
  .sub-menu-item
  .accordian-wrapper
  .accordian-menu
  a {
  background: #181716;
  display: block;
  font-family: EuclidCircularB-Regular, sans-serif, arial;
  font-size: 15px;
  font-weight: 400;
  padding: 24px 32px;
}
.region-selector-mobile {
  background-color: rgba(0, 0, 0, 0.4);
  overflow-y: auto;
  top: 0;
  z-index: 999999;
}
.region-selector-mobile .mobile-region-selector-wrap {
  border-radius: 5px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 640px) and (max-width: 768px) {
  .region-selector-mobile .mobile-region-selector-wrap .mob-region-sel-holder {
    margin-bottom: 20px;
    margin-top: 250px;
  }
}
.region-selector-mobile .mobile-region-selector-wrap .radio-outer {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  align-items: center;
  border: 2px solid #395bb6;
  border-radius: 50%;
  display: -ms-flexbox;
  display: flex;
  height: 20px;
  justify-content: center;
  width: 20px;
}
.region-selector-mobile
  .mobile-region-selector-wrap
  ul
  .region-item.active
  .radio-inner {
  background-color: #395bb6;
  border-radius: 50%;
  height: 10px;
  width: 10px;
}
.region-selector-mobile
  .mobile-region-selector-wrap
  ul
  .region-item.active
  span {
  font-weight: 600;
}
#submit_arrow {
  fill: #395bb6;
}
#submit_arrow.text-white {
  fill: #edf0ff;
}
@media (max-width: 640px) {
  #submit_arrow {
    height: 12px;
    width: 20px;
  }
}
.header__logo svg {
  height: 28px;
  margin-top: 0;
  width: 181px;
}
@media only screen and (max-width: 767px) {
  .header__logo svg {
    height: 24px;
    width: auto;
  }
}
footer * {
  border: 0;
  font: inherit;
  line-height: normal;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
footer.shared-footer {
  background-color: #dedede;
  border: 0;
  clear: both;
  padding: 0 15px;
  position: relative;
}
@media (min-width: 768px) {
  footer.shared-footer {
    padding: 5px 48px 0 48px;
  }
}
footer.shared-footer .row-inner {
  height: auto;
  margin: 0 auto;
  max-width: 1290px;
  text-align: center;
}
footer.shared-footer .footer-logo {
  border-bottom: 1px solid #333;
  margin-top: 72px;
  padding-bottom: 16px;
}
footer.shared-footer .footer-logo .logo-footer {
  width: 200px;
}

footer.shared-footer .footer-logo .copy {
  color: #333;
  display: block;
  font: 12px Work Sans, "sans-serif";
  font-size: 12px;
  letter-spacing: 0.01em;
  line-height: 28px;
  padding-top: 20px;
}
footer.shared-footer .footer-links {
  float: right;
  font-size: 0;
  padding: 24px 0 72px;
}
footer.shared-footer .footer-links li {
  display: inline-block;
  line-height: 16px;
  font: 12px Work Sans, sans-serif;
  margin-right: 10px;
}
footer.shared-footer .footer-links li:last-child {
  margin-right: 0;
}
footer.shared-footer .footer-links li:not(:last-child) a:after {
  color: #b3b3b3;
  content: "";
  margin-left: 10px;
}
footer.shared-footer .footer-links li.mob {
  display: none;
}
footer.shared-footer .footer-links a {
  color: #333;
  font-family: Work Sans, "sans-serif";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 28px;
  text-decoration: none;
}
footer.shared-footer .footer-links-wrapper {
  display: inline-block;
}
@media (max-width: 1220px) {
  footer.shared-footer .footer-links li {
    display: inline-block;
    float: none;
    font-size: 11px;
    line-height: 20px;
    margin-right: 4px;
  }
  footer.shared-footer .footer-links li:not(:last-child) a:after {
    margin-right: 4px;
  }
}
@media (max-width: 1024px) {
  footer.shared-footer .footer-links-wrapper {
    clear: both;
    padding: 0 0 24px;
  }
  footer.shared-footer .footer-links-wrapper .footer-links {
    padding: 20px 0;
  }
  footer.shared-footer .footer-links-wrapper .footer-links li.desk {
    display: none;
  }
  footer.shared-footer .footer-links-wrapper .footer-links li.mob {
    display: inline-block;
  }
}
@media (max-width: 480px) {
  footer.shared-footer {
    border-bottom-width: 75px;
  }
  footer.shared-footer .footer-logo {
    margin-top: 49px;
    padding-bottom: 28px;
  }
  footer.shared-footer .footer-logo .copy {
    padding-top: 20px;
  }
  footer.shared-footer .footer-links-wrapper {
    padding: 0 0 27px;
  }
  footer.shared-footer .footer-links-wrapper .footer-links {
    padding: 28px 0 0;
    width: 100%;
  }
  footer.shared-footer .footer-links li {
    display: block;
    font: 14px/30px Work Sans, sans-serif;
    margin-bottom: 12px;
  }
  footer.shared-footer .footer-links li:last-child {
    margin-bottom: 0;
    margin-right: 4px;
  }
  footer.shared-footer .footer-links li:last-child a:after {
    content: "";
    margin-left: 10px;
    margin-right: 4px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  footer.shared-footer .footer-logo {
    margin-top: 44px;
  }
}

.tippy-popover-container-bg-white .tippy-box {
  border: 1px transparent;
}
.tippy-popover-container-bg-white
  .tippy-box[data-placement^="top"]
  > .tippy-arrow:after {
  border-top-color: inherit;
  border-width: 8px 8px 0;
  bottom: -8px;
  left: 0;
}
.tippy-popover-container-bg-white
  .tippy-box[data-placement^="bottom"]
  > .tippy-arrow:after {
  border-bottom-color: inherit;
  border-width: 0 8px 8px;
  left: 0;
  top: -8px;
}
.tippy-popover-container-bg-white
  .tippy-box[data-placement^="left"]
  > .tippy-arrow:after {
  border-left-color: inherit;
  border-width: 8px 0 8px 8px;
  right: -8px;
  top: 0;
}
.tippy-popover-container-bg-white
  .tippy-box[data-placement^="right"]
  > .tippy-arrow:after {
  border-right-color: inherit;
  border-width: 8px 8px 8px 0;
  left: -8px;
  top: 0;
}
.tippy-popover-container-bg-white .tippy-arrow {
  border-color: inherit;
}
.tippy-popover-container-bg-white .tippy-arrow:after {
  border-color: transparent;
  border-style: solid;
  content: "";
  position: absolute;
  z-index: -1;
}
.tippy-popover-container-bg-white [id^="tippy-"] {
  border-radius: 10px;
}
.tippy-popover-container-bg-white .tippy-box {
  background-color: #fff !important;
  border: 1px solid #d7def0;
  border-radius: 10px !important;
  box-shadow: 0 -1px 2px rgba(24, 28, 71, 0.04), 0 2px 4px rgba(24, 28, 71, 0.1);
}
.tippy-popover-container-bg-white .tippy-box .tippy-content {
  border-radius: 10px;
  color: #333;
  height: auto;
  overflow-y: auto;
  padding: 0;
}
.tippy-popover-container-bg-white .tippy-box .tippy-arrow {
  color: #fff;
}
.tippy-popover-container-bg-black .tippy-box {
  background-color: #333;
  border: none;
}
.tippy-popover-container-bg-black .tippy-box .tippy-arrow {
  border-bottom-color: #333;
  border-top-color: #333;
  color: #333;
}
.tippy-popover-container-bg-black .tippy-box .tippy-content {
  background-color: #333;
  border-radius: 10px;
  color: #fff;
  font-family: EuclidCircularB-Regular, sans-serif, arial;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  padding: 10px 18px;
  text-align: center;
}
.tippy-popover-container-star-rating .tippy-box {
  background-color: #333;
  border: none;
  border-radius: 10px !important;
  width: 180px;
}
@media (min-width: 1024px) {
  .tippy-popover-container-star-rating .tippy-box {
    width: 235px;
  }
}
.tippy-popover-container-star-rating .tippy-box .tippy-arrow {
  border-bottom-color: #333;
  border-top-color: #333;
  color: #333;
}
.tippy-popover-container-star-rating .tippy-box .tippy-content {
  background-color: #333;
  border-radius: 10px;
  box-shadow: none;
  color: #fff;
  font-family: EuclidCircularB-Regular, sans-serif, arial;
  font-size: 12px;
  font-weight: 500;
  height: auto;
  line-height: 20px;
  overflow-y: hidden;
  padding: 10px 18px;
  text-align: center;
}
.tippy-popover-container-star-rating
  .tippy-box[data-placement^="bottom"]
  > .tippy-arrow:before {
  border-color: transparent transparent #333 !important;
}
.tippy-popover-container-ed-icon .tippy-box {
  border-radius: 8px;
  box-shadow: none;
}
.tippy-popover-container-ed-icon .tippy-box .tippy-arrow {
  border-bottom-color: #333;
  border-top-color: #333;
  color: #333;
}
.tippy-popover-container-ed-icon .tippy-box .tippy-content {
  background-color: #333;
  border-radius: 8px;
  box-shadow: none;
  color: #fcf2ef;
  font-family: EuclidCircularB-Regular, sans-serif, arial;
  font-size: 14px;
  font-weight: 400;
  height: auto;
  line-height: 20px;
  overflow-y: hidden;
  padding: 0;
}
.tippy-popover-container-ed-icon
  .tippy-box[data-placement^="bottom"]
  > .tippy-arrow:before {
  border-bottom-color: initial !important;
}
.tippy-popover-container-ed-icon
  .tippy-box[data-placement^="top"]
  > .tippy-arrow:before {
  border-top-color: initial !important;
}
.semantic_ui .ui.table:first-of-type {
  margin-top: 0;
}
.semantic_ui .ui.table:last-of-type {
  margin-bottom: 0;
}
.footable_parent {
  margin-bottom: 1.25rem;
}
.footable_parent .compact-para {
  margin-bottom: 0;
}
.footable_parent .compact-para > br {
  display: none;
}
.tippy-box[data-animation="fade"][data-state="hidden"] {
  opacity: 0;
}
[data-tippy-root] {
  max-width: calc(100vw - 10px);
}
.tippy-box {
  background-color: #333;
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  line-height: 1.4;
  outline: 0;
  position: relative;
  transition-property: visibility, opacity, -webkit-transform;
  transition-property: transform, visibility, opacity;
  transition-property: transform, visibility, opacity, -webkit-transform;
}
.tippy-box[data-placement^="top"] > .tippy-arrow {
  bottom: 0;
}
.tippy-box[data-placement^="top"] > .tippy-arrow:before {
  border-top-color: initial;
  border-width: 8px 8px 0;
  bottom: -7px;
  left: 0;
  -webkit-transform-origin: center top;
  transform-origin: center top;
}
.tippy-box[data-placement^="bottom"] > .tippy-arrow {
  top: 0;
}
.tippy-box[data-placement^="bottom"] > .tippy-arrow:before {
  border-bottom-color: initial;
  border-width: 0 8px 8px;
  left: 0;
  top: -7px;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
.tippy-box[data-placement^="left"] > .tippy-arrow {
  right: 0;
}
.tippy-box[data-placement^="left"] > .tippy-arrow:before {
  border-left-color: initial;
  border-width: 8px 0 8px 8px;
  right: -7px;
  -webkit-transform-origin: center left;
  transform-origin: center left;
}
.tippy-box[data-placement^="right"] > .tippy-arrow {
  left: 0;
}
.tippy-box[data-placement^="right"] > .tippy-arrow:before {
  border-right-color: initial;
  border-width: 8px 8px 8px 0;
  left: -7px;
  -webkit-transform-origin: center right;
  transform-origin: center right;
}
.tippy-box[data-inertia][data-state="visible"] {
  transition-timing-function: cubic-bezier(0.54, 1.5, 0.38, 1.11);
}
.tippy-arrow {
  color: #333;
  height: 16px;
  width: 16px;
}
.tippy-arrow:before {
  border-color: transparent;
  border-style: solid;
  content: "";
  position: absolute;
}
.tippy-content {
  padding: 5px 9px;
  position: relative;
  z-index: 1;
}
@media (min-width: 640px) {
  .sm\:block {
    display: block;
  }
  .sm\:inline-block {
    display: inline-block;
  }
  .sm\:flex {
    display: -ms-flexbox;
    display: flex;
  }
  .sm\:flex-row {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .sm\:flex-col {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .sm\:items-start {
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .sm\:justify-center {
    -ms-flex-pack: center;
    justify-content: center;
  }
  .sm\:order-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .sm\:h-56 {
    height: 14rem;
  }
  .sm\:h-auto {
    height: auto;
  }
  .sm\:h-250px {
    height: 250px;
  }
  .sm\:leading-tight {
    line-height: 1.25;
  }
  .sm\:m-0 {
    margin: 0;
  }
  .sm\:mx-0 {
    margin-left: 0;
  }
  .sm\:mr-0,
  .sm\:mx-0 {
    margin-right: 0;
  }
  .sm\:mb-0 {
    margin-bottom: 0;
  }
  .sm\:mb-5 {
    margin-bottom: 1.25rem;
  }
  .sm\:mb-13px {
    margin-bottom: 13px;
  }
  .sm\:mb-15px {
    margin-bottom: 15px;
  }
  .sm\:mb-30px {
    margin-bottom: 30px;
  }
  .sm\:min-w-150px {
    min-width: 150px;
  }
  .sm\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .sm\:px-15px {
    padding-left: 15px;
    padding-right: 15px;
  }
  .sm\:pb-0 {
    padding-bottom: 0;
  }
  .sm\:pr-1 {
    padding-right: 0.25rem;
  }
  .sm\:pt-4 {
    padding-top: 1rem;
  }
  .sm\:pt-5 {
    padding-top: 1.25rem;
  }
  .sm\:pb-5 {
    padding-bottom: 1.25rem;
  }
  .sm\:pt-30px {
    padding-top: 30px;
  }
  .sm\:text-left {
    text-align: left;
  }
  .sm\:text-center {
    text-align: center;
  }
  .sm\:w-1\/2 {
    width: 50%;
  }
  .sm\:w-3\/4 {
    width: 75%;
  }
  .sm\:w-2\/6 {
    width: 33.333333%;
  }
  .sm\:w-full {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .md\:bg-gray-100 {
    background-color: #fafafa;
  }
  .md\:border-gray-200 {
    border-color: #ddd;
  }
  .md\:hover\:border-secondary700:hover {
    border-color: #4759b2;
  }
  .md\:rounded-none {
    border-radius: 0;
  }
  .md\:rounded-lg {
    border-radius: 0.5rem;
  }
  .md\:rounded-10px {
    border-radius: 10px;
  }
  .md\:rounded-b {
    border-bottom-left-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }
  .md\:border-solid {
    border-style: solid;
  }
  .md\:border-none {
    border-style: none;
  }
  .md\:border-0 {
    border-width: 0;
  }
  .md\:border {
    border-width: 1px;
  }
  .md\:border-t-0 {
    border-top-width: 0;
  }
  .md\:border-r-0 {
    border-right-width: 0;
  }
  .md\:border-l-0 {
    border-left-width: 0;
  }
  .md\:border-b-1 {
    border-bottom-width: 1px;
  }
  .md\:border-b-2 {
    border-bottom-width: 2px;
  }
  .md\:block {
    display: block;
  }
  .md\:inline-block {
    display: inline-block;
  }
  .md\:flex {
    display: -ms-flexbox;
    display: flex;
  }
  .md\:inline-flex {
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .md\:hidden {
    display: none;
  }
  .md\:flex-row {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .md\:flex-row-reverse {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .md\:flex-col {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .md\:flex-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .md\:flex-no-wrap {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .md\:items-start {
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .md\:items-center {
    -ms-flex-align: center;
    align-items: center;
  }
  .md\:justify-end {
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .md\:justify-between {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .md\:flex-1 {
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
  }
  .md\:flex-none {
    -ms-flex: none;
    flex: none;
  }
  .md\:font-euclidcircularb-bold {
    font-family: EuclidCircularB-Bold, sans-serif, arial;
  }
  .md\:font-normal {
    font-weight: 400;
  }
  .md\:font-medium {
    font-weight: 500;
  }
  .md\:font-bold {
    font-weight: 700;
  }
  .md\:font-black {
    font-weight: 900;
  }
  .md\:h-1 {
    height: 0.25rem;
  }
  .md\:h-full {
    height: 100%;
  }
  .md\:h-55px {
    height: 55px;
  }
  .md\:h-70px {
    height: 70px;
  }
  .md\:h-42px {
    height: 42px;
  }
  .md\:h-138px {
    height: 138px;
  }
  .md\:h-64px {
    height: 64px;
  }
  .md\:text-sm {
    font-size: 0.875rem;
  }
  .md\:text-base {
    font-size: 1rem;
  }
  .md\:text-lg {
    font-size: 1.125rem;
  }
  .md\:text-xl {
    font-size: 1.25rem;
  }
  .md\:text-2xl {
    font-size: 1.5rem;
  }
  .md\:text-3xl {
    font-size: 1.875rem;
  }
  .md\:text-4xl {
    font-size: 2.25rem;
  }
  .md\:text-12px {
    font-size: 12px;
  }
  .md\:text-18px {
    font-size: 18px;
  }
  .md\:text-20px {
    font-size: 20px;
  }
  .md\:text-24px {
    font-size: 24px;
  }
  .md\:text-22px {
    font-size: 22px;
  }
  .md\:text-25px {
    font-size: 25px;
  }
  .md\:text-headline1 {
    font-size: 45px;
  }
  .md\:text-headline2 {
    font-size: 34px;
  }
  .md\:text-32px {
    font-size: 32px;
  }
  .md\:text-36px {
    font-size: 36px;
  }
  .md\:text-48px {
    font-size: 48px;
  }
  .md\:leading-6 {
    line-height: 1.5rem;
  }
  .md\:leading-7 {
    line-height: 1.75rem;
  }
  .md\:leading-8 {
    line-height: 2rem;
  }
  .md\:leading-10 {
    line-height: 2.5rem;
  }
  .md\:leading-15px {
    line-height: 15px;
  }
  .md\:leading-23px {
    line-height: 23px;
  }
  .md\:leading-25px {
    line-height: 25px;
  }
  .md\:leading-27px {
    line-height: 27px;
  }
  .md\:leading-30px {
    line-height: 30px;
  }
  .md\:leading-34px {
    line-height: 34px;
  }
  .md\:leading-44px {
    line-height: 44px;
  }
  .md\:leading-60px {
    line-height: 60px;
  }
  .md\:m-0 {
    margin: 0;
  }
  .md\:m-auto {
    margin: auto;
  }
  .md\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }
  .md\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .md\:my-4 {
    margin-bottom: 1rem;
    margin-top: 1rem;
  }
  .md\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .md\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }
  .md\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .md\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }
  .md\:mx-15px {
    margin-left: 15px;
    margin-right: 15px;
  }
  .md\:mt-0 {
    margin-top: 0;
  }
  .md\:mr-0 {
    margin-right: 0;
  }
  .md\:mb-0 {
    margin-bottom: 0;
  }
  .md\:ml-0 {
    margin-left: 0;
  }
  .md\:mt-1 {
    margin-top: 0.25rem;
  }
  .md\:mr-1 {
    margin-right: 0.25rem;
  }
  .md\:mt-2 {
    margin-top: 0.5rem;
  }
  .md\:mb-2 {
    margin-bottom: 0.5rem;
  }
  .md\:mt-3 {
    margin-top: 0.75rem;
  }
  .md\:mb-3 {
    margin-bottom: 0.75rem;
  }
  .md\:mt-4 {
    margin-top: 1rem;
  }
  .md\:mr-4 {
    margin-right: 1rem;
  }
  .md\:mb-4 {
    margin-bottom: 1rem;
  }
  .md\:mt-5 {
    margin-top: 1.25rem;
  }
  .md\:mb-5 {
    margin-bottom: 1.25rem;
  }
  .md\:ml-5 {
    margin-left: 1.25rem;
  }
  .md\:mt-6 {
    margin-top: 1.5rem;
  }
  .md\:mr-6 {
    margin-right: 1.5rem;
  }
  .md\:mb-6 {
    margin-bottom: 1.5rem;
  }
  .md\:mt-8 {
    margin-top: 2rem;
  }
  .md\:mb-8 {
    margin-bottom: 2rem;
  }
  .md\:mb-10 {
    margin-bottom: 2.5rem;
  }
  .md\:mr-12 {
    margin-right: 3rem;
  }
  .md\:mr-auto {
    margin-right: auto;
  }
  .md\:ml-auto {
    margin-left: auto;
  }
  .md\:mb-2px {
    margin-bottom: 2px;
  }
  .md\:mt-5px {
    margin-top: 5px;
  }
  .md\:mt-6px {
    margin-top: 6px;
  }
  .md\:mt-10px {
    margin-top: 10px;
  }
  .md\:mb-10px {
    margin-bottom: 10px;
  }
  .md\:ml-10px {
    margin-left: 10px;
  }
  .md\:mr-12px {
    margin-right: 12px;
  }
  .md\:mb-14px {
    margin-bottom: 14px;
  }
  .md\:mb-15px {
    margin-bottom: 15px;
  }
  .md\:mb-16px {
    margin-bottom: 16px;
  }
  .md\:mb-20px {
    margin-bottom: 20px;
  }
  .md\:mt-23px {
    margin-top: 23px;
  }
  .md\:mr-23px {
    margin-right: 23px;
  }
  .md\:mt-28px {
    margin-top: 28px;
  }
  .md\:mt-30px {
    margin-top: 30px;
  }
  .md\:mr-30px {
    margin-right: 30px;
  }
  .md\:mb-30px {
    margin-bottom: 30px;
  }
  .md\:ml-30px {
    margin-left: 30px;
  }
  .md\:mt-40px {
    margin-top: 40px;
  }
  .md\:mr-50px {
    margin-right: 50px;
  }
  .md\:mb-60px {
    margin-bottom: 60px;
  }
  .md\:mb-70px {
    margin-bottom: 70px;
  }
  .md\:mb-66px {
    margin-bottom: 66px;
  }
  .md\:mb-33px {
    margin-bottom: 33px;
  }
  .md\:mt-18px {
    margin-top: 18px;
  }
  .md\:mt-200px {
    margin-top: 200px;
  }
  .md\:max-w-sm {
    max-width: 24rem;
  }
  .md\:max-w-220px {
    max-width: 220px;
  }
  .md\:max-w-960px {
    max-width: 960px;
  }
  .md\:max-w-970px {
    max-width: 970px;
  }
  .md\:max-w-1320px {
    max-width: 1320px;
  }
  .md\:min-w-300px {
    min-width: 300px;
  }
  .md\:overflow-x-visible {
    overflow-x: visible;
  }
  .md\:p-0 {
    padding: 0;
  }
  .md\:p-2 {
    padding: 0.5rem;
  }
  .md\:p-5 {
    padding: 1.25rem;
  }
  .md\:p-10 {
    padding: 2.5rem;
  }
  .md\:p-20px {
    padding: 20px;
  }
  .md\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .md\:py-3 {
    padding-bottom: 0.75rem;
    padding-top: 0.75rem;
  }
  .md\:py-4 {
    padding-bottom: 1rem;
    padding-top: 1rem;
  }
  .md\:py-5 {
    padding-bottom: 1.25rem;
    padding-top: 1.25rem;
  }
  .md\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .md\:py-6 {
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
  }
  .md\:py-13px {
    padding-bottom: 13px;
    padding-top: 13px;
  }
  .md\:px-15px {
    padding-left: 15px;
    padding-right: 15px;
  }
  .md\:py-16px {
    padding-bottom: 16px;
    padding-top: 16px;
  }
  .md\:py-25px {
    padding-bottom: 25px;
    padding-top: 25px;
  }
  .md\:px-30px {
    padding-left: 30px;
    padding-right: 30px;
  }
  .md\:px-34px {
    padding-left: 34px;
    padding-right: 34px;
  }
  .md\:py-35px {
    padding-bottom: 35px;
    padding-top: 35px;
  }
  .md\:px-55px {
    padding-left: 55px;
    padding-right: 55px;
  }
  .md\:py-22px {
    padding-bottom: 22px;
    padding-top: 22px;
  }
  .md\:py-50px {
    padding-bottom: 50px;
    padding-top: 50px;
  }
  .md\:pt-0 {
    padding-top: 0;
  }
  .md\:pr-0 {
    padding-right: 0;
  }
  .md\:pb-0 {
    padding-bottom: 0;
  }
  .md\:pr-2 {
    padding-right: 0.5rem;
  }
  .md\:pb-2 {
    padding-bottom: 0.5rem;
  }
  .md\:pr-4 {
    padding-right: 1rem;
  }
  .md\:pb-4 {
    padding-bottom: 1rem;
  }
  .md\:pt-5 {
    padding-top: 1.25rem;
  }
  .md\:pr-5 {
    padding-right: 1.25rem;
  }
  .md\:pt-6 {
    padding-top: 1.5rem;
  }
  .md\:pr-6 {
    padding-right: 1.5rem;
  }
  .md\:pb-6 {
    padding-bottom: 1.5rem;
  }
  .md\:pr-8 {
    padding-right: 2rem;
  }
  .md\:pl-10 {
    padding-left: 2.5rem;
  }
  .md\:pl-0px {
    padding-left: 0;
  }
  .md\:pb-8px {
    padding-bottom: 8px;
  }
  .md\:pt-10px {
    padding-top: 10px;
  }
  .md\:pl-12px {
    padding-left: 12px;
  }
  .md\:pb-14px {
    padding-bottom: 14px;
  }
  .md\:pt-15px {
    padding-top: 15px;
  }
  .md\:pr-15px {
    padding-right: 15px;
  }
  .md\:pb-15px {
    padding-bottom: 15px;
  }
  .md\:pt-18px {
    padding-top: 18px;
  }
  .md\:pb-18px {
    padding-bottom: 18px;
  }
  .md\:pt-24px {
    padding-top: 24px;
  }
  .md\:pb-26px {
    padding-bottom: 26px;
  }
  .md\:pt-30px {
    padding-top: 30px;
  }
  .md\:pr-30px {
    padding-right: 30px;
  }
  .md\:pb-30px {
    padding-bottom: 30px;
  }
  .md\:pl-30px {
    padding-left: 30px;
  }
  .md\:pl-32px {
    padding-left: 32px;
  }
  .md\:pr-35px {
    padding-right: 35px;
  }
  .md\:pr-40px {
    padding-right: 40px;
  }
  .md\:pb-40px {
    padding-bottom: 40px;
  }
  .md\:pt-48px {
    padding-top: 48px;
  }
  .md\:pb-60px {
    padding-bottom: 60px;
  }
  .md\:pt-17px {
    padding-top: 17px;
  }
  .md\:pl-50px {
    padding-left: 50px;
  }
  .md\:absolute {
    position: absolute;
  }
  .md\:relative {
    position: relative;
  }
  .md\:right-0 {
    right: 0;
  }
  .md\:text-left {
    text-align: left;
  }
  .md\:text-center {
    text-align: center;
  }
  .md\:text-777777 {
    color: #777;
  }
  .md\:text-white {
    color: #fff;
  }
  .md\:text-gray-500 {
    color: #333;
  }
  .md\:w-auto {
    width: auto;
  }
  .md\:w-1\/4 {
    width: 25%;
  }
  .md\:w-3\/4 {
    width: 75%;
  }
  .md\:w-6\/12 {
    width: 50%;
  }
  .md\:w-full {
    width: 100%;
  }
  .md\:w-300px {
    width: 300px;
  }
  .md\:w-225px {
    width: 225px;
  }
  .md\:w-102px {
    width: 102px;
  }
  .md\:w-165px {
    width: 165px;
  }
  .md\:w-420px {
    width: 420px;
  }
  .md\:w-283px {
    width: 283px;
  }
  .md\:w-287px {
    width: 287px;
  }
  .md\:w-64px {
    width: 64px;
  }
}
@media (min-width: 1024px) {
  .lg\:bg-white {
    background-color: #fff;
  }
  .lg\:border-black {
    border-color: #000;
  }
  .lg\:border-secondary200 {
    border-color: #dadada;
  }
  .lg\:rounded-none {
    border-radius: 0;
  }
  .lg\:rounded-md {
    border-radius: 0.375rem;
  }
  .lg\:border-solid {
    border-style: solid;
  }
  .lg\:border-none {
    border-style: none;
  }
  .lg\:border-t-4 {
    border-top-width: 4px;
  }
  .lg\:border-t {
    border-top-width: 1px;
  }
  .lg\:border-b {
    border-bottom-width: 1px;
  }
  .lg\:block {
    display: block;
  }
  .lg\:inline-block {
    display: inline-block;
  }
  .lg\:inline {
    display: inline;
  }
  .lg\:flex {
    display: -ms-flexbox;
    display: flex;
  }
  .lg\:inline-flex {
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .lg\:hidden {
    display: none;
  }
  .lg\:flex-row {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .lg\:flex-col {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .lg\:flex-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .lg\:flex-no-wrap {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .lg\:items-start {
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .lg\:items-center {
    -ms-flex-align: center;
    align-items: center;
  }
  .lg\:self-end {
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .lg\:self-center {
    -ms-flex-item-align: center;
    align-self: center;
  }
  .lg\:justify-start {
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .lg\:justify-center {
    -ms-flex-pack: center;
    justify-content: center;
  }
  .lg\:justify-between {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .lg\:flex-1 {
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
  }
  .lg\:order-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .lg\:order-none {
    -ms-flex-order: 0;
    order: 0;
  }
  .lg\:float-left {
    float: left;
  }
  .lg\:clearfix:after {
    clear: both;
    content: "";
    display: table;
  }
  .lg\:font-euclidcircularb-regular {
    font-family: EuclidCircularB-Regular, sans-serif, arial;
  }
  .lg\:font-euclidcircularb-bold {
    font-family: EuclidCircularB-Bold, sans-serif, arial;
  }
  .lg\:font-normal {
    font-weight: 400;
  }
  .lg\:h-32 {
    height: 8rem;
  }
  .lg\:h-48 {
    height: 12rem;
  }
  .lg\:h-50px {
    height: 50px;
  }
  .lg\:h-95px {
    height: 95px;
  }
  .lg\:h-120px {
    height: 120px;
  }
  .lg\:text-xs {
    font-size: 0.75rem;
  }
  .lg\:text-sm {
    font-size: 0.875rem;
  }
  .lg\:text-base {
    font-size: 1rem;
  }
  .lg\:text-lg {
    font-size: 1.125rem;
  }
  .lg\:text-xl {
    font-size: 1.25rem;
  }
  .lg\:text-2xl {
    font-size: 1.5rem;
  }
  .lg\:text-3xl {
    font-size: 1.875rem;
  }
  .lg\:text-5xl {
    font-size: 3rem;
  }
  .lg\:text-22px {
    font-size: 22px;
  }
  .lg\:text-25px {
    font-size: 25px;
  }
  .lg\:text-32px {
    font-size: 32px;
  }
  .lg\:text-55px {
    font-size: 55px;
  }
  .lg\:text-26px {
    font-size: 26px;
  }
  .lg\:leading-5 {
    line-height: 1.25rem;
  }
  .lg\:leading-6 {
    line-height: 1.5rem;
  }
  .lg\:leading-7 {
    line-height: 1.75rem;
  }
  .lg\:leading-8 {
    line-height: 2rem;
  }
  .lg\:leading-10 {
    line-height: 2.5rem;
  }
  .lg\:leading-18px {
    line-height: 18px;
  }
  .lg\:leading-20px {
    line-height: 20px;
  }
  .lg\:leading-22px {
    line-height: 22px;
  }
  .lg\:leading-30px {
    line-height: 30px;
  }
  .lg\:leading-34px {
    line-height: 34px;
  }
  .lg\:leading-45px {
    line-height: 45px;
  }
  .lg\:leading-53px {
    line-height: 53px;
  }
  .lg\:leading-59px {
    line-height: 59px;
  }
  .lg\:leading-68px {
    line-height: 68px;
  }
  .lg\:m-0 {
    margin: 0;
  }
  .lg\:m-auto {
    margin: auto;
  }
  .lg\:my-0 {
    margin-bottom: 0;
    margin-top: 0;
  }
  .lg\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }
  .lg\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }
  .lg\:my-10 {
    margin-bottom: 2.5rem;
    margin-top: 2.5rem;
  }
  .lg\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .lg\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }
  .lg\:-mx-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
  .lg\:mx-10px {
    margin-left: 10px;
    margin-right: 10px;
  }
  .lg\:mt-0 {
    margin-top: 0;
  }
  .lg\:mr-0 {
    margin-right: 0;
  }
  .lg\:mb-0 {
    margin-bottom: 0;
  }
  .lg\:mt-2 {
    margin-top: 0.5rem;
  }
  .lg\:mr-2 {
    margin-right: 0.5rem;
  }
  .lg\:mb-2 {
    margin-bottom: 0.5rem;
  }
  .lg\:mt-3 {
    margin-top: 0.75rem;
  }
  .lg\:mr-3 {
    margin-right: 0.75rem;
  }
  .lg\:mb-3 {
    margin-bottom: 0.75rem;
  }
  .lg\:ml-3 {
    margin-left: 0.75rem;
  }
  .lg\:mt-4 {
    margin-top: 1rem;
  }
  .lg\:mr-4 {
    margin-right: 1rem;
  }
  .lg\:mb-4 {
    margin-bottom: 1rem;
  }
  .lg\:mr-5 {
    margin-right: 1.25rem;
  }
  .lg\:mb-5 {
    margin-bottom: 1.25rem;
  }
  .lg\:ml-5 {
    margin-left: 1.25rem;
  }
  .lg\:mt-6 {
    margin-top: 1.5rem;
  }
  .lg\:mr-6 {
    margin-right: 1.5rem;
  }
  .lg\:mb-6 {
    margin-bottom: 1.5rem;
  }
  .lg\:mb-8 {
    margin-bottom: 2rem;
  }
  .lg\:mr-10 {
    margin-right: 2.5rem;
  }
  .lg\:mb-10 {
    margin-bottom: 2.5rem;
  }
  .lg\:mt-12 {
    margin-top: 3rem;
  }
  .lg\:mb-12 {
    margin-bottom: 3rem;
  }
  .lg\:mb-16 {
    margin-bottom: 4rem;
  }
  .lg\:mr-20 {
    margin-right: 5rem;
  }
  .lg\:ml-auto {
    margin-left: auto;
  }
  .lg\:-mt-6 {
    margin-top: -1.5rem;
  }
  .lg\:mb-2px {
    margin-bottom: 2px;
  }
  .lg\:mt-10px {
    margin-top: 10px;
  }
  .lg\:mb-10px {
    margin-bottom: 10px;
  }
  .lg\:mb-12px {
    margin-bottom: 12px;
  }
  .lg\:mb-13px {
    margin-bottom: 13px;
  }
  .lg\:mb-15px {
    margin-bottom: 15px;
  }
  .lg\:mb-16px {
    margin-bottom: 16px;
  }
  .lg\:mt-23px {
    margin-top: 23px;
  }
  .lg\:ml-23px {
    margin-left: 23px;
  }
  .lg\:mt-26px {
    margin-top: 26px;
  }
  .lg\:ml-26px {
    margin-left: 26px;
  }
  .lg\:mt-30px {
    margin-top: 30px;
  }
  .lg\:mr-30px {
    margin-right: 30px;
  }
  .lg\:mb-30px {
    margin-bottom: 30px;
  }
  .lg\:mt-34px {
    margin-top: 34px;
  }
  .lg\:mt-36px {
    margin-top: 36px;
  }
  .lg\:ml-50px {
    margin-left: 50px;
  }
  .lg\:mr-60px {
    margin-right: 60px;
  }
  .lg\:mb-60px {
    margin-bottom: 60px;
  }
  .lg\:mr-102px {
    margin-right: 102px;
  }
  .lg\:mb-33px {
    margin-bottom: 33px;
  }
  .lg\:ml-11px {
    margin-left: 11px;
  }
  .lg\:ml-18px {
    margin-left: 18px;
  }
  .lg\:mt-86n {
    margin-top: -86px;
  }
  .lg\:max-w-960px {
    max-width: 960px;
  }
  .lg\:min-w-280px {
    min-width: 280px;
  }
  .lg\:min-w-300px {
    min-width: 300px;
  }
  .lg\:opacity-100 {
    opacity: 1;
  }
  .lg\:overflow-hidden {
    overflow: hidden;
  }
  .lg\:p-0 {
    padding: 0;
  }
  .lg\:p-4 {
    padding: 1rem;
  }
  .lg\:p-5 {
    padding: 1.25rem;
  }
  .lg\:p-15px {
    padding: 15px;
  }
  .lg\:p-37px {
    padding: 37px;
  }
  .lg\:p-60px {
    padding: 60px;
  }
  .lg\:py-0 {
    padding-bottom: 0;
    padding-top: 0;
  }
  .lg\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .lg\:py-1 {
    padding-bottom: 0.25rem;
    padding-top: 0.25rem;
  }
  .lg\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .lg\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .lg\:py-5 {
    padding-bottom: 1.25rem;
    padding-top: 1.25rem;
  }
  .lg\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .lg\:py-10 {
    padding-bottom: 2.5rem;
    padding-top: 2.5rem;
  }
  .lg\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .lg\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .lg\:py-16 {
    padding-bottom: 4rem;
    padding-top: 4rem;
  }
  .lg\:py-10px {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .lg\:px-15px {
    padding-left: 15px;
    padding-right: 15px;
  }
  .lg\:px-18px {
    padding-left: 18px;
    padding-right: 18px;
  }
  .lg\:py-30px {
    padding-bottom: 30px;
    padding-top: 30px;
  }
  .lg\:px-30px {
    padding-left: 30px;
    padding-right: 30px;
  }
  .lg\:py-34px {
    padding-bottom: 34px;
    padding-top: 34px;
  }
  .lg\:px-34px {
    padding-left: 34px;
    padding-right: 34px;
  }
  .lg\:py-22px {
    padding-bottom: 22px;
    padding-top: 22px;
  }
  .lg\:pt-0 {
    padding-top: 0;
  }
  .lg\:pb-0 {
    padding-bottom: 0;
  }
  .lg\:pl-0 {
    padding-left: 0;
  }
  .lg\:pr-2 {
    padding-right: 0.5rem;
  }
  .lg\:pb-2 {
    padding-bottom: 0.5rem;
  }
  .lg\:pb-3 {
    padding-bottom: 0.75rem;
  }
  .lg\:pl-3 {
    padding-left: 0.75rem;
  }
  .lg\:pt-4 {
    padding-top: 1rem;
  }
  .lg\:pr-4 {
    padding-right: 1rem;
  }
  .lg\:pb-4 {
    padding-bottom: 1rem;
  }
  .lg\:pt-5 {
    padding-top: 1.25rem;
  }
  .lg\:pr-5 {
    padding-right: 1.25rem;
  }
  .lg\:pb-5 {
    padding-bottom: 1.25rem;
  }
  .lg\:pb-6 {
    padding-bottom: 1.5rem;
  }
  .lg\:pt-8 {
    padding-top: 2rem;
  }
  .lg\:pr-8 {
    padding-right: 2rem;
  }
  .lg\:pl-8 {
    padding-left: 2rem;
  }
  .lg\:pt-10 {
    padding-top: 2.5rem;
  }
  .lg\:pr-10 {
    padding-right: 2.5rem;
  }
  .lg\:pb-10 {
    padding-bottom: 2.5rem;
  }
  .lg\:pl-10 {
    padding-left: 2.5rem;
  }
  .lg\:pb-16 {
    padding-bottom: 4rem;
  }
  .lg\:pl-0px {
    padding-left: 0;
  }
  .lg\:pb-6px {
    padding-bottom: 6px;
  }
  .lg\:pt-10px {
    padding-top: 10px;
  }
  .lg\:pl-10px {
    padding-left: 10px;
  }
  .lg\:pr-13px {
    padding-right: 13px;
  }
  .lg\:pb-14px {
    padding-bottom: 14px;
  }
  .lg\:pr-15px {
    padding-right: 15px;
  }
  .lg\:pb-15px {
    padding-bottom: 15px;
  }
  .lg\:pt-16px {
    padding-top: 16px;
  }
  .lg\:pr-18px {
    padding-right: 18px;
  }
  .lg\:pr-30px {
    padding-right: 30px;
  }
  .lg\:pl-30px {
    padding-left: 30px;
  }
  .lg\:pl-45px {
    padding-left: 45px;
  }
  .lg\:pr-60px {
    padding-right: 60px;
  }
  .lg\:pb-9px {
    padding-bottom: 9px;
  }
  .lg\:pointer-events-none {
    pointer-events: none;
  }
  .lg\:text-left {
    text-align: left;
  }
  .lg\:text-center {
    text-align: center;
  }
  .lg\:text-gray-500 {
    color: #333;
  }
  .lg\:no-underline {
    text-decoration: none;
  }
  .lg\:hover\:underline:hover {
    text-decoration: underline;
  }
  .lg\:visible {
    visibility: visible;
  }
  .lg\:invisible {
    visibility: hidden;
  }
  .lg\:w-40 {
    width: 10rem;
  }
  .lg\:w-auto {
    width: auto;
  }
  .lg\:w-1\/2 {
    width: 50%;
  }
  .lg\:w-1\/3 {
    width: 33.333333%;
  }
  .lg\:w-2\/3 {
    width: 66.666667%;
  }
  .lg\:w-1\/4 {
    width: 25%;
  }
  .lg\:w-3\/4 {
    width: 75%;
  }
  .lg\:w-1\/5 {
    width: 20%;
  }
  .lg\:w-1\/6 {
    width: 16.666667%;
  }
  .lg\:w-3\/12 {
    width: 25%;
  }
  .lg\:w-8\/12 {
    width: 66.666667%;
  }
  .lg\:w-full {
    width: 100%;
  }
  .lg\:w-300px {
    width: 300px;
  }
  .lg\:w-50px {
    width: 50px;
  }
  .lg\:w-95px {
    width: 95px;
  }
  .lg\:w-ed-300px {
    width: calc(100% - 300px);
  }
  .lg\:w-275px {
    width: 275px;
  }
}
@media (min-width: 1280px) {
  .xl\:block {
    display: block;
  }
  .xl\:flex {
    display: -ms-flexbox;
    display: flex;
  }
  .xl\:inline-flex {
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .xl\:hidden {
    display: none;
  }
  .xl\:flex-row {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .xl\:justify-end {
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .xl\:justify-between {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .xl\:text-41px {
    font-size: 41px;
  }
  .xl\:text-26px {
    font-size: 26px;
  }
  .xl\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .xl\:mt-0 {
    margin-top: 0;
  }
  .xl\:mr-0 {
    margin-right: 0;
  }
  .xl\:mb-0 {
    margin-bottom: 0;
  }
  .xl\:ml-0 {
    margin-left: 0;
  }
  .xl\:ml-3 {
    margin-left: 0.75rem;
  }
  .xl\:ml-11px {
    margin-left: 11px;
  }
  .xl\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .xl\:px-18px {
    padding-left: 18px;
    padding-right: 18px;
  }
  .xl\:px-60px {
    padding-left: 60px;
    padding-right: 60px;
  }
  .xl\:py-22px {
    padding-bottom: 22px;
    padding-top: 22px;
  }
  .xl\:pt-5 {
    padding-top: 1.25rem;
  }
  .xl\:pl-15px {
    padding-left: 15px;
  }
  .xl\:pr-50px {
    padding-right: 50px;
  }
  .xl\:absolute {
    position: absolute;
  }
  .xl\:text-left {
    text-align: left;
  }
  .xl\:hover\:underline:hover {
    text-decoration: underline;
  }
}
@media (min-width: 769px) {
  .large_md\:flex {
    display: -ms-flexbox;
    display: flex;
  }
  .large_md\:ml-1 {
    margin-left: 0.25rem;
  }
}
