* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none !important;
}

.nav-item-container {
  flex-flow: row wrap;
  min-width: 0;
  height: 40px;
  max-width: 93%;
  align-items: center;
  color: #fff;
  font-weight: 600;
  line-height: 22px;
  font-size: 14px;
}

.nav-item-container > div:not(:last-child) {
  display: flex;
  align-items: center;
  border-right: 1px solid #5b66a2;
  padding-right: 10px;
  height: 100%;
}

.navbar-item {
  display: flex;
  align-items: center;
  padding: 5px 10px;
}

.navbar-botton-container {
  background: #fff;
  justify-content: center;
  display: flex;
  width: 100%;
  z-index: 100;
  position: relative;
  box-shadow: 0 3px 24px -4px rgba(0, 0, 0, 0.1);
  font-size: 14px;
}

.nav-bottom-navbar {
  flex-flow: row wrap;
  min-width: 0;
  height: 72px;
  width: 85%;
  display: flex;
  align-items: center;
  color: #15257a;
  font-weight: 600;
  line-height: 24px;
  background: #fff;
  justify-content: space-between;
}

.max-w-500 {
  max-width: 500px;
}

.navbar-mobile-menu {
  display: none;
}

.navbar-bottom-item {
  background-color: #fff;
  font-size: 16px;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 25px;
}

.navbar-bottom-last-item {
  padding: 8px 8px 8px 20px;
  border-left: 1px solid #d9d9d9;
}

.hot-offer-banner {
  background-color: #15257a;
  color: #fff;
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: auto;
  padding: 16px;
}

.hot-offer-banner a {
  align-content: center;
  grid-row: 2 / 3;
  max-width: -moz-fit-content;
  max-width: fit-content;
  color: #fff;
}

.hot-offer-title {
  font-size: 19px;
  padding-right: 24px;
  font-weight: 600;
  grid-column: 1 / 3;
}

.hot-offer-content-container {
  align-content: center;
  font-size: 14px;
  grid-row: 2 / 3;
}

.hot-offer-content {
  display: inline-flex;
}

.hot-offer-button {
  background-color: #ff4e04;
  align-content: center;
  padding: 4px 5px;
  border-radius: 4px;
  font-size: 14px;
}

.header-section-container {
  display: flex;
  flex-flow: row wrap;
  min-width: 0;
  font-size: 14px;
}

.header-section {
  display: block;
  flex: 0 0 100%;
  position: relative;
  max-width: 100%;
  min-height: 1px;
}

.header-section-banner {
  color: #fff;
  min-height: 305px;
  background: #004cc6;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  display: flex;
  flex-direction: column;
}

.header-section-banner-text {
  font-size: 38px;
  font-weight: 400;
  max-width: 1200px;
  width: 100%;
  padding: 54px 0 10px !important;
  margin: auto;
  line-height: 46px;
}

.header-section-banner-text h2 {
  color: #ffc5b3;
  font-weight: 700;
  font-size: 28px;
  padding-top: 10px;
}

.header-section-container {
  flex: 12;
  z-index: 3;
  margin-bottom: 0;
}

.product-content {
  background: #f5f5f5;
}

.product-large-view {
  display: block;
}

.product-small-view {
  display: none;
}

.product-custom-tabs {
  position: relative;
  margin-top: -60px;
  z-index: 9;
}

.product-custom-tabs-container {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.88);
  font-size: 14px;
  line-height: 1.5714285714285714;
  list-style: none;
  display: flex;
  flex-direction: column;
}

.product-tab-nav {
  margin-bottom: 0px;
  height: 60px;
  background: transparent;
  position: relative;
  display: flex;
  flex: none;
  align-items: center;
  margin: 0 0 16px 0;
}

.product-tab-nav::before {
  position: absolute;
  right: 0;
  left: 0;
  border-bottom: 1px solid #f0f0f0;
  content: "";
  bottom: 0;
}

.product-tab-nav-wrap {
  position: relative;
  display: flex;
  flex: auto;
  align-self: stretch;
  overflow: hidden;
  white-space: nowrap;
  transform: translate(0);
  justify-content: center;
}

