:root {
  --grid-gutter-width: 30px;
  --border-opacity: 1;
}

@media (max-width: 767px) {
  :root {
    --grid-gutter-width: 40px;
  }
}
:root {
  --grid-gutter-width: 30px;
  --border-opacity: 1;
}

@media (max-width: 767px) {
  :root {
    --grid-gutter-width: 40px;
  }
}
.border-example {
  display: flex;
  margin-bottom: 1rem;
}
.border-example span {
  height: 8rem;
  width: 8rem;
  margin-right: 1rem;
  background: #000;
}

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

.border {
  --border-opacity: 1;
  border: 1px solid rgba(254, 239, 215, var(--border-opacity));
}

.border-top {
  border-top: 1px solid rgba(254, 239, 215, var(--border-opacity));
}

.border-bottom {
  border-bottom: 1px solid rgba(254, 239, 215, var(--border-opacity));
}

.border-left {
  border-left: 1px solid rgba(254, 239, 215, var(--border-opacity));
}

.border-right {
  border-right: 1px solid rgba(254, 239, 215, var(--border-opacity));
}

.rounded {
  border-radius: 1rem;
}

.rounded--lg {
  border-radius: 2rem;
}

.rounded--xl {
  border-radius: 3rem;
}

:root {
  --grid-gutter-width: 30px;
  --border-opacity: 1;
}

@media (max-width: 767px) {
  :root {
    --grid-gutter-width: 40px;
  }
}
.mb-0 {
  margin-bottom: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mx-1 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

.my-1 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

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

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

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

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

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

.px-1 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.py-1 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

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

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

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

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

.mx-2 {
  margin-left: 2rem !important;
  margin-right: 2rem !important;
}

.my-2 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

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

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

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

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

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

.px-2 {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}

.py-2 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

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

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

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

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

.mx-3 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}

.my-3 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

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

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

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

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

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

.px-3 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

.py-3 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

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

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

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

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

.mx-4 {
  margin-left: 4rem !important;
  margin-right: 4rem !important;
}

.my-4 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

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

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

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

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

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

.px-4 {
  padding-left: 4rem !important;
  padding-right: 4rem !important;
}

.py-4 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

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

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

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

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

.mx-5 {
  margin-left: 5rem !important;
  margin-right: 5rem !important;
}

.my-5 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}

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

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

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

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

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

.px-5 {
  padding-left: 5rem !important;
  padding-right: 5rem !important;
}

.py-5 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

:root {
  --grid-gutter-width: 30px;
  --border-opacity: 1;
}

@media (max-width: 767px) {
  :root {
    --grid-gutter-width: 40px;
  }
}
.bg--primary {
  --bg-opacity: 1;
  background-color: rgba(145, 39, 143, var(--bg-opacity)) !important;
}

.text--primary {
  --text-opacity: 1;
  color: rgba(145, 39, 143, var(--text-opacity)) !important;
}

.border--primary {
  --border-opacity: 1;
  border-color: rgba(145, 39, 143, var(--border-opacity)) !important;
}

.bg--secondary {
  --bg-opacity: 1;
  background-color: rgba(58, 58, 58, var(--bg-opacity)) !important;
}

.text--secondary {
  --text-opacity: 1;
  color: rgba(58, 58, 58, var(--text-opacity)) !important;
}

.border--secondary {
  --border-opacity: 1;
  border-color: rgba(58, 58, 58, var(--border-opacity)) !important;
}

.bg--success {
  --bg-opacity: 1;
  background-color: rgba(64, 144, 77, var(--bg-opacity)) !important;
}

.text--success {
  --text-opacity: 1;
  color: rgba(64, 144, 77, var(--text-opacity)) !important;
}

.border--success {
  --border-opacity: 1;
  border-color: rgba(64, 144, 77, var(--border-opacity)) !important;
}

.bg--info {
  --bg-opacity: 1;
  background-color: rgba(254, 239, 215, var(--bg-opacity)) !important;
}

.text--info {
  --text-opacity: 1;
  color: rgba(254, 239, 215, var(--text-opacity)) !important;
}

.border--info {
  --border-opacity: 1;
  border-color: rgba(254, 239, 215, var(--border-opacity)) !important;
}

.bg--warning {
  --bg-opacity: 1;
  background-color: rgba(251, 176, 64, var(--bg-opacity)) !important;
}

.text--warning {
  --text-opacity: 1;
  color: rgba(251, 176, 64, var(--text-opacity)) !important;
}

.border--warning {
  --border-opacity: 1;
  border-color: rgba(251, 176, 64, var(--border-opacity)) !important;
}

.bg--danger {
  --bg-opacity: 1;
  background-color: rgba(219, 59, 15, var(--bg-opacity)) !important;
}

.text--danger {
  --text-opacity: 1;
  color: rgba(219, 59, 15, var(--text-opacity)) !important;
}

.border--danger {
  --border-opacity: 1;
  border-color: rgba(219, 59, 15, var(--border-opacity)) !important;
}

.bg--light {
  --bg-opacity: 1;
  background-color: rgba(230, 245, 243, var(--bg-opacity)) !important;
}

.text--light {
  --text-opacity: 1;
  color: rgba(230, 245, 243, var(--text-opacity)) !important;
}

.border--light {
  --border-opacity: 1;
  border-color: rgba(230, 245, 243, var(--border-opacity)) !important;
}

.bg--dark {
  --bg-opacity: 1;
  background-color: rgba(30, 30, 30, var(--bg-opacity)) !important;
}

.text--dark {
  --text-opacity: 1;
  color: rgba(30, 30, 30, var(--text-opacity)) !important;
}

.border--dark {
  --border-opacity: 1;
  border-color: rgba(30, 30, 30, var(--border-opacity)) !important;
}

.bg--white {
  --bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--bg-opacity)) !important;
}

.text--white {
  --text-opacity: 1;
  color: rgba(255, 255, 255, var(--text-opacity)) !important;
}

.border--white {
  --border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--border-opacity)) !important;
}

.border-opacity-5 {
  --border-opacity: 0.05;
}

.bg-opacity-5 {
  --bg-opacity: 0.05;
}

.text-opacity-5 {
  --text-opacity: 0.05;
}

.border-opacity-25 {
  --border-opacity: 0.25;
}

.bg-opacity-25 {
  --bg-opacity: 0.25;
}

.text-opacity-25 {
  --text-opacity: 0.25;
}

.border-opacity-50 {
  --border-opacity: 0.5;
}

.bg-opacity-50 {
  --bg-opacity: 0.5;
}

.text-opacity-50 {
  --text-opacity: 0.5;
}

.border-opacity-75 {
  --border-opacity: 0.75;
}

.bg-opacity-75 {
  --bg-opacity: 0.75;
}

.text-opacity-75 {
  --text-opacity: 0.75;
}

:root {
  --grid-gutter-width: 30px;
  --border-opacity: 1;
}

@media (max-width: 767px) {
  :root {
    --grid-gutter-width: 40px;
  }
}
:root {
  --grid-gutter-width: 30px;
  --border-opacity: 1;
}

@media (max-width: 767px) {
  :root {
    --grid-gutter-width: 40px;
  }
}
:root {
  --grid-gutter-width: 30px;
  --border-opacity: 1;
}

@media (max-width: 767px) {
  :root {
    --grid-gutter-width: 40px;
  }
}
:root {
  --grid-gutter-width: 30px;
  --border-opacity: 1;
}

@media (max-width: 767px) {
  :root {
    --grid-gutter-width: 40px;
  }
}
:root {
  --grid-gutter-width: 30px;
  --border-opacity: 1;
}

@media (max-width: 767px) {
  :root {
    --grid-gutter-width: 40px;
  }
}
:root {
  --grid-gutter-width: 30px;
  --border-opacity: 1;
}

@media (max-width: 767px) {
  :root {
    --grid-gutter-width: 40px;
  }
}
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-stretch: condensed;
}

html {
  font-size: 62.5% !important;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  height: 100%;
}

body {
  font-size: 1.8rem !important;
  font-weight: 400;
  line-height: 1.3;
  padding: 0;
  overflow-x: hidden;
  font-family: "Open Sans", sans-serif;
  color: #1E1E1E;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  min-height: 100%;
  scroll-behavior: smooth;
}
body.menu-open {
  overflow: hidden;
  position: fixed;
  width: 100%;
}

#snippet-box {
  display: none;
}

.a11y-toolbar .offscreen {
  display: none !important;
}

::-ms-clear {
  display: none;
}

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

main {
  box-sizing: border-box;
}

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

html.desktop-version {
  margin-top: 0 !important;
}

nav ul {
  list-style: none;
}

blockquote {
  quotes: none;
}

select,
button {
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
}

button:focus {
  outline: none;
}

button {
  background: none;
}

blockquote:before, blockquote:after {
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  color: #95278f;
}
a:hover, a:focus {
  color: #3a3a3a;
}

input:focus,
a:focus,
button:focus,
select:focus {
  outline: none;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  color: #000;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

.DynarchCalendar-topCont {
  font-size: 12px;
}

.DynarchCalendar-day.sgcal-selected {
  background-color: #91278f !important;
  color: white !important;
}

.DynarchCalendar-day-selected {
  border-color: #91278f !important;
}

.DynarchCalendar-menu {
  opacity: 1 !important;
  z-index: 99;
}

.DynarchCalendar-menu-year {
  border: none;
  width: 100%;
  pointer-events: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
  box-sizing: border-box;
}

iframe {
  max-width: 100%;
  min-width: 100%;
}

html.overlayed {
  overflow: hidden;
}
html.overlayed body.overlayed {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  overflow: hidden;
}
html.overlayed #wrapper {
  overflow-y: scroll;
  overflow-x: hidden;
}

.alignleft {
  float: left;
  margin: 0 2rem 2rem 0;
}

.alignright {
  float: right;
  margin: 0 0 2rem 2rem;
}

.aligncenter {
  display: block;
  margin: 0 auto;
}

::selection {
  background: #c4c4c4; /* WebKit/Blink Browsers */
}

::-moz-selection {
  background: #c4c4c4; /* Gecko Browsers */
}

.hide-mobile {
  display: block !important;
}
@media (max-width: 767px) {
  .hide-mobile {
    display: none !important;
  }
}

.hide-desktop {
  display: none !important;
}
@media (max-width: 767px) {
  .hide-desktop {
    display: block !important;
  }
}

#wrapper {
  min-height: 100%;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
