/* Reset and base styles  */
* {
  padding: 0px;
  margin: 0px;
  border: none;
}

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

/* Links */
a, a:link, a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

/* Common */
aside, nav, footer, header, section, main {
  display: block;
}

h1, h2, h3, h4, h5, h6, p {
  font-size: inherit;
  font-weight: inherit;
}

ul, ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

img, svg {
  max-width: 100%;
  height: auto;
}

address {
  font-style: normal;
}

/* Form */
input, textarea, button, select {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
}

input::-ms-clear {
  display: none;
}

button, input[type=submit] {
  display: inline-block;
  box-shadow: none;
  background-color: transparent;
  background: none;
  cursor: pointer;
}

input:focus, input:active,
button:focus, button:active {
  outline: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

label {
  cursor: pointer;
}

legend {
  display: block;
}

body {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #34784E;
  color: #FFFFFF;
  font-family: "TTSevers", serif;
  font-style: normal;
}

#bodyMain {
  overflow-y: hidden;
}

* {
  white-space: normal !important;
}
@media (max-width: 412px) {
  * {
    word-break: break-all;
  }
}

button {
  cursor: pointer;
}

.tab-button {
  cursor: pointer;
}

.tab-button-close {
  transform: rotate(180deg);
}

.lovaxeqhpk {
  background-color: inherit !important;
}

.xzhllgidgzajk {
  display: grid;
  place-items: center;
  width: 100%;
  min-height: 75px;
  box-sizing: border-box;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
  background-color: #C7E51C;
  color: white;
  border-radius: 0;
  border: none;
  cursor: pointer;
  padding: 10px 48px;
  transition: 0.2s ease-out;
  border: 3px solid transparent;
}
.xzhllgidgzajk:hover {
  background-color: transparent;
  border-color: #C7E51C;
}

.xzhllgidgzajk-all-width {
  width: 100%;
  height: 42px;
  background-color: #C7E51C;
  border-radius: 10px;
  border: none;
}

.xzhllgidgzajk-small-width {
  width: 144px;
  height: 42px;
  background-color: #C7E51C;
  border-radius: 10px;
  border: none;
}

.accent-color {
  color: #C7E51C !important;
}

.line-color {
  color: #0C320D !important;
}

.border-left {
  border-left: 2px solid #0C320D;
  padding-left: 15px;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.body-background-image {
  position: absolute;
  right: 0;
  top: 450px;
  z-index: -3;
}
@media (max-width: 718px) {
  .body-background-image {
    display: none;
  }
}

.div-paragraph {
  margin-bottom: 50px;
}
.div-paragraph p {
  margin-bottom: 24px;
}

.fcdfttllyvozial {
  height: 100%;
}
.fcdfttllyvozial a {
  display: flex;
  align-items: center;
  gap: 10px;
}

.ivrhiivvrok {
  width: 100%;
  max-width: 1320px;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}
@media (max-width: 1408px) {
  .ivrhiivvrok {
    max-width: 900px;
  }
}
@media (max-width: 1011px) {
  .ivrhiivvrok {
    max-width: 600px;
  }
}
@media (max-width: 718px) {
  .ivrhiivvrok {
    padding-left: 24px;
    padding-right: 24px;
  }
}

h2 {
  margin-bottom: 30px;
}

@media (min-width: 1000px) {
  .zehrxlljqpx {
    display: none;
  }
}

@media (max-width: 1011px) {
  .rvzoolkqlhrhk {
    display: none;
  }
}

.ktchersxdca {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  z-index: -10;
}

.border-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 2px solid #C7E51C;
  padding-top: 18px;
}

* {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: #FFFFFF;
}

h1,
h2 {
  text-transform: uppercase;
  font-family: "Ruwudu", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #FFFFFF;
  white-space: normal !important;
}

h1 {
  font-weight: 700;
  font-size: 62px;
  white-space: normal !important;
}
@media (max-width: 500px) {
  h1 {
    font-size: 40px;
  }
}

h2 {
  font-size: 32px;
  white-space: normal !important;
}

