:where(*) {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

li,
ol,
ul {
  list-style: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

th {
  font-weight: normal;
  text-align: left;
}

:where(h1, h2, h3, h4, h5, h6) {
  font-size: inherit;
  font-weight: inherit;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
  -webkit-tap-highlight-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: inherit;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: inherit;
  line-height: 0;
  position: relative;
}

sub {
  bottom: -0.25em;
}

svg {
  display: block;
  width: 100%;
  height: 100%;
}

img {
  border-style: none;
  display: block;
  width: 100%;
  height: auto;
}

img[height="0"][width="0"] {
  height: 0;
  width: 0;
}

button {
  color: inherit;
  background-color: transparent;
  -webkit-tap-highlight-color: transparent;
  border: 0;
  text-align: inherit;
  cursor: pointer;
}

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

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

progress {
  vertical-align: baseline;
  border: 0;
}

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

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

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

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: none;
}

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

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

canvas,
iframe,
embed,
object,
video {
  display: block;
  width: 100%;
}

[hidden] {
  display: none;
}

body {
  font-size: 16px;
  line-height: 125%;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #231f20;
  overflow-x: hidden;
  background-color: #f5f5f5;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
}
body.is-overflow {
  overflow: hidden;
}
@supports (-webkit-touch-callout: none) {
  body.is-overflow {
    position: relative;
    touch-action: pan-x;
  }
}

.c-i {
  display: block;
}
.c-i svg {
  width: 100%;
  height: 100%;
}

.c-f {
  height: 100%;
}

.c-img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  border-radius: 20px;
}
@media (min-width: 1025px) {
  .c-img {
    border-radius: 40px;
  }
}

strong {
  font-weight: 600;
}

sup {
  font-size: 9px;
  vertical-align: super;
}

.c-g {
  display: grid;
  gap: 20px;
  grid-template-columns: 100%;
}

