@font-face {
  font-family: ProximaNova;
  src: url(/fonts/ProximaNova-Light.woff2) format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap
}
@font-face {
  font-family: ProximaNova;
  src: url(/fonts/ProximaNova-Regular.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap
}
@font-face {
  font-family: ProximaNova;
  src: url(/fonts/ProximaNova-Semibold.woff2) format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap
}
@font-face {
  font-family: ProximaNova;
  src: url(/fonts/ProximaNova-Bold.woff2) format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap
}
@font-face {
  font-family: ProximaNova;
  src: url(/fonts/ProximaNova-Black.woff2) format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap
}
body {
  background: #fff;
  font-family: ProximaNova,sans-serif
}
@media (min-width:1920px) {
  .container {
    max-width: 1680px
  }
}
@media (min-width:1680px) {
  .container {
    max-width: 1440px
  }
}
@media (max-width:1439px) {
  .container {
    max-width: 1100px
  }
}
section {
  padding-top: 30px;
  padding-bottom: 30px
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  font-family: ProximaNova,sans-serif
}
.h1 span,
.h2 span,
.h3 span,
.h4 span,
.h5 span,
.h6 span,
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
  color: #2682d9
}
.h2,
h2 {
  font-size: 54px
}
.btn {
  color: #fff;
  background-color: #2682d9;
  font-weight: 700;
  padding: 20px 30px;
  font-size: 40px;
  border-radius: 100px
}
.btn:hover {
  color: #fff;
  -webkit-box-shadow: 0 0 15px #2682d9;
  box-shadow: 0 0 15px #2682d9
}
.btn:active,
.btn:focus {
  background-color: #1e68ae
}
.card {
  border-radius: 10px;
  border: none;
  padding: 20px;
  -webkit-box-shadow: inset 0 -50px 0 -40px #2682d9,0 0 15px #0002;
  box-shadow: inset 0 -50px 0 -40px #2682d9,0 0 15px #0002
}
.gototop {
  position: fixed;
  display: block;
  border-radius: 20px;
  font-size: 24px;
  bottom: 20px;
  text-decoration: none;
  right: 20px;
  width: 40px;
  height: 40px;
  text-align: center;
  background: #2682d9;
  color: #fff;
  font-weight: 900
}
.gototop:hover {
  color: #fff;
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px)
}
nav {
  -webkit-box-shadow: 0 2px 3px #0000000F;
  box-shadow: 0 2px 3px #0000000F
}
nav li a.nav-link {
  font-family: ProximaNova,sans-serif;
  font-size: 25px;
  font-weight: 500;
  color: #000;
  margin-left: 90px
}
nav .navbar-toggler {
  outline: 0!important;
  -webkit-box-shadow: none!important;
  box-shadow: none!important
}
nav .collapsing {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  display: none
}
nav #navmobile.show {
  position: fixed;
  background: #f1f1f1;
  top: 0;
  left: 0;
  margin-top: 95px;
  width: 100%;
  height: 100vh;
  z-index: 1000
}
nav #navmobile.show ul {
  text-align: center;
  margin-top: 50vh;
  -webkit-transform: translateY(-90%);
  -ms-transform: translateY(-90%);
  transform: translateY(-90%)
}
@media (max-width:1679px) {
  nav li a.nav-link {
    margin-left: 60px
  }
}
@media (max-width:1439px) {
  nav .navbar-brand img {
    width: 270px
  }
  nav li a.nav-link {
    font-size: 20px;
    margin-left: 40px
  }
}
@media (max-width:1199px) {
  #promo {
    padding-top: 95px
  }
  #header {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #fff;
    z-index: 10
  }
  nav li a.nav-link {
    font-size: 25px;
    margin: 0 auto
  }
}
@media (max-width:991px) {
  nav li a.nav-link {
    font-size: 25px
  }
}
#promo {
  padding-bottom: 60px
}
#promo .h1 {
  font-size: 38px;
  margin-top: 50px;
  margin-bottom: 60px;
  text-transform: uppercase;
  min-height: 230px;
  color: #2682d9
}
#promo .h1 span {
  color: #000
}
#promo img.promo-img {
  width: 100%;
  margin-bottom: 60px;
  position: -webkit-sticky;
  position: sticky;
  top: 60px
}
#promo p {
  font-size: 27px;
  font-weight: 300;
  line-height: normal
}
#promo p strong {
  font-weight: 600
}
#promo .btn {
  margin-top: 60px;
  padding-right: 60px;
  padding-left: 60px
}
#promo .btn img {
  margin-left: 20px;
  -webkit-animation: shuffeling .8s infinite linear;
  animation: shuffeling .8s infinite linear
}
@-webkit-keyframes shuffeling {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0) translateY(0) rotate(0) scale(1,1);
    transform: translateX(0) translateY(0) rotate(0) scale(1,1)
  }
  25% {
    opacity: 1;
    -webkit-transform: translateX(2px) translateY(0) rotate(0) scale(1,1);
    transform: translateX(2px) translateY(0) rotate(0) scale(1,1)
  }
  50% {
    opacity: 1;
    -webkit-transform: translateX(2px) translateY(2px) rotate(0) scale(1,1);
    transform: translateX(2px) translateY(2px) rotate(0) scale(1,1)
  }
  75% {
    opacity: 1;
    -webkit-transform: translateX(-1px) translateY(5px) rotate(0) scale(1,1);
    transform: translateX(-1px) translateY(5px) rotate(0) scale(1,1)
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(2px) translateY(-2px) rotate(0) scale(1,1);
    transform: translateX(2px) translateY(-2px) rotate(0) scale(1,1)
  }
}
@keyframes shuffeling {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0) translateY(0) rotate(0) scale(1,1);
    transform: translateX(0) translateY(0) rotate(0) scale(1,1)
  }
  25% {
    opacity: 1;
    -webkit-transform: translateX(2px) translateY(0) rotate(0) scale(1,1);
    transform: translateX(2px) translateY(0) rotate(0) scale(1,1)
  }
  50% {
    opacity: 1;
    -webkit-transform: translateX(2px) translateY(2px) rotate(0) scale(1,1);
    transform: translateX(2px) translateY(2px) rotate(0) scale(1,1)
  }
  75% {
    opacity: 1;
    -webkit-transform: translateX(-1px) translateY(5px) rotate(0) scale(1,1);
    transform: translateX(-1px) translateY(5px) rotate(0) scale(1,1)
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(2px) translateY(-2px) rotate(0) scale(1,1);
    transform: translateX(2px) translateY(-2px) rotate(0) scale(1,1)
  }
}
@media (max-width:1439px) {
  #promo .h1 {
    font-size: 30px;
    margin-top: 60px;
    margin-bottom: 0
  }
  #promo p {
    font-size: 22px
  }
  #promo .btn {
    font-size: 32px;
    margin-top: 20px
  }
}
@media (max-width:1199px) {
  #promo .h1 {
    min-height: auto;
    margin-bottom: 30px;
    text-align: center
  }
}
@media (max-width:767px) {
  #promo {
    padding-top: 95px;
    padding-bottom: 50px
  }
  #promo .h1 {
    font-size: 17px;
    margin-top: 40px;
    margin-bottom: 30px
  }
  #promo .h1 span {
    font-size: 21px
  }
  #promo p {
    font-size: 18px
  }
  #promo img {
    margin-bottom: 30px
  }
  #promo .btn {
    font-size: 22px;
    margin-top: 30px;
    padding-right: 40px;
    padding-left: 40px;
    vertical-align: middle
  }
  #promo .btn img {
    margin-bottom: 0
  }
}
#benefits {
  padding-top: 100px;
  padding-bottom: 100px
}
#benefits .card {
  text-align: center;
  font-weight: 700;
  font-size: 45px;
  line-height: 60px;
  padding: 30px;
  height: 220px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
