@font-face {
  font-family: "Dear Friend";
  src: url(../fonts/Dear\ Friend\ Regular.otf);
}
#main-content .et_builder_inner_content {
  overflow-x: hidden;
  background-image: url(../images/yellow-circle.svg);
  background-position: left 1400px;
  background-size: 593px;
  background-repeat: no-repeat;
}
#main-content .et_builder_inner_content .et_pb_section {
  background-color: transparent;
}

header .et_pb_menu .et_pb_menu__wrap {
  justify-content: flex-end;
}
header .et_pb_menu--with-logo .et_pb_menu__menu > nav > ul > li > a {
  padding: 0;
  padding-left: 16px;
}
header .et-menu a {
  color: #1a1a1a;
  position: relative;
  transition: color 0.2s ease !important;
}
header .et-menu a::before {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="9" height="6" viewBox="0 0 9 6" fill="none"><g clip-path="url(%23clip0_8556_902)"><path d="M6.75 0.5625H2.25C1.00736 0.5625 0 1.56986 0 2.8125C0 4.05514 1.00736 5.0625 2.25 5.0625H6.75C7.99264 5.0625 9 4.05514 9 2.8125C9 1.56986 7.99264 0.5625 6.75 0.5625Z" fill="%23F08C22"/></g><defs><clipPath id="clip0_8556_902"><rect width="9" height="5.625" fill="white"/></clipPath></defs></svg>');
  display: block;
  position: absolute;
  left: 0;
  bottom: 2px;
  opacity: 0;
  transition: opacity 0.3s ease;
}
header .et-menu a:hover {
  color: #f08c22;
}
header .et-menu a:hover::before {
  opacity: 1;
}
header nav,
header ul {
  align-items: center !important;
}
header nav li,
header ul li {
  margin-top: 0 !important;
  padding: 12px 16px !important;
}
header nav li a,
header ul li a {
  padding-bottom: 0 !important;
}
header nav .et_pb_menu__wrap a,
header ul .et_pb_menu__wrap a {
  padding-bottom: 0 !important;
}
header .et_pb_menu__menu .loginBtn {
  margin-left: 197px !important;
  font-size: 16px;
}
header .et_pb_menu__menu .signupBtn {
  background-color: #f08c22;
  color: #ffffff !important;
  padding: 8px 8px 8px 24px !important;
  font-size: 15.3px;
  font-style: normal;
  border: none;
  font-weight: var(--font-weight-700, 700);
  gap: 12px;
  display: inline-flex !important;
  align-items: center !important;
  transition: all 0.2s ease;
  border-radius: 100px;
  margin-left: 28px !important;
}
header .et_pb_menu__menu .signupBtn > a {
  padding: 0 !important;
}
header .et_pb_menu__menu .signupBtn:hover {
  border: none !important;
  transform: scale(1.05);
  gap: 24px;
}
header .et_pb_menu__menu .signupBtn::after {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="11" height="20" viewBox="0 0 11 20" fill="none"><path d="M1.67635 0.283172L10.1244 8.55168C10.7052 9.1201 10.7052 10.0799 10.1244 10.6483L1.67635 18.9168C1.04157 19.538 0 19.0701 0 18.1637L1.67635 9.6L0 1.03643C0 0.129899 1.04157 -0.338053 1.67635 0.283172Z" fill="%23F08C22"/></svg>');
  width: 40px;
  height: 40px;
  border-radius: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  position: static;
}
header .et_pb_menu__menu .signupBtn:hover {
  border: none !important;
  transform: scale(1);
  gap: 12px;
}
header .et_pb_menu__menu .signupBtn a {
  color: #ffffff !important;
}