@media (min-width: 699px) {
  .c-g--2-c {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 699px) {
  .c-g--3-c {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 699px) {
  .c-g--4-c {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (min-width: 699px) and (max-width: 1025px) {
  .c-g-sm-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 699px) and (max-width: 1025px) {
  .c-g-sm-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}

.c-r {
  display: grid;
  gap: 20px;
  grid-template-columns: 100%;
}
@media (min-width: 699px) {
  .c-r {
    grid-template-columns: repeat(12, 1fr);
  }
}

@media (min-width: 1025px) {
  .c-r-md-2 {
    grid-column: span 2;
  }
}
@media (min-width: 1025px) {
  .c-r-md-3 {
    grid-column: span 3;
  }
}
@media (min-width: 1025px) {
  .c-r-md-4 {
    grid-column: span 4;
  }
}
@media (min-width: 1025px) {
  .c-r-md-5 {
    grid-column: span 5;
  }
}
@media (min-width: 1025px) {
  .c-r-md-6 {
    grid-column: span 6;
  }
}
@media (min-width: 1025px) {
  .c-r-md-7 {
    grid-column: span 7;
  }
}
@media (min-width: 1025px) {
  .c-r-md-8 {
    grid-column: span 8;
  }
}
@media (min-width: 1025px) {
  .c-r-md-10 {
    grid-column: span 10;
  }
}
@media (min-width: 1025px) {
  .c-r-md-12 {
    grid-column: span 12;
  }
}
@media (min-width: 699px) and (max-width: 1025px) {
  .c-r-sm-2 {
    grid-column: span 2;
  }
}
@media (min-width: 699px) and (max-width: 1025px) {
  .c-r-sm-3 {
    grid-column: span 3;
  }
}
@media (min-width: 699px) and (max-width: 1025px) {
  .c-r-sm-5 {
    grid-column: span 5;
  }
}
@media (min-width: 699px) and (max-width: 1025px) {
  .c-r-sm-6 {
    grid-column: span 6;
  }
}
@media (min-width: 699px) and (max-width: 1025px) {
  .c-r-sm-8 {
    grid-column: span 8;
  }
}
@media (min-width: 699px) and (max-width: 1025px) {
  .c-r-sm-4 {
    grid-column: span 4;
  }
}
@media (min-width: 699px) and (max-width: 1025px) {
  .c-r-sm-12 {
    grid-column: span 12;
  }
}
@media (max-width: 699px) {
  .c-r-xs-2 {
    grid-column: span 2;
  }
}
@media (max-width: 699px) {
  .c-r-xs-4 {
    grid-column: span 4;
  }
}
@media (max-width: 699px) {
  .c-r-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}

.c-w {
  padding: 8px 0;
}
@media (min-width: 699px) {
  .c-w {
    padding: 40px 0;
  }
}

.c-c {
  max-width: 1380px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 8px;
  padding-right: 8px;
  position: relative;
}
@media (min-width: 699px) {
  .c-c {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.c-h {
  display: grid;
  height: 78px;
  margin-bottom: 20px;
  font-size: 0.75rem;
  line-height: 0.9375rem;
}
@media (min-width: 699px) {
  .c-h {
    height: 98px;
  }
}
.c-h__c {
  display: flex;
  gap: 16px;
  align-items: center;
  position: relative;
  background: #fff;
  padding: 0 20px 0 20px;
  border-radius: 20px;
}
@media (max-width: 360px) {
  .c-h__c {
    padding: 0 16px 0 16px;
  }
}
@media (min-width: 699px) {
  .c-h__c {
    padding: 0 20px 0 40px;
  }
}
@media (min-width: 1025px) {
  .c-h__c {
    border-radius: 50px;
    display: grid;
    grid-template-columns: auto 1fr;
  }
}
.c-h__i {
  width: auto;
  height: 28px;
}
@media (max-width: 360px) {
  .c-h__i {
    height: 22px;
  }
}
@media (min-width: 699px) {
  .c-h__i {
    height: 36px;
  }
}
@media (min-width: 1025px) {
  .c-h__i {
    height: 42px;
  }
}
.c-h__a {
  text-transform: uppercase;
  color: #457b9d;
  transition: opacity 0.3s;
}
.c-h__a:hover {
  opacity: 0.7;
}
.c-h__u {
  display: flex;
  align-items: center;
  gap: 32px;
}
@media (min-width: 699px) {
  .c-h__u {
    justify-content: flex-end;
  }
}
.c-h__b {
  width: 32px;
  height: 32px;
  position: relative;
  border-radius: 50%;
  background: #f5f5f5;
  z-index: 101;
}
.c-h__b:before,
.c-h__b:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  right: 0;
  width: 14px;
  height: 1px;
  background: #707173;
  transition: transform 0.3s;
}
.c-h__b:before {
  top: calc(50% - 4px);
  border-bottom: 1px solid #707173;
  border-top: 1px solid #707173;
  height: 3px;
  background: #f5f5f5;
}
.c-h__b:after {
  top: calc(50% + 4px);
}
@media (min-width: 1025px) {
  .c-h__b {
    display: none;
  }
}
.c-h__w--1 {
  flex: 1;
}
@media (min-width: 1025px) {
  .c-h:has(.c-h__w--2) .c-h__c {
    grid-template-columns: auto 1fr auto;
  }
}
.c-h .c-swt {
  justify-self: flex-end;
}
.c-h.is-open .c-h__w--2 {
  transition:
    left 0.8s,
    opacity 0.8s,
    visibility 0.8s;
  left: 0;
  visibility: visible;
  opacity: 1;
}
.c-h.is-open .c-h__b {
  background: #457b9d;
}
.c-h.is-open .c-h__b:before,
.c-h.is-open .c-h__b:after {
  background: #fff;
  width: 16px;
}
.c-h.is-open .c-h__b:before {
  border: 0;
  height: 1px;
  transform: rotate(45deg) translate(-2px, 8px);
}
.c-h.is-open .c-h__b:after {
  transform: rotate(-45deg) translate(-2px, -8px);
}

@media (max-width: 1025px) {
  .c-h__w--2 {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    top: 0;
    bottom: 0;
    left: -100%;
    transition:
      left 1s,
      opacity 0.3s 0.3s,
      visibility 0.3s 0.3s;
    width: 100%;
    background: #fff;
    z-index: 100;
  }
}
@media (max-width: 1025px) {
  .c-h__w--2 .c-h__n {
    height: 100%;
  }
}
@media (max-width: 1025px) {
  .c-h__w--2 .c-h__u {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: 100%;
    padding: 20px 20px 20px 40px;
  }
}
@media (max-width: 1025px) {
  .c-h__w--2 .c-h__a {
    font-weight: 600;
    display: grid;
    grid-template-columns: auto 1fr;
    font-size: 1.125rem;
    line-height: 1.25rem;
  }
  .c-h__w--2 .c-h__a:before {
    content: "/";
  }
}

.c-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 32px;
  padding: 0 24px;
  font-size: 14px;
  line-height: 14px;
  transition: 0.3s;
  color: #1d3557;
  background: #fff;
  border: 1px solid #1d3557;
  border-radius: 20px;
  text-transform: uppercase;
}
@media (min-width: 699px) {
  .c-btn {
    height: 35px;
  }
}
.c-btn:hover {
  background: #1d3557;
  color: #fff;
}

.c-btn-g {
  background: #1d3557;
  color: #fff;
}
.c-btn-g:hover {
  background: #fff;
  color: #1d3557;
}

.c-t--1 {
  font-size: 2rem;
  line-height: 2.1875rem;
  font-weight: 500;
}
@media (min-width: 699px) {
  .c-t--1 {
    font-size: 3.75rem;
    line-height: 3.75rem;
    font-weight: 500;
  }
}

.c-t--2 {
  letter-spacing: -1.2px;
  transition: color 0.3s;
  display: grid;
  grid-template-columns: auto 1fr;
  text-transform: uppercase;
  font-size: 2.5rem;
  line-height: 2.5rem;
  font-weight: 500;
}
.c-t--2 span {
  color: #457b9d;
}

.c-t--3 {
  text-transform: uppercase;
  font-size: 1.125rem;
  line-height: 1.25rem;
  font-weight: 600;
}
@media (min-width: 699px) {
  .c-t--3 {
    font-size: 1.25rem;
    line-height: 1.375rem;
  }
}

.c-t--4 {
  text-transform: uppercase;
  font-size: 0.875rem;
  line-height: 1rem;
}

.c-t--5 {
  text-transform: uppercase;
  color: #457b9d;
  padding-bottom: 12px;
  border-bottom: 1px solid #457b9d;
  margin-bottom: 12px;
  font-size: 0.75rem;
  line-height: 1rem;
}
@media (min-width: 1025px) {
  .c-t--5 {
    padding-left: 48px;
  }
}

.c-i-c .c-p {
  margin-top: 12px;
  font-size: 0.75rem;
  line-height: 0.875rem;
  font-weight: 300;
}
.c-i-c .c-i {
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: center;
  border: 1px solid #231f20;
  border-radius: 15px;
  width: 50px;
  height: 50px;
}
.c-i-c .c-i--1 {
  background-image: url("../images/icon-1.svg");
}
.c-i-c .c-i--2 {
  background-image: url("../images/icon-2.svg");
}
.c-i-c .c-i--3 {
  background-image: url("../images/icon-3.svg");
}
.c-i-c .c-i--4 {
  background-image: url("../images/icon-4.svg");
}
.c-i-c .c-i--5 {
  background-image: url("../images/icon-5.svg");
}
.c-i-c .c-i--6 {
  background-image: url("../images/icon-6.svg");
}
.c-i-c .c-i--7 {
  background-image: url("../images/icon-7.svg");
}
.c-i-c .c-i--8 {
  background-image: url("../images/icon-8.svg");
}
.c-i-c .c-i--9 {
  background-image: url("../images/icon-9.svg");
}
.c-i-c .c-i--10 {
  background-image: url("../images/icon-10.svg");
}
.c-i-c .c-i--11 {
  background-image: url("../images/icon-11.svg");
}
.c-i-c .c-i--12 {
  background-image: url("../images/icon-12.svg");
}
.c-i-c .c-i--13 {
  background-image: url("../images/icon-13.svg");
}
.c-i-c .c-i--14 {
  background-image: url("../images/icon-14.svg");
}
.c-i-c .c-i--15 {
  background-image: url("../images/icon-15.svg");
}
.c-i-c .c-i--16 {
  background-image: url("../images/icon-16.svg");
}
.c-i-c .c-i--17 {
  background-image: url("../images/icon-17.svg");
}
.c-i-c .c-i--18 {
  background-image: url("../images/icon-18.svg");
}
.c-i-c .c-i--19 {
  background-image: url("../images/icon-19.svg");
}
.c-i-c .c-i--20 {
  background-image: url("../images/icon-20.svg");
}
.c-i-c .c-i--21 {
  background-image: url("../images/icon-21.svg");
}
.c-i-c .c-i--22 {
  background-image: url("../images/icon-22.svg");
}
.c-i-c .c-i--23 {
  background-image: url("../images/icon-23.svg");
}
.c-i-c .c-i--24 {
  background-image: url("../images/icon-24.svg");
}
.c-i-c .c-i--25 {
  background-image: url("../images/icon-25.svg");
}
.c-i-c .c-i--26 {
  background-image: url("../images/icon-26.svg");
}
.c-i-c .c-i--27 {
  background-image: url("../images/icon-27.svg");
}
.c-i-c .c-i--28 {
  background-image: url("../images/icon-28.svg");
}
.c-i-c .c-i--29 {
  background-image: url("../images/icon-29.svg");
}

.c-i-w span {
  display: block;
}

.c-lgn {
  display: grid;
  grid-template-columns: 100%;
  gap: 16px 24px;
}
@media (min-width: 699px) {
  .c-lgn {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1460px) {
  .c-lgn {
    grid-template-columns: 191px 1fr;
  }
}
.c-lgn__l {
  display: grid;
  grid-template-columns: auto auto 1fr;
  gap: 10px;
}
.c-lgn__l:before,
.c-lgn__l:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  transform: translateY(4px);
}
@media (min-width: 699px) {
  .c-lgn__l:before,
  .c-lgn__l:after {
    width: 30px;
    height: 30px;
    border-radius: 10px;
    transform: none;
  }
}
.c-lgn__l:after {
  display: none;
  margin-left: -6px;
  grid-row: 1;
  grid-column: 2;
}
.c-lgn__l--1:before {
  background: #457b9d;
}
.c-lgn__l--2:before {
  background: #f3ff88;
}
.c-lgn__l--3:before {
  background: #9ed1de;
}
.c-lgn__l--4:before {
  background: #231f20;
}
.c-lgn__l--4:after {
  display: block;
  background: #f45830;
}
.c-lgn__p {
  margin-top: 4px;
  font-size: 1.375rem;
  line-height: 1.375rem;
  font-weight: 500;
}
.c-lgn__p span {
  display: block;
  font-size: 0.625rem;
  line-height: 0.6875rem;
  font-weight: 300;
}

.c-tab__h {
  display: flex;
  background: #fff;
  border-radius: 50px;
  overflow-x: scroll;
  overflow-y: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  scrollbar-width: none;
  scroll-snap-type: x mandatory;
  white-space: nowrap;
}
.c-tab__h::-webkit-scrollbar {
  display: none;
}
@media (pointer: fine) {
  .c-tab__h {
    cursor: grab;
    overflow-x: hidden;
  }
  .c-tab__h:active {
    cursor: grabbing;
  }
}
.c-tab__b {
  text-transform: uppercase;
  letter-spacing: -0.42px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  border-radius: 50px;
  font-size: 0.875rem;
  line-height: 1rem;
  font-weight: 600;
}
.c-tab__b.is-active {
  color: #fff;
}
.c-tab__c {
  visibility: hidden;
  opacity: 0;
}
.c-tab__c.is-active {
  visibility: visible;
  opacity: 1;
}

.c-tab--1 .c-tab__b {
  width: 100%;
  padding: 0 24px;
}
@media (min-width: 1460px) {
  .c-tab--1 .c-tab__b {
    padding: 0 46px;
  }
}
.c-tab--1 .c-tab__b.is-active {
  background: #457b9d;
}

.c-tab--2 {
  margin-bottom: 40px;
}
.c-tab--2 .c-tab__h {
  justify-content: space-between;
  padding: 0 24px;
}
@media (min-width: 1460px) {
  .c-tab--2 .c-tab__h {
    padding: 0 40px;
  }
}
@media (max-width: 1025px) {
  .c-tab--2 .c-tab__h {
    gap: 40px;
  }
}
.c-tab--2 .c-tab__b:not(.is-active) {
  color: #a7a8aa;
}
.c-tab--2 .c-tab__b.is-active {
  background: #9ed1de;
  padding: 0 24px;
}
@media (min-width: 1460px) {
  .c-tab--2 .c-tab__b.is-active {
    padding: 0 40px;
  }
}
.c-tab--2 .c-tab__b.is-active:first-child {
  margin-left: -24px;
}
@media (min-width: 1460px) {
  .c-tab--2 .c-tab__b.is-active:first-child {
    margin-left: -40px;
  }
}
.c-tab--2 .c-tab__b.is-active:last-child {
  margin-right: -24px;
}
@media (min-width: 1460px) {
  .c-tab--2 .c-tab__b.is-active:last-child {
    margin-right: -40px;
  }
}

.c-mdl {
  position: fixed;
  inset: 0;
  z-index: 200;
  visibility: hidden;
  opacity: 0;
  display: grid;
  place-items: center;
  margin: auto;
  transition:
    opacity 0.3s,
    visibility 0.3s;
  padding: 20px;
}
.c-mdl__c {
  max-height: 100%;
  background: #fff;
  border-radius: 20px;
  position: relative;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: none;
  width: 100%;
}
.c-mdl__c::-webkit-scrollbar {
  display: none;
}
@media (min-width: 699px) {
  .c-mdl__c {
    width: clamp(100px, 100vw - 40px, 1340px);
  }
}
@media (min-width: 1025px) {
  .c-mdl__c {
    border-radius: 50px;
    min-height: min(722px, calc(100vh - 250px));
    max-height: calc(100vh - 250px);
    align-self: flex-start;
    top: 210px;
  }
}
.c-mdl__w {
  padding: 40px 16px 16px 16px;
  margin-top: -40px;
}
@media (min-width: 699px) {
  .c-mdl__w {
    padding: 40px 24px 24px 24px;
  }
}
@media (min-width: 1460px) {
  .c-mdl__w {
    padding: 54px 72px 20px 72px;
    margin-top: -54px;
  }
}
.c-mdl__h {
  margin-bottom: 24px;
}
.c-mdl__p {
  color: #457b9d;
  margin-top: 10px;
  margin-left: 20px;
  font-size: 1.375rem;
  line-height: 1.375rem;
}
.c-mdl .c-t {
  max-width: 388px;
}
@media (max-width: 699px) {
  .c-mdl .c-t {
    font-size: 2rem;
    line-height: 2.0625rem;
  }
}
.c-mdl .c-g--2 {
  margin-top: 20px;
}
.c-mdl .c-crd__t {
  margin-bottom: 32px;
}
.c-mdl .c-crd__t--2 {
  display: grid;
  grid-template-columns: auto 1fr;
}
.c-mdl.is-open {
  visibility: visible;
  opacity: 1;
  transition:
    opacity 0.8s,
    visibility 0.8s;
}
.c-mdl.is-open + .c-bdp {
  visibility: visible;
  opacity: 1;
}

.c-x {
  z-index: 1;
  position: sticky;
  left: calc(100% - 40px - 10px);
  margin-right: auto;
  margin-left: auto;
  top: 10px;
  transition: opacity 0.3s;
}
.c-x:hover {
  opacity: 0.7;
}
@media (min-width: 1025px) {
  .c-x {
    top: 20px;
    left: calc(100% - 40px - 20px);
  }
}

.c-bdp {
  visibility: hidden;
  opacity: 0;
  transition:
    opacity 0.3s,
    visibility 0.3s;
  position: fixed;
  inset: 0;
  z-index: 199;
  background: rgba(35, 31, 32, 0.6);
}

.c-mdl--1 .c-crd--t1 {
  padding: 20px;
}
@media (max-width: 699px) {
  .c-mdl--1 .c-crd--t1 {
    border: 1px solid #f5f5f5;
  }
}
@media (min-width: 699px) {
  .c-mdl--1 .c-crd--t1 {
    padding-top: 30px;
    padding-bottom: 24px;
  }
}
@media (min-width: 699px) {
  .c-mdl--1 .c-g--1:before,
  .c-mdl--1 .c-g--1:after {
    content: "";
    display: block;
    grid-column: 1/4;
    border: 1px solid #f5f5f5;
    border-radius: 40px;
  }
  .c-mdl--1 .c-g--1:before {
    grid-row: 1;
  }
  .c-mdl--1 .c-g--1:after {
    grid-row: 2;
  }
}
@media (min-width: 699px) {
  .c-mdl--1 .c-g--1 .c-g__c--1,
  .c-mdl--1 .c-g--1 .c-g__c--3 {
    grid-row: 1;
  }
}
@media (min-width: 699px) {
  .c-mdl--1 .c-g--1 .c-g__c--2,
  .c-mdl--1 .c-g--1 .c-g__c--4,
  .c-mdl--1 .c-g--1 .c-g__c--5 {
    grid-row: 2;
  }
}
@media (min-width: 699px) {
  .c-mdl--1 .c-g--1 .c-g__c--2,
  .c-mdl--1 .c-g--1 .c-g__c--3,
  .c-mdl--1 .c-g--1 .c-g__c--5 {
    grid-column: 3;
  }
}
@media (min-width: 699px) {
  .c-mdl--1 .c-g--1 .c-g__c--3 .c-crd,
  .c-mdl--1 .c-g--1 .c-g__c--5 .c-crd {
    padding-left: 18px;
  }
}
@media (min-width: 1025px) {
  .c-mdl--1 .c-g--1 .c-g__c--3 .c-crd,
  .c-mdl--1 .c-g--1 .c-g__c--5 .c-crd {
    padding-right: 40px;
  }
}
@media (min-width: 699px) {
  .c-mdl--1 .c-g--1 .c-g__c--1,
  .c-mdl--1 .c-g--1 .c-g__c--4 {
    text-align: right;
    grid-column: 1;
  }
}
@media (min-width: 699px) {
  .c-mdl--1 .c-g--1 .c-g__c--1 .c-crd,
  .c-mdl--1 .c-g--1 .c-g__c--4 .c-crd {
    padding-right: 18px;
  }
}
@media (min-width: 1025px) {
  .c-mdl--1 .c-g--1 .c-g__c--1 .c-crd,
  .c-mdl--1 .c-g--1 .c-g__c--4 .c-crd {
    padding-left: 40px;
  }
}
.c-mdl--1 .c-g--1 .c-g__c--2 {
  text-align: center;
}
@media (min-width: 699px) {
  .c-mdl--1 .c-g--1 .c-g__c--2 {
    grid-row: 1/3;
    grid-column: 2;
    margin-top: 16px;
    margin-bottom: 16px;
  }
}
.c-mdl--1 .c-g--1 .c-g__c--2 .c-crd {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.c-mdl--1 .c-g--1 .c-g__c--2 .c-crd__t {
  color: #457b9d;
  text-transform: none;
  letter-spacing: 0;
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: 600;
}
@media (min-width: 699px) {
  .c-mdl--1 .c-g--1 .c-g__c--2 .c-crd__t {
    font-size: 1.625rem;
    line-height: 1.875rem;
  }
}
.c-mdl--1 .c-g--1 .c-crd__t {
  margin-bottom: 0;
}
@media (min-width: 699px) {
  .c-mdl--1 .c-g--2 {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1025px) {
  .c-mdl--1 .c-g--2 {
    grid-template-columns: 227px 1fr 1fr;
  }
}
@media (min-width: 1460px) {
  .c-mdl--1 .c-g--2 {
    grid-template-columns: 227px 24.7% 1fr 172px;
  }
}
@media (min-width: 1025px) {
  .c-mdl--1 .c-g--2 .c-g__c--1 {
    z-index: 3;
  }
}
@media (min-width: 699px) and (max-width: 1025px) {
  .c-mdl--1 .c-g--2 .c-g__c--1 {
    grid-column: 1/3;
  }
}
.c-mdl--1 .c-g--2 .c-g__c--1 .c-crd {
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: auto 1fr;
}
@media (min-width: 1025px) {
  .c-mdl--1 .c-g--2 .c-g__c--1 .c-crd__t {
    margin-bottom: 0;
  }
}
@media (min-width: 1025px) {
  .c-mdl--1 .c-g--2 .c-g__c--2 {
    z-index: 2;
  }
}
@media (min-width: 1025px) {
  .c-mdl--1 .c-g--2 .c-g__c--2,
  .c-mdl--1 .c-g--2 .c-g__c--3 {
    margin-left: -90px;
  }
  .c-mdl--1 .c-g--2 .c-g__c--2 .c-crd,
  .c-mdl--1 .c-g--2 .c-g__c--3 .c-crd {
    padding-left: 114px;
  }
}
.c-mdl--1 .c-g--2 .c-g__c--2 .c-crd__t,
.c-mdl--1 .c-g--2 .c-g__c--3 .c-crd__t {
  color: #fff;
}
@media (max-width: 1460px) {
  .c-mdl--1 .c-g--2 .c-g__c--4 {
    display: none;
  }
}
.c-mdl--1 .c-g--2 .c-crd__t {
  margin-bottom: 32px;
}
.c-mdl--1 .c-i-c {
  display: grid;
  grid-template-columns: 100%;
  gap: 20px;
}
@media (min-width: 699px) {
  .c-mdl--1 .c-i-c {
    grid-template-columns: repeat(3, 1fr);
  }
}
.c-mdl--1 .c-i-c .c-i {
  border-color: #fff;
}
.c-mdl--1 .c-i-c .c-p {
  color: #fff;
}
@media (max-width: 699px) {
  .c-mdl--1 .c-i-w {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 16px;
  }
}
.c-mdl--1 .c-ptx__c {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
@media (min-width: 699px) {
  .c-mdl--1 .c-ptx__c {
    gap: 20px;
  }
}
.c-mdl--1 .c-ptx__w {
  max-width: 109px;
  width: 100%;
}
.c-mdl--1 .c-ptx__w--1 {
  grid-column: 1/3;
  justify-self: center;
}
.c-mdl--1 .c-ptx__w--2 {
  justify-self: flex-end;
}

@media (min-width: 1025px) {
  .c-mdl--2 .c-g--1 {
    grid-template-columns: repeat(10, 1fr);
    align-items: flex-end;
    margin-top: -161px;
  }
}
@media (min-width: 1025px) {
  .c-mdl--2 .c-g--1 .c-crd {
    padding-top: 22px;
    padding-bottom: 18px;
  }
}
.c-mdl--2 .c-g--1 .c-crd__t {
  color: #457b9d;
}
@media (min-width: 1025px) {
  .c-mdl--2 .c-g--1 .c-f {
    border: 1px solid #f5f5f5;
    border-radius: 40px;
    padding: 20px;
  }
}
.c-mdl--2 .c-g--1 .c-g__c--1 {
  grid-row: 2;
}
@media (min-width: 1025px) {
  .c-mdl--2 .c-g--1 .c-g__c--1 {
    grid-column: 1/5;
    grid-row: 1;
    margin-bottom: 20px;
  }
}
@media (min-width: 1025px) {
  .c-mdl--2 .c-g--1 .c-g__c--2 {
    grid-column: 4/11;
    grid-row: 1;
  }
}
@media (min-width: 699px) {
  .c-mdl--2 .c-g--2 {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
  }
}
@media (min-width: 1025px) {
  .c-mdl--2 .c-g--2 {
    grid-template-columns: 298px 1fr 1fr 1fr;
    grid-template-rows: auto;
  }
}
@media (min-width: 1025px) {
  .c-mdl--2 .c-g--2 .c-crd {
    min-height: 228px;
  }
}
@media (min-width: 1025px) {
  .c-mdl--2 .c-g--2 .c-g__c:not(:first-child) {
    margin-left: -90px;
  }
  .c-mdl--2 .c-g--2 .c-g__c:not(:first-child) .c-crd {
    padding-left: 114px;
  }
}
@media (min-width: 1025px) {
  .c-mdl--2 .c-g--2 .c-g__c--1 {
    z-index: 3;
  }
}
@media (min-width: 1025px) {
  .c-mdl--2 .c-g--2 .c-g__c--2 {
    z-index: 2;
  }
}
@media (min-width: 1025px) {
  .c-mdl--2 .c-g--2 .c-g__c--3 {
    z-index: 1;
  }
}
@media (min-width: 1025px) and (max-width: 1460px) {
  .c-mdl--2 .c-g--2 .c-crd__n {
    margin-bottom: 14px;
    letter-spacing: -0.96px;
    font-size: 2rem;
    line-height: 2.1875rem;
    font-weight: 600;
  }
  .c-mdl--2 .c-g--2 .c-crd__n span {
    transform: translateY(0px);
    font-size: 1.0625rem;
    line-height: 1.0625rem;
  }
}
.c-mdl--2 .c-crd--c1 {
  color: #fff;
}

@media (min-width: 1025px) {
  .c-mdl--3 .c-g--1 {
    grid-template-columns: repeat(10, 1fr);
    align-items: flex-end;
    margin-top: -80px;
  }
}
@media (min-width: 1250px) {
  .c-mdl--3 .c-g--1 {
    margin-top: -146px;
  }
}
.c-mdl--3 .c-g--1 .c-g__c--1 {
  grid-row: 2;
}
@media (min-width: 1025px) {
  .c-mdl--3 .c-g--1 .c-g__c--1 {
    grid-column: 1/4;
    grid-row: 1;
  }
}
@media (min-width: 1025px) {
  .c-mdl--3 .c-g--1 .c-g__c--2 {
    grid-column: 4/11;
    grid-row: 1;
  }
}
.c-mdl--3 .c-crd--c1 {
  color: #fff;
}
.c-mdl--3 .c-crd__l--3 {
  border-top: 1px solid #9ed1de;
  padding-top: 24px;
}
@media (min-width: 699px) {
  .c-mdl--3 .c-crd__l--3 {
    grid-column: 1/3;
  }
}
.c-mdl--3 .c-crd__l--3 .c-crd__t {
  font-weight: 400;
  letter-spacing: 0.14px;
  margin-bottom: 0;
}

@media (min-width: 699px) {
  .c-mdl--4 .c-mdl__w {
    padding-top: 52px;
    padding-bottom: 16px;
  }
}
@media (min-width: 699px) {
  .c-mdl--4 .c-g {
    grid-template-columns: repeat(10, 1fr);
    gap: 10px;
  }
}
@media (min-width: 1025px) {
  .c-mdl--4 .c-g {
    align-items: flex-end;
  }
}
@media (min-width: 699px) {
  .c-mdl--4 .c-g .c-g__c--1 {
    grid-column: 1/4;
    grid-row: 1;
  }
}
@media (min-width: 699px) {
  .c-mdl--4 .c-g .c-g__c--2 {
    grid-column: 4/11;
    grid-row: 1;
  }
}
@media (min-width: 1025px) {
  .c-mdl--4 .c-g--1 {
    margin-top: -112px;
  }
}
@media (min-width: 1025px) {
  .c-mdl--4 .c-g--1 .c-g__c--1 {
    margin-bottom: -92px;
  }
}
@media (min-width: 1025px) {
  .c-mdl--4 .c-g--1 .c-f {
    height: 306px;
  }
}
@media (min-width: 1025px) {
  .c-mdl--4 .c-g--1 .c-crd {
    min-height: 262px;
  }
}
.c-mdl--4 .c-g--1 .c-crd__n {
  margin-bottom: 0;
}
.c-mdl--4 .c-g--1 .c-crd__n span {
  display: block;
}
.c-mdl--4 .c-g--2 {
  margin-bottom: 14px;
}
@media (min-width: 699px) {
  .c-mdl--4 .c-g--2 {
    margin-top: 10px;
  }
}
@media (max-width: 1025px) {
  .c-mdl--4 .c-g--2 {
    grid-template-columns: 100%;
  }
}
@media (max-width: 1025px) {
  .c-mdl--4 .c-g--2 .c-g__c--1 {
    display: none;
  }
}
@media (max-width: 1025px) {
  .c-mdl--4 .c-g--2 .c-g__c--2 {
    grid-column: auto;
  }
}
@media (min-width: 1025px) {
  .c-mdl--4 .c-g--2 .c-f {
    height: 207px;
    display: block;
  }
}
@media (min-width: 1025px) {
  .c-mdl--4 .c-g--2 .c-crd {
    min-height: 300px;
  }
}
@media (min-width: 699px) {
  .c-mdl--4 .c-crd {
    display: grid;
    grid-template-columns: 100%;
  }
}
.c-mdl--4 .c-crd__u,
.c-mdl--4 .c-i-c {
  align-self: flex-end;
}
.c-mdl--4 .c-i {
  width: 60px;
  height: 60px;
  background-size: 40px;
}
@media (min-width: 1460px) {
  .c-mdl--4 .c-i {
    width: 98px;
    height: 98px;
    background-size: 70px;
  }
}
.c-mdl--4 .c-i-w {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 16px;
}

@media (min-width: 1025px) and (max-width: 1460px) {
  .c-mdl--5 .c-mdl__c {
    top: auto;
    align-self: center;
  }
}
@media (min-width: 1025px) {
  .c-mdl--5 .c-g--1 {
    grid-template-columns: repeat(10, 1fr);
    align-items: flex-end;
  }
}
@media (min-width: 1025px) {
  .c-mdl--5 .c-g__c--1 {
    grid-column: 1/4;
    grid-row: 1/3;
  }
}
@media (min-width: 1025px) {
  .c-mdl--5 .c-g__c--1 .c-crd {
    padding: 30px 40px 50px 40px;
  }
}
@media (min-width: 1025px) {
  .c-mdl--5 .c-g__c--1 .c-crd__u {
    grid-template-columns: 100%;
  }
}
@media (min-width: 1025px) {
  .c-mdl--5 .c-g__c--2,
  .c-mdl--5 .c-g__c--3 {
    grid-column: 4/11;
  }
}
.c-mdl--5 .c-g__c--2 {
  background: #f5f5f5;
  padding: 40px;
  border-radius: 40px;
  padding: 30px 24px 18px 24px;
}
@media (min-width: 1025px) {
  .c-mdl--5 .c-g__c--2 {
    margin-top: -165px;
  }
}
@media (min-width: 699px) {
  .c-mdl--5 .c-g__c--2 .c-g {
    grid-template-columns: 1fr 1fr;
    row-gap: 0;
  }
}
@media (min-width: 1025px) {
  .c-mdl--5 .c-g__c--2 .c-g {
    grid-template-columns: 43% 1fr;
  }
}
.c-mdl--5 .c-g__c--2 .c-crd {
  height: auto;
}
@media (max-width: 699px) {
  .c-mdl--5 .c-g__c--2 .c-crd--t1 {
    padding: 0;
  }
}
@media (min-width: 699px) {
  .c-mdl--5 .c-g__c--2 .c-crd--t1 {
    padding-left: 0;
    padding-right: 0;
  }
}
.c-mdl--5 .c-g__c--2 .c-crd__t--2 {
  margin-bottom: 0;
}
.c-mdl--5 .c-g__c--2 .c-crd__u {
  margin-top: 0;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 699px) {
  .c-mdl--5 .c-g__c--2 .c-crd__u {
    row-gap: 20px;
  }
}
@media (min-width: 1025px) {
  .c-mdl--5 .c-g__c--3 .c-crd {
    padding: 30px 30px 20px 30px;
  }
}
@media (min-width: 699px) {
  .c-mdl--5 .c-g__c--3 .c-crd__u {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1025px) {
  .c-mdl--5 .c-g__c--3 .c-crd__u {
    padding-right: 20px;
  }
}
@media (min-width: 1460px) {
  .c-mdl--5 .c-g__c--3 .c-crd__u {
    grid-template-columns: 186px 1fr auto 1fr 1fr;
  }
}
.c-mdl--5 .c-g__c--3 .c-crd__u:before {
  content: "";
  background: #fff;
  border-radius: 20px;
  margin-top: -8px;
  grid-column: 1;
  grid-row: 3/6;
  min-height: 100px;
  margin-bottom: -8px;
}
@media (min-width: 699px) {
  .c-mdl--5 .c-g__c--3 .c-crd__u:before {
    grid-row: 2;
    grid-column: 1/3;
    max-height: 64px;
    min-height: auto;
    border-radius: 40px;
  }
}
@media (min-width: 1460px) {
  .c-mdl--5 .c-g__c--3 .c-crd__u:before {
    grid-column: 3/6;
    grid-row: 1;
    margin-top: -16px;
    margin-left: -20px;
    margin-right: -20px;
    min-height: 78px;
    max-height: none;
    margin-bottom: 0;
  }
}
@media (min-width: 1460px) {
  .c-mdl--5 .c-g__c--3 .c-crd__l {
    grid-row: 1;
  }
}
.c-mdl--5 .c-g__c--3 .c-crd__l--3 {
  grid-row: 3;
  grid-column: 1;
  align-content: center;
  padding-left: 10px;
  margin-top: 6px;
  margin-bottom: -8px;
}
@media (min-width: 699px) {
  .c-mdl--5 .c-g__c--3 .c-crd__l--3 {
    grid-row: 2;
    padding-left: 20px;
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (min-width: 1460px) {
  .c-mdl--5 .c-g__c--3 .c-crd__l--3 {
    grid-column: 3;
    grid-row: 1;
    align-content: unset;
    padding-left: 0;
  }
}
@media (max-width: 1460px) {
  .c-mdl--5 .c-g__c--3 .c-crd__l--3 .c-log {
    width: auto;
    margin-top: 0;
  }
}
.c-mdl--5 .c-g__c--3 .c-crd__l--4 {
  color: #457b9d;
  grid-row: 4;
  grid-column: 1;
  margin-left: 10px;
}
@media (min-width: 699px) {
  .c-mdl--5 .c-g__c--3 .c-crd__l--4 {
    margin-left: 147px;
    grid-row: 2;
    margin-top: 0;
  }
}
@media (min-width: 1460px) {
  .c-mdl--5 .c-g__c--3 .c-crd__l--4 {
    grid-column: 4;
    grid-row: 1;
    margin-left: 0;
  }
}
.c-mdl--5 .c-g__c--3 .c-crd__l--5 {
  color: #457b9d;
  grid-column: 1;
  grid-row: 5;
  margin-left: 10px;
}
@media (min-width: 699px) {
  .c-mdl--5 .c-g__c--3 .c-crd__l--5 {
    grid-row: 2;
    margin-top: 0;
    grid-column: 2;
    margin-left: 0;
  }
}
@media (min-width: 1460px) {
  .c-mdl--5 .c-g__c--3 .c-crd__l--5 {
    grid-column: 5;
    grid-row: 1;
  }
}
.c-mdl--5 .c-g__c--4,
.c-mdl--5 .c-g__c--6 {
  color: #fff;
}
.c-mdl--5 .c-g__c--4 .c-crd__u,
.c-mdl--5 .c-g__c--6 .c-crd__u {
  grid-template-columns: 100%;
}
@media (min-width: 699px) {
  .c-mdl--5 .c-g__c--4 .c-crd__u,
  .c-mdl--5 .c-g__c--6 .c-crd__u {
    row-gap: 6px;
    grid-template-columns: 82px 1fr;
  }
}
.c-mdl--5 .c-g__c--4 .c-crd__l--1,
.c-mdl--5 .c-g__c--6 .c-crd__l--1 {
  grid-row: 1/3;
}
@media (min-width: 699px) {
  .c-mdl--5 .c-g__c--4 .c-crd,
  .c-mdl--5 .c-g__c--5 .c-crd {
    margin-bottom: -72px;
    padding-bottom: 86px;
  }
}
.c-mdl--5 .c-g__c--7 .c-crd__l--3 {
  grid-column: 1/3;
  max-width: 300px;
}
.c-mdl--5 .c-g__c--7 .c-crd__u {
  row-gap: 32px;
}
@media (max-width: 699px) {
  .c-mdl--5 .c-g__c--7 .c-crd__t {
    margin-bottom: 20px;
  }
}
.c-mdl--5 .c-crd__t {
  margin-bottom: 10px;
}
.c-mdl--5 .c-crd__u {
  margin-top: 32px;
}
.c-mdl--5 .c-log {
  height: 20px;
  margin-top: 13px;
}

.c-d-p {
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  font-weight: 300;
}

.c-p--1 {
  font-size: 0.875rem;
  line-height: 1rem;
  font-weight: 300;
}
.c-p--1 strong {
  font-weight: 500;
}

.c-p--2,
.c-crd__p--5 {
  letter-spacing: -0.18px;
  color: #a7a8aa;
  font-size: 0.5625rem;
  line-height: 0.75rem;
  font-weight: 300;
}
.c-p--2 sup,
.c-crd__p--5 sup {
  font-size: 8px;
  display: inline-block;
  transform: translateY(1px);
}

.c-ptx__w {
  height: 44px;
  border-radius: 15px;
  border: 1px solid #fff;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0 12px;
  font-size: 0.75rem;
  line-height: 0.875rem;
  font-weight: 600;
}
@media (min-width: 699px) {
  .c-ptx__w {
    height: 50px;
    padding: 0 20px;
  }
}

.c-sld__c {
  position: relative;
}
.c-sld__w {
  overflow: hidden;
  position: relative;
}
@media (max-width: 1025px) {
  .c-sld__w {
    width: 100vw;
    margin-left: -50vw;
    left: 50%;
  }
}
.c-sld__g {
  display: flex;
  gap: 0;
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1);
}
@media (max-width: 1025px) {
  .c-sld__g {
    padding-left: 20px;
    padding-right: 20px;
    gap: 20px;
  }
}
@media (max-width: 699px) {
  .c-sld__g {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.c-sld__s {
  position: relative;
  width: 100%;
  flex-shrink: 0;
}

.c-sld.is-start .c-sld__b--p {
  opacity: 0;
  pointer-events: none;
}
.c-sld.is-start .c-sld__b--n {
  opacity: 1;
  pointer-events: all;
}
.c-sld.is-end .c-sld__b--p {
  opacity: 1;
  pointer-events: all;
}
.c-sld.is-end .c-sld__b--n {
  opacity: 0;
  pointer-events: none;
}

@media (min-width: 1025px) {
  .c-sld__s {
    display: flex;
    flex-direction: column;
  }
}
@media (min-width: 1025px) {
  .c-sld__s .c-r {
    flex: 1;
  }
}

.c-sld__b {
  position: absolute;
  transition: opacity 0.3s;
  cursor: pointer;
  z-index: 1;
}
.c-sld__b--p {
  display: none;
}

.c-sld__s--1 .c-sld__b {
  top: 16px;
  right: 16px;
  width: 40px;
  height: 40px;
}

@media (min-width: 699px) {
  .c-sld__s--2 {
    padding-right: 40px;
  }
}
@media (min-width: 1025px) {
  .c-sld__s--2 {
    padding-right: 58px;
  }
}
@media (min-width: 1580px) {
  .c-sld__s--2 {
    padding-right: 0;
  }
}
.c-sld__s--2 .c-sld__b {
  background: #457b9d;
  width: 100%;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  position: static;
  order: -1;
}
@media (min-width: 699px) {
  .c-sld__s--2 .c-sld__b {
    display: grid;
    grid-template-columns: 16px 1fr;
    place-items: center;
    position: absolute;
    border-radius: 20px 0 0 20px;
    order: unset;
    top: 0;
    right: -60px;
    width: 50px;
    padding-left: 10px;
    height: calc(100svh - 272px);
    bottom: 0;
  }
}
@media (min-width: 1025px) {
  .c-sld__s--2 .c-sld__b {
    right: -58px;
    border-radius: 30px;
    height: auto;
  }
}
@media (min-width: 1580px) {
  .c-sld__s--2 .c-sld__b {
    right: -120px;
    width: 100px;
    padding-left: 20px;
  }
}
.c-sld__s--2 .c-sld__b:before {
  content: "GUIDANCE ACTUALIZADO";
  color: #fff;
  transform: rotate(-90deg);
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.7px;
  white-space: nowrap;
}

.c-sld__s--2 .eng:before {
  content: "GUIDANCE UPDATED";
  color: #fff;
  transform: rotate(-90deg);
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.7px;
  white-space: nowrap;
}
@media (max-width: 699px) {
  .c-sld__s--2 .c-sld__b:before {
    margin-right: 12px;
    transform: none;
  }
}
.c-sld__s--2 .c-sld__b svg {
  width: 32px;
  height: 32px;
  margin-left: -11px;
}
@media (min-width: 699px) {
  .c-sld__s--2 .c-sld__b svg {
    width: 48px;
    height: 48px;
    margin-left: -14px;
  }
}
@media (min-width: 1580px) {
  .c-sld__s--2 .c-sld__b svg {
    margin-left: -28px;
  }
}
.c-sld__s--2 .c-sld__b rect {
  fill: transparent;
}
.c-sld__s--2 .c-sld__b path {
  stroke: #fff;
  transition: transform 0.3s;
}
.c-sld__s--2 .c-sld__b:hover path {
  transform: translateX(4px);
}

.c-swt {
  text-transform: uppercase;
}
.c-swt__b {
  position: relative;
  display: inline-block;
  height: 30px;
  width: 106px;
}
@media (min-width: 699px) {
  .c-swt__b {
    height: 32px;
    width: 120px;
  }
}
.c-swt__i {
  opacity: 0;
  position: absolute;
  inset: 0;
  z-index: 2;
  cursor: pointer;
}
.c-swt__i:checked + .c-swt__c:before {
  transform: translateX(-53px);
}
@media (min-width: 699px) {
  .c-swt__i:checked + .c-swt__c:before {
    transform: translateX(-60px);
  }
}
.c-swt__i:checked + .c-swt__c .c-swt__w--1 {
  color: #fff;
  font-weight: 700;
}
.c-swt__i:checked + .c-swt__c .c-swt__w--2 {
  color: #343844;
  font-weight: 400;
}
.c-swt__c {
  position: absolute;
  inset: 0;
  border-radius: 16px;
  transition: 0.4s;
  display: flex;
  align-items: center;
  justify-content: space-around;
  background: #f5f5f5;
}
.c-swt__c:before {
  content: "";
  position: absolute;
  width: 53px;
  top: 0;
  right: 0;
  bottom: 0;
  background: #707173;
  border-radius: 16px;
  transition: transform 0.3s ease-in-out;
}
@media (min-width: 699px) {
  .c-swt__c:before {
    width: 60px;
  }
}
.c-swt__w {
  z-index: 1;
}
.c-swt__w--2 {
  font-weight: 700;
  color: #fff;
}

@media (max-width: 1025px) {
  .c-s--0 {
    min-height: calc(100svh - 40px - 98px - 20px - 40px);
    display: grid;
  }
}
@media (max-width: 699px) {
  .c-s--0 {
    min-height: calc(100svh - 8px - 78px - 20px - 8px);
  }
}
.c-s--0 .c-a--1 {
  align-items: flex-end;
}
@media (max-width: 1025px) {
  .c-s--0 .c-a--1 {
    height: 100%;
  }
}
.c-s--0 .c-a-c {
  display: grid;
  grid-template-columns: 100%;
  gap: 20px;
  padding: 20px;
}
@media (min-width: 699px) {
  .c-s--0 .c-a-c {
    padding-bottom: 40px;
    grid-template-columns: repeat(12, 1fr);
  }
}
@media (min-width: 1025px) {
  .c-s--0 .c-a-c {
    padding-top: 66px;
    padding-bottom: 66px;
  }
}
@media (min-width: 1460px) {
  .c-s--0 .c-a-c {
    padding-right: 0;
    padding-left: 0;
  }
}
.c-s--0 .c-crd {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 699px) {
  .c-s--0 .c-crd {
    padding: 48px 30px;
  }
}
@media (min-width: 1025px) {
  .c-s--0 .c-crd {
    min-height: 412px;
  }
}
@media (min-width: 699px) {
  .c-s--0 .c-a-w--1 {
    grid-column: 2/10;
  }
}
@media (min-width: 1025px) {
  .c-s--0 .c-a-w--1 {
    grid-column: 2/8;
  }
}
@media (min-width: 1460px) {
  .c-s--0 .c-a-w--1 {
    grid-column: 4/10;
  }
}
.c-s--0 .c-a-w--1 .c-a-p {
  color: #9ed1de;
  margin-bottom: 24px;
  font-size: 1.875rem;
  line-height: 2rem;
  font-weight: 500;
}
@media (min-width: 699px) {
  .c-s--0 .c-a-w--1 .c-a-p {
    margin-bottom: 40px;
    font-size: 2.5rem;
    line-height: 2.5rem;
  }
}
@media (min-width: 699px) {
  .c-s--0 .c-a-w--2 {
    grid-column: 2/10;
  }
}
@media (min-width: 1025px) {
  .c-s--0 .c-a-w--2 {
    grid-column: 8/13;
    margin-right: -100px;
  }
}
@media (min-width: 1460px) {
  .c-s--0 .c-a-w--2 {
    grid-column: 10/13;
  }
}
.c-s--0 .c-a-w--2 .c-a-p {
  letter-spacing: -1.9px;
  font-size: 4.375rem;
  line-height: 4.375rem;
  font-weight: 500;
}
@media (min-width: 699px) {
  .c-s--0 .c-a-w--2 .c-a-p {
    font-size: 5.9375rem;
    line-height: 5.9375rem;
  }
}
.c-s--0 .c-a-w--2 .c-a-p span {
  color: #fff;
}
.c-s--0 .c-a-t {
  margin-bottom: 40px;
  font-size: 3rem;
  line-height: 3.125rem;
  font-weight: 600;
}
@media (min-width: 699px) {
  .c-s--0 .c-a-t {
    font-size: 3.75rem;
    line-height: 3.75rem;
  }
}
.c-s--0 .c-a-t span {
  display: block;
}
.c-s--0 .c-a-n {
  display: grid;
  grid-template-columns: 100%;
  gap: 20px 30px;
}
@media (min-width: 699px) {
  .c-s--0 .c-a-n {
    grid-auto-flow: column;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, auto);
    row-gap: 26px;
  }
}
.c-s--0 .c-a-a {
  color: #a7a8aa;
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 16px;
  align-items: center;
  transition: color 0.3s;
  font-size: 1rem;
  line-height: 1.125rem;
}
.c-s--0 .c-a-a:hover {
  color: #707173;
}
@media (min-width: 699px) {
  .c-s--0 .c-a-a {
    grid-template-columns: auto 1fr;
    font-size: 1.125rem;
  }
}
.c-s--0 .c-a-a span {
  letter-spacing: -1.2px;
  font-size: 1.875rem;
  line-height: 2rem;
  font-weight: 500;
}
@media (min-width: 699px) {
  .c-s--0 .c-a-a span {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }
}
.c-s--0 .c-a-i {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px;
}
@media (min-width: 1025px) {
  .c-s--0 .c-a-i {
    border-radius: 60px;
  }
}
.c-s--0 .c-a-f {
  height: 100%;
}

.c-crd {
  border-radius: 40px;
  background: #fff;
  height: 100%;
  transition: 0.3s;
  position: relative;
}
@media (max-width: 1025px) {
  .c-crd {
    padding: 24px;
    border-radius: 20px;
  }
}

button.c-crd {
  cursor: pointer;
}
button.c-crd:hover {
  background-color: #9ed1de;
}
button.c-crd:hover:before {
  opacity: 0.2;
}

.c-crd__t--1 {
  text-transform: uppercase;
  letter-spacing: -0.22px;
  font-size: 1.375rem;
  line-height: 1.375rem;
  font-weight: 500;
}

.c-crd__t--2 {
  text-transform: uppercase;
  font-size: 1rem;
  line-height: 1.125rem;
  font-weight: 600;
}

.c-crd__t--3 {
  letter-spacing: -0.54px;
  font-size: 1.125rem;
  line-height: 1.125rem;
  font-weight: 500;
}
.c-crd__t--3 span {
  letter-spacing: -1.2px;
  display: block;
  font-size: 2.5rem;
  line-height: 2.5rem;
  font-weight: 600;
}

.c-crd__t--4 {
  text-transform: uppercase;
  font-size: 0.875rem;
  line-height: 1rem;
  font-weight: 600;
}

.c-crd__t--5 {
  text-transform: uppercase;
  font-size: 1.25rem;
  line-height: 1.375rem;
  font-weight: 600;
}

.c-crd__t--6 {
  letter-spacing: -0.96px;
  font-size: 2rem;
  line-height: 2.0625rem;
  font-weight: 600;
}

.c-crd__p--1 {
  margin-top: 16px;
  font-size: 0.625rem;
  line-height: 0.75rem;
  font-weight: 300;
}

.c-crd__p--2 {
  align-content: center;
  font-size: 0.8125rem;
  line-height: 1rem;
  font-weight: 300;
}

.c-crd__p--3 {
  color: #fff;
  text-transform: uppercase;
  max-width: 206px;
  width: 100%;
  font-size: 1.125rem;
  line-height: 1.125rem;
}

.c-crd__p--4 {
  font-size: 1rem;
  line-height: 1.125rem;
  font-weight: 500;
}

.c-crd__p--6 {
  font-size: 0.75rem;
  line-height: 0.9375rem;
  font-weight: 300;
}

.c-crd__p--7 {
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  font-weight: 300;
}

.c-crd__p--8 {
  font-size: 1.25rem;
  line-height: 1.375rem;
  font-weight: 600;
}

.c-crd__p--9 {
  font-size: 0.875rem;
  line-height: 1.125rem;
}

.c-crd__n {
  margin-bottom: 10px;
  letter-spacing: -0.96px;
  font-size: 2rem;
  line-height: 2.1875rem;
  font-weight: 600;
}
.c-crd__n span {
  transform: translateY(0px);
  font-size: 1.0625rem;
  line-height: 1.0625rem;
}
@media (min-width: 1025px) {
  .c-crd__n {
    letter-spacing: -2.1px;
    font-size: 4.375rem;
    line-height: 4.25rem;
  }
  .c-crd__n span {
    transform: translateY(-2px);
    display: inline-block;
    vertical-align: super;
    font-size: 2.25rem;
    line-height: 2.25rem;
  }
}

.c-crd__n--s {
  letter-spacing: -0.96px;
  margin-bottom: 0;
  font-size: 1.75rem;
  line-height: 1.875rem;
}
.c-crd__n--s span {
  transform: translateY(0px);
  margin-top: 4px;
  font-size: 0.9375rem;
  line-height: 0.9375rem;
}
.c-crd__n--s sup {
  font-size: 14px;
}
@media (min-width: 699px) {
  .c-crd__n--s {
    font-size: 2rem;
    line-height: 2.1875rem;
  }
  .c-crd__n--s span {
    transform: translateY(0px);
    font-size: 1.0625rem;
    line-height: 1.0625rem;
  }
  .c-crd__n--s sup {
    font-size: 18px;
  }
}

.c-crd--c1 {
  background: #9ed1de;
}

.c-crd--c2 {
  background: #707173;
  color: #9ed1de;
}

.c-crd--c3 {
  background: #457b9d;
  color: #fff;
}

.c-crd--c4 {
  background: #f5f5f5;
}

.c-crd--c5 {
  background: #f3ff88;
}

.c-crd--c6 {
  background: #f45830;
}

.c-crd--c7 {
  background: #a7a8aa;
}

@media (min-width: 1025px) {
  .c-crd--s {
    padding: 24px;
  }
}

@media (min-width: 1025px) {
  .c-crd--m {
    padding: 40px;
  }
}

.c-crd--t1 {
  background: transparent;
}

.c-crd__u {
  display: grid;
  grid-template-columns: 100%;
  gap: 20px;
}
@media (min-width: 699px) {
  .c-crd__u {
    grid-template-columns: repeat(2, 1fr);
  }
}
.c-crd__u .c-crd__p--4 {
  font-weight: 300;
}
.c-crd__u .c-crd__p--4 span {
  display: block;
  font-weight: 600;
  margin-top: 4px;
}

.c-a--1 {
  display: grid;
  grid-template-columns: 100%;
  align-items: center;
}
.c-a--1 .c-a-f,
.c-a--1 .c-a-c {
  grid-area: 1/1;
}
.c-a--1 .c-a-f {
  height: 100%;
}
.c-a--1 .c-t {
  color: #fff;
  padding: 24px;
}
@media (min-width: 1025px) {
  .c-a--1 .c-t {
    padding: 20px 40px;
  }
}

.c-a--2 {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: 1fr auto;
  gap: 4px 20px;
  height: 100%;
}
.c-a--2 .c-i {
  width: 34px;
  margin-bottom: 10px;
  transition: transform 0.3s;
}
.c-a--2 .c-i:last-child {
  margin-bottom: 0;
}
.c-a--2 .c-a-t {
  grid-column: span 2;
  transition: color 0.3s;
  max-width: 84%;
  width: 100%;
  font-size: 1rem;
  line-height: 1.125rem;
}

.c-a--3 {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto 1fr;
  gap: 40px 20px;
  height: 100%;
}
.c-a--3 .c-i {
  width: 60px;
}
.c-a--3 .c-a-b {
  width: 40px;
  height: 40px;
  grid-column: 2;
  transform: translate(14px, -14px);
}
.c-a--3 .c-a-t {
  text-transform: uppercase;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-column: 1/3;
  font-size: 1.25rem;
  line-height: 1.375rem;
  font-weight: 500;
}

.c-s--1 .c-i--1:hover {
  transform: translate(4px, -4px);
}
.c-s--1 .c-i--2:hover {
  transform: translateY(4px);
}
.c-s--1 .c-r {
  grid-auto-rows: 1fr;
}
.c-s--1 .c-crd {
  padding-top: 36px;
  padding-right: 18px;
}
.c-s--1 .c-crd:hover {
  background: #9ed1de;
}
.c-s--1 .c-crd:hover .c-a-p:not(span) {
  color: #fff;
}
.c-s--1 .c-crd:hover .c-t--2:not(span) {
  color: #fff;
}
.c-s--1 .c-crd:hover .c-a-t {
  color: #fff;
}

@media (max-width: 1025px) {
  .c-s--1a .c-r {
    grid-auto-rows: unset;
  }
}
@media (max-width: 1025px) {
  .c-s--1a .c-r {
    grid-template-rows: 200px 1fr;
  }
}
@media (max-width: 699px) {
  .c-s--1a .c-r {
    grid-template-rows: auto 1fr;
  }
}
.c-s--1a .c-t--1 {
  max-width: 408px;
}
@media (max-width: 1025px) {
  .c-s--1a .c-r__c--1 {
    display: none;
  }
}
.c-s--1a .c-r__c--11 {
  grid-row: span 2;
}
@media (max-width: 1025px) {
  .c-s--1a .c-r__c--11 {
    display: none;
  }
}
@media (max-width: 1025px) {
  .c-s--1a .c-r__c--12 {
    grid-row: 1;
  }
  .c-s--1a .c-r__c--12 .c-a-f {
    overflow: hidden;
  }
  .c-s--1a .c-r__c--12 .c-a--1 {
    height: 100%;
  }
}

@media (max-width: 1025px) {
  .c-s--1b .c-r {
    grid-auto-rows: unset;
  }
}
@media (max-width: 1025px) {
  .c-s--1b .c-r {
    grid-template-rows: 200px 1fr;
  }
}
@media (max-width: 699px) {
  .c-s--1b .c-r {
    grid-template-rows: auto 1fr;
  }
}
.c-s--1b .c-t--1 {
  max-width: 940px;
}
@media (max-width: 699px) {
  .c-s--1b .c-r__c--2 {
    order: 1;
  }
}
@media (min-width: 699px) {
  .c-s--1b .c-r__c--2 {
    grid-row: 3;
  }
}
@media (min-width: 1025px) {
  .c-s--1b .c-r__c--2 {
    grid-row: span 2;
  }
}
@media (max-width: 699px) {
  .c-s--1b .c-r__c--6,
  .c-s--1b .c-r__c--7 {
    display: none;
  }
}
@media (max-width: 1025px) {
  .c-s--1b .c-r__c--1 .c-a-f {
    overflow: hidden;
  }
  .c-s--1b .c-r__c--1 .c-a--1 {
    height: 100%;
  }
}

@media (max-width: 1025px) {
  .c-s--1c .c-r {
    grid-auto-rows: unset;
  }
}
@media (max-width: 1025px) {
  .c-s--1c .c-r {
    grid-template-rows: 200px 1fr;
  }
}
@media (max-width: 699px) {
  .c-s--1c .c-r {
    grid-template-rows: auto 1fr;
  }
}
.c-s--1c .c-t--1 {
  max-width: 400px;
}
@media (max-width: 699px) {
  .c-s--1c .c-r__c--2 {
    order: 1;
  }
}
@media (min-width: 699px) {
  .c-s--1c .c-r__c--2 {
    grid-row: span 3;
  }
}
@media (min-width: 1025px) {
  .c-s--1c .c-r__c--2 {
    grid-row: span 2;
  }
}
@media (max-width: 699px) {
  .c-s--1c .c-r__c--7 {
    display: none;
  }
}
@media (min-width: 699px) and (max-width: 1025px) {
  .c-s--1c .c-r__c--7 {
    grid-column: 5/9;
    grid-row: 4;
  }
}
@media (max-width: 1025px) {
  .c-s--1c .c-r__c--6 {
    display: none;
  }
}
@media (max-width: 1025px) {
  .c-s--1c .c-r__c--1 .c-a-f {
    overflow: hidden;
  }
  .c-s--1c .c-r__c--1 .c-a--1 {
    height: 100%;
  }
}
.c-s--1c .c-a--2 {
  row-gap: 12px;
}

.c-d {
  -moz-column-count: 2;
  column-count: 2;
  -moz-column-gap: 20px;
  column-gap: 20px;
}
.c-d > * {
  margin-bottom: 12px;
}
.c-d > *:last-child {
  margin-bottom: 0;
}

.c-s--2 .c-tab__c {
  display: contents;
}
@media (min-width: 699px) {
  .c-s--2 .c-r__c--1 {
    grid-column: 1/13;
    grid-row: 1;
  }
}
@media (min-width: 1025px) {
  .c-s--2 .c-r__c--1 {
    grid-column: 6/13;
  }
}
.c-s--2 .c-r__c--2 {
  grid-column: 1;
  grid-row: 2;
}
@media (min-width: 699px) {
  .c-s--2 .c-r__c--2 {
    grid-column: 1/5;
    grid-row: 2/3;
  }
}
@media (min-width: 1025px) {
  .c-s--2 .c-r__c--2 {
    grid-column: 1/6;
    grid-row: 1/3;
  }
}
.c-s--2 .c-r__c--2 .c-crd {
  text-align: right;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
}
@media (min-width: 699px) {
  .c-s--2 .c-r__c--2 .c-crd {
    min-height: 228px;
  }
}
.c-s--2 .c-r__c--3 {
  grid-column: 1;
  grid-row: 3;
}
@media (min-width: 699px) {
  .c-s--2 .c-r__c--3 {
    grid-row: 2;
    grid-column: 5/13;
  }
}
@media (min-width: 1025px) {
  .c-s--2 .c-r__c--3 {
    grid-column: 6/13;
  }
}
.c-s--2 .c-r__c--3 > .c-p {
  margin-bottom: 24px;
  color: #a7a8aa;
  font-style: italic;
  max-width: 520px;
}
.c-s--2 .c-crd {
  height: auto;
}
.c-s--2 .c-a-c {
  align-self: flex-end;
  justify-self: flex-start;
  width: 100%;
  padding-bottom: 20px;
}
@media (max-width: 699px) {
  .c-s--2 .c-a-c {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1025px) {
  .c-s--2 .c-a-c {
    margin-left: 20px;
    max-width: 330px;
  }
}
@media (min-width: 1480px) {
  .c-s--2 .c-a-c {
    margin-left: -100px;
    padding-bottom: 40px;
  }
}
@media (min-width: 699px) and (max-width: 1025px) {
  .c-s--2 .c-a--1 {
    row-gap: 20px;
  }
}
@media (min-width: 699px) and (max-width: 1025px) {
  .c-s--2 .c-a--1 .c-a-f,
  .c-s--2 .c-a--1 .c-a-c {
    grid-area: auto;
  }
}
@media (max-width: 1025px) {
  .c-s--2 .c-a--1 .c-crd__t--3 {
    font-size: 16px;
  }
  .c-s--2 .c-a--1 .c-crd__t--3 span {
    margin-top: 4px;
    font-size: 1.875rem;
    line-height: 2rem;
  }
}
.c-s--2 .c-a--1 .c-crd__p--3 {
  margin-top: 20px;
}
@media (max-width: 1025px) {
  .c-s--2 .c-a--1 .c-crd__p--3 {
    font-size: 16px;
  }
}

@media (min-width: 699px) {
  .c-s--3 .c-r__c--2 {
    padding: 84px 58px;
    border-radius: 40px;
    background: #fff;
  }
}
@media (min-width: 1025px) and (max-width: 1200px) {
  .c-s--3 .c-r__c--2 {
    grid-column: span 12;
  }
}
@media (max-width: 699px) {
  .c-s--3 .c-crd--c4 {
    background-color: #fff;
  }
}
.c-s--3 .c-r__c--3 {
  display: none;
}
@media (min-width: 1200px) {
  .c-s--3 .c-r__c--3 {
    display: block;
  }
}
@media (min-width: 1460px) {
  .c-s--3 .c-r__c--3 {
    margin-right: -100px;
  }
}
.c-s--3 .c-r-s {
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
  gap: 20px;
}
@media (min-width: 699px) {
  .c-s--3 .c-r-s {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
  }
}
@media (min-width: 1025px) {
  .c-s--3 .c-r-s {
    grid-template-columns: 26.371% 1fr 26.371%;
    grid-template-rows: 1fr 1fr;
  }
}
@media (min-width: 699px) {
  .c-s--3 .c-r-s__c {
    min-height: 267px;
  }
}
.c-s--3 .c-r-s__c--2 {
  grid-row: 3;
}
@media (min-width: 699px) {
  .c-s--3 .c-r-s__c--2 {
    grid-row: 2;
    grid-column: 1/3;
  }
}
@media (min-width: 1025px) {
  .c-s--3 .c-r-s__c--2 {
    grid-row: span 2;
    grid-column: auto;
  }
}
.c-s--3 .c-crd {
  width: 100%;
}
.c-s--3 .c-crd--m:before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../images/img-1.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: opacity 0.3s;
}
@media (max-width: 699px) {
  .c-s--3 .c-crd--m:before {
    filter: contrast(0.5);
    opacity: 0.3;
  }
}
.c-s--3 .c-crd--m .c-a {
  position: relative;
  z-index: 1;
}
@media (min-width: 699px) {
  .c-s--3 .c-crd--m .c-a-t {
    letter-spacing: -1.2px;
    font-size: 2.5rem;
    line-height: 2.5rem;
  }
}
.c-s--3 .c-crd--m .c-a-t span {
  color: #457b9d;
}
@media (min-width: 1025px) {
  .c-s--3 .c-crd--m .c-a-b {
    transform: translate(24px, -24px);
  }
}
.c-s--3 .c-crd--m rect {
  fill: #707173;
}
.c-s--3 .c-crd--m path {
  stroke: #fff;
}

@media (min-width: 699px) {
  .c-s--4 .c-crd {
    padding: 20px;
  }
}
@media (max-width: 699px) {
  .c-s--4 .c-r {
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }
}
@media (min-width: 1025px) {
  .c-s--4 .c-r {
    -moz-column-count: 6;
    column-count: 6;
    -moz-column-gap: 20px;
    column-gap: 20px;
    width: 100%;
    display: block;
  }
}
@media (min-width: 1025px) {
  .c-s--4 .c-r__c {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
  }
}
@media (min-width: 1025px) {
  .c-s--4 .c-r__c--9 .c-crd,
  .c-s--4 .c-r__c--10 .c-crd {
    padding-bottom: 38px;
  }
}
@media (min-width: 1025px) {
  .c-s--4 .c-r__c--7 .c-crd,
  .c-s--4 .c-r__c--12 .c-crd {
    padding-bottom: 38px;
  }
}
@media (max-width: 1025px) {
  .c-s--4 .c-r__c--1,
  .c-s--4 .c-r__c--2,
  .c-s--4 .c-r__c--3,
  .c-s--4 .c-r__c--4,
  .c-s--4 .c-r__c--5,
  .c-s--4 .c-r__c--6,
  .c-s--4 .c-r__c--1 {
    order: -1;
  }
}
.c-s--4 .c-log {
  margin-top: 8px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}
@media (max-width: 1025px) {
  .c-s--4 .c-r__c:has(.c-f) {
    display: none;
  }
}

.c-log-c {
  display: flex;
  justify-content: center;
  gap: 4px;
}

.c-log--1 {
  height: 50px;
}

.c-log--2 {
  height: 58px;
}

.c-log--3 {
  height: 38px;
}

.c-log--4 {
  height: 58px;
}

.c-log--5 {
  height: 32px;
}

@media (min-width: 1460px) {
  .c-s--5 .c-r {
    grid-template-rows: auto 1fr;
    align-items: flex-start;
  }
}
@media (min-width: 1025px) {
  .c-s--5 .c-r__c--1 {
    grid-row: 1/3;
  }
}
@media (min-width: 1025px) and (max-width: 1460px) {
  .c-s--5 .c-r__c--1 {
    align-self: flex-start;
  }
}
@media (min-width: 699px) and (max-width: 1025px) {
  .c-s--5 .c-r__c--3 {
    grid-row: 1;
    grid-column: 7/13;
  }
}
.c-s--5 .c-r__c--3 .c-i-w:last-child {
  max-width: 287px;
}
@media (min-width: 1026px) and (max-width: 1460px) {
  .c-s--5 .c-r__c--4 {
    grid-column: span 8;
  }
}
@media (min-width: 1460px) {
  .c-s--5 .c-r__c--4 {
    margin-top: -184px;
  }
}
.c-s--5 .c-r__c--4 .c-i-c {
  grid-template-columns: 100%;
  gap: 30px 10px;
}
@media (min-width: 699px) {
  .c-s--5 .c-r__c--4 .c-i-c {
    grid-template-columns: repeat(2, 1fr);
  }
}
.c-s--5 .c-r__c--4 .c-i-w {
  gap: 6px 10px;
  grid-template-rows: auto 1fr;
}
.c-s--5 .c-r__c--4 .c-i-w .c-p {
  align-self: flex-start;
}
.c-s--5 .c-r__c--4 .c-p {
  letter-spacing: -0.16px;
  color: #231f20;
  margin: 0;
  font-size: 0.625rem;
  line-height: 0.6875rem;
}
.c-s--5 .c-r__c--4 .c-p--1 {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 4px;
  font-size: 0.6875rem;
}
.c-s--5 .c-r__c--4 .c-i {
  grid-row: span 2;
}
@media (max-width: 1460px) {
  .c-s--5 .c-r__c--5 {
    display: none;
  }
}
.c-s--5 .c-crd__t {
  margin-bottom: 32px;
}
.c-s--5 .c-crd__t--4 {
  color: #a7a8aa;
  margin-bottom: 16px;
}
.c-s--5 .c-crd__t--5 {
  font-size: 1.1875rem;
}
.c-s--5 .c-i-c {
  display: grid;
  grid-template-columns: 100%;
  row-gap: 10px;
}
.c-s--5 .c-i-w {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 20px;
  align-items: center;
}
.c-s--5 .c-i-w .c-p {
  margin-top: 0;
}
.c-s--5 .c-i {
  background-size: contain;
  width: 60px;
  height: 60px;
}
.c-s--5 .c-p {
  letter-spacing: -0.16px;
  font-size: 1rem;
  line-height: 1.1875rem;
  font-weight: 300;
}
.c-s--5 .c-crd__p--5 {
  color: #a7a8aa;
  margin-top: 20px;
  position: relative;
  padding-right: 50px;
}
.c-s--5 .c-crd__p--5 span:not(.c-blt-c) {
  display: block;
}
.c-s--5 .c-crd__p--5 .c-blt-c {
  position: absolute;
  bottom: 0;
  right: 0;
}

.c-gph {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 20px;
}
@media (min-width: 699px) {
  .c-gph {
    grid-template-columns: 1fr auto 1fr;
  }
}
.c-gph .c-blt-c {
  position: absolute;
  left: calc(100% + 8px);
}
.c-gph .c-crd__p--7 {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 8px;
}
.c-gph .c-crd__p--7:last-child {
  margin-bottom: 0;
}
.c-gph__w {
  position: relative;
}
.c-gph__w--2 {
  display: grid;
  grid-template-columns: 100%;
  place-items: center;
  text-align: center;
  grid-row: 2;
  grid-column: 1/3;
}
@media (min-width: 699px) {
  .c-gph__w--2 {
    grid-row: span 2;
    grid-column: auto;
  }
}
.c-gph__w--3,
.c-gph__w--5 {
  text-align: right;
}
.c-gph__w--3 .c-crd__p--7,
.c-gph__w--5 .c-crd__p--7 {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
.c-gph__w--3 .c-blt-c,
.c-gph__w--5 .c-blt-c {
  left: auto;
  right: calc(100% + 8px);
}
.c-gph__g {
  grid-area: 1/1;
}

#circle {
  display: block;
  width: 150px;
  height: 150px;
  grid-area: 1/1;
  transform: rotate(45deg);
  border-radius: 50%;
  border-width: 10px;
  border-style: solid;
  border-top-color: #457b9d;
  border-right-color: #f3ff88;
  border-bottom-color: #707173;
  border-left-color: #9ed1de;
}

.c-blt-c {
  display: flex;
  gap: 3px;
}

.c-blt {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  flex-shrink: 0;
}

.c-blt--1 {
  background: #f45830;
}

.c-blt--2 {
  background: #e30613;
}

.c-blt--3 {
  background: #457b9d;
}

.c-blt--4 {
  background: #c7d922;
}

.c-s--6 .c-r {
  position: relative;
}
@media (min-width: 1025px) {
  .c-s--6 .c-r--1,
  .c-s--6 .c-r--2,
  .c-s--6 .c-r--3 {
    min-height: 580px;
  }
}
@media (min-width: 699px) {
  .c-s--6 .c-r--1 {
    grid-template-rows: 1fr 1fr;
  }
}
@media (min-width: 699px) and (max-width: 1025px) {
  .c-s--6 .c-r--1 {
    grid-template-rows: auto auto 1fr;
  }
}
@media (min-width: 1025px) {
  .c-s--6 .c-r--1 .c-r__c--1,
  .c-s--6 .c-r--1 .c-r__c--2,
  .c-s--6 .c-r--1 .c-r__c--3 {
    grid-row: span 2;
  }
}
.c-s--6 .c-r--1 .c-r__c--1 .c-a-b,
.c-s--6 .c-r--1 .c-r__c--2 .c-a-b,
.c-s--6 .c-r--1 .c-r__c--3 .c-a-b {
  transform: none;
}
.c-s--6 .c-r--1 .c-r__c--1 .c-crd,
.c-s--6 .c-r--1 .c-r__c--2 .c-crd,
.c-s--6 .c-r--1 .c-r__c--3 .c-crd {
  transition: background 0.3s;
}
@media (max-width: 1025px) {
  .c-s--6 .c-r--1 .c-r__c--1 .c-crd,
  .c-s--6 .c-r--1 .c-r__c--2 .c-crd,
  .c-s--6 .c-r--1 .c-r__c--3 .c-crd {
    overflow: hidden;
  }
}
.c-s--6 .c-r--1 .c-r__c--1 .c-crd.is-active,
.c-s--6 .c-r--1 .c-r__c--2 .c-crd.is-active,
.c-s--6 .c-r--1 .c-r__c--3 .c-crd.is-active {
  background: #fff;
}
.c-s--6 .c-r--1 .c-r__c--1 .c-crd.is-active .c-a-b,
.c-s--6 .c-r--1 .c-r__c--2 .c-crd.is-active .c-a-b,
.c-s--6 .c-r--1 .c-r__c--3 .c-crd.is-active .c-a-b {
  transform: rotate(45deg);
}
.c-s--6 .c-r--1 .c-r__c--1 .c-crd.is-active .c-crd__p--7,
.c-s--6 .c-r--1 .c-r__c--2 .c-crd.is-active .c-crd__p--7,
.c-s--6 .c-r--1 .c-r__c--3 .c-crd.is-active .c-crd__p--7 {
  opacity: 1;
}
.c-s--6 .c-r--1 .c-r__c--1 .c-crd.is-active .c-a-t,
.c-s--6 .c-r--1 .c-r__c--2 .c-crd.is-active .c-a-t,
.c-s--6 .c-r--1 .c-r__c--3 .c-crd.is-active .c-a-t {
  color: #457b9d;
}
.c-s--6 .c-r--1 .c-r__c--1 .c-crd.is-active .c-a-f,
.c-s--6 .c-r--1 .c-r__c--2 .c-crd.is-active .c-a-f,
.c-s--6 .c-r--1 .c-r__c--3 .c-crd.is-active .c-a-f {
  opacity: 0;
  visibility: hidden;
}
.c-s--6 .c-r--1 .c-r__c--1 .c-crd.is-active rect,
.c-s--6 .c-r--1 .c-r__c--2 .c-crd.is-active rect,
.c-s--6 .c-r--1 .c-r__c--3 .c-crd.is-active rect {
  fill: #457b9d;
}
.c-s--6 .c-r--1 .c-r__c--1 .c-crd.is-active path,
.c-s--6 .c-r--1 .c-r__c--2 .c-crd.is-active path,
.c-s--6 .c-r--1 .c-r__c--3 .c-crd.is-active path {
  stroke: #fff;
}
@media (max-width: 1025px) {
  .c-s--6 .c-r--1 .c-r__c--1 .c-a-t,
  .c-s--6 .c-r--1 .c-r__c--1 .c-a-b,
  .c-s--6 .c-r--1 .c-r__c--2 .c-a-t,
  .c-s--6 .c-r--1 .c-r__c--2 .c-a-b,
  .c-s--6 .c-r--1 .c-r__c--3 .c-a-t,
  .c-s--6 .c-r--1 .c-r__c--3 .c-a-b {
    z-index: 1;
  }
}
@media (min-width: 699px) {
  .c-s--6 .c-r--1 .c-r__c--4,
  .c-s--6 .c-r--1 .c-r__c--5 {
    display: grid;
  }
  .c-s--6 .c-r--1 .c-r__c--4 .c-crd,
  .c-s--6 .c-r--1 .c-r__c--5 .c-crd {
    align-content: center;
  }
}
.c-s--6 .c-r--1 .c-r__c--4 .c-crd__p--4,
.c-s--6 .c-r--1 .c-r__c--5 .c-crd__p--4 {
  font-weight: 300;
}
.c-s--6 .c-r--1 .c-r__c--5 .c-crd {
  padding-right: 57px;
}
.c-s--6 .c-r--1 rect {
  transition: fill 0.3s;
}
.c-s--6 .c-r--1 path {
  transition: stroke 0.3s;
}
@media (max-width: 1025px) {
  .c-s--6 .c-r--1 .c-a--3 .c-a-f {
    margin: 0;
    position: absolute;
    inset: 0;
    filter: brightness(0.8) opacity(0.9);
  }
  .c-s--6 .c-r--1 .c-a--3 .c-a-f .c-a-i {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
  }
}
@media (min-width: 699px) and (max-width: 1025px) {
  .c-s--6 .c-r--1 .c-r__c--1 {
    grid-row: 1;
  }
}
@media (min-width: 699px) and (max-width: 1025px) {
  .c-s--6 .c-r--1 .c-r__c--2 {
    grid-row: 2;
  }
}
@media (min-width: 699px) and (max-width: 1025px) {
  .c-s--6 .c-r--1 .c-r__c--3 {
    grid-row: 3;
  }
}
@media (min-width: 699px) and (max-width: 1025px) {
  .c-s--6 .c-r--1 .c-r__c--4,
  .c-s--6 .c-r--1 .c-r__c--5 {
    grid-row: 1/4;
    grid-column: 9/13;
    height: calc(50% - 10px);
  }
}
@media (max-width: 699px) {
  .c-s--6 .c-r--1 .c-r__c--4,
  .c-s--6 .c-r--1 .c-r__c--5 {
    order: -1;
  }
}
@media (min-width: 699px) and (max-width: 1025px) {
  .c-s--6 .c-r--1 .c-r__c--5 {
    align-self: flex-end;
  }
}
@media (max-width: 1460px) {
  .c-s--6 .c-r--2 .c-r__c--1 .c-g__c--1 .c-crd__u {
    grid-template-columns: 100%;
  }
  .c-s--6 .c-r--2 .c-r__c--1 .c-g__c--1 .c-crd__u span {
    display: block;
  }
}
@media (max-width: 699px) {
  .c-s--6 .c-r--2 .c-r__c--1 .c-g__c--1 .c-crd__u {
    grid-template-columns: 1fr 1fr;
  }
}
.c-s--6 .c-r--2 .c-r__c--1 .c-g__c--3 .c-crd__l {
  display: flex;
  justify-content: space-between;
}
@media (min-width: 699px) and (max-width: 1460px) {
  .c-s--6 .c-r--2 .c-r__c--1 .c-g__c--3 .c-crd__l {
    justify-content: unset;
    flex-direction: column;
    row-gap: 4px;
  }
}
.c-s--6 .c-r--2 .c-r__c--1 .c-g__c--3 .c-crd__p--9 span {
  display: block;
}
.c-s--6 .c-r--2 .c-r__c--1 .c-crd__p--7 {
  text-align: right;
}
.c-s--6 .c-r--2 .c-r__c--1 .c-crd {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.c-s--6 .c-r--2 .c-r__c--2 .c-g__c--2 .c-crd__p--7 span {
  display: block;
}
.c-s--6 .c-r--2 .c-r__c--2 .c-crd__u {
  gap: 40px;
}
@media (min-width: 1025px) and (max-width: 1580px) {
  .c-s--6 .c-r--2 .c-r__c--4 {
    grid-column: span 8;
  }
}
.c-s--6 .c-r--2 .c-r__c--4 .c-crd__p--7 {
  text-align: right;
}
.c-s--6 .c-r--2 .c-r__c--4 .c-crd {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 699px) {
  .c-s--6 .c-r--2,
  .c-s--6 .c-r--3 {
    grid-template-rows: auto auto 1fr;
  }
}
@media (min-width: 1025px) {
  .c-s--6 .c-r--2,
  .c-s--6 .c-r--3 {
    grid-template-rows: 1fr 1fr;
  }
}
.c-s--6 .c-r--2 .c-r__c,
.c-s--6 .c-r--3 .c-r__c {
  background: #fff;
  padding: 24px;
  border-radius: 30px;
}
@media (min-width: 699px) {
  .c-s--6 .c-r--2 .c-r__c--1,
  .c-s--6 .c-r--2 .c-r__c--2,
  .c-s--6 .c-r--2 .c-r__c--4,
  .c-s--6 .c-r--3 .c-r__c--1,
  .c-s--6 .c-r--3 .c-r__c--2,
  .c-s--6 .c-r--3 .c-r__c--4 {
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: auto 1fr;
  }
}
@media (min-width: 699px) {
  .c-s--6 .c-r--2 .c-r__c--1 .c-g,
  .c-s--6 .c-r--3 .c-r__c--1 .c-g {
    grid-template-columns: auto auto 1fr;
  }
}
@media (min-width: 699px) {
  .c-s--6 .c-r--2 .c-r__c--1 .c-g,
  .c-s--6 .c-r--3 .c-r__c--1 .c-g {
    grid-template-columns: 160px 160px 1fr;
  }
}
@media (min-width: 1025px) {
  .c-s--6 .c-r--2 .c-r__c--1 .c-g,
  .c-s--6 .c-r--3 .c-r__c--1 .c-g {
    grid-template-columns: 180px 160px 1fr;
  }
}
@media (min-width: 1460px) {
  .c-s--6 .c-r--2 .c-r__c--1 .c-g,
  .c-s--6 .c-r--3 .c-r__c--1 .c-g {
    grid-template-columns: 38.157% 1fr 38.157%;
  }
}
.c-s--6 .c-r--2 .c-r__c--1 .c-g__c--1,
.c-s--6 .c-r--2 .c-r__c--1 .c-g__c--2,
.c-s--6 .c-r--3 .c-r__c--1 .c-g__c--1,
.c-s--6 .c-r--3 .c-r__c--1 .c-g__c--2 {
  text-align: center;
}
.c-s--6 .c-r--2 .c-r__c--1 .c-g__c--2 .c-crd__u,
.c-s--6 .c-r--3 .c-r__c--1 .c-g__c--2 .c-crd__u {
  display: block;
}
.c-s--6 .c-r--2 .c-r__c--1 .c-g__c--3 .c-crd__u,
.c-s--6 .c-r--3 .c-r__c--1 .c-g__c--3 .c-crd__u {
  grid-template-columns: 100%;
  gap: 10px;
}
.c-s--6 .c-r--2 .c-r__c--1 .c-g__c--3 .c-crd__u p:last-child,
.c-s--6 .c-r--3 .c-r__c--1 .c-g__c--3 .c-crd__u p:last-child {
  text-align: right;
  width: 100%;
}
@media (min-width: 699px) and (max-width: 1460px) {
  .c-s--6 .c-r--2 .c-r__c--1 .c-g__c--3 .c-crd__u p:last-child,
  .c-s--6 .c-r--3 .c-r__c--1 .c-g__c--3 .c-crd__u p:last-child {
    text-align: left;
  }
}
.c-s--6 .c-r--2 .c-r__c--1 .c-crd__t,
.c-s--6 .c-r--3 .c-r__c--1 .c-crd__t {
  margin-bottom: 16px;
}
@media (min-width: 1025px) {
  .c-s--6 .c-r--2 .c-r__c--2,
  .c-s--6 .c-r--3 .c-r__c--2 {
    grid-row: span 2;
  }
}
.c-s--6 .c-r--2 .c-r__c--2 .c-crd__u,
.c-s--6 .c-r--3 .c-r__c--2 .c-crd__u {
  grid-template-columns: 100%;
}
.c-s--6 .c-r--2 .c-r__c--2 .c-crd__l,
.c-s--6 .c-r--3 .c-r__c--2 .c-crd__l {
  display: grid;
  grid-template-columns: 100%;
  gap: 8px;
}
@media (min-width: 699px) and (max-width: 1025px) {
  .c-s--6 .c-r--2 .c-r__c--2 .c-crd__l,
  .c-s--6 .c-r--3 .c-r__c--2 .c-crd__l {
    grid-template-columns: 155px 1fr;
  }
}
@media (min-width: 1460px) {
  .c-s--6 .c-r--2 .c-r__c--2 .c-crd__l,
  .c-s--6 .c-r--3 .c-r__c--2 .c-crd__l {
    grid-template-columns: 155px 1fr;
  }
}
.c-s--6 .c-r--2 .c-r__c--2 .c-crd__l p:last-child,
.c-s--6 .c-r--3 .c-r__c--2 .c-crd__l p:last-child {
  text-align: right;
}
@media (min-width: 1025px) and (max-width: 1460px) {
  .c-s--6 .c-r--2 .c-r__c--2 .c-crd__l p:last-child,
  .c-s--6 .c-r--3 .c-r__c--2 .c-crd__l p:last-child {
    text-align: left;
  }
}
@media (max-width: 699px) {
  .c-s--6 .c-r--2 .c-r__c--2 .c-crd__l p:last-child,
  .c-s--6 .c-r--3 .c-r__c--2 .c-crd__l p:last-child {
    text-align: left;
  }
}
@media (min-width: 1025px) {
  .c-s--6 .c-r--2 .c-r__c--2 .c-g__c--1 .c-crd,
  .c-s--6 .c-r--3 .c-r__c--2 .c-g__c--1 .c-crd {
    min-height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  }
}
.c-s--6 .c-r--2 .c-r__c--2 .c-g__c--1 .c-crd__p--4 strong span,
.c-s--6 .c-r--3 .c-r__c--2 .c-g__c--1 .c-crd__p--4 strong span {
  display: block;
}
.c-s--6 .c-r--2 .c-r__c--2 .c-g__c--1 .c-crd__p--4 > span,
.c-s--6 .c-r--3 .c-r__c--2 .c-g__c--1 .c-crd__p--4 > span {
  display: block;
  letter-spacing: 0.33px;
  margin-top: 4px;
  font-size: 0.6875rem;
  line-height: 0.875rem;
  font-weight: 400;
}
.c-s--6 .c-r--2 .c-r__c--2 .c-g__c--2 .c-crd__t--5,
.c-s--6 .c-r--3 .c-r__c--2 .c-g__c--2 .c-crd__t--5 {
  margin-bottom: 16px;
  text-transform: none;
}
.c-s--6 .c-r--2 .c-r__c--2 .c-g__c--2 .c-crd__t--5 span,
.c-s--6 .c-r--3 .c-r__c--2 .c-g__c--2 .c-crd__t--5 span {
  display: block;
  letter-spacing: 0.48px;
  margin-top: 4px;
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 300;
}
.c-s--6 .c-r--2 .c-r__c--3,
.c-s--6 .c-r--3 .c-r__c--3 {
  padding: 0;
  border-radius: 0;
  background: transparent;
  display: none;
}
@media (min-width: 1460px) {
  .c-s--6 .c-r--2 .c-r__c--3,
  .c-s--6 .c-r--3 .c-r__c--3 {
    margin-left: -92px;
  }
}
@media (min-width: 1580px) {
  .c-s--6 .c-r--2 .c-r__c--3,
  .c-s--6 .c-r--3 .c-r__c--3 {
    display: block;
  }
}
@media (min-width: 699px) {
  .c-s--6 .c-r--2 .c-r__c--4 .c-g,
  .c-s--6 .c-r--3 .c-r__c--4 .c-g {
    grid-template-columns: 1fr 160px 160px;
  }
}
@media (min-width: 1025px) {
  .c-s--6 .c-r--2 .c-r__c--4 .c-g,
  .c-s--6 .c-r--3 .c-r__c--4 .c-g {
    grid-template-columns: 44.12% 1fr 1fr;
  }
}
.c-s--6 .c-r--2 .c-r__c--4 .c-g__c--1 .c-crd__l,
.c-s--6 .c-r--3 .c-r__c--4 .c-g__c--1 .c-crd__l {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
}
.c-s--6 .c-r--2 .c-r__c--4 .c-g__c--1 .c-crd__l p:last-child,
.c-s--6 .c-r--3 .c-r__c--4 .c-g__c--1 .c-crd__l p:last-child {
  text-align: right;
}
.c-s--6 .c-r--2 .c-r__c--4 .c-g__c--2,
.c-s--6 .c-r--2 .c-r__c--4 .c-g__c--3,
.c-s--6 .c-r--3 .c-r__c--4 .c-g__c--2,
.c-s--6 .c-r--3 .c-r__c--4 .c-g__c--3 {
  text-align: center;
}
@media (min-width: 699px) {
  .c-s--6 .c-r--2 .c-r__c--4 .c-g__c--3 .c-crd,
  .c-s--6 .c-r--3 .c-r__c--4 .c-g__c--3 .c-crd {
    padding-left: 23px;
    padding-right: 23px;
  }
}
.c-s--6 .c-r--2 .c-r__c--4 .c-crd__u,
.c-s--6 .c-r--3 .c-r__c--4 .c-crd__u {
  grid-template-columns: 100%;
  gap: 8px;
}
.c-s--6 .c-r--2 .c-r__c--4 .c-crd__t--5,
.c-s--6 .c-r--3 .c-r__c--4 .c-crd__t--5 {
  margin-bottom: 16px;
}
.c-s--6 .c-r--2 .c-r__c--4 .c-crd__p--3,
.c-s--6 .c-r--3 .c-r__c--4 .c-crd__p--3 {
  color: #231f20;
}
.c-s--6 .c-r--2 .c-r__c--4 .c-crd__p--3 strong,
.c-s--6 .c-r--3 .c-r__c--4 .c-crd__p--3 strong {
  display: block;
}
.c-s--6 .c-r--2 .c-r__c--4 .c-crd__p--3 strong span,
.c-s--6 .c-r--3 .c-r__c--4 .c-crd__p--3 strong span {
  display: block;
}
.c-s--6 .c-r--2 .c-r__c--4 .c-crd__p--3 > span,
.c-s--6 .c-r--3 .c-r__c--4 .c-crd__p--3 > span {
  font-size: 0.6875rem;
  line-height: 0.9375rem;
  font-weight: 400;
  letter-spacing: 0.33px;
}
.c-s--6 .c-r--2 .c-crd > .c-crd__p--7,
.c-s--6 .c-r--3 .c-crd > .c-crd__p--7 {
  margin-bottom: 20px;
}
@media (max-width: 1460px) {
  .c-s--6 .c-r--3 .c-r__c--1 .c-g__c--1 .c-crd__u {
    grid-template-columns: 100%;
  }
  .c-s--6 .c-r--3 .c-r__c--1 .c-g__c--1 .c-crd__u span {
    display: block;
  }
}
@media (max-width: 699px) {
  .c-s--6 .c-r--3 .c-r__c--1 .c-g__c--1 .c-crd__u {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 699px) {
  .c-s--6 .c-r--3 .c-r__c--1 .c-g__c--2 .c-crd__n--s {
    margin-top: 4px;
  }
}
.c-s--6 .c-r--3 .c-r__c--1 .c-g__c--1 .c-crd,
.c-s--6 .c-r--3 .c-r__c--1 .c-g__c--2 .c-crd {
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: auto 1fr auto;
}
.c-s--6 .c-r--3 .c-r__c--1 .c-g__c--3 .c-crd {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.c-s--6 .c-r--3 .c-r__c--1 .c-g__c--3 .c-crd__l {
  display: grid;
  grid-template-columns: 114px 1fr;
}
@media (min-width: 699px) and (max-width: 1460px) {
  .c-s--6 .c-r--3 .c-r__c--1 .c-g__c--3 .c-crd__l {
    grid-template-columns: 100%;
  }
}
.c-s--6 .c-r--3 .c-r__c--1 .c-g__c--3 .c-crd__p--7 {
  text-align: right;
}
.c-s--6 .c-r--3 .c-r__c--1 .c-g__c--3 .c-crd__p--9 {
  font-size: 11px;
}
.c-s--6 .c-r--3 .c-r__c--1 .c-g__c--3 .c-crd__p--9 strong {
  font-size: 14px;
}
.c-s--6 .c-r--3 .c-r__c--1 .c-g__c--3 .c-crd__p--9 span {
  display: block;
}
.c-s--6 .c-r--3 .c-r__c--2 .c-g__c--1 .c-crd__t--5 {
  margin-bottom: 20px;
}
@media (min-width: 1025px) {
  .c-s--6 .c-r--3 .c-r__c--2 .c-g__c--2 {
    min-height: 210px;
  }
}
.c-s--6 .c-r--3 .c-r__c--2 .c-g__c--2 .c-crd {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.c-s--6 .c-r--3 .c-r__c--2 .c-g__c--2 .c-crd__p--7 {
  margin-top: 8px;
}
.c-s--6 .c-r--3 .c-r__c--2 .c-g__c--2 .c-crd__p--7 span {
  display: block;
}
.c-s--6 .c-r--3 .c-r__c--2 .c-crd__t--5 {
  text-transform: none;
}
.c-s--6 .c-r--3 .c-r__c--2 .c-crd__u {
  gap: 16px;
}
@media (min-width: 1025px) and (max-width: 1580px) {
  .c-s--6 .c-r--3 .c-r__c--4 {
    grid-column: span 8;
  }
}
.c-s--6 .c-r--3 .c-r__c--4 .c-g__c--1 .c-crd {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.c-s--6 .c-r--3 .c-r__c--4 .c-g__c--1 .c-crd__p--7 {
  text-align: right;
}
.c-s--6 .c-r--3 .c-r__c--4 .c-g__c--1 .c-crd__p--9 {
  font-size: 14px;
}
.c-s--6 .c-r--3 .c-r__c--4 .c-g__c--1 .c-crd__p--9 span {
  font-size: 11px;
}
.c-s--6 .c-r--3 .c-r__c--4 .c-g__c--2 .c-crd,
.c-s--6 .c-r--3 .c-r__c--4 .c-g__c--3 .c-crd {
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: auto 1fr auto;
}
.c-s--6 .c-r--3 .c-r__c--4 .c-crd__p--7 {
  margin-bottom: 10px;
}
.c-s--6 .c-t--4 {
  margin-bottom: 24px;
  color: #707173;
}
.c-s--6 .c-crd--c1,
.c-s--6 .c-crd--c7 {
  color: #fff;
}
.c-s--6 .c-crd__p--3 {
  text-transform: none;
  max-width: 100%;
}
.c-s--6 .c-crd--c2 {
  color: #fff;
}
.c-s--6 .c-a--3 {
  row-gap: 0;
  grid-template-rows: auto auto 1fr;
}
.c-s--6 .c-a--3 .c-a-f {
  grid-column: 1/3;
  grid-row: 3;
  margin-left: -24px;
  margin-bottom: -24px;
  margin-right: -24px;
  margin-top: 71px;
  transition: opacity 0.3s;
}
.c-s--6 .c-a--3 .c-a-t {
  transition: color 0.3s;
}
@media (max-width: 1580px) {
  .c-s--6 .c-a--3 .c-a-t {
    margin-top: 20px;
  }
}
@media (max-width: 1025px) {
  .c-s--6 .c-a--3 .c-a-t {
    margin-top: -24px;
    padding-right: 48px;
  }
}
.c-s--6 .c-a--3 .c-a-i {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: bottom;
  object-position: bottom;
}
.c-s--6 .c-a--3 .c-crd__p--7 {
  grid-column: 1/3;
  grid-row: 3;
  color: #231f20;
  margin-top: 16px;
  opacity: 0;
  transition: opacity 0.3s;
}
.c-s--6 .c-a--3 .c-crd__p--7 span {
  display: flex;
  gap: 10px;
  margin-left: 10px;
  margin-top: 10px;
}
.c-s--6 .c-a--3 .c-crd__p--7 span:before {
  content: "";
  width: 3px;
  height: 3px;
  background: #231f20;
  border-radius: 50%;
  flex-shrink: 0;
  transform: translateY(4px);
}
.c-s--6 .c-a-b {
  transition: transform 0.3s;
}
.c-s--6 .c-t--3 {
  margin-bottom: 20px;
}
@media (min-width: 699px) {
  .c-s--6 .c-t--3 {
    margin-left: 40px;
    margin-bottom: 48px;
  }
}
.c-s--6 .c-t--3 span {
  letter-spacing: 0.16px;
  font-size: 1rem;
  line-height: 1.375rem;
  font-weight: 300;
}
@media (min-width: 1580px) {
  .c-s--6 .c-sld__w {
    padding-left: 120px;
    padding-right: 120px;
    margin-left: -120px;
    margin-right: -120px;
  }
}
@media (min-width: 1580px) {
  .c-s--6 .c-sld__g {
    gap: 212px;
  }
}
@media (min-width: 699px) {
  .c-s--6 .c-sld__s--2 .c-t--3,
  .c-s--6 .c-sld__s--3 .c-t--3 {
    margin-bottom: 20px;
  }
}
.c-s--6 .c-p--2 {
  margin-top: 8px;
}
@media (min-width: 699px) {
  .c-s--6 .c-p--2 {
    margin-left: 137px;
  }
}
.c-s--6 .c-crd__n span {
  display: block;
  font-weight: 300;
  font-size: 11px;
  letter-spacing: 0.33px;
}

.c-s--7 .c-t--3 {
  margin-bottom: 20px;
}
.c-s--7 .c-i-c {
  display: grid;
  grid-template-columns: 100%;
  row-gap: 24px;
}
.c-s--7 .c-i-w {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 8px 20px;
}
.c-s--7 .c-i-w .c-i {
  grid-row: span 2;
}
.c-s--7 .c-crd__u {
  grid-template-columns: 100%;
  row-gap: 4px;
}
.c-s--7 .c-crd__l {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 8px;
}
.c-s--7 .c-crd__l:before {
  content: "";
  width: 3px;
  height: 3px;
  background: #231f20;
  border-radius: 50%;
  transform: translateY(5px);
}
.c-s--7 .c-crd__p--4 {
  font-weight: 600;
}
.c-s--7 .c-r__c--1 .c-i-c {
  max-width: 293px;
  width: 100%;
}
@media (min-width: 1025px) {
  .c-s--7 .c-r__c--2 {
    grid-column: 5/7;
    grid-row: 1;
  }
}
@media (max-width: 699px) {
  .c-s--7 .c-r__c--2 {
    order: -1;
  }
}
.c-s--7 .c-r__c--2 .c-f,
.c-s--7 .c-r__c--3 .c-f {
  width: 140px;
}
@media (min-width: 699px) {
  .c-s--7 .c-r__c--2 .c-crd,
  .c-s--7 .c-r__c--3 .c-crd {
    padding: 30px 20px;
  }
}
.c-s--7 .c-r__c--2 .c-crd__p--4,
.c-s--7 .c-r__c--3 .c-crd__p--4 {
  margin-top: 8px;
  font-size: 0.875rem;
}
@media (min-width: 1025px) {
  .c-s--7 .c-r__c--3 {
    grid-column: 7/9;
    grid-row: 1;
  }
}
@media (min-width: 699px) {
  .c-s--7 .c-r__c--3 .c-crd {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    text-align: right;
  }
}
.c-s--7 .c-r__c--4 .c-crd__p--4 {
  max-width: 241px;
}
@media (min-width: 699px) {
  .c-s--7 .c-r__c--5 {
    margin-top: 35px;
  }
}
.c-s--7 .c-r__c--5 .c-i-w {
  align-items: center;
}
.c-s--7 .c-r__c--5 .c-i {
  grid-row: auto;
  background-size: 48px;
}
.c-s--7 .c-r__c--5 .c-g__c--1 .c-crd__p {
  max-width: 133px;
}
.c-s--7 .c-r__c--5 .c-g__c--3 .c-crd__p {
  max-width: 168px;
}
@media (min-width: 1460px) {
  .c-s--7 .c-r__c--5 .c-g__c--4 {
    margin-right: -100px;
  }
}
@media (max-width: 1025px) {
  .c-s--7 .c-r__c--5 .c-g__c--4 {
    display: none;
  }
}
.c-s--7 .c-r__c--6 {
  background: #457b9d;
  border-radius: 20px;
  min-height: 50px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 24px;
  padding: 0 24px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.7px;
  font-size: 0.875rem;
  line-height: 1rem;
  font-weight: 600;
}
@media (min-width: 699px) {
  .c-s--7 .c-r__c--6 {
    margin-top: 35px;
  }
}
@media (min-width: 1025px) {
  .c-s--7 .c-r__c--6 {
    padding: 0 40px;
    border-radius: 25px;
  }
}
.c-s--7 .c-r__c--6 .c-i {
  width: 24px;
  height: 24px;
  transition: transform 0.3s;
}
.c-s--7 .c-r__c--6:hover .c-i {
  transform: translateX(4px);
}
.c-s--7 .c-r__c--x {
  display: none;
  grid-column: 6/8;
  grid-row: 1;
  z-index: 1;
}
.c-s--7 .c-r__c--x .c-f {
  width: 140px;
  margin-left: auto;
  margin-right: auto;
}
.c-s--7 .c-r__c--x .c-img {
  border-radius: 0;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (min-width: 1025px) {
  .c-s--7 .c-r__c--x {
    display: block;
  }
}
.c-s--7 .c-crd--c1 {
  color: #fff;
}

.c-s--8 .c-r {
  margin-bottom: 20px;
}
@media (min-width: 699px) {
  .c-s--8 .c-r__c--1 .c-t--5,
  .c-s--8 .c-r__c--2 .c-t--5,
  .c-s--8 .c-r__c--3 .c-t--5 {
    margin-right: -20px;
  }
}
.c-s--8 .c-r__c--1,
.c-s--8 .c-r__c--2,
.c-s--8 .c-r__c--3,
.c-s--8 .c-r__c--4 {
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: auto 1fr;
}
@media (min-width: 699px) {
  .c-s--8 .c-r__c--2 .c-crd,
  .c-s--8 .c-r__c--3 .c-crd,
  .c-s--8 .c-r__c--4 .c-crd,
  .c-s--8 .c-r__c--6 .c-crd,
  .c-s--8 .c-r__c--7 .c-crd,
  .c-s--8 .c-r__c--8 .c-crd {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.c-s--8 .c-r__c--1 .c-crd__p--4,
.c-s--8 .c-r__c--2 .c-crd__p--4 {
  margin-top: 4px;
}
@media (min-width: 699px) {
  .c-s--8 .c-r__c--1 .c-crd,
  .c-s--8 .c-r__c--5 .c-crd {
    min-height: 294px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.c-s--8 .c-r__c--1 .c-crd__p--4,
.c-s--8 .c-r__c--5 .c-crd__p--4 {
  margin-top: 4px;
}
.c-s--8 .c-r__c--2 .c-crd__p,
.c-s--8 .c-r__c--6 .c-crd__p {
  font-weight: 600;
}
@media (min-width: 699px) {
  .c-s--8 .c-r__c--4 .c-crd__g,
  .c-s--8 .c-r__c--8 .c-crd__g {
    padding-left: 50px;
    margin-left: -24px;
    padding-right: 0;
    margin-right: 0;
  }
}
.c-s--8 .c-r__c--3 .c-crd,
.c-s--8 .c-r__c--4 .c-crd,
.c-s--8 .c-r__c--7 .c-crd,
.c-s--8 .c-r__c--8 .c-crd {
  grid-template-rows: repeat(4, minmax(73px, 1fr));
}
@media (min-width: 699px) {
  .c-s--8 .c-r__c--3 .c-crd__g,
  .c-s--8 .c-r__c--7 .c-crd__g {
    margin-left: -24px;
    padding-left: 24px;
  }
}
.c-s--8 .c-r__c--9,
.c-s--8 .c-r__c--10 {
  text-align: center;
}
@media (min-width: 699px) {
  .c-s--8 .c-r__c--9 .c-crd,
  .c-s--8 .c-r__c--10 .c-crd {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 699px) {
  .c-s--8 .c-r__c--5,
  .c-s--8 .c-r__c--6 {
    grid-row: 2;
  }
}
.c-s--8 .c-r__c--1 .c-crd--c1 {
  color: #fff;
}
.c-s--8 .c-r__c--2 .c-crd {
  grid-template-rows: repeat(2, minmax(73px, 1fr));
}
@media (min-width: 699px) {
  .c-s--8 .c-r__c--2 .c-crd__p--7 {
    max-width: 102px;
  }
}
.c-s--8 .c-r__c--3 .c-crd__g:last-child {
  grid-template-columns: 1fr 1fr;
}
@media (min-width: 699px) and (max-width: 1025px) {
  .c-s--8 .c-r__c--3 .c-t--5 {
    margin-right: 0;
  }
}
@media (min-width: 699px) and (max-width: 1025px) {
  .c-s--8 .c-r__c--4 {
    grid-row: 3;
  }
}
@media (min-width: 699px) and (max-width: 1025px) {
  .c-s--8 .c-r__c--4 .c-t--5 {
    margin-right: calc(-50vw + 12px);
  }
}
.c-s--8 .c-r__c--6 .c-crd {
  grid-template-rows: 73px 73px 73px;
}
@media (min-width: 699px) {
  .c-s--8 .c-r__c--6 .c-crd {
    grid-template-rows: 73px 73px 1fr;
  }
}
@media (max-width: 699px) {
  .c-s--8 .c-r__c--7 {
    grid-row: 5;
  }
}
.c-s--8 .c-r__c--7 .c-crd__g:first-child {
  grid-template-columns: 1fr 1fr;
}
@media (min-width: 699px) and (max-width: 1025px) {
  .c-s--8 .c-r__c--8 {
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: 41px 1fr;
  }
  .c-s--8 .c-r__c--8 .c-crd {
    grid-row: 2;
  }
}
.c-s--8 .c-r__c--8 .c-crd__g--2 {
  grid-template-columns: auto 1fr;
}
@media (max-width: 699px) {
  .c-s--8 .c-r__c--9 {
    grid-row: 3;
  }
}
.c-s--8 .c-r__c--9 .c-crd__p {
  max-width: 245px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 699px) {
  .c-s--8 .c-r__c--10 {
    grid-row: 6;
  }
}
.c-s--8 .c-r__c--10 .c-crd__p {
  max-width: 203px;
  margin-left: auto;
  margin-right: auto;
}
.c-s--8 .c-crd__g {
  border-bottom: 1px solid #f5f5f5;
  align-content: center;
}
@media (min-width: 699px) {
  .c-s--8 .c-crd__g {
    margin-right: -24px;
    padding-right: 24px;
  }
}
.c-s--8 .c-crd__g:last-child {
  border-bottom: 0;
}
.c-s--8 .c-crd__g--2 {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 20px;
}
.c-s--8 .c-crd__g--2 .c-crd__n {
  text-align: right;
}
.c-s--8 .c-crd__g--2 .c-crd__n span {
  vertical-align: unset;
}
.c-s--8 .c-crd__g--2 .c-crd__p {
  align-self: center;
}
.c-s--8 .c-crd {
  display: grid;
  grid-template-columns: 100%;
}
.c-s--8 .c-crd__p--4 {
  font-weight: 600;
  font-size: 15px;
}
.c-s--8 .c-crd__p--7 span {
  display: block;
}
.c-s--8 .c-crd__p--7 sup {
  font-size: 7px;
}

.c-prg {
  position: relative;
  height: 22px;
}
.c-prg__v {
  height: 22px;
  background: #9ed1de;
  position: absolute;
  inset: 0;
  border-radius: 10px;
}
.c-prg__b {
  height: 22px;
  background: #f3ff88;
  position: absolute;
  inset: 0;
  border-radius: 10px;
  width: 48%;
  padding: 4px 8px 2px 16px;
  white-space: nowrap;
  font-size: 0.875rem;
  line-height: 1.125rem;
  font-weight: 600;
}
@media (min-width: 699px) {
  .c-prg__b {
    padding: 4px 8px 2px 40px;
  }
}
.c-prg__b sup {
  transform: translateY(2px);
  display: inline-block;
  font-size: 0.625rem;
}
.c-prg__p {
  width: 64px;
  height: 38px;
  background: #d9d9d9;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: -0.7px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  font-size: 0.875rem;
  line-height: 1.125rem;
  font-weight: 600;
}
@media (min-width: 699px) {
  .c-prg__p {
    border-radius: 30px;
    width: 74px;
    height: 45px;
  }
} /*# sourceMappingURL=styles.css.map */
