* {
  box-sizing: border-box;
  outline: none;
  text-rendering: auto;
  outline: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 1024px) {
  * {
    -webkit-user-select: none;
  }
}

input, textarea {
  -webkit-user-select: text;
  font-family: "Open Sans", "Montserrat", sans-serif;
  resize: none;
}

.fa-duotone {
  --fa-secondary-color: #588438;
  --fa-secondary-opacity: 1;
  color: #fff;
}

select {
  display: block;
  font-size: 14px;
  font-weight: 300;
  color: #b9b9b9;
  line-height: 1.3;
  padding: 0.6em 1.4em 0.5em 0.8em;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0;
  border: 0px solid #aaa;
  border-radius: 3px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #0a3b90;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23ffffff'><polygon points='0,0 100,0 50,50'/></svg>");
  background-repeat: no-repeat, repeat;
  background-position: right 15px top 56%, 0 0;
  background-size: 0.65em auto, 100%;
  font-size: 16px;
  padding: 7px 15px;
  background-color: #0a3b90;
  border: 0;
  color: #fff;
  border-radius: 10px;
  font-family: "Montserrat";
}

select::-ms-expand {
  display: none;
}

select:focus {
  outline: none;
}

select option {
  font-weight: normal;
}

html, body {
  margin: 0;
  padding: 0;
  font-family: "Open Sans", "Montserrat", sans-serif;
  font-size: 16px;
  color: #eee;
  font-weight: 400;
  line-height: 1.5;
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #232323;
  text-align: justify;
  letter-spacing: 0.05em;
  /*background: rgb(2,0,36);
  background: linear-gradient(149deg, #000000 0%, #060606 0%, #011533 100%);// linear-gradient(149deg, #000000 0%, #2d2d2d 0%, #011533 100%);
  background-attachment: fixed;
  background: url(/img/bg-vert.png);
     background-size: cover;
  background-position: right;*/
}

img {
  width: 100%;
}

.hide {
  display: none !important;
}

@keyframes expand-bounce {
  0% {
    transform: scale(0);
    height: 0;
    overflow: hidden;
  }
  50% {
    transform: scale(1.05);
    height: auto;
  }
  100% {
    transform: scale(1);
  }
}
.expand-bounce {
  animation: expand-bounce 500ms;
}

.contained {
  width: 100%;
  max-width: 950px;
  text-align: left;
  position: relative;
  padding: 0 30px;
}
.no-contained .contained {
  max-width: 100vw;
  padding: 0 20px;
}
@media (min-width: 1100px) {
  .contained {
    max-width: 1000px;
  }
}
@media (min-width: 1150px) {
  .contained {
    max-width: 1100px;
  }
}
.contained.mobile-full {
  padding: 0;
}
@media (min-width: 1024px) {
  .contained.shifted {
    transform: translateY(-50px);
    z-index: 999;
    padding: 25px 20px;
  }
}
@media (max-width: 1023px) {
  .contained.mobile-no-margin {
    padding: 0;
  }
}
@media (min-width: 1024px) {
  .contained {
    padding: 0;
  }
}

.h6, h6 {
  font-size: 4vw;
  display: inline-block;
  padding: 1.5vw 2vw;
  border-top: 1px solid #588438;
  border-bottom: 1px solid #588438;
  font-weight: 300;
  font-family: "Dosis";
}
@media (min-width: 1024px) {
  .h6, h6 {
    font-size: 14px;
    padding: 5px 10px;
  }
}

.h5, h5 {
  font-size: 16px;
  font-weight: 200;
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
  line-height: normal;
  font-family: "Dosis";
}
@media (min-width: 1024px) {
  .h5, h5 {
    font-size: 20px;
  }
}

.h4, h4 {
  font-size: 20px;
  font-weight: 200;
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
  line-height: normal;
}
@media (min-width: 1024px) {
  .h4, h4 {
    font-size: 24px;
  }
}

.h3, h3 {
  font-size: 14pt;
  font-weight: 200;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
  line-height: normal;
  font-family: "Dosis";
  font-weight: 400;
}
.h3 .lite, h3 .lite {
  color: #588438;
}

@keyframes blink-caret {
  from, to {
    border-color: transparent;
  }
  50% {
    border-color: #588438;
  }
}
@keyframes typing {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
.h2, h2 {
  font-size: 30px;
  font-weight: 200;
  margin: 0;
  text-align: center;
  line-height: 40px;
  font-family: "Dosis";
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 2px;
  font-size: 30px;
  text-align: left;
  text-transform: none;
  letter-spacing: normal;
  margin-bottom: 20px;
}
.h2 .new-word, h2 .new-word {
  padding-right: 1px;
  display: inline-block;
  font-style: italic;
}
@media (min-width: 1024px) {
  .h2, h2 {
    font-size: 40px;
  }
}
.h2.bold, h2.bold {
  font-weight: 600;
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .h2.bold, h2.bold {
    text-align: left;
  }
}
.h2.italic, h2.italic {
  font-style: italic;
}

.h1, h1 {
  margin: 0;
  padding: 0;
  font-size: 20px;
  font-weight: 600;
  text-align: left;
  line-height: normal;
}
.h1 .lite, h1 .lite {
  color: #588438;
}
.h1 .liter, h1 .liter {
  color: #fff;
}
@media (min-width: 1024px) {
  .h1, h1 {
    font-size: 20px;
  }
}

a {
  cursor: pointer;
}
.content a {
  color: #0bb713;
  color: inherit;
  font-weight: 300;
}

.button {
  text-decoration: none;
  transition: all 50ms ease;
  transform: translate3d(0, 0, 0);
  display: inline-block;
  position: relative;
}
.button:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  pointer-events: none;
  transition: background-color 300ms ease;
}
.button:hover:after {
  background-color: rgba(0, 0, 0, 0.1803921569);
}
.header .button, .header-mobile .button {
  padding: 10px 25px;
  background-color: #588438;
  color: #fff;
  font-size: 13px;
}
.header .button:hover, .header .button.set, .header-mobile .button:hover, .header-mobile .button.set {
  background-color: #588438;
  color: #fff !important;
  border: 0px solid rgb(10, 183, 17);
}
.button.lite {
  font-size: 13px;
  font-weight: 300;
}
.content .button {
  font-weight: 500;
  text-decoration: none;
  padding: 10px 35px;
  font-size: 90%;
  background-color: #588438;
  color: #fff;
  text-transform: uppercase;
}
.content .button:hover {
  background-color: #588438;
}
.content .button:active {
  background-color: #588438;
}
.content .button.disabled {
  background-color: #222;
  color: #999;
}
.content .button.disabled.no-click {
  pointer-events: none;
}
.button.slanted {
  padding: 5px 20px;
  border-radius: 0px;
  color: #fff;
  font-weight: 400;
  font-size: 13px;
  color: #fff !important;
  border: 0px solid rgb(10, 183, 17);
  border-bottom: 0;
  margin-top: 5px;
  position: relative;
  background-color: transparent;
}
.button.slanted:before {
  content: "";
  position: absolute;
  z-index: -1;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  transform: skewX(-10deg);
  background-color: #3bb140;
  transition: all 300ms ease;
}
.button.slanted:hover {
  background-color: transparent;
  border: 0;
  box-shadow: 0 0 0 0 transparent;
  color: #fff !important;
}
.button.slanted:hover:before {
  background-color: #588438;
}
.content .xhero .button {
  /*background-color: #1c9c1455;
  		background-color: #1c9c14;
  		//background-color: transparent;
  //    	border: 1px solid #099a07;
  		transition: all 300ms ease;
  		border-radius: 10px;
  		font-weight: 600;
  		font-size: 12px;
  		text-decoration: underline;

  		*/
  padding: 5px 20px;
  border-radius: 0px;
  color: #fff;
  font-weight: 400;
  font-size: 13px;
  color: #fff !important;
  border: 0px solid rgb(10, 183, 17);
  border-bottom: 0;
  margin-top: 5px;
  position: relative;
  background-color: transparent;
}
.content .xhero .button:before {
  content: "";
  position: absolute;
  z-index: -1;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  transform: skewX(-10deg);
  background-color: #3bb140;
  transition: all 300ms ease;
}
.content .xhero .button:hover {
  background-color: transparent;
  border: 0;
  box-shadow: 0 0 0 0 transparent;
  color: #fff !important;
}
.content .xhero .button:hover:before {
  background-color: #588438;
}

.round-button {
  background-color: rgb(10, 183, 17);
  box-shadow: 0 0 0px 3px rgb(10, 183, 17);
  border-radius: 100px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  color: #fff;
  font-size: 15px;
}

.dash {
  background-color: #588438;
  border-radius: 10px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 2px;
  color: #fff;
  font-size: 0px;
  text-align: center;
  margin-left: 25%;
}