#wrapper main {
  flex: 1;
}
#wrapper:after {
  clear: both;
  content: "";
  display: block;
}

.overlayed #wrapper {
  overflow: hidden;
}

.hidden {
  position: absolute;
  left: 0;
  top: -500px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.wow {
  visibility: hidden;
}

/* text aligments */
.text-left {
  text-align: left !important;
}

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

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

.left {
  float: left;
}

.right {
  float: right;
}

.wp-caption,
.wp-caption-text,
.bypostauthor {
  font-size: 1.8rem;
}

.wp-caption {
  margin-bottom: 3.5rem;
  max-width: 100%;
}
.wp-caption img {
  margin-bottom: 1.5rem;
  vertical-align: top;
  border-radius: 3rem;
}

.inner {
  max-width: 1440px;
  width: 100%;
  padding: 0 4rem;
  box-sizing: border-box;
  margin: 0 auto;
}

.hidden {
  position: absolute;
  left: 0;
  top: -500px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

#content {
  position: relative;
  padding-bottom: 1px;
}

video::-internal-media-controls-download-button {
  display: none;
}

video::-webkit-media-controls-enclosure {
  overflow: hidden;
}

video::-webkit-media-controls-panel {
  width: calc(100% + 30px); /* Adjust as needed */
}

svg {
  max-width: 100%;
  height: auto;
}

body.no-scroll {
  overflow: hidden;
  height: 100%;
  position: fixed;
  width: 100%;
}

.grecaptcha-badge {
  z-index: 99;
}

.main {
  overflow-x: hidden;
  min-height: 70vh;
}

.post-type-archive-location .main {
  overflow: visible;
}

.archive-location-wrapper {
  overflow: hidden;
}

.slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2.4rem;
  list-style-type: none;
}
.slick-dots li {
  width: 8px;
  height: 8px;
  border: 1px solid #91278F;
  border-radius: 50%;
  margin: 0 4px;
  position: relative;
}
.slick-dots li button {
  position: absolute;
  inset: 0;
  overflow: hidden;
  padding: 0;
  border: none;
  text-indent: -9999px;
}
.slick-dots li.slick-active {
  background: #91278F;
  width: 12px;
  height: 12px;
}

.slick-prev,
.slick-next {
  width: 4.4rem;
  height: 4.4rem;
  border-radius: 50%;
  background: #91278F;
  position: absolute;
  bottom: 0;
  padding: 0;
  border: none;
  text-indent: -9999px;
  z-index: 99;
  margin-right: 2rem;
  transition: opacity 0.35s;
  cursor: pointer;
}
.slick-prev:hover,
.slick-next:hover {
  opacity: 0.8;
}
.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: 0.5;
}
.slick-prev:before,
.slick-next:before {
  content: "";
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="25" viewBox="0 0 24 25" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M14.0831 6.35937C14.4451 6.0187 15.0147 6.03596 15.3554 6.39792L20.1554 11.4979C20.4815 11.8445 20.4815 12.385 20.1554 12.7316L15.3554 17.8316C15.0147 18.1935 14.4451 18.2108 14.0831 17.8701C13.7212 17.5295 13.7039 16.9599 14.0446 16.5979L17.417 13.0147H4.49998C4.00292 13.0147 3.59998 12.6118 3.59998 12.1147C3.59998 11.6177 4.00292 11.2147 4.49998 11.2147H17.417L14.0446 7.63158C13.7039 7.26962 13.7212 6.70003 14.0831 6.35937Z" fill="white"/></svg>') no-repeat center center;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 2.4rem;
  height: 2.5rem;
  transform: translate(-50%, -50%);
}

.sg-control-date {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 20px;
}

.slick-prev {
  right: -6px;
}
.slick-prev:before {
  transform: translate(-50%, -50%) scaleX(-1);
}

.slick-next {
  right: -5.4rem;
}

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

@media (max-width: 1024px) {
  .wp-caption {
    width: 100% !important;
  }
  .wp-caption img {
    width: 100%;
  }
}
@media (max-width: 1023px) {
  #wrapper {
    overflow: hidden;
  }
  .slick-prev {
    right: 50px;
  }
  .slick-next {
    right: 0;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 1.6rem;
  }
  .inner {
    padding: 0 2rem;
  }
  .wp-caption img {
    border-radius: 1rem;
  }
  .wp-caption,
  .wp-caption-text,
  .bypostauthor {
    font-size: 1.4rem;
  }
}
/*Pharmacy Pages*/
.ctr-page-title-custom {
  background: transparent !important;
}
.ctr-page-title-custom .uagb-section__overlay {
  display: none;
}
.ctr-page-title-custom #page-title {
  color: #1E1E1E;
}

.login-banner {
  background: transparent !important;
}

@media (max-width: 844px) {
  body .login-banner {
    background: transparent !important;
  }
}
#ctr-page-title {
  padding-left: 5%;
  padding-right: 5%;
  position: relative;
  z-index: 0;
}

#ctr-page-title > .uagb-section__overlay {
  opacity: 1;
  background-color: #95278f;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: -1;
}

#ctr-page-title #page-title {
  text-align: center;
  color: #fff;
  font-size: 48px;
  font-weight: 700;
  padding: 35px 0;
  margin: 0;
  font-family: "Open Sans", sans-serif;
  line-height: 1;
}

:root {
  --grid-gutter-width: 30px;
  --border-opacity: 1;
}

@media (max-width: 767px) {
  :root {
    --grid-gutter-width: 40px;
  }
}
code {
  font-family: "Fira Code", "Source Code Pro", "Consolas", "Courier New", monospace;
  font-size: 16px;
  line-height: 1.5;
  background: rgba(255, 255, 255, 0.5) !important;
}

.text-extra-bold {
  font-weight: 1000 !important;
}

.text-bold {
  font-weight: 800 !important;
}

.text-semi-bold {
  font-weight: 600 !important;
}

.text-medium {
  font-weight: 500 !important;
}

.text-regular {
  font-weight: 400 !important;
}

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

.text-thin {
  font-weight: 100 !important;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  margin-bottom: 3rem;
  line-height: 1.2;
  color: #3A3A3A;
}

h1,
.h1,
.fz-1 {
  font-size: 4.4rem;
}

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

h3,
.h3,
.fz-3 {
  font-size: 3.6rem;
}

h4,
.h4,
.fz-4 {
  font-size: 3.2rem;
}

h5,
.h5,
.fz-5 {
  font-size: 2.4rem;
}

h6,
.h6,
.fz-6 {
  font-size: 2rem;
}

.fz-5.fz-6,
h5,
.h5,
h6,
.h6 {
  line-height: 1.2;
}

p,
.p1,
.p2,
.p3,
.p4 {
  margin-bottom: 2rem;
  line-height: 1.5;
}

p,
.p1 {
  font-size: 1.8rem;
}

.p2 {
  font-size: 1.6rem;
}

.p3 {
  font-size: 1.4rem;
}

.p4 {
  font-size: 1.2rem;
}

.text-upper {
  text-transform: uppercase;
}

.text-lower {
  text-transform: lowercase;
}

ul,
ol {
  margin: 0 0 3rem 1.5rem;
}
ul li,
ol li {
  margin-bottom: 0.5rem;
  font-size: 1.4rem;
}

ul ul {
  list-style-type: disc;
}

.sub-title {
  font-size: 1.6rem;
  padding-left: 3.7rem;
  margin-bottom: 3rem;
  position: relative;
  font-weight: 600;
  color: #3A3A3A;
}
.sub-title span {
  width: 2.9rem;
  height: 2.4rem;
  border-radius: 0 200px 200px 0;
  background: #37bcab;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.bg--white .sub-title {
  color: #1E1E1E;
}

.bg--warning .sub-title {
  color: #1E1E1E;
}
.bg--warning .sub-title:after {
  background: #1E1E1E;
}

.bg--primary .sub-title {
  color: #fff;
}
.bg--primary .sub-title:after {
  background: #fff;
}

.bg--danger .sub-title {
  color: #fff;
}
.bg--danger .sub-title:after {
  background: #fff;
}

.bg--dark-200 .sub-title {
  color: #fff;
}

.content-entry ol li,
.content-entry ul li {
  font-size: 1.8rem;
}
.content-entry .privacy-note {
  padding: 0.8rem 1.6rem;
  background: #FEEFD7;
  border-radius: 0.8rem;
  margin-bottom: 4.8rem;
  font-size: 2rem;
  line-height: 1.5;
}
.content-entry .privacy-note p:last-child {
  margin-bottom: 0;
}
.content-entry ul {
  margin-left: 2rem;
}
.content-entry ul li {
  line-height: 1.5;
}
.content-entry ul.check-list {
  list-style-type: none;
  margin-left: 0;
}
.content-entry ul.check-list li {
  position: relative;
  padding-left: 4rem;
  padding-top: 0.3rem;
  min-height: 2.5rem;
  margin-bottom: 1.6rem;
}
.content-entry ul.check-list li:before {
  content: url('data:image/svg+xml,<svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="12" cy="12.5" r="12" fill="%2340904D"/><path fill-rule="evenodd" clip-rule="evenodd" d="M16.7213 8.66657C17.0435 8.92684 17.0937 9.39904 16.8335 9.72128L11.5835 16.2213C11.4468 16.3905 11.2433 16.4921 11.0259 16.4996C10.8084 16.5071 10.5984 16.4198 10.4504 16.2604L7.20041 12.7604C6.91856 12.4568 6.93613 11.9823 7.23966 11.7004C7.5432 11.4186 8.01775 11.4362 8.2996 11.7397L10.9605 14.6053L15.6665 8.77877C15.9268 8.45654 16.399 8.4063 16.7213 8.66657Z" fill="%23FFFEFE"/></svg>');
  position: absolute;
  left: 0;
  top: 0;
  line-height: 0;
}
.content-entry h1,
.content-entry h2,
.content-entry h3,
.content-entry h4,
.content-entry h5,
.content-entry h6 {
  margin-bottom: 3rem;
}
.content-entry h2,
.content-entry h3,
.content-entry h4,
.content-entry h5,
.content-entry h6 {
  margin: 4.8rem 0 1rem;
  font-weight: 600;
}
.content-entry p:last-child {
  margin-bottom: 3rem;
}
.content-entry.text--white a {
  color: #fff;
  border-color: #fff;
}
.content-entry.text--white a:hover, .content-entry.text--white a:focus {
  border-color: transparent;
}
.content-entry.text--dark a {
  color: #1E1E1E;
  border-color: #1E1E1E;
}
.content-entry.text--dark a:hover, .content-entry.text--dark a:focus {
  border-color: transparent;
}
.content-entry.p3 p {
  font-size: 1.4rem;
}
.content-entry.p4 p {
  font-size: 1.2rem;
}
.content-entry.p2 p {
  font-size: 1.6rem;
}

