html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace,monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace,monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: .35em .75em .625em;
}

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"], [type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

h1, h2, h3, h4, h5, h6, p, svg, button, img, div, form, input, a, li:focus-within a, img, textarea {
  outline: none !important;
}

button {
  border: none;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

img {
  max-width: 100%;
  border-style: none;
}

label {
  margin: 0 !important;
}

hr {
  margin: 0;
}

a {
  text-decoration: none;
}

.content-wrap {
  overflow: hidden;
}

.content-container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /*@media (min-width: 1920px) {  
        max-width: 1730px;
    }*/
}

@media (min-width: 576px) {
  .content-container {
    max-width: 570px;
  }
}

@media (min-width: 768px) {
  .content-container {
    max-width: 750px;
  }
}

@media (min-width: 992px) {
  .content-container {
    max-width: 990px;
  }
}

@media (min-width: 1200px) {
  .content-container {
    max-width: 1170px;
  }
}

.content-container-full {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 570px;
}

@media (min-width: 768px) {
  .content-container-full {
    max-width: 750px;
  }
}

@media (min-width: 1200px) {
  .content-container-full {
    max-width: 1170px;
  }
}

@media (min-width: 1440px) {
  .content-container-full {
    max-width: 1730px;
  }
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-right: -20px;
  margin-left: -20px;
}

.col-one {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 8.33333%;
      -ms-flex: 0 0 8.33333%;
          flex: 0 0 8.33333%;
  max-width: 8.33333%;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  width: 100%;
}

.col-two {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.66667%;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
  max-width: 16.66667%;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  width: 100%;
}

.col-tree {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  width: 100%;
}

.col-four {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33333%;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  width: 100%;
}

.col-five {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 41.66667%;
      -ms-flex: 0 0 41.66667%;
          flex: 0 0 41.66667%;
  max-width: 41.66667%;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  width: 100%;
}

.col-six {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  width: 100%;
}

.col-seven {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 58.33333%;
      -ms-flex: 0 0 58.33333%;
          flex: 0 0 58.33333%;
  max-width: 58.33333%;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  width: 100%;
}

.col-eight {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.66667%;
      -ms-flex: 0 0 66.66667%;
          flex: 0 0 66.66667%;
  max-width: 66.66667%;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  width: 100%;
}

.col-nine {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 75%;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  width: 100%;
}

.col-ten {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 83.33333%;
      -ms-flex: 0 0 83.33333%;
          flex: 0 0 83.33333%;
  max-width: 83.33333%;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  width: 100%;
}

.col-eleven {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 91.66667%;
      -ms-flex: 0 0 91.66667%;
          flex: 0 0 91.66667%;
  max-width: 91.66667%;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  width: 100%;
}

.col-twelve {
  max-width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  width: 100%;
}

@media (min-width: 500px) {
  .offset-min {
    padding: 0 8.5%;
  }
}

@media (max-width: 500px) {
  .offset-min {
    padding: 0 36px;
  }
}

@media (min-width: 500px) {
  .offset-middle {
    padding: 0 10.4%;
  }
}

@media (max-width: 500px) {
  .offset-middle {
    padding: 0 36px;
  }
}

@media (min-width: 500px) {
  .offset-max {
    padding: 0 14.2%;
  }
}

@media (max-width: 500px) {
  .offset-max {
    padding: 0 36px;
  }
}

.offset-big {
  padding: 0 21.2%;
}

.__btn-round {
  font-size: 0.875rem;
  font-family: "Century Gothic", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.71;
  letter-spacing: 1.4px;
  min-width: 168px;
  height: 40px;
  border-radius: 25px;
  border: solid 1px #262f35;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: transparent;
  cursor: pointer;
}

.__btn-round a {
  color: #ffffff;
}

.__btn-learn-more {
  font-family: "Century Gothic", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.79;
  letter-spacing: 1.4px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.__btn-learn-more a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #ffffff;
  text-transform: uppercase;
}

.__btn-learn-more i {
  margin-left: 10.2px;
  font-size: 17px;
}

.__btn-learn-more i:before {
  color: #ffffff;
}

.__btn-submit {
  font-size: 0.875rem;
  font-family: "Century Gothic", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.71;
  letter-spacing: 1.4px;
  height: 49px;
  border-radius: 25px;
  background: #59b45c;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  color: #ffffff;
  text-transform: uppercase;
}

.__btn-submit a {
  color: #ffffff;
  text-transform: uppercase;
}

h1 {
  font-size: calc(1.4375rem + 2.25vw);
  font-family: "Century Gothic", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  text-transform: uppercase;
  line-height: 1.22;
  letter-spacing: 5px;
}

@media (min-width: 1200px) {
  h1 {
    font-size: 3.125rem;
  }
}

h2 {
  font-family: "Century Gothic", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  text-transform: uppercase;
}

@media (min-width: 375px) {
  h2 {
    font-size: calc(1.5625rem + 3.75vw);
    line-height: 1.21;
    letter-spacing: 7px;
  }
}

@media (min-width: 375px) and (min-width: 1200px) {
  h2 {
    font-size: 4.375rem;
  }
}

@media (max-width: 375px) {
  h2 {
    font-size: calc(1.36875rem + 1.425vw);
    line-height: 48px;
    letter-spacing: 3.9px;
  }
}

@media (max-width: 375px) and (min-width: 1200px) {
  h2 {
    font-size: 2.4375rem;
  }
}

h3 {
  font-size: calc(1.73125rem + 5.775vw);
  font-family: "Century Gothic", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.22;
  letter-spacing: 5px;
  text-align: center;
}

@media (min-width: 1200px) {
  h3 {
    font-size: 6.0625rem;
  }
}

h4 {
  font-size: calc(1.40625rem + 1.875vw);
  font-family: "Century Gothic", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  text-transform: uppercase;
  line-height: 1.22;
  letter-spacing: 4.5px;
}

@media (min-width: 1200px) {
  h4 {
    font-size: 2.8125rem;
  }
}

h5 {
  font-family: "Century Gothic", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  text-transform: uppercase;
}

@media (min-width: 375px) {
  h5 {
    font-size: calc(1.3125rem + 0.75vw);
    line-height: 31px;
    letter-spacing: 3px;
  }
}

@media (min-width: 375px) and (min-width: 1200px) {
  h5 {
    font-size: 1.875rem;
  }
}

@media (max-width: 375px) {
  h5 {
    font-size: 1.25rem;
    letter-spacing: 0.5px;
    line-height: 28px;
  }
}

h6 {
  font-family: "Century Gothic", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  text-transform: uppercase;
}

@media (min-width: 375px) {
  h6 {
    font-size: calc(1.28125rem + 0.375vw);
    line-height: 31px;
    letter-spacing: 0.75px;
  }
}

@media (min-width: 375px) and (min-width: 1200px) {
  h6 {
    font-size: 1.5625rem;
  }
}

@media (max-width: 375px) {
  h6 {
    font-size: 1.0625rem;
    line-height: 28px;
    letter-spacing: 0.43px;
  }
}

