@font-face {
  font-family: "GalanoGrotesque";
  src: url("../fonts/GalanoGrotesque.woff") format("woff");
  font-weight: 100;
  font-display: swap;
}

@font-face {
  font-family: "GalanoGrotesque-Bold";
  src: url("../fonts/GalanoGrotesque-Bold.woff");
  font-weight: 800;
  font-display: swap;
}

@font-face {
  font-family: "GalanoGrotesque-ExtraBold";
  src: url("../fonts/GalanoGrotesque-ExtraBold.woff");
  font-weight: 800;
  font-display: swap;
}

@font-face {
  font-family: "GalanoGrotesque-SemiBold";
  src: url("../fonts/GalanoGrotesque-SemiBold.woff");
  font-display: swap;
}

@font-face {
  font-family: "GalanoGrotesque-Light";
  font-display: swap;
  src: url("../fonts/GalanoGrotesque-Light.woff");
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "GalanoGrotesque";
}

html {
  color: #092834;
  font-size: 16px;
  overflow-x: hidden;
}

body {
  background-color: #3fc050 !important;
  overflow-x: hidden;
}

a {
  text-decoration: none !important;
}

a:hover {
  color: white;
  cursor: pointer;
  opacity: 0.8;
}

a.image-wrapper:hover {
  opacity: 1 !important;
}

.anchor {
  display: block;
  position: relative;
  padding-top: 60px;
  margin-top: -60px;
}

p {
  font-size: 18px;
  line-height: 1.428;
  font-weight: 400;
  margin-bottom: 5px;
}

img {
  width: 100%;
  height: auto;
}

.modal-backdrop {
  position: static;
}

.modal {
  z-index: 99 !important;
}

.container {
  max-width: 1335px;
  padding-left: 30px;
  padding-right: 30px;
}

h1,
h2 {
  font-family: GalanoGrotesque-ExtraBold;
}

h1 {
  font-size: 74px !important;
  line-height: 74px;
}

h2 {
  font-size: 54px !important;
  line-height: 60px;
}

section {
  padding: 100px 0;
}

.padding-add {
  padding: 0 5%;
}

@media screen and (max-width: 576px) {
  h1,
  h2 {
    font-family: GalanoGrotesque-Bold;
  }

  h1 {
    font-size: 44px !important;
    text-align: center;
    line-height: 48px;
    margin-top: 25px;

  }

  h2 {
    font-size: 30px !important;
  }

  h3 {
    font-size: 24px !important;
  }

  h4 {
    font-size: 18px;
  }

  p {
    font-size: 18px;
    line-height: 1.428;
    font-weight: 400;
  }

  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.text-shadow-green {
  text-shadow: 2px 2px 10px #2d9138;
}

button {
  height: 42px;
  border-radius: 30px !important;
  border: none;
}

.white-bg {
  background-color: #fff;
}

.second-button {
  padding: 4px 22px;
  background-color: #54d265;
  color: #fff;
  height: 40px;
}

.second-button:hover {
  background-color: #a4d9a4;
}

.primary-button {
  padding: 4px 24px;
  background-color: #3fc050;
  color: white;
  font-size: 16px;
  height: 50px;
}

.primary-button:hover {
  background-color: #2a8f37;
}

.white-button {
  padding: 4px 17px;
  background-color: #fff;
  height: 50px;
  color: #3fc050;
  width: 137px;
}

.white-button:hover {
  background-color: #e7e7e7;
}

input {
  height: 50px;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #676c74;
  box-shadow: none;
  width: 100%;
  padding: 0 10px;
}

input::placeholder,
textarea::placeholder {
  color: #676c74 !important;
}

textarea {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #676c74;
  box-shadow: none;
  width: 100%;
  padding: 10px;
  height: 200px;
}

input:focus,
textarea:focus {
  outline: none;
}

.checkbox {
  width: 24px;
  height: 24px;
  margin-right: 10px;
  margin-top: 7px;
}

.white-bg {
  background-color: #fff !important;
}

.no-bt-border {
  border-bottom: 0;
}

.no-margin {
  margin: 0 !important;
}

.no-bt-margin {
  margin-bottom: 0 !important;
}

.align-center {
  display: flex;
  align-items: center;
}

.checkbox-wrapper {
  display: flex;
  align-items: center;
  text-align: left !important;
}

.swal-text {
  text-align: center;
}