a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
input,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
select,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
textarea,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body,
input {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}
table {
  border-spacing: 0;
}
:focus {
  outline: 0;
}
*,
:after,
:before {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.clear {
  clear: both;
}
.hidden {
  display: none;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.no-margin-bottom {
  margin-bottom: 0 !important;
}
.margin-bottom-20 {
  margin-bottom: 20px !important;
}
.grid-100 {
  margin-right: -100px;
}
.grid-100:after {
  clear: both;
  content: "";
  display: table;
}
.grid-100 [class^="col-"] {
  float: left;
  padding-right: 100px;
}
.grid-90 {
  margin-right: -90px;
}
.grid-90:after {
  clear: both;
  content: "";
  display: table;
}
.grid-90 [class^="col-"] {
  float: left;
  padding-right: 90px;
}
.grid-50 {
  margin-right: -50px;
}
.grid-50:after {
  clear: both;
  content: "";
  display: table;
}
.grid-50 [class^="col-"] {
  float: left;
  padding-right: 50px;
}
.grid-40 {
  margin-right: -40px;
}
.grid-40:after {
  clear: both;
  content: "";
  display: table;
}
.grid-40 [class^="col-"] {
  float: left;
  padding-right: 40px;
}
.grid-20 {
  margin-right: -20px;
}
.grid-20:after {
  clear: both;
  content: "";
  display: table;
}
.grid-20 [class^="col-"] {
  float: left;
  padding-right: 20px;
}
.grid {
  margin-right: -10px;
}
.grid:after {
  clear: both;
  content: "";
  display: table;
}
.grid [class^="col-"] {
  float: left;
  padding-right: 10px;
}
.col-1 {
  width: 100%;
}
.col-1-2 {
  width: 50%;
}
.col-1-3 {
  width: 33.33%;
}
.col-2-3 {
  width: 66.66%;
}
.col-1-4 {
  width: 25%;
}
.col-3-4 {
  width: 75%;
}
.col-1-5 {
  width: 20%;
}
.col-2-5 {
  width: 40%;
}
.col-3-5 {
  width: 60%;
}
.col-4-5 {
  width: 80%;
}
.col-1-6 {
  width: 16.66%;
}
.col-5-6 {
  width: 83.33%;
}
.col-1-8 {
  width: 12.5%;
}
.col-3-8 {
  width: 37.5%;
}
.col-5-8,
.col-7-8 {
  width: 62.5%;
}
.col-1-10 {
  width: 10%;
}
.clear-col-2 [class^="col-"]:nth-child(odd) {
  clear: both;
}
.clear-col-3 [class^="col-"]:nth-child(3n + 1) {
  clear: both;
}
.clear-col-4 [class^="col-"]:nth-child(4n + 1) {
  clear: both;
}
body {
  color: #061f3c;
  font-family: Inter, sans-serif;
  font-optical-sizing: auto;
  font-size: 20px;
  font-style: normal;
  font-variation-settings: "slnt" 0;
  font-weight: 400;
}
.sans {
  font-family: Inter, sans-serif;
}
.serif {
  font-family: "Roboto Serif", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings: "wdth" 100, "GRAD" 0;
}
.icon {
  display: inline-block;
  font: var(--fa-font-solid);
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
h1,
h2,
h3 {
  font-family: "Roboto Serif", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100, "GRAD" 0;
  font-size: 44px;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 20px;
}
h2 {
  font-size: 32px;
}
h3 {
  font-size: 24px;
  font-weight: 700;
}
h4 {
  border-bottom: 2px solid #0074c7;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  text-transform: uppercase;
}
p {
  line-height: 150%;
  margin-bottom: 40px;
}
.content ol a,
.content p a,
.content ul a {
  color: #0074c7;
  font-weight: 500;
  text-decoration: none;
}
.content ol b,
.content ol strong,
.content p b,
.content p strong,
.content ul b,
.content ul strong {
  font-weight: 600;
}
.content ol em,
.content ol i,
.content p em,
.content p i,
.content ul em,
.content ul i {
  font-style: italic;
}
.content ol,
.content ul {
  line-height: 180%;
  list-style: disc;
  margin: 0 0 20px 20px;
}
.content ol li,
.content ul li {
  margin-bottom: 10px;
}
.content ol {
  list-style: decimal;
}
body,
html {
  overflow-x: hidden;
}
.c {
  margin: 0 auto;
  max-width: 1320px;
  padding: 0 40px;
  width: 100%;
}
.c.slim {
  max-width: 1080px;
}
main,
section {
  padding: 80px 0;
}
img {
  display: block;
  height: auto;
  max-width: 100%;
}
.btn {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background: #0074c7;
  cursor: pointer;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  padding: 15px 30px;
  text-align: center;
  text-decoration: none;
}
.btn:hover {
  background: #0065ae;
}
.faq li {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  background-clip: padding-box;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  border: 1px solid #c1c7ce;
  cursor: pointer;
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 20px;
  padding: 40px;
}
.faq li:before {
  content: "\2b";
  float: right;
  font: var(--fa-font-solid);
  line-height: 20px;
}
.faq li div {
  display: none;
}
.faq li.open {
  border-color: #0074c7;
}
.faq li.open:before {
  content: "\f068";
}
.faq li.open div {
  display: block;
  font-size: 20px;
  font-weight: 400;
  line-height: 180%;
  padding-top: 40px;
}

.page-header h1 {
  color: #fff;
  font-size: 48px;
  max-width: 50%;
}
.page-header p {
  color: #fff;
  font-size: 20px;
  max-width: 66%;
}
.page-header .breadcrumbs {
  margin-bottom: 100px;
  position: relative;
}
.page-header .breadcrumbs:before {
  background: #0074c7;
  background: linear-gradient(90deg, #0074c7 0, transparent 100%);
  content: "";
  height: 1px;
  position: absolute;
  left: -2000px;
  bottom: -20px;
  right: 25%;
}
.page-header .breadcrumbs li a {
  color: #fff;
}
.page-header .breadcrumbs li:last-child a {
  color: #fff;
  opacity: 0.7;
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
}
.page-menu {
  border-bottom: 1px solid #f1f2f3;
  padding: 0;
}
.page-menu ul {
  text-align: center;
}
.page-menu ul li {
  display: inline-block;
}
.page-menu ul li a {
  border-bottom: 4px solid transparent;
  color: #44576c;
  display: block;
  font-weight: 600;
  padding: 30px 25px 26px;
  text-decoration: none;
}
.page-menu ul li a:hover {
  color: #0074c7;
}
.page-menu ul li.current-menu-item a {
  border-color: #0074c7;
  color: #0074c7;
}
.pagination a,
.pagination span {
  border-radius: 500px;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  display: inline-block;
  background: #f1f2f3;
  font-size: 13px;
  color: #44576c;
  min-width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  padding: 0 5px;
}
.pagination a.current,
.pagination span.current {
  background: #44576c;
  color: #fff;
}
.breadcrumbs {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  list-style: none;
  margin: 0;
}
.breadcrumbs:after {
  clear: both;
  content: "";
  display: table;
}
.breadcrumbs li {
  float: left;
  margin-right: 40px;
  position: relative;
}
.breadcrumbs li:after {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  opacity: 0.54;
  -webkit-opacity: 0.54;
  -moz-opacity: 0.54;
  -khtml-opacity: 0.54;
  color: #44576c;
  content: "\f105";
  font: var(--fa-font-solid);
  font-size: 12px;
  line-height: 20px;
  position: absolute;
  top: 0;
  right: -22px;
}
.breadcrumbs li a {
  color: #0074c7;
  display: block;
  line-height: 20px;
  text-decoration: none;
}
.breadcrumbs li a:hover {
  opacity: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  text-decoration: underline;
}
.breadcrumbs li:last-child:after {
  display: none;
}
.breadcrumbs li:last-child a {
  color: #061f3c;
  max-width: 250px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
table {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  background-clip: padding-box;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  border-collapse: collapse;
  font-size: 14px;
  margin-bottom: 40px;
}
table tr {
  background: #fff;
  border: none !important;
}
table tr td {
  border: none !important;
  padding: 20px !important;
  text-align: left;
}
table tr td:first-child {
  border-left: 1px solid #c1c7ce !important;
}
table tr td:last-child {
  border-right: 1px solid #c1c7ce !important;
}
table tr:nth-child(odd) {
  background-color: #f1f2f3;
}
table tr:first-child {
  background: #0074c7;
  color: #fff;
}
table tr:first-child td:first-child {
  -webkit-border-radius: 10px 0 0;
  -moz-border-radius-topleft: 10px;
  border-radius: 10px 0 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-bottomright: 0;
  background-clip: padding-box;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  border: none !important;
}
table tr:first-child td:last-child {
  -webkit-border-radius: 0 10px 0 0;
  -moz-border-radius-topleft: 0;
  border-radius: 0 10px 0 0;
  -moz-border-radius-topright: 10px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-bottomright: 0;
  background-clip: padding-box;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  border: none !important;
}
table tr:last-child td {
  border-bottom: 1px solid #c1c7ce !important;
}
table tr:last-child td:first-child {
  -webkit-border-radius: 0 0 0 10px;
  -moz-border-radius-topleft: 0;
  border-radius: 0 0 0 10px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomleft: 10px;
  -moz-border-radius-bottomright: 0;
  background-clip: padding-box;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
}
table tr:last-child td:last-child {
  -webkit-border-radius: 0 0 10px;
  -moz-border-radius-topleft: 0;
  border-radius: 0 0 10px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-bottomright: 10px;
  background-clip: padding-box;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
}
.top-bar {
  background: #e6f1f9;
  padding: 0;
}
.top-bar p {
  color: #061f3c;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  line-height: 40px;
  margin: 0;
}
header {
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  background: #fff;
  position: relative;
  z-index: 999;
}
header:after {
  clear: both;
  content: "";
  display: table;
}
header .toggle-menu {
  display: none;
}
header .logo {
  float: left;
  margin-right: 60px;
  padding: 30px 0;
}
header .logo .nav-back {
  display: none;
}
header .logo img {
  display: block;
  height: 40px;
  width: auto;
}
header .navigation {
  float: left;
  margin: 0;
}
header .navigation > li {
  float: left;
}
header .navigation > li > a {
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  color: #061f3c;
  display: block;
  font-size: 18px;
  font-weight: 600;
  line-height: 40px;
  padding: 30px 20px;
  text-decoration: none;
  position: relative;
}
header .navigation > li > a:after {
  display: inline-block;
  font: var(--fa-font-solid);
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  content: "\f107";
  font-size: 14px;
  margin-left: 10px;
}
header .navigation > li > a:only-child:after {
  display: none;
}
header .navigation > li .sub-navigation {
  box-shadow: inset 0 50px 50px 0 rgba(0, 0, 0, 0.05),
    0 20px 20px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 50px 50px 0 rgba(0, 0, 0, 0.05),
    0 20px 20px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 50px 50px 0 rgba(0, 0, 0, 0.05),
    0 20px 20px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
  display: none;
  padding: 60px 0 40px;
  position: absolute;
  top: 100px;
  left: 0;
  right: 0;
}
header .navigation > li .sub-navigation h3 {
  font-family: Inter, sans-serif;
  border-bottom: 1px solid #f1f2f3;
  color: #828f9d;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.5px;
  margin-bottom: 30px;
  padding-bottom: 10px;
  text-transform: uppercase;
}
header .navigation > li .sub-navigation.sub-navigation-programs ul li a {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  background-clip: padding-box;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  color: #44576c;
  display: block;
  font-size: 16px;
  font-weight: 600;
  margin: -10px -10px 10px;
  padding: 10px;
  text-decoration: none;
}
header .navigation > li .sub-navigation.sub-navigation-programs ul li a:after {
  clear: both;
  content: "";
  display: table;
}
header .navigation > li .sub-navigation.sub-navigation-programs ul li a img {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background: #f1f2f3;
  float: left;
  display: block;
  height: 60px;
  margin-right: 20px;
  width: 60px;
}
header .navigation > li .sub-navigation.sub-navigation-programs ul li a span {
  display: flex;
  line-height: 20px;
  min-height: 60px;
  align-items: center;
}
header .navigation > li .sub-navigation.sub-navigation-programs ul li a:hover {
  background: #f1f2f3;
  color: #061f3c;
}
header
  .navigation
  > li
  .sub-navigation.sub-navigation-learn
  .sub-navigation-learn-featured {
  box-shadow: 0 1px 20px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 20px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 20px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  background: #fff;
  display: block;
  overflow: hidden;
  padding: 20px;
  text-decoration: none;
}
header
  .navigation
  > li
  .sub-navigation.sub-navigation-learn
  .sub-navigation-learn-featured
  .sub-navigation-learn-featured-image {
  margin: -20px -20px 20px;
  aspect-ratio: 1.77777778;
}
header
  .navigation
  > li
  .sub-navigation.sub-navigation-learn
  .sub-navigation-learn-featured
  .sub-navigation-learn-featured-image
  img {
  object-fit: cover;
}
header
  .navigation
  > li
  .sub-navigation.sub-navigation-learn
  .sub-navigation-learn-featured
  h5 {
  color: #828f9d;
  display: block;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
header
  .navigation
  > li
  .sub-navigation.sub-navigation-learn
  .sub-navigation-learn-featured
  span {
  font-family: "Roboto Serif", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings: "wdth" 100, "GRAD" 0;
  color: #061f3c;
  line-height: 30px;
}
header
  .navigation
  > li
  .sub-navigation.sub-navigation-learn
  .sub-navigation-learn-featured:hover {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
}
header .navigation > li .sub-navigation.sub-navigation-learn ul {
  margin-bottom: 40px;
}
header .navigation > li .sub-navigation.sub-navigation-learn ul li {
  margin-bottom: 20px;
}
header .navigation > li .sub-navigation.sub-navigation-learn ul li a {
  color: #44576c;
  display: block;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
}
header .navigation > li .sub-navigation.sub-navigation-learn ul li a:hover {
  color: #061f3c;
  text-decoration: underline;
}
header
  .navigation
  > li
  .sub-navigation.sub-navigation-learn
  .sub-navigation-learn-more {
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  color: #0074c7;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
}
header
  .navigation
  > li
  .sub-navigation.sub-navigation-learn
  .sub-navigation-learn-more:after {
  display: inline-block;
  font: var(--fa-font-solid);
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  content: "\f061";
  font-size: 13px;
  margin-left: 5px;
}
header
  .navigation
  > li
  .sub-navigation.sub-navigation-learn
  .sub-navigation-learn-more:hover {
  text-decoration: underline;
}
header
  .navigation
  > li
  .sub-navigation.sub-navigation-learn
  .sub-navigation-learn-more:hover:after {
  margin-left: 10px;
}
header .navigation > li:hover > a:after {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
}
header .navigation > li:hover .sub-navigation {
  display: block;
}
header .header-cta {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background: #0074c7;
  color: #fff;
  cursor: pointer;
  float: right;
  font-size: 18px;
  font-weight: 600;
  line-height: 40px;
  margin: 20px 0;
  padding: 10px 30px;
  text-decoration: none;
}
footer {
  border-top: 1px solid #c1c7ce;
  font-size: 16px;
  padding: 80px 0;
}
footer .logo {
  display: block;
  margin-bottom: 40px;
}
footer .logo img {
  display: block;
  height: 40px;
  width: auto;
}
footer .footer-phone {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background: #0074c7;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  line-height: 40px;
  padding: 10px 30px;
  text-decoration: none;
}
footer h3 {
  font-family: Inter, sans-serif;
  font-size: 15px;
  color: #061f3c;
  font-weight: 600;
  margin-bottom: 20px;
}
footer ul {
  list-style: none;
  margin-bottom: 40px;
}
footer ul li {
  margin-bottom: 10px;
}
footer ul li a {
  color: #44576c;
  font-size: 14px;
  display: inline-block;
  line-height: 20px;
  text-decoration: none;
}
footer ul li a:hover {
  color: #061f3c;
  text-decoration: underline;
}
.copyright {
  background: #e6f1f9;
  font-size: 14px;
  padding: 20px;
}
.copyright:after {
  clear: both;
  content: "";
  display: table;
}
.copyright p {
  float: left;
  line-height: 40px;
  margin: 0;
}
.copyright .menu-copyright {
  float: right;
  list-style: 0;
  margin: 0;
}
.copyright .menu-copyright li {
  float: left;
  margin-left: 20px;
}
.copyright .menu-copyright li a {
  color: #0074c7;
  display: block;
  font-weight: 500;
  line-height: 40px;
  text-decoration: none;
}
article.featured {
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background: #fff;
  display: block;
  margin-bottom: 40px;
  overflow: hidden;
  padding: 20px;
  position: relative;
}
article.featured h3 a {
  color: #061f3c;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
}
article.featured .featured-image {
  display: block;
  margin: -20px -20px 20px;
}
article.block {
  background: #fff;
  display: block;
  margin-bottom: 40px;
  overflow: hidden;
  position: relative;
}
article.block h3 a {
  color: #061f3c;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}
article.block .featured-image {
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  background-clip: padding-box;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  display: block;
  margin-bottom: 20px;
  max-height: 250px;
  overflow: hidden;
}
article.horizontal {
  margin-bottom: 20px;
  padding-left: 200px;
  min-height: 100px;
  position: relative;
}
article.horizontal .featured-image {
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  background-clip: padding-box;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  max-height: 100px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
article.horizontal .featured-image img {
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  background-clip: padding-box;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  display: block;
  height: auto;
  width: 180px;
}
article.horizontal .byline {
  padding-left: 0;
}
article.horizontal .byline .byline-author,
article.horizontal .byline .byline-image {
  display: none;
}
article.horizontal h3 {
  margin-bottom: 10px;
}
article.horizontal h3 a {
  color: #061f3c;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}
.article-header {
  background: #f6f3f0;
  padding: 20px 0 40px;
}
.article-header .breadcrumbs {
  margin-bottom: 40px;
}
.article-header .post-categories:after {
  clear: both;
  content: "";
  display: table;
}
.article-header .post-categories li {
  float: left;
  margin: 0 10px 20px 0;
}
.article-header .post-categories li a {
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background: #0074c7;
  color: #fff;
  display: inline-block;
  font-weight: 600;
  font-size: 14px;
  padding: 5px 10px;
  text-decoration: none;
}
.article-header h1 {
  margin-bottom: 20px;
}
.article-header .excerpt {
  color: #44576c;
  font-size: 18px;
}
.article-header .article-header-featured-image {
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  background-clip: padding-box;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  display: block;
  width: 100%;
}
.byline {
  padding-left: 60px;
  position: relative;
}
.byline .byline-image {
  position: absolute;
  top: 0;
  left: 0;
}
.byline .byline-image img {
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  background-clip: padding-box;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  display: block;
  height: 40px;
  width: 40px;
}
.byline .byline-author {
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  margin: 0;
}
.byline .byline-author a {
  color: #0074c7;
  font-weight: 500;
  text-decoration: none;
}
.byline .byline-date {
  color: #44576c;
  display: block;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  margin: 0;
}
.toc {
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
}
.toc h3 {
  border-bottom: 1px solid #f1f2f3;
  cursor: pointer;
  margin-bottom: 20px;
  padding-bottom: 10px;
  line-height: 40px;
}
.toc h3 i {
  float: left;
  font-size: 14px;
  line-height: 40px;
  margin-right: 20px;
}
.toc h3:before {
  display: inline-block;
  font: var(--fa-font-solid);
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  content: "\f107";
  float: right;
  font-size: 14px;
  line-height: 40px;
  margin-left: 10px;
}
.toc ul {
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  display: none;
  list-style: disc;
  margin: 0 0 40px 20px;
}
.toc ul li {
  color: #0074c7;
  margin-bottom: 20px;
}
.toc ul li a {
  color: #0074c7;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}
.toc ul li a:hover {
  text-decoration: underline;
}
.toc.open h3:before {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
}
.toc.open ul {
  display: block;
}
.advisors {
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  background-clip: padding-box;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  border: 1px solid #e6e9eb;
  margin-bottom: 40px;
  padding: 20px;
}
.advisors h3 {
  font-family: Inter, sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 80px;
  margin-bottom: 10px;
}
.advisors h3 img {
  float: left;
  height: 80px;
  margin-right: 10px;
  width: 80px;
}
.advisors ul {
  border-top: 1px solid #e6e9eb;
  margin: 0 -20px -20px;
  padding: 20px;
}
.advisors ul li {
  color: #0074c7;
  display: inline;
  margin-right: 20px;
  margin-bottom: 0;
  padding-right: 20px;
}
.advisors ul li a {
  color: #0074c7;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.rise h3 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
}
.rise p {
  color: #fff;
}
.rise form:after {
  clear: both;
  content: "";
  display: table;
}
.rise form input[type="email"] {
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  background-clip: padding-box;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  float: left;
  height: 60px;
  margin-right: 10px;
  padding: 20px;
  width: 300px;
}
.rise form input[type="submit"] {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background: #0074c7;
  cursor: pointer;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  text-align: center;
  text-decoration: none;
  float: left;
  margin-right: 10px;
  padding: 20px;
  width: 150px;
}
.rise form input[type="submit"]:hover {
  background: #0065ae;
}
.article-card {
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  background-clip: padding-box;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  aspect-ratio: 1.56;
  display: block;
  margin-bottom: 40px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.article-card img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.article-card h3 {
  background-color: transparent;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(transparent),
    to(#061f3c)
  );
  background-image: -webkit-linear-gradient(top, transparent, #061f3c);
  background-image: -moz-linear-gradient(top, transparent, #061f3c);
  background-image: -ms-linear-gradient(top, transparent, #061f3c);
  background-image: -o-linear-gradient(top, transparent, #061f3c);
  background-image: linear-gradient(to bottom, transparent, #061f3c);
  color: #fff;
  font-size: 16px;
  margin: 0;
  padding: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}
.article-card:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
.front-page-welcome {
  background: url(front-page-welcome-bg.png) #061f3c;
  background-size: cover;
  position: relative;
  padding-bottom: 160px;
}
.front-page-welcome h1 {
  color: #fff;
  font-size: 56px;
  font-weight: 700;
  max-width: 800px;
  margin-bottom: 20px;
}
.front-page-welcome p {
  color: #fff;
  font-size: 20px;
}
.front-page-welcome .front-page-welcome-stat {
  background: linear-gradient(90deg, #004a7f 0, rgba(0, 0, 0, 0) 60%);
  padding: 10px 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.front-page-welcome .front-page-welcome-stat p {
  font-family: "Roboto Serif", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings: "wdth" 100, "GRAD" 0;
  font-size: 20px;
  margin: 0;
}
.front-page-welcome .front-page-welcome-stat p span {
  color: #82e7ee;
}
.front-page-welcome .front-page-welcome-stat p img {
  display: inline-block;
  height: 20px;
  margin-right: 20px;
  width: 16px;
}
.front-page-perks {
  background: #fff;
  padding: 40px 0;
}
.front-page-perks .col-1-3 {
  position: relative;
}
.front-page-perks .col-1-3:after {
  content: "";
  border-right: 1px dashed #0074c7;
  width: 1px;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
}
.front-page-perks .col-1-3:last-child:after {
  display: none;
}
.front-page-perks .front-page-perks-box {
  padding-left: 40px;
  position: relative;
}
.front-page-perks .front-page-perks-box img {
  height: 20px;
  position: absolute;
  top: 10px;
  left: 0;
  width: 20px;
}
.front-page-perks .front-page-perks-box h5 {
  font-family: "Roboto Serif", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100, "GRAD" 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  margin: 0;
}
.front-page-perks .front-page-perks-box p {
  font-size: 16px;
  line-height: 20px;
  margin: 0;
}
.front-page-get-started {
  background: #e6f1f9;
}
.front-page-get-started .front-page-get-started-box {
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  background: #fff;
  border-bottom: 8px solid #0074c7;
  display: block;
  overflow: hidden;
  padding: 40px 40% 40px 40px;
  position: relative;
  text-decoration: none;
}
.front-page-get-started
  .front-page-get-started-box
  .front-page-get-started-box-bg {
  background-image: url(front-page-get-started-box-bg.png);
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 40%;
}
.front-page-get-started
  .front-page-get-started-box
  .front-page-get-started-box-img {
  display: block;
  height: 40px;
  margin-bottom: 40px;
  width: 40px;
}
.front-page-get-started .front-page-get-started-box h3 {
  color: #061f3c;
  font-weight: 500;
  margin-bottom: 40px;
  text-decoration: none;
}
.front-page-get-started .front-page-get-started-box:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}
.front-page-featured-programs {
  background: #e6f1f9;
  padding-top: 0;
}
.front-page-featured-programs .c {
  padding-top: 80px;
  position: relative;
}
.front-page-featured-programs .c:before {
  opacity: 0.3;
  -webkit-opacity: 0.3;
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  content: "";
  background: #0074c7;
  height: 1px;
  position: absolute;
  top: 0;
  left: 40px;
  right: 40px;
}
.front-page-featured-programs p {
  font-size: 20px;
}
.front-page-featured-programs .front-page-featured-programs-box {
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  background: #fff;
  border-bottom: 8px solid #0074c7;
  color: #061f3c;
  display: block;
  overflow: hidden;
  margin-bottom: 40px;
  padding: 80px 40px 40px;
  text-decoration: none;
}
.front-page-featured-programs .front-page-featured-programs-box img {
  display: block;
  height: 40px;
  margin-bottom: 20px;
  width: 40px;
}
.front-page-featured-programs .front-page-featured-programs-box p {
  font-size: 18px;
}
.front-page-featured-programs .front-page-featured-programs-box .learn-more {
  color: #0074c7;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.front-page-featured-programs .front-page-featured-programs-box:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  color: #0074c7;
}
.front-page-mission {
  background: #e6f1f9;
  padding-top: 0;
}
.front-page-mission .front-page-mission-box {
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background: #fff;
  padding: 80px 40px;
  position: relative;
  text-align: center;
  z-index: 2;
}
.front-page-mission .front-page-mission-box p {
  font-family: "Roboto Serif", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100, "GRAD" 0;
  font-size: 24px;
  font-weight: 500;
  margin: 0 auto 20px;
  max-width: 900px;
}
.front-page-mission .front-page-mission-box p b {
  font-weight: 700;
}
.front-page-as-seen-in {
  background: linear-gradient(90deg, #004a7f 0, #061f3c 100%);
  padding: 120px 0 60px;
  margin-top: -140px;
}
.front-page-as-seen-in h5 {
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 20px;
  text-transform: uppercase;
  text-align: center;
}
.front-page-as-seen-in img {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 900px;
  width: 100%;
}
.front-page-learn {
  background: #f6f3f0;
}
.front-page-learn p {
  font-size: 20px;
}
.front-page-learn .front-page-learn-box {
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background: #fff;
  display: block;
  margin-bottom: 40px;
  overflow: hidden;
  padding: 220px 40px 40px;
  position: relative;
}
.front-page-learn .front-page-learn-box .front-page-learn-box-img {
  background-size: cover;
  height: 200px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
}
.front-page-learn .front-page-learn-box h3 {
  margin-bottom: 20px;
  font-size: 18px;
}
.front-page-learn .front-page-learn-box h3 a {
  color: #061f3c;
  text-decoration: none;
}
.front-page-learn .front-page-learn-box h3 a:hover {
  color: #0074c7;
}
.front-page-reviews {
  background: #061f3c;
  text-align: center;
}
.front-page-reviews h4 {
  color: #fff;
  text-align: center;
}
.front-page-reviews h2 {
  color: #fff;
  text-align: center;
  margin-bottom: 40px;
}
.front-page-reviews .front-page-reviews-box {
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  background-clip: padding-box;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  border: 1px solid #fff;
  margin-bottom: 40px;
  padding: 40px;
  text-align: left;
}
.front-page-reviews .front-page-reviews-box img {
  height: 24px;
  display: block;
  width: auto;
  margin-bottom: 20px;
}
.front-page-reviews .front-page-reviews-box p {
  color: #fff;
  font-size: 20px;
}
.front-page-reviews .front-page-reviews-box h5 {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
}
.front-page-reviews .front-page-reviews-box h6 {
  opacity: 0.54;
  -webkit-opacity: 0.54;
  -moz-opacity: 0.54;
  -khtml-opacity: 0.54;
  color: #fff;
  font-size: 12px;
}
.front-page-reviews .btn {
  margin: 0 auto;
}
.front-page-faq h2 {
  text-align: center;
  margin-bottom: 40px;
}
.newsletter {
  padding-top: 0;
}
.newsletter .newsletter-box {
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background: #061f3c;
  padding: 100px 50% 100px 40px;
  position: relative;
}
.newsletter .newsletter-box h4 {
  color: #fff;
}
.newsletter .newsletter-box h3 {
  color: #fff;
  font-size: 28px;
}
.newsletter .newsletter-box form {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background: #fff;
  padding: 40px;
  position: absolute;
  top: 10px;
  bottom: 10px;
  right: 10px;
  width: 40%;
}
.newsletter .newsletter-box form h5 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 15px;
}
.newsletter .newsletter-box form input[type="radio"] {
  position: absolute;
  left: -9999px;
}
.newsletter .newsletter-box form input[type="radio"] + label {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  background-clip: padding-box;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  border: 1px solid #e6e9eb;
  cursor: pointer;
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 20px;
  padding: 10px 10px 10px 40px;
  position: relative;
  width: 100%;
}
.newsletter .newsletter-box form input[type="radio"] + label:before {
  border-radius: 400px;
  -webkit-border-radius: 400px;
  -moz-border-radius: 400px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background: #e6e9eb;
  content: "";
  height: 20px;
  position: absolute;
  top: 15px;
  left: 10px;
  width: 20px;
}
.newsletter .newsletter-box form input[type="radio"]:checked + label {
  border-color: #0074c7;
  color: #0074c7;
  font-weight: 500;
}
.newsletter .newsletter-box form input[type="radio"]:checked + label:before {
  background: #0074c7;
}
.newsletter .newsletter-box form input[type="email"] {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  background-clip: padding-box;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  border: 1px solid #e6e9eb;
  height: 50px;
  line-height: 30px;
  margin-bottom: 20px;
  padding: 10px;
  width: 100%;
}
.newsletter .newsletter-box form input[type="submit"] {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background: #0074c7;
  cursor: pointer;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  padding: 15px 30px;
  text-align: center;
  text-decoration: none;
  margin-bottom: 10px;
  width: 100%;
}
.newsletter .newsletter-box form input[type="submit"]:hover {
  background: #0065ae;
}
.newsletter .newsletter-box form p.disclaimer {
  font-size: 12px;
  text-align: center;
}
.newsletter .newsletter-box form p.disclaimer a {
  color: #0074c7;
  font-weight: 500;
}

.blog-header .breadcrumbs {
  margin-bottom: 40px;
}
.blog-header form {
  position: relative;
}
.blog-header form input[type="search"] {
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background: #fff;
  border: 1px solid #e6e9eb;
  height: 60px;
  line-height: 20px;
  padding: 20px;
  width: 100%;
}
.blog-header form input[type="search"]:focus {
  border-color: #0074c7;
}
.blog-header form button {
  background: 0 0;
  border: none;
  color: #0074c7;
  line-height: 20px;
  padding: 20px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
}
.blog-header form button:hover {
  color: #0065ae;
}
.blog-menu {
  padding: 20px 0;
}
.blog-menu ul {
  list-style: none;
  margin: 0;
}
.blog-menu ul:after {
  clear: both;
  content: "";
  display: table;
}
.blog-menu ul li {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
.blog-menu ul li a {
  border-radius: 23px;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  background-clip: padding-box;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  border: 1px solid #0074c7;
  color: #0074c7;
  display: block;
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
  padding: 10px 20px;
  text-decoration: none;
}
.blog-menu ul li a.active {
  background: #0074c7;
  color: #fff;
}
.blog-menu ul li a:hover {
  background: #e6f1f9;
}
.blog-latest {
  padding: 0;
}
.blog-cta {
  border-bottom: 400px solid #f1f2f3;
}
t-align: center;
}
.blog-cta .blog-cta-box h3,
.blog-cta .blog-cta-box p {
  color: #fff;
}
.blog-category-section {
  border-bottom: 20px solid #f1f2f3;
}
.blog-category-section.no-border {
  border: none;
}
.blog-category-section .blog-category-section-header {
  border-bottom: 1px solid #e6e9eb;
  margin-bottom: 40px;
}
.blog-category-section .blog-category-section-header .blog-cat-img {
  display: block;
  float: left;
  height: 60px;
  margin-right: 20px;
  width: 60px;
}
.blog-category-section .blog-category-section-header h2 {
  line-height: 60px;
}
.blog-category-section .blog-category-section-header p {
  max-width: 60%;
}
.blog-category-section .blog-category-section-header .blog-cat-more {
  color: #0074c7;
  font-weight: 600;
  text-decoration: none;
}
.about-our-mission {
  text-align: center;
}
.about-our-mission h2 {
  font-size: 32px;
}
.about-our-mission p {
  margin: 0 auto 60px;
  max-width: 800px;
}
.about-our-mission .about-our-mission-box {
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  background-clip: padding-box;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  border: 1px solid #0074c7;
  cursor: pointer;
  display: block;
  padding: 80px 10px;
  overflow: hidden;
  position: relative;
}
.about-our-mission .about-our-mission-box:before {
  -webkit-border-radius: 200px 0 0;
  -moz-border-radius-topleft: 200px;
  border-radius: 200px 0 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background: #e6f1f9;
  content: "";
  height: 132px;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 132px;
  z-index: 3;
}
.about-our-mission .about-our-mission-box:after {
  display: inline-block;
  font: var(--fa-font-solid);
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background: #0074c7;
  content: "\2b";
  color: #fff;
  height: 48px;
  line-height: 48px;
  position: absolute;
  bottom: 30px;
  right: 30px;
  text-align: center;
  width: 48px;
  z-index: 5;
}
.about-our-mission .about-our-mission-box img {
  display: block;
  height: 48px;
  margin: 0 auto 20px;
  width: 48px;
}
.about-our-mission .about-our-mission-box h3 {
  color: #0074c7;
  font-weight: 700;
  margin-bottom: 10px;
}
.about-our-mission .about-our-mission-box p {
  max-width: 70%;
}
.about-our-mission .about-our-mission-box:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}
.about-our-mission .about-our-mission-box:hover:after {
  background: #061f3c;
}
.about-our-mission .about-our-mission-box div {
  display: none;
}
.about-our-mission .about-our-mission-box.open {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
  border: 1px solid #fff;
}
.about-our-mission .about-our-mission-box.open:after {
  content: "\f00d";
}
.about-our-mission .about-our-mission-box.open div {
  background: #fff;
  display: block;
  line-height: 150%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 40px;
  text-align: left;
  z-index: 4;
}

.about-team .about-team-content {
  max-width: 450px;
}
.about-team .about-team-content h2 {
  color: #fff;
  margin-bottom: 20px;
  margin-top: 20px;
}
.about-team .about-team-content p {
  color: #fff;
}
.about-team .about-team-content .about-team-box {
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  padding: 20px;
}
.about-team .about-team-content .about-team-box img {
  float: left;
  height: 40px;
  width: 40px;
  margin-right: 20px;
}
.about-team .about-team-content .about-team-box p {
  margin-bottom: 0;
}
.about-team .about-team-content .about-team-box span {
  color: #82e7ee;
}
.about-team .about-team-image {
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  background-clip: padding-box;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  display: block;
  height: auto;
  width: 100%;
}
.about-advocate {
  background: #f6f3f0;
  padding: 80px 0;
}
.about-advocate .about-advocate-box {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  font-family: "Roboto Serif", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings: "wdth" 100, "GRAD" 0;
  background: #fff;
  padding: 40px;
  text-align: center;
}
.about-advocate .about-advocate-box img {
  display: block;
  height: 48px;
  margin: 60px auto 20px;
  width: 48px;
}
.about-advocate .about-advocate-box h3 {
  font-weight: 700;
  text-align: center;
}
.about-advocate .about-advocate-box p {
  font-family: "Roboto Serif", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings: "wdth" 100, "GRAD" 0;
  color: #061f3c;
}
.about-advocate .about-advocate-box .about-advocate-box-inset {
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  font-family: Inter, sans-serif;
  background: #f6f3f0;
  font-size: 17px;
  font-weight: 400;
  line-height: 160%;
  padding: 40px;
  text-align: left;
}
.about-explore {
  padding: 100px 0;
  text-align: center;
}
.about-explore h3 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 40px;
  text-align: center;
}
.about-explore ul {
  text-align: center;
  margin-bottom: 40px;
}
.about-explore ul li {
  border-right: 1px solid #0074c7;
  display: inline-block;
  font-weight: 600;
  padding: 0 20px;
  position: relative;
}
.about-explore ul li:before {
  display: inline-block;
  font: var(--fa-font-solid);
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background: #0074c7;
  color: #fff;
  content: "\f00c";
  float: left;
  font-size: 12px;
  height: 16px;
  line-height: 16px;
  margin-right: 5px;
  text-align: center;
  width: 16px;
}
.about-explore ul li:last-child {
  border-right: 0;
}
.about-explore .btn {
  display: inline-block;
  margin: 0 auto;
}
.contact h2 {
  text-align: center;
}
.contact .contact-box {
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  background-clip: padding-box;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  border: 1px solid #e6e9eb;
  margin-bottom: 20px;
  overflow: hidden;
  padding: 40px;
}
.contact .contact-box .map {
  margin: -40px -40px 40px;
}
.contact .contact-box h3 {
  margin-bottom: 40px;
  font-weight: 700;
}
.contact .contact-box h3 + h4 {
  margin-top: -20px;
}
.contact .contact-box p:last-child {
  margin: 0;
}
.contact .contact-box .contact-call,
.contact .contact-box .contact-email {
  color: #0074c7;
  font-size: 32px;
  font-weight: 700;
  text-decoration: none;
}
.contact .contact-box .contact-call:hover,
.contact .contact-box .contact-email:hover {
  text-decoration: underline;
}
.contact .contact-follow {
  padding: 100px 0 40px;
}
.contact .contact-follow .contact-social,
.contact .contact-follow p {
  text-align: center;
}
.contact .contact-follow .contact-social li {
  display: inline-block;
}
.contact .contact-follow .contact-social li a {
  color: #828f9d;
  font-size: 40px;
  padding: 20px 40px;
}
.contact .contact-follow .contact-social li a:hover {
  color: #0074c7;
}
.how-it-works-process h2 {
  text-align: center;
}
.how-it-works-process h4 {
  margin-top: 60px;
}
.how-it-works-process .how-it-works-process-intro {
  text-align: center;
}
.how-it-works-process img {
  display: block;
  margin-bottom: 40px;
  width: 100%;
}

.how-it-works-contact .how-it-works-contact-box {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background: #fff;
  border-bottom: 6px solid #0074c7;
  padding: 40px;
}
.how-it-works-compare {
  background: #f6f3f0;
  padding: 120px 0;
}
.how-it-works-compare .col-1-2:first-child {
  position: relative;
}
.how-it-works-compare .col-1-2:first-child i {
  color: #0074c7;
}
.how-it-works-compare .col-1-2:first-child:after {
  background: #f1f2f3;
  content: "";
  position: absolute;
  top: 20px;
  bottom: 40px;
  right: 25px;
  width: 1px;
}
.how-it-works-compare .how-it-works-compare-box {
  margin-bottom: 40px;
  position: relative;
  padding: 40px 0 40px 60px;
}
.how-it-works-compare .how-it-works-compare-box p {
  margin: 0;
}
.how-it-works-compare .how-it-works-compare-box i {
  position: absolute;
  top: 40px;
  left: 0;
  width: 40px;
  font-size: 40px;
}
.how-it-works-compare .how-it-works-compare-consult {
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background: #fff;
  padding: 20px;
  text-align: center;
}
.how-it-works-compare .how-it-works-compare-consult p {
  margin: 0;
}
.how-it-works-compare .how-it-works-compare-consult p a {
  color: #0074c7;
}
.how-it-works-money {
  background: #e6f1f9;
  padding: 80px 0;
}
.how-it-works-money .how-it-works-money-box {
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background: #fff;
  padding: 60px;
}
.how-it-works-money .how-it-works-money-box p:last-child {
  margin: 0;
}
.how-it-works-money .how-it-works-money-box img {
  margin-bottom: 40px;
}
.how-it-works-money .how-it-works-money-box .how-it-works-money-box-inset {
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background: #061f3c;
  color: #fff;
  padding: 40px;
}
.reviews {
  text-align: center;
}
.reviews .reviews-box {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  background-clip: padding-box;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  padding: 40px;
  text-align: left;
}
.reviews .reviews-box .reviews-box-logo {
  display: block;
  height: 56px;
  margin-bottom: 30px;
  width: auto;
}
.reviews .reviews-box .rating {
  display: block;
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 30px;
}
.reviews .reviews-box .stars {
  display: inline;
  height: 24px;
  width: auto;
  margin-left: 10px;
}
.reviews .reviews-box .reviews-box-read-more {
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  color: #0074c7;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
}
.reviews .reviews-box .reviews-box-read-more:after {
  display: inline-block;
  font: var(--fa-font-solid);
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  content: "\f061";
  font-size: 13px;
  margin-left: 5px;
}
.reviews .reviews-box .reviews-box-read-more:hover {
  text-decoration: underline;
}
.reviews .reviews-box .reviews-box-read-more:hover:after {
  margin-left: 10px;
}
.testimonials {
  background: #f6f3f0;
  padding: 80px 0;
  text-align: center;
}
.testimonials h2 {
  margin-bottom: 40px;
}
.testimonials .testimonials-box {
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background: #fff;
  border: 1px solid #f1f2f3;
  margin-bottom: 20px;
  padding: 40px;
  text-align: left;
}
.testimonials .testimonials-box .stars {
  display: block;
  height: 24px;
  width: auto;
  margin-bottom: 20px;
}
.testimonials .testimonials-box h5 {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 5px;
}
.testimonials .testimonials-box h6 {
  color: #828f9d;
  font-size: 13px;
}

.category-header .breadcrumbs {
  margin-bottom: 40px;
}
.category-header form {
  position: relative;
}
.category-header form input[type="search"] {
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background: #fff;
  border: 1px solid #e6e9eb;
  height: 60px;
  line-height: 20px;
  padding: 20px;
  width: 100%;
}
.category-header form input[type="search"]:focus {
  border-color: #0074c7;
}
.category-header form button {
  background: 0 0;
  border: none;
  color: #0074c7;
  line-height: 20px;
  padding: 20px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
}
.category-header form button:hover {
  color: #0065ae;
}
@media screen and (max-width: 1200px) {
  .c {
    padding-left: 20px;
    padding-right: 20px;
  }
  .grid,
  .grid-100,
  .grid-20,
  .grid-40,
  .grid-50,
  .grid-90 {
    margin-right: 0;
  }
  .grid-100:after,
  .grid-20:after,
  .grid-40:after,
  .grid-50:after,
  .grid-90:after,
  .grid:after {
    clear: both;
    content: "";
    display: table;
  }
  .grid [class^="col-"],
  .grid-100 [class^="col-"],
  .grid-20 [class^="col-"],
  .grid-40 [class^="col-"],
  .grid-50 [class^="col-"],
  .grid-90 [class^="col-"] {
    float: none;
    padding-right: 0;
    width: 100%;
  }
  .top-bar p {
    font-size: 10px;
    line-height: 30px;
  }
  header .toggle-menu {
    cursor: pointer;
    display: block;
    float: right;
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    margin: 30px 0;
    text-align: center;
    width: 40px;
  }
  header .toggle-menu:before {
    display: inline-block;
    font: var(--fa-font-solid);
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f0c9";
  }
  header .toggle-menu:hover {
    background: #0074c7;
    color: #fff;
  }
  body.menu-open .top-bar,
  header .header-cta,
  header .navigation {
    display: none;
  }
  body.menu-open header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
  }
  body.menu-open header .c {
    padding-right: 10px;
  }
  body.menu-open header .logo {
    padding: 10px 0;
  }
  body.menu-open header .toggle-menu {
    margin: 10px 0;
  }
  body.menu-open header .toggle-menu:before {
    content: "\f00d";
  }
  body.menu-open header .navigation {
    background: #061f3c;
    display: block;
    float: none;
    position: fixed;
    top: 60px;
    left: 0;
    right: 0;
    bottom: 0;
  }
  body.menu-open header .navigation > li {
    float: none;
    margin: 0;
  }
  body.menu-open header .navigation > li > a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    color: #fff;
    display: block;
    padding: 20px;
  }
  body.menu-open header .navigation > li > a:after {
    line-height: 40px;
    content: "\f105";
    float: right;
  }
  body.menu-open header .navigation > li > a:hover {
    background: rgba(255, 255, 255, 0.05);
  }
  body.menu-open header .navigation > li .sub-navigation {
    display: none;
  }
  body.menu-open header .navigation > li:hover > a:after {
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
  }
  body.menu-open header .navigation > li:hover .sub-navigation {
    display: none;
  }
  body.menu-open header .navigation > li:nth-child(2) > a:after {
    display: none;
  }
  body.menu-open header .navigation > li.open .sub-navigation {
    background: #061f3c;
    display: block;
    padding: 0;
    position: fixed;
    top: 60px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100000000;
  }
  body.menu-open header .navigation > li.open .sub-navigation .c {
    padding: 0;
  }
  body.menu-open header .navigation > li.open .sub-navigation h3 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    font-weight: 600;
    line-height: 40px;
    margin: 0;
    padding: 20px;
    text-transform: none;
  }
  body.menu-open header .navigation > li.open .sub-navigation h3:after {
    display: inline-block;
    font: var(--fa-font-solid);
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    font-size: 14px;
    line-height: 40px;
    content: "\f105";
    float: right;
  }
  body.menu-open header .navigation > li.open .sub-navigation h3:hover {
    background: rgba(255, 255, 255, 0.05);
  }
  body.menu-open header .navigation > li.open .sub-navigation ul {
    display: none;
  }
  body.menu-open header .navigation > li.open .sub-navigation div.open ul {
    background: #061f3c;
    display: block;
    padding: 20px;
    position: fixed;
    top: 60px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100000001;
  }
  body.menu-open header .navigation > li.open .sub-navigation div.open ul li {
    margin-bottom: 20px;
  }
  body.menu-open header .navigation > li.open .sub-navigation div.open ul li a {
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    background: rgba(255, 255, 255, 0.1);
  }
  body.menu-open
    header
    .navigation
    > li.open
    .sub-navigation
    div.open
    ul
    li
    a
    span {
    color: #fff;
  }
  body.menu-open
    header
    .navigation
    > li.open
    .sub-navigation
    div.open
    ul
    li
    a:hover {
    background: rgba(255, 255, 255, 0.2);
  }
  body.menu-open header .header-cta {
    display: block;
    position: fixed;
    bottom: 20px;
    left: 20px;
    right: 20px;
    text-align: center;
    margin: 0;
    z-index: 500;
  }
  body.sub-menu-open header .logo {
    color: #004a7f;
    text-decoration: none;
  }
  body.sub-menu-open header .logo img {
    display: none;
  }
  body.sub-menu-open header .logo .nav-back {
    display: block;
    font-weight: 500;
    line-height: 40px;
  }
  body.sub-menu-open header .logo .nav-back:before {
    display: inline-block;
    font: var(--fa-font-solid);
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    font-size: 14px;
    line-height: 40px;
    content: "\f104";
    float: left;
    margin-right: 10px;
  }
  body.sub-menu-open header .logo:hover {
    color: #0074c7;
  }
  main,
  section {
    padding: 40px 0;
  }
  body {
    font-size: 16px;
  }
  h1,
  h2,
  h3 {
    font-size: 36px;
  }
  h2 {
    font-size: 26px;
  }
  h3 {
    font-size: 20px;
  }
  p {
    margin-bottom: 20px;
  }
  .front-page-welcome {
    padding-bottom: 120px;
  }
  .front-page-welcome h1 {
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    max-width: 800px;
    margin-bottom: 20px;
  }
  .front-page-welcome p {
    color: #fff;
    font-size: 16px;
  }
  .front-page-welcome .front-page-welcome-stat p {
    font-size: 14px;
  }
  .front-page-welcome .front-page-welcome-stat p img {
    display: none;
  }
  .front-page-perks {
    background: #fff;
    padding: 40px 0 20px;
  }
  .front-page-perks .col-1-3 {
    position: relative;
  }
  .front-page-perks .col-1-3:after {
    display: none;
  }
  .front-page-perks .front-page-perks-box {
    margin-bottom: 20px;
  }
  .front-page-get-started .front-page-get-started-box {
    padding-right: 0;
  }
  .front-page-get-started
    .front-page-get-started-box
    .front-page-get-started-box-bg {
    display: none;
  }
  .front-page-mission {
    background: #e6f1f9;
    padding-top: 0;
  }
  .front-page-mission .front-page-mission-box {
    padding: 40px;
  }
  .front-page-mission .front-page-mission-box p {
    font-size: 16px;
  }
  .front-page-learn .btn {
    margin-bottom: 20px;
  }
  .faq li {
    font-size: 16px;
  }
  .newsletter {
    padding-top: 0;
  }
  .newsletter .newsletter-box {
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background: #061f3c;
    padding: 40px 20px;
    position: relative;
  }
  .newsletter .newsletter-box h4 {
    color: #fff;
  }
  .newsletter .newsletter-box h3 {
    color: #fff;
    font-size: 28px;
  }
  .newsletter .newsletter-box form {
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background: #fff;
    padding: 40px;
    position: relative;
    top: auto;
    bottom: auto;
    right: auto;
    width: auto;
  }
  .newsletter .newsletter-box form h5 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 15px;
  }
  .newsletter .newsletter-box form input[type="radio"] {
    position: absolute;
    left: -9999px;
  }
  .newsletter .newsletter-box form input[type="radio"] + label {
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    background-clip: padding-box;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    border: 1px solid #e6e9eb;
    cursor: pointer;
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 20px;
    padding: 10px 10px 10px 40px;
    position: relative;
    width: 100%;
  }
  .newsletter .newsletter-box form input[type="radio"] + label:before {
    border-radius: 400px;
    -webkit-border-radius: 400px;
    -moz-border-radius: 400px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background: #e6e9eb;
    content: "";
    height: 20px;
    position: absolute;
    top: 15px;
    left: 10px;
    width: 20px;
  }
  .newsletter .newsletter-box form input[type="radio"]:checked + label {
    border-color: #0074c7;
    color: #0074c7;
    font-weight: 500;
  }
  .newsletter .newsletter-box form input[type="radio"]:checked + label:before {
    background: #0074c7;
  }
  .newsletter .newsletter-box form input[type="email"] {
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    background-clip: padding-box;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    border: 1px solid #e6e9eb;
    height: 50px;
    line-height: 30px;
    margin-bottom: 20px;
    padding: 10px;
    width: 100%;
  }
  .newsletter .newsletter-box form input[type="submit"] {
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background: #0074c7;
    cursor: pointer;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    padding: 15px 30px;
    text-align: center;
    text-decoration: none;
    margin-bottom: 10px;
    width: 100%;
  }
  .newsletter .newsletter-box form input[type="submit"]:hover {
    background: #0065ae;
  }
  .newsletter .newsletter-box form p.disclaimer {
    font-size: 12px;
    text-align: center;
  }
  .newsletter .newsletter-box form p.disclaimer a {
    color: #0074c7;
    font-weight: 500;
  }
  footer .footer-phone {
    margin-bottom: 20px;
  }
  .copyright {
    background: #e6f1f9;
    font-size: 14px;
    padding: 20px;
  }
  .copyright:after {
    clear: both;
    content: "";
    display: table;
  }
  .copyright p {
    float: none;
    line-height: 40px;
    margin: 0;
  }
  .copyright .menu-copyright {
    clear: both;
    float: none;
    list-style: 0;
    margin: 0;
  }
  .copyright .menu-copyright li {
    float: left;
    margin-left: 0;
    margin-right: 20px;
  }
  .copyright .menu-copyright li a {
    color: #0074c7;
    display: block;
    font-weight: 500;
    line-height: 40px;
    text-decoration: none;
  }
  .page-header {
    padding: 20px 0 40px;
    position: relative;
  }
  .page-header h1 {
    color: #fff;
    font-size: 36px;
    max-width: 100%;
  }
  .page-header p {
    color: #fff;
    font-size: 16px;
    max-width: 100%;
  }
  .page-header .breadcrumbs {
    margin-bottom: 40px;
  }
  .page-menu {
    border-bottom: 1px solid #f1f2f3;
    padding: 0;
  }
  .page-menu ul {
    text-align: center;
  }
  .page-menu ul li {
    display: inline-block;
  }
  .page-menu ul li a {
    border-bottom: 4px solid transparent;
    color: #44576c;
    display: block;
    font-size: 11px;
    font-weight: 600;
    padding: 20px 5px;
    text-decoration: none;
  }
  .page-menu ul li a:hover {
    color: #0074c7;
  }
  .page-menu ul li.current-menu-item a {
    border-color: #0074c7;
    color: #0074c7;
  }
  .about-our-mission .about-our-mission-box {
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    background-clip: padding-box;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    border: 1px solid #0074c7;
    cursor: pointer;
    display: block;
    padding: 40px 10px;
    overflow: hidden;
    margin-bottom: 40px;
    position: relative;
  }
  .about-advocate {
    background: #f6f3f0;
    padding: 20px 0;
  }
  .about-advocate .about-advocate-box {
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    font-family: "Roboto Serif", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-variation-settings: "wdth" 100, "GRAD" 0;
    background: #fff;
    padding: 20px;
    text-align: center;
  }
  .about-advocate .about-advocate-box img {
    margin-top: 0;
  }
  .about-advocate .about-advocate-box .about-advocate-box-inset {
    font-size: 14px;
  }
  .about-explore {
    padding: 40px 0;
  }
  .about-explore h3 {
    font-size: 32px;
  }
  .about-explore ul {
    text-align: center;
    margin-bottom: 40px;
  }
  .about-explore ul li {
    border-right: 0;
    display: inline-block;
    font-weight: 600;
    margin-bottom: 20px;
    padding: 0 20px;
    position: relative;
  }
  .about-explore ul li:last-child {
    border-right: 0;
  }
  .about-explore .btn {
    display: inline-block;
    margin: 0 auto;
  }
  .contact .contact-follow {
    padding: 40px 0;
  }
  .contact .contact-follow .contact-social,
  .contact .contact-follow p {
    text-align: center;
  }
  .contact .contact-follow .contact-social li {
    display: inline-block;
  }
  .contact .contact-follow .contact-social li a {
    color: #828f9d;
    font-size: 40px;
    padding: 20px 10px;
  }
  .contact .contact-follow .contact-social li a:hover {
    color: #0074c7;
  }
  .how-it-works-compare {
    background: #f6f3f0;
    padding: 40px 0;
  }
  .how-it-works-compare .col-1-2:first-child {
    position: relative;
  }
  .how-it-works-compare .col-1-2:first-child i {
    color: #0074c7;
  }
  .how-it-works-compare .col-1-2:first-child:after {
    background: #f1f2f3;
    content: "";
    position: absolute;
    top: 20px;
    bottom: 40px;
    right: 25px;
    width: 1px;
  }
  .how-it-works-compare .how-it-works-compare-box {
    margin-bottom: 0;
    position: relative;
    padding: 40px 0 40px 60px;
  }
  .how-it-works-compare .how-it-works-compare-box p {
    margin: 0;
  }
  .how-it-works-compare .how-it-works-compare-box i {
    position: absolute;
    top: 40px;
    left: 0;
    width: 40px;
    font-size: 40px;
  }
  .how-it-works-compare .how-it-works-compare-consult {
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background: #fff;
    padding: 20px;
    text-align: center;
  }
  .how-it-works-compare .how-it-works-compare-consult p {
    margin: 0;
  }
  .how-it-works-compare .how-it-works-compare-consult p a {
    color: #0074c7;
  }
}




.ampry__frame,
.widgetlyIframe,
#widgetlyIframe {
  position: fixed;
  width: 100%;
  height: 0px;
  border: none;
  margin: 0px;
  padding: 0px;
  z-index: 100000;
}

.ampry__frame:focus-visible {
  outline: none !important;
  box-shadow: none !important;
}

.ampry__frame--onpage {
  position: relative;
}

.ampry__notification,
.widgetlyNotificationWidget,
.ampry__flyout {
  max-width: 95%;
  z-index: 200000;
}

.ampry__onpage,
.widgetlyOnPage {
  position: relative;
  overflow-wrap: break-word;
}

.ampry__popup,
.popUpIframe {
  display: none;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100vh !important;
  z-index: 900000;
}

@media (max-width: 750px) {
  .ampry__notification,
  .ampry__flyout {
    max-width: 95%;
  }
}

@media (max-width: 720px) {
  .ampry__display--mobile-top,
  .ampry__display--mobile-widgetlyMobileTop {
    left: 0px !important;
    top: 0px !important;
    bottom: auto !important;
    right: 0px !important;
    margin-left: auto;
    margin-right: auto;
  }

  .ampry__display--mobile-bottom,
  .ampry__display--mobile-widgetlyMobileBottom {
    left: 0px !important;
    bottom: -2px !important;
    top: auto !important;
    right: 0px !important;
    margin-left: auto;
    margin-right: auto;
  }
}

.ampry__display--top,
.ampry__display--widgetlyTop {
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100% !important;
}

.ampry__display--top-left,
.ampry__display--widgetlyTopLeft {
  left: 5px;
  top: 5px;
}

.ampry__display--top-center,
.ampry__display--widgetlyTopCenter {
  left: 0;
  right: 0;
  top: 5px;
  margin: 0 auto !important;
}

.ampry__display--top-right,
.ampry__display--widgetlyTopRight {
  right: 5px;
  top: 5px;
}

.ampry__display--bottom,
.ampry__display--widgetlyBottom {
  left: 0px;
  bottom: -2px;
  right: 0px;
  width: 100% !important;
}

.ampry__display--bottom-left,
.ampry__display--widgetlyBottomLeft {
  left: 5px;
  bottom: 5px;
}

.ampry__display--bottom-center,
.ampry__display--widgetlyBottomCenter {
  left: 0;
  right: 0;
  bottom: 5px;
  margin: 0 auto !important;
}

.ampry__display--bottom-right,
.ampry__display--widgetlyBottomRight {
  right: 5px;
  bottom: 5px;
}

.ampry__display--hidden {
  display: none !important;
}

.ampry__visibility--hidden {
  visibility: hidden !important;
}

.ampry-hidden {
  display: none !important;
}

.slide-top {
  -webkit-animation: slide-top 3s cubic-bezier(0.25, 0.46, 0.45, 0.94)
    both;
  animation: slide-top 3s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

/* ----------------------------------------------
* Generated by Animista on 2022-3-10 13:19:32
* Licensed under FreeBSD License.
* See http://animista.net/license for more info. 
* w: http://animista.net, t: @cssanimista
* ---------------------------------------------- */

/**
* ----------------------------------------
* animation slide-top
* ----------------------------------------
*/
@-webkit-keyframes slide-top {
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  0% {
    -webkit-transform: translateY(-300px);
    transform: translateY(-300px);
  }
}

@keyframes slide-top {
  1000% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  0% {
    -webkit-transform: translateY(-300px);
    transform: translateY(-300px);
  }
}


:root {
  --animate-duration: 1s;
  --animate-delay: 1s;
  --animate-repeat: 1;
}
.animate__animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: var(--animate-duration);
  animation-duration: var(--animate-duration);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animate__animated.animate__infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animate__animated.animate__repeat-1 {
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: var(--animate-repeat);
  animation-iteration-count: var(--animate-repeat);
}
.animate__animated.animate__repeat-2 {
  -webkit-animation-iteration-count: calc(1 * 2);
  animation-iteration-count: calc(1 * 2);
  -webkit-animation-iteration-count: calc(var(--animate-repeat) * 2);
  animation-iteration-count: calc(var(--animate-repeat) * 2);
}
.animate__animated.animate__repeat-3 {
  -webkit-animation-iteration-count: calc(1 * 3);
  animation-iteration-count: calc(1 * 3);
  -webkit-animation-iteration-count: calc(var(--animate-repeat) * 3);
  animation-iteration-count: calc(var(--animate-repeat) * 3);
}
.animate__animated.animate__delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-delay: var(--animate-delay);
  animation-delay: var(--animate-delay);
}
.animate__animated.animate__delay-2s {
  -webkit-animation-delay: calc(1s * 2);
  animation-delay: calc(1s * 2);
  -webkit-animation-delay: calc(var(--animate-delay) * 2);
  animation-delay: calc(var(--animate-delay) * 2);
}
.animate__animated.animate__delay-3s {
  -webkit-animation-delay: calc(1s * 3);
  animation-delay: calc(1s * 3);
  -webkit-animation-delay: calc(var(--animate-delay) * 3);
  animation-delay: calc(var(--animate-delay) * 3);
}
.animate__animated.animate__delay-4s {
  -webkit-animation-delay: calc(1s * 4);
  animation-delay: calc(1s * 4);
  -webkit-animation-delay: calc(var(--animate-delay) * 4);
  animation-delay: calc(var(--animate-delay) * 4);
}
.animate__animated.animate__delay-5s {
  -webkit-animation-delay: calc(1s * 5);
  animation-delay: calc(1s * 5);
  -webkit-animation-delay: calc(var(--animate-delay) * 5);
  animation-delay: calc(var(--animate-delay) * 5);
}
.animate__animated.animate__faster {
  -webkit-animation-duration: calc(1s / 2);
  animation-duration: calc(1s / 2);
  -webkit-animation-duration: calc(var(--animate-duration) / 2);
  animation-duration: calc(var(--animate-duration) / 2);
}
.animate__animated.animate__fast {
  -webkit-animation-duration: calc(1s * 0.8);
  animation-duration: calc(1s * 0.8);
  -webkit-animation-duration: calc(var(--animate-duration) * 0.8);
  animation-duration: calc(var(--animate-duration) * 0.8);
}
.animate__animated.animate__slow {
  -webkit-animation-duration: calc(1s * 2);
  animation-duration: calc(1s * 2);
  -webkit-animation-duration: calc(var(--animate-duration) * 2);
  animation-duration: calc(var(--animate-duration) * 2);
}
.animate__animated.animate__slower {
  -webkit-animation-duration: calc(1s * 3);
  animation-duration: calc(1s * 3);
  -webkit-animation-duration: calc(var(--animate-duration) * 3);
  animation-duration: calc(var(--animate-duration) * 3);
}
@media print, (prefers-reduced-motion: reduce) {
  .animate__animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }

  .animate__animated[class*="Out"] {
    opacity: 0;
  }
}
/* Fading entrances  */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
.animate__fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

/* Fading exits */
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}
.animate__fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

/* Flippers */

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.animate__flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.animate__flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.animate__flipOutX {
  -webkit-animation-duration: calc(1s * 0.75);
  animation-duration: calc(1s * 0.75);
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.animate__flipOutY {
  -webkit-animation-duration: calc(1s * 0.75);
  animation-duration: calc(1s * 0.75);
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

/* Zooming entrances */
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}
.animate__zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

/* Zooming exits */
@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}
.animate__zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

/* Sliding entrances */
@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
/* Sliding exits */
@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.animate__slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.animate__slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.animate__slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.animate__slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}



/*! This file is auto-generated */
.wp-block-button__link {
  color: #fff;
  background-color: #32373c;
  border-radius: 9999px;
  box-shadow: none;
  text-decoration: none;
  padding: calc(0.667em + 2px) calc(1.333em + 2px);
  font-size: 1.125em;
}
.wp-block-file__button {
  background: #32373c;
  color: #fff;
  text-decoration: none;
}


:root {
  --wp--preset--aspect-ratio--square: 1;
  --wp--preset--aspect-ratio--4-3: 4/3;
  --wp--preset--aspect-ratio--3-4: 3/4;
  --wp--preset--aspect-ratio--3-2: 3/2;
  --wp--preset--aspect-ratio--2-3: 2/3;
  --wp--preset--aspect-ratio--16-9: 16/9;
  --wp--preset--aspect-ratio--9-16: 9/16;
  --wp--preset--color--black: #000000;
  --wp--preset--color--cyan-bluish-gray: #abb8c3;
  --wp--preset--color--white: #ffffff;
  --wp--preset--color--pale-pink: #f78da7;
  --wp--preset--color--vivid-red: #cf2e2e;
  --wp--preset--color--luminous-vivid-orange: #ff6900;
  --wp--preset--color--luminous-vivid-amber: #fcb900;
  --wp--preset--color--light-green-cyan: #7bdcb5;
  --wp--preset--color--vivid-green-cyan: #00d084;
  --wp--preset--color--pale-cyan-blue: #8ed1fc;
  --wp--preset--color--vivid-cyan-blue: #0693e3;
  --wp--preset--color--vivid-purple: #9b51e0;
  --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(
    135deg,
    rgba(6, 147, 227, 1) 0%,
    rgb(155, 81, 224) 100%
  );
  --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(
    135deg,
    rgb(122, 220, 180) 0%,
    rgb(0, 208, 130) 100%
  );
  --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(
    135deg,
    rgba(252, 185, 0, 1) 0%,
    rgba(255, 105, 0, 1) 100%
  );
  --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(
    135deg,
    rgba(255, 105, 0, 1) 0%,
    rgb(207, 46, 46) 100%
  );
  --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(
    135deg,
    rgb(238, 238, 238) 0%,
    rgb(169, 184, 195) 100%
  );
  --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(
    135deg,
    rgb(74, 234, 220) 0%,
    rgb(151, 120, 209) 20%,
    rgb(207, 42, 186) 40%,
    rgb(238, 44, 130) 60%,
    rgb(251, 105, 98) 80%,
    rgb(254, 248, 76) 100%
  );
  --wp--preset--gradient--blush-light-purple: linear-gradient(
    135deg,
    rgb(255, 206, 236) 0%,
    rgb(152, 150, 240) 100%
  );
  --wp--preset--gradient--blush-bordeaux: linear-gradient(
    135deg,
    rgb(254, 205, 165) 0%,
    rgb(254, 45, 45) 50%,
    rgb(107, 0, 62) 100%
  );
  --wp--preset--gradient--luminous-dusk: linear-gradient(
    135deg,
    rgb(255, 203, 112) 0%,
    rgb(199, 81, 192) 50%,
    rgb(65, 88, 208) 100%
  );
  --wp--preset--gradient--pale-ocean: linear-gradient(
    135deg,
    rgb(255, 245, 203) 0%,
    rgb(182, 227, 212) 50%,
    rgb(51, 167, 181) 100%
  );
  --wp--preset--gradient--electric-grass: linear-gradient(
    135deg,
    rgb(202, 248, 128) 0%,
    rgb(113, 206, 126) 100%
  );
  --wp--preset--gradient--midnight: linear-gradient(
    135deg,
    rgb(2, 3, 129) 0%,
    rgb(40, 116, 252) 100%
  );
  --wp--preset--font-size--small: 13px;
  --wp--preset--font-size--medium: 20px;
  --wp--preset--font-size--large: 36px;
  --wp--preset--font-size--x-large: 42px;
  --wp--preset--spacing--20: 0.44rem;
  --wp--preset--spacing--30: 0.67rem;
  --wp--preset--spacing--40: 1rem;
  --wp--preset--spacing--50: 1.5rem;
  --wp--preset--spacing--60: 2.25rem;
  --wp--preset--spacing--70: 3.38rem;
  --wp--preset--spacing--80: 5.06rem;
  --wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);
  --wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);
  --wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);
  --wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1),
    6px 6px rgba(0, 0, 0, 1);
  --wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);
}
:where(.is-layout-flex) {
  gap: 0.5em;
}
:where(.is-layout-grid) {
  gap: 0.5em;
}
body .is-layout-flex {
  display: flex;
}
.is-layout-flex {
  flex-wrap: wrap;
  align-items: center;
}
.is-layout-flex > :is(*, div) {
  margin: 0;
}
body .is-layout-grid {
  display: grid;
}
.is-layout-grid > :is(*, div) {
  margin: 0;
}
:where(.wp-block-columns.is-layout-flex) {
  gap: 2em;
}
:where(.wp-block-columns.is-layout-grid) {
  gap: 2em;
}
:where(.wp-block-post-template.is-layout-flex) {
  gap: 1.25em;
}
:where(.wp-block-post-template.is-layout-grid) {
  gap: 1.25em;
}
.has-black-color {
  color: var(--wp--preset--color--black) !important;
}
.has-cyan-bluish-gray-color {
  color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.has-white-color {
  color: var(--wp--preset--color--white) !important;
}
.has-pale-pink-color {
  color: var(--wp--preset--color--pale-pink) !important;
}
.has-vivid-red-color {
  color: var(--wp--preset--color--vivid-red) !important;
}
.has-luminous-vivid-orange-color {
  color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.has-luminous-vivid-amber-color {
  color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.has-light-green-cyan-color {
  color: var(--wp--preset--color--light-green-cyan) !important;
}
.has-vivid-green-cyan-color {
  color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.has-pale-cyan-blue-color {
  color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.has-vivid-cyan-blue-color {
  color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.has-vivid-purple-color {
  color: var(--wp--preset--color--vivid-purple) !important;
}
.has-black-background-color {
  background-color: var(--wp--preset--color--black) !important;
}
.has-cyan-bluish-gray-background-color {
  background-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.has-white-background-color {
  background-color: var(--wp--preset--color--white) !important;
}
.has-pale-pink-background-color {
  background-color: var(--wp--preset--color--pale-pink) !important;
}
.has-vivid-red-background-color {
  background-color: var(--wp--preset--color--vivid-red) !important;
}
.has-luminous-vivid-orange-background-color {
  background-color: var(
    --wp--preset--color--luminous-vivid-orange
  ) !important;
}
.has-luminous-vivid-amber-background-color {
  background-color: var(
    --wp--preset--color--luminous-vivid-amber
  ) !important;
}
.has-light-green-cyan-background-color {
  background-color: var(--wp--preset--color--light-green-cyan) !important;
}
.has-vivid-green-cyan-background-color {
  background-color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.has-pale-cyan-blue-background-color {
  background-color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.has-vivid-cyan-blue-background-color {
  background-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.has-vivid-purple-background-color {
  background-color: var(--wp--preset--color--vivid-purple) !important;
}
.has-black-border-color {
  border-color: var(--wp--preset--color--black) !important;
}
.has-cyan-bluish-gray-border-color {
  border-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.has-white-border-color {
  border-color: var(--wp--preset--color--white) !important;
}
.has-pale-pink-border-color {
  border-color: var(--wp--preset--color--pale-pink) !important;
}
.has-vivid-red-border-color {
  border-color: var(--wp--preset--color--vivid-red) !important;
}
.has-luminous-vivid-orange-border-color {
  border-color: var(
    --wp--preset--color--luminous-vivid-orange
  ) !important;
}
.has-luminous-vivid-amber-border-color {
  border-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.has-light-green-cyan-border-color {
  border-color: var(--wp--preset--color--light-green-cyan) !important;
}
.has-vivid-green-cyan-border-color {
  border-color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.has-pale-cyan-blue-border-color {
  border-color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.has-vivid-cyan-blue-border-color {
  border-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.has-vivid-purple-border-color {
  border-color: var(--wp--preset--color--vivid-purple) !important;
}
.has-vivid-cyan-blue-to-vivid-purple-gradient-background {
  background: var(
    --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple
  ) !important;
}
.has-light-green-cyan-to-vivid-green-cyan-gradient-background {
  background: var(
    --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan
  ) !important;
}
.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
  background: var(
    --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange
  ) !important;
}
.has-luminous-vivid-orange-to-vivid-red-gradient-background {
  background: var(
    --wp--preset--gradient--luminous-vivid-orange-to-vivid-red
  ) !important;
}
.has-very-light-gray-to-cyan-bluish-gray-gradient-background {
  background: var(
    --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray
  ) !important;
}
.has-cool-to-warm-spectrum-gradient-background {
  background: var(
    --wp--preset--gradient--cool-to-warm-spectrum
  ) !important;
}
.has-blush-light-purple-gradient-background {
  background: var(--wp--preset--gradient--blush-light-purple) !important;
}
.has-blush-bordeaux-gradient-background {
  background: var(--wp--preset--gradient--blush-bordeaux) !important;
}
.has-luminous-dusk-gradient-background {
  background: var(--wp--preset--gradient--luminous-dusk) !important;
}
.has-pale-ocean-gradient-background {
  background: var(--wp--preset--gradient--pale-ocean) !important;
}
.has-electric-grass-gradient-background {
  background: var(--wp--preset--gradient--electric-grass) !important;
}
.has-midnight-gradient-background {
  background: var(--wp--preset--gradient--midnight) !important;
}
.has-small-font-size {
  font-size: var(--wp--preset--font-size--small) !important;
}
.has-medium-font-size {
  font-size: var(--wp--preset--font-size--medium) !important;
}
.has-large-font-size {
  font-size: var(--wp--preset--font-size--large) !important;
}
.has-x-large-font-size {
  font-size: var(--wp--preset--font-size--x-large) !important;
}
:where(.wp-block-post-template.is-layout-flex) {
  gap: 1.25em;
}
:where(.wp-block-post-template.is-layout-grid) {
  gap: 1.25em;
}
:where(.wp-block-columns.is-layout-flex) {
  gap: 2em;
}
:where(.wp-block-columns.is-layout-grid) {
  gap: 2em;
}
:root :where(.wp-block-pullquote) {
  font-size: 1.5em;
  line-height: 1.6;
}



.ampry__frame,
.widgetlyIframe,
#widgetlyIframe {
  position: fixed;
  width: 100%;
  height: 0px;
  border: none;
  margin: 0px;
  padding: 0px;
  z-index: 100000;
}
.ampry__frame:focus-visible {
  outline: none !important;
  box-shadow: none !important;
}
.ampry__frame--onpage {
  position: relative;
}
.ampry__notification,
.widgetlyNotificationWidget,
.ampry__flyout {
  max-width: 95%;
  z-index: 200000;
}
.ampry__onpage,
.widgetlyOnPage {
  position: relative;
  overflow-wrap: break-word;
}
.ampry__popup,
.popUpIframe {
  display: none;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100vh !important;
  z-index: 900000;
}
@media (max-width: 750px) {
  .ampry__notification,
  .ampry__flyout {
    max-width: 95%;
  }
}
@media (max-width: 720px) {
  .ampry__display--mobile-top,
  .ampry__display--mobile-widgetlyMobileTop {
    left: 0px !important;
    top: 0px !important;
    bottom: auto !important;
    right: 0px !important;
    margin-left: auto;
    margin-right: auto;
  }
  .ampry__display--mobile-bottom,
  .ampry__display--mobile-widgetlyMobileBottom {
    left: 0px !important;
    bottom: -2px !important;
    top: auto !important;
    right: 0px !important;
    margin-left: auto;
    margin-right: auto;
  }
}
.ampry__display--top,
.ampry__display--widgetlyTop {
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100% !important;
}
.ampry__display--top-left,
.ampry__display--widgetlyTopLeft {
  left: 5px;
  top: 5px;
}
.ampry__display--top-center,
.ampry__display--widgetlyTopCenter {
  left: 0;
  right: 0;
  top: 5px;
  margin: 0 auto !important;
}
.ampry__display--top-right,
.ampry__display--widgetlyTopRight {
  right: 5px;
  top: 5px;
}
.ampry__display--bottom,
.ampry__display--widgetlyBottom {
  left: 0px;
  bottom: -2px;
  right: 0px;
  width: 100% !important;
}
.ampry__display--bottom-left,
.ampry__display--widgetlyBottomLeft {
  left: 5px;
  bottom: 5px;
}
.ampry__display--bottom-center,
.ampry__display--widgetlyBottomCenter {
  left: 0;
  right: 0;
  bottom: 5px;
  margin: 0 auto !important;
}
.ampry__display--bottom-right,
.ampry__display--widgetlyBottomRight {
  right: 5px;
  bottom: 5px;
}
.ampry__display--hidden {
  display: none !important;
}
.ampry__visibility--hidden {
  visibility: hidden !important;
}
.ampry-hidden {
  display: none !important;
}
.slide-top {
  -webkit-animation: slide-top 3s cubic-bezier(0.25, 0.46, 0.45, 0.94)
    both;
  animation: slide-top 3s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
/* ----------------------------------------------
* Generated by Animista on 2022-3-10 13:19:32
* Licensed under FreeBSD License.
* See http://animista.net/license for more info. 
* w: http://animista.net, t: @cssanimista
* ---------------------------------------------- */
/**
* ----------------------------------------
* animation slide-top
* ----------------------------------------
*/
@-webkit-keyframes slide-top {
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  0% {
    -webkit-transform: translateY(-300px);
    transform: translateY(-300px);
  }
}
@keyframes slide-top {
  1000% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  0% {
    -webkit-transform: translateY(-300px);
    transform: translateY(-300px);
  }
}


:root {
  --animate-duration: 1s;
  --animate-delay: 1s;
  --animate-repeat: 1;
}
.animate__animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: var(--animate-duration);
  animation-duration: var(--animate-duration);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animate__animated.animate__infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animate__animated.animate__repeat-1 {
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: var(--animate-repeat);
  animation-iteration-count: var(--animate-repeat);
}
.animate__animated.animate__repeat-2 {
  -webkit-animation-iteration-count: calc(1 * 2);
  animation-iteration-count: calc(1 * 2);
  -webkit-animation-iteration-count: calc(var(--animate-repeat) * 2);
  animation-iteration-count: calc(var(--animate-repeat) * 2);
}
.animate__animated.animate__repeat-3 {
  -webkit-animation-iteration-count: calc(1 * 3);
  animation-iteration-count: calc(1 * 3);
  -webkit-animation-iteration-count: calc(var(--animate-repeat) * 3);
  animation-iteration-count: calc(var(--animate-repeat) * 3);
}
.animate__animated.animate__delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-delay: var(--animate-delay);
  animation-delay: var(--animate-delay);
}
.animate__animated.animate__delay-2s {
  -webkit-animation-delay: calc(1s * 2);
  animation-delay: calc(1s * 2);
  -webkit-animation-delay: calc(var(--animate-delay) * 2);
  animation-delay: calc(var(--animate-delay) * 2);
}
.animate__animated.animate__delay-3s {
  -webkit-animation-delay: calc(1s * 3);
  animation-delay: calc(1s * 3);
  -webkit-animation-delay: calc(var(--animate-delay) * 3);
  animation-delay: calc(var(--animate-delay) * 3);
}
.animate__animated.animate__delay-4s {
  -webkit-animation-delay: calc(1s * 4);
  animation-delay: calc(1s * 4);
  -webkit-animation-delay: calc(var(--animate-delay) * 4);
  animation-delay: calc(var(--animate-delay) * 4);
}
.animate__animated.animate__delay-5s {
  -webkit-animation-delay: calc(1s * 5);
  animation-delay: calc(1s * 5);
  -webkit-animation-delay: calc(var(--animate-delay) * 5);
  animation-delay: calc(var(--animate-delay) * 5);
}
.animate__animated.animate__faster {
  -webkit-animation-duration: calc(1s / 2);
  animation-duration: calc(1s / 2);
  -webkit-animation-duration: calc(var(--animate-duration) / 2);
  animation-duration: calc(var(--animate-duration) / 2);
}
.animate__animated.animate__fast {
  -webkit-animation-duration: calc(1s * 0.8);
  animation-duration: calc(1s * 0.8);
  -webkit-animation-duration: calc(var(--animate-duration) * 0.8);
  animation-duration: calc(var(--animate-duration) * 0.8);
}
.animate__animated.animate__slow {
  -webkit-animation-duration: calc(1s * 2);
  animation-duration: calc(1s * 2);
  -webkit-animation-duration: calc(var(--animate-duration) * 2);
  animation-duration: calc(var(--animate-duration) * 2);
}
.animate__animated.animate__slower {
  -webkit-animation-duration: calc(1s * 3);
  animation-duration: calc(1s * 3);
  -webkit-animation-duration: calc(var(--animate-duration) * 3);
  animation-duration: calc(var(--animate-duration) * 3);
}
@media print, (prefers-reduced-motion: reduce) {
  .animate__animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }
  .animate__animated[class*="Out"] {
    opacity: 0;
  }
}
/* Fading entrances  */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.animate__fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
/* Fading exits */
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.animate__fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
/* Flippers */
@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.animate__flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.animate__flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.animate__flipOutX {
  -webkit-animation-duration: calc(1s * 0.75);
  animation-duration: calc(1s * 0.75);
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.animate__flipOutY {
  -webkit-animation-duration: calc(1s * 0.75);
  animation-duration: calc(1s * 0.75);
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}
/* Zooming entrances */
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.animate__zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
/* Zooming exits */
@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.animate__zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
/* Sliding entrances */
@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
/* Sliding exits */
@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.animate__slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.animate__slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.animate__slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.animate__slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

.cky-overlay {
  background: #000000;
  opacity: 0.4;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999999;
}
.cky-hide {
  display: none;
}
.cky-btn-revisit-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0056a7;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  position: fixed;
  z-index: 999999;
  cursor: pointer;
}
.cky-revisit-bottom-left {
  bottom: 15px;
  left: 15px;
}
.cky-revisit-bottom-right {
  bottom: 15px;
  right: 15px;
}
.cky-btn-revisit-wrapper .cky-btn-revisit {
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
}
.cky-btn-revisit-wrapper .cky-btn-revisit img {
  max-width: fit-content;
  margin: 0;
  height: 30px;
  width: 30px;
}
.cky-revisit-bottom-left:hover::before {
  content: attr(data-tooltip);
  position: absolute;
  background: #4e4b66;
  color: #ffffff;
  left: calc(100% + 7px);
  font-size: 12px;
  line-height: 16px;
  width: max-content;
  padding: 4px 8px;
  border-radius: 4px;
}
.cky-revisit-bottom-left:hover::after {
  position: absolute;
  content: "";
  border: 5px solid transparent;
  left: calc(100% + 2px);
  border-left-width: 0;
  border-right-color: #4e4b66;
}
.cky-revisit-bottom-right:hover::before {
  content: attr(data-tooltip);
  position: absolute;
  background: #4e4b66;
  color: #ffffff;
  right: calc(100% + 7px);
  font-size: 12px;
  line-height: 16px;
  width: max-content;
  padding: 4px 8px;
  border-radius: 4px;
}
.cky-revisit-bottom-right:hover::after {
  position: absolute;
  content: "";
  border: 5px solid transparent;
  right: calc(100% + 2px);
  border-right-width: 0;
  border-left-color: #4e4b66;
}
.cky-revisit-hide {
  display: none;
}
.cky-consent-container {
  position: fixed;
  width: 440px;
  box-sizing: border-box;
  z-index: 9999999;
  border-radius: 6px;
}
.cky-consent-container .cky-consent-bar {
  background: #ffffff;
  border: 1px solid;
  padding: 20px 26px;
  box-shadow: 0 -1px 10px 0 #acabab4d;
  border-radius: 6px;
}
.cky-box-bottom-left {
  bottom: 40px;
  left: 40px;
}
.cky-box-bottom-right {
  bottom: 40px;
  right: 40px;
}
.cky-box-top-left {
  top: 40px;
  left: 40px;
}
.cky-box-top-right {
  top: 40px;
  right: 40px;
}
.cky-custom-brand-logo-wrapper .cky-custom-brand-logo {
  width: 100px;
  height: auto;
  margin: 0 0 12px 0;
}
.cky-notice .cky-title {
  color: #212121;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  margin: 0 0 12px 0;
  word-break: break-word;
}
.cky-notice-des *,
.cky-preference-content-wrapper *,
.cky-dma-content-wrapper *,
.cky-accordion-header-des *,
.cky-gpc-wrapper .cky-gpc-desc * {
  font-size: 14px;
}
.cky-notice-des {
  color: #212121;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}
.cky-notice-des img {
  min-height: 25px;
  min-width: 25px;
}
.cky-consent-bar .cky-notice-des p,
.cky-gpc-wrapper .cky-gpc-desc p,
.cky-preference-body-wrapper .cky-preference-content-wrapper p,
.cky-accordion-header-wrapper .cky-accordion-header-des p,
.cky-cookie-des-table li div:last-child p {
  color: inherit;
  margin-top: 0;
  word-break: break-word;
}
.cky-notice-des P:last-child,
.cky-preference-content-wrapper p:last-child,
.cky-cookie-des-table li div:last-child p:last-child,
.cky-gpc-wrapper .cky-gpc-desc p:last-child {
  margin-bottom: 0;
}
.cky-notice-des a.cky-policy,
.cky-notice-des button.cky-policy,
.cky-dma-content-wrapper a.cky-policy,
.cky-dma-content-wrapper button.cky-policy {
  font-size: 14px;
  color: #1863dc;
  white-space: nowrap;
  cursor: pointer;
  background: transparent;
  border: 1px solid;
  text-decoration: underline;
}
.cky-notice-des button.cky-policy,
.cky-dma-content-wrapper button.cky-policy {
  padding: 0;
}
.cky-notice-des a.cky-policy:focus-visible,
.cky-notice-des button.cky-policy:focus-visible,
.cky-dma-content-wrapper a.cky-policy:focus-visible,
.cky-dma-content-wrapper button.cky-policy:focus-visible,
.cky-preference-content-wrapper .cky-show-desc-btn:focus-visible,
.cky-accordion-header .cky-accordion-btn:focus-visible,
.cky-preference-header .cky-btn-close:focus-visible,
.cky-switch input[type="checkbox"]:focus-visible,
.cky-footer-wrapper a:focus-visible,
.cky-btn:focus-visible {
  outline: 2px solid #1863dc;
  outline-offset: 2px;
}
.cky-btn:focus:not(:focus-visible),
.cky-accordion-header .cky-accordion-btn:focus:not(:focus-visible),
.cky-preference-content-wrapper
  .cky-show-desc-btn:focus:not(:focus-visible),
.cky-btn-revisit-wrapper .cky-btn-revisit:focus:not(:focus-visible),
.cky-preference-header .cky-btn-close:focus:not(:focus-visible),
.cky-consent-bar .cky-banner-btn-close:focus:not(:focus-visible) {
  outline: 0;
}
button.cky-show-desc-btn:not(:hover):not(:active) {
  color: #1863dc;
  background: transparent;
}
button.cky-accordion-btn:not(:hover):not(:active),
button.cky-banner-btn-close:not(:hover):not(:active),
button.cky-btn-revisit:not(:hover):not(:active),
button.cky-btn-close:not(:hover):not(:active) {
  background: transparent;
}
.cky-consent-bar button:hover,
.cky-modal.cky-modal-open button:hover,
.cky-consent-bar button:focus,
.cky-modal.cky-modal-open button:focus {
  text-decoration: none;
}
.cky-notice-btn-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}
.cky-notice-btn-wrapper .cky-btn {
  text-shadow: none;
  box-shadow: none;
}
.cky-btn {
  flex: auto;
  max-width: 100%;
  font-size: 14px;
  font-family: inherit;
  line-height: 24px;
  padding: 8px;
  font-weight: 500;
  border-radius: 2px;
  cursor: pointer;
  text-align: center;
  text-transform: none;
  min-height: 0;
  overflow-wrap: break-word;
}
.cky-btn:hover {
  opacity: 0.8;
}
.cky-btn-customize {
  color: #1863dc;
  background: transparent;
  border: 2px solid #1863dc;
}
.cky-btn-reject {
  color: #1863dc;
  background: transparent;
  border: 2px solid #1863dc;
}
.cky-btn-accept {
  background: #1863dc;
  color: #ffffff;
  border: 2px solid #1863dc;
}
.cky-btn:last-child {
  margin-right: 0;
}
@media (max-width: 576px) {
  .cky-box-bottom-left {
    bottom: 0;
    left: 0;
  }
  .cky-box-bottom-right {
    bottom: 0;
    right: 0;
  }
  .cky-box-top-left {
    top: 0;
    left: 0;
  }
  .cky-box-top-right {
    top: 0;
    right: 0;
  }
}
@media (max-width: 440px) {
  .cky-box-bottom-left,
  .cky-box-bottom-right,
  .cky-box-top-left,
  .cky-box-top-right {
    width: 100%;
    max-width: 100%;
  }
  .cky-consent-container .cky-consent-bar {
    padding: 20px 0;
  }
  .cky-custom-brand-logo-wrapper,
  .cky-notice .cky-title,
  .cky-notice-des,
  .cky-notice-btn-wrapper {
    padding: 0 24px;
  }
  .cky-notice-des {
    max-height: 40vh;
    overflow-y: scroll;
  }
  .cky-notice-btn-wrapper {
    gap: 10px;
    flex-direction: column;
  }
  .cky-btn {
    width: 100%;
  }
  .cky-notice-btn-wrapper .cky-btn-customize {
    order: 2;
  }
  .cky-notice-btn-wrapper .cky-btn-reject {
    order: 3;
  }
  .cky-notice-btn-wrapper .cky-btn-accept {
    order: 1;
  }
}
@media (max-width: 352px) {
  .cky-notice .cky-title {
    font-size: 16px;
  }
  .cky-notice-des * {
    font-size: 12px;
  }
  .cky-notice-des,
  .cky-btn {
    font-size: 12px;
  }
}
.cky-modal.cky-modal-open {
  display: flex;
  visibility: visible;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  transition: all 1s ease;
  max-height: 100%;
}
.cky-modal {
  box-shadow: 0 32px 68px rgba(0, 0, 0, 0.3);
  margin: 0 auto;
  position: fixed;
  max-width: 100%;
  background: #ffffff;
  top: 50%;
  box-sizing: border-box;
  border-radius: 6px;
  z-index: 999999999;
  color: #212121;
  -webkit-transform: translate(-50%, 100%);
  -moz-transform: translate(-50%, 100%);
  -ms-transform: translate(-50%, 100%);
  -o-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%);
  visibility: hidden;
  transition: all 0s ease;
}
.cky-preference-center {
  max-height: 79vh;
  overflow: hidden;
  width: 845px;
  overflow: hidden;
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  border-radius: 6px;
}
.cky-preference-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 24px;
  border-bottom: 1px solid;
}
.cky-preference-header .cky-preference-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  word-break: break-word;
}
.cky-preference-header .cky-btn-close {
  margin: 0;
  cursor: pointer;
  vertical-align: middle;
  padding: 0;
  background: none;
  border: none;
  width: auto;
  height: auto;
  min-height: 0;
  line-height: 0;
  text-shadow: none;
  box-shadow: none;
}
.cky-preference-header .cky-btn-close img {
  margin: 0;
  height: 10px;
  width: 10px;
}
.cky-preference-body-wrapper {
  padding: 0 24px;
  flex: 1;
  overflow: auto;
  box-sizing: border-box;
}
.cky-preference-content-wrapper,
.cky-gpc-wrapper .cky-gpc-desc {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  padding: 12px 0;
}
.cky-preference-content-wrapper img {
  min-height: 25px;
  min-width: 25px;
}
.cky-preference-content-wrapper .cky-show-desc-btn {
  font-size: 14px;
  font-family: inherit;
  color: #1863dc;
  text-decoration: none;
  line-height: 24px;
  padding: 0;
  margin: 0;
  white-space: nowrap;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  text-transform: none;
  min-height: 0;
  text-shadow: none;
  box-shadow: none;
}
.cky-accordion-wrapper {
  margin-bottom: 10px;
}
.cky-accordion {
  border-bottom: 1px solid;
}
.cky-accordion:last-child {
  border-bottom: none;
}
.cky-accordion .cky-accordion-item {
  display: flex;
  margin-top: 10px;
}
.cky-accordion .cky-accordion-body {
  display: none;
}
.cky-accordion.cky-accordion-active .cky-accordion-body {
  display: block;
  padding: 0 22px;
  margin-bottom: 16px;
}
.cky-accordion-header-wrapper {
  cursor: pointer;
  width: 100%;
}
.cky-accordion-item .cky-accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cky-accordion-header .cky-accordion-btn {
  font-size: 16px;
  font-family: inherit;
  color: #212121;
  line-height: 24px;
  background: none;
  border: none;
  font-weight: 700;
  padding: 0;
  margin: 0;
  cursor: pointer;
  text-transform: none;
  min-height: 0;
  text-shadow: none;
  box-shadow: none;
}
.cky-accordion-header .cky-always-active {
  color: #008000;
  font-weight: 600;
  line-height: 24px;
  font-size: 14px;
}
.cky-accordion-header-des {
  font-size: 14px;
  line-height: 24px;
  margin: 10px 0 16px 0;
}
.cky-accordion-chevron {
  margin-right: 22px;
  position: relative;
  cursor: pointer;
}
.cky-accordion-chevron-hide {
  display: none;
}
.cky-accordion .cky-accordion-chevron i::before {
  content: "";
  position: absolute;
  border-right: 1.4px solid;
  border-bottom: 1.4px solid;
  border-color: inherit;
  height: 6px;
  width: 6px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.2s ease-in-out;
  top: 8px;
}
.cky-accordion.cky-accordion-active .cky-accordion-chevron i::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cky-audit-table {
  background: #f4f4f4;
  border-radius: 6px;
}
.cky-audit-table .cky-empty-cookies-text {
  color: inherit;
  font-size: 12px;
  line-height: 24px;
  margin: 0;
  padding: 10px;
  word-break: break-word;
}
.cky-audit-table .cky-cookie-des-table {
  font-size: 12px;
  line-height: 24px;
  font-weight: normal;
  padding: 15px 10px;
  border-bottom: 1px solid;
  border-bottom-color: inherit;
  margin: 0;
}
.cky-audit-table .cky-cookie-des-table:last-child {
  border-bottom: none;
}
.cky-audit-table .cky-cookie-des-table li {
  list-style-type: none;
  display: flex;
  padding: 3px 0;
}
.cky-audit-table .cky-cookie-des-table li:first-child {
  padding-top: 0;
}
.cky-cookie-des-table li div:first-child {
  width: 100px;
  font-weight: 600;
  word-break: break-word;
  word-wrap: break-word;
}
.cky-cookie-des-table li div:last-child {
  flex: 1;
  word-break: break-word;
  word-wrap: break-word;
  margin-left: 8px;
}
.cky-footer-shadow {
  display: block;
  width: 100%;
  height: 40px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    #ffffff 100%
  );
  position: absolute;
  bottom: calc(100% - 1px);
}
.cky-footer-wrapper {
  position: relative;
}
.cky-prefrence-btn-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  justify-content: center;
  padding: 22px 24px;
  border-top: 1px solid;
}
.cky-prefrence-btn-wrapper .cky-btn {
  flex: auto;
  max-width: 100%;
  text-shadow: none;
  box-shadow: none;
}
.cky-btn-preferences {
  color: #1863dc;
  background: transparent;
  border: 2px solid #1863dc;
}
.cky-preference-header,
.cky-preference-body-wrapper,
.cky-accordion-wrapper,
.cky-accordion,
.cky-accordion-wrapper,
.cky-footer-wrapper,
.cky-prefrence-btn-wrapper {
  border-color: inherit;
}
.cky-preference-body-wrapper .cky-dma-content-wrapper {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  padding: 4px 0 12px;
}
.cky-preference-body-wrapper .cky-dma-content-wrapper p {
  color: inherit;
  word-break: break-word;
}
.cky-preference-body-wrapper .cky-dma-content-wrapper p:first-child {
  margin-top: 0;
}
.cky-preference-body-wrapper .cky-dma-content-wrapper p:last-child {
  margin-bottom: 0;
}
.cky-preference-body-wrapper .cky-horizontal-separator {
  border-bottom: 1px solid;
  border-color: inherit;
}
@media (max-width: 845px) {
  .cky-modal {
    max-width: calc(100% - 16px);
  }
}
@media (max-width: 576px) {
  .cky-modal {
    max-width: 100%;
  }
  .cky-preference-center {
    max-height: 100vh;
  }
  .cky-prefrence-btn-wrapper {
    flex-direction: column;
    gap: 10px;
  }
  .cky-accordion.cky-accordion-active .cky-accordion-body {
    padding-right: 0;
  }
  .cky-prefrence-btn-wrapper .cky-btn {
    width: 100%;
  }
  .cky-prefrence-btn-wrapper .cky-btn-reject {
    order: 3;
  }
  .cky-prefrence-btn-wrapper .cky-btn-accept {
    order: 1;
    margin-top: 0;
  }
  .cky-prefrence-btn-wrapper .cky-btn-preferences {
    order: 2;
  }
}
@media (max-width: 425px) {
  .cky-accordion-chevron {
    margin-right: 15px;
  }
  .cky-accordion.cky-accordion-active .cky-accordion-body {
    padding: 0 15px;
  }
}
@media (max-width: 352px) {
  .cky-preference-header .cky-preference-title {
    font-size: 16px;
  }
  .cky-preference-header {
    padding: 16px 24px;
  }
  .cky-preference-content-wrapper *,
  .cky-accordion-header-des *,
  .cky-dma-content-wrapper * {
    font-size: 12px;
  }
  .cky-preference-content-wrapper,
  .cky-preference-body-wrapper .cky-dma-content-wrapper,
  .cky-preference-content-wrapper .cky-show-more,
  .cky-accordion-header .cky-always-active,
  .cky-accordion-header-des,
  .cky-preference-content-wrapper .cky-show-desc-btn,
  .cky-notice-des a.cky-policy,
  .cky-dma-content-wrapper a.cky-policy {
    font-size: 12px;
  }
  .cky-accordion-header .cky-accordion-btn {
    font-size: 14px;
  }
}
.cky-switch {
  display: flex;
}
.cky-switch input[type="checkbox"] {
  position: relative;
  width: 44px;
  height: 24px;
  margin: 0;
  background: #d0d5d2;
  -webkit-appearance: none;
  border-radius: 50px;
  cursor: pointer;
  outline: 0;
  border: none;
  top: 0;
}
.cky-switch input[type="checkbox"]:checked {
  background: #1863dc;
}
.cky-switch input[type="checkbox"]:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 2px;
  bottom: 2px;
  border-radius: 50%;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  margin: 0;
}
.cky-switch input[type="checkbox"]:after {
  display: none;
}
.cky-switch input[type="checkbox"]:checked:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}
@media (max-width: 425px) {
  .cky-switch input[type="checkbox"] {
    width: 38px;
    height: 21px;
  }
  .cky-switch input[type="checkbox"]:before {
    height: 17px;
    width: 17px;
  }
  .cky-switch input[type="checkbox"]:checked:before {
    -webkit-transform: translateX(17px);
    -ms-transform: translateX(17px);
    transform: translateX(17px);
  }
}
.cky-consent-bar .cky-banner-btn-close {
  position: absolute;
  right: 9px;
  top: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  margin: 0;
  min-height: 0;
  line-height: 0;
  height: auto;
  width: auto;
  text-shadow: none;
  box-shadow: none;
}
.cky-consent-bar .cky-banner-btn-close img {
  height: 9px;
  width: 9px;
  margin: 0;
}
.cky-notice-group {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  color: #212121;
}
.cky-notice-btn-wrapper .cky-btn-do-not-sell {
  font-size: 14px;
  line-height: 24px;
  padding: 6px 0;
  margin: 0;
  font-weight: 500;
  background: none;
  border-radius: 2px;
  border: none;
  cursor: pointer;
  text-align: left;
  color: #1863dc;
  background: transparent;
  border-color: transparent;
  box-shadow: none;
  text-shadow: none;
  word-break: break-word;
}
.cky-consent-bar .cky-banner-btn-close:focus-visible,
.cky-notice-btn-wrapper .cky-btn-do-not-sell:focus-visible,
.cky-opt-out-btn-wrapper .cky-btn:focus-visible,
.cky-opt-out-checkbox-wrapper
  input[type="checkbox"].cky-opt-out-checkbox:focus-visible {
  outline: 2px solid #1863dc;
  outline-offset: 2px;
}
@media (max-width: 440px) {
  .cky-consent-container {
    width: 100%;
  }
}
@media (max-width: 352px) {
  .cky-notice-des a.cky-policy,
  .cky-notice-btn-wrapper .cky-btn-do-not-sell {
    font-size: 12px;
  }
}
.cky-opt-out-wrapper {
  padding: 12px 0;
}
.cky-opt-out-wrapper .cky-opt-out-checkbox-wrapper {
  display: flex;
  align-items: center;
}
.cky-opt-out-checkbox-wrapper .cky-opt-out-checkbox-label {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  margin: 0 0 0 12px;
  cursor: pointer;
  word-break: break-word;
}
.cky-opt-out-checkbox-wrapper
  input[type="checkbox"].cky-opt-out-checkbox {
  background-color: #ffffff;
  border: 1px solid #000000;
  width: 20px;
  height: 18.5px;
  margin: 0;
  -webkit-appearance: none;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  cursor: pointer;
}
.cky-opt-out-checkbox-wrapper
  input[type="checkbox"].cky-opt-out-checkbox:checked {
  background-color: #1863dc;
  border: none;
}
.cky-opt-out-checkbox-wrapper
  input[type="checkbox"].cky-opt-out-checkbox:checked::after {
  left: 6px;
  bottom: 4px;
  width: 7px;
  height: 13px;
  border: solid #ffffff;
  border-width: 0 3px 3px 0;
  border-radius: 2px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
  position: absolute;
  box-sizing: border-box;
}
.cky-opt-out-checkbox-wrapper.cky-disabled .cky-opt-out-checkbox-label,
.cky-opt-out-checkbox-wrapper.cky-disabled
  input[type="checkbox"].cky-opt-out-checkbox {
  cursor: no-drop;
}
.cky-gpc-wrapper {
  margin: 0 0 0 32px;
}
.cky-footer-wrapper .cky-opt-out-btn-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  justify-content: center;
  padding: 22px 24px;
}
.cky-opt-out-btn-wrapper .cky-btn {
  flex: auto;
  max-width: 100%;
  text-shadow: none;
  box-shadow: none;
}
.cky-opt-out-btn-wrapper .cky-btn-cancel {
  border: 1px solid #dedfe0;
  background: transparent;
  color: #858585;
}
.cky-opt-out-btn-wrapper .cky-btn-confirm {
  background: #1863dc;
  color: #ffffff;
  border: 1px solid #1863dc;
}
@media (max-width: 440px) {
  .cky-footer-wrapper .cky-opt-out-btn-wrapper {
    gap: 10px;
  }
}
@media (max-width: 352px) {
  .cky-opt-out-checkbox-wrapper .cky-opt-out-checkbox-label {
    font-size: 14px;
  }
  .cky-gpc-wrapper .cky-gpc-desc,
  .cky-gpc-wrapper .cky-gpc-desc * {
    font-size: 12px;
  }
  .cky-opt-out-checkbox-wrapper
    input[type="checkbox"].cky-opt-out-checkbox {
    width: 16px;
    height: 16px;
  }
  .cky-opt-out-checkbox-wrapper
    input[type="checkbox"].cky-opt-out-checkbox:checked::after {
    left: 5px;
    bottom: 4px;
    width: 3px;
    height: 9px;
  }
  .cky-gpc-wrapper {
    margin: 0 0 0 28px;
  }
}
.video-placeholder-youtube {
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #b2b0b059;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
}
.video-placeholder-text-youtube {
  text-align: center;
  align-items: center;
  padding: 10px 16px;
  background-color: #000000cc;
  color: #ffffff;
  border: 1px solid;
  border-radius: 2px;
  cursor: pointer;
}

.video-placeholder-text-normal {
  align-items: center;
  padding: 10px 16px;
  text-align: center;
  border: 1px solid;
  border-radius: 2px;
  cursor: pointer;
}
.cky-rtl {
  direction: rtl;
  text-align: right;
}
.cky-rtl .cky-banner-btn-close {
  left: 9px;
  right: auto;
}
.cky-rtl .cky-notice-btn-wrapper .cky-btn:last-child {
  margin-right: 8px;
}
.cky-rtl .cky-notice-btn-wrapper .cky-btn:first-child {
  margin-right: 0;
}
.cky-rtl .cky-notice-btn-wrapper {
  margin-left: 0;
  margin-right: 15px;
}
.cky-rtl .cky-prefrence-btn-wrapper .cky-btn {
  margin-right: 8px;
}
.cky-rtl .cky-prefrence-btn-wrapper .cky-btn:first-child {
  margin-right: 0;
}
.cky-rtl .cky-accordion .cky-accordion-chevron i::before {
  border: none;
  border-left: 1.4px solid;
  border-top: 1.4px solid;
  left: 12px;
}
.cky-rtl
  .cky-accordion.cky-accordion-active
  .cky-accordion-chevron
  i::before {
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
@media (max-width: 768px) {
  .cky-rtl .cky-notice-btn-wrapper {
    margin-right: 0;
  }
}
@media (max-width: 576px) {
  .cky-rtl .cky-notice-btn-wrapper .cky-btn:last-child {
    margin-right: 0;
  }
  .cky-rtl .cky-prefrence-btn-wrapper .cky-btn {
    margin-right: 0;
  }
  .cky-rtl .cky-accordion.cky-accordion-active .cky-accordion-body {
    padding: 0 22px 0 0;
  }
}
@media (max-width: 425px) {
  .cky-rtl .cky-accordion.cky-accordion-active .cky-accordion-body {
    padding: 0 15px 0 0;
  }
}
.cky-rtl .cky-opt-out-btn-wrapper .cky-btn {
  margin-right: 12px;
}
.cky-rtl .cky-opt-out-btn-wrapper .cky-btn:first-child {
  margin-right: 0;
}
.cky-rtl .cky-opt-out-checkbox-wrapper .cky-opt-out-checkbox-label {
  margin: 0 12px 0 0;
}
@supports not (gap: 10px) {
  .cky-btn {
    margin: 0 8px 0 0;
  }
  @media (max-width: 440px) {
    .cky-notice-btn-wrapper {
      margin-top: 0;
    }
    .cky-btn {
      margin: 10px 0 0 0;
    }
    .cky-notice-btn-wrapper .cky-btn-accept {
      margin-top: 16px;
    }
  }
  @media (max-width: 576px) {
    .cky-prefrence-btn-wrapper .cky-btn {
      margin: 10px 0 0 0;
    }
  }
  @media (max-width: 425px) {
    .cky-notice-btn-wrapper {
      margin-top: 0;
    }
  }
}


.ampry__frame,
.widgetlyIframe,
#widgetlyIframe {
  position: fixed;
  width: 100%;
  height: 0px;
  border: none;
  margin: 0px;
  padding: 0px;
  z-index: 100000;
}

.ampry__frame:focus-visible {
  outline: none !important;
  box-shadow: none !important;
}

.ampry__frame--onpage {
  position: relative;
}

.ampry__notification,
.widgetlyNotificationWidget,
.ampry__flyout {
  max-width: 95%;
  z-index: 200000;
}

.ampry__onpage,
.widgetlyOnPage {
  position: relative;
  overflow-wrap: break-word;
}

.ampry__popup,
.popUpIframe {
  display: none;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100vh !important;
  z-index: 900000;
}

@media (max-width: 750px) {
  .ampry__notification,
  .ampry__flyout {
    max-width: 95%;
  }
}

@media (max-width: 720px) {
  .ampry__display--mobile-top,
  .ampry__display--mobile-widgetlyMobileTop {
    left: 0px !important;
    top: 0px !important;
    bottom: auto !important;
    right: 0px !important;
    margin-left: auto;
    margin-right: auto;
  }

  .ampry__display--mobile-bottom,
  .ampry__display--mobile-widgetlyMobileBottom {
    left: 0px !important;
    bottom: -2px !important;
    top: auto !important;
    right: 0px !important;
    margin-left: auto;
    margin-right: auto;
  }
}

.ampry__display--top,
.ampry__display--widgetlyTop {
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100% !important;
}

.ampry__display--top-left,
.ampry__display--widgetlyTopLeft {
  left: 5px;
  top: 5px;
}

.ampry__display--top-center,
.ampry__display--widgetlyTopCenter {
  left: 0;
  right: 0;
  top: 5px;
  margin: 0 auto !important;
}

.ampry__display--top-right,
.ampry__display--widgetlyTopRight {
  right: 5px;
  top: 5px;
}

.ampry__display--bottom,
.ampry__display--widgetlyBottom {
  left: 0px;
  bottom: -2px;
  right: 0px;
  width: 100% !important;
}

.ampry__display--bottom-left,
.ampry__display--widgetlyBottomLeft {
  left: 5px;
  bottom: 5px;
}

.ampry__display--bottom-center,
.ampry__display--widgetlyBottomCenter {
  left: 0;
  right: 0;
  bottom: 5px;
  margin: 0 auto !important;
}

.ampry__display--bottom-right,
.ampry__display--widgetlyBottomRight {
  right: 5px;
  bottom: 5px;
}

.ampry__display--hidden {
  display: none !important;
}

.ampry__visibility--hidden {
  visibility: hidden !important;
}

.ampry-hidden {
  display: none !important;
}

.slide-top {
  -webkit-animation: slide-top 3s cubic-bezier(0.25, 0.46, 0.45, 0.94)
    both;
  animation: slide-top 3s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

/* ----------------------------------------------
* Generated by Animista on 2022-3-10 13:19:32
* Licensed under FreeBSD License.
* See http://animista.net/license for more info. 
* w: http://animista.net, t: @cssanimista
* ---------------------------------------------- */

/**
* ----------------------------------------
* animation slide-top
* ----------------------------------------
*/
@-webkit-keyframes slide-top {
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  0% {
    -webkit-transform: translateY(-300px);
    transform: translateY(-300px);
  }
}

@keyframes slide-top {
  1000% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  0% {
    -webkit-transform: translateY(-300px);
    transform: translateY(-300px);
  }
}

:root {
  --animate-duration: 1s;
  --animate-delay: 1s;
  --animate-repeat: 1;
}
.animate__animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: var(--animate-duration);
  animation-duration: var(--animate-duration);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animate__animated.animate__infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animate__animated.animate__repeat-1 {
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: var(--animate-repeat);
  animation-iteration-count: var(--animate-repeat);
}
.animate__animated.animate__repeat-2 {
  -webkit-animation-iteration-count: calc(1 * 2);
  animation-iteration-count: calc(1 * 2);
  -webkit-animation-iteration-count: calc(var(--animate-repeat) * 2);
  animation-iteration-count: calc(var(--animate-repeat) * 2);
}
.animate__animated.animate__repeat-3 {
  -webkit-animation-iteration-count: calc(1 * 3);
  animation-iteration-count: calc(1 * 3);
  -webkit-animation-iteration-count: calc(var(--animate-repeat) * 3);
  animation-iteration-count: calc(var(--animate-repeat) * 3);
}
.animate__animated.animate__delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-delay: var(--animate-delay);
  animation-delay: var(--animate-delay);
}
.animate__animated.animate__delay-2s {
  -webkit-animation-delay: calc(1s * 2);
  animation-delay: calc(1s * 2);
  -webkit-animation-delay: calc(var(--animate-delay) * 2);
  animation-delay: calc(var(--animate-delay) * 2);
}
.animate__animated.animate__delay-3s {
  -webkit-animation-delay: calc(1s * 3);
  animation-delay: calc(1s * 3);
  -webkit-animation-delay: calc(var(--animate-delay) * 3);
  animation-delay: calc(var(--animate-delay) * 3);
}
.animate__animated.animate__delay-4s {
  -webkit-animation-delay: calc(1s * 4);
  animation-delay: calc(1s * 4);
  -webkit-animation-delay: calc(var(--animate-delay) * 4);
  animation-delay: calc(var(--animate-delay) * 4);
}
.animate__animated.animate__delay-5s {
  -webkit-animation-delay: calc(1s * 5);
  animation-delay: calc(1s * 5);
  -webkit-animation-delay: calc(var(--animate-delay) * 5);
  animation-delay: calc(var(--animate-delay) * 5);
}
.animate__animated.animate__faster {
  -webkit-animation-duration: calc(1s / 2);
  animation-duration: calc(1s / 2);
  -webkit-animation-duration: calc(var(--animate-duration) / 2);
  animation-duration: calc(var(--animate-duration) / 2);
}
.animate__animated.animate__fast {
  -webkit-animation-duration: calc(1s * 0.8);
  animation-duration: calc(1s * 0.8);
  -webkit-animation-duration: calc(var(--animate-duration) * 0.8);
  animation-duration: calc(var(--animate-duration) * 0.8);
}
.animate__animated.animate__slow {
  -webkit-animation-duration: calc(1s * 2);
  animation-duration: calc(1s * 2);
  -webkit-animation-duration: calc(var(--animate-duration) * 2);
  animation-duration: calc(var(--animate-duration) * 2);
}
.animate__animated.animate__slower {
  -webkit-animation-duration: calc(1s * 3);
  animation-duration: calc(1s * 3);
  -webkit-animation-duration: calc(var(--animate-duration) * 3);
  animation-duration: calc(var(--animate-duration) * 3);
}
@media print, (prefers-reduced-motion: reduce) {
  .animate__animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }

  .animate__animated[class*="Out"] {
    opacity: 0;
  }
}
/* Fading entrances  */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
.animate__fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

/* Fading exits */
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}
.animate__fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

/* Flippers */

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.animate__flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.animate__flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.animate__flipOutX {
  -webkit-animation-duration: calc(1s * 0.75);
  animation-duration: calc(1s * 0.75);
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.animate__flipOutY {
  -webkit-animation-duration: calc(1s * 0.75);
  animation-duration: calc(1s * 0.75);
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

/* Zooming entrances */
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}
.animate__zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

/* Zooming exits */
@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}
.animate__zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

/* Sliding entrances */
@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
/* Sliding exits */
@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.animate__slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.animate__slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.animate__slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.animate__slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

      * {
        max-width: unset;
      }
      #ir3kcs {
        color: rgb(192, 57, 43);
      }
      .outdoor-7-heading {
        font-size: 33px;
        color: rgb(36, 36, 36);
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
      }
      .outdoor-7-text-normal {
        font-size: 19px;
        color: rgb(87, 87, 87);
        text-align: center;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
      }
      .outdoor-7-text-bold {
        font-size: 16px;
        color: rgb(36, 36, 36);
        text-transform: none;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
        font-family: "Roboto Serif", serif;
      }
      .outdoor-7-text-light {
        font-size: 16px;
        color: rgb(87, 87, 87);
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
      }
      .outdoor-7 {
        padding-block-start: 70px;
        padding-block-end: 70px;
      }
      .outdoor-7-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        row-gap: 10px;
        column-gap: 10px;
      }
      .outdoor-7-questions {
        display: flex;
        flex-direction: column;
        row-gap: 30px;
        column-gap: 30px;
        width: 70%;
        margin-top: 40px;
      }
      .outdoor-7-question-div {
        padding-top: 14px;
        padding-right: 14px;
        padding-bottom: 14px;
        padding-left: 14px;
        background-color: rgb(243, 243, 243);
      }
      outdoor-7-text-bold {
        text-decoration-line: none;
        text-decoration-thickness: initial;
        text-decoration-style: initial;
        text-decoration-color: initial;
      }
      #infn {
        background-color: rgb(0, 86, 167);
      }
      #ipgzr {
        color: rgb(33, 33, 33);
        border-top-color: rgb(244, 244, 244);
        border-right-color: rgb(244, 244, 244);
        border-bottom-color: rgb(244, 244, 244);
        border-left-color: rgb(244, 244, 244);
        background-color: rgb(255, 255, 255);
      }
      #ifrd7 {
        color: rgb(33, 33, 33);
      }
      #i8b1x {
        color: rgb(33, 33, 33);
      }
      #ckyCCPAOptOut {
        background-color: rgb(255, 255, 255);
      }
      #i34ei {
        color: rgb(33, 33, 33);
      }
      #ibpr1 {
        color: rgb(133, 133, 133);
        border-top-color: rgb(222, 223, 224);
        border-right-color: rgb(222, 223, 224);
        border-bottom-color: rgb(222, 223, 224);
        border-left-color: rgb(222, 223, 224);
        background-color: rgb(255, 255, 255);
      }
      #i4xdb {
        color: rgb(244, 244, 244);
        border-top-color: rgb(24, 99, 220);
        border-right-color: rgb(24, 99, 220);
        border-bottom-color: rgb(24, 99, 220);
        border-left-color: rgb(24, 99, 220);
        background-color: rgb(24, 99, 220);
      }
      #imnqx {
        padding-top: 8px;
        padding-right: 24px;
        padding-bottom: 8px;
        padding-left: 24px;
        font-size: 12px;
        font-weight: 400;
        line-height: 20px;
        text-align: right;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 6px;
        border-bottom-left-radius: 6px;
        direction: ltr;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        color: rgb(41, 60, 91);
        background-color: rgb(237, 237, 237);
      }
      #ikgi9 {
        margin-left: 5px;
        line-height: 0;
      }
      #iwhnr {
        width: 78px;
        height: 13px;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
      }
      #i8zqmo {
        display: block;
        font-weight: 600;
        margin-top: 20px;
        color: rgb(0, 116, 199);
        text-decoration-line: none;
        text-decoration-thickness: initial;
        text-decoration-style: initial;
        text-decoration-color: initial;
      }
      #i9ygs6 {
        font-weight: 600;
        font-size: 16px;
        padding-top: 20px;
        padding-right: 20px;
        padding-bottom: 20px;
        padding-left: 20px;
        background-image: initial;
        background-position-x: initial;
        background-position-y: initial;
        background-size: initial;
        background-repeat: initial;
        background-attachment: initial;
        background-origin: initial;
        background-clip: initial;
        background-color: rgb(230, 241, 249);
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
        color: rgb(68, 87, 108);
        text-align: center;
        text-decoration-line: none;
        text-decoration-thickness: initial;
        text-decoration-style: initial;
        text-decoration-color: initial;
        width: 100%;
        display: block;
      }
      #i678nk {
        font-weight: 600;
        font-size: 16px;
        padding-top: 20px;
        padding-right: 20px;
        padding-bottom: 20px;
        padding-left: 20px;
        background-image: initial;
        background-position-x: initial;
        background-position-y: initial;
        background-size: initial;
        background-repeat: initial;
        background-attachment: initial;
        background-origin: initial;
        background-clip: initial;
        background-color: rgb(230, 241, 249);
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
        color: rgb(68, 87, 108);
        text-align: center;
        text-decoration-line: none;
        text-decoration-thickness: initial;
        text-decoration-style: initial;
        text-decoration-color: initial;
        width: 100%;
        display: block;
      }
      #i0eaa6 {
        font-weight: 600;
        font-size: 16px;
        padding-top: 20px;
        padding-right: 20px;
        padding-bottom: 20px;
        padding-left: 20px;
        background-image: initial;
        background-position-x: initial;
        background-position-y: initial;
        background-size: initial;
        background-repeat: initial;
        background-attachment: initial;
        background-origin: initial;
        background-clip: initial;
        background-color: rgb(230, 241, 249);
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
        color: rgb(68, 87, 108);
        text-align: center;
        text-decoration-line: none;
        text-decoration-thickness: initial;
        text-decoration-style: initial;
        text-decoration-color: initial;
        width: 100%;
        display: block;
      }
      #iei3gx {
        font-weight: 600;
        font-size: 16px;
        padding-top: 20px;
        padding-right: 20px;
        padding-bottom: 20px;
        padding-left: 20px;
        background-image: initial;
        background-position-x: initial;
        background-position-y: initial;
        background-size: initial;
        background-repeat: initial;
        background-attachment: initial;
        background-origin: initial;
        background-clip: initial;
        background-color: rgb(230, 241, 249);
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
        color: rgb(68, 87, 108);
        text-align: center;
        text-decoration-line: none;
        text-decoration-thickness: initial;
        text-decoration-style: initial;
        text-decoration-color: initial;
        width: 100%;
        display: block;
      }
      #i82vxk {
        text-align: center;
        height: 30px;
      }
      #quiz-iframe-BbLCLCyGGVAXc6gTat4uKuNn2N3xNXwYgGWsJBJj {
        width: 100px;
        min-width: 100%;
      }
      #iu4yda {
        box-sizing: border-box;
        position: fixed;
        cursor: pointer;
        font-family: undefined;
        visibility: hidden;
        z-index: 999999999;
        left: 50%;
        transform: translate(-50%, 0%);
      }
      #ilpvtj {
        width: 409px;
        height: 78px;
        padding-right: 0px;
        object-fit: contain;
        object-position: center center;
      }
      #i8x9hq {
        background-color: rgb(211, 47, 35);
        margin-top: 36px;
      }
      #ilydxs {
        background-color: rgb(211, 47, 35);
      }
      #iwq4ti {
        background-color: rgb(211, 47, 35);
      }
      #irvox1 {
        background-color: rgb(211, 47, 35);
      }
      #i566ix {
        margin-top: 42px;
      }
      #it24il {
        font-size: 20px;
        margin-bottom: 20px;
        margin-top: 20px;
        border-top-width: 0px;
        border-right-width: 0px;
        border-bottom-width: 0px;
        border-left-width: 0px;
        border-top-color: rgba(0, 0, 0, 0);
        border-right-color: rgba(0, 0, 0, 0);
        border-bottom-color: rgba(0, 0, 0, 0);
        border-left-color: rgba(0, 0, 0, 0);
      }
      #ixy6w4 {
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
        border-bottom-left-radius: 15px;
        border-bottom-right-radius: 15px;
        margin-bottom: 0px;
        margin-top: 0px;
      }
      #iuws3h {
        font-size: 20px;
        margin-bottom: 20px;
        margin-top: 20px;
        border-top-width: 0px;
        border-right-width: 0px;
        border-bottom-width: 0px;
        border-left-width: 0px;
        border-top-color: rgba(0, 0, 0, 0);
        border-right-color: rgba(0, 0, 0, 0);
        border-bottom-color: rgba(0, 0, 0, 0);
        border-left-color: rgba(0, 0, 0, 0);
      }
      #iu6q3z {
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
        border-bottom-left-radius: 15px;
        border-bottom-right-radius: 15px;
        margin-bottom: 0px;
        margin-top: 0px;
      }
      #i5dxdl {
        font-size: 20px;
        margin-bottom: 20px;
        margin-top: 20px;
        border-top-width: 0px;
        border-right-width: 0px;
        border-bottom-width: 0px;
        border-left-width: 0px;
        border-top-color: rgba(0, 0, 0, 0);
        border-right-color: rgba(0, 0, 0, 0);
        border-bottom-color: rgba(0, 0, 0, 0);
        border-left-color: rgba(0, 0, 0, 0);
      }
      #iq6jwq {
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
        border-bottom-left-radius: 15px;
        border-bottom-right-radius: 15px;
        margin-bottom: 0px;
        margin-top: 0px;
      }
      #iy6321 {
        font-size: 20px;
        margin-bottom: 20px;
        margin-top: 20px;
        border-top-width: 0px;
        border-right-width: 0px;
        border-bottom-width: 0px;
        border-left-width: 0px;
        border-top-color: rgba(0, 0, 0, 0);
        border-right-color: rgba(0, 0, 0, 0);
        border-bottom-color: rgba(0, 0, 0, 0);
        border-left-color: rgba(0, 0, 0, 0);
      }
      #i560dl {
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
        border-bottom-left-radius: 15px;
        border-bottom-right-radius: 15px;
        margin-bottom: 0px;
        margin-top: 0px;
      }
      @media screen and (max-width: 992px) {
        .outdoor-7-questions {
          width: 90%;
        }
      }
      @media (max-width: 992px) {
        #igwrqh {
          flex-direction: column;
          align-items: center;
        }
        #ilpvtj {
          width: 100%;
          height: 52px;
          margin-top: -27px;
        }
        #ifw2yr {
          width: 100%;
          height: 42px;
        }
      }
      @media screen and (max-width: 576px) {
        .outdoor-7-questions {
          width: 100%;
        }
      }
   