.title-indent {
  text-indent: 9rem;
}

.tag {
  padding: 8px;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 1rem;
}

.animate-heading div {
  white-space: nowrap;
  display: inline-block;
  will-change: transform;
}

@media (max-width: 1024px) {
  h1,
  .h1,
  .fz-1 {
    font-size: 4rem;
  }
  h2,
  .h2,
  .fz-2 {
    font-size: 3.6rem;
  }
  h3,
  .h3,
  .fz-3 {
    font-size: 2.8rem;
  }
  h4,
  .h4,
  .fz-4 {
    font-size: 2.4rem;
  }
  h5,
  .h5,
  .fz-5 {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .sub-title {
    margin-bottom: 1.2rem;
    font-size: 1.6rem;
  }
  .content-entry ol li,
  .content-entry ul li {
    font-size: 1.6rem;
  }
  .content-entry .privacy-note {
    font-size: 1.6rem;
  }
  .content-entry p:last-child {
    margin-bottom: 1.6rem;
  }
  h1,
  .h1,
  h2,
  .h2,
  h3,
  .h3,
  h4,
  .h4,
  h5,
  .h5,
  h6,
  .h6 {
    margin-bottom: 2rem;
  }
  h1,
  .h1,
  .fz-1 {
    font-size: 3.2rem !important;
  }
  h2,
  .h2,
  .fz-2 {
    font-size: 2.6rem !important;
  }
  h3,
  .h3,
  .fz-3,
  h4,
  .h4,
  .fz-4 {
    font-size: 2.2rem !important;
  }
  h5,
  .h5,
  .fz-5,
  h6,
  .h6,
  .fz-6 {
    font-size: 1.8rem !important;
  }
  p,
  .p1 {
    font-size: 1.6rem;
    margin-bottom: 1.6rem;
  }
  .p2,
  .p3,
  .p4 {
    font-size: 1.4rem;
  }
  .content-entry.p3 p {
    font-size: 1.4rem;
  }
  .content-entry.p4 p {
    font-size: 1.4rem;
  }
  .content-entry.p2 p {
    font-size: 1.4rem;
  }
}
:root {
  --grid-gutter-width: 30px;
  --border-opacity: 1;
}

@media (max-width: 767px) {
  :root {
    --grid-gutter-width: 40px;
  }
}
.content-entry table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 3rem;
}
.content-entry table th, .content-entry table td {
  padding: 1rem;
  text-align: left;
  font-size: 1.8rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.content-entry table th {
  border-bottom-width: 4px;
  background-color: rgba(255, 255, 255, 0.2);
  font-weight: 600;
}
.content-entry table tr {
  border-bottom: 1px solid #1E1E1E;
}
.content-entry table tr:nth-child(even) {
  background-color: rgba(255, 255, 255, 0.2);
}

:root {
  --grid-gutter-width: 30px;
  --border-opacity: 1;
}

@media (max-width: 767px) {
  :root {
    --grid-gutter-width: 40px;
  }
}
:root {
  --grid-gutter-width: 30px;
  --border-opacity: 1;
}

@media (max-width: 767px) {
  :root {
    --grid-gutter-width: 40px;
  }
}
.ia-gutter-xs-10 {
  --grid-gutter-width: 10px;
}

.ia-gutter-xs-20 {
  --grid-gutter-width: 20px;
}

.ia-gutter-xs-30 {
  --grid-gutter-width: 30px;
}

.ia-gutter-xs-40 {
  --grid-gutter-width: 40px;
}

.ia-gutter-xs-50 {
  --grid-gutter-width: 50px;
}

@media (min-width: 768px) {
  .ia-gutter-sm-10 {
    --grid-gutter-width: 10px;
  }
}

@media (min-width: 768px) {
  .ia-gutter-sm-20 {
    --grid-gutter-width: 20px;
  }
}

@media (min-width: 768px) {
  .ia-gutter-sm-30 {
    --grid-gutter-width: 30px;
  }
}

@media (min-width: 768px) {
  .ia-gutter-sm-40 {
    --grid-gutter-width: 40px;
  }
}

@media (min-width: 768px) {
  .ia-gutter-sm-50 {
    --grid-gutter-width: 50px;
  }
}

@media (min-width: 1024px) {
  .ia-gutter-md-10 {
    --grid-gutter-width: 10px;
  }
}

@media (min-width: 1024px) {
  .ia-gutter-md-20 {
    --grid-gutter-width: 20px;
  }
}

@media (min-width: 1024px) {
  .ia-gutter-md-30 {
    --grid-gutter-width: 30px;
  }
}

@media (min-width: 1024px) {
  .ia-gutter-md-40 {
    --grid-gutter-width: 40px;
  }
}

@media (min-width: 1024px) {
  .ia-gutter-md-50 {
    --grid-gutter-width: 50px;
  }
}

@media (min-width: 1200px) {
  .ia-gutter-lg-10 {
    --grid-gutter-width: 10px;
  }
}

@media (min-width: 1200px) {
  .ia-gutter-lg-20 {
    --grid-gutter-width: 20px;
  }
}

@media (min-width: 1200px) {
  .ia-gutter-lg-30 {
    --grid-gutter-width: 30px;
  }
}

@media (min-width: 1200px) {
  .ia-gutter-lg-40 {
    --grid-gutter-width: 40px;
  }
}

@media (min-width: 1200px) {
  .ia-gutter-lg-50 {
    --grid-gutter-width: 50px;
  }
}

:root {
  --grid-gutter-width: 30px;
  --border-opacity: 1;
}

@media (max-width: 767px) {
  :root {
    --grid-gutter-width: 40px;
  }
}
:root {
  --grid-gutter-width: 30px;
  --border-opacity: 1;
}

@media (max-width: 767px) {
  :root {
    --grid-gutter-width: 40px;
  }
}
:root {
  --grid-gutter-width: 30px;
  --border-opacity: 1;
}

@media (max-width: 767px) {
  :root {
    --grid-gutter-width: 40px;
  }
}
.ia-col-offset-1 {
  margin-left: 8.3333333333%;
}

.ia-col-offset-2 {
  margin-left: 16.6666666667%;
}

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

.ia-col-offset-4 {
  margin-left: 33.3333333333%;
}

.ia-col-offset-5 {
  margin-left: 41.6666666667%;
}

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

.ia-col-offset-7 {
  margin-left: 58.3333333333%;
}

.ia-col-offset-8 {
  margin-left: 66.6666666667%;
}

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

.ia-col-offset-10 {
  margin-left: 83.3333333333%;
}

.ia-col-offset-11 {
  margin-left: 91.6666666667%;
}

.ia-col-offset-12 {
  margin-left: 100%;
}

.ia-col-offset-1 {
  margin-left: 8.3333333333%;
}

.ia-col-1 {
  width: 8.3333333333%;
}

.ia-col-offset-2 {
  margin-left: 16.6666666667%;
}

.ia-col-2 {
  width: 16.6666666667%;
}

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

.ia-col-3 {
  width: 25%;
}

.ia-col-offset-4 {
  margin-left: 33.3333333333%;
}

.ia-col-4 {
  width: 33.3333333333%;
}

.ia-col-offset-5 {
  margin-left: 41.6666666667%;
}

.ia-col-5 {
  width: 41.6666666667%;
}

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

.ia-col-6 {
  width: 50%;
}

.ia-col-offset-7 {
  margin-left: 58.3333333333%;
}

.ia-col-7 {
  width: 58.3333333333%;
}

.ia-col-offset-8 {
  margin-left: 66.6666666667%;
}

.ia-col-8 {
  width: 66.6666666667%;
}

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

.ia-col-9 {
  width: 75%;
}

.ia-col-offset-10 {
  margin-left: 83.3333333333%;
}

.ia-col-10 {
  width: 83.3333333333%;
}

.ia-col-offset-11 {
  margin-left: 91.6666666667%;
}

.ia-col-11 {
  width: 91.6666666667%;
}

.ia-col-offset-12 {
  margin-left: 100%;
}

.ia-col-12 {
  width: 100%;
}

.ia-container {
  width: 100%;
  max-width: 1380px;
  margin-left: auto;
  margin-right: auto;
  padding-left: calc(var(--grid-gutter-width) / 2);
  padding-right: calc(var(--grid-gutter-width) / 2);
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .ia-container {
    padding-left: var(--grid-gutter-width);
    padding-right: var(--grid-gutter-width);
  }
}

.ia-container--slim {
  max-width: 1180px;
}

.ia-row {
  display: flex;
  flex-wrap: wrap;
  margin-left: calc(-1 * var(--grid-gutter-width) / 2);
  margin-right: calc(-1 * var(--grid-gutter-width) / 2);
}

.ia-col {
  padding-left: calc(var(--grid-gutter-width) / 2);
  padding-right: calc(var(--grid-gutter-width) / 2);
  box-sizing: border-box;
  width: 100%;
  margin-bottom: calc(var(--grid-gutter-width));
}

.ia-col-1 {
  width: 8.3333333333%;
}

.ia-col-offset-1 {
  margin-left: 8.3333333333%;
}

.ia-col-2 {
  width: 16.6666666667%;
}

.ia-col-offset-2 {
  margin-left: 16.6666666667%;
}

.ia-col-3 {
  width: 25%;
}

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

.ia-col-4 {
  width: 33.3333333333%;
}

.ia-col-offset-4 {
  margin-left: 33.3333333333%;
}

.ia-col-5 {
  width: 41.6666666667%;
}

.ia-col-offset-5 {
  margin-left: 41.6666666667%;
}

.ia-col-6 {
  width: 50%;
}

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

.ia-col-7 {
  width: 58.3333333333%;
}

.ia-col-offset-7 {
  margin-left: 58.3333333333%;
}

.ia-col-8 {
  width: 66.6666666667%;
}

.ia-col-offset-8 {
  margin-left: 66.6666666667%;
}

.ia-col-9 {
  width: 75%;
}

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

.ia-col-10 {
  width: 83.3333333333%;
}

.ia-col-offset-10 {
  margin-left: 83.3333333333%;
}

.ia-col-11 {
  width: 91.6666666667%;
}

.ia-col-offset-11 {
  margin-left: 91.6666666667%;
}

.ia-col-12 {
  width: 100%;
}

.ia-col-offset-12 {
  margin-left: 100%;
}

.ia-col-xs-1 {
  width: 8.3333333333%;
}

.ia-col-offset-xs-1 {
  margin-left: 8.3333333333%;
}

.ia-col-xs-2 {
  width: 16.6666666667%;
}

.ia-col-offset-xs-2 {
  margin-left: 16.6666666667%;
}

.ia-col-xs-3 {
  width: 25%;
}

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

.ia-col-xs-4 {
  width: 33.3333333333%;
}

.ia-col-offset-xs-4 {
  margin-left: 33.3333333333%;
}

.ia-col-xs-5 {
  width: 41.6666666667%;
}

.ia-col-offset-xs-5 {
  margin-left: 41.6666666667%;
}

.ia-col-xs-6 {
  width: 50%;
}

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

.ia-col-xs-7 {
  width: 58.3333333333%;
}

.ia-col-offset-xs-7 {
  margin-left: 58.3333333333%;
}

.ia-col-xs-8 {
  width: 66.6666666667%;
}

.ia-col-offset-xs-8 {
  margin-left: 66.6666666667%;
}

.ia-col-xs-9 {
  width: 75%;
}

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

.ia-col-xs-10 {
  width: 83.3333333333%;
}

.ia-col-offset-xs-10 {
  margin-left: 83.3333333333%;
}

.ia-col-xs-11 {
  width: 91.6666666667%;
}

.ia-col-offset-xs-11 {
  margin-left: 91.6666666667%;
}

.ia-col-xs-12 {
  width: 100%;
}

.ia-col-offset-xs-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .ia-col-sm-1 {
    width: 8.3333333333%;
  }
  .ia-col-offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .ia-col-sm-2 {
    width: 16.6666666667%;
  }
  .ia-col-offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .ia-col-sm-3 {
    width: 25%;
  }
  .ia-col-offset-sm-3 {
    margin-left: 25%;
  }
  .ia-col-sm-4 {
    width: 33.3333333333%;
  }
  .ia-col-offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .ia-col-sm-5 {
    width: 41.6666666667%;
  }
  .ia-col-offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .ia-col-sm-6 {
    width: 50%;
  }
  .ia-col-offset-sm-6 {
    margin-left: 50%;
  }
  .ia-col-sm-7 {
    width: 58.3333333333%;
  }
  .ia-col-offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .ia-col-sm-8 {
    width: 66.6666666667%;
  }
  .ia-col-offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .ia-col-sm-9 {
    width: 75%;
  }
  .ia-col-offset-sm-9 {
    margin-left: 75%;
  }
  .ia-col-sm-10 {
    width: 83.3333333333%;
  }
  .ia-col-offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .ia-col-sm-11 {
    width: 91.6666666667%;
  }
  .ia-col-offset-sm-11 {
    margin-left: 91.6666666667%;
  }
  .ia-col-sm-12 {
    width: 100%;
  }
  .ia-col-offset-sm-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1024px) {
  .ia-col-md-1 {
    width: 8.3333333333%;
  }
  .ia-col-offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .ia-col-md-2 {
    width: 16.6666666667%;
  }
  .ia-col-offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .ia-col-md-3 {
    width: 25%;
  }
  .ia-col-offset-md-3 {
    margin-left: 25%;
  }
  .ia-col-md-4 {
    width: 33.3333333333%;
  }
  .ia-col-offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .ia-col-md-5 {
    width: 41.6666666667%;
  }
  .ia-col-offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .ia-col-md-6 {
    width: 50%;
  }
  .ia-col-offset-md-6 {
    margin-left: 50%;
  }
  .ia-col-md-7 {
    width: 58.3333333333%;
  }
  .ia-col-offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .ia-col-md-8 {
    width: 66.6666666667%;
  }
  .ia-col-offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .ia-col-md-9 {
    width: 75%;
  }
  .ia-col-offset-md-9 {
    margin-left: 75%;
  }
  .ia-col-md-10 {
    width: 83.3333333333%;
  }
  .ia-col-offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .ia-col-md-11 {
    width: 91.6666666667%;
  }
  .ia-col-offset-md-11 {
    margin-left: 91.6666666667%;
  }
  .ia-col-md-12 {
    width: 100%;
  }
  .ia-col-offset-md-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .ia-col-lg-1 {
    width: 8.3333333333%;
  }
  .ia-col-offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .ia-col-lg-2 {
    width: 16.6666666667%;
  }
  .ia-col-offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .ia-col-lg-3 {
    width: 25%;
  }
  .ia-col-offset-lg-3 {
    margin-left: 25%;
  }
  .ia-col-lg-4 {
    width: 33.3333333333%;
  }
  .ia-col-offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .ia-col-lg-5 {
    width: 41.6666666667%;
  }
  .ia-col-offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .ia-col-lg-6 {
    width: 50%;
  }
  .ia-col-offset-lg-6 {
    margin-left: 50%;
  }
  .ia-col-lg-7 {
    width: 58.3333333333%;
  }
  .ia-col-offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .ia-col-lg-8 {
    width: 66.6666666667%;
  }
  .ia-col-offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .ia-col-lg-9 {
    width: 75%;
  }
  .ia-col-offset-lg-9 {
    margin-left: 75%;
  }
  .ia-col-lg-10 {
    width: 83.3333333333%;
  }
  .ia-col-offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .ia-col-lg-11 {
    width: 91.6666666667%;
  }
  .ia-col-offset-lg-11 {
    margin-left: 91.6666666667%;
  }
  .ia-col-lg-12 {
    width: 100%;
  }
  .ia-col-offset-lg-12 {
    margin-left: 100%;
  }
}
.module {
  margin: 10rem 0;
}
.module.module--filled {
  margin: 0;
  padding: 10rem 0;
}
.module.module--filled.bg--white + .module--filled.bg--white {
  padding-top: 0;
}
.module-in {
  padding: 10rem;
}