.pill {
  border-radius: 100px;
  border: var(--stroke-weight-1, 1px) solid var(--color-grey-95, #f3f3f3);
  background: var(--color-grey-97, #f8f8f8);
  padding: 6px 13px;
  font-size: 14px;
  display: inline-block;
}

.counter {
  font-family: "Dear Friend", sans-serif;
  font-size: 100px;
  line-height: 0.72em;
}
.counter span {
  color: #f08c22;
}

.et_pb_button {
  padding: 8px 8px 8px 24px !important;
  font-size: 15.3px;
  font-style: normal;
  border: none;
  font-weight: var(--font-weight-700, 700);
  gap: 12px;
  display: inline-flex !important;
  align-items: center !important;
  transition: all 0.2s ease;
}
.et_pb_button:hover {
  border: none !important;
  transform: scale(1.05);
  gap: 24px;
}
.et_pb_button::after {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="11" height="20" viewBox="0 0 11 20" fill="none"><path d="M1.67635 0.283172L10.1244 8.55168C10.7052 9.1201 10.7052 10.0799 10.1244 10.6483L1.67635 18.9168C1.04157 19.538 0 19.0701 0 18.1637L1.67635 9.6L0 1.03643C0 0.129899 1.04157 -0.338053 1.67635 0.283172Z" fill="%231A1A1A"/></svg>');
  width: 40px;
  height: 40px;
  border-radius: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  position: static;
}

#home {
  background-image: url(../images/hero-left-leaves.svg), url(../images/hero-right-leaves.svg), url(../images/hero-top-birds.svg);
  background-position: left 181px, right 171px, center top;
  background-size: 200px, 249px, 662px;
  background-repeat: no-repeat;
}

#journey .keyLearning {
  display: flex;
  gap: 8px;
  align-items: center;
  font-weight: bold;
}
#journey .keyLearning::before {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="44" height="44" viewBox="0 0 44 44" fill="none"><g clip-path="url(%23clip0_8696_647)"><path fill-rule="evenodd" clip-rule="evenodd" d="M13.0717 6.28836C12.9841 6.17167 12.8538 6.09452 12.7094 6.07389C12.565 6.05326 12.4183 6.09084 12.3017 6.17836C12.1844 6.30945 12.1196 6.47915 12.1196 6.65503C12.1196 6.8309 12.1844 7.00061 12.3017 7.1317C14.0491 9.35497 15.5952 11.7293 16.9217 14.2267C17.3067 15.0517 19.2867 14.465 18.755 13.1084C18.2941 12.2745 17.7604 11.4831 17.16 10.7434C12.8333 5.8117 13.475 6.83836 13.0717 6.28836Z" fill="%23129DC0"/><path fill-rule="evenodd" clip-rule="evenodd" d="M27.2983 17.9483L28.4717 16.8667C28.6183 16.72 29.0583 16.4817 29.1317 16.4083C29.2301 16.3199 29.2988 16.2031 29.3284 16.0741C29.3579 15.9451 29.3468 15.8101 29.2966 15.6876C29.2464 15.5652 29.1596 15.4612 29.048 15.39C28.9364 15.3188 28.8056 15.2839 28.6733 15.29C27.5997 15.7107 26.6164 16.333 25.7767 17.1233C25.1717 17.8567 25.575 18.9567 26.895 18.4067L27.2983 17.9483Z" fill="%23129DC0"/><path fill-rule="evenodd" clip-rule="evenodd" d="M34.21 10.3033C33.6783 9.68 32.8533 9.93667 30.5433 10.1567C27.6283 10.7067 24.805 11.5683 23.21 14.135C22.4583 15.3817 22.2383 18.6083 23.9433 18.8467C23.1477 19.6303 22.5615 20.6011 22.2383 21.67C21.768 19.7629 21.1552 17.8937 20.405 16.0783C21.8167 15.9317 22.7883 13.0533 22.33 10.5783C21.4867 6.215 18.645 3.66667 14.6667 1.65C13.5526 0.885792 12.3108 0.326994 11 0C7.81 0.33 7.59 9.955 9.38667 13.86C10.1219 15.6009 11.4917 16.9969 13.2183 17.765C14.06 18.2666 15.0313 18.5082 16.0099 18.4592C16.9885 18.4103 17.9309 18.0731 18.7183 17.49C19.901 19.692 20.8063 22.032 21.4133 24.4567C21.403 24.6079 21.4498 24.7576 21.5446 24.8759C21.6393 24.9943 21.7751 25.0728 21.9249 25.0959C22.0748 25.1189 22.2278 25.0849 22.3538 25.0004C22.4797 24.916 22.5694 24.7874 22.605 24.64C23.3189 22.852 24.3569 21.2111 25.6667 19.8C26.785 17.9667 22.6417 17.5633 24.4017 14.9417C26.1617 12.32 29.5717 12.3017 32.2483 12.0817C32.292 13.9987 31.9555 15.9054 31.2583 17.6917C30.9387 18.5423 30.378 19.2813 29.645 19.8183C27.9767 20.8267 27.28 19.69 26.62 19.69C26.4898 19.6946 26.3642 19.7388 26.2597 19.8165C26.1552 19.8943 26.0768 20.002 26.0351 20.1254C25.9933 20.2488 25.99 20.3819 26.0257 20.5072C26.0615 20.6325 26.1344 20.7439 26.235 20.8267C26.9987 21.3228 27.891 21.5841 28.8017 21.5783C32.1933 21.34 33.8617 16.94 34.3017 13.5483C34.5217 11.2567 34.65 10.7983 34.21 10.3033ZM19.5983 14.6667C18.9017 13.915 17.6 14.6667 18.0033 15.9317C18.0033 16.0783 18.1317 16.225 18.2233 16.39C17.6733 16.665 16.94 18.0217 13.8417 16.39C10.4317 14.6667 9.93667 10.0283 10.3583 6.215C10.4301 5.25164 10.5772 4.29538 10.7983 3.355C10.9633 2.78667 11.0733 2.145 11.55 2.34667C14.0169 3.31827 16.3083 4.6869 18.3333 6.39833C19.178 7.2032 19.8519 8.16992 20.3149 9.24084C20.778 10.3118 21.0206 11.465 21.0283 12.6317C20.845 14.7583 20.02 14.7217 19.7633 14.905L19.5983 14.6667Z" fill="%231A1A1A"/><path fill-rule="evenodd" clip-rule="evenodd" d="M43.1383 17.4166C39.765 16.17 39.765 16.2249 39.4717 16.3166C39.71 13.8599 37.895 13.8233 35.4567 13.6216C35.3061 13.6265 35.1625 13.6858 35.0523 13.7884C34.9421 13.891 34.8727 14.0301 34.8571 14.1798C34.8414 14.3296 34.8805 14.48 34.9672 14.6032C35.0538 14.7264 35.1821 14.814 35.3283 14.85C35.97 14.85 37.8767 14.9416 38.17 15.5466C37.8217 18.3699 36.19 31.02 35.695 33.8799C32.8717 32.7433 24.42 34.1 21.4133 36.5566C21.3727 36.5101 21.3227 36.4726 21.2667 36.4466C21.8932 33.4335 22.1517 30.3554 22.0367 27.28C22.0073 27.1694 21.948 27.0691 21.8654 26.99C21.7828 26.9109 21.6801 26.856 21.5684 26.8314C21.4567 26.8068 21.3404 26.8134 21.2322 26.8505C21.124 26.8876 21.0281 26.9537 20.955 27.0416C20.1184 29.9213 19.7653 32.9197 19.91 35.915C18.6629 34.7992 17.2126 33.934 15.6383 33.3666C12.4787 32.303 9.12 31.9646 5.81166 32.3766C5.93999 22.2566 6.15999 28.2333 4.80333 16.72C4.41833 13.365 4.36333 14.2266 4.36333 13.9516C4.76666 13.7133 5.00499 13.695 7.44333 13.7316C8.43333 13.7316 8.415 12.7966 7.57166 12.5766C6.30666 12.5766 3.90499 12.1916 3.20833 13.2366C2.91499 13.6766 3.20833 14.4466 3.20833 14.9416C2.1921 15.4586 1.22819 16.0726 0.329995 16.775C0.261073 16.8438 0.208744 16.9275 0.176978 17.0196C0.145213 17.1117 0.134845 17.2099 0.146661 17.3066C0.476661 22.4583 -0.183339 30.745 -5.31226e-06 36.2266C0.128328 39.0133 2.60333 37.9316 3.26333 37.95C14.5933 38.0966 17.93 43.2666 19.58 43.7066C21.3763 44.1627 23.2781 43.934 24.915 43.0649C29.865 39.9483 31.02 38.775 36.905 40.9016C37.2159 41.0654 37.562 41.151 37.9133 41.151C38.2647 41.151 38.6108 41.0654 38.9217 40.9016C39.7283 40.37 39.435 39.9483 40.04 37.235C44.66 17.545 44.55 17.93 43.1383 17.4166ZM41.6717 23.32C37.345 42.1666 38.5 35.035 37.8583 39.215C34.7417 38.115 32.1017 36.7033 26.2717 39.5816C24.8417 40.2783 24.75 41.1216 22.99 41.635C22.0662 41.8903 21.0905 41.8903 20.1667 41.635C18.6817 41.2316 18.3333 40.5533 17.1967 39.5816C10.1933 34.0816 1.66833 36.6666 1.72333 36.3733V34.705C1.31999 27.005 1.72333 19.1216 1.33833 17.4533C1.48499 17.325 3.17166 16.06 3.29999 15.9683C3.44666 17.16 3.29999 16.2983 3.57499 19.635C4.12515 23.3613 4.23591 27.1394 3.90499 30.8916C3.90499 31.6616 3.24499 33.1099 3.90499 34.0083C4.74833 35.3099 5.20666 33.4216 11.2383 34.3383C18.6633 35.4566 19.7267 39.0316 20.68 39.5266C20.8336 39.6087 21.0049 39.6517 21.179 39.652C21.3531 39.6524 21.5247 39.6099 21.6785 39.5285C21.8324 39.447 21.9639 39.329 22.0615 39.1848C22.1591 39.0407 22.2198 38.8747 22.2383 38.7016C22.4583 36.8683 32.7433 34.2283 35.3467 35.5666C35.3311 35.7747 35.3856 35.982 35.5015 36.1556C35.6174 36.3291 35.788 36.4589 35.9862 36.5243C36.1844 36.5896 36.3988 36.5868 36.5952 36.5163C36.7915 36.4457 36.9587 36.3115 37.07 36.135C37.62 35.2366 39.3983 17.435 39.4167 17.2883C39.6367 17.4533 39.0867 17.1783 42.57 18.4616C42.5517 18.6083 42.8083 18.3333 41.6717 23.32Z" fill="%231A1A1A"/></g><defs><clipPath id="clip0_8696_647"><rect width="44" height="44" fill="white"/></clipPath></defs></svg>');
  display: block;
}
#journey .keyLearning span {
  font-weight: normal;
  color: #129dc0;
  font-size: 12px;
}

