.quote-section__inner-wrapper {
  display: flex;
  max-width: 1124px;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  .quote-section__inner-wrapper {
    padding: 0 var(--spacing-l);
  }
}
@media (max-width: 575px) {
  .quote-section__inner-wrapper {
    padding: 0 var(--spacing-xs);
  }
}
.quote-section__inner-wrapper .quote-section__inner-wrapper {
  padding: 0 0 !important;
}
.quote-section__quote-inner {
  position: relative;
  display: flex;
  align-items: center;
  flex: 1;
  gap: 57px;
  background: var(--primary-white-color);
  padding: var(--spacing-4xl);
  border-radius: var(--border-radius-xs);
}
@media (max-width: 991px) {
  .quote-section__quote-inner {
    flex-direction: column;
  }
}
@media (max-width: 575px) {
  .quote-section__quote-inner {
    flex-direction: column;
    padding: var(--spacing-l);
  }
}
.quote-section__quote-image {
  position: relative;
  max-width: 448px;
  width: 100%;
  height: 311px;
}
.quote-section__quote-image-img {
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: var(--border-radius-s);
}
.quote-section__quote-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex: 1;
}
.quote-section__quote-content-text {
  font-size: 22px;
  line-height: 1.25;
  font-weight: 400;
  color: var(--secondary-blue-color);
}
.quote-section__quote-content-text-link {
  color: var(--secondary-blue-color);
  text-decoration: none;
}
.quote-section__quote-content-text p {
  margin: 0 0;
}
.quote-section__quote-content-text .font-size-18 {
  font-size: 18px;
}
.quote-section__quote-content-text .font-size-22 {
  font-size: 22px;
}
.quote-section__quote-content-text .font-size-26 {
  font-size: 26px;
}
.quote-section__quote-content-text .font-size-30 {
  font-size: 30px;
}
.quote-section__quote-content-text .font-size-34 {
  font-size: 34px;
}
.quote-section__quote-content-text .font-size-38 {
  font-size: 38px;
}
.quote-section__quote-content-info {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-3xs);
}
.quote-section__quote-content-info-name {
  font-size: 16px;
  line-height: 25px;
  font-weight: 700;
  color: #231F20;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  background: #FEEDA2;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 10px;
}
.quote-section__quote-content-info-title {
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  color: #231F20;
  text-transform: uppercase;
}
.quote-section__quote-content-link-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: var(--spacing-3xs);
  font-size: 14px;
  font-weight: 700;
  line-height: 27px;
  color: var(--secondary-blue-color);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  width: -moz-fit-content;
  width: fit-content;
}
.quote-section__quote-content-link-btn:hover {
  text-decoration: underline;
}
.quote-section__quote-content-link-btn:after {
  content: "";
  flex-shrink: 0;
  width: 11px;
  height: 12px;
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='12' viewBox='0 0 11 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='5.5' cy='5.85498' r='5.5' fill='%23004C97'/%3E%3Cpath d='M4.19043 2.97412L7.33329 5.85507L4.19043 8.73603' stroke='white'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.quote-section__quote-content-link-btn[target=_blank]:after {
  content: "";
  display: flex;
  position: relative;
  flex-shrink: 0;
  width: 11px;
  height: 10px;
  background-image: url("data:image/svg+xml;utf8,<svg width='11' height='10' viewBox='0 0 11 10' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M6.21429 0.714286C6.21429 0.319866 6.53348 0 6.92857 0H9.76562C9.8817 0 9.97545 0.0191964 10.058 0.0542411C10.1228 0.0888393 10.221 0.139955 10.2902 0.207589C10.2902 0.208705 10.2902 0.209821 10.2924 0.210714C10.4308 0.349554 10.4799 0.530804 10.5 0.712054C10.5 0.712946 10.5 0.713616 10.5 0.714286V3.57143C10.5 3.96652 10.1808 4.28571 9.78571 4.28571C9.39062 4.28571 9.07143 3.96652 9.07143 3.57143V2.43973L5.29018 6.21875C5.01116 6.49777 4.56027 6.49777 4.28125 6.21875C4.00223 5.93973 4.00223 5.48884 4.28125 5.20982L8.06027 1.42857H6.92857C6.53348 1.42857 6.21429 1.10871 6.21429 0.714286ZM0.5 2.14286C0.5 1.35379 1.13951 0.714286 1.92857 0.714286H4.07143C4.46652 0.714286 4.78571 1.03415 4.78571 1.42857C4.78571 1.82366 4.46652 2.14286 4.07143 2.14286H1.92857V8.57143H8.35714V6.42857C8.35714 6.03348 8.67634 5.71429 9.07143 5.71429C9.46652 5.71429 9.78571 6.03348 9.78571 6.42857V8.57143C9.78571 9.35938 9.14509 10 8.35714 10H1.92857C1.13951 10 0.5 9.35938 0.5 8.57143V2.14286Z' fill='%231e3765'/></svg>");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.quote-section__quote-content-link-btn--external:after {
  content: "";
  display: flex;
  position: relative;
  flex-shrink: 0;
  width: 11px;
  height: 10px;
  background-image: url("data:image/svg+xml;utf8,<svg width='11' height='10' viewBox='0 0 11 10' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M6.21429 0.714286C6.21429 0.319866 6.53348 0 6.92857 0H9.76562C9.8817 0 9.97545 0.0191964 10.058 0.0542411C10.1228 0.0888393 10.221 0.139955 10.2902 0.207589C10.2902 0.208705 10.2902 0.209821 10.2924 0.210714C10.4308 0.349554 10.4799 0.530804 10.5 0.712054C10.5 0.712946 10.5 0.713616 10.5 0.714286V3.57143C10.5 3.96652 10.1808 4.28571 9.78571 4.28571C9.39062 4.28571 9.07143 3.96652 9.07143 3.57143V2.43973L5.29018 6.21875C5.01116 6.49777 4.56027 6.49777 4.28125 6.21875C4.00223 5.93973 4.00223 5.48884 4.28125 5.20982L8.06027 1.42857H6.92857C6.53348 1.42857 6.21429 1.10871 6.21429 0.714286ZM0.5 2.14286C0.5 1.35379 1.13951 0.714286 1.92857 0.714286H4.07143C4.46652 0.714286 4.78571 1.03415 4.78571 1.42857C4.78571 1.82366 4.46652 2.14286 4.07143 2.14286H1.92857V8.57143H8.35714V6.42857C8.35714 6.03348 8.67634 5.71429 9.07143 5.71429C9.46652 5.71429 9.78571 6.03348 9.78571 6.42857V8.57143C9.78571 9.35938 9.14509 10 8.35714 10H1.92857C1.13951 10 0.5 9.35938 0.5 8.57143V2.14286Z' fill='%231e3765'/></svg>");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.quote-section__quote--image svg {
  position: absolute;
  top: -24px;
  right: -12px;
  width: 312px;
  height: auto;
  z-index: 1;
}
@media (max-width: 575px) {
  .quote-section__quote--image svg {
    top: -20px;
    right: -16px;
  }
}
.quote-section__quote--text svg {
  position: absolute;
  top: 20px;
  bottom: 20px;
  right: 24px;
  max-height: calc(100% - 40px);
  width: auto;
  max-width: 312px;
  height: auto;
}
@media (max-width: 575px) {
  .quote-section__quote--text svg {
    top: 12px;
    right: 16px;
    bottom: auto;
  }
}
@media (max-width: 991px) {
  .quote-section__quote svg {
    max-width: 174px;
    height: auto;
  }
}
@media (max-width: 575px) {
  .quote-section__quote svg {
    max-width: 174px;
    height: auto;
  }
}
.quote-section .swiper {
  display: flex !important;
  flex-direction: column;
  gap: var(--spacing-l);
}
.quote-section .swiper-controls {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.quote-section .swiper-pagination {
  display: flex;
  gap: var(--spacing-xs);
  position: relative;
  bottom: auto !important;
  left: auto !important;
  top: auto !important;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 0;
}
@media (max-width: 575px) {
  .quote-section .swiper-pagination {
    flex-wrap: wrap;
    gap: var(--spacing-3xs);
  }
}
.quote-section .swiper-pagination-bullet {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid var(--secondary-ruby-color);
  background-color: transparent;
  margin: 0 !important;
  padding: 0 !important;
  cursor: pointer;
  opacity: 1;
}
.quote-section .swiper-pagination-bullet-active {
  background-color: var(--secondary-ruby-color);
}
.quote-section .swiper-pagination-bullet:hover {
  background-color: var(--secondary-ruby-color);
}
.quote-section .swiper-buttons {
  display: flex;
  gap: 10px;
  position: relative;
  bottom: auto;
  left: auto;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 !important;
  padding: 0 !important;
}
.quote-section .swiper-buttons .swiper-button-next,
.quote-section .swiper-buttons .swiper-button-prev {
  position: relative !important;
  width: 44px !important;
  height: 44px !important;
  border-radius: 50% !important;
  border: 1px solid var(--secondary-ruby-color) !important;
  background-color: transparent !important;
  cursor: pointer !important;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
  margin: 0 !important;
  top: auto !important;
  bottom: auto !important;
  left: auto !important;
  right: auto !important;
  transform: none !important;
  transition: all 0.3s ease-in-out !important;
}
.quote-section .swiper-buttons .swiper-button-next svg,
.quote-section .swiper-buttons .swiper-button-prev svg {
  width: 20px !important;
  height: 20px !important;
}
.quote-section .swiper-buttons .swiper-button-next svg path,
.quote-section .swiper-buttons .swiper-button-prev svg path {
  stroke: var(--secondary-ruby-color) !important;
}
.quote-section .swiper-buttons .swiper-button-next:hover,
.quote-section .swiper-buttons .swiper-button-prev:hover {
  background-color: var(--secondary-ruby-color) !important;
}
.quote-section .swiper-buttons .swiper-button-next:hover svg path,
.quote-section .swiper-buttons .swiper-button-prev:hover svg path {
  stroke: var(--primary-white-color) !important;
}
.quote-section .swiper-buttons .swiper-button-next:after {
  content: "";
  display: none !important;
}
.quote-section .swiper-buttons .swiper-button-prev:after {
  content: "";
  display: none !important;
}