/*


########################################################
||                                                    ||
||       This is Typography  for website theme        ||
||contains primary font + defualt font + accsent font ||
||                                                    ||
||                                                    ||
########################################################


*/
@import url("https://fonts.googleapis.com/css2?family=Roboto Flex");
@import url("https://fonts.googleapis.com/css2?family=Plus Jakarta Sans");
/* line 40, ../sass/Theme/_typography.scss */
.font-size-xs {
  font-size: 0.5rem;
}

/* line 45, ../sass/Theme/_typography.scss */
.font-size-sm {
  font-size: 0.75rem;
}

/* line 50, ../sass/Theme/_typography.scss */
.font-size-medium {
  font-size: 1rem;
}

/* line 55, ../sass/Theme/_typography.scss */
.font-size-lg {
  font-size: 1.25rem;
}

/* line 60, ../sass/Theme/_typography.scss */
.font-size-xl {
  font-size: 1.5rem;
}

/* line 5, C:/Ruby30/lib/ruby/gems/3.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, C:/Ruby30/lib/ruby/gems/3.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, C:/Ruby30/lib/ruby/gems/3.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, C:/Ruby30/lib/ruby/gems/3.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, C:/Ruby30/lib/ruby/gems/3.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, C:/Ruby30/lib/ruby/gems/3.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, C:/Ruby30/lib/ruby/gems/3.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, C:/Ruby30/lib/ruby/gems/3.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, C:/Ruby30/lib/ruby/gems/3.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* line 9, ../sass/_reset.scss */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* line 20, ../sass/_reset.scss */
body {
  font-family: "Roboto Flex";
  font-size: 62.58%;
}

/* line 32, ../sass/_reset.scss */
.swiper {
  width: 100%;
  height: 100%;
  max-width: 1600px;
  margin: 24px auto;
}

/* line 41, ../sass/_reset.scss */
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 3, ../sass/_utlilties.scss */
.center-section, .ModernHeader {
  margin: auto;
  max-width: 1600px;
  width: 100%;
}

/* line 14, ../sass/_utlilties.scss */
.u-span {
  color: #4E97D1;
}

/* line 20, ../sass/_utlilties.scss */
.u-body-text {
  font-family: inherit;
  font-size: calc(0.6rem + 1vw);
  color: rgba(28, 30, 32, 0.6);
}
@media screen and (min-width: 769px) {
  /* line 20, ../sass/_utlilties.scss */
  .u-body-text {
    font-size: 1.2rem;
  }
}

/* line 25, ../sass/_utlilties.scss */
.u-m-33 {
  max-width: 33rem;
}

/* line 30, ../sass/_utlilties.scss */
.u-relaive {
  position: relative;
}

/* line 35, ../sass/_utlilties.scss */
.u-footer-text {
  font-family: inherit;
  font-size: calc(0.6rem + 1vw);
  color: #babec2;
  max-width: 700px;
}
@media screen and (min-width: 769px) {
  /* line 35, ../sass/_utlilties.scss */
  .u-footer-text {
    font-size: 1rem;
  }
}

/* line 43, ../sass/_utlilties.scss */
.flex-column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2.4rem;
}

/* line 53, ../sass/_utlilties.scss */
.u-h2 {
  color: black;
  font-size: calc(1rem + 1vw);
  max-width: 450px;
  color: #111820;
}
@media screen and (min-width: 1024px) {
  /* line 53, ../sass/_utlilties.scss */
  .u-h2 {
    font-size: 42px;
  }
}

/* line 63, ../sass/_utlilties.scss */
.u-body-text-dark, .ContactUsIntro p {
  font-family: inherit;
  font-size: calc(0.6rem + 1vw);
  color: #22272c;
  line-height: 25px;
}
@media screen and (min-width: 769px) {
  /* line 63, ../sass/_utlilties.scss */
  .u-body-text-dark, .ContactUsIntro p {
    font-size: 1rem;
  }
}

/* line 73, ../sass/_utlilties.scss */
.u-body-text-primary {
  font-family: inherit;
  font-size: calc(0.6rem + 1vw);
  color: #1A2735;
  line-height: 27px;
}
@media screen and (min-width: 769px) {
  /* line 73, ../sass/_utlilties.scss */
  .u-body-text-primary {
    font-size: 1.2rem;
  }
}

/* line 82, ../sass/_utlilties.scss */
.u-max-400 {
  max-width: 35rem;
}

/* line 88, ../sass/_utlilties.scss */
.u-max-3 {
  max-width: 26rem;
}

/* line 93, ../sass/_utlilties.scss */
.span {
  color: black;
}

