/* epilogue-regular - vietnamese_latin */
@font-face {
  font-family: "Epilogue";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/epilogue-v12-vietnamese_latin-regular.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/epilogue-v12-vietnamese_latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/epilogue-v12-vietnamese_latin-regular.woff2") format("woff2"), url("../fonts/epilogue-v12-vietnamese_latin-regular.woff") format("woff"), url("../fonts/epilogue-v12-vietnamese_latin-regular.ttf") format("truetype"), url("../fonts/epilogue-v12-vietnamese_latin-regular.svg#Epilogue") format("svg"); /* Legacy iOS */
}
/* epilogue-500 - vietnamese_latin */
@font-face {
  font-family: "Epilogue";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/epilogue-v12-vietnamese_latin-500.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/epilogue-v12-vietnamese_latin-500.eot?#iefix") format("embedded-opentype"), url("../fonts/epilogue-v12-vietnamese_latin-500.woff2") format("woff2"), url("../fonts/epilogue-v12-vietnamese_latin-500.woff") format("woff"), url("../fonts/epilogue-v12-vietnamese_latin-500.ttf") format("truetype"), url("../fonts/epilogue-v12-vietnamese_latin-500.svg#Epilogue") format("svg"); /* Legacy iOS */
}
/* epilogue-700 - vietnamese_latin */
@font-face {
  font-family: "Epilogue";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/epilogue-v12-vietnamese_latin-700.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/epilogue-v12-vietnamese_latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/epilogue-v12-vietnamese_latin-700.woff2") format("woff2"), url("../fonts/epilogue-v12-vietnamese_latin-700.woff") format("woff"), url("../fonts/epilogue-v12-vietnamese_latin-700.ttf") format("truetype"), url("../fonts/epilogue-v12-vietnamese_latin-700.svg#Epilogue") format("svg"); /* Legacy iOS */
}
@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: url(../icons/MaterialIcons-Regular.ttf) format("truetype");
}
@font-face {
  font-family: "Material Icons Outlined";
  font-style: normal;
  font-weight: 400;
  src: url(../icons/MaterialIconsOutlined-Regular.otf) format("opentype");
}
@font-face {
  font-family: "Material Icons Rounded";
  font-style: normal;
  font-weight: 400;
  src: url(../icons/MaterialIconsRound-Regular.otf) format("opentype");
}
@font-face {
  font-family: "Material Icons Sharp";
  font-style: normal;
  font-weight: 400;
  src: url(../icons/MaterialIconsSharp-Regular.otf) format("opentype");
}
.material-icons {
  font-family: "Material Icons";
}

.material-icons-outlined {
  font-family: "Material Icons Outlined";
}

.material-icons-round {
  font-family: "Material Icons Rounded";
}

.material-icons-sharp {
  font-family: "Material Icons Sharp";
}

.material-icons,
.material-icons-outlined,
.material-icons-round,
.material-icons-sharp {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  vertical-align: text-bottom;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "liga";
}

/* Rules for sizing the icon. */
.material-icons.md-16,
.material-icons-outlined.md-16,
.material-icons-round.md-16,
.material-icons-sharp.md-16 {
  font-size: 16px;
}

.material-icons.md-24,
.material-icons-outlined.md-24,
.material-icons-round.md-24,
.material-icons-sharp.md-24 {
  font-size: 24px;
}

.material-icons.md-36,
.material-icons-outlined.md-36,
.material-icons-round.md-36,
.material-icons-sharp.md-36 {
  font-size: 36px;
}

.material-icons.md-48,
.material-icons-outlined.md-48,
.material-icons-round.md-48,
.material-icons-sharp.md-48 {
  font-size: 48px;
}

/* Rules for using icons as black on a light background. */
.material-icons.md-dark,
.material-icons-outlined.md-dark,
.material-icons-round.md-dark,
.material-icons-sharp.md-dark {
  color: rgba(0, 0, 0, 0.54);
}