#cta .et_pb_row {
  background-image: url(../images/cta-left.svg), url(../images/cta-right.svg);
  background-position: left, right;
  background-size: contain;
  background-repeat: no-repeat;
}

#process {
  background-image: url(../images/process-background.svg), url(../images/process-birds.svg);
  background-position: right bottom, 80% 40px;
  background-size: 503px, 492px;
  background-repeat: no-repeat;
}
#process .et_pb_blurb:nth-child(1) .pill {
  color: #f08c22;
}
#process .et_pb_blurb:nth-child(2) .pill {
  color: #129dc0;
}
#process .et_pb_blurb:nth-child(3) .pill {
  color: #85267a;
}
#process .et_pb_blurb .pill {
  position: absolute;
  top: 0;
  right: 0;
}
#process .journey-grid {
  column-count: 2;
  column-gap: 16px;
  max-width: 624px;
}
#process .journey-grid > * {
  margin-bottom: 16px;
}
#process .journey-grid img {
  border-radius: 16px;
}
#process .journey-grid .et_pb_blurb {
  height: 345px;
}
#process .journey-grid .et_pb_blurb .et_pb_blurb_content,
#process .journey-grid .et_pb_blurb .et_pb_blurb_container {
  height: 100%;
}
#process .journey-grid .et_pb_blurb .et_pb_blurb_container {
  display: flex;
  flex-direction: column;
}
#process .journey-grid .et_pb_blurb .et_pb_blurb_container .et_pb_blurb_description {
  margin-top: auto;
}