@media (max-width: 1024px) {
  .module {
    margin: 6rem 0;
  }
  .module.module--filled {
    padding: 6rem 0;
  }
  .module-in {
    padding: 5rem;
  }
}
@media (max-width: 767px) {
  .module-in {
    padding: 5rem 2rem;
    margin: 0 -2rem;
  }
}
:root {
  --grid-gutter-width: 30px;
  --border-opacity: 1;
}

@media (max-width: 767px) {
  :root {
    --grid-gutter-width: 40px;
  }
}
:root {
  --grid-gutter-width: 30px;
  --border-opacity: 1;
}

@media (max-width: 767px) {
  :root {
    --grid-gutter-width: 40px;
  }
}
:root {
  --grid-gutter-width: 30px;
  --border-opacity: 1;
}

@media (max-width: 767px) {
  :root {
    --grid-gutter-width: 40px;
  }
}
.ia-btn {
  display: inline-block;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  cursor: pointer;
  line-height: 1.39;
  font-weight: 700;
  transition: all 0.3s;
  box-sizing: border-box;
  border: 2px solid #3A3A3A;
  background: #3A3A3A;
  color: #fff;
  white-space: nowrap;
}
.ia-btn[target=_blank] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
}
.ia-btn svg {
  vertical-align: middle;
}
.ia-btn i {
  transition: all 0.3s;
}
.ia-btn span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
}
.ia-btn span i {
  font-style: normal;
}
.ia-btn:hover, .ia-btn:focus {
  background: #91278F;
  color: #000;
  border-color: #000;
  text-decoration: none;
}
.ia-btn--media {
  padding: 0.9rem 2.3rem 0.9rem 1.2rem !important;
}
.ia-btn--media i {
  width: 1.8rem;
  height: 1.8rem;
  background: #91278F;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  color: #000;
  margin-right: -1.4rem;
  margin-left: 0.3rem;
}
.ia-btn--media i svg:first-child {
  display: none;
}
.ia-btn--media i svg:last-child {
  display: block;
}
.ia-btn--media.ia-btn--play i svg:first-child {
  display: block;
}
.ia-btn--media.ia-btn--play i svg:last-child {
  display: none;
}
.ia-btn--media:hover i, .ia-btn--media:focus i {
  background: #000;
  color: #fff;
}

.ia-btn--primary {
  border-color: #91278F;
  background-color: #91278F;
  color: #fff;
}
.ia-btn--primary:hover, .ia-btn--primary:focus {
  background-color: transparent;
  border-color: #91278F;
  color: #91278F;
}

.ia-btn--outline-primary {
  border: 2px solid #91278F;
  background: none;
  color: #91278F;
  position: relative;
}
.ia-btn--outline-primary:hover, .ia-btn--outline-primary:focus {
  background-color: #91278f;
  border: 2px solid #91278F;
  color: #1E1E1E;
  color: #fff;
}
.ia-btn--outline-primary:hover:before, .ia-btn--outline-primary:focus:before {
  opacity: 1;
}

.ia-btn--secondary {
  border-color: #3A3A3A;
  background-color: #3A3A3A;
  color: #fff;
}
.ia-btn--secondary:hover, .ia-btn--secondary:focus {
  background-color: #4d4d4d;
  color: #d9d9d9;
  border-color: #d9d9d9;
}

.ia-btn--outline-secondary {
  border: 2px solid #3A3A3A;
  background: none;
  color: #3A3A3A;
  position: relative;
}
.ia-btn--outline-secondary:hover, .ia-btn--outline-secondary:focus {
  background-color: #3a3a3a;
  border: 2px solid #3A3A3A;
  color: #1E1E1E;
}
.ia-btn--outline-secondary:hover:before, .ia-btn--outline-secondary:focus:before {
  opacity: 1;
}

.ia-btn--success {
  border-color: #40904D;
  background-color: #40904D;
  color: #fff;
}
.ia-btn--success:hover, .ia-btn--success:focus {
  background-color: #4d4d4d;
  color: #d9d9d9;
  border-color: #d9d9d9;
}

.ia-btn--outline-success {
  border: 2px solid #40904D;
  background: none;
  color: #40904D;
  position: relative;
}
.ia-btn--outline-success:hover, .ia-btn--outline-success:focus {
  background-color: #40904d;
  border: 2px solid #40904D;
  color: #1E1E1E;
}
.ia-btn--outline-success:hover:before, .ia-btn--outline-success:focus:before {
  opacity: 1;
}