.material-icons.md-dark.md-inactive,
.material-icons-outlined.md-dark.md-inactive,
.material-icons-round.md-dark.md-inactive,
.material-icons-sharp.md-dark.md-inactive {
  color: rgba(0, 0, 0, 0.26);
}

/* Rules for using icons as white on a dark background. */
.material-icons.md-light,
.material-icons-outlined.md-light,
.material-icons-round.md-light,
.material-icons-sharp.md-light {
  color: rgb(255, 255, 255);
}

.material-icons.md-light.md-inactive,
.material-icons-outlined.md-light.md-inactive,
.material-icons-round.md-light.md-inactive,
.material-icons-sharp.md-light.md-inactive {
  color: rgba(255, 255, 255, 0.3);
}

.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;
  -webkit-backface-visibility: hidden;
          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 {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.glide__slide {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  white-space: normal;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}
.glide__slide a {
  -webkit-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.glide__arrows {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.glide__bullets {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.glide--rtl {
  direction: rtl;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

html,
body {
  height: 100%;
}

body {
  line-height: 1.5;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
  outline: none;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

ul {
  list-style-type: none;
}

a {
  display: inline-block;
  text-decoration: none;
}

input {
  border: none;
}

button {
  border: none;
  display: inline-block;
  background-color: transparent;
  cursor: pointer;
}

body {
  font-family: "Epilogue", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  color: #FFFFFF;
  background-color: #000000;
  letter-spacing: 0.25px;
}

.wrapper {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.container {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

a {
  color: #FFFFFF;
  transition: color 0.2s ease-in-out;
}
a:hover {
  color: #007BFF;
}
a:active {
  color: #0055CC;
}

h1, h2, h3 {
  letter-spacing: -1px;
}

.heading-page {
  font-size: 3.75em;
  line-height: 1.2em;
}
.heading-page span {
  background: linear-gradient(to right, #14F195, #007BFF);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}

.heading-title {
  font-size: 3em;
  line-height: 1.25em;
}

.heading-sub {
  font-weight: 700;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 4px;
  margin-bottom: 4px;
}
.heading-sub .line {
  display: inline-block;
  width: 3rem;
  height: 0.1875rem;
  background-color: #FFFFFF;
}
.heading-sub--pink {
  color: #EB54BC;
}
.heading-sub--pink .line {
  background-color: #EB54BC;
}
.heading-sub--green {
  color: #14F195;
}
.heading-sub--green .line {
  background-color: #14F195;
}
.heading-sub--orange {
  color: #FF995F;
}
.heading-sub--orange .line {
  background-color: #FF995F;
}

.text-gray {
  color: #9496A1;
}

.icon-ml {
  margin-left: 0.5em;
}

.circle-blur-header {
  position: absolute;
  left: 108px;
  bottom: 26px;
  width: 644px;
  height: 286px;
  border-radius: 50%;
  opacity: 0.5;
  filter: blur(100px);
  background: linear-gradient(to right, #DB469F, #007BFF);
  z-index: -1;
}

.circle-blur-vertical {
  position: absolute;
  width: 286px;
  height: 644px;
  border-radius: 50%;
  opacity: 0.4;
  filter: blur(160px);
  z-index: -1;
}
.circle-blur-vertical--green-blue {
  background: linear-gradient(283.71deg, #007BFF, #14F195);
}
.circle-blur-vertical--yellow-pink {
  background: linear-gradient(97.77deg, #EECDA3 0%, #EF629F 100%);
}
.circle-blur-vertical--orange-yellow {
  background: linear-gradient(97.77deg, #FF5F6D 0%, #FFC371 100%);
}

.triangle,
.circle,
.rectangle {
  position: absolute;
}

.btn {
  display: inline-block;
  font-weight: 700;
  background-color: transparent;
  padding: 0.75em 1em 0.5em 1.25em;
  outline: none;
  border: 1px solid;
  border-color: transparent;
  border-radius: 0.5em;
  cursor: pointer;
}
.btn.btn--outline {
  color: #FFFFFF;
  border-color: #5B5D6B;
  transition: all 0.2s linear;
}
.btn.btn--outline:hover {
  border-color: #FFFFFF;
}
.btn.btn--outline:active {
  color: #101223;
  border-color: #FFFFFF;
  background-color: #FFFFFF;
}
.btn.btn--blue {
  color: #FFFFFF;
  border-color: #007BFF;
  background-color: #007BFF;
  transition: all 0.2s linear;
}
.btn.btn--blue:hover {
  border-color: #0055CC;
  background-color: #0055CC;
}
.btn.btn--blue:active {
  border-color: #004099;
  background-color: #004099;
}
.btn.btn--green {
  color: #101223;
  border-color: #14F195;
  background-color: #14F195;
  transition: all 0.2s ease-in-out;
}
.btn.btn--green:hover {
  border-color: #05C776;
  background-color: #05C776;
}
.btn.btn--green:active {
  border-color: #04AE67;
  background-color: #04AE67;
}

.data__frame-shape {
  width: 93%;
  height: 1.5rem;
  margin: 0 auto;
  border-radius: 1rem 1rem 0 0;
  background: #B3B5BD;
}
.data__frame-main {
  padding: 1.5em 2.25em;
  background: linear-gradient(#000000, #000000) padding-box, #B3B5BD border-box;
  border: 2px solid transparent;
  border-radius: 1rem;
}
.data__frame.gradient-purple-blue .data__frame-shape {
  background: linear-gradient(to right, #DB469F, #007BFF);
}
.data__frame.gradient-purple-blue .data__frame-main {
  background: linear-gradient(#000000, #000000) padding-box, linear-gradient(to right, #DB469F, #007BFF) border-box;
}
.data__frame.gradient-orange-yellow .data__frame-shape {
  background: linear-gradient(to right, #FF5F6D, #FFC371);
}
.data__frame.gradient-orange-yellow .data__frame-main {
  background: linear-gradient(#000000, #000000) padding-box, linear-gradient(to right, #FF5F6D, #FFC371) border-box;
}

.data__content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  text-align: center;
}
.data__content-item:not(:last-child) {
  border-right: 1px solid #5B5D6B;
}
.data__content-item h4 {
  font-size: 2em;
}

.services {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}
.services .service-item {
  padding: 2.5rem 2.5rem 5rem 2.5rem;
  background: linear-gradient(180deg, #282A3A, transparent);
  border-top: 2px solid;
  border-image-slice: 1;
  border-image-source: linear-gradient(to right, #FF5F6D, #FFC371);
}
.services .service-info {
  margin-bottom: 5rem;
}
.services .service-info__title {
  font-size: 1.5em;
  line-height: 1.67;
  margin-bottom: 0.5rem;
}
.services .service-info__desc {
  max-width: 291px;
}
.services .service-img {
  display: flex;
  justify-content: center;
  align-items: center;
}

.cta__shape {
  width: 93%;
  height: 1.5rem;
  margin: 0 auto;
  border-radius: 0 0 1rem 1rem;
  background: #B3B5BD;
}
.cta__main {
  padding-top: 4rem;
  padding-bottom: 4rem;
  text-align: center;
  background: linear-gradient(#000000, #000000) padding-box, #B3B5BD border-box;
  border: 2px solid transparent;
  border-radius: 1rem;
}
.cta__main-title {
  font-size: 2.5rem;
  line-height: 1.4;
  margin: 0 auto 0.5em;
  max-width: 605px;
}
.cta__main-actions {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
.cta.gradient-purple-blue .cta__shape {
  background: linear-gradient(to right, #DB469F, #007BFF);
}
.cta.gradient-purple-blue .cta__main {
  background: linear-gradient(#000000, #000000) padding-box, linear-gradient(to right, #DB469F, #007BFF) border-box;
}
.cta.gradient-yellow-pink .cta__shape {
  background: linear-gradient(to right, #EECDA3, #EF629F);
}
.cta.gradient-yellow-pink .cta__main {
  background: linear-gradient(#000000, #000000) padding-box, linear-gradient(to right, #EECDA3, #EF629F) border-box;
}

.header {
  position: relative;
}
.header__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 18px;
  padding-bottom: 18px;
}
.header__logo {
  height: 2.5rem;
}
.header__logo img {
  height: 100%;
}
.header__menu {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 2em;
}
.header__menu-item.active .header__menu-link {
  color: #007BFF;
  border-color: #007BFF;
}
.header__menu-link {
  font-weight: 700;
  padding: 0.625em 0;
  border-bottom: 2px solid transparent;
  transition: all 0.2s linear;
}
.header__menu-link:hover {
  border-color: #007BFF;
}

.footer {
  border-top: 1px solid #282A3A;
}
.footer__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 4rem;
  padding-bottom: 4rem;
  border-bottom: 1px solid #282A3A;
}
.footer__left, .footer__right {
  --column: 3;
  max-width: calc(100% / var(--column) - 1.5rem);
  width: 100%;
}
.footer__logo {
  margin-bottom: 3rem;
}
.footer__form {
  margin-top: 0.75rem;
  position: relative;
}
.footer__form-input {
  width: 100%;
  padding: 1em 3em 0.75em 1em;
  border-radius: 0.5em;
}
.footer__form-input:placeholder {
  color: #9496A1;
}
.footer__form-send {
  position: absolute;
  right: 0.75em;
  top: 50%;
  transform: translateY(-50%);
}
.footer__form-send:hover {
  filter: brightness(0.5);
}
.footer__right {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}
.footer__menu-item:not(:last-child) {
  margin-bottom: 1em;
}
.footer__copyright {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.5rem;
  padding-bottom: 5rem;
}
.footer__socials {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 1.5rem;
}
.footer__socials-link {
  font-size: 1.5rem;
  line-height: 0;
}

#home .hero__container {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.5rem;
}
#home .hero__info {
  max-width: 588px;
}
#home .hero__info-heading {
  margin-bottom: 1.25rem;
}
#home .hero__info-desc {
  max-width: 384px;
  margin-bottom: 2rem;
}
#home .hero__info-actions {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1.5rem;
}
#home .hero__image {
  flex: 1;
}
#home .hero .data__container {
  padding-bottom: 3.5rem;
}

#home .feature {
  background-image: url("../images/background/feature-bg.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
}
#home .feature__container {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}
#home .feature__info {
  max-width: 629px;
  width: 100%;
  margin-bottom: 4rem;
}
#home .feature__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}
#home .feature__item-img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  border-radius: 1em;
  background-color: #282A3A;
  padding: 1em;
  margin-bottom: 1.5rem;
}
#home .feature__item-title {
  font-size: 1.25em;
  line-height: 1.6;
  font-weight: 700;
  margin-bottom: 0.5em;
}

#home .hiw {
  position: relative;
}
#home .hiw .circle-blur-vertical {
  top: 0;
  right: -221px;
  z-index: 0;
}
#home .hiw__container {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 7.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 7.875rem;
}
#home .hiw__info {
  max-width: 486px;
  width: 100%;
}
#home .hiw__info-title {
  margin-bottom: 1.25rem;
}
#home .hiw__info-desc {
  max-width: 408px;
  margin-bottom: 2rem;
}
#home .hiw__list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
#home .hiw__item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 2rem;
  padding: 2rem;
  border-radius: 1rem;
  background: linear-gradient(to right, #282A3A, transparent);
}
#home .hiw__item-number {
  color: #14F195;
  font-size: 3rem;
}
#home .hiw__item-title {
  font-size: 1.25em;
  line-height: 1.6;
  font-weight: 700;
}

#home .service {
  background-image: url("../images/background/service-bg.svg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
}
#home .service__container {
  padding-top: 12.5rem;
  padding-bottom: 7.5rem;
}
#home .service__info {
  text-align: center;
  margin: 0 auto 5rem;
  max-width: 614px;
  width: 100%;
}
#home .service__info-sub {
  justify-content: center;
}
#home .service__list {
  max-width: 62.25rem;
  margin-left: auto;
  margin-right: auto;
}

#home .partner {
  position: relative;
}
#home .partner .circle-blur-vertical {
  left: -232px;
  top: -50%;
}
#home .partner .triangle {
  right: 40px;
  top: -50px;
}
#home .partner__container {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
#home .partner__info {
  margin: 0 auto 3rem;
  max-width: 646px;
  width: 100%;
  text-align: center;
}
#home .partner__info-title {
  margin-bottom: 0.5rem;
}
#home .partner__info-desc {
  margin-left: auto;
  margin-right: auto;
  max-width: 433px;
  width: 100%;
}
#home .partner__list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1.5rem;
}
#home .partner__item {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #101223;
  border-radius: 1rem;
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
  transition: all 0.2s ease-in-out;
}
#home .partner__item:hover {
  filter: brightness(2);
}