@-webkit-keyframes enter {
  from {
    opacity: 0;
    -webkit-transform: scaleY(0.98) translateY(10px);
            transform: scaleY(0.98) translateY(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes enter {
  from {
    opacity: 0;
    -webkit-transform: scaleY(0.98) translateY(10px);
            transform: scaleY(0.98) translateY(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@-webkit-keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
}

header.is-desktop {
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}

header:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.85;
  -webkit-backdrop-filter: blur(36.8px);
  backdrop-filter: blur(36.8px);
  background-color: #ffffff;
}

header .offset-min {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  position: relative;
}

header .offset-min .wrap {
  z-index: 2;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1250px;
}

header ol > li > a {
  font-family: "Century Gothic", sans-serif;
  font-size: 14px;
  line-height: 11px;
  letter-spacing: 1.4px;
}

header a.logo-brand {
  margin-right: 3.4%;
}

header a.logo-brand img {
  max-width: 250px;
}

@media (min-width: 768px) {
  header li.menu-item:hover > .wrapper-sub-menu {
    display: block;
  }
}

@media (min-width: 1040px) {
  header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
  }
  header.is-desktop {
    -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  }
  header:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.85;
    -webkit-backdrop-filter: blur(36.8px);
    backdrop-filter: blur(36.8px);
    background-color: #ffffff;
  }
  header .offset-min {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
    position: relative;
  }
  header .offset-min .wrap {
    z-index: 2;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 1250px;
  }
  header ol > li > a {
    font-family: "Century Gothic", sans-serif;
    font-size: 14px;
    line-height: 11px;
    letter-spacing: 1.4px;
  }
  header a.logo-brand {
    margin-right: 3.4%;
  }
  header a.logo-brand img {
    max-width: 250px;
  }
  header nav.menu {
    width: 100%;
  }
  header nav.menu > ol {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  header nav.menu > ol li.menu-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
  }
  header nav.menu > ol li.menu-item.menu-about .sub-menu li:not(.substrate) {
    margin-left: 10px;
  }
}

@media (min-width: 1040px) and (min-width: 768px) {
  header nav.menu > ol li.menu-item.sub-trigger:hover:after {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
  header nav.menu > ol li.menu-item.sub-trigger:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: -30px;
    left: 0;
    will-change: transform;
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
    -webkit-transition: all 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    -o-transition: all 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    transition: all 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    z-index: -1;
  }
  header nav.menu > ol li.menu-item:hover a {
    color: #59b45c;
  }
  header nav.menu > ol li.menu-item:hover a i {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  header nav.menu > ol li.menu-item:hover a i:before {
    color: #59b45c;
  }
}

@media (min-width: 1040px) {
  header nav.menu > ol li.menu-item a {
    padding: 10px 0;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    color: #262f35;
    text-transform: uppercase;
    -webkit-transition: color 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    -o-transition: color 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    transition: color 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    margin: 0 auto;
  }
  header nav.menu > ol li.menu-item a i {
    margin-left: 10px;
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    transition: -webkit-transform 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    -o-transition: transform 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    transition: transform 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    transition: transform 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53), -webkit-transform 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    font-size: 19px;
  }
  header nav.menu ol {
    list-style-type: none;
    margin: 0 auto;
    padding: 0;
  }
  header nav.menu ol > .menu-item {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  header nav.menu ol > .menu-item.__btn-round {
    max-height: 40px;
    padding: 0;
  }
  header nav.menu ol > .menu-item.__btn-round a {
    color: #262f35;
    display: block;
  }
  header nav.menu ol > .menu-item.login a {
    line-height: normal;
    color: #169d4d;
    text-decoration: underline !important;
    text-transform: none;
  }
  header nav.menu ol > .menu-item:not(:last-child) {
    margin-right: 3.4%;
  }
  header nav.menu .wrapper-sub-menu {
    position: absolute;
    width: 100%;
    top: 66px;
    display: none;
    z-index: 1;
  }
  header nav.menu .sub-menu {
    position: relative;
    height: 100%;
    padding: 15px 0;
  }
  header nav.menu .sub-menu a {
    padding: 5px 0;
  }
  header nav.menu .sub-menu:after {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.85);
    width: 1000rem;
    left: -1000rem;
    border-top: 2px solid #59b45c;
  }
  header nav.menu .wrapper-sub-menu .substrate {
    position: absolute;
    width: 100vw;
    height: 100%;
    top: 0;
    background-color: rgba(255, 255, 255, 0.85);
    -webkit-transition: all 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    -o-transition: all 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    transition: all 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    z-index: -1;
    border-top: 2px solid #59b45c;
    /*hr {
          height: 1px;
          background: $primary;
          margin: 0 auto;
          width: 100%;
          @media (max-width: $b1440) {
            max-width: 1142px;
          }
        }*/
  }
  header nav.menu .wrapper-sub-menu li.menu-item {
    text-align: left;
    opacity: 0;
    -webkit-transform-origin: bottom;
        -ms-transform-origin: bottom;
            transform-origin: bottom;
    -webkit-animation: enter 0.2s ease forwards;
            animation: enter 0.2s ease forwards;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  header nav.menu .wrapper-sub-menu li.menu-item:not(:last-child) {
    padding: 0 0 10px;
  }
  header nav.menu .wrapper-sub-menu li.menu-item:last-child {
    padding: 0;
  }
  header nav.menu .wrapper-sub-menu li.menu-item a {
    color: #262f35 !important;
    -webkit-transition: color 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    -o-transition: color 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    transition: color 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  }
  header nav.menu .wrapper-sub-menu li.menu-item a:hover {
    color: #59b45c !important;
  }
  header nav.menu .wrapper-sub-menu li.menu-item:nth-child(2) {
    -webkit-animation-duration: 0.2s;
            animation-duration: 0.2s;
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
  }
  header nav.menu .wrapper-sub-menu li.menu-item:nth-child(3) {
    -webkit-animation-duration: 0.3s;
            animation-duration: 0.3s;
    -webkit-animation-delay: 0.1s;
            animation-delay: 0.1s;
  }
  header nav.menu .wrapper-sub-menu li.menu-item:nth-child(4) {
    -webkit-animation-duration: 0.4s;
            animation-duration: 0.4s;
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
  }
}

@media (min-width: 1040px) and (min-width: 768px) {
  header li.menu-item:hover > .wrapper-sub-menu {
    display: block;
  }
}

/* ----------------------------------------- media ----------------------------------------- */
@media (min-width: 500px) {
  .offset-min {
    padding: 0 8.5%;
  }
}

@media (max-width: 500px) {
  .offset-min {
    padding: 0 36px;
  }
}

@media (min-width: 500px) {
  .offset-middle {
    padding: 0 10.4%;
  }
}

@media (max-width: 500px) {
  .offset-middle {
    padding: 0 36px;
  }
}

@media (min-width: 500px) {
  .offset-max {
    padding: 0 14.2%;
  }
}

@media (max-width: 500px) {
  .offset-max {
    padding: 0 36px;
  }
}

.offset-big {
  padding: 0 21.2%;
}

.__btn-round {
  font-size: 0.875rem;
  font-family: "Century Gothic", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.71;
  letter-spacing: 1.4px;
  min-width: 168px;
  height: 40px;
  border-radius: 25px;
  border: solid 1px #262f35;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: transparent;
  cursor: pointer;
}

.__btn-round a {
  color: #ffffff;
}

.__btn-learn-more {
  font-family: "Century Gothic", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.79;
  letter-spacing: 1.4px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.__btn-learn-more a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #ffffff;
  text-transform: uppercase;
}

.__btn-learn-more i {
  margin-left: 10.2px;
  font-size: 17px;
}

.__btn-learn-more i:before {
  color: #ffffff;
}

.__btn-submit {
  font-size: 0.875rem;
  font-family: "Century Gothic", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.71;
  letter-spacing: 1.4px;
  height: 49px;
  border-radius: 25px;
  background: #59b45c;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  color: #ffffff;
  text-transform: uppercase;
}

.__btn-submit a {
  color: #ffffff;
  text-transform: uppercase;
}

h1 {
  font-size: calc(1.4375rem + 2.25vw);
  font-family: "Century Gothic", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  text-transform: uppercase;
  line-height: 1.22;
  letter-spacing: 5px;
}

@media (min-width: 1200px) {
  h1 {
    font-size: 3.125rem;
  }
}

h2 {
  font-family: "Century Gothic", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  text-transform: uppercase;
}

@media (min-width: 375px) {
  h2 {
    font-size: calc(1.5625rem + 3.75vw);
    line-height: 1.21;
    letter-spacing: 7px;
  }
}

@media (min-width: 375px) and (min-width: 1200px) {
  h2 {
    font-size: 4.375rem;
  }
}

@media (max-width: 375px) {
  h2 {
    font-size: calc(1.36875rem + 1.425vw);
    line-height: 48px;
    letter-spacing: 3.9px;
  }
}

@media (max-width: 375px) and (min-width: 1200px) {
  h2 {
    font-size: 2.4375rem;
  }
}

h3 {
  font-size: calc(1.73125rem + 5.775vw);
  font-family: "Century Gothic", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.22;
  letter-spacing: 5px;
  text-align: center;
}

@media (min-width: 1200px) {
  h3 {
    font-size: 6.0625rem;
  }
}

h4 {
  font-size: calc(1.40625rem + 1.875vw);
  font-family: "Century Gothic", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  text-transform: uppercase;
  line-height: 1.22;
  letter-spacing: 4.5px;
}

@media (min-width: 1200px) {
  h4 {
    font-size: 2.8125rem;
  }
}

h5 {
  font-family: "Century Gothic", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  text-transform: uppercase;
}

@media (min-width: 375px) {
  h5 {
    font-size: calc(1.3125rem + 0.75vw);
    line-height: 31px;
    letter-spacing: 3px;
  }
}

@media (min-width: 375px) and (min-width: 1200px) {
  h5 {
    font-size: 1.875rem;
  }
}

@media (max-width: 375px) {
  h5 {
    font-size: 1.25rem;
    letter-spacing: 0.5px;
    line-height: 28px;
  }
}

h6 {
  font-family: "Century Gothic", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  text-transform: uppercase;
}

@media (min-width: 375px) {
  h6 {
    font-size: calc(1.28125rem + 0.375vw);
    line-height: 31px;
    letter-spacing: 0.75px;
  }
}

@media (min-width: 375px) and (min-width: 1200px) {
  h6 {
    font-size: 1.5625rem;
  }
}

@media (max-width: 375px) {
  h6 {
    font-size: 1.0625rem;
    line-height: 28px;
    letter-spacing: 0.43px;
  }
}

header {
  /* ----------------------------------------- 1440-up ----------------------------------------- */
  /* ----------------------------------------- 1300-up ----------------------------------------- */
  /* ----------------------------------------- 1300-down ----------------------------------------- */
  /* ----------------------------------------- 1040-up ----------------------------------------- */
  /* ----------------------------------------- 1040-down ----------------------------------------- */
  /* ----------------------------------------- 500-down ----------------------------------------- */
  /* ----------------------------------------- 375-down ----------------------------------------- */
}

@media (min-width: 1440px) {
  header > div {
    padding: 0 6.1% !important;
  }
}

@media (min-width: 1300px) {
  header {
    height: 91px;
  }
}

@media (max-width: 1300px) {
  header {
    height: auto;
  }
  header .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px 0;
  }
}

@media (min-width: 1040px) {
  header .hamburger {
    display: none;
  }
}

@media (max-width: 1040px) {
  header {
    /*nav.menu {
      display: none;
    }

    .sidenav-mobile {
      display: none;
      .menu-item-has-children {
        ol.sub-menu {
          display: none;
        }
      }
    }*/
  }
  header .logo-brand {
    position: relative;
    z-index: 100;
  }
  header nav.menu {
    display: none;
  }
  header .hamburger {
    position: absolute;
    top: 20px;
    left: 0;
    background-color: transparent;
    border: 0;
    cursor: pointer;
    display: inline-block;
    margin: 0;
    overflow: visible;
    width: 39px;
    height: 11px;
    z-index: 100;
  }
  header .hamburger.is-active {
    display: block !important;
  }
  header .hamburger.is-active .hamburger-inner {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition-delay: 0.14s;
         -o-transition-delay: 0.14s;
            transition-delay: 0.14s;
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
         -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  header .hamburger.is-active .hamburger-inner, header .hamburger.is-active .hamburger-inner:before, header .hamburger.is-active .hamburger-inner:after {
    background-color: #262f35;
  }
  header .hamburger.is-active .hamburger-inner:before {
    top: 0;
    opacity: 0;
    -webkit-transition: top 0.1s ease, opacity 0.1s 0.14s ease;
    -o-transition: top 0.1s ease, opacity 0.1s 0.14s ease;
    transition: top 0.1s ease, opacity 0.1s 0.14s ease;
  }
  header .hamburger.is-active .hamburger-inner:after {
    bottom: 0;
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
    -webkit-transition: bottom 0.1s ease, -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease, -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  header .hamburger .hamburger-inner {
    display: block;
    margin: -2px;
    position: relative;
    top: 50%;
    -webkit-transition-duration: 0.1s;
         -o-transition-duration: 0.1s;
            transition-duration: 0.1s;
    -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
         -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  header .hamburger .hamburger-inner:before, header .hamburger .hamburger-inner:after {
    background-color: #262f35;
  }
  header .hamburger .hamburger-inner, header .hamburger .hamburger-inner:before, header .hamburger .hamburger-inner:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -4px;
    width: 39px;
    height: 3px;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.15s;
         -o-transition-duration: 0.15s;
            transition-duration: 0.15s;
    -webkit-transition-timing-function: ease;
         -o-transition-timing-function: ease;
            transition-timing-function: ease;
  }
  header .hamburger .hamburger-inner:before {
    top: -4px;
    -webkit-transition: top 0.1s 0.14s ease, opacity 0.1s ease;
    -o-transition: top 0.1s 0.14s ease, opacity 0.1s ease;
    transition: top 0.1s 0.14s ease, opacity 0.1s ease;
  }
  header .hamburger .hamburger-inner:after {
    bottom: -4px;
    -webkit-transition: bottom 0.1s 0.14s ease, -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.14s ease, -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
}

@media (max-width: 500px) {
  header a.logo-brand {
    margin-right: 0;
  }
  header a.logo-brand img {
    width: 181px;
  }
  header .offset-min {
    padding: 0 10px !important;
  }
}

@media (max-width: 375px) {
  header {
    width: 375px;
  }
}

.sidenav-mobile {
  width: 100%;
  /* ----------------------------------------- 1040-down ----------------------------------------- */
}

@media (max-width: 1040px) {
  .sidenav-mobile {
    display: block;
    background-color: #ffffff;
    z-index: 99;
    -webkit-transition: all 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    -o-transition: all 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    transition: all 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    opacity: 0;
    position: fixed;
    width: 0;
    height: 0;
    top: 0;
    left: 0;
  }
  .sidenav-mobile.is-active {
    width: 100vw;
    height: 100%;
    opacity: 1;
    display: block !important;
    padding-top: 160px;
  }
  .sidenav-mobile .fa-chevron-down {
    position: relative;
    z-index: 10;
  }
  .sidenav-mobile nav.menu {
    padding: 0 8.5%;
    overflow: scroll;
    display: block;
    height: 100%;
  }
  .sidenav-mobile nav.menu li.substrate {
    margin-top: 10px;
  }
  .sidenav-mobile nav.menu li.substrate hr {
    height: 1px;
    background-color: #59b45c;
  }
  .sidenav-mobile nav.menu .main-top-menu {
    padding-bottom: 170px;
  }
  .sidenav-mobile nav.menu ol {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .sidenav-mobile nav.menu ol li.__btn-round {
    bottom: 0;
  }
  .sidenav-mobile nav.menu ol li.login {
    bottom: 70px;
  }
  .sidenav-mobile nav.menu ol li.login a {
    font-size: 0.875rem;
    font-family: "Century Gothic", sans-serif;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 21px;
    letter-spacing: 1.4px;
    color: #59b45c;
    text-decoration: underline;
    text-transform: none;
  }
  .sidenav-mobile nav.menu ol li.__btn-round, .sidenav-mobile nav.menu ol li.login {
    /*position: absolute;
            left: 50%;
            transform: translate(-50%, -50%);*/
    text-align: center;
  }
  .sidenav-mobile nav.menu ol li.__btn-round {
    max-width: 250px;
    margin: 0 auto;
    margin-bottom: 40px;
  }
  .sidenav-mobile nav.menu ol li.disable {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
  }
  .sidenav-mobile nav.menu ol li.disable a {
    color: rgba(38, 47, 53, 0.25);
  }
  .sidenav-mobile nav.menu ol li a {
    font-size: 0.875rem;
    font-family: "Century Gothic", sans-serif;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 21px;
    letter-spacing: 1.4px;
    color: #262f35;
    letter-spacing: 1.4px;
    text-transform: uppercase;
  }
  .sidenav-mobile nav.menu ol li.menu-item-has-children a i {
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    transition: -webkit-transform 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    -o-transition: transform 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    transition: transform 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    transition: transform 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53), -webkit-transform 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  }
  .sidenav-mobile nav.menu ol li.menu-item-has-children > a.active {
    color: #59b45c;
  }
  .sidenav-mobile nav.menu ol li.menu-item-has-children > a.active i {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .sidenav-mobile nav.menu ol li.menu-item-has-children > a.active i:before {
    color: #59b45c;
  }
  .sidenav-mobile nav.menu ol li.menu-item-has-children ol.sub-menu {
    display: none;
  }
  .sidenav-mobile nav.menu ol li.menu-item-has-children ol.sub-menu.active-sub-menu {
    display: block;
  }
  .sidenav-mobile nav.menu ol li.menu-item-has-children ol.sub-menu li:not(:last-child) {
    margin-bottom: 20px;
  }
  .sidenav-mobile nav.menu ol > li:not(:last-child) {
    margin-bottom: 45px;
  }
  .sidenav-mobile .hamburger {
    position: absolute;
    top: 0;
    left: 0;
    background-color: transparent;
    border: 0;
    cursor: pointer;
    display: inline-block;
    margin: 0;
    overflow: visible;
    width: 39px;
    height: 11px;
  }
  .sidenav-mobile .hamburger.is-active .hamburger-inner {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition-delay: 0.14s;
         -o-transition-delay: 0.14s;
            transition-delay: 0.14s;
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
         -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .sidenav-mobile .hamburger.is-active .hamburger-inner, .sidenav-mobile .hamburger.is-active .hamburger-inner:before, .sidenav-mobile .hamburger.is-active .hamburger-inner:after {
    background-color: #262f35;
  }
  .sidenav-mobile .hamburger.is-active .hamburger-inner:before {
    top: 0;
    opacity: 0;
    -webkit-transition: top 0.1s ease, opacity 0.1s 0.14s ease;
    -o-transition: top 0.1s ease, opacity 0.1s 0.14s ease;
    transition: top 0.1s ease, opacity 0.1s 0.14s ease;
  }
  .sidenav-mobile .hamburger.is-active .hamburger-inner:after {
    bottom: 0;
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
    -webkit-transition: bottom 0.1s ease, -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease, -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .sidenav-mobile .hamburger .hamburger-inner {
    display: block;
    margin: -2px;
    position: relative;
    top: 50%;
    -webkit-transition-duration: 0.1s;
         -o-transition-duration: 0.1s;
            transition-duration: 0.1s;
    -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
         -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  .sidenav-mobile .hamburger .hamburger-inner:before, .sidenav-mobile .hamburger .hamburger-inner:after {
    background-color: #262f35;
  }
  .sidenav-mobile .hamburger .hamburger-inner, .sidenav-mobile .hamburger .hamburger-inner:before, .sidenav-mobile .hamburger .hamburger-inner:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -4px;
    width: 39px;
    height: 3px;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.15s;
         -o-transition-duration: 0.15s;
            transition-duration: 0.15s;
    -webkit-transition-timing-function: ease;
         -o-transition-timing-function: ease;
            transition-timing-function: ease;
  }
  .sidenav-mobile .hamburger .hamburger-inner:before {
    top: -4px;
    -webkit-transition: top 0.1s 0.14s ease, opacity 0.1s ease;
    -o-transition: top 0.1s 0.14s ease, opacity 0.1s ease;
    transition: top 0.1s 0.14s ease, opacity 0.1s ease;
  }
  .sidenav-mobile .hamburger .hamburger-inner:after {
    bottom: -4px;
    -webkit-transition: bottom 0.1s 0.14s ease, -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.14s ease, -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
}

@media (min-width: 500px) {
  .offset-min {
    padding: 0 8.5%;
  }
}

@media (max-width: 500px) {
  .offset-min {
    padding: 0 36px;
  }
}

@media (min-width: 500px) {
  .offset-middle {
    padding: 0 10.4%;
  }
}

@media (max-width: 500px) {
  .offset-middle {
    padding: 0 36px;
  }
}

@media (min-width: 500px) {
  .offset-max {
    padding: 0 14.2%;
  }
}

@media (max-width: 500px) {
  .offset-max {
    padding: 0 36px;
  }
}

.offset-big {
  padding: 0 21.2%;
}

.__btn-round {
  font-size: 0.875rem;
  font-family: "Century Gothic", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.71;
  letter-spacing: 1.4px;
  min-width: 168px;
  height: 40px;
  border-radius: 25px;
  border: solid 1px #262f35;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: transparent;
  cursor: pointer;
}

.__btn-round a {
  color: #ffffff;
}

.__btn-learn-more {
  font-family: "Century Gothic", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.79;
  letter-spacing: 1.4px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.__btn-learn-more a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #ffffff;
  text-transform: uppercase;
}

.__btn-learn-more i {
  margin-left: 10.2px;
  font-size: 17px;
}

.__btn-learn-more i:before {
  color: #ffffff;
}

.__btn-submit {
  font-size: 0.875rem;
  font-family: "Century Gothic", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.71;
  letter-spacing: 1.4px;
  height: 49px;
  border-radius: 25px;
  background: #59b45c;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  color: #ffffff;
  text-transform: uppercase;
}

.__btn-submit a {
  color: #ffffff;
  text-transform: uppercase;
}

h1 {
  font-size: calc(1.4375rem + 2.25vw);
  font-family: "Century Gothic", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  text-transform: uppercase;
  line-height: 1.22;
  letter-spacing: 5px;
}

@media (min-width: 1200px) {
  h1 {
    font-size: 3.125rem;
  }
}

h2 {
  font-family: "Century Gothic", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  text-transform: uppercase;
}

@media (min-width: 375px) {
  h2 {
    font-size: calc(1.5625rem + 3.75vw);
    line-height: 1.21;
    letter-spacing: 7px;
  }
}

@media (min-width: 375px) and (min-width: 1200px) {
  h2 {
    font-size: 4.375rem;
  }
}

@media (max-width: 375px) {
  h2 {
    font-size: calc(1.36875rem + 1.425vw);
    line-height: 48px;
    letter-spacing: 3.9px;
  }
}

@media (max-width: 375px) and (min-width: 1200px) {
  h2 {
    font-size: 2.4375rem;
  }
}

h3 {
  font-size: calc(1.73125rem + 5.775vw);
  font-family: "Century Gothic", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.22;
  letter-spacing: 5px;
  text-align: center;
}

@media (min-width: 1200px) {
  h3 {
    font-size: 6.0625rem;
  }
}

h4 {
  font-size: calc(1.40625rem + 1.875vw);
  font-family: "Century Gothic", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  text-transform: uppercase;
  line-height: 1.22;
  letter-spacing: 4.5px;
}

@media (min-width: 1200px) {
  h4 {
    font-size: 2.8125rem;
  }
}

h5 {
  font-family: "Century Gothic", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  text-transform: uppercase;
}

@media (min-width: 375px) {
  h5 {
    font-size: calc(1.3125rem + 0.75vw);
    line-height: 31px;
    letter-spacing: 3px;
  }
}

@media (min-width: 375px) and (min-width: 1200px) {
  h5 {
    font-size: 1.875rem;
  }
}

@media (max-width: 375px) {
  h5 {
    font-size: 1.25rem;
    letter-spacing: 0.5px;
    line-height: 28px;
  }
}

h6 {
  font-family: "Century Gothic", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  text-transform: uppercase;
}

@media (min-width: 375px) {
  h6 {
    font-size: calc(1.28125rem + 0.375vw);
    line-height: 31px;
    letter-spacing: 0.75px;
  }
}

@media (min-width: 375px) and (min-width: 1200px) {
  h6 {
    font-size: 1.5625rem;
  }
}

@media (max-width: 375px) {
  h6 {
    font-size: 1.0625rem;
    line-height: 28px;
    letter-spacing: 0.43px;
  }
}

footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #262f35;
  padding: 37.7px 0 28px;
}

footer .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 18px;
}

footer .wrap .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

footer .wrap .item:first-child p {
  font-size: 0.75rem;
  font-family: "Century Gothic", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 21px;
  letter-spacing: 0.36px;
  color: #ffffff;
}

footer .wrap .item:first-child .social-links {
  margin-top: 25px;
}

footer .wrap .item:first-child .social-links a:first-child {
  margin-right: 20px;
}

footer .wrap .item:first-child .social-links i {
  font-size: 23px;
}

footer .wrap .item:first-child .social-links i:before {
  color: #59b45c;
}

@media (max-width: 1040px) {
  footer .wrap .item:last-child p {
    width: auto !important;
  }
}

footer .wrap .item:last-child p.title {
  font-size: 1.0625rem;
  font-family: "Century Gothic", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 21px;
  letter-spacing: 1.7px;
  color: #ffffff;
  margin-bottom: 9.9px;
  text-transform: uppercase;
}

footer .wrap .item:last-child p {
  font-size: 0.75rem;
  font-family: "Century Gothic", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 21px;
  letter-spacing: 0.36px;
  color: #ffffff;
  margin-bottom: 24.1px;
}

footer .wrap .item:last-child .custom-email-address_wrapper {
  margin: 0;
}

footer .wrap .item:last-child .custom-email-address_wrapper .gform_ajax_spinner {
  position: absolute;
  top: -10px;
  right: 0;
}

footer .wrap .item:last-child .custom-email-address_wrapper form {
  position: relative;
  max-width: 350px;
  margin: 0;
}

@media (min-width: 1040px) {
  footer .wrap .item:last-child .custom-email-address_wrapper form {
    width: 100%;
  }
}

footer .wrap .item:last-child .custom-email-address_wrapper form input {
  width: 100%;
}

footer .wrap .item:last-child .custom-email-address_wrapper .gform_body {
  width: 100%;
}

footer .wrap .item:last-child .custom-email-address_wrapper .gform_body ul li {
  margin: 0;
  padding: 0;
  width: 100%;
  min-width: 100% !important;
}

footer .wrap .item:last-child .custom-email-address_wrapper .gform_body ul li .ginput_container {
  margin: 0;
}

footer .wrap .item:last-child .custom-email-address_wrapper .gform_body ul li .ginput_container input {
  font-size: 16px !important;
  line-height: 21px !important;
  letter-spacing: 1.4px !important;
  color: #e5f4e5;
  padding: 13px 42px !important;
  padding-left: 30px !important;
  margin: 0;
  border-radius: 25px;
  border: solid 1px #5dbd5e;
  background: transparent;
}

@media (max-width: 620px) {
  footer .wrap .item:last-child .custom-email-address_wrapper .gform_body ul li .ginput_container input {
    width: 100%;
  }
}

footer .wrap .item:last-child .custom-email-address_wrapper .gform_footer {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 50px;
  margin: 0;
  padding: 0;
}

@media (min-width: 1040px) {
  footer .wrap .item:last-child .custom-email-address_wrapper .gform_footer {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}

footer .wrap .item:last-child .custom-email-address_wrapper .gform_footer:after {
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  font-size: 27px;
  display: block;
  position: absolute;
  width: 16px;
  line-height: 1;
  top: 6px;
  right: 13px;
  z-index: -1;
  color: #59b45c;
  font-weight: 300;
}

footer .wrap .item:last-child .custom-email-address_wrapper .gform_footer input[type="submit"] {
  background: transparent;
  position: relative;
  margin: 0;
  border: none;
  width: 50px;
  height: 40px;
  cursor: pointer;
}

footer .wrap .item:last-child .custom-email-address_wrapper .gform_footer i {
  display: none;
  cursor: pointer;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  z-index: -1;
}

footer .wrap .item:last-child .custom-email-address_wrapper .gform_footer i:before {
  color: #59b45c;
}

footer .wrap .item ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

footer .wrap .item ul li:not(:last-child) {
  margin-bottom: 20px;
}

footer .wrap .item ul li a {
  font-size: 0.875rem;
  font-family: "Century Gothic", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 21px;
  letter-spacing: 1.4px;
  color: #ffffff;
  text-transform: uppercase;
  -webkit-transition: color 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -o-transition: color 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: color 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

footer .wrap .item ul li a:hover {
  color: #59b45c;
}

footer .copyright {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

footer .copyright .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

footer .copyright .item:first-child p {
  font-size: 0.625rem;
  font-family: "Century Gothic", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 21px;
  letter-spacing: 0.3px;
  color: #ffffff;
}

footer .copyright .item:last-child p.copy {
  font-size: 0.625rem;
  font-family: "Century Gothic", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 21px;
  letter-spacing: 0.3px;
  color: #ffffff;
}

footer .copyright .item:last-child .copyright-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

footer .copyright .item:last-child .copyright-menu a {
  font-size: 0.625rem;
  font-family: "Century Gothic", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 21px;
  letter-spacing: 0.3px;
  color: #ffffff;
  -webkit-transition: color 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -o-transition: color 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: color 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

footer .copyright .item:last-child .copyright-menu a:hover {
  color: #59b45c;
}

footer .copyright .item:last-child .copyright-menu li:not(:last-child) a:after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 1em;
  background-color: #ffffff;
  margin: 0 1em;
}

footer .wrap .item:last-child .custom-email-address_wrapper .gform_footer input[type="submit"] {
  font-size: 0;
}

footer div.validation_error {
  max-width: 100% !important;
}

.gform_wrapper .hidden_label .gfield_label {
  display: none !important;
}

.gform_validation_error .gform_footer.top_label {
  top: 64% !important;
}

/* ----------------------------------------- media ----------------------------------------- */
@media (min-width: 500px) {
  .offset-min {
    padding: 0 8.5%;
  }
}

@media (max-width: 500px) {
  .offset-min {
    padding: 0 36px;
  }
}

@media (min-width: 500px) {
  .offset-middle {
    padding: 0 10.4%;
  }
}

@media (max-width: 500px) {
  .offset-middle {
    padding: 0 36px;
  }
}

@media (min-width: 500px) {
  .offset-max {
    padding: 0 14.2%;
  }
}

@media (max-width: 500px) {
  .offset-max {
    padding: 0 36px;
  }
}

.offset-big {
  padding: 0 21.2%;
}

.__btn-round {
  font-size: 0.875rem;
  font-family: "Century Gothic", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.71;
  letter-spacing: 1.4px;
  min-width: 168px;
  height: 40px;
  border-radius: 25px;
  border: solid 1px #262f35;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: transparent;
  cursor: pointer;
}

.__btn-round a {
  color: #ffffff;
}

.__btn-learn-more {
  font-family: "Century Gothic", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.79;
  letter-spacing: 1.4px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.__btn-learn-more a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #ffffff;
  text-transform: uppercase;
}

.__btn-learn-more i {
  margin-left: 10.2px;
  font-size: 17px;
}

.__btn-learn-more i:before {
  color: #ffffff;
}

.__btn-submit {
  font-size: 0.875rem;
  font-family: "Century Gothic", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.71;
  letter-spacing: 1.4px;
  height: 49px;
  border-radius: 25px;
  background: #59b45c;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  color: #ffffff;
  text-transform: uppercase;
}

.__btn-submit a {
  color: #ffffff;
  text-transform: uppercase;
}

h1 {
  font-size: calc(1.4375rem + 2.25vw);
  font-family: "Century Gothic", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  text-transform: uppercase;
  line-height: 1.22;
  letter-spacing: 5px;
}

@media (min-width: 1200px) {
  h1 {
    font-size: 3.125rem;
  }
}

h2 {
  font-family: "Century Gothic", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  text-transform: uppercase;
}

@media (min-width: 375px) {
  h2 {
    font-size: calc(1.5625rem + 3.75vw);
    line-height: 1.21;
    letter-spacing: 7px;
  }
}

@media (min-width: 375px) and (min-width: 1200px) {
  h2 {
    font-size: 4.375rem;
  }
}

@media (max-width: 375px) {
  h2 {
    font-size: calc(1.36875rem + 1.425vw);
    line-height: 48px;
    letter-spacing: 3.9px;
  }
}

@media (max-width: 375px) and (min-width: 1200px) {
  h2 {
    font-size: 2.4375rem;
  }
}

h3 {
  font-size: calc(1.73125rem + 5.775vw);
  font-family: "Century Gothic", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.22;
  letter-spacing: 5px;
  text-align: center;
}

@media (min-width: 1200px) {
  h3 {
    font-size: 6.0625rem;
  }
}

h4 {
  font-size: calc(1.40625rem + 1.875vw);
  font-family: "Century Gothic", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  text-transform: uppercase;
  line-height: 1.22;
  letter-spacing: 4.5px;
}

@media (min-width: 1200px) {
  h4 {
    font-size: 2.8125rem;
  }
}

h5 {
  font-family: "Century Gothic", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  text-transform: uppercase;
}

@media (min-width: 375px) {
  h5 {
    font-size: calc(1.3125rem + 0.75vw);
    line-height: 31px;
    letter-spacing: 3px;
  }
}

@media (min-width: 375px) and (min-width: 1200px) {
  h5 {
    font-size: 1.875rem;
  }
}

@media (max-width: 375px) {
  h5 {
    font-size: 1.25rem;
    letter-spacing: 0.5px;
    line-height: 28px;
  }
}

h6 {
  font-family: "Century Gothic", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  text-transform: uppercase;
}

@media (min-width: 375px) {
  h6 {
    font-size: calc(1.28125rem + 0.375vw);
    line-height: 31px;
    letter-spacing: 0.75px;
  }
}

@media (min-width: 375px) and (min-width: 1200px) {
  h6 {
    font-size: 1.5625rem;
  }
}

@media (max-width: 375px) {
  h6 {
    font-size: 1.0625rem;
    line-height: 28px;
    letter-spacing: 0.43px;
  }
}

footer {
  /* ----------------------------------------- $b1440 UP ----------------------------------------- */
  /* ----------------------------------------- 1440-down + FONTS ----------------------------------------- */
  /* ----------------------------------------- 1120-down ----------------------------------------- */
  /* ----------------------------------------- 870-up ----------------------------------------- */
  /* ----------------------------------------- 870-down ----------------------------------------- */
  /* ----------------------------------------- 720-up ----------------------------------------- */
  /* ----------------------------------------- 720-down ----------------------------------------- */
  /* ----------------------------------------- 500-up ----------------------------------------- */
  /* ----------------------------------------- 500-down + FONTS ----------------------------------------- */
}

@media (min-width: 1441px) {
  footer .wrap .item:first-child, footer .wrap .item:last-child {
    width: 30%;
  }
  footer .wrap .item:nth-child(2), footer .wrap .item:nth-child(3) {
    width: 20%;
  }
}

@media (max-width: 1441px) {
  footer .offset-middle {
    padding: 0 127.3px 0 148.7px;
  }
  footer .wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  footer .wrap .item ul > li a {
    font-size: 14px;
    letter-spacing: 0.42px;
    line-height: inherit;
    word-wrap: break-word;
  }
  footer .wrap .item:first-child {
    width: 30%;
  }
  footer .wrap .item:first-child p {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.36px;
  }
  footer .wrap .item:nth-child(2) {
    width: 19%;
  }
  footer .wrap .item:nth-child(3) {
    width: 19%;
  }
  footer .wrap .item:last-child {
    width: 32%;
  }
  footer .wrap .item:last-child p.title {
    font-size: 17px;
    letter-spacing: 1.7px;
  }
  footer .wrap .item:last-child p:not(.title) {
    font-size: 12px;
    line-height: 21px;
    letter-spacing: 0.36px;
  }
  footer .copyright p,
  footer .copyright a {
    font-size: 10px;
    line-height: 21px;
    letter-spacing: 0.3px;
  }
}

@media (max-width: 1120px) {
  footer .offset-middle {
    padding: 0 10.4%;
  }
  footer .wrap .item:first-child {
    margin-right: 0;
  }
  footer .wrap .item:nth-child(2) {
    margin-right: 0;
  }
  footer .wrap .item:nth-child(3) {
    margin-right: 0;
  }
  footer .wrap {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  footer .wrap .item:first-child {
    -webkit-flex-basis: calc(100% / 2);
        -ms-flex-preferred-size: calc(100% / 2);
            flex-basis: calc(100% / 2);
  }
  footer .wrap .item:nth-child(2), footer .wrap .item:nth-child(3) {
    -webkit-flex-basis: calc(100% / 5);
        -ms-flex-preferred-size: calc(100% / 5);
            flex-basis: calc(100% / 5);
    margin-bottom: 30px;
  }
  footer .wrap .item:last-child {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
}

@media (min-width: 870px) {
  footer .copyright .item.address {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 870px) {
  footer .wrap .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  footer .copyright {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (min-width: 720px) {
  footer .wrap .item:first-child img {
    position: relative;
    margin-bottom: -12px;
    max-width: 227.8px;
  }
  footer .wrap .item:first-child p {
    margin: 18px 0 19.1px;
    max-width: 330px;
  }
}

@media (max-width: 720px) {
  footer .wrap .item:first-child {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
  footer .wrap .item:first-child p {
    margin: 20px 0 10px;
  }
  footer .wrap .item:first-child .address {
    display: block;
    margin: 10px 0 0 0;
  }
  footer .wrap .item:first-child .address p {
    margin: 0;
  }
  footer .wrap .item:not(:last-child) {
    margin-bottom: 30px;
  }
  footer .wrap .item:nth-child(2), footer .wrap .item:nth-child(3) {
    -webkit-flex-basis: calc(100% / 2.1);
        -ms-flex-preferred-size: calc(100% / 2.1);
            flex-basis: calc(100% / 2.1);
  }
}

@media (min-width: 500px) {
  footer .copyright .item p.copy {
    margin-right: 30px;
  }
}

@media (max-width: 500px) {
  footer {
    padding: 29px 0;
  }
  footer .offset-middle {
    padding: 0 36px 0 34px;
  }
  footer .wrap .item:first-child img {
    width: 55%;
  }
  footer .wrap .item:first-child .widget .textwidget > p {
    font-size: 12px !important;
    line-height: 18px !important;
    letter-spacing: 0.36px !important;
  }
  footer .wrap .item:first-child .social-links a:first-child {
    margin-right: 19.7px;
  }
  footer .wrap .item:first-child .address p {
    font-size: 10px !important;
    line-height: 21px !important;
    letter-spacing: 0.3px !important;
    margin-bottom: 0 !important;
  }
  footer .wrap .item:nth-child(2) ul li a,
  footer .wrap .item:nth-child(3) ul li a {
    font-size: 14px !important;
    letter-spacing: 0.42px !important;
  }
  footer .wrap .item:last-child p.title {
    font-size: 17px !important;
    letter-spacing: 1.7px !important;
  }
  footer .wrap .item:last-child p:not(.title) {
    font-size: 12px !important;
    line-height: 20px !important;
    letter-spacing: 0.36px !important;
    margin-bottom: 20px;
  }
  footer .copyright .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
  footer .copyright .item p.copy {
    font-size: 10px !important;
    letter-spacing: 0.3px !important;
  }
  footer .copyright .item ul li > a {
    font-size: 10px !important;
    letter-spacing: 0.3px !important;
    line-height: normal !important;
  }
  footer .copyright .item p {
    text-align: center;
  }
}

@media (min-width: 500px) {
  .offset-min {
    padding: 0 8.5%;
  }
}

@media (max-width: 500px) {
  .offset-min {
    padding: 0 36px;
  }
}

@media (min-width: 500px) {
  .offset-middle {
    padding: 0 10.4%;
  }
}

@media (max-width: 500px) {
  .offset-middle {
    padding: 0 36px;
  }
}

@media (min-width: 500px) {
  .offset-max {
    padding: 0 14.2%;
  }
}

@media (max-width: 500px) {
  .offset-max {
    padding: 0 36px;
  }
}

.offset-big {
  padding: 0 21.2%;
}

.__btn-round {
  font-size: 0.875rem;
  font-family: "Century Gothic", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.71;
  letter-spacing: 1.4px;
  min-width: 168px;
  height: 40px;
  border-radius: 25px;
  border: solid 1px #262f35;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: transparent;
  cursor: pointer;
}

.__btn-round a {
  color: #ffffff;
}

.__btn-learn-more {
  font-family: "Century Gothic", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.79;
  letter-spacing: 1.4px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.__btn-learn-more a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #ffffff;
  text-transform: uppercase;
}

.__btn-learn-more i {
  margin-left: 10.2px;
  font-size: 17px;
}

.__btn-learn-more i:before {
  color: #ffffff;
}

.__btn-submit {
  font-size: 0.875rem;
  font-family: "Century Gothic", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.71;
  letter-spacing: 1.4px;
  height: 49px;
  border-radius: 25px;
  background: #59b45c;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  color: #ffffff;
  text-transform: uppercase;
}

.__btn-submit a {
  color: #ffffff;
  text-transform: uppercase;
}

h1 {
  font-size: calc(1.4375rem + 2.25vw);
  font-family: "Century Gothic", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  text-transform: uppercase;
  line-height: 1.22;
  letter-spacing: 5px;
}

@media (min-width: 1200px) {
  h1 {
    font-size: 3.125rem;
  }
}

h2 {
  font-family: "Century Gothic", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  text-transform: uppercase;
}

@media (min-width: 375px) {
  h2 {
    font-size: calc(1.5625rem + 3.75vw);
    line-height: 1.21;
    letter-spacing: 7px;
  }
}

@media (min-width: 375px) and (min-width: 1200px) {
  h2 {
    font-size: 4.375rem;
  }
}

@media (max-width: 375px) {
  h2 {
    font-size: calc(1.36875rem + 1.425vw);
    line-height: 48px;
    letter-spacing: 3.9px;
  }
}

@media (max-width: 375px) and (min-width: 1200px) {
  h2 {
    font-size: 2.4375rem;
  }
}

h3 {
  font-size: calc(1.73125rem + 5.775vw);
  font-family: "Century Gothic", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.22;
  letter-spacing: 5px;
  text-align: center;
}

@media (min-width: 1200px) {
  h3 {
    font-size: 6.0625rem;
  }
}

h4 {
  font-size: calc(1.40625rem + 1.875vw);
  font-family: "Century Gothic", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  text-transform: uppercase;
  line-height: 1.22;
  letter-spacing: 4.5px;
}

@media (min-width: 1200px) {
  h4 {
    font-size: 2.8125rem;
  }
}

h5 {
  font-family: "Century Gothic", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  text-transform: uppercase;
}

@media (min-width: 375px) {
  h5 {
    font-size: calc(1.3125rem + 0.75vw);
    line-height: 31px;
    letter-spacing: 3px;
  }
}

@media (min-width: 375px) and (min-width: 1200px) {
  h5 {
    font-size: 1.875rem;
  }
}

@media (max-width: 375px) {
  h5 {
    font-size: 1.25rem;
    letter-spacing: 0.5px;
    line-height: 28px;
  }
}

h6 {
  font-family: "Century Gothic", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  text-transform: uppercase;
}

@media (min-width: 375px) {
  h6 {
    font-size: calc(1.28125rem + 0.375vw);
    line-height: 31px;
    letter-spacing: 0.75px;
  }
}

@media (min-width: 375px) and (min-width: 1200px) {
  h6 {
    font-size: 1.5625rem;
  }
}

@media (max-width: 375px) {
  h6 {
    font-size: 1.0625rem;
    line-height: 28px;
    letter-spacing: 0.43px;
  }
}

video:-webkit-media-controls, video:-webkit-media-controls-enclosure, video:-webkit-media-controls-play-button, video:-webkit-media-controls-volume-slider, video:-webkit-media-controls-mute-button, video:-webkit-media-controls-timeline, video:-webkit-media-controls-current-time-display {
  display: none !important;
  z-index: -1;
}

html {
  height: 100%;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

html ::-webkit-scrollbar {
  width: 0.5em;
  height: 0.5em;
  background-color: #ffffff;
}

html ::-webkit-scrollbar-thumb {
  background: #262f35;
  border-radius: 10px;
}

html ::-webkit-scrollbar-track {
  background: #ffffff;
  border-radius: 10px;
}

html body {
  scrollbar-face-color: #262f35;
  scrollbar-track-color: #ffffff;
}

html.hide-scroll {
  overflow: hidden;
}

.current-menu-item a {
  color: #59b45c !important;
}

body,
html {
  padding: 0;
  margin: 0;
  font-family: "Century Gothic", sans-serif;
}

.page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  min-height: 100%;
  height: auto;
}

.intro {
  position: relative;
  z-index: 2;
  padding-top: 91px;
  overflow: hidden;
  min-height: 487px;
  /* ----------------------------------------- 1300-up ----------------------------------------- */
  /* ----------------------------------------- 1300-down ----------------------------------------- */
  /* ----------------------------------------- 1040-down ----------------------------------------- */
}

@media (min-width: 1300px) {
  .intro {
    margin-top: -91px;
  }
}

@media (max-width: 1300px) {
  .intro {
    margin-top: calc(-91px - 36px);
  }
}

@media (max-width: 1040px) {
  .intro {
    margin-top: calc(-91px - 6px);
  }
}

img {
  height: initial;
}

.line-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
}

.intro .line-bottom {
  left: 4px;
  bottom: -3px;
}

.line-bottom {
  position: absolute;
  width: 100%;
  z-index: 9;
  bottom: -3px;
  left: 2px;
}

.round {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.video-trigger {
  background: transparent;
  cursor: pointer;
  -webkit-transition: all 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -o-transition: all 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: all 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

.video-trigger i {
  -webkit-transition: all 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -o-transition: all 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: all 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

@media (min-width: 500px) {
  .video-trigger i {
    font-size: 50px;
  }
}

@media (max-width: 500px) {
  .video-trigger i {
    font-size: 31px;
  }
}

.video-trigger:hover i:before {
  color: #59b45c;
}

.video-trigger:not(.active) i:before {
  color: #ffffff;
}

.video-trigger.paused {
  opacity: 0;
}

.video-trigger.paused:hover {
  opacity: 1;
}

.video-trigger.paused i:before {
  content: "\f28b" !important;
}

.video-wrap video {
  -o-object-fit: fill;
     object-fit: fill;
}

.partners .owl-stage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.partners .owl-stage .item img {
  width: auto;
}

@media (max-width: 620px) {
  .line-bottom {
    left: 0;
  }
}

@media (min-width: 1040px) {
  .circle-wrap {
    position: absolute;
  }
}

@media (max-width: 1040px) {
  .circle-wrap {
    position: relative;
  }
}

.circle-wrap .circle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-image: -o-linear-gradient(302deg, rgba(22, 157, 77, 0.75), rgba(89, 180, 92, 0.75));
  background-image: linear-gradient(148deg, rgba(22, 157, 77, 0.75), rgba(89, 180, 92, 0.75));
}

@media (min-width: 1440px) {
  .circle-wrap .circle {
    width: 225px;
    height: 225px;
  }
}

@media (max-width: 1040px) {
  .circle-wrap .circle {
    width: 171px;
    height: 171px;
  }
}

.circle-wrap .circle i {
  font-size: 42px;
  margin-bottom: 20px;
}

.circle-wrap .circle i:before {
  color: #ffffff;
}

.circle-wrap .circle img {
  margin-bottom: 20px;
}

.circle-wrap .circle p {
  font-weight: bold !important;
  color: #ffffff;
  margin: 0 31px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 2px;
  line-height: 28px;
}

@media (min-width: 1440px) {
  .circle-wrap .circle p {
    font-family: "Century Gothic", sans-serif;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
  }
}

@media (min-width: 1440px) and (min-width: 620px) {
  .circle-wrap .circle p {
    font-size: 1.25rem;
    line-height: 21px;
    letter-spacing: 0.5px;
  }
}

@media (min-width: 1440px) and (max-width: 620px) {
  .circle-wrap .circle p {
    font-size: 0.8125rem;
    line-height: 19px;
    letter-spacing: 0.33px;
  }
}

@media (max-width: 1440px) {
  .circle-wrap .circle p {
    font-size: 0.875rem;
    font-family: "Century Gothic", sans-serif;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 21px;
    letter-spacing: 1.4px;
  }
}

a {
  /* ----------------------------------------- 1040-up ----------------------------------------- */
}

@media (min-width: 1040px) {
  a.active {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    color: #59b45c !important;
  }
}

a.sub-trigger {
  cursor: pointer;
}

button {
  cursor: pointer;
}

::-moz-selection {
  background-color: #59b45c;
  color: #ffffff;
}

::selection {
  background-color: #59b45c;
  color: #ffffff;
}

footer ::-webkit-input-placeholder {
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 1.4px;
  color: #e5f4e5;
  text-transform: uppercase;
}

footer :-ms-input-placeholder {
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 1.4px;
  color: #e5f4e5;
  text-transform: uppercase;
}

footer ::-moz-placeholder {
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 1.4px;
  color: #e5f4e5;
  text-transform: uppercase;
}

footer ::-ms-input-placeholder {
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 1.4px;
  color: #e5f4e5;
  text-transform: uppercase;
}

footer ::placeholder {
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 1.4px;
  color: #e5f4e5;
  text-transform: uppercase;
}

input,
textarea {
  font-size: 14px;
  line-height: 10px;
  letter-spacing: 1.4px;
  color: #262f35;
}

.contact-form ::-webkit-input-placeholder {
  font-size: 14px;
  line-height: 10px;
  letter-spacing: 1.4px;
  color: #262f35;
  text-transform: uppercase;
}

.contact-form :-ms-input-placeholder {
  font-size: 14px;
  line-height: 10px;
  letter-spacing: 1.4px;
  color: #262f35;
  text-transform: uppercase;
}

.contact-form ::-moz-placeholder {
  font-size: 14px;
  line-height: 10px;
  letter-spacing: 1.4px;
  color: #262f35;
  text-transform: uppercase;
}

.contact-form ::-ms-input-placeholder {
  font-size: 14px;
  line-height: 10px;
  letter-spacing: 1.4px;
  color: #262f35;
  text-transform: uppercase;
}

.contact-form ::placeholder {
  font-size: 14px;
  line-height: 10px;
  letter-spacing: 1.4px;
  color: #262f35;
  text-transform: uppercase;
}

.gform_confirmation_message {
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 0.5px;
  color: #59b45c;
}

.testimonials-carousel .owl-stage-outer .owl-stage .owl-item.center p {
  color: #ffffff;
}

.testimonials-carousel .owl-stage-outer .owl-stage .owl-item:not(.center) p {
  color: rgba(255, 255, 255, 0.3);
}

.testimonials-carousel .owl-nav {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.testimonials-carousel .owl-nav button i {
  font-size: 33px;
}

@media (max-width: 500px) {
  .testimonials-carousel .owl-nav button i {
    font-size: 20px !important;
  }
}

.testimonials-carousel .owl-nav button i:before {
  color: #59b45c;
}

.testimonials-carousel p {
  font-family: "Century Gothic", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  text-align: center;
  -webkit-transition: color 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -o-transition: color 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: color 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  margin: 0 auto;
}

@media (min-width: 620px) {
  .testimonials-carousel p {
    font-size: 1.25rem;
    line-height: 21px;
    letter-spacing: 0.5px;
  }
}

@media (max-width: 620px) {
  .testimonials-carousel p {
    font-size: 0.8125rem;
    line-height: 19px;
    letter-spacing: 0.33px;
  }
}

.scroll-to-down {
  position: absolute;
  right: 20px;
  bottom: 20px;
  -webkit-transform: rotate(90deg) translate(20px, -100%);
      -ms-transform: rotate(90deg) translate(20px, -100%);
          transform: rotate(90deg) translate(20px, -100%);
  -webkit-transform-origin: 100% -80%;
      -ms-transform-origin: 100% -80%;
          transform-origin: 100% -80%;
  cursor: pointer;
}

@media (min-width: 500px) {
  .scroll-to-down {
    display: none;
  }
}

.scroll-to-down a {
  font-family: "Century Gothic", sans-serif;
  font-size: 13px;
  line-height: 6px;
  letter-spacing: 1.3px;
  color: #ffffff;
}

.scroll-to-down a span {
  text-transform: uppercase;
  margin-right: 10px;
}

.scroll-to-down a i:before {
  color: #ffffff;
}

.__btn-round,
.__btn-learn-more,
.__btn-submit,
.apply-trigger button {
  position: relative;
}

.__btn-round a:after,
.__btn-learn-more a:after,
.__btn-submit a:after,
.apply-trigger button a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
}

@media (min-width: 500px) {
  .__btn-learn-more {
    font-size: 14px !important;
  }
}

@media (max-width: 500px) {
  .__btn-learn-more {
    font-size: 13px !important;
  }
}

@media (min-width: 500px) {
  .__btn-learn-more a {
    font-size: 14px !important;
  }
}

@media (max-width: 500px) {
  .__btn-learn-more a {
    font-size: 13px !important;
  }
}

@media (min-width: 375px) {
  .__btn-round {
    -webkit-transition: all 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    -o-transition: all 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    transition: all 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  }
  .__btn-round a {
    -webkit-transition: color 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    -o-transition: color 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    transition: color 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  }
  .__btn-round:hover {
    background: #ffffff;
    border: 1px solid #59b45c;
    color: #169d4d;
  }
  .__btn-round:hover a {
    color: #169d4d;
  }
  .__btn-learn-more {
    -webkit-transition: all 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    -o-transition: all 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    transition: all 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  }
  .__btn-learn-more a {
    -webkit-transition: color 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    -o-transition: color 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    transition: color 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  }
  .__btn-learn-more:hover {
    color: #169d4d !important;
  }
  .__btn-learn-more:hover a {
    color: inherit;
  }
  .__btn-learn-more:hover a i:before {
    color: inherit;
  }
  .__btn-submit {
    -webkit-transition: all 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    -o-transition: all 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    transition: all 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  }
  .__btn-submit a {
    -webkit-transition: color 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    -o-transition: color 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    transition: color 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  }
  .__btn-submit:hover {
    background: #ffffff;
    border: 1px solid #59b45c;
    color: #169d4d !important;
  }
  .__btn-submit:hover a {
    color: inherit;
  }
  .__btn-submit {
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 1.4px;
  }
  .__btn-submit a {
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 1.4px;
  }
  .__btn-round {
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 1.4px;
    text-align: center;
  }
  .__btn-round a {
    font-size: 14px;
    line-height: 10px;
    letter-spacing: 1.4px;
    display: block;
    text-align: center;
    width: 100%;
  }
}

@media (max-width: 840px) {
  .case-studies-carousel .owl-stage,
  .solutions-carousel .owl-stage {
    left: -75px !important;
  }
  .partners-carousel .owl-stage {
    left: -35px;
  }
}

@media (max-width: 1240px) {
  .case-studies-carousel .owl-stage {
    left: -150px;
  }
}

.validation_error {
  font-size: 14px !important;
  line-height: 21px;
  letter-spacing: 0.38px;
  color: #bc3737 !important;
  border-top: 2px solid #730000 !important;
  border-bottom: 2px solid #730000 !important;
  padding: 10px 0 !important;
  text-align: left !important;
}

@media (min-width: 1040px) {
  .validation_error {
    max-width: 390px;
  }
}

@media (max-width: 1040px) {
  .validation_error {
    max-width: 250px;
  }
}

.validation_message {
  font-size: 14px !important;
  line-height: 21px !important;
  letter-spacing: 0.38px !important;
  color: #bc3737 !important;
}

.gform_wrapper li.gfield.gfield_error,
.gform_wrapper
li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: transparent !important;
  margin-bottom: 4px !important;
  margin-top: 4px !important;
  border-top: none !important;
  border-bottom: none !important;
}

.single-tribe_events #tribe-events {
  margin-top: calc(91px * 2);
}

.c-video__wrapper {
  position: relative;
}

.c-video__btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: none;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  -webkit-transition: all 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -o-transition: all 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: all 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  border: 4px solid white;
}

@media (max-width: 620px) {
  .c-video__btn {
    width: 40px;
    height: 40px;
    border: 3px solid white;
  }
}

.c-video__btn:after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(50% + 6px);
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 10px solid transparent;
  border-left: 15px solid white;
  -webkit-transition: all 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -o-transition: all 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: all 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

@media (max-width: 620px) {
  .c-video__btn:after {
    left: calc(50% + 4px);
    border: 6px solid transparent;
    border-left: 10px solid white;
  }
}

.c-video__btn.is-active {
  display: block;
}

.vjs-paused.vjs-has-started .vjs-poster {
  display: inline-block;
}

.c-video__wrapper .vjs-poster {
  cursor: default;
  background-position: center center !important;
  background-size: cover !important;
}

.vjs-big-play-button {
  display: none !important;
}

.box-info__video .video-js {
  background-color: #fff !important;
}

.video-bg-content {
  position: absolute;
  z-index: 2;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  padding: 20px 0;
}

.video-bg-content .video-title {
  color: #ffffff;
  margin-bottom: 10px;
  text-align: center;
  font-weight: bold;
}

.video-bg-content .video-description {
  color: #ffffff;
  margin-bottom: 20px;
  text-align: center;
}

.video-bg-content button {
  color: #ffffff;
  margin: 0 auto;
}

.video--banner-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  overflow: hidden;
}

.video--banner-wrapper::after {
  content: '';
  position: relative;
  display: block;
  padding-bottom: 56.25%;
}

.video--banner-wrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.header-image-text__content.top-space {
  padding-top: 32px;
}

@media (min-width: 500px) {
  .offset-min {
    padding: 0 8.5%;
  }
}

@media (max-width: 500px) {
  .offset-min {
    padding: 0 36px;
  }
}

@media (min-width: 500px) {
  .offset-middle {
    padding: 0 10.4%;
  }
}

@media (max-width: 500px) {
  .offset-middle {
    padding: 0 36px;
  }
}

@media (min-width: 500px) {
  .offset-max {
    padding: 0 14.2%;
  }
}

@media (max-width: 500px) {
  .offset-max {
    padding: 0 36px;
  }
}

.offset-big {
  padding: 0 21.2%;
}

.__btn-round {
  font-size: 0.875rem;
  font-family: "Century Gothic", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.71;
  letter-spacing: 1.4px;
  min-width: 168px;
  height: 40px;
  border-radius: 25px;
  border: solid 1px #262f35;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: transparent;
  cursor: pointer;
}

.__btn-round a {
  color: #ffffff;
}

.__btn-learn-more {
  font-family: "Century Gothic", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.79;
  letter-spacing: 1.4px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.__btn-learn-more a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #ffffff;
  text-transform: uppercase;
}

.__btn-learn-more i {
  margin-left: 10.2px;
  font-size: 17px;
}

.__btn-learn-more i:before {
  color: #ffffff;
}

.__btn-submit {
  font-size: 0.875rem;
  font-family: "Century Gothic", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.71;
  letter-spacing: 1.4px;
  height: 49px;
  border-radius: 25px;
  background: #59b45c;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  color: #ffffff;
  text-transform: uppercase;
}

.__btn-submit a {
  color: #ffffff;
  text-transform: uppercase;
}

h1 {
  font-size: calc(1.4375rem + 2.25vw);
  font-family: "Century Gothic", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  text-transform: uppercase;
  line-height: 1.22;
  letter-spacing: 5px;
}

@media (min-width: 1200px) {
  h1 {
    font-size: 3.125rem;
  }
}

h2 {
  font-family: "Century Gothic", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  text-transform: uppercase;
}

@media (min-width: 375px) {
  h2 {
    font-size: calc(1.5625rem + 3.75vw);
    line-height: 1.21;
    letter-spacing: 7px;
  }
}

@media (min-width: 375px) and (min-width: 1200px) {
  h2 {
    font-size: 4.375rem;
  }
}

@media (max-width: 375px) {
  h2 {
    font-size: calc(1.36875rem + 1.425vw);
    line-height: 48px;
    letter-spacing: 3.9px;
  }
}

@media (max-width: 375px) and (min-width: 1200px) {
  h2 {
    font-size: 2.4375rem;
  }
}

h3 {
  font-size: calc(1.73125rem + 5.775vw);
  font-family: "Century Gothic", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.22;
  letter-spacing: 5px;
  text-align: center;
}

@media (min-width: 1200px) {
  h3 {
    font-size: 6.0625rem;
  }
}

h4 {
  font-size: calc(1.40625rem + 1.875vw);
  font-family: "Century Gothic", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  text-transform: uppercase;
  line-height: 1.22;
  letter-spacing: 4.5px;
}

@media (min-width: 1200px) {
  h4 {
    font-size: 2.8125rem;
  }
}

h5 {
  font-family: "Century Gothic", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  text-transform: uppercase;
}

@media (min-width: 375px) {
  h5 {
    font-size: calc(1.3125rem + 0.75vw);
    line-height: 31px;
    letter-spacing: 3px;
  }
}

@media (min-width: 375px) and (min-width: 1200px) {
  h5 {
    font-size: 1.875rem;
  }
}

@media (max-width: 375px) {
  h5 {
    font-size: 1.25rem;
    letter-spacing: 0.5px;
    line-height: 28px;
  }
}

h6 {
  font-family: "Century Gothic", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  text-transform: uppercase;
}

@media (min-width: 375px) {
  h6 {
    font-size: calc(1.28125rem + 0.375vw);
    line-height: 31px;
    letter-spacing: 0.75px;
  }
}

@media (min-width: 375px) and (min-width: 1200px) {
  h6 {
    font-size: 1.5625rem;
  }
}

@media (max-width: 375px) {
  h6 {
    font-size: 1.0625rem;
    line-height: 28px;
    letter-spacing: 0.43px;
  }
}

.tribe-events-adv-list-widget {
  color: #262f35;
  background-color: #ffffff;
  padding: 30px;
  margin-bottom: 33px;
}

.tribe-events-adv-list-widget .tribe-events-widget-link {
  display: none;
}

.widget-title {
  font-size: 15px;
  line-height: 21px;
  letter-spacing: 1.5px;
  font-weight: bold;
  margin-bottom: 30px;
  text-transform: uppercase;
  text-align: left;
}

.tribe-event-image {
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 87px;
      -ms-flex: 0 0 87px;
          flex: 0 0 87px;
  margin-right: 20px;
}

.tribe-mini-calendar-list-wrapper .tribe-event-image {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 67px;
      -ms-flex: 0 0 67px;
          flex: 0 0 67px;
}

.tribe-event-image a {
  display: block;
  font-size: 0;
}

.tribe-event-image img {
  border-radius: 50%;
}

.tribe-mini-calendar-event {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 100%;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  border-bottom: 0 !important;
  padding-bottom: 0 !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start !important;
  -webkit-align-items: flex-start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

@media (min-width: 1200px) {
  .tribe-mini-calendar-event {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
}

.tribe-mini-calendar-event .list-info {
  width: 100% !important;
  margin: 10px 0;
}

@media (min-width: 1200px) {
  .tribe-mini-calendar-event .list-info {
    width: 80%;
  }
}

.tribe-events-adv-list-widget .type-tribe_events:not(:last-of-type) .tribe-mini-calendar-event {
  margin-bottom: 20px;
}

.tribe-event-date-start {
  display: inline-block;
  font-size: 15px;
  line-height: 21px;
  letter-spacing: 0.38px;
  color: #e3e7eb;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.tribe-mini-calendar-list-wrapper .tribe-event-date-start {
  margin-bottom: 0;
}

.event-short-desc {
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: 0.38px;
  color: #262f35;
  margin-bottom: 0;
}

.tribe-mini-calendar-list-wrapper .event-short-desc {
  display: none;
}

.tribe-events-title {
  display: none;
}

.tribe-mini-calendar-list-wrapper .tribe-events-title {
  display: block;
}

.tribe-mini-calendar-list-wrapper .tribe-events-title a {
  font-weight: 400;
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: 0.38px;
}

.events-sidebar {
  position: relative;
}

.events-sidebar:after {
  content: '';
  position: absolute;
  top: 0;
  right: -100vw;
  width: 100vw;
  height: 100%;
  display: block;
  background-color: rgba(227, 231, 235, 0.25);
}

@media (min-width: 500px) {
  .offset-min {
    padding: 0 8.5%;
  }
}

@media (max-width: 500px) {
  .offset-min {
    padding: 0 36px;
  }
}

@media (min-width: 500px) {
  .offset-middle {
    padding: 0 10.4%;
  }
}

@media (max-width: 500px) {
  .offset-middle {
    padding: 0 36px;
  }
}

@media (min-width: 500px) {
  .offset-max {
    padding: 0 14.2%;
  }
}

@media (max-width: 500px) {
  .offset-max {
    padding: 0 36px;
  }
}

.offset-big {
  padding: 0 21.2%;
}

.__btn-round {
  font-size: 0.875rem;
  font-family: "Century Gothic", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.71;
  letter-spacing: 1.4px;
  min-width: 168px;
  height: 40px;
  border-radius: 25px;
  border: solid 1px #262f35;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: transparent;
  cursor: pointer;
}

.__btn-round a {
  color: #ffffff;
}

.__btn-learn-more {
  font-family: "Century Gothic", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.79;
  letter-spacing: 1.4px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.__btn-learn-more a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #ffffff;
  text-transform: uppercase;
}

.__btn-learn-more i {
  margin-left: 10.2px;
  font-size: 17px;
}

.__btn-learn-more i:before {
  color: #ffffff;
}

.__btn-submit {
  font-size: 0.875rem;
  font-family: "Century Gothic", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.71;
  letter-spacing: 1.4px;
  height: 49px;
  border-radius: 25px;
  background: #59b45c;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  color: #ffffff;
  text-transform: uppercase;
}

.__btn-submit a {
  color: #ffffff;
  text-transform: uppercase;
}

h1 {
  font-size: calc(1.4375rem + 2.25vw);
  font-family: "Century Gothic", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  text-transform: uppercase;
  line-height: 1.22;
  letter-spacing: 5px;
}

@media (min-width: 1200px) {
  h1 {
    font-size: 3.125rem;
  }
}

h2 {
  font-family: "Century Gothic", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  text-transform: uppercase;
}

@media (min-width: 375px) {
  h2 {
    font-size: calc(1.5625rem + 3.75vw);
    line-height: 1.21;
    letter-spacing: 7px;
  }
}

@media (min-width: 375px) and (min-width: 1200px) {
  h2 {
    font-size: 4.375rem;
  }
}

@media (max-width: 375px) {
  h2 {
    font-size: calc(1.36875rem + 1.425vw);
    line-height: 48px;
    letter-spacing: 3.9px;
  }
}

@media (max-width: 375px) and (min-width: 1200px) {
  h2 {
    font-size: 2.4375rem;
  }
}

h3 {
  font-size: calc(1.73125rem + 5.775vw);
  font-family: "Century Gothic", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.22;
  letter-spacing: 5px;
  text-align: center;
}

@media (min-width: 1200px) {
  h3 {
    font-size: 6.0625rem;
  }
}

h4 {
  font-size: calc(1.40625rem + 1.875vw);
  font-family: "Century Gothic", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  text-transform: uppercase;
  line-height: 1.22;
  letter-spacing: 4.5px;
}

@media (min-width: 1200px) {
  h4 {
    font-size: 2.8125rem;
  }
}

h5 {
  font-family: "Century Gothic", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  text-transform: uppercase;
}

@media (min-width: 375px) {
  h5 {
    font-size: calc(1.3125rem + 0.75vw);
    line-height: 31px;
    letter-spacing: 3px;
  }
}

@media (min-width: 375px) and (min-width: 1200px) {
  h5 {
    font-size: 1.875rem;
  }
}

@media (max-width: 375px) {
  h5 {
    font-size: 1.25rem;
    letter-spacing: 0.5px;
    line-height: 28px;
  }
}

h6 {
  font-family: "Century Gothic", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  text-transform: uppercase;
}

@media (min-width: 375px) {
  h6 {
    font-size: calc(1.28125rem + 0.375vw);
    line-height: 31px;
    letter-spacing: 0.75px;
  }
}

@media (min-width: 375px) and (min-width: 1200px) {
  h6 {
    font-size: 1.5625rem;
  }
}

@media (max-width: 375px) {
  h6 {
    font-size: 1.0625rem;
    line-height: 28px;
    letter-spacing: 0.43px;
  }
}

.page-events {
  /* ----------------------------------------- events-intro ----------------------------------------- */
  /* ----------------------------------------- events-wrap ----------------------------------------- */
  /* ----------------------------------------- events-sidebar ----------------------------------------- */
}

.page-events .events-intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  background-repeat: no-repeat;
  background-position: 50%  6% !important;
  background-size: cover !important;
  position: relative;
}

.page-events .events-intro .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  position: relative;
  z-index: 2;
}

.page-events .events-intro .title h6 {
  color: #ffffff;
  margin-bottom: 20px;
  text-align: center;
}

.page-events .events-intro .title h1 {
  color: #ffffff;
  text-align: center;
}

.page-events .events-intro .overlay {
  background: -o-linear-gradient(top, #262f35, rgba(50, 59, 65, 0.74) 54%, rgba(57, 66, 72, 0.62) 69%, rgba(110, 116, 120, 0));
  background: -webkit-gradient(linear, left top, left bottom, from(#262f35), color-stop(54%, rgba(50, 59, 65, 0.74)), color-stop(69%, rgba(57, 66, 72, 0.62)), to(rgba(110, 116, 120, 0)));
  background: linear-gradient(to bottom, #262f35, rgba(50, 59, 65, 0.74) 54%, rgba(57, 66, 72, 0.62) 69%, rgba(110, 116, 120, 0));
}

.page-events .events-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}

.page-events .events-wrap .events-offset {
  padding: 110px 39.5px 91px 11.3%;
}

.page-events .events-wrap .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}

.page-events .events-wrap .items .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
          flex-direction: column;
}

.page-events .events-wrap .items .item .bg {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-bottom: 20px;
}

.page-events .events-wrap .items .item .content p.date {
  font-size: 15px;
  line-height: 21px;
  letter-spacing: 0.38px;
  color: #e3e7eb;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.page-events .events-wrap .items .item .content p.desc {
  font-size: 15px;
  line-height: 21px;
  letter-spacing: 0.38px;
  color: #262f35;
  margin-bottom: 21px;
  max-width: 310px;
}

.page-events .events-wrap .items .item .content button a {
  color: #59b45c;
}

.page-events .events-wrap .items .item .content button a i:before {
  color: #59b45c;
}

.page-events .events-sidebar {
  max-width: calc(508px - (33px * 2));
  width: 100%;
  height: 100%;
  background-color: rgba(227, 231, 235, 0.25);
  padding: 33px;
  /* ----------------------------------------- calendar ----------------------------------------- */
}

.page-events .events-sidebar .upcoming-events {
  background-color: #ffffff;
  padding: 30px;
  margin-bottom: 33px;
}

.page-events .events-sidebar .upcoming-events p.title {
  font-size: 15px;
  line-height: 21px;
  letter-spacing: 1.5px;
  font-weight: bold;
  color: #262f35;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.page-events .events-sidebar .upcoming-events .latest-events {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
          flex-direction: column;
}

.page-events .events-sidebar .upcoming-events .latest-events .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  -webkit-flex: 0 1 100%;
          flex: 0 1 100%;
}

.page-events .events-sidebar .upcoming-events .latest-events .item:not(:last-child) {
  margin-bottom: 30px;
}

.page-events .events-sidebar .upcoming-events .latest-events .item .bg {
  width: 87.1px;
  height: 87.1px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-right: 20px;
  border-radius: 50%;
}

.page-events .events-sidebar .upcoming-events .latest-events .item .content p.date {
  font-size: 15px;
  line-height: 21px;
  letter-spacing: 0.38px;
  color: #e3e7eb;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.page-events .events-sidebar .upcoming-events .latest-events .item .content p.desc {
  font-size: 15px;
  line-height: 21px;
  letter-spacing: 0.38px;
  color: #262f35;
  max-width: 261px;
}

.page-events .events-sidebar .calendar {
  background-color: #ffffff;
  padding: 30px;
  margin-bottom: 33px;
}

.page-events .events-sidebar .calendar p.title {
  font-size: 15px;
  line-height: 21px;
  letter-spacing: 1.5px;
  font-weight: bold;
  color: #262f35;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.page-events .events-sidebar .calendar .widget .tribe-mini-calendar {
  margin-left: -9px;
}

.page-events .events-sidebar .calendar .widget .tribe-mini-calendar-grid-wrapper td, .page-events .events-sidebar .calendar .widget .tribe-mini-calendar-grid-wrapper th {
  border: none;
}

.page-events .events-sidebar .calendar .widget .tribe-mini-calendar-grid-wrapper thead.tribe-mini-calendar-nav {
  background: transparent;
  border: none;
  text-align: center;
  vertical-align: middle;
}

.page-events .events-sidebar .calendar .widget .tribe-mini-calendar-grid-wrapper thead.tribe-mini-calendar-nav tr:first-child td > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  min-height: 24px;
}

.page-events .events-sidebar .calendar .widget .tribe-mini-calendar-grid-wrapper thead.tribe-mini-calendar-nav tr:first-child td > div > span {
  color: #59b45c;
  font-size: 20px;
  line-height: 21px;
  letter-spacing: 2px;
}

.page-events .events-sidebar .calendar .widget .tribe-mini-calendar-grid-wrapper thead.tribe-mini-calendar-nav tr:first-child td > div a {
  margin: 0;
  padding: 0;
}

.page-events .events-sidebar .calendar .widget .tribe-mini-calendar-grid-wrapper thead.tribe-mini-calendar-nav tr:first-child td > div a span:before {
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-weight: 100;
  color: #59b45c;
  font-size: 19px;
}

.page-events .events-sidebar .calendar .widget .tribe-mini-calendar-grid-wrapper thead.tribe-mini-calendar-nav tr:first-child td > div a.prev-month {
  margin-left: 9px;
}

.page-events .events-sidebar .calendar .widget .tribe-mini-calendar-grid-wrapper thead.tribe-mini-calendar-nav tr:first-child td > div a.prev-month span:before {
  content: "\f053";
}

.page-events .events-sidebar .calendar .widget .tribe-mini-calendar-grid-wrapper thead.tribe-mini-calendar-nav tr:first-child td > div a.next-month {
  margin-right: 9px;
}

.page-events .events-sidebar .calendar .widget .tribe-mini-calendar-grid-wrapper thead.tribe-mini-calendar-nav tr:first-child td > div a.next-month span:before {
  content: "\f054";
}

.page-events .events-sidebar .calendar .widget .tribe-mini-calendar-grid-wrapper thead.tribe-mini-calendar-nav tr:last-child th.tribe-mini-calendar-dayofweek {
  padding: 20.5px 0 25px 0;
  background: transparent;
  color: #262f35;
  font-size: 20px;
  line-height: 21px;
  letter-spacing: 2px;
}

.page-events .events-sidebar .calendar .widget .tribe-mini-calendar-grid-wrapper tbody tr td {
  padding: 8px 0;
}

.page-events .events-sidebar .calendar .widget .tribe-mini-calendar-grid-wrapper tbody tr td.tribe-events-past {
  opacity: .6;
}

.page-events .events-sidebar .calendar .widget .tribe-mini-calendar-grid-wrapper tbody tr td.tribe-events-past:not(.tribe-events-has-events) {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}

.page-events .events-sidebar .calendar .widget .tribe-mini-calendar-grid-wrapper tbody tr td.tribe-events-past:not(.tribe-events-has-events) span, .page-events .events-sidebar .calendar .widget .tribe-mini-calendar-grid-wrapper tbody tr td.tribe-events-past:not(.tribe-events-has-events) a {
  color: #e3e7eb;
}

.page-events .events-sidebar .calendar .widget .tribe-mini-calendar-grid-wrapper tbody tr td.tribe-events-past.tribe-events-has-events {
  opacity: 1;
  background: transparent;
}

.page-events .events-sidebar .calendar .widget .tribe-mini-calendar-grid-wrapper tbody tr td.tribe-events-past.tribe-events-has-events:hover {
  background: transparent;
}

.page-events .events-sidebar .calendar .widget .tribe-mini-calendar-grid-wrapper tbody tr td.tribe-events-past.tribe-events-has-events:hover span, .page-events .events-sidebar .calendar .widget .tribe-mini-calendar-grid-wrapper tbody tr td.tribe-events-past.tribe-events-has-events:hover a {
  background: transparent;
  color: #ffffff;
}

.page-events .events-sidebar .calendar .widget .tribe-mini-calendar-grid-wrapper tbody tr td.tribe-events-past.tribe-events-has-events:hover > div:before {
  background: #262f35;
}

.page-events .events-sidebar .calendar .widget .tribe-mini-calendar-grid-wrapper tbody tr td.tribe-events-past.tribe-events-has-events span, .page-events .events-sidebar .calendar .widget .tribe-mini-calendar-grid-wrapper tbody tr td.tribe-events-past.tribe-events-has-events a {
  color: #262f35;
}

.page-events .events-sidebar .calendar .widget .tribe-mini-calendar-grid-wrapper tbody tr td.tribe-events-past.tribe-events-has-events > div {
  position: relative;
}

.page-events .events-sidebar .calendar .widget .tribe-mini-calendar-grid-wrapper tbody tr td.tribe-events-past.tribe-events-has-events > div:before {
  content: '';
  position: absolute;
  padding: 0;
  left: 50% !important;
  top: 50%;
  bottom: auto !important;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0 !important;
  width: 32px;
  background: transparent;
  height: 32px;
  border: 3px solid #262f35 !important;
  border-radius: 50%;
  z-index: 1;
}

.page-events .events-sidebar .calendar .widget .tribe-mini-calendar-grid-wrapper tbody tr td.tribe-events-present {
  background-color: transparent;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}

.page-events .events-sidebar .calendar .widget .tribe-mini-calendar-grid-wrapper tbody tr td.tribe-events-present a {
  color: #262f35;
  opacity: 0.7;
}

.page-events .events-sidebar .calendar .widget .tribe-mini-calendar-grid-wrapper tbody tr td.tribe-events-present > div {
  position: relative;
}

.page-events .events-sidebar .calendar .widget .tribe-mini-calendar-grid-wrapper tbody tr td.tribe-events-present > div:before {
  content: '';
  position: absolute;
  padding: 0;
  left: 50% !important;
  top: 50%;
  bottom: auto !important;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0 !important;
  width: 32px;
  background: transparent;
  height: 32px;
  border: 3px solid #e3e7eb !important;
  border-radius: 50%;
  z-index: 1;
}

.page-events .events-sidebar .calendar .widget .tribe-mini-calendar-grid-wrapper tbody tr td.tribe-events-future span, .page-events .events-sidebar .calendar .widget .tribe-mini-calendar-grid-wrapper tbody tr td.tribe-events-future a {
  color: #262f35;
}

.page-events .events-sidebar .calendar .widget .tribe-mini-calendar-grid-wrapper tbody tr td.tribe-events-future:not(.tribe-events-has-events) {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}

.page-events .events-sidebar .calendar .widget .tribe-mini-calendar-grid-wrapper tbody tr td.tribe-events-future.tribe-events-has-events {
  background: transparent;
}

.page-events .events-sidebar .calendar .widget .tribe-mini-calendar-grid-wrapper tbody tr td.tribe-events-future.tribe-events-has-events:hover span, .page-events .events-sidebar .calendar .widget .tribe-mini-calendar-grid-wrapper tbody tr td.tribe-events-future.tribe-events-has-events:hover a {
  background: transparent;
  color: #ffffff;
}

.page-events .events-sidebar .calendar .widget .tribe-mini-calendar-grid-wrapper tbody tr td.tribe-events-future.tribe-events-has-events:hover > div:before {
  background: #59b45c;
}

.page-events .events-sidebar .calendar .widget .tribe-mini-calendar-grid-wrapper tbody tr td.tribe-events-future.tribe-events-has-events > div {
  position: relative;
}

.page-events .events-sidebar .calendar .widget .tribe-mini-calendar-grid-wrapper tbody tr td.tribe-events-future.tribe-events-has-events > div:before {
  content: '';
  position: absolute;
  padding: 0;
  left: 50% !important;
  top: 50%;
  bottom: auto !important;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0 !important;
  width: 32px;
  background: transparent;
  height: 32px;
  border: 3px solid #59b45c !important;
  border-radius: 50%;
  z-index: 1;
}

.page-events .events-sidebar .calendar .widget .tribe-mini-calendar-grid-wrapper tbody tr td span, .page-events .events-sidebar .calendar .widget .tribe-mini-calendar-grid-wrapper tbody tr td a {
  font-size: 15px;
  line-height: unset;
  letter-spacing: 0.5px;
  padding: 4px 0;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -o-transition: all 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: all 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

.page-events .events-sidebar .calendar .widget .tribe-mini-calendar-grid-wrapper tbody tr td span:before, .page-events .events-sidebar .calendar .widget .tribe-mini-calendar-grid-wrapper tbody tr td a:before {
  content: none;
}

.page-events .events-sidebar .calendar .widget .tribe-mini-calendar-list-wrapper {
  margin-top: 20px;
}

.page-events .events-sidebar .calendar .widget .tribe-mini-calendar-list-wrapper .type-tribe_events:not(.tribe-events-first) {
  display: none;
}

.page-events .events-sidebar .calendar .widget .tribe-mini-calendar-list-wrapper .type-tribe_events {
  margin: 0;
}

.page-events .events-sidebar .calendar .widget .tribe-mini-calendar-list-wrapper .type-tribe_events:not(:last-child) {
  margin-bottom: 20px;
}

.page-events .events-sidebar .calendar .widget .tribe-mini-calendar-list-wrapper .type-tribe_events .tribe-mini-calendar-event {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  margin: 0;
  padding: 0;
  border: none;
}

.page-events .events-sidebar .calendar .widget .tribe-mini-calendar-list-wrapper .type-tribe_events .tribe-mini-calendar-event .list-date {
  margin: 0 20px 0 0;
}

.page-events .events-sidebar .calendar .widget .tribe-mini-calendar-list-wrapper .type-tribe_events .tribe-mini-calendar-event .list-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
          flex-direction: column;
}

.page-events .events-sidebar .calendar .widget .tribe-mini-calendar-list-wrapper .type-tribe_events .tribe-mini-calendar-event .list-info .tribe-events-title {
  font-size: 15px;
  line-height: 21px;
  letter-spacing: 0.38px;
  color: #262f35;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  -webkit-order: 2;
          order: 2;
  margin-bottom: 0;
  text-transform: none;
}

.page-events .events-sidebar .calendar .widget .tribe-mini-calendar-list-wrapper .type-tribe_events .tribe-mini-calendar-event .list-info .tribe-events-title a {
  color: #262f35;
}

.page-events .events-sidebar .calendar .widget .tribe-mini-calendar-list-wrapper .type-tribe_events .tribe-mini-calendar-event .list-info .tribe-events-duration {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  -webkit-order: 1;
          order: 1;
  margin-bottom: 5px;
}

.page-events .events-sidebar .calendar .widget .tribe-mini-calendar-list-wrapper .type-tribe_events .tribe-mini-calendar-event .list-info .tribe-events-duration span {
  font-size: 15px;
  line-height: 21px;
  letter-spacing: 0.38px;
  color: #59b45c;
  text-transform: uppercase;
}

.page-events .events-sidebar .press-inquiries {
  background-color: #ffffff;
  padding: 30px;
}

.page-events .events-sidebar .press-inquiries p.title {
  font-size: 15px;
  line-height: 21px;
  letter-spacing: 1.5px;
  font-weight: bold;
  color: #262f35;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.page-events .events-sidebar .press-inquiries .press-content p {
  font-size: 15px;
  line-height: 21px;
  letter-spacing: 0.38px;
  color: #262f35;
  margin-bottom: 10px;
}

.page-events .events-sidebar .press-inquiries .press-content a {
  font-size: 15px;
  line-height: 21px;
  letter-spacing: 1.5px;
  color: #59b45c;
  text-transform: uppercase;
}

.page-events .load-more {
  margin-top: 25px;
  text-align: center;
  display: block;
}

.events-news-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 0 -15px;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}

.events-news-list .item {
  padding: 0 15px;
  width: 100%;
  margin: 25px 0;
  -ms-flex-preferred-size: 21em;
  -webkit-flex-basis: 21em;
          flex-basis: 21em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media (min-width: 1300px) {
  .events-news-list .item {
    max-width: 50%;
  }
}

@media (min-width: 1739px) {
  .events-news-list .item {
    max-width: 33.333%;
  }
}

.events-news-list .bg {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-bottom: 20px;
  min-height: 233px;
}

.events-news-list .content .date {
  font-size: 15px;
  line-height: 21px;
  letter-spacing: 0.38px;
  color: #e3e7eb;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.events-news-list .content .desc {
  font-size: 15px;
  line-height: 21px;
  letter-spacing: 0.38px;
  color: #262f35;
  margin-bottom: 21px;
  max-width: 310px;
}

.events-news-list .content button a {
  color: #59b45c;
}

.events-news-list .content button a i:before {
  color: #59b45c;
}

.page-events-news .events-offset {
  padding-top: 30px !important;
}

@media (min-width: 576px) {
  .page-events-news .events-offset {
    padding-top: 90px !important;
  }
}

.page-events-news .events-offset {
  padding: 50px 15px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
}

@media (min-width: 992px) {
  .page-events-news .events-offset {
    padding: 90px 40px 65px 35px;
    margin-right: 0;
  }
}

@media (min-width: 1200px) {
  .page-events-news .events-offset {
    padding: 90px 40px 65px 30px !important;
    margin-right: 0;
  }
}

@media (min-width: 1920px) {
  .page-events-news .events-offset {
    padding: 90px 160px 65px 30px !important;
  }
}

.link-primary {
  font-size: 15px;
  font-weight: normal;
  line-height: 1.4;
  letter-spacing: 0.38px;
  color: #169d4d;
  text-decoration: underline;
  cursor: pointer;
}

.load-more {
  text-transform: uppercase;
  cursor: pointer;
  font-size: 14px;
  line-height: 0.79;
  letter-spacing: 1.4px;
  color: #262f35;
}

.single-tribe_events .tribe-events-event-image {
  text-align: left;
  margin-bottom: 20px;
}

.single-tribe_events .event-featured-bg {
  min-height: 407px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-single-events .events-offset {
  padding: 50px 15px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
}

@media (min-width: 992px) {
  .page-single-events .events-offset {
    padding: 110px 40px 91px 35px;
    margin-right: 0;
  }
}

@media (min-width: 1200px) {
  .page-single-events .events-offset {
    padding: 110px 40px 91px 30px !important;
    margin-right: 0;
  }
}

@media (min-width: 1920px) {
  .page-single-events .events-offset {
    padding: 110px 160px 91px 30px !important;
  }
}

.page-events .event-single-img {
  margin-bottom: 50px;
}

.page-events .event-img-description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
          flex-direction: column;
  color: #262f35;
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: 0.38px;
  margin-top: 20px;
}

@media (min-width: 576px) {
  .page-events .event-img-description {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
            flex-direction: row;
  }
}

.page-events .event-img-description-right {
  padding-top: 30px;
}

@media (min-width: 576px) {
  .page-events .event-img-description-right {
    text-align: right;
  }
}

.page-events .events-sidebar {
  max-width: 350px !important;
  width: 100%;
}

@media (min-width: 1200px) {
  .page-events .events-sidebar {
    max-width: 508px !important;
  }
}

.single-tribe_events .tribe-events-single-event-title {
  font-size: 30px;
  line-height: 1.27;
  letter-spacing: 3px;
  margin-bottom: 10px;
  padding: 0;
}

.single-tribe_events .event-subtitle {
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: 0.38px;
  margin-bottom: 10px;
}

.single-tribe_events .start_date {
  color: #e3e7eb;
}

.single-tribe_events .tribe-address {
  margin-bottom: 8px;
  display: inline-block;
}

.single-tribe_events .tribe-events-content {
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: 0.38px;
  margin-bottom: 30px !important;
}

@media (min-width: 769px) {
  .single-tribe_events .tribe-events-content {
    margin-bottom: 50px !important;
  }
}

.single-tribe_events .tribe-events-content p {
  line-height: inherit !important;
  letter-spacing: inherit;
  font-size: inherit;
}

.page-events .events-container .events-wrap {
  max-width: 580px;
}

@media (min-width: 768px) {
  .page-events .events-container .events-wrap {
    max-width: 700px;
  }
}

@media (min-width: 992px) {
  .page-events .events-container .events-wrap {
    max-width: 600px;
  }
}

@media (min-width: 1200px) {
  .page-events .events-container .events-wrap {
    max-width: 716px;
  }
}

@media (min-width: 1400px) {
  .page-events .events-container .events-wrap {
    max-width: 746px;
  }
}

@media (min-width: 1739px) {
  .page-events .events-container .events-wrap {
    max-width: 1100px;
  }
}

/******************Carousel*********/
.events-wrap {
  max-width: 100%;
}

.events-wrap .single-event-carousel-wrapper {
  position: relative;
}

.events-wrap .owl-nav {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  display: none;
  font-size: 25px;
  color: #000000;
}

@media (min-width: 768px) {
  .events-wrap .owl-nav {
    display: block !important;
  }
}

.events-wrap .owl-prev, .events-wrap .owl-next {
  position: absolute;
}

.events-wrap .owl-prev {
  left: -30px;
}

@media (min-width: 1920px) {
  .events-wrap .owl-prev {
    left: -35px;
  }
}

.events-wrap .owl-next {
  right: -30px;
}

@media (min-width: 1920px) {
  .events-wrap .owl-next {
    right: -35px;
  }
}

.events-wrap .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
}

/* ----------------------------------------- media ----------------------------------------- */
@media (min-width: 500px) {
  .offset-min {
    padding: 0 8.5%;
  }
}

@media (max-width: 500px) {
  .offset-min {
    padding: 0 36px;
  }
}

@media (min-width: 500px) {
  .offset-middle {
    padding: 0 10.4%;
  }
}

@media (max-width: 500px) {
  .offset-middle {
    padding: 0 36px;
  }
}

@media (min-width: 500px) {
  .offset-max {
    padding: 0 14.2%;
  }
}

@media (max-width: 500px) {
  .offset-max {
    padding: 0 36px;
  }
}

.offset-big {
  padding: 0 21.2%;
}

.__btn-round {
  font-size: 0.875rem;
  font-family: "Century Gothic", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.71;
  letter-spacing: 1.4px;
  min-width: 168px;
  height: 40px;
  border-radius: 25px;
  border: solid 1px #262f35;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: transparent;
  cursor: pointer;
}

.__btn-round a {
  color: #ffffff;
}

.__btn-learn-more {
  font-family: "Century Gothic", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.79;
  letter-spacing: 1.4px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.__btn-learn-more a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #ffffff;
  text-transform: uppercase;
}

.__btn-learn-more i {
  margin-left: 10.2px;
  font-size: 17px;
}

.__btn-learn-more i:before {
  color: #ffffff;
}

.__btn-submit {
  font-size: 0.875rem;
  font-family: "Century Gothic", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.71;
  letter-spacing: 1.4px;
  height: 49px;
  border-radius: 25px;
  background: #59b45c;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  color: #ffffff;
  text-transform: uppercase;
}

.__btn-submit a {
  color: #ffffff;
  text-transform: uppercase;
}

h1 {
  font-size: calc(1.4375rem + 2.25vw);
  font-family: "Century Gothic", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  text-transform: uppercase;
  line-height: 1.22;
  letter-spacing: 5px;
}

@media (min-width: 1200px) {
  h1 {
    font-size: 3.125rem;
  }
}

h2 {
  font-family: "Century Gothic", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  text-transform: uppercase;
}

@media (min-width: 375px) {
  h2 {
    font-size: calc(1.5625rem + 3.75vw);
    line-height: 1.21;
    letter-spacing: 7px;
  }
}

@media (min-width: 375px) and (min-width: 1200px) {
  h2 {
    font-size: 4.375rem;
  }
}

@media (max-width: 375px) {
  h2 {
    font-size: calc(1.36875rem + 1.425vw);
    line-height: 48px;
    letter-spacing: 3.9px;
  }
}

@media (max-width: 375px) and (min-width: 1200px) {
  h2 {
    font-size: 2.4375rem;
  }
}

h3 {
  font-size: calc(1.73125rem + 5.775vw);
  font-family: "Century Gothic", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.22;
  letter-spacing: 5px;
  text-align: center;
}

@media (min-width: 1200px) {
  h3 {
    font-size: 6.0625rem;
  }
}

h4 {
  font-size: calc(1.40625rem + 1.875vw);
  font-family: "Century Gothic", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  text-transform: uppercase;
  line-height: 1.22;
  letter-spacing: 4.5px;
}

@media (min-width: 1200px) {
  h4 {
    font-size: 2.8125rem;
  }
}

h5 {
  font-family: "Century Gothic", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  text-transform: uppercase;
}

@media (min-width: 375px) {
  h5 {
    font-size: calc(1.3125rem + 0.75vw);
    line-height: 31px;
    letter-spacing: 3px;
  }
}

@media (min-width: 375px) and (min-width: 1200px) {
  h5 {
    font-size: 1.875rem;
  }
}

@media (max-width: 375px) {
  h5 {
    font-size: 1.25rem;
    letter-spacing: 0.5px;
    line-height: 28px;
  }
}

h6 {
  font-family: "Century Gothic", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  text-transform: uppercase;
}

@media (min-width: 375px) {
  h6 {
    font-size: calc(1.28125rem + 0.375vw);
    line-height: 31px;
    letter-spacing: 0.75px;
  }
}

@media (min-width: 375px) and (min-width: 1200px) {
  h6 {
    font-size: 1.5625rem;
  }
}

@media (max-width: 375px) {
  h6 {
    font-size: 1.0625rem;
    line-height: 28px;
    letter-spacing: 0.43px;
  }
}

.page-events {
  /* ----------------------------------------- $b1320 UP ----------------------------------------- */
  /* ----------------------------------------- $b1320 DOWN ----------------------------------------- */
  /* ----------------------------------------- $b960 DOWN ----------------------------------------- */
  /* ----------------------------------------- $b500 DOWN ----------------------------------------- */
}

@media (min-width: 1320px) {
  .page-events .events-wrap .items .item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 calc((100% / 2) - 40.5px);
        -ms-flex: 0 1 calc((100% / 2) - 40.5px);
            flex: 0 1 calc((100% / 2) - 40.5px);
  }
  .page-events .events-wrap .items .item:not(:nth-child(2n)) {
    margin-right: 40.5px;
  }
  .page-events .events-wrap .items .item:not(:nth-last-child(-n + 2)) {
    margin-bottom: 50px;
  }
  .page-events .events-wrap .items .item .bg {
    width: 345px;
    height: 233px;
  }
}

@media (max-width: 1320px) {
  .page-events .events-wrap .items .item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
  .page-events .events-wrap .items .item:not(:last-child) {
    margin-bottom: 40.5px;
  }
  .page-events .events-wrap .items .item .bg {
    width: 100%;
    height: 350px;
  }
}

@media (max-width: 991px) {
  .page-events .title h6 {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 2px;
  }
  .page-events .title h1 {
    font-size: 30px;
    line-height: 37px;
    letter-spacing: 3px;
    margin: 0 20px;
  }
  .page-events .events-wrap .events-offset {
    padding: 50px 36px;
  }
  .page-events .events-sidebar {
    display: none;
  }
}

@media (max-width: 500px) {
  .page-events .events-wrap .items .item .bg {
    height: 250px;
  }
}

.wysiwyg {
  /**
    * Imported image styles from wordpress
    * @see https://codex.wordpress.org/Styling_Images_in_Posts_and_Pages
    */
  /* responsive images to not break the page content if the image is top wide */
}

.wysiwyg h1, .wysiwyg h2, .wysiwyg h3, .wysiwyg h4, .wysiwyg h5, .wysiwyg h6 {
  text-align: left;
  letter-spacing: normal;
  text-transform: unset;
  margin: 1em auto 0.2em;
}

.wysiwyg p {
  margin: 1em auto;
}

.wysiwyg h1 {
  text-transform: uppercase;
  font-size: 48px;
}

.wysiwyg h2 {
  font-size: 38px;
}

.wysiwyg h3 {
  font-size: 28px;
}

.wysiwyg h4 {
  font-size: 25px;
  text-transform: uppercase;
}

.wysiwyg h5 {
  font-size: 23px;
  text-decoration: underline;
}

.wysiwyg h6 {
  font-size: 20px;
  font-weight: 800;
  text-transform: uppercase;
}

.wysiwyg ul, .wysiwyg ol {
  margin: 2em auto;
  padding-left: 25px;
}

.wysiwyg ul {
  list-style: disc;
}

.wysiwyg ol {
  list-style: initial;
}

.wysiwyg li {
  margin: 5px 0;
}

.wysiwyg img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

.wysiwyg img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

.wysiwyg img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wysiwyg a img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

.wysiwyg a img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

.wysiwyg a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wysiwyg form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 45px 0 0 -20px;
  max-width: 800px;
}

.wysiwyg form .wpcf7-list-item {
  margin-left: 0;
}

.wysiwyg img {
  max-width: 100%;
  height: auto;
}

.wysiwyg a {
  text-decoration: underline;
  color: #59b45c;
}

.basic-page {
  padding-top: 50px;
  padding-bottom: 50px;
}

.basic-intro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: url("/img/intro/intro-about-us.png") no-repeat 50% 65%;
  background-size: cover !important;
  position: relative;
}

.basic-intro .title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 2;
}

.basic-intro .title h1 {
  color: #ffffff;
  text-align: center;
}

.basic-intro .overlay {
  background: -webkit-gradient(linear, left top, left bottom, from(#262f35), color-stop(54%, rgba(50, 59, 65, 0.74)), color-stop(69%, rgba(57, 66, 72, 0.62)), to(rgba(110, 116, 120, 0)));
  background: -o-linear-gradient(top, #262f35, rgba(50, 59, 65, 0.74) 54%, rgba(57, 66, 72, 0.62) 69%, rgba(110, 116, 120, 0));
  background: linear-gradient(to bottom, #262f35, rgba(50, 59, 65, 0.74) 54%, rgba(57, 66, 72, 0.62) 69%, rgba(110, 116, 120, 0));
}

.basic-content {
  max-width: 1100px;
  margin: 0 auto;
}
