/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/components/CallToAction/CallToAction.module.scss ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.CallToAction_root__eAgGB {
  position: relative;
  display: flex;
  justify-content: center;
  padding: 95px 16px;
  background: url("/img/CTA.webp"), linear-gradient(90deg, #15588b 0%, #276ead 100%);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 767.8px) {
  .CallToAction_root__eAgGB {
    height: 604px;
    padding-top: 64px;
    padding-bottom: 0;
    background: url("/img/CTAMobile.webp"), linear-gradient(90deg, #15588b 0%, #276ead 100%);
    background-size: 100% auto;
  }
}
.CallToAction_root__eAgGB.CallToAction_rootWithoutImg__QpHNQ {
  padding: 118px 16px 132px 16px;
}
@media (max-width: 767.8px) {
  .CallToAction_root__eAgGB.CallToAction_rootWithoutImg__QpHNQ {
    height: unset;
    padding-top: 64px;
    padding-bottom: 100px;
  }
}
.CallToAction_root__eAgGB .CallToAction_wrapper__VYTYJ {
  position: relative;
  gap: 32px;
  z-index: 2;
}
@media (max-width: 767.8px) {
  .CallToAction_root__eAgGB .CallToAction_wrapper__VYTYJ {
    gap: 16px;
  }
}

.CallToAction_headerWrapper__7bMzQ {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 588px;
}
.CallToAction_headerWrapper__7bMzQ .CallToAction_title__cGsZy {
  color: #ffffff;
}

.CallToAction_btnsWrapper__6UEFr {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 386px;
}
@media (max-width: 767.8px) {
  .CallToAction_btnsWrapper__6UEFr {
    gap: 8px;
    max-width: 240px;
  }
}
@media (max-width: 767.8px) {
  .CallToAction_btnsWrapper__6UEFr.CallToAction_btnsWrapperWithoutImg__G3EdB {
    max-width: unset;
  }
}
.CallToAction_btnsWrapper__6UEFr .CallToAction_link__GjcQn {
  display: flex;
  justify-content: center;
  gap: 12px;
  width: 100%;
  padding: 24px 32px;
  border-radius: 330px;
  border: 1px solid #f5f9ea;
  background: rgba(190, 204, 215, 0.2);
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
}
@media (max-width: 767.8px) {
  .CallToAction_btnsWrapper__6UEFr .CallToAction_link__GjcQn {
    padding: 12px 32px;
    font-weight: 600;
    font-size: 16px;
    line-height: 25px;
  }
}

.CallToAction_phoneIcon__vVixc {
  width: 24px;
  height: 24px;
  transform: rotate(90deg);
}

.CallToAction_imageWrapper__XMRDf {
  position: absolute;
  right: 2%;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 870px;
  height: 100%;
  background-image: url("/img/CircleBackground.webp");
  background-repeat: no-repeat;
  overflow: hidden;
}
@media (max-width: 767.8px) {
  .CallToAction_imageWrapper__XMRDf {
    right: 0;
    justify-content: flex-end;
    width: 308px;
    height: 287px;
    background-image: url("/img/CircleBackgroundMobile.webp");
  }
}

@media (max-width: 767.8px) {
  .CallToAction_image__lFP5I {
    width: 285px;
    height: 300px;
  }
}

@keyframes CallToAction_rotate__2ySi0 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/components/CustomLink/CustomLink.module.scss ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.CustomLink_root__MAnrd {
  width: -moz-fit-content;
  width: fit-content;
  color: #ffffff;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.CustomLink_root__MAnrd.CustomLink_green__nt3Pd {
  font-size: 12px;
  line-height: 16px;
  color: #535d64;
  text-decoration: underline;
}
.CustomLink_root__MAnrd.CustomLink_green__nt3Pd:hover {
  color: #738f1e;
}
.CustomLink_root__MAnrd.CustomLink_greenOutlined__itkwY {
  padding: 16px 32px;
  border-radius: 330px;
  border: 1px solid rgba(151, 187, 44, 0.5019607843);
  background: rgba(151, 187, 44, 0.1019607843);
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #738f1e;
}
.CustomLink_root__MAnrd.CustomLink_text__SyW1M {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #222f38;
}
@media (max-width: 767.8px) {
  .CustomLink_root__MAnrd.CustomLink_text__SyW1M {
    font-weight: 700;
    font-size: 14px;
    line-height: 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/components/CustomButton/CustomButton.module.scss ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.CustomButton_root__iBrM2 {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 330px;
  border: none;
  background: none;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.CustomButton_root__iBrM2.CustomButton_primary__Gkimn {
  gap: 12px;
  width: 100%;
  padding: 24px;
  border: 1px solid #b7d06c;
  background: radial-gradient(57.17% 156.21% at 48.11% 56.25%, #738f1e 0%, #97bb2c 100%);
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
  color: #ffffff;
}
@media (max-width: 767.8px) {
  .CustomButton_root__iBrM2.CustomButton_primary__Gkimn {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    padding: 12px 24px;
  }
}
.CustomButton_root__iBrM2.CustomButton_primary__Gkimn:hover {
  background: radial-gradient(46.98% 91.59% at 49.06% 50%, #738f1e 0%, #afd63b 100%);
}
.CustomButton_root__iBrM2.CustomButton_primary__Gkimn:disabled {
  border-color: #e6ebef;
  background: #e6ebef;
  color: #848a8f;
  cursor: default;
}
/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/components/CustomTitle/CustomTitle.module.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.CustomTitle_root__1bGcs {
  font-family: var(--font-merriweather);
  font-weight: 900;
  color: #114d7c;
}
.CustomTitle_root__1bGcs.CustomTitle_h1__9qjwR {
  font-size: 80px;
  line-height: 96px;
}
@media (max-width: 767.8px) {
  .CustomTitle_root__1bGcs.CustomTitle_h1__9qjwR {
    font-size: 36px;
    line-height: 32px;
  }
}
.CustomTitle_root__1bGcs.CustomTitle_h2__nvuRz {
  font-size: 56px;
  line-height: 62px;
}
@media (max-width: 767.8px) {
  .CustomTitle_root__1bGcs.CustomTitle_h2__nvuRz {
    font-size: 32px;
    line-height: 35px;
  }
}
.CustomTitle_root__1bGcs.CustomTitle_h3___fLUE {
  font-size: 40px;
  line-height: 48px;
}
@media (max-width: 767.8px) {
  .CustomTitle_root__1bGcs.CustomTitle_h3___fLUE {
    font-size: 24px;
    line-height: 29px;
  }
}
.CustomTitle_root__1bGcs.CustomTitle_h4__B0m0y {
  font-family: var(--font-inter);
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
}
@media (max-width: 767.8px) {
  .CustomTitle_root__1bGcs.CustomTitle_h4__B0m0y {
    font-size: 18px;
    line-height: 22px;
  }
}
.CustomTitle_root__1bGcs.CustomTitle_h5__z_9_9 {
  font-family: var(--font-inter);
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
}
.CustomTitle_root__1bGcs.CustomTitle_h6__YBAea {
  font-family: var(--font-inter);
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
}
@media (max-width: 767.8px) {
  .CustomTitle_root__1bGcs.CustomTitle_h6__YBAea {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
  }
}
/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/components/Question/components/QuestionForm/QuestionForm.module.scss ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.QuestionForm_root__mBneV {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.QuestionForm_checkboxGroup__N61sA {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.QuestionForm_checkboxGroupTitle__LVs7W {
  font-weight: 600;
}

.QuestionForm_checkboxWrapper__DPt8_ {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.QuestionForm_errorWrapper__97yhE {
  display: flex;
  align-items: center;
  gap: 4px;
  width: 100%;
  padding: 10px 8px;
  border-radius: 4px;
  background: #fef1f2;
  font-size: 12px;
  line-height: 16px;
  color: rgba(9, 23, 33, 0.6980392157);
  z-index: 1;
}

.QuestionForm_errorIcon__u6b4a {
  width: 12px;
  height: 12px;
}
/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/components/FormFields/CustomCheckbox/CustomCheckbox.module.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.CustomCheckbox_root__Wnyxs {
  display: flex;
  align-items: center;
  gap: 12px;
}

.CustomCheckbox_checkbox__YEoi_ {
  display: none;
}
.CustomCheckbox_checkbox__YEoi_:checked + .CustomCheckbox_checkboxLabel__wrsP9 {
  border-color: #97bb2c;
}
.CustomCheckbox_checkbox__YEoi_:checked + .CustomCheckbox_checkboxLabel__wrsP9::before {
  background-image: url(/img/Checkbox.svg);
}

.CustomCheckbox_checkboxLabel__wrsP9 {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  line-height: 17px;
  color: #091721;
  cursor: pointer;
}
.CustomCheckbox_checkboxLabel__wrsP9::before {
  content: "";
  width: 24px;
  height: 24px;
  border-radius: 4px;
  border: 1px solid #e6ebef;
}
/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/components/FormFields/CustomInput/CustomInput.module.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.CustomInput_root__JlxBb {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.CustomInput_label__6mANK {
  font-size: 16px;
  line-height: 12px;
  color: #091721;
  cursor: pointer;
}
.CustomInput_label__6mANK.CustomInput_disabled__XrCxY {
  cursor: default;
}

.CustomInput_inputWrapper__2BRHm {
  position: relative;
  width: 100%;
}

.CustomInput_usaIcon__YV842 {
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
}

.CustomInput_input__DJrf2 {
  width: 100%;
  padding: 12px;
  border-radius: 8px;
  border: 1px solid #e6ebef;
}
.CustomInput_input__DJrf2:hover, .CustomInput_input__DJrf2:focus {
  border-color: #5983a4;
  box-shadow: 0px 0px 0px 4px rgba(31, 81, 229, 0.0784313725);
}
.CustomInput_input__DJrf2:focus {
  box-shadow: none;
}
.CustomInput_input__DJrf2:disabled {
  background: #f2f4f6;
}
.CustomInput_input__DJrf2:disabled:hover, .CustomInput_input__DJrf2:disabled:focus {
  border-color: #e6ebef;
  box-shadow: none;
}
.CustomInput_input__DJrf2::placeholder {
  color: #848a8f;
}
.CustomInput_input__DJrf2.CustomInput_inputError__pmzY6 {
  border-color: #e02d3c;
}

.CustomInput_errorWrapper__TWLUy {
  display: flex;
  align-items: center;
  gap: 4px;
  width: 100%;
  padding: 10px 8px;
  border-radius: 4px;
  background: #fef1f2;
  font-size: 12px;
  line-height: 16px;
  color: rgba(9, 23, 33, 0.6980392157);
  z-index: 1;
}

.CustomInput_errorIcon___qK6c {
  width: 12px;
  height: 12px;
}
/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/components/FormFields/CustomTextarea/CustomTextarea.module.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.CustomTextarea_root__tGwFz {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.CustomTextarea_label__pFY6H {
  font-size: 16px;
  line-height: 22px;
  color: #091721;
  cursor: pointer;
}
.CustomTextarea_label__pFY6H.CustomTextarea_disabled__sTGv_ {
  cursor: default;
}

.CustomTextarea_textarea__BFE7g {
  height: 100px;
  padding: 12px;
  border-radius: 8px;
  border: 1px solid #e6ebef;
  font-family: var(--font-inter);
  font-size: 16px;
  line-height: 19px;
  resize: none;
}
.CustomTextarea_textarea__BFE7g:hover, .CustomTextarea_textarea__BFE7g:focus {
  border-color: #5983a4;
  box-shadow: 0px 0px 0px 4px rgba(31, 81, 229, 0.0784313725);
}
.CustomTextarea_textarea__BFE7g:focus {
  box-shadow: none;
}
.CustomTextarea_textarea__BFE7g:focus-visible {
  border-color: #5983a4;
}
.CustomTextarea_textarea__BFE7g:disabled {
  background: #f2f4f6;
}
.CustomTextarea_textarea__BFE7g:disabled:hover, .CustomTextarea_textarea__BFE7g:disabled:focus {
  border-color: #e6ebef;
  box-shadow: none;
}
.CustomTextarea_textarea__BFE7g.CustomTextarea_textareaError___pZvq {
  border-color: #e02d3c;
}

.CustomTextarea_errorWrapper__3s7Hh {
  display: flex;
  align-items: center;
  gap: 4px;
  width: 100%;
  padding: 10px 8px;
  border-radius: 4px;
  background: #fef1f2;
  font-size: 12px;
  line-height: 16px;
  color: rgba(9, 23, 33, 0.6980392157);
  z-index: 1;
}

.CustomTextarea_errorIcon__JYD9m {
  width: 12px;
  height: 12px;
}
/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/components/Question/Question.module.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.Question_root__nASrH {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 560px;
  max-height: 100%;
  width: 100%;
  padding: 40px;
  background: #ffffff;
  overflow: auto;
  transform: translateY(100%);
  animation: Question_transform__u1ctL 0.3s linear forwards;
}
.Question_root__nASrH.Question_rootClosed__jJlCa {
  animation: Question_transformReverse__QzbEw 0.3s linear forwards;
}
.Question_root__nASrH .Question_closeBtn___4zqi {
  position: absolute;
  right: 16px;
  top: 16px;
  width: 28px;
  height: 28px;
}

.Question_headerWrapper__DnL_Y {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.Question_headerWrapper__DnL_Y .Question_title__PiOww {
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
  color: #091721;
  text-align: center;
}

.Question_subtitle__DRiLL {
  font-size: 15px;
  line-height: 16px;
  text-align: center;
}

.Question_formDescription__LYpFS {
  font-size: 12px;
  line-height: 16px;
  color: #535d64;
  text-align: center;
}
.Question_formDescription__LYpFS .Question_formDescriptionLink__Z_zqA {
  font-weight: 700;
  margin-left: 4px;
  margin-right: 4px;
  color: #535d64;
  text-decoration: underline;
}

@keyframes Question_transform__u1ctL {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes Question_transformReverse__QzbEw {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(100%);
  }
}
/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/components/Substrate/Substrate.module.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.Substrate_root__0xuGL {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
  background: rgba(9, 23, 33, 0.5019607843);
  z-index: 9999;
}
/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/components/SectionWrapper/SectionWrapper.module.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.SectionWrapper_root__GHt2D {
  display: flex;
  flex-direction: column;
  gap: 56px;
  max-width: 1216px;
  width: 100%;
}
@media (max-width: 767.8px) {
  .SectionWrapper_root__GHt2D {
    gap: 32px;
  }
}
/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/components/ServicesContent/MainBlock/MainBlock.module.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.MainBlock_root___3J9B {
  display: flex;
  justify-content: center;
  padding: 48px 16px 104px 16px;
}
@media (max-width: 767.8px) {
  .MainBlock_root___3J9B {
    padding-top: 16px;
    padding-bottom: 64px;
  }
}
@media (max-width: 767.8px) {
  .MainBlock_root___3J9B .MainBlock_wrapper__bw_z2 {
    gap: 24px;
  }
}
.MainBlock_root___3J9B .MainBlock_mosaicCardDescription__5ZnVJ {
  display: block;
}

.MainBlock_headerWrapper__1njYS {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (max-width: 767.8px) {
  .MainBlock_headerWrapper__1njYS {
    gap: 22px;
  }
}
.MainBlock_headerWrapper__1njYS .MainBlock_breadcrumbs__639D8 {
  background: #ffffff;
}
/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/components/Breadcrumbs/Breadcrumbs.module.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.Breadcrumbs_root__O4BY4 {
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px;
  border-radius: 5px;
  background: #fbfbfc;
}
.Breadcrumbs_root__O4BY4.Breadcrumbs_white__d3CUr {
  background: #ffffff;
}

.Breadcrumbs_list__LJSue {
  display: flex;
  align-items: center;
  gap: 10px;
}

.Breadcrumbs_listItem__hT27M {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  line-height: 18px;
  color: #848a8f;
}
@media (max-width: 767.8px) {
  .Breadcrumbs_listItem__hT27M {
    font-size: 12px;
    line-height: 14px;
  }
}
.Breadcrumbs_listItem__hT27M:last-child .Breadcrumbs_link___lxAf {
  color: #848a8f;
}
.Breadcrumbs_listItem__hT27M .Breadcrumbs_link___lxAf {
  color: #114d7c;
}
/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/components/MosaicCard/MosaicCard.module.scss ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.MosaicCard_root__LTp_h {
  width: 100%;
}
.MosaicCard_root__LTp_h:hover .MosaicCard_card__SgBPY {
  box-shadow: none;
}
.MosaicCard_root__LTp_h:hover .MosaicCard_arrowIconWrapper__omfuF {
  background: #114d7c;
}

.MosaicCard_card__SgBPY {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 280px;
  height: 100%;
  padding: 24px;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0px 16px 40px 0px rgba(24, 61, 89, 0.1019607843);
  overflow: hidden;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 767.8px) {
  .MosaicCard_card__SgBPY {
    min-height: unset;
    padding: 12px;
  }
}

.MosaicCard_arrowIconWrapper__omfuF {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: flex-end;
  width: 40px;
  height: 40px;
  border-radius: 48px;
  background: #5983a4;
  transition: all 0.5s ease-in-out;
  z-index: 1;
}
@media (max-width: 767.8px) {
  .MosaicCard_arrowIconWrapper__omfuF {
    width: 32px;
    height: 32px;
  }
}

.MosaicCard_arrowIcon__ZqQx2 {
  width: 20px;
  height: 16px;
  transform: rotate(-90deg);
}
.MosaicCard_arrowIcon__ZqQx2 path {
  fill: #ffffff;
}

.MosaicCard_cardContentWrapper__valVW {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (max-width: 767.8px) {
  .MosaicCard_cardContentWrapper__valVW {
    max-width: 260px;
  }
}
.MosaicCard_cardContentWrapper__valVW h4.MosaicCard_cardTitle__9_af5 {
  font-weight: 700;
  color: #114d7c;
}

.MosaicCard_cardDescription__1pyMH {
  color: #3a454d;
}
@media (max-width: 767.8px) {
  .MosaicCard_cardDescription__1pyMH {
    display: none;
  }
}

.MosaicCard_image__fUaWn {
  position: absolute;
}
/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/components/Tabs/Tabs.module.scss ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.Tabs_root__9VbeX {
  display: flex;
  flex-direction: column;
}

.Tabs_tabsWrapper__CYNZ1 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 28px;
  row-gap: 16px;
  min-height: 78px;
  padding: 16px 40px;
  border-radius: 12px;
  background: #114d7c;
}
@media (max-width: 767.8px) {
  .Tabs_tabsWrapper__CYNZ1 {
    column-gap: 20px;
    padding: 20px;
  }
}
.Tabs_tabsWrapper__CYNZ1 .Tabs_tabBtn__YFolF {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #e6ebef;
  text-wrap: nowrap;
}
@media (max-width: 767.8px) {
  .Tabs_tabsWrapper__CYNZ1 .Tabs_tabBtn__YFolF {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
  }
}
.Tabs_tabsWrapper__CYNZ1 .Tabs_tabBtn__YFolF.Tabs_tabBtnActive__ljWYn {
  padding: 12px 48px;
  background: #ffffff;
  color: #114d7c;
}
@media (max-width: 767.8px) {
  .Tabs_tabsWrapper__CYNZ1 .Tabs_tabBtn__YFolF.Tabs_tabBtnActive__ljWYn {
    padding: 8px 32px;
  }
}

.Tabs_cardsWrapper__bJoCP {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(140px, 280px));
  grid-column-gap: 32px;
  grid-row-gap: 24px;
  padding-top: 24px;
}
@media (max-width: 767.8px) {
  .Tabs_cardsWrapper__bJoCP {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding-top: 16px;
  }
}
/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/components/ServicesContent/ProblemsWeTreat/ProblemsWeTreat.module.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.ProblemsWeTreat_root__Hpcwe {
  position: relative;
  display: flex;
  justify-content: center;
  padding: 104px 16px;
  background: #f4fbfe;
}
@media (max-width: 767.8px) {
  .ProblemsWeTreat_root__Hpcwe {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}

.ProblemsWeTreat_headerWrapper__irRFh {
  display: flex;
  justify-content: space-between;
  gap: 33px;
}
@media (max-width: 767.8px) {
  .ProblemsWeTreat_headerWrapper__irRFh {
    flex-direction: column;
    justify-content: unset;
    gap: 16px;
  }
}

.ProblemsWeTreat_description__oItXj {
  max-width: 591px;
  font-weight: 500;
  font-size: 20px;
  line-height: 25px;
}
@media (max-width: 767.8px) {
  .ProblemsWeTreat_description__oItXj {
    font-size: 16px;
    line-height: 19px;
  }
}

.ProblemsWeTreat_pointsWrapper__qP_kA {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 32px;
  max-width: 592px;
}
@media (max-width: 767.8px) {
  .ProblemsWeTreat_pointsWrapper__qP_kA {
    gap: 12px;
    max-width: 328px;
  }
}

.ProblemsWeTreat_point__BSNpj {
  display: flex;
  align-items: center;
  gap: 12px;
  max-width: 280px;
  width: 100%;
}
@media (max-width: 767.8px) {
  .ProblemsWeTreat_point__BSNpj {
    gap: 8px;
    max-width: 158px;
  }
}

.ProblemsWeTreat_pointIconWrapper__Ahaqh {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
}
@media (max-width: 767.8px) {
  .ProblemsWeTreat_pointIconWrapper__Ahaqh {
    width: 24px;
    height: 24px;
  }
}
@media (max-width: 767.8px) {
  .ProblemsWeTreat_pointIconWrapper__Ahaqh svg {
    width: 24px;
    height: 24px;
  }
}

.ProblemsWeTreat_img__FeKN9 {
  position: absolute;
  right: 13%;
  bottom: 0;
}
@media (max-width: 1439.8px) {
  .ProblemsWeTreat_img__FeKN9 {
    right: 0;
  }
}
@media (max-width: 1023.8px) {
  .ProblemsWeTreat_img__FeKN9 {
    display: none;
  }
}