#home .reviews {
  position: relative;
}
#home .reviews .circle {
  top: 0;
  right: 0;
}
#home .reviews .rectangle {
  bottom: 0;
  left: 0;
}
#home .reviews .triangle {
  right: 0;
  bottom: -75px;
}
#home .reviews__container {
  padding-top: 7.5rem;
  padding-bottom: 12.5rem;
}
#home .reviews__info {
  max-width: 576px;
  margin: 0 auto 5rem;
  text-align: center;
}
#home .reviews__info-sub {
  justify-content: center;
}
#home .reviews__list {
  margin-left: 5.625rem;
  margin-right: 5.625rem;
  position: relative;
  height: 572px;
}
#home .reviews .review {
  padding: 2rem;
  background-color: #FFFFFF;
  border-radius: 1.5rem;
  display: flex;
  gap: 1rem;
  width: 476px;
  box-shadow: 0px 48px 100px rgba(0, 0, 0, 0.5);
}
#home .reviews .review__avatar {
  width: 4rem;
  height: 4rem;
  border-radius: 100rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#home .reviews .review__info {
  display: flex;
  flex-direction: column;
}
#home .reviews .review__info-name {
  font-size: 1.25rem;
  line-height: 1.6;
  color: #101223;
  margin-bottom: 4px;
}
#home .reviews .review__info-job {
  margin-bottom: 1em;
}
#home .reviews .review__info-content {
  color: #404252;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}
