/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/css-loader@7.1.4_webpack@5.106.2/node_modules/css-loader/dist/cjs.js!./node_modules/.pnpm/postcss-loader@8.2.1_postcss@8.5.10_webpack@5.106.2/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/.pnpm/sass-loader@16.0.7_sass@1.99.0_webpack@5.106.2/node_modules/sass-loader/dist/cjs.js!./src/sass/components/_allies.sass ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.allies {
  padding: 5rem 1rem 3rem 1rem;
  box-sizing: border-box;
}
.allies--no-home {
  border-top: 1px solid var(--color3);
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.allies__title {
  color: var(--color1);
  font-family: var(--ff1);
  font-style: "normal";
  font-weight: 700;
  font-optical-sizing: auto;
}
.allies__title {
  margin: 0 0 1rem 0;
  text-align: center;
}
.allies__description {
  color: var(--color1);
  display: block;
  font-family: var(--ff1);
  font-style: "normal";
  font-weight: 400;
  font-optical-sizing: auto;
}
.allies__description {
  margin: 0 auto 4rem auto;
  max-width: 25rem;
  text-align: center;
}
.allies__item-image {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 7/2;
  object-fit: contain;
  margin: auto;
}
@media all and (orientation: landscape) {
  .allies__title {
    font-size: var(--fs-xl);
    line-height: calc(var(--fs-xl) * 1.2);
    letter-spacing: calc(var(--fs-xl) * 0);
  }
  .allies__description {
    font-size: var(--fs-regular);
    line-height: calc(var(--fs-regular) * 1.2);
    letter-spacing: calc(var(--fs-regular) * 0);
  }
}
@media all and (orientation: portrait) {
  .allies__title {
    font-size: var(--fsm-xl);
    line-height: calc(var(--fsm-xl) * 1.2);
    letter-spacing: calc(var(--fsm-xl) * 0);
  }
  .allies__description {
    font-size: var(--fsm-regular);
    line-height: calc(var(--fsm-regular) * 1.2);
    letter-spacing: calc(var(--fsm-regular) * 0);
  }
}
/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/css-loader@7.1.4_webpack@5.106.2/node_modules/css-loader/dist/cjs.js!./node_modules/.pnpm/postcss-loader@8.2.1_postcss@8.5.10_webpack@5.106.2/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/.pnpm/sass-loader@16.0.7_sass@1.99.0_webpack@5.106.2/node_modules/sass-loader/dist/cjs.js!./src/sass/components/_body_content.sass ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.editor-texts *, .main__heading-text *, .main__info-text * {
  color: var(--color1);
  line-height: 1.5;
  font-family: var(--ff1);
}
.editor-texts b, .main__heading-text b, .main__info-text b, .editor-texts strong, .main__heading-text strong, .main__info-text strong, .editor-texts h1, .main__heading-text h1, .main__info-text h1, .editor-texts h2, .main__heading-text h2, .main__info-text h2, .editor-texts h3, .main__heading-text h3, .main__info-text h3, .editor-texts h4, .main__heading-text h4, .main__info-text h4, .editor-texts h5, .main__heading-text h5, .main__info-text h5, .editor-texts h6, .main__heading-text h6, .main__info-text h6 {
  font-weight: 700;
}
.editor-texts p, .main__heading-text p, .main__info-text p, .editor-texts li, .main__heading-text li, .main__info-text li {
  margin: 0.7rem 0;
  line-height: 1.5;
}
.editor-texts li, .main__heading-text li, .main__info-text li {
  padding-left: 0;
}
.editor-texts ul, .main__heading-text ul, .main__info-text ul, .editor-texts ol, .main__heading-text ol, .main__info-text ol {
  padding-left: 1rem;
  margin: 0;
  box-sizing: border-box;
}
.editor-texts h3, .main__heading-text h3, .main__info-text h3 {
  font-family: var(--ff1);
  font-style: "normal";
  font-weight: 700;
  font-optical-sizing: auto;
}
.editor-texts h3, .main__heading-text h3, .main__info-text h3 {
  margin: 1rem auto 0.5rem 0;
}

.main__image {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 0 2rem 0;
}
.main__title {
  color: var(--color4);
  font-family: var(--ff1);
  font-style: normal;
  font-weight: 700;
  font-optical-sizing: auto;
}
.main__title {
  margin: 0 0 2rem 0;
}
.main__heading-text {
  border-left: 1px solid var(--color3);
  padding: 0 2rem 0 1rem;
  max-width: 30rem;
}
.main__info {
  padding: 2rem 0 2rem 2rem;
  box-sizing: border-box;
  overflow: hidden;
}
.main__info-title {
  color: var(--color1);
  font-family: var(--ff1);
  font-style: normal;
  font-weight: 700;
  font-optical-sizing: auto;
}
.main__info-title {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.main__info-title--red {
  color: var(--color4);
}
.main__info-title svg {
  width: 1.5rem;
  height: 1.5rem;
  display: block;
}
.main__info-text {
  color: var(--color1);
}
.main__info-toggleable .main__info-text {
  height: 0;
  overflow: hidden;
}
.main__info-toggleable--active .main__info-title {
  margin-bottom: 2rem;
}
.main__info-toggleable--active .main__info-text {
  height: auto;
}
.main__info-toggleable--active svg {
  transform: rotate(180deg);
}
.main__buttons .btn {
  width: max-content;
}
@media all and (orientation: landscape) {
  .editor-texts h3, .main__heading-text h3, .main__info-text h3 {
    font-size: var(--fs-mid);
    line-height: calc(var(--fs-mid) * 1.2);
    letter-spacing: calc(var(--fs-mid) * 0);
  }
  .main__title {
    font-size: var(--fs-xl);
    line-height: calc(var(--fs-xl) * 1.2);
    letter-spacing: calc(var(--fs-xl) * 0);
  }
  .main__info-title {
    font-size: var(--fs-mid);
    line-height: calc(var(--fs-mid) * 1.2);
    letter-spacing: calc(var(--fs-mid) * 0);
  }
  .main--with-columns {
    padding: 5rem 0;
    display: flex;
    gap: 2rem;
    align-items: stretch;
  }
  .main__column {
    width: calc(45% - 1rem);
  }
  .main__column--scrollable {
    position: relative;
    width: calc(55% - 1rem);
  }
  .main__scrollable-content {
    position: sticky;
    top: 2rem;
  }
  .main__buttons {
    display: flex;
    gap: 1rem;
    margin: 2rem 0 0 0;
    align-items: center;
  }
}
@media all and (orientation: portrait) {
  .editor-texts h3, .main__heading-text h3, .main__info-text h3 {
    font-size: var(--fsm-mid);
    line-height: calc(var(--fsm-mid) * 1.2);
    letter-spacing: calc(var(--fsm-mid) * 0);
  }
  .main__title {
    font-size: var(--fsm-xl);
    line-height: calc(var(--fsm-xl) * 1.2);
    letter-spacing: calc(var(--fsm-xl) * 0);
  }
  .main__info-title {
    font-size: var(--fsm-mid);
    line-height: calc(var(--fsm-mid) * 1.2);
    letter-spacing: calc(var(--fsm-mid) * 0);
  }
  .main {
    padding: 2rem 1rem;
    box-sizing: border-box;
  }
  .main__buttons {
    margin-top: 2rem;
  }
  .main__buttons .btn {
    margin: 0 0 1rem 0;
  }
  .main__image {
    margin-top: 2rem;
  }
}
/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/css-loader@7.1.4_webpack@5.106.2/node_modules/css-loader/dist/cjs.js!./node_modules/.pnpm/postcss-loader@8.2.1_postcss@8.5.10_webpack@5.106.2/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/.pnpm/sass-loader@16.0.7_sass@1.99.0_webpack@5.106.2/node_modules/sass-loader/dist/cjs.js!./node_modules/.pnpm/@glidejs+glide@3.7.1/node_modules/@glidejs/glide/src/assets/sass/glide.core.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.glide {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}
.glide * {
  box-sizing: inherit;
}
.glide__track {
  overflow: hidden;
}
.glide__slides {
  position: relative;
  width: 100%;
  list-style: none;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  touch-action: pan-Y;
  overflow: hidden;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  display: flex;
  flex-wrap: nowrap;
  will-change: transform;
}
.glide__slides--dragging {
  user-select: none;
}
.glide__slide {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  white-space: normal;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}
.glide__slide a {
  user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.glide__arrows {
  -webkit-touch-callout: none;
  user-select: none;
}
.glide__bullets {
  -webkit-touch-callout: none;
  user-select: none;
}
.glide--rtl {
  direction: rtl;
}
/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/css-loader@7.1.4_webpack@5.106.2/node_modules/css-loader/dist/cjs.js!./node_modules/.pnpm/postcss-loader@8.2.1_postcss@8.5.10_webpack@5.106.2/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/.pnpm/sass-loader@16.0.7_sass@1.99.0_webpack@5.106.2/node_modules/sass-loader/dist/cjs.js!./src/sass/components/_top_red.sass ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.editor-texts * {
  color: var(--color1);
  line-height: 1.5;
  font-family: var(--ff1);
}
.editor-texts b, .editor-texts strong, .editor-texts h1, .editor-texts h2, .editor-texts h3, .editor-texts h4, .editor-texts h5, .editor-texts h6 {
  font-weight: 700;
}
.editor-texts p, .editor-texts li {
  margin: 0.7rem 0;
  line-height: 1.5;
}
.editor-texts li {
  padding-left: 0;
}
.editor-texts ul, .editor-texts ol {
  padding-left: 1rem;
  margin: 0;
  box-sizing: border-box;
}
.editor-texts h3 {
  font-family: var(--ff1);
  font-style: "normal";
  font-weight: 700;
  font-optical-sizing: auto;
}
.editor-texts h3 {
  margin: 1rem auto 0.5rem 0;
}

.top-red {
  background-color: var(--color4);
}
.top-red__title {
  color: var(--color2);
  font-family: var(--ff1);
  font-style: normal;
  font-weight: 700;
  font-optical-sizing: auto;
}
.top-red__title {
  margin: 0 0 1rem 0;
}
.top-red__text {
  color: var(--color2);
  font-family: var(--ff1);
  font-style: normal;
  font-weight: 400;
  font-optical-sizing: auto;
}
.top-red__text {
  margin: 0;
  max-width: 30rem;
}
.top-red__container {
  padding-bottom: 3rem;
}
.top-red__anchors {
  margin: 0 auto 0 auto;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.top-red__anchors-scroll {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: max-content;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.top-red__anchor {
  width: max-content;
  white-space: nowrap;
}
@media all and (orientation: landscape) {
  .editor-texts h3 {
    font-size: var(--fs-mid);
    line-height: calc(var(--fs-mid) * 1.2);
    letter-spacing: calc(var(--fs-mid) * 0);
  }
  .top-red__title {
    font-size: var(--fs-xxl);
    line-height: calc(var(--fs-xxl) * 1.2);
    letter-spacing: calc(var(--fs-xxl) * 0);
  }
  .top-red__text {
    font-size: var(--fs-regular);
    line-height: calc(var(--fs-regular) * 1.2);
    letter-spacing: calc(var(--fs-regular) * 0);
  }
  .top-red {
    padding: 4rem 0 1rem 0;
  }
  .top-red__anchors-scroll {
    gap: 1rem;
  }
  .scroll-button {
    color: var(--color2);
    display: block;
    width: 3rem;
    height: auto;
    cursor: pointer;
    box-shadow: -0.5rem 0 0.5rem var(--color4);
  }
  .scroll-button--left {
    transform: rotate(180deg);
  }
}
@media all and (orientation: portrait) {
  .editor-texts h3 {
    font-size: var(--fsm-mid);
    line-height: calc(var(--fsm-mid) * 1.2);
    letter-spacing: calc(var(--fsm-mid) * 0);
  }
  .top-red__title {
    font-size: var(--fsm-xxl);
    line-height: calc(var(--fsm-xxl) * 1.2);
    letter-spacing: calc(var(--fsm-xxl) * 0);
  }
  .top-red__text {
    font-size: var(--fsm-regular);
    line-height: calc(var(--fsm-regular) * 1.2);
    letter-spacing: calc(var(--fsm-regular) * 0);
  }
  .top-red {
    padding: 2rem 1rem;
    box-sizing: border-box;
  }
  .top-red__anchors-scroll {
    gap: 0.5rem;
  }
  .scroll-button {
    display: none;
  }
}
/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/css-loader@7.1.4_webpack@5.106.2/node_modules/css-loader/dist/cjs.js!./node_modules/.pnpm/postcss-loader@8.2.1_postcss@8.5.10_webpack@5.106.2/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/.pnpm/sass-loader@16.0.7_sass@1.99.0_webpack@5.106.2/node_modules/sass-loader/dist/cjs.js!./src/sass/components/_insurance.sass ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.editor-texts * {
  color: var(--color1);
  line-height: 1.5;
  font-family: var(--ff1);
}
.editor-texts b, .editor-texts strong, .editor-texts h1, .editor-texts h2, .editor-texts h3, .editor-texts h4, .editor-texts h5, .editor-texts h6 {
  font-weight: 700;
}
.editor-texts p, .editor-texts li {
  margin: 0.7rem 0;
  line-height: 1.5;
}
.editor-texts li {
  padding-left: 0;
}
.editor-texts ul, .editor-texts ol {
  padding-left: 1rem;
  margin: 0;
  box-sizing: border-box;
}
.editor-texts h3 {
  font-family: var(--ff1);
  font-style: "normal";
  font-weight: 700;
  font-optical-sizing: auto;
}
.editor-texts h3 {
  margin: 1rem auto 0.5rem 0;
}

.section {
  border-bottom: 1px solid var(--color3);
}

table tr:first-child td * {
  color: var(--color2) !important;
}
table td:not(:first-child) {
  width: 12% !important;
  text-align: center !important;
}
table td:not(:first-child) .check-icon {
  font-size: 1rem !important;
  color: green !important;
}
table td:not(:first-child) .equis-icon {
  color: red !important;
  font-size: 1rem !important;
}
table td, table th {
  border-color: var(--color3) !important;
  padding: 0 0.5rem !important;
}
table td div, table th div {
  font-family: var(--ff1);
  font-style: normal;
  font-weight: 400;
  font-optical-sizing: auto;
}
table td div, table th div {
  padding: 0.1rem 0 !important;
}
table td p, table th p {
  font-family: var(--ff1);
  font-style: normal;
  font-weight: 400;
  font-optical-sizing: auto;
}
table td p, table th p {
  box-sizing: border-box;
  margin: 0.4rem 0 !important;
}
@media all and (orientation: landscape) {
  .editor-texts h3 {
    font-size: var(--fs-mid);
    line-height: calc(var(--fs-mid) * 1.2);
    letter-spacing: calc(var(--fs-mid) * 0);
  }
  table td div, table th div {
    font-size: var(--fs-small);
    line-height: calc(var(--fs-small) * 1.2);
    letter-spacing: calc(var(--fs-small) * 0);
  }
  table td p, table th p {
    font-size: var(--fs-small);
    line-height: calc(var(--fs-small) * 1.2);
    letter-spacing: calc(var(--fs-small) * 0);
  }
  .insurance {
    display: none;
  }
}
@media all and (orientation: portrait) {
  .editor-texts h3 {
    font-size: var(--fsm-mid);
    line-height: calc(var(--fsm-mid) * 1.2);
    letter-spacing: calc(var(--fsm-mid) * 0);
  }
  table td div, table th div {
    font-size: var(--fsm-small);
    line-height: calc(var(--fsm-small) * 1.2);
    letter-spacing: calc(var(--fsm-small) * 0);
  }
  table td p, table th p {
    font-size: var(--fsm-small);
    line-height: calc(var(--fsm-small) * 1.2);
    letter-spacing: calc(var(--fsm-small) * 0);
  }
}
/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/css-loader@7.1.4_webpack@5.106.2/node_modules/css-loader/dist/cjs.js!./node_modules/.pnpm/postcss-loader@8.2.1_postcss@8.5.10_webpack@5.106.2/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/.pnpm/sass-loader@16.0.7_sass@1.99.0_webpack@5.106.2/node_modules/sass-loader/dist/cjs.js!./src/sass/components/_insurance_menu.sass ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.insurance__heading {
  margin: 3rem auto auto auto;
  font-family: var(--ff1);
  font-style: "normal";
  font-weight: 400;
  font-optical-sizing: auto;
}
.insurance__heading {
  padding: 0 2rem;
  box-sizing: border-box;
}
.insurance__heading em {
  font-weight: 700;
  color: var(--color4);
  font-style: normal;
  display: block;
}
.insurance__container {
  border-top: 1px solid var(--color1);
  border-bottom: 1px solid var(--color1);
}
.insurance__column {
  padding: 4rem 0 5rem 0;
  box-sizing: border-box;
}
.insurance__item {
  padding: 0 0.5rem;
  box-sizing: border-box;
}
.insurance__item-title {
  color: var(--color1);
  font-family: var(--ff1);
  font-style: "normal";
  font-weight: 600;
  font-optical-sizing: auto;
}
.insurance__item-title {
  margin: 0 0 0.5rem 0;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.insurance__item-icon {
  display: block;
  width: 1rem;
  height: auto;
  margin-right: 0.5rem;
}
.insurance__item-description {
  color: var(--color1);
  font-family: var(--ff1);
  font-style: "normal";
  font-weight: 400;
  font-optical-sizing: auto;
}
.insurance__item-description {
  margin: 0;
  padding-left: 1.5rem;
}
.insurance__item-link {
  text-decoration: underline;
  color: var(--color1);
  font-family: var(--ff1);
  font-style: "normal";
  font-weight: 500;
  font-optical-sizing: auto;
}
.insurance__item-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 1.5rem 0 0 0;
  padding-left: 1.5rem;
}
.insurance__item-link svg {
  display: block;
  width: 0.8rem;
  height: auto;
  margin-left: 0.5rem;
}
.insurance__title {
  color: var(--color4);
  font-family: var(--ff1);
  font-style: "normal";
  font-weight: 700;
  font-optical-sizing: auto;
}
.insurance__title {
  margin: 0 0 3rem 0;
}
@media all and (orientation: landscape) {
  .insurance__heading {
    font-size: var(--fs-xxl);
    line-height: calc(var(--fs-xxl) * 1.2);
    letter-spacing: calc(var(--fs-xxl) * 0);
  }
  .insurance__item-title {
    font-size: var(--fs-regular);
    line-height: calc(var(--fs-regular) * 1.2);
    letter-spacing: calc(var(--fs-regular) * 0);
  }
  .insurance__item-description {
    font-size: var(--fs-small);
    line-height: calc(var(--fs-small) * 1.5);
    letter-spacing: calc(var(--fs-small) * 0);
  }
  .insurance__item-link {
    font-size: var(--fs-small);
    line-height: calc(var(--fs-small) * 1.2);
    letter-spacing: calc(var(--fs-small) * 0);
  }
  .insurance__title {
    font-size: var(--fs-large);
    line-height: calc(var(--fs-large) * 1.2);
    letter-spacing: calc(var(--fs-large) * 0);
  }
  .red-circle {
    display: none;
  }
  .insurance__title {
    text-align: center;
  }
  .insurance__container {
    display: flex;
    align-items: center;
    gap: 1rem;
    justify-content: space-between;
  }
  .insurance__items {
    display: flex;
    align-items: flex-start;
    gap: 2rem;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .insurance__item {
    width: calc(25% - 1.5rem);
  }
}
@media all and (orientation: portrait) {
  .insurance__heading {
    font-size: var(--fsm-xxl);
    line-height: calc(var(--fsm-xxl) * 1.2);
    letter-spacing: calc(var(--fsm-xxl) * 0);
  }
  .insurance__item-title {
    font-size: var(--fsm-regular);
    line-height: calc(var(--fsm-regular) * 1.2);
    letter-spacing: calc(var(--fsm-regular) * 0);
  }
  .insurance__item-description {
    font-size: var(--fsm-small);
    line-height: calc(var(--fsm-small) * 1.5);
    letter-spacing: calc(var(--fsm-small) * 0);
  }
  .insurance__item-link {
    font-size: var(--fsm-small);
    line-height: calc(var(--fsm-small) * 1.2);
    letter-spacing: calc(var(--fsm-small) * 0);
  }
  .insurance__title {
    font-size: var(--fsm-large);
    line-height: calc(var(--fsm-large) * 1.2);
    letter-spacing: calc(var(--fsm-large) * 0);
  }
  .red-circle {
    background-color: var(--color5);
    width: 20rem;
    height: auto;
    aspect-ratio: 1/1;
    border-radius: 50%;
    margin: 0 auto 3rem auto;
    display: flex;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
  }
  .red-circle__image {
    display: block;
    width: 41%;
    margin: 0 auto 0 auto;
  }
  .red-circle__text {
    color: var(--color2);
    font-family: var(--ff1);
    font-style: "normal";
    font-weight: 400;
    font-optical-sizing: auto;
    margin: 2rem 0;
    text-align: center;
    width: 60%;
  }
  .red-circle__link {
    text-decoration: underline;
    color: var(--color2);
    font-family: var(--ff1);
    font-style: "normal";
    font-weight: 500;
    font-optical-sizing: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    margin: 0;
  }
  .red-circle__link svg {
    display: block;
    width: 0.8rem;
    height: auto;
    margin-left: 0.5rem;
  }
  .red-circle__title {
    color: var(--color4);
    font-family: var(--ff1);
    font-style: "normal";
    font-weight: 700;
    font-optical-sizing: auto;
    margin: 0 0 2rem 0;
  }
  .insurance__column {
    width: 80%;
    margin: 0 auto;
  }
  .insurance__item {
    margin-bottom: 2rem;
  }
}
@media all and (orientation: portrait) and (orientation: landscape) {
  .red-circle__text {
    font-size: var(--fs-regular);
    line-height: calc(var(--fs-regular) * 1.2);
    letter-spacing: calc(var(--fs-regular) * 0);
  }
  .red-circle__link {
    font-size: var(--fs-small);
    line-height: calc(var(--fs-small) * 1.2);
    letter-spacing: calc(var(--fs-small) * 0);
  }
  .red-circle__title {
    font-size: var(--fs-large);
    line-height: calc(var(--fs-large) * 1.2);
    letter-spacing: calc(var(--fs-large) * 0);
  }
}
@media all and (orientation: portrait) and (orientation: portrait) {
  .red-circle__text {
    font-size: var(--fsm-regular);
    line-height: calc(var(--fsm-regular) * 1.2);
    letter-spacing: calc(var(--fsm-regular) * 0);
  }
  .red-circle__link {
    font-size: var(--fsm-small);
    line-height: calc(var(--fsm-small) * 1.2);
    letter-spacing: calc(var(--fsm-small) * 0);
  }
  .red-circle__title {
    font-size: var(--fsm-large);
    line-height: calc(var(--fsm-large) * 1.2);
    letter-spacing: calc(var(--fsm-large) * 0);
  }
}
/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/css-loader@7.1.4_webpack@5.106.2/node_modules/css-loader/dist/cjs.js!./node_modules/.pnpm/postcss-loader@8.2.1_postcss@8.5.10_webpack@5.106.2/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/.pnpm/sass-loader@16.0.7_sass@1.99.0_webpack@5.106.2/node_modules/sass-loader/dist/cjs.js!./src/sass/components/_fianzas.sass ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.editor-texts * {
  color: var(--color1);
  line-height: 1.5;
  font-family: var(--ff1);
}
.editor-texts b, .editor-texts strong, .editor-texts h1, .editor-texts h2, .editor-texts h3, .editor-texts h4, .editor-texts h5, .editor-texts h6 {
  font-weight: 700;
}
.editor-texts p, .editor-texts li {
  margin: 0.7rem 0;
  line-height: 1.5;
}
.editor-texts li {
  padding-left: 0;
}
.editor-texts ul, .editor-texts ol {
  padding-left: 1rem;
  margin: 0;
  box-sizing: border-box;
}
.editor-texts h3 {
  font-family: var(--ff1);
  font-style: "normal";
  font-weight: 700;
  font-optical-sizing: auto;
}
.editor-texts h3 {
  margin: 1rem auto 0.5rem 0;
}

.main__info {
  border-bottom: 1px solid var(--color3);
  padding-left: 0;
}

@media all and (orientation: landscape) {
  .editor-texts h3 {
    font-size: var(--fs-mid);
    line-height: calc(var(--fs-mid) * 1.2);
    letter-spacing: calc(var(--fs-mid) * 0);
  }
}

@media all and (orientation: portrait) {
  .editor-texts h3 {
    font-size: var(--fsm-mid);
    line-height: calc(var(--fsm-mid) * 1.2);
    letter-spacing: calc(var(--fsm-mid) * 0);
  }
}