h3 {
  font-size: 20px;
  font-family: "Ruwudu", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  margin-top: 24px;
  margin-bottom: 24px;
  white-space: normal !important;
}
@media (max-width: 718px) {
  h3 {
    font-size: 19px;
  }
}

p {
  font-family: "Ruwudu", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  white-space: normal !important;
}

.fcdfttllyvozial a {
  font-size: 30px;
  font-family: "Ruwudu", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}

.ykxkpputgrlx__navigation a {
  font-size: 16px;
  font-family: "Ruwudu", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.description {
  font-size: 22px;
  font-family: "Ruwudu", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
@media (max-width: 718px) {
  .description {
    font-size: 18px;
  }
}

.signature {
  font-size: 32px;
  font-family: "Ruwudu", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
@media (max-width: 718px) {
  .signature {
    font-size: 18px;
  }
}

.main-link {
  color: #C7E51C;
  text-decoration: underline;
}

.main-text {
  font-size: 20px;
  font-family: "Ruwudu", sans-serif;
  font-weight: 300;
  font-style: normal;
}
@media (max-width: 718px) {
  .main-text {
    font-size: 16px;
  }
}

.menu {
  font-size: 14px;
  line-height: 24px;
  font-family: "Ruwudu", sans-serif;
  font-weight: 600;
  font-style: normal;
}
@media (min-width: 767px) {
  .menu {
    font-size: 16px;
  }
}

.link {
  color: #C7E51C;
  text-decoration: underline !important;
}

.steps-block__signature {
  font-size: 30px;
  line-height: 37px;
  font-family: "Ruwudu", sans-serif;
  font-weight: 600;
  color: #FFFFFF;
}
@media (min-width: 767px) {
  .steps-block__signature {
    font-size: 40px;
    line-height: 49px;
  }
  .steps-block__signature br {
    display: none;
  }
}
@media (max-width: 767px) {
  .steps-block h2 {
    max-width: 300px;
    margin-bottom: 30px;
  }
}

.players-block__card-name {
  font-size: 18px;
  color: #0C320D;
  font-family: "Ruwudu", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.players-block__card-description {
  font-size: 16px;
}

.xzhllgidgzajk-all-width,
.xzhllgidgzajk-small-width {
  font-size: 22px;
  font-family: "Ruwudu", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
  color: #FFFFFF;
}
@media (max-width: 718px) {
  .xzhllgidgzajk-all-width,
  .xzhllgidgzajk-small-width {
    font-size: 16px;
  }
}

.text-strong {
  font-weight: 400;
}

.jjvdstthyirg {
  text-align: center;
  box-sizing: border-box;
  position: fixed;
  bottom: 20px;
  z-index: 10000;
  width: 300px;
  max-width: 584px;
  background-color: #FFFFFF;
}
.jjvdstthyirg#modalCookie, .jjvdstthyirg#modalForm {
  text-align: left;
  z-index: 9999;
}
.jjvdstthyirg#modalCookie .ckkiacziguctfgv, .jjvdstthyirg#modalForm .ckkiacziguctfgv {
  font-weight: 400;
}
@media (min-width: 1000px) {
  .jjvdstthyirg#modalCookie .gxpkcakthi, .jjvdstthyirg#modalForm .gxpkcakthi {
    display: block;
  }
}
.jjvdstthyirg#modalForm {
  display: none;
  min-width: 330px;
}
.jjvdstthyirg#modalForm .hzjhecsxgsz {
  padding: 10px;
}
@media (min-width: 1000px) {
  .jjvdstthyirg#modalForm .hzjhecsxgsz {
    padding: 40px 20px;
  }
}
.jjvdstthyirg#modalForm .ksuryfrwqdz {
  font-size: 60px;
  margin-bottom: 10px;
}
.jjvdstthyirg#modalForm .ckkiacziguctfgv {
  font-size: 16px;
  line-height: 19px;
}
.jjvdstthyirg#modalForm .xtxtwficux {
  grid-template-columns: 1fr;
}
@media (min-width: 1000px) {
  .jjvdstthyirg {
    width: 100%;
    bottom: 113px;
  }
}
.vasyvoytzw {
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  color: grey;
  padding: 25px 22px;
  border: 2px solid grey;
  width: 100%;
  margin-bottom: 10px;
}
.vasyvoytzw::placeholder {
  color: grey;
}
@media (min-width: 1000px) {
  .vasyvoytzw {
    margin-bottom: 20px;
  }
}
.ksuryfrwqdz {
  font-size: 64px;
  line-height: 77px;
  font-weight: 700;
  color: black;
  margin-bottom: 20px;
  text-transform: capitalize;
}
.yffvwdiedoggp {
  color: #FFFFFF;
  font-size: 20px;
  line-height: 28px;
  text-transform: uppercase;
  background-color: #C7E51C;
  padding: 20px;
  width: 100%;
}
@media (min-width: 1000px) {
  .yffvwdiedoggp {
    padding: 40px;
  }
}
.rfwxrjclql {
  width: 122px;
  height: 122px;
  margin-bottom: 10px;
}
@media (min-width: 1000px) {
  .rfwxrjclql {
    margin-left: 50px;
    margin-right: 50px;
  }
}
.ckkiacziguctfgv {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 700;
  color: black !important;
  margin-bottom: 10px;
}
@media (min-width: 1000px) {
  .ckkiacziguctfgv {
    text-align: left;
  }
}
.hzjhecsxgsz {
  padding: 20px;
}
@media (min-width: 1000px) {
  .hzjhecsxgsz {
    padding: 40px;
  }
  .hzjhecsxgsz .gxpkcakthi {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
  }
}
.xtxtwficux {
  display: grid;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  gap: 10px;
  width: 100%;
  justify-content: space-between;
}
@media (min-width: 767px) {
  .xtxtwficux {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
}
.vxevpoojpuds {
  width: 100%;
  min-height: 75px;
  display: grid;
  place-items: center;
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  color: #FFFFFF;
  border: 2px solid white;
  background-color: #6A9D43;
}
.vxerihlxapqsoif {
  background-color: #C7E51C;
  color: #FFFFFF;
}

.mobile-menu {
  display: none;
  position: absolute;
  z-index: 1000;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  background-color: #34784E;
}
.mobile-menu__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 65px;
  padding: 0 24px;
}
.mobile-menu__navigation {
  list-style: none;
  margin-left: 24px;
  margin-top: 45px;
}
.mobile-menu__navigation li {
  margin-bottom: 40px;
}
.mobile-menu__navigation li:last-of-type {
  margin-bottom: 50px;
}
.mobile-menu__navigation a {
  color: #FFFFFF;
  text-decoration: none;
}
.mobile-menu__button {
  display: none;
}
@media (max-width: 1011px) {
  .mobile-menu__button {
    display: block;
  }
}