.product-tab-nav-wrap::before {
  position: absolute;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s;
  content: "";
  pointer-events: none;
  left: 0;
  box-shadow: inset 10px 0 8px -8px rgba(0, 0, 0, 0.08);
  top: 0;
  bottom: 0;
  width: 32px;
}

.product-tab-nav-wrap::after {
  position: absolute;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s;
  content: "";
  pointer-events: none;
  right: 0;
  box-shadow: inset -10px 0 8px -8px rgba(0, 0, 0, 0.08);
  top: 0;
  bottom: 0;
  width: 32px;
}

.product-tab-nav-list {
  transform: translate(0px, 0px);
  position: relative;
  display: flex;
  transition: opacity 0.3s;
  align-items: flex-end;
}

.product-tab-active {
  padding: 8px 16px 6px;
  color: #1677ff;
  margin: 0;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  font-size: 16px;
  background-color: #f5f5f5 !important;
  border-bottom-color: #f5f5f5 !important;
  height: 60px;
  justify-content: center;
  border-radius: 24px 24px 0 0 !important;
  width: 390px;
  position: relative;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  display: inline-flex;
  align-items: center;
  outline: none;
  cursor: pointer;
}

.product-tab-button {
  text-shadow: 0 0 0.25px currentcolor;
  color: #262626 !important;
  outline: none;
  transition: all 0.3s;
  border-radius: 10px;
  font-weight: 600;
  font-size: 18px;
  line-height: 19px;
}

.product-tab-active::after {
  content: "";
  position: absolute;
  left: 40.19%;
  right: 40.19%;
  top: 92.19%;
  bottom: 0;
  border-bottom: 5px solid #ff4e04;
  border-radius: 5px;
}

.anticon {
  display: inline-flex;
  align-items: center;
  color: inherit;
  font-style: normal;
  line-height: 0;
  text-align: center;
  text-transform: none;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.product-tab {
  margin-left: 15px;
  padding: 8px 16px 6px;
  margin: 0 0 0 32px;
  background: rgba(0, 0, 0, 0.02);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  font-size: 16px;
  width: 390px;
  height: 75%;
  justify-content: center;
  border-radius: 24px 24px 0 0 !important;
  position: relative;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  display: inline-flex;
  align-items: center;
  outline: none;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.88);
  background-color: #ccdbf4 !important;
  border: none !important;
}

.product-tab-deselected {
  outline: none;
  transition: all 0.3s;
  border-radius: 10px;
  font-weight: 600;
  font-size: 18px;
  line-height: 19px;
  color: #445195;
}

.product-tab-content {
  flex: auto;
  min-width: 0;
  min-height: 0;
}

.product-tab-content-top {
  position: relative;
  width: 100%;
}

.product-tab-panel {
  outline: none;
}

.product-tab-form {
  color: #262626;
  background: #f5f5f5;
}

.product-tab-form-content {
  display: flex;
  flex-flow: row wrap;
  min-width: 0;
  padding: 48px 0;
  justify-content: center;
  vertical-align: middle;
  margin: auto;
  max-width: 1440px;
}

.form-patent-container {
  position: relative;
  min-height: 1px;
  display: block;
  flex: 0 0 100%;
  max-width: 100%;
}

.form-card {
  align-items: center;
  padding: 24px;
  gap: 24px;
  max-width: 384px;
  background: #fff;
  border: 1px solid #e5edf9;
  box-shadow: 0 3px 24px -4px rgba(0, 0, 0, 0.1);
  border-radius: 24px;
}

.form-patent-info {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.88);
  font-size: 14px;
  line-height: 1.5714285714285714;
  list-style: none;
}

.form-patent-item {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.88);
  font-size: 14px;
  line-height: 1.5714285714285714;
  list-style: none;
  margin-bottom: 24px;
  vertical-align: top;
}

.form-patent-input-container {
  display: flex;
  flex-flow: row wrap;
  min-width: 0;
  flex-direction: column;
}

.form-patent-label {
  padding: 0 0 8px;
  margin: 0;
  white-space: initial;
  text-align: start;
  vertical-align: middle;
  flex-grow: 0;
  overflow: hidden;
  position: relative;
  max-width: 100%;
  min-height: 1px;
}

