/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[9].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[9].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[9].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[9].use[5]!./src/styles/homePage.module.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Manrope:wght@200..800&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Manrope:wght@200..800&family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");
.homePage_background__59bBr {
  background-image: url("/home_background.png");
  background-size: cover;
  background-position: center;
  height: 100vh;
}

.homePage_overlay__4hBld {
  background-color: rgba(0, 0, 0, 0.5);
  height: 100vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.homePage_bannerSection__oGKwc {
  max-width: 911px;
  text-align: center;
  margin: 0 auto;
  padding: 223px 0;
  z-index: 1;
  position: relative;
}
@media (max-width: 768px) {
  .homePage_bannerSection__oGKwc {
    padding: 60px 0;
  }
}
@media (max-width: 576px) {
  .homePage_bannerSection__oGKwc {
    padding-top: 60px;
    padding-bottom: 80px;
  }
}
.homePage_bannerSection__oGKwc .homePage_subject__XDZrF {
  background: #fff;
  width: 306px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 0;
  color: #ffde59 !important;
  font-family: "Jost", sans-serif !important;
  font-weight: 500 !important;
  font-size: 18px !important;
  line-height: 26px !important;
  border-radius: 5px !important;
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  -ms-border-radius: 5px !important;
  -o-border-radius: 5px !important;
  margin-bottom: 40px;
}
@media (max-width: 576px) {
  .homePage_bannerSection__oGKwc .homePage_subject__XDZrF {
    font-size: 14px !important;
    margin-bottom: 20px;
    max-width: 200px !important;
  }
}
.homePage_bannerSection__oGKwc .homePage_heading__LBk3_ {
  color: #ffde59 !important;
  font-family: "Marcellus", serif !important;
  font-weight: 400 !important;
  font-size: 70px !important;
  line-height: 82px !important;
  margin-bottom: 47px;
}
@media (max-width: 768px) {
  .homePage_bannerSection__oGKwc .homePage_heading__LBk3_ {
    font-size: 30px !important;
    line-height: 40px;
  }
}
@media (max-width: 576px) {
  .homePage_bannerSection__oGKwc .homePage_heading__LBk3_ {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.homePage_bannerSection__oGKwc .homePage_description__wtZT3 {
  color: #ffde59 !important;
  font-family: "Jost", sans-serif !important;
  font-weight: 500 !important;
  font-size: 18px !important;
  line-height: 35px !important;
  max-width: 517px;
  margin: 0 auto 50px;
}
.homePage_bannerSection__oGKwc .homePage_description__wtZT3 a {
  color: #fff !important;
  font-family: "Jost", sans-serif !important;
  font-weight: 500 !important;
  font-size: 18px !important;
  line-height: 35px !important;
}
@media (max-width: 576px) {
  .homePage_bannerSection__oGKwc .homePage_description__wtZT3 {
    font-size: 14px;
    margin-bottom: 20px;
  }
}

.homePage_logo__6QGyX {
  width: 21px;
  height: 21px;
  margin-right: 10px;
}

.homePage_icon__GCTLK {
  width: 21px;
  height: 21px;
  position: relative;
}

.homePage_iconImage__8AtJ3:first-child {
  width: 30px !important;
  height: 30px !important;
}

.homePage_section__tHs52 {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  position: absolute;
  top: 0;
  left: 0;
}
.homePage_section__tHs52 .homePage_hscrollLine__TUYMf {
  height: 100%;
  width: 1px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.2);
  position: relative;
}
.homePage_section__tHs52 .homePage_hscrollLine__TUYMf::after {
  content: "";
  position: absolute;
  top: -10%;
  left: 0;
  height: 10%;
  width: 1px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1), #fff);
  animation: homePage_move__di8l0 3s infinite;
  -webkit-animation: homePage_move__di8l0 3s infinite;
}
.homePage_section__tHs52 .homePage_hscrollLine__TUYMf:nth-child(1)::after {
  animation-delay: 0s;
}
.homePage_section__tHs52 .homePage_hscrollLine__TUYMf:nth-child(2)::after {
  animation-delay: 1s;
}
.homePage_section__tHs52 .homePage_hscrollLine__TUYMf:nth-child(3)::after {
  animation-delay: 1.5s;
}
.homePage_section__tHs52 .homePage_hscrollLine__TUYMf:nth-child(4)::after {
  animation-delay: 2s;
}
@keyframes homePage_move__di8l0 {
  from {
    top: -10%;
  }
  to {
    top: 100%;
  }
}

.homePage_about__larvS {
  padding: 140px 0;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .homePage_about__larvS {
    padding-bottom: 0;
  }
}
@media (max-width: 576px) {
  .homePage_about__larvS {
    padding-top: 80px;
  }
}
.homePage_about__larvS .homePage_animatedCircle__1vyP8 {
  top: 27%;
  left: -13%;
}
@media (max-width: 768px) {
  .homePage_about__larvS .homePage_animatedCircle__1vyP8 {
    display: none;
  }
}
.homePage_about__larvS .homePage_animatedCircle__1vyP8.homePage_left__tI_89 {
  width: 600px;
  height: 600px;
  border-radius: 50%;
  z-index: -1;
  position: absolute;
  animation: homePage_circle__9ER5h 5s linear infinite;
  -webkit-animation: homePage_circle__9ER5h 5s linear infinite;
  background: linear-gradient(to bottom, rgba(217, 10, 44, 0.1), #ffde59);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.homePage_about__larvS .homePage_animatedCircle__1vyP8.homePage_left__tI_89::after {
  width: 400px;
  height: 400px;
  border-radius: 50%;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  background-color: #001d21;
}
.homePage_about__larvS h1 {
  margin-bottom: 54px;
}
@media (max-width: 768px) {
  .homePage_about__larvS h1 {
    margin-bottom: 40px;
  }
}
.homePage_about__larvS p {
  color: #fff !important;
  font-family: "Jost", sans-serif !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 30px !important;
  max-width: 448px;
  margin-bottom: 50px;
}
@media (max-width: 576px) {
  .homePage_about__larvS p {
    font-size: 14px;
  }
}
.homePage_about__larvS .homePage_company__kN10Z {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  max-width: 459px;
  margin-bottom: 50px;
}
@media (max-width: 576px) {
  .homePage_about__larvS .homePage_company__kN10Z {
    flex-wrap: wrap;
    gap: 20px;
    padding: 10px;
  }
}
.homePage_about__larvS .homePage_company__kN10Z div {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}
@media (max-width: 576px) {
  .homePage_about__larvS .homePage_company__kN10Z div {
    padding: 10px;
  }
}
.homePage_about__larvS .homePage_company__kN10Z div img {
  width: 50px;
  height: 50px;
  min-width: 50px;
}
.homePage_about__larvS .homePage_company__kN10Z div p {
  color: #fff !important;
  font-family: "Marcellus", serif !important;
  font-weight: 400 !important;
  font-size: 18px !important;
  line-height: 28px !important;
  margin-bottom: 0;
}
@media (max-width: 576px) {
  .homePage_about__larvS .homePage_company__kN10Z div p {
    font-size: 14px;
  }
}
.homePage_about__larvS .homePage_button__zcMaV:hover {
  border-color: #ffde59;
  color: #ffde59;
}
.homePage_about__larvS .homePage_button__zcMaV:hover svg path {
  fill: #ffde59;
}
@media (max-width: 768px) {
  .homePage_about__larvS .homePage_button__zcMaV {
    margin-bottom: 50px;
  }
}
@media (max-width: 576px) {
  .homePage_about__larvS .homePage_button__zcMaV {
    font-size: 14px !important;
    width: 100%;
    text-align: center;
  }
}
.homePage_about__larvS .homePage_img__zR_8L {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 34px;
}
@media (max-width: 576px) {
  .homePage_about__larvS .homePage_img__zR_8L {
    flex-direction: column;
    gap: 20px;
    padding: 10px;
  }
}
.homePage_about__larvS .homePage_img__zR_8L .homePage_img1__kH2_R,
.homePage_about__larvS .homePage_img__zR_8L .homePage_img2__Qr6FN {
  overflow: hidden;
  max-height: 512px;
}
.homePage_about__larvS .homePage_img__zR_8L .homePage_img1__kH2_R:nth-child(1),
.homePage_about__larvS .homePage_img__zR_8L .homePage_img2__Qr6FN:nth-child(1) {
  margin-bottom: 26px;
}
@media (max-width: 576px) {
  .homePage_about__larvS .homePage_img__zR_8L .homePage_img1__kH2_R:nth-child(1),
  .homePage_about__larvS .homePage_img__zR_8L .homePage_img2__Qr6FN:nth-child(1) {
    margin: 0;
  }
}
.homePage_about__larvS .homePage_img__zR_8L .homePage_img1__kH2_R:nth-child(2),
.homePage_about__larvS .homePage_img__zR_8L .homePage_img2__Qr6FN:nth-child(2) {
  margin-top: 26px;
}
@media (max-width: 576px) {
  .homePage_about__larvS .homePage_img__zR_8L .homePage_img1__kH2_R:nth-child(2),
  .homePage_about__larvS .homePage_img__zR_8L .homePage_img2__Qr6FN:nth-child(2) {
    margin: 0;
  }
}
.homePage_about__larvS .homePage_videoArea__gBVdi {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.homePage_about__larvS .homePage_videoArea__gBVdi .homePage_videoPlayBtn__zMZZy {
  width: 148px;
  height: 148px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffde59;
}
.homePage_about__larvS .homePage_videoArea__gBVdi .homePage_videoPlayBtn__zMZZy .homePage_playBtn__j4EcJ {
  color: #0e1916;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  width: 148px;
  height: 148px;
  position: relative;
  text-decoration: none;
}
.homePage_about__larvS .homePage_videoArea__gBVdi .homePage_videoPlayBtn__zMZZy .homePage_playBtn__j4EcJ:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 148px;
  height: 148px;
  background: #ffde59;
  border-radius: 50%;
  animation: homePage_pulse-border__Ip6g2 1500ms ease-out infinite;
}
.homePage_about__larvS .homePage_videoArea__gBVdi .homePage_videoPlayBtn__zMZZy .homePage_playBtn__j4EcJ:after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 148px;
  height: 148px;
  background: #ffde59;
  border-radius: 50%;
  transition: all 200ms;
}
@media (max-width: 576px) {
  .homePage_about__larvS .homePage_videoArea__gBVdi svg {
    max-width: 80px;
  }
}

@keyframes homePage_pulse-border__Ip6g2 {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
@keyframes homePage_circle__9ER5h {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes homePage_fadeInUp__mzc24 {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.homePage_aboutImage__tDFda {
  visibility: visible;
  animation-name: homePage_fadeInUp__mzc24;
}

.homePage_marqueeSection__SMdm8 {
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  min-height: 392px;
}
.homePage_marqueeSection__SMdm8 .homePage_sectionInner__1CRcV {
  white-space: nowrap;
  transform: rotate(-4deg) scale(1.1);
  -webkit-transform: rotate(-4deg) scale(1.1);
  -moz-transform: rotate(-4deg) scale(1.1);
  -ms-transform: rotate(-4deg) scale(1.1);
  -o-transform: rotate(-4deg) scale(1.1);
}
.homePage_marqueeSection__SMdm8 .homePage_sectionInner__1CRcV .homePage_topInner__46Pfy {
  padding: 1em 0;
  background-color: #111;
}
.homePage_marqueeSection__SMdm8 .homePage_sectionInner__1CRcV .homePage_topInner__46Pfy .homePage_marquee__Px9Ui {
  padding: 0;
  margin: 0;
  will-change: transform;
  animation: homePage_marquee__Px9Ui 65s linear infinite;
  align-items: center;
  display: flex;
  padding: 5px 0;
}
.homePage_marqueeSection__SMdm8 .homePage_sectionInner__1CRcV .homePage_topInner__46Pfy .homePage_marquee__Px9Ui:hover {
  animation-play-state: paused;
}
.homePage_marqueeSection__SMdm8 .homePage_sectionInner__1CRcV .homePage_topInner__46Pfy .homePage_marquee__Px9Ui li {
  list-style: none;
  position: relative;
  text-align: center;
}
.homePage_marqueeSection__SMdm8 .homePage_sectionInner__1CRcV .homePage_topInner__46Pfy .homePage_marquee__Px9Ui li span {
  color: #fff !important;
  font-family: "Marcellus", serif !important;
  font-weight: 400 !important;
  font-size: 19px !important;
  line-height: 65px !important;
  text-transform: uppercase;
}
.homePage_marqueeSection__SMdm8 .homePage_sectionInner__1CRcV .homePage_topInner__46Pfy .homePage_marquee__Px9Ui li span sub {
  color: #ffde59 !important;
  font-family: "Marcellus", serif !important;
  font-weight: 400 !important;
  font-size: 50px !important;
  line-height: 65px !important;
}
.homePage_marqueeSection__SMdm8 .homePage_sectionInner__1CRcV .homePage_bottomInner__h8pnL {
  padding: 1em 0;
  display: inline-block;
  background-color: #ffde59;
}
.homePage_marqueeSection__SMdm8 .homePage_sectionInner__1CRcV .homePage_bottomInner__h8pnL .homePage_marquee__Px9Ui {
  padding: 0;
  margin: 0;
  will-change: transform;
  animation: homePage_marquee-2__I0xoi 65s linear infinite;
  align-items: center;
  display: flex;
  padding: 5px 0;
}
.homePage_marqueeSection__SMdm8 .homePage_sectionInner__1CRcV .homePage_bottomInner__h8pnL .homePage_marquee__Px9Ui:hover {
  animation-play-state: paused;
}
.homePage_marqueeSection__SMdm8 .homePage_sectionInner__1CRcV .homePage_bottomInner__h8pnL .homePage_marquee__Px9Ui li {
  list-style: none;
  position: relative;
  text-align: center;
}
.homePage_marqueeSection__SMdm8 .homePage_sectionInner__1CRcV .homePage_bottomInner__h8pnL .homePage_marquee__Px9Ui li span {
  color: #0e1916 !important;
  font-family: "Marcellus", serif !important;
  font-weight: 400 !important;
  font-size: 19px !important;
  line-height: 65px !important;
  text-transform: uppercase;
}
.homePage_marqueeSection__SMdm8 .homePage_sectionInner__1CRcV .homePage_bottomInner__h8pnL .homePage_marquee__Px9Ui li span sub {
  color: #fff !important;
  font-family: "Marcellus", serif !important;
  font-weight: 400 !important;
  font-size: 50px !important;
  line-height: 65px !important;
}

@keyframes homePage_marquee__Px9Ui {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes homePage_marquee-2__I0xoi {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0%);
  }
}
@media (max-width: 992px) {
  .homePage_aboutUSMain__dCM7U {
    display: flex;
    gap: 20px;
  }
}
/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[9].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[9].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[9].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[9].use[5]!./src/styles/shared.module.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Manrope:wght@200..800&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Manrope:wght@200..800&family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");
.shared_button__rzdjr {
  padding: 0 45px;
  text-decoration: none !important;
  cursor: pointer;
  display: inline-block;
  border-radius: 5px !important;
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  -ms-border-radius: 5px !important;
  -o-border-radius: 5px !important;
  color: #0e1916 !important;
  font-family: "Work Sans", sans-serif !important;
  font-weight: 600 !important;
  font-size: 18px !important;
  line-height: 56px !important;
  position: relative;
}
.shared_button__rzdjr svg {
  width: 18px;
  height: 15px;
}
.shared_button__rzdjr::before, .shared_button__rzdjr::after {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  border-color: #ffde59;
  border-radius: 5px !important;
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  -ms-border-radius: 5px !important;
  -o-border-radius: 5px !important;
  border-width: 2px;
  border-style: solid;
  transition: all 0.3s linear;
  opacity: 0;
  visibility: hidden;
}
.shared_button__rzdjr::before {
  top: -1px;
  left: -1px;
  transform: scale(1.6);
  height: calc(100% + 2px);
  width: calc(100% + 2px);
}
.shared_button__rzdjr::after {
  top: 0;
  left: 0;
  transform: scale(1.4);
  transition-delay: 0.1s;
}
.shared_button__rzdjr:hover {
  background-color: transparent;
  border-width: 2;
  color: #ffde59 !important;
  font-family: "Work Sans", sans-serif !important;
  font-weight: 600 !important;
  font-size: 18px !important;
  line-height: 56px !important;
}
.shared_button__rzdjr:hover::before, .shared_button__rzdjr:hover::after {
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}

.shared_primaryLinkBtn__XMZ3W {
  background-color: #ffde59;
}

.shared_title__IpgDK {
  color: #fff !important;
  font-family: "Marcellus", serif !important;
  font-weight: 400 !important;
  font-size: 46px !important;
  line-height: 60px !important;
}
@media (max-width: 768px) {
  .shared_title__IpgDK {
    font-size: 18px;
    line-height: 25px;
  }
}

.shared_sectionTitle__KHt_E {
  text-align: center;
  margin-bottom: 70px;
}
@media (max-width: 768px) {
  .shared_sectionTitle__KHt_E {
    margin-bottom: 60px;
  }
}
.shared_sectionTitle__KHt_E .shared_subtitle__ylpd4 {
  display: inline-block;
}

.shared_subtitle__ylpd4 {
  color: #ffde59 !important;
  font-family: "Work Sans", sans-serif !important;
  font-weight: 500 !important;
  font-size: 18px !important;
  line-height: 26px !important;
  position: relative;
  padding-left: 30px;
  display: inline-block;
}
@media (max-width: 768px) {
  .shared_subtitle__ylpd4 {
    font-size: 14px;
    line-height: 20px;
  }
}
.shared_subtitle__ylpd4::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 15px;
  height: 15px;
  border-radius: 50% !important;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  -ms-border-radius: 50% !important;
  -o-border-radius: 50% !important;
  background-color: #ffde59;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.shared_outlineLinkBtn__Cd_6F {
  color: #fff !important;
  border: 2px solid rgba(255, 255, 255, 0.1);
}
.shared_outlineLinkBtn__Cd_6F:hover {
  color: #fff !important;
  font-family: "Work Sans", sans-serif !important;
  font-weight: 600 !important;
  font-size: 18px !important;
  line-height: 56px !important;
}

.shared_homePageOutlineButton__hT2N1 {
  color: #fff !important;
  border: none;
}
.shared_homePageOutlineButton__hT2N1::before, .shared_homePageOutlineButton__hT2N1::after {
  border-color: transparent;
}
.shared_homePageOutlineButton__hT2N1:hover {
  border-color: transparent;
}

.shared_animatedCircle__KYIAy.shared_right__LRl1x {
  top: 0%;
  right: -13%;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  position: absolute;
  animation: shared_circle__TOuUm 5s linear infinite;
  -webkit-animation: shared_circle__TOuUm 5s linear infinite;
  background: linear-gradient(to bottom, rgba(217, 10, 44, 0.1), #ffde59);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.shared_animatedCircle__KYIAy.shared_right__LRl1x::after {
  width: 400px;
  height: 400px;
  border-radius: 50%;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  background-color: #001d21;
}
.shared_animatedCircle__KYIAy.shared_left__AbvA8 {
  bottom: -5%;
  left: -13%;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  z-index: -1;
  position: absolute;
  animation: shared_circle__TOuUm 5s linear infinite;
  -webkit-animation: shared_circle__TOuUm 5s linear infinite;
  background: linear-gradient(to bottom, rgba(217, 10, 44, 0.1), #ffde59);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.shared_animatedCircle__KYIAy.shared_left__AbvA8::after {
  width: 400px;
  height: 400px;
  border-radius: 50%;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  background-color: #001d21;
}

@keyframes shared_circle__TOuUm {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.shared_banner__bh1kb {
  background-color: #001d21;
}
.shared_banner__bh1kb .shared_bannerImg__G9pA7 {
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.shared_banner__bh1kb .shared_bannerImg__G9pA7 .shared_overlay__Babv8 {
  background-color: rgba(0, 0, 0, 0.5);
}

.shared_bannerSection__8NbuI {
  max-width: 911px;
  text-align: center;
  margin: 0 auto;
  padding: 223px 0;
  z-index: 1;
  position: relative;
}
@media (max-width: 768px) {
  .shared_bannerSection__8NbuI {
    padding-top: 100px;
    padding-bottom: 80px;
  }
}
.shared_bannerSection__8NbuI .shared_subject__p13Mm {
  background: #fff;
  max-width: 306px;
  margin: 0 auto;
  padding: 14px 0;
  color: #ffde59 !important;
  font-family: "Jost", sans-serif !important;
  font-weight: 500 !important;
  font-size: 18px !important;
  line-height: 26px !important;
  border-radius: 5px !important;
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  -ms-border-radius: 5px !important;
  -o-border-radius: 5px !important;
  margin-bottom: 40px;
}
@media (max-width: 576px) {
  .shared_bannerSection__8NbuI .shared_subject__p13Mm {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
.shared_bannerSection__8NbuI .shared_heading__RJG_c {
  color: #fff !important;
  font-family: "Marcellus", serif !important;
  font-weight: 400 !important;
  font-size: 70px !important;
  line-height: 82px !important;
  margin-bottom: 47px;
}
@media (max-width: 768px) {
  .shared_bannerSection__8NbuI .shared_heading__RJG_c {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 576px) {
  .shared_bannerSection__8NbuI .shared_heading__RJG_c {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.shared_bannerSection__8NbuI .shared_description__GkzXD {
  color: #fff !important;
  font-family: "Jost", sans-serif !important;
  font-weight: 500 !important;
  font-size: 18px !important;
  line-height: 35px !important;
  max-width: 517px;
  margin: 0 auto 50px;
}
.shared_bannerSection__8NbuI .shared_description__GkzXD a {
  text-decoration: none !important;
  color: #fff !important;
  font-family: "Jost", sans-serif !important;
  font-weight: 500 !important;
  font-size: 18px !important;
  line-height: 35px !important;
}
@media (max-width: 576px) {
  .shared_bannerSection__8NbuI .shared_description__GkzXD {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
@media (max-width: 576px) {
  .shared_bannerSection__8NbuI .shared_button__rzdjr {
    font-size: 14px;
  }
}
/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[9].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[9].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[9].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[9].use[5]!./src/styles/services.module.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Manrope:wght@200..800&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Manrope:wght@200..800&family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");
.services_services__fRygp {
  padding: 140px 0;
  position: relative;
  overflow: hidden;
}
@media (max-width: 576px) {
  .services_services__fRygp {
    padding: 50px 0;
  }
}
.services_services__fRygp .services_sectionTitle__FUn2s {
  margin-bottom: 0px;
}
.services_services__fRygp .services_sectionTitle__FUn2s h1 {
  max-width: 633px;
  margin: 0 auto 70px;
}
@media (max-width: 768px) {
  .services_services__fRygp .services_sectionTitle__FUn2s h1 {
    margin-bottom: 0;
  }
}
.services_services__fRygp .services_grid-card__k8tbh {
  background-color: #0e1916;
  padding: 50px 50px;
  border-radius: 8px !important;
  -webkit-border-radius: 8px !important;
  -moz-border-radius: 8px !important;
  -ms-border-radius: 8px !important;
  -o-border-radius: 8px !important;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
@media (max-width: 1200px) {
  .services_services__fRygp .services_grid-card__k8tbh {
    padding: 30px 20px;
  }
}
.services_services__fRygp .services_grid-card__k8tbh .services_animatedLine__AI_M_ {
  position: absolute;
  top: -180px;
  right: 10%;
  display: flex;
  gap: 16px;
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
}
.services_services__fRygp .services_grid-card__k8tbh .services_animatedLine__AI_M_ .services_animatedLine-1__ja2js {
  width: 40px;
  height: 156px;
  background-color: #ffde59;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
}
.services_services__fRygp .services_grid-card__k8tbh .services_animatedLine__AI_M_ .services_animatedLine-2__GdG5C {
  width: 40px;
  height: 100px;
  background-color: #ffde59;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
}
.services_services__fRygp .services_grid-card__k8tbh .services_img__W9UWR {
  width: 90px;
  height: 90px;
  border: 1px solid #ffde59;
  border-radius: 50% !important;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  -ms-border-radius: 50% !important;
  -o-border-radius: 50% !important;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #26302d;
  margin-bottom: 40px;
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
}
.services_services__fRygp .services_grid-card__k8tbh .services_img__W9UWR .services_iconImage__iOVvt {
  width: 55px !important;
  height: 55px !important;
}
.services_services__fRygp .services_grid-card__k8tbh h3 {
  color: #fff !important;
  font-family: "Marcellus", serif !important;
  font-weight: 400 !important;
  font-size: 24px !important;
  line-height: 32px !important;
  margin-bottom: 24px;
}
@media (max-width: 1200px) {
  .services_services__fRygp .services_grid-card__k8tbh h3 {
    font-size: 18px;
    margin-bottom: 16px;
  }
}
.services_services__fRygp .services_grid-card__k8tbh p {
  color: #fff !important;
  font-family: "Jost", sans-serif !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 30px !important;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .services_services__fRygp .services_grid-card__k8tbh p {
    font-size: 14px;
  }
}
@media (max-width: 1200px) {
  .services_services__fRygp .services_grid-card__k8tbh p {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
.services_services__fRygp .services_grid-card__k8tbh ul {
  margin-bottom: 26px;
}
.services_services__fRygp .services_grid-card__k8tbh ul li {
  color: #fff !important;
  font-family: "Jost", sans-serif !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 30px !important;
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
  gap: 10px;
  margin-bottom: 24px;
}
@media (max-width: 1200px) {
  .services_services__fRygp .services_grid-card__k8tbh ul li {
    font-size: 14px;
    margin-bottom: 7px;
  }
}
@media (max-width: 1200px) {
  .services_services__fRygp .services_grid-card__k8tbh ul li {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 6px;
  }
}
.services_services__fRygp .services_grid-card__k8tbh a {
  color: rgba(255, 255, 255, 0.65);
}
@media (max-width: 1200px) {
  .services_services__fRygp .services_grid-card__k8tbh a {
    font-size: 14px;
    width: 100%;
    text-align: center;
  }
}
.services_services__fRygp .services_grid-card__k8tbh:hover .services_animatedLine__AI_M_ {
  top: 0;
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
}
.services_services__fRygp .services_grid-card__k8tbh:hover .services_img__W9UWR {
  background-color: #ffde59;
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
}
.services_services__fRygp .services_grid-card__k8tbh:hover a {
  background-color: #ffde59;
  color: #fff;
}
.services_services__fRygp .services_img__W9UWR {
  overflow: hidden;
  width: 100%;
  height: 100%;
  border-radius: 10px !important;
  -webkit-border-radius: 10px !important;
  -moz-border-radius: 10px !important;
  -ms-border-radius: 10px !important;
  -o-border-radius: 10px !important;
}
.services_services__fRygp .services_img__W9UWR .services_businessImg__Oubg6 {
  width: 100%;
  max-height: 275px;
  height: 100%;
  border-radius: 10px !important;
  -webkit-border-radius: 10px !important;
  -moz-border-radius: 10px !important;
  -ms-border-radius: 10px !important;
  -o-border-radius: 10px !important;
  object-fit: cover;
  transition: all linear 0.4s;
  -webkit-transition: all linear 0.4s;
  -moz-transition: all linear 0.4s;
  -ms-transition: all linear 0.4s;
  -o-transition: all linear 0.4s;
}
.services_services__fRygp .services_img__W9UWR:hover .services_businessImg__Oubg6 {
  transform: scale(1.1);
  transition: all linear 0.4s;
  -webkit-transition: all linear 0.4s;
  -moz-transition: all linear 0.4s;
  -ms-transition: all linear 0.4s;
  -o-transition: all linear 0.4s;
}
.services_services__fRygp .services_websiteBuilder__l17C0 {
  border-radius: 6px !important;
  -webkit-border-radius: 6px !important;
  -moz-border-radius: 6px !important;
  -ms-border-radius: 6px !important;
  -o-border-radius: 6px !important;
  background-color: #0e1916;
  padding: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1400px) {
  .services_services__fRygp .services_websiteBuilder__l17C0 {
    padding: 40px;
  }
}
@media (max-width: 1200px) {
  .services_services__fRygp .services_websiteBuilder__l17C0 {
    padding: 30px;
  }
}
@media (max-width: 992px) {
  .services_services__fRygp .services_websiteBuilder__l17C0 {
    margin-top: 20px;
    flex-direction: column;
    gap: 18px;
  }
}
@media (max-width: 576px) {
  .services_services__fRygp .services_websiteBuilder__l17C0 {
    padding: 30px 20px;
    gap: 0px;
  }
}
.services_services__fRygp .services_websiteBuilder__l17C0 .services_content__33sLY {
  max-width: 333px;
}
.services_services__fRygp .services_websiteBuilder__l17C0 .services_content__33sLY p {
  color: #fff !important;
  font-family: "Marcellus", serif !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 30px !important;
  margin-bottom: 25px;
}
@media (max-width: 1200px) {
  .services_services__fRygp .services_websiteBuilder__l17C0 .services_content__33sLY p {
    margin-bottom: 18px;
  }
}
@media (max-width: 576px) {
  .services_services__fRygp .services_websiteBuilder__l17C0 .services_content__33sLY p {
    font-size: 14px;
    margin-bottom: 16px;
  }
}
.services_services__fRygp .services_websiteBuilder__l17C0 .services_content__33sLY h1 {
  color: #fff !important;
  font-family: "Marcellus", serif !important;
  font-weight: 400 !important;
  font-size: 30px !important;
  line-height: 40px !important;
}
@media (max-width: 1200px) {
  .services_services__fRygp .services_websiteBuilder__l17C0 .services_content__33sLY h1 {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .services_services__fRygp .services_websiteBuilder__l17C0 .services_content__33sLY h1 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 576px) {
  .services_services__fRygp .services_websiteBuilder__l17C0 .services_action__HPNzv {
    width: 100%;
  }
}
.services_services__fRygp .services_websiteBuilder__l17C0 .services_action__HPNzv a {
  border-color: #fff;
}
@media (max-width: 768px) {
  .services_services__fRygp .services_websiteBuilder__l17C0 .services_action__HPNzv a {
    padding-bottom: 20px;
  }
}
@media (max-width: 1200px) {
  .services_services__fRygp .services_websiteBuilder__l17C0 .services_action__HPNzv a {
    padding: 0 25px;
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  .services_services__fRygp .services_websiteBuilder__l17C0 .services_action__HPNzv a {
    font-size: 14px;
    padding: 0 35px;
    margin-bottom: 16px;
    width: 100%;
    text-align: center;
  }
}
.services_services__fRygp .services_websiteBuilder__l17C0 .services_action__HPNzv a::before, .services_services__fRygp .services_websiteBuilder__l17C0 .services_action__HPNzv a::after {
  border-color: #fff;
}
.services_services__fRygp .services_websiteBuilder__l17C0 .services_action__HPNzv a:hover {
  border-color: transparent;
  color: #fff;
}
.services_services__fRygp .services_websiteBuilder__l17C0 .services_riplingAnimation__EBpUB {
  position: absolute;
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  width: 100px;
  height: 100px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 50% !important;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  -ms-border-radius: 50% !important;
  -o-border-radius: 50% !important;
}
.services_services__fRygp .services_websiteBuilder__l17C0 .services_riplingAnimation__EBpUB:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 148px;
  height: 148px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  animation: services_pulse-border__5DW6M 1500ms ease-out infinite;
}
.services_services__fRygp .services_websiteBuilder__l17C0 .services_riplingAnimation__EBpUB:after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 148px;
  height: 148px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  transition: all 200ms;
}

.services_gridCard__Cwm8I {
  background-color: #0e1916;
  padding: 50px 50px;
  border-radius: 8px !important;
  -webkit-border-radius: 8px !important;
  -moz-border-radius: 8px !important;
  -ms-border-radius: 8px !important;
  -o-border-radius: 8px !important;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
@media (max-width: 1200px) {
  .services_gridCard__Cwm8I {
    padding: 30px 20px;
  }
}
.services_gridCard__Cwm8I .services_animatedLine__AI_M_ {
  position: absolute;
  top: -180px;
  right: 10%;
  display: flex;
  gap: 16px;
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
}
.services_gridCard__Cwm8I .services_animatedLine__AI_M_ .services_animatedLine1__XleLZ {
  width: 40px;
  height: 156px;
  background-color: #ffde59;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
}
.services_gridCard__Cwm8I .services_animatedLine__AI_M_ .services_animatedLine2__i_Bsv {
  width: 40px;
  height: 100px;
  background-color: #ffde59;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
}
.services_gridCard__Cwm8I .services_img__W9UWR {
  width: 90px;
  height: 90px;
  border: 1px solid #ffde59;
  border-radius: 50% !important;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  -ms-border-radius: 50% !important;
  -o-border-radius: 50% !important;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #26302d;
  margin-bottom: 40px;
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
}
.services_gridCard__Cwm8I h3 {
  color: #fff !important;
  font-family: "Marcellus", serif !important;
  font-weight: 400 !important;
  font-size: 24px !important;
  line-height: 32px !important;
  margin-bottom: 24px;
}
@media (max-width: 1200px) {
  .services_gridCard__Cwm8I h3 {
    font-size: 18px;
    margin-bottom: 16px;
  }
}
.services_gridCard__Cwm8I p {
  color: #fff !important;
  font-family: "Jost", sans-serif !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 30px !important;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .services_gridCard__Cwm8I p {
    font-size: 14px;
  }
}
@media (max-width: 1200px) {
  .services_gridCard__Cwm8I p {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
.services_gridCard__Cwm8I ul {
  margin-bottom: 26px;
}
.services_gridCard__Cwm8I ul li {
  color: #fff !important;
  font-family: "Jost", sans-serif !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 30px !important;
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
  gap: 10px;
  margin-bottom: 24px;
}
@media (max-width: 1200px) {
  .services_gridCard__Cwm8I ul li {
    font-size: 14px;
    margin-bottom: 7px;
  }
}
@media (max-width: 1200px) {
  .services_gridCard__Cwm8I ul li {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 6px;
  }
}
.services_gridCard__Cwm8I a {
  color: rgba(255, 255, 255, 0.65);
}
@media (max-width: 1200px) {
  .services_gridCard__Cwm8I a {
    font-size: 14px;
    width: 100%;
    text-align: center;
  }
}
.services_gridCard__Cwm8I:hover .services_animatedLine__AI_M_ {
  top: 0;
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
}
.services_gridCard__Cwm8I:hover .services_img__W9UWR {
  background-color: #ffde59;
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
}
.services_gridCard__Cwm8I:hover a {
  background-color: #ffde59;
  color: #fff;
}

@keyframes services_circle__dTyG2 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.services_implmentationOfSolution__iSAVM {
  padding: 10px;
}
.services_implmentationOfSolution__iSAVM h2 {
  color: #fff !important;
  font-family: "Marcellus", serif !important;
  font-weight: 400 !important;
  font-size: 24px !important;
  line-height: 30px !important;
  margin-bottom: 52px;
  padding-bottom: 25px;
  position: relative;
}
@media (max-width: 576px) {
  .services_implmentationOfSolution__iSAVM h2 {
    font-size: 18px;
  }
}
.services_implmentationOfSolution__iSAVM h2::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  border-bottom: 1px solid #ffde59;
  width: 57px;
  height: 2px;
}
.services_implmentationOfSolution__iSAVM p {
  color: #fff !important;
  font-family: "Jost", sans-serif !important;
  font-weight: 400 !important;
  font-size: 18px !important;
  line-height: 24px !important;
  padding-bottom: 10px;
}
@media (max-width: 576px) {
  .services_implmentationOfSolution__iSAVM p {
    font-size: 14px;
  }
}

.services_solutionImage__Y_Ee_ {
  border-radius: 8px !important;
  -webkit-border-radius: 8px !important;
  -moz-border-radius: 8px !important;
  -ms-border-radius: 8px !important;
  -o-border-radius: 8px !important;
  width: -moz-fit-content;
  width: fit-content;
  max-height: 275px !important;
}

.services_servicesLink__XKzBZ {
  line-height: normal !important;
  padding-top: 17px !important;
  padding-bottom: 18px !important;
}