.image-zoom {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.image-zoom img {
  transform: scale(1.1);
  transition: all 1000ms ease;
}
.image-zoom:hover img {
  transform: scale(1);
}

@media (max-width: 1023px) {
  .hide-mobile {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  .hide-desktop {
    display: none !important;
  }
}
.show-logged-in {
  display: none;
}

.user-logged-in .show-logged-in {
  display: inline-flex;
}
.user-logged-in .show-logged-in.block {
  display: block;
}
.user-logged-in .show-logged-in.inline-block {
  display: inline-block;
}
.user-logged-in .hide-logged-in {
  display: none !important;
}

.show-user-provisioned {
  display: none;
  width: 100%;
}

.show-user-unprovisioned {
  display: none;
  width: 100%;
}

.user-provisioned .show-user-provisioned {
  display: inline-block;
}
.user-provisioned .show-user-provisioned.block {
  display: block;
}
.user-provisioned .show-user-provisioned.inline-block {
  display: inline-block;
}
.user-provisioned .hide-user-provisioned {
  display: none !important;
}

.user-unprovisioned .show-user-unprovisioned {
  display: inline-block;
}
.user-unprovisioned .show-user-unprovisioned.block {
  display: block;
}
.user-unprovisioned .show-user-unprovisioned.inline-block {
  display: inline-block;
}
.user-unprovisioned .hide-user-unprovisioned {
  display: none !important;
}

html.show-navigation .header-mobile {
  opacity: 1;
  pointer-events: all;
  z-index: 100;
  overflow-x: hidden;
  overflow-y: auto;
  transform: translatex(0%);
}

.mobile-logo {
  position: fixed;
  z-index: 10;
  top: 7px;
  left: 0;
  transition: all 500ms ease;
  opacity: 0;
}
.not-top .mobile-logo {
  opacity: 1;
}
.mobile-logo img {
  width: 60px;
}

.header-mobile {
  display: flex;
  width: 100vw;
  height: 100%;
  top: 0;
  position: fixed;
  opacity: 0;
  pointer-events: none;
  z-index: 0;
  color: #fff;
  background-color: #202020;
  transition: all 300ms ease;
  transform: translatex(-100%);
}
@media (min-width: 1024px) {
  .header-mobile {
    max-width: 350px;
    padding: 20px;
    transform: translatex(100%);
    left: auto;
    right: 0;
  }
}
.header-mobile a {
  color: #fff;
}
.header-mobile .contained {
  padding: 0;
  height: 100%;
  display: flex;
  width: 100%;
  position: relative;
}
.header-mobile .header-content {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  width: 100%;
}
.header-mobile .header-content .logo {
  text-align: center;
  display: inline-block;
  padding: 20px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  position: absolute;
  left: 0;
}
@media (min-width: 1024px) {
  .header-mobile .header-content .logo {
    padding: 0;
  }
}
.header-mobile .header-content .logo img {
  width: 35px;
  height: 35px;
}
.header-mobile .header-content .standout ul {
  flex-direction: column;
}
.header-mobile .header-content .standout ul li a {
  font-size: 16px;
  font-weight: 500;
  padding: 0 0 25px 0;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header-mobile .header-content .standout ul li a .icon {
  margin-right: 15px;
}
.header-mobile .header-content .standout ul li a .icon i {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #2e3a25;
  border-radius: 50px;
  color: #b5c0ad;
  font-size: 18px;
}
.header-mobile .header-content .standout ul li a .meta {
  width: 100%;
}
.header-mobile .header-content .standout ul li a .meta .sub {
  font-weight: 100;
  font-size: 12px;
  margin-top: 1px;
  color: #bbb;
}
.header-mobile .header-content .mobile-contact {
  border-top: 1px solid #333;
  padding-top: 20px;
}
.header-mobile .header-content .items {
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  padding: 30px 0 20px;
  margin: 20px 0 30px 0;
}
.header-mobile .header-content .items ul {
  flex-direction: row;
  flex-wrap: wrap;
}
.header-mobile .header-content .items ul li {
  min-width: 50%;
  padding-right: 20px;
  padding-bottom: 20px;
}
.header-mobile .header-content .items ul li a {
  font-size: 18px;
  font-weight: 100;
  color: #ccc;
  padding: 10px 0px;
}
.header-mobile .header-content .navigation {
  position: relative;
  margin-top: 0px;
  padding: 40px 30px 0 30px;
}
.header-mobile .header-content .navigation ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: relative;
  display: flex;
}
.header-mobile .header-content .navigation ul li {
  margin: 0;
  position: relative;
}
.header-mobile .header-content .navigation ul li ul li {
  padding-left: 0px;
}
.header-mobile .header-content .navigation ul li a {
  position: relative;
  text-transform: none;
  text-decoration: none;
  transition: all 300ms ease;
}
.header-mobile .header-content .actions {
  position: relative;
  width: 100%;
  align-items: flex-end;
  justify-content: flex-end;
  margin-top: 20px;
  padding: 0 40px 40px 40px;
  height: 100%;
  display: flex;
}
.header-mobile .header-content .actions ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.header-mobile .header-content .actions ul li {
  margin: 0;
  padding: 0;
  width: 100%;
  margin-bottom: 15px;
}
.header-mobile .header-content .actions ul li a {
  width: 100%;
  text-align: center;
  border-radius: 5px;
  text-transform: uppercase;
}
.header-mobile .header-content .actions .button {
  margin-right: 10px;
}
.header-mobile .header-content .actions .button:last-child {
  /*margin-right: 0;
  background-color: #fff;
  color: #000;*/
}

.header-container {
  position: relative;
  display: flex;
  justify-content: stretch;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 20;
}
@media (min-width: 1024px) {
  .header-container {
    top: auto;
    position: relative;
  }
}

.header {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  z-index: 3;
  font-size: 12px;
  transform: translate3d(0%, 0%, 0%);
  transition: all 300ms ease;
  opacity: 1;
  padding: 20px 0;
}
@media (max-width: 1023px) {
  .header .contained {
    padding: 0;
  }
}
.header .main-header {
  position: relative;
  width: 100%;
}
.stick-header .header {
  position: fixed;
  top: 0;
}
@media (min-width: 1024px) {
  .stick-header .header {
    background-color: #1f1f1f;
    box-shadow: 0px 0px 30px 20px #1f1f1f;
  }
}
.page-home.hero-active .header, .page-long-beach.hero-active .header, .page-santa-ana.hero-active .header, .page-las-vegas.hero-active .header {
  box-shadow: none;
  opacity: 0.6;
}
@media (min-width: 1024px) {
  .header {
    padding: 0;
    height: 90px;
  }
  .page-sgnet .header, .not-top .header, .not-top.page-home.hero-active .header {
    transition: all 300ms ease;
    opacity: 1;
  }
}
.header .sub-header {
  padding: 0px;
  background-color: #131212;
}
.header .sub-header .header-content {
  transition: transform 500ms ease 0ms;
}
.sub-panel-open .header .sub-header .header-content .panel-title {
  transform: translateX(-100%);
}
.sub-panel-open .header .sub-header .header-content .navigation {
  transform: translateX(-100%);
}
.header .sub-header .header-content {
  overflow: hidden;
  width: 100%;
  align-items: stretch;
}
.header .sub-header .header-content .panel-title {
  width: 100%;
  transition: transform 300ms ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  max-width: 100%;
  min-width: 100%;
}
.header .sub-header .header-content .panel-title a {
  text-decoration: none;
}
.header .sub-header .header-content .panel-title .back-header {
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
}
.header .sub-header .header-content .panel-title .go-back {
  min-width: 60px;
  padding: 0 30px 0 10px;
  display: flex;
  align-self: stretch;
  align-items: center;
  justify-content: center;
}
.header .sub-header .header-content .panel-title .page-title {
  width: calc(100% - 120px);
  font-weight: 600;
  text-transform: uppercase;
}
.header .sub-header .header-content .panel-title .actions {
  width: 25%;
}
.header .sub-header .header-content .navigation {
  width: 100%;
  justify-content: flex-start;
  padding: 10px 0;
  max-width: 100%;
  min-width: 100%;
  transition: transform 300ms ease;
}
.header .sub-header .header-content .navigation ul {
  width: 100%;
}
@media (min-width: 1024px) {
  .header .sub-header .header-content .navigation ul {
    width: auto;
  }
}
.header .sub-header .header-content .navigation ul li {
  text-align: center;
  max-width: 250px;
  background-color: transparent;
  padding: 0;
  border: 0;
  margin-right: 15px;
}
@media (min-width: 1024px) {
  .header .sub-header .header-content .navigation ul li {
    margin-right: 30px;
  }
}
.header .sub-header .header-content .navigation ul li.spread {
  flex: 10;
  max-width: 100vw;
  border-color: transparent;
}
.header .sub-header .header-content .navigation ul li.spacer {
  width: 20px;
  max-width: 20px;
}
.header .sub-header .header-content .navigation ul li:last-child {
  border-right: 0;
  max-width: 100px;
  margin-right: 0;
}
.header .sub-header .header-content .navigation ul li:last-child a {
  text-align: right;
}
.header .sub-header .header-content .navigation ul li a {
  padding: 10px 0px;
  text-decoration: none;
  font-weight: 500;
  width: 100%;
  z-index: 2;
  line-height: normal;
  color: #ccc;
  font-size: 11px;
  text-align: left;
}
@media (min-width: 1024px) {
  .header .sub-header .header-content .navigation ul li a {
    padding: 10px 0px;
  }
}
.header .sub-header .header-content .navigation ul li.active {
  background-color: #588438;
  background-color: transparent;
  border-color: transparent;
}
.header .sub-header .header-content .navigation ul li.active a {
  color: #588438;
}
.header .sub-header .header-content .navigation ul li.active:before {
  content: "";
  z-index: 3;
  pointer-events: none;
  width: calc(100% + 2px);
  height: calc(100% - 2px);
  top: 0;
  left: -1px;
  position: absolute;
}
.header .header-content {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}
@media (min-width: 1024px) {
  .header .header-content {
    width: 100%;
  }
}
.header .header-content .logo {
  position: relative;
  width: 25%;
  display: flex;
  align-items: center;
  display: none;
  transition: all 500ms ease 500ms;
  display: flex;
  opacity: 0;
  display: none;
}
.header .header-content .logo img {
  width: 75px;
}
@media (min-width: 1024px) {
  .header .header-content .logo {
    display: flex;
    opacity: 0;
  }
  .page-sgnet .header .header-content .logo, .not-top .header .header-content .logo {
    opacity: 1;
  }
  .header .header-content .logo a {
    padding: 0;
    margin: 0;
    border: 0;
    line-height: 0;
  }
  .header .header-content .logo a img {
    transition: all 300ms ease;
    padding: 10px;
    width: 75px;
  }
  .page-sgnet .header .header-content .logo a img, .not-top .header .header-content .logo a img {
    transition: all 300ms ease;
  }
}
.header .header-content .navigation {
  position: relative;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  z-index: 2;
  width: 100%;
}
@media (min-width: 1024px) {
  .header .header-content .navigation {
    display: flex;
  }
}
.header .header-content .navigation ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: relative;
  display: flex;
  white-space: nowrap;
  width: 100%;
}
.header .header-content .navigation ul li {
  margin: 0;
  padding: 0;
  position: relative;
  transition: background 300ms ease;
  display: flex;
  text-align: right;
  align-items: center;
  flex: 1;
}
.header .header-content .navigation ul li.nav-logo {
  display: flex;
  flex: 10;
  padding: 0;
  margin: 0px 0px;
  position: relative;
  border: 0 !important;
}
.header .header-content .navigation ul li.nav-logo .letters {
  opacity: 0;
  text-transform: uppercase;
}
.header .header-content .navigation ul li.nav-logo .letters.ran {
  opacity: 1;
}
.header .header-content .navigation ul li.nav-logo .letter-part {
  letter-spacing: 2px;
  color: #999;
  display: flex;
  flex-direction: column;
  margin-left: 9.5px;
  text-align: center;
  font-style: italic;
  text-transform: uppercase;
  line-height: 26px;
  -webkit-font-smoothing: antialiased;
  transform-origin: left;
  padding-right: 5px;
  transition: all 500ms ease;
  z-index: 2;
  position: relative;
}
.header .header-content .navigation ul li.nav-logo .main-logo img {
  width: 220px;
}
@media (min-width: 1024px) {
  .header .header-content .navigation ul li.nav-logo .main-logo img {
    width: 220px;
  }
}
.header .header-content .navigation ul li.nav-logo .fp-logo {
  z-index: 3;
  position: relative;
}
@media (max-width: 1023px) {
  .header .header-content .navigation ul li.nav-logo > div {
    transform-origin: left;
    transition: all 500ms ease;
    overflow: hidden;
    padding: 15px;
    margin-left: 10px;
    position: relative;
  }
  .stick-header.not-top .header .header-content .navigation ul li.nav-logo > div {
    transform: translateX(-60px);
  }
  .stick-header.not-top .header .header-content .navigation ul li.nav-logo > div .letter-part {
    opacity: 0;
  }
  .stick-header.not-top .header .header-content .navigation ul li.nav-logo > div a {
    width: 50px;
  }
}
@media (min-width: 1024px) {
  .header .header-content .navigation ul li.nav-logo {
    margin: 0;
    width: 100%;
    margin-right: 20px;
    padding: 20px 0;
    justify-content: flex-start;
    align-items: center;
  }
}
.header .header-content .navigation ul li.nav-logo.active {
  background-color: transparent;
}
.header .header-content .navigation ul li.nav-logo a {
  font-family: "Montserrat";
  letter-spacing: normal;
  text-transform: none;
  border: 0 !important;
  display: flex;
  font-weight: 400;
  font-size: 22px;
  padding: 0px;
  margin: 0px;
  align-items: center;
  overflow: hidden;
  position: relative;
  width: 220px;
}
@media (min-width: 1024px) {
  .header .header-content .navigation ul li.nav-logo a {
    padding: 15px 0;
    margin: 0;
    border-radius: 0;
  }
}
.header .header-content .navigation ul li.nav-logo .letters {
  display: flex;
  overflow: hidden;
  position: relative;
  transform: translateX(0px);
  transition: all 500ms ease;
}
@media (max-width: 1023px) {
  .not-top .header .header-content .navigation ul li.nav-logo .letters {
    transform: translateX(-35px);
  }
}
.header .header-content .navigation ul li.nav-logo .letters .letter {
  position: relative;
  transition: all 300ms ease;
  transform: translateX(-200px);
}
.header .header-content .navigation ul li.nav-logo .letters .letter:first-child {
  padding-left: 10px;
}
.page-loaded .header .header-content .navigation ul li.nav-logo .letters .letter {
  transform: translateX(0);
}
@media (max-width: 1023px) {
  .page-loaded.not-top .header .header-content .navigation ul li.nav-logo .letters .letter {
    transform: translateX(-200px);
  }
}
.header .header-content .navigation ul li.nav-logo .letters .letter:nth-child(1) {
  z-index: 9;
  transition-delay: 25ms;
}
.header .header-content .navigation ul li.nav-logo .letters .letter:nth-child(2) {
  z-index: 8;
  transition-delay: 50ms;
}
.header .header-content .navigation ul li.nav-logo .letters .letter:nth-child(3) {
  z-index: 7;
  transition-delay: 75ms;
}
.header .header-content .navigation ul li.nav-logo .letters .letter:nth-child(4) {
  z-index: 6;
  transition-delay: 100ms;
}
.header .header-content .navigation ul li.nav-logo .letters .letter:nth-child(5) {
  z-index: 5;
  transition-delay: 125ms;
}
.header .header-content .navigation ul li.nav-logo .letters .letter:nth-child(6) {
  z-index: 4;
  transition-delay: 150ms;
}
.header .header-content .navigation ul li.nav-logo .letters .letter:nth-child(7) {
  z-index: 3;
  transition-delay: 175ms;
}
.header .header-content .navigation ul li.nav-logo .letters .letter:nth-child(8) {
  z-index: 2;
  transition-delay: 200ms;
}
.header .header-content .navigation ul li.nav-logo .letters .letter:nth-child(9) {
  z-index: 1;
  transition-delay: 225ms;
}
.header .header-content .navigation ul li.nav-logo .letters .letter:nth-child(10) {
  z-index: 0;
  transition-delay: 250ms;
}
@media (min-width: 1024px) {
  .header .header-content .navigation ul li {
    font-size: 16px;
  }
}
.header .header-content .navigation ul li ul {
  position: absolute;
  background-color: #588438;
  display: flex;
  flex-direction: column;
  white-space: nowrap;
  transform: translateY(-2px);
  opacity: 0;
  transition: all 300ms ease;
  overflow: none;
  border-bottom: 4px solid #026706;
  pointer-events: none;
}
.header .header-content .navigation ul li ul li {
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1254901961);
}
.header .header-content .navigation ul li ul li a {
  padding: 15px 75px 15px 20px !important;
  font-weight: 300;
  display: inline-block;
  width: 100%;
  border: 0 !important;
}
.header .header-content .navigation ul li ul li:last-child {
  border-bottom: 0;
}
.header .header-content .navigation ul li:hover ul {
  pointer-events: all;
  opacity: 1;
}
.header .header-content .navigation ul li a {
  position: relative;
  padding: 20px 1px;
  text-transform: uppercase;
  font-weight: 300;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  line-height: normal;
  transition: all 300ms ease;
  font-family: "Raleway";
  font-size: 13px;
}
@media (min-width: 1024px) {
  .header .header-content .navigation ul li a {
    padding: 0px 7.5px;
    font-size: 13px;
  }
}
.header .header-content .navigation ul li a .home-link {
  width: 30px;
  height: 31px;
  max-height: 31px;
}
@media (min-width: 1024px) {
  .header .header-content .navigation ul li a .home-link {
    width: 30px;
    max-height: 31px;
    height: 31px;
    margin-right: 15px;
  }
}
@keyframes logo-start {
  0% {
    transform: rotate(-90deg) scale(0);
    opacity: 1;
  }
  75% {
    transform: rotate(0deg) scale(1.1);
    opacity: 1;
  }
  100% {
    transform: rotate(0deg) scale(1);
    opacity: 1;
  }
}
@keyframes logo-start2 {
  0% {
    transform: scale(0);
  }
  55% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}