#benefits .card div span {
  color: #2682d9;
  font-size: 80px;
  text-transform: uppercase;
  display: block
}
@media (max-width:1439px) {
  #benefits {
    padding-top: 80px;
    padding-bottom: 80px
  }
  #benefits .card {
    height: 180px;
    font-size: 36px;
    line-height: normal
  }
  #benefits .card div span {
    font-size: 64px
  }
}
@media (max-width:1199px) {
  #benefits {
    padding-top: 50px;
    padding-bottom: 50px
  }
  #benefits .card {
    height: 200px;
    font-size: 30px
  }
  #benefits .card div span {
    font-size: 50px
  }
}
@media (max-width:991px) {
  #benefits .container {
    overflow: hidden;
    margin-left: 0;
    margin-right: 0;
    max-width: 100vw
  }
  #benefits .scrolled {
    width: 100vw;
    padding: 15px;
    overflow-x: auto
  }
  #benefits .scrolled .row {
    height: 220px;
    width: 920px
  }
}
#todo {
  padding-top: 100px;
  padding-bottom: 50px
}
#todo h2 {
  text-align: center;
  text-transform: initial;
  margin-bottom: 90px
}
#todo .row {
  margin-bottom: 100px
}
#todo .card {
  text-align: center;
  font-size: 22px
}
#todo .card img {
  width: 80px;
  display: inline-block;
  margin: 20px auto
}
#todo .btn {
  display: inline-block;
  margin-top: 60px;
  padding-right: 60px;
  padding-left: 60px
}
#todo .btn img {
  width: initial;
  margin-left: 20px;
  -webkit-animation: shuffeling .8s infinite linear;
  animation: shuffeling .8s infinite linear
}
@media (max-width:1679px) {
  #todo .card {
    font-size: 18px
  }
}
@media (max-width:1439px) {
  #todo {
    padding-top: 80px;
    padding-bottom: 40px
  }
  #todo h2 {
    font-size: 36px;
    margin-bottom: 70px
  }
  #todo .card {
    font-size: 16px
  }
  #todo .btn {
    font-size: 32px;
    margin-top: 20px
  }
}
@media (max-width:1199px) {
  #todo {
    padding-top: 50px
  }
  #todo h2 {
    margin-bottom: 50px;
    font-size: 24px
  }
  #todo .row {
    margin-bottom: 50px
  }
}
@media (max-width:991px) {
  #todo {
    padding-top: 50px;
    padding-bottom: 50px
  }
  #todo .row {
    margin-bottom: 0
  }
  #todo .card {
    margin-bottom: 30px
  }
  #todo .btn {
    font-size: 28px
  }
}
@media (max-width:767px) {
  #todo .card {
    font-size: 14px
  }
  #todo .btn {
    font-size: 22px;
    margin-top: 30px;
    padding-right: 40px;
    padding-left: 40px;
    vertical-align: middle
  }
  #todo .btn img {
    margin-bottom: 0
  }
}
@media (max-width:575px) {
  #todo .card {
    height: 250px;
    padding: 10px
  }
}
#programma {
  padding-top: 100px;
  padding-bottom: 100px
}
#programma h2 {
  text-align: center;
  text-transform: none;
  max-width: 1000px;
  margin: 0 auto;
  padding-bottom: 90px
}
#programma img {
  width: 100%;
  position: -webkit-sticky;
  position: sticky;
  top: 60px
}
#programma .programma_list {
  padding-left: 0
}
#programma .programma_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
  font-size: 22px;
  vertical-align: middle;
  border-bottom: 1px solid #0008;
  padding-top: 5px;
  padding-bottom: 5px
}
#programma .programma_list li span {
  font-weight: 700;
  font-size: 50px;
  margin-right: 60px;
  color: #2682d9
}
#programma .programma_list li:last-child {
  border-bottom: 0
}
@media (max-width:1439px) {
  #programma {
    padding-top: 80px;
    padding-bottom: 80px
  }
  #programma h2 {
    font-size: 42px;
    max-width: 960px;
    margin: 0 auto;
    padding-bottom: 90px
  }
  #programma .programma_list li {
    font-size: 18px
  }
  #programma .programma_list li span {
    font-size: 40px
  }
}
@media (max-width:1199px) {
  #programma .programma_list li span {
    margin-right: 30px
  }
}
@media (max-width:991px) {
  #programma img {
    margin-bottom: 40px
  }
}
@media (max-width:767px) {
  #programma {
    padding-top: 30px;
    padding-bottom: 30px
  }
  #programma h2 {
    padding-bottom: 30px;
    font-size: 24px
  }
  #programma .programma_list li {
    font-size: 18px;
    padding-top: 10px;
    padding-bottom: 10px
  }
  #programma .programma_list li span {
    font-size: 32px;
    margin-right: 30px
  }
}
#about {
  padding-top: 100px;
  padding-bottom: 100px
}
#about h2 {
  text-transform: none
}
#about .lead {
  font-weight: 700;
  padding-top: 20px;
  padding-bottom: 20px
}
#about img.about-img {
  width: 100%;
  position: -webkit-sticky;
  position: sticky;
  top: 60px
}
#about .card {
  padding: 0
}
#about .card .card_header {
  font-size: 47px;
  background-color: #2682d9;
  color: #fff;
  padding: 10px 20px;
  border-radius: 10px 10px 0 0
}
#about .card ul {
  padding: 20px;
  margin-left: 30px
}
#about .card ul li {
  font-size: 22px;
  padding-left: 40px;
  list-style: none;
  background: transparent url("data:image/svg+xml,%3Csvg width='20' height='3' viewBox='0 0 20 3' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M20 3H0V0H20V3Z' fill='%232781DA'/%3E%3C/svg%3E%0A") no-repeat scroll top 15px left
}
#about .card h3 {
  color: #2682d9;
  font-size: 32px;
  text-transform: unset;
  text-align: center;
  margin-bottom: 30px
}
#about .btn {
  margin-top: 60px;
  padding-right: 60px;
  padding-left: 60px
}
#about .btn img {
  width: initial;
  margin-left: 20px;
  -webkit-animation: shuffeling .8s infinite linear;
  animation: shuffeling .8s infinite linear
}
#marquee {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #2682d9;
  color: #fff;
  font-weight: 700;
  font-size: 22px
}
#marquee .container-fluid {
  overflow: hidden
}
#marquee .marquee {
  white-space: nowrap;
  -webkit-animation: marquee 60s linear infinite;
  animation: marquee 60s linear infinite
}
@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translate(0,0);
    transform: translate(0,0)
  }
  100% {
    -webkit-transform: translate(-100%,0);
    transform: translate(-100%,0)
  }
}
@keyframes marquee {
  0% {
    -webkit-transform: translate(0,0);
    transform: translate(0,0)
  }
  100% {
    -webkit-transform: translate(-100%,0);
    transform: translate(-100%,0)
  }
}
@media (max-width:1679px) {
  #about .card .card_header {
    font-size: 42px;
    text-align: center
  }
  #about h3 {
    padding-left: 40px;
    padding-right: 40px
  }
}
@media (max-width:1439px) {
  #about {
    padding-top: 80px;
    padding-bottom: 80px
  }
  #about h2 {
    font-size: 42px
  }
  #about .btn {
    font-size: 26px
  }
  #about .card .card_header {
    font-size: 36px
  }
  #about .card ul {
    padding: 20px 0
  }
  #about .card ul li {
    font-size: 18px
  }
  #about .card h3 {
    font-size: 26px;
    padding: 10px
  }
  #marquee {
    font-size: 19px
  }
}
@media (max-width:1199px) {
  #about h2 {
    font-size: 42px
  }
  #about .btn {
    font-size: 26px;
    margin-top: 30px
  }
  #marquee .marquee {
    -webkit-animation: marquee 20s linear infinite;
    animation: marquee 20s linear infinite
  }
}
@media (max-width:991px) {
  #about {
    padding-top: 50px
  }
}
@media (max-width:767px) {
  #about {
    padding-bottom: 50px
  }
  #about h2 {
    font-size: 24px
  }
  #about .lead {
    margin-top: 30px;
    margin-bottom: 30px
  }
  #about .card .card_header {
    font-size: 22px
  }
  #about .card ul {
    padding: 15px;
    margin-left: 10px
  }
  #about .card ul li {
    font-size: 18px;
    padding-left: 30px;
    background-position: top 10px left
  }
  #about .card h3 {
    font-size: 18px
  }
  #about .btn {
    font-size: 22px;
    margin-top: 30px;
    padding-right: 40px;
    padding-left: 40px
  }
  #marquee .marquee {
    -webkit-animation: marquee 10s linear infinite;
    animation: marquee 10s linear infinite
  }
}
#whywe {
  padding-top: 100px;
  padding-bottom: 100px
}
#whywe h2 {
  text-align: center;
  margin-bottom: 90px
}
#whywe .row {
  margin-bottom: 60px
}
#whywe .card {
  text-align: center;
  height: 100%;
  font-size: 22px;
  margin-bottom: 20px
}
#whywe .card img {
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
  height: 80px;
  width: 100px
}
#whywe .h3 {
  color: #2682d9;
  text-align: center
}
@media (max-width:1439px) {
  #whywe {
    padding-top: 80px;
    padding-bottom: 80px
  }
  #whywe h2 {
    font-size: 43px;
    margin-bottom: 60px
  }
  #whywe .card {
    font-size: 18px
  }
}
@media (max-width:991px) {
  #whywe {
    padding-top: 30px;
    padding-bottom: 30px
  }
  #whywe h2 {
    margin-bottom: 30px;
    font-size: 24px
  }
  #whywe .card {
    font-size: 14px
  }
}
#steps h2 {
  text-align: center;
  margin-bottom: 20px
}
#steps .lead {
  color: #2682d9;
  font-size: 32px;
  font-weight: 700
}
#steps .row {
  margin-top: 100px;
  margin-bottom: 100px;
  font-size: 22px
}
#steps .row .h3 {
  font-size: 32px;
  color: #2682d9
}
#steps .row ul {
  list-style: none
}
#steps .row ul li {
  line-height: 160%
}
#steps .row ul li::before {
  content: "\2022";
  color: #2682d9;
  font-weight: 900;
  display: inline-block;
  width: 1em;
  margin-left: -1em
}
#steps img {
  width: 100%
}
@media (max-width:1439px) {
  #steps h2 {
    font-size: 43px
  }
  #steps .row .h3 {
    font-size: 26px
  }
  #steps li {
    font-size: 18px
  }
}
@media (max-width:991px) {
  #steps h2 {
    font-size: 24px
  }
  #steps .lead {
    font-size: 18px
  }
  #steps .h3 {
    font-size: 24px
  }
  #steps .row {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 18px
  }
  #steps .row .h3 {
    font-size: 24px
  }
  #steps .row img {
    margin-bottom: 30px
  }
}
#feedback {
  padding-top: 0;
  padding-bottom: 100px
}
#feedback h2 {
  margin-bottom: 60px;
  text-align: center
}
#feedback .fvideo {
  text-align: center;
  position: relative;
  -webkit-transition: background 1s easy-in;
  -o-transition: background 1s easy-in;
  transition: background 1s easy-in
}
#feedback .fvideo::before {
  position: absolute;
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  background: transparent url("data:image/svg+xml,%3Csvg fill='none' height='62' viewBox='0 0 55 62' width='55' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m0 5.6159c0-3.83911 4.14741-6.245951 7.48069-4.34122l44.42221 25.38412c3.3591 1.9195 3.359 6.7629 0 8.6824l-44.42221 25.3841c-3.33328 1.9048-7.48069-.5021-7.48069-4.3412z' fill='%23fff' fill-opacity='.6'/%3E%3C/svg%3E") no-repeat scroll center center
}
#feedback .fvideo:hover:before {
  background: transparent url("data:image/svg+xml,%3Csvg fill='none' height='62' viewBox='0 0 55 62' width='55' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m0 5.6159c0-3.83911 4.14741-6.245951 7.48069-4.34122l44.42221 25.38412c3.3591 1.9195 3.359 6.7629 0 8.6824l-44.42221 25.3841c-3.33328 1.9048-7.48069-.5021-7.48069-4.3412z' fill='%23fff' fill-opacity='1'/%3E%3C/svg%3E") no-repeat scroll center center
}
#feedback .fvideo img {
  -webkit-box-shadow: 0 0 25px rgba(0,0,0,.15);
  box-shadow: 0 0 25px rgba(0,0,0,.15);
  border-radius: 10px;
  width: 100%;
  border: 2px solid #2682d9
}
@media (max-width:1439px) {
  #feedback {
    padding-top: 0;
    padding-bottom: 80px
  }
  #feedback h2 {
    font-size: 43px
  }
}
@media (max-width:1199px) {
  #feedback {
    padding-top: 50px;
    padding-bottom: 50px
  }
  #feedback h2 {
    margin-bottom: 40px
  }
}
@media (max-width:991px) {
  #feedback h2 {
    font-size: 24px;
    margin-bottom: 20px
  }
  #feedback .container {
    overflow: hidden;
    padding-right: 0;
    padding-left: 0
  }
  #feedback .scrolled {
    padding: 15px;
    overflow-x: auto
  }
  #feedback .scrolled .row {
    width: 920px
  }
}
#cta {
  padding-top: 100px;
  padding-bottom: 100px
}
#cta .h3 {
  color: #2682d9;
  font-size: 40px
}
#cta p {
  font-size: 24px;
  margin-top: 30px;
  margin-bottom: 50px
}
#cta .btn {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 60px;
  padding-right: 60px
}
#cta .btn strong {
  font-weight: 700;
  font-size: 96px
}
#cta .btn span {
  margin-left: 20px;
  height: 100px;
  vertical-align: middle;
  display: inline-block
}
#cta .btn small {
  font-size: 40px
}
#cta .btn img {
  vertical-align: initial;
  margin-left: 20px;
  -webkit-animation: shuffeling .8s infinite linear;
  animation: shuffeling .8s infinite linear
}
#cta .btn-disabled {
  text-align: center;
  color: #fff;
  font-weight: 700;
  padding: 20px 30px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 40px;
  border-radius: 100px;
  background-color: #6c6c6c
}
#cta .btn-disabled span {
  font-size: 96px;
  font-weight: 300
}
#cta .btn-disabled:hover {
  -webkit-box-shadow: none;
  box-shadow: none
}
@media (max-width:1439px) {
  #cta {
    padding-top: 80px;
    padding-bottom: 80px
  }
  #cta .h3 {
    font-size: 32px
  }
  #cta p {
    font-size: 18px
  }
  #cta .btn strong {
    font-size: 70px
  }
  #cta .btn span {
    font-size: 32px;
    height: 80px
  }
  #cta .btn-disabled {
    padding-top: 15px;
    padding-bottom: 15px;
    font-weight: 400
  }
  #cta .btn-disabled span {
    font-size: 50px
  }
}
@media (max-width:1199px) {
  #cta .btn {
    padding-left: 10px;
    padding-right: 10px
  }
  #cta .btn strong {
    font-size: 60px
  }
  #cta .btn span {
    font-size: 24px;
    height: 60px
  }
  #cta .btn-disabled {
    padding-top: 0;
    padding-bottom: 0
  }
  #cta .btn-disabled span {
    font-size: 60px
  }
}
@media (max-width:991px) {
  #cta .btn strong {
    font-size: 60px
  }
  #cta .btn span {
    font-size: 24px;
    height: 60px
  }
  #cta .btn-disabled {
    margin-bottom: 30px
  }
  #cta .btn-disabled span {
    font-size: 60px
  }
}
@media (max-width:767px) {
  #cta {
    padding-top: 30px;
    padding-bottom: 30px
  }
  #cta .h3 {
    font-size: 24px
  }
  #cta .btn {
    text-align: left;
    padding-left: 90px;
    line-height: 90%;
    padding-top: 30px;
    padding-bottom: 20px
  }
  #cta .btn strong {
    font-size: 60px
  }
  #cta .btn span {
    font-size: 24px;
    height: auto;
    margin-left: 0
  }
}
@media (max-width:575px) {
  #cta .btn {
    text-align: left;
    padding-left: 50px
  }
  #cta .btn strong {
    width: 90px;
    display: inline-block;
    text-align: right
  }
  #cta .btn span {
    font-size: 20px
  }
  #cta .btn-disabled span {
    font-size: 40px
  }
}
#cost .cost-wrapper {
  border: 2px solid #2682d9;
  padding: 70px;
  border-radius: 145px 0 145px 0;
  -webkit-box-shadow: -10px -10px 0 #2682d9,0 4px 4px rgba(0,0,0,.25);
  box-shadow: -10px -10px 0 #2682d9,0 4px 4px rgba(0,0,0,.25)
}
#cost h2 {
  text-align: center;
  margin-bottom: 60px
}
#cost .programma_list {
  padding-left: 0
}
#cost .programma_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
  font-size: 22px;
  vertical-align: middle;
  border-bottom: 1px solid #0008;
  padding-top: 5px;
  padding-bottom: 5px
}
#cost .programma_list li span {
  font-weight: 700;
  font-size: 50px;
  margin-right: 60px;
  color: #2682d9
}
#cost .programma_list li:last-child {
  border-bottom: 0
}
#cost .btn {
  padding: 30px 80px
}
#cost .btn img {
  margin-left: 30px
}
#cost .btn span {
  font-size: 64px;
  font-weight: 600
}
#cost .btn-disabled {
  background-color: #f2f2f2;
  color: grey;
  font-weight: 400;
  font-size: 50px;
  padding: 10px 50px;
  margin-bottom: 40px
}
#cost .btn-disabled:hover {
  -webkit-box-shadow: none;
  box-shadow: none
}
#cost .btn-outline {
  background-color: #fff;
  color: #2682d9;
  outline: 5px solid #2682d9;
  font-weight: 500;
  font-size: 50px;
  padding: 10px 50px;
  margin-bottom: 40px
}
#cost .btn-outline:hover {
  -webkit-box-shadow: none;
  box-shadow: none
}
@media (max-width:1439px) {
  #cost .cost-wrapper {
    padding: 50px
  }
  #cost .programma_list li {
    font-size: 20px
  }
  #cost .programma_list li span {
    margin-right: 40px;
    font-size: 50px
  }
  #cost .btn {
    font-size: 28px;
    padding: 20px 30px
  }
  #cost .btn span {
    font-size: 48px
  }
  #cost .btn-disabled {
    padding: 10px 50px
  }
  #cost .btn-outline {
    padding: 10px 50px
  }
}
@media (max-width:1199px) {
  #cost h2 {
    font-size: 42px
  }
  #cost .cost-wrapper {
    padding: 50px
  }
  #cost .programma_list {
    margin-bottom: 60px
  }
  #cost .programma_list li {
    font-size: 20px
  }
  #cost .programma_list li span {
    margin-right: 30px;
    font-size: 42px
  }
}
@media (max-width:991px) {
  #cost img.w-100 {
    margin-bottom: 30px
  }
}
@media (max-width:767px) {
  #cost .cost-wrapper {
    border-radius: 100px 0 100px 0
  }
  #cost h2 {
    font-size: 28px
  }
  #cost .cost-wrapper {
    padding: 50px 20px
  }
  #cost .btn {
    font-size: 22px
  }
  #cost .btn span {
    font-size: 34px
  }
}
#faq {
  padding-top: 100px;
  padding-bottom: 60px
}
#faq .subheader {
  font-size: 22px;
  margin-bottom: 60px
}
#faq .accordion {
  -webkit-box-shadow: 0 0 25px rgba(0,0,0,.15);
  box-shadow: 0 0 25px rgba(0,0,0,.15);
  margin-bottom: 30px
}
#faq .accordion .accordion-item {
  border: none
}
#faq .accordion .accordion-button {
  background: #fff;
  color: #2682d9;
  padding: 50px;
  font-size: 28px;
  color: #000
}
#faq .accordion .accordion-button:active,
#faq .accordion .accordion-button:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none
}
#faq .accordion .accordion-button:not(.collapsed) {
  background-color: #2682d9;
  color: #fff;
  font-weight: 700;
  font-size: 28px;
  border-radius: 5px
}
#faq .accordion .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")
}
#faq .accordion .accordion-body {
  padding: 50px;
  font-size: 22px
}
@media (max-width:1439px) {
  #faq {
    padding-top: 80px;
    padding-bottom: 80px
  }
  #faq h2 {
    font-size: 43px
  }
  #faq .accordion .accordion-body {
    font-size: 18px;
    padding: 40px
  }
}
@media (max-width:991px) {
  #faq {
    padding-top: 30px;
    padding-bottom: 30px
  }
  #faq h2 {
    font-size: 22px
  }
  #faq .subheader {
    margin-bottom: 30px
  }
  #faq .accordion .accordion-button {
    font-size: 18px;
    padding: 20px
  }
  #faq .accordion .accordion-button:not(.collapsed) {
    font-size: 18px
  }
  #faq .accordion .accordion-body {
    font-size: 16px;
    padding: 20px
  }
}
#contacts {
  padding-top: 100px;
  padding-bottom: 80px
}
#contacts .subheader {
  font-size: 22px;
  margin-bottom: 60px
}
#contacts .card {
  padding: 40px 50px;
  font-size: 22px;
  margin-bottom: 30px
}
#contacts .card .h2 {
  font-size: 54px;
  margin-bottom: 40px
}
#contacts .fmedia {
  margin-bottom: 30px
}
#contacts .fmedia h6 {
  font-size: 22px;
  text-transform: uppercase;
  letter-spacing: 2px
}
#contacts .fmedia img {
  width: 40px;
  height: 40px
}
#contacts img {
  width: 100%
}
#contacts .h4 {
  margin-top: 30px;
  text-transform: uppercase;
  letter-spacing: 2px
}
#contacts p {
  font-size: 22px;
  padding-bottom: 30px
}
#contacts .btn {
  margin-top: 60px;
  padding-right: 60px;
  padding-left: 60px
}
#contacts .btn img {
  width: initial;
  margin-left: 20px;
  -webkit-animation: shuffeling .8s infinite linear;
  animation: shuffeling .8s infinite linear
}
@media (max-width:1679px) {
  #contacts {
    padding-top: 90px
  }
}
@media (max-width:1439px) {
  #contacts {
    padding-top: 80px
  }
  #contacts h2 {
    font-size: 43px
  }
  #contacts .subheader {
    font-size: 26px
  }
  #contacts .card {
    font-size: 22px
  }
  #contacts .card .h2 {
    font-size: 43px
  }
  #contacts .card .fmedia {
    font-size: 18px
  }
  #contacts .card .fmedia h6 {
    font-size: 18px
  }
  #contacts .h4 {
    font-size: 18px
  }
  #contacts p {
    font-size: 18px
  }
  #contacts .btn {
    margin-top: 0;
    font-size: 28px;
    padding-right: 40px;
    padding-left: 40px
  }
}
@media (max-width:1199px) {
  #contacts .btn {
    font-size: 22px
  }
}
@media (max-width:991px) {
  #contacts {
    padding-top: 30px;
    padding-bottom: 30px
  }
  #contacts h2 {
    font-size: 24px
  }
  #contacts .subheader {
    font-size: 18px;
    margin-bottom: 30px
  }
  #contacts .card {
    padding: 40px 50px;
    font-size: 18px;
    margin-bottom: 30px
  }
  #contacts .card .h2 {
    font-size: 24px;
    margin-bottom: 40px
  }
  #contacts .card h6 {
    font-size: 18px
  }
  #contacts p {
    font-size: 18px;
    padding-bottom: 10px
  }
  #contacts p span {
    margin-bottom: 0
  }
  #contacts .btn {
    font-size: 22px;
    margin-top: 00px;
    padding-right: 40px;
    padding-left: 40px
  }
}