:root {
  --lite: #ebf5f2;
  --teal: #13bfb1;
  --fff: white;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

h1 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 3em;
  font-weight: 900;
  line-height: 1.2em;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 2.2em;
  font-weight: 900;
  line-height: 1.2em;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 1.5em;
  font-weight: 900;
  line-height: 1.2em;
}

.link-block {
  height: 80px;
}

.image {
  height: 100%;
  display: block;
}

.nav {
  text-align: center;
  padding: 10px 40px 0;
}

.section-2 {
  color: #9c9c9c;
  text-align: center;
  background-color: #545454;
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 14px;
}

.sect {
  padding: 40px 20px;
}

.sect.sect-form {
  background-color: var(--lite);
  background-image: url('../images/last_AdobeStock_438066368.jpg');
  background-position: 0 0;
  background-size: auto;
  padding-bottom: 0;
}

.sect.sect-pat {
  background-color: var(--lite);
  background-image: linear-gradient(#13bfb133, #13bfb133), url('../images/last_AdobeStock_438066368.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
}

.sect.sect-dim {
  background-color: #eee;
}

.sect.sect-dr {
  padding-bottom: 0;
}

.wide {
  max-width: 1440px;
}

.img-dr {
  width: 500px;
  margin-left: auto;
  margin-right: 100px;
  display: block;
}

.btn {
  background-color: var(--teal);
  color: #fff;
  border-radius: 6px;
  padding: 12px 30px;
  font-weight: 700;
  text-decoration: none;
}

.btn.btn-f {
  color: var(--teal);
  background-color: #fff;
}

.img-style {
  border-top-left-radius: 40px;
  border-bottom-right-radius: 40px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.img-style.max-width-600 {
  max-width: 600px;
}

.flex-ctr {
  justify-content: center;
  align-items: center;
  display: flex;
}

.bot25 {
  margin-bottom: 25px;
}

.bot25.ctr.green {
  color: var(--teal);
}

.div-block-2 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.dropdown-toggle {
  background-color: var(--teal);
  color: var(--fff);
  width: 100%;
  font-weight: 700;
  display: block;
}

.dropdown {
  border-radius: 6px;
  width: 100%;
  margin-bottom: 4px;
  display: block;
  overflow: hidden;
}

.frame {
  aspect-ratio: 2.39;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 1440px;
  display: flex;
}

.li-items {
  color: var(--teal);
  text-align: left;
  background-color: #fff;
  border-radius: 7px;
  justify-content: flex-start;
  align-items: flex-end;
  width: 25%;
  margin-bottom: 5px;
  padding: 50px 20px 20px;
  font-size: 24px;
  font-weight: 700;
  display: flex;
}

.list-2 {
  padding-left: 20px;
}

.ctr {
  text-align: center;
}

.dropdown-list {
  background-color: #fff;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  padding: 20px;
  position: relative;
}

.hero23 {
  color: #fff;
  background-image: linear-gradient(#13bfb1cc, #13bfb1cc), url('../images/AdobeStock_165536404.jpg');
  background-position: 0 0, 50% 30%;
  background-size: auto, cover;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.hero23.height-ty {
  min-height: 80vh;
  padding-top: 50px;
  padding-bottom: 50px;
}

.bot40 {
  margin-bottom: 40px;
}

.columns {
  justify-content: center;
  align-items: center;
  display: flex;
}

.columns.flex-floor {
  justify-content: center;
  align-items: flex-end;
}

.div-block-5 {
  background-color: #fff;
  border: 1px solid #c5c5c5;
  border-radius: 6px;
  width: 600px;
  max-width: 100%;
  padding: 30px 40px;
}

.msg {
  color: #111;
  border-radius: 4px;
  height: 50px;
  margin-bottom: 6px;
  padding: 8px 12px;
  font-size: 18px;
}

.msg.msg-area {
  margin-bottom: 30px;
  padding-top: 16px;
}

.msg.marg-r {
  width: 95%;
}

.icon {
  font-size: 22px;
}

.text-span {
  color: #e74141;
  padding-left: 2px;
  display: inline-block;
}

.col-right {
  padding-left: 50px;
}

.list-4 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.col-left {
  padding-right: 50px;
}

.div-max-image {
  margin-bottom: 40px;
}

.form-block {
  font-size: 16px;
  line-height: 26px;
}

.row.bot10 {
  margin-bottom: 10px;
}

.radios {
  margin-right: 12px;
  padding-left: 10px;
  display: inline-block;
}

.radioc {
  width: 40px;
  height: 20px;
}

@media screen and (max-width: 991px) {
  .frame {
    aspect-ratio: auto;
  }

  .hero23 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .sect.sect-form {
    padding-bottom: 20px;
  }

  .sect.sect-dim.ctr-sm {
    text-align: center;
  }

  .img-dr {
    max-width: 65%;
    margin-left: auto;
    margin-right: auto;
  }

  .flex-ctr {
    flex-flow: column;
  }

  .flex-ctr.flip-sm {
    flex-flow: column-reverse;
  }

  .li-items {
    width: 100%;
  }

  .col {
    padding-left: 0;
    padding-right: 0;
  }

  .columns {
    flex-flow: column;
  }

  .col-right {
    padding-left: 0;
    padding-right: 0;
  }

  .list-4 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .col-left {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 2.6em;
  }

  .dropdown-toggle {
    white-space: normal;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .li-items {
    padding-top: 40px;
    font-size: 22px;
  }
}