#testimonialsSlider .swiper-slide {
  overflow: visible;
  margin-bottom: 0;
  height: auto;
}
#testimonialsSlider .et_pb_main_blurb_image {
  position: absolute;
  top: -126px;
}
#testimonialsSlider .et_pb_blurb_container::before {
  content: url('data:image/svg+xml,<svg width="307" height="60" viewBox="0 0 307 60" fill="none" xmlns="http://www.w3.org/2000/svg"><g opacity="0.12"><path d="M22.5641 28.6638H6.15385C6.15385 18.6317 12.1641 9.97701 20.759 6.13275L18.2564 0.5C7.49744 5.2899 0 16.1031 0 28.6638V51.277C0 55.8192 3.67385 59.5 8.20513 59.5H30.7692V36.8868C30.7692 32.3446 27.0954 28.6638 22.5641 28.6638ZM71.7949 28.6638H55.3846C55.3846 18.6317 61.3949 9.97701 69.9897 6.13275L67.4872 0.5C56.7282 5.2899 49.2308 16.1031 49.2308 28.6638V51.277C49.2308 55.8192 52.9046 59.5 57.4359 59.5H80V36.8868C80 32.3446 76.3262 28.6638 71.7949 28.6638Z" fill="%234A3B47"></path></g></svg>');
  display: block;
  margin-bottom: 32px;
}
#testimonialsSlider .et_pb_blurb_description::before {
  content: url('data:image/svg+xml,<svg width="307" height="24" viewBox="0 0 307 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10.8856 1.40635C11.2979 0.42705 12.7021 0.427051 13.1144 1.40635L15.5478 7.18635C15.7217 7.5992 16.1148 7.88128 16.5659 7.91701L22.8822 8.41727C23.9523 8.50203 24.3863 9.82141 23.5709 10.5114L18.7586 14.5838C18.4149 14.8748 18.2647 15.3312 18.3697 15.7661L19.84 21.8553C20.0891 22.8869 18.9531 23.7024 18.0368 23.1496L12.6291 19.8865C12.2429 19.6534 11.7571 19.6534 11.3709 19.8865L5.96317 23.1496C5.04694 23.7024 3.91088 22.8869 4.15998 21.8553L5.63025 15.7661C5.73527 15.3312 5.58515 14.8748 5.24143 14.5838L0.429018 10.5114C-0.386341 9.82141 0.0476009 8.50203 1.11777 8.41727L7.43413 7.91701C7.8853 7.88128 8.2783 7.5992 8.45212 7.18635L10.8856 1.40635Z" fill="%23F08C22"/><path d="M38.8856 1.40635C39.2979 0.42705 40.7021 0.427051 41.1144 1.40635L43.5478 7.18635C43.7217 7.5992 44.1148 7.88128 44.5659 7.91701L50.8822 8.41727C51.9523 8.50203 52.3863 9.82141 51.5709 10.5114L46.7586 14.5838C46.4149 14.8748 46.2647 15.3312 46.3697 15.7661L47.84 21.8553C48.0891 22.8869 46.9531 23.7024 46.0368 23.1496L40.6291 19.8865C40.2429 19.6534 39.7571 19.6534 39.3709 19.8865L33.9632 23.1496C33.0469 23.7024 31.9109 22.8869 32.16 21.8553L33.6302 15.7661C33.7353 15.3312 33.5851 14.8748 33.2414 14.5838L28.429 10.5114C27.6137 9.82141 28.0476 8.50203 29.1178 8.41727L35.4341 7.91701C35.8853 7.88128 36.2783 7.5992 36.4521 7.18635L38.8856 1.40635Z" fill="%23F08C22"/><path d="M66.8856 1.40635C67.2979 0.42705 68.7021 0.427051 69.1144 1.40635L71.5478 7.18635C71.7217 7.5992 72.1148 7.88128 72.5659 7.91701L78.8822 8.41727C79.9523 8.50203 80.3863 9.82141 79.5709 10.5114L74.7586 14.5838C74.4149 14.8748 74.2647 15.3312 74.3697 15.7661L75.84 21.8553C76.0891 22.8869 74.9531 23.7024 74.0368 23.1496L68.6291 19.8865C68.2429 19.6534 67.7571 19.6534 67.3709 19.8865L61.9632 23.1496C61.0469 23.7024 59.9109 22.8869 60.16 21.8553L61.6302 15.7661C61.7353 15.3312 61.5851 14.8748 61.2414 14.5838L56.429 10.5114C55.6137 9.82141 56.0476 8.50203 57.1178 8.41727L63.4341 7.91701C63.8853 7.88128 64.2783 7.5992 64.4521 7.18635L66.8856 1.40635Z" fill="%23F08C22"/><path d="M94.8856 1.40635C95.2979 0.42705 96.7021 0.427051 97.1144 1.40635L99.5478 7.18635C99.7217 7.5992 100.115 7.88128 100.566 7.91701L106.882 8.41727C107.952 8.50203 108.386 9.82141 107.571 10.5114L102.759 14.5838C102.415 14.8748 102.265 15.3312 102.37 15.7661L103.84 21.8553C104.089 22.8869 102.953 23.7024 102.037 23.1496L96.6291 19.8865C96.2429 19.6534 95.7571 19.6534 95.3709 19.8865L89.9632 23.1496C89.0469 23.7024 87.9109 22.8869 88.16 21.8553L89.6302 15.7661C89.7353 15.3312 89.5851 14.8748 89.2414 14.5838L84.429 10.5114C83.6137 9.82141 84.0476 8.50203 85.1178 8.41727L91.4341 7.91701C91.8853 7.88128 92.2783 7.5992 92.4521 7.18635L94.8856 1.40635Z" fill="%23F08C22"/><path d="M122.886 1.40635C123.298 0.42705 124.702 0.427051 125.114 1.40635L127.548 7.18635C127.722 7.5992 128.115 7.88128 128.566 7.91701L134.882 8.41727C135.952 8.50203 136.386 9.82141 135.571 10.5114L130.759 14.5838C130.415 14.8748 130.265 15.3312 130.37 15.7661L131.84 21.8553C132.089 22.8869 130.953 23.7024 130.037 23.1496L124.629 19.8865C124.243 19.6534 123.757 19.6534 123.371 19.8865L117.963 23.1496C117.047 23.7024 115.911 22.8869 116.16 21.8553L117.63 15.7661C117.735 15.3312 117.585 14.8748 117.241 14.5838L112.429 10.5114C111.614 9.82141 112.048 8.50203 113.118 8.41727L119.434 7.91701C119.885 7.88128 120.278 7.5992 120.452 7.18635L122.886 1.40635Z" fill="%23F08C22"/></svg>');
  display: block;
  margin-bottom: 8px;
}