.form-label-patente {
  margin: 0;
  height: auto;
}

.form-label-patente::after {
  content: ":";
  position: relative;
  margin-block: 0;
  margin-inline-start: 2px;
  margin-inline-end: 8px;
}

.form-patent-control {
  width: 100%;
  display: flex;
  flex-grow: 1;
  position: relative;
  max-width: 100%;
  min-height: 1px;
}

.form-patent-item-control {
  flex: auto;
  max-width: 100%;
}

.custom-form-input-text {
  text-overflow: ellipsis;
  background: #ffffff;
  border-width: 1px;
  border-style: solid;
  border-color: #d9d9d9;
  box-sizing: border-box;
  margin: 0;
  padding: 4px 11px;
  color: rgba(0, 0, 0, 0.88) !important;
  font-size: 14px;
  line-height: 1.5714285714285714;
  list-style: none;
  position: relative;
  display: inline-block;
  width: 100%;
  min-width: 0;
  border-radius: 6px;
  transition: all 0.2s;
  height: 40px;
}

.form-type-item {
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.88);
  font-size: 14px;
  line-height: 1.5714285714285714;
  list-style: none;
  margin-bottom: 24px;
  vertical-align: top;
}

.form-item-row {
  display: flex;
  flex-flow: row wrap;
  min-width: 0;
  flex-direction: column;
}

.form-item-control {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  position: relative;
  max-width: 100%;
  min-height: 1px;
}

.form-item-input-control {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 32px;
}

.content-header-title {
  font-weight: 700;
  font-size: 24px !important;
  line-height: 32px;
}

.list-container {
  display: flex;
  flex-flow: row wrap;
  min-width: 0;
  margin-left: -8px;
  margin-right: -8px;
  row-gap: 16px;
  padding-top: 10px;
}

.list-subcontainer {
  padding-left: 8px;
  padding-right: 8px;
}

.list-ul {
  font-size: 16px;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.list-ul li::before {
  content: "";
  display: inline-block;
  width: 0.9em;
  height: 0.7em;
  margin-right: 0.5em;
  background-image: url("../img/blue-check.svg");
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
}

.collapse-container [class~="collapse-items"] {
  border: none;
}

.collapse-items {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.88);
  font-size: 14px;
  line-height: 1.5714285714285714;
  list-style: none;
  background-color: rgba(0, 0, 0, 0.02);
  border: 1px solid #d9d9d9;
  border-radius: 8px;
}

.collapse-item {
  border-bottom: none;
  margin: 16px;
}

.collapse-header {
  position: relative;
  padding: 0 15px 0 16px;
  background: #fff;
  display: flex;
  align-items: center;
}

.collapse-expand-icon {
  order: 1;
  padding-inline-end: 0;
  padding-inline-start: 12px;
  height: 22px;
  display: flex;
  align-items: center;
}

.anticon-up {
  color: #ff4e04;
  display: inline-flex;
  align-items: center;
  font-style: normal;
  line-height: 0;
  text-align: center;
  text-transform: none;
  vertical-align: -0.125em;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  transition: transform 0.3s;
}

.accordion-item {
  overflow: hidden;
  border-radius: 25px;
  transition: border-radius 0.3s ease;
}