.ykxkpputgrlx {
  width: 100%;
  padding-top: 16px;
  padding-bottom: 27px;
}
@media (min-width: 1000px) {
  .ykxkpputgrlx {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.ykxkpputgrlx .ivrhiivvrok {
  flex-direction: row;
  justify-content: space-between;
}
.kqdiukgerfrvi {
  box-sizing: border-box;
  display: grid;
  place-items: center;
  min-height: 48px;
  color: #DFFFE8;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 20px;
  line-height: 1px;
  padding-left: 21px;
  padding-right: 21px;
  background-color: #C7E51C;
}

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

.jhdqvqapeqv {
  min-height: 648px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.pfvujsuxal {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 1000px) {
  .pfvujsuxal {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

.main-history {
  position: relative;
  min-height: 710px;
  color: #FFFFFF;
  background-image: url("../source/img/main-hero-mobile.png");
  background-size: cover;
  background-position: center;
  padding: 19px 11px 36px 11px;
}
@media (min-width: 767px) {
  .main-history {
    background-image: url("../source/img/main-hero.png");
    padding: 32px;
  }
}
@media (min-width: 1000px) {
  .main-history {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 160px;
  }
}
.main-history__title {
  font-size: 24px;
  line-height: 29px;
  font-weight: 500;
  margin-bottom: 20px;
  color: #FFFFFF;
}
@media (min-width: 767px) {
  .main-history__title {
    font-size: 32px;
    line-height: 39px;
  }
}
.main-history__description {
  font-size: 18px;
  line-height: 1.3;
  font-weight: 400;
}
@media (min-width: 767px) {
  .main-history__description {
    font-size: 20px;
  }
}
.main-history__button {
  position: absolute;
  bottom: 36px;
  left: 50%;
  transform: translateX(-50%);
  width: 130px;
  height: 130px;
  background-color: #C7E51C;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 50%;
  padding-top: 48px;
  padding-bottom: 34px;
}

.ywidqjxxffra {
  width: 100%;
  background-color: #6A9D43;
  padding-top: 40px;
  padding-bottom: 40px;
  min-height: 715px;
}
@media (min-width: 1000px) {
  .ywidqjxxffra {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
.ywidqjxxffra .ivrhiivvrok {
  flex-direction: row;
  height: 100%;
  justify-content: center;
  background: url(../source/img/dff.png) left top no-repeat;
}
@media (min-width: 1000px) {
  .ywidqjxxffra .ivrhiivvrok {
    align-items: center;
    justify-content: center;
  }
}
.ywidqjxxffra .tgljaiuyeqarjy {
  background: url(../source/img/dfff.png) right top no-repeat !important;
}
.ywidqjxxffra .tgljaiuyeqarjy .kxlsqrsxytrxt {
  max-width: 600px;
}
@media (min-width: 700px) {
  .ywidqjxxffra .tgljaiuyeqarjy .kxlsqrsxytrxt {
    margin-left: 150px;
  }
}
.ywidqjxxffra__image {
  display: none;
}
@media (min-width: 1000px) {
  .ywidqjxxffra__image {
    display: block;
    text-align: center;
    flex-basis: 49%;
  }
  .ywidqjxxffra__image img {
    width: 350px;
    height: 350px;
    margin-top: 17px;
  }
}
.kxlsqrsxytrxt {
  margin-top: 78px;
}
@media (min-width: 1000px) {
  .kxlsqrsxytrxt {
    flex-basis: 49%;
    max-width: 440px;
  }
}
.jpsaehzdtrqel {
  font-size: 24px;
  line-height: 29px;
  font-weight: 700;
  color: #FFFFFF;
  margin-bottom: 24px;
}
@media (min-width: 1000px) {
  .jpsaehzdtrqel {
    font-size: 32px;
    line-height: 39px;
  }
}
.afwpvhtuxdgtij {
  color: #FFFFFF;
  text-decoration: underline !important;
}
.zeejlvlxaghet {
  margin-top: 67px;
}
@media (min-width: 1000px) {
  .zeejlvlxaghet {
    margin-top: 54px;
  }
}

.prxfpoogpcdlzg {
  padding-top: 40px;
  padding-bottom: 40px;
  width: 100%;
  background-color: #6A9D43;
}
.prxfpoogpcdlzg .ivrhiivvrok {
  align-items: center;
}
@media (min-width: 1000px) {
  .prxfpoogpcdlzg {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.hywxlupgvofse {
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: auto;
  justify-content: center;
  gap: 20px;
  width: 100%;
}
@media (min-width: 700px) {
  .hywxlupgvofse {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
  }
}
@media (min-width: 1400px) {
  .hywxlupgvofse {
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: auto;
  }
}
.ekczvkuottijo {
  font-size: 18px;
  line-height: 1.3;
  font-weight: 400;
  margin-bottom: 65px;
  max-width: 714px;
  text-align: center;
}

.jqsswczqrgowht {
  width: 250px;
  height: 250px;
  min-height: 155px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 80%;
}
@media (min-width: 1000px) {
  .jqsswczqrgowht {
    width: 250px;
    height: 250px;
    background-size: 50%;
  }
}
.jqsswczqrgowht:nth-of-type(1) {
  background-image: url("../source/img/age.svg");
}
.jqsswczqrgowht:nth-of-type(2) {
  background-image: url("../source/img/gamblingtherapy.png");
}
@media (min-width: 1000px) {
  .jqsswczqrgowht:nth-of-type(2) {
    background-size: 178px;
  }
}
.jqsswczqrgowht:nth-of-type(3) {
  background-image: url("../source/img/post.png");
}
@media (min-width: 1000px) {
  .jqsswczqrgowht:nth-of-type(3) {
    background-size: 160px;
  }
}
.jqsswczqrgowht:nth-of-type(4) {
  background-image: url("../source/img/pharm.png");
}
@media (min-width: 1000px) {
  .jqsswczqrgowht:nth-of-type(4) {
    background-size: 240px;
  }
}
.jqsswczqrgowht:nth-of-type(5) {
  background-image: url("../source/img/help.png");
}
@media (min-width: 1000px) {
  .jqsswczqrgowht:nth-of-type(5) {
    background-size: 240px;
  }
}
.jqsswczqrgowht:nth-of-type(6) {
  background-image: url("../source/img/GameCare 2.png");
}
@media (min-width: 1000px) {
  .jqsswczqrgowht:nth-of-type(6) {
    background-size: 240px;
  }
}
.jqsswczqrgowht:nth-of-type(7) {
  background-image: url("../source/img/gamble-aware-logo 2.png");
}
@media (min-width: 1000px) {
  .jqsswczqrgowht:nth-of-type(7) {
    background-size: 240px;
  }
}

.fijpdpwjdiy {
  padding-top: 40px;
  padding-bottom: 40px;
  width: 100%;
}
@media (min-width: 1000px) {
  .fijpdpwjdiy {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.xedeqajuyyqch {
  margin-bottom: 80px;
}
.ixuvgswukyrpegy {
  display: grid;
  grid-template-rows: auto auto;
  gap: 23px;
}
@media (min-width: 1000px) {
  .ixuvgswukyrpegy {
    grid-template-rows: auto;
  }
}

.rweqqhvitrs {
  display: flex;
  flex-direction: column;
  gap: 23px;
}

.rweqqhvitr {
  padding: 10px;
  background-color: #6A9D43;
}
@media (min-width: 1000px) {
  .rweqqhvitr {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 20px;
  }
}
.dfgvcogwyjiuv {
  margin-bottom: 20px;
  width: 220px;
  height: 70px;
  object-fit: contain;
}
@media (min-width: 1000px) {
  .dfgvcogwyjiuv {
    margin-bottom: 15px;
  }
}
.xkltqwhxlhx {
  font-size: 32px;
  line-height: 39px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media (min-width: 1000px) {
  .xkltqwhxlhx {
    margin-bottom: 36px;
  }
}
.fyhlztdjljgpxfk {
  font-size: 24px;
  line-height: 29px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media (min-width: 1000px) {
  .fyhlztdjljgpxfk {
    margin-bottom: 12px;
  }
}
.kdhwcxwcuryucr {
  display: grid;
  grid-template-columns: repeat(5, 40px);
  gap: 10px;
  margin-bottom: 20px;
}
@media (min-width: 1000px) {
  .kdhwcxwcuryucr {
    margin-bottom: 25px;
  }
}
.kzifqrqcao {
  margin-bottom: 20px;
}
@media (min-width: 1000px) {
  .kzifqrqcao {
    margin-bottom: 39px;
  }
}
.ouavgfczhi {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
}
.ouavgfczhi svg {
  width: 24px;
  height: 24px;
}
.ouavgfczhi:hover {
  color: #FFFFFF;
}

.uequfppxupsgqy {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (min-width: 1000px) {
  .uequfppxupsgqy {
    flex-direction: row;
    justify-content: space-between;
  }
}
.rqaysiojwucfhqa {
  gap: 20px;
}

.yixouadzecup {
  display: grid;
  grid-template-columns: 24px 1fr;
  align-items: center;
  gap: 10px;
}
.tpxesfwduskx {
  font-size: 16px;
  line-height: 1;
  margin-bottom: -4px;
}
.uoikqkoaqkpetq {
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  color: #FFFFFF;
}
@media (min-width: 1000px) {
  .uoikqkoaqkpetq {
    font-size: 24px;
  }
}
.ljpewwxdfza {
  width: 24px;
  height: 24px;
}

.weyzdzodqvqxg {
  color: #FFFFFF;
  background: url(../source/img/df.png) center center no-repeat;
  padding-top: 40px;
  padding-bottom: 40px;
  width: 100%;
  min-height: 719px;
}
@media (min-width: 1000px) {
  .weyzdzodqvqxg {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .weyzdzodqvqxg .ivrhiivvrok {
    flex-direction: row;
  }
}
.ssujoectvfuyxg {
  line-height: 39px;
  max-width: 384px;
  color: inherit;
  margin-bottom: 20px;
}
.xiawkrhlvojkrc {
  line-height: 22px;
  max-width: 378px;
}
@media (min-width: 1000px) {
  .xiawkrhlvojkrc {
    font-size: 20px;
    line-height: 24px;
    max-width: 650px;
  }
}
.rsgfvdsyyp {
  margin-top: 79px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 800px) {
  .rsgfvdsyyp {
    flex-direction: row;
    justify-content: space-between;
  }
}
@media (min-width: 1000px) {
  .rsgfvdsyyp {
    flex-basis: 55%;
    flex-grow: 1;
  }
}
@media (min-width: 1000px) {
  .weyzdzodqvqxg__image {
    display: grid;
    place-items: center;
    flex-basis: 49%;
  }
  .weyzdzodqvqxg__image img {
    width: 350px;
    height: 350px;
  }
}

.cuffvgtpkly {
  padding-top: 40px;
  padding-bottom: 40px;
  width: 100%;
}
.cuffvgtpkly .ivrhiivvrok {
  background: url(../source/img/dffff.png) left top no-repeat;
  min-height: 571px;
  align-items: center;
}
@media (min-width: 1000px) {
  .cuffvgtpkly {
    padding-top: 66px;
    padding-bottom: 66px;
  }
}
.qfselhikkdydlry {
  margin-bottom: 20px;
}
@media (min-width: 1000px) {
  .qfselhikkdydlry {
    max-width: 392px;
    margin-right: 80px;
  }
}
.pfhkocdjoihedx {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 26px;
}
@media (min-width: 1000px) {
  .pfhkocdjoihedx {
    font-size: 20px;
    line-height: 24px;
  }
}
.cuffvgtpkly__banner {
  color: #FFFFFF;
  text-align: center;
  padding-top: 26px;
  padding-bottom: 26px;
  min-height: 330px;
  background-image: url("../source/img/horses-mobile.png");
  background-size: cover;
  background-position: center;
}
@media (min-width: 1000px) {
  .cuffvgtpkly__banner {
    background-image: url("../source/img/horses.png");
  }
}
.cevqwgxgviy {
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 30px;
}
@media (min-width: 1000px) {
  .cevqwgxgviy {
    font-size: 32px;
    line-height: 38px;
  }
}

.pyfpeejzzd {
  display: flex;
  width: 100%;
  padding: 20px 0;
  align-items: center;
  justify-content: center;
  background-color: #002023;
  color: #FFFFFF;
}
@media (min-width: 1000px) {
  .pyfpeejzzd {
    padding: 44px 0;
  }
}
.ztkevpqopjkwkqs {
  transform: scaleX(-1);
}
.ijxwkoxcxhtvqg {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1000px) {
  .ijxwkoxcxhtvqg {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 80px;
    align-items: flex-start;
  }
}
.tedtkjpxyioutil {
  font-size: 16px;
  line-height: 19px;
}
@media (min-width: 1000px) {
  .tedtkjpxyioutil {
    font-size: 16px;
    line-height: 24px;
    margin-left: auto;
  }
}
.xrxsfsepitejftj {
  text-align: center;
}
@media (min-width: 1000px) {
  .xrxsfsepitejftj {
    flex-basis: 100%;
    order: -1;
    margin-right: auto;
  }
}
.pyfpeejzzd ul {
  margin-bottom: 62px;
}
@media (min-width: 1000px) {
  .pyfpeejzzd ul {
    display: flex;
    align-items: center;
    gap: 25px;
    margin-bottom: 28px;
    justify-content: space-between;
  }
}
.pyfpeejzzd ul li {
  font-size: 18px;
  line-height: 22px;
  list-style-type: none;
  text-align: center;
  margin-bottom: 10px;
}
@media (min-width: 1000px) {
  .pyfpeejzzd ul li {
    font-size: 20px;
    line-height: 24px;
    flex-basis: 33%;
  }
}
.pyfpeejzzd ul li:last-of-type {
  margin-bottom: 0;
}
.pyfpeejzzd ul li a {
  color: inherit;
}
@media (min-width: 1000px) {
  .pyfpeejzzd ul li {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 24px;
  }
}

.text-refer-cards {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  gap: 20px;
  justify-items: center;
}
@media (min-width: 700px) {
  .text-refer-cards {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 40px;
  }
}
@media (min-width: 1400px) {
  .text-refer-cards {
    grid-template-columns: repeat(4, 250px);
    grid-template-rows: auto;
    gap: 40px;
  }
}

.cdlkzqiapftoaha {
  padding-top: 43px;
  padding-bottom: 43px;
}
.cdlkzqiapftoaha h2 {
  font-weight: 900;
  text-align: center;
}
.cdlkzqiapftoaha__refer {
  margin-bottom: 20px;
}
@media (min-width: 767px) {
  .zjgeopvatsfcecj {
    display: flex;
    gap: 56px;
  }
}
.dxfexxyalaqcurj {
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  margin-top: 16px;
  margin-bottom: 16px;
}
@media (min-width: 1000px) {
  .dxfexxyalaqcurj {
    font-size: 20px;
    line-height: 24px;
    margin-top: 0;
    margin-bottom: 24px;
  }
}
.cdlkzqiapftoaha__subsection {
  position: relative;
  margin-bottom: 10px;
}
@media (min-width: 1000px) {
  .cdlkzqiapftoaha__subsection {
    margin-bottom: 25px;
  }
}
.cdlkzqiapftoaha__subsection:last-of-type {
  margin-bottom: 0;
}
.cdlkzqiapftoaha__image {
  margin: 0 auto;
  margin-bottom: 100px;
}
.cdlkzqiapftoaha__image-float-right {
  position: absolute;
  top: 0;
  right: 0;
  max-height: 175px;
  z-index: -1;
}
@media (min-width: 1000px) {
  .cdlkzqiapftoaha__image-float-right {
    max-height: 760px;
  }
}
@media (min-width: 1000px) {
  .cdlkzqiapftoaha__image {
    max-width: 650px;
  }
}
.cdlkzqiapftoaha__ol {
  padding-left: 20px;
  line-height: 20px;
}
.cdlkzqiapftoaha ul {
  list-style: disc !important;
  padding-left: 30px;
}
.cdlkzqiapftoaha ul li {
  font-size: 18px;
  line-height: 22px;
  list-style-type: disc;
  margin-bottom: 12px;
}
@media (min-width: 1000px) {
  .cdlkzqiapftoaha ul li {
    font-size: 20px;
    line-height: 24px;
  }
}
.cdlkzqiapftoaha__link {
  text-decoration: underline !important;
}

.zrtiavxtsf {
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  margin-bottom: 16px;
  text-transform: capitalize;
}
@media (min-width: 1000px) {
  .zrtiavxtsf {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 24px;
  }
}

.viseudlshwvk {
  background-color: #6A9D43;
  width: 100%;
  padding: 80px 0;
}
.viseudlshwvk h2 {
  width: 100%;
  text-align: center;
}
.acpafqidksygz {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 538px;
  gap: 23px;
}
@media (min-width: 1000px) {
  .acpafqidksygz {
    flex-direction: row;
  }
}
.acpafqidksygz .uhkfyuuhvpfsg {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  width: 100%;
}
@media (min-width: 1000px) {
  .acpafqidksygz .uhkfyuuhvpfsg {
    width: calc(33.3333333333% - 23px);
  }
}
.acpafqidksygz .uhkfyuuhvpfsg:nth-child(2) {
  justify-content: end;
}
.tshkhpwktd {
  background-color: #34784E;
  padding: 40px;
}
.tshkhpwktd .row {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-bottom: 30px;
}

/*# sourceMappingURL=index.css.map */