#home .reviews .review-1 {
  position: absolute;
  top: 0;
  left: 305px;
  z-index: 2;
}
#home .reviews .review-2 {
  position: absolute;
  top: 188px;
  right: 0;
  z-index: 3;
}
#home .reviews .review-3 {
  position: absolute;
  top: 336px;
  right: 300px;
  z-index: 1;
}
#home .reviews .review-4 {
  position: absolute;
  left: 0;
  top: 146px;
  z-index: 0;
}

#home .call-to-action__container {
  padding-top: 5rem;
  padding-bottom: 7.5rem;
}

#service-page .list-service {
  position: relative;
}
#service-page .list-service .circle {
  bottom: -270px;
  left: 0;
}
#service-page .list-service .circle-blur-vertical {
  bottom: 0;
  right: -247px;
}
#service-page .list-service__container {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}
#service-page .list-service__info {
  max-width: 384px;
  text-align: center;
  margin: 0 auto 3rem;
}
#service-page .list-service__list {
  max-width: 62.25rem;
  margin-left: auto;
  margin-right: auto;
}

#service-page .call-to-action__container {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

#about-us .about-top__container {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}
#about-us .about-top__heading {
  max-width: 668px;
  width: 100%;
  text-align: center;
  margin: 0 auto 3rem;
}