.accordion-button:not(.collapsed) {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.accordion-button::after {
  margin-left: 0;
  margin-right: 1rem;
}

.accordion-button .text-truncate {
  max-width: 35ch;
}

.accordion-collapse {
  transition: all 0.5s ease;
}

.accordion-body {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.accordion-item:first-of-type {
  border-top-left-radius: 20px !important;
  border-top-right-radius: 20px !important;
}

.accordion-item:last-of-type {
  border-bottom-left-radius: 20px !important;
  border-bottom-right-radius: 20px !important;
}

.list-link-style {
  color: #004cc6;
  padding-top: 20px;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  transition: color 0.3s;
  word-break: break-word;
  line-height: 1.5714285714285714;
}

.hot-offer2-content {
  background-color: #e5edf9;
  padding: 12px 16px !important;
  display: flex;
  justify-content: center;
  gap: 8px;
}

.hot-offer2-content h2 {
  font-size: 18px;
  color: #000;
  line-height: 18px;
}

.hot-offer2-content a {
  align-self: center;
}

.consult-link {
  border-radius: 4px;
  border: 1px solid #004cc6;
  background-color: transparent;
  padding: 1px 8px;
  color: #004cc6;
  font-weight: 600;
  font-size: 14px;
  display: flex;
}

.informative-section-container {
  background-color: #f5f5f5;
  padding: 2em 1em;
}

.seal-card {
  background: linear-gradient(
    79.88deg,
    #004cc6 0.66%,
    #15257a 54.8%,
    #0f1a55 110.21%
  );
  color: #fff;
  border-radius: 24px;
  padding: 2em;
  display: flex;
  flex-flow: row wrap;
  min-width: 0;
  font-size: 14px;
}

.responsive-seal-card-container {
  display: block;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  font-size: 14px;
}

.responsive-seal-card-content-container {
  box-sizing: border-box;
  display: flex;
  flex-flow: row wrap;
  min-width: 0;
  font-size: 14px;
}

.responsive-seal-card-title-container {
  box-sizing: border-box;
  display: block;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  font-size: 14px;
}

.responsive-seal-card-title {
  font-weight: 700;
  font-size: 24px;
  padding: 0 0 1em;
  text-align: center;
}

.responsive-seal-card-row {
  box-sizing: border-box;
  display: flex;
  flex-flow: row wrap;
  min-width: 0;
  font-size: 14px;
}

.video-card-container {
  padding: 2em 0;
}

.video-card {
  display: block;
  background-color: #f5f5f5;
  border-radius: 24px;
  padding: 1em;
  max-width: 1200px;
  margin: auto;
}

.video-card-information-container {
  max-width: 446px;
}

.video-card-title {
  color: #fff;
  font-weight: 700;
  font-size: 30px;
  padding: 0 0 1em;
}

.video-card-video-container {
  position: relative;
  width: 100%;
}

.video-image-card {
  margin: 0 -20px -20px -10%;
  width: 120%;
  height: 220px;
}

.informative-visit-section {
  display: flex;
  flex-flow: row wrap;
  min-width: 0;
  font-size: 14px;
}

.visit-to-card {
  border: 1px solid;
  border-radius: 24px;
  padding: 2em;
  width: 100%;
  margin: 10px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.visit-orange {
  background-color: #ffece5;
  border-color: #ffc5b3;
  color: #ff4e04;
}

.visit-lightblue {
  background-color: #e7f6fc;
  border-color: #b7e5f6;
  color: #0ea7e2;
}

.visit-green {
  background-color: #f6ffed;
  border-color: #b7eb8f;
  color: #389e0d;
}

.visit-card-title {
  font-weight: 700;
  font-size: 20px;
}

.visit-card-paragraph {
  padding: 1em 0;
  font-size: 16px;
  color: #000;
}

.visit-card-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.visit-card-f-item {
  cursor: pointer;
  padding: 0 1.5em 0 0;
}

.visit-card-f-item:last-child {
  padding: 0;
}

.card-orange-button {
  border: 1px solid #ff4e04;
  color: #ff4e04;
  background: transparent;
  cursor: pointer;
  padding: 5px 16px;
  border-radius: 8px;
  font-weight: 600;
  font-family: inherit;
  font-size: 14px;
}

.card-green-button {
  border: 1px solid #389e0d;
  color: #389e0d;
  background: transparent;
  cursor: pointer;
  padding: 5px 16px;
  border-radius: 8px;
  font-weight: 600;
  font-family: inherit;
  font-size: 14px;
}

.footer-container {
  height: Hug(376px);
  background: #15257a;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.footer-config {
  color: #fff;
  height: Hug(376px);
  background: #15257a;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-row {
  display: flex;
  flex-flow: row wrap;
  min-width: 0;
  justify-content: center;
  font-size: 14px;
}

.logo-box {
  align-items: start;
  justify-content: center;
  padding: 10px;
  display: flex;
  padding-top: 50px !important;
  position: relative;
  min-height: 1px;
  font-size: 14px;
}

.footer-column {
  align-items: start;
  justify-content: center;
  padding: 10px;
  position: relative;
  min-height: 1px;
}

.footer-item {
  margin-top: 18px;
  box-sizing: border-box;
  position: relative;
  max-width: 100%;
  min-height: 1px;
  font-size: 14px;
}

.footer-item a {
  color: #fff;
}

.footer-social-network {
  margin-top: 18px;
}

.footer-social-network a {
  padding-right: 20px;
}

.footer-copyright {
  display: flex;
  flex-flow: row wrap;
  min-width: 0;
  box-sizing: border-box;
  font-size: 14px;
}

.copyright-text {
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #8a92bd;
  padding: 20px;
  text-align: center;
}

.carousel-section {
  background-color: #004cc6;
  padding: 3em 0;
}

/* Estilos para los indicadores circulares */
.carousel-indicators {
  bottom: -25px !important;
  margin-bottom: 0 !important;
}

.carousel-indicators button {
  width: 12px !important;
  height: 12px !important;
  border-radius: 50%;
  background-color: #ccc;
  opacity: 0.5;
  transition: opacity 0.3s ease;
}

.carousel-indicators button.active {
  background-color: #fff;
  opacity: 1;
}

/* Animación de desvanecimiento para las diapositivas */
.carousel-item {
  transition: opacity 0.5s ease-in-out;
}

.blog-container {
  display: flex;
  flex: auto;
  flex-direction: column;
  min-height: 0;
  background: #f5f5f5;
  font-size: 14px;
}

.blog-content {
  padding: 0 1em 1em;
  max-width: 1340px;
  margin: 0 auto;
  flex: auto;
  color: rgba(0, 0, 0, 0.88);
  min-height: 0;
}

.articles-section {
  height: Hug(600px);
  background: #f5f5f5;
  display: flex;
  justify-content: center;
  padding-top: 48px;
  color: #262626;
  flex-flow: row wrap;
  min-width: 0;
  font-size: 14px;
}

.articles-header {
  text-align: center;
  padding-bottom: 24px;
}

.articles-cards {
  position: relative;
  max-width: 100%;
  min-height: 1px;
  display: block;
  flex: 0 0 100%;
}

.articles-icon {
  display: none;
  position: relative;
  max-width: 100%;
  min-height: 1px;
}

.articles-row {
  gap: 26px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-flow: row wrap;
  min-width: 0;
}

.articles-row-section {
  display: flex;
  justify-content: center;
  display: block;
  flex: 0 0 41.66666666666667%;
  max-width: 41.66666666666667%;
  position: relative;
  min-height: 1px;
}

.articles-big-card {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.88);
  font-size: 14px;
  line-height: 1.5714285714285714;
  list-style: none;
  font-family: "__Source_Sans_3_a5db5d", "__Source_Sans_3_Fallback_a5db5d";
  position: relative;
  background: #ffffff;
  background-color: #fff;
  border: 1px solid #e5edf9;
  box-shadow: 0 3px 24px -4px rgba(0, 0, 0, 0.1);
  border-radius: 24px;
}

.articles-two-cards {
  display: inline-flex;
  flex-direction: column;
  gap: 35px;
}

.articles-redirect-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px;
  flex-flow: row wrap;
  min-width: 0;
}

.redirect-to-article {
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  width: 184px;
  height: 40px;
  background: #004cc6;
  border-radius: 12px;
  color: #fff;
}

.redirect-to-article:hover {
  color: #69b1ff;
}

.new-letter-container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  padding: 32px 16px;
}