.header .header-content .navigation ul li a .fp-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px;
}
.header .header-content .navigation ul li a .fp-logo img {
  width: 50px;
  height: 50px;
  opacity: 0;
}
.header .header-content .navigation ul li a .fp-logo.initiated {
  opacity: 1;
}
.header .header-content .navigation ul li a .fp-logo.initiated img {
  animation: logo-start 300ms ease 300ms forwards;
}
@media (max-width: 1023px) {
  .header .header-content .navigation ul li a .fp-logo {
    transition: all 500ms ease 0ms;
  }
}
.header .header-content .navigation ul li a.button {
  /*padding: 10px 15px;
  align-self: center;
  font-size: 90%;
  line-height: normal;*/
  margin: 0 5px;
  letter-spacing: 1.5px;
  border: 0;
  font-size: 80%;
}
.header .header-content .navigation ul li a.button:hover {
  border: 0;
}
.header .header-content .navigation ul li a > div {
  padding: 5px 9px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  font-weight: 600;
}
@media (min-width: 1024px) {
  .header .header-content .navigation ul li a > div {
    padding: 10px 5px;
  }
}
.page-sgnet .header .header-content .navigation ul li a, .not-top .header .header-content .navigation ul li a {
  transition: all 300ms ease;
}
.header .header-content .navigation ul li.active a {
  color: #588438;
}
.header .header-content .navigation ul li.active a.button {
  border-color: #588438;
  color: #fff;
}
.header .header-content .actions {
  position: relative;
  width: 100px;
  align-items: center;
  justify-content: flex-end;
  display: flex;
}
.header .header-content .actions.active .button {
  border-color: red;
}
.header .header-content .actions .button {
  margin-right: 10px;
}
.header .header-content .actions .button:last-child {
  margin-right: 0;
}
@media (min-width: 1024px) {
  .header .header-content .actions {
    display: flex;
  }
}

.navigation-trigger {
  position: fixed;
  padding: 0px;
  z-index: 400;
  top: 20px;
  right: 0;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 67px;
  padding: 30px;
}
@media (min-width: 1024px) {
  .navigation-trigger {
    justify-content: flex-end;
  }
}
.navigation-trigger .hamburgerx {
  width: 25px;
  height: 20px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.navigation-trigger.closer-only {
  opacity: 0;
  position: fixed;
  max-height: 50px;
  top: 35px;
}
@media (min-width: 1024px) {
  .navigation-trigger.closer-only {
    max-height: 90px;
  }
}
.show-navigation .navigation-trigger.closer-only {
  opacity: 1;
}
.navigation-trigger .hamburgerx span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #fff;
  border-radius: 3px;
  opacity: 1;
  right: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: transform 0.25s ease-in-out;
  -moz-transition: transform 0.25s ease-in-out;
  -o-transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

/*
	.show-navigation .hamburger span {
		//background-color: #7d7d7d;

	}
	.hamburger span:nth-child(1) {
	  top: 0px;
	}

	.hamburger span:nth-child(2),.hamburger span:nth-child(3) {
	  top: 8px;
	}

	.hamburger span:nth-child(4) {
	  top: 16px;
	  width: 100%;
	}
	.hamburger span:nth-child(3) {
	  width: 100%;
	}

	.hamburger span:nth-child(2) {
	  width: 100%;
	  opacity: 0;
	}
	.show-navigation {
		.hamburger span {
			transition: transform .25s ease-in-out;

		}
		.hamburger span:nth-child(2), .hamburger span:nth-child(3), .hamburger span:nth-child(4) {
		  opacity: 1;
		  width: 100%;
		  //left: 0;
		}
	} 

	.show-navigation .hamburger span:nth-child(1) {
	  top: 50%;
	  width: 0%;
	  left: 50%;
	}

	.show-navigation .hamburger span:nth-child(2) {
	  -webkit-transform: rotate(45deg);
	  -moz-transform: rotate(45deg);
	  -o-transform: rotate(45deg);
	  transform: rotate(45deg);
	}

	.show-navigation .hamburger span:nth-child(3) {
	  -webkit-transform: rotate(-45deg);
	  -moz-transform: rotate(-45deg);
	  -o-transform: rotate(-45deg);
	  transform: rotate(-45deg);
	}

	.show-navigation .hamburger span:nth-child(4) {
	  top: 50%;
	  width: 0%;
	  left: 50%;
	}	
	*/
.hamburger {
  width: 25px;
  height: 20px;
  position: relative;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
  z-index: 3;
}
.hamburger span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #fff;
  border-radius: 3px;
  opacity: 1;
  right: 0;
  transform: rotate(0deg);
  transition: all 0.25s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 0px;
}
.hamburger span:nth-child(2), .hamburger span:nth-child(3) {
  top: 8px;
}
.hamburger span:nth-child(4) {
  top: 16px;
  width: 100%;
}
.hamburger span:nth-child(3) {
  width: 100%;
}
.hamburger span:nth-child(2) {
  width: 100%;
  opacity: 0;
}
.show-navigation .hamburger span {
  transition: transform 0.25s ease-in-out;
}
.show-navigation .hamburger span:nth-child(1) {
  top: 50%;
  width: 0%;
  left: 50%;
}
.show-navigation .hamburger span:nth-child(2), .show-navigation .hamburger span:nth-child(3), .show-navigation .hamburger span:nth-child(4) {
  opacity: 1;
  width: 100%;
  left: 0;
}
.show-navigation .hamburger span:nth-child(2) {
  transform: rotate(45deg);
}
.show-navigation .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
}
.show-navigation .hamburger span:nth-child(4) {
  top: 50%;
  width: 0%;
  left: 50%;
}

