@font-face {
  font-family: 'Space Grotesk';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/spacegrotesk/v16/V8mQoQDjQSkFtoMM3T6r8E7mF71Q-gOoraIAEj62UUsj.ttf) format('truetype');
}
@font-face {
  font-family: 'Space Grotesk';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/spacegrotesk/v16/V8mQoQDjQSkFtoMM3T6r8E7mF71Q-gOoraIAEj7oUUsj.ttf) format('truetype');
}
@font-face {
  font-family: 'Space Grotesk';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/spacegrotesk/v16/V8mQoQDjQSkFtoMM3T6r8E7mF71Q-gOoraIAEj7aUUsj.ttf) format('truetype');
}
@font-face {
  font-family: 'Space Grotesk';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/spacegrotesk/v16/V8mQoQDjQSkFtoMM3T6r8E7mF71Q-gOoraIAEj42Vksj.ttf) format('truetype');
}
@font-face {
  font-family: 'Space Grotesk';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/spacegrotesk/v16/V8mQoQDjQSkFtoMM3T6r8E7mF71Q-gOoraIAEj4PVksj.ttf) format('truetype');
}
:root {
  --cc-text: #212529;
  --cc-btn-primary-bg: var(--color-main);
  --cc-btn-primary-hover-bg: var(--color-mainHover);
}
html {
  --color-main: #2F6E65;
  --color-mainHover: #235c53;
  --color-white: #ffffff;
  --color-black: #000000;
  overflow-x: hidden;
  --scrollbar-compensate: 0;
  padding-right: var(--scrollbar-compensate, 0px);
  font-size: 100%;
}
html body {
  margin: 0;
  overflow-x: hidden;
  font-family: "Space Grotesk", sans-serif;
  font-optical-sizing: auto;
}
html.font_125 {
  font-size: 125%;
}
@media (max-width: 768px) {
  html.font_125 {
    font-size: 112.5%;
  }
}
html.font_150 {
  font-size: 150%;
}
@media (max-width: 768px) {
  html.font_150 {
    font-size: 125%;
  }
}
@media (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }
}
* {
  box-sizing: border-box;
}
a {
  color: inherit;
  outline: 2px solid transparent;
  text-decoration: none;
  display: inline-block;
  border-radius: 2px;
}
a:focus-visible {
  outline-color: var(--color-black);
}
.container {
  max-width: 1180px;
  width: calc(100% - 80px);
  margin: 0 auto;
}
@media (max-width: 768px) {
  .container {
    width: calc(100% - 50px);
  }
}
p {
  margin: 0;
}
img {
  max-width: 100%;
}
h1,
.h1 {
  font-weight: 700;
  font-size: 44px;
  font-size: 2.75rem;
  line-height: 1.15em;
  color: var(--color-black);
  margin: 0 0 0.6em 0;
}
@media (max-width: 768px) {
  h1,
  .h1 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
h2,
.h2 {
  font-weight: 700;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1.15em;
  color: var(--color-black);
  margin: 0.8em 0 0.5em 0;
}
h2:first-child,
.h2:first-child {
  margin-top: 0;
}
@media (max-width: 768px) {
  h2,
  .h2 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
h3,
.h3 {
  font-weight: 700;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.15em;
  color: var(--color-black);
  margin: 0.8em 0 0.5em 0;
}
h3:first-child,
.h3:first-child {
  margin-top: 0;
}
@media (max-width: 768px) {
  h3,
  .h3 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
h4,
.h4 {
  font-weight: 700;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.15em;
  color: var(--color-black);
  margin: 0.8em 0 0.5em 0;
}
h4:first-child,
.h4:first-child {
  margin-top: 0;
}
@media (max-width: 768px) {
  h4,
  .h4 {
    font-size: 19px;
    font-size: 1.1875rem;
  }
}
p {
  font-weight: 400;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.4em;
  color: var(--color-black);
  margin: 0 0 0.6em 0;
}
@media (max-width: 768px) {
  p {
    font-size: 16px;
    font-size: 1rem;
  }
}
header p,
footer p {
  margin: 0;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
html.scroll-locked {
  overflow: hidden;
}
html.scroll-locked body {
  overflow: hidden;
}
.events-none {
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  -ms-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
@media (min-width: 1101px) {
  .hide_above_1100 {
    display: none !important;
  }
}
@media (max-width: 1100px) {
  .hide_below_1100 {
    display: none !important;
  }
}
@media (min-width: 769px) {
  .hide_above_768 {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .hide_below_768 {
    display: none !important;
  }
}
body {
  background: #F0F0F0;
}
section.an_page_wrap .an_upper {
  background-image: url('../../images/purple_bg.webp');
  height: 666px;
  padding: 152px 0 0 0;
  position: relative;
  z-index: 5;
}
@media (max-width: 1000px) {
  section.an_page_wrap .an_upper {
    height: auto;
    padding: 132px 0;
  }
}
section.an_page_wrap .an_upper::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('../../images/bg_triangle_green.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
}
@media (max-width: 1000px) {
  section.an_page_wrap .an_upper::before {
    width: 50%;
    background-size: cover;
    background-position: right;
  }
}
section.an_page_wrap .an_upper h1,
section.an_page_wrap .an_upper h2,
section.an_page_wrap .an_upper h3 {
  margin: 0 0 0 auto;
  color: white;
  text-align: right;
  line-height: 1.2em;
}
section.an_page_wrap .an_upper h1 {
  margin-bottom: 14px;
  max-width: 500px;
  font-weight: 700;
  font-size: 60px;
  font-size: 3.75rem;
  position: relative;
}
@media (max-width: 768px) {
  section.an_page_wrap .an_upper h1 {
    font-size: 50px;
    font-size: 3.125rem;
  }
}
@media (max-width: 500px) {
  section.an_page_wrap .an_upper h1 {
    font-size: 33px;
    font-size: 2.0625rem;
  }
}
section.an_page_wrap .an_upper h1 span {
  color: #C9F21B;
}
section.an_page_wrap .an_upper h1::before {
  content: '';
  position: absolute;
  top: -32px;
  right: -20px;
  width: 31px;
  height: 29px;
  background-image: url('../../images/star_green.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media (max-width: 768px) {
  section.an_page_wrap .an_upper h1::before {
    width: 22px;
    height: 22px;
  }
}
section.an_page_wrap .an_upper h2 {
  margin-bottom: 2px;
  font-weight: 400;
  font-size: 25px;
  font-size: 1.5625rem;
}
@media (max-width: 768px) {
  section.an_page_wrap .an_upper h2 {
    font-size: 23px;
    font-size: 1.4375rem;
  }
}
@media (max-width: 500px) {
  section.an_page_wrap .an_upper h2 {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}
section.an_page_wrap .an_upper h3 {
  font-weight: 400;
  font-size: 60px;
  font-size: 3.75rem;
}
@media (max-width: 768px) {
  section.an_page_wrap .an_upper h3 {
    font-size: 50px;
    font-size: 3.125rem;
  }
}
@media (max-width: 500px) {
  section.an_page_wrap .an_upper h3 {
    font-size: 45px;
    font-size: 2.8125rem;
  }
}
section.an_page_wrap .an_upper .car_group {
  position: absolute;
  z-index: -1;
  top: 150px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  -ms-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (max-width: 1000px) {
  section.an_page_wrap .an_upper .car_group {
    top: initial;
    bottom: -80px;
  }
}
section.an_page_wrap .an_lower {
  padding: 168px 0 126px 0;
}
@media (max-width: 1000px) {
  section.an_page_wrap .an_lower {
    padding: 100px 0 160px 0;
  }
}
section.an_page_wrap .an_lower .container {
  max-width: 1320px;
}
section.an_page_wrap .an_lower .an_content {
  padding: 0 86px;
  display: flex;
  justify-content: center;
  gap: 90px;
}
@media (max-width: 1000px) {
  section.an_page_wrap .an_lower .an_content {
    flex-direction: column;
    gap: 36px;
    padding: 0 22px;
  }
}
@media (min-width: 1001px) {
  section.an_page_wrap .an_lower .an_content .an_col:nth-child(1) {
    max-width: 394px;
  }
  section.an_page_wrap .an_lower .an_content .an_col:nth-child(2) {
    max-width: 654px;
  }
}
section.an_page_wrap .an_lower .an_content p {
  font-size: 18px;
  font-size: 1.125rem;
  color: black;
  margin: 0;
}
@media (max-width: 768px) {
  section.an_page_wrap .an_lower .an_content p {
    font-size: 16px;
    font-size: 1rem;
  }
}
section.an_page_wrap .an_lower .an_contact {
  margin: 80px 0 0 0;
  padding: 74px 86px;
  background: #FFFFFF;
  border-radius: 20px;
  position: relative;
  max-width: 1034px;
}
@media (max-width: 1100px) {
  section.an_page_wrap .an_lower .an_contact {
    padding: 70px 40px 134px 40px;
    margin: 80px 0 0 0;
  }
}
section.an_page_wrap .an_lower .an_contact p {
  font-size: 18px;
  font-size: 1.125rem;
  color: black;
  max-width: 594px;
  margin: 0;
}
@media (max-width: 768px) {
  section.an_page_wrap .an_lower .an_contact p {
    font-size: 16px;
    font-size: 1rem;
  }
}
section.an_page_wrap .an_lower .an_contact p span {
  font-weight: 500;
  color: #702CDF;
}
section.an_page_wrap .an_lower .an_contact .cbox {
  width: 371px;
  position: absolute;
  top: 50%;
  right: -200px;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 24px;
}
@media (max-width: 1300px) {
  section.an_page_wrap .an_lower .an_contact .cbox {
    right: -32px;
  }
}
@media (max-width: 1100px) {
  section.an_page_wrap .an_lower .an_contact .cbox {
    left: 50%;
    transform: translateX(-50%) translateY(50%);
    bottom: 0;
    top: initial;
  }
}
section.an_page_wrap .an_lower .an_contact .cbox .ctitle {
  font-weight: 700;
  font-size: 50px;
  font-size: 3.125rem;
  line-height: 1.25em;
  color: white;
}
@media (max-width: 768px) {
  section.an_page_wrap .an_lower .an_contact .cbox .ctitle {
    font-size: 32px;
    font-size: 2rem;
  }
}
section.an_page_wrap .an_lower .an_contact .cbox .ctitle span {
  padding: 0 2px;
  background: white;
  color: #313131;
  font-weight: inherit;
  font-size: inherit;
  line-height: 1.25em;
}
section.an_page_wrap .an_lower .an_contact .cbox a,
section.an_page_wrap .an_lower .an_contact .cbox p {
  text-align: center;
  margin: 0;
}
section.an_page_wrap .an_lower .an_contact .cbox a {
  font-weight: 700;
  font-size: 22px;
  font-size: 1.375rem;
  color: white;
}
@media (max-width: 768px) {
  section.an_page_wrap .an_lower .an_contact .cbox a {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
section.an_page_wrap .an_lower .an_contact .cbox .cbox_number_plate {
  position: absolute;
  bottom: 26px;
  right: 26px;
  transform: translate(50%, 50%);
}
@media (max-width: 1000px) {
  section.an_page_wrap .an_lower .an_contact .cbox .cbox_number_plate {
    display: none;
  }
}
.an_star {
  display: block;
  width: 31px;
  height: 29px;
  margin: 0 0 24px 0;
}
@media (max-width: 1000px) {
  .an_star {
    width: 22px;
    height: 22px;
  }
}
