._3Dgai {
  background: #00A660;
  background: var(--primary, #00A660);
}

._3Dgai ._3Bza2 {
  height: 100%;
  background-repeat: no-repeat;
  padding: 0 16px;
}

._3Dgai ._1qqKS {
  padding: 112px 0;
  margin: auto;
  display: flex;
  align-items: center;
}

._1qqKS ._1eHZN {
  flex: 0 0 auto;
  height: 376px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

._1qqKS ._1P40i {
  flex: 1 1 100%;
}

._1qqKS ._1P40i h1 {
  font-weight: bold;
  font-size: 48px;
  line-height: 59px;
  color: #FFFFFF;
  margin: 0;
  max-width: 600px;
}

._1qqKS ._1P40i p {
  font-family: 'PT Sans', sans-serif;
  font-size: 20px;
  line-height: 26px;
  color: #C1F9C6;
  color: var(--primaryBackgroundHighlight, #C1F9C6);
}

._2Z_G3 {
  text-align: center;
  color: #303C45;
  color: var(--phoenixDark, #303C45);
}

._2Z_G3 ._2CyXY {
  font-family: 'PT Sans', sans-serif;
  font-size: 18px;
  line-height: 150%;
  padding: 0 16px;
}

._2Z_G3 h2 {
  font-weight: bold;
  font-size: 48px;
  line-height: 59px;
  margin: 92px 0 40px;
}

._3iY2x {
  margin-bottom: 60px;
  height: 4px;
  background-image: url(/assets/images/services/dots_divider_green.svg);
  background-repeat: no-repeat;
  background-position: center;
}

._1cdeo {
  display: flex;
  justify-content: center;
}

.r8ICV {
  width: 348px;
}

.r8ICV .WiayC {
  font-weight: bold;
  font-size: 26px;
  line-height: 32px;
  padding: 40px 0 24px;
}

.r8ICV a {
  display: inline-block;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  background: #FFCA28;
  background: var(--accent, #FFCA28);
  border-radius: 32px;
  padding: 18px 24px;
  text-decoration: none;
  color: #0E161C;
  color: var(--phoenixBlack, #0E161C);
  box-sizing: border-box;
  white-space: nowrap;
}

.r8ICV a>* {
  vertical-align: middle;
}

.r8ICV a>* {
  vertical-align: middle;
}

.r8ICV a>*:first-child {
  margin-right: 8px;
}

.r8ICV ._1QiZT>a:not(:last-child) {
  margin-right: 8px;
  margin-bottom: 8px;
}

._3OeVZ {
  background: #F5F8FA;
  background: var(--phoenixHighlight, #F5F8FA);
  text-align: center;
}

._3OeVZ h2 {
  padding: 132px 0 40px;
  margin: 0;
  font-size: 48px;
  line-height: 59px;
}

._3OeVZ ._3k5ei {
  display: inline-flex;
  flex-wrap: wrap;
  width: 1280px;
  margin-bottom: 130px;
}

._3OeVZ ._2LNmg {
  background-color: #00A660;
  background-color: var(--primary, #00A660);
  border-radius: 50%;
  display: inline-block;
}

._3OeVZ img {
  padding: 28px;
  display: block;
}

._3OeVZ ._3D6rw {
  width: 384px;
  height: 384px;
  background: #FFFFFF;
  box-shadow: 0px 0px 3px rgba(48, 60, 69, 0.15), 0px 20px 40px rgba(48, 60, 69, 0.07);
  padding: 56px 32px 60px;
  text-align: center;
  margin-bottom: 24px;
  transition: all 0.3s ease;
  border-radius: 8px;
}

._3OeVZ ._3D6rw:hover {
  transform: translate(0, -0.25rem);
}

._3OeVZ ._3D6rw:not(:last-child) {
  margin-right: 24px;
}

._3OeVZ ._3D6rw h3 {
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  margin: 40px 0 16px;
}

._3OeVZ ._3D6rw span {
  font-family: 'PT Sans', sans-serif;
  font-size: 16px;
  line-height: 21px;
}

@media (min-width: 768px) {
  ._3Dgai ._3Bza2 {
    background-image: url(/assets/images/services/top-banner-gradient.svg);
    background-position: right;
  }

  ._3Dgai {
    height: 600px;
  }

  ._3Dgai ._1qqKS {
    width: 1260px;
  }

  ._1qqKS ._1eHZN {
    width: 540px;
  }

  ._2Z_G3 {
    padding-top: 88px;
  }

  ._1cdeo {
    padding-bottom: 108px;
  }
}

@media (max-width: 767px) {
  ._3Dgai {
    height: calc(100vh -64px);
  }

  ._3Dgai ._1qqKS {
    flex-direction: column;
    padding: 64px 0 0;
    text-align: center;
    height: 100%;
  }

  ._1qqKS ._1P40i h2 {
    font-size: 32px;
    line-height: 39px;
  }

  ._1qqKS ._1eHZN {
    width: 100%;
    flex: 1 1 100%;
    background-position: bottom;
  }

  ._2Z_G3 {
    padding-top: 48px;
  }

  ._2Z_G3 h2 {
    font-size: 32px;
    line-height: 39px;
    margin-top: 58px;
  }

  ._3iY2x {
    display: none;
  }

  ._1cdeo {
    flex-direction: column;
    align-items: center;
  }

  .r8ICV {
    width: 100%;
    padding-bottom: 56px;
  }

  .r8ICV .WiayC {
    padding: 24px 0;
  }

  ._1QiZT {
    width: 268px;
    display: inline-flex;
    padding-bottom: 24px;
  }

  ._1QiZT a {
    flex: 1 1 100%;
  }

  ._3OeVZ h2 {
    padding: 60px 16px;
    font-size: 32px;
    line-height: 39px;
  }

  ._3OeVZ ._3k5ei {
    flex-direction: column;
    padding: 0 24px;
    width: 100%;
    margin-bottom: 75px;
  }

  ._3OeVZ ._3D6rw {
    width: 100%;
  }
}
._2ZZoF {
  font-family: 'PT Sans', sans-serif;
  box-sizing: border-box;
  flex: 1;
  color: #0E161C;
  color: var(--phoenixBlack, #0E161C);
}

._2LHlB {
  position: relative;
  display: flex;
  flex-direction: column;
}

.Ki99F {
  position: absolute;
  left: -250px;
  top: 100px;
  z-index: 2;
  transform: rotate(155deg);
}

._1NyIy>a:not(:last-child) {
  margin-right: 8px;
}

[dir="ltr"] ._3Wor4 {
  text-align: left;
}

[dir="rtl"] ._3Wor4 {
  text-align: right;
}

._3Wor4 {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
}

._3Wor4._1M3pa {
  font-weight: 700;
}

._3sM_d {
  font-weight: 700;
  color: #00a660;
  color: var(--primary, #00a660);
  text-decoration: none;
}

._3Wor4.mDZG5 {
  text-align: center;
}

.mDZG5 {
  text-align: center;
}

.-iP_4 {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 59px;
  margin: 0;
  text-align: center;
}

._28Xag {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
}

hr {
  border-color: #D0D5D9;
  margin: 24px 0;
  border-bottom: none;
}

._2TDl7 {
  font-size: 40px;
}

._1iU8y {
  width: 100%;
  height: 450px;
  background-image: url("/assets/images/intercity/img_banner_city.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  display: flex;
  z-index: 5;
}

._3r83G {
  max-width: 1200px;
  margin: 0 auto;
  z-index: 10;
  position: relative;
}

._1_o-F {
  width: 1200px;
  text-align: center;
  color: #FFFFFF;
  padding: 105px 0;
}

._1_o-F .-iP_4 {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 56px;
  line-height: 68px;
  text-align: center;
  width: 100%;
}

._2SdXS {
  position: absolute;
  top: 294px;
  left: 0;
  right: 0;
  z-index: 11;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
}

._3DXcV {
  color: #FFFFFF;
  padding: 16px 48px;
  margin-bottom: 26px;
  width: 100%;
}

._17e1Q {
  width: 100%;
  background: #FFFFFF;
  box-shadow: 0px 5px 24px rgba(0, 0, 0, 0.07);
  border-radius: 48px;
  padding: 24px;
}

._2VoRh {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

._2go_R {
  width: 33%;
  margin: 16px 0;
  display: flex;
  align-items: center;
}

._2B1wE {
  width: 96px;
  height: 96px;
  border-radius: 24px;
  background-color: rgba(0, 166, 96, 0.1);
  margin-right: 32px;
  flex: 0 0 96px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ojZec {
  padding-right: 24px;
}

._2S9Va {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 32px;
}

._2-qGW {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 21px;
  margin: 0;
}

.YTRhZ {
  width: 1200px;
  margin-top: 187px;
}

.YTRhZ ._3Wor4 {
  font-family: 'PT Sans';
}

.YTRhZ>._3Wor4.mDZG5 {
  font-family: 'Montserrat';
  font-size: 24px;
  line-height: 150%;
  max-width: 778px;
  margin: 0 auto;
}

._3oP1u {
  width: 100%;
  margin: 88px 0 56px;
  display: flex;
}

._1-hCR {
  flex: 0 0 410px;
  height: 718px;
  background-repeat: no-repeat;
  background-position: left;
  background-size: auto 718px;
  transition: all 0.4s ease-out;
}

._1-hCR._3dVzi {
  background-image: url("/assets/images/intercity/img_offcity_1.png");
}

._1-hCR.K7NDh {
  background-image: url("/assets/images/intercity/img_offcity_2.png");
}

._1-hCR.FPyUM {
  background-image: url("/assets/images/intercity/img_offcity_3.png");
}

._1-hCR._1EljI {
  background-image: url("/assets/images/intercity/img_offcity_4.png");
}

._1-hCR.XOl7h {
  background-image: url("/assets/images/intercity/img_offcity_5.png");
}

._1FkGv {
  flex: 1;
  margin-left: 32px;
}

._3DuWD {
  width: 100%;
  padding: 24px 48px;
  border-radius: 32px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  transition: all 0.4s ease-out;
}

.dhSiT {
  display: flex;
  align-items: center;
  cursor: pointer;
}

._3DuWD._1H1aG {
  background-image: url("/assets/images/volunteer/bg_green.jpg");
  padding: 48px;
}

._1MRM6 {
  align-items: center;
  justify-content: space-between;
  transform-origin: top center;
}

._1MRM6._1H1aG {
  -webkit-animation: qPqZl 0.4s;
          animation: qPqZl 0.4s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

._1MRM6._2epsl {
  -webkit-animation: _3wC2t 0.4s;
          animation: _3wC2t 0.4s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.i4jKS {
  display: none;
}

._39hN6 {
  width: 56px;
  height: 56px;
  margin-right: 32px;
  background-color: #EBEFF2;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  border-radius: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 56px;
}

._39hN6._1H1aG {
  background-color: #0E161C;
  color: #FFFFFF;
}

._2Y1Oz {
  flex: 1;
}

._2Y1Oz>._3Wor4 {
  font-family: 'Montserrat';
}

.oBAJT {
  margin: 32px 0 0;
}

._2RPRP {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  margin: 0 0 24px;
}

._2RPRP._1M3pa {
  font-weight: 700;
}

._2Sn4E {
  width: 1200px;
  margin-top: 144px;
}

._2FpKD {
  margin: 32px auto;
  max-width: 770px;
}

._1-VQc {
  widows: 100%;
  border-radius: 32px;
  padding: 56px 72px;
  margin: 72px 0 64px;
  background-image: url("/assets/images/volunteer/bg_violet.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}

.CQwaT {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

._1jUio {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.P2vS1 {
  background: #FFF2CC;
  border: 10px solid rgba(255, 202, 40, 0.1);
  border-radius: 32px;
  padding: 40px 48px;
  margin-top: 48px;
}

._2bahw {
  width: 1200px;
  margin: 144px auto 96px;
  text-align: center;
}

._24qO8 {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 44px;
  color: #0E161C;
  color: var(--phoenixBlack, #0E161C);
}

@media (max-width: 1264px) {
  ._3r83G {
    width: 100%;
    padding: 0 32px;
  }

  ._1_o-F,
  .YTRhZ,
  ._2Sn4E,
  ._2bahw {
    width: 100%;

  }
}

@media (max-width: 986px) {
  ._2ZZoF {
    overflow-y: auto !important;
  }

  ._2ZZoF>div {
    overflow: inherit !important;
  }

  ._3r83G {
    padding: 0;
  }

  ._1_o-F {
    padding: 105px 32px;
  }

  ._2SdXS {
    margin: 0 32px;
  }

  ._2VoRh {
    align-items: flex-start;
  }

  ._2go_R {
    flex-direction: column;
  }

  ._2B1wE {
    margin: 0 0 24px;
  }

  .ojZec {
    text-align: center;
    padding: 0 12px;
  }

  .YTRhZ {
    margin-top: 280px;
  }

  .YTRhZ ._3Wor4 {
    padding: 0 32px;
  }

  .P2vS1 {
    margin: 48px 32px 0;
  }

  ._1-hCR {
    display: none;
  }

  ._1FkGv {
    margin-right: 32px;
  }

  .oBAJT {
    flex: 1;
  }

  ._1MRM6 img {
    width: 208px;
  }

  ._1MRM6 ._3Wor4 {
    padding-left: 0;
  }

  .i4jKS {
    flex: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 32px;
  }

  ._2Sn4E,
  ._2bahw {
    padding: 0 32px;
  }

  ._1iU8y {
    background-size: 100% 100%;
  }
}

@media (max-width: 665px) {
  .Ki99F {
    display: none;
  }

  ._1iU8y {
    height: 510px;
    background-size: auto 100%;
  }

  ._1_o-F .-iP_4 {
    font-size: 32px;
    line-height: 39px;
  }

  ._2SdXS {
    margin: 0;
  }

  ._2VoRh {
    flex-direction: column;
  }

  ._2go_R {
    flex-direction: row;
    width: 100%;
  }

  ._2B1wE {
    margin: 0 24px 0 0;
    width: 80px;
    height: 80px;
    flex: 0 0 80px;
  }

  ._39hN6 {
    margin-right: 0;
  }

  .ojZec {
    text-align: left;
    padding: 0;
  }

  .YTRhZ {
    margin-top: 380px;
  }

  ._1FkGv {
    margin: 0;
    width: 100%;
  }

  ._3DuWD {
    border-radius: 0;
    padding: 32px;
  }

  ._3DuWD._1H1aG {
    padding: 32px;
  }

  ._1MRM6 {
    flex-direction: column-reverse;
  }

  ._1MRM6 ._3Wor4 {
    padding: 0;
  }

  .-iP_4 {
    font-size: 32px;
    line-height: 39px;
  }

  ._2Sn4E {
    padding: 0;
  }

  ._2Sn4E .-iP_4 {
    padding: 0 32px;
  }

  ._2Sn4E ._3Wor4 {
    padding: 0 32px;
  }

  ._1-VQc {
    border-radius: 0;
    padding: 32px;
  }

  ._1jUio {
    display: none;
  }

  .CQwaT {
    flex-direction: column;
  }

  ._2bahw {
    margin-top: 96px;
  }
}

@media (max-width: 390px) {
  .YTRhZ ._3Wor4 {
    padding: 0 12px;
  }
}

@-webkit-keyframes qPqZl {
  0% {
    transform: scaleY(0);
  }

  100% {
    transform: scaleY(1);
  }
}

@keyframes qPqZl {
  0% {
    transform: scaleY(0);
  }

  100% {
    transform: scaleY(1);
  }
}

@-webkit-keyframes _3wC2t {
  0% {
    transform: scaleY(1);
  }

  100% {
    transform: scaleY(0);
  }
}

@keyframes _3wC2t {
  0% {
    transform: scaleY(1);
  }

  100% {
    transform: scaleY(0);
  }
}