.ia-btn--info {
  border-color: #FEEFD7;
  background-color: #FEEFD7;
  color: #000;
}
.ia-btn--info:hover, .ia-btn--info:focus {
  background-color: #4d4d4d;
  color: #d9d9d9;
  border-color: #d9d9d9;
}

.ia-btn--outline-info {
  border: 2px solid #FEEFD7;
  background: none;
  color: #FEEFD7;
  position: relative;
}
.ia-btn--outline-info:hover, .ia-btn--outline-info:focus {
  background-color: #feefd7;
  border: 2px solid #FEEFD7;
  color: #1E1E1E;
}
.ia-btn--outline-info:hover:before, .ia-btn--outline-info:focus:before {
  opacity: 1;
}

.ia-btn--warning {
  border-color: #FBB040;
  background-color: #FBB040;
  color: #000;
}
.ia-btn--warning:hover, .ia-btn--warning:focus {
  background-color: #4d4d4d;
  color: #d9d9d9;
  border-color: #d9d9d9;
}

.ia-btn--outline-warning {
  border: 2px solid #FBB040;
  background: none;
  color: #FBB040;
  position: relative;
}
.ia-btn--outline-warning:hover, .ia-btn--outline-warning:focus {
  background-color: #fbb040;
  border: 2px solid #FBB040;
  color: #1E1E1E;
}
.ia-btn--outline-warning:hover:before, .ia-btn--outline-warning:focus:before {
  opacity: 1;
}

.ia-btn--danger {
  border-color: #DB3B0F;
  background-color: #DB3B0F;
  color: #fff;
}
.ia-btn--danger:hover, .ia-btn--danger:focus {
  background-color: #4d4d4d;
  color: #d9d9d9;
  border-color: #d9d9d9;
}

.ia-btn--outline-danger {
  border: 2px solid #DB3B0F;
  background: none;
  color: #DB3B0F;
  position: relative;
}
.ia-btn--outline-danger:hover, .ia-btn--outline-danger:focus {
  background-color: #db3b0f;
  border: 2px solid #DB3B0F;
  color: #1E1E1E;
}
.ia-btn--outline-danger:hover:before, .ia-btn--outline-danger:focus:before {
  opacity: 1;
}

.ia-btn--light {
  border-color: #E6F5F3;
  background-color: #E6F5F3;
  color: #000;
}
.ia-btn--light:hover, .ia-btn--light:focus {
  background-color: #4d4d4d;
  color: #d9d9d9;
  border-color: #d9d9d9;
}

.ia-btn--outline-light {
  border: 2px solid #E6F5F3;
  background: none;
  color: #E6F5F3;
  position: relative;
}
.ia-btn--outline-light:hover, .ia-btn--outline-light:focus {
  background-color: #e6f5f3;
  border: 2px solid #E6F5F3;
  color: #1E1E1E;
}
.ia-btn--outline-light:hover:before, .ia-btn--outline-light:focus:before {
  opacity: 1;
}

.ia-btn--dark {
  border-color: #1E1E1E;
  background-color: #1E1E1E;
  color: #fff;
}
.ia-btn--dark:hover, .ia-btn--dark:focus {
  background-color: #FEEFD7;
  color: #1E1E1E;
}

.ia-btn--outline-dark {
  border: 2px solid #1E1E1E;
  background: none;
  color: #1E1E1E;
  position: relative;
}
.ia-btn--outline-dark:hover, .ia-btn--outline-dark:focus {
  background-color: #1e1e1e;
  border: 2px solid #1E1E1E;
  color: #1E1E1E;
}
.ia-btn--outline-dark:hover:before, .ia-btn--outline-dark:focus:before {
  opacity: 1;
}

.ia-btn--white {
  border-color: #fff;
  background-color: #fff;
  color: #000;
}
.ia-btn--white:hover, .ia-btn--white:focus {
  background-color: #4d4d4d;
  color: #d9d9d9;
  border-color: #d9d9d9;
}

.ia-btn--outline-white {
  border: 2px solid #fff;
  background: none;
  color: #fff;
  position: relative;
}
.ia-btn--outline-white:hover, .ia-btn--outline-white:focus {
  background-color: white;
  border: 2px solid #fff;
  color: #1E1E1E;
}
.ia-btn--outline-white:hover:before, .ia-btn--outline-white:focus:before {
  opacity: 1;
}

.ia-btn--white i.icon-logo-icon {
  color: #91278F;
  margin-right: 0.5rem;
}
.ia-btn--white:hover i.icon-logo-icon, .ia-btn--white:focus i.icon-logo-icon {
  color: #91278F;
}

.bg--secondary .ia-btn--primary:hover,
.bg--secondary .ia-btn--primary:focus {
  color: #fff;
}

.ia-btn {
  padding: 1.5rem 2.5rem;
  font-size: 1.8rem;
  border-radius: 4rem;
}

.ia-btn--sm {
  padding: 1rem 2.4rem;
  font-size: 1.6rem;
  border-radius: 4rem;
}

.ia-btn--lg {
  padding: 2rem 2.8rem;
  font-size: 2rem;
  border-radius: 4rem;
}

@media (max-width: 767px) {
  .ia-btn {
    padding: 1.3rem 2.5rem;
    font-size: 1.4rem;
    border-radius: 4rem;
  }
  .ia-btn--sm {
    padding: 1.1rem 3.1rem;
    font-size: 1.4rem;
    border-radius: 4rem;
  }
  .ia-btn--lg {
    padding: 1.8rem 2.5rem;
    font-size: 1.8rem;
    border-radius: 4rem;
  }
  .ia-btn svg {
    max-width: 16px;
  }
}
:root {
  --grid-gutter-width: 30px;
  --border-opacity: 1;
}

@media (max-width: 767px) {
  :root {
    --grid-gutter-width: 40px;
  }
}
.close {
  position: relative;
  border: none;
  transition: all 0.3s;
  cursor: pointer;
  padding: 0;
}
.close--sm {
  font-size: 1.2rem;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
}
.close--sm i {
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}

.close--primary {
  background-color: #91278F;
  color: #fff !important;
}
.close--primary:hover, .close--primary:focus {
  background-color: #3A3A3A;
  color: #fff !important;
}

.close--secondary {
  background-color: #3A3A3A;
  color: #fff !important;
}
.close--secondary:hover, .close--secondary:focus {
  background-color: #1E1E1E;
  color: #fff !important;
}

.close--success {
  background-color: #40904D;
  color: #fff !important;
}
.close--success:hover, .close--success:focus {
  background-color: #1E1E1E;
  color: #fff !important;
}

.close--info {
  background-color: #FEEFD7;
  color: #1E1E1E !important;
}
.close--info:hover, .close--info:focus {
  background-color: #1E1E1E;
  color: #fff !important;
}

.close--warning {
  background-color: #FBB040;
  color: #1E1E1E !important;
}
.close--warning:hover, .close--warning:focus {
  background-color: #1E1E1E;
  color: #fff !important;
}

.close--danger {
  background-color: #DB3B0F;
  color: #fff !important;
}
.close--danger:hover, .close--danger:focus {
  background-color: #1E1E1E;
  color: #fff !important;
}

.close--light {
  background-color: #E6F5F3;
  color: #1E1E1E !important;
}
.close--light:hover, .close--light:focus {
  background-color: #1E1E1E;
  color: #fff !important;
}

.close--dark {
  background-color: #1E1E1E;
  color: #fff !important;
}
.close--dark:hover, .close--dark:focus {
  background-color: #FEEFD7;
  color: #1E1E1E !important;
}

.close--white {
  background-color: #fff;
  color: #1E1E1E !important;
}
.close--white:hover, .close--white:focus {
  background-color: #1E1E1E;
  color: #fff !important;
}

:root {
  --grid-gutter-width: 30px;
  --border-opacity: 1;
}

@media (max-width: 767px) {
  :root {
    --grid-gutter-width: 40px;
  }
}
.skip-to-main-content-link {
  position: absolute;
  left: -9999px;
  z-index: 999;
  padding: 1em;
  background-color: black;
  color: white;
  opacity: 0;
}

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

.ia-link {
  color: #fff;
  border-bottom: 1px solid #FBB040;
  display: inline-block;
}
.ia-link[target=_blank] {
  position: relative;
  padding-right: 1.4rem;
}
.ia-link[target=_blank]:after {
  content: url('data:image/svg+xml,<svg width="10" height="10" viewBox="0 0 10 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.997159 9.99998L0 9.00282L3.70739 5.28904L7.41477 1.57526H1.6875L1.70028 0.19458H9.79261V8.29969H8.39915L8.41193 2.57242L0.997159 9.99998Z" fill="white"/></svg>');
  position: absolute;
  top: 50%;
  margin-top: -5px;
  right: 0;
}
.ia-link:hover, .ia-link:focus {
  border-bottom-color: #fff;
}

.ia-link--primary {
  color: #91278F !important;
}
.ia-link--primary:hover {
  border-bottom-color: #91278F !important;
}

.ia-link--secondary {
  color: #3A3A3A !important;
}
.ia-link--secondary:hover {
  border-bottom-color: #3A3A3A !important;
}

.ia-link--success {
  color: #40904D !important;
}
.ia-link--success:hover {
  border-bottom-color: #40904D !important;
}

.ia-link--info {
  color: #FEEFD7 !important;
}
.ia-link--info:hover {
  border-bottom-color: #FEEFD7 !important;
}

.ia-link--warning {
  color: #FBB040 !important;
}
.ia-link--warning:hover {
  border-bottom-color: #FBB040 !important;
}

.ia-link--danger {
  color: #DB3B0F !important;
}
.ia-link--danger:hover {
  border-bottom-color: #DB3B0F !important;
}

.ia-link--light {
  color: #E6F5F3 !important;
}
.ia-link--light:hover {
  border-bottom-color: #E6F5F3 !important;
}

.ia-link--dark {
  color: #1E1E1E !important;
}
.ia-link--dark:hover {
  border-bottom-color: #1E1E1E !important;
}

.ia-link--white {
  color: #fff !important;
}
.ia-link--white:hover {
  border-bottom-color: #fff !important;
}

:root {
  --grid-gutter-width: 30px;
  --border-opacity: 1;
}

