@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700&display=swap");
@font-face {
  font-family: "Phetsarath";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/assets/fonts/Phetsarath_Bold.ttf") format("truetype");
}

.main-title {
  font-family: 'Phetsarath', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  font-size: 3.75rem;
  line-height: 4.3rem;
  margin: 1.5rem 0;
  text-transform: capitalize;
  color: #072125;
}

@media (max-width: 767px) {
  .main-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 0;
    font-size: 2.286rem;
    line-height: 2.5rem;
  }
}

.title {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  font-size: 2.813rem;
  line-height: 3.5rem;
  color: #072125;
}

@media (max-width: 767px) {
  .title {
    font-size: 1.75rem;
    line-height: 2.375rem;
  }
}

h4 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  font-size: 1.5rem;
  line-height: 2rem;
  color: #072125;
}

p {
  margin-bottom: 1rem;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  font-size: 1.125rem;
  line-height: 2rem;
  color: #072125;
}

ol,
ul {
  margin-bottom: 1rem;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  font-size: 1.125rem;
  line-height: 2rem;
  color: #072125;
}

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

html {
  scroll-behavior: smooth;
  font-size: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 767px) {
  html {
    font-size: 14px;
  }
}

body {
  margin: 0;
  font-family: 'Open Sans', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #072125;
  background-color: #FFF;
}

a {
  color: #072125;
}

section {
  padding-top: 8rem;
  margin-top: -7rem;
}

.main-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

@media (max-width: 1350px) {
  .main-container {
    max-width: 1100px;
  }
}

@media (max-width: 1024px) {
  .main-container {
    width: 90%;
    max-width: none;
  }
}

@media (max-width: 767px) {
  .main-container {
    width: auto;
    padding: 0 5%;
    margin: 0 auto;
    overflow: hidden;
  }
}

.main-btn {
  position: relative;
  display: table;
  width: moz-fit-content;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1rem 2rem;
  margin-top: 1rem;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  font-size: 1.25rem;
  line-height: 1.625rem;
  text-transform: capitalize;
  color: #fff;
  background-color: #18A2BA;
  border: none;
  outline: none;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 767px) {
  .main-btn {
    margin-top: 0;
  }
}

.main-btn:hover, .main-btn:focus, .main-btn:active {
  background-color: #22d2f2;
}

.main-btn::after {
  content: '';
  position: absolute;
  bottom: -0.5em;
  left: 5%;
  width: 90%;
  height: 70%;
  background: rgba(0, 0, 0, 0.4);
  -webkit-filter: blur(13px);
          filter: blur(13px);
  z-index: -1;
}

.section-inner-right-img,
.section-inner-left-img {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 3rem 0 6rem;
}

@media (max-width: 767px) {
  .section-inner-right-img,
  .section-inner-left-img {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 0 5rem;
  }
}

.section-inner-right-img .section-block-left {
  width: 50%;
  padding-right: 5%;
}

@media (max-width: 767px) {
  .section-inner-right-img .section-block-left {
    width: 100%;
    padding-right: 0;
  }
}

.section-inner-right-img .section-block-right {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  width: 50%;
}

@media (max-width: 767px) {
  .section-inner-right-img .section-block-right {
    width: 100%;
    margin-top: 2rem;
  }
}

.section-inner-right-img .section-block-right .img-container {
  position: relative;
}

.section-inner-right-img .section-block-right .img-container img {
  position: relative;
  width: 100%;
  height: auto;
  border-radius: 10px;
  z-index: 1;
}

@media (max-width: 767px) {
  .section-inner-right-img .section-block-right .img-container img {
    width: 100vw;
    margin-bottom: -2rem;
    border-radius: 0;
  }
}

.section-inner-left-img .section-block-left {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  width: 50%;
}

@media (max-width: 767px) {
  .section-inner-left-img .section-block-left {
    width: 100%;
  }
}

.section-inner-left-img .section-block-left .img-container {
  position: relative;
  width: 100%;
}

.section-inner-left-img .section-block-left .img-container img {
  position: relative;
  width: 100%;
  height: auto;
  border-radius: 10px;
  z-index: 1;
}

.section-inner-left-img .section-block-right {
  width: 50%;
  padding-left: 5%;
}

@media (max-width: 767px) {
  .section-inner-left-img .section-block-right {
    width: 100%;
    padding-left: 0;
  }
}

.main-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 1rem 0;
  background-color: #FFF;
  z-index: 10;
}