/* line 98, ../sass/_utlilties.scss */
.Numbers {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
/* line 108, ../sass/_utlilties.scss */
.Numbers p:first-child {
  font-size: 4.2rem;
  color: #1A2735;
}

/* line 119, ../sass/_utlilties.scss */
.u-max-5 {
  max-width: 500px;
}

/* line 125, ../sass/_utlilties.scss */
.u-max-55 {
  max-width: 550px;
}

/* line 130, ../sass/_utlilties.scss */
.u-max-6 {
  max-width: 600px !important;
}

/* line 136, ../sass/_utlilties.scss */
.u-body-text-large {
  font-family: inherit;
  font-size: calc(0.6rem + 1vw);
  color: white;
  font-weight: bold;
  font-family: "Plus Jakarta Sans";
  letter-spacing: -0.04em;
  text-align: left;
  line-height: 4rem;
}
@media screen and (min-width: 769px) {
  /* line 136, ../sass/_utlilties.scss */
  .u-body-text-large {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 1024px) {
  /* line 136, ../sass/_utlilties.scss */
  .u-body-text-large {
    text-align: center;
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1440px) {
  /* line 136, ../sass/_utlilties.scss */
  .u-body-text-large {
    font-size: 2.8rem;
  }
}

/* line 169, ../sass/_utlilties.scss */
.u-image-grid {
  width: 20rem;
  border-radius: 50rem;
  max-width: 200px !important;
}

/* line 179, ../sass/_utlilties.scss */
.underline {
  position: relative;
}
/* line 183, ../sass/_utlilties.scss */
.underline::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 3px;
  background-color: #111820;
  left: 0;
  bottom: 0;
}

/* line 201, ../sass/_utlilties.scss */
.u-center-text {
  text-align: center !important;
}

/* line 206, ../sass/_utlilties.scss */
.u-mt-small, .mouse {
  margin-top: 2.4rem;
}

/* line 211, ../sass/_utlilties.scss */
.u-body-text-2 {
  font-family: inherit;
  font-size: calc(0.6rem + 1vw);
  color: #111820;
}
@media screen and (min-width: 769px) {
  /* line 211, ../sass/_utlilties.scss */
  .u-body-text-2 {
    font-size: 1.2rem;
  }
}

/* line 218, ../sass/_utlilties.scss */
.u-body-text-3 {
  font-family: inherit;
  font-size: calc(0.6rem + 1vw);
  color: #5F6872;
  text-align: left !important;
}
@media screen and (min-width: 769px) {
  /* line 218, ../sass/_utlilties.scss */
  .u-body-text-3 {
    font-size: 1.2rem;
  }
}

/* line 225, ../sass/_utlilties.scss */
.u-input {
  padding: 0.5rem;
  width: 100%;
  border: 1px solid #8C939A;
  border-radius: 8px;
}
/* line 225, ../sass/_Mixins.scss */
.u-input::placeholder {
  font-family: inherit;
  font-size: calc(0.6rem + 1vw);
  color: #8C939A;
}
@media screen and (min-width: 769px) {
  /* line 225, ../sass/_Mixins.scss */
  .u-input::placeholder {
    font-size: 1rem;
  }
}

/* line 233, ../sass/_utlilties.scss */
.wrapper {
  background-color: #F5F8FA;
}
/* line 239, ../sass/_utlilties.scss */
.wrapper > .blog:first-child {
  margin-top: 0px;
  padding-top: 4.2rem;
}

/* line 249, ../sass/_utlilties.scss */
.u-section {
  max-width: 1600px;
  margin: 0 auto;
  padding-left: calc(1rem + 1vw);
  padding-right: calc(1rem + 1vw);
  padding-top: calc(1rem + 1vh);
  padding-bottom: calc(1rem + 1vh);
}
@media screen and (min-width: 1024px) {
  /* line 249, ../sass/_utlilties.scss */
  .u-section {
    padding: 2rem;
  }
}

/* line 257, ../sass/_utlilties.scss */
.u-blogIntro {
  max-width: 1200px;
  margin: 0px auto;
  margin-top: calc(1rem + 1vh);
  margin-bottom: calc(1rem + 1vh);
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media screen and (min-width: 1440px) {
  /* line 257, ../sass/_utlilties.scss */
  .u-blogIntro {
    margin-top: 4.2rem;
    margin-bottom: 2.4rem;
  }
}
/* line 279, ../sass/_utlilties.scss */
.u-blogIntro h2 {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 600;
  color: #111820;
  max-width: 27ch;
}
/* line 301, ../sass/_utlilties.scss */
.u-blogIntro--firstline {
  max-width: 27ch;
  display: inline-block;
}
/* line 308, ../sass/_utlilties.scss */
.u-blogIntro--SecondLine {
  max-width: 27ch;
  display: inline-block;
}
/* line 316, ../sass/_utlilties.scss */
.u-blogIntro p {
  max-width: 1100px;
}

/* line 323, ../sass/_utlilties.scss */
.u-blog-image {
  width: 100%;
  object-fit: cover;
  max-width: 1200px;
  margin: 0 auto;
  display: block;
  border-radius: 4px;
  height: 100%;
  max-height: 600px;
  margin-bottom: 1.4rem;
}

/* line 8, ../sass/Components/_SectionIntroduction.scss */
.SectionIntro p {
  font-family: inherit;
  font-size: calc(0.6rem + 1vw);
  color: #4E97D1;
  font-family: "Roboto Flex";
  font-weight: 500;
  text-transform: capitalize;
}
@media screen and (min-width: 769px) {
  /* line 8, ../sass/Components/_SectionIntroduction.scss */
  .SectionIntro p {
    font-size: 1.4rem;
  }
}

/* line 4, ../sass/Components/_Card.scss */
.Card--title h3, .two-columns-card h3 {
  font-style: normal;
  font-size: calc(0.8rem + 0.5vw);
  color: black;
  font-family: inherit;
}
@media screen and (min-width: 1024px) {
  /* line 4, ../sass/Components/_Card.scss */
  .Card--title h3, .two-columns-card h3 {
    font-size: 24px;
  }
}

/* line 12, ../sass/Components/_Card.scss */
.Card--icon, .two-columns-card--icon--svg {
  border-radius: 50%;
  width: 64px;
  height: 64px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #E6F4FF;
  margin-bottom: 24px;
}

/* line 27, ../sass/Components/_Card.scss */
.Card--Description {
  font-family: inherit;
  font-size: calc(0.6rem + 1vw);
  color: rgba(28, 30, 32, 0.6);
  line-height: 27px;
  margin-top: 12px;
  font-family: "Plus Jakarta Sans", sans-serif;
  max-width: 22rem;
  text-align: center;
}
@media screen and (min-width: 769px) {
  /* line 27, ../sass/Components/_Card.scss */
  .Card--Description {
    font-size: 1.2rem;
  }
}

/* line 46, ../sass/Components/_Card.scss */
.Card {
  padding: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #F9F9F9;
}

/* line 88, ../sass/Components/_Card.scss */
.two-columns-card {
  background-color: #F9F9F9;
  width: 100%;
  height: 320px;
  display: grid;
  overflow: hidden;
  grid-template-columns: 20rem 1fr;
}
/* line 110, ../sass/Components/_Card.scss */
.two-columns-card__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
/* line 120, ../sass/Components/_Card.scss */
.two-columns-card__content p {
  text-align: left;
}
/* line 128, ../sass/Components/_Card.scss */
.two-columns-card--icon {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
/* line 134, ../sass/Components/_Card.scss */
.two-columns-card--icon::after {
  content: "";
  position: absolute;
  top: -31px;
  left: -100;
  width: 113%;
  height: 118%;
  border: 5px solid white;
  border-radius: 50%;
  z-index: 2;
  left: -88px;
}
/* line 150, ../sass/Components/_Card.scss */
.two-columns-card--icon--svg {
  margin-bottom: 0;
}

/* line 180, ../sass/Components/_Card.scss */
.ModernCard {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.4rem;
}
/* line 187, ../sass/Components/_Card.scss */
.ModernCard__Header {
  width: 56px;
  height: 56px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #D3E6F4;
  border-radius: 50%;
}
/* line 202, ../sass/Components/_Card.scss */
.ModernCard h3 {
  font-family: "Plus Jakarta Sans";
  font-weight: 500;
  letter-spacing: -0.04em;
  font-size: 32px;
  color: white;
  font-size: calc(1rem + 3vw);
  color: white;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  /* line 202, ../sass/Components/_Card.scss */
  .ModernCard h3 {
    font-size: 32px;
  }
}
/* line 211, ../sass/Components/_Card.scss */
.ModernCard p {
  font-family: inherit;
  font-size: calc(0.6rem + 1vw);
  color: #BABEC2;
  max-width: 330px;
  text-align: center;
}
@media screen and (min-width: 769px) {
  /* line 211, ../sass/Components/_Card.scss */
  .ModernCard p {
    font-size: 1.2rem;
  }
}

/* line 1, ../sass/Components/_Button.scss */
.CTA_Button, .SecondaryCTA {
  padding: 1rem;
  font-family: inherit;
  font-size: calc(0.6rem + 1vw);
  color: white;
  border-radius: 6px;
  white-space: nowrap;
  text-decoration: none !important;
  text-transform: capitalize;
  display: inline-block;
}
@media screen and (min-width: 769px) {
  /* line 1, ../sass/Components/_Button.scss */
  .CTA_Button, .SecondaryCTA {
    font-size: 1.2rem;
  }
}

/* line 28, ../sass/Components/_Button.scss */
.CTA_Button {
  background-color: #4E97D1;
}

/* line 41, ../sass/Components/_Button.scss */
.SecondaryCTA {
  padding: 14px 24px;
  border-radius: 4px;
  background-color: #F5F8FA;
  color: black;
  position: relative;
  z-index: 999;
}

/* line 65, ../sass/Components/_Button.scss */
.CTA_Link {
  color: #4E97D1;
  font-size: 1rem;
  text-decoration: none;
  padding: 1rem;
  background: #F1F7FB;
  border-radius: 6px;
  align-self: flex-start;
}

/* line 1, ../sass/Components/_ServiceCard.scss */
.ServiceCard {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 24px;
  text-decoration: none;
  position: relative;
}
/* line 15, ../sass/Components/_ServiceCard.scss */
.ServiceCard--header {
  display: flex;
  align-items: center;
  gap: 12px;
}
/* line 24, ../sass/Components/_ServiceCard.scss */
.ServiceCard h2 {
  color: black;
  font-size: calc(1rem + 1vw);
}
@media screen and (min-width: 1024px) {
  /* line 24, ../sass/Components/_ServiceCard.scss */
  .ServiceCard h2 {
    font-size: 24px;
  }
}
/* line 30, ../sass/Components/_ServiceCard.scss */
.ServiceCard--border {
  background-color: #D1D4D7;
  width: 100%;
  height: 1px;
}
/* line 44, ../sass/Components/_ServiceCard.scss */
.ServiceCard--wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  gap: 4.2rem;
}

/* line 62, ../sass/Components/_ServiceCard.scss */
.ServiceCard-v2 {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 48px;
  gap: 32px;
  background: #FFFFFF;
  text-decoration: none;
  border-radius: 4px;
}
/* line 81, ../sass/Components/_ServiceCard.scss */
.ServiceCard-v2 h3 {
  font-family: "Plus Jakarta Sans";
  font-weight: 500;
  letter-spacing: -0.04em;
  font-size: 32px;
  color: white;
  font-size: calc(1rem + 3vw);
  color: black;
}
@media screen and (min-width: 1024px) {
  /* line 81, ../sass/Components/_ServiceCard.scss */
  .ServiceCard-v2 h3 {
    font-size: 32px;
  }
}
/* line 88, ../sass/Components/_ServiceCard.scss */
.ServiceCard-v2 p {
  max-width: 460px;
}
/* line 94, ../sass/Components/_ServiceCard.scss */
.ServiceCard-v2--button {
  font-family: inherit;
  font-size: calc(0.6rem + 1vw);
  color: #4E97D1;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 8px;
}
@media screen and (min-width: 769px) {
  /* line 94, ../sass/Components/_ServiceCard.scss */
  .ServiceCard-v2--button {
    font-size: 1rem;
  }
}

/* line 113, ../sass/Components/_ServiceCard.scss */
.u-service-card-full-text {
  width: 100% !important;
  max-width: 100% !important;
}

/* line 1, ../sass/Components/_Tax.scss */
table {
  background-color: white;
  height: 100%;
  width: 100%;
  border-collapse: collapse;
}
/* line 15, ../sass/Components/_Tax.scss */
table h3 {
  text-align: center;
  font-family: "Plus Jakarta Sans";
  font-weight: 500;
  letter-spacing: -0.04em;
  font-size: 32px;
  color: white;
  font-size: calc(1rem + 3vw);
  color: black;
}
@media screen and (min-width: 1024px) {
  /* line 15, ../sass/Components/_Tax.scss */
  table h3 {
    font-size: 32px;
  }
}
/* line 26, ../sass/Components/_Tax.scss */
table td {
  font-family: inherit;
  font-size: calc(0.6rem + 1vw);
  color: #111820;
  font-family: "Plus Jakarta Sans";
  padding: 1rem;
}
@media screen and (min-width: 769px) {
  /* line 26, ../sass/Components/_Tax.scss */
  table td {
    font-size: 1rem;
  }
}

/* line 37, ../sass/Components/_Tax.scss */
.TableWrapper {
  background-color: #F5F8FA;
  padding: 1rem;
  display: flex;
  gap: 1rem;
  height: 100%;
}

.TableWrapper .u-mt-small {
	margin-top: 0;
}
@media screen and (min-width: 1440px) {
  /* line 37, ../sass/Components/_Tax.scss */
  .TableWrapper {
    padding: 4rem;
  }
}

@media screen and (max-width: 420px) {
	.TableWrapper {
		flex-direction: column;

	}
}

/* line 51, ../sass/Components/_Tax.scss */
.TableBlock {
  width: 100%;
  border: 0.68px solid #E8E9EB;
}

/* line 60, ../sass/Components/_Tax.scss */
.bold {
  color: black;
  font-weight: bold;
}

/* line 68, ../sass/Components/_Tax.scss */
.Summary {
  width: 100%;
  padding: 2rem;
  background-color: white;
}
/* line 80, ../sass/Components/_Tax.scss */
.Summary h4 {
  font-family: inherit;
  font-size: calc(0.6rem + 1vw);
  color: #111820;
  font-weight: bold;
  font-family: "Plus Jakarta Sans";
}
@media screen and (min-width: 769px) {
  /* line 80, ../sass/Components/_Tax.scss */
  .Summary h4 {
    font-size: 1.2rem;
  }
}
/* line 92, ../sass/Components/_Tax.scss */
.Summary p {
  font-family: inherit;
  font-size: calc(0.6rem + 1vw);
  color: #111820;
  margin-top: 12px;
  color: #5F6872;
  letter-spacing: 0;
  max-width: 540px;
  line-height: 1.5;
  font-family: "Plus Jakarta Sans";
}
@media screen and (min-width: 769px) {
  /* line 92, ../sass/Components/_Tax.scss */
  .Summary p {
    font-size: 1rem;
  }
}

/* line 118, ../sass/Components/_Tax.scss */
.RatesTable {
  width: 100%;
  table-layout: auto;
}
/* line 128, ../sass/Components/_Tax.scss */
.RatesTable th {
  background-color: #111820;
  text-align: center;
  height: auto;
  /* Allow height to adjust automatically */
  width: 100%;
  padding: 2rem;
}
/* line 137, ../sass/Components/_Tax.scss */
.RatesTable th p {
  font-family: inherit;
  font-size: calc(0.6rem + 1vw);
  color: white;
}
@media screen and (min-width: 769px) {
  /* line 137, ../sass/Components/_Tax.scss */
  .RatesTable th p {
    font-size: 1.2rem;
  }
}
/* line 147, ../sass/Components/_Tax.scss */
.RatesTable th span {
  font-weight: bold;
}
/* line 161, ../sass/Components/_Tax.scss */
.RatesTable tr {
  border-bottom: 1px solid  #E8E9EB;
}

/* line 1, ../sass/Components/_BlogCard.scss */
.BlogCard {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 1.4rem;
    text-decoration: none;
    height: 100%;
    border: ;
    background-color: white;
    padding: 40px 20px;
    border-radius: 5px;
}
/* line 19, ../sass/Components/_BlogCard.scss */
.BlogCard img {
  object-fit: cover;
  display: none;
}
/* line 30, ../sass/Components/_BlogCard.scss */
.BlogCard h3 {
  font-family: "Plus Jakarta Sans";
  font-weight: 500;
  letter-spacing: -0.04em;
  font-size: 32px;
  color: white;
  font-size: calc(1rem + 3vw);
  font-family: "Plus Jakarta Sans";
  color: #111820;
  max-width: 460px;
  font-weight: 500;
}
@media screen and (min-width: 1024px) {
  /* line 30, ../sass/Components/_BlogCard.scss */
  .BlogCard h3 {
    font-size: 24px;
  }
}
/* line 45, ../sass/Components/_BlogCard.scss */
.BlogCard--subtitle {
  font-family: inherit;
  font-size: calc(0.6rem + 1vw);
  color: #111820;
}
@media screen and (min-width: 769px) {
  /* line 45, ../sass/Components/_BlogCard.scss */
  .BlogCard--subtitle {
    font-size: 1.2rem;
  }
}
/* line 51, ../sass/Components/_BlogCard.scss */
.BlogCard--readtime {
  font-family: inherit;
  font-size: calc(0.6rem + 1vw);
  color: rgba(15, 39, 59, 0.5);
}
@media screen and (min-width: 769px) {
  /* line 51, ../sass/Components/_BlogCard.scss */
  .BlogCard--readtime {
    font-size: 1rem;
  }
}
/* line 60, ../sass/Components/_BlogCard.scss */
.BlogCard--bottom {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

/* line 1, ../sass/Components/_Form.scss */
.ContactUsForm {
  padding: 1rem;
  width: 100%;
  max-width: 500px;
  border-radius: 4px;
  background-color: white;
}
@media screen and (max-width: 1024px) {
  /* line 1, ../sass/Components/_Form.scss */
  .ContactUsForm {
    max-width: 90%;
  }
}
/* line 32, ../sass/Components/_Form.scss */
.ContactUsForm--holder {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100px;
  display: flex;
  align-items: center;
  gap: calc(1rem + 2vw);
}
@media screen and (min-width: 1600px) {
  /* line 32, ../sass/Components/_Form.scss */
  .ContactUsForm--holder {
    gap: 4rem;
  }
}
@media screen and (min-width: 1025px) {
  /* line 32, ../sass/Components/_Form.scss */
  .ContactUsForm--holder {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-direction: row;
  }
}
@media screen and (max-width: 1024px) {
  /* line 32, ../sass/Components/_Form.scss */
  .ContactUsForm--holder {
    flex-direction: column;
    position: static;
    transform: translateX(0%);
    top: 0;
    left: 0;
    gap: 2.4rem;
  }
}
/* line 95, ../sass/Components/_Form.scss */
.ContactUsForm input {
  padding: 0.5rem;
  width: 100%;
  border: 1px solid #8C939A;
  border-radius: 8px;
}
/* line 106, ../sass/Components/_Form.scss */
.ContactUsForm input::placeholder {
  font-family: inherit;
  font-size: calc(0.6rem + 1vw);
  color: #111820;
}
@media screen and (min-width: 769px) {
  /* line 106, ../sass/Components/_Form.scss */
  .ContactUsForm input::placeholder {
    font-size: 1rem;
  }
}
/* line 114, ../sass/Components/_Form.scss */
.ContactUsForm input[type="radio"] {
  display: none;
}
/* line 118, ../sass/Components/_Form.scss */
.ContactUsForm input[type="radio"]:checked + label {
  color: #5199D2;
  border-radius: 8px;
  background-color: #F5F8FA;
  border: 1px solid #5199D2;
}
/* line 134, ../sass/Components/_Form.scss */
.ContactUsForm label {
  font-family: inherit;
  font-size: calc(0.6rem + 1vw);
  color: #5F6872;
  padding: 12px;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  /* line 134, ../sass/Components/_Form.scss */
  .ContactUsForm label {
    font-size: 1rem;
  }
}
/* line 146, ../sass/Components/_Form.scss */
.ContactUsForm--services {
  display: flex;
  flex-wrap: wrap;
  margin-top: 12px;
}
/* line 158, ../sass/Components/_Form.scss */
.ContactUsForm h3, .ContactUsForm span {
  font-family: inherit;
  font-size: calc(0.6rem + 1vw);
  color: #111820;
}
@media screen and (min-width: 769px) {
  /* line 158, ../sass/Components/_Form.scss */
  .ContactUsForm h3, .ContactUsForm span {
    font-size: 1rem;
  }
}
/* line 168, ../sass/Components/_Form.scss */
.ContactUsForm--input {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

/* line 180, ../sass/Components/_Form.scss */
.FormGap {
  gap: 1.4rem;
}

/* line 185, ../sass/Components/_Form.scss */
#CustomFileUpload {
  padding: 0.5rem;
  width: 50%;
  border: 1px solid #8C939A;
  border-radius: 8px;
}

/* line 193, ../sass/Components/_Form.scss */
.file-button {
  display: flex;
  align-items: center;
  gap: 8px;
}

/* line 203, ../sass/Components/_Form.scss */
.DropDown {
  background: #FFFFFF;
  border: 1px solid #8C939A;
  border-radius: 8px;
  padding: 1rem;
  font-family: inherit;
  font-size: calc(0.6rem + 1vw);
  color: #0F273B;
  margin-top: 24px;
  margin-bottom: 64px;
}
@media screen and (min-width: 769px) {
  /* line 203, ../sass/Components/_Form.scss */
  .DropDown {
    font-size: 1rem;
  }
}

/* line 1, ../sass/Components/_Mouse.scss */
.mouse {
  cursor: pointer;
  border-radius: 25px;
  width: 3px;
  height: 35px;
  padding: 10px 15px;
  border: 2px solid #111820;
  box-sizing: content-box;
}
/* line 22, ../sass/Components/_Mouse.scss */
.mouse__Scroller {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #111820;
  animation-name: scroll;
  animation-duration: 2.2s;
  animation-timing-function: cubic-bezier(0.15, 0.41, 0.69, 0.94);
  animation-iteration-count: infinite;
}

@keyframes scroll {
  0% {
    opacity: 0;
  }
  10% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(15px);
    opacity: 0;
  }
}
/* line 1, ../sass/Components/_Tab.scss */
.Block, .Tab {
  background-color: white;
  border-radius: 4px;
  width: 100%;
  padding: 2rem;
}

/* line 21, ../sass/Components/_Tab.scss */
.full-block-height {
  height: 676px;
}

/* line 27, ../sass/Components/_Tab.scss */
.Tab {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  /* line 27, ../sass/Components/_Tab.scss */
  .Tab {
    flex-direction: column;
  }
}
@media screen and (max-width: 1200px) {
  /* line 47, ../sass/Components/_Tab.scss */
  .Tab--header {
    margin-bottom: 2.4rem;
  }
}
/* line 55, ../sass/Components/_Tab.scss */
.Tab--header p {
  font-family: inherit;
  font-size: calc(0.6rem + 1vw);
  color: black;
}
@media screen and (min-width: 769px) {
  /* line 55, ../sass/Components/_Tab.scss */
  .Tab--header p {
    font-size: 1.2rem;
  }
}
/* line 61, ../sass/Components/_Tab.scss */
.Tab nav {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  /* line 61, ../sass/Components/_Tab.scss */
  .Tab nav {
    flex-wrap: wrap;
  }
}
/* line 73, ../sass/Components/_Tab.scss */
.Tab nav a {
  text-decoration: none;
  font-family: inherit;
  font-size: calc(0.6rem + 1vw);
  color: #5F6872;
  border-radius: 8px;
  cursor: pointer;
  display: inline-block;
  padding: 1rem;
}
@media screen and (min-width: 769px) {
  /* line 73, ../sass/Components/_Tab.scss */
  .Tab nav a {
    font-size: 1.2rem;
  }
}
/* line 86, ../sass/Components/_Tab.scss */
.Tab nav a.active {
  color: #4E97D1;
  background-color: #F1F7FB;
}

/* line 1, ../sass/Components/_TestimonialCard.scss */
.TestimonialCard {
  width: 100%;
  height: 100%;
  background-color: white;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2.4rem;
}
/* line 23, ../sass/Components/_TestimonialCard.scss */
.TestimonialCard p {
  max-width: 27rem;
}
/* line 31, ../sass/Components/_TestimonialCard.scss */
.TestimonialCard__Bottom {
  margin-top: auto;
}
/* line 39, ../sass/Components/_TestimonialCard.scss */
.TestimonialCard__Bottom--name p, .TestimonialCard__Bottom--title p {
  font-family: inherit;
  font-size: calc(0.6rem + 1vw);
  color: #0F273B;
  text-align: left !important;
}
@media screen and (min-width: 769px) {
  /* line 39, ../sass/Components/_TestimonialCard.scss */
  .TestimonialCard__Bottom--name p, .TestimonialCard__Bottom--title p {
    font-size: 1rem;
  }
}
/* line 49, ../sass/Components/_TestimonialCard.scss */
.TestimonialCard__Bottom--title {
  font-weight: bold;
}

/* line 1, ../sass/Components/_Preloader.scss */
.Preloader {
  position: fixed;
  inset: 0;
  background-color: #FCF9F6;
  z-index: 99999;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2.4rem;
  /* Keyframes for the pulse effect */
}
/* line 19, ../sass/Components/_Preloader.scss */
.Preloader img {
  width: 60%;
  max-width: 300px;
  animation: pulse 2s infinite;
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
/* line 1, ../sass/Components/_Accordion.scss */
.FAQ {
  background-color: white;
  padding: 1rem;
  width: 100%;
  max-width: 1150px;
  border-radius: 4px;
}
/* line 18, ../sass/Components/_Accordion.scss */
.FAQ__Body {
  overflow: hidden;
  max-height: 0;
}
/* line 28, ../sass/Components/_Accordion.scss */
.FAQ__Body.active {
  max-height: 100%;
}
/* line 35, ../sass/Components/_Accordion.scss */
.FAQ__Body p {
  max-width: 900px;
}
/* line 42, ../sass/Components/_Accordion.scss */
.FAQ__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
/* line 51, ../sass/Components/_Accordion.scss */
.FAQ__header svg {
  cursor: pointer;
}

/* line 58, ../sass/Components/_Accordion.scss */
.FAQ__wrapper {
  display: flex;
  flex-direction: column;
  gap: 42px;
}

/* line 1, ../sass/Components/Article/_ArticleLayout.scss */
.Article__header {
  position: relative;
  margin: 42px auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
/* line 11, ../sass/Components/Article/_ArticleLayout.scss */
.Article__header::after {
  position: absolute;
  content: '';
  background-color: #E8E9EB;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: -24px;
}
/* line 38, ../sass/Components/Article/_ArticleLayout.scss */
.Article__header--category {
  font-family: inherit;
  font-size: calc(0.6rem + 1vw);
  color: #5199D2;
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.04em;
}
@media screen and (min-width: 769px) {
  /* line 38, ../sass/Components/Article/_ArticleLayout.scss */
  .Article__header--category {
    font-size: 1.2rem;
  }
}
/* line 58, ../sass/Components/Article/_ArticleLayout.scss */
.Article__header--date {
  font-family: inherit;
  font-size: calc(0.6rem + 1vw);
  color: #A3A9AE;
}
@media screen and (min-width: 769px) {
  /* line 58, ../sass/Components/Article/_ArticleLayout.scss */
  .Article__header--date {
    font-size: 1.2rem;
  }
}
/* line 64, ../sass/Components/Article/_ArticleLayout.scss */
.Article__header--Author {
  font-family: inherit;
  font-size: calc(0.6rem + 1vw);
  color: #0F273B;
  font-weight: bold;
  position: relative;
}
@media screen and (min-width: 769px) {
  /* line 64, ../sass/Components/Article/_ArticleLayout.scss */
  .Article__header--Author {
    font-size: 1.2rem;
  }
}
/* line 72, ../sass/Components/Article/_ArticleLayout.scss */
.Article__header--Author::before {
  position: absolute;
  content: '';
  left: -12px;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #A3A9AE;
}
/* line 92, ../sass/Components/Article/_ArticleLayout.scss */
.Article__header--info {
  display: flex;
  align-items: center;
  gap: 24px;
}

/* line 102, ../sass/Components/Article/_ArticleLayout.scss */
.ArtliceLayout {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-left: calc(1rem + 1vw);
  padding-right: calc(1rem + 1vw);
  padding-top: calc(1rem + 1vh);
  padding-bottom: calc(1rem + 1vh);
}
@media screen and (min-width: 1024px) {
  /* line 102, ../sass/Components/Article/_ArticleLayout.scss */
  .ArtliceLayout {
    padding: 2rem;
  }
}
/* line 113, ../sass/Components/Article/_ArticleLayout.scss */
.ArtliceLayout h1 {
  color: black;
  font-size: calc(1rem + 1vw);
  font-weight: bold;
}
@media screen and (min-width: 1024px) {
  /* line 113, ../sass/Components/Article/_ArticleLayout.scss */
  .ArtliceLayout h1 {
    font-size: 42px;
  }
}
/* line 123, ../sass/Components/Article/_ArticleLayout.scss */
.ArtliceLayout img {
  width: 100%;
  object-fit: cover;
}

/* line 132, ../sass/Components/Article/_ArticleLayout.scss */
.u-mt-article-small {
  margin-top: 4.2rem;
}

/* line 139, ../sass/Components/Article/_ArticleLayout.scss */
.u-h2-article-title {
  font-size: calc(0.8rem + 1vw);
  font-weight: 900;
  color: black;
  max-width: 57ch;
}
@media screen and (min-width: 1024px) {
  /* line 139, ../sass/Components/Article/_ArticleLayout.scss */
  .u-h2-article-title {
    font-size: 2rem;
  }
}

/* line 157, ../sass/Components/Article/_ArticleLayout.scss */
.span--black {
  font-weight: 900;
}

/* line 1, ../sass/Layout/_Navigation.scss */
.ModernHeader {
  padding: 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  /* line 20, ../sass/Layout/_Navigation.scss */
  .ModernHeader.active {
    flex-direction: column;
    height: 100vh;
    position: fixed;
    inset: 0;
    z-index: 999;
    background-color: white;
  }
}
/* line 37, ../sass/Layout/_Navigation.scss */
.ModernHeader nav {
  list-style-type: none;
  display: flex;
  align-items: center;
  gap: 2.4rem;
}
@media screen and (max-width: 1024px) {
  /* line 37, ../sass/Layout/_Navigation.scss */
  .ModernHeader nav {
    display: none;
  }
  /* line 52, ../sass/Layout/_Navigation.scss */
  .ModernHeader nav.active {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
  }
}
/* line 65, ../sass/Layout/_Navigation.scss */
.ModernHeader nav a {
  text-decoration: none;
  text-transform: capitalize;
  color: #1A2735;
  font-size: 16px;
}
/* line 82, ../sass/Layout/_Navigation.scss */
.ModernHeader__BurgerIcon {
  position: absolute;
  top: 2rem;
  right: 2rem;
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  /* line 82, ../sass/Layout/_Navigation.scss */
  .ModernHeader__BurgerIcon {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  /* line 100, ../sass/Layout/_Navigation.scss */
  .ModernHeader .CTA_Button {
    display: none;
  }
}
/* line 106, ../sass/Layout/_Navigation.scss */
.ModernHeader .CTA_Button.active {
  display: inline-block;
}

/* line 1, ../sass/Layout/_Footer.scss */
.ModernFooter {
  background-color: #111820;
  padding: calc(1rem + 1vw);
}
@media screen and (min-width: 1024px) {
  /* line 1, ../sass/Layout/_Footer.scss */
  .ModernFooter {
    padding: 4rem;
  }
}
/* line 20, ../sass/Layout/_Footer.scss */
.ModernFooter__column--header {
  margin-bottom: 14px;
}
/* line 24, ../sass/Layout/_Footer.scss */
.ModernFooter__column--header p {
  font-family: inherit;
  font-size: calc(0.6rem + 1vw);
  color: #babec2;
}
@media screen and (min-width: 769px) {
  /* line 24, ../sass/Layout/_Footer.scss */
  .ModernFooter__column--header p {
    font-size: 1rem;
  }
}
/* line 31, ../sass/Layout/_Footer.scss */
.ModernFooter__column nav {
  gap: 12px;
  display: flex;
  flex-direction: column;
}
/* line 40, ../sass/Layout/_Footer.scss */
.ModernFooter__column nav a {
  text-decoration: none;
  font-family: inherit;
  font-size: calc(0.6rem + 1vw);
  color: white;
}
@media screen and (min-width: 769px) {
  /* line 40, ../sass/Layout/_Footer.scss */
  .ModernFooter__column nav a {
    font-size: 1rem;
  }
}
/* line 53, ../sass/Layout/_Footer.scss */
.ModernFooter h4 {
  font-size: calc(1rem + 2vw);
  color: white;
  letter-spacing: -0.04em;
  max-width: 20ch;
  text-align: center;
  color: white;
  font-family: "Plus Jakarta Sans", sans-serif;
  text-align: left;
  font-weight: 600;
}
@media screen and (min-width: 1600px) {
  /* line 53, ../sass/Layout/_Footer.scss */
  .ModernFooter h4 {
    font-size: 4.8rem;
  }
}
/* line 69, ../sass/Layout/_Footer.scss */
.ModernFooter h4 .first-line {
  display: inline-block;
  max-width: 10ch;
}
/* line 75, ../sass/Layout/_Footer.scss */
.ModernFooter h4 .rest {
  max-width: 20ch;
  display: inline-block;
}
/* line 83, ../sass/Layout/_Footer.scss */
.ModernFooter p {
  font-family: "Plus Jakarta Sans", sans-serif;
}
/* line 88, ../sass/Layout/_Footer.scss */
.ModernFooter--layout {
  max-width: 1600px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 12rem;
  grid-template-areas: "Header CTA" "Text ...";
  gap: 1.4rem;
}
@media screen and (max-width: 1024px) {
  /* line 88, ../sass/Layout/_Footer.scss */
  .ModernFooter--layout {
    grid-template-columns: 1fr;
    grid-template-areas: "Header" "CTA" "Text";
  }
}
/* line 117, ../sass/Layout/_Footer.scss */
.ModernFooter--line {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.3);
  margin-top: calc(1rem + 1vh);
  margin-bottom: calc(1rem + 1vh);
}
@media screen and (min-width: 1024px) {
  /* line 117, ../sass/Layout/_Footer.scss */
  .ModernFooter--line {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}

/* line 141, ../sass/Layout/_Footer.scss */
.Header {
  grid-area: Header;
}

/* line 146, ../sass/Layout/_Footer.scss */
.CTA {
  grid-area: CTA;
  justify-self: flex-start;
}
@media screen and (min-width: 1024px) {
  /* line 146, ../sass/Layout/_Footer.scss */
  .CTA {
    align-self: end;
  }
}

/* line 161, ../sass/Layout/_Footer.scss */
.TXT {
  grid-area: Text;
}

@use "sass:math";
/* line 72, ../sass/Layout/_GridLayout.scss */
.serviceGap > * {
  padding: 1rem;
}
@media screen and (min-width: 1200px) {
  /* line 72, ../sass/Layout/_GridLayout.scss */
  .serviceGap > * {
    padding: 2rem;
  }
}

/* line 83, ../sass/Layout/_GridLayout.scss */
.gap > * {
  padding: 1rem;
}

/* line 114, ../sass/Layout/_GridLayout.scss */
.gap-large > * {
  padding: 2.4rem;
}

/* line 124, ../sass/Layout/_GridLayout.scss */
.GridSystem {
  max-width: 1600px;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
}
/* line 138, ../sass/Layout/_GridLayout.scss */
.GridSystem--Row {
  display: flex;
  flex-flow: row wrap;
}

@media (min-width: 0) {
  /* line 152, ../sass/Layout/_GridLayout.scss */
  .col-1-xs {
    box-sizing: border-box;
    flex-grow: 0;
    width: 8.33333%;
  }

  /* line 152, ../sass/Layout/_GridLayout.scss */
  .col-2-xs {
    box-sizing: border-box;
    flex-grow: 0;
    width: 16.66667%;
  }

  /* line 152, ../sass/Layout/_GridLayout.scss */
  .col-3-xs {
    box-sizing: border-box;
    flex-grow: 0;
    width: 25%;
  }

  /* line 152, ../sass/Layout/_GridLayout.scss */
  .col-4-xs {
    box-sizing: border-box;
    flex-grow: 0;
    width: 33.33333%;
  }

  /* line 152, ../sass/Layout/_GridLayout.scss */
  .col-5-xs {
    box-sizing: border-box;
    flex-grow: 0;
    width: 41.66667%;
  }

  /* line 152, ../sass/Layout/_GridLayout.scss */
  .col-6-xs {
    box-sizing: border-box;
    flex-grow: 0;
    width: 50%;
  }

  /* line 152, ../sass/Layout/_GridLayout.scss */
  .col-7-xs {
    box-sizing: border-box;
    flex-grow: 0;
    width: 58.33333%;
  }

  /* line 152, ../sass/Layout/_GridLayout.scss */
  .col-8-xs {
    box-sizing: border-box;
    flex-grow: 0;
    width: 66.66667%;
  }

  /* line 152, ../sass/Layout/_GridLayout.scss */
  .col-9-xs {
    box-sizing: border-box;
    flex-grow: 0;
    width: 75%;
  }

  /* line 152, ../sass/Layout/_GridLayout.scss */
  .col-10-xs {
    box-sizing: border-box;
    flex-grow: 0;
    width: 83.33333%;
  }

  /* line 152, ../sass/Layout/_GridLayout.scss */
  .col-11-xs {
    box-sizing: border-box;
    flex-grow: 0;
    width: 91.66667%;
  }

  /* line 152, ../sass/Layout/_GridLayout.scss */
  .col-12-xs {
    box-sizing: border-box;
    flex-grow: 0;
    width: 100%;
  }
}
@media (min-width: 480px) {
  /* line 162, ../sass/Layout/_GridLayout.scss */
  .col-1-sm {
    box-sizing: border-box;
    flex-grow: 0;
    width: 8.33333%;
  }

  /* line 162, ../sass/Layout/_GridLayout.scss */
  .col-2-sm {
    box-sizing: border-box;
    flex-grow: 0;
    width: 16.66667%;
  }

  /* line 162, ../sass/Layout/_GridLayout.scss */
  .col-3-sm {
    box-sizing: border-box;
    flex-grow: 0;
    width: 25%;
  }

  /* line 162, ../sass/Layout/_GridLayout.scss */
  .col-4-sm {
    box-sizing: border-box;
    flex-grow: 0;
    width: 33.33333%;
  }

  /* line 162, ../sass/Layout/_GridLayout.scss */
  .col-5-sm {
    box-sizing: border-box;
    flex-grow: 0;
    width: 41.66667%;
  }

  /* line 162, ../sass/Layout/_GridLayout.scss */
  .col-6-sm {
    box-sizing: border-box;
    flex-grow: 0;
    width: 50%;
  }

  /* line 162, ../sass/Layout/_GridLayout.scss */
  .col-7-sm {
    box-sizing: border-box;
    flex-grow: 0;
    width: 58.33333%;
  }

  /* line 162, ../sass/Layout/_GridLayout.scss */
  .col-8-sm {
    box-sizing: border-box;
    flex-grow: 0;
    width: 66.66667%;
  }

  /* line 162, ../sass/Layout/_GridLayout.scss */
  .col-9-sm {
    box-sizing: border-box;
    flex-grow: 0;
    width: 75%;
  }

  /* line 162, ../sass/Layout/_GridLayout.scss */
  .col-10-sm {
    box-sizing: border-box;
    flex-grow: 0;
    width: 83.33333%;
  }

  /* line 162, ../sass/Layout/_GridLayout.scss */
  .col-11-sm {
    box-sizing: border-box;
    flex-grow: 0;
    width: 91.66667%;
  }

  /* line 162, ../sass/Layout/_GridLayout.scss */
  .col-12-sm {
    box-sizing: border-box;
    flex-grow: 0;
    width: 100%;
  }
}
@media (min-width: 720px) {
  /* line 172, ../sass/Layout/_GridLayout.scss */
  .col-1-md {
    box-sizing: border-box;
    flex-grow: 0;
    width: 8.33333%;
  }

  /* line 172, ../sass/Layout/_GridLayout.scss */
  .col-2-md {
    box-sizing: border-box;
    flex-grow: 0;
    width: 16.66667%;
  }

  /* line 172, ../sass/Layout/_GridLayout.scss */
  .col-3-md {
    box-sizing: border-box;
    flex-grow: 0;
    width: 25%;
  }

  /* line 172, ../sass/Layout/_GridLayout.scss */
  .col-4-md {
    box-sizing: border-box;
    flex-grow: 0;
    width: 33.33333%;
  }

  /* line 172, ../sass/Layout/_GridLayout.scss */
  .col-5-md {
    box-sizing: border-box;
    flex-grow: 0;
    width: 41.66667%;
  }

  /* line 172, ../sass/Layout/_GridLayout.scss */
  .col-6-md {
    box-sizing: border-box;
    flex-grow: 0;
    width: 50%;
  }

  /* line 172, ../sass/Layout/_GridLayout.scss */
  .col-7-md {
    box-sizing: border-box;
    flex-grow: 0;
    width: 58.33333%;
  }

  /* line 172, ../sass/Layout/_GridLayout.scss */
  .col-8-md {
    box-sizing: border-box;
    flex-grow: 0;
    width: 66.66667%;
  }

  /* line 172, ../sass/Layout/_GridLayout.scss */
  .col-9-md {
    box-sizing: border-box;
    flex-grow: 0;
    width: 75%;
  }

  /* line 172, ../sass/Layout/_GridLayout.scss */
  .col-10-md {
    box-sizing: border-box;
    flex-grow: 0;
    width: 83.33333%;
  }

  /* line 172, ../sass/Layout/_GridLayout.scss */
  .col-11-md {
    box-sizing: border-box;
    flex-grow: 0;
    width: 91.66667%;
  }

  /* line 172, ../sass/Layout/_GridLayout.scss */
  .col-12-md {
    box-sizing: border-box;
    flex-grow: 0;
    width: 100%;
  }
}
@media (min-width: 960px) {
  /* line 182, ../sass/Layout/_GridLayout.scss */
  .col-1-lg {
    box-sizing: border-box;
    flex-grow: 0;
    width: 8.33333%;
  }

  /* line 182, ../sass/Layout/_GridLayout.scss */
  .col-2-lg {
    box-sizing: border-box;
    flex-grow: 0;
    width: 16.66667%;
  }

  /* line 182, ../sass/Layout/_GridLayout.scss */
  .col-3-lg {
    box-sizing: border-box;
    flex-grow: 0;
    width: 25%;
  }

  /* line 182, ../sass/Layout/_GridLayout.scss */
  .col-4-lg {
    box-sizing: border-box;
    flex-grow: 0;
    width: 33.33333%;
  }

  /* line 182, ../sass/Layout/_GridLayout.scss */
  .col-5-lg {
    box-sizing: border-box;
    flex-grow: 0;
    width: 41.66667%;
  }

  /* line 182, ../sass/Layout/_GridLayout.scss */
  .col-6-lg {
    box-sizing: border-box;
    flex-grow: 0;
    width: 50%;
  }

  /* line 182, ../sass/Layout/_GridLayout.scss */
  .col-7-lg {
    box-sizing: border-box;
    flex-grow: 0;
    width: 58.33333%;
  }

  /* line 182, ../sass/Layout/_GridLayout.scss */
  .col-8-lg {
    box-sizing: border-box;
    flex-grow: 0;
    width: 66.66667%;
  }

  /* line 182, ../sass/Layout/_GridLayout.scss */
  .col-9-lg {
    box-sizing: border-box;
    flex-grow: 0;
    width: 75%;
  }

  /* line 182, ../sass/Layout/_GridLayout.scss */
  .col-10-lg {
    box-sizing: border-box;
    flex-grow: 0;
    width: 83.33333%;
  }

  /* line 182, ../sass/Layout/_GridLayout.scss */
  .col-11-lg {
    box-sizing: border-box;
    flex-grow: 0;
    width: 91.66667%;
  }

  /* line 182, ../sass/Layout/_GridLayout.scss */
  .col-12-lg {
    box-sizing: border-box;
    flex-grow: 0;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  /* line 191, ../sass/Layout/_GridLayout.scss */
  .col-1-xl {
    box-sizing: border-box;
    flex-grow: 0;
    width: 8.33333%;
  }

  /* line 191, ../sass/Layout/_GridLayout.scss */
  .col-2-xl {
    box-sizing: border-box;
    flex-grow: 0;
    width: 16.66667%;
  }

  /* line 191, ../sass/Layout/_GridLayout.scss */
  .col-3-xl {
    box-sizing: border-box;
    flex-grow: 0;
    width: 25%;
  }

  /* line 191, ../sass/Layout/_GridLayout.scss */
  .col-4-xl {
    box-sizing: border-box;
    flex-grow: 0;
    width: 33.33333%;
  }

  /* line 191, ../sass/Layout/_GridLayout.scss */
  .col-5-xl {
    box-sizing: border-box;
    flex-grow: 0;
    width: 41.66667%;
  }

  /* line 191, ../sass/Layout/_GridLayout.scss */
  .col-6-xl {
    box-sizing: border-box;
    flex-grow: 0;
    width: 50%;
  }

  /* line 191, ../sass/Layout/_GridLayout.scss */
  .col-7-xl {
    box-sizing: border-box;
    flex-grow: 0;
    width: 58.33333%;
  }

  /* line 191, ../sass/Layout/_GridLayout.scss */
  .col-8-xl {
    box-sizing: border-box;
    flex-grow: 0;
    width: 66.66667%;
  }

  /* line 191, ../sass/Layout/_GridLayout.scss */
  .col-9-xl {
    box-sizing: border-box;
    flex-grow: 0;
    width: 75%;
  }

  /* line 191, ../sass/Layout/_GridLayout.scss */
  .col-10-xl {
    box-sizing: border-box;
    flex-grow: 0;
    width: 83.33333%;
  }

  /* line 191, ../sass/Layout/_GridLayout.scss */
  .col-11-xl {
    box-sizing: border-box;
    flex-grow: 0;
    width: 91.66667%;
  }

  /* line 191, ../sass/Layout/_GridLayout.scss */
  .col-12-xl {
    box-sizing: border-box;
    flex-grow: 0;
    width: 100%;
  }
}
/* line 199, ../sass/Layout/_GridLayout.scss */
.m-1200 {
  max-width: 1200px;
  margin: 0 auto;
}

/* line 210, ../sass/Layout/_GridLayout.scss */
.Menu-gap > * {
  padding: 2rem;
}

@media screen and (min-width: 1200px) {
  /* line 219, ../sass/Layout/_GridLayout.scss */
  .Menu-gap {
    margin-left: -2rem;
    margin-right: -2rem;
  }
}

/* line 233, ../sass/Layout/_GridLayout.scss */
.smallGap > * {
  padding: 2rem;
}

/* line 246, ../sass/Layout/_GridLayout.scss */
.Column-center {
  align-items: center;
}

/* line 252, ../sass/Layout/_GridLayout.scss */
.center-grid-items {
  justify-content: center;
}

/* line 1, ../sass/Layout/_Hero.scss */
.Hero {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 1600px;
  margin: 0 auto;
}
/* line 21, ../sass/Layout/_Hero.scss */
.Hero h1 {
  font-size: calc(1rem + 2vw);
  color: white;
  letter-spacing: -0.04em;
  max-width: 20ch;
  text-align: center;
}
@media screen and (min-width: 1600px) {
  /* line 21, ../sass/Layout/_Hero.scss */
  .Hero h1 {
    font-size: 4.8rem;
  }
}
/* line 26, ../sass/Layout/_Hero.scss */
.Hero__image {
  position: relative;
  width: 100%;
  background-color: #e5f4ff;
}
/* line 39, ../sass/Layout/_Hero.scss */
.Hero__image--block {
  background: #FFFFFF;
  box-shadow: 0px 73px 29px rgba(214, 214, 214, 0.01), 0px 41px 25px rgba(214, 214, 214, 0.05), 0px 18px 18px rgba(214, 214, 214, 0.09), 0px 5px 10px rgba(214, 214, 214, 0.1);
  border-radius: 4px;
  padding: 1rem;
  width: 10rem;
}
@media screen and (max-width: 769px) {
  /* line 39, ../sass/Layout/_Hero.scss */
  .Hero__image--block {
    width: calc(6rem + 3vw);
    padding: 0.5rem;
  }
}
/* line 58, ../sass/Layout/_Hero.scss */
.Hero__image--block.firstBlock, .Hero__image--block.SecondBlock, .Hero__image--block.ThirdBlock {
  position: absolute;
  top: 60%;
  transform: translateY(-50%);
  z-index: 9;
  left: 10%;
}
/* line 72, ../sass/Layout/_Hero.scss */
.Hero__image--block.SecondBlock {
  top: 84%;
  left: 20%;
}
/* line 85, ../sass/Layout/_Hero.scss */
.Hero__image--block.ThirdBlock {
  top: 74%;
  left: unset;
  right: 8%;
}
/* line 99, ../sass/Layout/_Hero.scss */
.Hero__image::before {
  position: absolute;
  content: '';
  width: 80%;
  height: 100%;
  border-radius: 50%;
  background-color: white;
  left: 50%;
  transform: translateX(-50%);
}
/* line 121, ../sass/Layout/_Hero.scss */
.Hero__image img {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 9;
}
/* line 139, ../sass/Layout/_Hero.scss */
.Hero__content {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  align-items: flex-start;
  gap: 1.8rem;
}

/* line 156, ../sass/Layout/_Hero.scss */
.LadningPageHero, .SecondaryHero {
  overflow: hidden;
  background-image: url('/Assets/bussiness-people-working-team-office 1.png?1725970324');
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  background-position: center center;
  min-height: 50vh;
  height: 50vh;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
/* line 188, ../sass/Layout/_Hero.scss */
.LadningPageHero::after, .SecondaryHero::after, .LadningPageHero::before, .SecondaryHero::before {
  position: absolute;
  z-index: -1;
  content: '';
  width: 600px;
  height: 600px;
  background-color: rgba(86, 180, 255, 0.8);
  border-radius: 50%;
  -webkit-filter: blur(150px);
  /* For Chrome, Safari, and Opera */
  -moz-filter: blur(150px);
  /* For Firefox (old versions, now unnecessary) */
  -ms-filter: blur(150px);
  /* For Internet Explorer (rarely supported) */
  -o-filter: blur(150px);
  /* For old versions of Opera */
  filter: blur(150px);
  /* Standard syntax */
  transform: translateX(-50%);
  left: 64%;
  bottom: -515px;
}
@media screen and (max-height: 700px) {
  /* line 188, ../sass/Layout/_Hero.scss */
  .LadningPageHero::after, .SecondaryHero::after, .LadningPageHero::before, .SecondaryHero::before {
    bottom: -550px;
  }
}
/* line 240, ../sass/Layout/_Hero.scss */
.LadningPageHero::before, .SecondaryHero::before {
  background-color: rgba(255, 255, 255, 0.8);
  left: 30%;
}
/* line 248, ../sass/Layout/_Hero.scss */
.LadningPageHero__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2.4rem;
}
/* line 265, ../sass/Layout/_Hero.scss */
.LadningPageHero__content h1 {
  font-size: calc(1rem + 2vw);
  color: white;
  letter-spacing: -0.04em;
  max-width: 20ch;
  text-align: center;
}
@media screen and (min-width: 1600px) {
  /* line 265, ../sass/Layout/_Hero.scss */
  .LadningPageHero__content h1 {
    font-size: 4.8rem;
  }
}
/* line 270, ../sass/Layout/_Hero.scss */
.LadningPageHero__content p {
  text-align: center;
  font-family: inherit;
  font-size: calc(0.6rem + 1vw);
  color: #e6e6e6;
  max-width: 600px;
}
@media screen and (min-width: 769px) {
  /* line 270, ../sass/Layout/_Hero.scss */
  .LadningPageHero__content p {
    font-size: 1.2rem;
  }
}

/* line 284, ../sass/Layout/_Hero.scss */
.SecondaryHero {
  background-image: url('/Assets/hero2.png?1726051771');
  height: 50vh;
  min-height: 50vh;
  background-position: center;
}
/* line 298, ../sass/Layout/_Hero.scss */
.SecondaryHero::before, .SecondaryHero::after {
  content: none;
}
/* line 303, ../sass/Layout/_Hero.scss */
.SecondaryHero--span {
  position: relative;
}
/* line 308, ../sass/Layout/_Hero.scss */
.SecondaryHero--span::after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: white;
}

/* line 331, ../sass/Layout/_Hero.scss */
.blogHero {
  background-image: url('/Assets/blog.png?1726221033');
}

/* line 1, ../sass/Layout/_Blog.scss */
.Blog--ListNavigation, .Blog--NumberNavigation, .Blog--SecondaryNavigation, .blog-thirdLevelNavigation {
  list-style: disc;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
/* line 16, ../sass/Layout/_Blog.scss */
.Blog--ListNavigation li::marker, .Blog--NumberNavigation li::marker, .Blog--SecondaryNavigation li::marker, .blog-thirdLevelNavigation li::marker {
  color: black;
}

/* line 29, ../sass/Layout/_Blog.scss */
.Blog--NumberNavigation {
  list-style-type: decimal !important;
}
/* line 39, ../sass/Layout/_Blog.scss */
.Blog--NumberNavigation li::marker {
  font-family: inherit;
  font-size: calc(0.6rem + 1vw);
  color: black;
}
@media screen and (min-width: 769px) {
  /* line 39, ../sass/Layout/_Blog.scss */
  .Blog--NumberNavigation li::marker {
    font-size: 1.2rem;
  }
}

/* line 47, ../sass/Layout/_Blog.scss */
.Blog--SecondaryNavigation {
  padding-left: 1rem;
  margin-top: 1.4rem;
}
/* line 56, ../sass/Layout/_Blog.scss */
.Blog--SecondaryNavigation span {
  color: black;
}

/* line 63, ../sass/Layout/_Blog.scss */
.blog-thirdLevelNavigation {
  margin-top: 0;
  padding-left: 1.5rem;
}
/* line 72, ../sass/Layout/_Blog.scss */
.blog-thirdLevelNavigation li::marker {
  color: #5F6872;
}

/* line 80, ../sass/Layout/_Blog.scss */
.BlogLayout {
  max-width: 1200px;
  margin: 0 auto;
}
/* line 91, ../sass/Layout/_Blog.scss */
.BlogLayout h3 {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  letter-spacing: -0.04em;
  color: #111820;
  margin-top: 12px;
  margin-bottom: 12px;
}
@media screen and (min-width: 769px) {
  /* line 91, ../sass/Layout/_Blog.scss */
  .BlogLayout h3 {
    margin-top: 24px;
    margin-bottom: 24px;
  }
}
/* line 124, ../sass/Layout/_Blog.scss */
.BlogLayout span {
  color: #111820;
  font-weight: bold;
}

/* line 138, ../sass/Layout/_Blog.scss */
.blog-header-h3 {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: -0.04em;
  color: #111820;
  margin-top: 24px;
  margin-bottom: 24px;
}
@media screen and (min-width: 769px) {
  /* line 138, ../sass/Layout/_Blog.scss */
  .blog-header-h3 {
    font-size: 24px;
  }
}

/* line 163, ../sass/Layout/_Blog.scss */
.BlogSection {
  max-width: 1200px;
  margin: 12px auto;
}
@media screen and (min-width: 769px) {
  /* line 163, ../sass/Layout/_Blog.scss */
  .BlogSection {
    margin: 24px auto;
  }
}

/* line 2, ../sass/Pages/_Home.scss */
.FullSection {
  background-color: #1c1e20;
}
/* line 9, ../sass/Pages/_Home.scss */
.FullSection img {
  width: 100%;
  max-width: 100%;
  /* Ensures the image scales down to fit its container */
  height: auto;
  /* Automatically adjusts height to maintain aspect ratio */
}
/* line 21, ../sass/Pages/_Home.scss */
.FullSection p {
  font-family: "Plus Jakarta Sans";
  font-size: calc(0.6rem + 1vw);
  color: white;
  line-height: 27px;
  max-width: 35rem;
}
@media screen and (min-width: 769px) {
  /* line 21, ../sass/Pages/_Home.scss */
  .FullSection p {
    font-size: 1.2rem;
  }
}
/* line 33, ../sass/Pages/_Home.scss */
.FullSection h2 {
  color: black;
  font-size: calc(1rem + 1vw);
  color: white;
}
@media screen and (min-width: 1024px) {
  /* line 33, ../sass/Pages/_Home.scss */
  .FullSection h2 {
    font-size: 42px;
  }
}

/* line 41, ../sass/Pages/_Home.scss */
.MedSection {
  max-width: 900px;
  margin: 0 auto;
  margin-top: 5rem;
  padding-bottom: 5rem;
}
/* line 58, ../sass/Pages/_Home.scss */
.MedSection img {
  width: 20rem !important;
  object-fit: cover;
  max-width: 20rem !important;
  border-radius: 50rem !important;
}

/* line 79, ../sass/Pages/_Home.scss */
.aboutUs {
  display: grid;
  max-width: 1600px;
  margin: 3rem auto;
  padding-left: calc(1rem + 1vw);
  padding-right: calc(1rem + 1vw);
  padding-top: calc(1rem + 1vh);
  padding-bottom: calc(1rem + 1vh);
  grid-template-areas: "intro divider text2" "text1  divider numbers ";
  gap: 1.4rem;
}
@media screen and (max-width: 769px) {
  /* line 79, ../sass/Pages/_Home.scss */
  .aboutUs {
    grid-template-areas: "intro" "text1" "divider" "text2" "numbers";
  }
}
/* line 117, ../sass/Pages/_Home.scss */
.aboutUs--Text {
  grid-area: text1;
}
/* line 122, ../sass/Pages/_Home.scss */
.aboutUs--Text2 {
  grid-area: text2;
}
/* line 127, ../sass/Pages/_Home.scss */
.aboutUs--numbers {
  grid-area: numbers;
  display: flex;
  align-items: center;
  gap: 2.4rem;
}
/* line 139, ../sass/Pages/_Home.scss */
.aboutUs--intro {
  grid-area: intro;
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
  align-items: flex-start;
}

/* line 155, ../sass/Pages/_Home.scss */
.Divider {
  grid-area: divider;
  height: 100%;
  width: 1px;
  background-color: #A3A9AE;
}
@media screen and (max-width: 769px) {
  /* line 155, ../sass/Pages/_Home.scss */
  .Divider {
    height: 1px;
    width: 100%;
  }
}

/* line 174, ../sass/Pages/_Home.scss */
.Services {
  background-color: white;
  padding-left: calc(1rem + 1vw);
  padding-right: calc(1rem + 1vw);
  padding-top: calc(1rem + 1vh);
  padding-bottom: calc(1rem + 1vh);
}
@media screen and (min-width: 1024px) {
  /* line 174, ../sass/Pages/_Home.scss */
  .Services {
    padding: 2rem;
  }
}
/* line 181, ../sass/Pages/_Home.scss */
.Services--image {
  position: relative;
}
/* line 187, ../sass/Pages/_Home.scss */
.Services--image--content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  position: absolute;
  bottom: 40px;
  content: '';
  left: 20px;
  width: 100%;
  max-width: 400px;
  height: 40px;
  z-index: 99;
  height: 120px;
  padding: 1rem;
  background: rgba(26, 39, 53, 0.4);
  backdrop-filter: blur(10px);
  /* Note: backdrop-filter has minimal browser support */
  border-radius: 2px;
}
@media screen and (max-width: 1024px) {
  /* line 187, ../sass/Pages/_Home.scss */
  .Services--image--content {
    left: 0;
    bottom: 0;
    width: 100%;
    max-width: 100%;
    gap: 8px;
    height: calc(4rem + 5vw);
    max-height: 120px;
  }
}
/* line 215, ../sass/Pages/_Home.scss */
.Services--image--content h2 {
  font-family: inherit;
  font-size: calc(0.6rem + 1vw);
  color: white;
}
@media screen and (min-width: 769px) {
  /* line 215, ../sass/Pages/_Home.scss */
  .Services--image--content h2 {
    font-size: 1.6rem;
  }
}
/* line 256, ../sass/Pages/_Home.scss */
.Services img {
  width: 100%;
  object-fit: cover;
  height: 100%;
  display: block;
}

.Tax {
	width: 100%;
}
/* line 270, ../sass/Pages/_Home.scss */
.TaxCalculator {
  background-color: white;
  padding-left: calc(1rem + 1vw);
  padding-right: calc(1rem + 1vw);
  padding-top: calc(1rem + 1vh);
  padding-bottom: calc(1rem + 1vh);
}
@media screen and (min-width: 1024px) {
  /* line 270, ../sass/Pages/_Home.scss */
  .TaxCalculator {
    padding: 4rem 2rem;
  }
}
@media screen and (min-width: 1200px) {
  /* line 270, ../sass/Pages/_Home.scss */
  .TaxCalculator {
    padding-bottom: 25rem;
  }
}
/* line 286, ../sass/Pages/_Home.scss */
.TaxCalculator--content {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  align-self: center;
  max-width:1600px;
  gap: 2.4rem;
}

.TaxCalculator--content-text {
    display: flex;
    justify-content: space-between;
}

.TaxCalculator--content-text p {
  width: 40%;
}

@media screen and (max-width: 1024px) {
    .TaxCalculator--content-text {
            display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 10px;
        
    }
  .TaxCalculator--content-text p {
    width: 100%
  }
}

/* line 297, ../sass/Pages/_Home.scss */
.OurServices {
  background-color: #111820;
  position: relative;
}
/* line 315, ../sass/Pages/_Home.scss */
.OurServices--image {
  top: -300px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: absolute;
}
@media screen and (max-width: 1200px) {
  /* line 315, ../sass/Pages/_Home.scss */
  .OurServices--image {
    position: static;
    transform: translateX(0%);
  }
}
/* line 345, ../sass/Pages/_Home.scss */
.OurServices img {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  display: block;
  object-fit: cover;
  height: 100%;
}
/* line 372, ../sass/Pages/_Home.scss */
.OurServices h2 {
  color: black;
  font-size: calc(1rem + 1vw);
  color: white;
  max-width: 300px;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  /* line 372, ../sass/Pages/_Home.scss */
  .OurServices h2 {
    font-size: 42px;
  }
}
/* line 384, ../sass/Pages/_Home.scss */
.OurServices--intro {
  padding-top: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 2.4rem;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 1200px) {
  /* line 384, ../sass/Pages/_Home.scss */
  .OurServices--intro {
    padding-top: 0;
  }
}
/* line 405, ../sass/Pages/_Home.scss */
.OurServices--intro > p {
  font-family: inherit;
  font-size: calc(0.6rem + 1vw);
  color: #BED9EE;
  text-align: center;
  margin-bottom: 1.4rem;
}
@media screen and (min-width: 769px) {
  /* line 405, ../sass/Pages/_Home.scss */
  .OurServices--intro > p {
    font-size: 1rem;
  }
}

/* line 419, ../sass/Pages/_Home.scss */
.test {
  max-width: 1600px;
  margin: 0 auto;
  width: 980px;
}

/* line 433, ../sass/Pages/_Home.scss */
.video {
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
/* line 444, ../sass/Pages/_Home.scss */
.video video {
  background-color: white;
  padding: 4rem;
  margin-top: 4.2rem;
  width: 100%;
  height: auto;
  max-height: 600px;
}

/* line 465, ../sass/Pages/_Home.scss */
.Rates {
  max-width: 1600px;
  margin: 0 auto;
  padding-left: calc(1rem + 1vw);
  padding-right: calc(1rem + 1vw);
  padding-top: calc(1rem + 1vh);
  padding-bottom: calc(1rem + 1vh);
}
@media screen and (min-width: 1024px) {
  /* line 465, ../sass/Pages/_Home.scss */
  .Rates {
    padding: 2rem;
  }
}
/* line 472, ../sass/Pages/_Home.scss */
.Rates p {
  font-family: inherit;
  font-size: calc(0.6rem + 1vw);
  color: #111820;
}
@media screen and (min-width: 769px) {
  /* line 472, ../sass/Pages/_Home.scss */
  .Rates p {
    font-size: 1.2rem;
  }
}
/* line 478, ../sass/Pages/_Home.scss */
.Rates h3 {
  color: black;
  font-size: calc(1rem + 1vw);
  font-family: "Plus Jakarta Sans";
  max-width: 700px;
  color: #111820;
}
@media screen and (min-width: 1024px) {
  /* line 478, ../sass/Pages/_Home.scss */
  .Rates h3 {
    font-size: 42px;
  }
}

/* line 1, ../sass/Pages/_ContactUs.scss */
.ContactUsIntro {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 1600px;
  margin: 0 auto;
  margin-top: 42px;
}
/* line 11, ../sass/Pages/_ContactUs.scss */
.ContactUsIntro h1 {
  font-size: calc(1rem + 2vw);
  color: white;
  letter-spacing: -0.04em;
  max-width: 20ch;
  text-align: center;
  color: #111820;
  font-weight: bold;
}
@media screen and (min-width: 1600px) {
  /* line 11, ../sass/Pages/_ContactUs.scss */
  .ContactUsIntro h1 {
    font-size: 3.5rem;
  }
}

/* line 29, ../sass/Pages/_ContactUs.scss */
.FullSection--image {
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: cover;
  max-height: 600px;
}

/* line 40, ../sass/Pages/_ContactUs.scss */
.ContactUs--Card {
  display: flex;
  align-items: center;
  gap: 12px;
}
/* line 48, ../sass/Pages/_ContactUs.scss */
.ContactUs--Card a, .ContactUs--Card p {
  text-decoration: none;
  font-family: inherit;
  font-size: calc(0.6rem + 1vw);
  color: #0F273B;
  max-width: 220px;
}
@media screen and (min-width: 769px) {
  /* line 48, ../sass/Pages/_ContactUs.scss */
  .ContactUs--Card a, .ContactUs--Card p {
    font-size: 1rem;
  }
}

/* line 62, ../sass/Pages/_ContactUs.scss */
.ContactUs--Card--holder {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (max-width: 1024px) {
  /* line 62, ../sass/Pages/_ContactUs.scss */
  .ContactUs--Card--holder {
    flex-flow: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding-left: 1rem;
    margin-bottom: 24px;
  }
}

/* line 91, ../sass/Pages/_ContactUs.scss */
.ContactUsSection {
  position: relative;
  height: 600px;
}
@media screen and (max-width: 1024px) {
  /* line 91, ../sass/Pages/_ContactUs.scss */
  .ContactUsSection {
    margin-top: 42px;
    height: 100%;
  }
}

/* line 1, ../sass/Pages/_Blog.scss */
.blog {
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-left: calc(1rem + 1vw);
  padding-right: calc(1rem + 1vw);
  padding-top: calc(1rem + 1vh);
  padding-bottom: calc(1rem + 1vh);
  gap: 12px;
  margin-top: 4.2rem;
}
@media screen and (min-width: 1024px) {
  /* line 1, ../sass/Pages/_Blog.scss */
  .blog {
    padding: 2rem;
  }
}
/* line 13, ../sass/Pages/_Blog.scss */
.blog p, .blog h1 {
  text-align: center;
}

/* line 20, ../sass/Pages/_Blog.scss */
.blog-padding {
  padding-left: calc(1.2rem + 3vw);
  padding-right: calc(1.2rem + 3vw);
}

.sidebar {
  position: fixed;
  left: 0;
  height: calc(100vh - 15%); /* Adjust height to account for the top offset */
  top: 15%; /* Example offset */
  z-index: 1;
  width: 250px;
  background-color: rgba(255, 255, 255, 0.1);
  color: #333;
  overflow-y: auto;
  padding: 20px 0;
  padding-top: 0;
  transition: transform 0.3s ease; /* Smooth transition for hiding/showing */
}
.sidebar::-webkit-scrollbar {
  width: 4px; /* Width of the scrollbar */
}

/* Style the track (background) of the scrollbar */
.sidebar::-webkit-scrollbar-track {
  background-color: #f1f1f1; /* Light gray background */
  border-radius: 10px; /* Rounded corners */
}

/* Style the thumb (the draggable part) of the scrollbar */
.sidebar::-webkit-scrollbar-thumb {
  background-color: #888; /* Default thumb color */
  transition: background-color 0.3s ease; /* Smooth transition for hover effect */
  cursor: pointer;  

}

/* Add hover effect to the thumb */
.sidebar::-webkit-scrollbar-thumb:hover {
  background-color: #555; /* Darker thumb color when hovered */
}

.sidebar a {
  display: block;
  text-decoration: none;
  font-size: 14px;
  color: black;
  padding: 15px 10px;
  transition: background 0.2s, color .2s;
}

.sidebar a:hover, .sidebar a.active {
  background-color: #4E97D1;
  color: white;
}


.content {
  margin-left: 220px;
  padding: 20px;
}

section {
  padding: 50px 0;
  border-bottom: 1px solid #ddd;
}

#guide-container {
  display: flex;
  flex-direction: column;
  padding:70px;
  margin-left: 280px;
  gap: 20px;
}

#guide-container img {
  width: 45%;
  padding: 20px;
  border-radius: 20px;
  border: 1px solid #a3a3a3;
  height: auto;
}

#guide-container .u-h2 {
  margin-top: 30px;
}

#guide-container ol {
  list-style-type: decimal;
  margin: 20px 0;
  margin-left: 30px; /* Add margin for proper alignment */
}

@media screen and (max-width: 1024px) {
  #guide-container .u-h2:not(.subheader) {
    font-size: 40px;
  }
  #guide-container {
    padding-top: 0;
  }
  #guide-container img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 769px) {
  #guide-container .u-h2:not(.subheader) {
    font-size: 32px;
  }
  #guide-container {
    margin-left: 180px;
  }
  .sidebar { 
    width: 200px;
  }
  .sidebar a {
    font-size: 14px;
  }
  #guide-container img {
    width: 80%;
    height: auto;
  }
}
@media screen and (max-width: 420px) {
  #guide-container .u-h2:not(.subheader) {
    font-size: 24px;
  }
  #guide-container .u-body-text-dark {
    font-size: 14px;
  }
  #guide-container {
    margin-left: 120px;
    padding: 0;
    padding-right: 20px;
  }
  .sidebar { 
    width: 100px;
    height: calc(100vh - 6%); /* Adjust height to account for the top offset */

  }
  
  .sidebar a {
    font-size: 12px;
    padding: 10px;
  }
}

.subheader {
  font-size: 2rem;
  color: #22272c;
}