@media (max-width: 767px) {
  :root {
    --grid-gutter-width: 40px;
  }
}
.tabs {
  position: relative;
}
.tabs.tabs--dark .tab-list-outer {
  color: #1E1E1E;
  background: rgba(30, 30, 30, 0.15);
  border-color: #1E1E1E;
}
.tabs.tabs--dark .moving-tab {
  background: #1E1E1E;
}
.tabs.tabs--dark .tab-item {
  color: #1E1E1E;
  background: #40904D;
}
.tabs.tabs--dark .tab-item.active {
  color: #fff;
}
.tabs.tabs--dark .tab-content {
  color: #1E1E1E;
}
.tabs.tabs--light .tab-list-outer {
  color: #fff;
  background: rgba(30, 30, 30, 0.15);
  border-color: #fff;
}
.tabs.tabs--light .moving-tab {
  background: #fff;
}
.tabs.tabs--light .tab-item {
  color: #1E1E1E;
  background: #40904D;
}
.tabs.tabs--light .tab-content {
  color: #fff;
}
.tabs .tab-list {
  display: inline-flex;
  list-style: none;
  margin: 0;
  position: relative;
  z-index: 1;
  width: 100%;
}
.tabs .tab-list-outer {
  border: 1px solid #1E1E1E;
  background: rgba(30, 30, 30, 0.15);
  padding: 0.6rem;
  border-radius: 50px;
  max-width: 46%;
  width: 100%;
  box-sizing: border-box;
}
.tabs .moving-tab {
  position: absolute;
  width: 50%;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #1E1E1E;
  border-radius: 50px;
  margin: 0;
  transition: left 0.3s linear;
}
.tabs .tab-item {
  padding: 2rem 4.5rem;
  line-height: 1;
  cursor: pointer;
  position: relative;
  z-index: 2;
  transition: color 0.3s;
  color: #000;
  border-radius: 50px;
  margin-bottom: 0;
  width: 50%;
  font-size: 2rem;
  text-align: center;
  background: #91278F;
}
.tabs .tab-item.active {
  background: #3A3A3A;
  color: #fff;
}
.tabs .tab-content {
  color: #1E1E1E;
}
.tabs .tab-content .tab-pane {
  display: none;
}
@media (max-width: 1200px) {
  .tabs .tab-item {
    padding: 2rem 2.4rem;
    font-size: 1.8rem;
    text-align: center;
  }
  .tabs .tab-list-outer {
    max-width: 52%;
  }
}
@media (max-width: 767px) {
  .tabs .tab-list-outer {
    max-width: 100%;
  }
  .tabs .tab-list-outer li {
    width: 50%;
  }
}
:root {
  --grid-gutter-width: 30px;
  --border-opacity: 1;
}

@media (max-width: 767px) {
  :root {
    --grid-gutter-width: 40px;
  }
}
.accordion-item {
  border-bottom: 1px solid rgba(30, 30, 30, 0.25);
  color: #1E1E1E;
  transition: border 0.35s;
}
.accordion-item:last-child {
  border-bottom: none;
}
.accordion-item.active .accordion-icon::after {
  opacity: 0;
}

.accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 3rem 0;
  cursor: pointer;
}

@media (min-width: 1024px) {
  .accordion-header:hover .accordion-icon,
  .accordion-header:focus .accordion-icon {
    background: #fff;
  }
  .accordion-header:hover .accordion-icon:after, .accordion-header:hover .accordion-icon:before,
  .accordion-header:focus .accordion-icon:after,
  .accordion-header:focus .accordion-icon:before {
    background: #91278F !important;
  }
}

@media (min-width: 1024px) {
  .accordion.accordion--light .accordion-item:hover,
  .accordion.accordion--light .accordion-item:focus {
    border-bottom-color: #fff;
  }
}

@media (min-width: 1024px) {
  .card-section--dark .accordion-header:hover .accordion-icon:after, .card-section--dark .accordion-header:hover .accordion-icon:before,
  .card-section--dark .accordion-header:focus .accordion-icon:after,
  .card-section--dark .accordion-header:focus .accordion-icon:before {
    background: #1E1E1E !important;
  }
}

.accordion-title {
  font-size: 3.2rem;
  line-height: 1.2;
}

.accordion-icon {
  width: 48px;
  height: 48px;
  position: relative;
  transition: all 0.35s;
  border-radius: 50%;
}
.accordion-icon::before, .accordion-icon::after {
  content: "";
  position: absolute;
  width: 36px;
  height: 4px;
  background-color: #1E1E1E;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.3s ease;
}
.accordion-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.accordion-content {
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease;
}
.accordion-content__in {
  padding-bottom: 7rem;
}

:root {
  --grid-gutter-width: 30px;
  --border-opacity: 1;
}

@media (max-width: 767px) {
  :root {
    --grid-gutter-width: 40px;
  }
}
/* custom select*/
div.fancy-select {
  position: relative;
  color: #1E1E1E;
}

div.fancy-select.disabled {
  opacity: 0.5;
}

div.fancy-select div.trigger {
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  transition: all 240ms ease-out;
  box-sizing: border-box;
  box-shadow: none;
  font-size: 2rem;
  line-height: 5rem;
  height: 5rem;
  font-weight: 400;
  border-radius: 1rem;
  border: 1px solid rgba(145, 39, 143, 0.5);
  background: #ecefff;
  padding: 0 3rem 0 1.6rem;
  max-width: 100%;
  width: 100%;
  color: #1E1E1E;
  outline: none;
}
div.fancy-select div.trigger.selected {
  color: #1E1E1E;
}

div.fancy-select div.trigger:after {
  content: "";
  position: absolute;
  right: 2rem;
  margin-top: -3px;
  top: 50%;
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-top: 7px solid #1E1E1E;
}

div.fancy-select div.trigger.open {
  background: #fff;
}

div.fancy-select ul.options {
  list-style: none;
  margin: 0;
  position: absolute;
  top: 100%;
  left: 0;
  visibility: hidden;
  opacity: 0;
  width: 100%;
  box-sizing: border-box;
  z-index: 8;
  max-height: 250px;
  overflow: auto;
  background: #fff;
  border: 1px solid rgba(145, 39, 143, 0.5);
  border-radius: 1rem;
  border-top: none;
  padding: 1rem 2.5rem 1rem 3rem;
  min-width: 200px;
  transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
}

div.fancy-select ul.options.open {
  visibility: visible;
  top: 100%;
  opacity: 1;
  transition: opacity 300ms ease-out, top 300ms ease-out;
}

div.fancy-select ul.options li {
  padding: 1rem 0;
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #1E1E1E;
  font-weight: 500;
  cursor: pointer;
  white-space: nowrap;
  transition: all 150ms ease-out;
}
div.fancy-select ul.options li:before {
  display: none;
}

div.fancy-select ul.options li.selected {
  font-weight: 600;
  color: #91278F;
}

div.fancy-select ul.options li.hover {
  color: #000;
}

.wpcf7-form-control-wrap {
  display: block;
}

form label {
  display: block;
  color: #1E1E1E;
  font-size: 1.6rem;
  margin-bottom: 2rem;
}

input[type=text],
input[type=password],
input[type=email],
input[type=tel],
input[type=number],
textarea {
  border-radius: 10px;
  padding: 0 5rem;
  border: 0.2px solid #1e1e1e;
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(7px);
  width: 100%;
  color: #1E1E1E;
  height: 6.5rem;
  box-sizing: border-box;
  font-size: 1.6rem;
  font-family: "Open Sans", sans-serif;
}

textarea {
  padding-top: 3rem;
  padding-bottom: 3rem;
  height: 12rem;
}

input[type=submit],
button[type=submit] {
  border-radius: 4rem;
  padding: 1.7rem 2.5rem;
  background: #91278F;
  line-height: 1;
  font-size: 1.8rem;
  backdrop-filter: blur(7px);
  color: #fff;
  font-family: "Open Sans", sans-serif;
  min-width: 29rem;
  box-sizing: border-box;
  transition: background 0.3s;
  border: 2px solid #91278F;
  cursor: pointer;
}
input[type=submit]:hover,
button[type=submit]:hover {
  background: #fff;
  color: #91278F !important;
}

.wpcf7-spinner {
  position: absolute;
  top: 100%;
  right: 0;
}

.wpcf7-not-valid-tip {
  position: absolute;
  top: 100%;
  left: 0;
  font-size: 1.4rem;
}

body .sg-survey .sg-body.sg-int-virtual-page .sg-button-bar .sg-next-button,
body .sg-survey .sg-body.sg-int-virtual-page .sg-button-bar .sg-submit-button,
body .sg-survey .sg-mobile-optimized .sg-button-bar .sg-next-button,
body .sg-survey .sg-mobile-optimized .sg-button-bar .sg-submit-button {
  height: auto;
  font-family: "Open Sans", sans-serif;
}

@media (max-width: 767px) {
  div.fancy-select div.trigger {
    height: 4rem;
    line-height: 4rem;
    font-size: 1.6rem;
  }
  form label {
    font-size: 1.6rem;
    margin-bottom: 1.4rem;
  }
  input[type=text],
  input[type=password],
  input[type=email],
  input[type=tel],
  input[type=number] {
    height: 5rem;
    padding: 0 2rem;
  }
  textarea {
    padding: 2rem;
  }
  input[type=submit],
  button[type=submit] {
    width: 100%;
    padding: 1.7rem 4rem;
    font-size: 1.8rem;
    min-width: 1px;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

:root {
  --grid-gutter-width: 30px;
  --border-opacity: 1;
}

@media (max-width: 767px) {
  :root {
    --grid-gutter-width: 40px;
  }
}
.page-template-global-styles-page main {
  padding-top: 22rem;
}

.code-example {
  margin-bottom: 2rem;
}
.code-example code {
  background: white !important;
}

.ptl {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.ptl .glyph {
  width: calc(25% - 1rem);
  box-sizing: border-box;
  background: #E6F5F3;
  padding: 2rem;
  border-right: 2rem;
}
.ptl .hidden-true,
.ptl .unitRight {
  display: none;
}
.ptl .pbs span {
  display: block;
  margin-bottom: 1rem;
}
.ptl .unit {
  border: none;
  width: 100%;
  height: 3rem;
  background: none;
}

/* header */
:root {
  --grid-gutter-width: 30px;
  --border-opacity: 1;
}

@media (max-width: 767px) {
  :root {
    --grid-gutter-width: 40px;
  }
}
#site-header {
  position: relative;
}

#extra-space {
  padding-top: 162px;
}

#site-logo img {
  max-width: 100%;
  height: auto;
}

#site-logo {
  max-width: 202px;
}

.menu-icon {
  display: none;
}

#site-main {
  transition: padding-top 0.2s;
}