.header-inner {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.burger-menu {
  display: none;
  margin: 0 20px;
}

@media (max-width: 1024px) {
  .burger-menu {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.logo-container img {
  width: 10rem;
}

@media (max-width: 1024px) {
  .main-navbar {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -ms-flex-line-pack: center;
        align-content: center;
    position: absolute;
    top: 0;
    right: -170%;
    width: 130%;
    margin-top: 4rem;
    padding: 0 20% 2rem 0;
    background-color: #FFF;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}

@media (max-width: 1024px) and (max-width: 767px) {
  .main-navbar {
    margin-top: 6rem;
  }
}

@media (max-width: 1024px) {
  .main-navbar.open {
    right: -13%;
    padding-top: 3rem;
  }
}

@media (max-width: 767px) {
  .main-navbar {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    top: -35rem;
    right: 0;
    width: 100%;
    padding: 0;
  }
  .main-navbar.open {
    top: 0;
    right: 0;
    padding-top: 0;
  }
}

.main-navbar ul {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 1024px) {
  .main-navbar ul {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (max-width: 767px) {
  .main-navbar ul {
    position: relative;
    width: 100%;
    padding-bottom: 3rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .main-navbar ul::after {
    content: '';
    position: absolute;
    top: 2rem;
    right: -10%;
    width: 12.5rem;
    height: 12.5rem;
    background: rgba(0, 255, 87, 0.36);
    -webkit-filter: blur(170px);
    filter: blur(170px);
    z-index: 10;
  }
}

.main-navbar ul li {
  text-transform: capitalize;
  margin-left: 2.5rem;
}

@media (max-width: 767px) {
  .main-navbar ul li {
    width: 100%;
    margin: 1rem 0;
    text-align: center;
    border-bottom: 1px solid rgba(18, 100, 227, 0.24);
  }
}

.main-navbar ul li.active a {
  color: #18A2BA;
}

.main-navbar ul li a {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  font-size: 1.25rem;
  line-height: 1.5rem;
  letter-spacing: 0.02em;
  color: #072125;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 767px) {
  .main-navbar ul li a {
    font-size: 2rem;
    line-height: 2.5rem;
  }
}

.main-navbar ul li a:hover {
  color: #18A2BA;
}

.main-section .inner-section {
  padding-top: 7rem;
}

@media (max-width: 1024px) {
  .main-section .inner-section {
    padding-top: 4rem;
  }
}

@media (max-width: 767px) {
  .main-section .inner-section {
    padding-top: 7rem;
  }
}

.main-section .subtitle {
  display: table;
  width: moz-fit-content;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: .8rem 4rem;
  text-align: center;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  font-size: 0.875rem;
  line-height: 0.875rem;
  color: #072125;
  background: rgba(127, 164, 172, 0.2);
  border-radius: 23.5px;
}

.main-section .btns-container {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

.main-section .btns-container .contact-btn {
  margin-left: 2rem;
  background-color: transparent;
  color: #072125;
  border: 1px solid #2B2B2B;
}

@media (max-width: 767px) {
  .main-section .btns-container .contact-btn {
    margin-top: 0;
    padding: 1rem;
    font-size: 1rem;
  }
}

.main-section .btns-container .contact-btn::after {
  content: none;
}

@media (max-width: 767px) {
  .main-section .btns-container .main-btn {
    padding: 1rem 1rem;
    font-size: 1rem;
    display: block;
  }
}

@media (max-width: 1024px) {
  .main-section .section-inner-right-img {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.main-section .section-inner-right-img .section-block-left {
  width: 100%;
}

.main-section .section-inner-right-img .section-block-right {
  position: relative;
  width: 100%;
}

@media (max-width: 767px) {
  .main-section .section-inner-right-img .section-block-right {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.img-decoration-top,
.img-decoration-bottom {
  position: absolute;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 10px;
  background-color: #fff;
  z-index: 1;
}

@media (max-width: 767px) {
  .img-decoration-top,
  .img-decoration-bottom {
    position: relative;
    left: 0;
    right: 0;
  }
}

.img-decoration-top {
  top: 3rem;
  right: -5rem;
  padding: 1rem 1.5rem;
  -webkit-box-shadow: 10.633px 21.266px 21.266px rgba(138, 138, 138, 0.08);
          box-shadow: 10.633px 21.266px 21.266px rgba(138, 138, 138, 0.08);
}

@media (max-width: 1280px) {
  .img-decoration-top {
    top: 105%;
    right: 0;
  }
}

@media (max-width: 1024px) {
  .img-decoration-top {
    top: 7rem;
    right: -2rem;
  }
}

@media (max-width: 767px) {
  .img-decoration-top {
    top: 2rem;
  }
}

.img-decoration-top .content-title {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  font-size: 1.125rem;
  margin-bottom: 0.7rem;
}

.img-decoration-top .content-text {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  font-size: 0.875rem;
  color: #20484F;
}

.img-decoration-top img {
  width: 4rem;
  height: auto;
  margin-right: 1rem;
  padding: 2px;
  border: 3px solid #7FA4AC;
  border-radius: 100%;
}

.img-decoration-bottom {
  bottom: -1rem;
  left: 0;
  padding: 2rem 4.5rem 2rem 1rem;
  -webkit-box-shadow: 10.633px 21.266px 21.266px rgba(138, 138, 138, 0.08);
          box-shadow: 10.633px 21.266px 21.266px rgba(138, 138, 138, 0.08);
}

@media (max-width: 767px) {
  .img-decoration-bottom {
    bottom: -3rem;
    left: 0;
    padding: 1rem 3.5rem 2rem 1rem;
    margin-left: auto;
  }
}

.img-decoration-bottom .content-block {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.img-decoration-bottom .content-title {
  position: relative;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  font-size: 1.5rem;
}

@media (max-width: 767px) {
  .img-decoration-bottom .content-title {
    font-size: 1.125rem;
  }
}

.img-decoration-bottom .content-title::after {
  content: '';
  position: absolute;
  bottom: -1.5rem;
  left: 0;
  width: 120%;
  height: 0.688rem;
  background: #A795F8;
  border-radius: 10px;
}

@media (max-width: 767px) {
  .img-decoration-bottom .content-title::after {
    height: 0.5rem;
  }
}

.img-decoration-bottom .content-title::before {
  content: '';
  position: absolute;
  bottom: -3rem;
  left: 0;
  width: 80%;
  height: 0.688rem;
  background: #18A2BA;
  border-radius: 10px;
}

@media (max-width: 767px) {
  .img-decoration-bottom .content-title::before {
    height: 0.5rem;
    bottom: -2.5rem;
  }
}

.img-decoration-bottom img {
  width: 4rem;
  height: auto;
  margin-right: 1rem;
}

@media (max-width: 767px) {
  .img-decoration-bottom img {
    width: 3rem;
  }
}

.about-us-section {
  overflow: hidden;
}

.about-us-section .about-us-image-mobile {
  display: none;
}

.about-us-section .section-block-right {
  position: relative;
}

@media (max-width: 767px) {
  .about-us-section .section-block-right {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.about-us-section .section-block-right::after {
  content: '';
  position: absolute;
  top: 2rem;
  right: -30%;
  width: 12.5rem;
  height: 12.5rem;
  background: rgba(0, 255, 87, 0.36);
  -webkit-filter: blur(170px);
  filter: blur(170px);
  z-index: 10;
}

@media (max-width: 767px) {
  .about-us-section .section-block-right::after {
    top: 60%;
  }
}

.about-us-section .section-block-right .first {
  margin: 2rem 0;
}

@media (max-width: 767px) {
  .about-us-section .section-block-right .title {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .about-us-section .section-block-right p {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .about-us-section .section-block-right p.first {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .about-us-section .section-block-right .main-btn {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
}

.about-us-section a {
  padding: 1.5rem 4rem;
}

@media (max-width: 767px) {
  .about-us-section a {
    padding: 1rem 5rem;
  }
}

@media (max-width: 767px) {
  .about-us-section .section-inner-left-img .section-block-left {
    display: none;
  }
  .about-us-section .about-us-image-mobile {
    display: block;
    width: 102vw;
    margin: 0 0 2rem -6%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .about-us-section .about-us-image-mobile img {
    width: 90%;
    height: auto;
    margin-left: 5%;
  }
}

.our-team-section {
  padding-top: 6rem;
}

@media (max-width: 767px) {
  .our-team-section {
    padding-top: 0;
    margin-top: -2rem;
  }
}

.our-team-section .section-block-right::after {
  content: none;
}

@media (max-width: 767px) {
  .our-team-section .section-inner-right-img {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .our-team-section .section-inner-right-img .section-block-right {
    margin-top: 0;
  }
  .our-team-section .section-inner-right-img .section-block-left {
    margin-top: 3rem;
  }
}

.our-team-inner-section {
  padding-top: 2rem;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(18, 100, 227, 0.12)), color-stop(44.15%, rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, rgba(18, 100, 227, 0.12) 0%, rgba(255, 255, 255, 0) 44.15%);
}

.our-team-inner-section p {
  margin: 2rem 0;
}

@media (max-width: 767px) {
  .our-team-inner-section p {
    margin: 1rem 0;
  }
}

.our-team-inner-section a {
  padding: 1.5rem 4rem;
}

@media (max-width: 767px) {
  .our-team-inner-section a {
    padding: 1rem 5rem;
  }
}

.services-section {
  margin-bottom: 6rem;
}

.services-section .title {
  position: relative;
  display: table;
  width: moz-fit-content;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 1rem auto;
  padding: 1rem;
  text-transform: capitalize;
  font-family: 'Phetsarath', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  color: #18A2BA;
  border-top: 4px solid #18A2BA;
  border-bottom: 4px solid #18A2BA;
}

.services-section .title::before, .services-section .title::after {
  content: '';
  position: absolute;
  top: -11px;
  width: 26px;
  height: 127%;
  background-image: url("data:image/svg+xml,%3Csvg width='26' height='117' viewBox='0 0 26 117' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17 22L17 95' stroke='%2318A2BA' stroke-width='4'/%3E%3Cpath d='M23.0435 12C23.0435 17.4435 18.4138 22 12.5217 22C6.62967 22 2 17.4435 2 12C2 6.55652 6.62967 2 12.5217 2C18.4138 2 23.0435 6.55652 23.0435 12Z' stroke='%2318A2BA' stroke-width='4'/%3E%3Cpath d='M23.0435 105C23.0435 110.443 18.4138 115 12.5217 115C6.62967 115 2 110.443 2 105C2 99.5565 6.62967 95 12.5217 95C18.4138 95 23.0435 99.5565 23.0435 105Z' stroke='%2318A2BA' stroke-width='4'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 1;
}

.services-section .title::before {
  left: -21px;
}

.services-section .title::after {
  right: -21px;
}

.services-content-block {
  position: relative;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -moz-box-wrap: wrap;
  -webkit-box-wrap: wrap;
  -ms-flexbox-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.services-content-block::after {
  content: '';
  position: absolute;
  top: -7rem;
  right: 5%;
  width: 12.5rem;
  height: 12.5rem;
  background: rgba(255, 44, 98, 0.45);
  -webkit-filter: blur(170px);
  filter: blur(170px);
  z-index: -1;
}

@media (max-width: 767px) {
  .services-content-block::after {
    top: 1rem;
    right: 5%;
    width: 4.5rem;
    height: 4.5rem;
    background: rgba(255, 44, 98, 0.95);
    -webkit-filter: blur(90px);
    filter: blur(90px);
  }
}

@media (max-width: 767px) {
  .services-content-block {
    padding-bottom: 1rem;
  }
}

.services-item {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 30%;
  margin: 1rem 0;
  padding: 1rem 2rem;
  background-color: #FFF;
  -webkit-box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.14);
          box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.14);
  border-radius: 20px;
}

@media (max-width: 1024px) {
  .services-item {
    width: 47%;
  }
}

@media (max-width: 767px) {
  .services-item {
    width: 100%;
  }
}

.services-item .services-inner-item {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.services-item .item-icon {
  position: relative;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  width: 5rem;
  height: 5rem;
  margin-bottom: 1rem;
  background: #18A2BA;
  border-radius: 20px;
  -webkit-box-shadow: 0px 10px 13px rgba(0, 0, 0, 0.24);
          box-shadow: 0px 10px 13px rgba(0, 0, 0, 0.24);
}

.services-item .item-icon img {
  width: 2.25rem;
}

.services-item h4 {
  margin-bottom: 1rem;
}

.services-item p {
  margin-bottom: 1rem;
}

.services-item:nth-child(2) .item-icon, .services-item:nth-child(5) .item-icon {
  background-color: #A795F8;
}

.services-item:nth-child(2) h4,
.services-item:nth-child(2) p, .services-item:nth-child(5) h4,
.services-item:nth-child(5) p {
  color: #18A2BA;
}

.services-item:nth-child(3) .item-icon, .services-item:nth-child(6) .item-icon {
  background-color: #2DD840;
}

.contact-us-section .title {
  text-align: center;
  margin-bottom: 1rem;
}

@media (max-width: 767px) {
  .contact-us-section .title {
    margin: 0;
  }
}

.contact-us-section .subtitle {
  margin-bottom: 2rem;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  font-size: 1rem;
  line-height: 1.75rem;
  color: rgba(60, 60, 60, 0.8);
}

@media (max-width: 767px) {
  .contact-us-section .subtitle {
    margin-bottom: 1rem;
  }
}

.contact-us-section p {
  width: 40%;
  min-width: 30rem;
  margin: 0 auto;
  text-align: center;
}

@media (max-width: 767px) {
  .contact-us-section p {
    width: 100%;
    min-width: auto;
    margin-bottom: 1rem;
  }
}

.contact-us-section .section-inner-right-img {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (max-width: 1024px) {
  .contact-us-section .section-inner-right-img {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (max-width: 1024px) {
  .contact-us-section .section-inner-right-img .section-block-left {
    width: 100%;
    padding-right: 0;
  }
}

.contact-us-section .section-block-right {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 40%;
  padding-right: 5%;
}

@media (max-width: 1024px) {
  .contact-us-section .section-block-right {
    width: 65%;
    margin: 0 auto;
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  .contact-us-section .section-block-right {
    width: 100%;
  }
}

.contact-us-section .mail-block,
.contact-us-section .address-block {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 1rem;
}

.contact-us-section .mail-block .img-block,
.contact-us-section .address-block .img-block {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  margin-right: 1rem;
  border-radius: 100%;
  -webkit-box-shadow: 0px 0px 3px rgba(38, 38, 38, 0.21);
          box-shadow: 0px 0px 3px rgba(38, 38, 38, 0.21);
}

.contact-us-section .mail-block .img-block img,
.contact-us-section .address-block .img-block img {
  width: 2.5rem;
  height: 2.5rem;
  padding: .6rem;
}

.contact-us-section .address-block {
  width: 80%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (max-width: 1024px) {
  .contact-us-section .address-block {
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.contact-us-section .address-block span {
  display: block;
  line-height: 1.25rem;
  margin-bottom: 1rem;
}

.contact-us-section .section-block-left {
  width: 60%;
}

.contact-us-section .loader {
  display: none;
  font-size: 0.625rem;
  text-indent: -9999em;
  width: 3em;
  height: 3em;
  margin-top: 1rem;
  border-radius: 50%;
  background: #18A2BA;
  background: -webkit-gradient(linear, left top, right top, color-stop(10%, #18A2BA), color-stop(42%, rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, #18A2BA 10%, rgba(255, 255, 255, 0) 42%);
  position: relative;
  -webkit-animation: loader 1.4s infinite linear;
          animation: loader 1.4s infinite linear;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.contact-us-section .loader:before {
  width: 50%;
  height: 50%;
  background: #18A2BA;
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
}

.contact-us-section .loader:after {
  background: #FFF;
  width: 75%;
  height: 75%;
  border-radius: 50%;
  content: '';
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.contact-form {
  position: relative;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  padding: 3rem;
  border-radius: 20px;
  -webkit-box-shadow: 0px 21px 38px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 21px 38px rgba(0, 0, 0, 0.2);
}

@media (max-width: 767px) {
  .contact-form {
    padding: 1.5rem;
  }
}

.contact-form input.field {
  height: 2.5rem;
}

@media (max-width: 767px) {
  .contact-form input.field {
    height: 3.5rem;
  }
}

.contact-form .field {
  margin: .5rem 0;
  padding-left: 0.625rem;
  font-size: 1.125rem;
  line-height: 1.375rem;
  border: 1px solid #9E9E9E;
  border-radius: 8px;
}

.contact-form .field:active, .contact-form .field:focus {
  outline: 1px solid #072125;
}

.contact-form .field::-webkit-input-placeholder {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  color: rgba(0, 0, 0, 0.5);
}

.contact-form .field:-ms-input-placeholder {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  color: rgba(0, 0, 0, 0.5);
}

.contact-form .field::-ms-input-placeholder {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  color: rgba(0, 0, 0, 0.5);
}

.contact-form .field::placeholder {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  color: rgba(0, 0, 0, 0.5);
}

.contact-form .field:-webkit-autofill, .contact-form .field:-webkit-autofill:hover, .contact-form .field:-webkit-autofill:focus, .contact-form .field:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #FFF inset !important;
}

.contact-form .field.error {
  border: 1px solid #FA4A6A;
}

.contact-form .field.success {
  border: 1px solid #18A2BA;
}

.contact-form .contact-form-top {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

@media (max-width: 767px) {
  .contact-form .contact-form-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.contact-form .textarea-block,
.contact-form .input-block {
  position: relative;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.contact-form .input-block {
  width: 47%;
}

@media (max-width: 767px) {
  .contact-form .input-block {
    width: 100%;
  }
}

.contact-form label {
  font-family: 'Open Sans', sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: -0.5px;
  color: rgba(0, 55, 95, 0.5);
}

.contact-form textarea {
  padding-top: 0.625rem;
  min-height: 5rem;
  max-height: 14rem;
  resize: vertical;
}

.contact-form textarea::-webkit-input-placeholder {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  color: rgba(0, 0, 0, 0.5);
}

.contact-form textarea:-ms-input-placeholder {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  color: rgba(0, 0, 0, 0.5);
}

.contact-form textarea::-ms-input-placeholder {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  color: rgba(0, 0, 0, 0.5);
}

.contact-form textarea::placeholder {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  color: rgba(0, 0, 0, 0.5);
}

.contact-form .main-btn {
  padding: .7rem 4.5rem;
  cursor: pointer;
}

@media (max-width: 767px) {
  .contact-form .main-btn {
    margin: 1rem auto 0;
    padding: 1rem 2.5rem;
  }
}

.contact-form .form-error {
  display: none;
  position: absolute;
  top: -6px;
  right: 0;
  font-size: 12px;
  color: #FA4A6A;
}

.contact-form .success-msg {
  position: absolute;
  bottom: -4rem;
  padding-top: 1rem;
  font-weight: 700;
  font-size: 1.2rem;
}

@media (max-width: 767px) {
  .contact-form .success-msg {
    width: 100%;
    text-align: center;
    left: 0;
  }
}

.contact-form .success-msg.success {
  color: #22d2f2;
}

.testimonials-section .inner-section {
  padding: 2rem 0;
  background: rgba(24, 162, 186, 0.05);
}

@media (max-width: 767px) {
  .testimonials-section .inner-section {
    margin-bottom: 5rem;
    background: #E1E8E9;
  }
}

.testimonials-section .main-container {
  padding: 0;
  overflow: hidden;
}

.testimonials-section .title {
  width: 60%;
  padding: 0 5%;
  margin: 2rem auto;
}

.testimonials-section h4,
.testimonials-section h5 {
  text-align: center;
}

.testimonials-section .swiper-container {
  width: 100%;
  height: 300px;
  margin: 20px auto;
}

.testimonials-section .swiper-slide-container {
  text-align: center;
  font-size: 18px;
  height: 100%;
  max-width: 600px;
  margin: auto;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.testimonials-section .gallery-top {
  height: 80%;
  width: 100%;
}

@media (max-width: 767px) {
  .testimonials-section .gallery-top {
    width: 90%;
    margin: 4rem auto;
  }
}

.testimonials-section .gallery-top .swiper-slide-container {
  position: relative;
}

.testimonials-section .gallery-top .swiper-slide-container::before, .testimonials-section .gallery-top .swiper-slide-container::after {
  content: "";
  position: absolute;
  top: 0;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  width: 3rem;
  height: 3rem;
  background-image: url("data:image/svg+xml,%3Csvg width='50' height='39' viewBox='0 0 50 39' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.8539 17.1L22.5539 0.799996H10.6539L4.25391 15.5C1.35391 21.9 0.953906 24.1 0.953906 26.9C0.953906 33.7 5.75391 38.1 12.3539 38.1C18.8539 38.1 23.7539 33.7 23.7539 26.9C23.7539 22.2 21.4539 18.8 17.8539 17.1ZM44.0539 17.1L48.7539 0.799996H36.8539L30.4539 15.5C27.5539 21.9 27.1539 24.1 27.1539 26.9C27.1539 33.7 31.9539 38.1 38.5539 38.1C45.0539 38.1 49.9539 33.7 49.9539 26.9C49.9539 22.2 47.6539 18.8 44.0539 17.1Z' fill='%2318A2BA'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  color: #18A2BA;
}

.testimonials-section .gallery-top .swiper-slide-container::before {
  left: -6rem;
}

@media (max-width: 1024px) {
  .testimonials-section .gallery-top .swiper-slide-container::before {
    left: -2rem;
  }
}

@media (max-width: 767px) {
  .testimonials-section .gallery-top .swiper-slide-container::before {
    top: -4rem;
    left: 0;
  }
}

.testimonials-section .gallery-top .swiper-slide-container::after {
  right: -6rem;
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1);
}

@media (max-width: 1024px) {
  .testimonials-section .gallery-top .swiper-slide-container::after {
    right: -2rem;
  }
}

@media (max-width: 767px) {
  .testimonials-section .gallery-top .swiper-slide-container::after {
    right: 0;
    top: auto;
    bottom: -4rem;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

.testimonials-section .gallery-thumbs {
  height: 20%;
  width: 60%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 0;
  box-sizing: border-box;
  overflow: hidden;
}

.testimonials-section .gallery-thumbs .swiper-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.testimonials-section .gallery-thumbs .swiper-slide {
  width: 20%;
  height: 100%;
}

.testimonials-section .gallery-thumbs .swiper-slide img {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 100%;
}

.testimonials-section .gallery-thumbs .content-block {
  visibility: hidden;
  margin-top: 1rem;
  width: 250%;
}

@media (max-width: 1024px) {
  .testimonials-section .gallery-thumbs .content-block {
    width: 350%;
  }
}

.testimonials-section .gallery-thumbs .content-block .name {
  display: block;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  font-size: 1.5rem;
  line-height: 2.25rem;
  color: #1E1F4B;
}

.testimonials-section .gallery-thumbs .content-block .position {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  font-size: 1.25rem;
  line-height: 1.875rem;
  color: #2E3E5C;
  opacity: .8;
}

.testimonials-section .gallery-thumbs .swiper-slide-active img {
  width: 5rem;
  height: 5rem;
  padding: .1rem;
  border: 5px solid #18A2BA;
  border-radius: 100%;
}

.testimonials-section .gallery-thumbs .swiper-slide-active .content-block {
  visibility: visible;
}

.main-footer {
  position: relative;
  padding: 4rem 0 2rem;
  background-color: #A795F8;
}

@media (max-width: 767px) {
  .main-footer {
    padding-bottom: 0;
  }
}

.footer-inner {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (max-width: 1024px) {
  .footer-inner {
    padding-top: 5rem;
  }
}

@media (max-width: 767px) {
  .footer-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.footer-inner .logo-block {
  width: 15%;
}

@media (max-width: 1024px) {
  .footer-inner .logo-block {
    position: absolute;
    top: 3rem;
    left: 0;
    width: 100%;
    text-align: center;
  }
}

.footer-inner .logo-block img {
  width: 90%;
}

@media (max-width: 1024px) {
  .footer-inner .logo-block img {
    width: 10rem;
  }
}

.footer-inner .footer-title {
  margin-bottom: 1.5rem;
}

@media (max-width: 767px) {
  .footer-inner .menu-block {
    width: 100%;
    text-align: center;
    margin: 1rem 0;
  }
}

.footer-inner .menu-block ul li {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  font-size: 1.25rem;
  line-height: 1.5rem;
  letter-spacing: 0.01em;
  margin-bottom: 1rem;
}

.footer-inner .menu-block ul li:hover {
  text-decoration: underline;
}

.footer-inner .menu-block ul li a {
  color: #fff;
}

@media (max-width: 767px) {
  .footer-inner .menu-legal-block {
    width: 100%;
    margin-top: 0;
    margin-bottom: 1rem;
    text-align: center;
  }
}

@media (max-width: 1024px) {
  .footer-inner .address-block {
    width: 40%;
  }
}

@media (max-width: 767px) {
  .footer-inner .address-block {
    width: 100%;
    text-align: center;
  }
}

.footer-inner .address-block p {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  font-size: 1.25rem;
  line-height: 1.5rem;
  color: #fff;
}

.copyright-container {
  padding: 1rem;
  text-align: center;
  font-size: 0.875rem;
  border-top: 1px solid #ffffff3d;
  background-color: #A795F8;
  color: #fff;
}

@media (max-width: 767px) {
  .copyright-container {
    padding: 2rem 0 3rem;
  }
}

#cookieNotice {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  right: 0;
  width: 100%;
  max-width: 1440px;
  text-align: center;
  background-color: #A795F8;
}

@media (max-width: 767px) {
  #cookieNotice {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

#cookieNotice .title-wrapper {
  width: 50%;
  text-align: center;
}

@media (max-width: 767px) {
  #cookieNotice .title-wrapper {
    width: 80%;
  }
}

#cookieNotice .title-wrapper span {
  position: relative;
  padding: 0 1rem;
  font-size: 2.5rem;
  line-height: 3rem;
  color: #fff;
  border-top: 4px solid #fff;
  border-bottom: 4px solid #fff;
}

@media (max-width: 1024px) {
  #cookieNotice .title-wrapper span {
    font-size: 2rem;
  }
}

@media (max-width: 767px) {
  #cookieNotice .title-wrapper span {
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
  }
}

#cookieNotice .title-wrapper span::before, #cookieNotice .title-wrapper span::after {
  content: '';
  position: absolute;
  top: -10px;
  width: 26px;
  height: 130%;
  background-image: url("data:image/svg+xml,%3Csvg width='26' height='117' viewBox='0 0 26 117' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17 22L17 95' stroke='white' stroke-width='4'/%3E%3Cpath d='M23.0435 12C23.0435 17.4435 18.4138 22 12.5217 22C6.62967 22 2 17.4435 2 12C2 6.55652 6.62967 2 12.5217 2C18.4138 2 23.0435 6.55652 23.0435 12Z' stroke='white' stroke-width='4'/%3E%3Cpath d='M23.0435 105C23.0435 110.443 18.4138 115 12.5217 115C6.62967 115 2 110.443 2 105C2 99.5565 6.62967 95 12.5217 95C18.4138 95 23.0435 99.5565 23.0435 105Z' stroke='white' stroke-width='4'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 1;
}

@media (max-width: 767px) {
  #cookieNotice .title-wrapper span::before, #cookieNotice .title-wrapper span::after {
    top: -5px;
  }
}

#cookieNotice .title-wrapper span::before {
  left: -21px;
}

@media (max-width: 767px) {
  #cookieNotice .title-wrapper span::before {
    left: -17px;
  }
}

#cookieNotice .title-wrapper span::after {
  right: -21px;
}

@media (max-width: 767px) {
  #cookieNotice .title-wrapper span::after {
    right: -17px;
  }
}

#cookieNotice .btns-container {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  width: 50%;
  padding: 2.5rem 0;
  background-image: url("/assets/images/cookies-bg.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media (max-width: 767px) {
  #cookieNotice .btns-container {
    width: 100%;
    background-image: none;
    margin-top: 1rem;
    padding: 0 0 1rem;
  }
}

#cookieNotice .learn-more {
  padding: 1rem 4rem;
  font-size: 1.25rem;
  line-height: 1.5rem;
  background-color: #A795F8;
  color: #fff;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#cookieNotice .learn-more:hover {
  background-color: #fff;
  color: #A795F8;
}

@media (max-width: 1024px) {
  #cookieNotice .learn-more {
    padding: 1rem 3rem;
  }
}

@media (max-width: 767px) {
  #cookieNotice .learn-more {
    border: 2px solid #fff;
    padding: .5rem 1.5rem;
  }
}

#cookieNotice .cookies-btn {
  margin-right: 2rem;
  padding: 1rem 4rem;
  font-size: 1.25rem;
  line-height: 1.5rem;
  background-color: #fff;
  color: #A795F8;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#cookieNotice .cookies-btn:hover {
  background-color: #A795F8;
  color: #fff;
}

@media (max-width: 1024px) {
  #cookieNotice .cookies-btn {
    padding: 1rem 3rem;
  }
}

@media (max-width: 767px) {
  #cookieNotice .cookies-btn {
    border: 2px solid #fff;
    padding: .5rem 1.5rem;
  }
}

.legal-section {
  min-height: calc(100vh - 20.563rem);
}

.legal-section .inner-section {
  padding: 7rem 0 3rem;
}

.legal-section .title {
  text-align: left;
  margin-bottom: 2rem;
}

.legal-section h4 {
  margin-bottom: 1rem;
}

.legal-section ul {
  padding-left: 2rem;
}

.legal-section ul li {
  list-style: disc;
}

.legal-section ol li {
  list-style: none;
}

.legal-section a:hover {
  text-decoration: underline;
}

.legal-section p strong {
  font-weight: 700;
}

@-webkit-keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/*# sourceMappingURL=main.css.map */