#about-us .introduction__container {
  padding-bottom: 7.5rem;
}
#about-us .introduction__info {
  max-width: 588px;
  width: 100%;
  margin: 0 auto 4.1875rem;
}
#about-us .introduction__info-title {
  text-align: center;
  margin-bottom: 1.25rem;
}
#about-us .introduction__images {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
#about-us .introduction__row {
  display: flex;
  gap: 1.5rem;
}
#about-us .introduction__row img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

#about-us .foundation {
  position: relative;
}
#about-us .foundation .triangle {
  top: -243px;
  right: 0;
}
#about-us .foundation .circle-blur-vertical--yellow-pink {
  top: 0;
  left: -238px;
  transform: translateY(-50%);
}
#about-us .foundation .circle-blur-vertical--green-blue {
  bottom: 0;
  right: -220px;
  transform: translateY(50%);
}
#about-us .foundation__container {
  padding-bottom: 7.5rem;
}
#about-us .foundation__info {
  max-width: 588px;
  width: 100%;
  margin: 0 auto 3rem;
}
#about-us .foundation__info-title {
  text-align: center;
  margin-bottom: 1.25rem;
}
#about-us .foundation .timeline__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 6.635rem;
}
#about-us .foundation .timeline__item-img, #about-us .foundation .timeline__item-content {
  flex: 1;
}
#about-us .foundation .timeline__item-img {
  height: 249px;
  width: 486px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#about-us .foundation .timeline__item-line {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 4px;
}
#about-us .foundation .timeline__item-line .dot {
  width: 16px;
  height: 16px;
  border-radius: 100rem;
  background-color: #14F195;
}
#about-us .foundation .timeline__item-line .line {
  height: 160px;
  width: 2px;
  background-color: #9496A1;
}
#about-us .foundation .timeline__item-content__year {
  font-size: 2.5rem;
  line-height: 1.4;
  margin-bottom: 0.5rem;
}
#about-us .foundation .timeline__item:nth-child(even) {
  flex-direction: row-reverse;
}
#about-us .foundation .timeline__item:nth-child(even) .timeline__item-content {
  text-align: right;
}
#about-us .foundation .timeline__item:last-child .timeline__item-line .line:last-child {
  background-color: transparent;
}