#site-header {
  padding: 0;
  background: #fff;
  display: block;
  position: fixed;
  z-index: 999;
  left: 0;
  right: 0;
  top: 0;
}
.logged-in #site-header {
  top: 32px !important;
}
@media screen and (max-width: 782px) {
  .logged-in #site-header {
    top: 46px !important;
  }
}

.top-bar-new {
  background: #333363;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 99;
}

.top-bar-new__text {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
}

.top-bar-new__text .header-link {
  color: #fff;
  font-size: 16px;
  line-height: 1.2;
  margin: 0 5px;
}

.top-bar-new__close {
  padding: 0;
  background: none;
  border: none;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
}

.top-bar-new__close svg {
  max-width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}

.site-header__top {
  background: #91278f;
  color: #fff;
  padding: 1.3rem 0;
}

.site-header__top ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 32px;
}

.site-header__top ul li {
  font-size: 16px;
  font-weight: 600;
}

.site-header__top ul li a {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #fff;
  font-size: 1.6rem;
  transition: opacity 0.35s;
}
.site-header__top ul li a:hover {
  opacity: 0.7;
}

.site-header__top ul li a svg {
  opacity: 0.6;
}

.site-header__bottom {
  padding: 6px 0;
  background: rgba(255, 255, 255, 0.561);
}

.site-header__bottom > .ia-container {
  position: relative;
  display: flex;
  align-items: center;
}

#site-header.open-sub-menu:after {
  content: "";
  position: absolute;
  top: 100%;
  height: 100vh;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 98;
}
#site-header nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1;
}

#site-header nav > .header-btn {
  min-width: 1px;
  margin-left: auto;
}

#site-header nav > ul {
  display: flex;
  gap: 32px;
  margin: 0;
  margin-left: 50px;
}

#site-header nav > ul > li {
  font-size: 20px;
  padding: 31px 0;
}
#site-header nav > ul > li.row-to-col-2 .sub-menu__list-row {
  display: flex;
  justify-content: space-between;
  gap: 6rem;
  flex-wrap: wrap;
}
#site-header nav > ul > li.row-to-col-2 .sub-menu__list-col {
  width: calc(50% - 3rem);
}

#site-header nav > ul > li.menu-item-has-children > a {
  padding-right: 24px;
  position: relative;
}

#site-header nav > ul > li.menu-item-has-children > a:after {
  content: url('data:image/svg+xml,<svg width="20" height="21" viewBox="0 0 20 21" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M4.23214 7.70748C4.53177 7.42148 5.00651 7.43252 5.29252 7.73214L10 12.6638L14.7075 7.73215C14.9935 7.43252 15.4682 7.42148 15.7679 7.70749C16.0675 7.99349 16.0785 8.46824 15.7925 8.76786L10.5425 14.2679C10.401 14.4161 10.205 14.5 10 14.5C9.79504 14.5 9.59901 14.4161 9.45748 14.2679L4.20748 8.76786C3.92148 8.46823 3.93252 7.99349 4.23214 7.70748Z" fill="%233a3a3a"/></svg>');
  width: 20px;
  height: 20px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

#site-header nav > ul > li > a {
  display: block;
  color: #3a3a3a;
  transition: border 0.35s;
  border-bottom: 1px solid transparent;
  font-weight: 600;
}

ul.sub-menu {
  display: none;
}

.sub-menu {
  position: absolute;
  left: 50%;
  width: 100vw;
  top: 100%;
  transform: translate(-50%, -20px);
  background: #fff;
  overflow: hidden;
  color: #3a3a3a;
  padding: 32px 0;
  text-align: left;
  transition: opacity 0.5s 0.2s, transform 0.5s 0.2s, visibility 0.5s 0.2s;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}

/*alert banner*/
.alert-bar {
  background: #1E1E1E;
  padding: 1.3rem 0;
  color: #fff;
  line-height: 1.38;
  font-weight: 600;
}
.alert-bar__in {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1440px;
  padding: 0 2.4rem;
  margin: 0 auto;
}
.alert-bar__message {
  max-width: 70%;
}
.alert-bar__message p {
  display: inline;
  font-size: 1.4rem;
  font-weight: 400;
}
.alert-bar__message a {
  font-size: 1.4rem;
  display: inline-flex;
  color: #fff;
  border-bottom: 2px solid #FBB040;
  margin-left: 0.5rem;
  font-weight: 400;
}
.alert-bar__message a span {
  display: inline-flex;
  gap: 0.5rem;
  align-items: center;
}
.alert-bar__message a svg {
  width: 1.8rem;
  height: 1.8rem;
}
.alert-bar__message a i {
  font-style: normal;
}
.alert-bar__message a:hover {
  border-color: transparent;
}
.alert-bar__buttons {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  flex-wrap: wrap;
}
.alert-bar__close {
  width: 24px;
  height: 24px;
  border: none;
  padding: 0;
  -webkit-appearance: none;
  cursor: pointer;
  color: #fff;
  transition: color 0.35s;
}
.alert-bar__close:hover {
  color: #FBB040;
}
.alert-bar.is-hidden {
  display: none;
}
.alert-bar .ia-btn--sm {
  font-size: 1.4rem;
  padding: 0.6rem 1.4rem;
}
.alert-bar .ia-btn--sm svg {
  max-width: 1.6rem;
}

@media screen and (min-width: 1025px) {
  /*#site-header nav > ul > li.menu-item-has-children:hover > a:after,*/
  #site-header nav > ul > li.menu-item-has-children.active > a:after {
    transform: translateY(-50%) scaleY(-1);
  }
  #site-header nav > ul > li:hover > a {
    border-bottom: 1px solid #3a3a3a;
  }
  /*#site-header nav > ul > li:hover .sub-menu,*/
  #site-header nav > ul > li.active .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, 0);
    z-index: 99;
  }
}
.sub-menu .wrap {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 10;
}

.sub-menu:before,
.sub-menu:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100vw;
}

.sub-menu:before {
  left: 0;
  background: rgba(97, 184, 170, 0.05);
}

.sub-menu:after {
  left: calc((100vw - 1380px) / 2 + 579.6px);
  background: rgba(97, 184, 170, 0.1);
  z-index: 2;
}

.sub-menu__title {
  display: none;
}

.sub-menu__list {
  width: 42%;
  text-align: left;
  box-sizing: border-box;
  padding: 0 5rem 0 8rem;
}

.sub-menu__ul {
  list-style-type: none;
  margin: 0 0 24px 0;
  padding: 0;
}

.sub-menu__ul.two-col {
  columns: 2;
  column-gap: 16px;
}

.sub-menu__ul li {
  text-align: left;
  font-size: 1.8rem;
  font-weight: 400;
  margin-bottom: 0.8rem;
}

.sub-menu__ul li a {
  color: #33373b;
  display: inline-flex;
  align-items: center;
  font-weight: 400;
  transition: color 0.35s;
}

.sub-menu__ul li a > svg {
  margin-left: 5px;
}

.sub-menu__ul li a > span > svg {
  vertical-align: middle;
  margin-left: 5px;
}

.sub-menu__ul li a:hover {
  color: #91278f;
}

.sub-menu__cta {
  width: 58%;
  padding: 0 3.2rem;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  gap: 2.4rem;
}
.sub-menu__cta-in {
  width: 50%;
}

.sub-menu__cta .sub-menu-items__title {
  margin-left: 0;
}

.sub-menu-items__title {
  padding-left: 2.3rem;
  position: relative;
  font-weight: 400;
  font-size: 1.4rem;
  margin-left: -2.3rem;
  text-transform: uppercase;
  margin-bottom: 0.8rem;
}

.sub-menu-items__title:before {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 15px;
  background: #91278f;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.sub-menu__cta-img {
  max-width: 320px;
  max-height: 240px;
}

.sub-menu__cta-img img {
  display: block;
  border-radius: 360px 0px 0px 360px;
  object-fit: cover;
  width: 100%;
  height: 100%;
  /*border: 1px solid #000;*/
  /*box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);*/
}

.sub-menu-items__desk p {
  font-size: 1.8rem;
  line-height: 1.37;
  font-weight: 400;
  color: #33373b;
}

.sub-menu-items__desk {
  margin-bottom: 2.4px;
  max-width: 530px;
  margin-left: 2.3rem;
}

.sub-menu-items__btns {
  display: flex;
  gap: 16px;
  margin-left: 2.3rem;
  flex-direction: column;
  align-items: flex-start;
}

.header-btn {
  background: #91278f;
  border: 1px solid #91278f;
  border-radius: 50px;
  padding: 0.8rem 2.4rem;
  font-size: 1.6rem;
  line-height: 2.8rem;
  font-weight: 700;
  color: #fff;
  justify-content: center;
  min-width: 200px;
  transition: background 0.35s, color 0.35s;
  position: relative;
  display: flex;
  align-items: center;
}

.header-btn:hover,
.header-btn:focus {
  background: #fff;
  color: #91278f;
}