.new-letter-row {
  display: flex;
  flex-flow: row wrap;
  min-width: 0;
  font-size: 14px;
}

.new-letter-column {
  position: relative;
  max-width: 100%;
  min-height: 1px;
  font-size: 14px;
}

.new-letter-column-2 {
  position: relative;
  max-width: 100%;
  min-height: 1px;
}

.new-letter-icon {
  margin-bottom: 12px;
}

.new-letter-form {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.88);
  font-size: 14px;
  line-height: 1.5714285714285714;
  list-style: none;
  display: flex;
  align-items: center;
  margin-top: 16px !important;
}

.new-letter-form-item {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 0;
  color: rgba(0, 0, 0, 0.88);
  font-size: 14px;
  line-height: 1.5714285714285714;
  list-style: none;
  vertical-align: top;
}

@media (min-width: 576px) {
  .list-subcontainer {
    display: block;
    flex: 0 0 41.66666666666667%;
    max-width: 41.66666666666667%;
  }

  .video-card-information-container {
    padding: 0 2em 0 0;
  }

  .video-image-card {
    margin: 0;
    width: 100%;
    border-radius: 24px;
    height: 318px;
  }

  .new-letter-column {
    display: block;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .new-letter-column-2 {
    display: block;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .form-patent-container {
    display: block;
    flex: 0 0 33.33333333333333%;
    max-width: 33.33333333333333%;
  }

  .form-label-patente {
    font-size: 16px;
  }

  .video-card {
    display: flex;
    justify-content: space-between;
    padding: 1em;
  }

  .video-card-video-container {
    padding: 0 0 0 1em;
    max-width: 562px;
  }

  .video-image-card {
    margin: 0;
    width: 100%;
    height: 318px;
    border-radius: 24px;
  }

  .visit-to-card {
    flex: 1 1;
  }

  .visit-card-f-item {
    padding: 0 2em 0 0;
  }

  .logo-box {
    display: block;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .footer-column {
    display: block;
    flex: 0 0 16.666666666666664%;
    max-width: 16.666666666666664%;
  }

  .articles-row-section {
    display: block;
    flex: 0 0 41.66666666666667%;
    max-width: 41.66666666666667%;
  }

  .new-letter-content {
    width: 80%;
  }

  .new-letter-column {
    display: block;
    flex: 0 0 33.33333333333333%;
    max-width: 33.33333333333333%;
  }

  .new-letter-column-2 {
    display: block;
    flex: 0 0 66.66666666666666%;
    max-width: 394px !important;
  }

  .new-letter-icon {
    margin-bottom: 0;
    display: flex;
    justify-content: end;
    padding-right: 16px;
  }
}

@media screen and (min-width: 992px) {
  .hot-offer-banner {
    display: flex;
    justify-content: center;
  }

  .hot-offer-title {
    font-size: 24px;
    border-right: 1px solid #fff;
  }

  .hot-offer-content-container {
    padding: 0 24px 0 32px;
  }

  .hot-offer-content > :last-child {
    margin: 0 0 0 8px;
  }

  .hot-offer2-content {
    gap: 32px;
  }

  .hot-offer2-content h2 {
    display: flex;
    gap: 16px;
  }

  .hot-offer2-content span {
    color: #004cc6;
  }

  .consult-link {
    border-radius: 8px;
    padding: 5px 16px !important;
    width: 91px;
    display: flex;
    justify-content: center;
  }

  .informative-section-container {
    background-color: #fff;
    padding: 3em 5em;
  }

  .seal-card {
    padding: 36px;
  }

  .responsive-seal-card-container {
    display: none;
  }

  .video-card {
    padding: 4em;
  }

  .video-card-information-container {
    padding: 0;
  }

  .video-card-title {
    font-size: 34px;
    font-family: inherit;
    padding: 0 0 1.5em;
  }

  .card-orange-button {
    font-size: 16px;
  }

  .card-green-button {
    font-size: 16px;
  }

  .articles-big-card {
    height: Hug(165px);
  }
}

@media (max-width: 992px) {
  .product-large-view {
    display: none;
  }

  .product-small-view {
    display: block;
    margin-bottom: 25px;
    margin-top: -1px;
    background-color: #004cc6;
    padding: 25px 10px;
  }

  .responsive-2-seal-card-container {
    display: none;
  }
}

@media screen and (min-width: 1200px) {
  .seal-card {
    max-width: 1200px;
    min-height: 380px;
    margin: auto;
    padding: 48px;
  }

  .visit-to-section {
    max-width: 1200px;
    margin: auto;
  }

  .articles-cards {
    display: block;
    flex: 0 0 66.66666666666666%;
    max-width: 66.66666666666666%;
  }

  .articles-icon {
    display: block;
    flex: 0 0 33.33333333333333%;
    max-width: 33.33333333333333%;
  }

  .articles-icon {
    display: block;
  }

  .new-letter-content {
    width: 46%;
  }
}