.login-form h5.main {
  margin-bottom: 0;
  padding: 20px;
  padding-bottom: 0;
  font-weight: 700;
  text-align: center;
}
.login-form h5.sub {
  margin-bottom: 0;
  padding: 20px;
  color: #ffffff;
  font-style: italic;
  padding-top: 0;
  font-weight: 300;
  text-align: center;
}
.content .login-form {
  text-align: center;
}
.content .login-form .main-row {
  position: absolute;
  padding: 7px 10px;
  color: #007fa5;
  font-size: 12px;
  pointer-events: none;
}
.content .login-form .main-row h3 {
  margin-bottom: 5px;
  font-size: 14px;
}
.content .login-form .row {
  margin-bottom: 10px;
}
.content .login-form h5.main.step1item:before {
  content: "Phone Number";
}
@media (min-width: 1024px) {
  .content .login-form {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .content .login-form > div {
    padding: 0 10px 50px 10px;
  }
  .content .login-form h5.main, .content .login-form h5.sub {
    padding: 0;
    text-align: left;
    padding: 0px;
  }
}
.header-mobile .login-form {
  text-align: left;
}
.header-mobile .login-form h5.main {
  padding: 0;
  text-align: left;
  font-size: inherit;
}
.header-mobile .login-form h5.main.step1item:before {
  font-weight: 600;
  text-transform: uppercase;
  content: "Login";
  font-size: inherit;
}
.header-mobile .login-form .login-header {
  padding: 10px 0;
}
.header-mobile .login-form .login-header input {
  margin-left: 0;
}
.login-form .login-header {
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.login-form .login-header .label {
  font-weight: 700;
  text-transform: uppercase;
  color: #777;
}
.login-form .login-header .row {
  padding-bottom: 10px;
}
.login-form input {
  border: 0;
  padding: 23px 20px 5px 10px;
  font-size: 14px;
  width: 100%;
  background-color: #fff;
}
.login-form a.button {
  background-color: rgba(51, 51, 51, 0.6);
  color: #aaa;
}
.login-form .step1item, .login-form .step2item, .login-form .step3item {
  display: none;
}
.login-form.step1 .step1item {
  display: inline-block;
}
.login-form.step2 .step2item {
  display: inline-block;
}
.login-form.verified a.button {
  background-color: #588438;
  color: #fff;
}

.content-section {
  min-height: 50vh;
}

.section {
  transition: opacity 300ms ease;
  position: relative;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
}
@media (max-width: 1023px) {
  .section.section-pricing.secondone {
    padding-top: 50px;
  }
}
.section.feature-highlights {
  display: flex;
  flex-direction: column;
}
.section.feature-highlights .feature-highlight {
  display: flex;
  width: 100%;
  position: relative;
}
.section.feature-highlights .feature-highlight > div {
  width: 50%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section.feature-highlights .feature-highlight > div:first-child {
  background-color: #11160c;
  padding-top: 30%;
  order: 1;
}
.section.feature-highlights .feature-highlight > div:first-child > div {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.section.feature-highlights .feature-highlight > div:first-child > div img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  transition: all 500ms ease;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  opacity: 1;
}
.section.feature-highlights .feature-highlight > div:first-child > div > h3 {
  left: 0;
  top: 0;
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  justify-content: center;
  font-size: 28px;
  font-weight: 900;
  padding: 50px;
}
.section.feature-highlights .feature-highlight > div:first-child > div > h3 span {
  display: inline-block;
  padding: 10px 20px;
  background-color: #181818;
}
.section.feature-highlights .feature-highlight > div:last-child {
  order: 2;
}
.section.feature-highlights .feature-highlight > div:last-child h3 {
  margin: 0;
  padding: 0;
}
@media (max-width: 1023px) {
  .section.feature-highlights .feature-highlight {
    margin-bottom: 5px;
  }
  .section.feature-highlights .feature-highlight > div {
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
  }
  .section.feature-highlights .feature-highlight > div:first-child {
    z-index: 1;
    position: relative;
    padding: 50px;
    padding-top: 80%;
  }
  .section.feature-highlights .feature-highlight > div:last-child {
    z-index: 2;
    position: relative;
    background-color: rgba(0, 0, 0, 0.8666666667);
    padding: 50px 20px;
    display: none;
  }
  .section.feature-highlights .feature-highlight > div:last-child h3 {
    font-size: 24px;
  }
}
@media (min-width: 1024px) {
  .section.feature-highlights .feature-highlight {
    padding: 20px 0px 0 0px;
  }
  .section.feature-highlights .feature-highlight:last-child {
    padding-bottom: 20px;
  }
  .section.feature-highlights .feature-highlight > div:last-child {
    background-color: #0f0f0f;
    padding: 30px;
  }
}
.section.generic-section {
  padding-top: 100px;
  padding-bottom: 20px;
}
@media (min-width: 1024px) {
  .section.generic-section {
    padding-top: 20px;
    padding-bottom: 50px;
  }
}
.section .blog-snippet-content {
  width: 100%;
  font-size: 18px;
}
.section .blog-snippet-content a {
  text-decoration: none;
}
.section .blog-snippet-content h1, .section .blog-snippet-content h2, .section .blog-snippet-content h3, .section .blog-snippet-content h4, .section .blog-snippet-content h5, .section .blog-snippet-content h6 {
  font-size: inherit;
  font-weight: 400;
}
.section .blog-snippet-content h2 {
  font-size: 20px;
}
.section .blog-snippet-content .related-title {
  font-size: 34px;
  text-align: center;
  font-weight: 600;
  margin: 75px 25px 25px 25px;
  color: #547851;
}
.section .blog-snippet-content.is-direct .blog-snippets .blog-snippet:first-child {
  min-width: 100%;
  flex: 3;
}
.section .blog-snippet-content.is-direct .blog-snippets .blog-snippet:first-child .snippet-meta h1 {
  text-align: center;
  margin-bottom: 15px;
  font-size: 34px;
}
.section .blog-snippet-content.is-direct .blog-snippets .blog-snippet:first-child .snippet-meta h2 {
  display: block;
  text-align: center;
}
.section .blog-snippet-content.is-direct .blog-snippets .blog-snippet:first-child .snippet-meta h3 {
  display: block;
}
@media (min-width: 1024px) {
  .section .blog-snippet-content.is-direct .blog-snippets .blog-snippet:first-child {
    padding: 0 0 25px 0;
    flex-direction: row;
  }
  .section .blog-snippet-content.is-direct .blog-snippets .blog-snippet:first-child .article-image {
    width: 50%;
    padding-top: 30%;
  }
  .section .blog-snippet-content.is-direct .blog-snippets .blog-snippet:first-child .snippet-meta {
    width: 50%;
    margin-top: 0;
    padding: 25px;
  }
  .section .blog-snippet-content.is-direct .blog-snippets .blog-snippet:first-child .snippet-meta h1 {
    font-size: 45px;
    text-align: left;
  }
  .section .blog-snippet-content.is-direct .blog-snippets .blog-snippet:first-child .snippet-meta h2 {
    line-height: 28px;
    display: block;
    text-align: left;
  }
}
.section .blog-snippet-content .blog-snippets {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  display: flex;
  font-size: 18px;
}
.section .blog-snippet-content .blog-snippets .blog-snippet {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-width: 100%;
}
@media (min-width: 1024px) {
  .section .blog-snippet-content .blog-snippets .blog-snippet {
    min-width: 30%;
    margin-right: 25px;
  }
  .section .blog-snippet-content .blog-snippets .blog-snippet:last-child {
    margin-right: 0;
  }
}
.section .blog-snippet-content .blog-snippets .blog-snippet .snippet-meta {
  margin: 15px 0;
  padding: 15px;
}
@media (min-width: 1024px) {
  .section .blog-snippet-content .blog-snippets .blog-snippet .snippet-meta {
    padding: 15px;
  }
}
.section .blog-snippet-content .blog-snippets .blog-snippet .snippet-meta h1 {
  font-family: times;
  font-size: 28px;
  line-height: 100%;
}
@media (min-width: 1024px) {
  .section .blog-snippet-content .blog-snippets .blog-snippet .snippet-meta h1 {
    font-size: 28px;
  }
}
.section .blog-snippet-content .blog-snippets .blog-snippet .snippet-meta h2 {
  display: none;
  line-height: 150%;
}
.section .blog-snippet-content .blog-snippets .blog-snippet .snippet-meta h3 {
  display: none;
  margin: 25px 0 0 0;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  position: relative;
}
.section .blog-snippet-content .blog-snippets .blog-snippet .snippet-meta .read-more {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #537750;
}
@media (min-width: 1024px) {
  .section .blog-snippet-content .blog-snippets .blog-snippet .snippet-meta .read-more {
    justify-content: flex-start;
  }
}
.section .blog-snippet-content .blog-snippets .blog-snippet .snippet-meta .read-more:after {
  content: "";
  align-self: center;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-left: 8px;
  content: "\f054";
  font-family: "Font Awesome 6 PRO";
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.section .blog-snippet-content .blog-snippets .blog-snippet .article-image {
  padding-top: 56%;
  position: relative;
}
.section .blog-snippet-content .blog-snippets .blog-snippet .article-image img {
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  font-family: "object-fit: cover; object-position: center";
  height: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.section.section-blog {
  font-size: 18px;
}
.section.section-blog .wp-block-coblocks-gallery-carousel {
  overflow: hidden;
}
.section.section-blog .wp-block-columns {
  display: flex;
  overflow: auto;
}
@media (min-width: 1024px) {
  .section.section-blog .wp-block-columns {
    overflow: hidden;
  }
}
.section.section-blog .wp-block-columns .wp-block-column {
  min-width: 100%;
}
@media (min-width: 1024px) {
  .section.section-blog .wp-block-columns .wp-block-column {
    min-width: 0;
  }
}
.section.section-blog .blog-container {
  width: 100%;
}
.section.section-blog .blog-header {
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
@media (min-width: 1024px) {
  .section.section-blog .blog-header {
    text-align: left;
    flex-direction: row;
  }
}
.section.section-blog .blog-header .blog-meta {
  width: 100%;
  margin-top: 25px;
}
@media (min-width: 1024px) {
  .section.section-blog .blog-header .blog-meta {
    width: 60%;
    padding: 0 50px 0 0;
    display: flex;
    flex-direction: column;
    flex: 1;
  }
}
.section.section-blog .blog-header .blog-meta h1 {
  font-weight: 600;
  font-family: times;
  margin: 0;
  padding: 0;
  line-height: normal;
  font-size: 40px;
  text-align: center;
}
@media (min-width: 1024px) {
  .section.section-blog .blog-header .blog-meta h1 {
    font-size: 60px;
    text-align: left;
    flex: 1;
  }
}
.section.section-blog .blog-header .blog-meta .blog-date {
  margin-top: 30px;
  font-weight: 600;
}
.section.section-blog .blog-header .blog-meta .blog-share {
  margin-top: 30px;
  width: 100%;
}
.section.section-blog .blog-header .blog-meta .blog-share a {
  padding: 0 10px;
}
.section.section-blog .blog-header .blog-meta .blog-share .label-share {
  padding-right: 20px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
}
.section.section-blog .blog-header .featured-image {
  width: 100%;
  margin-top: 50px;
}
@media (min-width: 1024px) {
  .section.section-blog .blog-header .featured-image {
    margin-top: 0;
    max-width: 40%;
    width: 40%;
    min-width: 40%;
  }
}
.section.section-blog .blog-header .featured-image img {
  height: 100%;
  object-fit: cover;
}
.section.section-blog .blog-sep {
  width: 94%;
  display: inline-block;
  height: 6px;
  margin-left: 3%;
  margin-top: 50px;
  background-color: #4a4a4a;
}
@media (min-width: 1024px) {
  .section.section-blog .blog-sep {
    margin-top: 10px;
    width: 100%;
    left: 0;
    margin-left: 0;
  }
}
.section.section-blog .blog-author {
  font-weight: 600;
  font-style: italic;
  padding: 25px 0;
}
.section.section-blog .blog-article h3, .section.section-blog .blog-article p > strong {
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
  line-height: normal;
  font-family: "Dosis";
  font-weight: 800;
  color: #7cb450;
  font-size: 20pt;
  margin-top: 40px;
  display: block;
}
@media (min-width: 1024px) {
  .section.section-blog .blog-article {
    padding: 25px 40px;
    max-width: 900px;
    margin: 0 auto;
    letter-spacing: normal;
    font-size: 20px;
    font-weight: 300;
  }
}
.section.section-blog.basic .blog-header .blog-meta h1 {
  font-family: "dosis";
  margin-bottom: 20px;
}
.section.section-blog.basic .blog-header.no-image h1, .section.section-blog.basic .blog-header.no-image h2, .section.section-blog.basic .blog-header.no-image h3, .section.section-blog.basic .blog-header.no-image h4, .section.section-blog.basic .blog-header.no-image h5, .section.section-blog.basic .blog-header.no-image h6 {
  text-align: center;
  width: 100%;
}
.section.section-blog.basic .blog-article {
  padding: 25px 0;
  max-width: none;
}
.page-template-homepage .section .main-contained {
  height: 100%;
}
.section .hero {
  position: relative;
  display: inline-block;
  align-self: center;
  text-align: center;
  /*padding: 25px 50px 0px 50px;
  border-radius: 50px;
  transition: background-color 300ms ease;
  &:after {
      content: "";
      position: absolute;
      top: 100%;
      left: 70px;
      border-width: 75px 75px 0 0;
      border-style: solid;
      border-color: transparent;
      transition: border-color 300ms ease;
  }

  &:hover {
      background-color: #222;
      &:after {
          border-color: #222 transparent;
      }
  }
      */
}
.section .hero .links {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.section .hero .links a {
  margin-top: 25px;
}
.section .hero .links a:first-child {
  margin-top: 0px;
}
@media (min-width: 1024px) {
  .section .hero .links {
    flex-direction: row;
  }
  .section .hero .links a {
    margin-top: 0px;
    margin-left: 15px;
  }
  .section .hero .links a:first-child {
    margin-top: 0px;
    margin-left: 0px;
  }
}
.section .hero .hero-title {
  transform: translate3d(0, 0, 0);
  font-weight: 400;
  font-size: 50px;
  text-align: center;
  text-transform: none;
  letter-spacing: normal;
}
@media (min-width: 1024px) {
  .section .hero .hero-title {
    font-size: 60px;
  }
}
.section.section-top {
  padding-top: 150px;
}
@media (min-width: 1024px) {
  .section.section-top {
    padding-top: 100px;
  }
}
.section.section-pricing.top-part {
  padding-top: 100px;
}
@media (min-width: 1024px) {
  .section.section-pricing {
    margin-bottom: 75px;
  }
  .section.section-pricing.top-part {
    padding-top: 150px;
  }
}
.section.section-partner {
  margin-bottom: 50px;
}
.section.section-pricing .small, .section.section-partner .small {
  font-size: 20px;
  font-weight: 300;
}
.section.section-pricing .referrals, .section.section-partner .referrals {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 50px;
}
.section.section-pricing .referrals .referral, .section.section-partner .referrals .referral {
  background-color: #2a2a2a;
  padding: 25px;
}
.section.section-pricing .referrals .referral h2, .section.section-partner .referrals .referral h2 {
  color: #a0c983;
  display: flex;
  gap: 10px;
  width: 100%;
  flex-direction: column;
  align-items: center;
  text-align: center;
  font-size: 30px;
}
.section.section-pricing .referrals .referral h2 span:first-child, .section.section-partner .referrals .referral h2 span:first-child {
  flex: 1;
}
.section.section-pricing .referrals .referral h2 span.rate, .section.section-partner .referrals .referral h2 span.rate {
  color: #fff;
  font-size: 18px;
  background-color: #2d4071;
  padding: 10px 20px;
  line-height: normal;
  font-family: "Open Sans";
  font-weight: 100;
}
.section.section-pricing .referrals .referral h2 span.duration, .section.section-partner .referrals .referral h2 span.duration {
  color: #fff;
  font-size: 20px;
}
@media (min-width: 1024px) {
  .section.section-pricing .referrals .referral h2, .section.section-partner .referrals .referral h2 {
    flex-direction: row;
    text-align: left;
  }
}
.section.section-pricing .items, .section.section-partner .items {
  width: 100%;
  font-size: 12px;
  color: #bbb;
  letter-spacing: 0.15em;
}
.section.section-pricing .items .item, .section.section-partner .items .item {
  display: flex;
  border-bottom: 1px solid #333;
}
.section.section-pricing .items .item:last-child, .section.section-partner .items .item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}
.section.section-pricing .items .item .title, .section.section-partner .items .item .title {
  font-weight: 400;
  text-transform: uppercase;
  color: #eee;
  margin-bottom: 5px;
}
.section.section-pricing .items .item .column1, .section.section-partner .items .item .column1 {
  width: 45%;
  padding: 30px 30px 30px 0;
}
@media (min-width: 1024px) {
  .section.section-pricing .items .item .column1, .section.section-partner .items .item .column1 {
    width: 30%;
  }
}
.section.section-pricing .items .item .column2, .section.section-partner .items .item .column2 {
  width: 55%;
  padding: 30px 0px 30px 30px;
}
@media (min-width: 1024px) {
  .section.section-pricing .items .item .column2, .section.section-partner .items .item .column2 {
    width: 70%;
  }
}
.section.section-pricing h4, .section.section-partner h4 {
  font-weight: 400;
  margin: 0;
  padding: 0;
  font-size: 28px;
  font-family: "Roboto";
  color: #eee;
}
.section.section-pricing sup, .section.section-partner sup {
  vertical-align: text-top;
  font-size: 12px;
  margin-right: 3px;
}
@media (min-width: 1024px) {
  .section.section-pricing sup, .section.section-partner sup {
    font-size: 20px;
  }
}
.section.section-pricing table, .section.section-partner table {
  width: 100%;
  border-spacing: 0;
  border-collapse: separate;
  font-size: 12px;
  text-transform: uppercase;
  color: #bbb;
  letter-spacing: 0.15em;
}
.section.section-pricing table tr td, .section.section-partner table tr td {
  padding: 30px 20px;
  vertical-align: middle;
}
.section.section-pricing table tr td:first-child, .section.section-partner table tr td:first-child {
  padding: 30px 20px;
  width: 250px;
  white-space: nowrap;
}
@media (min-width: 1024px) {
  .section.section-pricing table tr td:first-child, .section.section-partner table tr td:first-child {
    padding: 30px 40px;
  }
}
.section.section-pricing table tr td h3, .section.section-partner table tr td h3 {
  margin: 0;
  color: #588438;
  font-size: 14px;
}
.section.section-pricing table tr td .slash, .section.section-partner table tr td .slash {
  font-size: 14px;
}
.section.section-pricing table tr:first-child, .section.section-partner table tr:first-child {
  font-weight: 500;
}
.section.section-pricing table tr:first-child td:first-child, .section.section-partner table tr:first-child td:first-child {
  padding: 30px 20px;
}
.section.section-pricing table tr:nth-child(odd), .section.section-partner table tr:nth-child(odd) {
  background-color: rgba(80, 80, 80, 0.0392156863);
}
.section.section-pricing table tr .colspan, .section.section-partner table tr .colspan {
  border-bottom: 1px solid #333;
  padding-bottom: 10px;
  margin-bottom: 5px;
}
.section.section-pricing table tr.header1, .section.section-partner table tr.header1 {
  background-color: transparent;
}
.section.section-pricing table tr.header1 td, .section.section-partner table tr.header1 td {
  padding-bottom: 0;
  vertical-align: top;
}
.section.section-pricing table tr.header1 td:first-child, .section.section-partner table tr.header1 td:first-child {
  padding: 30px 20px 0px 20px;
}
@media (min-width: 1024px) {
  .section.section-pricing table tr.header1 td:first-child, .section.section-partner table tr.header1 td:first-child {
    padding: 30px 40px 0px 40px;
  }
}
.section.section-pricing table tr.header2, .section.section-partner table tr.header2 {
  background-color: transparent;
  color: #aaa;
}
.section.section-pricing table tr.header2 td, .section.section-partner table tr.header2 td {
  font-size: 12px;
  font-weight: 300;
  padding-top: 5px;
  padding-bottom: 20px;
}
@media (max-width: 1023px) {
  .section.section-contact {
    margin-top: 50px;
  }
}
.section.section-contact form .thankyou, .section.section-contact form .pleasefix {
  display: none;
  width: 100%;
  margin-top: 20px;
}
.section.section-contact form.submitted .thankyou {
  display: inline-block;
}
.section.section-contact form.incomplete .pleasefix {
  display: inline-block;
}

.mobile-full-line {
  display: block;
}
@media (min-width: 1024px) {
  .mobile-full-line {
    display: inline-block;
  }
}

.photo.photo-a:after {
  background-image: url("/img/photo/photoa-b.jpg");
}

.photo.photo-b:after {
  background-image: url("/img/photo/photoa-a.jpg");
}

.photo.photo-c:after {
  background-image: url("/img/photo/photoa-c.jpg");
}

.content-block {
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  counter-reset: section;
}
.content-block.block-section {
  padding-bottom: 50px;
}
.content-block.basic > div {
  border-right: 0px solid #000;
  border-bottom: 0;
}
.content-block a {
  text-decoration: none;
}
.content-block.form {
  border-radius: 5px;
  padding: 25px;
}
@media (min-width: 1024px) {
  .content-block.form {
    padding: 15px;
  }
}
.content-block.form .button.submit {
  font-weight: 600;
  text-transform: uppercase;
  padding: 20px 60px;
}
.content-block.form .block-stretch {
  display: flex;
  flex-direction: row;
  height: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
}
.content-block.form .block-stretch > div {
  margin-bottom: 5px;
}
.content-block.form .block-stretch > div:last-child {
  margin-bottom: 0;
}
.content-block.form .block-stretch.min > div {
  margin-bottom: 10px;
}
.content-block.form .block-stretch.min > div:last-child {
  margin-bottom: 0;
}
.content-block.form .value {
  position: relative;
  padding-bottom: 19px;
}
@media (min-width: 1024px) {
  .content-block.form .value {
    padding-bottom: 25px;
  }
}
.content-block.form .value .h5 {
  font-size: 14px;
  font-weight: 600;
  color: #bbb;
  font-family: inherit;
}
.content-block.form .value span {
  color: #588438;
}
.content-block.form .value.flex {
  display: flex;
  align-items: center;
  jusitfy-content: center;
}
.content-block.form .value .chars {
  position: absolute;
  z-index: 3;
  bottom: 15px;
  right: 10px;
  font-size: 12px;
  color: #ccc;
}
.content-block.form .value.half {
  width: 100%;
}
@media (min-width: 1024px) {
  .content-block.form .value.half {
    width: calc(50% - 10px);
  }
}
.content-block.form .value .label {
  text-align: right;
  padding-right: 10px;
  text-transform: uppercase;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  align-self: stretch;
  border-right: 0;
  color: #dadada;
  padding: 12px 15px 12px 0;
  padding: 0;
  position: absolute;
  padding-left: 10px;
  padding-top: 5px;
  pointer-events: none;
}
@media (min-width: 1024px) {
  .content-block.form .value .label {
    color: #54aee4;
  }
}
.content-block.form .value a {
  display: flex;
  width: 100%;
  color: #a7a7a7;
  padding-bottom: 15px;
  border-bottom: 1px solid #797878;
  align-items: center;
  justify-content: flex-start;
}
.content-block.form .value a .icon {
  width: 40px;
  max-width: 40px;
  min-width: 40px;
  color: #588438;
  font-size: 20px;
}
.content-block.form .value .input {
  width: 100%;
  font-size: 13px;
  padding: 13px;
  color: #b9b9b9;
  display: flex;
  appearance: none;
}
.content-block.form .value .input label {
  display: flex;
  padding: 7px 20px;
  font-size: 11px;
  text-transform: uppercase;
  position: relative;
  margin-right: 0px;
  color: #888;
  cursor: pointer;
  border: 1px solid transparent;
  transition: all 200ms ease;
  border-radius: 5px;
  letter-spacing: 2px;
  font-weight: 600;
  overflow: hidden;
}
.content-block.form .value .input label span {
  position: relative;
  z-index: 1;
}
.content-block.form .value .input label:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transition: all 200ms ease 150ms;
  width: 100%;
  height: 100%;
  transform: translateX(-100%);
  background-color: #252525;
  border-color: #151515;
  z-index: 0;
}
.content-block.form .value .input label.cancel:after {
  border-color: transparent;
  background-color: #d8362a;
}
.content-block.form .value .input label.enable:after {
  border-color: transparent;
  background-color: #208042;
  color: #fff;
}
.content-block.form .value .input label.f:after {
  transform: translateX(101%);
}
.content-block.form .value .input input {
  min-width: 20px;
  opacity: 0;
  position: fixed;
  width: 0;
}
.content-block.form .value .input input:checked + label {
  color: #ddd;
  /*&:after {
  	background: linear-gradient(160deg, #000000 0%, #008eb9 0%, #014e63 100%);
      content: "";
      position: absolute;
      width: 100%;
      height: 3px;
      bottom: 0;
      left: 0;
      border-radius: 3px;						
  }*/
}
.content-block.form .value .input input:checked + label:after {
  transform: translateX(0%);
  transition: all 200ms ease;
}
.content-block.form .value select {
  min-width: 200px;
}
.content-block.form .value input, .content-block.form .value select, .content-block.form .value textarea {
  font-size: 13px;
  padding: 10px 15px;
  color: #b9b9b9;
  background-color: #252525;
  width: 100%;
  border: 1px solid #151515;
}
.page-template-homepage .content-block.form .value input, .page-template-homepage .content-block.form .value select, .page-template-homepage .content-block.form .value textarea {
  border: 1px solid #101010;
  background-color: #2f2f2f;
  padding: 10px 15px;
}
.content-block.form .value input.invalid, .content-block.form .value select.invalid, .content-block.form .value textarea.invalid {
  color: red;
  border-color: red;
}
.content-block.form .value input.last, .content-block.form .value select.last, .content-block.form .value textarea.last {
  margin-bottom: 0;
}
.content-block.form .value input option, .content-block.form .value select option, .content-block.form .value textarea option {
  padding: 5px;
}
.content-block.form .value textarea {
  height: 100%;
}
.content-block.form .value .invalid {
  color: red;
  border-color: red;
}
.content-block.form .value.last a {
  border-bottom: 0;
}
.content-block.form .value.fill {
  height: 100%;
}
.content-block.top {
  flex-direction: column;
}
.content-block.top.main {
  color: #fff;
  min-height: calc(100vh - 85px);
  justify-content: center;
}
@media (min-width: 1024px) {
  .content-block.top.main {
    min-height: calc(100vh - 200px);
  }
}
.content-block.top.main h1 {
  border: 0;
  margin-bottom: 10px;
  transition: all 2000ms ease;
  border-color: transparent;
}
.page-loaded .content-block.top.main h1 {
  border-color: #588438;
}
.content-block.top.main .first {
  background-color: #090909;
  padding-top: 10vh;
  border-bottom: 0;
}
@media (min-width: 1024px) {
  .content-block.top.main .first {
    padding-top: 0;
  }
}
.content-block.top.main .second {
  background-color: #090909;
}
.content-block.top.main-sub {
  min-height: calc(100vh - 75px);
}
@media (min-width: 1024px) {
  .content-block.top.main-sub {
    min-height: calc(100vh - 100px);
  }
}
.content-block.top.main-sub .first {
  background-color: #111;
  padding-top: 10vh;
  border-bottom: 0;
}
@media (min-width: 1024px) {
  .content-block.top.main-sub .first {
    padding-top: 0;
    background-color: transparent;
  }
}
.content-block.top .first, .content-block.top .second {
  width: 100%;
}
.content-block.top .second {
  flex: 3;
  justify-content: flex-start;
  padding-top: 0vh;
  border: 0;
}
.content-block.top .first {
  flex: 1;
}
@media (min-width: 1024px) {
  .content-block {
    flex-direction: row;
  }
  .content-block.top {
    flex-direction: row;
  }
  .content-block.top .first, .content-block.top .second {
    width: 50%;
    flex: 1;
    justify-content: center;
    align-items: center;
  }
}
.content-block h1 {
  font-size: 60px;
  margin-bottom: 10px;
  text-decoration: none;
  border-top: 1px solid #222;
  border-bottom: 1px solid #222;
  transition: all 50ms ease;
  transform: translate3d(0, 0, 0);
  border-top: 1px solid #588438;
  border-bottom: 1px solid #588438;
  padding: 10px 10px;
}
.content-block h1.msmall {
  font-size: 5vw;
}
.active .content-block h1 {
  border-top: 1px solid #588438;
  border-bottom: 1px solid #588438;
}
.content-block h2 {
  line-height: normal;
}
.content-block h4 {
  font-weight: 600;
  margin-bottom: 5px;
  font-size: 4vw;
  line-height: normal;
}
@media (min-width: 1024px) {
  .content-block h4 {
    font-size: 2vw;
  }
}
.content-block h5 {
  margin-bottom: 5px;
  font-size: 3.5vw;
  line-height: 150%;
}
@media (min-width: 1024px) {
  .content-block h5 {
    font-size: 1.3vw;
  }
}
.content-block ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.content-block ul li {
  margin: 0;
  text-align: left;
  padding: 3px 0px;
  position: relative;
  display: flex;
  align-items: flex-start;
  margin-bottom: 10px;
}
.content-block ul li:before {
  content: "";
  height: 1vw;
  width: 1.2vw;
  min-width: 13px;
  min-height: 10px;
  background-color: #588438;
  margin-right: 12px;
  border-radius: 1.7vw;
  margin-top: 5px;
}
@media (min-width: 1024px) {
  .content-block ul li:before {
    min-height: 1vw;
    min-width: 1.2vw;
    margin-top: 0.8vw;
  }
}
@keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}
.loading {
  position: relaltive;
  z-index: 1;
}
.loading > div {
  opacity: 0;
}
.loading:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  opacity: 1;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  opacity: 1;
}
.loading:before {
  content: "";
  z-index: 3;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  border-radius: 50%;
  border-top: 2px solid #07d;
  border-right: 2px solid transparent;
  animation: spinner 0.6s linear infinite;
}

.bubbles {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .bubbles {
    flex-wrap: nowrap;
    flex-direction: row;
    padding: 0 50px;
  }
}
.bubbles .buttons {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.bubbles .buttons li {
  margin: 0;
  padding: 0;
  display: inline-block;
  background-color: #1b1b1b;
  color: #fff;
  width: 30%;
  text-align: center;
  margin-bottom: 15px;
  display: flex;
  transition: all 300ms ease;
}
.bubbles .buttons li a {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 10px 20px;
}
.bubbles .buttons li.active {
  background-color: #5a8d34;
  font-weight: 900;
}
.bubbles .buttons li.active a {
  font-weight: 900;
}
.bubbles .bubble {
  width: 100%;
  text-align: center;
}
@media (min-width: 1024px) {
  .bubbles .bubble {
    text-align: left;
  }
  .bubbles .bubble:first-child {
    padding-right: 100px;
  }
  .bubbles .bubble:first-child.small-margin {
    padding-right: 50px;
  }
  .bubbles .bubble.wide {
    width: 60%;
  }
  .bubbles .bubble.normal {
    width: 40%;
  }
  .bubbles .bubble.wider {
    width: 70%;
  }
  .bubbles .bubble.narrow {
    width: 30%;
  }
  .bubbles .bubble.split {
    width: 50%;
  }
}
.bubbles .bubble.align-top {
  align-self: flex-start;
}
.bubbles .bubble.bubble-elements {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 300px;
}
@media (min-width: 1024px) {
  .bubbles .bubble.bubble-elements {
    min-height: 450px;
    height: auto;
  }
}
.bubbles .bubble.bubble-elements.content-type-blocks {
  align-self: normal;
}
.bubbles .bubble.bubble-elements.content-type-blocks .block-options {
  position: relative;
  width: 100%;
  z-index: 3;
  height: 100%;
  text-align: center;
  color: #588438;
  justify-content: space-between;
}
@media (min-width: 1024px) {
  .bubbles .bubble.bubble-elements.content-type-blocks .block-options {
    width: 60%;
    transform: translateX(20px);
  }
}
.bubbles .bubble.bubble-elements.content-type-blocks .block-options .block-option {
  text-decoration: none;
  font-weight: 400;
  font-size: 12px;
  padding: 50px 10px 20px 10px;
  display: inline-flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 100%;
  background-color: #FFF;
  transition: all 300ms ease;
  cursor: pointer;
  margin-bottom: 20px;
}
@media (max-width: 1023px) {
  .bubbles .bubble.bubble-elements.content-type-blocks .block-options .block-option {
    right: auto !important;
    top: auto !important;
    left: auto !important;
    bottom: auto !important;
  }
}
@media (min-width: 1024px) {
  .bubbles .bubble.bubble-elements.content-type-blocks .block-options .block-option {
    position: absolute;
    margin-bottom: 0;
    width: 120px;
    height: 150px;
  }
}
.bubbles .bubble.bubble-elements.content-type-blocks .block-options .block-option i {
  font-size: 30px;
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .bubbles .bubble.bubble-elements.content-type-blocks .block-options .block-option i {
    margin-bottom: 0;
  }
}
.bubbles .bubble.bubble-elements.content-type-blocks .block-options .block-option:hover {
  color: #fff;
  background-color: #588438;
}
.bubbles .bubble.bubble-elements.content-type-blocks .block-photo {
  width: 100%;
  z-index: 2;
  height: 100%;
  display: inline-block;
  overflow: hidden;
  position: relative;
}
.bubbles .bubble.bubble-elements.content-type-blocks .block-photo.cut {
  width: 40%;
  right: 0;
}
.bubbles .bubble.bubble-elements.content-type-blocks .block-photo.cut .photo {
  width: 100%;
}
.bubbles .bubble.bubble-elements.content-type-blocks .block-photo .tile {
  width: 65%;
  height: 65%;
  background-color: #1750f3;
  position: absolute;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 60px;
}
.bubbles .bubble.bubble-elements.content-type-blocks .block-photo .tile:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(149deg, rgba(255, 255, 255, 0.3333333333) 0%, rgba(255, 255, 255, 0.2) 100%);
  z-index: 2;
  content: "";
}
.bubbles .bubble.bubble-elements.content-type-blocks .block-photo .tile.first {
  top: 0;
  right: 0;
}
.bubbles .bubble.bubble-elements.content-type-blocks .block-photo .tile.last {
  left: 0;
  bottom: 0;
  background-color: #ff2300;
}
.bubbles .bubble.bubble-elements.content-type-blocks .block-photo .photo {
  width: 100%;
  height: 100%;
  min-height: 300px;
  display: inline-block;
  background-position: center;
  background-size: cover;
  position: relative;
}
.bubbles .bubble.bubble-elements.content-type-blocks .block-photo .photo.shade:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  content: "";
}
.bubbles .bubble .feature-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.bubbles .bubble .feature-list li {
  width: 100%;
  background-color: #fbfbfb;
  padding: 40px 25px;
  margin-bottom: 20px;
  text-align: center;
}
@media (min-width: 1024px) {
  .bubbles .bubble .feature-list li {
    width: calc(33.33% - 13px);
  }
}
.bubbles .bubble .feature-list li div {
  margin-bottom: 10px;
}
.bubbles .bubble .feature-list li .link a {
  font-size: 24px;
  font-weight: 500;
  text-decoration: none;
  color: #588438;
}
.bubbles .bubble .feature-list li .desc {
  font-size: 14.5px;
  color: #333;
  line-height: 160%;
  font-weight: 300;
  display: none;
}
@media (min-width: 1024px) {
  .bubbles .bubble .feature-list li .desc {
    display: block;
  }
}
.bubbles .bubble .feature-list li i {
  color: #555;
  font-size: 50px;
  margin-bottom: 10px;
}
.bubbles .bubble .check-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.bubbles .bubble .check-list li {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  text-align: left;
  font-size: 14px;
}
@media (min-width: 1024px) {
  .bubbles .bubble .check-list li {
    text-align: center;
    font-size: 16px;
  }
}
.bubbles .bubble .check-list li i {
  margin-right: 10px;
  color: #588438;
}

.page-template .page-body {
  min-height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
}
.page-template .page-body .page-content {
  height: 100%;
}

@keyframes delay-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.delay-fade-in {
  animation: delay-fade-in 1500ms ease 0ms forwards;
  opacity: 0;
}

.block {
  padding: 15px;
  background-color: rgba(31, 31, 31, 0.3607843137);
  xborder-radius: 5px;
  xpadding: 30px;
  color: #b1b1b1;
  height: 100%;
  margin-bottom: 15px;
  display: flex;
  position: relative;
  transition: all 250ms ease;
  font-weight: 100;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media (min-width: 1024px) {
  .block {
    flex-direction: column;
    align-items: flex-start;
    padding: 25px;
    align-items: center;
  }
}

.block h2 {
  font-size: 40px;
  color: #ccc;
  margin: 0;
  margin-right: 20px;
  min-width: 50px;
}
@media (min-width: 1024px) {
  .block h2 {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.block h3 {
  font-weight: 900;
  padding: 0;
  margin: 0 0 0px 0;
  color: #ccc;
  white-space: nowrap;
}
.block h3.check {
  flex: 1;
  text-align: right;
  color: #588438;
  font-size: 25px;
}
@media (min-width: 1024px) {
  .block h3 {
    margin: 0 0 10px 0;
  }
  .block h3.check {
    display: none;
  }
}

.blocks {
  display: flex;
  flex-direction: column;
}

.block-section {
  display: flex;
  justify-content: stretch;
  align-items: stretch;
  flex-direction: column;
  width: 100%;
}

.block .block-actions {
  text-align: right;
  margin-top: 0px;
  position: absolute;
  right: 20px;
  bottom: 20px;
  display: none;
}

.block a {
  color: #bbb;
  text-decoration: none;
  font-weight: 800;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: all 300ms ease;
}

.block .spread {
  height: 100%;
  display: none;
}
@media (min-width: 1024px) {
  .block .spread {
    display: block;
  }
}

@media (min-width: 1024px) {
  .blocks {
    flex-direction: row;
  }
  .block-section {
    width: calc(33% - 7.5px);
    margin-right: 25px;
  }
  .stuff {
    width: 100%;
  }
}
.section .actions {
  width: 100%;
  padding: 30px 0 0 0;
  text-align: right;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.section .actions a {
  margin: 0;
  margin-bottom: 25px;
  width: auto;
}
@media (min-width: 1024px) {
  .section .actions {
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
  }
  .section .actions a {
    margin-left: 25px;
    margin-bottom: 0;
  }
}

.section.alter {
  background-color: #272727;
  padding: 50px 0;
  transform: translate3d(0, 0, 0);
}
@media (min-width: 1024px) {
  .section.alter {
    padding: 75px 0;
    margin: 0 30px;
  }
}
@media (min-width: 1024px) {
  .section.alter {
    padding: 50px 0;
  }
  .page-template-default .section.alter {
    padding: 100px 0;
  }
}

.section.section-features {
  background-color: transparent;
}
.section.section-features .contained {
  z-index: 2;
  background-color: #222222;
  padding: 50px 20px;
}
@media (min-width: 1024px) {
  .section.section-features .contained {
    padding: 50px;
  }
}

.section.section-features:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transform: translate3d(0, 0, 0);
  z-index: 1;
  background-size: cover;
  filter: blur(1px);
}

.section-body {
  margin-top: 25px;
  overflow: auto;
  width: 100%;
}
@media (min-width: 1024px) {
  .section-body {
    padding: 30px 75px 60px 75px;
    background-color: #222;
  }
}

.inner-actions {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1024px) {
  .inner-actions {
    flex-direction: row;
  }
}
.inner-actions .action-item {
  margin-bottom: 30px;
}
.inner-actions .action-item.button {
  padding: 25px 25px;
  font-size: 30px;
  width: 100%;
  text-align: center;
}
@media (min-width: 1024px) {
  .inner-actions .action-item {
    margin-bottom: 0;
    margin-left: 50px;
  }
  .inner-actions .action-item.button {
    padding: 25px 75px;
    font-size: 30px;
    width: auto;
  }
  .inner-actions .action-item:first-child {
    margin-left: 0;
  }
}

.section-signup .signup, .section-signup .signin {
  display: none;
}
.section-signup .signup.active, .section-signup .signin.active {
  display: flex;
}
.section-signup .user-phone {
  font-weight: 600;
}
.section-signup .signup input:focus {
  box-shadow: 0px 0px 3px 2px #588438;
  border: 1px solid #588438;
}
.section-signup .content-block.form .status {
  width: 100%;
  padding: 10px 15px;
  margin-top: 20px;
  border: 1px solid #151515;
  color: #272727;
  font-size: 13px;
  background-color: #c7b84d;
  border-radius: 5px;
  max-width: 500px;
  display: none;
}
.section-signup .content-block.form .status.show {
  display: block;
}
.section-signup .content-block.form .status.failed {
  background-color: #9a2929;
  color: #bbb;
}
.section-signup .content-block.form .code-digits {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 500px;
  padding: 0;
}
.section-signup .content-block.form .code-digits .sep {
  font-size: 40px;
  margin: 0 10px;
  min-width: 10px;
  max-width: 10px;
  height: 1px;
  position: relative;
  font-size: 0;
  background-color: #000;
}
.section-signup .content-block.form .code-digits .numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #151515;
  border-radius: 5px;
  overflow: hidden;
}
.section-signup .content-block.form .code-digits .numbers div {
  border-right: 1px solid #151515;
}
.section-signup .content-block.form .code-digits .numbers div:last-child {
  border: 0;
}
.section-signup .content-block.form .code-digits .numbers div input {
  font-size: 18px;
  border: 0;
  text-align: center;
  width: 100%;
  border: 1px solid transparent;
  border-radius: 5px;
}
@media (min-width: 1024px) {
  .section-signup .content-block.form .code-digits .numbers div input {
    font-size: 40px;
  }
}
.section-signup .content-block.form .code-digits .numbers div input:active, .section-signup .content-block.form .code-digits .numbers div input:focus {
  border: 1px solid #588438;
}

.section-contact {
  margin-bottom: 50px;
  padding-top: 50px;
}
.page-template-default .section-contact {
  padding-top: 110px;
}
@media (min-width: 1024px) {
  .section-contact {
    padding-top: 50px;
  }
  .page-template-default .section-contact {
    padding-top: 100px;
  }
}
.section-contact form .submit-row {
  margin-bottom: 0px;
  margin-top: 20px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .section-contact form .submit-row {
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
}
.section-contact form .status-message {
  opacity: 0;
  margin-left: 20px;
  transition: all 300ms ease;
}
@media (max-width: 1023px) {
  .section-contact form .status-message {
    display: none;
  }
}
.section-contact form.submitted .status-message {
  opacity: 1;
  display: block;
}
@media (max-width: 1023px) {
  .section-contact form.submitted .status-message {
    display: block;
  }
}

.section-contact .block-section, .section-signup .block-section {
  width: 100%;
}
.section-contact .checks div, .section-signup .checks div {
  padding-bottom: 15px;
  font-size: 16px;
  color: #aaa;
  font-weight: 100;
}
.section-contact .checks div i, .section-signup .checks div i {
  margin-right: 10px;
  color: #588438;
}
.section-contact .module, .section-signup .module {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .section-contact .module, .section-signup .module {
    flex-direction: row;
  }
}
.section-contact .column1, .section-signup .column1 {
  width: 100%;
  position: relative;
  margin-bottom: 25px;
}
.section-contact .column1 .value, .section-signup .column1 .value {
  margin-bottom: 10px;
  text-decoration: none;
  padding-bottom: 10px;
  padding-left: 15px;
  border-bottom: 1px solid #333;
  width: 300px;
}
.section-contact .column2, .section-signup .column2 {
  width: 100%;
  background-color: #272727;
}
.section-contact .column2 .value, .section-signup .column2 .value {
  width: 100%;
}
@media (min-width: 1024px) {
  .section-contact .column1, .section-signup .column1 {
    width: 40%;
  }
  .section-contact .column2, .section-signup .column2 {
    width: 60%;
    padding: 25px;
  }
}
.section-contact a, .section-signup a {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #bbb;
}
.section-contact a i, .section-signup a i {
  margin-right: 10px;
  color: #588438;
  font-size: 20px;
}

.section-cta {
  margin: 100px 0 100px 0;
}

.section-integrations .integrations {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
  gap: 15px;
}

.section-integrations .integration {
  max-width: 80px;
  min-width: 80px;
  padding: 0px 0px;
  flex: 1;
  font-size: 12px;
  white-space: nowrap;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  display: flex;
}

@media (min-width: 1024px) {
  .section-cta {
    margin: 150px 0 150px 0;
  }
  .section-integrations .integrations {
    gap: 25px;
    padding: 15px 0;
  }
}
.input-text {
  font-size: 13px;
  padding: 10px 15px;
  color: #b9b9b9;
  background-color: #252525;
  border: 1px solid #151515;
}

.calendly-wrapper {
  width: 75px;
  overflow: visible;
  display: flex;
  justify-content: center;
  border-radius: 100%;
  height: 75px;
  position: fixed;
  bottom: 35px;
  right: 25px;
  z-index: 35;
  transition: bottom 300ms ease 100ms, right 300ms ease 100ms, height 300ms ease 100ms, width 300ms ease 100ms, border-radius 100ms ease 400ms;
  cursor: pointer;
  background-color: #fff;
  border: 0px solid #000;
}
.calendly-wrapper:before {
  content: "";
  position: absolute;
  z-index: 0;
  height: calc(100% - 10px);
  width: calc(100% - 10px);
  align-items: center;
  justify-content: center;
  color: #fff;
  display: flex;
  font-size: 12px;
  white-space: nowrap;
  background-image: url(https://d3v0px0pttie1i.cloudfront.net/uploads/user/avatar/40490295/1d00a5ba.jpeg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #fff;
  border: 5px solid #000;
  border-radius: 100%;
  overflow: hidden;
  filter: grayscale(100%);
  transition: opacity ease 300ms 300ms;
}
.calendly-wrapper:after {
  content: "Book a Demo";
  display: flex;
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 100%;
  text-align: center;
  pointer-events: none;
  font-size: 10px;
  white-space: nowrap;
  color: #fff;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1024px) {
  .calendly-wrapper {
    bottom: 60px;
    right: 50px;
  }
}
.calendly-wrapper:hover, .calendly-wrapper.hover-active {
  overflow: hidden;
  width: 330px;
  display: flex;
  border-radius: 0;
  height: 775px;
  transition: bottom 300ms ease 200ms, right 300ms ease 200ms, height 300ms ease 200ms, width 300ms ease 200ms, border-radius 300ms ease 0ms;
  bottom: 10px;
  right: 10px;
}
.calendly-wrapper:hover:before, .calendly-wrapper.hover-active:before {
  opacity: 0;
  transition: opacity 0ms ease 0ms;
}
.calendly-wrapper:hover .calendly-inline-widget-wrapper, .calendly-wrapper.hover-active .calendly-inline-widget-wrapper {
  width: 330px;
  height: 775px;
  opacity: 1;
  pointer-events: all;
  border-radius: 0;
  transition: border-radius 0ms ease 0ms, height 300ms ease 200ms;
}
.calendly-wrapper:hover .calendly-inline-widget-wrapper .calendly-inline-widget, .calendly-wrapper.hover-active .calendly-inline-widget-wrapper .calendly-inline-widget {
  transition: border-radius 0ms ease 0ms, margin 0ms ease 0ms, opacity 0ms ease 0ms, height 0ms ease 300ms, width 0ms ease 300ms;
}
.calendly-wrapper .calendly-inline-widget-wrapper {
  opacity: 0;
  width: 75px;
  height: 75px;
  overflow: hidden;
  position: relative;
  transition: border-radius 300ms ease 200ms, opacity 0ms ease 400ms, height 0ms ease 100ms, width 0ms ease 400ms;
  pointer-events: none;
  border: 0px solid #000;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  border-radius: 100%;
}
.calendly-wrapper .calendly-inline-widget-wrapper .calendly-inline-widget {
  margin-top: -25px;
  margin-left: 1px;
  min-height: 775px;
  transition: margin 0ms ease 200ms, opacity 0ms ease 300ms;
}

.footer {
  position: relative;
  z-index: 1;
  background-color: #1a1a1a !important;
  color: #fff;
  padding: 0px;
  font-size: 13px;
  padding: 50px 0 50px 0;
  line-height: 150%;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  font-family: "Montserrat";
}
.footer .body {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  padding: 10px 0;
}
@media (min-width: 1024px) {
  .footer .body {
    flex-direction: row;
    padding: 0;
  }
}
.footer .body .logo {
  width: 70px;
  padding: 10px;
  text-align: right;
  margin-top: 75px;
}
@media (min-width: 1024px) {
  .footer .body .logo {
    margin-top: 0;
    margin-left: 100px;
  }
}
.footer .body .app-store-links {
  width: 50%;
  padding: 15px 0;
}
@media (min-width: 1024px) {
  .footer .body .app-store-links {
    width: 50%;
    padding: 0;
  }
}
.footer .copyright {
  padding: 15px 0;
  font-size: 12px;
  color: #fff;
}
.footer .copyright .contained {
  text-align: center;
}
@media (min-width: 1024px) {
  .footer .copyright .contained {
    text-align: left;
  }
}
.footer .navigation {
  display: flex;
  position: relative;
  flex-direction: column;
  width: 100%;
}
.footer .title {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.15em;
  margin-bottom: 10px;
  font-family: "dosis";
}
.footer .integrations {
  display: flex;
  gap: 25px;
  align-items: center;
  flex-wrap: wrap;
}
.footer .integrations .integration img {
  max-width: 80px;
  width: 80px;
}
.footer ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1024px) {
  .footer ul {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.footer ul.columns {
  flex-direction: column;
}
@media (min-width: 1024px) {
  .footer ul.columns {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.footer ul.columns ul {
  flex-direction: column;
}
.footer ul.columns ul li {
  padding: 0 0 10px 0;
  margin: 0;
}
.footer ul.columns ul li a {
  font-weight: 300;
  color: #ddd;
}
.footer ul.columns ul li a:hover {
  color: #777;
}
.footer ul li {
  margin: 0;
  padding: 0;
  position: relative;
  text-align: right;
  display: flex;
  padding: 10px 0px 10px 0;
  white-space: nowrap;
}
@media (min-width: 1024px) {
  .footer ul li {
    padding: 35px 20px 35px 0;
  }
  .footer ul li:last-child {
    padding-right: 0;
  }
}
.footer ul li.spread {
  width: 100%;
}
.footer ul li i {
  font-size: 24px;
}
.footer ul li a {
  position: relative;
  font-weight: 600;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  transition: all 150ms ease;
}
.footer ul li a.circle-active {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer ul li a.circle-active:before {
  content: "";
  margin-right: 7px;
  background-color: #588438;
  display: inline-flex;
  border-radius: 15px;
  height: 10px;
  width: 10px;
}
.footer ul li a:hover {
  color: #777;
}
.footer ul li a:hover:before {
  background-color: #1f70c7;
}
.footer ul li:last-child {
  align-items: flex-end;
  text-align: right;
  justify-content: flex-end;
}
@media (min-width: 1024px) {
  .footer .detailed ul li {
    padding: 50px 30px 50px 0;
  }
  .footer .detailed ul li:last-child {
    padding-right: 0;
  }
}

html.modal-active .header, html.modal-active .page-body, html.modal-active .footer, html.modal-active .mobile-logo {
  filter: blur(8px);
}
html.modal-active .navigation-trigger {
  display: none;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  z-index: -1;
  pointer-events: none;
  transition: all 300ms ease 300ms;
  padding: 75px 10px 0 10px;
}
.modal .content .container {
  height: calc(100% - 60px);
  position: relative;
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  padding-bottom: 50px;
  opacity: 0;
  transition: opacity 500ms ease;
}
@media (min-width: 1024px) {
  .modal {
    padding: 100px 50px 0 50px;
  }
  .modal .content .container {
    height: 100%;
    padding-bottom: 0;
    height: 100%;
  }
}
.modal-active .modal {
  pointer-events: all;
  z-index: 20;
  opacity: 1;
  transition: all 500ms ease;
}
.modal-active .modal .content {
  transition: all 400ms ease 100ms;
  opacity: 1;
}
.modal-active.modal-showing .modal .closer {
  opacity: 1;
}
.modal-active.modal-showing .modal .content {
  transition: all 350ms ease 100ms;
  transform: translateY(0) scale(1);
  opacity: 1;
}
.modal-active.modal-showing .modal .content .container {
  opacity: 1;
}
.modal .closer {
  position: absolute;
  right: 0px;
  top: 0px;
  color: #fff;
  font-size: 30px;
  padding: 18px;
  opacity: 0;
  transition: all 300ms ease;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .modal .closer {
    padding: 20px;
  }
}
.modal .content {
  height: 100%;
  width: 100%;
  position: relative;
  background-color: #f7f7f7;
  border: 1px solid #ddd;
  border-bottom: 0;
  transition: opacity 200ms ease, transform 500ms ease 500ms;
  transform: translateY(20%);
  padding: 0px;
  opacity: 0;
}
@media (max-width: 1023px) {
  .modal .content {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    overflow: hidden;
  }
}
.modal .content .section {
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.modal .content .contained {
  padding: 0px;
}
@media (min-width: 1024px) {
  .modal .content {
    overflow-y: auto;
    overflow-x: hidden;
  }
  .modal .content .contained {
    padding: 20px;
  }
}
@media (max-width: 1023px) {
  .modal .content .actions {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    transform: translateX(-10px);
    width: calc(100% + 20px);
  }
  .modal .content .actions .button {
    text-align: center;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .modal .content .actions {
    padding: 0 20px 20px 20px;
  }
}
.modal .actions-bar {
  left: 0;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 9;
  background-color: #0bb713;
  text-align: center;
  display: flex;
  padding: 10px;
  align-items: center;
  justify-content: center;
  transition: all 300ms ease;
  transform: translateY(100%);
}
html.modal-active.modal-showing .modal .actions-bar {
  transform: translateY(0%);
}
.modal .actions-bar a {
  width: 100%;
  color: #fff;
  display: inline-block;
  font-weight: 600;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .modal .actions-bar {
    display: none;
  }
}

.plots {
  justify-content: space-evenly;
  padding-left: 35px;
}
.plots .plot {
  width: 6px;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  position: relative;
  flex-direction: column;
}
.plots .plot.double {
  width: 14px;
}
.plots .plot.double .plot-value:first-child {
  margin-right: 2px;
}
.plots .plot .plot-label {
  height: 23px;
  width: 100%;
  font-size: 10px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: relative;
  color: rgba(255, 255, 255, 0.4);
}
.plots .plot .plot-value-holder {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  position: relative;
}
.plots .plot .plot-value-holder .plot-value {
  height: 0%;
  position: relative;
  width: 100%;
  background-color: yellow;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  background: linear-gradient(5deg, #033389 0%, #54f42c 100%);
  transition: all 500ms ease 0ms;
  opacity: 0;
}
.plots .plot .plot-value-holder .plot-value.yellow {
  background: linear-gradient(5deg, rgb(0, 0, 0) 0%, #033389 0%, #d5f42c 100%);
}
.plots .plot .plot-value-holder .plot-value.red {
  background: linear-gradient(5deg, rgb(0, 0, 0) 0%, #033389 0%, #d24343 100%);
}

.scale {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 20px;
  text-align: left;
  position: absolute;
  width: 100%;
  top: 7px;
  left: 0;
  height: 100%;
}
.scale > div {
  font-size: 10px;
  color: rgba(255, 255, 255, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
}
.scale > div span {
  display: inline-block;
  width: 35px;
  text-align: right;
}
.scale > div:after {
  content: "";
  background-color: rgba(255, 255, 255, 0.0666666667);
  height: 1px;
  width: 100%;
  position: relative;
  margin-left: 5px;
}

.partners-frame {
  background-color: #232323;
}

.bg-image-partners {
  background-image: url("https://staging.blackleaf.io/wp-content/uploads/2025/02/HeaderBackground.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.hero-container-partners {
  padding: 120px 80px;
  overflow: hidden;
}
.hero-container-partners h1 {
  font-size: 4.0625rem;
  font-weight: 500;
  line-height: 78px;
  text-align: center;
}
.hero-container-partners img {
  width: 650px;
  text-align: center;
}
.hero-container-partners h2 {
  font-size: 1.875rem;
  font-weight: 500;
  margin-bottom: 20px;
  text-align: center;
}
.hero-container-partners p {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 36.8px;
  text-align: center;
}
@media (max-width: 768px) {
  .hero-container-partners {
    padding: 140px 10px;
  }
  .hero-container-partners h1 {
    font-size: 2rem;
    line-height: 48px;
  }
  .hero-container-partners img {
    width: 380px;
  }
  .hero-container-partners h2 {
    font-size: 1.2rem;
  }
  .hero-container-partners p {
    font-size: 1rem;
  }
}

.bg-plain-partners {
  height: auto;
  width: 100%;
}

.partners-container {
  padding: 100px 80px;
  overflow: hidden;
}
.partners-container h2 {
  font-size: 1.5625rem;
  font-weight: 500;
  line-height: 48px;
  text-align: center;
}
.partners-container .mobile-img {
  display: none;
}
.partners-container img {
  width: 850px;
  text-align: center;
}
@media (max-width: 768px) {
  .partners-container {
    padding: 30px 10px;
  }
  .partners-container h2 {
    font-size: 1.1rem;
    line-height: 36px;
  }
  .partners-container .web-img {
    display: none;
  }
  .partners-container .mobile-img {
    display: inline;
    text-align: center;
  }
  .partners-container img {
    width: 320px;
  }
}

.bg-custom-partners {
  background-image: url("https://staging.blackleaf.io/wp-content/uploads/2025/01/CloverBackground.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.portal-container {
  padding: 120px 200px;
  overflow: hidden;
}
.portal-container h1 {
  font-size: 3.4375rem;
  font-weight: 500;
  line-height: 66px;
  margin-bottom: 40px;
}
.portal-container p {
  font-size: 1.4375rem;
  font-weight: 400;
  line-height: 39.1px;
  letter-spacing: 0.05em;
  margin-bottom: 40px;
}
.portal-container .portal-btn a {
  background: #52872b;
  color: #fff;
  padding: 12px 100px;
  gap: 8px;
  border: 1px solid #52872b;
  text-decoration: none;
  transition: 0.2s;
}
.portal-container .portal-btn a:hover {
  background: #76c23f;
  border: 1px solid #76c23f;
  color: #fff;
}
.portal-container .link-text {
  color: #6db23c;
  text-decoration: none;
  transition: 0.2s;
}
@media (max-width: 768px) {
  .portal-container {
    padding: 30px 10px;
  }
  .portal-container h1 {
    font-size: 2rem;
    line-height: 48px;
    text-align: center;
    margin-bottom: 0;
  }
  .portal-container p {
    font-size: 1rem;
    line-height: 28.5px;
    text-align: center;
    margin-top: 40px;
  }
  .portal-container .portal-btn {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .portal-container .portal-btn a {
    font-size: 1.1rem;
    padding: 12px 40px;
    line-height: 24px;
    letter-spacing: 0.1em;
    margin-top: 10px !important;
  }
}

.referral-container {
  padding: 60px 80px;
  overflow: hidden;
}
.referral-container h1 {
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 66px;
  margin-bottom: 40px;
  text-align: center;
}
.referral-container .table-sec {
  margin: 60px 200px;
}
.referral-container .table-sec .table-heading {
  font-size: 1rem;
  font-weight: 500;
  line-height: 27px;
  letter-spacing: 0.15em;
}
.referral-container .table-sec .table-content {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.15em;
}
.referral-container .table-sec .table-content h3 {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 27px;
  letter-spacing: 0.1em;
}
.referral-container .table-sec .table-content p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0.1em;
}
.referral-container .table-sec .table-content p strong {
  font-weight: 700;
}
.referral-container .table-sec .price {
  font-size: 3rem;
  color: #6db23c;
  font-weight: 700;
  border: 0;
  margin: 0;
}
.referral-container .table-sec .per-message {
  font-weight: 500;
  letter-spacing: 0.12em;
}
.referral-container .table-sec .duration p {
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .referral-container {
    padding: 30px 10px;
  }
  .referral-container h1 {
    font-size: 2rem;
    line-height: 48px;
  }
  .referral-container .table-sec {
    margin: 60px 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 !important;
  }
  .referral-container .table-sec .table-heading {
    display: none;
  }
  .referral-container .table-sec .table-content {
    font-size: 0.8rem;
    text-align: center !important;
    padding: 0 !important;
  }
  .referral-container .table-sec .table-content h3 {
    font-size: 1.2rem;
  }
  .referral-container .table-sec .table-content p {
    font-size: 0.8rem;
  }
  .referral-container .table-sec .price {
    font-size: 2rem;
  }
  .referral-container .table-sec .duration p {
    font-size: 0.8rem;
  }
}

.steps-container {
  padding: 60px 80px;
  overflow: hidden;
}
.steps-container h1 {
  font-size: 3.4375rem;
  font-weight: 500;
  line-height: 66px;
  margin-bottom: 40px;
  text-align: center;
}
.steps-container img {
  width: 380px;
}
.steps-container h3 {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.03em;
}
.steps-container p {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .steps-container {
    padding: 30px 10px;
  }
  .steps-container h1 {
    font-size: 2rem;
    line-height: 48px;
  }
  .steps-container .img-sec {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .steps-container img {
    width: 320px;
    margin-bottom: 40px;
  }
  .steps-container h3 {
    font-size: 1.2rem;
  }
  .steps-container p {
    font-size: 1rem;
  }
}

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