.header-link {
  color: #3A3A3A;
  font-size: 18px;
  font-weight: 600;
  border-bottom: 1px solid #3A3A3A;
  transition: border 0.35s;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.pharmacy-notice {
  border-top: 1px solid #E6F5F3;
  padding-top: 2rem;
  gap: 4px;
  font-size: 1.4rem;
  font-weight: 400;
  color: #3A3A3A;
}
.pharmacy-notice div {
  position: relative;
  padding-left: 21px;
}
.pharmacy-notice svg {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  max-width: 16px;
  height: auto;
}

.header-link:hover {
  border-color: #91278f;
}

@media only screen and (max-width: 1400px) {
  #site-logo {
    max-width: 152px;
  }
  #site-header nav > ul {
    gap: 20px;
    margin-left: 20px;
  }
  #site-header nav > ul > li {
    font-size: 18px;
  }
  .top-bar-new .ia-container {
    padding: 0 45px;
  }
  .sub-menu:after {
    left: 42vw;
  }
}
@media screen and (max-width: 1200px) {
  #site-logo {
    max-width: 132px;
  }
  #site-header nav > ul {
    gap: 15px;
  }
  #site-header nav > ul > li {
    font-size: 15px;
  }
  #site-header nav > .header-btn {
    font-size: 14px;
  }
}
@media screen and (max-width: 1024px) {
  .top-bar-new__text {
    font-size: 14px;
  }
  .top-bar-new__text .header-link {
    font-size: 14px;
  }
  #site-header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99998;
    transition: top 0.2s;
  }
  #site-header.open-menu {
    top: 0 !important;
  }
  #site-header.open-menu .menu-icon svg:first-child {
    display: none;
  }
  #site-header.open-menu .menu-icon svg:last-child {
    display: block;
  }
  #site-header.open-menu .site-header__top,
  #site-header.open-menu nav {
    transform: translateX(0);
  }
  #site-header.open-menu.open-sub-menu .site-header__top {
    transform: translateX(-100%);
  }
  .site-header__top {
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1000;
    padding: 12px 0;
    transform: translateX(100%);
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  }
  .site-header__top ul {
    justify-content: center;
  }
  .site-header__top ul li {
    width: 50%;
  }
  .site-header__top ul li a {
    justify-content: center;
  }
  .site-header__bottom {
    padding: 10px 0;
  }
  .site-header__bottom > .ia-container {
    justify-content: space-between;
  }
  .site-header__bottom .wrap {
    justify-content: space-between;
  }
  #site-logo {
    max-width: 104px;
  }
  .menu-icon {
    display: block;
    padding: 0;
    background: none;
    width: 20px;
    height: 20px;
    border: none;
    position: relative;
  }
  .menu-icon svg {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .menu-icon svg:last-child {
    display: none;
  }
  #site-header nav {
    position: fixed;
    top: 68px;
    left: 0;
    width: 100%;
    bottom: 0;
    box-sizing: border-box;
    padding: 16px 20px 50px 20px;
    background: #f5fcfb;
    z-index: 999;
    transform: translateX(100%);
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  }
  #site-header nav > .header-btn {
    width: max-content;
    margin: 0;
  }
  #site-header nav {
    display: block;
  }
  #site-header nav > ul {
    display: block;
    margin-bottom: 30px;
    margin-left: 0;
  }
  #site-header nav > ul > li {
    padding: 0;
    display: block;
    margin-bottom: 8px;
    font-size: 16px;
    border-bottom: 1px solid #e6f5f3;
  }
  #site-header nav > ul > li > a {
    padding: 16px 0;
    display: block;
  }
  #site-header nav > ul > li.menu-item-has-children > a:after {
    transform: translateY(-50%) rotate(-90deg);
  }
  .sub-menu {
    position: fixed;
    top: -68px;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
    transform: translate(100%, 0);
    visibility: visible;
    z-index: 1001;
    background: #e6f5f3;
    padding: 0;
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    overflow-y: auto;
    padding-bottom: 44px;
  }
  .menu-item-has-children.active .sub-menu {
    transform: translate(0, 0);
  }
  .sub-menu .wrap {
    padding: 0;
    display: block;
  }
  .sub-menu:before,
  .sub-menu:after {
    display: none;
  }
  .sub-menu__list {
    background: #f5fcfb;
  }
  .sub-menu__list,
  .sub-menu__cta {
    width: 100%;
    padding: 32px 20px 32px 40px;
  }
  .sub-menu__cta {
    background: #e6f5f3;
    position: relative;
    display: block;
  }
  .sub-menu__cta-in {
    width: 100%;
  }
  .sub-menu-items__title {
    padding-left: 2rem;
    margin-left: -2rem;
    margin-bottom: 1.6rem;
    font-size: 1.2rem;
  }
  .sub-menu__cta .sub-menu-items__title {
    margin-left: -20px;
  }
  .sub-menu-items__desk {
    margin-bottom: 16px;
    margin-left: 0;
  }
  .sub-menu-items__btns {
    margin-left: 0;
  }
  .sub-menu-items__desk p {
    font-size: 12px;
    line-height: 1.2;
  }
  .sub-menu-items__title:before {
    width: 12px;
    height: 12px;
  }
  .sub-menu__cta-img {
    display: none;
  }
  .sub-menu__ul {
    margin-bottom: 32px;
  }
  .sub-menu__ul li {
    font-size: 1.6rem;
  }
  .sub-menu__ul li a svg {
    width: 16px;
  }
  .sub-menu-items__btns {
    flex-direction: column;
    align-items: center;
  }
  .header-link {
    font-size: 14px;
    border-width: 2px;
  }
  .header-link svg,
  .header-btn svg {
    max-width: 16px;
    max-height: 16px;
  }
  .header-btn {
    font-size: 15px;
    /*width: 500px;*/
    max-width: 100%;
    width: 100%;
    line-height: 1.2;
    padding: 13px 24px;
    justify-content: center;
    text-align: center;
    box-sizing: border-box;
  }
  .sub-menu__title {
    display: flex;
    justify-content: space-between;
    padding: 21px 20px;
    align-items: center;
    background: #fff;
    font-size: 16px;
    font-weight: 600;
  }
  .sub-menu__title a {
    color: #3a3a3a;
  }
  .sub-menu__back,
  .sub-menu__close {
    padding: 0;
    background: none;
    border: none;
    color: #3a3a3a;
  }
  .sub-menu__ul.two-col {
    columns: 1;
  }
}
@media screen and (max-width: 767px) {
  .alert-bar {
    position: fixed;
    bottom: 0.8rem;
    left: 0.8rem;
    right: 0.8rem;
    padding: 2.4rem 0.4rem;
    font-size: 1.8rem;
    align-items: flex-start;
    border-radius: 1.2rem;
  }
  .alert-bar__in {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  .alert-bar__message {
    max-width: 100%;
    padding-right: 3.2rem;
  }
  .alert-bar__message p {
    display: block;
    font-size: 1.8rem;
    line-height: 1.38;
    margin-bottom: 0;
  }
  .alert-bar__message a {
    margin-left: 0;
  }
  .alert-bar__message a span {
    display: inline-flex;
    gap: 0.5rem;
    align-items: center;
  }
  .alert-bar__message a svg {
    width: 1.8rem;
    height: 1.8rem;
  }
  .alert-bar__message a i {
    font-style: normal;
  }
  .alert-bar__message a:hover {
    border-color: transparent;
  }
  .alert-bar__buttons {
    display: block;
  }
  .alert-bar__buttons .ia-btn--sm {
    margin-top: 2.9rem;
    padding: 1rem 2.4rem;
    font-size: 1.6rem;
    border-radius: 4rem;
    width: 100%;
  }
  .alert-bar__close {
    position: absolute;
    top: 2.4rem;
    right: 2.4rem;
  }
}
@media screen and (max-width: 375px) {
  #site-header nav .header-btn {
    width: 100%;
  }
}
/* footer */
:root {
  --grid-gutter-width: 30px;
  --border-opacity: 1;
}

@media (max-width: 767px) {
  :root {
    --grid-gutter-width: 40px;
  }
}
#footer {
  background: #3A3A3A;
  padding: 6.4rem 0;
}

.footer__in {
  max-width: 112rem;
  margin: 0 auto;
  color: #fff;
}
.footer__top {
  margin-bottom: 4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer__top-left {
  width: 50%;
}
.footer__top-right {
  width: 48%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer__links {
  list-style: none;
  margin: 0;
  display: inline-flex;
  gap: 1.2rem;
  align-items: center;
}
.footer__links li {
  font-size: 1.4rem;
  margin-bottom: 0;
}
.footer__links li:last-child {
  margin-bottom: 0;
}
.footer__links li a {
  color: #fff;
  display: inline-block;
  border-bottom: 2px solid #FBB040;
  border-radius: 0 0 2px 2px;
  transition: border-color 0.3s;
}
.footer__links li a:hover {
  border-color: #fff;
}
.footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 2rem;
  border-top: 1px solid #b5b5b5;
}
.footer__bottom-left {
  width: 70%;
  display: flex;
  align-items: center;
  gap: 2.4rem;
}
.footer__bottom-right {
  width: 30%;
  text-align: right;
}
.footer__bottom a {
  color: #fff;
  transition: opacity 0.3s;
}
.footer__bottom a:hover {
  opacity: 0.7;
}
.footer__logos {
  display: flex;
  justify-content: flex-end;
  gap: 1.2rem;
  list-style-type: none;
  margin: 0;
}
.footer__logos li {
  overflow: hidden;
  border-radius: 50%;
  width: 6.4rem;
  height: 6.4rem;
  position: relative;
  margin-bottom: 0;
  transition: opacity 0.3s;
  flex-shrink: 0;
}
@media (min-width: 1024px) {
  .footer__logos li.has-link:hover {
    opacity: 0.7;
  }
}
.footer__logos a {
  position: absolute;
  inset: 0;
  z-index: 5;
}
.footer__logos img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.footer__socials {
  display: flex;
  padding: 1.6rem 0 0;
  margin: 0;
  list-style-type: none;
  gap: 1.6rem;
}
.footer__socials li {
  margin-bottom: 0;
}
.footer__socials a {
  color: #fff;
  transition: color 0.35s;
}
.footer__socials a:hover {
  color: #FBB040;
}
.footer__middle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5%;
  padding: 2.4rem 3.2rem;
  background: #4c4a4a;
  border-radius: 0 999px 999px 0;
  margin-bottom: 4rem;
}
.footer__middle-left {
  width: 67%;
}
.footer__middle-right {
  width: 33%;
}

#sg-popup {
  z-index: 998;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 1.6rem;
  background: #fff;
  gap: 1rem;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.3);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s, visibility 0.35s;
}
#sg-popup.show {
  opacity: 1;
  visibility: visible;
}
#sg-popup .ia-btn {
  padding: 1rem 2rem;
  font-size: 1.6rem;
}

@media (max-width: 1023px) {
  .footer__middle-left, .footer__middle-right {
    width: 50%;
  }
  .footer__bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
  .footer__bottom-left {
    width: 100%;
  }
  .footer__bottom-right {
    width: 100%;
    text-align: left;
  }
}
@media (max-width: 767px) {
  #footer {
    padding: 3rem 0 5rem;
  }
  .footer__middle {
    flex-direction: column;
    gap: 1.6rem;
    padding: 2.4rem 5rem 2.4rem 2.4rem;
    margin-bottom: 2.4rem;
  }
  .footer__middle-left, .footer__middle-right {
    width: 100%;
  }
  .footer__logos {
    justify-content: flex-start;
  }
  .footer__logos li {
    width: 5.2rem;
    height: 5.2rem;
  }
  .footer__top {
    display: block;
    margin-bottom: 2.4rem;
  }
  .footer__top-left {
    width: 100%;
  }
  .footer__top-right {
    width: 100%;
  }
  .footer__bottom-left {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
}
@media (max-width: 480px) {
  #sg-popup {
    left: 20px !important;
    right: 20px !important;
    bottom: 20px !important;
    padding: 20px 10px !important;
  }
}

/*# sourceMappingURL=main.css.map */