#about-us .team__container {
  padding-bottom: 7.5rem;
}
#about-us .team__info {
  max-width: 588px;
  margin-bottom: 3rem;
}
#about-us .team__info-title {
  margin-bottom: 1rem;
}
#about-us .team .slider__arrow {
  width: 3rem;
  height: 3rem;
  border-radius: 100rem;
  background-color: #282A3A;
  color: #FFFFFF;
  transition: filter 0.25s ease-in-out;
}
#about-us .team .slider__arrow:hover {
  filter: brightness(2.5);
}
#about-us .team__slider {
  position: relative;
}
#about-us .team__slider .glide__arrows {
  position: absolute;
  right: 0;
  top: -3rem;
  transform: translateY(-100%);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
#about-us .team .slider__item {
  text-align: center;
}
#about-us .team .slider__item-img {
  height: 282px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  overflow: hidden;
  border-radius: 12px;
  margin-bottom: 1rem;
}
#about-us .team .slider__item-name {
  font-size: 1.5rem;
  line-height: 1.66;
  margin-bottom: 4px;
}
#about-us .team .slider__item-job {
  font-weight: 500;
}

#about-us .call-to-action__container {
  padding-bottom: 7.5rem;
}
#about-us .call-to-action__main {
  padding: 4rem 5rem;
  background: url("../images/shapes/circle-3.png"), linear-gradient(to right, #DB469F, #007BFF);
  background-repeat: no-repeat;
  background-position: bottom right;
  border-radius: 1rem;
  display: flex;
  gap: 3rem;
}
#about-us .call-to-action__img {
  flex-shrink: 0;
  width: 8rem;
  height: 8rem;
  border-radius: 100rem;
  overflow: hidden;
}
#about-us .call-to-action__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#about-us .call-to-action__title {
  font-size: 2.5rem;
  line-height: 1.4;
  margin-bottom: 3rem;
}
#about-us .call-to-action__info-name {
  font-size: 1.5rem;
  line-height: 1.66;
}
#about-us .call-to-action__info-job {
  font-weight: 500;
}
#about-us .call-to-action__shape {
  width: 93%;
  height: 1.5rem;
  margin: 0 auto;
  border-radius: 0 0 1rem 1rem;
  background: linear-gradient(#000000, #000000) padding-box, linear-gradient(to right, #DB469F, #007BFF) border-box;
  border: 2px solid transparent;
  border-top-width: 0;
}