.testimonials-pagination {
  --swiper-pagination-color: #1a1a1a;
}

#testimonials-buttons {
  display: flex;
  gap: 20px;
  justify-content: flex-end;
}
#testimonials-buttons .testimonials-button-prev::before {
  content: url('data:image/svg+xml,<svg width="60" height="60" viewBox="0 0 60 60" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="60" height="60" rx="30" fill="%23F7F5F5"/><path d="M32.2538 39.705L23.4537 31.092C22.8488 30.4999 22.8488 29.5001 23.4537 28.908L32.2538 20.295C32.915 19.6479 34 20.1353 34 21.0796L32.2538 30L34 38.9204C34 39.8647 32.915 40.3521 32.2538 39.705Z" fill="%231A1A1A"/></svg>');
  display: block;
}
#testimonials-buttons .testimonials-button-next::before {
  content: url('data:image/svg+xml,<svg width="60" height="60" viewBox="0 0 60 60" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="60" height="60" rx="30" fill="%23F7F5F5"/><path d="M27.7462 20.295L36.5463 28.908C37.1512 29.5001 37.1512 30.4999 36.5463 31.092L27.7462 39.705C27.085 40.3521 26 39.8647 26 38.9205L27.7462 30L26 21.0796C26 20.1353 27.085 19.6479 27.7462 20.295Z" fill="%231A1A1A"/></svg>');
  display: block;
}

/*# sourceMappingURL=main.css.map */
