@charset "UTF-8";
/*
    Echo: Defaults
*/
/*
    Echo: Variables
*/
/* Echo: Reset */
/*
    Prevents FOUT (Flash of unstyled text) when using the Web Font Loader
 */
.wf-loading {
  display: none; }

/*
    The code below is based on Bootstrap's Reboot SCSS file
    See:
        https://getbootstrap.com/docs/4.2/content/reboot/#headings-and-paragraphs
        https://github.com/twbs/bootstrap/blob/59d040fcbb2766240c6fc38b330f495b840ce75d/scss/_variables.scss

    We've mixed in our own variables and the default values from _variables.scss in Bootstrap
 */
*,
*::before,
*::after {
  box-sizing: border-box; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent; }

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  margin: 0;
  line-height: 1.5;
  text-align: left;
  background-color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

[tabindex="-1"]:focus {
  outline: 0 !important; }

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

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0; }

p {
  margin-top: 0;
  margin-bottom: 0; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: bold; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bold; }

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #ff821e;
  text-decoration: underline;
  background-color: transparent; }
  a:hover {
    color: #ff9e51; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg {
  overflow: hidden;
  vertical-align: middle; }

table {
  border-collapse: collapse; }

caption {
  padding-top: .75rem;
  padding-bottom: .75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: .5rem; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

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

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

select {
  word-wrap: normal; }

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

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer; }

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

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

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

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

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

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

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

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

/* Echo: Helpers */
body {
  height: 100vh;
  display: flex;
  flex-direction: column; }

/*
    A block can have the underneath or the below class.
    The default is to have the below class.
    If the block creator wants to she can enable
    "underneath-header" and we will use that class instead.
    This is to make the block appear underneath the fixed menu.
 */
.echo-header-1 + .sf-blocks > .sf-row:first-of-type > .sf-block-below-header,
.echo-header-2 + .sf-blocks > .sf-row:first-of-type > .sf-block-below-header {
  margin-top: 100px; }

.sf-blocks > .sf-state-highlight:first-child {
  margin-top: 100px; }

.echo-canvas {
  margin-top: 100px; }

.echo-canvas + .sf-blocks .beam-add-block {
  top: -25px; }

.sf-live-edit .sf-live-edit--overflow-visible {
  overflow: visible !important; }

.sf-live-edit .sf-live-edit--transform-none {
  transform: none !important; }

/*
    Footer

    Makes sure the footer is at the bottom of the browser window
 */
.sf-blocks {
  position: relative; }

/*
    Container
 */
.echo-container-xs {
  width: 100%;
  margin: 0 auto;
  max-width: calc(430px + 25px + 25px);
  padding: 0 25px; }

.echo-container-sm {
  width: 100%;
  margin: 0 auto;
  max-width: calc(730px + 25px + 25px);
  padding: 0 25px; }

.echo-container-md {
  width: 100%;
  margin: 0 auto;
  max-width: calc(1170px + 25px + 25px);
  padding: 0 25px; }

.echo-container-lg {
  width: 100%;
  margin: 0 auto;
  max-width: calc(1440px + 25px + 25px);
  padding: 0 25px; }

.echo-container-xl {
  width: 100%;
  margin: 0 auto;
  max-width: calc(1170px + 25px + 25px);
  padding: 0 25px; }

/*
    Breakpoint helper, using the same as Bootstrap
 */
/*
    Default styles for everything created inside a <sf-text>

    Updates below should also go into text-1.xml
 */
.echo-embed-video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%; }

.echo-embed-video iframe, .echo-embed-video object, .echo-embed-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/*
    AOS custom animation
 */
[data-aos="sf-fade"] {
  transform: translate3d(0, 25px, 0);
  opacity: 0;
  transition-property: transform, opacity; }
  [data-aos="sf-fade"].aos-animate {
    transform: translate3d(0, 0, 0);
    opacity: 1; }

/*
    Live Editor loaders
 */
.echo-spinner {
  width: 40px;
  height: 40px;
  position: relative;
  margin: 50px auto; }

.echo-double-bounce1, .echo-double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #FF6F27;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out; }

.echo-double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s; }

@-webkit-keyframes echo-bounce {
  0%, 100% {
    -webkit-transform: scale(0); }
  50% {
    -webkit-transform: scale(1); } }

@keyframes echo-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0); }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1); } }

/*
    Echo: Header
*/
.echo-header-1-hamburger-icon,
.echo-header-2-hamburger-icon {
  display: inline-block;
  border-radius: 100px;
  padding: 10px;
  transition: background 300ms ease-out; }

.echo-header-1-hamburger-icon svg {
  color: #3b3d44; }

.echo-header-1-hamburger-icon:hover, .echo-header-1-hamburger-icon:focus {
  color: #ff821e;
  background: rgba(255, 255, 255, 0.85); }

.echo-header-1-hamburger-icon:active {
  color: #ff821e;
  background: rgba(255, 255, 255, 0.85); }

.echo-header-2-hamburger-icon svg {
  color: #000; }

.echo-header-2-hamburger-icon:hover, .echo-header-2-hamburger-icon:focus {
  background: #F5F5F5; }

.echo-header-2-hamburger-icon:active {
  background: #E1E1E1; }

.echo-header-1-hamburger-close,
.echo-header-2-hamburger-close {
  display: inline-block;
  position: absolute;
  top: 10px;
  right: 15px;
  border-radius: 100px;
  padding: 10px 15px;
  transition: background 300ms ease-out; }
  .echo-header-1-hamburger-close svg,
  .echo-header-2-hamburger-close svg {
    color: #3b3d44; }
  .echo-header-1-hamburger-close:hover, .echo-header-1-hamburger-close:focus,
  .echo-header-2-hamburger-close:hover,
  .echo-header-2-hamburger-close:focus {
    color: #ff821e;
    background: rgba(255, 255, 255, 0.85); }
  .echo-header-1-hamburger-close:active,
  .echo-header-2-hamburger-close:active {
    color: #ff821e;
    background: rgba(255, 255, 255, 0.85); }

.echo-header-1-hamburger-unfolded,
.echo-header-2-hamburger-unfolded {
  background: rgba(255, 255, 255, 0.85);
  position: fixed;
  width: 360px;
  max-width: 100%;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 75px;
  z-index: 501;
  transform: translateX(360px);
  transition: all 200ms ease-in-out;
  /* Sub items */ }
  .echo-header-1-hamburger-unfolded.echo-header-1-hamburger-unfolded--visible, .echo-header-1-hamburger-unfolded.echo-header-2-hamburger-unfolded--visible,
  .echo-header-2-hamburger-unfolded.echo-header-1-hamburger-unfolded--visible,
  .echo-header-2-hamburger-unfolded.echo-header-2-hamburger-unfolded--visible {
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.11), 0 5px 15px 0 rgba(0, 0, 0, 0.08);
    transform: translateX(0); }
  .echo-header-1-hamburger-unfolded ul,
  .echo-header-2-hamburger-unfolded ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  .echo-header-1-hamburger-unfolded .echo-header-1-hamburger-items,
  .echo-header-1-hamburger-unfolded .echo-header-2-hamburger-items,
  .echo-header-2-hamburger-unfolded .echo-header-1-hamburger-items,
  .echo-header-2-hamburger-unfolded .echo-header-2-hamburger-items {
    margin: -12px 0 0 0;
    /* Active state */ }
    .echo-header-1-hamburger-unfolded .echo-header-1-hamburger-items a,
    .echo-header-1-hamburger-unfolded .echo-header-2-hamburger-items a,
    .echo-header-2-hamburger-unfolded .echo-header-1-hamburger-items a,
    .echo-header-2-hamburger-unfolded .echo-header-2-hamburger-items a {
      display: block;
      padding: 12px 0 12px;
      color: #3b3d44;
      font-size: 15px;
      font-family: Poppins;
      font-weight: 500;
      line-height: 1.7em;
      letter-spacing: 0.045em;
      text-decoration: none; }
      .echo-header-1-hamburger-unfolded .echo-header-1-hamburger-items a:hover,
      .echo-header-1-hamburger-unfolded .echo-header-2-hamburger-items a:hover,
      .echo-header-2-hamburger-unfolded .echo-header-1-hamburger-items a:hover,
      .echo-header-2-hamburger-unfolded .echo-header-2-hamburger-items a:hover {
        color: #ff821e;
        text-decoration: none; }
    .echo-header-1-hamburger-unfolded .echo-header-1-hamburger-items .echo-header-1-navigation-active > a,
    .echo-header-1-hamburger-unfolded .echo-header-2-hamburger-items .echo-header-1-navigation-active > a,
    .echo-header-2-hamburger-unfolded .echo-header-1-hamburger-items .echo-header-1-navigation-active > a,
    .echo-header-2-hamburger-unfolded .echo-header-2-hamburger-items .echo-header-1-navigation-active > a {
      color: #ff821e;
      border-color: #ff821e; }
      .echo-header-1-hamburger-unfolded .echo-header-1-hamburger-items .echo-header-1-navigation-active > a:hover,
      .echo-header-1-hamburger-unfolded .echo-header-2-hamburger-items .echo-header-1-navigation-active > a:hover,
      .echo-header-2-hamburger-unfolded .echo-header-1-hamburger-items .echo-header-1-navigation-active > a:hover,
      .echo-header-2-hamburger-unfolded .echo-header-2-hamburger-items .echo-header-1-navigation-active > a:hover {
        color: #ff821e;
        border-color: #ff821e; }
  .echo-header-1-hamburger-unfolded .echo-header-1-hamburger-items li > ul,
  .echo-header-1-hamburger-unfolded .echo-header-2-hamburger-items li > ul,
  .echo-header-2-hamburger-unfolded .echo-header-1-hamburger-items li > ul,
  .echo-header-2-hamburger-unfolded .echo-header-2-hamburger-items li > ul {
    margin-left: 19px; }

/* Prevent scrolling the main body on small devices when the menu is open */
.echo-header-1-hamburger-unfolded,
.echo-header-2-hamburger-unfolded {
  overflow: scroll;
  -webkit-overflow-scrolling: touch; }

@media only screen and (max-width: 450px) {
  .document-echo-header-1-hamburger-unfolded--visible,
  .document-echo-header-2-hamburger-unfolded--visible {
    height: 100%;
    overflow: hidden; } }

/*
    Echo: Header 1
*/
.echo-header-1-hamburger-navigation {
  display: none; }

.echo-header-1-navigation {
  display: flex; }

@media (max-width: 991.98px) {
  .echo-header-1-hamburger-navigation {
    display: block; }
  .echo-header-1-navigation {
    display: none; } }

.echo-header-1 {
  position: fixed;
  z-index: 500;
  width: 100%;
  top: 0;
  background-color: rgba(255, 255, 255, 0.85);
  /* Dropdown */ }
  .echo-header-1 .echo-header-1-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 90px;
    height: 100px; }
    @media (max-width: 566.98px) {
      .echo-header-1 .echo-header-1-flex {
        padding: 0 25px; } }
  @media (max-width: 566.98px) {
    .echo-header-1 .echo-header-1-logo {
      width: 75%; }
      .echo-header-1 .echo-header-1-logo img {
        max-width: 100%; } }
  .echo-header-1 .echo-header-1-navigation {
    height: 100%;
    align-items: center;
    /* Active state */ }
    .echo-header-1 .echo-header-1-navigation ul {
      list-style: none;
      margin: 0;
      padding: 0;
      display: flex;
      height: 100%;
      align-items: center; }
    .echo-header-1 .echo-header-1-navigation li {
      height: 100%;
      display: flex;
      position: relative; }
    .echo-header-1 .echo-header-1-navigation a {
      font-size: 15px;
      font-family: Poppins;
      font-weight: 500;
      line-height: 1.7em;
      letter-spacing: 0.045em;
      display: flex;
      align-items: center;
      padding: 0 10px 0 10px;
      margin: 0 23px 0 23px;
      text-decoration: none;
      color: #3b3d44;
      border-bottom: 3px solid transparent;
      transition: color .2s ease-in-out, border-color .2s ease-in-out; }
      .echo-header-1 .echo-header-1-navigation a:hover {
        color: #ff821e;
        border-color: #ff821e; }
    .echo-header-1 .echo-header-1-navigation .echo-header-1-navigation-active-root > a,
    .echo-header-1 .echo-header-1-navigation .echo-header-1-navigation-active > a {
      color: #ff821e;
      border-color: #ff821e; }
      .echo-header-1 .echo-header-1-navigation .echo-header-1-navigation-active-root > a:hover,
      .echo-header-1 .echo-header-1-navigation .echo-header-1-navigation-active > a:hover {
        color: #ff821e;
        border-color: #ff821e; }
  .echo-header-1 .echo-header-1-navigation li:hover > ul {
    visibility: visible;
    opacity: 1; }
  .echo-header-1 .echo-header-1-navigation li > ul {
    visibility: hidden;
    opacity: 0;
    transition: opacity .2s ease-in-out;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: auto;
    max-width: 100vw;
    position: absolute;
    z-index: 1000;
    display: block;
    min-width: 250px;
    padding: 15px 0;
    margin: 0 0;
    border-top: 0;
    background: rgba(255, 255, 255, 0.85);
    height: auto;
    border-radius: 0 0 5px 5px; }
    .echo-header-1 .echo-header-1-navigation li > ul a {
      padding: 15px 35px;
      margin: 0;
      border: 0;
      width: 100%; }
    .echo-header-1 .echo-header-1-navigation li > ul li {
      height: auto; }

/*
    Echo: Header 2
*/
.echo-header-2 {
  position: fixed;
  z-index: 500;
  width: 100%;
  top: 0;
  background: rgba(255, 255, 255, 0.4); }
  .echo-header-2 .echo-header-2-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 90px;
    height: 100px; }
    @media (max-width: 566.98px) {
      .echo-header-2 .echo-header-2-flex {
        padding: 0 25px; } }
  @media (max-width: 566.98px) {
    .echo-header-2 .echo-header-2-logo {
      width: 50%; }
      .echo-header-2 .echo-header-2-logo img {
        max-width: 100%; } }

/*
    Echo: Footer
*/
/*
    Echo: Footer 1
*/
.echo-footer-1 {
  background: #ff821e;
  padding: 60px 0 120px 0;
  position: relative;
  margin-top: auto; }

.echo-footer-1-text {
  text-align: center;
  color: white;
  font-size: 15px;
  font-family: Poppins;
  font-weight: 500;
  line-height: 2.5em;
  letter-spacing: 0.045em; }
  .echo-footer-1-text p {
    padding-left: 25px;
    padding-right: 25px; }
  .echo-footer-1-text ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0;
    padding: 0; }
  .echo-footer-1-text li {
    list-style: none;
    position: relative;
    margin-right: 50px; }
    .echo-footer-1-text li:after {
      position: absolute;
      content: ' ';
      border-right: 1px solid white;
      height: 45%;
      margin-left: 25px;
      margin-top: 11px; }
    .echo-footer-1-text li:last-child {
      margin-right: 0; }
      .echo-footer-1-text li:last-child:after {
        display: none; }
  .echo-footer-1-text a {
    color: white;
    text-decoration: none;
    border-bottom: 2px solid white; }

.echo-footer-1-power {
  position: absolute;
  left: 30px;
  bottom: 30px; }

/*
    Echo: Footer 2
*/
.echo-footer-2 {
  background: #ff821e;
  padding: 60px 0 100px 0;
  position: relative;
  margin-top: auto; }

.echo-footer-2-flex {
  display: flex;
  width: 100%;
  flex-wrap: wrap; }
  .echo-footer-2-flex > .echo-footer-2-column:not(:first-child) .echo-footer-2-text {
    margin-left: 32px; }
  @media (max-width: 1199.98px) {
    .echo-footer-2-flex > .echo-footer-2-column .echo-footer-2-text {
      margin-left: 32px !important;
      margin-right: 32px; } }
  @media (max-width: 566.98px) {
    .echo-footer-2-flex > .echo-footer-2-column .echo-footer-2-text {
      margin-left: 0 !important;
      margin-right: 0; } }

.echo-footer-2-column {
  width: 25%; }
  @media (max-width: 1199.98px) {
    .echo-footer-2-column {
      width: 50%;
      margin-bottom: 32px; } }
  @media (max-width: 566.98px) {
    .echo-footer-2-column {
      width: 100%;
      margin-bottom: 32px;
      text-align: center; } }

.echo-footer-2-text {
  color: white;
  font-size: 15px;
  font-family: Poppins;
  font-weight: 500;
  line-height: 2.5em;
  letter-spacing: 0.045em; }
  .echo-footer-2-text ul {
    margin: 0;
    padding: 0; }
  .echo-footer-2-text li {
    list-style: none;
    position: relative; }
  .echo-footer-2-text a {
    color: white;
    text-decoration: none; }
    .echo-footer-2-text a:hover {
      text-decoration: underline; }

/*
    Echo: Footer 1 & 2 Social
*/
.echo-footer-1-social {
  margin: 0 0 30px 0; }
  .echo-footer-1-social ul {
    justify-content: center; }
  .echo-footer-1-social li {
    margin: 0 20px; }

.echo-footer-2-social {
  margin: 30px 0 20px 0; }
  .echo-footer-2-social ul {
    justify-content: left; }
    @media (max-width: 566.98px) {
      .echo-footer-2-social ul {
        justify-content: center; } }
  .echo-footer-2-social li {
    margin-right: 20px; }

.echo-footer-1-social,
.echo-footer-2-social {
  color: white;
  font-size: 15px;
  font-family: Poppins;
  font-weight: 500;
  line-height: 2.5em;
  letter-spacing: 0.045em; }
  .echo-footer-1-social ul,
  .echo-footer-2-social ul {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none; }
  .echo-footer-1-social svg,
  .echo-footer-2-social svg {
    display: block;
    fill: currentColor;
    color: white; }
  .echo-footer-1-social a,
  .echo-footer-2-social a {
    border: 0;
    display: block;
    width: 16px;
    height: 16px; }
  .echo-footer-1-social li,
  .echo-footer-2-social li {
    height: 16px;
    width: 16px;
    text-align: center; }

.echo-form-group {
  margin-bottom: 20px;
  text-align: left; }
  .echo-form-group.echo-form-group-error input,
  .echo-form-group.echo-form-group-error textarea,
  .echo-form-group.echo-form-group-error select {
    border-color: #F1546B !important;
    background-color: #fbd5db !important; }
  .echo-form-group.echo-form-group-error .echo-checkbox > span::before {
    box-shadow: 0 0 0 3px #F1546B; }
  .echo-form-group.echo-form-group-error .echo-radio [type="radio"]:checked + label:before,
  .echo-form-group.echo-form-group-error .echo-radio [type="radio"]:not(:checked) + label:before {
    box-shadow: 0 0 0 3px #F1546B; }
  .echo-form-group.echo-form-group-columns {
    display: flex;
    margin: -10px 0 20px -10px; }
    .echo-form-group.echo-form-group-columns > div {
      flex: 1;
      padding: 10px 0 0 10px; }
    @media only screen and (max-width: 567px) {
      .echo-form-group.echo-form-group-columns {
        display: block; } }
  .echo-form-group label {
    margin: 0;
    text-align: left;
    display: block; }
  .echo-form-group input[type="text"],
  .echo-form-group input[type="email"],
  .echo-form-group textarea {
    width: 100%;
    border-radius: 4px;
    padding: 8px; }
    .echo-form-group input[type="text"]:active, .echo-form-group input[type="text"]:focus,
    .echo-form-group input[type="email"]:active,
    .echo-form-group input[type="email"]:focus,
    .echo-form-group textarea:active,
    .echo-form-group textarea:focus {
      outline: 0; }
  .echo-form-group input[type="file"] {
    font-size: 12px; }
  .echo-form-group select {
    display: block;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%;
    border: 1px solid red;
    padding: 8px 10px;
    border-radius: 4px;
    background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
    background-position: calc(100% - 20px) calc(1.2em + 2px), calc(100% - 15px) calc(1.2em + 2px), calc(100% - 2.5em) 0.8em;
    background-size: 5px 5px, 5px 5px, 1px 1.5em;
    background-repeat: no-repeat; }
    .echo-form-group select:focus {
      outline: none;
      background-color: #fff;
      border-color: red; }

.echo-form-group-divider {
  border-bottom-width: 1px;
  border-bottom-style: dashed;
  padding-bottom: 10px;
  padding-top: 15px; }

.echo-form-group-uploader {
  border-width: 1px;
  border-style: dashed;
  position: relative;
  text-align: center;
  transition: all 0.2s ease-in-out; }
  .echo-form-group-uploader.echo-form-group-uploader--hover {
    cursor: pointer; }
  .echo-form-group-uploader .echo-form-group-uploader-icon {
    text-align: center;
    margin: 30px 0 0 0; }
    .echo-form-group-uploader .echo-form-group-uploader-icon svg {
      fill: currentColor; }
  .echo-form-group-uploader .echo-form-group-uploader-current {
    display: none;
    margin: 30px 0 0 0;
    word-break: break-all;
    padding: 0 20px; }
  .echo-form-group-uploader .echo-form-group-uploader-button {
    text-align: center;
    display: inline-block;
    background-color: #E6E1DE;
    border-radius: 4px;
    padding: 3px 10px;
    margin: 10px 0 30px 0;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05); }
    .echo-form-group-uploader .echo-form-group-uploader-button .echo-form-group-uploader-button-label-change {
      display: none; }
  .echo-form-group-uploader .echo-form-group-uploader-progress {
    position: absolute;
    bottom: -1px;
    left: -1px;
    height: 6px;
    border-radius: 0 3px 3px 0;
    transition: width 0.2s ease-in-out; }
  .echo-form-group-uploader input[type="file"] {
    height: 100%;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    font-size: 0;
    z-index: 2;
    opacity: 0;
    width: 100%; }

.echo-form-button {
  text-align: center;
  margin-top: 45px; }
  .echo-form-button button[type="submit"] {
    border-radius: 100px;
    min-width: 180px;
    padding: 15px 40px;
    border: 0; }

.echo-form-button-loader {
  min-width: 160px; }

.echo-form-button-spinner,
.echo-form-button-spinner:before,
.echo-form-button-spinner:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out; }

.echo-form-button-spinner {
  position: relative;
  margin: -18px auto 0 auto;
  color: white;
  font-size: 5px;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s; }

.echo-form-button-spinner:before,
.echo-form-button-spinner:after {
  content: '';
  position: absolute;
  top: 0; }

.echo-form-button-spinner:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s; }

.echo-form-button-spinner:after {
  left: 3.5em; }

@-webkit-keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em; }
  40% {
    box-shadow: 0 2.5em 0 0; } }

@keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em; }
  40% {
    box-shadow: 0 2.5em 0 0; } }

.echo-form-group-error-text {
  text-align: left;
  color: #F1546B !important;
  margin-bottom: 10px; }

.echo-form-hp {
  display: none; }

.echo-checkbox + .echo-checkbox {
  margin-top: 10px; }

.echo-checkbox {
  z-index: 0;
  position: relative;
  display: inline-block;
  line-height: 1.95em; }
  .echo-checkbox a {
    text-decoration: underline; }

/* Input */
.echo-checkbox > input {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  z-index: -1;
  position: absolute;
  left: -10px;
  top: -8px;
  display: block;
  margin: 0;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.6);
  box-shadow: none;
  outline: none;
  opacity: 0;
  transform: scale(1);
  pointer-events: none;
  transition: opacity 0.3s, transform 0.2s; }

/* Span */
.echo-checkbox > span {
  display: inline-block;
  cursor: pointer;
  text-indent: -30px;
  margin-left: 30px;
  line-height: 25px; }

/* Box */
.echo-checkbox > span::before {
  content: "";
  display: inline-block;
  box-sizing: border-box;
  margin: 3px 8px 3px 1px;
  border: solid 1px;
  /* Safari */
  border-color: green;
  border-radius: 5px;
  width: 18px;
  height: 18px;
  vertical-align: top;
  transition: border-color 0.2s, background-color 0.2s; }

/* Checkmark */
.echo-checkbox > span::after {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 1px;
  width: 11px;
  height: 6px;
  border: solid 2px transparent;
  border-right: none;
  border-top: none;
  transform: translate(3px, 4px) rotate(-45deg); }

/* Checked, Indeterminate */
.echo-checkbox > input:checked + span::after,
.echo-checkbox > input:indeterminate + span::after {
  border-color: orange; }

.echo-checkbox > input:indeterminate + span::after {
  border-left: none;
  transform: translate(4px, 3px); }

/* Hover, Focus */
.echo-checkbox:hover > input {
  opacity: 0.04;
  border: 0; }

.echo-checkbox > input:focus {
  opacity: 0.12;
  border: 0; }

.echo-checkbox:hover > input:focus {
  opacity: 0.16;
  border: 0; }

/* Active */
.echo-checkbox > input:active {
  opacity: 1;
  transform: scale(0);
  transition: transform 0s, opacity 0s; }

.echo-checkbox > input:active + span::before {
  border-color: #FF6A00; }

.echo-checkbox > input:checked:active + span::before {
  border-color: transparent;
  background-color: rgba(0, 0, 0, 0.6); }

/* Disabled */
.echo-checkbox > input:disabled {
  opacity: 0; }

.echo-checkbox > input:disabled + span {
  color: rgba(0, 0, 0, 0.38);
  cursor: initial; }

.echo-checkbox > input:disabled + span::before {
  border-color: currentColor; }

.echo-checkbox > input:checked:disabled + span::before,
.echo-checkbox > input:indeterminate:disabled + span::before {
  border-color: transparent;
  background-color: currentColor; }

.echo-checkbox-prepend {
  display: block;
  padding-left: 32px;
  margin-top: 3px; }

.echo-form-group-radio > label {
  margin-bottom: 5px; }

.echo-radio {
  text-align: left;
  margin-bottom: 5px; }
  .echo-radio:last-child {
    margin-bottom: 0; }
  .echo-radio [type="radio"]:checked,
  .echo-radio [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px; }
  .echo-radio [type="radio"]:checked + label,
  .echo-radio [type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666; }
  .echo-radio [type="radio"]:checked + label:before,
  .echo-radio [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%; }
  .echo-radio [type="radio"]:checked + label:after,
  .echo-radio [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease; }
  .echo-radio [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0); }
  .echo-radio [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); }

/*
    Echo: Modal 2.0 (blurry overlay with more space)
*/
.echo-modal-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
  background: rgba(255, 255, 255, 0.8);
  z-index: 9999;
  padding: 2vw;
  display: flex;
  justify-content: center;
  align-items: center; }

.echo-modal {
  width: 90%;
  max-width: 1200px; }

.echo-modal-content {
  font-size: 18px;
  font-family: Poppins;
  font-weight: 400;
  line-height: 1.9em;
  letter-spacing: 0.085em;
  color: #3b3d44;
  text-align: center;
  margin: 0 auto; }
  .echo-modal-content.echo-modal-content--shadow {
    padding: 4vw;
    background: #fff;
    box-shadow: 0 0 #000, 0 0 #000, 0px -2px 6px rgba(251, 217, 202, 0.25), 0px 2px 6px rgba(251, 217, 202, 0.25); }

.echo-modal-footer {
  text-align: center;
  padding-top: 2vw; }

.echo-modal-button {
  font-size: 14px;
  font-family: Poppins;
  font-weight: 400;
  line-height: 2em;
  letter-spacing: 0.1em;
  color: #3b3d44;
  color: #3B3D44;
  border: 1px solid #3B3D44;
  background-color: transparent;
  padding: 1vw 4vw;
  border-radius: 100px;
  text-align: center;
  display: inline-block;
  text-decoration: none; }
  .echo-modal-button:hover {
    color: #fff;
    background-color: #3B3D44; }

/*
    Echo: Modal 1.0 (small window on dark overlay)
*/
/*
    Echo: Blog
*/
.echo-blog-1 {
  padding: 60px 0 0 0; }
  .echo-blog-1.echo-blog-1-overview {
    background-color: #F8F8F7;
    min-height: 100vh; }
  .echo-blog-1 .echo-blog-1__main-title {
    font-size: 28px;
    font-family: Poppins;
    font-weight: 700;
    line-height: 1.5em;
    letter-spacing: 0.085em;
    color: #3b3d44;
    margin-bottom: 60px;
    text-align: center; }
  .echo-blog-1 .echo-blog-1__posts {
    display: flex;
    flex-wrap: wrap;
    margin: -15px 0 0 -15px; }
    .echo-blog-1 .echo-blog-1__posts.echo-blog-1__posts--with-images {
      margin-top: 100px; }
  .echo-blog-1 .echo-blog-1__post-wrapper {
    width: calc(100% / 3);
    padding: 15px 0 75px 15px; }
    @media (max-width: 767.98px) {
      .echo-blog-1 .echo-blog-1__post-wrapper {
        width: 100%; } }
  .echo-blog-1 .echo-blog-1__post {
    display: block;
    background: #fff;
    padding: 40px 40px;
    position: relative;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
    height: 100%;
    min-height: 400px;
    text-decoration: none;
    transition: all ease-in-out 200ms;
    max-height: 400px;
    max-width: 380px;
    margin: 0 auto; }
    .echo-blog-1 .echo-blog-1__post:hover {
      box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25); }
  .echo-blog-1 .echo-blog-1__card-image {
    border-radius: 100%;
    width: 120px;
    height: 120px;
    display: block;
    position: absolute;
    top: -60px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    background-position: center center; }
  .echo-blog-1 .echo-blog-1__card-title {
    font-size: 28px;
    font-family: Poppins;
    font-weight: 700;
    line-height: 1.5em;
    letter-spacing: 0.085em;
    color: #3b3d44;
    display: block;
    margin-bottom: 30px; }
    @media (max-width: 1199.98px) {
      .echo-blog-1 .echo-blog-1__card-title {
        font-size: 16.8px; } }
    @media (max-width: 767.98px) {
      .echo-blog-1 .echo-blog-1__card-title {
        font-size: 28px; } }
  .echo-blog-1 .echo-blog-1__post--with-image {
    padding: 25px 40px; }
    @media (max-width: 1199.98px) {
      .echo-blog-1 .echo-blog-1__post--with-image {
        padding: 15px 30px; } }
    .echo-blog-1 .echo-blog-1__post--with-image .echo-blog-1__card-title {
      margin-top: 60px; }
  .echo-blog-1 .echo-blog-1__card-meta {
    display: block;
    position: absolute;
    bottom: 25px;
    left: 40px; }
  .echo-blog-1 .echo-blog-1__card-meta-row {
    font-size: 12px;
    font-family: Poppins;
    font-weight: 400;
    line-height: 1.5em;
    letter-spacing: 0.115em;
    color: #626167;
    display: block; }

.echo-blog-1-post {
  padding: 60px 0 0 0; }
  .echo-blog-1-post .echo-blog-1-post__author {
    display: flex;
    align-items: center;
    margin-bottom: 40px; }
  .echo-blog-1-post .echo-blog-1-post__author-image img {
    border-radius: 100%;
    margin-right: 20px; }
  .echo-blog-1-post .echo-blog-1-post__author-name span {
    font-size: 12px;
    font-family: Poppins;
    font-weight: 400;
    line-height: 1.5em;
    letter-spacing: 0.115em;
    color: #626167;
    display: block; }
  .echo-blog-1-post h1 {
    font-size: 36px;
    font-family: Poppins;
    font-weight: 700;
    line-height: 1.35em;
    letter-spacing: 0.085em;
    color: #3b3d44; }
    @media (max-width: 767.98px) {
      .echo-blog-1-post h1 {
        font-size: 24px; } }
  .echo-blog-1-post .echo-blog-1-post__main-image__wrapper {
    text-align: center; }
  .echo-blog-1-post .echo-blog-1-post__main-image {
    max-width: 100%;
    margin: 60px auto 0 auto; }

.echo-blog-2.echo-blog-2-overview {
  background-color: #F8F8F7;
  min-height: 100vh; }

.echo-blog-2 .echo-blog-2__main-title {
  margin-bottom: 60px;
  padding-top: 60px; }
  .echo-blog-2 .echo-blog-2__main-title h1 {
    font-size: 36px;
    font-family: Poppins;
    font-weight: 700;
    line-height: 1.35em;
    letter-spacing: 0.085em;
    color: #3b3d44; }
  .echo-blog-2 .echo-blog-2__main-title h2 {
    font-size: 28px;
    font-family: Poppins;
    font-weight: 700;
    line-height: 1.5em;
    letter-spacing: 0.085em;
    color: #3b3d44; }
  .echo-blog-2 .echo-blog-2__main-title h3 {
    font-size: 20px;
    font-family: Poppins;
    font-weight: 700;
    line-height: 1.6em;
    letter-spacing: 0.085em;
    color: #3b3d44; }
  .echo-blog-2 .echo-blog-2__main-title h4 {
    font-size: 18px;
    font-family: Poppins;
    font-weight: 400;
    line-height: 1.9em;
    letter-spacing: 0.085em;
    color: #3b3d44; }
  .echo-blog-2 .echo-blog-2__main-title h5 {
    font-size: 12px;
    font-family: Poppins;
    font-weight: 400;
    line-height: 1.5em;
    letter-spacing: 0.115em;
    color: #626167; }
  .echo-blog-2 .echo-blog-2__main-title p {
    font-size: 14px;
    font-family: Poppins;
    font-weight: 400;
    line-height: 2em;
    letter-spacing: 0.1em;
    color: #3b3d44; }
  @media (max-width: 767.98px) {
    .echo-blog-2 .echo-blog-2__main-title {
      margin-bottom: 30px;
      padding-top: 30px; } }

.echo-blog-2 .echo-blog-2__posts {
  display: flex;
  flex-wrap: wrap;
  margin: -15px 0 0 -15px;
  padding-bottom: 60px; }

.echo-blog-2 .echo-blog-2__post-wrapper {
  width: calc(100% / 3);
  padding: 15px 0 0 15px; }
  @media (max-width: 767.98px) {
    .echo-blog-2 .echo-blog-2__post-wrapper {
      width: 100%; } }

.echo-blog-2 .echo-blog-2__post {
  display: block;
  background: #fff;
  padding: 25px 25px;
  position: relative;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
  height: 100%;
  text-decoration: none;
  transition: all ease-in-out 200ms;
  max-height: 500px;
  max-width: 380px;
  margin: 0 auto;
  min-height: 250px; }
  .echo-blog-2 .echo-blog-2__post:hover {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25); }
  .echo-blog-2 .echo-blog-2__post.echo-blog-2__post--with-image {
    min-height: 500px; }

.echo-blog-2 .echo-blog-2__card-image {
  height: 225px;
  display: block;
  margin: -25px -25px 25px -25px;
  background-size: cover;
  background-position: center center; }

.echo-blog-2 .echo-blog-2__card-title {
  font-size: 20px;
  font-family: Poppins;
  font-weight: 700;
  line-height: 1.6em;
  letter-spacing: 0.085em;
  color: #3b3d44;
  display: block;
  margin-bottom: 30px; }
  @media (max-width: 1199.98px) {
    .echo-blog-2 .echo-blog-2__card-title {
      font-size: 12px; } }
  @media (max-width: 767.98px) {
    .echo-blog-2 .echo-blog-2__card-title {
      font-size: 20px; } }

.echo-blog-2 .echo-blog-2__card-meta {
  display: block;
  position: absolute;
  bottom: 25px;
  left: 25px; }

.echo-blog-2 .echo-blog-2__card-meta-row {
  font-size: 12px;
  font-family: Poppins;
  font-weight: 400;
  line-height: 1.5em;
  letter-spacing: 0.115em;
  color: #626167;
  display: block; }

.echo-blog-2-post .echo-blog-2-post__author {
  display: flex;
  align-items: center; }

.echo-blog-2-post .echo-blog-2-post__author-image img {
  border-radius: 100%;
  margin-right: 20px; }

.echo-blog-2-post .echo-blog-2-post__author-name span {
  font-size: 12px;
  font-family: Poppins;
  font-weight: 400;
  line-height: 1.5em;
  letter-spacing: 0.115em;
  color: #626167;
  display: block; }

.echo-blog-2-post h1 {
  font-size: 36px;
  font-family: Poppins;
  font-weight: 700;
  line-height: 1.35em;
  letter-spacing: 0.085em;
  color: #3b3d44;
  margin-bottom: 20px; }
  @media (max-width: 767.98px) {
    .echo-blog-2-post h1 {
      font-size: 24px; } }

.echo-blog-2-post .echo-blog-2-post__main-image {
  width: 100%;
  background-size: cover;
  background-position: center center;
  margin-bottom: 60px;
  height: 65vh; }
  @media (max-width: 991.98px) {
    .echo-blog-2-post .echo-blog-2-post__main-image {
      height: 50vh; } }
  @media (max-width: 767.98px) {
    .echo-blog-2-post .echo-blog-2-post__main-image {
      margin-bottom: 30px; } }

/* Blog pagination buttons */
/* blog template (overview page) */
.echo-blog-3-current-tag {
  text-align: center; }
  .echo-blog-3-current-tag .echo-blog-3-current-tag-title {
    font-size: 20px;
    font-family: Poppins;
    font-weight: 700;
    line-height: 1.6em;
    letter-spacing: 0.085em;
    color: #3b3d44;
    padding: 0;
    margin: 60px 0; }

.echo-blog-3.echo-blog-3-overview {
  padding-bottom: 200px; }
  .echo-blog-3.echo-blog-3-overview .blog-3-grid {
    margin-top: 60px; }
  .echo-blog-3.echo-blog-3-overview .blog-3-grid--loading {
    opacity: 0; }
  .echo-blog-3.echo-blog-3-overview .blog-3-grid-item-wrapper {
    width: 530px;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media (max-width: 767.98px) {
      .echo-blog-3.echo-blog-3-overview .blog-3-grid-item-wrapper {
        width: 360px; } }
  .echo-blog-3.echo-blog-3-overview .blog-3-grid-item {
    transition: all 200ms ease-in-out;
    text-decoration: none;
    display: block;
    position: relative;
    min-width: 530px; }
    @media (max-width: 767.98px) {
      .echo-blog-3.echo-blog-3-overview .blog-3-grid-item {
        min-width: 360px; } }
    .echo-blog-3.echo-blog-3-overview .blog-3-grid-item a {
      text-decoration: none; }
    .echo-blog-3.echo-blog-3-overview .blog-3-grid-item .blog-3-card-image {
      display: block; }
      .echo-blog-3.echo-blog-3-overview .blog-3-grid-item .blog-3-card-image img {
        max-width: 100%; }
    .echo-blog-3.echo-blog-3-overview .blog-3-grid-item .blog-3-card-title {
      font-size: 20px;
      font-family: Poppins;
      font-weight: 700;
      line-height: 1.6em;
      letter-spacing: 0.085em;
      color: #3b3d44;
      display: block;
      margin: 20px 0 0px 0;
      overflow-wrap: break-word;
      word-wrap: break-word;
      -ms-word-break: break-all;
      word-break: break-all;
      word-break: break-word; }
      @media (max-width: 1199.98px) {
        .echo-blog-3.echo-blog-3-overview .blog-3-grid-item .blog-3-card-title {
          font-size: 12px; } }
      @media (max-width: 767.98px) {
        .echo-blog-3.echo-blog-3-overview .blog-3-grid-item .blog-3-card-title {
          font-size: 20px; } }
    .echo-blog-3.echo-blog-3-overview .blog-3-grid-item .blog-3-card-introduction {
      font-size: 12px;
      font-family: Poppins;
      font-weight: 400;
      line-height: 1.5em;
      letter-spacing: 0.115em;
      color: #626167;
      line-height: 1.7em; }
    .echo-blog-3.echo-blog-3-overview .blog-3-grid-item .blog-3-card-flex {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 5px; }
    .echo-blog-3.echo-blog-3-overview .blog-3-grid-item .blog-3-card-title + .blog-3-card-flex {
      margin-top: -5px; }
    .echo-blog-3.echo-blog-3-overview .blog-3-grid-item .blog-3-card-meta-column {
      font-size: 12px;
      font-family: Poppins;
      font-weight: 400;
      line-height: 1.5em;
      letter-spacing: 0.115em;
      color: #626167;
      text-transform: uppercase;
      font-size: 10px;
      position: relative;
      margin-right: 6px; }
      .echo-blog-3.echo-blog-3-overview .blog-3-grid-item .blog-3-card-meta-column:after {
        content: '';
        position: absolute;
        border-right: 1px solid #e3e3e4;
        height: 12px;
        margin-top: 8px;
        padding-left: 4px; }
      .echo-blog-3.echo-blog-3-overview .blog-3-grid-item .blog-3-card-meta-column:last-child:after {
        display: none; }

.blog-3-post {
  margin: 100px 0 100px 0; }
  .blog-3-post .blog-3-post__main-image-wrapper {
    position: relative;
    text-align: center; }
    .blog-3-post .blog-3-post__main-image-wrapper .blog-3-post__overlay {
      position: absolute;
      height: 100%;
      width: 100%;
      top: 0;
      max-width: 1170px;
      margin: 0 auto;
      left: 0;
      right: 0;
      pointer-events: none; }
    .blog-3-post .blog-3-post__main-image-wrapper .blog-3-post__main-image {
      margin-bottom: 20px;
      max-width: 100%; }
  .blog-3-post .blog-3-contain-text {
    max-width: 560px; }
  .blog-3-post .container-for-title + .container-for-meta {
    margin-top: -5px;
    margin-bottom: 10px; }
  .blog-3-post .blog-3-post-meta-column {
    font-size: 12px;
    font-family: Poppins;
    font-weight: 400;
    line-height: 1.5em;
    letter-spacing: 0.115em;
    color: #626167;
    text-transform: uppercase;
    font-size: 10px;
    position: relative;
    margin-right: 6px; }
    .blog-3-post .blog-3-post-meta-column a {
      color: #626167;
      text-decoration: noneblog-3-post-meta-column; }
    .blog-3-post .blog-3-post-meta-column:after {
      content: '';
      position: absolute;
      border-right: 1px solid #e3e3e4;
      height: 12px;
      margin-top: 8px;
      padding-left: 4px; }
    .blog-3-post .blog-3-post-meta-column:last-child:after {
      display: none; }
  .blog-3-post .blog-3-post__author {
    display: flex; }
  .blog-3-post .blog-3-post__author-image img {
    border-radius: 100%;
    margin-right: 20px; }
  .blog-3-post .blog-3-post__author-name span {
    font-size: 12px;
    font-family: Poppins;
    font-weight: 400;
    line-height: 1.5em;
    letter-spacing: 0.115em;
    color: #626167;
    display: block; }
  .blog-3-post .blog-3-post__about-author {
    margin-top: 30px;
    border-left: 5px solid #99828E;
    padding-left: 20px; }
  .blog-3-post h1 {
    font-size: 20px;
    font-family: Poppins;
    font-weight: 700;
    line-height: 1.6em;
    letter-spacing: 0.085em;
    color: #3b3d44;
    padding: 0;
    margin: 0 0 1px 0; }
    @media (max-width: 767.98px) {
      .blog-3-post h1 {
        font-size: 13.33333px; } }
  .blog-3-post .blog-3-post-introduction {
    margin: 0 0 0 0; }
    .blog-3-post .blog-3-post-introduction p {
      font-size: 14px;
      font-family: Poppins;
      font-weight: 400;
      line-height: 2em;
      letter-spacing: 0.1em;
      color: #3b3d44;
      margin: 0; }
  .blog-3-post .blog-3-post__about-author p {
    font-size: 14px;
    font-family: Poppins;
    font-weight: 400;
    line-height: 2em;
    letter-spacing: 0.1em;
    color: #3b3d44;
    font-size: 12px;
    font-style: italic;
    line-height: 1.9em;
    margin: 0; }
  .blog-3-post .sf-blocks {
    margin-top: 120px; }

/*
    Echo: Search
*/
/*
    Echo: Search 1
*/
.echo-search-1 {
  margin: 40px 0 0 0;
  min-height: 100vh; }
  .echo-search-1 h1 {
    font-size: 36px;
    font-family: Poppins;
    font-weight: 700;
    line-height: 1.35em;
    letter-spacing: 0.085em;
    color: #3b3d44;
    text-align: center;
    margin-bottom: 40px; }
    @media (max-width: 767.98px) {
      .echo-search-1 h1 {
        font-size: 24px; } }
  .echo-search-1 .echo-search-1-box .echo-search-1-box-inline {
    display: flex;
    max-width: 500px;
    margin: 0 auto 40px auto; }
  .echo-search-1 .echo-search-1-box input[type="search"] {
    background: #fff;
    border: 1px solid #ff821e;
    border-radius: 100px 0 0 100px;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    padding-left: 25px;
    width: 100%; }
    .echo-search-1 .echo-search-1-box input[type="search"]:focus {
      outline: 0; }
  .echo-search-1 .echo-search-1-box input[type="search"]::-webkit-search-decoration,
  .echo-search-1 .echo-search-1-box input[type="search"]::-webkit-search-cancel-button,
  .echo-search-1 .echo-search-1-box input[type="search"]::-webkit-search-results-button,
  .echo-search-1 .echo-search-1-box input[type="search"]::-webkit-search-results-decoration {
    -webkit-appearance: none; }
  .echo-search-1 .echo-search-1-box button[type="submit"] {
    -webkit-appearance: none;
    background: #ff821e;
    border: 0;
    border-radius: 0 50px 50px 0;
    height: 40px;
    padding: 3px 30px 0 25px;
    display: flex;
    justify-content: center;
    align-items: center; }
    .echo-search-1 .echo-search-1-box button[type="submit"] span {
      display: block;
      color: white; }
    .echo-search-1 .echo-search-1-box button[type="submit"]:focus {
      outline: 0; }
  .echo-search-1 .echo-search-1-results-error,
  .echo-search-1 .echo-search-1-results-no-match {
    color: #989898;
    padding: 30px;
    text-align: center; }
  .echo-search-1 .echo-search-1-results {
    max-width: 750px;
    margin: 25px auto 0 auto; }
  .echo-search-1 .echo-search-1-result {
    margin: 15px 0;
    border: 1px dashed #D5D8DF;
    border-radius: 8px;
    padding: 40px; }
    .echo-search-1 .echo-search-1-result .echo-search-1-result-title {
      font-size: 20px;
      font-family: Poppins;
      font-weight: 700;
      line-height: 1.6em;
      letter-spacing: 0.085em;
      color: #3b3d44; }
      .echo-search-1 .echo-search-1-result .echo-search-1-result-title a {
        color: #365CE2;
        text-decoration: none; }
        .echo-search-1 .echo-search-1-result .echo-search-1-result-title a:hover {
          color: #365CE2 !important; }
        .echo-search-1 .echo-search-1-result .echo-search-1-result-title a:visited {
          color: #6031AC !important; }
        .echo-search-1 .echo-search-1-result .echo-search-1-result-title a:hover {
          text-decoration: underline; }
      .echo-search-1 .echo-search-1-result .echo-search-1-result-title em {
        font-style: normal; }
    .echo-search-1 .echo-search-1-result .echo-search-1-result-link {
      margin-bottom: 12px; }
      .echo-search-1 .echo-search-1-result .echo-search-1-result-link a {
        color: #39710E;
        display: block;
        text-decoration: none;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 1.2em;
        letter-spacing: 0.04em;
        color: #39710E;
        word-wrap: break-word; }
        @media only screen and (max-width: 600px) {
          .echo-search-1 .echo-search-1-result .echo-search-1-result-link a {
            font-size: 12px;
            line-height: 1.2em; } }
    .echo-search-1 .echo-search-1-result .echo-search-1-result-description {
      color: #62656F; }
      .echo-search-1 .echo-search-1-result .echo-search-1-result-description em {
        font-style: normal;
        font-weight: bold; }
  .echo-search-1 .echo-search-1-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 1.5px;
    color: #3B3D44; }
  .echo-search-1 .echo-search-1-pagination-previous a,
  .echo-search-1 .echo-search-1-pagination-next a,
  .echo-search-1 .echo-search-1-pagination-current a {
    display: block;
    padding: 5px 10px;
    line-height: 8px; }

.echo-pagination {
  font-size: 12px;
  font-family: Poppins;
  font-weight: 400;
  line-height: 1.5em;
  letter-spacing: 0.115em;
  color: #626167;
  margin-top: 60px;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center; }
  .echo-pagination .echo-pagination-current {
    padding: 0 15px; }
  .echo-pagination .echo-pagination-next a,
  .echo-pagination .echo-pagination-previous a {
    width: 35px;
    border-radius: 100%;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all ease-in-out 200ms; }
    .echo-pagination .echo-pagination-next a:hover,
    .echo-pagination .echo-pagination-previous a:hover {
      background-color: #ff821e; }
      .echo-pagination .echo-pagination-next a:hover svg,
      .echo-pagination .echo-pagination-previous a:hover svg {
        color: white; }
  .echo-pagination .echo-pagination-next svg,
  .echo-pagination .echo-pagination-previous svg {
    fill: currentColor;
    display: inline-block;
    color: #626167;
    margin-top: 1px; }

.echo-next-article {
  margin-top: 60px; }
  .echo-next-article .echo-next-article-label-wrapper {
    border-top: 1px solid #ff821e; }
  .echo-next-article .echo-next-article-label {
    font-size: 14px;
    font-family: Poppins;
    font-weight: 400;
    line-height: 2em;
    letter-spacing: 0.1em;
    color: #3b3d44;
    background-color: #ff821e;
    color: white;
    text-transform: uppercase;
    display: inline-block;
    padding: 4px 9px; }
  .echo-next-article .echo-next-article-title a {
    font-size: 36px;
    font-family: Poppins;
    font-weight: 700;
    line-height: 1.35em;
    letter-spacing: 0.085em;
    color: #3b3d44;
    margin-bottom: 60px;
    text-decoration: none;
    display: block;
    padding: 60px 0 80px 0; }
    @media (max-width: 767.98px) {
      .echo-next-article .echo-next-article-title a {
        font-size: 24px; } }

.echo-social-share {
  margin: 15px 0 0 0;
  display: flex; }
  .echo-social-share > a {
    margin-right: 15px; }

.echo-share-whatsapp,
.echo-share-twitter,
.echo-share-linkedin,
.echo-share-facebook {
  text-decoration: none;
  display: block; }
  .echo-share-whatsapp svg,
  .echo-share-twitter svg,
  .echo-share-linkedin svg,
  .echo-share-facebook svg {
    fill: currentColor;
    color: #95949a; }

.echo-video-container {
  overflow: hidden;
  position: relative;
  width: 100%; }

.echo-video-container::after {
  padding-top: 56.25%;
  display: block;
  content: ''; }

.echo-video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.echo-image-container img {
  max-width: 100%;
  max-height: 80vh;
  display: block;
  margin: 0 auto; }

.sf_add_snippet {
  margin-top: 150px; }

.blog-3 {
  padding: 60px 0 0 0; }
  .blog-3.blog-3-overview {
    background-color: #F8F8F7;
    min-height: 100vh; }
  .blog-3 .blog-3__main-title {
    font-size: 28px;
    font-family: Poppins;
    font-weight: 700;
    line-height: 1.5em;
    letter-spacing: 0.085em;
    color: #3b3d44;
    margin-bottom: 30px;
    text-align: center; }
  .blog-3 .blog-3__main-text {
    font-size: 14px;
    font-family: Poppins;
    font-weight: 400;
    line-height: 2em;
    letter-spacing: 0.1em;
    color: #3b3d44;
    margin-bottom: 30px; }
  .blog-3 .blog-3__posts {
    display: flex;
    flex-wrap: wrap;
    margin: -15px 0 0 -15px;
    justify-content: center; }
    .blog-3 .blog-3__posts.blog-3__posts--with-images {
      margin-top: 100px; }
  .blog-3 .blog-3__post-wrapper {
    width: calc(100% / 3);
    padding: 15px 0 75px 15px; }
    @media (max-width: 767.98px) {
      .blog-3 .blog-3__post-wrapper {
        width: 100%; } }
  .blog-3 .blog-3__post {
    display: block;
    background: #fff;
    padding: 40px 40px;
    position: relative;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
    height: 100%;
    min-height: 400px;
    text-decoration: none;
    transition: all ease-in-out 200ms;
    max-height: 400px;
    max-width: 380px;
    margin: 0 auto; }
    .blog-3 .blog-3__post:hover {
      box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25); }
  .blog-3 .blog-3__card-image {
    border-radius: 100%;
    width: 120px;
    height: 120px;
    display: block;
    position: absolute;
    top: -60px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto; }
  .blog-3 .blog-3__card-title {
    font-size: 28px;
    font-family: Poppins;
    font-weight: 700;
    line-height: 1.5em;
    letter-spacing: 0.085em;
    color: #3b3d44;
    display: block;
    margin-bottom: 30px; }
    @media (max-width: 1199.98px) {
      .blog-3 .blog-3__card-title {
        font-size: 16.8px; } }
    @media (max-width: 767.98px) {
      .blog-3 .blog-3__card-title {
        font-size: 28px; } }
  .blog-3 .blog-3__post--with-image {
    padding: 25px 40px; }
    @media (max-width: 1199.98px) {
      .blog-3 .blog-3__post--with-image {
        padding: 15px 30px; } }
    .blog-3 .blog-3__post--with-image .blog-3__card-title {
      margin-top: 60px; }
  .blog-3 a {
    color: #3B3D44 !important; }
  .blog-3 .blog-3__card-meta {
    display: none;
    position: absolute;
    bottom: 25px;
    left: 40px; }
  .blog-3 .blog-3__card-meta-row {
    font-size: 12px;
    font-family: Poppins;
    font-weight: 400;
    line-height: 1.5em;
    letter-spacing: 0.115em;
    color: #626167;
    display: block; }

.blog-3__main-button-wrapper {
  padding: 0px;
  background-color: none;
  text-align: center; }
  .blog-3__main-button-wrapper a.blog-3__main-button {
    padding: 15px 45px;
    border-radius: 100px;
    background-color: #FF821E;
    text-decoration: none;
    display: inline-block;
    font-family: Poppins;
    color: white; }

/* Formulär verktygslåda */
.ctaa3-wrapper {
  padding: 20px;
  position: relative;
  pointer-events: none;
  background-color: #f8f8f7; }
  .ctaa3-wrapper h2 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 28px;
    letter-spacing: 0.085em;
    line-height: 1.5em;
    color: #3b3d44; }

.ctaa3-content {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  flex-wrap: wrap;
  pointer-events: auto; }

.ctaa3-card {
  min-width: 600px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
  background-color: white;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
  padding: 35px;
  text-align: center; }
  .ctaa3-card .ctaa3-card-top {
    margin-bottom: 30px; }
    .ctaa3-card .ctaa3-card-top p {
      font-family: Poppins;
      font-weight: 400;
      font-size: 14px;
      letter-spacing: 0.1em;
      line-height: 2em;
      color: #3b3d44; }
  @media (max-width: 991.98px) {
    .ctaa3-card {
      min-width: 0;
      max-width: 100%;
      padding-left: 0;
      padding-right: 0; } }

.echo-form-group label,
.echo-form-group .echo-label {
  font-family: Poppins;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.115em;
  line-height: 1.5em;
  color: #626167; }

.echo-form-group input[type="text"],
.echo-form-group input[type="email"],
.echo-form-group textarea {
  border-width: 1px;
  border-style: solid;
  border-color: #626167;
  background-color: white; }
  .echo-form-group input[type="text"]:focus, .echo-form-group input[type="text"]:active,
  .echo-form-group input[type="email"]:focus,
  .echo-form-group input[type="email"]:active,
  .echo-form-group textarea:focus,
  .echo-form-group textarea:active {
    border-color: black;
    background-color: #f8f8f7; }

.echo-form-group .echo-checkbox > input:checked + span::after,
.echo-form-group .echo-checkbox > input:indeterminate + span::after {
  border-color: #fff; }

.echo-form-group.echo-form-group-divider .echo-divider-title {
  font-weight: bold; }

button {
  background-color: #ff821e;
  color: white; }

/* End formulär */
.blog-3-post {
  padding: 60px 0 0 0; }
  .blog-3-post .blog-3-post__author {
    display: none;
    align-items: center;
    margin-bottom: 40px; }
  .blog-3-post .blog-3-post__author-image img {
    border-radius: 100%;
    margin-right: 20px; }
  .blog-3-post .blog-3-post__author-name span {
    font-size: 12px;
    font-family: Poppins;
    font-weight: 400;
    line-height: 1.5em;
    letter-spacing: 0.115em;
    color: #626167;
    display: block; }
  .blog-3-post h1 {
    font-size: 36px;
    font-family: Poppins;
    font-weight: 700;
    line-height: 1.35em;
    letter-spacing: 0.085em;
    color: #3b3d44; }
    @media (max-width: 767.98px) {
      .blog-3-post h1 {
        font-size: 24px; } }
  .blog-3-post .echo-container-sm {
    font-family: 'Poppins' !important;
    line-height: 2em;
    font-weight: 400;
    font-size: 14px; }
  .blog-3-post .blog-3-post__main-image {
    max-width: 100%;
    margin: 60px auto 0 auto; }

.echo-next-article {
  display: none; }

h1 > a, h2 > a, h3 > a, h4 > a {
  color: #3b3d44; }
  h1 > a:hover, h2 > a:hover, h3 > a:hover, h4 > a:hover {
    color: #ff831d; }

/* kalendarium */
.eaec-events-calendar-title {
  text-align: center !important; }

.eaec-controls-component {
  justify-content: center !important; }

.eaec-grid-component {
  justify-content: center !important; }

@media (max-width: 566.98px) {
  .eaec-events-calendar-component {
    padding: 0 !important; } }

.eaec-events-calendar-layout {
  position: relative; }
  .eaec-events-calendar-layout > .eaec-grid-component {
    background-color: #fff;
    z-index: 2; }

.outerContainer {
  position: absolute;
  top: 0;
  width: 100%;
  height: 50px; }

.emptyMsgContainer {
  position: relative;
  z-index: 1;
  display: flex;
  width: 100%;
  height: 100%; }

.emptyMsg {
  position: absolute;
  display: flex;
  justify-content: center;
  z-index: 1;
  width: 100%;
  text-align: center; }

/* verktygslåda */
.echo-blog-1 .echo-blog-1__main-title {
  margin-bottom: 30px !important; }

@media only screen and (max-width: 600px) {
  .verktyg-tabs {
    display: grid !important; } }

.calendar-btn {
  display: flex;
  align-items: center;
  font-family: Poppins; }

p > a {
  text-decoration: none; }

/*.text-1-wrapper > .echo-container-sm {
    > h2 {
        word-break: break-all;
    }
}*/
.daybutton {
  background-color: #0081b1;
  color: white;
  margin-left: 10px;
  padding: 10px;
  border-radius: 20px;
  text-align: center;
  text-decoration: none;
  display: block;
  margin-top: 5px; }

.verktyg-tabs {
  display: block; }

.sf-block-wide-image-1[data-block-id="1"] .wide-image-1-text {
  text-align: center !important; }

.echo-footer-1 > div {
  display: flex; }
  @media (max-width: 991.98px) {
    .echo-footer-1 > div {
      flex-direction: column; } }
  .echo-footer-1 > div .echo-footer-1-text {
    text-align: initial;
    flex: 1; }
    .echo-footer-1 > div .echo-footer-1-text .echo-footer-1-social > ul {
      justify-content: flex-start; }
      .echo-footer-1 > div .echo-footer-1-text .echo-footer-1-social > ul > li {
        width: 40px;
        height: 40px;
        padding: 20px;
        border-radius: 100%;
        background-color: #fff;
        display: flex;
        justify-content: center;
        align-items: center; }
        .echo-footer-1 > div .echo-footer-1-text .echo-footer-1-social > ul > li svg {
          fill: #ff821e; }
        .echo-footer-1 > div .echo-footer-1-text .echo-footer-1-social > ul > li:after {
          content: none; }
        .echo-footer-1 > div .echo-footer-1-text .echo-footer-1-social > ul > li:first-child {
          margin-left: 0; }
    .echo-footer-1 > div .echo-footer-1-text p {
      padding-left: 0; }

.sf-block-logos-1 .logos-1-logo {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  /* margin: 0px 45px 45px 45px; */
  margin: 10px !important;
  min-width: 125px !important;
  min-height: 75px; }
  @media (max-width: 767.98px) {
    .sf-block-logos-1 .logos-1-logo {
      min-width: 175px !important;
      margin: 0px 45px 45px 45px !important; } }

.sf-block-cta-1[data-block-id="274"] .cta-1-column-1 {
  margin-bottom: auto; }

#sf-block-id-128 {
  word-break: break-all; }
  #sf-block-id-128 p {
    word-break: break-word; }

.echo-footer-1-power {
  left: auto;
  right: 30px; }

.echo-footer-1-power {
  padding: 10px 15px;
  background-color: #fff;
  border-radius: 100px; }

.customblogg.customblogg-overview {
  background-color: #F8F8F7;
  min-height: 100vh; }

.customblogg .customblogg__main-title {
  margin-bottom: 60px;
  padding-top: 60px; }
  .customblogg .customblogg__main-title h1 {
    font-size: 36px;
    font-family: Poppins;
    font-weight: 700;
    line-height: 1.35em;
    letter-spacing: 0.085em;
    color: #3b3d44; }
  .customblogg .customblogg__main-title h2 {
    font-size: 28px;
    font-family: Poppins;
    font-weight: 700;
    line-height: 1.5em;
    letter-spacing: 0.085em;
    color: #3b3d44; }
  .customblogg .customblogg__main-title h3 {
    font-size: 20px;
    font-family: Poppins;
    font-weight: 700;
    line-height: 1.6em;
    letter-spacing: 0.085em;
    color: #3b3d44; }
  .customblogg .customblogg__main-title h4 {
    font-size: 18px;
    font-family: Poppins;
    font-weight: 400;
    line-height: 1.9em;
    letter-spacing: 0.085em;
    color: #3b3d44; }
  .customblogg .customblogg__main-title h5 {
    font-size: 12px;
    font-family: Poppins;
    font-weight: 400;
    line-height: 1.5em;
    letter-spacing: 0.115em;
    color: #626167; }
  .customblogg .customblogg__main-title p {
    font-size: 14px;
    font-family: Poppins;
    font-weight: 400;
    line-height: 2em;
    letter-spacing: 0.1em;
    color: #3b3d44; }
  @media (max-width: 767.98px) {
    .customblogg .customblogg__main-title {
      margin-bottom: 30px;
      padding-top: 30px; } }

.customblogg .customblogg__posts {
  display: flex;
  flex-wrap: wrap;
  margin: -15px 0 0 -15px;
  padding-bottom: 60px; }

.customblogg .customblogg__post-wrapper {
  width: calc(100% / 3);
  padding: 15px 0 0 15px; }
  @media (max-width: 767.98px) {
    .customblogg .customblogg__post-wrapper {
      width: 100%; } }

.customblogg .customblogg__post {
  display: block;
  background: #fff;
  padding: 25px 25px;
  position: relative;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
  height: 100%;
  text-decoration: none;
  transition: all ease-in-out 200ms;
  max-height: 500px;
  max-width: 380px;
  margin: 0 auto;
  min-height: 250px; }
  .customblogg .customblogg__post:hover {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25); }
  .customblogg .customblogg__post.customblogg__post--with-image {
    min-height: 500px; }

.customblogg .customblogg__card-image {
  height: 225px;
  display: block;
  margin: -25px -25px 25px -25px;
  background-size: cover; }

.customblogg .customblogg__card-title {
  font-size: 28px;
  font-family: Poppins;
  font-weight: 700;
  line-height: 1.5em;
  letter-spacing: 0.085em;
  color: #3b3d44;
  font-size: 16.8px;
  display: block;
  margin-bottom: 10px; }
  @media (max-width: 991.98px) {
    .customblogg .customblogg__card-title {
      word-break: break-all; } }

.customblogg .customblogg__card-text {
  color: #3b3d44;
  display: block;
  margin-bottom: 30px; }

.customblogg .customblogg__card-meta {
  display: block;
  position: absolute;
  bottom: 25px;
  left: 25px; }

.customblogg .customblogg__card-meta-row {
  font-size: 12px;
  font-family: Poppins;
  font-weight: 400;
  line-height: 1.5em;
  letter-spacing: 0.115em;
  color: #626167;
  display: block; }

.customblogg-post {
  padding-bottom: 60px; }
  .customblogg-post .customblogg-post__author {
    display: flex;
    align-items: center; }
  .customblogg-post .customblogg-post__author-image img {
    border-radius: 100%;
    margin-right: 20px; }
  .customblogg-post .customblogg-post__author-name span {
    font-size: 12px;
    font-family: Poppins;
    font-weight: 400;
    line-height: 1.5em;
    letter-spacing: 0.115em;
    color: #626167;
    display: block; }
  .customblogg-post h1 {
    font-size: 36px;
    font-family: Poppins;
    font-weight: 700;
    line-height: 1.35em;
    letter-spacing: 0.085em;
    color: #3b3d44;
    margin-bottom: 20px; }
    @media (max-width: 767.98px) {
      .customblogg-post h1 {
        font-size: 24px; } }
  .customblogg-post h2 {
    font-size: 28px;
    font-family: Poppins;
    font-weight: 700;
    line-height: 1.5em;
    letter-spacing: 0.085em;
    color: #3b3d44;
    padding-bottom: 15px; }
    @media (max-width: 991.98px) {
      .customblogg-post h2 {
        font-size: 21.53846px; } }
  .customblogg-post h3 {
    font-size: 20px;
    font-family: Poppins;
    font-weight: 700;
    line-height: 1.6em;
    letter-spacing: 0.085em;
    color: #3b3d44;
    padding-bottom: 10px; }
    @media (max-width: 991.98px) {
      .customblogg-post h3 {
        font-size: 16.66667px; } }
  .customblogg-post h4 {
    font-size: 18px;
    font-family: Poppins;
    font-weight: 400;
    line-height: 1.9em;
    letter-spacing: 0.085em;
    color: #3b3d44; }
    @media (max-width: 991.98px) {
      .customblogg-post h4 {
        font-size: 15px; } }
  .customblogg-post h5 {
    font-size: 12px;
    font-family: Poppins;
    font-weight: 400;
    line-height: 1.5em;
    letter-spacing: 0.115em;
    color: #626167; }
  .customblogg-post p, .customblogg-post li {
    font-size: 14px;
    font-family: Poppins;
    font-weight: 400;
    line-height: 2em;
    letter-spacing: 0.1em;
    color: #3b3d44; }
  .customblogg-post .customblogg-post__main-image {
    width: 100%;
    background-size: cover;
    background-position: center center;
    margin-bottom: 60px;
    height: 65vh; }
    @media (max-width: 991.98px) {
      .customblogg-post .customblogg-post__main-image {
        height: 50vh; } }
    @media (max-width: 767.98px) {
      .customblogg-post .customblogg-post__main-image {
        margin-bottom: 30px; } }

.eventblog.eventblog-overview {
  min-height: 100vh; }

.eventblog .eventblog__main-title {
  margin: 0 0 25px 0;
  padding: 30px; }
  .eventblog .eventblog__main-title h1 {
    font-size: 36px;
    font-family: Poppins;
    font-weight: 700;
    line-height: 1.35em;
    letter-spacing: 0.085em;
    color: #3b3d44;
    margin-bottom: 15px; }
  .eventblog .eventblog__main-title h2 {
    font-size: 28px;
    font-family: Poppins;
    font-weight: 700;
    line-height: 1.5em;
    letter-spacing: 0.085em;
    color: #3b3d44; }
  .eventblog .eventblog__main-title h3 {
    font-size: 20px;
    font-family: Poppins;
    font-weight: 700;
    line-height: 1.6em;
    letter-spacing: 0.085em;
    color: #3b3d44; }
  .eventblog .eventblog__main-title h4 {
    font-size: 18px;
    font-family: Poppins;
    font-weight: 400;
    line-height: 1.9em;
    letter-spacing: 0.085em;
    color: #3b3d44; }
  .eventblog .eventblog__main-title h5 {
    font-size: 12px;
    font-family: Poppins;
    font-weight: 400;
    line-height: 1.5em;
    letter-spacing: 0.115em;
    color: #626167; }
  .eventblog .eventblog__main-title p {
    font-size: 14px;
    font-family: Poppins;
    font-weight: 400;
    line-height: 2em;
    letter-spacing: 0.1em;
    color: #3b3d44; }
  .eventblog .eventblog__main-title .intro-container {
    display: flex;
    flex-direction: column;
    align-items: center; }
    .eventblog .eventblog__main-title .intro-container .line-vert-divider {
      min-height: 100px;
      width: 2px;
      background-color: #fff;
      opacity: 0.8;
      margin: 0 25px; }
      @media (max-width: 991.98px) {
        .eventblog .eventblog__main-title .intro-container .line-vert-divider {
          min-height: unset;
          height: 2px;
          min-width: 100px;
          margin: 25px 0; } }
  @media (max-width: 991.98px) {
    .eventblog .eventblog__main-title {
      padding: 25px 0; } }

.eventblog .eventblog__posts, .eventblog .eventblog__old-post-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  flex-wrap: wrap;
  padding-bottom: 60px;
  gap: 15px; }
  @media (max-width: 991.98px) {
    .eventblog .eventblog__posts, .eventblog .eventblog__old-post-wrapper {
      grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 767.98px) {
    .eventblog .eventblog__posts, .eventblog .eventblog__old-post-wrapper {
      grid-template-columns: repeat(1, 1fr); } }
  @media (max-width: 566.98px) {
    .eventblog .eventblog__posts, .eventblog .eventblog__old-post-wrapper {
      grid-template-columns: repeat(1, 1fr); } }

.eventblog .eventblog__old-post-wrapper {
  margin-top: 20px; }
  .eventblog .eventblog__old-post-wrapper .eventblog__post {
    filter: grayscale(70%);
    /* Adjust the grayscale percentage as needed */
    opacity: 0.7; }

.eventblog .eventblog__post-wrapper {
  background-color: #f4f4f4; }
  @media (max-width: 767.98px) {
    .eventblog .eventblog__post-wrapper {
      width: 100%; } }

.eventblog .img-container {
  height: 287px;
  width: 100%;
  overflow: hidden; }
  @media (max-width: 767.98px) {
    .eventblog .img-container {
      flex: initial; } }
  @media (max-width: 566.98px) {
    .eventblog .img-container {
      height: 187px; } }

.eventblog .eventblog__post {
  display: flex;
  flex-direction: column;
  position: relative;
  height: 100%;
  text-decoration: none;
  transition: all ease-in-out 200ms; }
  @media (max-width: 767.98px) {
    .eventblog .eventblog__post {
      flex-direction: column; } }
  .eventblog .eventblog__post .dtp-info-container {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    position: absolute;
    top: 0;
    padding: 10px 20px;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 0 0 10px 0; }
    .eventblog .eventblog__post .dtp-info-container .time-row, .eventblog .eventblog__post .dtp-info-container .date-row, .eventblog .eventblog__post .dtp-info-container .place-row {
      min-width: max-content;
      padding: 8px 0;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 5px; }
      .eventblog .eventblog__post .dtp-info-container .time-row svg, .eventblog .eventblog__post .dtp-info-container .date-row svg, .eventblog .eventblog__post .dtp-info-container .place-row svg {
        fill: #fff; }
      .eventblog .eventblog__post .dtp-info-container .time-row .eventblog__card-place, .eventblog .eventblog__post .dtp-info-container .time-row .eventblog__card-time, .eventblog .eventblog__post .dtp-info-container .time-row .eventblog__card-date, .eventblog .eventblog__post .dtp-info-container .date-row .eventblog__card-place, .eventblog .eventblog__post .dtp-info-container .date-row .eventblog__card-time, .eventblog .eventblog__post .dtp-info-container .date-row .eventblog__card-date, .eventblog .eventblog__post .dtp-info-container .place-row .eventblog__card-place, .eventblog .eventblog__post .dtp-info-container .place-row .eventblog__card-time, .eventblog .eventblog__post .dtp-info-container .place-row .eventblog__card-date {
        font-size: 12px;
        font-family: Poppins;
        font-weight: 400;
        line-height: 1.5em;
        letter-spacing: 0.115em;
        color: #626167;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 600;
        color: #fff; }
      .eventblog .eventblog__post .dtp-info-container .time-row .eventblog__card-time, .eventblog .eventblog__post .dtp-info-container .date-row .eventblog__card-time, .eventblog .eventblog__post .dtp-info-container .place-row .eventblog__card-time {
        font-size: 12px;
        font-weight: 400; }
    .eventblog .eventblog__post .dtp-info-container .date-row {
      border-bottom: 1px solid #fff; }
  .eventblog .eventblog__post .title-arrow-container {
    display: flex;
    flex-direction: column;
    padding: 25px;
    flex: 1;
    align-items: flex-start;
    justify-content: space-between; }
    @media (max-width: 767.98px) {
      .eventblog .eventblog__post .title-arrow-container {
        flex: initial;
        gap: 10px; } }
    .eventblog .eventblog__post .title-arrow-container .eventblog__publish-date-filter {
      display: none; }
    .eventblog .eventblog__post .title-arrow-container .tag-row {
      display: flex;
      align-items: center;
      margin-bottom: 10px; }
      .eventblog .eventblog__post .title-arrow-container .tag-row svg {
        fill: #000; }
      .eventblog .eventblog__post .title-arrow-container .tag-row .eventblog__card-tag {
        font-size: 12px;
        font-family: Poppins;
        font-weight: 400;
        line-height: 1.5em;
        letter-spacing: 0.115em;
        color: #626167;
        text-transform: uppercase;
        font-size: 14px;
        color: #3d3d3d; }
    .eventblog .eventblog__post .title-arrow-container .read-more-btn {
      display: flex;
      padding: 15px 45px;
      justify-content: center;
      align-items: center;
      margin: 10px auto 0 auto;
      background-color: #ff821e;
      transition: filter .3s ease;
      border-radius: 100px; }
      .eventblog .eventblog__post .title-arrow-container .read-more-btn p {
        font-size: 18px;
        font-family: Poppins;
        font-weight: 400;
        line-height: 1.9em;
        letter-spacing: 0.085em;
        color: #3b3d44;
        font-size: 12px;
        color: #fff; }
    .eventblog .eventblog__post .title-arrow-container svg {
      fill: #ff821e; }
  .eventblog .eventblog__post.eventblog__post--with-image:hover .eventblog__card-image {
    transform: scale(1.1); }
  .eventblog .eventblog__post.eventblog__post--with-image:hover .read-more-btn {
    filter: brightness(0.9); }

.eventblog .eventblog__card-image {
  height: 100%;
  width: 100%;
  z-index: 1;
  display: block;
  background-size: cover;
  background-position: center center;
  transition: all .3s ease; }

.eventblog .eventblog__card-title {
  font-size: 20px;
  font-family: Poppins;
  font-weight: 700;
  line-height: 1.6em;
  letter-spacing: 0.085em;
  color: #3b3d44;
  font-size: 16px;
  color: #000;
  display: block;
  z-index: 2; }
  @media (max-width: 1199.98px) {
    .eventblog .eventblog__card-title {
      font-size: 16px; } }

.eventblog .eventblog__card-maintext {
  font-size: 14px;
  font-family: Poppins;
  font-weight: 400;
  line-height: 2em;
  letter-spacing: 0.1em;
  color: #3b3d44;
  color: #000; }

.eventblog .eventblog__card-meta {
  display: block;
  position: absolute;
  bottom: 25px;
  left: 25px; }

.eventblog .eventblog__card-meta-row {
  font-size: 12px;
  font-family: Poppins;
  font-weight: 400;
  line-height: 1.5em;
  letter-spacing: 0.115em;
  color: #626167;
  display: block; }

.sf-live-edit .date-filter-row {
  display: flex !important; }

.eventblog-post .main-img-title-wrapper {
  display: flex;
  flex-direction: column;
  padding-top: 25px;
  padding-bottom: 25px;
  min-height: 600px; }
  .eventblog-post .main-img-title-wrapper .eventblog-flex-column {
    position: relative;
    height: 600px; }
    @media (max-width: 767.98px) {
      .eventblog-post .main-img-title-wrapper .eventblog-flex-column {
        height: 300px; } }
    @media (max-width: 566.98px) {
      .eventblog-post .main-img-title-wrapper .eventblog-flex-column {
        height: 187px; }
        .eventblog-post .main-img-title-wrapper .eventblog-flex-column .echo-container-sm {
          padding: 0 !important; } }
    .eventblog-post .main-img-title-wrapper .eventblog-flex-column .dtp-infoboxes-container {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      gap: 20px;
      margin-bottom: 40px; }
      @media (max-width: 566.98px) {
        .eventblog-post .main-img-title-wrapper .eventblog-flex-column .dtp-infoboxes-container {
          gap: 5px; } }
      .eventblog-post .main-img-title-wrapper .eventblog-flex-column .dtp-infoboxes-container .time-row, .eventblog-post .main-img-title-wrapper .eventblog-flex-column .dtp-infoboxes-container .date-row, .eventblog-post .main-img-title-wrapper .eventblog-flex-column .dtp-infoboxes-container .place-row, .eventblog-post .main-img-title-wrapper .eventblog-flex-column .dtp-infoboxes-container .tag-row, .eventblog-post .main-img-title-wrapper .eventblog-flex-column .dtp-infoboxes-container .date-filter-row {
        background: #FFEBDC;
        padding: 10px 20px;
        border-radius: 100px;
        display: flex;
        align-items: center;
        gap: 5px;
        min-width: max-content; }
        @media (max-width: 566.98px) {
          .eventblog-post .main-img-title-wrapper .eventblog-flex-column .dtp-infoboxes-container .time-row, .eventblog-post .main-img-title-wrapper .eventblog-flex-column .dtp-infoboxes-container .date-row, .eventblog-post .main-img-title-wrapper .eventblog-flex-column .dtp-infoboxes-container .place-row, .eventblog-post .main-img-title-wrapper .eventblog-flex-column .dtp-infoboxes-container .tag-row, .eventblog-post .main-img-title-wrapper .eventblog-flex-column .dtp-infoboxes-container .date-filter-row {
            justify-content: center;
            min-width: 100%;
            max-width: 100%; }
            .eventblog-post .main-img-title-wrapper .eventblog-flex-column .dtp-infoboxes-container .time-row p, .eventblog-post .main-img-title-wrapper .eventblog-flex-column .dtp-infoboxes-container .date-row p, .eventblog-post .main-img-title-wrapper .eventblog-flex-column .dtp-infoboxes-container .place-row p, .eventblog-post .main-img-title-wrapper .eventblog-flex-column .dtp-infoboxes-container .tag-row p, .eventblog-post .main-img-title-wrapper .eventblog-flex-column .dtp-infoboxes-container .date-filter-row p {
              font-size: 12px !important; } }
      .eventblog-post .main-img-title-wrapper .eventblog-flex-column .dtp-infoboxes-container .date-filter-row {
        display: none; }
    @media (max-width: 991.98px) {
      .eventblog-post .main-img-title-wrapper .eventblog-flex-column {
        width: 100%; } }
    .eventblog-post .main-img-title-wrapper .eventblog-flex-column .eventblog-content {
      display: flex;
      position: relative;
      margin: 0 auto;
      width: 100%;
      height: 100%;
      flex-direction: column;
      align-items: flex-start;
      justify-content: center;
      padding: 35px; }
      .eventblog-post .main-img-title-wrapper .eventblog-flex-column .eventblog-content .line-divider {
        width: 300px;
        height: 2px;
        background-color: #000;
        opacity: 0.1;
        margin: 30px 0; }
        @media (max-width: 991.98px) {
          .eventblog-post .main-img-title-wrapper .eventblog-flex-column .eventblog-content .line-divider {
            width: 100%; } }
      @media (max-width: 991.98px) {
        .eventblog-post .main-img-title-wrapper .eventblog-flex-column .eventblog-content {
          padding: 25px 0; } }
      @media (max-width: 767.98px) {
        .eventblog-post .main-img-title-wrapper .eventblog-flex-column .eventblog-content {
          height: max-content; } }
  .eventblog-post .main-img-title-wrapper .eventblog-flex-column:nth-child(1) {
    overflow: hidden; }
  .eventblog-post .main-img-title-wrapper .eventblog-flex-column:nth-child(2) {
    flex: 1;
    display: flex;
    flex-direction: column; }
    @media (max-width: 991.98px) {
      .eventblog-post .main-img-title-wrapper .eventblog-flex-column:nth-child(2) {
        width: 100%; } }

.eventblog-post h1 {
  font-size: 36px;
  font-family: Poppins;
  font-weight: 700;
  line-height: 1.35em;
  letter-spacing: 0.085em;
  color: #3b3d44; }
  @media (max-width: 767.98px) {
    .eventblog-post h1 {
      font-size: 24px; } }

.eventblog-post h2 {
  font-size: 28px;
  font-family: Poppins;
  font-weight: 700;
  line-height: 1.5em;
  letter-spacing: 0.085em;
  color: #3b3d44;
  padding-bottom: 15px; }
  @media (max-width: 991.98px) {
    .eventblog-post h2 {
      font-size: 21.53846px; } }

.eventblog-post h3 {
  font-size: 20px;
  font-family: Poppins;
  font-weight: 700;
  line-height: 1.6em;
  letter-spacing: 0.085em;
  color: #3b3d44;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .eventblog-post h3 {
      font-size: 16.66667px; } }

.eventblog-post h4 {
  font-size: 18px;
  font-family: Poppins;
  font-weight: 400;
  line-height: 1.9em;
  letter-spacing: 0.085em;
  color: #3b3d44; }
  @media (max-width: 991.98px) {
    .eventblog-post h4 {
      font-size: 15px; } }

.eventblog-post h5 {
  font-size: 12px;
  font-family: Poppins;
  font-weight: 400;
  line-height: 1.5em;
  letter-spacing: 0.115em;
  color: #626167; }

.eventblog-post p, .eventblog-post li {
  font-size: 14px;
  font-family: Poppins;
  font-weight: 400;
  line-height: 2em;
  letter-spacing: 0.1em;
  color: #3b3d44; }

.eventblog-post .eventblog-post__main-image {
  width: 100%;
  background-size: cover;
  background-position: center center;
  height: 100%; }

.author-social-container {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 5px solid #f4f4f4;
  margin-top: 30px;
  margin-bottom: 60px; }
  .author-social-container .echo-social-share {
    margin: 0; }
    .author-social-container .echo-social-share > a:last-child {
      margin-right: 0 !important; }

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

.eventblog-post__author-image img {
  border-radius: 100%;
  margin-right: 20px; }

.eventblog-post__author-name span {
  font-size: 12px;
  font-family: Poppins;
  font-weight: 400;
  line-height: 1.5em;
  letter-spacing: 0.115em;
  color: #626167;
  display: block; }

.sf-block-text-columns-1[data-block-id="20"] .text-columns-1-background {
  background-color: white; }

.sf-block-text-columns-1[data-block-id="20"] .text-columns-1-wrapper {
  position: relative;
  display: flex;
  padding-top: 60px;
  padding-bottom: 60px; }
  @media (max-width: 767.98px) {
    .sf-block-text-columns-1[data-block-id="20"] .text-columns-1-wrapper {
      padding-top: 30px; } }
  @media (max-width: 767.98px) {
    .sf-block-text-columns-1[data-block-id="20"] .text-columns-1-wrapper {
      padding-bottom: 30px; } }
  @media (max-width: 991.98px) {
    .sf-block-text-columns-1[data-block-id="20"] .text-columns-1-wrapper {
      display: block; } }
  .sf-block-text-columns-1[data-block-id="20"] .text-columns-1-wrapper .text-columns-1-column {
    flex: 1;
    display: flex;
    /* vertical stretch */ }
    .sf-block-text-columns-1[data-block-id="20"] .text-columns-1-wrapper .text-columns-1-column:nth-child(1) {
      margin-right: 15px; }
      @media (max-width: 991.98px) {
        .sf-block-text-columns-1[data-block-id="20"] .text-columns-1-wrapper .text-columns-1-column:nth-child(1) {
          margin: 0 0 30px 0; } }
    .sf-block-text-columns-1[data-block-id="20"] .text-columns-1-wrapper .text-columns-1-column:nth-child(2) {
      margin-left: 15px; }
      @media (max-width: 991.98px) {
        .sf-block-text-columns-1[data-block-id="20"] .text-columns-1-wrapper .text-columns-1-column:nth-child(2) {
          margin: 0 0 0 0; } }
  .sf-block-text-columns-1[data-block-id="20"] .text-columns-1-wrapper .text-columns-1-content {
    background-color: #fafbfb;
    padding: 65px 75px 40px 75px;
    flex: 1; }
    @media (max-width: 767.98px) {
      .sf-block-text-columns-1[data-block-id="20"] .text-columns-1-wrapper .text-columns-1-content {
        padding: 30px; } }

.sf-block-text-columns-1[data-block-id="20"] .block-button-wrapper {
  display: none;
  text-align: center; }
  .sf-block-text-columns-1[data-block-id="20"] .block-button-wrapper a.block-button {
    margin-top: 60px;
    padding: 15px 45px;
    border-radius: 100px;
    background-color: #ff821e;
    text-decoration: none;
    display: inline-block;
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.085em;
    line-height: 1.9em;
    color: white;
    max-font-size: 100px; }
  .sf-block-text-columns-1[data-block-id="20"] .block-button-wrapper a.block-button:hover {
    color: white;
    background-color: #ff821e; }

.sf-block-text-columns-1[data-block-id="20"] p, .sf-block-text-columns-1[data-block-id="20"] li {
  font-family: Poppins;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 2em;
  color: #3b3d44;
  max-font-size: 100px; }

.sf-block-text-columns-1[data-block-id="20"] h1 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 36px;
  letter-spacing: 0.085em;
  line-height: 1.35em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 15px; }
  @media (max-width: 991.98px) {
    .sf-block-text-columns-1[data-block-id="20"] h1 {
      font-size: 27.69231px; } }

.sf-block-text-columns-1[data-block-id="20"] h2 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 28px;
  letter-spacing: 0.085em;
  line-height: 1.5em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-text-columns-1[data-block-id="20"] h2 {
      font-size: 21.53846px; } }

.sf-block-text-columns-1[data-block-id="20"] h3 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.085em;
  line-height: 1.6em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-text-columns-1[data-block-id="20"] h3 {
      font-size: 16.66667px; } }

.sf-block-text-columns-1[data-block-id="20"] h4 {
  font-family: Poppins;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.085em;
  line-height: 1.9em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-text-columns-1[data-block-id="20"] h4 {
      font-size: 15px; } }

.sf-block-text-columns-1[data-block-id="20"] h5 {
  font-family: Poppins;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.115em;
  line-height: 1.5em;
  color: #626167;
  max-font-size: 100px; }

.sf-block-text-columns-1[data-block-id="20"] a {
  color: #ff821e; }

.sf-block-text-columns-1[data-block-id="20"] p + h1,
.sf-block-text-columns-1[data-block-id="20"] p + h2,
.sf-block-text-columns-1[data-block-id="20"] p + h3,
.sf-block-text-columns-1[data-block-id="20"] p + h4 {
  padding-top: 30px; }

.sf-block-text-columns-1[data-block-id="20"] h4 + h1,
.sf-block-text-columns-1[data-block-id="20"] h4 + h2,
.sf-block-text-columns-1[data-block-id="20"] h4 + h3 {
  padding-top: 30px; }

.sf-block-text-columns-1[data-block-id="20"] ul + h1,
.sf-block-text-columns-1[data-block-id="20"] ul + h2,
.sf-block-text-columns-1[data-block-id="20"] ul + h3 {
  padding-top: 30px; }

.sf-block-text-columns-1[data-block-id="20"] h1:last-child,
.sf-block-text-columns-1[data-block-id="20"] h2:last-child,
.sf-block-text-columns-1[data-block-id="20"] h3:last-child,
.sf-block-text-columns-1[data-block-id="20"] h4:last-child,
.sf-block-text-columns-1[data-block-id="20"] h5:last-child,
.sf-block-text-columns-1[data-block-id="20"] p:last-child {
  padding-bottom: 0; }

.sf-block-text-columns-1[data-block-id="99"] .text-columns-1-background {
  background-color: white; }

.sf-block-text-columns-1[data-block-id="99"] .text-columns-1-wrapper {
  position: relative;
  display: flex;
  padding-top: 60px;
  padding-bottom: 30px; }
  @media (max-width: 767.98px) {
    .sf-block-text-columns-1[data-block-id="99"] .text-columns-1-wrapper {
      padding-top: 30px; } }
  @media (max-width: 767.98px) {
    .sf-block-text-columns-1[data-block-id="99"] .text-columns-1-wrapper {
      padding-bottom: 15px; } }
  @media (max-width: 991.98px) {
    .sf-block-text-columns-1[data-block-id="99"] .text-columns-1-wrapper {
      display: block; } }
  .sf-block-text-columns-1[data-block-id="99"] .text-columns-1-wrapper .text-columns-1-column {
    flex: 1;
    display: flex;
    /* vertical stretch */ }
    .sf-block-text-columns-1[data-block-id="99"] .text-columns-1-wrapper .text-columns-1-column:nth-child(1) {
      margin-right: 15px; }
      @media (max-width: 991.98px) {
        .sf-block-text-columns-1[data-block-id="99"] .text-columns-1-wrapper .text-columns-1-column:nth-child(1) {
          margin: 0 0 30px 0; } }
    .sf-block-text-columns-1[data-block-id="99"] .text-columns-1-wrapper .text-columns-1-column:nth-child(2) {
      margin-left: 15px; }
      @media (max-width: 991.98px) {
        .sf-block-text-columns-1[data-block-id="99"] .text-columns-1-wrapper .text-columns-1-column:nth-child(2) {
          margin: 0 0 0 0; } }
  .sf-block-text-columns-1[data-block-id="99"] .text-columns-1-wrapper .text-columns-1-content {
    background-color: #fafbfb;
    padding: 65px 75px 40px 75px;
    flex: 1; }
    @media (max-width: 767.98px) {
      .sf-block-text-columns-1[data-block-id="99"] .text-columns-1-wrapper .text-columns-1-content {
        padding: 30px; } }

.sf-block-text-columns-1[data-block-id="99"] .block-button-wrapper {
  display: none;
  text-align: center; }
  .sf-block-text-columns-1[data-block-id="99"] .block-button-wrapper a.block-button {
    margin-top: 60px;
    padding: 15px 45px;
    border-radius: 100px;
    background-color: #ff821e;
    text-decoration: none;
    display: inline-block;
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.085em;
    line-height: 1.9em;
    color: white;
    max-font-size: 100px; }
  .sf-block-text-columns-1[data-block-id="99"] .block-button-wrapper a.block-button:hover {
    color: white;
    background-color: #ff821e; }

.sf-block-text-columns-1[data-block-id="99"] p, .sf-block-text-columns-1[data-block-id="99"] li {
  color: #3b3d44;
  font-size: 14px;
  font-family: Poppins;
  font-weight: 400;
  line-height: 2em;
  letter-spacing: 0.1em; }

.sf-block-text-columns-1[data-block-id="99"] h1 {
  color: #3b3d44;
  font-size: 36px;
  font-family: Poppins;
  font-weight: 700;
  line-height: 1.35em;
  letter-spacing: 0.085em;
  padding-bottom: 15px; }
  @media (max-width: 991.98px) {
    .sf-block-text-columns-1[data-block-id="99"] h1 {
      font-size: 27.69231px; } }

.sf-block-text-columns-1[data-block-id="99"] h2 {
  color: #3b3d44;
  font-size: 28px;
  font-family: Poppins;
  font-weight: 700;
  line-height: 1.5em;
  letter-spacing: 0.085em;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-text-columns-1[data-block-id="99"] h2 {
      font-size: 21.53846px; } }

.sf-block-text-columns-1[data-block-id="99"] h3 {
  color: #3b3d44;
  font-size: 20px;
  font-family: Poppins;
  font-weight: 700;
  line-height: 1.6em;
  letter-spacing: 0.085em;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-text-columns-1[data-block-id="99"] h3 {
      font-size: 16.66667px; } }

.sf-block-text-columns-1[data-block-id="99"] h4 {
  font-family: Poppins;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.085em;
  line-height: 1.9em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-text-columns-1[data-block-id="99"] h4 {
      font-size: 15px; } }

.sf-block-text-columns-1[data-block-id="99"] h5 {
  font-family: Poppins;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.115em;
  line-height: 1.5em;
  color: #626167;
  max-font-size: 100px; }

.sf-block-text-columns-1[data-block-id="99"] a {
  color: #ff821e; }

.sf-block-text-columns-1[data-block-id="99"] p + h1,
.sf-block-text-columns-1[data-block-id="99"] p + h2,
.sf-block-text-columns-1[data-block-id="99"] p + h3,
.sf-block-text-columns-1[data-block-id="99"] p + h4 {
  padding-top: 30px; }

.sf-block-text-columns-1[data-block-id="99"] h4 + h1,
.sf-block-text-columns-1[data-block-id="99"] h4 + h2,
.sf-block-text-columns-1[data-block-id="99"] h4 + h3 {
  padding-top: 30px; }

.sf-block-text-columns-1[data-block-id="99"] ul + h1,
.sf-block-text-columns-1[data-block-id="99"] ul + h2,
.sf-block-text-columns-1[data-block-id="99"] ul + h3 {
  padding-top: 30px; }

.sf-block-text-columns-1[data-block-id="99"] h1:last-child,
.sf-block-text-columns-1[data-block-id="99"] h2:last-child,
.sf-block-text-columns-1[data-block-id="99"] h3:last-child,
.sf-block-text-columns-1[data-block-id="99"] h4:last-child,
.sf-block-text-columns-1[data-block-id="99"] h5:last-child,
.sf-block-text-columns-1[data-block-id="99"] p:last-child {
  padding-bottom: 0; }

.sf-block-text-columns-1[data-block-id="118"] .text-columns-1-background {
  background-color: white; }

.sf-block-text-columns-1[data-block-id="118"] .text-columns-1-wrapper {
  position: relative;
  display: flex;
  padding-top: 0px;
  padding-bottom: 60px; }
  @media (max-width: 767.98px) {
    .sf-block-text-columns-1[data-block-id="118"] .text-columns-1-wrapper {
      padding-bottom: 30px; } }
  @media (max-width: 991.98px) {
    .sf-block-text-columns-1[data-block-id="118"] .text-columns-1-wrapper {
      display: block; } }
  .sf-block-text-columns-1[data-block-id="118"] .text-columns-1-wrapper .text-columns-1-column {
    flex: 1;
    display: flex;
    /* vertical stretch */ }
    .sf-block-text-columns-1[data-block-id="118"] .text-columns-1-wrapper .text-columns-1-column:nth-child(1) {
      margin-right: 15px; }
      @media (max-width: 991.98px) {
        .sf-block-text-columns-1[data-block-id="118"] .text-columns-1-wrapper .text-columns-1-column:nth-child(1) {
          margin: 0 0 30px 0; } }
    .sf-block-text-columns-1[data-block-id="118"] .text-columns-1-wrapper .text-columns-1-column:nth-child(2) {
      margin-left: 15px; }
      @media (max-width: 991.98px) {
        .sf-block-text-columns-1[data-block-id="118"] .text-columns-1-wrapper .text-columns-1-column:nth-child(2) {
          margin: 0 0 0 0; } }
  .sf-block-text-columns-1[data-block-id="118"] .text-columns-1-wrapper .text-columns-1-content {
    background-color: #fafbfb;
    padding: 65px 75px 40px 75px;
    flex: 1; }
    @media (max-width: 767.98px) {
      .sf-block-text-columns-1[data-block-id="118"] .text-columns-1-wrapper .text-columns-1-content {
        padding: 30px; } }

.sf-block-text-columns-1[data-block-id="118"] .block-button-wrapper {
  display: none;
  text-align: center; }
  .sf-block-text-columns-1[data-block-id="118"] .block-button-wrapper a.block-button {
    margin-top: 60px;
    padding: 15px 45px;
    border-radius: 100px;
    background-color: #ff821e;
    text-decoration: none;
    display: inline-block;
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.085em;
    line-height: 1.9em;
    color: white;
    max-font-size: 100px; }
  .sf-block-text-columns-1[data-block-id="118"] .block-button-wrapper a.block-button:hover {
    color: white;
    background-color: #ff821e; }

.sf-block-text-columns-1[data-block-id="118"] p, .sf-block-text-columns-1[data-block-id="118"] li {
  color: #3b3d44;
  font-size: 14px;
  font-family: Poppins;
  font-weight: 400;
  line-height: 2em;
  letter-spacing: 0.1em; }

.sf-block-text-columns-1[data-block-id="118"] h1 {
  color: #3b3d44;
  font-size: 36px;
  font-family: Poppins;
  font-weight: 700;
  line-height: 1.35em;
  letter-spacing: 0.085em;
  padding-bottom: 15px; }
  @media (max-width: 991.98px) {
    .sf-block-text-columns-1[data-block-id="118"] h1 {
      font-size: 27.69231px; } }

.sf-block-text-columns-1[data-block-id="118"] h2 {
  color: #3b3d44;
  font-size: 28px;
  font-family: Poppins;
  font-weight: 700;
  line-height: 1.5em;
  letter-spacing: 0.085em;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-text-columns-1[data-block-id="118"] h2 {
      font-size: 21.53846px; } }

.sf-block-text-columns-1[data-block-id="118"] h3 {
  color: #3b3d44;
  font-size: 20px;
  font-family: Poppins;
  font-weight: 700;
  line-height: 1.6em;
  letter-spacing: 0.085em;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-text-columns-1[data-block-id="118"] h3 {
      font-size: 16.66667px; } }

.sf-block-text-columns-1[data-block-id="118"] h4 {
  font-family: Poppins;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.085em;
  line-height: 1.9em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-text-columns-1[data-block-id="118"] h4 {
      font-size: 15px; } }

.sf-block-text-columns-1[data-block-id="118"] h5 {
  font-family: Poppins;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.115em;
  line-height: 1.5em;
  color: #626167;
  max-font-size: 100px; }

.sf-block-text-columns-1[data-block-id="118"] a {
  color: #ff821e; }

.sf-block-text-columns-1[data-block-id="118"] p + h1,
.sf-block-text-columns-1[data-block-id="118"] p + h2,
.sf-block-text-columns-1[data-block-id="118"] p + h3,
.sf-block-text-columns-1[data-block-id="118"] p + h4 {
  padding-top: 30px; }

.sf-block-text-columns-1[data-block-id="118"] h4 + h1,
.sf-block-text-columns-1[data-block-id="118"] h4 + h2,
.sf-block-text-columns-1[data-block-id="118"] h4 + h3 {
  padding-top: 30px; }

.sf-block-text-columns-1[data-block-id="118"] ul + h1,
.sf-block-text-columns-1[data-block-id="118"] ul + h2,
.sf-block-text-columns-1[data-block-id="118"] ul + h3 {
  padding-top: 30px; }

.sf-block-text-columns-1[data-block-id="118"] h1:last-child,
.sf-block-text-columns-1[data-block-id="118"] h2:last-child,
.sf-block-text-columns-1[data-block-id="118"] h3:last-child,
.sf-block-text-columns-1[data-block-id="118"] h4:last-child,
.sf-block-text-columns-1[data-block-id="118"] h5:last-child,
.sf-block-text-columns-1[data-block-id="118"] p:last-child {
  padding-bottom: 0; }

.sf-block-text-columns-1[data-block-id="135"] .text-columns-1-background {
  background-color: white; }

.sf-block-text-columns-1[data-block-id="135"] .text-columns-1-wrapper {
  position: relative;
  display: flex;
  padding-top: 0px;
  padding-bottom: 60px; }
  @media (max-width: 767.98px) {
    .sf-block-text-columns-1[data-block-id="135"] .text-columns-1-wrapper {
      padding-bottom: 30px; } }
  @media (max-width: 991.98px) {
    .sf-block-text-columns-1[data-block-id="135"] .text-columns-1-wrapper {
      display: block; } }
  .sf-block-text-columns-1[data-block-id="135"] .text-columns-1-wrapper .text-columns-1-column {
    flex: 1;
    display: flex;
    /* vertical stretch */ }
    .sf-block-text-columns-1[data-block-id="135"] .text-columns-1-wrapper .text-columns-1-column:nth-child(1) {
      margin-right: 15px; }
      @media (max-width: 991.98px) {
        .sf-block-text-columns-1[data-block-id="135"] .text-columns-1-wrapper .text-columns-1-column:nth-child(1) {
          margin: 0 0 30px 0; } }
    .sf-block-text-columns-1[data-block-id="135"] .text-columns-1-wrapper .text-columns-1-column:nth-child(2) {
      margin-left: 15px; }
      @media (max-width: 991.98px) {
        .sf-block-text-columns-1[data-block-id="135"] .text-columns-1-wrapper .text-columns-1-column:nth-child(2) {
          margin: 0 0 0 0; } }
  .sf-block-text-columns-1[data-block-id="135"] .text-columns-1-wrapper .text-columns-1-content {
    background-color: #fafbfb;
    padding: 65px 75px 40px 75px;
    flex: 1; }
    @media (max-width: 767.98px) {
      .sf-block-text-columns-1[data-block-id="135"] .text-columns-1-wrapper .text-columns-1-content {
        padding: 30px; } }

.sf-block-text-columns-1[data-block-id="135"] .block-button-wrapper {
  display: none;
  text-align: center; }
  .sf-block-text-columns-1[data-block-id="135"] .block-button-wrapper a.block-button {
    margin-top: 60px;
    padding: 15px 45px;
    border-radius: 100px;
    background-color: #ff821e;
    text-decoration: none;
    display: inline-block;
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.085em;
    line-height: 1.9em;
    color: white;
    max-font-size: 100px; }
  .sf-block-text-columns-1[data-block-id="135"] .block-button-wrapper a.block-button:hover {
    color: white;
    background-color: #ff821e; }

.sf-block-text-columns-1[data-block-id="135"] p, .sf-block-text-columns-1[data-block-id="135"] li {
  color: #3b3d44;
  font-size: 14px;
  font-family: Poppins;
  font-weight: 400;
  line-height: 2em;
  letter-spacing: 0.1em; }

.sf-block-text-columns-1[data-block-id="135"] h1 {
  color: #3b3d44;
  font-size: 36px;
  font-family: Poppins;
  font-weight: 700;
  line-height: 1.35em;
  letter-spacing: 0.085em;
  padding-bottom: 15px; }
  @media (max-width: 991.98px) {
    .sf-block-text-columns-1[data-block-id="135"] h1 {
      font-size: 27.69231px; } }

.sf-block-text-columns-1[data-block-id="135"] h2 {
  color: #3b3d44;
  font-size: 28px;
  font-family: Poppins;
  font-weight: 700;
  line-height: 1.5em;
  letter-spacing: 0.085em;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-text-columns-1[data-block-id="135"] h2 {
      font-size: 21.53846px; } }

.sf-block-text-columns-1[data-block-id="135"] h3 {
  color: #3b3d44;
  font-size: 20px;
  font-family: Poppins;
  font-weight: 700;
  line-height: 1.6em;
  letter-spacing: 0.085em;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-text-columns-1[data-block-id="135"] h3 {
      font-size: 16.66667px; } }

.sf-block-text-columns-1[data-block-id="135"] h4 {
  font-family: Poppins;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.085em;
  line-height: 1.9em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-text-columns-1[data-block-id="135"] h4 {
      font-size: 15px; } }

.sf-block-text-columns-1[data-block-id="135"] h5 {
  font-family: Poppins;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.115em;
  line-height: 1.5em;
  color: #626167;
  max-font-size: 100px; }

.sf-block-text-columns-1[data-block-id="135"] a {
  color: #ff821e; }

.sf-block-text-columns-1[data-block-id="135"] p + h1,
.sf-block-text-columns-1[data-block-id="135"] p + h2,
.sf-block-text-columns-1[data-block-id="135"] p + h3,
.sf-block-text-columns-1[data-block-id="135"] p + h4 {
  padding-top: 30px; }

.sf-block-text-columns-1[data-block-id="135"] h4 + h1,
.sf-block-text-columns-1[data-block-id="135"] h4 + h2,
.sf-block-text-columns-1[data-block-id="135"] h4 + h3 {
  padding-top: 30px; }

.sf-block-text-columns-1[data-block-id="135"] ul + h1,
.sf-block-text-columns-1[data-block-id="135"] ul + h2,
.sf-block-text-columns-1[data-block-id="135"] ul + h3 {
  padding-top: 30px; }

.sf-block-text-columns-1[data-block-id="135"] h1:last-child,
.sf-block-text-columns-1[data-block-id="135"] h2:last-child,
.sf-block-text-columns-1[data-block-id="135"] h3:last-child,
.sf-block-text-columns-1[data-block-id="135"] h4:last-child,
.sf-block-text-columns-1[data-block-id="135"] h5:last-child,
.sf-block-text-columns-1[data-block-id="135"] p:last-child {
  padding-bottom: 0; }

.sf-block-text-columns-1[data-block-id="265"] .text-columns-1-background {
  background-color: white; }

.sf-block-text-columns-1[data-block-id="265"] .text-columns-1-wrapper {
  position: relative;
  display: flex;
  padding-top: 60px;
  padding-bottom: 60px; }
  @media (max-width: 767.98px) {
    .sf-block-text-columns-1[data-block-id="265"] .text-columns-1-wrapper {
      padding-top: 30px; } }
  @media (max-width: 767.98px) {
    .sf-block-text-columns-1[data-block-id="265"] .text-columns-1-wrapper {
      padding-bottom: 30px; } }
  @media (max-width: 991.98px) {
    .sf-block-text-columns-1[data-block-id="265"] .text-columns-1-wrapper {
      display: block; } }
  .sf-block-text-columns-1[data-block-id="265"] .text-columns-1-wrapper .text-columns-1-column {
    flex: 1;
    display: flex;
    /* vertical stretch */ }
    .sf-block-text-columns-1[data-block-id="265"] .text-columns-1-wrapper .text-columns-1-column:nth-child(1) {
      margin-right: 15px; }
      @media (max-width: 991.98px) {
        .sf-block-text-columns-1[data-block-id="265"] .text-columns-1-wrapper .text-columns-1-column:nth-child(1) {
          margin: 0 0 30px 0; } }
    .sf-block-text-columns-1[data-block-id="265"] .text-columns-1-wrapper .text-columns-1-column:nth-child(2) {
      margin-left: 15px; }
      @media (max-width: 991.98px) {
        .sf-block-text-columns-1[data-block-id="265"] .text-columns-1-wrapper .text-columns-1-column:nth-child(2) {
          margin: 0 0 0 0; } }
  .sf-block-text-columns-1[data-block-id="265"] .text-columns-1-wrapper .text-columns-1-content {
    background-color: #fafbfb;
    padding: 65px 75px 40px 75px;
    flex: 1; }
    @media (max-width: 767.98px) {
      .sf-block-text-columns-1[data-block-id="265"] .text-columns-1-wrapper .text-columns-1-content {
        padding: 30px; } }

.sf-block-text-columns-1[data-block-id="265"] .block-button-wrapper {
  display: none;
  text-align: center; }
  .sf-block-text-columns-1[data-block-id="265"] .block-button-wrapper a.block-button {
    margin-top: 60px;
    padding: 15px 45px;
    border-radius: 100px;
    background-color: #ff821e;
    text-decoration: none;
    display: inline-block;
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.085em;
    line-height: 1.9em;
    color: white;
    max-font-size: 100px; }
  .sf-block-text-columns-1[data-block-id="265"] .block-button-wrapper a.block-button:hover {
    color: white;
    background-color: #ff821e; }

.sf-block-text-columns-1[data-block-id="265"] p, .sf-block-text-columns-1[data-block-id="265"] li {
  font-family: Poppins;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 2em;
  color: #3b3d44;
  max-font-size: 100px; }

.sf-block-text-columns-1[data-block-id="265"] h1 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 36px;
  letter-spacing: 0.085em;
  line-height: 1.35em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 15px; }
  @media (max-width: 991.98px) {
    .sf-block-text-columns-1[data-block-id="265"] h1 {
      font-size: 27.69231px; } }

.sf-block-text-columns-1[data-block-id="265"] h2 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 28px;
  letter-spacing: 0.085em;
  line-height: 1.5em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-text-columns-1[data-block-id="265"] h2 {
      font-size: 21.53846px; } }

.sf-block-text-columns-1[data-block-id="265"] h3 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.085em;
  line-height: 1.6em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-text-columns-1[data-block-id="265"] h3 {
      font-size: 16.66667px; } }

.sf-block-text-columns-1[data-block-id="265"] h4 {
  font-family: Poppins;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.085em;
  line-height: 1.9em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-text-columns-1[data-block-id="265"] h4 {
      font-size: 15px; } }

.sf-block-text-columns-1[data-block-id="265"] h5 {
  font-family: Poppins;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.115em;
  line-height: 1.5em;
  color: #626167;
  max-font-size: 100px; }

.sf-block-text-columns-1[data-block-id="265"] a {
  color: #ff821e; }

.sf-block-text-columns-1[data-block-id="265"] p + h1,
.sf-block-text-columns-1[data-block-id="265"] p + h2,
.sf-block-text-columns-1[data-block-id="265"] p + h3,
.sf-block-text-columns-1[data-block-id="265"] p + h4 {
  padding-top: 30px; }

.sf-block-text-columns-1[data-block-id="265"] h4 + h1,
.sf-block-text-columns-1[data-block-id="265"] h4 + h2,
.sf-block-text-columns-1[data-block-id="265"] h4 + h3 {
  padding-top: 30px; }

.sf-block-text-columns-1[data-block-id="265"] ul + h1,
.sf-block-text-columns-1[data-block-id="265"] ul + h2,
.sf-block-text-columns-1[data-block-id="265"] ul + h3 {
  padding-top: 30px; }

.sf-block-text-columns-1[data-block-id="265"] h1:last-child,
.sf-block-text-columns-1[data-block-id="265"] h2:last-child,
.sf-block-text-columns-1[data-block-id="265"] h3:last-child,
.sf-block-text-columns-1[data-block-id="265"] h4:last-child,
.sf-block-text-columns-1[data-block-id="265"] h5:last-child,
.sf-block-text-columns-1[data-block-id="265"] p:last-child {
  padding-bottom: 0; }

.sf-block-text-columns-1[data-block-id="292"] .text-columns-1-background {
  background-color: white; }

.sf-block-text-columns-1[data-block-id="292"] .text-columns-1-wrapper {
  position: relative;
  display: flex;
  padding-top: 60px;
  padding-bottom: 60px; }
  @media (max-width: 767.98px) {
    .sf-block-text-columns-1[data-block-id="292"] .text-columns-1-wrapper {
      padding-top: 30px; } }
  @media (max-width: 767.98px) {
    .sf-block-text-columns-1[data-block-id="292"] .text-columns-1-wrapper {
      padding-bottom: 30px; } }
  @media (max-width: 991.98px) {
    .sf-block-text-columns-1[data-block-id="292"] .text-columns-1-wrapper {
      display: block; } }
  .sf-block-text-columns-1[data-block-id="292"] .text-columns-1-wrapper .text-columns-1-column {
    flex: 1;
    display: flex;
    /* vertical stretch */ }
    .sf-block-text-columns-1[data-block-id="292"] .text-columns-1-wrapper .text-columns-1-column:nth-child(1) {
      margin-right: 15px; }
      @media (max-width: 991.98px) {
        .sf-block-text-columns-1[data-block-id="292"] .text-columns-1-wrapper .text-columns-1-column:nth-child(1) {
          margin: 0 0 30px 0; } }
    .sf-block-text-columns-1[data-block-id="292"] .text-columns-1-wrapper .text-columns-1-column:nth-child(2) {
      margin-left: 15px; }
      @media (max-width: 991.98px) {
        .sf-block-text-columns-1[data-block-id="292"] .text-columns-1-wrapper .text-columns-1-column:nth-child(2) {
          margin: 0 0 0 0; } }
  .sf-block-text-columns-1[data-block-id="292"] .text-columns-1-wrapper .text-columns-1-content {
    background-color: #fafbfb;
    padding: 65px 75px 40px 75px;
    flex: 1; }
    @media (max-width: 767.98px) {
      .sf-block-text-columns-1[data-block-id="292"] .text-columns-1-wrapper .text-columns-1-content {
        padding: 30px; } }

.sf-block-text-columns-1[data-block-id="292"] .block-button-wrapper {
  display: none;
  text-align: center; }
  .sf-block-text-columns-1[data-block-id="292"] .block-button-wrapper a.block-button {
    margin-top: 60px;
    padding: 15px 45px;
    border-radius: 100px;
    background-color: #ff821e;
    text-decoration: none;
    display: inline-block;
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.085em;
    line-height: 1.9em;
    color: white;
    max-font-size: 100px; }
  .sf-block-text-columns-1[data-block-id="292"] .block-button-wrapper a.block-button:hover {
    color: white;
    background-color: #ff821e; }

.sf-block-text-columns-1[data-block-id="292"] p, .sf-block-text-columns-1[data-block-id="292"] li {
  font-family: Poppins;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 2em;
  color: #3b3d44;
  max-font-size: 100px; }

.sf-block-text-columns-1[data-block-id="292"] h1 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 36px;
  letter-spacing: 0.085em;
  line-height: 1.35em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 15px; }
  @media (max-width: 991.98px) {
    .sf-block-text-columns-1[data-block-id="292"] h1 {
      font-size: 27.69231px; } }

.sf-block-text-columns-1[data-block-id="292"] h2 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 28px;
  letter-spacing: 0.085em;
  line-height: 1.5em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-text-columns-1[data-block-id="292"] h2 {
      font-size: 21.53846px; } }

.sf-block-text-columns-1[data-block-id="292"] h3 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.085em;
  line-height: 1.6em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-text-columns-1[data-block-id="292"] h3 {
      font-size: 16.66667px; } }

.sf-block-text-columns-1[data-block-id="292"] h4 {
  font-family: Poppins;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.085em;
  line-height: 1.9em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-text-columns-1[data-block-id="292"] h4 {
      font-size: 15px; } }

.sf-block-text-columns-1[data-block-id="292"] h5 {
  font-family: Poppins;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.115em;
  line-height: 1.5em;
  color: #626167;
  max-font-size: 100px; }

.sf-block-text-columns-1[data-block-id="292"] a {
  color: #ff821e; }

.sf-block-text-columns-1[data-block-id="292"] p + h1,
.sf-block-text-columns-1[data-block-id="292"] p + h2,
.sf-block-text-columns-1[data-block-id="292"] p + h3,
.sf-block-text-columns-1[data-block-id="292"] p + h4 {
  padding-top: 30px; }

.sf-block-text-columns-1[data-block-id="292"] h4 + h1,
.sf-block-text-columns-1[data-block-id="292"] h4 + h2,
.sf-block-text-columns-1[data-block-id="292"] h4 + h3 {
  padding-top: 30px; }

.sf-block-text-columns-1[data-block-id="292"] ul + h1,
.sf-block-text-columns-1[data-block-id="292"] ul + h2,
.sf-block-text-columns-1[data-block-id="292"] ul + h3 {
  padding-top: 30px; }

.sf-block-text-columns-1[data-block-id="292"] h1:last-child,
.sf-block-text-columns-1[data-block-id="292"] h2:last-child,
.sf-block-text-columns-1[data-block-id="292"] h3:last-child,
.sf-block-text-columns-1[data-block-id="292"] h4:last-child,
.sf-block-text-columns-1[data-block-id="292"] h5:last-child,
.sf-block-text-columns-1[data-block-id="292"] p:last-child {
  padding-bottom: 0; }

.sf-block-text-columns-1[data-block-id="294"] .text-columns-1-background {
  background-color: white; }

.sf-block-text-columns-1[data-block-id="294"] .text-columns-1-wrapper {
  position: relative;
  display: flex;
  padding-top: 60px;
  padding-bottom: 60px; }
  @media (max-width: 767.98px) {
    .sf-block-text-columns-1[data-block-id="294"] .text-columns-1-wrapper {
      padding-top: 30px; } }
  @media (max-width: 767.98px) {
    .sf-block-text-columns-1[data-block-id="294"] .text-columns-1-wrapper {
      padding-bottom: 30px; } }
  @media (max-width: 991.98px) {
    .sf-block-text-columns-1[data-block-id="294"] .text-columns-1-wrapper {
      display: block; } }
  .sf-block-text-columns-1[data-block-id="294"] .text-columns-1-wrapper .text-columns-1-column {
    flex: 1;
    display: flex;
    /* vertical stretch */ }
    .sf-block-text-columns-1[data-block-id="294"] .text-columns-1-wrapper .text-columns-1-column:nth-child(1) {
      margin-right: 15px; }
      @media (max-width: 991.98px) {
        .sf-block-text-columns-1[data-block-id="294"] .text-columns-1-wrapper .text-columns-1-column:nth-child(1) {
          margin: 0 0 30px 0; } }
    .sf-block-text-columns-1[data-block-id="294"] .text-columns-1-wrapper .text-columns-1-column:nth-child(2) {
      margin-left: 15px; }
      @media (max-width: 991.98px) {
        .sf-block-text-columns-1[data-block-id="294"] .text-columns-1-wrapper .text-columns-1-column:nth-child(2) {
          margin: 0 0 0 0; } }
  .sf-block-text-columns-1[data-block-id="294"] .text-columns-1-wrapper .text-columns-1-content {
    background-color: #fafbfb;
    padding: 65px 75px 40px 75px;
    flex: 1; }
    @media (max-width: 767.98px) {
      .sf-block-text-columns-1[data-block-id="294"] .text-columns-1-wrapper .text-columns-1-content {
        padding: 30px; } }

.sf-block-text-columns-1[data-block-id="294"] .block-button-wrapper {
  display: none;
  text-align: center; }
  .sf-block-text-columns-1[data-block-id="294"] .block-button-wrapper a.block-button {
    margin-top: 60px;
    padding: 15px 45px;
    border-radius: 100px;
    background-color: #ff821e;
    text-decoration: none;
    display: inline-block;
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.085em;
    line-height: 1.9em;
    color: white;
    max-font-size: 100px; }
  .sf-block-text-columns-1[data-block-id="294"] .block-button-wrapper a.block-button:hover {
    color: white;
    background-color: #ff821e; }

.sf-block-text-columns-1[data-block-id="294"] p, .sf-block-text-columns-1[data-block-id="294"] li {
  font-family: Poppins;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 2em;
  color: #3b3d44;
  max-font-size: 100px; }

.sf-block-text-columns-1[data-block-id="294"] h1 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 36px;
  letter-spacing: 0.085em;
  line-height: 1.35em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 15px; }
  @media (max-width: 991.98px) {
    .sf-block-text-columns-1[data-block-id="294"] h1 {
      font-size: 27.69231px; } }

.sf-block-text-columns-1[data-block-id="294"] h2 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 28px;
  letter-spacing: 0.085em;
  line-height: 1.5em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-text-columns-1[data-block-id="294"] h2 {
      font-size: 21.53846px; } }

.sf-block-text-columns-1[data-block-id="294"] h3 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.085em;
  line-height: 1.6em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-text-columns-1[data-block-id="294"] h3 {
      font-size: 16.66667px; } }

.sf-block-text-columns-1[data-block-id="294"] h4 {
  font-family: Poppins;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.085em;
  line-height: 1.9em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-text-columns-1[data-block-id="294"] h4 {
      font-size: 15px; } }

.sf-block-text-columns-1[data-block-id="294"] h5 {
  font-family: Poppins;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.115em;
  line-height: 1.5em;
  color: #626167;
  max-font-size: 100px; }

.sf-block-text-columns-1[data-block-id="294"] a {
  color: #ff821e; }

.sf-block-text-columns-1[data-block-id="294"] p + h1,
.sf-block-text-columns-1[data-block-id="294"] p + h2,
.sf-block-text-columns-1[data-block-id="294"] p + h3,
.sf-block-text-columns-1[data-block-id="294"] p + h4 {
  padding-top: 30px; }

.sf-block-text-columns-1[data-block-id="294"] h4 + h1,
.sf-block-text-columns-1[data-block-id="294"] h4 + h2,
.sf-block-text-columns-1[data-block-id="294"] h4 + h3 {
  padding-top: 30px; }

.sf-block-text-columns-1[data-block-id="294"] ul + h1,
.sf-block-text-columns-1[data-block-id="294"] ul + h2,
.sf-block-text-columns-1[data-block-id="294"] ul + h3 {
  padding-top: 30px; }

.sf-block-text-columns-1[data-block-id="294"] h1:last-child,
.sf-block-text-columns-1[data-block-id="294"] h2:last-child,
.sf-block-text-columns-1[data-block-id="294"] h3:last-child,
.sf-block-text-columns-1[data-block-id="294"] h4:last-child,
.sf-block-text-columns-1[data-block-id="294"] h5:last-child,
.sf-block-text-columns-1[data-block-id="294"] p:last-child {
  padding-bottom: 0; }

.sf-block-text-columns-1[data-block-id="296"] .text-columns-1-background {
  background-color: white; }

.sf-block-text-columns-1[data-block-id="296"] .text-columns-1-wrapper {
  position: relative;
  display: flex;
  padding-top: 60px;
  padding-bottom: 60px; }
  @media (max-width: 767.98px) {
    .sf-block-text-columns-1[data-block-id="296"] .text-columns-1-wrapper {
      padding-top: 30px; } }
  @media (max-width: 767.98px) {
    .sf-block-text-columns-1[data-block-id="296"] .text-columns-1-wrapper {
      padding-bottom: 30px; } }
  @media (max-width: 991.98px) {
    .sf-block-text-columns-1[data-block-id="296"] .text-columns-1-wrapper {
      display: block; } }
  .sf-block-text-columns-1[data-block-id="296"] .text-columns-1-wrapper .text-columns-1-column {
    flex: 1;
    display: flex;
    /* vertical stretch */ }
    .sf-block-text-columns-1[data-block-id="296"] .text-columns-1-wrapper .text-columns-1-column:nth-child(1) {
      margin-right: 15px; }
      @media (max-width: 991.98px) {
        .sf-block-text-columns-1[data-block-id="296"] .text-columns-1-wrapper .text-columns-1-column:nth-child(1) {
          margin: 0 0 30px 0; } }
    .sf-block-text-columns-1[data-block-id="296"] .text-columns-1-wrapper .text-columns-1-column:nth-child(2) {
      margin-left: 15px; }
      @media (max-width: 991.98px) {
        .sf-block-text-columns-1[data-block-id="296"] .text-columns-1-wrapper .text-columns-1-column:nth-child(2) {
          margin: 0 0 0 0; } }
  .sf-block-text-columns-1[data-block-id="296"] .text-columns-1-wrapper .text-columns-1-content {
    background-color: #fafbfb;
    padding: 65px 75px 40px 75px;
    flex: 1; }
    @media (max-width: 767.98px) {
      .sf-block-text-columns-1[data-block-id="296"] .text-columns-1-wrapper .text-columns-1-content {
        padding: 30px; } }

.sf-block-text-columns-1[data-block-id="296"] .block-button-wrapper {
  display: none;
  text-align: center; }
  .sf-block-text-columns-1[data-block-id="296"] .block-button-wrapper a.block-button {
    margin-top: 60px;
    padding: 15px 45px;
    border-radius: 100px;
    background-color: #ff821e;
    text-decoration: none;
    display: inline-block;
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.085em;
    line-height: 1.9em;
    color: white;
    max-font-size: 100px; }
  .sf-block-text-columns-1[data-block-id="296"] .block-button-wrapper a.block-button:hover {
    color: white;
    background-color: #ff821e; }

.sf-block-text-columns-1[data-block-id="296"] p, .sf-block-text-columns-1[data-block-id="296"] li {
  font-family: Poppins;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 2em;
  color: #3b3d44;
  max-font-size: 100px; }

.sf-block-text-columns-1[data-block-id="296"] h1 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 36px;
  letter-spacing: 0.085em;
  line-height: 1.35em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 15px; }
  @media (max-width: 991.98px) {
    .sf-block-text-columns-1[data-block-id="296"] h1 {
      font-size: 27.69231px; } }

.sf-block-text-columns-1[data-block-id="296"] h2 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 28px;
  letter-spacing: 0.085em;
  line-height: 1.5em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-text-columns-1[data-block-id="296"] h2 {
      font-size: 21.53846px; } }

.sf-block-text-columns-1[data-block-id="296"] h3 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.085em;
  line-height: 1.6em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-text-columns-1[data-block-id="296"] h3 {
      font-size: 16.66667px; } }

.sf-block-text-columns-1[data-block-id="296"] h4 {
  font-family: Poppins;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.085em;
  line-height: 1.9em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-text-columns-1[data-block-id="296"] h4 {
      font-size: 15px; } }

.sf-block-text-columns-1[data-block-id="296"] h5 {
  font-family: Poppins;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.115em;
  line-height: 1.5em;
  color: #626167;
  max-font-size: 100px; }

.sf-block-text-columns-1[data-block-id="296"] a {
  color: #ff821e; }

.sf-block-text-columns-1[data-block-id="296"] p + h1,
.sf-block-text-columns-1[data-block-id="296"] p + h2,
.sf-block-text-columns-1[data-block-id="296"] p + h3,
.sf-block-text-columns-1[data-block-id="296"] p + h4 {
  padding-top: 30px; }

.sf-block-text-columns-1[data-block-id="296"] h4 + h1,
.sf-block-text-columns-1[data-block-id="296"] h4 + h2,
.sf-block-text-columns-1[data-block-id="296"] h4 + h3 {
  padding-top: 30px; }

.sf-block-text-columns-1[data-block-id="296"] ul + h1,
.sf-block-text-columns-1[data-block-id="296"] ul + h2,
.sf-block-text-columns-1[data-block-id="296"] ul + h3 {
  padding-top: 30px; }

.sf-block-text-columns-1[data-block-id="296"] h1:last-child,
.sf-block-text-columns-1[data-block-id="296"] h2:last-child,
.sf-block-text-columns-1[data-block-id="296"] h3:last-child,
.sf-block-text-columns-1[data-block-id="296"] h4:last-child,
.sf-block-text-columns-1[data-block-id="296"] h5:last-child,
.sf-block-text-columns-1[data-block-id="296"] p:last-child {
  padding-bottom: 0; }

.sf-block-text-columns-1[data-block-id="300"] .text-columns-1-background {
  background-color: white; }

.sf-block-text-columns-1[data-block-id="300"] .text-columns-1-wrapper {
  position: relative;
  display: flex;
  padding-top: 60px;
  padding-bottom: 60px; }
  @media (max-width: 767.98px) {
    .sf-block-text-columns-1[data-block-id="300"] .text-columns-1-wrapper {
      padding-top: 30px; } }
  @media (max-width: 767.98px) {
    .sf-block-text-columns-1[data-block-id="300"] .text-columns-1-wrapper {
      padding-bottom: 30px; } }
  @media (max-width: 991.98px) {
    .sf-block-text-columns-1[data-block-id="300"] .text-columns-1-wrapper {
      display: block; } }
  .sf-block-text-columns-1[data-block-id="300"] .text-columns-1-wrapper .text-columns-1-column {
    flex: 1;
    display: flex;
    /* vertical stretch */ }
    .sf-block-text-columns-1[data-block-id="300"] .text-columns-1-wrapper .text-columns-1-column:nth-child(1) {
      margin-right: 15px; }
      @media (max-width: 991.98px) {
        .sf-block-text-columns-1[data-block-id="300"] .text-columns-1-wrapper .text-columns-1-column:nth-child(1) {
          margin: 0 0 30px 0; } }
    .sf-block-text-columns-1[data-block-id="300"] .text-columns-1-wrapper .text-columns-1-column:nth-child(2) {
      margin-left: 15px; }
      @media (max-width: 991.98px) {
        .sf-block-text-columns-1[data-block-id="300"] .text-columns-1-wrapper .text-columns-1-column:nth-child(2) {
          margin: 0 0 0 0; } }
  .sf-block-text-columns-1[data-block-id="300"] .text-columns-1-wrapper .text-columns-1-content {
    background-color: #fafbfb;
    padding: 65px 75px 40px 75px;
    flex: 1; }
    @media (max-width: 767.98px) {
      .sf-block-text-columns-1[data-block-id="300"] .text-columns-1-wrapper .text-columns-1-content {
        padding: 30px; } }

.sf-block-text-columns-1[data-block-id="300"] .block-button-wrapper {
  display: none;
  text-align: center; }
  .sf-block-text-columns-1[data-block-id="300"] .block-button-wrapper a.block-button {
    margin-top: 60px;
    padding: 15px 45px;
    border-radius: 100px;
    background-color: #ff821e;
    text-decoration: none;
    display: inline-block;
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.085em;
    line-height: 1.9em;
    color: white;
    max-font-size: 100px; }
  .sf-block-text-columns-1[data-block-id="300"] .block-button-wrapper a.block-button:hover {
    color: white;
    background-color: #ff821e; }

.sf-block-text-columns-1[data-block-id="300"] p, .sf-block-text-columns-1[data-block-id="300"] li {
  font-family: Poppins;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 2em;
  color: #3b3d44;
  max-font-size: 100px; }

.sf-block-text-columns-1[data-block-id="300"] h1 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 36px;
  letter-spacing: 0.085em;
  line-height: 1.35em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 15px; }
  @media (max-width: 991.98px) {
    .sf-block-text-columns-1[data-block-id="300"] h1 {
      font-size: 27.69231px; } }

.sf-block-text-columns-1[data-block-id="300"] h2 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 28px;
  letter-spacing: 0.085em;
  line-height: 1.5em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-text-columns-1[data-block-id="300"] h2 {
      font-size: 21.53846px; } }

.sf-block-text-columns-1[data-block-id="300"] h3 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.085em;
  line-height: 1.6em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-text-columns-1[data-block-id="300"] h3 {
      font-size: 16.66667px; } }

.sf-block-text-columns-1[data-block-id="300"] h4 {
  font-family: Poppins;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.085em;
  line-height: 1.9em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-text-columns-1[data-block-id="300"] h4 {
      font-size: 15px; } }

.sf-block-text-columns-1[data-block-id="300"] h5 {
  font-family: Poppins;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.115em;
  line-height: 1.5em;
  color: #626167;
  max-font-size: 100px; }

.sf-block-text-columns-1[data-block-id="300"] a {
  color: #ff821e; }

.sf-block-text-columns-1[data-block-id="300"] p + h1,
.sf-block-text-columns-1[data-block-id="300"] p + h2,
.sf-block-text-columns-1[data-block-id="300"] p + h3,
.sf-block-text-columns-1[data-block-id="300"] p + h4 {
  padding-top: 30px; }

.sf-block-text-columns-1[data-block-id="300"] h4 + h1,
.sf-block-text-columns-1[data-block-id="300"] h4 + h2,
.sf-block-text-columns-1[data-block-id="300"] h4 + h3 {
  padding-top: 30px; }

.sf-block-text-columns-1[data-block-id="300"] ul + h1,
.sf-block-text-columns-1[data-block-id="300"] ul + h2,
.sf-block-text-columns-1[data-block-id="300"] ul + h3 {
  padding-top: 30px; }

.sf-block-text-columns-1[data-block-id="300"] h1:last-child,
.sf-block-text-columns-1[data-block-id="300"] h2:last-child,
.sf-block-text-columns-1[data-block-id="300"] h3:last-child,
.sf-block-text-columns-1[data-block-id="300"] h4:last-child,
.sf-block-text-columns-1[data-block-id="300"] h5:last-child,
.sf-block-text-columns-1[data-block-id="300"] p:last-child {
  padding-bottom: 0; }

.sf-block-text-columns-1[data-block-id="359"] .text-columns-1-background {
  background-color: white; }

.sf-block-text-columns-1[data-block-id="359"] .text-columns-1-wrapper {
  position: relative;
  display: flex;
  padding-top: 60px;
  padding-bottom: 60px; }
  @media (max-width: 767.98px) {
    .sf-block-text-columns-1[data-block-id="359"] .text-columns-1-wrapper {
      padding-top: 30px; } }
  @media (max-width: 767.98px) {
    .sf-block-text-columns-1[data-block-id="359"] .text-columns-1-wrapper {
      padding-bottom: 30px; } }
  @media (max-width: 991.98px) {
    .sf-block-text-columns-1[data-block-id="359"] .text-columns-1-wrapper {
      display: block; } }
  .sf-block-text-columns-1[data-block-id="359"] .text-columns-1-wrapper .text-columns-1-column {
    flex: 1;
    display: flex;
    /* vertical stretch */ }
    .sf-block-text-columns-1[data-block-id="359"] .text-columns-1-wrapper .text-columns-1-column:nth-child(1) {
      margin-right: 15px; }
      @media (max-width: 991.98px) {
        .sf-block-text-columns-1[data-block-id="359"] .text-columns-1-wrapper .text-columns-1-column:nth-child(1) {
          margin: 0 0 30px 0; } }
    .sf-block-text-columns-1[data-block-id="359"] .text-columns-1-wrapper .text-columns-1-column:nth-child(2) {
      margin-left: 15px; }
      @media (max-width: 991.98px) {
        .sf-block-text-columns-1[data-block-id="359"] .text-columns-1-wrapper .text-columns-1-column:nth-child(2) {
          margin: 0 0 0 0; } }
  .sf-block-text-columns-1[data-block-id="359"] .text-columns-1-wrapper .text-columns-1-content {
    background-color: #fafbfb;
    padding: 65px 75px 40px 75px;
    flex: 1; }
    @media (max-width: 767.98px) {
      .sf-block-text-columns-1[data-block-id="359"] .text-columns-1-wrapper .text-columns-1-content {
        padding: 30px; } }

.sf-block-text-columns-1[data-block-id="359"] .block-button-wrapper {
  display: none;
  text-align: center; }
  .sf-block-text-columns-1[data-block-id="359"] .block-button-wrapper a.block-button {
    margin-top: 60px;
    padding: 15px 45px;
    border-radius: 100px;
    background-color: #ff821e;
    text-decoration: none;
    display: inline-block;
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.085em;
    line-height: 1.9em;
    color: white;
    max-font-size: 100px; }
  .sf-block-text-columns-1[data-block-id="359"] .block-button-wrapper a.block-button:hover {
    color: white;
    background-color: #ff821e; }

.sf-block-text-columns-1[data-block-id="359"] p, .sf-block-text-columns-1[data-block-id="359"] li {
  font-family: Poppins;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 2em;
  color: #3b3d44;
  max-font-size: 100px; }

.sf-block-text-columns-1[data-block-id="359"] h1 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 36px;
  letter-spacing: 0.085em;
  line-height: 1.35em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 15px; }
  @media (max-width: 991.98px) {
    .sf-block-text-columns-1[data-block-id="359"] h1 {
      font-size: 27.69231px; } }

.sf-block-text-columns-1[data-block-id="359"] h2 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 28px;
  letter-spacing: 0.085em;
  line-height: 1.5em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-text-columns-1[data-block-id="359"] h2 {
      font-size: 21.53846px; } }

.sf-block-text-columns-1[data-block-id="359"] h3 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.085em;
  line-height: 1.6em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-text-columns-1[data-block-id="359"] h3 {
      font-size: 16.66667px; } }

.sf-block-text-columns-1[data-block-id="359"] h4 {
  font-family: Poppins;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.085em;
  line-height: 1.9em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-text-columns-1[data-block-id="359"] h4 {
      font-size: 15px; } }

.sf-block-text-columns-1[data-block-id="359"] h5 {
  font-family: Poppins;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.115em;
  line-height: 1.5em;
  color: #626167;
  max-font-size: 100px; }

.sf-block-text-columns-1[data-block-id="359"] a {
  color: #ff821e; }

.sf-block-text-columns-1[data-block-id="359"] p + h1,
.sf-block-text-columns-1[data-block-id="359"] p + h2,
.sf-block-text-columns-1[data-block-id="359"] p + h3,
.sf-block-text-columns-1[data-block-id="359"] p + h4 {
  padding-top: 30px; }

.sf-block-text-columns-1[data-block-id="359"] h4 + h1,
.sf-block-text-columns-1[data-block-id="359"] h4 + h2,
.sf-block-text-columns-1[data-block-id="359"] h4 + h3 {
  padding-top: 30px; }

.sf-block-text-columns-1[data-block-id="359"] ul + h1,
.sf-block-text-columns-1[data-block-id="359"] ul + h2,
.sf-block-text-columns-1[data-block-id="359"] ul + h3 {
  padding-top: 30px; }

.sf-block-text-columns-1[data-block-id="359"] h1:last-child,
.sf-block-text-columns-1[data-block-id="359"] h2:last-child,
.sf-block-text-columns-1[data-block-id="359"] h3:last-child,
.sf-block-text-columns-1[data-block-id="359"] h4:last-child,
.sf-block-text-columns-1[data-block-id="359"] h5:last-child,
.sf-block-text-columns-1[data-block-id="359"] p:last-child {
  padding-bottom: 0; }

.sf-block-text-columns-1[data-block-id="486"] .text-columns-1-background {
  background-color: white; }

.sf-block-text-columns-1[data-block-id="486"] .text-columns-1-wrapper {
  position: relative;
  display: flex;
  padding-top: 60px;
  padding-bottom: 60px; }
  @media (max-width: 767.98px) {
    .sf-block-text-columns-1[data-block-id="486"] .text-columns-1-wrapper {
      padding-top: 30px; } }
  @media (max-width: 767.98px) {
    .sf-block-text-columns-1[data-block-id="486"] .text-columns-1-wrapper {
      padding-bottom: 30px; } }
  @media (max-width: 991.98px) {
    .sf-block-text-columns-1[data-block-id="486"] .text-columns-1-wrapper {
      display: block; } }
  .sf-block-text-columns-1[data-block-id="486"] .text-columns-1-wrapper .text-columns-1-column {
    flex: 1;
    display: flex;
    /* vertical stretch */ }
    .sf-block-text-columns-1[data-block-id="486"] .text-columns-1-wrapper .text-columns-1-column:nth-child(1) {
      margin-right: 15px; }
      @media (max-width: 991.98px) {
        .sf-block-text-columns-1[data-block-id="486"] .text-columns-1-wrapper .text-columns-1-column:nth-child(1) {
          margin: 0 0 30px 0; } }
    .sf-block-text-columns-1[data-block-id="486"] .text-columns-1-wrapper .text-columns-1-column:nth-child(2) {
      margin-left: 15px; }
      @media (max-width: 991.98px) {
        .sf-block-text-columns-1[data-block-id="486"] .text-columns-1-wrapper .text-columns-1-column:nth-child(2) {
          margin: 0 0 0 0; } }
  .sf-block-text-columns-1[data-block-id="486"] .text-columns-1-wrapper .text-columns-1-content {
    background-color: #fafbfb;
    padding: 65px 75px 40px 75px;
    flex: 1; }
    @media (max-width: 767.98px) {
      .sf-block-text-columns-1[data-block-id="486"] .text-columns-1-wrapper .text-columns-1-content {
        padding: 30px; } }

.sf-block-text-columns-1[data-block-id="486"] .block-button-wrapper {
  display: none;
  text-align: center; }
  .sf-block-text-columns-1[data-block-id="486"] .block-button-wrapper a.block-button {
    margin-top: 60px;
    padding: 15px 45px;
    border-radius: 100px;
    background-color: #ff821e;
    text-decoration: none;
    display: inline-block;
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.085em;
    line-height: 1.9em;
    color: white;
    max-font-size: 100px; }
  .sf-block-text-columns-1[data-block-id="486"] .block-button-wrapper a.block-button:hover {
    color: white;
    background-color: #ff821e; }

.sf-block-text-columns-1[data-block-id="486"] p, .sf-block-text-columns-1[data-block-id="486"] li {
  font-family: Poppins;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 2em;
  color: #3b3d44;
  max-font-size: 100px; }

.sf-block-text-columns-1[data-block-id="486"] h1 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 36px;
  letter-spacing: 0.085em;
  line-height: 1.35em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 15px; }
  @media (max-width: 991.98px) {
    .sf-block-text-columns-1[data-block-id="486"] h1 {
      font-size: 27.69231px; } }

.sf-block-text-columns-1[data-block-id="486"] h2 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 28px;
  letter-spacing: 0.085em;
  line-height: 1.5em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-text-columns-1[data-block-id="486"] h2 {
      font-size: 21.53846px; } }

.sf-block-text-columns-1[data-block-id="486"] h3 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.085em;
  line-height: 1.6em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-text-columns-1[data-block-id="486"] h3 {
      font-size: 16.66667px; } }

.sf-block-text-columns-1[data-block-id="486"] h4 {
  font-family: Poppins;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.085em;
  line-height: 1.9em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-text-columns-1[data-block-id="486"] h4 {
      font-size: 15px; } }

.sf-block-text-columns-1[data-block-id="486"] h5 {
  font-family: Poppins;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.115em;
  line-height: 1.5em;
  color: #626167;
  max-font-size: 100px; }

.sf-block-text-columns-1[data-block-id="486"] a {
  color: #ff821e; }

.sf-block-text-columns-1[data-block-id="486"] p + h1,
.sf-block-text-columns-1[data-block-id="486"] p + h2,
.sf-block-text-columns-1[data-block-id="486"] p + h3,
.sf-block-text-columns-1[data-block-id="486"] p + h4 {
  padding-top: 30px; }

.sf-block-text-columns-1[data-block-id="486"] h4 + h1,
.sf-block-text-columns-1[data-block-id="486"] h4 + h2,
.sf-block-text-columns-1[data-block-id="486"] h4 + h3 {
  padding-top: 30px; }

.sf-block-text-columns-1[data-block-id="486"] ul + h1,
.sf-block-text-columns-1[data-block-id="486"] ul + h2,
.sf-block-text-columns-1[data-block-id="486"] ul + h3 {
  padding-top: 30px; }

.sf-block-text-columns-1[data-block-id="486"] h1:last-child,
.sf-block-text-columns-1[data-block-id="486"] h2:last-child,
.sf-block-text-columns-1[data-block-id="486"] h3:last-child,
.sf-block-text-columns-1[data-block-id="486"] h4:last-child,
.sf-block-text-columns-1[data-block-id="486"] h5:last-child,
.sf-block-text-columns-1[data-block-id="486"] p:last-child {
  padding-bottom: 0; }

.sf-block-text-columns-1[data-block-id="494"] .text-columns-1-background {
  background-color: white; }

.sf-block-text-columns-1[data-block-id="494"] .text-columns-1-wrapper {
  position: relative;
  display: flex;
  padding-top: 60px;
  padding-bottom: 60px; }
  @media (max-width: 767.98px) {
    .sf-block-text-columns-1[data-block-id="494"] .text-columns-1-wrapper {
      padding-top: 30px; } }
  @media (max-width: 767.98px) {
    .sf-block-text-columns-1[data-block-id="494"] .text-columns-1-wrapper {
      padding-bottom: 30px; } }
  @media (max-width: 991.98px) {
    .sf-block-text-columns-1[data-block-id="494"] .text-columns-1-wrapper {
      display: block; } }
  .sf-block-text-columns-1[data-block-id="494"] .text-columns-1-wrapper .text-columns-1-column {
    flex: 1;
    display: flex;
    /* vertical stretch */ }
    .sf-block-text-columns-1[data-block-id="494"] .text-columns-1-wrapper .text-columns-1-column:nth-child(1) {
      margin-right: 15px; }
      @media (max-width: 991.98px) {
        .sf-block-text-columns-1[data-block-id="494"] .text-columns-1-wrapper .text-columns-1-column:nth-child(1) {
          margin: 0 0 30px 0; } }
    .sf-block-text-columns-1[data-block-id="494"] .text-columns-1-wrapper .text-columns-1-column:nth-child(2) {
      margin-left: 15px; }
      @media (max-width: 991.98px) {
        .sf-block-text-columns-1[data-block-id="494"] .text-columns-1-wrapper .text-columns-1-column:nth-child(2) {
          margin: 0 0 0 0; } }
  .sf-block-text-columns-1[data-block-id="494"] .text-columns-1-wrapper .text-columns-1-content {
    background-color: #fafbfb;
    padding: 65px 75px 40px 75px;
    flex: 1; }
    @media (max-width: 767.98px) {
      .sf-block-text-columns-1[data-block-id="494"] .text-columns-1-wrapper .text-columns-1-content {
        padding: 30px; } }

.sf-block-text-columns-1[data-block-id="494"] .block-button-wrapper {
  display: none;
  text-align: center; }
  .sf-block-text-columns-1[data-block-id="494"] .block-button-wrapper a.block-button {
    margin-top: 60px;
    padding: 15px 45px;
    border-radius: 100px;
    background-color: #ff821e;
    text-decoration: none;
    display: inline-block;
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.085em;
    line-height: 1.9em;
    color: white;
    max-font-size: 100px; }
  .sf-block-text-columns-1[data-block-id="494"] .block-button-wrapper a.block-button:hover {
    color: white;
    background-color: #ff821e; }

.sf-block-text-columns-1[data-block-id="494"] p, .sf-block-text-columns-1[data-block-id="494"] li {
  font-family: Poppins;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 2em;
  color: #3b3d44;
  max-font-size: 100px; }

.sf-block-text-columns-1[data-block-id="494"] h1 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 36px;
  letter-spacing: 0.085em;
  line-height: 1.35em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 15px; }
  @media (max-width: 991.98px) {
    .sf-block-text-columns-1[data-block-id="494"] h1 {
      font-size: 27.69231px; } }

.sf-block-text-columns-1[data-block-id="494"] h2 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 28px;
  letter-spacing: 0.085em;
  line-height: 1.5em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-text-columns-1[data-block-id="494"] h2 {
      font-size: 21.53846px; } }

.sf-block-text-columns-1[data-block-id="494"] h3 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.085em;
  line-height: 1.6em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-text-columns-1[data-block-id="494"] h3 {
      font-size: 16.66667px; } }

.sf-block-text-columns-1[data-block-id="494"] h4 {
  font-family: Poppins;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.085em;
  line-height: 1.9em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-text-columns-1[data-block-id="494"] h4 {
      font-size: 15px; } }

.sf-block-text-columns-1[data-block-id="494"] h5 {
  font-family: Poppins;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.115em;
  line-height: 1.5em;
  color: #626167;
  max-font-size: 100px; }

.sf-block-text-columns-1[data-block-id="494"] a {
  color: #ff821e; }

.sf-block-text-columns-1[data-block-id="494"] p + h1,
.sf-block-text-columns-1[data-block-id="494"] p + h2,
.sf-block-text-columns-1[data-block-id="494"] p + h3,
.sf-block-text-columns-1[data-block-id="494"] p + h4 {
  padding-top: 30px; }

.sf-block-text-columns-1[data-block-id="494"] h4 + h1,
.sf-block-text-columns-1[data-block-id="494"] h4 + h2,
.sf-block-text-columns-1[data-block-id="494"] h4 + h3 {
  padding-top: 30px; }

.sf-block-text-columns-1[data-block-id="494"] ul + h1,
.sf-block-text-columns-1[data-block-id="494"] ul + h2,
.sf-block-text-columns-1[data-block-id="494"] ul + h3 {
  padding-top: 30px; }

.sf-block-text-columns-1[data-block-id="494"] h1:last-child,
.sf-block-text-columns-1[data-block-id="494"] h2:last-child,
.sf-block-text-columns-1[data-block-id="494"] h3:last-child,
.sf-block-text-columns-1[data-block-id="494"] h4:last-child,
.sf-block-text-columns-1[data-block-id="494"] h5:last-child,
.sf-block-text-columns-1[data-block-id="494"] p:last-child {
  padding-bottom: 0; }

.sf-block-text-columns-1[data-block-id="515"] .text-columns-1-background {
  background-color: white; }

.sf-block-text-columns-1[data-block-id="515"] .text-columns-1-wrapper {
  position: relative;
  display: flex;
  padding-top: 60px;
  padding-bottom: 60px; }
  @media (max-width: 767.98px) {
    .sf-block-text-columns-1[data-block-id="515"] .text-columns-1-wrapper {
      padding-top: 30px; } }
  @media (max-width: 767.98px) {
    .sf-block-text-columns-1[data-block-id="515"] .text-columns-1-wrapper {
      padding-bottom: 30px; } }
  @media (max-width: 991.98px) {
    .sf-block-text-columns-1[data-block-id="515"] .text-columns-1-wrapper {
      display: block; } }
  .sf-block-text-columns-1[data-block-id="515"] .text-columns-1-wrapper .text-columns-1-column {
    flex: 1;
    display: flex;
    /* vertical stretch */ }
    .sf-block-text-columns-1[data-block-id="515"] .text-columns-1-wrapper .text-columns-1-column:nth-child(1) {
      margin-right: 15px; }
      @media (max-width: 991.98px) {
        .sf-block-text-columns-1[data-block-id="515"] .text-columns-1-wrapper .text-columns-1-column:nth-child(1) {
          margin: 0 0 30px 0; } }
    .sf-block-text-columns-1[data-block-id="515"] .text-columns-1-wrapper .text-columns-1-column:nth-child(2) {
      margin-left: 15px; }
      @media (max-width: 991.98px) {
        .sf-block-text-columns-1[data-block-id="515"] .text-columns-1-wrapper .text-columns-1-column:nth-child(2) {
          margin: 0 0 0 0; } }
  .sf-block-text-columns-1[data-block-id="515"] .text-columns-1-wrapper .text-columns-1-content {
    background-color: #fafbfb;
    padding: 65px 75px 40px 75px;
    flex: 1; }
    @media (max-width: 767.98px) {
      .sf-block-text-columns-1[data-block-id="515"] .text-columns-1-wrapper .text-columns-1-content {
        padding: 30px; } }

.sf-block-text-columns-1[data-block-id="515"] .block-button-wrapper {
  display: none;
  text-align: center; }
  .sf-block-text-columns-1[data-block-id="515"] .block-button-wrapper a.block-button {
    margin-top: 60px;
    padding: 15px 45px;
    border-radius: 100px;
    background-color: #ff821e;
    text-decoration: none;
    display: inline-block;
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.085em;
    line-height: 1.9em;
    color: white;
    max-font-size: 100px; }
  .sf-block-text-columns-1[data-block-id="515"] .block-button-wrapper a.block-button:hover {
    color: white;
    background-color: #ff821e; }

.sf-block-text-columns-1[data-block-id="515"] p, .sf-block-text-columns-1[data-block-id="515"] li {
  font-family: Poppins;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 2em;
  color: #3b3d44;
  max-font-size: 100px; }

.sf-block-text-columns-1[data-block-id="515"] h1 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 36px;
  letter-spacing: 0.085em;
  line-height: 1.35em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 15px; }
  @media (max-width: 991.98px) {
    .sf-block-text-columns-1[data-block-id="515"] h1 {
      font-size: 27.69231px; } }

.sf-block-text-columns-1[data-block-id="515"] h2 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 28px;
  letter-spacing: 0.085em;
  line-height: 1.5em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-text-columns-1[data-block-id="515"] h2 {
      font-size: 21.53846px; } }

.sf-block-text-columns-1[data-block-id="515"] h3 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.085em;
  line-height: 1.6em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-text-columns-1[data-block-id="515"] h3 {
      font-size: 16.66667px; } }

.sf-block-text-columns-1[data-block-id="515"] h4 {
  font-family: Poppins;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.085em;
  line-height: 1.9em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-text-columns-1[data-block-id="515"] h4 {
      font-size: 15px; } }

.sf-block-text-columns-1[data-block-id="515"] h5 {
  font-family: Poppins;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.115em;
  line-height: 1.5em;
  color: #626167;
  max-font-size: 100px; }

.sf-block-text-columns-1[data-block-id="515"] a {
  color: #ff821e; }

.sf-block-text-columns-1[data-block-id="515"] p + h1,
.sf-block-text-columns-1[data-block-id="515"] p + h2,
.sf-block-text-columns-1[data-block-id="515"] p + h3,
.sf-block-text-columns-1[data-block-id="515"] p + h4 {
  padding-top: 30px; }

.sf-block-text-columns-1[data-block-id="515"] h4 + h1,
.sf-block-text-columns-1[data-block-id="515"] h4 + h2,
.sf-block-text-columns-1[data-block-id="515"] h4 + h3 {
  padding-top: 30px; }

.sf-block-text-columns-1[data-block-id="515"] ul + h1,
.sf-block-text-columns-1[data-block-id="515"] ul + h2,
.sf-block-text-columns-1[data-block-id="515"] ul + h3 {
  padding-top: 30px; }

.sf-block-text-columns-1[data-block-id="515"] h1:last-child,
.sf-block-text-columns-1[data-block-id="515"] h2:last-child,
.sf-block-text-columns-1[data-block-id="515"] h3:last-child,
.sf-block-text-columns-1[data-block-id="515"] h4:last-child,
.sf-block-text-columns-1[data-block-id="515"] h5:last-child,
.sf-block-text-columns-1[data-block-id="515"] p:last-child {
  padding-bottom: 0; }

.sf-block-text-columns-1[data-block-id="591"] .text-columns-1-background {
  background-color: white; }

.sf-block-text-columns-1[data-block-id="591"] .text-columns-1-wrapper {
  position: relative;
  display: flex;
  padding-top: 60px;
  padding-bottom: 60px; }
  @media (max-width: 767.98px) {
    .sf-block-text-columns-1[data-block-id="591"] .text-columns-1-wrapper {
      padding-top: 30px; } }
  @media (max-width: 767.98px) {
    .sf-block-text-columns-1[data-block-id="591"] .text-columns-1-wrapper {
      padding-bottom: 30px; } }
  @media (max-width: 991.98px) {
    .sf-block-text-columns-1[data-block-id="591"] .text-columns-1-wrapper {
      display: block; } }
  .sf-block-text-columns-1[data-block-id="591"] .text-columns-1-wrapper .text-columns-1-column {
    flex: 1;
    display: flex;
    /* vertical stretch */ }
    .sf-block-text-columns-1[data-block-id="591"] .text-columns-1-wrapper .text-columns-1-column:nth-child(1) {
      margin-right: 15px; }
      @media (max-width: 991.98px) {
        .sf-block-text-columns-1[data-block-id="591"] .text-columns-1-wrapper .text-columns-1-column:nth-child(1) {
          margin: 0 0 30px 0; } }
    .sf-block-text-columns-1[data-block-id="591"] .text-columns-1-wrapper .text-columns-1-column:nth-child(2) {
      margin-left: 15px; }
      @media (max-width: 991.98px) {
        .sf-block-text-columns-1[data-block-id="591"] .text-columns-1-wrapper .text-columns-1-column:nth-child(2) {
          margin: 0 0 0 0; } }
  .sf-block-text-columns-1[data-block-id="591"] .text-columns-1-wrapper .text-columns-1-content {
    background-color: #fafbfb;
    padding: 65px 75px 40px 75px;
    flex: 1; }
    @media (max-width: 767.98px) {
      .sf-block-text-columns-1[data-block-id="591"] .text-columns-1-wrapper .text-columns-1-content {
        padding: 30px; } }

.sf-block-text-columns-1[data-block-id="591"] .block-button-wrapper {
  display: none;
  text-align: center; }
  .sf-block-text-columns-1[data-block-id="591"] .block-button-wrapper a.block-button {
    margin-top: 60px;
    padding: 15px 45px;
    border-radius: 100px;
    background-color: #ff821e;
    text-decoration: none;
    display: inline-block;
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.085em;
    line-height: 1.9em;
    color: white;
    max-font-size: 100px; }
  .sf-block-text-columns-1[data-block-id="591"] .block-button-wrapper a.block-button:hover {
    color: white;
    background-color: #ff821e; }

.sf-block-text-columns-1[data-block-id="591"] p, .sf-block-text-columns-1[data-block-id="591"] li {
  font-family: Poppins;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 2em;
  color: #3b3d44;
  max-font-size: 100px; }

.sf-block-text-columns-1[data-block-id="591"] h1 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 36px;
  letter-spacing: 0.085em;
  line-height: 1.35em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 15px; }
  @media (max-width: 991.98px) {
    .sf-block-text-columns-1[data-block-id="591"] h1 {
      font-size: 27.69231px; } }

.sf-block-text-columns-1[data-block-id="591"] h2 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 28px;
  letter-spacing: 0.085em;
  line-height: 1.5em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-text-columns-1[data-block-id="591"] h2 {
      font-size: 21.53846px; } }

.sf-block-text-columns-1[data-block-id="591"] h3 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.085em;
  line-height: 1.6em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-text-columns-1[data-block-id="591"] h3 {
      font-size: 16.66667px; } }

.sf-block-text-columns-1[data-block-id="591"] h4 {
  font-family: Poppins;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.085em;
  line-height: 1.9em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-text-columns-1[data-block-id="591"] h4 {
      font-size: 15px; } }

.sf-block-text-columns-1[data-block-id="591"] h5 {
  font-family: Poppins;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.115em;
  line-height: 1.5em;
  color: #626167;
  max-font-size: 100px; }

.sf-block-text-columns-1[data-block-id="591"] a {
  color: #ff821e; }

.sf-block-text-columns-1[data-block-id="591"] p + h1,
.sf-block-text-columns-1[data-block-id="591"] p + h2,
.sf-block-text-columns-1[data-block-id="591"] p + h3,
.sf-block-text-columns-1[data-block-id="591"] p + h4 {
  padding-top: 30px; }

.sf-block-text-columns-1[data-block-id="591"] h4 + h1,
.sf-block-text-columns-1[data-block-id="591"] h4 + h2,
.sf-block-text-columns-1[data-block-id="591"] h4 + h3 {
  padding-top: 30px; }

.sf-block-text-columns-1[data-block-id="591"] ul + h1,
.sf-block-text-columns-1[data-block-id="591"] ul + h2,
.sf-block-text-columns-1[data-block-id="591"] ul + h3 {
  padding-top: 30px; }

.sf-block-text-columns-1[data-block-id="591"] h1:last-child,
.sf-block-text-columns-1[data-block-id="591"] h2:last-child,
.sf-block-text-columns-1[data-block-id="591"] h3:last-child,
.sf-block-text-columns-1[data-block-id="591"] h4:last-child,
.sf-block-text-columns-1[data-block-id="591"] h5:last-child,
.sf-block-text-columns-1[data-block-id="591"] p:last-child {
  padding-bottom: 0; }

.sf-block-image-text-full-1[data-block-id="69"] .image-text-full-1-wrapper {
  background-color: white;
  display: flex;
  flex-wrap: wrap;
  padding-top: 0;
  padding-bottom: 0; }
  .sf-block-image-text-full-1[data-block-id="69"] .image-text-full-1-wrapper .image-text-full-1-column {
    width: 50%;
    position: relative; }
    @media (max-width: 991.98px) {
      .sf-block-image-text-full-1[data-block-id="69"] .image-text-full-1-wrapper .image-text-full-1-column {
        width: 100%; } }
  .sf-block-image-text-full-1[data-block-id="69"] .image-text-full-1-wrapper .image-text-full-1-column:nth-child(2) {
    padding: 125px;
    display: flex;
    align-items: center; }
    @media (max-width: 1199.98px) {
      .sf-block-image-text-full-1[data-block-id="69"] .image-text-full-1-wrapper .image-text-full-1-column:nth-child(2) {
        padding: 50px; } }
    @media (max-width: 767.98px) {
      .sf-block-image-text-full-1[data-block-id="69"] .image-text-full-1-wrapper .image-text-full-1-column:nth-child(2) {
        padding: 30px 25px; } }
  .sf-block-image-text-full-1[data-block-id="69"] .image-text-full-1-wrapper .image-text-full-1-overlay {
    position: absolute;
    background-color: transparent;
    width: 100%;
    height: 100%;
    pointer-events: none; }
  .sf-block-image-text-full-1[data-block-id="69"] .image-text-full-1-wrapper .image-text-full-1-image {
    width: 100%;
    height: 100%;
    max-height: 100%;
    background-size: cover;
    background-position: center center;
    min-height: 650px; }
    @media (max-width: 991.98px) {
      .sf-block-image-text-full-1[data-block-id="69"] .image-text-full-1-wrapper .image-text-full-1-image {
        height: 30vh;
        min-height: 0; } }
  .sf-block-image-text-full-1[data-block-id="69"] .image-text-full-1-wrapper .image-text-full-1-content {
    max-width: 460px;
    margin: 0 auto; }
    @media (max-width: 991.98px) {
      .sf-block-image-text-full-1[data-block-id="69"] .image-text-full-1-wrapper .image-text-full-1-content {
        max-width: 730px;
        margin: 0 auto; } }
    .sf-block-image-text-full-1[data-block-id="69"] .image-text-full-1-wrapper .image-text-full-1-content h2 {
      color: #3b3d44;
      font-size: 21px;
      font-family: Poppins;
      font-weight: 700;
      line-height: 1.5em;
      letter-spacing: 0.085em;
      margin-bottom: 20px; }
      @media (max-width: 991.98px) {
        .sf-block-image-text-full-1[data-block-id="69"] .image-text-full-1-wrapper .image-text-full-1-content h2 {
          font-size: 21.53846px; } }
    .sf-block-image-text-full-1[data-block-id="69"] .image-text-full-1-wrapper .image-text-full-1-content p {
      color: #3b3d44;
      font-size: 14px;
      font-family: Poppins;
      font-weight: 400;
      line-height: 2em;
      letter-spacing: 0.1em; }
  .sf-block-image-text-full-1[data-block-id="69"] .image-text-full-1-wrapper .image-text-full-1-button-wrapper {
    text-align: center;
    margin-top: 60px;
    display: block; }
    .sf-block-image-text-full-1[data-block-id="69"] .image-text-full-1-wrapper .image-text-full-1-button-wrapper a.image-text-full-1-button {
      padding: 15px 45px;
      border-radius: 100px;
      background-color: #ff821e;
      text-decoration: none;
      display: inline-block;
      color: white;
      font-size: 18px;
      font-family: Poppins;
      font-weight: 400;
      line-height: 1.9em;
      letter-spacing: 0.085em; }
    .sf-block-image-text-full-1[data-block-id="69"] .image-text-full-1-wrapper .image-text-full-1-button-wrapper a.image-text-full-1-button:hover {
      color: white;
      background-color: #ff821e; }

.sf-block-image-text-full-1[data-block-id="110"] .image-text-full-1-wrapper {
  background-color: white;
  display: flex;
  flex-wrap: wrap;
  padding-top: 0;
  padding-bottom: 0; }
  .sf-block-image-text-full-1[data-block-id="110"] .image-text-full-1-wrapper .image-text-full-1-column {
    width: 50%;
    position: relative; }
    @media (max-width: 991.98px) {
      .sf-block-image-text-full-1[data-block-id="110"] .image-text-full-1-wrapper .image-text-full-1-column {
        width: 100%; } }
  .sf-block-image-text-full-1[data-block-id="110"] .image-text-full-1-wrapper .image-text-full-1-column:nth-child(2) {
    padding: 125px;
    display: flex;
    align-items: center; }
    @media (max-width: 1199.98px) {
      .sf-block-image-text-full-1[data-block-id="110"] .image-text-full-1-wrapper .image-text-full-1-column:nth-child(2) {
        padding: 50px; } }
    @media (max-width: 767.98px) {
      .sf-block-image-text-full-1[data-block-id="110"] .image-text-full-1-wrapper .image-text-full-1-column:nth-child(2) {
        padding: 30px 25px; } }
  .sf-block-image-text-full-1[data-block-id="110"] .image-text-full-1-wrapper .image-text-full-1-overlay {
    position: absolute;
    background-color: transparent;
    width: 100%;
    height: 100%;
    pointer-events: none; }
  .sf-block-image-text-full-1[data-block-id="110"] .image-text-full-1-wrapper .image-text-full-1-image {
    width: 100%;
    height: 100%;
    max-height: 100%;
    background-size: cover;
    background-position: center center;
    min-height: 650px; }
    @media (max-width: 991.98px) {
      .sf-block-image-text-full-1[data-block-id="110"] .image-text-full-1-wrapper .image-text-full-1-image {
        height: 30vh;
        min-height: 0; } }
  .sf-block-image-text-full-1[data-block-id="110"] .image-text-full-1-wrapper .image-text-full-1-content {
    max-width: 460px;
    margin: 0 auto; }
    @media (max-width: 991.98px) {
      .sf-block-image-text-full-1[data-block-id="110"] .image-text-full-1-wrapper .image-text-full-1-content {
        max-width: 730px;
        margin: 0 auto; } }
    .sf-block-image-text-full-1[data-block-id="110"] .image-text-full-1-wrapper .image-text-full-1-content h2 {
      font-family: Poppins;
      font-weight: 700;
      font-size: 28px;
      letter-spacing: 0.085em;
      line-height: 1.5em;
      color: #3b3d44;
      max-font-size: 100px;
      margin-bottom: 20px; }
      @media (max-width: 991.98px) {
        .sf-block-image-text-full-1[data-block-id="110"] .image-text-full-1-wrapper .image-text-full-1-content h2 {
          font-size: 21.53846px; } }
    .sf-block-image-text-full-1[data-block-id="110"] .image-text-full-1-wrapper .image-text-full-1-content p {
      font-family: Poppins;
      font-weight: 400;
      font-size: 14px;
      letter-spacing: 0.1em;
      line-height: 2em;
      color: #3b3d44;
      max-font-size: 100px; }
  .sf-block-image-text-full-1[data-block-id="110"] .image-text-full-1-wrapper .image-text-full-1-button-wrapper {
    text-align: center;
    margin-top: 60px;
    display: block; }
    .sf-block-image-text-full-1[data-block-id="110"] .image-text-full-1-wrapper .image-text-full-1-button-wrapper a.image-text-full-1-button {
      padding: 15px 45px;
      border-radius: 100px;
      background-color: #ff821e;
      text-decoration: none;
      display: inline-block;
      font-family: Poppins;
      font-weight: 400;
      font-size: 18px;
      letter-spacing: 0.085em;
      line-height: 1.9em;
      color: white;
      max-font-size: 100px; }
    .sf-block-image-text-full-1[data-block-id="110"] .image-text-full-1-wrapper .image-text-full-1-button-wrapper a.image-text-full-1-button:hover {
      color: white;
      background-color: #ff821e; }

.sf-block-wide-image-1[data-block-id="70"] .wide-image-1-wrapper {
  position: relative;
  pointer-events: none; }

.sf-block-wide-image-1[data-block-id="70"] .wide-image-1-overlay {
  position: absolute;
  z-index: 1;
  height: 600px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.02); }

.sf-block-wide-image-1[data-block-id="70"] .wide-image-1-background {
  height: 600px;
  width: 100%;
  background-size: cover;
  background-position: center center;
  pointer-events: auto;
  background-attachment: fixed; }
  @media (max-width: 991.98px) {
    .sf-block-wide-image-1[data-block-id="70"] .wide-image-1-background {
      background-attachment: scroll; } }

.sf-block-wide-image-1[data-block-id="70"] .wide-image-1-content {
  position: absolute;
  z-index: 2;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  height: 100%; }
  .sf-block-wide-image-1[data-block-id="70"] .wide-image-1-content > div {
    pointer-events: auto; }

.sf-block-wide-image-1[data-block-id="70"] .wide-image-1-title {
  color: white;
  font-size: 53px;
  font-family: Poppins;
  font-weight: 700;
  line-height: 1.35em;
  letter-spacing: 0.085em;
  text-shadow: 0px 1px 20px rgba(0, 0, 0, 0.25);
  text-align: center;
  margin-bottom: 25px; }
  @media (max-width: 991.98px) {
    .sf-block-wide-image-1[data-block-id="70"] .wide-image-1-title {
      font-size: 27.69231px; } }

.sf-block-wide-image-1[data-block-id="70"] .wide-image-1-text {
  color: white;
  font-size: 18px;
  font-family: Poppins;
  font-weight: 400;
  line-height: 1.9em;
  letter-spacing: 0.085em;
  text-shadow: 0px 1px 20px rgba(0, 0, 0, 0.25); }
  @media (max-width: 991.98px) {
    .sf-block-wide-image-1[data-block-id="70"] .wide-image-1-text {
      font-size: 15px; } }

.sf-block-wide-image-1[data-block-id="70"] .wide-image-1-button-wrapper {
  display: block;
  text-align: center; }
  .sf-block-wide-image-1[data-block-id="70"] .wide-image-1-button-wrapper a.wide-image-1-button {
    padding: 15px 45px;
    border-radius: 100px;
    background-color: #ff821e;
    text-decoration: none;
    display: inline-block;
    margin-top: 50px;
    color: white;
    font-size: 18px;
    font-family: Poppins;
    font-weight: 400;
    line-height: 1.9em;
    letter-spacing: 0.085em; }
  .sf-block-wide-image-1[data-block-id="70"] .wide-image-1-button-wrapper a.wide-image-1-button:hover {
    color: white;
    background-color: #ff821e; }

.sf-block-wide-image-1[data-block-id="179"] .wide-image-1-wrapper {
  position: relative;
  pointer-events: none; }

.sf-block-wide-image-1[data-block-id="179"] .wide-image-1-overlay {
  position: absolute;
  z-index: 1;
  height: 600px;
  width: 100%;
  background-color: rgba(242, 140, 36, 0.55); }

.sf-block-wide-image-1[data-block-id="179"] .wide-image-1-background {
  height: 600px;
  width: 100%;
  background-size: cover;
  background-position: center center;
  pointer-events: auto;
  background-attachment: fixed; }
  @media (max-width: 991.98px) {
    .sf-block-wide-image-1[data-block-id="179"] .wide-image-1-background {
      background-attachment: scroll; } }

.sf-block-wide-image-1[data-block-id="179"] .wide-image-1-content {
  position: absolute;
  z-index: 2;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  height: 100%; }
  .sf-block-wide-image-1[data-block-id="179"] .wide-image-1-content > div {
    pointer-events: auto; }

.sf-block-wide-image-1[data-block-id="179"] .wide-image-1-title {
  color: white;
  font-size: 36px;
  font-family: Poppins;
  font-weight: 700;
  line-height: 1.35em;
  letter-spacing: 0.085em;
  text-shadow: 0px 1px 20px rgba(0, 0, 0, 0.25);
  text-align: center;
  margin-bottom: 25px; }
  @media (max-width: 991.98px) {
    .sf-block-wide-image-1[data-block-id="179"] .wide-image-1-title {
      font-size: 27.69231px; } }

.sf-block-wide-image-1[data-block-id="179"] .wide-image-1-text {
  color: white;
  font-size: 18px;
  font-family: Poppins;
  font-weight: 400;
  line-height: 1.9em;
  letter-spacing: 0.085em;
  text-shadow: 0px 1px 20px rgba(0, 0, 0, 0.25); }
  @media (max-width: 991.98px) {
    .sf-block-wide-image-1[data-block-id="179"] .wide-image-1-text {
      font-size: 15px; } }

.sf-block-wide-image-1[data-block-id="179"] .wide-image-1-button-wrapper {
  display: block;
  text-align: center; }
  .sf-block-wide-image-1[data-block-id="179"] .wide-image-1-button-wrapper a.wide-image-1-button {
    padding: 15px 45px;
    border-radius: 100px;
    background-color: #ff821e;
    text-decoration: none;
    display: inline-block;
    margin-top: 50px;
    color: white;
    font-size: 18px;
    font-family: Poppins;
    font-weight: 400;
    line-height: 1.9em;
    letter-spacing: 0.085em; }
  .sf-block-wide-image-1[data-block-id="179"] .wide-image-1-button-wrapper a.wide-image-1-button:hover {
    color: white;
    background-color: #ff821e; }

.sf-block-wide-image-1[data-block-id="239"] .wide-image-1-wrapper {
  position: relative;
  pointer-events: none; }

.sf-block-wide-image-1[data-block-id="239"] .wide-image-1-overlay {
  position: absolute;
  z-index: 1;
  height: 600px;
  width: 100%;
  background-color: rgba(242, 140, 36, 0.55); }

.sf-block-wide-image-1[data-block-id="239"] .wide-image-1-background {
  height: 600px;
  width: 100%;
  background-size: cover;
  background-position: center center;
  pointer-events: auto;
  background-attachment: fixed; }
  @media (max-width: 991.98px) {
    .sf-block-wide-image-1[data-block-id="239"] .wide-image-1-background {
      background-attachment: scroll; } }

.sf-block-wide-image-1[data-block-id="239"] .wide-image-1-content {
  position: absolute;
  z-index: 2;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  height: 100%; }
  .sf-block-wide-image-1[data-block-id="239"] .wide-image-1-content > div {
    pointer-events: auto; }

.sf-block-wide-image-1[data-block-id="239"] .wide-image-1-title {
  color: white;
  font-size: 36px;
  font-family: Poppins;
  font-weight: 700;
  line-height: 1.35em;
  letter-spacing: 0.085em;
  text-shadow: 0px 1px 20px rgba(0, 0, 0, 0.25);
  text-align: center;
  margin-bottom: 25px; }
  @media (max-width: 991.98px) {
    .sf-block-wide-image-1[data-block-id="239"] .wide-image-1-title {
      font-size: 27.69231px; } }

.sf-block-wide-image-1[data-block-id="239"] .wide-image-1-text {
  color: white;
  font-size: 18px;
  font-family: Poppins;
  font-weight: 400;
  line-height: 1.9em;
  letter-spacing: 0.085em;
  text-shadow: 0px 1px 20px rgba(0, 0, 0, 0.25); }
  @media (max-width: 991.98px) {
    .sf-block-wide-image-1[data-block-id="239"] .wide-image-1-text {
      font-size: 15px; } }

.sf-block-wide-image-1[data-block-id="239"] .wide-image-1-button-wrapper {
  display: block;
  text-align: center; }
  .sf-block-wide-image-1[data-block-id="239"] .wide-image-1-button-wrapper a.wide-image-1-button {
    padding: 15px 45px;
    border-radius: 100px;
    background-color: #ff821e;
    text-decoration: none;
    display: inline-block;
    margin-top: 50px;
    color: white;
    font-size: 18px;
    font-family: Poppins;
    font-weight: 400;
    line-height: 1.9em;
    letter-spacing: 0.085em; }
  .sf-block-wide-image-1[data-block-id="239"] .wide-image-1-button-wrapper a.wide-image-1-button:hover {
    color: white;
    background-color: #ff821e; }

.sf-block-wide-image-1[data-block-id="250"] .wide-image-1-wrapper {
  position: relative;
  pointer-events: none; }

.sf-block-wide-image-1[data-block-id="250"] .wide-image-1-overlay {
  position: absolute;
  z-index: 1;
  height: 600px;
  width: 100%;
  background-color: rgba(242, 140, 36, 0.5); }

.sf-block-wide-image-1[data-block-id="250"] .wide-image-1-background {
  height: 600px;
  width: 100%;
  background-size: cover;
  background-position: center center;
  pointer-events: auto;
  background-attachment: fixed; }
  @media (max-width: 991.98px) {
    .sf-block-wide-image-1[data-block-id="250"] .wide-image-1-background {
      background-attachment: scroll; } }

.sf-block-wide-image-1[data-block-id="250"] .wide-image-1-content {
  position: absolute;
  z-index: 2;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  height: 100%; }
  .sf-block-wide-image-1[data-block-id="250"] .wide-image-1-content > div {
    pointer-events: auto; }

.sf-block-wide-image-1[data-block-id="250"] .wide-image-1-title {
  color: white;
  font-size: 36px;
  font-family: Poppins;
  font-weight: 700;
  line-height: 1.35em;
  letter-spacing: 0.085em;
  text-shadow: 0px 1px 20px rgba(0, 0, 0, 0.25);
  text-align: center;
  margin-bottom: 25px; }
  @media (max-width: 991.98px) {
    .sf-block-wide-image-1[data-block-id="250"] .wide-image-1-title {
      font-size: 27.69231px; } }

.sf-block-wide-image-1[data-block-id="250"] .wide-image-1-text {
  color: white;
  font-size: 18px;
  font-family: Poppins;
  font-weight: 400;
  line-height: 1.9em;
  letter-spacing: 0.085em;
  text-shadow: 0px 1px 20px rgba(0, 0, 0, 0.25); }
  @media (max-width: 991.98px) {
    .sf-block-wide-image-1[data-block-id="250"] .wide-image-1-text {
      font-size: 15px; } }

.sf-block-wide-image-1[data-block-id="250"] .wide-image-1-button-wrapper {
  display: block;
  text-align: center; }
  .sf-block-wide-image-1[data-block-id="250"] .wide-image-1-button-wrapper a.wide-image-1-button {
    padding: 15px 45px;
    border-radius: 100px;
    background-color: #ff821e;
    text-decoration: none;
    display: inline-block;
    margin-top: 50px;
    color: white;
    font-size: 18px;
    font-family: Poppins;
    font-weight: 400;
    line-height: 1.9em;
    letter-spacing: 0.085em; }
  .sf-block-wide-image-1[data-block-id="250"] .wide-image-1-button-wrapper a.wide-image-1-button:hover {
    color: white;
    background-color: #ff821e; }

.sf-block-wide-image-1[data-block-id="251"] .wide-image-1-wrapper {
  position: relative;
  pointer-events: none; }

.sf-block-wide-image-1[data-block-id="251"] .wide-image-1-overlay {
  position: absolute;
  z-index: 1;
  height: 600px;
  width: 100%;
  background-color: rgba(242, 140, 36, 0.42); }

.sf-block-wide-image-1[data-block-id="251"] .wide-image-1-background {
  height: 600px;
  width: 100%;
  background-size: cover;
  background-position: center center;
  pointer-events: auto;
  background-attachment: fixed; }
  @media (max-width: 991.98px) {
    .sf-block-wide-image-1[data-block-id="251"] .wide-image-1-background {
      background-attachment: scroll; } }

.sf-block-wide-image-1[data-block-id="251"] .wide-image-1-content {
  position: absolute;
  z-index: 2;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  height: 100%; }
  .sf-block-wide-image-1[data-block-id="251"] .wide-image-1-content > div {
    pointer-events: auto; }

.sf-block-wide-image-1[data-block-id="251"] .wide-image-1-title {
  color: white;
  font-size: 36px;
  font-family: Poppins;
  font-weight: 700;
  line-height: 1.35em;
  letter-spacing: 0.085em;
  text-shadow: 0px 1px 20px rgba(0, 0, 0, 0.25);
  text-align: center;
  margin-bottom: 25px; }
  @media (max-width: 991.98px) {
    .sf-block-wide-image-1[data-block-id="251"] .wide-image-1-title {
      font-size: 27.69231px; } }

.sf-block-wide-image-1[data-block-id="251"] .wide-image-1-text {
  color: white;
  font-size: 18px;
  font-family: Poppins;
  font-weight: 400;
  line-height: 1.9em;
  letter-spacing: 0.085em;
  text-shadow: 0px 1px 20px rgba(0, 0, 0, 0.25); }
  @media (max-width: 991.98px) {
    .sf-block-wide-image-1[data-block-id="251"] .wide-image-1-text {
      font-size: 15px; } }

.sf-block-wide-image-1[data-block-id="251"] .wide-image-1-button-wrapper {
  display: block;
  text-align: center; }
  .sf-block-wide-image-1[data-block-id="251"] .wide-image-1-button-wrapper a.wide-image-1-button {
    padding: 15px 45px;
    border-radius: 100px;
    background-color: #ff821e;
    text-decoration: none;
    display: inline-block;
    margin-top: 50px;
    color: white;
    font-size: 18px;
    font-family: Poppins;
    font-weight: 400;
    line-height: 1.9em;
    letter-spacing: 0.085em; }
  .sf-block-wide-image-1[data-block-id="251"] .wide-image-1-button-wrapper a.wide-image-1-button:hover {
    color: white;
    background-color: #ff821e; }

.sf-block-wide-image-1[data-block-id="331"] .wide-image-1-wrapper {
  position: relative;
  pointer-events: none; }

.sf-block-wide-image-1[data-block-id="331"] .wide-image-1-overlay {
  position: absolute;
  z-index: 1;
  height: 600px;
  width: 100%;
  background-color: rgba(242, 140, 36, 0.48); }

.sf-block-wide-image-1[data-block-id="331"] .wide-image-1-background {
  height: 600px;
  width: 100%;
  background-size: cover;
  background-position: center center;
  pointer-events: auto;
  background-attachment: fixed; }
  @media (max-width: 991.98px) {
    .sf-block-wide-image-1[data-block-id="331"] .wide-image-1-background {
      background-attachment: scroll; } }

.sf-block-wide-image-1[data-block-id="331"] .wide-image-1-content {
  position: absolute;
  z-index: 2;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  height: 100%; }
  .sf-block-wide-image-1[data-block-id="331"] .wide-image-1-content > div {
    pointer-events: auto; }

.sf-block-wide-image-1[data-block-id="331"] .wide-image-1-title {
  color: white;
  font-size: 36px;
  font-family: Poppins;
  font-weight: 700;
  line-height: 1.35em;
  letter-spacing: 0.085em;
  text-shadow: 0px 1px 20px rgba(0, 0, 0, 0.25);
  text-align: center;
  margin-bottom: 25px; }
  @media (max-width: 991.98px) {
    .sf-block-wide-image-1[data-block-id="331"] .wide-image-1-title {
      font-size: 27.69231px; } }

.sf-block-wide-image-1[data-block-id="331"] .wide-image-1-text {
  color: white;
  font-size: 18px;
  font-family: Poppins;
  font-weight: 400;
  line-height: 1.9em;
  letter-spacing: 0.085em;
  text-shadow: 0px 1px 20px rgba(0, 0, 0, 0.25); }
  @media (max-width: 991.98px) {
    .sf-block-wide-image-1[data-block-id="331"] .wide-image-1-text {
      font-size: 15px; } }

.sf-block-wide-image-1[data-block-id="331"] .wide-image-1-button-wrapper {
  display: block;
  text-align: center; }
  .sf-block-wide-image-1[data-block-id="331"] .wide-image-1-button-wrapper a.wide-image-1-button {
    padding: 15px 45px;
    border-radius: 100px;
    background-color: #ff821e;
    text-decoration: none;
    display: inline-block;
    margin-top: 50px;
    color: white;
    font-size: 18px;
    font-family: Poppins;
    font-weight: 400;
    line-height: 1.9em;
    letter-spacing: 0.085em; }
  .sf-block-wide-image-1[data-block-id="331"] .wide-image-1-button-wrapper a.wide-image-1-button:hover {
    color: white;
    background-color: #ff821e; }

.sf-block-text-1[data-block-id="72"] .text-1-wrapper {
  background-color: white;
  padding-top: 60px;
  padding-bottom: 0px; }
  @media (max-width: 767.98px) {
    .sf-block-text-1[data-block-id="72"] .text-1-wrapper {
      padding-top: 30px; } }
  .sf-block-text-1[data-block-id="72"] .text-1-wrapper p, .sf-block-text-1[data-block-id="72"] .text-1-wrapper li {
    color: #3b3d44;
    font-size: 14px;
    font-family: Poppins;
    font-weight: 400;
    line-height: 2em;
    letter-spacing: 0.1em; }
  .sf-block-text-1[data-block-id="72"] .text-1-wrapper h1 {
    color: #3b3d44;
    font-size: 36px;
    font-family: Poppins;
    font-weight: 700;
    line-height: 1.35em;
    letter-spacing: 0.085em;
    padding-bottom: 15px; }
    @media (max-width: 991.98px) {
      .sf-block-text-1[data-block-id="72"] .text-1-wrapper h1 {
        font-size: 27.69231px; } }
  .sf-block-text-1[data-block-id="72"] .text-1-wrapper h2 {
    color: #3b3d44;
    font-size: 28px;
    font-family: Poppins;
    font-weight: 700;
    line-height: 1.5em;
    letter-spacing: 0.085em;
    padding-bottom: 10px; }
    @media (max-width: 991.98px) {
      .sf-block-text-1[data-block-id="72"] .text-1-wrapper h2 {
        font-size: 21.53846px; } }
  .sf-block-text-1[data-block-id="72"] .text-1-wrapper h3 {
    color: #3b3d44;
    font-size: 20px;
    font-family: Poppins;
    font-weight: 700;
    line-height: 1.6em;
    letter-spacing: 0.085em;
    padding-bottom: 10px; }
    @media (max-width: 991.98px) {
      .sf-block-text-1[data-block-id="72"] .text-1-wrapper h3 {
        font-size: 16.66667px; } }
  .sf-block-text-1[data-block-id="72"] .text-1-wrapper h4 {
    color: #3b3d44;
    font-size: 18px;
    font-family: Poppins;
    font-weight: 400;
    line-height: 1.9em;
    letter-spacing: 0.085em;
    padding-bottom: 10px; }
    @media (max-width: 991.98px) {
      .sf-block-text-1[data-block-id="72"] .text-1-wrapper h4 {
        font-size: 15px; } }
  .sf-block-text-1[data-block-id="72"] .text-1-wrapper h5 {
    color: #626167;
    font-size: 12px;
    font-family: Poppins;
    font-weight: 400;
    line-height: 1.5em;
    letter-spacing: 0.115em; }
  .sf-block-text-1[data-block-id="72"] .text-1-wrapper a {
    color: #ff821e; }
  .sf-block-text-1[data-block-id="72"] .text-1-wrapper p + h1,
  .sf-block-text-1[data-block-id="72"] .text-1-wrapper p + h2,
  .sf-block-text-1[data-block-id="72"] .text-1-wrapper p + h3,
  .sf-block-text-1[data-block-id="72"] .text-1-wrapper p + h4 {
    padding-top: 30px; }
  .sf-block-text-1[data-block-id="72"] .text-1-wrapper h4 + h1,
  .sf-block-text-1[data-block-id="72"] .text-1-wrapper h4 + h2,
  .sf-block-text-1[data-block-id="72"] .text-1-wrapper h4 + h3 {
    padding-top: 30px; }
  .sf-block-text-1[data-block-id="72"] .text-1-wrapper ul + h1,
  .sf-block-text-1[data-block-id="72"] .text-1-wrapper ul + h2,
  .sf-block-text-1[data-block-id="72"] .text-1-wrapper ul + h3 {
    padding-top: 30px; }
  .sf-block-text-1[data-block-id="72"] .text-1-wrapper h1:last-child,
  .sf-block-text-1[data-block-id="72"] .text-1-wrapper h2:last-child,
  .sf-block-text-1[data-block-id="72"] .text-1-wrapper h3:last-child,
  .sf-block-text-1[data-block-id="72"] .text-1-wrapper h4:last-child,
  .sf-block-text-1[data-block-id="72"] .text-1-wrapper h5:last-child,
  .sf-block-text-1[data-block-id="72"] .text-1-wrapper p:last-child {
    padding-bottom: 0; }

.sf-block-text-1[data-block-id="72"] .block-button-wrapper {
  display: none;
  text-align: center; }
  .sf-block-text-1[data-block-id="72"] .block-button-wrapper a.block-button {
    margin-top: 60px;
    padding: 15px 45px;
    border-radius: 100px;
    background-color: #ff821e;
    text-decoration: none;
    display: inline-block;
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.085em;
    line-height: 1.9em;
    color: white;
    max-font-size: 100px; }
  .sf-block-text-1[data-block-id="72"] .block-button-wrapper a.block-button:hover {
    color: white;
    background-color: #ff821e; }

.sf-block-text-1[data-block-id="106"] .text-1-wrapper {
  background-color: white;
  padding-top: 60px;
  padding-bottom: 60px; }
  @media (max-width: 767.98px) {
    .sf-block-text-1[data-block-id="106"] .text-1-wrapper {
      padding-top: 30px; } }
  @media (max-width: 767.98px) {
    .sf-block-text-1[data-block-id="106"] .text-1-wrapper {
      padding-bottom: 30px; } }
  .sf-block-text-1[data-block-id="106"] .text-1-wrapper p, .sf-block-text-1[data-block-id="106"] .text-1-wrapper li {
    font-family: Poppins;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 2em;
    color: #3b3d44;
    max-font-size: 100px; }
  .sf-block-text-1[data-block-id="106"] .text-1-wrapper h1 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 36px;
    letter-spacing: 0.085em;
    line-height: 1.35em;
    color: #3b3d44;
    max-font-size: 100px;
    padding-bottom: 15px; }
    @media (max-width: 991.98px) {
      .sf-block-text-1[data-block-id="106"] .text-1-wrapper h1 {
        font-size: 27.69231px; } }
  .sf-block-text-1[data-block-id="106"] .text-1-wrapper h2 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 28px;
    letter-spacing: 0.085em;
    line-height: 1.5em;
    color: #3b3d44;
    max-font-size: 100px;
    padding-bottom: 10px; }
    @media (max-width: 991.98px) {
      .sf-block-text-1[data-block-id="106"] .text-1-wrapper h2 {
        font-size: 21.53846px; } }
  .sf-block-text-1[data-block-id="106"] .text-1-wrapper h3 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 0.085em;
    line-height: 1.6em;
    color: #3b3d44;
    max-font-size: 100px;
    padding-bottom: 10px; }
    @media (max-width: 991.98px) {
      .sf-block-text-1[data-block-id="106"] .text-1-wrapper h3 {
        font-size: 16.66667px; } }
  .sf-block-text-1[data-block-id="106"] .text-1-wrapper h4 {
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.085em;
    line-height: 1.9em;
    color: #3b3d44;
    max-font-size: 100px;
    padding-bottom: 10px; }
    @media (max-width: 991.98px) {
      .sf-block-text-1[data-block-id="106"] .text-1-wrapper h4 {
        font-size: 15px; } }
  .sf-block-text-1[data-block-id="106"] .text-1-wrapper h5 {
    font-family: Poppins;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0.115em;
    line-height: 1.5em;
    color: #626167;
    max-font-size: 100px; }
  .sf-block-text-1[data-block-id="106"] .text-1-wrapper a {
    color: #ff821e; }
  .sf-block-text-1[data-block-id="106"] .text-1-wrapper p + h1,
  .sf-block-text-1[data-block-id="106"] .text-1-wrapper p + h2,
  .sf-block-text-1[data-block-id="106"] .text-1-wrapper p + h3,
  .sf-block-text-1[data-block-id="106"] .text-1-wrapper p + h4 {
    padding-top: 30px; }
  .sf-block-text-1[data-block-id="106"] .text-1-wrapper h4 + h1,
  .sf-block-text-1[data-block-id="106"] .text-1-wrapper h4 + h2,
  .sf-block-text-1[data-block-id="106"] .text-1-wrapper h4 + h3 {
    padding-top: 30px; }
  .sf-block-text-1[data-block-id="106"] .text-1-wrapper ul + h1,
  .sf-block-text-1[data-block-id="106"] .text-1-wrapper ul + h2,
  .sf-block-text-1[data-block-id="106"] .text-1-wrapper ul + h3 {
    padding-top: 30px; }
  .sf-block-text-1[data-block-id="106"] .text-1-wrapper h1:last-child,
  .sf-block-text-1[data-block-id="106"] .text-1-wrapper h2:last-child,
  .sf-block-text-1[data-block-id="106"] .text-1-wrapper h3:last-child,
  .sf-block-text-1[data-block-id="106"] .text-1-wrapper h4:last-child,
  .sf-block-text-1[data-block-id="106"] .text-1-wrapper h5:last-child,
  .sf-block-text-1[data-block-id="106"] .text-1-wrapper p:last-child {
    padding-bottom: 0; }

.sf-block-text-1[data-block-id="106"] .block-button-wrapper {
  display: none;
  text-align: center; }
  .sf-block-text-1[data-block-id="106"] .block-button-wrapper a.block-button {
    margin-top: 60px;
    padding: 15px 45px;
    border-radius: 100px;
    background-color: #ff821e;
    text-decoration: none;
    display: inline-block;
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.085em;
    line-height: 1.9em;
    color: white;
    max-font-size: 100px; }
  .sf-block-text-1[data-block-id="106"] .block-button-wrapper a.block-button:hover {
    color: white;
    background-color: #ff821e; }

.sf-block-text-1[data-block-id="109"] .text-1-wrapper {
  background-color: white;
  padding-top: 60px;
  padding-bottom: 60px; }
  @media (max-width: 767.98px) {
    .sf-block-text-1[data-block-id="109"] .text-1-wrapper {
      padding-top: 30px; } }
  @media (max-width: 767.98px) {
    .sf-block-text-1[data-block-id="109"] .text-1-wrapper {
      padding-bottom: 30px; } }
  .sf-block-text-1[data-block-id="109"] .text-1-wrapper p, .sf-block-text-1[data-block-id="109"] .text-1-wrapper li {
    font-family: Poppins;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 2em;
    color: #3b3d44;
    max-font-size: 100px; }
  .sf-block-text-1[data-block-id="109"] .text-1-wrapper h1 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 36px;
    letter-spacing: 0.085em;
    line-height: 1.35em;
    color: #3b3d44;
    max-font-size: 100px;
    padding-bottom: 15px; }
    @media (max-width: 991.98px) {
      .sf-block-text-1[data-block-id="109"] .text-1-wrapper h1 {
        font-size: 27.69231px; } }
  .sf-block-text-1[data-block-id="109"] .text-1-wrapper h2 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 28px;
    letter-spacing: 0.085em;
    line-height: 1.5em;
    color: #3b3d44;
    max-font-size: 100px;
    padding-bottom: 10px; }
    @media (max-width: 991.98px) {
      .sf-block-text-1[data-block-id="109"] .text-1-wrapper h2 {
        font-size: 21.53846px; } }
  .sf-block-text-1[data-block-id="109"] .text-1-wrapper h3 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 0.085em;
    line-height: 1.6em;
    color: #3b3d44;
    max-font-size: 100px;
    padding-bottom: 10px; }
    @media (max-width: 991.98px) {
      .sf-block-text-1[data-block-id="109"] .text-1-wrapper h3 {
        font-size: 16.66667px; } }
  .sf-block-text-1[data-block-id="109"] .text-1-wrapper h4 {
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.085em;
    line-height: 1.9em;
    color: #3b3d44;
    max-font-size: 100px;
    padding-bottom: 10px; }
    @media (max-width: 991.98px) {
      .sf-block-text-1[data-block-id="109"] .text-1-wrapper h4 {
        font-size: 15px; } }
  .sf-block-text-1[data-block-id="109"] .text-1-wrapper h5 {
    font-family: Poppins;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0.115em;
    line-height: 1.5em;
    color: #626167;
    max-font-size: 100px; }
  .sf-block-text-1[data-block-id="109"] .text-1-wrapper a {
    color: #ff821e; }
  .sf-block-text-1[data-block-id="109"] .text-1-wrapper p + h1,
  .sf-block-text-1[data-block-id="109"] .text-1-wrapper p + h2,
  .sf-block-text-1[data-block-id="109"] .text-1-wrapper p + h3,
  .sf-block-text-1[data-block-id="109"] .text-1-wrapper p + h4 {
    padding-top: 30px; }
  .sf-block-text-1[data-block-id="109"] .text-1-wrapper h4 + h1,
  .sf-block-text-1[data-block-id="109"] .text-1-wrapper h4 + h2,
  .sf-block-text-1[data-block-id="109"] .text-1-wrapper h4 + h3 {
    padding-top: 30px; }
  .sf-block-text-1[data-block-id="109"] .text-1-wrapper ul + h1,
  .sf-block-text-1[data-block-id="109"] .text-1-wrapper ul + h2,
  .sf-block-text-1[data-block-id="109"] .text-1-wrapper ul + h3 {
    padding-top: 30px; }
  .sf-block-text-1[data-block-id="109"] .text-1-wrapper h1:last-child,
  .sf-block-text-1[data-block-id="109"] .text-1-wrapper h2:last-child,
  .sf-block-text-1[data-block-id="109"] .text-1-wrapper h3:last-child,
  .sf-block-text-1[data-block-id="109"] .text-1-wrapper h4:last-child,
  .sf-block-text-1[data-block-id="109"] .text-1-wrapper h5:last-child,
  .sf-block-text-1[data-block-id="109"] .text-1-wrapper p:last-child {
    padding-bottom: 0; }

.sf-block-text-1[data-block-id="109"] .block-button-wrapper {
  display: none;
  text-align: center; }
  .sf-block-text-1[data-block-id="109"] .block-button-wrapper a.block-button {
    margin-top: 60px;
    padding: 15px 45px;
    border-radius: 100px;
    background-color: #ff821e;
    text-decoration: none;
    display: inline-block;
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.085em;
    line-height: 1.9em;
    color: white;
    max-font-size: 100px; }
  .sf-block-text-1[data-block-id="109"] .block-button-wrapper a.block-button:hover {
    color: white;
    background-color: #ff821e; }

.sf-block-text-1[data-block-id="123"] .text-1-wrapper {
  background-color: #fafbfb;
  padding-top: 60px;
  padding-bottom: 60px; }
  @media (max-width: 767.98px) {
    .sf-block-text-1[data-block-id="123"] .text-1-wrapper {
      padding-top: 30px; } }
  @media (max-width: 767.98px) {
    .sf-block-text-1[data-block-id="123"] .text-1-wrapper {
      padding-bottom: 30px; } }
  .sf-block-text-1[data-block-id="123"] .text-1-wrapper p, .sf-block-text-1[data-block-id="123"] .text-1-wrapper li {
    color: #3b3d44;
    font-size: 14px;
    font-family: Poppins;
    font-weight: 400;
    line-height: 2em;
    letter-spacing: 0.1em; }
  .sf-block-text-1[data-block-id="123"] .text-1-wrapper h1 {
    color: #3b3d44;
    font-size: 36px;
    font-family: Poppins;
    font-weight: 700;
    line-height: 1.35em;
    letter-spacing: 0.085em;
    padding-bottom: 15px; }
    @media (max-width: 991.98px) {
      .sf-block-text-1[data-block-id="123"] .text-1-wrapper h1 {
        font-size: 27.69231px; } }
  .sf-block-text-1[data-block-id="123"] .text-1-wrapper h2 {
    color: #3b3d44;
    font-size: 28px;
    font-family: Poppins;
    font-weight: 700;
    line-height: 1.5em;
    letter-spacing: 0.085em;
    padding-bottom: 10px; }
    @media (max-width: 991.98px) {
      .sf-block-text-1[data-block-id="123"] .text-1-wrapper h2 {
        font-size: 21.53846px; } }
  .sf-block-text-1[data-block-id="123"] .text-1-wrapper h3 {
    color: #3b3d44;
    font-size: 20px;
    font-family: Poppins;
    font-weight: 700;
    line-height: 1.6em;
    letter-spacing: 0.085em;
    padding-bottom: 10px; }
    @media (max-width: 991.98px) {
      .sf-block-text-1[data-block-id="123"] .text-1-wrapper h3 {
        font-size: 16.66667px; } }
  .sf-block-text-1[data-block-id="123"] .text-1-wrapper h4 {
    color: #3b3d44;
    font-size: 18px;
    font-family: Poppins;
    font-weight: 400;
    line-height: 1.9em;
    letter-spacing: 0.085em;
    padding-bottom: 10px; }
    @media (max-width: 991.98px) {
      .sf-block-text-1[data-block-id="123"] .text-1-wrapper h4 {
        font-size: 15px; } }
  .sf-block-text-1[data-block-id="123"] .text-1-wrapper h5 {
    color: #626167;
    font-size: 12px;
    font-family: Poppins;
    font-weight: 400;
    line-height: 1.5em;
    letter-spacing: 0.115em; }
  .sf-block-text-1[data-block-id="123"] .text-1-wrapper a {
    color: #ff821e; }
  .sf-block-text-1[data-block-id="123"] .text-1-wrapper p + h1,
  .sf-block-text-1[data-block-id="123"] .text-1-wrapper p + h2,
  .sf-block-text-1[data-block-id="123"] .text-1-wrapper p + h3,
  .sf-block-text-1[data-block-id="123"] .text-1-wrapper p + h4 {
    padding-top: 30px; }
  .sf-block-text-1[data-block-id="123"] .text-1-wrapper h4 + h1,
  .sf-block-text-1[data-block-id="123"] .text-1-wrapper h4 + h2,
  .sf-block-text-1[data-block-id="123"] .text-1-wrapper h4 + h3 {
    padding-top: 30px; }
  .sf-block-text-1[data-block-id="123"] .text-1-wrapper ul + h1,
  .sf-block-text-1[data-block-id="123"] .text-1-wrapper ul + h2,
  .sf-block-text-1[data-block-id="123"] .text-1-wrapper ul + h3 {
    padding-top: 30px; }
  .sf-block-text-1[data-block-id="123"] .text-1-wrapper h1:last-child,
  .sf-block-text-1[data-block-id="123"] .text-1-wrapper h2:last-child,
  .sf-block-text-1[data-block-id="123"] .text-1-wrapper h3:last-child,
  .sf-block-text-1[data-block-id="123"] .text-1-wrapper h4:last-child,
  .sf-block-text-1[data-block-id="123"] .text-1-wrapper h5:last-child,
  .sf-block-text-1[data-block-id="123"] .text-1-wrapper p:last-child {
    padding-bottom: 0; }

.sf-block-text-1[data-block-id="123"] .block-button-wrapper {
  display: none;
  text-align: center; }
  .sf-block-text-1[data-block-id="123"] .block-button-wrapper a.block-button {
    margin-top: 60px;
    padding: 15px 45px;
    border-radius: 100px;
    background-color: #ff821e;
    text-decoration: none;
    display: inline-block;
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.085em;
    line-height: 1.9em;
    color: white;
    max-font-size: 100px; }
  .sf-block-text-1[data-block-id="123"] .block-button-wrapper a.block-button:hover {
    color: white;
    background-color: #ff821e; }

.sf-block-text-1[data-block-id="124"] .text-1-wrapper {
  background-color: #fafbfb;
  padding-top: 60px;
  padding-bottom: 60px; }
  @media (max-width: 767.98px) {
    .sf-block-text-1[data-block-id="124"] .text-1-wrapper {
      padding-top: 30px; } }
  @media (max-width: 767.98px) {
    .sf-block-text-1[data-block-id="124"] .text-1-wrapper {
      padding-bottom: 30px; } }
  .sf-block-text-1[data-block-id="124"] .text-1-wrapper p, .sf-block-text-1[data-block-id="124"] .text-1-wrapper li {
    color: #3b3d44;
    font-size: 14px;
    font-family: Poppins;
    font-weight: 400;
    line-height: 2em;
    letter-spacing: 0.1em; }
  .sf-block-text-1[data-block-id="124"] .text-1-wrapper h1 {
    color: #3b3d44;
    font-size: 36px;
    font-family: Poppins;
    font-weight: 700;
    line-height: 1.35em;
    letter-spacing: 0.085em;
    padding-bottom: 15px; }
    @media (max-width: 991.98px) {
      .sf-block-text-1[data-block-id="124"] .text-1-wrapper h1 {
        font-size: 27.69231px; } }
  .sf-block-text-1[data-block-id="124"] .text-1-wrapper h2 {
    color: #3b3d44;
    font-size: 28px;
    font-family: Poppins;
    font-weight: 700;
    line-height: 1.5em;
    letter-spacing: 0.085em;
    padding-bottom: 10px; }
    @media (max-width: 991.98px) {
      .sf-block-text-1[data-block-id="124"] .text-1-wrapper h2 {
        font-size: 21.53846px; } }
  .sf-block-text-1[data-block-id="124"] .text-1-wrapper h3 {
    color: #3b3d44;
    font-size: 20px;
    font-family: Poppins;
    font-weight: 700;
    line-height: 1.6em;
    letter-spacing: 0.085em;
    padding-bottom: 10px; }
    @media (max-width: 991.98px) {
      .sf-block-text-1[data-block-id="124"] .text-1-wrapper h3 {
        font-size: 16.66667px; } }
  .sf-block-text-1[data-block-id="124"] .text-1-wrapper h4 {
    color: #3b3d44;
    font-size: 18px;
    font-family: Poppins;
    font-weight: 400;
    line-height: 1.9em;
    letter-spacing: 0.085em;
    padding-bottom: 10px; }
    @media (max-width: 991.98px) {
      .sf-block-text-1[data-block-id="124"] .text-1-wrapper h4 {
        font-size: 15px; } }
  .sf-block-text-1[data-block-id="124"] .text-1-wrapper h5 {
    color: #626167;
    font-size: 12px;
    font-family: Poppins;
    font-weight: 400;
    line-height: 1.5em;
    letter-spacing: 0.115em; }
  .sf-block-text-1[data-block-id="124"] .text-1-wrapper a {
    color: #ff821e; }
  .sf-block-text-1[data-block-id="124"] .text-1-wrapper p + h1,
  .sf-block-text-1[data-block-id="124"] .text-1-wrapper p + h2,
  .sf-block-text-1[data-block-id="124"] .text-1-wrapper p + h3,
  .sf-block-text-1[data-block-id="124"] .text-1-wrapper p + h4 {
    padding-top: 30px; }
  .sf-block-text-1[data-block-id="124"] .text-1-wrapper h4 + h1,
  .sf-block-text-1[data-block-id="124"] .text-1-wrapper h4 + h2,
  .sf-block-text-1[data-block-id="124"] .text-1-wrapper h4 + h3 {
    padding-top: 30px; }
  .sf-block-text-1[data-block-id="124"] .text-1-wrapper ul + h1,
  .sf-block-text-1[data-block-id="124"] .text-1-wrapper ul + h2,
  .sf-block-text-1[data-block-id="124"] .text-1-wrapper ul + h3 {
    padding-top: 30px; }
  .sf-block-text-1[data-block-id="124"] .text-1-wrapper h1:last-child,
  .sf-block-text-1[data-block-id="124"] .text-1-wrapper h2:last-child,
  .sf-block-text-1[data-block-id="124"] .text-1-wrapper h3:last-child,
  .sf-block-text-1[data-block-id="124"] .text-1-wrapper h4:last-child,
  .sf-block-text-1[data-block-id="124"] .text-1-wrapper h5:last-child,
  .sf-block-text-1[data-block-id="124"] .text-1-wrapper p:last-child {
    padding-bottom: 0; }

.sf-block-text-1[data-block-id="124"] .block-button-wrapper {
  display: none;
  text-align: center; }
  .sf-block-text-1[data-block-id="124"] .block-button-wrapper a.block-button {
    margin-top: 60px;
    padding: 15px 45px;
    border-radius: 100px;
    background-color: #ff821e;
    text-decoration: none;
    display: inline-block;
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.085em;
    line-height: 1.9em;
    color: white;
    max-font-size: 100px; }
  .sf-block-text-1[data-block-id="124"] .block-button-wrapper a.block-button:hover {
    color: white;
    background-color: #ff821e; }

.sf-block-text-1[data-block-id="126"] .text-1-wrapper {
  background-color: #fafbfb;
  padding-top: 60px;
  padding-bottom: 60px; }
  @media (max-width: 767.98px) {
    .sf-block-text-1[data-block-id="126"] .text-1-wrapper {
      padding-top: 30px; } }
  @media (max-width: 767.98px) {
    .sf-block-text-1[data-block-id="126"] .text-1-wrapper {
      padding-bottom: 30px; } }
  .sf-block-text-1[data-block-id="126"] .text-1-wrapper p, .sf-block-text-1[data-block-id="126"] .text-1-wrapper li {
    color: #3b3d44;
    font-size: 14px;
    font-family: Poppins;
    font-weight: 400;
    line-height: 2em;
    letter-spacing: 0.1em; }
  .sf-block-text-1[data-block-id="126"] .text-1-wrapper h1 {
    color: #3b3d44;
    font-size: 36px;
    font-family: Poppins;
    font-weight: 700;
    line-height: 1.35em;
    letter-spacing: 0.085em;
    padding-bottom: 15px; }
    @media (max-width: 991.98px) {
      .sf-block-text-1[data-block-id="126"] .text-1-wrapper h1 {
        font-size: 27.69231px; } }
  .sf-block-text-1[data-block-id="126"] .text-1-wrapper h2 {
    color: #3b3d44;
    font-size: 28px;
    font-family: Poppins;
    font-weight: 700;
    line-height: 1.5em;
    letter-spacing: 0.085em;
    padding-bottom: 10px; }
    @media (max-width: 991.98px) {
      .sf-block-text-1[data-block-id="126"] .text-1-wrapper h2 {
        font-size: 21.53846px; } }
  .sf-block-text-1[data-block-id="126"] .text-1-wrapper h3 {
    color: #3b3d44;
    font-size: 20px;
    font-family: Poppins;
    font-weight: 700;
    line-height: 1.6em;
    letter-spacing: 0.085em;
    padding-bottom: 10px; }
    @media (max-width: 991.98px) {
      .sf-block-text-1[data-block-id="126"] .text-1-wrapper h3 {
        font-size: 16.66667px; } }
  .sf-block-text-1[data-block-id="126"] .text-1-wrapper h4 {
    color: #3b3d44;
    font-size: 18px;
    font-family: Poppins;
    font-weight: 400;
    line-height: 1.9em;
    letter-spacing: 0.085em;
    padding-bottom: 10px; }
    @media (max-width: 991.98px) {
      .sf-block-text-1[data-block-id="126"] .text-1-wrapper h4 {
        font-size: 15px; } }
  .sf-block-text-1[data-block-id="126"] .text-1-wrapper h5 {
    color: #626167;
    font-size: 12px;
    font-family: Poppins;
    font-weight: 400;
    line-height: 1.5em;
    letter-spacing: 0.115em; }
  .sf-block-text-1[data-block-id="126"] .text-1-wrapper a {
    color: #ff821e; }
  .sf-block-text-1[data-block-id="126"] .text-1-wrapper p + h1,
  .sf-block-text-1[data-block-id="126"] .text-1-wrapper p + h2,
  .sf-block-text-1[data-block-id="126"] .text-1-wrapper p + h3,
  .sf-block-text-1[data-block-id="126"] .text-1-wrapper p + h4 {
    padding-top: 30px; }
  .sf-block-text-1[data-block-id="126"] .text-1-wrapper h4 + h1,
  .sf-block-text-1[data-block-id="126"] .text-1-wrapper h4 + h2,
  .sf-block-text-1[data-block-id="126"] .text-1-wrapper h4 + h3 {
    padding-top: 30px; }
  .sf-block-text-1[data-block-id="126"] .text-1-wrapper ul + h1,
  .sf-block-text-1[data-block-id="126"] .text-1-wrapper ul + h2,
  .sf-block-text-1[data-block-id="126"] .text-1-wrapper ul + h3 {
    padding-top: 30px; }
  .sf-block-text-1[data-block-id="126"] .text-1-wrapper h1:last-child,
  .sf-block-text-1[data-block-id="126"] .text-1-wrapper h2:last-child,
  .sf-block-text-1[data-block-id="126"] .text-1-wrapper h3:last-child,
  .sf-block-text-1[data-block-id="126"] .text-1-wrapper h4:last-child,
  .sf-block-text-1[data-block-id="126"] .text-1-wrapper h5:last-child,
  .sf-block-text-1[data-block-id="126"] .text-1-wrapper p:last-child {
    padding-bottom: 0; }

.sf-block-text-1[data-block-id="126"] .block-button-wrapper {
  display: none;
  text-align: center; }
  .sf-block-text-1[data-block-id="126"] .block-button-wrapper a.block-button {
    margin-top: 60px;
    padding: 15px 45px;
    border-radius: 100px;
    background-color: #ff821e;
    text-decoration: none;
    display: inline-block;
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.085em;
    line-height: 1.9em;
    color: white;
    max-font-size: 100px; }
  .sf-block-text-1[data-block-id="126"] .block-button-wrapper a.block-button:hover {
    color: white;
    background-color: #ff821e; }

.sf-block-text-1[data-block-id="128"] .text-1-wrapper {
  background-color: #fafbfb;
  padding-top: 60px;
  padding-bottom: 60px; }
  @media (max-width: 767.98px) {
    .sf-block-text-1[data-block-id="128"] .text-1-wrapper {
      padding-top: 30px; } }
  @media (max-width: 767.98px) {
    .sf-block-text-1[data-block-id="128"] .text-1-wrapper {
      padding-bottom: 30px; } }
  .sf-block-text-1[data-block-id="128"] .text-1-wrapper p, .sf-block-text-1[data-block-id="128"] .text-1-wrapper li {
    color: #3b3d44;
    font-size: 14px;
    font-family: Poppins;
    font-weight: 400;
    line-height: 2em;
    letter-spacing: 0.1em; }
  .sf-block-text-1[data-block-id="128"] .text-1-wrapper h1 {
    color: #3b3d44;
    font-size: 36px;
    font-family: Poppins;
    font-weight: 700;
    line-height: 1.35em;
    letter-spacing: 0.085em;
    padding-bottom: 15px; }
    @media (max-width: 991.98px) {
      .sf-block-text-1[data-block-id="128"] .text-1-wrapper h1 {
        font-size: 27.69231px; } }
  .sf-block-text-1[data-block-id="128"] .text-1-wrapper h2 {
    color: #3b3d44;
    font-size: 28px;
    font-family: Poppins;
    font-weight: 700;
    line-height: 1.5em;
    letter-spacing: 0.085em;
    padding-bottom: 10px; }
    @media (max-width: 991.98px) {
      .sf-block-text-1[data-block-id="128"] .text-1-wrapper h2 {
        font-size: 21.53846px; } }
  .sf-block-text-1[data-block-id="128"] .text-1-wrapper h3 {
    color: #3b3d44;
    font-size: 20px;
    font-family: Poppins;
    font-weight: 700;
    line-height: 1.6em;
    letter-spacing: 0.085em;
    padding-bottom: 10px; }
    @media (max-width: 991.98px) {
      .sf-block-text-1[data-block-id="128"] .text-1-wrapper h3 {
        font-size: 16.66667px; } }
  .sf-block-text-1[data-block-id="128"] .text-1-wrapper h4 {
    color: #3b3d44;
    font-size: 18px;
    font-family: Poppins;
    font-weight: 400;
    line-height: 1.9em;
    letter-spacing: 0.085em;
    padding-bottom: 10px; }
    @media (max-width: 991.98px) {
      .sf-block-text-1[data-block-id="128"] .text-1-wrapper h4 {
        font-size: 15px; } }
  .sf-block-text-1[data-block-id="128"] .text-1-wrapper h5 {
    color: #626167;
    font-size: 12px;
    font-family: Poppins;
    font-weight: 400;
    line-height: 1.5em;
    letter-spacing: 0.115em; }
  .sf-block-text-1[data-block-id="128"] .text-1-wrapper a {
    color: #ff821e; }
  .sf-block-text-1[data-block-id="128"] .text-1-wrapper p + h1,
  .sf-block-text-1[data-block-id="128"] .text-1-wrapper p + h2,
  .sf-block-text-1[data-block-id="128"] .text-1-wrapper p + h3,
  .sf-block-text-1[data-block-id="128"] .text-1-wrapper p + h4 {
    padding-top: 30px; }
  .sf-block-text-1[data-block-id="128"] .text-1-wrapper h4 + h1,
  .sf-block-text-1[data-block-id="128"] .text-1-wrapper h4 + h2,
  .sf-block-text-1[data-block-id="128"] .text-1-wrapper h4 + h3 {
    padding-top: 30px; }
  .sf-block-text-1[data-block-id="128"] .text-1-wrapper ul + h1,
  .sf-block-text-1[data-block-id="128"] .text-1-wrapper ul + h2,
  .sf-block-text-1[data-block-id="128"] .text-1-wrapper ul + h3 {
    padding-top: 30px; }
  .sf-block-text-1[data-block-id="128"] .text-1-wrapper h1:last-child,
  .sf-block-text-1[data-block-id="128"] .text-1-wrapper h2:last-child,
  .sf-block-text-1[data-block-id="128"] .text-1-wrapper h3:last-child,
  .sf-block-text-1[data-block-id="128"] .text-1-wrapper h4:last-child,
  .sf-block-text-1[data-block-id="128"] .text-1-wrapper h5:last-child,
  .sf-block-text-1[data-block-id="128"] .text-1-wrapper p:last-child {
    padding-bottom: 0; }

.sf-block-text-1[data-block-id="128"] .block-button-wrapper {
  display: none;
  text-align: center; }
  .sf-block-text-1[data-block-id="128"] .block-button-wrapper a.block-button {
    margin-top: 60px;
    padding: 15px 45px;
    border-radius: 100px;
    background-color: #ff821e;
    text-decoration: none;
    display: inline-block;
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.085em;
    line-height: 1.9em;
    color: white;
    max-font-size: 100px; }
  .sf-block-text-1[data-block-id="128"] .block-button-wrapper a.block-button:hover {
    color: white;
    background-color: #ff821e; }

.sf-block-text-1[data-block-id="130"] .text-1-wrapper {
  background-color: #fafbfb;
  padding-top: 60px;
  padding-bottom: 60px; }
  @media (max-width: 767.98px) {
    .sf-block-text-1[data-block-id="130"] .text-1-wrapper {
      padding-top: 30px; } }
  @media (max-width: 767.98px) {
    .sf-block-text-1[data-block-id="130"] .text-1-wrapper {
      padding-bottom: 30px; } }
  .sf-block-text-1[data-block-id="130"] .text-1-wrapper p, .sf-block-text-1[data-block-id="130"] .text-1-wrapper li {
    color: #3b3d44;
    font-size: 14px;
    font-family: Poppins;
    font-weight: 400;
    line-height: 2em;
    letter-spacing: 0.1em; }
  .sf-block-text-1[data-block-id="130"] .text-1-wrapper h1 {
    color: #3b3d44;
    font-size: 36px;
    font-family: Poppins;
    font-weight: 700;
    line-height: 1.35em;
    letter-spacing: 0.085em;
    padding-bottom: 15px; }
    @media (max-width: 991.98px) {
      .sf-block-text-1[data-block-id="130"] .text-1-wrapper h1 {
        font-size: 27.69231px; } }
  .sf-block-text-1[data-block-id="130"] .text-1-wrapper h2 {
    color: #3b3d44;
    font-size: 28px;
    font-family: Poppins;
    font-weight: 700;
    line-height: 1.5em;
    letter-spacing: 0.085em;
    padding-bottom: 10px; }
    @media (max-width: 991.98px) {
      .sf-block-text-1[data-block-id="130"] .text-1-wrapper h2 {
        font-size: 21.53846px; } }
  .sf-block-text-1[data-block-id="130"] .text-1-wrapper h3 {
    color: #3b3d44;
    font-size: 20px;
    font-family: Poppins;
    font-weight: 700;
    line-height: 1.6em;
    letter-spacing: 0.085em;
    padding-bottom: 10px; }
    @media (max-width: 991.98px) {
      .sf-block-text-1[data-block-id="130"] .text-1-wrapper h3 {
        font-size: 16.66667px; } }
  .sf-block-text-1[data-block-id="130"] .text-1-wrapper h4 {
    color: #3b3d44;
    font-size: 18px;
    font-family: Poppins;
    font-weight: 400;
    line-height: 1.9em;
    letter-spacing: 0.085em;
    padding-bottom: 10px; }
    @media (max-width: 991.98px) {
      .sf-block-text-1[data-block-id="130"] .text-1-wrapper h4 {
        font-size: 15px; } }
  .sf-block-text-1[data-block-id="130"] .text-1-wrapper h5 {
    color: #626167;
    font-size: 12px;
    font-family: Poppins;
    font-weight: 400;
    line-height: 1.5em;
    letter-spacing: 0.115em; }
  .sf-block-text-1[data-block-id="130"] .text-1-wrapper a {
    color: #ff821e; }
  .sf-block-text-1[data-block-id="130"] .text-1-wrapper p + h1,
  .sf-block-text-1[data-block-id="130"] .text-1-wrapper p + h2,
  .sf-block-text-1[data-block-id="130"] .text-1-wrapper p + h3,
  .sf-block-text-1[data-block-id="130"] .text-1-wrapper p + h4 {
    padding-top: 30px; }
  .sf-block-text-1[data-block-id="130"] .text-1-wrapper h4 + h1,
  .sf-block-text-1[data-block-id="130"] .text-1-wrapper h4 + h2,
  .sf-block-text-1[data-block-id="130"] .text-1-wrapper h4 + h3 {
    padding-top: 30px; }
  .sf-block-text-1[data-block-id="130"] .text-1-wrapper ul + h1,
  .sf-block-text-1[data-block-id="130"] .text-1-wrapper ul + h2,
  .sf-block-text-1[data-block-id="130"] .text-1-wrapper ul + h3 {
    padding-top: 30px; }
  .sf-block-text-1[data-block-id="130"] .text-1-wrapper h1:last-child,
  .sf-block-text-1[data-block-id="130"] .text-1-wrapper h2:last-child,
  .sf-block-text-1[data-block-id="130"] .text-1-wrapper h3:last-child,
  .sf-block-text-1[data-block-id="130"] .text-1-wrapper h4:last-child,
  .sf-block-text-1[data-block-id="130"] .text-1-wrapper h5:last-child,
  .sf-block-text-1[data-block-id="130"] .text-1-wrapper p:last-child {
    padding-bottom: 0; }

.sf-block-text-1[data-block-id="130"] .block-button-wrapper {
  display: none;
  text-align: center; }
  .sf-block-text-1[data-block-id="130"] .block-button-wrapper a.block-button {
    margin-top: 60px;
    padding: 15px 45px;
    border-radius: 100px;
    background-color: #ff821e;
    text-decoration: none;
    display: inline-block;
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.085em;
    line-height: 1.9em;
    color: white;
    max-font-size: 100px; }
  .sf-block-text-1[data-block-id="130"] .block-button-wrapper a.block-button:hover {
    color: white;
    background-color: #ff821e; }

.sf-block-text-1[data-block-id="153"] .text-1-wrapper {
  background-color: white;
  padding-top: 60px;
  padding-bottom: 60px; }
  @media (max-width: 767.98px) {
    .sf-block-text-1[data-block-id="153"] .text-1-wrapper {
      padding-top: 30px; } }
  @media (max-width: 767.98px) {
    .sf-block-text-1[data-block-id="153"] .text-1-wrapper {
      padding-bottom: 30px; } }
  .sf-block-text-1[data-block-id="153"] .text-1-wrapper p, .sf-block-text-1[data-block-id="153"] .text-1-wrapper li {
    font-family: Poppins;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 2em;
    color: #3b3d44;
    max-font-size: 100px; }
  .sf-block-text-1[data-block-id="153"] .text-1-wrapper h1 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 36px;
    letter-spacing: 0.085em;
    line-height: 1.35em;
    color: #3b3d44;
    max-font-size: 100px;
    padding-bottom: 15px; }
    @media (max-width: 991.98px) {
      .sf-block-text-1[data-block-id="153"] .text-1-wrapper h1 {
        font-size: 27.69231px; } }
  .sf-block-text-1[data-block-id="153"] .text-1-wrapper h2 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 28px;
    letter-spacing: 0.085em;
    line-height: 1.5em;
    color: #3b3d44;
    max-font-size: 100px;
    padding-bottom: 10px; }
    @media (max-width: 991.98px) {
      .sf-block-text-1[data-block-id="153"] .text-1-wrapper h2 {
        font-size: 21.53846px; } }
  .sf-block-text-1[data-block-id="153"] .text-1-wrapper h3 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 0.085em;
    line-height: 1.6em;
    color: #3b3d44;
    max-font-size: 100px;
    padding-bottom: 10px; }
    @media (max-width: 991.98px) {
      .sf-block-text-1[data-block-id="153"] .text-1-wrapper h3 {
        font-size: 16.66667px; } }
  .sf-block-text-1[data-block-id="153"] .text-1-wrapper h4 {
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.085em;
    line-height: 1.9em;
    color: #3b3d44;
    max-font-size: 100px;
    padding-bottom: 10px; }
    @media (max-width: 991.98px) {
      .sf-block-text-1[data-block-id="153"] .text-1-wrapper h4 {
        font-size: 15px; } }
  .sf-block-text-1[data-block-id="153"] .text-1-wrapper h5 {
    font-family: Poppins;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0.115em;
    line-height: 1.5em;
    color: #626167;
    max-font-size: 100px; }
  .sf-block-text-1[data-block-id="153"] .text-1-wrapper a {
    color: #ff821e; }
  .sf-block-text-1[data-block-id="153"] .text-1-wrapper p + h1,
  .sf-block-text-1[data-block-id="153"] .text-1-wrapper p + h2,
  .sf-block-text-1[data-block-id="153"] .text-1-wrapper p + h3,
  .sf-block-text-1[data-block-id="153"] .text-1-wrapper p + h4 {
    padding-top: 30px; }
  .sf-block-text-1[data-block-id="153"] .text-1-wrapper h4 + h1,
  .sf-block-text-1[data-block-id="153"] .text-1-wrapper h4 + h2,
  .sf-block-text-1[data-block-id="153"] .text-1-wrapper h4 + h3 {
    padding-top: 30px; }
  .sf-block-text-1[data-block-id="153"] .text-1-wrapper ul + h1,
  .sf-block-text-1[data-block-id="153"] .text-1-wrapper ul + h2,
  .sf-block-text-1[data-block-id="153"] .text-1-wrapper ul + h3 {
    padding-top: 30px; }
  .sf-block-text-1[data-block-id="153"] .text-1-wrapper h1:last-child,
  .sf-block-text-1[data-block-id="153"] .text-1-wrapper h2:last-child,
  .sf-block-text-1[data-block-id="153"] .text-1-wrapper h3:last-child,
  .sf-block-text-1[data-block-id="153"] .text-1-wrapper h4:last-child,
  .sf-block-text-1[data-block-id="153"] .text-1-wrapper h5:last-child,
  .sf-block-text-1[data-block-id="153"] .text-1-wrapper p:last-child {
    padding-bottom: 0; }

.sf-block-text-1[data-block-id="153"] .block-button-wrapper {
  display: none;
  text-align: center; }
  .sf-block-text-1[data-block-id="153"] .block-button-wrapper a.block-button {
    margin-top: 60px;
    padding: 15px 45px;
    border-radius: 100px;
    background-color: #ff821e;
    text-decoration: none;
    display: inline-block;
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.085em;
    line-height: 1.9em;
    color: white;
    max-font-size: 100px; }
  .sf-block-text-1[data-block-id="153"] .block-button-wrapper a.block-button:hover {
    color: white;
    background-color: #ff821e; }

.sf-block-text-1[data-block-id="168"] .text-1-wrapper {
  background-color: white;
  padding-top: 60px;
  padding-bottom: 60px; }
  @media (max-width: 767.98px) {
    .sf-block-text-1[data-block-id="168"] .text-1-wrapper {
      padding-top: 30px; } }
  @media (max-width: 767.98px) {
    .sf-block-text-1[data-block-id="168"] .text-1-wrapper {
      padding-bottom: 30px; } }
  .sf-block-text-1[data-block-id="168"] .text-1-wrapper p, .sf-block-text-1[data-block-id="168"] .text-1-wrapper li {
    font-family: Poppins;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 2em;
    color: #3b3d44;
    max-font-size: 100px; }
  .sf-block-text-1[data-block-id="168"] .text-1-wrapper h1 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 36px;
    letter-spacing: 0.085em;
    line-height: 1.35em;
    color: #3b3d44;
    max-font-size: 100px;
    padding-bottom: 15px; }
    @media (max-width: 991.98px) {
      .sf-block-text-1[data-block-id="168"] .text-1-wrapper h1 {
        font-size: 27.69231px; } }
  .sf-block-text-1[data-block-id="168"] .text-1-wrapper h2 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 28px;
    letter-spacing: 0.085em;
    line-height: 1.5em;
    color: #3b3d44;
    max-font-size: 100px;
    padding-bottom: 10px; }
    @media (max-width: 991.98px) {
      .sf-block-text-1[data-block-id="168"] .text-1-wrapper h2 {
        font-size: 21.53846px; } }
  .sf-block-text-1[data-block-id="168"] .text-1-wrapper h3 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 0.085em;
    line-height: 1.6em;
    color: #3b3d44;
    max-font-size: 100px;
    padding-bottom: 10px; }
    @media (max-width: 991.98px) {
      .sf-block-text-1[data-block-id="168"] .text-1-wrapper h3 {
        font-size: 16.66667px; } }
  .sf-block-text-1[data-block-id="168"] .text-1-wrapper h4 {
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.085em;
    line-height: 1.9em;
    color: #3b3d44;
    max-font-size: 100px;
    padding-bottom: 10px; }
    @media (max-width: 991.98px) {
      .sf-block-text-1[data-block-id="168"] .text-1-wrapper h4 {
        font-size: 15px; } }
  .sf-block-text-1[data-block-id="168"] .text-1-wrapper h5 {
    font-family: Poppins;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0.115em;
    line-height: 1.5em;
    color: #626167;
    max-font-size: 100px; }
  .sf-block-text-1[data-block-id="168"] .text-1-wrapper a {
    color: #ff821e; }
  .sf-block-text-1[data-block-id="168"] .text-1-wrapper p + h1,
  .sf-block-text-1[data-block-id="168"] .text-1-wrapper p + h2,
  .sf-block-text-1[data-block-id="168"] .text-1-wrapper p + h3,
  .sf-block-text-1[data-block-id="168"] .text-1-wrapper p + h4 {
    padding-top: 30px; }
  .sf-block-text-1[data-block-id="168"] .text-1-wrapper h4 + h1,
  .sf-block-text-1[data-block-id="168"] .text-1-wrapper h4 + h2,
  .sf-block-text-1[data-block-id="168"] .text-1-wrapper h4 + h3 {
    padding-top: 30px; }
  .sf-block-text-1[data-block-id="168"] .text-1-wrapper ul + h1,
  .sf-block-text-1[data-block-id="168"] .text-1-wrapper ul + h2,
  .sf-block-text-1[data-block-id="168"] .text-1-wrapper ul + h3 {
    padding-top: 30px; }
  .sf-block-text-1[data-block-id="168"] .text-1-wrapper h1:last-child,
  .sf-block-text-1[data-block-id="168"] .text-1-wrapper h2:last-child,
  .sf-block-text-1[data-block-id="168"] .text-1-wrapper h3:last-child,
  .sf-block-text-1[data-block-id="168"] .text-1-wrapper h4:last-child,
  .sf-block-text-1[data-block-id="168"] .text-1-wrapper h5:last-child,
  .sf-block-text-1[data-block-id="168"] .text-1-wrapper p:last-child {
    padding-bottom: 0; }

.sf-block-text-1[data-block-id="168"] .block-button-wrapper {
  display: none;
  text-align: center; }
  .sf-block-text-1[data-block-id="168"] .block-button-wrapper a.block-button {
    margin-top: 60px;
    padding: 15px 45px;
    border-radius: 100px;
    background-color: #ff821e;
    text-decoration: none;
    display: inline-block;
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.085em;
    line-height: 1.9em;
    color: white;
    max-font-size: 100px; }
  .sf-block-text-1[data-block-id="168"] .block-button-wrapper a.block-button:hover {
    color: white;
    background-color: #ff821e; }

.sf-block-text-1[data-block-id="172"] .text-1-wrapper {
  background-color: white;
  padding-top: 60px;
  padding-bottom: 60px; }
  @media (max-width: 767.98px) {
    .sf-block-text-1[data-block-id="172"] .text-1-wrapper {
      padding-top: 30px; } }
  @media (max-width: 767.98px) {
    .sf-block-text-1[data-block-id="172"] .text-1-wrapper {
      padding-bottom: 30px; } }
  .sf-block-text-1[data-block-id="172"] .text-1-wrapper p, .sf-block-text-1[data-block-id="172"] .text-1-wrapper li {
    font-family: Poppins;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 2em;
    color: #3b3d44;
    max-font-size: 100px; }
  .sf-block-text-1[data-block-id="172"] .text-1-wrapper h1 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 36px;
    letter-spacing: 0.085em;
    line-height: 1.35em;
    color: #3b3d44;
    max-font-size: 100px;
    padding-bottom: 15px; }
    @media (max-width: 991.98px) {
      .sf-block-text-1[data-block-id="172"] .text-1-wrapper h1 {
        font-size: 27.69231px; } }
  .sf-block-text-1[data-block-id="172"] .text-1-wrapper h2 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 28px;
    letter-spacing: 0.085em;
    line-height: 1.5em;
    color: #3b3d44;
    max-font-size: 100px;
    padding-bottom: 10px; }
    @media (max-width: 991.98px) {
      .sf-block-text-1[data-block-id="172"] .text-1-wrapper h2 {
        font-size: 21.53846px; } }
  .sf-block-text-1[data-block-id="172"] .text-1-wrapper h3 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 0.085em;
    line-height: 1.6em;
    color: #3b3d44;
    max-font-size: 100px;
    padding-bottom: 10px; }
    @media (max-width: 991.98px) {
      .sf-block-text-1[data-block-id="172"] .text-1-wrapper h3 {
        font-size: 16.66667px; } }
  .sf-block-text-1[data-block-id="172"] .text-1-wrapper h4 {
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.085em;
    line-height: 1.9em;
    color: #3b3d44;
    max-font-size: 100px;
    padding-bottom: 10px; }
    @media (max-width: 991.98px) {
      .sf-block-text-1[data-block-id="172"] .text-1-wrapper h4 {
        font-size: 15px; } }
  .sf-block-text-1[data-block-id="172"] .text-1-wrapper h5 {
    font-family: Poppins;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0.115em;
    line-height: 1.5em;
    color: #626167;
    max-font-size: 100px; }
  .sf-block-text-1[data-block-id="172"] .text-1-wrapper a {
    color: #ff821e; }
  .sf-block-text-1[data-block-id="172"] .text-1-wrapper p + h1,
  .sf-block-text-1[data-block-id="172"] .text-1-wrapper p + h2,
  .sf-block-text-1[data-block-id="172"] .text-1-wrapper p + h3,
  .sf-block-text-1[data-block-id="172"] .text-1-wrapper p + h4 {
    padding-top: 30px; }
  .sf-block-text-1[data-block-id="172"] .text-1-wrapper h4 + h1,
  .sf-block-text-1[data-block-id="172"] .text-1-wrapper h4 + h2,
  .sf-block-text-1[data-block-id="172"] .text-1-wrapper h4 + h3 {
    padding-top: 30px; }
  .sf-block-text-1[data-block-id="172"] .text-1-wrapper ul + h1,
  .sf-block-text-1[data-block-id="172"] .text-1-wrapper ul + h2,
  .sf-block-text-1[data-block-id="172"] .text-1-wrapper ul + h3 {
    padding-top: 30px; }
  .sf-block-text-1[data-block-id="172"] .text-1-wrapper h1:last-child,
  .sf-block-text-1[data-block-id="172"] .text-1-wrapper h2:last-child,
  .sf-block-text-1[data-block-id="172"] .text-1-wrapper h3:last-child,
  .sf-block-text-1[data-block-id="172"] .text-1-wrapper h4:last-child,
  .sf-block-text-1[data-block-id="172"] .text-1-wrapper h5:last-child,
  .sf-block-text-1[data-block-id="172"] .text-1-wrapper p:last-child {
    padding-bottom: 0; }

.sf-block-text-1[data-block-id="172"] .block-button-wrapper {
  display: none;
  text-align: center; }
  .sf-block-text-1[data-block-id="172"] .block-button-wrapper a.block-button {
    margin-top: 60px;
    padding: 15px 45px;
    border-radius: 100px;
    background-color: #ff821e;
    text-decoration: none;
    display: inline-block;
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.085em;
    line-height: 1.9em;
    color: white;
    max-font-size: 100px; }
  .sf-block-text-1[data-block-id="172"] .block-button-wrapper a.block-button:hover {
    color: white;
    background-color: #ff821e; }

.sf-block-text-1[data-block-id="180"] .text-1-wrapper {
  background-color: white;
  padding-top: 60px;
  padding-bottom: 60px; }
  @media (max-width: 767.98px) {
    .sf-block-text-1[data-block-id="180"] .text-1-wrapper {
      padding-top: 30px; } }
  @media (max-width: 767.98px) {
    .sf-block-text-1[data-block-id="180"] .text-1-wrapper {
      padding-bottom: 30px; } }
  .sf-block-text-1[data-block-id="180"] .text-1-wrapper p, .sf-block-text-1[data-block-id="180"] .text-1-wrapper li {
    font-family: Poppins;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 2em;
    color: #3b3d44;
    max-font-size: 100px; }
  .sf-block-text-1[data-block-id="180"] .text-1-wrapper h1 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 36px;
    letter-spacing: 0.085em;
    line-height: 1.35em;
    color: #3b3d44;
    max-font-size: 100px;
    padding-bottom: 15px; }
    @media (max-width: 991.98px) {
      .sf-block-text-1[data-block-id="180"] .text-1-wrapper h1 {
        font-size: 27.69231px; } }
  .sf-block-text-1[data-block-id="180"] .text-1-wrapper h2 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 28px;
    letter-spacing: 0.085em;
    line-height: 1.5em;
    color: #3b3d44;
    max-font-size: 100px;
    padding-bottom: 10px; }
    @media (max-width: 991.98px) {
      .sf-block-text-1[data-block-id="180"] .text-1-wrapper h2 {
        font-size: 21.53846px; } }
  .sf-block-text-1[data-block-id="180"] .text-1-wrapper h3 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 0.085em;
    line-height: 1.6em;
    color: #3b3d44;
    max-font-size: 100px;
    padding-bottom: 10px; }
    @media (max-width: 991.98px) {
      .sf-block-text-1[data-block-id="180"] .text-1-wrapper h3 {
        font-size: 16.66667px; } }
  .sf-block-text-1[data-block-id="180"] .text-1-wrapper h4 {
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.085em;
    line-height: 1.9em;
    color: #3b3d44;
    max-font-size: 100px;
    padding-bottom: 10px; }
    @media (max-width: 991.98px) {
      .sf-block-text-1[data-block-id="180"] .text-1-wrapper h4 {
        font-size: 15px; } }
  .sf-block-text-1[data-block-id="180"] .text-1-wrapper h5 {
    font-family: Poppins;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0.115em;
    line-height: 1.5em;
    color: #626167;
    max-font-size: 100px; }
  .sf-block-text-1[data-block-id="180"] .text-1-wrapper a {
    color: #ff821e; }
  .sf-block-text-1[data-block-id="180"] .text-1-wrapper p + h1,
  .sf-block-text-1[data-block-id="180"] .text-1-wrapper p + h2,
  .sf-block-text-1[data-block-id="180"] .text-1-wrapper p + h3,
  .sf-block-text-1[data-block-id="180"] .text-1-wrapper p + h4 {
    padding-top: 30px; }
  .sf-block-text-1[data-block-id="180"] .text-1-wrapper h4 + h1,
  .sf-block-text-1[data-block-id="180"] .text-1-wrapper h4 + h2,
  .sf-block-text-1[data-block-id="180"] .text-1-wrapper h4 + h3 {
    padding-top: 30px; }
  .sf-block-text-1[data-block-id="180"] .text-1-wrapper ul + h1,
  .sf-block-text-1[data-block-id="180"] .text-1-wrapper ul + h2,
  .sf-block-text-1[data-block-id="180"] .text-1-wrapper ul + h3 {
    padding-top: 30px; }
  .sf-block-text-1[data-block-id="180"] .text-1-wrapper h1:last-child,
  .sf-block-text-1[data-block-id="180"] .text-1-wrapper h2:last-child,
  .sf-block-text-1[data-block-id="180"] .text-1-wrapper h3:last-child,
  .sf-block-text-1[data-block-id="180"] .text-1-wrapper h4:last-child,
  .sf-block-text-1[data-block-id="180"] .text-1-wrapper h5:last-child,
  .sf-block-text-1[data-block-id="180"] .text-1-wrapper p:last-child {
    padding-bottom: 0; }

.sf-block-text-1[data-block-id="180"] .block-button-wrapper {
  display: none;
  text-align: center; }
  .sf-block-text-1[data-block-id="180"] .block-button-wrapper a.block-button {
    margin-top: 60px;
    padding: 15px 45px;
    border-radius: 100px;
    background-color: #ff821e;
    text-decoration: none;
    display: inline-block;
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.085em;
    line-height: 1.9em;
    color: white;
    max-font-size: 100px; }
  .sf-block-text-1[data-block-id="180"] .block-button-wrapper a.block-button:hover {
    color: white;
    background-color: #ff821e; }

.sf-block-text-1[data-block-id="213"] .text-1-wrapper {
  background-color: white;
  padding-top: 60px;
  padding-bottom: 60px; }
  @media (max-width: 767.98px) {
    .sf-block-text-1[data-block-id="213"] .text-1-wrapper {
      padding-top: 30px; } }
  @media (max-width: 767.98px) {
    .sf-block-text-1[data-block-id="213"] .text-1-wrapper {
      padding-bottom: 30px; } }
  .sf-block-text-1[data-block-id="213"] .text-1-wrapper p, .sf-block-text-1[data-block-id="213"] .text-1-wrapper li {
    font-family: Poppins;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 2em;
    color: #3b3d44;
    max-font-size: 100px; }
  .sf-block-text-1[data-block-id="213"] .text-1-wrapper h1 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 36px;
    letter-spacing: 0.085em;
    line-height: 1.35em;
    color: #3b3d44;
    max-font-size: 100px;
    padding-bottom: 15px; }
    @media (max-width: 991.98px) {
      .sf-block-text-1[data-block-id="213"] .text-1-wrapper h1 {
        font-size: 27.69231px; } }
  .sf-block-text-1[data-block-id="213"] .text-1-wrapper h2 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 28px;
    letter-spacing: 0.085em;
    line-height: 1.5em;
    color: #3b3d44;
    max-font-size: 100px;
    padding-bottom: 10px; }
    @media (max-width: 991.98px) {
      .sf-block-text-1[data-block-id="213"] .text-1-wrapper h2 {
        font-size: 21.53846px; } }
  .sf-block-text-1[data-block-id="213"] .text-1-wrapper h3 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 0.085em;
    line-height: 1.6em;
    color: #3b3d44;
    max-font-size: 100px;
    padding-bottom: 10px; }
    @media (max-width: 991.98px) {
      .sf-block-text-1[data-block-id="213"] .text-1-wrapper h3 {
        font-size: 16.66667px; } }
  .sf-block-text-1[data-block-id="213"] .text-1-wrapper h4 {
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.085em;
    line-height: 1.9em;
    color: #3b3d44;
    max-font-size: 100px;
    padding-bottom: 10px; }
    @media (max-width: 991.98px) {
      .sf-block-text-1[data-block-id="213"] .text-1-wrapper h4 {
        font-size: 15px; } }
  .sf-block-text-1[data-block-id="213"] .text-1-wrapper h5 {
    font-family: Poppins;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0.115em;
    line-height: 1.5em;
    color: #626167;
    max-font-size: 100px; }
  .sf-block-text-1[data-block-id="213"] .text-1-wrapper a {
    color: #ff821e; }
  .sf-block-text-1[data-block-id="213"] .text-1-wrapper p + h1,
  .sf-block-text-1[data-block-id="213"] .text-1-wrapper p + h2,
  .sf-block-text-1[data-block-id="213"] .text-1-wrapper p + h3,
  .sf-block-text-1[data-block-id="213"] .text-1-wrapper p + h4 {
    padding-top: 30px; }
  .sf-block-text-1[data-block-id="213"] .text-1-wrapper h4 + h1,
  .sf-block-text-1[data-block-id="213"] .text-1-wrapper h4 + h2,
  .sf-block-text-1[data-block-id="213"] .text-1-wrapper h4 + h3 {
    padding-top: 30px; }
  .sf-block-text-1[data-block-id="213"] .text-1-wrapper ul + h1,
  .sf-block-text-1[data-block-id="213"] .text-1-wrapper ul + h2,
  .sf-block-text-1[data-block-id="213"] .text-1-wrapper ul + h3 {
    padding-top: 30px; }
  .sf-block-text-1[data-block-id="213"] .text-1-wrapper h1:last-child,
  .sf-block-text-1[data-block-id="213"] .text-1-wrapper h2:last-child,
  .sf-block-text-1[data-block-id="213"] .text-1-wrapper h3:last-child,
  .sf-block-text-1[data-block-id="213"] .text-1-wrapper h4:last-child,
  .sf-block-text-1[data-block-id="213"] .text-1-wrapper h5:last-child,
  .sf-block-text-1[data-block-id="213"] .text-1-wrapper p:last-child {
    padding-bottom: 0; }

.sf-block-text-1[data-block-id="213"] .block-button-wrapper {
  display: none;
  text-align: center; }
  .sf-block-text-1[data-block-id="213"] .block-button-wrapper a.block-button {
    margin-top: 60px;
    padding: 15px 45px;
    border-radius: 100px;
    background-color: #ff821e;
    text-decoration: none;
    display: inline-block;
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.085em;
    line-height: 1.9em;
    color: white;
    max-font-size: 100px; }
  .sf-block-text-1[data-block-id="213"] .block-button-wrapper a.block-button:hover {
    color: white;
    background-color: #ff821e; }

.sf-block-text-1[data-block-id="254"] .text-1-wrapper {
  background-color: white;
  padding-top: 60px;
  padding-bottom: 0px; }
  @media (max-width: 767.98px) {
    .sf-block-text-1[data-block-id="254"] .text-1-wrapper {
      padding-top: 30px; } }
  .sf-block-text-1[data-block-id="254"] .text-1-wrapper p, .sf-block-text-1[data-block-id="254"] .text-1-wrapper li {
    color: #3b3d44;
    font-size: 14px;
    font-family: Poppins;
    font-weight: 400;
    line-height: 2em;
    letter-spacing: 0.1em; }
  .sf-block-text-1[data-block-id="254"] .text-1-wrapper h1 {
    color: #3b3d44;
    font-size: 36px;
    font-family: Poppins;
    font-weight: 700;
    line-height: 1.35em;
    letter-spacing: 0.085em;
    padding-bottom: 15px; }
    @media (max-width: 991.98px) {
      .sf-block-text-1[data-block-id="254"] .text-1-wrapper h1 {
        font-size: 27.69231px; } }
  .sf-block-text-1[data-block-id="254"] .text-1-wrapper h2 {
    color: #3b3d44;
    font-size: 28px;
    font-family: Poppins;
    font-weight: 700;
    line-height: 1.5em;
    letter-spacing: 0.085em;
    padding-bottom: 10px; }
    @media (max-width: 991.98px) {
      .sf-block-text-1[data-block-id="254"] .text-1-wrapper h2 {
        font-size: 21.53846px; } }
  .sf-block-text-1[data-block-id="254"] .text-1-wrapper h3 {
    color: #3b3d44;
    font-size: 20px;
    font-family: Poppins;
    font-weight: 700;
    line-height: 1.6em;
    letter-spacing: 0.085em;
    padding-bottom: 10px; }
    @media (max-width: 991.98px) {
      .sf-block-text-1[data-block-id="254"] .text-1-wrapper h3 {
        font-size: 16.66667px; } }
  .sf-block-text-1[data-block-id="254"] .text-1-wrapper h4 {
    color: #3b3d44;
    font-size: 18px;
    font-family: Poppins;
    font-weight: 400;
    line-height: 1.9em;
    letter-spacing: 0.085em;
    padding-bottom: 10px; }
    @media (max-width: 991.98px) {
      .sf-block-text-1[data-block-id="254"] .text-1-wrapper h4 {
        font-size: 15px; } }
  .sf-block-text-1[data-block-id="254"] .text-1-wrapper h5 {
    color: #626167;
    font-size: 12px;
    font-family: Poppins;
    font-weight: 400;
    line-height: 1.5em;
    letter-spacing: 0.115em; }
  .sf-block-text-1[data-block-id="254"] .text-1-wrapper a {
    color: #ff821e; }
  .sf-block-text-1[data-block-id="254"] .text-1-wrapper p + h1,
  .sf-block-text-1[data-block-id="254"] .text-1-wrapper p + h2,
  .sf-block-text-1[data-block-id="254"] .text-1-wrapper p + h3,
  .sf-block-text-1[data-block-id="254"] .text-1-wrapper p + h4 {
    padding-top: 30px; }
  .sf-block-text-1[data-block-id="254"] .text-1-wrapper h4 + h1,
  .sf-block-text-1[data-block-id="254"] .text-1-wrapper h4 + h2,
  .sf-block-text-1[data-block-id="254"] .text-1-wrapper h4 + h3 {
    padding-top: 30px; }
  .sf-block-text-1[data-block-id="254"] .text-1-wrapper ul + h1,
  .sf-block-text-1[data-block-id="254"] .text-1-wrapper ul + h2,
  .sf-block-text-1[data-block-id="254"] .text-1-wrapper ul + h3 {
    padding-top: 30px; }
  .sf-block-text-1[data-block-id="254"] .text-1-wrapper h1:last-child,
  .sf-block-text-1[data-block-id="254"] .text-1-wrapper h2:last-child,
  .sf-block-text-1[data-block-id="254"] .text-1-wrapper h3:last-child,
  .sf-block-text-1[data-block-id="254"] .text-1-wrapper h4:last-child,
  .sf-block-text-1[data-block-id="254"] .text-1-wrapper h5:last-child,
  .sf-block-text-1[data-block-id="254"] .text-1-wrapper p:last-child {
    padding-bottom: 0; }

.sf-block-text-1[data-block-id="254"] .block-button-wrapper {
  display: none;
  text-align: center; }
  .sf-block-text-1[data-block-id="254"] .block-button-wrapper a.block-button {
    margin-top: 60px;
    padding: 15px 45px;
    border-radius: 100px;
    background-color: #ff821e;
    text-decoration: none;
    display: inline-block;
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.085em;
    line-height: 1.9em;
    color: white;
    max-font-size: 100px; }
  .sf-block-text-1[data-block-id="254"] .block-button-wrapper a.block-button:hover {
    color: white;
    background-color: #ff821e; }

.sf-block-text-1[data-block-id="273"] .text-1-wrapper {
  background-color: white;
  padding-top: 60px;
  padding-bottom: 60px; }
  @media (max-width: 767.98px) {
    .sf-block-text-1[data-block-id="273"] .text-1-wrapper {
      padding-top: 30px; } }
  @media (max-width: 767.98px) {
    .sf-block-text-1[data-block-id="273"] .text-1-wrapper {
      padding-bottom: 30px; } }
  .sf-block-text-1[data-block-id="273"] .text-1-wrapper p, .sf-block-text-1[data-block-id="273"] .text-1-wrapper li {
    font-family: Poppins;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 2em;
    color: #3b3d44;
    max-font-size: 100px; }
  .sf-block-text-1[data-block-id="273"] .text-1-wrapper h1 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 36px;
    letter-spacing: 0.085em;
    line-height: 1.35em;
    color: #3b3d44;
    max-font-size: 100px;
    padding-bottom: 15px; }
    @media (max-width: 991.98px) {
      .sf-block-text-1[data-block-id="273"] .text-1-wrapper h1 {
        font-size: 27.69231px; } }
  .sf-block-text-1[data-block-id="273"] .text-1-wrapper h2 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 28px;
    letter-spacing: 0.085em;
    line-height: 1.5em;
    color: #3b3d44;
    max-font-size: 100px;
    padding-bottom: 10px; }
    @media (max-width: 991.98px) {
      .sf-block-text-1[data-block-id="273"] .text-1-wrapper h2 {
        font-size: 21.53846px; } }
  .sf-block-text-1[data-block-id="273"] .text-1-wrapper h3 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 0.085em;
    line-height: 1.6em;
    color: #3b3d44;
    max-font-size: 100px;
    padding-bottom: 10px; }
    @media (max-width: 991.98px) {
      .sf-block-text-1[data-block-id="273"] .text-1-wrapper h3 {
        font-size: 16.66667px; } }
  .sf-block-text-1[data-block-id="273"] .text-1-wrapper h4 {
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.085em;
    line-height: 1.9em;
    color: #3b3d44;
    max-font-size: 100px;
    padding-bottom: 10px; }
    @media (max-width: 991.98px) {
      .sf-block-text-1[data-block-id="273"] .text-1-wrapper h4 {
        font-size: 15px; } }
  .sf-block-text-1[data-block-id="273"] .text-1-wrapper h5 {
    font-family: Poppins;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0.115em;
    line-height: 1.5em;
    color: #626167;
    max-font-size: 100px; }
  .sf-block-text-1[data-block-id="273"] .text-1-wrapper a {
    color: #ff821e; }
  .sf-block-text-1[data-block-id="273"] .text-1-wrapper p + h1,
  .sf-block-text-1[data-block-id="273"] .text-1-wrapper p + h2,
  .sf-block-text-1[data-block-id="273"] .text-1-wrapper p + h3,
  .sf-block-text-1[data-block-id="273"] .text-1-wrapper p + h4 {
    padding-top: 30px; }
  .sf-block-text-1[data-block-id="273"] .text-1-wrapper h4 + h1,
  .sf-block-text-1[data-block-id="273"] .text-1-wrapper h4 + h2,
  .sf-block-text-1[data-block-id="273"] .text-1-wrapper h4 + h3 {
    padding-top: 30px; }
  .sf-block-text-1[data-block-id="273"] .text-1-wrapper ul + h1,
  .sf-block-text-1[data-block-id="273"] .text-1-wrapper ul + h2,
  .sf-block-text-1[data-block-id="273"] .text-1-wrapper ul + h3 {
    padding-top: 30px; }
  .sf-block-text-1[data-block-id="273"] .text-1-wrapper h1:last-child,
  .sf-block-text-1[data-block-id="273"] .text-1-wrapper h2:last-child,
  .sf-block-text-1[data-block-id="273"] .text-1-wrapper h3:last-child,
  .sf-block-text-1[data-block-id="273"] .text-1-wrapper h4:last-child,
  .sf-block-text-1[data-block-id="273"] .text-1-wrapper h5:last-child,
  .sf-block-text-1[data-block-id="273"] .text-1-wrapper p:last-child {
    padding-bottom: 0; }

.sf-block-text-1[data-block-id="273"] .block-button-wrapper {
  display: none;
  text-align: center; }
  .sf-block-text-1[data-block-id="273"] .block-button-wrapper a.block-button {
    margin-top: 60px;
    padding: 15px 45px;
    border-radius: 100px;
    background-color: #ff821e;
    text-decoration: none;
    display: inline-block;
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.085em;
    line-height: 1.9em;
    color: white;
    max-font-size: 100px; }
  .sf-block-text-1[data-block-id="273"] .block-button-wrapper a.block-button:hover {
    color: white;
    background-color: #ff821e; }

.sf-block-text-1[data-block-id="275"] .text-1-wrapper {
  background-color: white;
  padding-top: 60px;
  padding-bottom: 60px; }
  @media (max-width: 767.98px) {
    .sf-block-text-1[data-block-id="275"] .text-1-wrapper {
      padding-top: 30px; } }
  @media (max-width: 767.98px) {
    .sf-block-text-1[data-block-id="275"] .text-1-wrapper {
      padding-bottom: 30px; } }
  .sf-block-text-1[data-block-id="275"] .text-1-wrapper p, .sf-block-text-1[data-block-id="275"] .text-1-wrapper li {
    font-family: Poppins;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 2em;
    color: #3b3d44;
    max-font-size: 100px; }
  .sf-block-text-1[data-block-id="275"] .text-1-wrapper h1 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 36px;
    letter-spacing: 0.085em;
    line-height: 1.35em;
    color: #3b3d44;
    max-font-size: 100px;
    padding-bottom: 15px; }
    @media (max-width: 991.98px) {
      .sf-block-text-1[data-block-id="275"] .text-1-wrapper h1 {
        font-size: 27.69231px; } }
  .sf-block-text-1[data-block-id="275"] .text-1-wrapper h2 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 28px;
    letter-spacing: 0.085em;
    line-height: 1.5em;
    color: #3b3d44;
    max-font-size: 100px;
    padding-bottom: 10px; }
    @media (max-width: 991.98px) {
      .sf-block-text-1[data-block-id="275"] .text-1-wrapper h2 {
        font-size: 21.53846px; } }
  .sf-block-text-1[data-block-id="275"] .text-1-wrapper h3 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 0.085em;
    line-height: 1.6em;
    color: #3b3d44;
    max-font-size: 100px;
    padding-bottom: 10px; }
    @media (max-width: 991.98px) {
      .sf-block-text-1[data-block-id="275"] .text-1-wrapper h3 {
        font-size: 16.66667px; } }
  .sf-block-text-1[data-block-id="275"] .text-1-wrapper h4 {
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.085em;
    line-height: 1.9em;
    color: #3b3d44;
    max-font-size: 100px;
    padding-bottom: 10px; }
    @media (max-width: 991.98px) {
      .sf-block-text-1[data-block-id="275"] .text-1-wrapper h4 {
        font-size: 15px; } }
  .sf-block-text-1[data-block-id="275"] .text-1-wrapper h5 {
    font-family: Poppins;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0.115em;
    line-height: 1.5em;
    color: #626167;
    max-font-size: 100px; }
  .sf-block-text-1[data-block-id="275"] .text-1-wrapper a {
    color: #ff821e; }
  .sf-block-text-1[data-block-id="275"] .text-1-wrapper p + h1,
  .sf-block-text-1[data-block-id="275"] .text-1-wrapper p + h2,
  .sf-block-text-1[data-block-id="275"] .text-1-wrapper p + h3,
  .sf-block-text-1[data-block-id="275"] .text-1-wrapper p + h4 {
    padding-top: 30px; }
  .sf-block-text-1[data-block-id="275"] .text-1-wrapper h4 + h1,
  .sf-block-text-1[data-block-id="275"] .text-1-wrapper h4 + h2,
  .sf-block-text-1[data-block-id="275"] .text-1-wrapper h4 + h3 {
    padding-top: 30px; }
  .sf-block-text-1[data-block-id="275"] .text-1-wrapper ul + h1,
  .sf-block-text-1[data-block-id="275"] .text-1-wrapper ul + h2,
  .sf-block-text-1[data-block-id="275"] .text-1-wrapper ul + h3 {
    padding-top: 30px; }
  .sf-block-text-1[data-block-id="275"] .text-1-wrapper h1:last-child,
  .sf-block-text-1[data-block-id="275"] .text-1-wrapper h2:last-child,
  .sf-block-text-1[data-block-id="275"] .text-1-wrapper h3:last-child,
  .sf-block-text-1[data-block-id="275"] .text-1-wrapper h4:last-child,
  .sf-block-text-1[data-block-id="275"] .text-1-wrapper h5:last-child,
  .sf-block-text-1[data-block-id="275"] .text-1-wrapper p:last-child {
    padding-bottom: 0; }

.sf-block-text-1[data-block-id="275"] .block-button-wrapper {
  display: none;
  text-align: center; }
  .sf-block-text-1[data-block-id="275"] .block-button-wrapper a.block-button {
    margin-top: 60px;
    padding: 15px 45px;
    border-radius: 100px;
    background-color: #ff821e;
    text-decoration: none;
    display: inline-block;
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.085em;
    line-height: 1.9em;
    color: white;
    max-font-size: 100px; }
  .sf-block-text-1[data-block-id="275"] .block-button-wrapper a.block-button:hover {
    color: white;
    background-color: #ff821e; }

.sf-block-text-1[data-block-id="302"] .text-1-wrapper {
  background-color: white;
  padding-top: 60px;
  padding-bottom: 60px; }
  @media (max-width: 767.98px) {
    .sf-block-text-1[data-block-id="302"] .text-1-wrapper {
      padding-top: 30px; } }
  @media (max-width: 767.98px) {
    .sf-block-text-1[data-block-id="302"] .text-1-wrapper {
      padding-bottom: 30px; } }
  .sf-block-text-1[data-block-id="302"] .text-1-wrapper p, .sf-block-text-1[data-block-id="302"] .text-1-wrapper li {
    font-family: Poppins;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 2em;
    color: #3b3d44;
    max-font-size: 100px; }
  .sf-block-text-1[data-block-id="302"] .text-1-wrapper h1 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 36px;
    letter-spacing: 0.085em;
    line-height: 1.35em;
    color: #3b3d44;
    max-font-size: 100px;
    padding-bottom: 15px; }
    @media (max-width: 991.98px) {
      .sf-block-text-1[data-block-id="302"] .text-1-wrapper h1 {
        font-size: 27.69231px; } }
  .sf-block-text-1[data-block-id="302"] .text-1-wrapper h2 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 28px;
    letter-spacing: 0.085em;
    line-height: 1.5em;
    color: #3b3d44;
    max-font-size: 100px;
    padding-bottom: 10px; }
    @media (max-width: 991.98px) {
      .sf-block-text-1[data-block-id="302"] .text-1-wrapper h2 {
        font-size: 21.53846px; } }
  .sf-block-text-1[data-block-id="302"] .text-1-wrapper h3 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 0.085em;
    line-height: 1.6em;
    color: #3b3d44;
    max-font-size: 100px;
    padding-bottom: 10px; }
    @media (max-width: 991.98px) {
      .sf-block-text-1[data-block-id="302"] .text-1-wrapper h3 {
        font-size: 16.66667px; } }
  .sf-block-text-1[data-block-id="302"] .text-1-wrapper h4 {
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.085em;
    line-height: 1.9em;
    color: #3b3d44;
    max-font-size: 100px;
    padding-bottom: 10px; }
    @media (max-width: 991.98px) {
      .sf-block-text-1[data-block-id="302"] .text-1-wrapper h4 {
        font-size: 15px; } }
  .sf-block-text-1[data-block-id="302"] .text-1-wrapper h5 {
    font-family: Poppins;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0.115em;
    line-height: 1.5em;
    color: #626167;
    max-font-size: 100px; }
  .sf-block-text-1[data-block-id="302"] .text-1-wrapper a {
    color: #ff821e; }
  .sf-block-text-1[data-block-id="302"] .text-1-wrapper p + h1,
  .sf-block-text-1[data-block-id="302"] .text-1-wrapper p + h2,
  .sf-block-text-1[data-block-id="302"] .text-1-wrapper p + h3,
  .sf-block-text-1[data-block-id="302"] .text-1-wrapper p + h4 {
    padding-top: 30px; }
  .sf-block-text-1[data-block-id="302"] .text-1-wrapper h4 + h1,
  .sf-block-text-1[data-block-id="302"] .text-1-wrapper h4 + h2,
  .sf-block-text-1[data-block-id="302"] .text-1-wrapper h4 + h3 {
    padding-top: 30px; }
  .sf-block-text-1[data-block-id="302"] .text-1-wrapper ul + h1,
  .sf-block-text-1[data-block-id="302"] .text-1-wrapper ul + h2,
  .sf-block-text-1[data-block-id="302"] .text-1-wrapper ul + h3 {
    padding-top: 30px; }
  .sf-block-text-1[data-block-id="302"] .text-1-wrapper h1:last-child,
  .sf-block-text-1[data-block-id="302"] .text-1-wrapper h2:last-child,
  .sf-block-text-1[data-block-id="302"] .text-1-wrapper h3:last-child,
  .sf-block-text-1[data-block-id="302"] .text-1-wrapper h4:last-child,
  .sf-block-text-1[data-block-id="302"] .text-1-wrapper h5:last-child,
  .sf-block-text-1[data-block-id="302"] .text-1-wrapper p:last-child {
    padding-bottom: 0; }

.sf-block-text-1[data-block-id="302"] .block-button-wrapper {
  display: none;
  text-align: center; }
  .sf-block-text-1[data-block-id="302"] .block-button-wrapper a.block-button {
    margin-top: 60px;
    padding: 15px 45px;
    border-radius: 100px;
    background-color: #ff821e;
    text-decoration: none;
    display: inline-block;
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.085em;
    line-height: 1.9em;
    color: white;
    max-font-size: 100px; }
  .sf-block-text-1[data-block-id="302"] .block-button-wrapper a.block-button:hover {
    color: white;
    background-color: #ff821e; }

.sf-block-text-1[data-block-id="315"] .text-1-wrapper {
  background-color: white;
  padding-top: 60px;
  padding-bottom: 60px; }
  @media (max-width: 767.98px) {
    .sf-block-text-1[data-block-id="315"] .text-1-wrapper {
      padding-top: 30px; } }
  @media (max-width: 767.98px) {
    .sf-block-text-1[data-block-id="315"] .text-1-wrapper {
      padding-bottom: 30px; } }
  .sf-block-text-1[data-block-id="315"] .text-1-wrapper p, .sf-block-text-1[data-block-id="315"] .text-1-wrapper li {
    font-family: Poppins;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 2em;
    color: #3b3d44;
    max-font-size: 100px; }
  .sf-block-text-1[data-block-id="315"] .text-1-wrapper h1 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 36px;
    letter-spacing: 0.085em;
    line-height: 1.35em;
    color: #3b3d44;
    max-font-size: 100px;
    padding-bottom: 15px; }
    @media (max-width: 991.98px) {
      .sf-block-text-1[data-block-id="315"] .text-1-wrapper h1 {
        font-size: 27.69231px; } }
  .sf-block-text-1[data-block-id="315"] .text-1-wrapper h2 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 28px;
    letter-spacing: 0.085em;
    line-height: 1.5em;
    color: #3b3d44;
    max-font-size: 100px;
    padding-bottom: 10px; }
    @media (max-width: 991.98px) {
      .sf-block-text-1[data-block-id="315"] .text-1-wrapper h2 {
        font-size: 21.53846px; } }
  .sf-block-text-1[data-block-id="315"] .text-1-wrapper h3 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 0.085em;
    line-height: 1.6em;
    color: #3b3d44;
    max-font-size: 100px;
    padding-bottom: 10px; }
    @media (max-width: 991.98px) {
      .sf-block-text-1[data-block-id="315"] .text-1-wrapper h3 {
        font-size: 16.66667px; } }
  .sf-block-text-1[data-block-id="315"] .text-1-wrapper h4 {
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.085em;
    line-height: 1.9em;
    color: #3b3d44;
    max-font-size: 100px;
    padding-bottom: 10px; }
    @media (max-width: 991.98px) {
      .sf-block-text-1[data-block-id="315"] .text-1-wrapper h4 {
        font-size: 15px; } }
  .sf-block-text-1[data-block-id="315"] .text-1-wrapper h5 {
    font-family: Poppins;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0.115em;
    line-height: 1.5em;
    color: #626167;
    max-font-size: 100px; }
  .sf-block-text-1[data-block-id="315"] .text-1-wrapper a {
    color: #ff821e; }
  .sf-block-text-1[data-block-id="315"] .text-1-wrapper p + h1,
  .sf-block-text-1[data-block-id="315"] .text-1-wrapper p + h2,
  .sf-block-text-1[data-block-id="315"] .text-1-wrapper p + h3,
  .sf-block-text-1[data-block-id="315"] .text-1-wrapper p + h4 {
    padding-top: 30px; }
  .sf-block-text-1[data-block-id="315"] .text-1-wrapper h4 + h1,
  .sf-block-text-1[data-block-id="315"] .text-1-wrapper h4 + h2,
  .sf-block-text-1[data-block-id="315"] .text-1-wrapper h4 + h3 {
    padding-top: 30px; }
  .sf-block-text-1[data-block-id="315"] .text-1-wrapper ul + h1,
  .sf-block-text-1[data-block-id="315"] .text-1-wrapper ul + h2,
  .sf-block-text-1[data-block-id="315"] .text-1-wrapper ul + h3 {
    padding-top: 30px; }
  .sf-block-text-1[data-block-id="315"] .text-1-wrapper h1:last-child,
  .sf-block-text-1[data-block-id="315"] .text-1-wrapper h2:last-child,
  .sf-block-text-1[data-block-id="315"] .text-1-wrapper h3:last-child,
  .sf-block-text-1[data-block-id="315"] .text-1-wrapper h4:last-child,
  .sf-block-text-1[data-block-id="315"] .text-1-wrapper h5:last-child,
  .sf-block-text-1[data-block-id="315"] .text-1-wrapper p:last-child {
    padding-bottom: 0; }

.sf-block-text-1[data-block-id="315"] .block-button-wrapper {
  display: none;
  text-align: center; }
  .sf-block-text-1[data-block-id="315"] .block-button-wrapper a.block-button {
    margin-top: 60px;
    padding: 15px 45px;
    border-radius: 100px;
    background-color: #ff821e;
    text-decoration: none;
    display: inline-block;
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.085em;
    line-height: 1.9em;
    color: white;
    max-font-size: 100px; }
  .sf-block-text-1[data-block-id="315"] .block-button-wrapper a.block-button:hover {
    color: white;
    background-color: #ff821e; }

.sf-block-text-1[data-block-id="319"] .text-1-wrapper {
  background-color: white;
  padding-top: 60px;
  padding-bottom: 60px; }
  @media (max-width: 767.98px) {
    .sf-block-text-1[data-block-id="319"] .text-1-wrapper {
      padding-top: 30px; } }
  @media (max-width: 767.98px) {
    .sf-block-text-1[data-block-id="319"] .text-1-wrapper {
      padding-bottom: 30px; } }
  .sf-block-text-1[data-block-id="319"] .text-1-wrapper p, .sf-block-text-1[data-block-id="319"] .text-1-wrapper li {
    font-family: Poppins;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 2em;
    color: #3b3d44;
    max-font-size: 100px; }
  .sf-block-text-1[data-block-id="319"] .text-1-wrapper h1 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 36px;
    letter-spacing: 0.085em;
    line-height: 1.35em;
    color: #3b3d44;
    max-font-size: 100px;
    padding-bottom: 15px; }
    @media (max-width: 991.98px) {
      .sf-block-text-1[data-block-id="319"] .text-1-wrapper h1 {
        font-size: 27.69231px; } }
  .sf-block-text-1[data-block-id="319"] .text-1-wrapper h2 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 28px;
    letter-spacing: 0.085em;
    line-height: 1.5em;
    color: #3b3d44;
    max-font-size: 100px;
    padding-bottom: 10px; }
    @media (max-width: 991.98px) {
      .sf-block-text-1[data-block-id="319"] .text-1-wrapper h2 {
        font-size: 21.53846px; } }
  .sf-block-text-1[data-block-id="319"] .text-1-wrapper h3 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 0.085em;
    line-height: 1.6em;
    color: #3b3d44;
    max-font-size: 100px;
    padding-bottom: 10px; }
    @media (max-width: 991.98px) {
      .sf-block-text-1[data-block-id="319"] .text-1-wrapper h3 {
        font-size: 16.66667px; } }
  .sf-block-text-1[data-block-id="319"] .text-1-wrapper h4 {
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.085em;
    line-height: 1.9em;
    color: #3b3d44;
    max-font-size: 100px;
    padding-bottom: 10px; }
    @media (max-width: 991.98px) {
      .sf-block-text-1[data-block-id="319"] .text-1-wrapper h4 {
        font-size: 15px; } }
  .sf-block-text-1[data-block-id="319"] .text-1-wrapper h5 {
    font-family: Poppins;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0.115em;
    line-height: 1.5em;
    color: #626167;
    max-font-size: 100px; }
  .sf-block-text-1[data-block-id="319"] .text-1-wrapper a {
    color: #ff821e; }
  .sf-block-text-1[data-block-id="319"] .text-1-wrapper p + h1,
  .sf-block-text-1[data-block-id="319"] .text-1-wrapper p + h2,
  .sf-block-text-1[data-block-id="319"] .text-1-wrapper p + h3,
  .sf-block-text-1[data-block-id="319"] .text-1-wrapper p + h4 {
    padding-top: 30px; }
  .sf-block-text-1[data-block-id="319"] .text-1-wrapper h4 + h1,
  .sf-block-text-1[data-block-id="319"] .text-1-wrapper h4 + h2,
  .sf-block-text-1[data-block-id="319"] .text-1-wrapper h4 + h3 {
    padding-top: 30px; }
  .sf-block-text-1[data-block-id="319"] .text-1-wrapper ul + h1,
  .sf-block-text-1[data-block-id="319"] .text-1-wrapper ul + h2,
  .sf-block-text-1[data-block-id="319"] .text-1-wrapper ul + h3 {
    padding-top: 30px; }
  .sf-block-text-1[data-block-id="319"] .text-1-wrapper h1:last-child,
  .sf-block-text-1[data-block-id="319"] .text-1-wrapper h2:last-child,
  .sf-block-text-1[data-block-id="319"] .text-1-wrapper h3:last-child,
  .sf-block-text-1[data-block-id="319"] .text-1-wrapper h4:last-child,
  .sf-block-text-1[data-block-id="319"] .text-1-wrapper h5:last-child,
  .sf-block-text-1[data-block-id="319"] .text-1-wrapper p:last-child {
    padding-bottom: 0; }

.sf-block-text-1[data-block-id="319"] .block-button-wrapper {
  display: none;
  text-align: center; }
  .sf-block-text-1[data-block-id="319"] .block-button-wrapper a.block-button {
    margin-top: 60px;
    padding: 15px 45px;
    border-radius: 100px;
    background-color: #ff821e;
    text-decoration: none;
    display: inline-block;
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.085em;
    line-height: 1.9em;
    color: white;
    max-font-size: 100px; }
  .sf-block-text-1[data-block-id="319"] .block-button-wrapper a.block-button:hover {
    color: white;
    background-color: #ff821e; }

.sf-block-text-1[data-block-id="332"] .text-1-wrapper {
  background-color: white;
  padding-top: 60px;
  padding-bottom: 60px; }
  @media (max-width: 767.98px) {
    .sf-block-text-1[data-block-id="332"] .text-1-wrapper {
      padding-top: 30px; } }
  @media (max-width: 767.98px) {
    .sf-block-text-1[data-block-id="332"] .text-1-wrapper {
      padding-bottom: 30px; } }
  .sf-block-text-1[data-block-id="332"] .text-1-wrapper p, .sf-block-text-1[data-block-id="332"] .text-1-wrapper li {
    font-family: Poppins;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 2em;
    color: #3b3d44;
    max-font-size: 100px; }
  .sf-block-text-1[data-block-id="332"] .text-1-wrapper h1 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 36px;
    letter-spacing: 0.085em;
    line-height: 1.35em;
    color: #3b3d44;
    max-font-size: 100px;
    padding-bottom: 15px; }
    @media (max-width: 991.98px) {
      .sf-block-text-1[data-block-id="332"] .text-1-wrapper h1 {
        font-size: 27.69231px; } }
  .sf-block-text-1[data-block-id="332"] .text-1-wrapper h2 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 28px;
    letter-spacing: 0.085em;
    line-height: 1.5em;
    color: #3b3d44;
    max-font-size: 100px;
    padding-bottom: 10px; }
    @media (max-width: 991.98px) {
      .sf-block-text-1[data-block-id="332"] .text-1-wrapper h2 {
        font-size: 21.53846px; } }
  .sf-block-text-1[data-block-id="332"] .text-1-wrapper h3 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 0.085em;
    line-height: 1.6em;
    color: #3b3d44;
    max-font-size: 100px;
    padding-bottom: 10px; }
    @media (max-width: 991.98px) {
      .sf-block-text-1[data-block-id="332"] .text-1-wrapper h3 {
        font-size: 16.66667px; } }
  .sf-block-text-1[data-block-id="332"] .text-1-wrapper h4 {
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.085em;
    line-height: 1.9em;
    color: #3b3d44;
    max-font-size: 100px;
    padding-bottom: 10px; }
    @media (max-width: 991.98px) {
      .sf-block-text-1[data-block-id="332"] .text-1-wrapper h4 {
        font-size: 15px; } }
  .sf-block-text-1[data-block-id="332"] .text-1-wrapper h5 {
    font-family: Poppins;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0.115em;
    line-height: 1.5em;
    color: #626167;
    max-font-size: 100px; }
  .sf-block-text-1[data-block-id="332"] .text-1-wrapper a {
    color: #ff821e; }
  .sf-block-text-1[data-block-id="332"] .text-1-wrapper p + h1,
  .sf-block-text-1[data-block-id="332"] .text-1-wrapper p + h2,
  .sf-block-text-1[data-block-id="332"] .text-1-wrapper p + h3,
  .sf-block-text-1[data-block-id="332"] .text-1-wrapper p + h4 {
    padding-top: 30px; }
  .sf-block-text-1[data-block-id="332"] .text-1-wrapper h4 + h1,
  .sf-block-text-1[data-block-id="332"] .text-1-wrapper h4 + h2,
  .sf-block-text-1[data-block-id="332"] .text-1-wrapper h4 + h3 {
    padding-top: 30px; }
  .sf-block-text-1[data-block-id="332"] .text-1-wrapper ul + h1,
  .sf-block-text-1[data-block-id="332"] .text-1-wrapper ul + h2,
  .sf-block-text-1[data-block-id="332"] .text-1-wrapper ul + h3 {
    padding-top: 30px; }
  .sf-block-text-1[data-block-id="332"] .text-1-wrapper h1:last-child,
  .sf-block-text-1[data-block-id="332"] .text-1-wrapper h2:last-child,
  .sf-block-text-1[data-block-id="332"] .text-1-wrapper h3:last-child,
  .sf-block-text-1[data-block-id="332"] .text-1-wrapper h4:last-child,
  .sf-block-text-1[data-block-id="332"] .text-1-wrapper h5:last-child,
  .sf-block-text-1[data-block-id="332"] .text-1-wrapper p:last-child {
    padding-bottom: 0; }

.sf-block-text-1[data-block-id="332"] .block-button-wrapper {
  display: none;
  text-align: center; }
  .sf-block-text-1[data-block-id="332"] .block-button-wrapper a.block-button {
    margin-top: 60px;
    padding: 15px 45px;
    border-radius: 100px;
    background-color: #ff821e;
    text-decoration: none;
    display: inline-block;
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.085em;
    line-height: 1.9em;
    color: white;
    max-font-size: 100px; }
  .sf-block-text-1[data-block-id="332"] .block-button-wrapper a.block-button:hover {
    color: white;
    background-color: #ff821e; }

.sf-block-text-1[data-block-id="479"] .text-1-wrapper {
  background-color: white;
  padding-top: 60px;
  padding-bottom: 60px; }
  @media (max-width: 767.98px) {
    .sf-block-text-1[data-block-id="479"] .text-1-wrapper {
      padding-top: 30px; } }
  @media (max-width: 767.98px) {
    .sf-block-text-1[data-block-id="479"] .text-1-wrapper {
      padding-bottom: 30px; } }
  .sf-block-text-1[data-block-id="479"] .text-1-wrapper p, .sf-block-text-1[data-block-id="479"] .text-1-wrapper li {
    font-family: Poppins;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 2em;
    color: #3b3d44;
    max-font-size: 100px; }
  .sf-block-text-1[data-block-id="479"] .text-1-wrapper h1 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 36px;
    letter-spacing: 0.085em;
    line-height: 1.35em;
    color: #3b3d44;
    max-font-size: 100px;
    padding-bottom: 15px; }
    @media (max-width: 991.98px) {
      .sf-block-text-1[data-block-id="479"] .text-1-wrapper h1 {
        font-size: 27.69231px; } }
  .sf-block-text-1[data-block-id="479"] .text-1-wrapper h2 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 28px;
    letter-spacing: 0.085em;
    line-height: 1.5em;
    color: #3b3d44;
    max-font-size: 100px;
    padding-bottom: 10px; }
    @media (max-width: 991.98px) {
      .sf-block-text-1[data-block-id="479"] .text-1-wrapper h2 {
        font-size: 21.53846px; } }
  .sf-block-text-1[data-block-id="479"] .text-1-wrapper h3 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 0.085em;
    line-height: 1.6em;
    color: #3b3d44;
    max-font-size: 100px;
    padding-bottom: 10px; }
    @media (max-width: 991.98px) {
      .sf-block-text-1[data-block-id="479"] .text-1-wrapper h3 {
        font-size: 16.66667px; } }
  .sf-block-text-1[data-block-id="479"] .text-1-wrapper h4 {
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.085em;
    line-height: 1.9em;
    color: #3b3d44;
    max-font-size: 100px;
    padding-bottom: 10px; }
    @media (max-width: 991.98px) {
      .sf-block-text-1[data-block-id="479"] .text-1-wrapper h4 {
        font-size: 15px; } }
  .sf-block-text-1[data-block-id="479"] .text-1-wrapper h5 {
    font-family: Poppins;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0.115em;
    line-height: 1.5em;
    color: #626167;
    max-font-size: 100px; }
  .sf-block-text-1[data-block-id="479"] .text-1-wrapper a {
    color: #ff821e; }
  .sf-block-text-1[data-block-id="479"] .text-1-wrapper p + h1,
  .sf-block-text-1[data-block-id="479"] .text-1-wrapper p + h2,
  .sf-block-text-1[data-block-id="479"] .text-1-wrapper p + h3,
  .sf-block-text-1[data-block-id="479"] .text-1-wrapper p + h4 {
    padding-top: 30px; }
  .sf-block-text-1[data-block-id="479"] .text-1-wrapper h4 + h1,
  .sf-block-text-1[data-block-id="479"] .text-1-wrapper h4 + h2,
  .sf-block-text-1[data-block-id="479"] .text-1-wrapper h4 + h3 {
    padding-top: 30px; }
  .sf-block-text-1[data-block-id="479"] .text-1-wrapper ul + h1,
  .sf-block-text-1[data-block-id="479"] .text-1-wrapper ul + h2,
  .sf-block-text-1[data-block-id="479"] .text-1-wrapper ul + h3 {
    padding-top: 30px; }
  .sf-block-text-1[data-block-id="479"] .text-1-wrapper h1:last-child,
  .sf-block-text-1[data-block-id="479"] .text-1-wrapper h2:last-child,
  .sf-block-text-1[data-block-id="479"] .text-1-wrapper h3:last-child,
  .sf-block-text-1[data-block-id="479"] .text-1-wrapper h4:last-child,
  .sf-block-text-1[data-block-id="479"] .text-1-wrapper h5:last-child,
  .sf-block-text-1[data-block-id="479"] .text-1-wrapper p:last-child {
    padding-bottom: 0; }

.sf-block-text-1[data-block-id="479"] .block-button-wrapper {
  display: none;
  text-align: center; }
  .sf-block-text-1[data-block-id="479"] .block-button-wrapper a.block-button {
    margin-top: 60px;
    padding: 15px 45px;
    border-radius: 100px;
    background-color: #ff821e;
    text-decoration: none;
    display: inline-block;
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.085em;
    line-height: 1.9em;
    color: white;
    max-font-size: 100px; }
  .sf-block-text-1[data-block-id="479"] .block-button-wrapper a.block-button:hover {
    color: white;
    background-color: #ff821e; }

.sf-block-text-1[data-block-id="523"] .text-1-wrapper {
  background-color: white;
  padding-top: 60px;
  padding-bottom: 60px; }
  @media (max-width: 767.98px) {
    .sf-block-text-1[data-block-id="523"] .text-1-wrapper {
      padding-top: 30px; } }
  @media (max-width: 767.98px) {
    .sf-block-text-1[data-block-id="523"] .text-1-wrapper {
      padding-bottom: 30px; } }
  .sf-block-text-1[data-block-id="523"] .text-1-wrapper p, .sf-block-text-1[data-block-id="523"] .text-1-wrapper li {
    font-family: Poppins;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 2em;
    color: #3b3d44;
    max-font-size: 100px; }
  .sf-block-text-1[data-block-id="523"] .text-1-wrapper h1 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 36px;
    letter-spacing: 0.085em;
    line-height: 1.35em;
    color: #3b3d44;
    max-font-size: 100px;
    padding-bottom: 15px; }
    @media (max-width: 991.98px) {
      .sf-block-text-1[data-block-id="523"] .text-1-wrapper h1 {
        font-size: 27.69231px; } }
  .sf-block-text-1[data-block-id="523"] .text-1-wrapper h2 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 28px;
    letter-spacing: 0.085em;
    line-height: 1.5em;
    color: #3b3d44;
    max-font-size: 100px;
    padding-bottom: 10px; }
    @media (max-width: 991.98px) {
      .sf-block-text-1[data-block-id="523"] .text-1-wrapper h2 {
        font-size: 21.53846px; } }
  .sf-block-text-1[data-block-id="523"] .text-1-wrapper h3 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 0.085em;
    line-height: 1.6em;
    color: #3b3d44;
    max-font-size: 100px;
    padding-bottom: 10px; }
    @media (max-width: 991.98px) {
      .sf-block-text-1[data-block-id="523"] .text-1-wrapper h3 {
        font-size: 16.66667px; } }
  .sf-block-text-1[data-block-id="523"] .text-1-wrapper h4 {
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.085em;
    line-height: 1.9em;
    color: #3b3d44;
    max-font-size: 100px;
    padding-bottom: 10px; }
    @media (max-width: 991.98px) {
      .sf-block-text-1[data-block-id="523"] .text-1-wrapper h4 {
        font-size: 15px; } }
  .sf-block-text-1[data-block-id="523"] .text-1-wrapper h5 {
    font-family: Poppins;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0.115em;
    line-height: 1.5em;
    color: #626167;
    max-font-size: 100px; }
  .sf-block-text-1[data-block-id="523"] .text-1-wrapper a {
    color: #ff821e; }
  .sf-block-text-1[data-block-id="523"] .text-1-wrapper p + h1,
  .sf-block-text-1[data-block-id="523"] .text-1-wrapper p + h2,
  .sf-block-text-1[data-block-id="523"] .text-1-wrapper p + h3,
  .sf-block-text-1[data-block-id="523"] .text-1-wrapper p + h4 {
    padding-top: 30px; }
  .sf-block-text-1[data-block-id="523"] .text-1-wrapper h4 + h1,
  .sf-block-text-1[data-block-id="523"] .text-1-wrapper h4 + h2,
  .sf-block-text-1[data-block-id="523"] .text-1-wrapper h4 + h3 {
    padding-top: 30px; }
  .sf-block-text-1[data-block-id="523"] .text-1-wrapper ul + h1,
  .sf-block-text-1[data-block-id="523"] .text-1-wrapper ul + h2,
  .sf-block-text-1[data-block-id="523"] .text-1-wrapper ul + h3 {
    padding-top: 30px; }
  .sf-block-text-1[data-block-id="523"] .text-1-wrapper h1:last-child,
  .sf-block-text-1[data-block-id="523"] .text-1-wrapper h2:last-child,
  .sf-block-text-1[data-block-id="523"] .text-1-wrapper h3:last-child,
  .sf-block-text-1[data-block-id="523"] .text-1-wrapper h4:last-child,
  .sf-block-text-1[data-block-id="523"] .text-1-wrapper h5:last-child,
  .sf-block-text-1[data-block-id="523"] .text-1-wrapper p:last-child {
    padding-bottom: 0; }

.sf-block-text-1[data-block-id="523"] .block-button-wrapper {
  display: none;
  text-align: center; }
  .sf-block-text-1[data-block-id="523"] .block-button-wrapper a.block-button {
    margin-top: 60px;
    padding: 15px 45px;
    border-radius: 100px;
    background-color: #ff821e;
    text-decoration: none;
    display: inline-block;
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.085em;
    line-height: 1.9em;
    color: white;
    max-font-size: 100px; }
  .sf-block-text-1[data-block-id="523"] .block-button-wrapper a.block-button:hover {
    color: white;
    background-color: #ff821e; }

.sf-block-text-1[data-block-id="527"] .text-1-wrapper {
  background-color: white;
  padding-top: 60px;
  padding-bottom: 60px; }
  @media (max-width: 767.98px) {
    .sf-block-text-1[data-block-id="527"] .text-1-wrapper {
      padding-top: 30px; } }
  @media (max-width: 767.98px) {
    .sf-block-text-1[data-block-id="527"] .text-1-wrapper {
      padding-bottom: 30px; } }
  .sf-block-text-1[data-block-id="527"] .text-1-wrapper p, .sf-block-text-1[data-block-id="527"] .text-1-wrapper li {
    font-family: Poppins;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 2em;
    color: #3b3d44;
    max-font-size: 100px; }
  .sf-block-text-1[data-block-id="527"] .text-1-wrapper h1 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 36px;
    letter-spacing: 0.085em;
    line-height: 1.35em;
    color: #3b3d44;
    max-font-size: 100px;
    padding-bottom: 15px; }
    @media (max-width: 991.98px) {
      .sf-block-text-1[data-block-id="527"] .text-1-wrapper h1 {
        font-size: 27.69231px; } }
  .sf-block-text-1[data-block-id="527"] .text-1-wrapper h2 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 28px;
    letter-spacing: 0.085em;
    line-height: 1.5em;
    color: #3b3d44;
    max-font-size: 100px;
    padding-bottom: 10px; }
    @media (max-width: 991.98px) {
      .sf-block-text-1[data-block-id="527"] .text-1-wrapper h2 {
        font-size: 21.53846px; } }
  .sf-block-text-1[data-block-id="527"] .text-1-wrapper h3 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 0.085em;
    line-height: 1.6em;
    color: #3b3d44;
    max-font-size: 100px;
    padding-bottom: 10px; }
    @media (max-width: 991.98px) {
      .sf-block-text-1[data-block-id="527"] .text-1-wrapper h3 {
        font-size: 16.66667px; } }
  .sf-block-text-1[data-block-id="527"] .text-1-wrapper h4 {
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.085em;
    line-height: 1.9em;
    color: #3b3d44;
    max-font-size: 100px;
    padding-bottom: 10px; }
    @media (max-width: 991.98px) {
      .sf-block-text-1[data-block-id="527"] .text-1-wrapper h4 {
        font-size: 15px; } }
  .sf-block-text-1[data-block-id="527"] .text-1-wrapper h5 {
    font-family: Poppins;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0.115em;
    line-height: 1.5em;
    color: #626167;
    max-font-size: 100px; }
  .sf-block-text-1[data-block-id="527"] .text-1-wrapper a {
    color: #ff821e; }
  .sf-block-text-1[data-block-id="527"] .text-1-wrapper p + h1,
  .sf-block-text-1[data-block-id="527"] .text-1-wrapper p + h2,
  .sf-block-text-1[data-block-id="527"] .text-1-wrapper p + h3,
  .sf-block-text-1[data-block-id="527"] .text-1-wrapper p + h4 {
    padding-top: 30px; }
  .sf-block-text-1[data-block-id="527"] .text-1-wrapper h4 + h1,
  .sf-block-text-1[data-block-id="527"] .text-1-wrapper h4 + h2,
  .sf-block-text-1[data-block-id="527"] .text-1-wrapper h4 + h3 {
    padding-top: 30px; }
  .sf-block-text-1[data-block-id="527"] .text-1-wrapper ul + h1,
  .sf-block-text-1[data-block-id="527"] .text-1-wrapper ul + h2,
  .sf-block-text-1[data-block-id="527"] .text-1-wrapper ul + h3 {
    padding-top: 30px; }
  .sf-block-text-1[data-block-id="527"] .text-1-wrapper h1:last-child,
  .sf-block-text-1[data-block-id="527"] .text-1-wrapper h2:last-child,
  .sf-block-text-1[data-block-id="527"] .text-1-wrapper h3:last-child,
  .sf-block-text-1[data-block-id="527"] .text-1-wrapper h4:last-child,
  .sf-block-text-1[data-block-id="527"] .text-1-wrapper h5:last-child,
  .sf-block-text-1[data-block-id="527"] .text-1-wrapper p:last-child {
    padding-bottom: 0; }

.sf-block-text-1[data-block-id="527"] .block-button-wrapper {
  display: none;
  text-align: center; }
  .sf-block-text-1[data-block-id="527"] .block-button-wrapper a.block-button {
    margin-top: 60px;
    padding: 15px 45px;
    border-radius: 100px;
    background-color: #ff821e;
    text-decoration: none;
    display: inline-block;
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.085em;
    line-height: 1.9em;
    color: white;
    max-font-size: 100px; }
  .sf-block-text-1[data-block-id="527"] .block-button-wrapper a.block-button:hover {
    color: white;
    background-color: #ff821e; }

.sf-block-text-1[data-block-id="531"] .text-1-wrapper {
  background-color: #fafbfb;
  padding-top: 60px;
  padding-bottom: 60px; }
  @media (max-width: 767.98px) {
    .sf-block-text-1[data-block-id="531"] .text-1-wrapper {
      padding-top: 30px; } }
  @media (max-width: 767.98px) {
    .sf-block-text-1[data-block-id="531"] .text-1-wrapper {
      padding-bottom: 30px; } }
  .sf-block-text-1[data-block-id="531"] .text-1-wrapper p, .sf-block-text-1[data-block-id="531"] .text-1-wrapper li {
    color: #3b3d44;
    font-size: 14px;
    font-family: Poppins;
    font-weight: 400;
    line-height: 2em;
    letter-spacing: 0.1em; }
  .sf-block-text-1[data-block-id="531"] .text-1-wrapper h1 {
    color: #3b3d44;
    font-size: 36px;
    font-family: Poppins;
    font-weight: 700;
    line-height: 1.35em;
    letter-spacing: 0.085em;
    padding-bottom: 15px; }
    @media (max-width: 991.98px) {
      .sf-block-text-1[data-block-id="531"] .text-1-wrapper h1 {
        font-size: 27.69231px; } }
  .sf-block-text-1[data-block-id="531"] .text-1-wrapper h2 {
    color: #3b3d44;
    font-size: 28px;
    font-family: Poppins;
    font-weight: 700;
    line-height: 1.5em;
    letter-spacing: 0.085em;
    padding-bottom: 10px; }
    @media (max-width: 991.98px) {
      .sf-block-text-1[data-block-id="531"] .text-1-wrapper h2 {
        font-size: 21.53846px; } }
  .sf-block-text-1[data-block-id="531"] .text-1-wrapper h3 {
    color: #3b3d44;
    font-size: 20px;
    font-family: Poppins;
    font-weight: 700;
    line-height: 1.6em;
    letter-spacing: 0.085em;
    padding-bottom: 10px; }
    @media (max-width: 991.98px) {
      .sf-block-text-1[data-block-id="531"] .text-1-wrapper h3 {
        font-size: 16.66667px; } }
  .sf-block-text-1[data-block-id="531"] .text-1-wrapper h4 {
    color: #3b3d44;
    font-size: 18px;
    font-family: Poppins;
    font-weight: 400;
    line-height: 1.9em;
    letter-spacing: 0.085em;
    padding-bottom: 10px; }
    @media (max-width: 991.98px) {
      .sf-block-text-1[data-block-id="531"] .text-1-wrapper h4 {
        font-size: 15px; } }
  .sf-block-text-1[data-block-id="531"] .text-1-wrapper h5 {
    color: #626167;
    font-size: 12px;
    font-family: Poppins;
    font-weight: 400;
    line-height: 1.5em;
    letter-spacing: 0.115em; }
  .sf-block-text-1[data-block-id="531"] .text-1-wrapper a {
    color: #ff821e; }
  .sf-block-text-1[data-block-id="531"] .text-1-wrapper p + h1,
  .sf-block-text-1[data-block-id="531"] .text-1-wrapper p + h2,
  .sf-block-text-1[data-block-id="531"] .text-1-wrapper p + h3,
  .sf-block-text-1[data-block-id="531"] .text-1-wrapper p + h4 {
    padding-top: 30px; }
  .sf-block-text-1[data-block-id="531"] .text-1-wrapper h4 + h1,
  .sf-block-text-1[data-block-id="531"] .text-1-wrapper h4 + h2,
  .sf-block-text-1[data-block-id="531"] .text-1-wrapper h4 + h3 {
    padding-top: 30px; }
  .sf-block-text-1[data-block-id="531"] .text-1-wrapper ul + h1,
  .sf-block-text-1[data-block-id="531"] .text-1-wrapper ul + h2,
  .sf-block-text-1[data-block-id="531"] .text-1-wrapper ul + h3 {
    padding-top: 30px; }
  .sf-block-text-1[data-block-id="531"] .text-1-wrapper h1:last-child,
  .sf-block-text-1[data-block-id="531"] .text-1-wrapper h2:last-child,
  .sf-block-text-1[data-block-id="531"] .text-1-wrapper h3:last-child,
  .sf-block-text-1[data-block-id="531"] .text-1-wrapper h4:last-child,
  .sf-block-text-1[data-block-id="531"] .text-1-wrapper h5:last-child,
  .sf-block-text-1[data-block-id="531"] .text-1-wrapper p:last-child {
    padding-bottom: 0; }

.sf-block-text-1[data-block-id="531"] .block-button-wrapper {
  display: none;
  text-align: center; }
  .sf-block-text-1[data-block-id="531"] .block-button-wrapper a.block-button {
    margin-top: 60px;
    padding: 15px 45px;
    border-radius: 100px;
    background-color: #ff821e;
    text-decoration: none;
    display: inline-block;
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.085em;
    line-height: 1.9em;
    color: white;
    max-font-size: 100px; }
  .sf-block-text-1[data-block-id="531"] .block-button-wrapper a.block-button:hover {
    color: white;
    background-color: #ff821e; }

.sf-block-text-1[data-block-id="533"] .text-1-wrapper {
  background-color: #fafbfb;
  padding-top: 60px;
  padding-bottom: 60px; }
  @media (max-width: 767.98px) {
    .sf-block-text-1[data-block-id="533"] .text-1-wrapper {
      padding-top: 30px; } }
  @media (max-width: 767.98px) {
    .sf-block-text-1[data-block-id="533"] .text-1-wrapper {
      padding-bottom: 30px; } }
  .sf-block-text-1[data-block-id="533"] .text-1-wrapper p, .sf-block-text-1[data-block-id="533"] .text-1-wrapper li {
    color: #3b3d44;
    font-size: 14px;
    font-family: Poppins;
    font-weight: 400;
    line-height: 2em;
    letter-spacing: 0.1em; }
  .sf-block-text-1[data-block-id="533"] .text-1-wrapper h1 {
    color: #3b3d44;
    font-size: 36px;
    font-family: Poppins;
    font-weight: 700;
    line-height: 1.35em;
    letter-spacing: 0.085em;
    padding-bottom: 15px; }
    @media (max-width: 991.98px) {
      .sf-block-text-1[data-block-id="533"] .text-1-wrapper h1 {
        font-size: 27.69231px; } }
  .sf-block-text-1[data-block-id="533"] .text-1-wrapper h2 {
    color: #3b3d44;
    font-size: 28px;
    font-family: Poppins;
    font-weight: 700;
    line-height: 1.5em;
    letter-spacing: 0.085em;
    padding-bottom: 10px; }
    @media (max-width: 991.98px) {
      .sf-block-text-1[data-block-id="533"] .text-1-wrapper h2 {
        font-size: 21.53846px; } }
  .sf-block-text-1[data-block-id="533"] .text-1-wrapper h3 {
    color: #3b3d44;
    font-size: 20px;
    font-family: Poppins;
    font-weight: 700;
    line-height: 1.6em;
    letter-spacing: 0.085em;
    padding-bottom: 10px; }
    @media (max-width: 991.98px) {
      .sf-block-text-1[data-block-id="533"] .text-1-wrapper h3 {
        font-size: 16.66667px; } }
  .sf-block-text-1[data-block-id="533"] .text-1-wrapper h4 {
    color: #3b3d44;
    font-size: 18px;
    font-family: Poppins;
    font-weight: 400;
    line-height: 1.9em;
    letter-spacing: 0.085em;
    padding-bottom: 10px; }
    @media (max-width: 991.98px) {
      .sf-block-text-1[data-block-id="533"] .text-1-wrapper h4 {
        font-size: 15px; } }
  .sf-block-text-1[data-block-id="533"] .text-1-wrapper h5 {
    color: #626167;
    font-size: 12px;
    font-family: Poppins;
    font-weight: 400;
    line-height: 1.5em;
    letter-spacing: 0.115em; }
  .sf-block-text-1[data-block-id="533"] .text-1-wrapper a {
    color: #ff821e; }
  .sf-block-text-1[data-block-id="533"] .text-1-wrapper p + h1,
  .sf-block-text-1[data-block-id="533"] .text-1-wrapper p + h2,
  .sf-block-text-1[data-block-id="533"] .text-1-wrapper p + h3,
  .sf-block-text-1[data-block-id="533"] .text-1-wrapper p + h4 {
    padding-top: 30px; }
  .sf-block-text-1[data-block-id="533"] .text-1-wrapper h4 + h1,
  .sf-block-text-1[data-block-id="533"] .text-1-wrapper h4 + h2,
  .sf-block-text-1[data-block-id="533"] .text-1-wrapper h4 + h3 {
    padding-top: 30px; }
  .sf-block-text-1[data-block-id="533"] .text-1-wrapper ul + h1,
  .sf-block-text-1[data-block-id="533"] .text-1-wrapper ul + h2,
  .sf-block-text-1[data-block-id="533"] .text-1-wrapper ul + h3 {
    padding-top: 30px; }
  .sf-block-text-1[data-block-id="533"] .text-1-wrapper h1:last-child,
  .sf-block-text-1[data-block-id="533"] .text-1-wrapper h2:last-child,
  .sf-block-text-1[data-block-id="533"] .text-1-wrapper h3:last-child,
  .sf-block-text-1[data-block-id="533"] .text-1-wrapper h4:last-child,
  .sf-block-text-1[data-block-id="533"] .text-1-wrapper h5:last-child,
  .sf-block-text-1[data-block-id="533"] .text-1-wrapper p:last-child {
    padding-bottom: 0; }

.sf-block-text-1[data-block-id="533"] .block-button-wrapper {
  display: none;
  text-align: center; }
  .sf-block-text-1[data-block-id="533"] .block-button-wrapper a.block-button {
    margin-top: 60px;
    padding: 15px 45px;
    border-radius: 100px;
    background-color: #ff821e;
    text-decoration: none;
    display: inline-block;
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.085em;
    line-height: 1.9em;
    color: white;
    max-font-size: 100px; }
  .sf-block-text-1[data-block-id="533"] .block-button-wrapper a.block-button:hover {
    color: white;
    background-color: #ff821e; }

.sf-block-text-1[data-block-id="540"] .text-1-wrapper {
  background-color: #fafbfb;
  padding-top: 60px;
  padding-bottom: 60px; }
  @media (max-width: 767.98px) {
    .sf-block-text-1[data-block-id="540"] .text-1-wrapper {
      padding-top: 30px; } }
  @media (max-width: 767.98px) {
    .sf-block-text-1[data-block-id="540"] .text-1-wrapper {
      padding-bottom: 30px; } }
  .sf-block-text-1[data-block-id="540"] .text-1-wrapper p, .sf-block-text-1[data-block-id="540"] .text-1-wrapper li {
    color: #3b3d44;
    font-size: 14px;
    font-family: Poppins;
    font-weight: 400;
    line-height: 2em;
    letter-spacing: 0.1em; }
  .sf-block-text-1[data-block-id="540"] .text-1-wrapper h1 {
    color: #3b3d44;
    font-size: 36px;
    font-family: Poppins;
    font-weight: 700;
    line-height: 1.35em;
    letter-spacing: 0.085em;
    padding-bottom: 15px; }
    @media (max-width: 991.98px) {
      .sf-block-text-1[data-block-id="540"] .text-1-wrapper h1 {
        font-size: 27.69231px; } }
  .sf-block-text-1[data-block-id="540"] .text-1-wrapper h2 {
    color: #3b3d44;
    font-size: 28px;
    font-family: Poppins;
    font-weight: 700;
    line-height: 1.5em;
    letter-spacing: 0.085em;
    padding-bottom: 10px; }
    @media (max-width: 991.98px) {
      .sf-block-text-1[data-block-id="540"] .text-1-wrapper h2 {
        font-size: 21.53846px; } }
  .sf-block-text-1[data-block-id="540"] .text-1-wrapper h3 {
    color: #3b3d44;
    font-size: 20px;
    font-family: Poppins;
    font-weight: 700;
    line-height: 1.6em;
    letter-spacing: 0.085em;
    padding-bottom: 10px; }
    @media (max-width: 991.98px) {
      .sf-block-text-1[data-block-id="540"] .text-1-wrapper h3 {
        font-size: 16.66667px; } }
  .sf-block-text-1[data-block-id="540"] .text-1-wrapper h4 {
    color: #3b3d44;
    font-size: 18px;
    font-family: Poppins;
    font-weight: 400;
    line-height: 1.9em;
    letter-spacing: 0.085em;
    padding-bottom: 10px; }
    @media (max-width: 991.98px) {
      .sf-block-text-1[data-block-id="540"] .text-1-wrapper h4 {
        font-size: 15px; } }
  .sf-block-text-1[data-block-id="540"] .text-1-wrapper h5 {
    color: #626167;
    font-size: 12px;
    font-family: Poppins;
    font-weight: 400;
    line-height: 1.5em;
    letter-spacing: 0.115em; }
  .sf-block-text-1[data-block-id="540"] .text-1-wrapper a {
    color: #ff821e; }
  .sf-block-text-1[data-block-id="540"] .text-1-wrapper p + h1,
  .sf-block-text-1[data-block-id="540"] .text-1-wrapper p + h2,
  .sf-block-text-1[data-block-id="540"] .text-1-wrapper p + h3,
  .sf-block-text-1[data-block-id="540"] .text-1-wrapper p + h4 {
    padding-top: 30px; }
  .sf-block-text-1[data-block-id="540"] .text-1-wrapper h4 + h1,
  .sf-block-text-1[data-block-id="540"] .text-1-wrapper h4 + h2,
  .sf-block-text-1[data-block-id="540"] .text-1-wrapper h4 + h3 {
    padding-top: 30px; }
  .sf-block-text-1[data-block-id="540"] .text-1-wrapper ul + h1,
  .sf-block-text-1[data-block-id="540"] .text-1-wrapper ul + h2,
  .sf-block-text-1[data-block-id="540"] .text-1-wrapper ul + h3 {
    padding-top: 30px; }
  .sf-block-text-1[data-block-id="540"] .text-1-wrapper h1:last-child,
  .sf-block-text-1[data-block-id="540"] .text-1-wrapper h2:last-child,
  .sf-block-text-1[data-block-id="540"] .text-1-wrapper h3:last-child,
  .sf-block-text-1[data-block-id="540"] .text-1-wrapper h4:last-child,
  .sf-block-text-1[data-block-id="540"] .text-1-wrapper h5:last-child,
  .sf-block-text-1[data-block-id="540"] .text-1-wrapper p:last-child {
    padding-bottom: 0; }

.sf-block-text-1[data-block-id="540"] .block-button-wrapper {
  display: none;
  text-align: center; }
  .sf-block-text-1[data-block-id="540"] .block-button-wrapper a.block-button {
    margin-top: 60px;
    padding: 15px 45px;
    border-radius: 100px;
    background-color: #ff821e;
    text-decoration: none;
    display: inline-block;
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.085em;
    line-height: 1.9em;
    color: white;
    max-font-size: 100px; }
  .sf-block-text-1[data-block-id="540"] .block-button-wrapper a.block-button:hover {
    color: white;
    background-color: #ff821e; }

.sf-block-text-1[data-block-id="547"] .text-1-wrapper {
  background-color: #fafbfb;
  padding-top: 60px;
  padding-bottom: 60px; }
  @media (max-width: 767.98px) {
    .sf-block-text-1[data-block-id="547"] .text-1-wrapper {
      padding-top: 30px; } }
  @media (max-width: 767.98px) {
    .sf-block-text-1[data-block-id="547"] .text-1-wrapper {
      padding-bottom: 30px; } }
  .sf-block-text-1[data-block-id="547"] .text-1-wrapper p, .sf-block-text-1[data-block-id="547"] .text-1-wrapper li {
    color: #3b3d44;
    font-size: 14px;
    font-family: Poppins;
    font-weight: 400;
    line-height: 2em;
    letter-spacing: 0.1em; }
  .sf-block-text-1[data-block-id="547"] .text-1-wrapper h1 {
    color: #3b3d44;
    font-size: 36px;
    font-family: Poppins;
    font-weight: 700;
    line-height: 1.35em;
    letter-spacing: 0.085em;
    padding-bottom: 15px; }
    @media (max-width: 991.98px) {
      .sf-block-text-1[data-block-id="547"] .text-1-wrapper h1 {
        font-size: 27.69231px; } }
  .sf-block-text-1[data-block-id="547"] .text-1-wrapper h2 {
    color: #3b3d44;
    font-size: 28px;
    font-family: Poppins;
    font-weight: 700;
    line-height: 1.5em;
    letter-spacing: 0.085em;
    padding-bottom: 10px; }
    @media (max-width: 991.98px) {
      .sf-block-text-1[data-block-id="547"] .text-1-wrapper h2 {
        font-size: 21.53846px; } }
  .sf-block-text-1[data-block-id="547"] .text-1-wrapper h3 {
    color: #3b3d44;
    font-size: 20px;
    font-family: Poppins;
    font-weight: 700;
    line-height: 1.6em;
    letter-spacing: 0.085em;
    padding-bottom: 10px; }
    @media (max-width: 991.98px) {
      .sf-block-text-1[data-block-id="547"] .text-1-wrapper h3 {
        font-size: 16.66667px; } }
  .sf-block-text-1[data-block-id="547"] .text-1-wrapper h4 {
    color: #3b3d44;
    font-size: 18px;
    font-family: Poppins;
    font-weight: 400;
    line-height: 1.9em;
    letter-spacing: 0.085em;
    padding-bottom: 10px; }
    @media (max-width: 991.98px) {
      .sf-block-text-1[data-block-id="547"] .text-1-wrapper h4 {
        font-size: 15px; } }
  .sf-block-text-1[data-block-id="547"] .text-1-wrapper h5 {
    color: #626167;
    font-size: 12px;
    font-family: Poppins;
    font-weight: 400;
    line-height: 1.5em;
    letter-spacing: 0.115em; }
  .sf-block-text-1[data-block-id="547"] .text-1-wrapper a {
    color: #ff821e; }
  .sf-block-text-1[data-block-id="547"] .text-1-wrapper p + h1,
  .sf-block-text-1[data-block-id="547"] .text-1-wrapper p + h2,
  .sf-block-text-1[data-block-id="547"] .text-1-wrapper p + h3,
  .sf-block-text-1[data-block-id="547"] .text-1-wrapper p + h4 {
    padding-top: 30px; }
  .sf-block-text-1[data-block-id="547"] .text-1-wrapper h4 + h1,
  .sf-block-text-1[data-block-id="547"] .text-1-wrapper h4 + h2,
  .sf-block-text-1[data-block-id="547"] .text-1-wrapper h4 + h3 {
    padding-top: 30px; }
  .sf-block-text-1[data-block-id="547"] .text-1-wrapper ul + h1,
  .sf-block-text-1[data-block-id="547"] .text-1-wrapper ul + h2,
  .sf-block-text-1[data-block-id="547"] .text-1-wrapper ul + h3 {
    padding-top: 30px; }
  .sf-block-text-1[data-block-id="547"] .text-1-wrapper h1:last-child,
  .sf-block-text-1[data-block-id="547"] .text-1-wrapper h2:last-child,
  .sf-block-text-1[data-block-id="547"] .text-1-wrapper h3:last-child,
  .sf-block-text-1[data-block-id="547"] .text-1-wrapper h4:last-child,
  .sf-block-text-1[data-block-id="547"] .text-1-wrapper h5:last-child,
  .sf-block-text-1[data-block-id="547"] .text-1-wrapper p:last-child {
    padding-bottom: 0; }

.sf-block-text-1[data-block-id="547"] .block-button-wrapper {
  display: none;
  text-align: center; }
  .sf-block-text-1[data-block-id="547"] .block-button-wrapper a.block-button {
    margin-top: 60px;
    padding: 15px 45px;
    border-radius: 100px;
    background-color: #ff821e;
    text-decoration: none;
    display: inline-block;
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.085em;
    line-height: 1.9em;
    color: white;
    max-font-size: 100px; }
  .sf-block-text-1[data-block-id="547"] .block-button-wrapper a.block-button:hover {
    color: white;
    background-color: #ff821e; }

.sf-block-text-1[data-block-id="555"] .text-1-wrapper {
  background-color: #fafbfb;
  padding-top: 60px;
  padding-bottom: 60px; }
  @media (max-width: 767.98px) {
    .sf-block-text-1[data-block-id="555"] .text-1-wrapper {
      padding-top: 30px; } }
  @media (max-width: 767.98px) {
    .sf-block-text-1[data-block-id="555"] .text-1-wrapper {
      padding-bottom: 30px; } }
  .sf-block-text-1[data-block-id="555"] .text-1-wrapper p, .sf-block-text-1[data-block-id="555"] .text-1-wrapper li {
    color: #3b3d44;
    font-size: 14px;
    font-family: Poppins;
    font-weight: 400;
    line-height: 2em;
    letter-spacing: 0.1em; }
  .sf-block-text-1[data-block-id="555"] .text-1-wrapper h1 {
    color: #3b3d44;
    font-size: 36px;
    font-family: Poppins;
    font-weight: 700;
    line-height: 1.35em;
    letter-spacing: 0.085em;
    padding-bottom: 15px; }
    @media (max-width: 991.98px) {
      .sf-block-text-1[data-block-id="555"] .text-1-wrapper h1 {
        font-size: 27.69231px; } }
  .sf-block-text-1[data-block-id="555"] .text-1-wrapper h2 {
    color: #3b3d44;
    font-size: 28px;
    font-family: Poppins;
    font-weight: 700;
    line-height: 1.5em;
    letter-spacing: 0.085em;
    padding-bottom: 10px; }
    @media (max-width: 991.98px) {
      .sf-block-text-1[data-block-id="555"] .text-1-wrapper h2 {
        font-size: 21.53846px; } }
  .sf-block-text-1[data-block-id="555"] .text-1-wrapper h3 {
    color: #3b3d44;
    font-size: 20px;
    font-family: Poppins;
    font-weight: 700;
    line-height: 1.6em;
    letter-spacing: 0.085em;
    padding-bottom: 10px; }
    @media (max-width: 991.98px) {
      .sf-block-text-1[data-block-id="555"] .text-1-wrapper h3 {
        font-size: 16.66667px; } }
  .sf-block-text-1[data-block-id="555"] .text-1-wrapper h4 {
    color: #3b3d44;
    font-size: 18px;
    font-family: Poppins;
    font-weight: 400;
    line-height: 1.9em;
    letter-spacing: 0.085em;
    padding-bottom: 10px; }
    @media (max-width: 991.98px) {
      .sf-block-text-1[data-block-id="555"] .text-1-wrapper h4 {
        font-size: 15px; } }
  .sf-block-text-1[data-block-id="555"] .text-1-wrapper h5 {
    color: #626167;
    font-size: 12px;
    font-family: Poppins;
    font-weight: 400;
    line-height: 1.5em;
    letter-spacing: 0.115em; }
  .sf-block-text-1[data-block-id="555"] .text-1-wrapper a {
    color: #ff821e; }
  .sf-block-text-1[data-block-id="555"] .text-1-wrapper p + h1,
  .sf-block-text-1[data-block-id="555"] .text-1-wrapper p + h2,
  .sf-block-text-1[data-block-id="555"] .text-1-wrapper p + h3,
  .sf-block-text-1[data-block-id="555"] .text-1-wrapper p + h4 {
    padding-top: 30px; }
  .sf-block-text-1[data-block-id="555"] .text-1-wrapper h4 + h1,
  .sf-block-text-1[data-block-id="555"] .text-1-wrapper h4 + h2,
  .sf-block-text-1[data-block-id="555"] .text-1-wrapper h4 + h3 {
    padding-top: 30px; }
  .sf-block-text-1[data-block-id="555"] .text-1-wrapper ul + h1,
  .sf-block-text-1[data-block-id="555"] .text-1-wrapper ul + h2,
  .sf-block-text-1[data-block-id="555"] .text-1-wrapper ul + h3 {
    padding-top: 30px; }
  .sf-block-text-1[data-block-id="555"] .text-1-wrapper h1:last-child,
  .sf-block-text-1[data-block-id="555"] .text-1-wrapper h2:last-child,
  .sf-block-text-1[data-block-id="555"] .text-1-wrapper h3:last-child,
  .sf-block-text-1[data-block-id="555"] .text-1-wrapper h4:last-child,
  .sf-block-text-1[data-block-id="555"] .text-1-wrapper h5:last-child,
  .sf-block-text-1[data-block-id="555"] .text-1-wrapper p:last-child {
    padding-bottom: 0; }

.sf-block-text-1[data-block-id="555"] .block-button-wrapper {
  display: none;
  text-align: center; }
  .sf-block-text-1[data-block-id="555"] .block-button-wrapper a.block-button {
    margin-top: 60px;
    padding: 15px 45px;
    border-radius: 100px;
    background-color: #ff821e;
    text-decoration: none;
    display: inline-block;
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.085em;
    line-height: 1.9em;
    color: white;
    max-font-size: 100px; }
  .sf-block-text-1[data-block-id="555"] .block-button-wrapper a.block-button:hover {
    color: white;
    background-color: #ff821e; }

.sf-block-button-1[data-block-id="73"] .button-1-wrapper {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: white;
  text-align: center; }
  @media (max-width: 767.98px) {
    .sf-block-button-1[data-block-id="73"] .button-1-wrapper {
      padding-top: 30px; } }
  .sf-block-button-1[data-block-id="73"] .button-1-wrapper a.button-1 {
    padding: 15px 45px;
    border-radius: 100px;
    background-color: #ff821e;
    text-decoration: none;
    display: inline-block;
    color: white;
    font-size: 18px;
    font-family: Poppins;
    font-weight: 400;
    line-height: 1.9em;
    letter-spacing: 0.085em; }
  .sf-block-button-1[data-block-id="73"] .button-1-wrapper a.button-1:hover {
    color: white;
    background-color: #ff821e; }

.sf-block-button-1[data-block-id="462"] .button-1-wrapper {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: white;
  text-align: center; }
  @media (max-width: 767.98px) {
    .sf-block-button-1[data-block-id="462"] .button-1-wrapper {
      padding-top: 30px; } }
  @media (max-width: 767.98px) {
    .sf-block-button-1[data-block-id="462"] .button-1-wrapper {
      padding-bottom: 30px; } }
  .sf-block-button-1[data-block-id="462"] .button-1-wrapper a.button-1 {
    padding: 15px 45px;
    border-radius: 100px;
    background-color: #ff821e;
    text-decoration: none;
    display: inline-block;
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.085em;
    line-height: 1.9em;
    color: white;
    max-font-size: 100px; }
  .sf-block-button-1[data-block-id="462"] .button-1-wrapper a.button-1:hover {
    color: white;
    background-color: #ff821e; }

.sf-block-button-1[data-block-id="463"] .button-1-wrapper {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: white;
  text-align: center; }
  @media (max-width: 767.98px) {
    .sf-block-button-1[data-block-id="463"] .button-1-wrapper {
      padding-top: 30px; } }
  @media (max-width: 767.98px) {
    .sf-block-button-1[data-block-id="463"] .button-1-wrapper {
      padding-bottom: 30px; } }
  .sf-block-button-1[data-block-id="463"] .button-1-wrapper a.button-1 {
    padding: 15px 45px;
    border-radius: 100px;
    background-color: #ff821e;
    text-decoration: none;
    display: inline-block;
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.085em;
    line-height: 1.9em;
    color: white;
    max-font-size: 100px; }
  .sf-block-button-1[data-block-id="463"] .button-1-wrapper a.button-1:hover {
    color: white;
    background-color: #ff821e; }

.sf-block-button-1[data-block-id="465"] .button-1-wrapper {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: white;
  text-align: center; }
  @media (max-width: 767.98px) {
    .sf-block-button-1[data-block-id="465"] .button-1-wrapper {
      padding-top: 30px; } }
  @media (max-width: 767.98px) {
    .sf-block-button-1[data-block-id="465"] .button-1-wrapper {
      padding-bottom: 30px; } }
  .sf-block-button-1[data-block-id="465"] .button-1-wrapper a.button-1 {
    padding: 15px 45px;
    border-radius: 100px;
    background-color: #ff821e;
    text-decoration: none;
    display: inline-block;
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.085em;
    line-height: 1.9em;
    color: white;
    max-font-size: 100px; }
  .sf-block-button-1[data-block-id="465"] .button-1-wrapper a.button-1:hover {
    color: white;
    background-color: #ff821e; }

.sf-block-button-1[data-block-id="466"] .button-1-wrapper {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: white;
  text-align: center; }
  @media (max-width: 767.98px) {
    .sf-block-button-1[data-block-id="466"] .button-1-wrapper {
      padding-top: 30px; } }
  @media (max-width: 767.98px) {
    .sf-block-button-1[data-block-id="466"] .button-1-wrapper {
      padding-bottom: 30px; } }
  .sf-block-button-1[data-block-id="466"] .button-1-wrapper a.button-1 {
    padding: 15px 45px;
    border-radius: 100px;
    background-color: #ff821e;
    text-decoration: none;
    display: inline-block;
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.085em;
    line-height: 1.9em;
    color: white;
    max-font-size: 100px; }
  .sf-block-button-1[data-block-id="466"] .button-1-wrapper a.button-1:hover {
    color: white;
    background-color: #ff821e; }

.sf-block-button-1[data-block-id="483"] .button-1-wrapper {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: white;
  text-align: center; }
  @media (max-width: 767.98px) {
    .sf-block-button-1[data-block-id="483"] .button-1-wrapper {
      padding-top: 30px; } }
  @media (max-width: 767.98px) {
    .sf-block-button-1[data-block-id="483"] .button-1-wrapper {
      padding-bottom: 30px; } }
  .sf-block-button-1[data-block-id="483"] .button-1-wrapper a.button-1 {
    padding: 15px 45px;
    border-radius: 100px;
    background-color: #ff821e;
    text-decoration: none;
    display: inline-block;
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.085em;
    line-height: 1.9em;
    color: white;
    max-font-size: 100px; }
  .sf-block-button-1[data-block-id="483"] .button-1-wrapper a.button-1:hover {
    color: white;
    background-color: #ff821e; }

.sf-block-button-1[data-block-id="490"] .button-1-wrapper {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: white;
  text-align: center; }
  @media (max-width: 767.98px) {
    .sf-block-button-1[data-block-id="490"] .button-1-wrapper {
      padding-top: 30px; } }
  @media (max-width: 767.98px) {
    .sf-block-button-1[data-block-id="490"] .button-1-wrapper {
      padding-bottom: 30px; } }
  .sf-block-button-1[data-block-id="490"] .button-1-wrapper a.button-1 {
    padding: 15px 45px;
    border-radius: 100px;
    background-color: #ff821e;
    text-decoration: none;
    display: inline-block;
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.085em;
    line-height: 1.9em;
    color: white;
    max-font-size: 100px; }
  .sf-block-button-1[data-block-id="490"] .button-1-wrapper a.button-1:hover {
    color: white;
    background-color: #ff821e; }

.sf-block-button-1[data-block-id="492"] .button-1-wrapper {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: white;
  text-align: center; }
  @media (max-width: 767.98px) {
    .sf-block-button-1[data-block-id="492"] .button-1-wrapper {
      padding-top: 30px; } }
  @media (max-width: 767.98px) {
    .sf-block-button-1[data-block-id="492"] .button-1-wrapper {
      padding-bottom: 30px; } }
  .sf-block-button-1[data-block-id="492"] .button-1-wrapper a.button-1 {
    padding: 15px 45px;
    border-radius: 100px;
    background-color: #ff821e;
    text-decoration: none;
    display: inline-block;
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.085em;
    line-height: 1.9em;
    color: white;
    max-font-size: 100px; }
  .sf-block-button-1[data-block-id="492"] .button-1-wrapper a.button-1:hover {
    color: white;
    background-color: #ff821e; }

.sf-block-button-1[data-block-id="495"] .button-1-wrapper {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: white;
  text-align: center; }
  @media (max-width: 767.98px) {
    .sf-block-button-1[data-block-id="495"] .button-1-wrapper {
      padding-top: 30px; } }
  @media (max-width: 767.98px) {
    .sf-block-button-1[data-block-id="495"] .button-1-wrapper {
      padding-bottom: 30px; } }
  .sf-block-button-1[data-block-id="495"] .button-1-wrapper a.button-1 {
    padding: 15px 45px;
    border-radius: 100px;
    background-color: #ff821e;
    text-decoration: none;
    display: inline-block;
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.085em;
    line-height: 1.9em;
    color: white;
    max-font-size: 100px; }
  .sf-block-button-1[data-block-id="495"] .button-1-wrapper a.button-1:hover {
    color: white;
    background-color: #ff821e; }

.sf-block-button-1[data-block-id="499"] .button-1-wrapper {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: white;
  text-align: center; }
  @media (max-width: 767.98px) {
    .sf-block-button-1[data-block-id="499"] .button-1-wrapper {
      padding-top: 30px; } }
  @media (max-width: 767.98px) {
    .sf-block-button-1[data-block-id="499"] .button-1-wrapper {
      padding-bottom: 30px; } }
  .sf-block-button-1[data-block-id="499"] .button-1-wrapper a.button-1 {
    padding: 15px 45px;
    border-radius: 100px;
    background-color: #ff821e;
    text-decoration: none;
    display: inline-block;
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.085em;
    line-height: 1.9em;
    color: white;
    max-font-size: 100px; }
  .sf-block-button-1[data-block-id="499"] .button-1-wrapper a.button-1:hover {
    color: white;
    background-color: #ff821e; }

.sf-block-button-1[data-block-id="503"] .button-1-wrapper {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: white;
  text-align: center; }
  @media (max-width: 767.98px) {
    .sf-block-button-1[data-block-id="503"] .button-1-wrapper {
      padding-top: 30px; } }
  @media (max-width: 767.98px) {
    .sf-block-button-1[data-block-id="503"] .button-1-wrapper {
      padding-bottom: 30px; } }
  .sf-block-button-1[data-block-id="503"] .button-1-wrapper a.button-1 {
    padding: 15px 45px;
    border-radius: 100px;
    background-color: #ff821e;
    text-decoration: none;
    display: inline-block;
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.085em;
    line-height: 1.9em;
    color: white;
    max-font-size: 100px; }
  .sf-block-button-1[data-block-id="503"] .button-1-wrapper a.button-1:hover {
    color: white;
    background-color: #ff821e; }

.sf-block-button-1[data-block-id="504"] .button-1-wrapper {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: white;
  text-align: center; }
  @media (max-width: 767.98px) {
    .sf-block-button-1[data-block-id="504"] .button-1-wrapper {
      padding-top: 30px; } }
  @media (max-width: 767.98px) {
    .sf-block-button-1[data-block-id="504"] .button-1-wrapper {
      padding-bottom: 30px; } }
  .sf-block-button-1[data-block-id="504"] .button-1-wrapper a.button-1 {
    padding: 15px 45px;
    border-radius: 100px;
    background-color: #ff821e;
    text-decoration: none;
    display: inline-block;
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.085em;
    line-height: 1.9em;
    color: white;
    max-font-size: 100px; }
  .sf-block-button-1[data-block-id="504"] .button-1-wrapper a.button-1:hover {
    color: white;
    background-color: #ff821e; }

.sf-block-button-1[data-block-id="512"] .button-1-wrapper {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: white;
  text-align: center; }
  @media (max-width: 767.98px) {
    .sf-block-button-1[data-block-id="512"] .button-1-wrapper {
      padding-top: 30px; } }
  @media (max-width: 767.98px) {
    .sf-block-button-1[data-block-id="512"] .button-1-wrapper {
      padding-bottom: 30px; } }
  .sf-block-button-1[data-block-id="512"] .button-1-wrapper a.button-1 {
    padding: 15px 45px;
    border-radius: 100px;
    background-color: #ff821e;
    text-decoration: none;
    display: inline-block;
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.085em;
    line-height: 1.9em;
    color: white;
    max-font-size: 100px; }
  .sf-block-button-1[data-block-id="512"] .button-1-wrapper a.button-1:hover {
    color: white;
    background-color: #ff821e; }

.sf-block-button-1[data-block-id="518"] .button-1-wrapper {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: white;
  text-align: center; }
  @media (max-width: 767.98px) {
    .sf-block-button-1[data-block-id="518"] .button-1-wrapper {
      padding-top: 30px; } }
  @media (max-width: 767.98px) {
    .sf-block-button-1[data-block-id="518"] .button-1-wrapper {
      padding-bottom: 30px; } }
  .sf-block-button-1[data-block-id="518"] .button-1-wrapper a.button-1 {
    padding: 15px 45px;
    border-radius: 100px;
    background-color: #ff821e;
    text-decoration: none;
    display: inline-block;
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.085em;
    line-height: 1.9em;
    color: white;
    max-font-size: 100px; }
  .sf-block-button-1[data-block-id="518"] .button-1-wrapper a.button-1:hover {
    color: white;
    background-color: #ff821e; }

.sf-block-button-1[data-block-id="592"] .button-1-wrapper {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: white;
  text-align: center; }
  @media (max-width: 767.98px) {
    .sf-block-button-1[data-block-id="592"] .button-1-wrapper {
      padding-top: 30px; } }
  @media (max-width: 767.98px) {
    .sf-block-button-1[data-block-id="592"] .button-1-wrapper {
      padding-bottom: 30px; } }
  .sf-block-button-1[data-block-id="592"] .button-1-wrapper a.button-1 {
    padding: 15px 45px;
    border-radius: 100px;
    background-color: #ff821e;
    text-decoration: none;
    display: inline-block;
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.085em;
    line-height: 1.9em;
    color: white;
    max-font-size: 100px; }
  .sf-block-button-1[data-block-id="592"] .button-1-wrapper a.button-1:hover {
    color: white;
    background-color: #ff821e; }

.sf-block-image-1[data-block-id="74"] .image-1-wrapper {
  background-color: white;
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center; }
  @media (max-width: 767.98px) {
    .sf-block-image-1[data-block-id="74"] .image-1-wrapper {
      padding-top: 30px; } }
  @media (max-width: 767.98px) {
    .sf-block-image-1[data-block-id="74"] .image-1-wrapper {
      padding-bottom: 30px; } }
  .sf-block-image-1[data-block-id="74"] .image-1-wrapper img {
    max-width: 100%; }

.sf-block-image-1[data-block-id="77"] .image-1-wrapper {
  background-color: white;
  padding-top: 0px;
  padding-bottom: 60px;
  text-align: center; }
  @media (max-width: 767.98px) {
    .sf-block-image-1[data-block-id="77"] .image-1-wrapper {
      padding-bottom: 30px; } }
  .sf-block-image-1[data-block-id="77"] .image-1-wrapper img {
    max-width: 100%; }

.sf-block-324[data-block-id="85"] .metodmodellblockgrund-wrapper {
  background-color: white;
  padding-top: 60px;
  padding-bottom: 60px;
  width: 75%;
  margin: auto; }
  @media (max-width: 767.98px) {
    .sf-block-324[data-block-id="85"] .metodmodellblockgrund-wrapper {
      padding-top: 30px; } }
  @media (max-width: 767.98px) {
    .sf-block-324[data-block-id="85"] .metodmodellblockgrund-wrapper {
      padding-bottom: 30px; } }
  .sf-block-324[data-block-id="85"] .metodmodellblockgrund-wrapper .row {
    display: flex;
    flex-wrap: wrap;
    height: fit-content; }
    .sf-block-324[data-block-id="85"] .metodmodellblockgrund-wrapper .row .cardContainer {
      flex: 48%;
      margin: 1%;
      border-radius: 70px 70px 40px 40px;
      background-color: #F0F0F0; }
      @media (max-width: 991.98px) {
        .sf-block-324[data-block-id="85"] .metodmodellblockgrund-wrapper .row .cardContainer {
          flex: 100%; } }
      .sf-block-324[data-block-id="85"] .metodmodellblockgrund-wrapper .row .cardContainer .headerSpanTwo {
        background-color: #FFA454;
        padding: 30px;
        border-radius: 50px;
        text-align: center; }
      .sf-block-324[data-block-id="85"] .metodmodellblockgrund-wrapper .row .cardContainer .darkBlue {
        background-color: #6AB8D6; }
      .sf-block-324[data-block-id="85"] .metodmodellblockgrund-wrapper .row .cardContainer .paragraphContainer {
        margin: 20px 40px 40px 40px; }
        .sf-block-324[data-block-id="85"] .metodmodellblockgrund-wrapper .row .cardContainer .paragraphContainer ul {
          padding-left: 20px; }
        .sf-block-324[data-block-id="85"] .metodmodellblockgrund-wrapper .row .cardContainer .paragraphContainer ol {
          padding-left: 20px; }
      .sf-block-324[data-block-id="85"] .metodmodellblockgrund-wrapper .row .cardContainer .tool-image {
        max-width: 100%;
        max-height: 100%; }
      .sf-block-324[data-block-id="85"] .metodmodellblockgrund-wrapper .row .cardContainer .resourceRow .resourceAlternative {
        display: flex;
        height: fit-content;
        width: 85%;
        margin: auto;
        margin-bottom: 30px; }
        .sf-block-324[data-block-id="85"] .metodmodellblockgrund-wrapper .row .cardContainer .resourceRow .resourceAlternative .symbolText {
          display: inline-block;
          text-align: center;
          margin-right: 50px; }
          .sf-block-324[data-block-id="85"] .metodmodellblockgrund-wrapper .row .cardContainer .resourceRow .resourceAlternative .symbolText .resource-title {
            margin-top: 5px;
            font-weight: bold; }
        .sf-block-324[data-block-id="85"] .metodmodellblockgrund-wrapper .row .cardContainer .resourceRow .resourceAlternative .resource-text {
          display: inline-block; }
      .sf-block-324[data-block-id="85"] .metodmodellblockgrund-wrapper .row .cardContainer .resourceRow .resourceAlternative:first-child {
        margin-top: 20px; }
    .sf-block-324[data-block-id="85"] .metodmodellblockgrund-wrapper .row .cardContainerSmall {
      flex: 38%; }
    .sf-block-324[data-block-id="85"] .metodmodellblockgrund-wrapper .row .cardContainerMedium {
      flex: 58%; }
    .sf-block-324[data-block-id="85"] .metodmodellblockgrund-wrapper .row .cardContainerWide {
      flex: 100%;
      border-radius: 100px 40px 40px 100px; }
      @media (max-width: 991.98px) {
        .sf-block-324[data-block-id="85"] .metodmodellblockgrund-wrapper .row .cardContainerWide {
          border-radius: 70px 70px 40px 40px; } }
      .sf-block-324[data-block-id="85"] .metodmodellblockgrund-wrapper .row .cardContainerWide .headerSpanTwo {
        display: inline-block;
        float: left;
        width: 40%;
        border-radius: 100px;
        background-color: #B1E0F2;
        align-self: center;
        height: 100%; }
        @media (max-width: 991.98px) {
          .sf-block-324[data-block-id="85"] .metodmodellblockgrund-wrapper .row .cardContainerWide .headerSpanTwo {
            float: none;
            width: 100%;
            height: fit-content;
            padding: 30px;
            border-radius: 50px;
            text-align: center; } }
        .sf-block-324[data-block-id="85"] .metodmodellblockgrund-wrapper .row .cardContainerWide .headerSpanTwo h2 {
          padding: 40px 0px; }
          @media (max-width: 991.98px) {
            .sf-block-324[data-block-id="85"] .metodmodellblockgrund-wrapper .row .cardContainerWide .headerSpanTwo h2 {
              padding: 0px; } }
      .sf-block-324[data-block-id="85"] .metodmodellblockgrund-wrapper .row .cardContainerWide .paragraphContainer {
        width: 60%;
        height: auto;
        display: inline-block;
        align-self: center;
        margin: 0px;
        padding: 40px 100px; }
        .sf-block-324[data-block-id="85"] .metodmodellblockgrund-wrapper .row .cardContainerWide .paragraphContainer ul {
          margin-bottom: 0px;
          padding: 0px; }
        @media (max-width: 991.98px) {
          .sf-block-324[data-block-id="85"] .metodmodellblockgrund-wrapper .row .cardContainerWide .paragraphContainer {
            width: 100%;
            float: none;
            padding: 0px;
            margin: 20px 40px 40px 40px; }
            .sf-block-324[data-block-id="85"] .metodmodellblockgrund-wrapper .row .cardContainerWide .paragraphContainer ul {
              padding-left: 20px; } }

@media (max-width: 991.98px) {
  .sf-block-324[data-block-id="85"] .metodmodellblockgrund-wrapper {
    width: 100% !important; } }

.sf-block-324[data-block-id="86"] .metodmodellblockgrund-wrapper {
  background-color: white;
  padding-top: 60px;
  padding-bottom: 60px;
  width: 75%;
  margin: auto; }
  @media (max-width: 767.98px) {
    .sf-block-324[data-block-id="86"] .metodmodellblockgrund-wrapper {
      padding-top: 30px; } }
  @media (max-width: 767.98px) {
    .sf-block-324[data-block-id="86"] .metodmodellblockgrund-wrapper {
      padding-bottom: 30px; } }
  .sf-block-324[data-block-id="86"] .metodmodellblockgrund-wrapper .row {
    display: flex;
    flex-wrap: wrap;
    height: fit-content; }
    .sf-block-324[data-block-id="86"] .metodmodellblockgrund-wrapper .row .cardContainer {
      flex: 48%;
      margin: 1%;
      border-radius: 70px 70px 40px 40px;
      background-color: #F0F0F0; }
      @media (max-width: 991.98px) {
        .sf-block-324[data-block-id="86"] .metodmodellblockgrund-wrapper .row .cardContainer {
          flex: 100%; } }
      .sf-block-324[data-block-id="86"] .metodmodellblockgrund-wrapper .row .cardContainer .headerSpanTwo {
        background-color: #FFA454;
        padding: 30px;
        border-radius: 50px;
        text-align: center; }
      .sf-block-324[data-block-id="86"] .metodmodellblockgrund-wrapper .row .cardContainer .darkBlue {
        background-color: #6AB8D6; }
      .sf-block-324[data-block-id="86"] .metodmodellblockgrund-wrapper .row .cardContainer .paragraphContainer {
        margin: 20px 40px 40px 40px; }
        .sf-block-324[data-block-id="86"] .metodmodellblockgrund-wrapper .row .cardContainer .paragraphContainer ul {
          padding-left: 20px; }
        .sf-block-324[data-block-id="86"] .metodmodellblockgrund-wrapper .row .cardContainer .paragraphContainer ol {
          padding-left: 20px; }
      .sf-block-324[data-block-id="86"] .metodmodellblockgrund-wrapper .row .cardContainer .tool-image {
        max-width: 100%;
        max-height: 100%; }
      .sf-block-324[data-block-id="86"] .metodmodellblockgrund-wrapper .row .cardContainer .resourceRow .resourceAlternative {
        display: flex;
        height: fit-content;
        width: 85%;
        margin: auto;
        margin-bottom: 30px; }
        .sf-block-324[data-block-id="86"] .metodmodellblockgrund-wrapper .row .cardContainer .resourceRow .resourceAlternative .symbolText {
          display: inline-block;
          text-align: center;
          margin-right: 50px; }
          .sf-block-324[data-block-id="86"] .metodmodellblockgrund-wrapper .row .cardContainer .resourceRow .resourceAlternative .symbolText .resource-title {
            margin-top: 5px;
            font-weight: bold; }
        .sf-block-324[data-block-id="86"] .metodmodellblockgrund-wrapper .row .cardContainer .resourceRow .resourceAlternative .resource-text {
          display: inline-block; }
      .sf-block-324[data-block-id="86"] .metodmodellblockgrund-wrapper .row .cardContainer .resourceRow .resourceAlternative:first-child {
        margin-top: 20px; }
    .sf-block-324[data-block-id="86"] .metodmodellblockgrund-wrapper .row .cardContainerSmall {
      flex: 38%; }
    .sf-block-324[data-block-id="86"] .metodmodellblockgrund-wrapper .row .cardContainerMedium {
      flex: 58%; }
    .sf-block-324[data-block-id="86"] .metodmodellblockgrund-wrapper .row .cardContainerWide {
      flex: 100%;
      border-radius: 100px 40px 40px 100px; }
      @media (max-width: 991.98px) {
        .sf-block-324[data-block-id="86"] .metodmodellblockgrund-wrapper .row .cardContainerWide {
          border-radius: 70px 70px 40px 40px; } }
      .sf-block-324[data-block-id="86"] .metodmodellblockgrund-wrapper .row .cardContainerWide .headerSpanTwo {
        display: inline-block;
        float: left;
        width: 40%;
        border-radius: 100px;
        background-color: #B1E0F2;
        align-self: center;
        height: 100%; }
        @media (max-width: 991.98px) {
          .sf-block-324[data-block-id="86"] .metodmodellblockgrund-wrapper .row .cardContainerWide .headerSpanTwo {
            float: none;
            width: 100%;
            height: fit-content;
            padding: 30px;
            border-radius: 50px;
            text-align: center; } }
        .sf-block-324[data-block-id="86"] .metodmodellblockgrund-wrapper .row .cardContainerWide .headerSpanTwo h2 {
          padding: 40px 0px; }
          @media (max-width: 991.98px) {
            .sf-block-324[data-block-id="86"] .metodmodellblockgrund-wrapper .row .cardContainerWide .headerSpanTwo h2 {
              padding: 0px; } }
      .sf-block-324[data-block-id="86"] .metodmodellblockgrund-wrapper .row .cardContainerWide .paragraphContainer {
        width: 60%;
        height: auto;
        display: inline-block;
        align-self: center;
        margin: 0px;
        padding: 40px 100px; }
        .sf-block-324[data-block-id="86"] .metodmodellblockgrund-wrapper .row .cardContainerWide .paragraphContainer ul {
          margin-bottom: 0px;
          padding: 0px; }
        @media (max-width: 991.98px) {
          .sf-block-324[data-block-id="86"] .metodmodellblockgrund-wrapper .row .cardContainerWide .paragraphContainer {
            width: 100%;
            float: none;
            padding: 0px;
            margin: 20px 40px 40px 40px; }
            .sf-block-324[data-block-id="86"] .metodmodellblockgrund-wrapper .row .cardContainerWide .paragraphContainer ul {
              padding-left: 20px; } }

@media (max-width: 991.98px) {
  .sf-block-324[data-block-id="86"] .metodmodellblockgrund-wrapper {
    width: 100% !important; } }

.sf-block-324[data-block-id="87"] .metodmodellblockgrund-wrapper {
  background-color: white;
  padding-top: 60px;
  padding-bottom: 60px;
  width: 75%;
  margin: auto; }
  @media (max-width: 767.98px) {
    .sf-block-324[data-block-id="87"] .metodmodellblockgrund-wrapper {
      padding-top: 30px; } }
  @media (max-width: 767.98px) {
    .sf-block-324[data-block-id="87"] .metodmodellblockgrund-wrapper {
      padding-bottom: 30px; } }
  .sf-block-324[data-block-id="87"] .metodmodellblockgrund-wrapper .row {
    display: flex;
    flex-wrap: wrap;
    height: fit-content; }
    .sf-block-324[data-block-id="87"] .metodmodellblockgrund-wrapper .row .cardContainer {
      flex: 48%;
      margin: 1%;
      border-radius: 70px 70px 40px 40px;
      background-color: #F0F0F0; }
      @media (max-width: 991.98px) {
        .sf-block-324[data-block-id="87"] .metodmodellblockgrund-wrapper .row .cardContainer {
          flex: 100%; } }
      .sf-block-324[data-block-id="87"] .metodmodellblockgrund-wrapper .row .cardContainer .headerSpanTwo {
        background-color: #FFA454;
        padding: 30px;
        border-radius: 50px;
        text-align: center; }
      .sf-block-324[data-block-id="87"] .metodmodellblockgrund-wrapper .row .cardContainer .darkBlue {
        background-color: #6AB8D6; }
      .sf-block-324[data-block-id="87"] .metodmodellblockgrund-wrapper .row .cardContainer .paragraphContainer {
        margin: 20px 40px 40px 40px; }
        .sf-block-324[data-block-id="87"] .metodmodellblockgrund-wrapper .row .cardContainer .paragraphContainer ul {
          padding-left: 20px; }
        .sf-block-324[data-block-id="87"] .metodmodellblockgrund-wrapper .row .cardContainer .paragraphContainer ol {
          padding-left: 20px; }
      .sf-block-324[data-block-id="87"] .metodmodellblockgrund-wrapper .row .cardContainer .tool-image {
        max-width: 100%;
        max-height: 100%; }
      .sf-block-324[data-block-id="87"] .metodmodellblockgrund-wrapper .row .cardContainer .resourceRow .resourceAlternative {
        display: flex;
        height: fit-content;
        width: 85%;
        margin: auto;
        margin-bottom: 30px; }
        .sf-block-324[data-block-id="87"] .metodmodellblockgrund-wrapper .row .cardContainer .resourceRow .resourceAlternative .symbolText {
          display: inline-block;
          text-align: center;
          margin-right: 50px; }
          .sf-block-324[data-block-id="87"] .metodmodellblockgrund-wrapper .row .cardContainer .resourceRow .resourceAlternative .symbolText .resource-title {
            margin-top: 5px;
            font-weight: bold; }
        .sf-block-324[data-block-id="87"] .metodmodellblockgrund-wrapper .row .cardContainer .resourceRow .resourceAlternative .resource-text {
          display: inline-block; }
      .sf-block-324[data-block-id="87"] .metodmodellblockgrund-wrapper .row .cardContainer .resourceRow .resourceAlternative:first-child {
        margin-top: 20px; }
    .sf-block-324[data-block-id="87"] .metodmodellblockgrund-wrapper .row .cardContainerSmall {
      flex: 38%; }
    .sf-block-324[data-block-id="87"] .metodmodellblockgrund-wrapper .row .cardContainerMedium {
      flex: 58%; }
    .sf-block-324[data-block-id="87"] .metodmodellblockgrund-wrapper .row .cardContainerWide {
      flex: 100%;
      border-radius: 100px 40px 40px 100px; }
      @media (max-width: 991.98px) {
        .sf-block-324[data-block-id="87"] .metodmodellblockgrund-wrapper .row .cardContainerWide {
          border-radius: 70px 70px 40px 40px; } }
      .sf-block-324[data-block-id="87"] .metodmodellblockgrund-wrapper .row .cardContainerWide .headerSpanTwo {
        display: inline-block;
        float: left;
        width: 40%;
        border-radius: 100px;
        background-color: #B1E0F2;
        align-self: center;
        height: 100%; }
        @media (max-width: 991.98px) {
          .sf-block-324[data-block-id="87"] .metodmodellblockgrund-wrapper .row .cardContainerWide .headerSpanTwo {
            float: none;
            width: 100%;
            height: fit-content;
            padding: 30px;
            border-radius: 50px;
            text-align: center; } }
        .sf-block-324[data-block-id="87"] .metodmodellblockgrund-wrapper .row .cardContainerWide .headerSpanTwo h2 {
          padding: 40px 0px; }
          @media (max-width: 991.98px) {
            .sf-block-324[data-block-id="87"] .metodmodellblockgrund-wrapper .row .cardContainerWide .headerSpanTwo h2 {
              padding: 0px; } }
      .sf-block-324[data-block-id="87"] .metodmodellblockgrund-wrapper .row .cardContainerWide .paragraphContainer {
        width: 60%;
        height: auto;
        display: inline-block;
        align-self: center;
        margin: 0px;
        padding: 40px 100px; }
        .sf-block-324[data-block-id="87"] .metodmodellblockgrund-wrapper .row .cardContainerWide .paragraphContainer ul {
          margin-bottom: 0px;
          padding: 0px; }
        @media (max-width: 991.98px) {
          .sf-block-324[data-block-id="87"] .metodmodellblockgrund-wrapper .row .cardContainerWide .paragraphContainer {
            width: 100%;
            float: none;
            padding: 0px;
            margin: 20px 40px 40px 40px; }
            .sf-block-324[data-block-id="87"] .metodmodellblockgrund-wrapper .row .cardContainerWide .paragraphContainer ul {
              padding-left: 20px; } }

@media (max-width: 991.98px) {
  .sf-block-324[data-block-id="87"] .metodmodellblockgrund-wrapper {
    width: 100% !important; } }

.sf-block-891[data-block-id="95"] .undersidaintro-wrapper {
  position: relative;
  pointer-events: none; }

.sf-block-891[data-block-id="95"] .undersidaintro-overlay {
  position: absolute;
  z-index: 1;
  height: 600px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.47); }

.sf-block-891[data-block-id="95"] .undersidaintro-background {
  height: 600px;
  width: 100%;
  background-size: cover;
  background-position: center center;
  pointer-events: auto;
  background-attachment: fixed; }
  @media (max-width: 991.98px) {
    .sf-block-891[data-block-id="95"] .undersidaintro-background {
      background-attachment: scroll; } }

.sf-block-891[data-block-id="95"] .undersidaintro-content {
  position: absolute;
  z-index: 2;
  width: 100%;
  display: flex;
  align-items: center;
  overflow: hidden;
  height: 100%; }
  .sf-block-891[data-block-id="95"] .undersidaintro-content > div {
    pointer-events: auto; }
  .sf-block-891[data-block-id="95"] .undersidaintro-content .inner-content-container {
    position: absolute;
    bottom: 0;
    padding: 70px 60px; }
    @media (max-width: 991.98px) {
      .sf-block-891[data-block-id="95"] .undersidaintro-content .inner-content-container {
        padding: 70px 40px; } }

.sf-block-891[data-block-id="95"] .undersidaintro-title {
  color: #ff821e;
  font-size: 32px;
  font-family: Poppins;
  font-weight: 700;
  line-height: 1.35em;
  letter-spacing: 0.085em;
  text-shadow: 0px 1px 20px rgba(0, 0, 0, 0.25);
  text-align: center;
  line-height: 2.4em; }
  @media (max-width: 991.98px) {
    .sf-block-891[data-block-id="95"] .undersidaintro-title {
      font-size: 18px; } }

.sf-block-891[data-block-id="95"] .undersidaintro-text {
  color: white;
  font-size: 18px;
  font-family: Poppins;
  font-weight: 400;
  line-height: 1.9em;
  letter-spacing: 0.085em;
  text-shadow: 0px 1px 20px rgba(0, 0, 0, 0.25); }
  @media (max-width: 991.98px) {
    .sf-block-891[data-block-id="95"] .undersidaintro-text {
      font-size: 15px; } }

.sf-block-891[data-block-id="95"] .undersidaintro-button-wrapper {
  display: none;
  text-align: center; }
  .sf-block-891[data-block-id="95"] .undersidaintro-button-wrapper a.undersidaintro-button {
    padding: 15px 45px;
    border-radius: 100px;
    background-color: #ff821e;
    text-decoration: none;
    display: inline-block;
    margin-top: 50px;
    color: white;
    font-size: 18px;
    font-family: Poppins;
    font-weight: 400;
    line-height: 1.9em;
    letter-spacing: 0.085em; }
  .sf-block-891[data-block-id="95"] .undersidaintro-button-wrapper a.undersidaintro-button:hover {
    color: white;
    background-color: #ff821e; }

.sf-block-891[data-block-id="102"] .undersidaintro-wrapper {
  position: relative;
  pointer-events: none; }

.sf-block-891[data-block-id="102"] .undersidaintro-overlay {
  position: absolute;
  z-index: 1;
  height: 600px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.54); }

.sf-block-891[data-block-id="102"] .undersidaintro-background {
  height: 600px;
  width: 100%;
  background-size: cover;
  background-position: center center;
  pointer-events: auto;
  background-attachment: fixed; }
  @media (max-width: 991.98px) {
    .sf-block-891[data-block-id="102"] .undersidaintro-background {
      background-attachment: scroll; } }

.sf-block-891[data-block-id="102"] .undersidaintro-content {
  position: absolute;
  z-index: 2;
  width: 100%;
  display: flex;
  align-items: center;
  overflow: hidden;
  height: 100%; }
  .sf-block-891[data-block-id="102"] .undersidaintro-content > div {
    pointer-events: auto; }
  .sf-block-891[data-block-id="102"] .undersidaintro-content .inner-content-container {
    position: absolute;
    bottom: 0;
    padding: 70px 60px; }
    @media (max-width: 991.98px) {
      .sf-block-891[data-block-id="102"] .undersidaintro-content .inner-content-container {
        padding: 70px 40px; } }

.sf-block-891[data-block-id="102"] .undersidaintro-title {
  color: #ff821e;
  font-size: 32px;
  font-family: Poppins;
  font-weight: 700;
  line-height: 1.35em;
  letter-spacing: 0.085em;
  text-shadow: 0px 1px 20px rgba(0, 0, 0, 0.25);
  text-align: center;
  line-height: 2.4em; }
  @media (max-width: 991.98px) {
    .sf-block-891[data-block-id="102"] .undersidaintro-title {
      font-size: 18px; } }

.sf-block-891[data-block-id="102"] .undersidaintro-text {
  color: white;
  font-size: 18px;
  font-family: Poppins;
  font-weight: 400;
  line-height: 1.9em;
  letter-spacing: 0.085em;
  text-shadow: 0px 1px 20px rgba(0, 0, 0, 0.25); }
  @media (max-width: 991.98px) {
    .sf-block-891[data-block-id="102"] .undersidaintro-text {
      font-size: 15px; } }

.sf-block-891[data-block-id="102"] .undersidaintro-button-wrapper {
  display: none;
  text-align: center; }
  .sf-block-891[data-block-id="102"] .undersidaintro-button-wrapper a.undersidaintro-button {
    padding: 15px 45px;
    border-radius: 100px;
    background-color: #ff821e;
    text-decoration: none;
    display: inline-block;
    margin-top: 50px;
    color: white;
    font-size: 18px;
    font-family: Poppins;
    font-weight: 400;
    line-height: 1.9em;
    letter-spacing: 0.085em; }
  .sf-block-891[data-block-id="102"] .undersidaintro-button-wrapper a.undersidaintro-button:hover {
    color: white;
    background-color: #ff821e; }

.sf-block-891[data-block-id="108"] .undersidaintro-wrapper {
  position: relative;
  pointer-events: none; }

.sf-block-891[data-block-id="108"] .undersidaintro-overlay {
  position: absolute;
  z-index: 1;
  height: 600px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.54); }

.sf-block-891[data-block-id="108"] .undersidaintro-background {
  height: 600px;
  width: 100%;
  background-size: cover;
  background-position: center center;
  pointer-events: auto;
  background-attachment: fixed; }
  @media (max-width: 991.98px) {
    .sf-block-891[data-block-id="108"] .undersidaintro-background {
      background-attachment: scroll; } }

.sf-block-891[data-block-id="108"] .undersidaintro-content {
  position: absolute;
  z-index: 2;
  width: 100%;
  display: flex;
  align-items: center;
  overflow: hidden;
  height: 100%; }
  .sf-block-891[data-block-id="108"] .undersidaintro-content > div {
    pointer-events: auto; }
  .sf-block-891[data-block-id="108"] .undersidaintro-content .inner-content-container {
    position: absolute;
    bottom: 0;
    padding: 70px 60px; }
    @media (max-width: 991.98px) {
      .sf-block-891[data-block-id="108"] .undersidaintro-content .inner-content-container {
        padding: 70px 40px; } }

.sf-block-891[data-block-id="108"] .undersidaintro-title {
  color: #ff821e;
  font-size: 32px;
  font-family: Poppins;
  font-weight: 700;
  line-height: 1.35em;
  letter-spacing: 0.085em;
  text-shadow: 0px 1px 20px rgba(0, 0, 0, 0.25);
  text-align: center;
  line-height: 2.4em; }
  @media (max-width: 991.98px) {
    .sf-block-891[data-block-id="108"] .undersidaintro-title {
      font-size: 18px; } }

.sf-block-891[data-block-id="108"] .undersidaintro-text {
  color: white;
  font-size: 18px;
  font-family: Poppins;
  font-weight: 400;
  line-height: 1.9em;
  letter-spacing: 0.085em;
  text-shadow: 0px 1px 20px rgba(0, 0, 0, 0.25); }
  @media (max-width: 991.98px) {
    .sf-block-891[data-block-id="108"] .undersidaintro-text {
      font-size: 15px; } }

.sf-block-891[data-block-id="108"] .undersidaintro-button-wrapper {
  display: none;
  text-align: center; }
  .sf-block-891[data-block-id="108"] .undersidaintro-button-wrapper a.undersidaintro-button {
    padding: 15px 45px;
    border-radius: 100px;
    background-color: #ff821e;
    text-decoration: none;
    display: inline-block;
    margin-top: 50px;
    color: white;
    font-size: 18px;
    font-family: Poppins;
    font-weight: 400;
    line-height: 1.9em;
    letter-spacing: 0.085em; }
  .sf-block-891[data-block-id="108"] .undersidaintro-button-wrapper a.undersidaintro-button:hover {
    color: white;
    background-color: #ff821e; }

.sf-block-891[data-block-id="114"] .undersidaintro-wrapper {
  position: relative;
  pointer-events: none; }

.sf-block-891[data-block-id="114"] .undersidaintro-overlay {
  position: absolute;
  z-index: 1;
  height: 600px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.53); }

.sf-block-891[data-block-id="114"] .undersidaintro-background {
  height: 600px;
  width: 100%;
  background-size: cover;
  background-position: center center;
  pointer-events: auto;
  background-attachment: fixed; }
  @media (max-width: 991.98px) {
    .sf-block-891[data-block-id="114"] .undersidaintro-background {
      background-attachment: scroll; } }

.sf-block-891[data-block-id="114"] .undersidaintro-content {
  position: absolute;
  z-index: 2;
  width: 100%;
  display: flex;
  align-items: center;
  overflow: hidden;
  height: 100%; }
  .sf-block-891[data-block-id="114"] .undersidaintro-content > div {
    pointer-events: auto; }
  .sf-block-891[data-block-id="114"] .undersidaintro-content .inner-content-container {
    position: absolute;
    bottom: 0;
    padding: 70px 60px; }
    @media (max-width: 991.98px) {
      .sf-block-891[data-block-id="114"] .undersidaintro-content .inner-content-container {
        padding: 70px 40px; } }

.sf-block-891[data-block-id="114"] .undersidaintro-title {
  color: #ff821e;
  font-size: 32px;
  font-family: Poppins;
  font-weight: 700;
  line-height: 1.35em;
  letter-spacing: 0.085em;
  text-shadow: 0px 1px 20px rgba(0, 0, 0, 0.25);
  text-align: center;
  line-height: 2.4em; }
  @media (max-width: 991.98px) {
    .sf-block-891[data-block-id="114"] .undersidaintro-title {
      font-size: 18px; } }

.sf-block-891[data-block-id="114"] .undersidaintro-text {
  color: white;
  font-size: 18px;
  font-family: Poppins;
  font-weight: 400;
  line-height: 1.9em;
  letter-spacing: 0.085em;
  text-shadow: 0px 1px 20px rgba(0, 0, 0, 0.25); }
  @media (max-width: 991.98px) {
    .sf-block-891[data-block-id="114"] .undersidaintro-text {
      font-size: 15px; } }

.sf-block-891[data-block-id="114"] .undersidaintro-button-wrapper {
  display: none;
  text-align: center; }
  .sf-block-891[data-block-id="114"] .undersidaintro-button-wrapper a.undersidaintro-button {
    padding: 15px 45px;
    border-radius: 100px;
    background-color: #ff821e;
    text-decoration: none;
    display: inline-block;
    margin-top: 50px;
    color: white;
    font-size: 18px;
    font-family: Poppins;
    font-weight: 400;
    line-height: 1.9em;
    letter-spacing: 0.085em; }
  .sf-block-891[data-block-id="114"] .undersidaintro-button-wrapper a.undersidaintro-button:hover {
    color: white;
    background-color: #ff821e; }

.sf-block-891[data-block-id="211"] .undersidaintro-wrapper {
  position: relative;
  pointer-events: none; }

.sf-block-891[data-block-id="211"] .undersidaintro-overlay {
  position: absolute;
  z-index: 1;
  height: 600px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.02); }

.sf-block-891[data-block-id="211"] .undersidaintro-background {
  height: 600px;
  width: 100%;
  background-size: cover;
  background-position: center center;
  pointer-events: auto;
  background-attachment: fixed; }
  @media (max-width: 991.98px) {
    .sf-block-891[data-block-id="211"] .undersidaintro-background {
      background-attachment: scroll; } }

.sf-block-891[data-block-id="211"] .undersidaintro-content {
  position: absolute;
  z-index: 2;
  width: 100%;
  display: flex;
  align-items: center;
  overflow: hidden;
  height: 100%; }
  .sf-block-891[data-block-id="211"] .undersidaintro-content > div {
    pointer-events: auto; }
  .sf-block-891[data-block-id="211"] .undersidaintro-content .inner-content-container {
    position: absolute;
    bottom: 0;
    padding: 70px 60px; }
    @media (max-width: 991.98px) {
      .sf-block-891[data-block-id="211"] .undersidaintro-content .inner-content-container {
        padding: 70px 40px; } }

.sf-block-891[data-block-id="211"] .undersidaintro-title {
  color: #ff821e;
  font-size: 32px;
  font-family: Poppins;
  font-weight: 700;
  line-height: 1.35em;
  letter-spacing: 0.085em;
  text-shadow: 0px 1px 20px rgba(0, 0, 0, 0.25);
  text-align: center;
  line-height: 2.4em; }
  @media (max-width: 991.98px) {
    .sf-block-891[data-block-id="211"] .undersidaintro-title {
      font-size: 18px; } }

.sf-block-891[data-block-id="211"] .undersidaintro-text {
  color: white;
  font-size: 18px;
  font-family: Poppins;
  font-weight: 400;
  line-height: 1.9em;
  letter-spacing: 0.085em;
  text-shadow: 0px 1px 20px rgba(0, 0, 0, 0.25); }
  @media (max-width: 991.98px) {
    .sf-block-891[data-block-id="211"] .undersidaintro-text {
      font-size: 15px; } }

.sf-block-891[data-block-id="211"] .undersidaintro-button-wrapper {
  display: none;
  text-align: center; }
  .sf-block-891[data-block-id="211"] .undersidaintro-button-wrapper a.undersidaintro-button {
    padding: 15px 45px;
    border-radius: 100px;
    background-color: #ff821e;
    text-decoration: none;
    display: inline-block;
    margin-top: 50px;
    color: white;
    font-size: 18px;
    font-family: Poppins;
    font-weight: 400;
    line-height: 1.9em;
    letter-spacing: 0.085em; }
  .sf-block-891[data-block-id="211"] .undersidaintro-button-wrapper a.undersidaintro-button:hover {
    color: white;
    background-color: #ff821e; }

.sf-block-text-image-full-1[data-block-id="111"] .text-image-full-1-wrapper {
  background-color: white;
  display: flex;
  flex-wrap: wrap;
  padding-top: 0;
  padding-bottom: 0; }
  @media (max-width: 991.98px) {
    .sf-block-text-image-full-1[data-block-id="111"] .text-image-full-1-wrapper {
      flex-wrap: wrap-reverse; } }
  .sf-block-text-image-full-1[data-block-id="111"] .text-image-full-1-wrapper .text-image-full-1-column {
    width: 50%;
    position: relative; }
    @media (max-width: 991.98px) {
      .sf-block-text-image-full-1[data-block-id="111"] .text-image-full-1-wrapper .text-image-full-1-column {
        width: 100%; } }
  .sf-block-text-image-full-1[data-block-id="111"] .text-image-full-1-wrapper .text-image-full-1-column:nth-child(1) {
    padding: 125px;
    display: flex;
    align-items: center; }
    @media (max-width: 1199.98px) {
      .sf-block-text-image-full-1[data-block-id="111"] .text-image-full-1-wrapper .text-image-full-1-column:nth-child(1) {
        padding: 50px; } }
    @media (max-width: 767.98px) {
      .sf-block-text-image-full-1[data-block-id="111"] .text-image-full-1-wrapper .text-image-full-1-column:nth-child(1) {
        padding: 30px 25px; } }
  .sf-block-text-image-full-1[data-block-id="111"] .text-image-full-1-wrapper .text-image-full-1-overlay {
    position: absolute;
    background-color: transparent;
    width: 100%;
    height: 100%;
    pointer-events: none; }
  .sf-block-text-image-full-1[data-block-id="111"] .text-image-full-1-wrapper .text-image-full-1-image {
    width: 100%;
    height: 100%;
    max-height: 100%;
    background-size: cover;
    background-position: center center;
    min-height: 650px; }
    @media (max-width: 991.98px) {
      .sf-block-text-image-full-1[data-block-id="111"] .text-image-full-1-wrapper .text-image-full-1-image {
        height: 30vh;
        min-height: 0; } }
  .sf-block-text-image-full-1[data-block-id="111"] .text-image-full-1-wrapper .text-image-full-1-content {
    max-width: 460px;
    margin: 0 auto; }
    @media (max-width: 991.98px) {
      .sf-block-text-image-full-1[data-block-id="111"] .text-image-full-1-wrapper .text-image-full-1-content {
        max-width: 730px;
        margin: 0 auto; } }
    .sf-block-text-image-full-1[data-block-id="111"] .text-image-full-1-wrapper .text-image-full-1-content h2 {
      font-family: Poppins;
      font-weight: 700;
      font-size: 28px;
      letter-spacing: 0.085em;
      line-height: 1.5em;
      color: #3b3d44;
      max-font-size: 100px;
      margin-bottom: 20px; }
      @media (max-width: 991.98px) {
        .sf-block-text-image-full-1[data-block-id="111"] .text-image-full-1-wrapper .text-image-full-1-content h2 {
          font-size: 21.53846px; } }
    .sf-block-text-image-full-1[data-block-id="111"] .text-image-full-1-wrapper .text-image-full-1-content p {
      font-family: Poppins;
      font-weight: 400;
      font-size: 14px;
      letter-spacing: 0.1em;
      line-height: 2em;
      color: #3b3d44;
      max-font-size: 100px; }
  .sf-block-text-image-full-1[data-block-id="111"] .text-image-full-1-wrapper .text-image-full-1-button-wrapper {
    text-align: center;
    margin-top: 60px;
    display: block; }
    .sf-block-text-image-full-1[data-block-id="111"] .text-image-full-1-wrapper .text-image-full-1-button-wrapper a.text-image-full-1-button {
      padding: 15px 45px;
      border-radius: 100px;
      background-color: #ff821e;
      text-decoration: none;
      display: inline-block;
      font-family: Poppins;
      font-weight: 400;
      font-size: 18px;
      letter-spacing: 0.085em;
      line-height: 1.9em;
      color: white;
      max-font-size: 100px; }
    .sf-block-text-image-full-1[data-block-id="111"] .text-image-full-1-wrapper .text-image-full-1-button-wrapper a.text-image-full-1-button:hover {
      color: white;
      background-color: #ff821e; }

.sf-block-text-image-full-1[data-block-id="170"] .text-image-full-1-wrapper {
  background-color: white;
  display: flex;
  flex-wrap: wrap;
  padding-top: 0;
  padding-bottom: 0; }
  @media (max-width: 991.98px) {
    .sf-block-text-image-full-1[data-block-id="170"] .text-image-full-1-wrapper {
      flex-wrap: wrap-reverse; } }
  .sf-block-text-image-full-1[data-block-id="170"] .text-image-full-1-wrapper .text-image-full-1-column {
    width: 50%;
    position: relative; }
    @media (max-width: 991.98px) {
      .sf-block-text-image-full-1[data-block-id="170"] .text-image-full-1-wrapper .text-image-full-1-column {
        width: 100%; } }
  .sf-block-text-image-full-1[data-block-id="170"] .text-image-full-1-wrapper .text-image-full-1-column:nth-child(1) {
    padding: 125px;
    display: flex;
    align-items: center; }
    @media (max-width: 1199.98px) {
      .sf-block-text-image-full-1[data-block-id="170"] .text-image-full-1-wrapper .text-image-full-1-column:nth-child(1) {
        padding: 50px; } }
    @media (max-width: 767.98px) {
      .sf-block-text-image-full-1[data-block-id="170"] .text-image-full-1-wrapper .text-image-full-1-column:nth-child(1) {
        padding: 30px 25px; } }
  .sf-block-text-image-full-1[data-block-id="170"] .text-image-full-1-wrapper .text-image-full-1-overlay {
    position: absolute;
    background-color: transparent;
    width: 100%;
    height: 100%;
    pointer-events: none; }
  .sf-block-text-image-full-1[data-block-id="170"] .text-image-full-1-wrapper .text-image-full-1-image {
    width: 100%;
    height: 100%;
    max-height: 100%;
    background-size: cover;
    background-position: center center;
    min-height: 650px; }
    @media (max-width: 991.98px) {
      .sf-block-text-image-full-1[data-block-id="170"] .text-image-full-1-wrapper .text-image-full-1-image {
        height: 30vh;
        min-height: 0; } }
  .sf-block-text-image-full-1[data-block-id="170"] .text-image-full-1-wrapper .text-image-full-1-content {
    max-width: 460px;
    margin: 0 auto; }
    @media (max-width: 991.98px) {
      .sf-block-text-image-full-1[data-block-id="170"] .text-image-full-1-wrapper .text-image-full-1-content {
        max-width: 730px;
        margin: 0 auto; } }
    .sf-block-text-image-full-1[data-block-id="170"] .text-image-full-1-wrapper .text-image-full-1-content h2 {
      font-family: Poppins;
      font-weight: 700;
      font-size: 28px;
      letter-spacing: 0.085em;
      line-height: 1.5em;
      color: #3b3d44;
      max-font-size: 100px;
      margin-bottom: 20px; }
      @media (max-width: 991.98px) {
        .sf-block-text-image-full-1[data-block-id="170"] .text-image-full-1-wrapper .text-image-full-1-content h2 {
          font-size: 21.53846px; } }
    .sf-block-text-image-full-1[data-block-id="170"] .text-image-full-1-wrapper .text-image-full-1-content p {
      font-family: Poppins;
      font-weight: 400;
      font-size: 14px;
      letter-spacing: 0.1em;
      line-height: 2em;
      color: #3b3d44;
      max-font-size: 100px; }
  .sf-block-text-image-full-1[data-block-id="170"] .text-image-full-1-wrapper .text-image-full-1-button-wrapper {
    text-align: center;
    margin-top: 60px;
    display: block; }
    .sf-block-text-image-full-1[data-block-id="170"] .text-image-full-1-wrapper .text-image-full-1-button-wrapper a.text-image-full-1-button {
      padding: 15px 45px;
      border-radius: 100px;
      background-color: #ff821e;
      text-decoration: none;
      display: inline-block;
      font-family: Poppins;
      font-weight: 400;
      font-size: 18px;
      letter-spacing: 0.085em;
      line-height: 1.9em;
      color: white;
      max-font-size: 100px; }
    .sf-block-text-image-full-1[data-block-id="170"] .text-image-full-1-wrapper .text-image-full-1-button-wrapper a.text-image-full-1-button:hover {
      color: white;
      background-color: #ff821e; }

.sf-block-text-image-full-1[data-block-id="174"] .text-image-full-1-wrapper {
  background-color: white;
  display: flex;
  flex-wrap: wrap;
  padding-top: 0;
  padding-bottom: 0; }
  @media (max-width: 991.98px) {
    .sf-block-text-image-full-1[data-block-id="174"] .text-image-full-1-wrapper {
      flex-wrap: wrap-reverse; } }
  .sf-block-text-image-full-1[data-block-id="174"] .text-image-full-1-wrapper .text-image-full-1-column {
    width: 50%;
    position: relative; }
    @media (max-width: 991.98px) {
      .sf-block-text-image-full-1[data-block-id="174"] .text-image-full-1-wrapper .text-image-full-1-column {
        width: 100%; } }
  .sf-block-text-image-full-1[data-block-id="174"] .text-image-full-1-wrapper .text-image-full-1-column:nth-child(1) {
    padding: 125px;
    display: flex;
    align-items: center; }
    @media (max-width: 1199.98px) {
      .sf-block-text-image-full-1[data-block-id="174"] .text-image-full-1-wrapper .text-image-full-1-column:nth-child(1) {
        padding: 50px; } }
    @media (max-width: 767.98px) {
      .sf-block-text-image-full-1[data-block-id="174"] .text-image-full-1-wrapper .text-image-full-1-column:nth-child(1) {
        padding: 30px 25px; } }
  .sf-block-text-image-full-1[data-block-id="174"] .text-image-full-1-wrapper .text-image-full-1-overlay {
    position: absolute;
    background-color: transparent;
    width: 100%;
    height: 100%;
    pointer-events: none; }
  .sf-block-text-image-full-1[data-block-id="174"] .text-image-full-1-wrapper .text-image-full-1-image {
    width: 100%;
    height: 100%;
    max-height: 100%;
    background-size: cover;
    background-position: center center;
    min-height: 650px; }
    @media (max-width: 991.98px) {
      .sf-block-text-image-full-1[data-block-id="174"] .text-image-full-1-wrapper .text-image-full-1-image {
        height: 30vh;
        min-height: 0; } }
  .sf-block-text-image-full-1[data-block-id="174"] .text-image-full-1-wrapper .text-image-full-1-content {
    max-width: 460px;
    margin: 0 auto; }
    @media (max-width: 991.98px) {
      .sf-block-text-image-full-1[data-block-id="174"] .text-image-full-1-wrapper .text-image-full-1-content {
        max-width: 730px;
        margin: 0 auto; } }
    .sf-block-text-image-full-1[data-block-id="174"] .text-image-full-1-wrapper .text-image-full-1-content h2 {
      font-family: Poppins;
      font-weight: 700;
      font-size: 28px;
      letter-spacing: 0.085em;
      line-height: 1.5em;
      color: #3b3d44;
      max-font-size: 100px;
      margin-bottom: 20px; }
      @media (max-width: 991.98px) {
        .sf-block-text-image-full-1[data-block-id="174"] .text-image-full-1-wrapper .text-image-full-1-content h2 {
          font-size: 21.53846px; } }
    .sf-block-text-image-full-1[data-block-id="174"] .text-image-full-1-wrapper .text-image-full-1-content p {
      font-family: Poppins;
      font-weight: 400;
      font-size: 14px;
      letter-spacing: 0.1em;
      line-height: 2em;
      color: #3b3d44;
      max-font-size: 100px; }
  .sf-block-text-image-full-1[data-block-id="174"] .text-image-full-1-wrapper .text-image-full-1-button-wrapper {
    text-align: center;
    margin-top: 60px;
    display: block; }
    .sf-block-text-image-full-1[data-block-id="174"] .text-image-full-1-wrapper .text-image-full-1-button-wrapper a.text-image-full-1-button {
      padding: 15px 45px;
      border-radius: 100px;
      background-color: #ff821e;
      text-decoration: none;
      display: inline-block;
      font-family: Poppins;
      font-weight: 400;
      font-size: 18px;
      letter-spacing: 0.085em;
      line-height: 1.9em;
      color: white;
      max-font-size: 100px; }
    .sf-block-text-image-full-1[data-block-id="174"] .text-image-full-1-wrapper .text-image-full-1-button-wrapper a.text-image-full-1-button:hover {
      color: white;
      background-color: #ff821e; }

.sf-block-text-image-full-1[data-block-id="176"] .text-image-full-1-wrapper {
  background-color: white;
  display: flex;
  flex-wrap: wrap;
  padding-top: 0;
  padding-bottom: 0; }
  @media (max-width: 991.98px) {
    .sf-block-text-image-full-1[data-block-id="176"] .text-image-full-1-wrapper {
      flex-wrap: wrap-reverse; } }
  .sf-block-text-image-full-1[data-block-id="176"] .text-image-full-1-wrapper .text-image-full-1-column {
    width: 50%;
    position: relative; }
    @media (max-width: 991.98px) {
      .sf-block-text-image-full-1[data-block-id="176"] .text-image-full-1-wrapper .text-image-full-1-column {
        width: 100%; } }
  .sf-block-text-image-full-1[data-block-id="176"] .text-image-full-1-wrapper .text-image-full-1-column:nth-child(1) {
    padding: 125px;
    display: flex;
    align-items: center; }
    @media (max-width: 1199.98px) {
      .sf-block-text-image-full-1[data-block-id="176"] .text-image-full-1-wrapper .text-image-full-1-column:nth-child(1) {
        padding: 50px; } }
    @media (max-width: 767.98px) {
      .sf-block-text-image-full-1[data-block-id="176"] .text-image-full-1-wrapper .text-image-full-1-column:nth-child(1) {
        padding: 30px 25px; } }
  .sf-block-text-image-full-1[data-block-id="176"] .text-image-full-1-wrapper .text-image-full-1-overlay {
    position: absolute;
    background-color: transparent;
    width: 100%;
    height: 100%;
    pointer-events: none; }
  .sf-block-text-image-full-1[data-block-id="176"] .text-image-full-1-wrapper .text-image-full-1-image {
    width: 100%;
    height: 100%;
    max-height: 100%;
    background-size: cover;
    background-position: center center;
    min-height: 650px; }
    @media (max-width: 991.98px) {
      .sf-block-text-image-full-1[data-block-id="176"] .text-image-full-1-wrapper .text-image-full-1-image {
        height: 30vh;
        min-height: 0; } }
  .sf-block-text-image-full-1[data-block-id="176"] .text-image-full-1-wrapper .text-image-full-1-content {
    max-width: 460px;
    margin: 0 auto; }
    @media (max-width: 991.98px) {
      .sf-block-text-image-full-1[data-block-id="176"] .text-image-full-1-wrapper .text-image-full-1-content {
        max-width: 730px;
        margin: 0 auto; } }
    .sf-block-text-image-full-1[data-block-id="176"] .text-image-full-1-wrapper .text-image-full-1-content h2 {
      font-family: Poppins;
      font-weight: 700;
      font-size: 28px;
      letter-spacing: 0.085em;
      line-height: 1.5em;
      color: #3b3d44;
      max-font-size: 100px;
      margin-bottom: 20px; }
      @media (max-width: 991.98px) {
        .sf-block-text-image-full-1[data-block-id="176"] .text-image-full-1-wrapper .text-image-full-1-content h2 {
          font-size: 21.53846px; } }
    .sf-block-text-image-full-1[data-block-id="176"] .text-image-full-1-wrapper .text-image-full-1-content p {
      font-family: Poppins;
      font-weight: 400;
      font-size: 14px;
      letter-spacing: 0.1em;
      line-height: 2em;
      color: #3b3d44;
      max-font-size: 100px; }
  .sf-block-text-image-full-1[data-block-id="176"] .text-image-full-1-wrapper .text-image-full-1-button-wrapper {
    text-align: center;
    margin-top: 60px;
    display: block; }
    .sf-block-text-image-full-1[data-block-id="176"] .text-image-full-1-wrapper .text-image-full-1-button-wrapper a.text-image-full-1-button {
      padding: 15px 45px;
      border-radius: 100px;
      background-color: #ff821e;
      text-decoration: none;
      display: inline-block;
      font-family: Poppins;
      font-weight: 400;
      font-size: 18px;
      letter-spacing: 0.085em;
      line-height: 1.9em;
      color: white;
      max-font-size: 100px; }
    .sf-block-text-image-full-1[data-block-id="176"] .text-image-full-1-wrapper .text-image-full-1-button-wrapper a.text-image-full-1-button:hover {
      color: white;
      background-color: #ff821e; }

.sf-block-text-image-full-1[data-block-id="182"] .text-image-full-1-wrapper {
  background-color: white;
  display: flex;
  flex-wrap: wrap;
  padding-top: 0;
  padding-bottom: 0; }
  @media (max-width: 991.98px) {
    .sf-block-text-image-full-1[data-block-id="182"] .text-image-full-1-wrapper {
      flex-wrap: wrap-reverse; } }
  .sf-block-text-image-full-1[data-block-id="182"] .text-image-full-1-wrapper .text-image-full-1-column {
    width: 50%;
    position: relative; }
    @media (max-width: 991.98px) {
      .sf-block-text-image-full-1[data-block-id="182"] .text-image-full-1-wrapper .text-image-full-1-column {
        width: 100%; } }
  .sf-block-text-image-full-1[data-block-id="182"] .text-image-full-1-wrapper .text-image-full-1-column:nth-child(1) {
    padding: 125px;
    display: flex;
    align-items: center; }
    @media (max-width: 1199.98px) {
      .sf-block-text-image-full-1[data-block-id="182"] .text-image-full-1-wrapper .text-image-full-1-column:nth-child(1) {
        padding: 50px; } }
    @media (max-width: 767.98px) {
      .sf-block-text-image-full-1[data-block-id="182"] .text-image-full-1-wrapper .text-image-full-1-column:nth-child(1) {
        padding: 30px 25px; } }
  .sf-block-text-image-full-1[data-block-id="182"] .text-image-full-1-wrapper .text-image-full-1-overlay {
    position: absolute;
    background-color: transparent;
    width: 100%;
    height: 100%;
    pointer-events: none; }
  .sf-block-text-image-full-1[data-block-id="182"] .text-image-full-1-wrapper .text-image-full-1-image {
    width: 100%;
    height: 100%;
    max-height: 100%;
    background-size: cover;
    background-position: center center;
    min-height: 650px; }
    @media (max-width: 991.98px) {
      .sf-block-text-image-full-1[data-block-id="182"] .text-image-full-1-wrapper .text-image-full-1-image {
        height: 30vh;
        min-height: 0; } }
  .sf-block-text-image-full-1[data-block-id="182"] .text-image-full-1-wrapper .text-image-full-1-content {
    max-width: 460px;
    margin: 0 auto; }
    @media (max-width: 991.98px) {
      .sf-block-text-image-full-1[data-block-id="182"] .text-image-full-1-wrapper .text-image-full-1-content {
        max-width: 730px;
        margin: 0 auto; } }
    .sf-block-text-image-full-1[data-block-id="182"] .text-image-full-1-wrapper .text-image-full-1-content h2 {
      font-family: Poppins;
      font-weight: 700;
      font-size: 28px;
      letter-spacing: 0.085em;
      line-height: 1.5em;
      color: #3b3d44;
      max-font-size: 100px;
      margin-bottom: 20px; }
      @media (max-width: 991.98px) {
        .sf-block-text-image-full-1[data-block-id="182"] .text-image-full-1-wrapper .text-image-full-1-content h2 {
          font-size: 21.53846px; } }
    .sf-block-text-image-full-1[data-block-id="182"] .text-image-full-1-wrapper .text-image-full-1-content p {
      font-family: Poppins;
      font-weight: 400;
      font-size: 14px;
      letter-spacing: 0.1em;
      line-height: 2em;
      color: #3b3d44;
      max-font-size: 100px; }
  .sf-block-text-image-full-1[data-block-id="182"] .text-image-full-1-wrapper .text-image-full-1-button-wrapper {
    text-align: center;
    margin-top: 60px;
    display: block; }
    .sf-block-text-image-full-1[data-block-id="182"] .text-image-full-1-wrapper .text-image-full-1-button-wrapper a.text-image-full-1-button {
      padding: 15px 45px;
      border-radius: 100px;
      background-color: #ff821e;
      text-decoration: none;
      display: inline-block;
      font-family: Poppins;
      font-weight: 400;
      font-size: 18px;
      letter-spacing: 0.085em;
      line-height: 1.9em;
      color: white;
      max-font-size: 100px; }
    .sf-block-text-image-full-1[data-block-id="182"] .text-image-full-1-wrapper .text-image-full-1-button-wrapper a.text-image-full-1-button:hover {
      color: white;
      background-color: #ff821e; }

.sf-block-text-image-full-1[data-block-id="262"] .text-image-full-1-wrapper {
  background-color: white;
  display: flex;
  flex-wrap: wrap;
  padding-top: 0;
  padding-bottom: 0; }
  @media (max-width: 991.98px) {
    .sf-block-text-image-full-1[data-block-id="262"] .text-image-full-1-wrapper {
      flex-wrap: wrap-reverse; } }
  .sf-block-text-image-full-1[data-block-id="262"] .text-image-full-1-wrapper .text-image-full-1-column {
    width: 50%;
    position: relative; }
    @media (max-width: 991.98px) {
      .sf-block-text-image-full-1[data-block-id="262"] .text-image-full-1-wrapper .text-image-full-1-column {
        width: 100%; } }
  .sf-block-text-image-full-1[data-block-id="262"] .text-image-full-1-wrapper .text-image-full-1-column:nth-child(1) {
    padding: 125px;
    display: flex;
    align-items: center; }
    @media (max-width: 1199.98px) {
      .sf-block-text-image-full-1[data-block-id="262"] .text-image-full-1-wrapper .text-image-full-1-column:nth-child(1) {
        padding: 50px; } }
    @media (max-width: 767.98px) {
      .sf-block-text-image-full-1[data-block-id="262"] .text-image-full-1-wrapper .text-image-full-1-column:nth-child(1) {
        padding: 30px 25px; } }
  .sf-block-text-image-full-1[data-block-id="262"] .text-image-full-1-wrapper .text-image-full-1-overlay {
    position: absolute;
    background-color: transparent;
    width: 100%;
    height: 100%;
    pointer-events: none; }
  .sf-block-text-image-full-1[data-block-id="262"] .text-image-full-1-wrapper .text-image-full-1-image {
    width: 100%;
    height: 100%;
    max-height: 100%;
    background-size: cover;
    background-position: center center;
    min-height: 650px; }
    @media (max-width: 991.98px) {
      .sf-block-text-image-full-1[data-block-id="262"] .text-image-full-1-wrapper .text-image-full-1-image {
        height: 30vh;
        min-height: 0; } }
  .sf-block-text-image-full-1[data-block-id="262"] .text-image-full-1-wrapper .text-image-full-1-content {
    max-width: 460px;
    margin: 0 auto; }
    @media (max-width: 991.98px) {
      .sf-block-text-image-full-1[data-block-id="262"] .text-image-full-1-wrapper .text-image-full-1-content {
        max-width: 730px;
        margin: 0 auto; } }
    .sf-block-text-image-full-1[data-block-id="262"] .text-image-full-1-wrapper .text-image-full-1-content h2 {
      font-family: Poppins;
      font-weight: 700;
      font-size: 28px;
      letter-spacing: 0.085em;
      line-height: 1.5em;
      color: #3b3d44;
      max-font-size: 100px;
      margin-bottom: 20px; }
      @media (max-width: 991.98px) {
        .sf-block-text-image-full-1[data-block-id="262"] .text-image-full-1-wrapper .text-image-full-1-content h2 {
          font-size: 21.53846px; } }
    .sf-block-text-image-full-1[data-block-id="262"] .text-image-full-1-wrapper .text-image-full-1-content p {
      font-family: Poppins;
      font-weight: 400;
      font-size: 14px;
      letter-spacing: 0.1em;
      line-height: 2em;
      color: #3b3d44;
      max-font-size: 100px; }
  .sf-block-text-image-full-1[data-block-id="262"] .text-image-full-1-wrapper .text-image-full-1-button-wrapper {
    text-align: center;
    margin-top: 60px;
    display: block; }
    .sf-block-text-image-full-1[data-block-id="262"] .text-image-full-1-wrapper .text-image-full-1-button-wrapper a.text-image-full-1-button {
      padding: 15px 45px;
      border-radius: 100px;
      background-color: #ff821e;
      text-decoration: none;
      display: inline-block;
      font-family: Poppins;
      font-weight: 400;
      font-size: 18px;
      letter-spacing: 0.085em;
      line-height: 1.9em;
      color: white;
      max-font-size: 100px; }
    .sf-block-text-image-full-1[data-block-id="262"] .text-image-full-1-wrapper .text-image-full-1-button-wrapper a.text-image-full-1-button:hover {
      color: white;
      background-color: #ff821e; }

.sf-block-text-image-full-1[data-block-id="295"] .text-image-full-1-wrapper {
  background-color: white;
  display: flex;
  flex-wrap: wrap;
  padding-top: 0;
  padding-bottom: 0; }
  @media (max-width: 991.98px) {
    .sf-block-text-image-full-1[data-block-id="295"] .text-image-full-1-wrapper {
      flex-wrap: wrap-reverse; } }
  .sf-block-text-image-full-1[data-block-id="295"] .text-image-full-1-wrapper .text-image-full-1-column {
    width: 50%;
    position: relative; }
    @media (max-width: 991.98px) {
      .sf-block-text-image-full-1[data-block-id="295"] .text-image-full-1-wrapper .text-image-full-1-column {
        width: 100%; } }
  .sf-block-text-image-full-1[data-block-id="295"] .text-image-full-1-wrapper .text-image-full-1-column:nth-child(1) {
    padding: 125px;
    display: flex;
    align-items: center; }
    @media (max-width: 1199.98px) {
      .sf-block-text-image-full-1[data-block-id="295"] .text-image-full-1-wrapper .text-image-full-1-column:nth-child(1) {
        padding: 50px; } }
    @media (max-width: 767.98px) {
      .sf-block-text-image-full-1[data-block-id="295"] .text-image-full-1-wrapper .text-image-full-1-column:nth-child(1) {
        padding: 30px 25px; } }
  .sf-block-text-image-full-1[data-block-id="295"] .text-image-full-1-wrapper .text-image-full-1-overlay {
    position: absolute;
    background-color: transparent;
    width: 100%;
    height: 100%;
    pointer-events: none; }
  .sf-block-text-image-full-1[data-block-id="295"] .text-image-full-1-wrapper .text-image-full-1-image {
    width: 100%;
    height: 100%;
    max-height: 100%;
    background-size: cover;
    background-position: center center;
    min-height: 650px; }
    @media (max-width: 991.98px) {
      .sf-block-text-image-full-1[data-block-id="295"] .text-image-full-1-wrapper .text-image-full-1-image {
        height: 30vh;
        min-height: 0; } }
  .sf-block-text-image-full-1[data-block-id="295"] .text-image-full-1-wrapper .text-image-full-1-content {
    max-width: 460px;
    margin: 0 auto; }
    @media (max-width: 991.98px) {
      .sf-block-text-image-full-1[data-block-id="295"] .text-image-full-1-wrapper .text-image-full-1-content {
        max-width: 730px;
        margin: 0 auto; } }
    .sf-block-text-image-full-1[data-block-id="295"] .text-image-full-1-wrapper .text-image-full-1-content h2 {
      font-family: Poppins;
      font-weight: 700;
      font-size: 28px;
      letter-spacing: 0.085em;
      line-height: 1.5em;
      color: #3b3d44;
      max-font-size: 100px;
      margin-bottom: 20px; }
      @media (max-width: 991.98px) {
        .sf-block-text-image-full-1[data-block-id="295"] .text-image-full-1-wrapper .text-image-full-1-content h2 {
          font-size: 21.53846px; } }
    .sf-block-text-image-full-1[data-block-id="295"] .text-image-full-1-wrapper .text-image-full-1-content p {
      font-family: Poppins;
      font-weight: 400;
      font-size: 14px;
      letter-spacing: 0.1em;
      line-height: 2em;
      color: #3b3d44;
      max-font-size: 100px; }
  .sf-block-text-image-full-1[data-block-id="295"] .text-image-full-1-wrapper .text-image-full-1-button-wrapper {
    text-align: center;
    margin-top: 60px;
    display: block; }
    .sf-block-text-image-full-1[data-block-id="295"] .text-image-full-1-wrapper .text-image-full-1-button-wrapper a.text-image-full-1-button {
      padding: 15px 45px;
      border-radius: 100px;
      background-color: #ff821e;
      text-decoration: none;
      display: inline-block;
      font-family: Poppins;
      font-weight: 400;
      font-size: 18px;
      letter-spacing: 0.085em;
      line-height: 1.9em;
      color: white;
      max-font-size: 100px; }
    .sf-block-text-image-full-1[data-block-id="295"] .text-image-full-1-wrapper .text-image-full-1-button-wrapper a.text-image-full-1-button:hover {
      color: white;
      background-color: #ff821e; }

.sf-block-text-image-full-1[data-block-id="297"] .text-image-full-1-wrapper {
  background-color: white;
  display: flex;
  flex-wrap: wrap;
  padding-top: 0;
  padding-bottom: 0; }
  @media (max-width: 991.98px) {
    .sf-block-text-image-full-1[data-block-id="297"] .text-image-full-1-wrapper {
      flex-wrap: wrap-reverse; } }
  .sf-block-text-image-full-1[data-block-id="297"] .text-image-full-1-wrapper .text-image-full-1-column {
    width: 50%;
    position: relative; }
    @media (max-width: 991.98px) {
      .sf-block-text-image-full-1[data-block-id="297"] .text-image-full-1-wrapper .text-image-full-1-column {
        width: 100%; } }
  .sf-block-text-image-full-1[data-block-id="297"] .text-image-full-1-wrapper .text-image-full-1-column:nth-child(1) {
    padding: 125px;
    display: flex;
    align-items: center; }
    @media (max-width: 1199.98px) {
      .sf-block-text-image-full-1[data-block-id="297"] .text-image-full-1-wrapper .text-image-full-1-column:nth-child(1) {
        padding: 50px; } }
    @media (max-width: 767.98px) {
      .sf-block-text-image-full-1[data-block-id="297"] .text-image-full-1-wrapper .text-image-full-1-column:nth-child(1) {
        padding: 30px 25px; } }
  .sf-block-text-image-full-1[data-block-id="297"] .text-image-full-1-wrapper .text-image-full-1-overlay {
    position: absolute;
    background-color: transparent;
    width: 100%;
    height: 100%;
    pointer-events: none; }
  .sf-block-text-image-full-1[data-block-id="297"] .text-image-full-1-wrapper .text-image-full-1-image {
    width: 100%;
    height: 100%;
    max-height: 100%;
    background-size: cover;
    background-position: center center;
    min-height: 650px; }
    @media (max-width: 991.98px) {
      .sf-block-text-image-full-1[data-block-id="297"] .text-image-full-1-wrapper .text-image-full-1-image {
        height: 30vh;
        min-height: 0; } }
  .sf-block-text-image-full-1[data-block-id="297"] .text-image-full-1-wrapper .text-image-full-1-content {
    max-width: 460px;
    margin: 0 auto; }
    @media (max-width: 991.98px) {
      .sf-block-text-image-full-1[data-block-id="297"] .text-image-full-1-wrapper .text-image-full-1-content {
        max-width: 730px;
        margin: 0 auto; } }
    .sf-block-text-image-full-1[data-block-id="297"] .text-image-full-1-wrapper .text-image-full-1-content h2 {
      font-family: Poppins;
      font-weight: 700;
      font-size: 28px;
      letter-spacing: 0.085em;
      line-height: 1.5em;
      color: #3b3d44;
      max-font-size: 100px;
      margin-bottom: 20px; }
      @media (max-width: 991.98px) {
        .sf-block-text-image-full-1[data-block-id="297"] .text-image-full-1-wrapper .text-image-full-1-content h2 {
          font-size: 21.53846px; } }
    .sf-block-text-image-full-1[data-block-id="297"] .text-image-full-1-wrapper .text-image-full-1-content p {
      font-family: Poppins;
      font-weight: 400;
      font-size: 14px;
      letter-spacing: 0.1em;
      line-height: 2em;
      color: #3b3d44;
      max-font-size: 100px; }
  .sf-block-text-image-full-1[data-block-id="297"] .text-image-full-1-wrapper .text-image-full-1-button-wrapper {
    text-align: center;
    margin-top: 60px;
    display: block; }
    .sf-block-text-image-full-1[data-block-id="297"] .text-image-full-1-wrapper .text-image-full-1-button-wrapper a.text-image-full-1-button {
      padding: 15px 45px;
      border-radius: 100px;
      background-color: #ff821e;
      text-decoration: none;
      display: inline-block;
      font-family: Poppins;
      font-weight: 400;
      font-size: 18px;
      letter-spacing: 0.085em;
      line-height: 1.9em;
      color: white;
      max-font-size: 100px; }
    .sf-block-text-image-full-1[data-block-id="297"] .text-image-full-1-wrapper .text-image-full-1-button-wrapper a.text-image-full-1-button:hover {
      color: white;
      background-color: #ff821e; }

.sf-block-text-image-full-1[data-block-id="298"] .text-image-full-1-wrapper {
  background-color: white;
  display: flex;
  flex-wrap: wrap;
  padding-top: 0;
  padding-bottom: 0; }
  @media (max-width: 991.98px) {
    .sf-block-text-image-full-1[data-block-id="298"] .text-image-full-1-wrapper {
      flex-wrap: wrap-reverse; } }
  .sf-block-text-image-full-1[data-block-id="298"] .text-image-full-1-wrapper .text-image-full-1-column {
    width: 50%;
    position: relative; }
    @media (max-width: 991.98px) {
      .sf-block-text-image-full-1[data-block-id="298"] .text-image-full-1-wrapper .text-image-full-1-column {
        width: 100%; } }
  .sf-block-text-image-full-1[data-block-id="298"] .text-image-full-1-wrapper .text-image-full-1-column:nth-child(1) {
    padding: 125px;
    display: flex;
    align-items: center; }
    @media (max-width: 1199.98px) {
      .sf-block-text-image-full-1[data-block-id="298"] .text-image-full-1-wrapper .text-image-full-1-column:nth-child(1) {
        padding: 50px; } }
    @media (max-width: 767.98px) {
      .sf-block-text-image-full-1[data-block-id="298"] .text-image-full-1-wrapper .text-image-full-1-column:nth-child(1) {
        padding: 30px 25px; } }
  .sf-block-text-image-full-1[data-block-id="298"] .text-image-full-1-wrapper .text-image-full-1-overlay {
    position: absolute;
    background-color: transparent;
    width: 100%;
    height: 100%;
    pointer-events: none; }
  .sf-block-text-image-full-1[data-block-id="298"] .text-image-full-1-wrapper .text-image-full-1-image {
    width: 100%;
    height: 100%;
    max-height: 100%;
    background-size: cover;
    background-position: center center;
    min-height: 650px; }
    @media (max-width: 991.98px) {
      .sf-block-text-image-full-1[data-block-id="298"] .text-image-full-1-wrapper .text-image-full-1-image {
        height: 30vh;
        min-height: 0; } }
  .sf-block-text-image-full-1[data-block-id="298"] .text-image-full-1-wrapper .text-image-full-1-content {
    max-width: 460px;
    margin: 0 auto; }
    @media (max-width: 991.98px) {
      .sf-block-text-image-full-1[data-block-id="298"] .text-image-full-1-wrapper .text-image-full-1-content {
        max-width: 730px;
        margin: 0 auto; } }
    .sf-block-text-image-full-1[data-block-id="298"] .text-image-full-1-wrapper .text-image-full-1-content h2 {
      font-family: Poppins;
      font-weight: 700;
      font-size: 28px;
      letter-spacing: 0.085em;
      line-height: 1.5em;
      color: #3b3d44;
      max-font-size: 100px;
      margin-bottom: 20px; }
      @media (max-width: 991.98px) {
        .sf-block-text-image-full-1[data-block-id="298"] .text-image-full-1-wrapper .text-image-full-1-content h2 {
          font-size: 21.53846px; } }
    .sf-block-text-image-full-1[data-block-id="298"] .text-image-full-1-wrapper .text-image-full-1-content p {
      font-family: Poppins;
      font-weight: 400;
      font-size: 14px;
      letter-spacing: 0.1em;
      line-height: 2em;
      color: #3b3d44;
      max-font-size: 100px; }
  .sf-block-text-image-full-1[data-block-id="298"] .text-image-full-1-wrapper .text-image-full-1-button-wrapper {
    text-align: center;
    margin-top: 60px;
    display: block; }
    .sf-block-text-image-full-1[data-block-id="298"] .text-image-full-1-wrapper .text-image-full-1-button-wrapper a.text-image-full-1-button {
      padding: 15px 45px;
      border-radius: 100px;
      background-color: #ff821e;
      text-decoration: none;
      display: inline-block;
      font-family: Poppins;
      font-weight: 400;
      font-size: 18px;
      letter-spacing: 0.085em;
      line-height: 1.9em;
      color: white;
      max-font-size: 100px; }
    .sf-block-text-image-full-1[data-block-id="298"] .text-image-full-1-wrapper .text-image-full-1-button-wrapper a.text-image-full-1-button:hover {
      color: white;
      background-color: #ff821e; }

.sf-block-text-image-full-1[data-block-id="299"] .text-image-full-1-wrapper {
  background-color: white;
  display: flex;
  flex-wrap: wrap;
  padding-top: 0;
  padding-bottom: 0; }
  @media (max-width: 991.98px) {
    .sf-block-text-image-full-1[data-block-id="299"] .text-image-full-1-wrapper {
      flex-wrap: wrap-reverse; } }
  .sf-block-text-image-full-1[data-block-id="299"] .text-image-full-1-wrapper .text-image-full-1-column {
    width: 50%;
    position: relative; }
    @media (max-width: 991.98px) {
      .sf-block-text-image-full-1[data-block-id="299"] .text-image-full-1-wrapper .text-image-full-1-column {
        width: 100%; } }
  .sf-block-text-image-full-1[data-block-id="299"] .text-image-full-1-wrapper .text-image-full-1-column:nth-child(1) {
    padding: 125px;
    display: flex;
    align-items: center; }
    @media (max-width: 1199.98px) {
      .sf-block-text-image-full-1[data-block-id="299"] .text-image-full-1-wrapper .text-image-full-1-column:nth-child(1) {
        padding: 50px; } }
    @media (max-width: 767.98px) {
      .sf-block-text-image-full-1[data-block-id="299"] .text-image-full-1-wrapper .text-image-full-1-column:nth-child(1) {
        padding: 30px 25px; } }
  .sf-block-text-image-full-1[data-block-id="299"] .text-image-full-1-wrapper .text-image-full-1-overlay {
    position: absolute;
    background-color: transparent;
    width: 100%;
    height: 100%;
    pointer-events: none; }
  .sf-block-text-image-full-1[data-block-id="299"] .text-image-full-1-wrapper .text-image-full-1-image {
    width: 100%;
    height: 100%;
    max-height: 100%;
    background-size: cover;
    background-position: center center;
    min-height: 650px; }
    @media (max-width: 991.98px) {
      .sf-block-text-image-full-1[data-block-id="299"] .text-image-full-1-wrapper .text-image-full-1-image {
        height: 30vh;
        min-height: 0; } }
  .sf-block-text-image-full-1[data-block-id="299"] .text-image-full-1-wrapper .text-image-full-1-content {
    max-width: 460px;
    margin: 0 auto; }
    @media (max-width: 991.98px) {
      .sf-block-text-image-full-1[data-block-id="299"] .text-image-full-1-wrapper .text-image-full-1-content {
        max-width: 730px;
        margin: 0 auto; } }
    .sf-block-text-image-full-1[data-block-id="299"] .text-image-full-1-wrapper .text-image-full-1-content h2 {
      font-family: Poppins;
      font-weight: 700;
      font-size: 28px;
      letter-spacing: 0.085em;
      line-height: 1.5em;
      color: #3b3d44;
      max-font-size: 100px;
      margin-bottom: 20px; }
      @media (max-width: 991.98px) {
        .sf-block-text-image-full-1[data-block-id="299"] .text-image-full-1-wrapper .text-image-full-1-content h2 {
          font-size: 21.53846px; } }
    .sf-block-text-image-full-1[data-block-id="299"] .text-image-full-1-wrapper .text-image-full-1-content p {
      font-family: Poppins;
      font-weight: 400;
      font-size: 14px;
      letter-spacing: 0.1em;
      line-height: 2em;
      color: #3b3d44;
      max-font-size: 100px; }
  .sf-block-text-image-full-1[data-block-id="299"] .text-image-full-1-wrapper .text-image-full-1-button-wrapper {
    text-align: center;
    margin-top: 60px;
    display: block; }
    .sf-block-text-image-full-1[data-block-id="299"] .text-image-full-1-wrapper .text-image-full-1-button-wrapper a.text-image-full-1-button {
      padding: 15px 45px;
      border-radius: 100px;
      background-color: #ff821e;
      text-decoration: none;
      display: inline-block;
      font-family: Poppins;
      font-weight: 400;
      font-size: 18px;
      letter-spacing: 0.085em;
      line-height: 1.9em;
      color: white;
      max-font-size: 100px; }
    .sf-block-text-image-full-1[data-block-id="299"] .text-image-full-1-wrapper .text-image-full-1-button-wrapper a.text-image-full-1-button:hover {
      color: white;
      background-color: #ff821e; }

.sf-block-text-image-full-1[data-block-id="334"] .text-image-full-1-wrapper {
  background-color: white;
  display: flex;
  flex-wrap: wrap;
  padding-top: 0;
  padding-bottom: 0; }
  @media (max-width: 991.98px) {
    .sf-block-text-image-full-1[data-block-id="334"] .text-image-full-1-wrapper {
      flex-wrap: wrap-reverse; } }
  .sf-block-text-image-full-1[data-block-id="334"] .text-image-full-1-wrapper .text-image-full-1-column {
    width: 50%;
    position: relative; }
    @media (max-width: 991.98px) {
      .sf-block-text-image-full-1[data-block-id="334"] .text-image-full-1-wrapper .text-image-full-1-column {
        width: 100%; } }
  .sf-block-text-image-full-1[data-block-id="334"] .text-image-full-1-wrapper .text-image-full-1-column:nth-child(1) {
    padding: 125px;
    display: flex;
    align-items: center; }
    @media (max-width: 1199.98px) {
      .sf-block-text-image-full-1[data-block-id="334"] .text-image-full-1-wrapper .text-image-full-1-column:nth-child(1) {
        padding: 50px; } }
    @media (max-width: 767.98px) {
      .sf-block-text-image-full-1[data-block-id="334"] .text-image-full-1-wrapper .text-image-full-1-column:nth-child(1) {
        padding: 30px 25px; } }
  .sf-block-text-image-full-1[data-block-id="334"] .text-image-full-1-wrapper .text-image-full-1-overlay {
    position: absolute;
    background-color: transparent;
    width: 100%;
    height: 100%;
    pointer-events: none; }
  .sf-block-text-image-full-1[data-block-id="334"] .text-image-full-1-wrapper .text-image-full-1-image {
    width: 100%;
    height: 100%;
    max-height: 100%;
    background-size: cover;
    background-position: center center;
    min-height: 650px; }
    @media (max-width: 991.98px) {
      .sf-block-text-image-full-1[data-block-id="334"] .text-image-full-1-wrapper .text-image-full-1-image {
        height: 30vh;
        min-height: 0; } }
  .sf-block-text-image-full-1[data-block-id="334"] .text-image-full-1-wrapper .text-image-full-1-content {
    max-width: 460px;
    margin: 0 auto; }
    @media (max-width: 991.98px) {
      .sf-block-text-image-full-1[data-block-id="334"] .text-image-full-1-wrapper .text-image-full-1-content {
        max-width: 730px;
        margin: 0 auto; } }
    .sf-block-text-image-full-1[data-block-id="334"] .text-image-full-1-wrapper .text-image-full-1-content h2 {
      font-family: Poppins;
      font-weight: 700;
      font-size: 28px;
      letter-spacing: 0.085em;
      line-height: 1.5em;
      color: #3b3d44;
      max-font-size: 100px;
      margin-bottom: 20px; }
      @media (max-width: 991.98px) {
        .sf-block-text-image-full-1[data-block-id="334"] .text-image-full-1-wrapper .text-image-full-1-content h2 {
          font-size: 21.53846px; } }
    .sf-block-text-image-full-1[data-block-id="334"] .text-image-full-1-wrapper .text-image-full-1-content p {
      font-family: Poppins;
      font-weight: 400;
      font-size: 14px;
      letter-spacing: 0.1em;
      line-height: 2em;
      color: #3b3d44;
      max-font-size: 100px; }
  .sf-block-text-image-full-1[data-block-id="334"] .text-image-full-1-wrapper .text-image-full-1-button-wrapper {
    text-align: center;
    margin-top: 60px;
    display: block; }
    .sf-block-text-image-full-1[data-block-id="334"] .text-image-full-1-wrapper .text-image-full-1-button-wrapper a.text-image-full-1-button {
      padding: 15px 45px;
      border-radius: 100px;
      background-color: #ff821e;
      text-decoration: none;
      display: inline-block;
      font-family: Poppins;
      font-weight: 400;
      font-size: 18px;
      letter-spacing: 0.085em;
      line-height: 1.9em;
      color: white;
      max-font-size: 100px; }
    .sf-block-text-image-full-1[data-block-id="334"] .text-image-full-1-wrapper .text-image-full-1-button-wrapper a.text-image-full-1-button:hover {
      color: white;
      background-color: #ff821e; }

.sf-block-text-image-full-1[data-block-id="360"] .text-image-full-1-wrapper {
  background-color: white;
  display: flex;
  flex-wrap: wrap;
  padding-top: 0;
  padding-bottom: 0; }
  @media (max-width: 991.98px) {
    .sf-block-text-image-full-1[data-block-id="360"] .text-image-full-1-wrapper {
      flex-wrap: wrap-reverse; } }
  .sf-block-text-image-full-1[data-block-id="360"] .text-image-full-1-wrapper .text-image-full-1-column {
    width: 50%;
    position: relative; }
    @media (max-width: 991.98px) {
      .sf-block-text-image-full-1[data-block-id="360"] .text-image-full-1-wrapper .text-image-full-1-column {
        width: 100%; } }
  .sf-block-text-image-full-1[data-block-id="360"] .text-image-full-1-wrapper .text-image-full-1-column:nth-child(1) {
    padding: 125px;
    display: flex;
    align-items: center; }
    @media (max-width: 1199.98px) {
      .sf-block-text-image-full-1[data-block-id="360"] .text-image-full-1-wrapper .text-image-full-1-column:nth-child(1) {
        padding: 50px; } }
    @media (max-width: 767.98px) {
      .sf-block-text-image-full-1[data-block-id="360"] .text-image-full-1-wrapper .text-image-full-1-column:nth-child(1) {
        padding: 30px 25px; } }
  .sf-block-text-image-full-1[data-block-id="360"] .text-image-full-1-wrapper .text-image-full-1-overlay {
    position: absolute;
    background-color: transparent;
    width: 100%;
    height: 100%;
    pointer-events: none; }
  .sf-block-text-image-full-1[data-block-id="360"] .text-image-full-1-wrapper .text-image-full-1-image {
    width: 100%;
    height: 100%;
    max-height: 100%;
    background-size: cover;
    background-position: center center;
    min-height: 650px; }
    @media (max-width: 991.98px) {
      .sf-block-text-image-full-1[data-block-id="360"] .text-image-full-1-wrapper .text-image-full-1-image {
        height: 30vh;
        min-height: 0; } }
  .sf-block-text-image-full-1[data-block-id="360"] .text-image-full-1-wrapper .text-image-full-1-content {
    max-width: 460px;
    margin: 0 auto; }
    @media (max-width: 991.98px) {
      .sf-block-text-image-full-1[data-block-id="360"] .text-image-full-1-wrapper .text-image-full-1-content {
        max-width: 730px;
        margin: 0 auto; } }
    .sf-block-text-image-full-1[data-block-id="360"] .text-image-full-1-wrapper .text-image-full-1-content h2 {
      font-family: Poppins;
      font-weight: 700;
      font-size: 28px;
      letter-spacing: 0.085em;
      line-height: 1.5em;
      color: #3b3d44;
      max-font-size: 100px;
      margin-bottom: 20px; }
      @media (max-width: 991.98px) {
        .sf-block-text-image-full-1[data-block-id="360"] .text-image-full-1-wrapper .text-image-full-1-content h2 {
          font-size: 21.53846px; } }
    .sf-block-text-image-full-1[data-block-id="360"] .text-image-full-1-wrapper .text-image-full-1-content p {
      font-family: Poppins;
      font-weight: 400;
      font-size: 14px;
      letter-spacing: 0.1em;
      line-height: 2em;
      color: #3b3d44;
      max-font-size: 100px; }
  .sf-block-text-image-full-1[data-block-id="360"] .text-image-full-1-wrapper .text-image-full-1-button-wrapper {
    text-align: center;
    margin-top: 60px;
    display: block; }
    .sf-block-text-image-full-1[data-block-id="360"] .text-image-full-1-wrapper .text-image-full-1-button-wrapper a.text-image-full-1-button {
      padding: 15px 45px;
      border-radius: 100px;
      background-color: #ff821e;
      text-decoration: none;
      display: inline-block;
      font-family: Poppins;
      font-weight: 400;
      font-size: 18px;
      letter-spacing: 0.085em;
      line-height: 1.9em;
      color: white;
      max-font-size: 100px; }
    .sf-block-text-image-full-1[data-block-id="360"] .text-image-full-1-wrapper .text-image-full-1-button-wrapper a.text-image-full-1-button:hover {
      color: white;
      background-color: #ff821e; }

.sf-block-text-image-full-1[data-block-id="516"] .text-image-full-1-wrapper {
  background-color: white;
  display: flex;
  flex-wrap: wrap;
  padding-top: 0;
  padding-bottom: 0; }
  @media (max-width: 991.98px) {
    .sf-block-text-image-full-1[data-block-id="516"] .text-image-full-1-wrapper {
      flex-wrap: wrap-reverse; } }
  .sf-block-text-image-full-1[data-block-id="516"] .text-image-full-1-wrapper .text-image-full-1-column {
    width: 50%;
    position: relative; }
    @media (max-width: 991.98px) {
      .sf-block-text-image-full-1[data-block-id="516"] .text-image-full-1-wrapper .text-image-full-1-column {
        width: 100%; } }
  .sf-block-text-image-full-1[data-block-id="516"] .text-image-full-1-wrapper .text-image-full-1-column:nth-child(1) {
    padding: 125px;
    display: flex;
    align-items: center; }
    @media (max-width: 1199.98px) {
      .sf-block-text-image-full-1[data-block-id="516"] .text-image-full-1-wrapper .text-image-full-1-column:nth-child(1) {
        padding: 50px; } }
    @media (max-width: 767.98px) {
      .sf-block-text-image-full-1[data-block-id="516"] .text-image-full-1-wrapper .text-image-full-1-column:nth-child(1) {
        padding: 30px 25px; } }
  .sf-block-text-image-full-1[data-block-id="516"] .text-image-full-1-wrapper .text-image-full-1-overlay {
    position: absolute;
    background-color: transparent;
    width: 100%;
    height: 100%;
    pointer-events: none; }
  .sf-block-text-image-full-1[data-block-id="516"] .text-image-full-1-wrapper .text-image-full-1-image {
    width: 100%;
    height: 100%;
    max-height: 100%;
    background-size: cover;
    background-position: center center;
    min-height: 650px; }
    @media (max-width: 991.98px) {
      .sf-block-text-image-full-1[data-block-id="516"] .text-image-full-1-wrapper .text-image-full-1-image {
        height: 30vh;
        min-height: 0; } }
  .sf-block-text-image-full-1[data-block-id="516"] .text-image-full-1-wrapper .text-image-full-1-content {
    max-width: 460px;
    margin: 0 auto; }
    @media (max-width: 991.98px) {
      .sf-block-text-image-full-1[data-block-id="516"] .text-image-full-1-wrapper .text-image-full-1-content {
        max-width: 730px;
        margin: 0 auto; } }
    .sf-block-text-image-full-1[data-block-id="516"] .text-image-full-1-wrapper .text-image-full-1-content h2 {
      font-family: Poppins;
      font-weight: 700;
      font-size: 28px;
      letter-spacing: 0.085em;
      line-height: 1.5em;
      color: #3b3d44;
      max-font-size: 100px;
      margin-bottom: 20px; }
      @media (max-width: 991.98px) {
        .sf-block-text-image-full-1[data-block-id="516"] .text-image-full-1-wrapper .text-image-full-1-content h2 {
          font-size: 21.53846px; } }
    .sf-block-text-image-full-1[data-block-id="516"] .text-image-full-1-wrapper .text-image-full-1-content p {
      font-family: Poppins;
      font-weight: 400;
      font-size: 14px;
      letter-spacing: 0.1em;
      line-height: 2em;
      color: #3b3d44;
      max-font-size: 100px; }
  .sf-block-text-image-full-1[data-block-id="516"] .text-image-full-1-wrapper .text-image-full-1-button-wrapper {
    text-align: center;
    margin-top: 60px;
    display: block; }
    .sf-block-text-image-full-1[data-block-id="516"] .text-image-full-1-wrapper .text-image-full-1-button-wrapper a.text-image-full-1-button {
      padding: 15px 45px;
      border-radius: 100px;
      background-color: #ff821e;
      text-decoration: none;
      display: inline-block;
      font-family: Poppins;
      font-weight: 400;
      font-size: 18px;
      letter-spacing: 0.085em;
      line-height: 1.9em;
      color: white;
      max-font-size: 100px; }
    .sf-block-text-image-full-1[data-block-id="516"] .text-image-full-1-wrapper .text-image-full-1-button-wrapper a.text-image-full-1-button:hover {
      color: white;
      background-color: #ff821e; }

.sf-block-904[data-block-id="121"] .peoplecards-wrapper {
  padding-top: 60px;
  padding-bottom: 60px;
  background: white; }
  @media (max-width: 767.98px) {
    .sf-block-904[data-block-id="121"] .peoplecards-wrapper {
      padding-top: 30px; } }
  @media (max-width: 767.98px) {
    .sf-block-904[data-block-id="121"] .peoplecards-wrapper {
      padding-bottom: 30px; } }

.sf-block-904[data-block-id="121"] .peoplecards-items {
  display: flex;
  flex-wrap: wrap;
  margin-left: -14px;
  margin-right: -14px;
  margin-bottom: -14px;
  justify-content: center; }
  @media (max-width: 566.98px) {
    .sf-block-904[data-block-id="121"] .peoplecards-items {
      margin-left: 0px;
      margin-right: 0px; } }

.sf-block-904[data-block-id="121"] .peoplecards-item {
  width: 282px;
  height: 600px;
  position: relative;
  margin-bottom: 14px;
  overflow: hidden;
  background-color: #fafbfb;
  margin-left: 7px;
  margin-right: 7px;
  display: flex;
  justify-content: center; }
  .sf-block-904[data-block-id="121"] .peoplecards-item a {
    display: block;
    height: 100%; }

.sf-block-904[data-block-id="121"] .peoplecards-content {
  position: absolute;
  z-index: 3;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: flex-end;
  pointer-events: none; }

.sf-block-904[data-block-id="121"] .peoplecards-content-inner {
  padding: 20px 20px 15px 20px;
  height: 60%;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  /* Mobile devices might auto link phone numbers, this makes them clickable */ }
  .sf-block-904[data-block-id="121"] .peoplecards-content-inner .personal-links-container {
    display: flex;
    margin-top: auto; }
    .sf-block-904[data-block-id="121"] .peoplecards-content-inner .personal-links-container .social-icon-container {
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 40px;
      height: 40px; }
      .sf-block-904[data-block-id="121"] .peoplecards-content-inner .personal-links-container .social-icon-container:first-child {
        margin-right: 5px; }
      .sf-block-904[data-block-id="121"] .peoplecards-content-inner .personal-links-container .social-icon-container .item-link {
        width: 40px !important;
        height: 40px !important;
        font-size: 0.01px !important;
        cursor: pointer; }
      .sf-block-904[data-block-id="121"] .peoplecards-content-inner .personal-links-container .social-icon-container .item-icon {
        position: absolute;
        pointer-events: none;
        color: #ff821e; }
  .sf-block-904[data-block-id="121"] .peoplecards-content-inner p {
    font-family: Poppins;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 1.5em;
    color: #000000;
    max-font-size: 100px; }
  .sf-block-904[data-block-id="121"] .peoplecards-content-inner a {
    pointer-events: all; }
  .sf-block-904[data-block-id="121"] .peoplecards-content-inner .text-container {
    margin-top: 20px; }
  .sf-block-904[data-block-id="121"] .peoplecards-content-inner .peoplecards-label {
    display: block;
    font-family: Poppins;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0.115em;
    line-height: 1.5em;
    color: #ffffff;
    max-font-size: 100px;
    text-transform: uppercase; }
  .sf-block-904[data-block-id="121"] .peoplecards-content-inner .editField {
    pointer-events: all; }

.sf-block-904[data-block-id="121"] .peoplecards-background-image {
  z-index: 1;
  margin-top: 40px;
  width: 150px;
  height: 150px;
  border-radius: 100%;
  transition: all 1.5s ease;
  background-size: cover;
  background-position: center center;
  border: 2px solid;
  border-color: #70bf9a; }
  .sf-block-904[data-block-id="121"] .peoplecards-background-image:hover {
    transform: scale(1.025); }

.sf-block-904[data-block-id="121"] .peoplecards-arrow {
  position: absolute;
  z-index: 1000;
  bottom: 14px;
  right: 20px; }
  .sf-block-904[data-block-id="121"] .peoplecards-arrow svg {
    font-family: Poppins;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0.115em;
    line-height: 1.5em;
    color: #ffffff;
    max-font-size: 100px;
    stroke: currentColor; }

.sf-block-904[data-block-id="125"] .peoplecards-wrapper {
  padding-top: 60px;
  padding-bottom: 120px;
  background: white; }
  @media (max-width: 767.98px) {
    .sf-block-904[data-block-id="125"] .peoplecards-wrapper {
      padding-top: 30px; } }
  @media (max-width: 767.98px) {
    .sf-block-904[data-block-id="125"] .peoplecards-wrapper {
      padding-bottom: 60px; } }

.sf-block-904[data-block-id="125"] .peoplecards-items {
  display: flex;
  flex-wrap: wrap;
  margin-left: -14px;
  margin-right: -14px;
  margin-bottom: -14px;
  justify-content: center; }
  @media (max-width: 566.98px) {
    .sf-block-904[data-block-id="125"] .peoplecards-items {
      margin-left: 0px;
      margin-right: 0px; } }

.sf-block-904[data-block-id="125"] .peoplecards-item {
  width: 282px;
  height: 600px;
  position: relative;
  margin-bottom: 14px;
  overflow: hidden;
  background-color: #fafbfb;
  margin-left: 7px;
  margin-right: 7px;
  display: flex;
  justify-content: center; }
  .sf-block-904[data-block-id="125"] .peoplecards-item a {
    display: block;
    height: 100%; }

.sf-block-904[data-block-id="125"] .peoplecards-content {
  position: absolute;
  z-index: 3;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: flex-end;
  pointer-events: none; }

.sf-block-904[data-block-id="125"] .peoplecards-content-inner {
  padding: 20px 20px 15px 20px;
  height: 60%;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  /* Mobile devices might auto link phone numbers, this makes them clickable */ }
  .sf-block-904[data-block-id="125"] .peoplecards-content-inner .personal-links-container {
    display: flex;
    margin-top: auto; }
    .sf-block-904[data-block-id="125"] .peoplecards-content-inner .personal-links-container .social-icon-container {
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 40px;
      height: 40px; }
      .sf-block-904[data-block-id="125"] .peoplecards-content-inner .personal-links-container .social-icon-container:first-child {
        margin-right: 5px; }
      .sf-block-904[data-block-id="125"] .peoplecards-content-inner .personal-links-container .social-icon-container .item-link {
        width: 40px !important;
        height: 40px !important;
        font-size: 0.01px !important;
        cursor: pointer; }
      .sf-block-904[data-block-id="125"] .peoplecards-content-inner .personal-links-container .social-icon-container .item-icon {
        position: absolute;
        pointer-events: none;
        color: #ff821e; }
  .sf-block-904[data-block-id="125"] .peoplecards-content-inner p {
    color: #000000;
    font-size: 14px;
    font-family: Poppins;
    font-weight: 400;
    line-height: 1.5em;
    letter-spacing: 0.1em; }
  .sf-block-904[data-block-id="125"] .peoplecards-content-inner a {
    pointer-events: all; }
  .sf-block-904[data-block-id="125"] .peoplecards-content-inner .text-container {
    margin-top: 20px; }
  .sf-block-904[data-block-id="125"] .peoplecards-content-inner .peoplecards-label {
    display: block;
    color: #ffffff;
    font-size: 12px;
    font-family: Poppins;
    font-weight: 400;
    line-height: 1.5em;
    letter-spacing: 0.115em;
    text-transform: uppercase; }
  .sf-block-904[data-block-id="125"] .peoplecards-content-inner .editField {
    pointer-events: all; }

.sf-block-904[data-block-id="125"] .peoplecards-background-image {
  z-index: 1;
  margin-top: 40px;
  width: 150px;
  height: 150px;
  border-radius: 100%;
  transition: all 1.5s ease;
  background-size: cover;
  background-position: center center;
  border: 2px solid;
  border-color: #70bf9a; }
  .sf-block-904[data-block-id="125"] .peoplecards-background-image:hover {
    transform: scale(1.025); }

.sf-block-904[data-block-id="125"] .peoplecards-arrow {
  position: absolute;
  z-index: 1000;
  bottom: 14px;
  right: 20px; }
  .sf-block-904[data-block-id="125"] .peoplecards-arrow svg {
    color: #ffffff;
    font-size: 12px;
    font-family: Poppins;
    font-weight: 400;
    line-height: 1.5em;
    letter-spacing: 0.115em;
    stroke: currentColor; }

.sf-block-904[data-block-id="127"] .peoplecards-wrapper {
  padding-top: 60px;
  padding-bottom: 120px;
  background: white; }
  @media (max-width: 767.98px) {
    .sf-block-904[data-block-id="127"] .peoplecards-wrapper {
      padding-top: 30px; } }
  @media (max-width: 767.98px) {
    .sf-block-904[data-block-id="127"] .peoplecards-wrapper {
      padding-bottom: 60px; } }

.sf-block-904[data-block-id="127"] .peoplecards-items {
  display: flex;
  flex-wrap: wrap;
  margin-left: -14px;
  margin-right: -14px;
  margin-bottom: -14px;
  justify-content: center; }
  @media (max-width: 566.98px) {
    .sf-block-904[data-block-id="127"] .peoplecards-items {
      margin-left: 0px;
      margin-right: 0px; } }

.sf-block-904[data-block-id="127"] .peoplecards-item {
  width: 282px;
  height: 600px;
  position: relative;
  margin-bottom: 14px;
  overflow: hidden;
  background-color: #fafbfb;
  margin-left: 7px;
  margin-right: 7px;
  display: flex;
  justify-content: center; }
  .sf-block-904[data-block-id="127"] .peoplecards-item a {
    display: block;
    height: 100%; }

.sf-block-904[data-block-id="127"] .peoplecards-content {
  position: absolute;
  z-index: 3;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: flex-end;
  pointer-events: none; }

.sf-block-904[data-block-id="127"] .peoplecards-content-inner {
  padding: 20px 20px 15px 20px;
  height: 60%;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  /* Mobile devices might auto link phone numbers, this makes them clickable */ }
  .sf-block-904[data-block-id="127"] .peoplecards-content-inner .personal-links-container {
    display: flex;
    margin-top: auto; }
    .sf-block-904[data-block-id="127"] .peoplecards-content-inner .personal-links-container .social-icon-container {
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 40px;
      height: 40px; }
      .sf-block-904[data-block-id="127"] .peoplecards-content-inner .personal-links-container .social-icon-container:first-child {
        margin-right: 5px; }
      .sf-block-904[data-block-id="127"] .peoplecards-content-inner .personal-links-container .social-icon-container .item-link {
        width: 40px !important;
        height: 40px !important;
        font-size: 0.01px !important;
        cursor: pointer; }
      .sf-block-904[data-block-id="127"] .peoplecards-content-inner .personal-links-container .social-icon-container .item-icon {
        position: absolute;
        pointer-events: none;
        color: #ff821e; }
  .sf-block-904[data-block-id="127"] .peoplecards-content-inner p {
    color: #000000;
    font-size: 14px;
    font-family: Poppins;
    font-weight: 400;
    line-height: 1.5em;
    letter-spacing: 0.1em; }
  .sf-block-904[data-block-id="127"] .peoplecards-content-inner a {
    pointer-events: all; }
  .sf-block-904[data-block-id="127"] .peoplecards-content-inner .text-container {
    margin-top: 20px; }
  .sf-block-904[data-block-id="127"] .peoplecards-content-inner .peoplecards-label {
    display: block;
    color: #ffffff;
    font-size: 12px;
    font-family: Poppins;
    font-weight: 400;
    line-height: 1.5em;
    letter-spacing: 0.115em;
    text-transform: uppercase; }
  .sf-block-904[data-block-id="127"] .peoplecards-content-inner .editField {
    pointer-events: all; }

.sf-block-904[data-block-id="127"] .peoplecards-background-image {
  z-index: 1;
  margin-top: 40px;
  width: 150px;
  height: 150px;
  border-radius: 100%;
  transition: all 1.5s ease;
  background-size: cover;
  background-position: center center;
  border: 2px solid;
  border-color: #70bf9a; }
  .sf-block-904[data-block-id="127"] .peoplecards-background-image:hover {
    transform: scale(1.025); }

.sf-block-904[data-block-id="127"] .peoplecards-arrow {
  position: absolute;
  z-index: 1000;
  bottom: 14px;
  right: 20px; }
  .sf-block-904[data-block-id="127"] .peoplecards-arrow svg {
    color: #ffffff;
    font-size: 12px;
    font-family: Poppins;
    font-weight: 400;
    line-height: 1.5em;
    letter-spacing: 0.115em;
    stroke: currentColor; }

.sf-block-904[data-block-id="129"] .peoplecards-wrapper {
  padding-top: 60px;
  padding-bottom: 60px;
  background: white; }
  @media (max-width: 767.98px) {
    .sf-block-904[data-block-id="129"] .peoplecards-wrapper {
      padding-top: 30px; } }
  @media (max-width: 767.98px) {
    .sf-block-904[data-block-id="129"] .peoplecards-wrapper {
      padding-bottom: 30px; } }

.sf-block-904[data-block-id="129"] .peoplecards-items {
  display: flex;
  flex-wrap: wrap;
  margin-left: -14px;
  margin-right: -14px;
  margin-bottom: -14px;
  justify-content: center; }
  @media (max-width: 566.98px) {
    .sf-block-904[data-block-id="129"] .peoplecards-items {
      margin-left: 0px;
      margin-right: 0px; } }

.sf-block-904[data-block-id="129"] .peoplecards-item {
  width: 282px;
  height: 600px;
  position: relative;
  margin-bottom: 14px;
  overflow: hidden;
  background-color: #fafbfb;
  margin-left: 7px;
  margin-right: 7px;
  display: flex;
  justify-content: center; }
  .sf-block-904[data-block-id="129"] .peoplecards-item a {
    display: block;
    height: 100%; }

.sf-block-904[data-block-id="129"] .peoplecards-content {
  position: absolute;
  z-index: 3;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: flex-end;
  pointer-events: none; }

.sf-block-904[data-block-id="129"] .peoplecards-content-inner {
  padding: 20px 20px 15px 20px;
  height: 60%;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  /* Mobile devices might auto link phone numbers, this makes them clickable */ }
  .sf-block-904[data-block-id="129"] .peoplecards-content-inner .personal-links-container {
    display: flex;
    margin-top: auto; }
    .sf-block-904[data-block-id="129"] .peoplecards-content-inner .personal-links-container .social-icon-container {
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 40px;
      height: 40px; }
      .sf-block-904[data-block-id="129"] .peoplecards-content-inner .personal-links-container .social-icon-container:first-child {
        margin-right: 5px; }
      .sf-block-904[data-block-id="129"] .peoplecards-content-inner .personal-links-container .social-icon-container .item-link {
        width: 40px !important;
        height: 40px !important;
        font-size: 0.01px !important;
        cursor: pointer; }
      .sf-block-904[data-block-id="129"] .peoplecards-content-inner .personal-links-container .social-icon-container .item-icon {
        position: absolute;
        pointer-events: none;
        color: #ff821e; }
  .sf-block-904[data-block-id="129"] .peoplecards-content-inner p {
    color: #000000;
    font-size: 14px;
    font-family: Poppins;
    font-weight: 400;
    line-height: 1.5em;
    letter-spacing: 0.1em; }
  .sf-block-904[data-block-id="129"] .peoplecards-content-inner a {
    pointer-events: all; }
  .sf-block-904[data-block-id="129"] .peoplecards-content-inner .text-container {
    margin-top: 20px; }
  .sf-block-904[data-block-id="129"] .peoplecards-content-inner .peoplecards-label {
    display: block;
    color: #ffffff;
    font-size: 12px;
    font-family: Poppins;
    font-weight: 400;
    line-height: 1.5em;
    letter-spacing: 0.115em;
    text-transform: uppercase; }
  .sf-block-904[data-block-id="129"] .peoplecards-content-inner .editField {
    pointer-events: all; }

.sf-block-904[data-block-id="129"] .peoplecards-background-image {
  z-index: 1;
  margin-top: 40px;
  width: 150px;
  height: 150px;
  border-radius: 100%;
  transition: all 1.5s ease;
  background-size: cover;
  background-position: center center;
  border: 2px solid;
  border-color: #70bf9a; }
  .sf-block-904[data-block-id="129"] .peoplecards-background-image:hover {
    transform: scale(1.025); }

.sf-block-904[data-block-id="129"] .peoplecards-arrow {
  position: absolute;
  z-index: 1000;
  bottom: 14px;
  right: 20px; }
  .sf-block-904[data-block-id="129"] .peoplecards-arrow svg {
    color: #ffffff;
    font-size: 12px;
    font-family: Poppins;
    font-weight: 400;
    line-height: 1.5em;
    letter-spacing: 0.115em;
    stroke: currentColor; }

.sf-block-904[data-block-id="131"] .peoplecards-wrapper {
  padding-top: 60px;
  padding-bottom: 60px;
  background: white; }
  @media (max-width: 767.98px) {
    .sf-block-904[data-block-id="131"] .peoplecards-wrapper {
      padding-top: 30px; } }
  @media (max-width: 767.98px) {
    .sf-block-904[data-block-id="131"] .peoplecards-wrapper {
      padding-bottom: 30px; } }

.sf-block-904[data-block-id="131"] .peoplecards-items {
  display: flex;
  flex-wrap: wrap;
  margin-left: -14px;
  margin-right: -14px;
  margin-bottom: -14px;
  justify-content: center; }
  @media (max-width: 566.98px) {
    .sf-block-904[data-block-id="131"] .peoplecards-items {
      margin-left: 0px;
      margin-right: 0px; } }

.sf-block-904[data-block-id="131"] .peoplecards-item {
  width: 282px;
  height: 600px;
  position: relative;
  margin-bottom: 14px;
  overflow: hidden;
  background-color: #fafbfb;
  margin-left: 7px;
  margin-right: 7px;
  display: flex;
  justify-content: center; }
  .sf-block-904[data-block-id="131"] .peoplecards-item a {
    display: block;
    height: 100%; }

.sf-block-904[data-block-id="131"] .peoplecards-content {
  position: absolute;
  z-index: 3;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: flex-end;
  pointer-events: none; }

.sf-block-904[data-block-id="131"] .peoplecards-content-inner {
  padding: 20px 20px 15px 20px;
  height: 60%;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  /* Mobile devices might auto link phone numbers, this makes them clickable */ }
  .sf-block-904[data-block-id="131"] .peoplecards-content-inner .personal-links-container {
    display: flex;
    margin-top: auto; }
    .sf-block-904[data-block-id="131"] .peoplecards-content-inner .personal-links-container .social-icon-container {
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 40px;
      height: 40px; }
      .sf-block-904[data-block-id="131"] .peoplecards-content-inner .personal-links-container .social-icon-container:first-child {
        margin-right: 5px; }
      .sf-block-904[data-block-id="131"] .peoplecards-content-inner .personal-links-container .social-icon-container .item-link {
        width: 40px !important;
        height: 40px !important;
        font-size: 0.01px !important;
        cursor: pointer; }
      .sf-block-904[data-block-id="131"] .peoplecards-content-inner .personal-links-container .social-icon-container .item-icon {
        position: absolute;
        pointer-events: none;
        color: #ff821e; }
  .sf-block-904[data-block-id="131"] .peoplecards-content-inner p {
    color: #000000;
    font-size: 14px;
    font-family: Poppins;
    font-weight: 400;
    line-height: 1.5em;
    letter-spacing: 0.1em; }
  .sf-block-904[data-block-id="131"] .peoplecards-content-inner a {
    pointer-events: all; }
  .sf-block-904[data-block-id="131"] .peoplecards-content-inner .text-container {
    margin-top: 20px; }
  .sf-block-904[data-block-id="131"] .peoplecards-content-inner .peoplecards-label {
    display: block;
    color: #ffffff;
    font-size: 12px;
    font-family: Poppins;
    font-weight: 400;
    line-height: 1.5em;
    letter-spacing: 0.115em;
    text-transform: uppercase; }
  .sf-block-904[data-block-id="131"] .peoplecards-content-inner .editField {
    pointer-events: all; }

.sf-block-904[data-block-id="131"] .peoplecards-background-image {
  z-index: 1;
  margin-top: 40px;
  width: 150px;
  height: 150px;
  border-radius: 100%;
  transition: all 1.5s ease;
  background-size: cover;
  background-position: center center;
  border: 2px solid;
  border-color: #70bf9a; }
  .sf-block-904[data-block-id="131"] .peoplecards-background-image:hover {
    transform: scale(1.025); }

.sf-block-904[data-block-id="131"] .peoplecards-arrow {
  position: absolute;
  z-index: 1000;
  bottom: 14px;
  right: 20px; }
  .sf-block-904[data-block-id="131"] .peoplecards-arrow svg {
    color: #ffffff;
    font-size: 12px;
    font-family: Poppins;
    font-weight: 400;
    line-height: 1.5em;
    letter-spacing: 0.115em;
    stroke: currentColor; }

.sf-block-904[data-block-id="303"] .peoplecards-wrapper {
  padding-top: 60px;
  padding-bottom: 60px;
  background: white; }
  @media (max-width: 767.98px) {
    .sf-block-904[data-block-id="303"] .peoplecards-wrapper {
      padding-top: 30px; } }
  @media (max-width: 767.98px) {
    .sf-block-904[data-block-id="303"] .peoplecards-wrapper {
      padding-bottom: 30px; } }

.sf-block-904[data-block-id="303"] .peoplecards-items {
  display: flex;
  flex-wrap: wrap;
  margin-left: -14px;
  margin-right: -14px;
  margin-bottom: -14px;
  justify-content: center; }
  @media (max-width: 566.98px) {
    .sf-block-904[data-block-id="303"] .peoplecards-items {
      margin-left: 0px;
      margin-right: 0px; } }

.sf-block-904[data-block-id="303"] .peoplecards-item {
  width: 282px;
  height: 600px;
  position: relative;
  margin-bottom: 14px;
  overflow: hidden;
  background-color: #fafbfb;
  margin-left: 7px;
  margin-right: 7px;
  display: flex;
  justify-content: center; }
  .sf-block-904[data-block-id="303"] .peoplecards-item a {
    display: block;
    height: 100%; }

.sf-block-904[data-block-id="303"] .peoplecards-content {
  position: absolute;
  z-index: 3;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: flex-end;
  pointer-events: none; }

.sf-block-904[data-block-id="303"] .peoplecards-content-inner {
  padding: 20px 20px 15px 20px;
  height: 60%;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  /* Mobile devices might auto link phone numbers, this makes them clickable */ }
  .sf-block-904[data-block-id="303"] .peoplecards-content-inner .personal-links-container {
    display: flex;
    margin-top: auto; }
    .sf-block-904[data-block-id="303"] .peoplecards-content-inner .personal-links-container .social-icon-container {
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 40px;
      height: 40px; }
      .sf-block-904[data-block-id="303"] .peoplecards-content-inner .personal-links-container .social-icon-container:first-child {
        margin-right: 5px; }
      .sf-block-904[data-block-id="303"] .peoplecards-content-inner .personal-links-container .social-icon-container .item-link {
        width: 40px !important;
        height: 40px !important;
        font-size: 0.01px !important;
        cursor: pointer; }
      .sf-block-904[data-block-id="303"] .peoplecards-content-inner .personal-links-container .social-icon-container .item-icon {
        position: absolute;
        pointer-events: none;
        color: #ff821e; }
  .sf-block-904[data-block-id="303"] .peoplecards-content-inner p {
    font-family: Poppins;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 1.5em;
    color: #000000;
    max-font-size: 100px; }
  .sf-block-904[data-block-id="303"] .peoplecards-content-inner a {
    pointer-events: all; }
  .sf-block-904[data-block-id="303"] .peoplecards-content-inner .text-container {
    margin-top: 20px; }
  .sf-block-904[data-block-id="303"] .peoplecards-content-inner .peoplecards-label {
    display: block;
    font-family: Poppins;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0.115em;
    line-height: 1.5em;
    color: #ffffff;
    max-font-size: 100px;
    text-transform: uppercase; }
  .sf-block-904[data-block-id="303"] .peoplecards-content-inner .editField {
    pointer-events: all; }

.sf-block-904[data-block-id="303"] .peoplecards-background-image {
  z-index: 1;
  margin-top: 40px;
  width: 150px;
  height: 150px;
  border-radius: 100%;
  transition: all 1.5s ease;
  background-size: cover;
  background-position: center center;
  border: 2px solid;
  border-color: #70bf9a; }
  .sf-block-904[data-block-id="303"] .peoplecards-background-image:hover {
    transform: scale(1.025); }

.sf-block-904[data-block-id="303"] .peoplecards-arrow {
  position: absolute;
  z-index: 1000;
  bottom: 14px;
  right: 20px; }
  .sf-block-904[data-block-id="303"] .peoplecards-arrow svg {
    font-family: Poppins;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0.115em;
    line-height: 1.5em;
    color: #ffffff;
    max-font-size: 100px;
    stroke: currentColor; }

.sf-block-904[data-block-id="532"] .peoplecards-wrapper {
  padding-top: 60px;
  padding-bottom: 60px;
  background: white; }
  @media (max-width: 767.98px) {
    .sf-block-904[data-block-id="532"] .peoplecards-wrapper {
      padding-top: 30px; } }
  @media (max-width: 767.98px) {
    .sf-block-904[data-block-id="532"] .peoplecards-wrapper {
      padding-bottom: 30px; } }

.sf-block-904[data-block-id="532"] .peoplecards-items {
  display: flex;
  flex-wrap: wrap;
  margin-left: -14px;
  margin-right: -14px;
  margin-bottom: -14px;
  justify-content: center; }
  @media (max-width: 566.98px) {
    .sf-block-904[data-block-id="532"] .peoplecards-items {
      margin-left: 0px;
      margin-right: 0px; } }

.sf-block-904[data-block-id="532"] .peoplecards-item {
  width: 282px;
  height: 600px;
  position: relative;
  margin-bottom: 14px;
  overflow: hidden;
  background-color: #fafbfb;
  margin-left: 7px;
  margin-right: 7px;
  display: flex;
  justify-content: center; }
  .sf-block-904[data-block-id="532"] .peoplecards-item a {
    display: block;
    height: 100%; }

.sf-block-904[data-block-id="532"] .peoplecards-content {
  position: absolute;
  z-index: 3;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: flex-end;
  pointer-events: none; }

.sf-block-904[data-block-id="532"] .peoplecards-content-inner {
  padding: 20px 20px 15px 20px;
  height: 60%;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  /* Mobile devices might auto link phone numbers, this makes them clickable */ }
  .sf-block-904[data-block-id="532"] .peoplecards-content-inner .personal-links-container {
    display: flex;
    margin-top: auto; }
    .sf-block-904[data-block-id="532"] .peoplecards-content-inner .personal-links-container .social-icon-container {
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 40px;
      height: 40px; }
      .sf-block-904[data-block-id="532"] .peoplecards-content-inner .personal-links-container .social-icon-container:first-child {
        margin-right: 5px; }
      .sf-block-904[data-block-id="532"] .peoplecards-content-inner .personal-links-container .social-icon-container .item-link {
        width: 40px !important;
        height: 40px !important;
        font-size: 0.01px !important;
        cursor: pointer; }
      .sf-block-904[data-block-id="532"] .peoplecards-content-inner .personal-links-container .social-icon-container .item-icon {
        position: absolute;
        pointer-events: none;
        color: #ff821e; }
  .sf-block-904[data-block-id="532"] .peoplecards-content-inner p {
    font-family: Poppins;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 1.5em;
    color: #000000;
    max-font-size: 100px; }
  .sf-block-904[data-block-id="532"] .peoplecards-content-inner a {
    pointer-events: all; }
  .sf-block-904[data-block-id="532"] .peoplecards-content-inner .text-container {
    margin-top: 20px; }
  .sf-block-904[data-block-id="532"] .peoplecards-content-inner .peoplecards-label {
    display: block;
    font-family: Poppins;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0.115em;
    line-height: 1.5em;
    color: #ffffff;
    max-font-size: 100px;
    text-transform: uppercase; }
  .sf-block-904[data-block-id="532"] .peoplecards-content-inner .editField {
    pointer-events: all; }

.sf-block-904[data-block-id="532"] .peoplecards-background-image {
  z-index: 1;
  margin-top: 40px;
  width: 150px;
  height: 150px;
  border-radius: 100%;
  transition: all 1.5s ease;
  background-size: cover;
  background-position: center center;
  border: 2px solid;
  border-color: #70bf9a; }
  .sf-block-904[data-block-id="532"] .peoplecards-background-image:hover {
    transform: scale(1.025); }

.sf-block-904[data-block-id="532"] .peoplecards-arrow {
  position: absolute;
  z-index: 1000;
  bottom: 14px;
  right: 20px; }
  .sf-block-904[data-block-id="532"] .peoplecards-arrow svg {
    font-family: Poppins;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0.115em;
    line-height: 1.5em;
    color: #ffffff;
    max-font-size: 100px;
    stroke: currentColor; }

.sf-block-909[data-block-id="134"] .infocardsrepeaters-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  padding-top: 60px;
  padding-bottom: 60px;
  flex-wrap: wrap; }
  @media (max-width: 767.98px) {
    .sf-block-909[data-block-id="134"] .infocardsrepeaters-wrapper {
      padding-top: 30px; } }
  @media (max-width: 767.98px) {
    .sf-block-909[data-block-id="134"] .infocardsrepeaters-wrapper {
      padding-bottom: 30px; } }
  @media (max-width: 991.98px) {
    .sf-block-909[data-block-id="134"] .infocardsrepeaters-wrapper {
      display: block; } }
  .sf-block-909[data-block-id="134"] .infocardsrepeaters-wrapper .infocardsrepeaters-column {
    flex: 1;
    flex-basis: 21%;
    max-width: 400px;
    display: flex;
    /* vertical stretch */
    justify-content: center;
    align-items: flex-start;
    background-color: #fafbfb;
    padding: 20px;
    margin-bottom: 15px;
    margin-right: 15px; }
    @media (max-width: 991.98px) {
      .sf-block-909[data-block-id="134"] .infocardsrepeaters-wrapper .infocardsrepeaters-column {
        max-width: 100%; } }
    .sf-block-909[data-block-id="134"] .infocardsrepeaters-wrapper .infocardsrepeaters-column > div {
      display: flex;
      flex-direction: column;
      align-items: center; }
      .sf-block-909[data-block-id="134"] .infocardsrepeaters-wrapper .infocardsrepeaters-column > div h3 {
        text-align: center !important;
        margin-bottom: 5px; }
    @media (max-width: 991.98px) {
      .sf-block-909[data-block-id="134"] .infocardsrepeaters-wrapper .infocardsrepeaters-column {
        margin: 0 0 30px 0; } }
    .sf-block-909[data-block-id="134"] .infocardsrepeaters-wrapper .infocardsrepeaters-column:nth-child(4), .sf-block-909[data-block-id="134"] .infocardsrepeaters-wrapper .infocardsrepeaters-column:last-child {
      margin-right: 0; }
      @media (max-width: 991.98px) {
        .sf-block-909[data-block-id="134"] .infocardsrepeaters-wrapper .infocardsrepeaters-column:nth-child(4), .sf-block-909[data-block-id="134"] .infocardsrepeaters-wrapper .infocardsrepeaters-column:last-child {
          margin: 0 0 0 0; } }

.sf-block-909[data-block-id="134"] .infocardsrepeaters-image {
  margin-bottom: 15px;
  max-width: 80px;
  border-radius: 100%; }

.sf-block-909[data-block-id="134"] h3 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.085em;
  line-height: 1.6em;
  color: #3b3d44;
  max-font-size: 100px; }
  @media (max-width: 991.98px) {
    .sf-block-909[data-block-id="134"] h3 {
      font-size: 16.66667px; } }

.sf-block-909[data-block-id="134"] p, .sf-block-909[data-block-id="134"] li {
  font-family: Poppins;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 2em;
  color: #3b3d44;
  max-font-size: 100px; }

.sf-block-909[data-block-id="141"] .infocardsrepeaters-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  padding-top: 60px;
  padding-bottom: 0px;
  flex-wrap: wrap; }
  @media (max-width: 767.98px) {
    .sf-block-909[data-block-id="141"] .infocardsrepeaters-wrapper {
      padding-top: 30px; } }
  @media (max-width: 991.98px) {
    .sf-block-909[data-block-id="141"] .infocardsrepeaters-wrapper {
      display: block; } }
  .sf-block-909[data-block-id="141"] .infocardsrepeaters-wrapper .infocardsrepeaters-column {
    flex: 1;
    flex-basis: 21%;
    max-width: 400px;
    display: flex;
    /* vertical stretch */
    justify-content: center;
    align-items: flex-start;
    background-color: #fafbfb;
    padding: 20px;
    margin-bottom: 15px;
    margin-right: 15px; }
    @media (max-width: 991.98px) {
      .sf-block-909[data-block-id="141"] .infocardsrepeaters-wrapper .infocardsrepeaters-column {
        max-width: 100%; } }
    .sf-block-909[data-block-id="141"] .infocardsrepeaters-wrapper .infocardsrepeaters-column > div {
      display: flex;
      flex-direction: column;
      align-items: center; }
      .sf-block-909[data-block-id="141"] .infocardsrepeaters-wrapper .infocardsrepeaters-column > div h3 {
        text-align: center !important;
        margin-bottom: 5px; }
    @media (max-width: 991.98px) {
      .sf-block-909[data-block-id="141"] .infocardsrepeaters-wrapper .infocardsrepeaters-column {
        margin: 0 0 30px 0; } }
    .sf-block-909[data-block-id="141"] .infocardsrepeaters-wrapper .infocardsrepeaters-column:nth-child(4), .sf-block-909[data-block-id="141"] .infocardsrepeaters-wrapper .infocardsrepeaters-column:last-child {
      margin-right: 0; }
      @media (max-width: 991.98px) {
        .sf-block-909[data-block-id="141"] .infocardsrepeaters-wrapper .infocardsrepeaters-column:nth-child(4), .sf-block-909[data-block-id="141"] .infocardsrepeaters-wrapper .infocardsrepeaters-column:last-child {
          margin: 0 0 0 0; } }

.sf-block-909[data-block-id="141"] .infocardsrepeaters-image {
  margin-bottom: 15px;
  max-width: 80px;
  border-radius: 100%; }

.sf-block-909[data-block-id="141"] h3 {
  color: #3b3d44;
  font-size: 20px;
  font-family: Poppins;
  font-weight: 700;
  line-height: 1.6em;
  letter-spacing: 0.085em; }
  @media (max-width: 991.98px) {
    .sf-block-909[data-block-id="141"] h3 {
      font-size: 16.66667px; } }

.sf-block-909[data-block-id="141"] p, .sf-block-909[data-block-id="141"] li {
  color: #3b3d44;
  font-size: 14px;
  font-family: Poppins;
  font-weight: 400;
  line-height: 2em;
  letter-spacing: 0.1em; }

.sf-block-909[data-block-id="169"] .infocardsrepeaters-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  padding-top: 60px;
  padding-bottom: 60px;
  flex-wrap: wrap; }
  @media (max-width: 767.98px) {
    .sf-block-909[data-block-id="169"] .infocardsrepeaters-wrapper {
      padding-top: 30px; } }
  @media (max-width: 767.98px) {
    .sf-block-909[data-block-id="169"] .infocardsrepeaters-wrapper {
      padding-bottom: 30px; } }
  @media (max-width: 991.98px) {
    .sf-block-909[data-block-id="169"] .infocardsrepeaters-wrapper {
      display: block; } }
  .sf-block-909[data-block-id="169"] .infocardsrepeaters-wrapper .infocardsrepeaters-column {
    flex: 1;
    flex-basis: 21%;
    max-width: 400px;
    display: flex;
    /* vertical stretch */
    justify-content: center;
    align-items: flex-start;
    background-color: #fafbfb;
    padding: 20px;
    margin-bottom: 15px;
    margin-right: 15px; }
    @media (max-width: 991.98px) {
      .sf-block-909[data-block-id="169"] .infocardsrepeaters-wrapper .infocardsrepeaters-column {
        max-width: 100%; } }
    .sf-block-909[data-block-id="169"] .infocardsrepeaters-wrapper .infocardsrepeaters-column > div {
      display: flex;
      flex-direction: column;
      align-items: center; }
      .sf-block-909[data-block-id="169"] .infocardsrepeaters-wrapper .infocardsrepeaters-column > div h3 {
        text-align: center !important;
        margin-bottom: 5px; }
    @media (max-width: 991.98px) {
      .sf-block-909[data-block-id="169"] .infocardsrepeaters-wrapper .infocardsrepeaters-column {
        margin: 0 0 30px 0; } }
    .sf-block-909[data-block-id="169"] .infocardsrepeaters-wrapper .infocardsrepeaters-column:nth-child(4), .sf-block-909[data-block-id="169"] .infocardsrepeaters-wrapper .infocardsrepeaters-column:last-child {
      margin-right: 0; }
      @media (max-width: 991.98px) {
        .sf-block-909[data-block-id="169"] .infocardsrepeaters-wrapper .infocardsrepeaters-column:nth-child(4), .sf-block-909[data-block-id="169"] .infocardsrepeaters-wrapper .infocardsrepeaters-column:last-child {
          margin: 0 0 0 0; } }

.sf-block-909[data-block-id="169"] .infocardsrepeaters-image {
  margin-bottom: 15px;
  max-width: 80px;
  border-radius: 100%; }

.sf-block-909[data-block-id="169"] h3 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.085em;
  line-height: 1.6em;
  color: #3b3d44;
  max-font-size: 100px; }
  @media (max-width: 991.98px) {
    .sf-block-909[data-block-id="169"] h3 {
      font-size: 16.66667px; } }

.sf-block-909[data-block-id="169"] p, .sf-block-909[data-block-id="169"] li {
  font-family: Poppins;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 2em;
  color: #3b3d44;
  max-font-size: 100px; }

.sf-block-909[data-block-id="173"] .infocardsrepeaters-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  padding-top: 60px;
  padding-bottom: 60px;
  flex-wrap: wrap; }
  @media (max-width: 767.98px) {
    .sf-block-909[data-block-id="173"] .infocardsrepeaters-wrapper {
      padding-top: 30px; } }
  @media (max-width: 767.98px) {
    .sf-block-909[data-block-id="173"] .infocardsrepeaters-wrapper {
      padding-bottom: 30px; } }
  @media (max-width: 991.98px) {
    .sf-block-909[data-block-id="173"] .infocardsrepeaters-wrapper {
      display: block; } }
  .sf-block-909[data-block-id="173"] .infocardsrepeaters-wrapper .infocardsrepeaters-column {
    flex: 1;
    flex-basis: 21%;
    max-width: 400px;
    display: flex;
    /* vertical stretch */
    justify-content: center;
    align-items: flex-start;
    background-color: #fafbfb;
    padding: 20px;
    margin-bottom: 15px;
    margin-right: 15px; }
    @media (max-width: 991.98px) {
      .sf-block-909[data-block-id="173"] .infocardsrepeaters-wrapper .infocardsrepeaters-column {
        max-width: 100%; } }
    .sf-block-909[data-block-id="173"] .infocardsrepeaters-wrapper .infocardsrepeaters-column > div {
      display: flex;
      flex-direction: column;
      align-items: center; }
      .sf-block-909[data-block-id="173"] .infocardsrepeaters-wrapper .infocardsrepeaters-column > div h3 {
        text-align: center !important;
        margin-bottom: 5px; }
    @media (max-width: 991.98px) {
      .sf-block-909[data-block-id="173"] .infocardsrepeaters-wrapper .infocardsrepeaters-column {
        margin: 0 0 30px 0; } }
    .sf-block-909[data-block-id="173"] .infocardsrepeaters-wrapper .infocardsrepeaters-column:nth-child(4), .sf-block-909[data-block-id="173"] .infocardsrepeaters-wrapper .infocardsrepeaters-column:last-child {
      margin-right: 0; }
      @media (max-width: 991.98px) {
        .sf-block-909[data-block-id="173"] .infocardsrepeaters-wrapper .infocardsrepeaters-column:nth-child(4), .sf-block-909[data-block-id="173"] .infocardsrepeaters-wrapper .infocardsrepeaters-column:last-child {
          margin: 0 0 0 0; } }

.sf-block-909[data-block-id="173"] .infocardsrepeaters-image {
  margin-bottom: 15px;
  max-width: 80px;
  border-radius: 100%; }

.sf-block-909[data-block-id="173"] h3 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.085em;
  line-height: 1.6em;
  color: #3b3d44;
  max-font-size: 100px; }
  @media (max-width: 991.98px) {
    .sf-block-909[data-block-id="173"] h3 {
      font-size: 16.66667px; } }

.sf-block-909[data-block-id="173"] p, .sf-block-909[data-block-id="173"] li {
  font-family: Poppins;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 2em;
  color: #3b3d44;
  max-font-size: 100px; }

.sf-block-914[data-block-id="146"] .textimagetwobuttons-wrapper {
  background-color: white;
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  padding-top: 0;
  padding-bottom: 0; }
  .sf-block-914[data-block-id="146"] .textimagetwobuttons-wrapper .textimagetwobuttons-column {
    width: 50%;
    position: relative; }
    .sf-block-914[data-block-id="146"] .textimagetwobuttons-wrapper .textimagetwobuttons-column .btn-container {
      display: flex;
      flex-direction: column;
      width: max-content; }
    @media (max-width: 991.98px) {
      .sf-block-914[data-block-id="146"] .textimagetwobuttons-wrapper .textimagetwobuttons-column {
        width: 100%; } }
  .sf-block-914[data-block-id="146"] .textimagetwobuttons-wrapper .textimagetwobuttons-column:nth-child(2) {
    padding: 125px;
    display: flex;
    align-items: center; }
    @media (max-width: 1199.98px) {
      .sf-block-914[data-block-id="146"] .textimagetwobuttons-wrapper .textimagetwobuttons-column:nth-child(2) {
        padding: 50px; } }
    @media (max-width: 767.98px) {
      .sf-block-914[data-block-id="146"] .textimagetwobuttons-wrapper .textimagetwobuttons-column:nth-child(2) {
        padding: 30px 25px; } }
  .sf-block-914[data-block-id="146"] .textimagetwobuttons-wrapper .textimagetwobuttons-overlay {
    position: absolute;
    background-color: transparent;
    width: 100%;
    height: 100%;
    pointer-events: none; }
  .sf-block-914[data-block-id="146"] .textimagetwobuttons-wrapper .textimagetwobuttons-image {
    width: 100%;
    height: 100%;
    max-height: 100%;
    background-size: cover;
    background-position: center center;
    min-height: 650px; }
    @media (max-width: 991.98px) {
      .sf-block-914[data-block-id="146"] .textimagetwobuttons-wrapper .textimagetwobuttons-image {
        height: 30vh;
        min-height: 0; } }
  .sf-block-914[data-block-id="146"] .textimagetwobuttons-wrapper .textimagetwobuttons-content {
    max-width: 460px;
    margin: 0 auto; }
    @media (max-width: 991.98px) {
      .sf-block-914[data-block-id="146"] .textimagetwobuttons-wrapper .textimagetwobuttons-content {
        max-width: 730px;
        margin: 0 auto; } }
    .sf-block-914[data-block-id="146"] .textimagetwobuttons-wrapper .textimagetwobuttons-content h2 {
      color: #3b3d44;
      font-size: 28px;
      font-family: Poppins;
      font-weight: 700;
      line-height: 1.5em;
      letter-spacing: 0.085em;
      margin-bottom: 20px; }
      @media (max-width: 991.98px) {
        .sf-block-914[data-block-id="146"] .textimagetwobuttons-wrapper .textimagetwobuttons-content h2 {
          font-size: 21.53846px; } }
    .sf-block-914[data-block-id="146"] .textimagetwobuttons-wrapper .textimagetwobuttons-content p {
      color: #3b3d44;
      font-size: 14px;
      font-family: Poppins;
      font-weight: 400;
      line-height: 2em;
      letter-spacing: 0.1em; }
  .sf-block-914[data-block-id="146"] .textimagetwobuttons-wrapper .textimagetwobuttons-button-wrapper {
    text-align: center;
    margin-top: 40px;
    flex: 1;
    display: block;
    width: 100%; }
    .sf-block-914[data-block-id="146"] .textimagetwobuttons-wrapper .textimagetwobuttons-button-wrapper:last-child {
      margin-top: 20px; }
    @media (max-width: 991.98px) {
      .sf-block-914[data-block-id="146"] .textimagetwobuttons-wrapper .textimagetwobuttons-button-wrapper:last-child {
        margin-top: 20px; } }
    .sf-block-914[data-block-id="146"] .textimagetwobuttons-wrapper .textimagetwobuttons-button-wrapper a.textimagetwobuttons-button {
      padding: 15px 45px;
      border-radius: 100px;
      background-color: #ff821e;
      text-decoration: none;
      display: inline-block;
      width: 100%;
      color: white;
      font-size: 18px;
      font-family: Poppins;
      font-weight: 400;
      line-height: 1.9em;
      letter-spacing: 0.085em; }
    .sf-block-914[data-block-id="146"] .textimagetwobuttons-wrapper .textimagetwobuttons-button-wrapper a.textimagetwobuttons-button:hover {
      color: white;
      background-color: #ff821e; }

.sf-block-text-columns-3[data-block-id="149"] .text-columns-3-background {
  background-color: white; }

.sf-block-text-columns-3[data-block-id="149"] .text-columns-3-wrapper {
  position: relative;
  display: flex;
  padding-top: 60px;
  padding-bottom: 60px; }
  @media (max-width: 767.98px) {
    .sf-block-text-columns-3[data-block-id="149"] .text-columns-3-wrapper {
      padding-top: 30px; } }
  @media (max-width: 767.98px) {
    .sf-block-text-columns-3[data-block-id="149"] .text-columns-3-wrapper {
      padding-bottom: 30px; } }
  @media (max-width: 991.98px) {
    .sf-block-text-columns-3[data-block-id="149"] .text-columns-3-wrapper {
      display: block; } }
  .sf-block-text-columns-3[data-block-id="149"] .text-columns-3-wrapper .text-columns-3-column {
    flex: 1;
    display: flex;
    /* vertical stretch */ }
    .sf-block-text-columns-3[data-block-id="149"] .text-columns-3-wrapper .text-columns-3-column div {
      width: 100%; }
    .sf-block-text-columns-3[data-block-id="149"] .text-columns-3-wrapper .text-columns-3-column:nth-child(1), .sf-block-text-columns-3[data-block-id="149"] .text-columns-3-wrapper .text-columns-3-column:nth-child(2) {
      margin-right: 30px; }
      @media (max-width: 991.98px) {
        .sf-block-text-columns-3[data-block-id="149"] .text-columns-3-wrapper .text-columns-3-column:nth-child(1), .sf-block-text-columns-3[data-block-id="149"] .text-columns-3-wrapper .text-columns-3-column:nth-child(2) {
          margin: 0 0 30px 0; } }
    @media (max-width: 991.98px) {
      .sf-block-text-columns-3[data-block-id="149"] .text-columns-3-wrapper .text-columns-3-column:nth-child(3) {
        margin: 0 0 0 0; } }

.sf-block-text-columns-3[data-block-id="149"] .block-button-wrapper {
  display: none;
  text-align: center; }
  .sf-block-text-columns-3[data-block-id="149"] .block-button-wrapper a.block-button {
    margin-top: 60px;
    padding: 15px 45px;
    border-radius: 100px;
    background-color: #ff821e;
    text-decoration: none;
    display: inline-block;
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.085em;
    line-height: 1.9em;
    color: white;
    max-font-size: 100px; }
  .sf-block-text-columns-3[data-block-id="149"] .block-button-wrapper a.block-button:hover {
    color: white;
    background-color: #ff821e; }

.sf-block-text-columns-3[data-block-id="149"] p, .sf-block-text-columns-3[data-block-id="149"] li {
  font-family: Poppins;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 2em;
  color: #3b3d44;
  max-font-size: 100px; }

.sf-block-text-columns-3[data-block-id="149"] h1 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 36px;
  letter-spacing: 0.085em;
  line-height: 1.35em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 15px; }
  @media (max-width: 991.98px) {
    .sf-block-text-columns-3[data-block-id="149"] h1 {
      font-size: 27.69231px; } }

.sf-block-text-columns-3[data-block-id="149"] h2 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 28px;
  letter-spacing: 0.085em;
  line-height: 1.5em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-text-columns-3[data-block-id="149"] h2 {
      font-size: 21.53846px; } }

.sf-block-text-columns-3[data-block-id="149"] h3 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.085em;
  line-height: 1.6em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-text-columns-3[data-block-id="149"] h3 {
      font-size: 16.66667px; } }

.sf-block-text-columns-3[data-block-id="149"] h4 {
  font-family: Poppins;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.085em;
  line-height: 1.9em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-text-columns-3[data-block-id="149"] h4 {
      font-size: 15px; } }

.sf-block-text-columns-3[data-block-id="149"] h5 {
  font-family: Poppins;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.115em;
  line-height: 1.5em;
  color: #626167;
  max-font-size: 100px; }

.sf-block-text-columns-3[data-block-id="149"] a {
  color: #ff821e; }

.sf-block-text-columns-3[data-block-id="149"] p + h1,
.sf-block-text-columns-3[data-block-id="149"] p + h2,
.sf-block-text-columns-3[data-block-id="149"] p + h3,
.sf-block-text-columns-3[data-block-id="149"] p + h4 {
  padding-top: 30px; }

.sf-block-text-columns-3[data-block-id="149"] h4 + h1,
.sf-block-text-columns-3[data-block-id="149"] h4 + h2,
.sf-block-text-columns-3[data-block-id="149"] h4 + h3 {
  padding-top: 30px; }

.sf-block-text-columns-3[data-block-id="149"] ul + h1,
.sf-block-text-columns-3[data-block-id="149"] ul + h2,
.sf-block-text-columns-3[data-block-id="149"] ul + h3 {
  padding-top: 30px; }

.sf-block-text-columns-3[data-block-id="149"] h1:last-child,
.sf-block-text-columns-3[data-block-id="149"] h2:last-child,
.sf-block-text-columns-3[data-block-id="149"] h3:last-child,
.sf-block-text-columns-3[data-block-id="149"] h4:last-child,
.sf-block-text-columns-3[data-block-id="149"] h5:last-child,
.sf-block-text-columns-3[data-block-id="149"] p:last-child {
  padding-bottom: 0; }

.sf-block-text-columns-3[data-block-id="255"] .text-columns-3-background {
  background-color: white; }

.sf-block-text-columns-3[data-block-id="255"] .text-columns-3-wrapper {
  position: relative;
  display: flex;
  padding-top: 60px;
  padding-bottom: 60px; }
  @media (max-width: 767.98px) {
    .sf-block-text-columns-3[data-block-id="255"] .text-columns-3-wrapper {
      padding-top: 30px; } }
  @media (max-width: 767.98px) {
    .sf-block-text-columns-3[data-block-id="255"] .text-columns-3-wrapper {
      padding-bottom: 30px; } }
  @media (max-width: 991.98px) {
    .sf-block-text-columns-3[data-block-id="255"] .text-columns-3-wrapper {
      display: block; } }
  .sf-block-text-columns-3[data-block-id="255"] .text-columns-3-wrapper .text-columns-3-column {
    flex: 1;
    display: flex;
    /* vertical stretch */ }
    .sf-block-text-columns-3[data-block-id="255"] .text-columns-3-wrapper .text-columns-3-column div {
      width: 100%; }
    .sf-block-text-columns-3[data-block-id="255"] .text-columns-3-wrapper .text-columns-3-column:nth-child(1), .sf-block-text-columns-3[data-block-id="255"] .text-columns-3-wrapper .text-columns-3-column:nth-child(2) {
      margin-right: 30px; }
      @media (max-width: 991.98px) {
        .sf-block-text-columns-3[data-block-id="255"] .text-columns-3-wrapper .text-columns-3-column:nth-child(1), .sf-block-text-columns-3[data-block-id="255"] .text-columns-3-wrapper .text-columns-3-column:nth-child(2) {
          margin: 0 0 30px 0; } }
    @media (max-width: 991.98px) {
      .sf-block-text-columns-3[data-block-id="255"] .text-columns-3-wrapper .text-columns-3-column:nth-child(3) {
        margin: 0 0 0 0; } }

.sf-block-text-columns-3[data-block-id="255"] .block-button-wrapper {
  display: none;
  text-align: center; }
  .sf-block-text-columns-3[data-block-id="255"] .block-button-wrapper a.block-button {
    margin-top: 60px;
    padding: 15px 45px;
    border-radius: 100px;
    background-color: #ff821e;
    text-decoration: none;
    display: inline-block;
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.085em;
    line-height: 1.9em;
    color: white;
    max-font-size: 100px; }
  .sf-block-text-columns-3[data-block-id="255"] .block-button-wrapper a.block-button:hover {
    color: white;
    background-color: #ff821e; }

.sf-block-text-columns-3[data-block-id="255"] p, .sf-block-text-columns-3[data-block-id="255"] li {
  font-family: Poppins;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 2em;
  color: #3b3d44;
  max-font-size: 100px; }

.sf-block-text-columns-3[data-block-id="255"] h1 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 36px;
  letter-spacing: 0.085em;
  line-height: 1.35em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 15px; }
  @media (max-width: 991.98px) {
    .sf-block-text-columns-3[data-block-id="255"] h1 {
      font-size: 27.69231px; } }

.sf-block-text-columns-3[data-block-id="255"] h2 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 28px;
  letter-spacing: 0.085em;
  line-height: 1.5em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-text-columns-3[data-block-id="255"] h2 {
      font-size: 21.53846px; } }

.sf-block-text-columns-3[data-block-id="255"] h3 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.085em;
  line-height: 1.6em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-text-columns-3[data-block-id="255"] h3 {
      font-size: 16.66667px; } }

.sf-block-text-columns-3[data-block-id="255"] h4 {
  font-family: Poppins;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.085em;
  line-height: 1.9em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-text-columns-3[data-block-id="255"] h4 {
      font-size: 15px; } }

.sf-block-text-columns-3[data-block-id="255"] h5 {
  font-family: Poppins;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.115em;
  line-height: 1.5em;
  color: #626167;
  max-font-size: 100px; }

.sf-block-text-columns-3[data-block-id="255"] a {
  color: #ff821e; }

.sf-block-text-columns-3[data-block-id="255"] p + h1,
.sf-block-text-columns-3[data-block-id="255"] p + h2,
.sf-block-text-columns-3[data-block-id="255"] p + h3,
.sf-block-text-columns-3[data-block-id="255"] p + h4 {
  padding-top: 30px; }

.sf-block-text-columns-3[data-block-id="255"] h4 + h1,
.sf-block-text-columns-3[data-block-id="255"] h4 + h2,
.sf-block-text-columns-3[data-block-id="255"] h4 + h3 {
  padding-top: 30px; }

.sf-block-text-columns-3[data-block-id="255"] ul + h1,
.sf-block-text-columns-3[data-block-id="255"] ul + h2,
.sf-block-text-columns-3[data-block-id="255"] ul + h3 {
  padding-top: 30px; }

.sf-block-text-columns-3[data-block-id="255"] h1:last-child,
.sf-block-text-columns-3[data-block-id="255"] h2:last-child,
.sf-block-text-columns-3[data-block-id="255"] h3:last-child,
.sf-block-text-columns-3[data-block-id="255"] h4:last-child,
.sf-block-text-columns-3[data-block-id="255"] h5:last-child,
.sf-block-text-columns-3[data-block-id="255"] p:last-child {
  padding-bottom: 0; }

.sf-block-text-columns-3[data-block-id="312"] .text-columns-3-background {
  background-color: white; }

.sf-block-text-columns-3[data-block-id="312"] .text-columns-3-wrapper {
  position: relative;
  display: flex;
  padding-top: 60px;
  padding-bottom: 60px; }
  @media (max-width: 767.98px) {
    .sf-block-text-columns-3[data-block-id="312"] .text-columns-3-wrapper {
      padding-top: 30px; } }
  @media (max-width: 767.98px) {
    .sf-block-text-columns-3[data-block-id="312"] .text-columns-3-wrapper {
      padding-bottom: 30px; } }
  @media (max-width: 991.98px) {
    .sf-block-text-columns-3[data-block-id="312"] .text-columns-3-wrapper {
      display: block; } }
  .sf-block-text-columns-3[data-block-id="312"] .text-columns-3-wrapper .text-columns-3-column {
    flex: 1;
    display: flex;
    /* vertical stretch */ }
    .sf-block-text-columns-3[data-block-id="312"] .text-columns-3-wrapper .text-columns-3-column div {
      width: 100%; }
    .sf-block-text-columns-3[data-block-id="312"] .text-columns-3-wrapper .text-columns-3-column:nth-child(1), .sf-block-text-columns-3[data-block-id="312"] .text-columns-3-wrapper .text-columns-3-column:nth-child(2) {
      margin-right: 30px; }
      @media (max-width: 991.98px) {
        .sf-block-text-columns-3[data-block-id="312"] .text-columns-3-wrapper .text-columns-3-column:nth-child(1), .sf-block-text-columns-3[data-block-id="312"] .text-columns-3-wrapper .text-columns-3-column:nth-child(2) {
          margin: 0 0 30px 0; } }
    @media (max-width: 991.98px) {
      .sf-block-text-columns-3[data-block-id="312"] .text-columns-3-wrapper .text-columns-3-column:nth-child(3) {
        margin: 0 0 0 0; } }

.sf-block-text-columns-3[data-block-id="312"] .block-button-wrapper {
  display: none;
  text-align: center; }
  .sf-block-text-columns-3[data-block-id="312"] .block-button-wrapper a.block-button {
    margin-top: 60px;
    padding: 15px 45px;
    border-radius: 100px;
    background-color: #ff821e;
    text-decoration: none;
    display: inline-block;
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.085em;
    line-height: 1.9em;
    color: white;
    max-font-size: 100px; }
  .sf-block-text-columns-3[data-block-id="312"] .block-button-wrapper a.block-button:hover {
    color: white;
    background-color: #ff821e; }

.sf-block-text-columns-3[data-block-id="312"] p, .sf-block-text-columns-3[data-block-id="312"] li {
  font-family: Poppins;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 2em;
  color: #3b3d44;
  max-font-size: 100px; }

.sf-block-text-columns-3[data-block-id="312"] h1 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 36px;
  letter-spacing: 0.085em;
  line-height: 1.35em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 15px; }
  @media (max-width: 991.98px) {
    .sf-block-text-columns-3[data-block-id="312"] h1 {
      font-size: 27.69231px; } }

.sf-block-text-columns-3[data-block-id="312"] h2 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 28px;
  letter-spacing: 0.085em;
  line-height: 1.5em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-text-columns-3[data-block-id="312"] h2 {
      font-size: 21.53846px; } }

.sf-block-text-columns-3[data-block-id="312"] h3 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.085em;
  line-height: 1.6em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-text-columns-3[data-block-id="312"] h3 {
      font-size: 16.66667px; } }

.sf-block-text-columns-3[data-block-id="312"] h4 {
  font-family: Poppins;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.085em;
  line-height: 1.9em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-text-columns-3[data-block-id="312"] h4 {
      font-size: 15px; } }

.sf-block-text-columns-3[data-block-id="312"] h5 {
  font-family: Poppins;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.115em;
  line-height: 1.5em;
  color: #626167;
  max-font-size: 100px; }

.sf-block-text-columns-3[data-block-id="312"] a {
  color: #ff821e; }

.sf-block-text-columns-3[data-block-id="312"] p + h1,
.sf-block-text-columns-3[data-block-id="312"] p + h2,
.sf-block-text-columns-3[data-block-id="312"] p + h3,
.sf-block-text-columns-3[data-block-id="312"] p + h4 {
  padding-top: 30px; }

.sf-block-text-columns-3[data-block-id="312"] h4 + h1,
.sf-block-text-columns-3[data-block-id="312"] h4 + h2,
.sf-block-text-columns-3[data-block-id="312"] h4 + h3 {
  padding-top: 30px; }

.sf-block-text-columns-3[data-block-id="312"] ul + h1,
.sf-block-text-columns-3[data-block-id="312"] ul + h2,
.sf-block-text-columns-3[data-block-id="312"] ul + h3 {
  padding-top: 30px; }

.sf-block-text-columns-3[data-block-id="312"] h1:last-child,
.sf-block-text-columns-3[data-block-id="312"] h2:last-child,
.sf-block-text-columns-3[data-block-id="312"] h3:last-child,
.sf-block-text-columns-3[data-block-id="312"] h4:last-child,
.sf-block-text-columns-3[data-block-id="312"] h5:last-child,
.sf-block-text-columns-3[data-block-id="312"] p:last-child {
  padding-bottom: 0; }

.sf-block-text-columns-3[data-block-id="506"] .text-columns-3-background {
  background-color: white; }

.sf-block-text-columns-3[data-block-id="506"] .text-columns-3-wrapper {
  position: relative;
  display: flex;
  padding-top: 60px;
  padding-bottom: 60px; }
  @media (max-width: 767.98px) {
    .sf-block-text-columns-3[data-block-id="506"] .text-columns-3-wrapper {
      padding-top: 30px; } }
  @media (max-width: 767.98px) {
    .sf-block-text-columns-3[data-block-id="506"] .text-columns-3-wrapper {
      padding-bottom: 30px; } }
  @media (max-width: 991.98px) {
    .sf-block-text-columns-3[data-block-id="506"] .text-columns-3-wrapper {
      display: block; } }
  .sf-block-text-columns-3[data-block-id="506"] .text-columns-3-wrapper .text-columns-3-column {
    flex: 1;
    display: flex;
    /* vertical stretch */ }
    .sf-block-text-columns-3[data-block-id="506"] .text-columns-3-wrapper .text-columns-3-column div {
      width: 100%; }
    .sf-block-text-columns-3[data-block-id="506"] .text-columns-3-wrapper .text-columns-3-column:nth-child(1), .sf-block-text-columns-3[data-block-id="506"] .text-columns-3-wrapper .text-columns-3-column:nth-child(2) {
      margin-right: 30px; }
      @media (max-width: 991.98px) {
        .sf-block-text-columns-3[data-block-id="506"] .text-columns-3-wrapper .text-columns-3-column:nth-child(1), .sf-block-text-columns-3[data-block-id="506"] .text-columns-3-wrapper .text-columns-3-column:nth-child(2) {
          margin: 0 0 30px 0; } }
    @media (max-width: 991.98px) {
      .sf-block-text-columns-3[data-block-id="506"] .text-columns-3-wrapper .text-columns-3-column:nth-child(3) {
        margin: 0 0 0 0; } }

.sf-block-text-columns-3[data-block-id="506"] .block-button-wrapper {
  display: none;
  text-align: center; }
  .sf-block-text-columns-3[data-block-id="506"] .block-button-wrapper a.block-button {
    margin-top: 60px;
    padding: 15px 45px;
    border-radius: 100px;
    background-color: #ff821e;
    text-decoration: none;
    display: inline-block;
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.085em;
    line-height: 1.9em;
    color: white;
    max-font-size: 100px; }
  .sf-block-text-columns-3[data-block-id="506"] .block-button-wrapper a.block-button:hover {
    color: white;
    background-color: #ff821e; }

.sf-block-text-columns-3[data-block-id="506"] p, .sf-block-text-columns-3[data-block-id="506"] li {
  font-family: Poppins;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 2em;
  color: #3b3d44;
  max-font-size: 100px; }

.sf-block-text-columns-3[data-block-id="506"] h1 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 36px;
  letter-spacing: 0.085em;
  line-height: 1.35em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 15px; }
  @media (max-width: 991.98px) {
    .sf-block-text-columns-3[data-block-id="506"] h1 {
      font-size: 27.69231px; } }

.sf-block-text-columns-3[data-block-id="506"] h2 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 28px;
  letter-spacing: 0.085em;
  line-height: 1.5em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-text-columns-3[data-block-id="506"] h2 {
      font-size: 21.53846px; } }

.sf-block-text-columns-3[data-block-id="506"] h3 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.085em;
  line-height: 1.6em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-text-columns-3[data-block-id="506"] h3 {
      font-size: 16.66667px; } }

.sf-block-text-columns-3[data-block-id="506"] h4 {
  font-family: Poppins;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.085em;
  line-height: 1.9em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-text-columns-3[data-block-id="506"] h4 {
      font-size: 15px; } }

.sf-block-text-columns-3[data-block-id="506"] h5 {
  font-family: Poppins;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.115em;
  line-height: 1.5em;
  color: #626167;
  max-font-size: 100px; }

.sf-block-text-columns-3[data-block-id="506"] a {
  color: #ff821e; }

.sf-block-text-columns-3[data-block-id="506"] p + h1,
.sf-block-text-columns-3[data-block-id="506"] p + h2,
.sf-block-text-columns-3[data-block-id="506"] p + h3,
.sf-block-text-columns-3[data-block-id="506"] p + h4 {
  padding-top: 30px; }

.sf-block-text-columns-3[data-block-id="506"] h4 + h1,
.sf-block-text-columns-3[data-block-id="506"] h4 + h2,
.sf-block-text-columns-3[data-block-id="506"] h4 + h3 {
  padding-top: 30px; }

.sf-block-text-columns-3[data-block-id="506"] ul + h1,
.sf-block-text-columns-3[data-block-id="506"] ul + h2,
.sf-block-text-columns-3[data-block-id="506"] ul + h3 {
  padding-top: 30px; }

.sf-block-text-columns-3[data-block-id="506"] h1:last-child,
.sf-block-text-columns-3[data-block-id="506"] h2:last-child,
.sf-block-text-columns-3[data-block-id="506"] h3:last-child,
.sf-block-text-columns-3[data-block-id="506"] h4:last-child,
.sf-block-text-columns-3[data-block-id="506"] h5:last-child,
.sf-block-text-columns-3[data-block-id="506"] p:last-child {
  padding-bottom: 0; }

.sf-block-text-columns-3[data-block-id="584"] .text-columns-3-background {
  background-color: white; }

.sf-block-text-columns-3[data-block-id="584"] .text-columns-3-wrapper {
  position: relative;
  display: flex;
  padding-top: 60px;
  padding-bottom: 60px; }
  @media (max-width: 767.98px) {
    .sf-block-text-columns-3[data-block-id="584"] .text-columns-3-wrapper {
      padding-top: 30px; } }
  @media (max-width: 767.98px) {
    .sf-block-text-columns-3[data-block-id="584"] .text-columns-3-wrapper {
      padding-bottom: 30px; } }
  @media (max-width: 991.98px) {
    .sf-block-text-columns-3[data-block-id="584"] .text-columns-3-wrapper {
      display: block; } }
  .sf-block-text-columns-3[data-block-id="584"] .text-columns-3-wrapper .text-columns-3-column {
    flex: 1;
    display: flex;
    /* vertical stretch */ }
    .sf-block-text-columns-3[data-block-id="584"] .text-columns-3-wrapper .text-columns-3-column div {
      width: 100%; }
    .sf-block-text-columns-3[data-block-id="584"] .text-columns-3-wrapper .text-columns-3-column:nth-child(1), .sf-block-text-columns-3[data-block-id="584"] .text-columns-3-wrapper .text-columns-3-column:nth-child(2) {
      margin-right: 30px; }
      @media (max-width: 991.98px) {
        .sf-block-text-columns-3[data-block-id="584"] .text-columns-3-wrapper .text-columns-3-column:nth-child(1), .sf-block-text-columns-3[data-block-id="584"] .text-columns-3-wrapper .text-columns-3-column:nth-child(2) {
          margin: 0 0 30px 0; } }
    @media (max-width: 991.98px) {
      .sf-block-text-columns-3[data-block-id="584"] .text-columns-3-wrapper .text-columns-3-column:nth-child(3) {
        margin: 0 0 0 0; } }

.sf-block-text-columns-3[data-block-id="584"] .block-button-wrapper {
  display: none;
  text-align: center; }
  .sf-block-text-columns-3[data-block-id="584"] .block-button-wrapper a.block-button {
    margin-top: 60px;
    padding: 15px 45px;
    border-radius: 100px;
    background-color: #ff821e;
    text-decoration: none;
    display: inline-block;
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.085em;
    line-height: 1.9em;
    color: white;
    max-font-size: 100px; }
  .sf-block-text-columns-3[data-block-id="584"] .block-button-wrapper a.block-button:hover {
    color: white;
    background-color: #ff821e; }

.sf-block-text-columns-3[data-block-id="584"] p, .sf-block-text-columns-3[data-block-id="584"] li {
  font-family: Poppins;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 2em;
  color: #3b3d44;
  max-font-size: 100px; }

.sf-block-text-columns-3[data-block-id="584"] h1 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 36px;
  letter-spacing: 0.085em;
  line-height: 1.35em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 15px; }
  @media (max-width: 991.98px) {
    .sf-block-text-columns-3[data-block-id="584"] h1 {
      font-size: 27.69231px; } }

.sf-block-text-columns-3[data-block-id="584"] h2 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 28px;
  letter-spacing: 0.085em;
  line-height: 1.5em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-text-columns-3[data-block-id="584"] h2 {
      font-size: 21.53846px; } }

.sf-block-text-columns-3[data-block-id="584"] h3 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.085em;
  line-height: 1.6em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-text-columns-3[data-block-id="584"] h3 {
      font-size: 16.66667px; } }

.sf-block-text-columns-3[data-block-id="584"] h4 {
  font-family: Poppins;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.085em;
  line-height: 1.9em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-text-columns-3[data-block-id="584"] h4 {
      font-size: 15px; } }

.sf-block-text-columns-3[data-block-id="584"] h5 {
  font-family: Poppins;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.115em;
  line-height: 1.5em;
  color: #626167;
  max-font-size: 100px; }

.sf-block-text-columns-3[data-block-id="584"] a {
  color: #ff821e; }

.sf-block-text-columns-3[data-block-id="584"] p + h1,
.sf-block-text-columns-3[data-block-id="584"] p + h2,
.sf-block-text-columns-3[data-block-id="584"] p + h3,
.sf-block-text-columns-3[data-block-id="584"] p + h4 {
  padding-top: 30px; }

.sf-block-text-columns-3[data-block-id="584"] h4 + h1,
.sf-block-text-columns-3[data-block-id="584"] h4 + h2,
.sf-block-text-columns-3[data-block-id="584"] h4 + h3 {
  padding-top: 30px; }

.sf-block-text-columns-3[data-block-id="584"] ul + h1,
.sf-block-text-columns-3[data-block-id="584"] ul + h2,
.sf-block-text-columns-3[data-block-id="584"] ul + h3 {
  padding-top: 30px; }

.sf-block-text-columns-3[data-block-id="584"] h1:last-child,
.sf-block-text-columns-3[data-block-id="584"] h2:last-child,
.sf-block-text-columns-3[data-block-id="584"] h3:last-child,
.sf-block-text-columns-3[data-block-id="584"] h4:last-child,
.sf-block-text-columns-3[data-block-id="584"] h5:last-child,
.sf-block-text-columns-3[data-block-id="584"] p:last-child {
  padding-bottom: 0; }

.sf-block-911[data-block-id="150"] .roundimagetextrepeater-wrapper {
  background-color: white;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative; }
  @media (max-width: 767.98px) {
    .sf-block-911[data-block-id="150"] .roundimagetextrepeater-wrapper {
      padding-top: 30px; } }
  @media (max-width: 767.98px) {
    .sf-block-911[data-block-id="150"] .roundimagetextrepeater-wrapper {
      padding-bottom: 30px; } }
  .sf-block-911[data-block-id="150"] .roundimagetextrepeater-wrapper > .echo-container-md div {
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }
  .sf-block-911[data-block-id="150"] .roundimagetextrepeater-wrapper .threecolumns-column {
    flex: 1;
    flex-basis: 29%;
    max-width: 380px;
    display: flex;
    /* vertical stretch */
    margin-bottom: 60px;
    padding: 20px;
    background-color: white; }
    .sf-block-911[data-block-id="150"] .roundimagetextrepeater-wrapper .threecolumns-column > div {
      display: flex;
      flex-direction: column;
      width: 100%; }
      .sf-block-911[data-block-id="150"] .roundimagetextrepeater-wrapper .threecolumns-column > div .text-container {
        width: 100%;
        text-align: center; }
        .sf-block-911[data-block-id="150"] .roundimagetextrepeater-wrapper .threecolumns-column > div .text-container > * {
          width: 100%; }
        .sf-block-911[data-block-id="150"] .roundimagetextrepeater-wrapper .threecolumns-column > div .text-container a {
          color: #3b3d44;
          text-decoration: none; }
          .sf-block-911[data-block-id="150"] .roundimagetextrepeater-wrapper .threecolumns-column > div .text-container a:hover {
            color: #ff821e;
            cursor: pointer; }
    @media (max-width: 1199.98px) {
      .sf-block-911[data-block-id="150"] .roundimagetextrepeater-wrapper .threecolumns-column {
        max-width: 320px; } }
    @media (max-width: 991.98px) {
      .sf-block-911[data-block-id="150"] .roundimagetextrepeater-wrapper .threecolumns-column {
        flex-basis: 100%;
        max-width: 100%; } }
    .sf-block-911[data-block-id="150"] .roundimagetextrepeater-wrapper .threecolumns-column > div {
      text-align: center; }
    .sf-block-911[data-block-id="150"] .roundimagetextrepeater-wrapper .threecolumns-column:nth-child(1), .sf-block-911[data-block-id="150"] .roundimagetextrepeater-wrapper .threecolumns-column:nth-child(2), .sf-block-911[data-block-id="150"] .roundimagetextrepeater-wrapper .threecolumns-column:nth-child(4), .sf-block-911[data-block-id="150"] .roundimagetextrepeater-wrapper .threecolumns-column:nth-child(5) {
      margin-right: 15px; }
      @media (max-width: 991.98px) {
        .sf-block-911[data-block-id="150"] .roundimagetextrepeater-wrapper .threecolumns-column:nth-child(1), .sf-block-911[data-block-id="150"] .roundimagetextrepeater-wrapper .threecolumns-column:nth-child(2), .sf-block-911[data-block-id="150"] .roundimagetextrepeater-wrapper .threecolumns-column:nth-child(4), .sf-block-911[data-block-id="150"] .roundimagetextrepeater-wrapper .threecolumns-column:nth-child(5) {
          margin: 0 0 30px 0; } }

.sf-block-911[data-block-id="150"] .threecolumns-image {
  margin: 0 auto;
  margin-bottom: 35px;
  max-width: 100%;
  border-radius: 100%;
  display: block; }

.sf-block-911[data-block-id="232"] .roundimagetextrepeater-wrapper {
  background-color: white;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative; }
  @media (max-width: 767.98px) {
    .sf-block-911[data-block-id="232"] .roundimagetextrepeater-wrapper {
      padding-top: 30px; } }
  @media (max-width: 767.98px) {
    .sf-block-911[data-block-id="232"] .roundimagetextrepeater-wrapper {
      padding-bottom: 30px; } }
  .sf-block-911[data-block-id="232"] .roundimagetextrepeater-wrapper > .echo-container-md div {
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }
  .sf-block-911[data-block-id="232"] .roundimagetextrepeater-wrapper .threecolumns-column {
    flex: 1;
    flex-basis: 29%;
    max-width: 380px;
    display: flex;
    /* vertical stretch */
    margin-bottom: 60px;
    padding: 20px;
    background-color: #fafbfb; }
    .sf-block-911[data-block-id="232"] .roundimagetextrepeater-wrapper .threecolumns-column > div {
      display: flex;
      flex-direction: column;
      width: 100%; }
      .sf-block-911[data-block-id="232"] .roundimagetextrepeater-wrapper .threecolumns-column > div .text-container {
        width: 100%;
        text-align: center; }
        .sf-block-911[data-block-id="232"] .roundimagetextrepeater-wrapper .threecolumns-column > div .text-container > * {
          width: 100%; }
        .sf-block-911[data-block-id="232"] .roundimagetextrepeater-wrapper .threecolumns-column > div .text-container a {
          color: #3b3d44;
          text-decoration: none; }
          .sf-block-911[data-block-id="232"] .roundimagetextrepeater-wrapper .threecolumns-column > div .text-container a:hover {
            color: #ff821e;
            cursor: pointer; }
    @media (max-width: 1199.98px) {
      .sf-block-911[data-block-id="232"] .roundimagetextrepeater-wrapper .threecolumns-column {
        max-width: 320px; } }
    @media (max-width: 991.98px) {
      .sf-block-911[data-block-id="232"] .roundimagetextrepeater-wrapper .threecolumns-column {
        flex-basis: 100%;
        max-width: 100%; } }
    .sf-block-911[data-block-id="232"] .roundimagetextrepeater-wrapper .threecolumns-column > div {
      text-align: center; }
    .sf-block-911[data-block-id="232"] .roundimagetextrepeater-wrapper .threecolumns-column:nth-child(1), .sf-block-911[data-block-id="232"] .roundimagetextrepeater-wrapper .threecolumns-column:nth-child(2), .sf-block-911[data-block-id="232"] .roundimagetextrepeater-wrapper .threecolumns-column:nth-child(4), .sf-block-911[data-block-id="232"] .roundimagetextrepeater-wrapper .threecolumns-column:nth-child(5) {
      margin-right: 15px; }
      @media (max-width: 991.98px) {
        .sf-block-911[data-block-id="232"] .roundimagetextrepeater-wrapper .threecolumns-column:nth-child(1), .sf-block-911[data-block-id="232"] .roundimagetextrepeater-wrapper .threecolumns-column:nth-child(2), .sf-block-911[data-block-id="232"] .roundimagetextrepeater-wrapper .threecolumns-column:nth-child(4), .sf-block-911[data-block-id="232"] .roundimagetextrepeater-wrapper .threecolumns-column:nth-child(5) {
          margin: 0 0 30px 0; } }

.sf-block-911[data-block-id="232"] .threecolumns-image {
  margin: 0 auto;
  margin-bottom: 35px;
  max-width: 100%;
  border-radius: 100%;
  display: block; }

.sf-block-267[data-block-id="181"] {
  color: #3b3d44;
  font-size: 23px;
  font-family: Poppins;
  font-weight: 700;
  line-height: 1.4em;
  letter-spacing: 0.1em; }
  .sf-block-267[data-block-id="181"] .tjanster-background {
    background-color: white; }
  .sf-block-267[data-block-id="181"] .tjanster-wrapper {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 0px;
    padding-bottom: 15px;
    margin-left: 0px;
    margin-right: 0px; }
    @media (max-width: 767.98px) {
      .sf-block-267[data-block-id="181"] .tjanster-wrapper {
        padding-bottom: 7.5px; } }
    @media (max-width: 767.98px) {
      .sf-block-267[data-block-id="181"] .tjanster-wrapper {
        justify-content: center; } }
    .sf-block-267[data-block-id="181"] .tjanster-wrapper .tjanster-column {
      display: flex;
      flex-direction: column;
      align-items: center;
      margin: 0 40px 30px 40px;
      flex-grow: 1;
      text-align: center;
      position: relative;
      /* Required for the repeater add button UI */
      max-width: 200px; }
      .sf-block-267[data-block-id="181"] .tjanster-wrapper .tjanster-column img {
        width: 100%;
        margin-bottom: 30px;
        border-radius: 150px; }
      @media (max-width: 991.98px) {
        .sf-block-267[data-block-id="181"] .tjanster-wrapper .tjanster-column {
          width: calc(50% - 60px); } }
      @media (max-width: 767.98px) {
        .sf-block-267[data-block-id="181"] .tjanster-wrapper .tjanster-column {
          width: calc(100% - 60px); } }
      .sf-block-267[data-block-id="181"] .tjanster-wrapper .tjanster-column a img {
        transition: filter 0.3s; }
        .sf-block-267[data-block-id="181"] .tjanster-wrapper .tjanster-column a img:hover {
          filter: brightness(110%);
          -webkit-filter: brightness(110%); }
    .sf-block-267[data-block-id="181"] .tjanster-wrapper .tjanster-caption {
      text-align: center;
      padding: 5px 0 5px 0; }
    .sf-block-267[data-block-id="181"] .tjanster-wrapper .tjanster-title {
      font-family: 'Poppins' !important; }
  .sf-block-267[data-block-id="181"] a {
    color: #3B3D44 !important;
    text-decoration: none !important; }
  .sf-block-267[data-block-id="181"] a:hover {
    color: #FF821E !important; }

.sf-block-1056[data-block-id="194"] .kalenderalla-wrapper {
  background-color: white;
  padding-top: 60px;
  padding-bottom: 60px; }
  @media (max-width: 767.98px) {
    .sf-block-1056[data-block-id="194"] .kalenderalla-wrapper {
      padding-top: 30px; } }
  @media (max-width: 767.98px) {
    .sf-block-1056[data-block-id="194"] .kalenderalla-wrapper {
      padding-bottom: 30px; } }

.sf-block-youtube-1[data-block-id="201"] .youtube-1-wrapper {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: white; }
  @media (max-width: 767.98px) {
    .sf-block-youtube-1[data-block-id="201"] .youtube-1-wrapper {
      padding-top: 30px; } }
  @media (max-width: 767.98px) {
    .sf-block-youtube-1[data-block-id="201"] .youtube-1-wrapper {
      padding-bottom: 30px; } }

.sf-block-1073[data-block-id="203"] .customthreecolumns-background {
  background-color: white; }
  .sf-block-1073[data-block-id="203"] .customthreecolumns-background .icon-text-container {
    display: flex;
    align-items: center; }

.sf-block-1073[data-block-id="203"] .customthreecolumns-wrapper {
  position: relative;
  display: flex;
  padding-top: 60px;
  padding-bottom: 60px; }
  @media (max-width: 767.98px) {
    .sf-block-1073[data-block-id="203"] .customthreecolumns-wrapper {
      padding-top: 30px; } }
  @media (max-width: 767.98px) {
    .sf-block-1073[data-block-id="203"] .customthreecolumns-wrapper {
      padding-bottom: 30px; } }
  @media (max-width: 991.98px) {
    .sf-block-1073[data-block-id="203"] .customthreecolumns-wrapper {
      display: block; } }
  .sf-block-1073[data-block-id="203"] .customthreecolumns-wrapper .customthreecolumns-column {
    flex: 1;
    display: flex;
    /* vertical stretch */
    flex-direction: column; }
    .sf-block-1073[data-block-id="203"] .customthreecolumns-wrapper .customthreecolumns-column:nth-child(1), .sf-block-1073[data-block-id="203"] .customthreecolumns-wrapper .customthreecolumns-column:nth-child(2) {
      margin-right: 15px; }
      @media (max-width: 991.98px) {
        .sf-block-1073[data-block-id="203"] .customthreecolumns-wrapper .customthreecolumns-column:nth-child(1), .sf-block-1073[data-block-id="203"] .customthreecolumns-wrapper .customthreecolumns-column:nth-child(2) {
          margin: 0 0 30px 0; } }
    .sf-block-1073[data-block-id="203"] .customthreecolumns-wrapper .customthreecolumns-column:nth-child(3) {
      margin-left: 15px; }
      @media (max-width: 991.98px) {
        .sf-block-1073[data-block-id="203"] .customthreecolumns-wrapper .customthreecolumns-column:nth-child(3) {
          margin: 0 0 0 0; } }
      .sf-block-1073[data-block-id="203"] .customthreecolumns-wrapper .customthreecolumns-column:nth-child(3) > div:not(:last-child) {
        margin-bottom: 15px; }
    .sf-block-1073[data-block-id="203"] .customthreecolumns-wrapper .customthreecolumns-column .material-icons {
      margin-right: 10px; }

.sf-block-1073[data-block-id="203"] h1 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 36px;
  letter-spacing: 0.085em;
  line-height: 1.35em;
  color: #3b3d44;
  max-font-size: 100px; }
  @media (max-width: 991.98px) {
    .sf-block-1073[data-block-id="203"] h1 {
      font-size: 27.69231px; } }

.sf-block-1073[data-block-id="203"] h2 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 28px;
  letter-spacing: 0.085em;
  line-height: 1.5em;
  color: #3b3d44;
  max-font-size: 100px; }
  @media (max-width: 991.98px) {
    .sf-block-1073[data-block-id="203"] h2 {
      font-size: 21.53846px; } }

.sf-block-1073[data-block-id="203"] h3 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.085em;
  line-height: 1.6em;
  color: #3b3d44;
  max-font-size: 100px; }
  @media (max-width: 991.98px) {
    .sf-block-1073[data-block-id="203"] h3 {
      font-size: 16.66667px; } }

.sf-block-1073[data-block-id="203"] h4 {
  font-family: Poppins;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 2em;
  color: #3b3d44;
  max-font-size: 100px;
  font-size: 18px !important; }
  @media (max-width: 991.98px) {
    .sf-block-1073[data-block-id="203"] h4 {
      font-size: 15px !important; } }

.sf-block-1073[data-block-id="203"] h5 {
  font-family: Poppins;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 2em;
  color: #3b3d44;
  max-font-size: 100px;
  font-size: 12px !important; }

.sf-block-1073[data-block-id="203"] p, .sf-block-1073[data-block-id="203"] li, .sf-block-1073[data-block-id="203"] .icon-text-container {
  font-family: Poppins;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 2em;
  color: #3b3d44;
  max-font-size: 100px; }

.sf-block-1077[data-block-id="216"] .senastefranbloggen-wrapper {
  padding-top: 20px;
  padding-bottom: 60px; }
  @media (max-width: 767.98px) {
    .sf-block-1077[data-block-id="216"] .senastefranbloggen-wrapper {
      padding-top: 10px; } }
  @media (max-width: 767.98px) {
    .sf-block-1077[data-block-id="216"] .senastefranbloggen-wrapper {
      padding-bottom: 30px; } }

.sf-block-1077[data-block-id="216"] .trekortblock1-wrapper {
  position: relative;
  display: flex;
  justify-content: center; }
  @media (max-width: 991.98px) {
    .sf-block-1077[data-block-id="216"] .trekortblock1-wrapper {
      display: block; } }
  .sf-block-1077[data-block-id="216"] .trekortblock1-wrapper .trekortblock1-column {
    flex: 1;
    flex-basis: 31%;
    max-width: 33%;
    display: flex;
    /* vertical stretch */
    flex-direction: column;
    background-color: #fafbfb;
    position: relative; }
    @media (max-width: 991.98px) {
      .sf-block-1077[data-block-id="216"] .trekortblock1-wrapper .trekortblock1-column {
        flex-basis: 100%;
        max-width: 100%; } }
    .sf-block-1077[data-block-id="216"] .trekortblock1-wrapper .trekortblock1-column .nyheterblog__card-meta-row {
      color: #fff;
      margin-bottom: 10px;
      color: black;
      font-size: 14px;
      font-family: Poppins;
      font-weight: 400;
      line-height: 2em;
      letter-spacing: 0.1em;
      font-size: 12px; }
    .sf-block-1077[data-block-id="216"] .trekortblock1-wrapper .trekortblock1-column:nth-child(1), .sf-block-1077[data-block-id="216"] .trekortblock1-wrapper .trekortblock1-column:nth-child(2) {
      margin-right: 20px; }
      @media (max-width: 991.98px) {
        .sf-block-1077[data-block-id="216"] .trekortblock1-wrapper .trekortblock1-column:nth-child(1), .sf-block-1077[data-block-id="216"] .trekortblock1-wrapper .trekortblock1-column:nth-child(2) {
          margin: 0 0 20px 0; } }
    .sf-block-1077[data-block-id="216"] .trekortblock1-wrapper .trekortblock1-column > div {
      width: 100%; }
    .sf-block-1077[data-block-id="216"] .trekortblock1-wrapper .trekortblock1-column .text-inner-container {
      padding: 20px 20px 40px 20px;
      min-height: 200px; }
      .sf-block-1077[data-block-id="216"] .trekortblock1-wrapper .trekortblock1-column .text-inner-container h3 {
        color: #000;
        overflow-wrap: break-word; }
      .sf-block-1077[data-block-id="216"] .trekortblock1-wrapper .trekortblock1-column .text-inner-container .text {
        margin-top: 10px;
        margin-bottom: 10px; }
        @media (max-width: 991.98px) {
          .sf-block-1077[data-block-id="216"] .trekortblock1-wrapper .trekortblock1-column .text-inner-container .text {
            margin-bottom: 50px; } }
  .sf-block-1077[data-block-id="216"] .trekortblock1-wrapper .hide-second-btn {
    display: block; }

.sf-block-1077[data-block-id="216"] .trekortblock1-button-wrapper {
  text-align: center;
  margin-top: 60px;
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  justify-content: flex-end; }
  .sf-block-1077[data-block-id="216"] .trekortblock1-button-wrapper a.trekortblock1-button {
    padding: 15px 20px 15px 45px;
    text-decoration: none;
    display: inline-block;
    display: flex;
    align-items: center;
    color: white;
    font-size: 18px;
    font-family: Poppins;
    font-weight: 400;
    line-height: 1.9em;
    letter-spacing: 0.085em;
    color: #3b3d44; }
    .sf-block-1077[data-block-id="216"] .trekortblock1-button-wrapper a.trekortblock1-button:hover {
      color: #ff821e; }

.sf-block-1077[data-block-id="216"] .trekortblock1-image {
  width: 100%;
  min-height: 220px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }

.sf-block-1077[data-block-id="216"] h2 {
  color: #3b3d44;
  font-size: 28px;
  font-family: Poppins;
  font-weight: 700;
  line-height: 1.5em;
  letter-spacing: 0.085em; }
  @media (max-width: 991.98px) {
    .sf-block-1077[data-block-id="216"] h2 {
      font-size: 23.33333px; } }

.sf-block-1077[data-block-id="216"] h3 {
  color: black;
  font-size: 20px;
  font-family: Poppins;
  font-weight: 700;
  line-height: 1.6em;
  letter-spacing: 0.085em; }
  @media (max-width: 991.98px) {
    .sf-block-1077[data-block-id="216"] h3 {
      font-size: 16.66667px; } }

.sf-block-1077[data-block-id="216"] p, .sf-block-1077[data-block-id="216"] li {
  color: black;
  font-size: 14px;
  font-family: Poppins;
  font-weight: 400;
  line-height: 2em;
  letter-spacing: 0.1em; }

.sf-block-1077[data-block-id="216"] .textimagetwobuttons-button-wrapper {
  text-align: center;
  margin: auto;
  margin-top: 35px;
  flex: 1;
  display: block;
  width: max-content; }
  .sf-block-1077[data-block-id="216"] .textimagetwobuttons-button-wrapper a.textimagetwobuttons-button {
    padding: 15px 45px;
    border-radius: 100px;
    background-color: #ff821e;
    text-decoration: none;
    display: inline-block;
    width: 100%;
    color: white;
    font-size: 18px;
    font-family: Poppins;
    font-weight: 400;
    line-height: 1.9em;
    letter-spacing: 0.085em; }
  .sf-block-1077[data-block-id="216"] .textimagetwobuttons-button-wrapper a.textimagetwobuttons-button:hover {
    color: white;
    background-color: #ff821e; }

.sf-block-text-image-1[data-block-id="220"] .text-image-1-wrapper {
  background-color: white;
  padding-top: 0px;
  padding-bottom: 0px; }
  .sf-block-text-image-1[data-block-id="220"] .text-image-1-wrapper .text-image-1-flex {
    display: flex;
    flex-wrap: wrap; }
    @media (max-width: 991.98px) {
      .sf-block-text-image-1[data-block-id="220"] .text-image-1-wrapper .text-image-1-flex {
        flex-wrap: wrap-reverse; } }
  .sf-block-text-image-1[data-block-id="220"] .text-image-1-wrapper .text-image-1-column {
    display: flex;
    align-items: center;
    width: 50%;
    position: relative; }
    @media (max-width: 991.98px) {
      .sf-block-text-image-1[data-block-id="220"] .text-image-1-wrapper .text-image-1-column {
        width: 100%; } }
    .sf-block-text-image-1[data-block-id="220"] .text-image-1-wrapper .text-image-1-column img {
      max-width: 100%; }
  .sf-block-text-image-1[data-block-id="220"] .text-image-1-wrapper .text-image-1-column:nth-child(2) {
    justify-content: center; }
  .sf-block-text-image-1[data-block-id="220"] .text-image-1-wrapper .text-image-1-content {
    max-width: 500px;
    padding: 25px 0px; }
    @media (max-width: 991.98px) {
      .sf-block-text-image-1[data-block-id="220"] .text-image-1-wrapper .text-image-1-content {
        max-width: 730px;
        margin: 0 auto; } }
    .sf-block-text-image-1[data-block-id="220"] .text-image-1-wrapper .text-image-1-content h2 {
      font-family: Poppins;
      font-weight: 700;
      font-size: 28px;
      letter-spacing: 0.085em;
      line-height: 1.5em;
      color: #3b3d44;
      max-font-size: 100px;
      margin-bottom: 20px; }
      @media (max-width: 991.98px) {
        .sf-block-text-image-1[data-block-id="220"] .text-image-1-wrapper .text-image-1-content h2 {
          font-size: 21.53846px; } }
    .sf-block-text-image-1[data-block-id="220"] .text-image-1-wrapper .text-image-1-content p {
      font-family: Poppins;
      font-weight: 400;
      font-size: 14px;
      letter-spacing: 0.1em;
      line-height: 2em;
      color: #3b3d44;
      max-font-size: 100px; }
  .sf-block-text-image-1[data-block-id="220"] .text-image-1-wrapper .text-image-1-button-wrapper {
    text-align: center;
    margin-top: 60px;
    display: block; }
    .sf-block-text-image-1[data-block-id="220"] .text-image-1-wrapper .text-image-1-button-wrapper a.text-image-1-button {
      padding: 15px 45px;
      border-radius: 100px;
      background-color: #ff821e;
      text-decoration: none;
      display: inline-block;
      font-family: Poppins;
      font-weight: 400;
      font-size: 18px;
      letter-spacing: 0.085em;
      line-height: 1.9em;
      color: white;
      max-font-size: 100px; }
    .sf-block-text-image-1[data-block-id="220"] .text-image-1-wrapper .text-image-1-button-wrapper a.text-image-1-button:hover {
      color: white;
      background-color: #ff821e; }

.sf-block-divider-1[data-block-id="230"] .divider-wrapper {
  background-color: white;
  padding-top: 20px;
  padding-bottom: 20px; }
  @media (max-width: 767.98px) {
    .sf-block-divider-1[data-block-id="230"] .divider-wrapper {
      padding-top: 10px; } }
  @media (max-width: 767.98px) {
    .sf-block-divider-1[data-block-id="230"] .divider-wrapper {
      padding-bottom: 10px; } }

.sf-block-divider-1[data-block-id="230"] .divider-label {
  position: relative;
  z-index: 1;
  font-family: Poppins;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.115em;
  line-height: 1.5em;
  color: #626167;
  max-font-size: 100px;
  --line-color: rgba(164, 173, 181, 0.4);
  text-align: center; }
  .sf-block-divider-1[data-block-id="230"] .divider-label:before {
    border-top: 2px solid var(--line-color);
    content: "";
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: -1; }
  .sf-block-divider-1[data-block-id="230"] .divider-label.divider-label--multiple-rows {
    margin-bottom: 5px; }
    .sf-block-divider-1[data-block-id="230"] .divider-label.divider-label--multiple-rows:before {
      border-top: 0;
      border-bottom: 2px solid var(--line-color);
      bottom: -5px; }
  .sf-block-divider-1[data-block-id="230"] .divider-label span {
    background: white;
    padding: 0 15px; }

.sf-block-divider-1[data-block-id="336"] .divider-wrapper {
  background-color: white;
  padding-top: 20px;
  padding-bottom: 20px; }
  @media (max-width: 767.98px) {
    .sf-block-divider-1[data-block-id="336"] .divider-wrapper {
      padding-top: 10px; } }
  @media (max-width: 767.98px) {
    .sf-block-divider-1[data-block-id="336"] .divider-wrapper {
      padding-bottom: 10px; } }

.sf-block-divider-1[data-block-id="336"] .divider-label {
  position: relative;
  z-index: 1;
  font-family: Poppins;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.115em;
  line-height: 1.5em;
  color: #626167;
  max-font-size: 100px;
  --line-color: rgba(164, 173, 181, 0.4);
  text-align: center; }
  .sf-block-divider-1[data-block-id="336"] .divider-label:before {
    border-top: 2px solid var(--line-color);
    content: "";
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: -1; }
  .sf-block-divider-1[data-block-id="336"] .divider-label.divider-label--multiple-rows {
    margin-bottom: 5px; }
    .sf-block-divider-1[data-block-id="336"] .divider-label.divider-label--multiple-rows:before {
      border-top: 0;
      border-bottom: 2px solid var(--line-color);
      bottom: -5px; }
  .sf-block-divider-1[data-block-id="336"] .divider-label span {
    background: white;
    padding: 0 15px; }

.sf-block-divider-1[data-block-id="374"] .divider-wrapper {
  background-color: white;
  padding-top: 20px;
  padding-bottom: 20px; }
  @media (max-width: 767.98px) {
    .sf-block-divider-1[data-block-id="374"] .divider-wrapper {
      padding-top: 10px; } }
  @media (max-width: 767.98px) {
    .sf-block-divider-1[data-block-id="374"] .divider-wrapper {
      padding-bottom: 10px; } }

.sf-block-divider-1[data-block-id="374"] .divider-label {
  position: relative;
  z-index: 1;
  font-family: Poppins;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.115em;
  line-height: 1.5em;
  color: #626167;
  max-font-size: 100px;
  --line-color: rgba(164, 173, 181, 0.4);
  text-align: center; }
  .sf-block-divider-1[data-block-id="374"] .divider-label:before {
    border-top: 2px solid var(--line-color);
    content: "";
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: -1; }
  .sf-block-divider-1[data-block-id="374"] .divider-label.divider-label--multiple-rows {
    margin-bottom: 5px; }
    .sf-block-divider-1[data-block-id="374"] .divider-label.divider-label--multiple-rows:before {
      border-top: 0;
      border-bottom: 2px solid var(--line-color);
      bottom: -5px; }
  .sf-block-divider-1[data-block-id="374"] .divider-label span {
    background: white;
    padding: 0 15px; }

.sf-block-divider-1[data-block-id="375"] .divider-wrapper {
  background-color: white;
  padding-top: 20px;
  padding-bottom: 20px; }
  @media (max-width: 767.98px) {
    .sf-block-divider-1[data-block-id="375"] .divider-wrapper {
      padding-top: 10px; } }
  @media (max-width: 767.98px) {
    .sf-block-divider-1[data-block-id="375"] .divider-wrapper {
      padding-bottom: 10px; } }

.sf-block-divider-1[data-block-id="375"] .divider-label {
  position: relative;
  z-index: 1;
  font-family: Poppins;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.115em;
  line-height: 1.5em;
  color: #626167;
  max-font-size: 100px;
  --line-color: rgba(164, 173, 181, 0.4);
  text-align: center; }
  .sf-block-divider-1[data-block-id="375"] .divider-label:before {
    border-top: 2px solid var(--line-color);
    content: "";
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: -1; }
  .sf-block-divider-1[data-block-id="375"] .divider-label.divider-label--multiple-rows {
    margin-bottom: 5px; }
    .sf-block-divider-1[data-block-id="375"] .divider-label.divider-label--multiple-rows:before {
      border-top: 0;
      border-bottom: 2px solid var(--line-color);
      bottom: -5px; }
  .sf-block-divider-1[data-block-id="375"] .divider-label span {
    background: white;
    padding: 0 15px; }

.sf-block-logos-1[data-block-id="235"] .logos-1-background {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: white; }
  @media (max-width: 767.98px) {
    .sf-block-logos-1[data-block-id="235"] .logos-1-background {
      padding-top: 30px; } }
  @media (max-width: 767.98px) {
    .sf-block-logos-1[data-block-id="235"] .logos-1-background {
      padding-bottom: 7.5px; } }

.sf-block-logos-1[data-block-id="235"] .logos-1-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }

.sf-block-logos-1[data-block-id="235"] .logos-1-title {
  font-family: Poppins;
  font-weight: 700;
  font-size: 28px;
  letter-spacing: 0.085em;
  line-height: 1.5em;
  color: #3b3d44;
  max-font-size: 100px;
  text-align: center;
  margin-bottom: 40px; }
  @media (max-width: 991.98px) {
    .sf-block-logos-1[data-block-id="235"] .logos-1-title {
      font-size: 21.53846px; } }

.sf-block-logos-1[data-block-id="235"] .logos-1-logo {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px 45px 45px 45px;
  min-width: 175px;
  min-height: 75px; }

.sf-block-logos-1[data-block-id="268"] .logos-1-background {
  padding-top: 60px;
  padding-bottom: 40px;
  background-color: white; }
  @media (max-width: 767.98px) {
    .sf-block-logos-1[data-block-id="268"] .logos-1-background {
      padding-top: 30px; } }
  @media (max-width: 767.98px) {
    .sf-block-logos-1[data-block-id="268"] .logos-1-background {
      padding-bottom: 20px; } }

.sf-block-logos-1[data-block-id="268"] .logos-1-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }

.sf-block-logos-1[data-block-id="268"] .logos-1-title {
  color: #3b3d44;
  font-size: 28px;
  font-family: Poppins;
  font-weight: 700;
  line-height: 1.5em;
  letter-spacing: 0.085em;
  text-align: center;
  margin-bottom: 40px; }
  @media (max-width: 991.98px) {
    .sf-block-logos-1[data-block-id="268"] .logos-1-title {
      font-size: 21.53846px; } }

.sf-block-logos-1[data-block-id="268"] .logos-1-logo {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px 45px 45px 45px;
  min-width: 175px;
  min-height: 75px; }

.sf-block-logos-1[data-block-id="440"] .logos-1-background {
  padding-top: 60px;
  padding-bottom: 40px;
  background-color: white; }
  @media (max-width: 767.98px) {
    .sf-block-logos-1[data-block-id="440"] .logos-1-background {
      padding-top: 30px; } }
  @media (max-width: 767.98px) {
    .sf-block-logos-1[data-block-id="440"] .logos-1-background {
      padding-bottom: 20px; } }

.sf-block-logos-1[data-block-id="440"] .logos-1-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }

.sf-block-logos-1[data-block-id="440"] .logos-1-title {
  color: #3b3d44;
  font-size: 28px;
  font-family: Poppins;
  font-weight: 700;
  line-height: 1.5em;
  letter-spacing: 0.085em;
  text-align: center;
  margin-bottom: 40px; }
  @media (max-width: 991.98px) {
    .sf-block-logos-1[data-block-id="440"] .logos-1-title {
      font-size: 21.53846px; } }

.sf-block-logos-1[data-block-id="440"] .logos-1-logo {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px 45px 45px 45px;
  min-width: 175px;
  min-height: 75px; }

.sf-block-faq-1[data-block-id="236"] .faq-wrapper {
  background-color: white;
  padding-top: 60px;
  padding-bottom: 60px; }
  @media (max-width: 767.98px) {
    .sf-block-faq-1[data-block-id="236"] .faq-wrapper {
      padding-top: 30px; } }
  @media (max-width: 767.98px) {
    .sf-block-faq-1[data-block-id="236"] .faq-wrapper {
      padding-bottom: 30px; } }

.sf-block-faq-1[data-block-id="236"] .faq-item {
  position: relative; }
  .sf-block-faq-1[data-block-id="236"] .faq-item .faq-question {
    padding: 25px;
    display: flex;
    justify-content: space-between;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #f8f8f7;
    font-family: Poppins;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 0.085em;
    line-height: 1.6em;
    color: #3b3d44;
    max-font-size: 100px;
    text-decoration: none; }
    .sf-block-faq-1[data-block-id="236"] .faq-item .faq-question .faq-arrow-up,
    .sf-block-faq-1[data-block-id="236"] .faq-item .faq-question .faq-arrow-down {
      color: #3b3d44; }
      .sf-block-faq-1[data-block-id="236"] .faq-item .faq-question .faq-arrow-up svg,
      .sf-block-faq-1[data-block-id="236"] .faq-item .faq-question .faq-arrow-down svg {
        fill: currentColor; }
    .sf-block-faq-1[data-block-id="236"] .faq-item .faq-question .faq-arrow-up {
      display: none; }
    .sf-block-faq-1[data-block-id="236"] .faq-item .faq-question .faq-arrow-down {
      display: block; }
  .sf-block-faq-1[data-block-id="236"] .faq-item .faq-answer {
    padding: 25px; }
    .sf-block-faq-1[data-block-id="236"] .faq-item .faq-answer p, .sf-block-faq-1[data-block-id="236"] .faq-item .faq-answer li {
      font-family: Poppins;
      font-weight: 400;
      font-size: 14px;
      letter-spacing: 0.1em;
      line-height: 2em;
      color: #3b3d44;
      max-font-size: 100px; }
  .sf-block-faq-1[data-block-id="236"] .faq-item.faq-item--active {
    background-color: #f8f8f7;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1); }
    .sf-block-faq-1[data-block-id="236"] .faq-item.faq-item--active .faq-arrow-up {
      display: block; }
    .sf-block-faq-1[data-block-id="236"] .faq-item.faq-item--active .faq-arrow-down {
      display: none; }

.sf-block-quote-1[data-block-id="237"] .quote-1-gradient {
  --color1: #ff821e;
  --color2: white;
  background-image: linear-gradient(var(--color1), var(--color2));
  padding-top: 60px;
  padding-bottom: 60px; }
  @media (max-width: 767.98px) {
    .sf-block-quote-1[data-block-id="237"] .quote-1-gradient {
      padding-top: 30px; } }
  @media (max-width: 767.98px) {
    .sf-block-quote-1[data-block-id="237"] .quote-1-gradient {
      padding-bottom: 30px; } }

.sf-block-quote-1[data-block-id="237"] .quote-1-item {
  color: #ff821e;
  display: flex; }
  @media (max-width: 991.98px) {
    .sf-block-quote-1[data-block-id="237"] .quote-1-item {
      display: block; } }

.sf-block-quote-1[data-block-id="237"] .quote-1-content {
  width: calc(100% - 150px);
  padding-left: 44px;
  position: relative; }
  @media (max-width: 991.98px) {
    .sf-block-quote-1[data-block-id="237"] .quote-1-content {
      width: 100%;
      padding-left: 0; } }
  .sf-block-quote-1[data-block-id="237"] .quote-1-content:before {
    content: '';
    position: absolute;
    margin-left: -22px;
    margin-top: 0px;
    height: 100%;
    border-left-style: solid;
    border-left-width: 2px;
    border-left-color: rgba(255, 255, 255, 0.4); }
    @media (max-width: 991.98px) {
      .sf-block-quote-1[data-block-id="237"] .quote-1-content:before {
        display: none; } }

.sf-block-quote-1[data-block-id="237"] .quote-1-image {
  margin: 0 auto 22px auto;
  width: 150px; }
  @media (max-width: 991.98px) {
    .sf-block-quote-1[data-block-id="237"] .quote-1-image {
      padding-bottom: 22px;
      border-bottom-width: 2px;
      border-bottom-style: solid;
      border-bottom-color: rgba(255, 255, 255, 0.4); } }

.sf-block-quote-1[data-block-id="237"] .quote-1-image img {
  display: inline;
  width: auto;
  border-radius: 100%; }

.sf-block-quote-1[data-block-id="237"] .quote-1-text p a {
  color: #ff821e; }

.sf-block-quote-1[data-block-id="237"] .quote-1-author {
  margin-top: 20px; }
  .sf-block-quote-1[data-block-id="237"] .quote-1-author p a {
    color: #ff821e; }

.sf-block-quote-1[data-block-id="237"] .owl-carousel button:focus {
  outline: none; }

.sf-block-quote-1[data-block-id="237"] .owl-carousel button:focus-visible {
  outline: -webkit-focus-ring-color auto 1px;
  outline-color: -webkit-focus-ring-color; }

.sf-block-quote-1[data-block-id="237"] .owl-carousel {
  opacity: 0;
  transition: opacity 1s ease-in-out; }

.sf-block-quote-1[data-block-id="237"] .owl-carousel.sf-loaded {
  opacity: 1; }

.sf-block-quote-1[data-block-id="237"] .owl-theme .owl-dots .owl-dot span {
  width: 6px;
  height: 6px; }

.sf-block-quote-1[data-block-id="237"] .quoteIn {
  -webkit-animation-name: quoteIn;
  animation-name: quoteIn; }

.sf-block-quote-1[data-block-id="237"] .quoteOut {
  -webkit-animation-name: quoteOut;
  animation-name: quoteOut; }

@-webkit-keyframes quoteOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes quoteOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-webkit-keyframes quoteIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes quoteIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.sf-block-quote-1[data-block-id="237"] .sf-repeater-buttons {
  position: relative; }

.sf-block-quote-1[data-block-id="237"] p, .sf-block-quote-1[data-block-id="237"] li {
  color: white;
  font-size: 18px;
  font-family: Poppins;
  font-weight: 500;
  line-height: 1.6em;
  letter-spacing: 0.1em; }

.sf-block-quote-1[data-block-id="237"] h1 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 36px;
  letter-spacing: 0.085em;
  line-height: 1.35em;
  color: white;
  max-font-size: 100px;
  padding-bottom: 15px; }
  @media (max-width: 991.98px) {
    .sf-block-quote-1[data-block-id="237"] h1 {
      font-size: 27.69231px; } }

.sf-block-quote-1[data-block-id="237"] h2 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 28px;
  letter-spacing: 0.085em;
  line-height: 1.5em;
  color: white;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-quote-1[data-block-id="237"] h2 {
      font-size: 21.53846px; } }

.sf-block-quote-1[data-block-id="237"] h3 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.085em;
  line-height: 1.6em;
  color: white;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-quote-1[data-block-id="237"] h3 {
      font-size: 16.66667px; } }

.sf-block-quote-1[data-block-id="237"] h4 {
  font-family: Poppins;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.085em;
  line-height: 1.9em;
  color: white;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-quote-1[data-block-id="237"] h4 {
      font-size: 15px; } }

.sf-block-quote-1[data-block-id="237"] h5 {
  color: white;
  font-size: 14px;
  font-family: Poppins;
  font-weight: 400;
  line-height: 1.5em;
  letter-spacing: 0.115em; }

.sf-block-quote-1[data-block-id="237"] a {
  color: #ff821e; }

.sf-block-quote-1[data-block-id="237"] p + h1,
.sf-block-quote-1[data-block-id="237"] p + h2,
.sf-block-quote-1[data-block-id="237"] p + h3,
.sf-block-quote-1[data-block-id="237"] p + h4 {
  padding-top: 30px; }

.sf-block-quote-1[data-block-id="237"] h4 + h1,
.sf-block-quote-1[data-block-id="237"] h4 + h2,
.sf-block-quote-1[data-block-id="237"] h4 + h3 {
  padding-top: 30px; }

.sf-block-quote-1[data-block-id="237"] ul + h1,
.sf-block-quote-1[data-block-id="237"] ul + h2,
.sf-block-quote-1[data-block-id="237"] ul + h3 {
  padding-top: 30px; }

.sf-block-quote-1[data-block-id="237"] h1:last-child,
.sf-block-quote-1[data-block-id="237"] h2:last-child,
.sf-block-quote-1[data-block-id="237"] h3:last-child,
.sf-block-quote-1[data-block-id="237"] h4:last-child,
.sf-block-quote-1[data-block-id="237"] h5:last-child,
.sf-block-quote-1[data-block-id="237"] p:last-child {
  padding-bottom: 0; }

.sf-block-cta-3[data-block-id="270"] .cta-3-wrapper {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  pointer-events: none;
  background-color: #f8f8f7; }
  @media (max-width: 767.98px) {
    .sf-block-cta-3[data-block-id="270"] .cta-3-wrapper {
      padding-top: 30px; } }
  @media (max-width: 767.98px) {
    .sf-block-cta-3[data-block-id="270"] .cta-3-wrapper {
      padding-bottom: 30px; } }
  .sf-block-cta-3[data-block-id="270"] .cta-3-wrapper h2 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 28px;
    letter-spacing: 0.085em;
    line-height: 1.5em;
    color: #3b3d44;
    max-font-size: 100px; }

.sf-block-cta-3[data-block-id="270"] .cta-3-content {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  flex-wrap: wrap;
  pointer-events: auto; }

.sf-block-cta-3[data-block-id="270"] .cta-3-card {
  width: 100%;
  min-width: 600px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  background-color: rgba(255, 255, 255, 0.75);
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
  padding: 35px;
  text-align: center; }
  .sf-block-cta-3[data-block-id="270"] .cta-3-card .cta-3-card-top {
    margin-bottom: 30px; }
    .sf-block-cta-3[data-block-id="270"] .cta-3-card .cta-3-card-top p {
      font-family: Poppins;
      font-weight: 400;
      font-size: 14px;
      letter-spacing: 0.1em;
      line-height: 2em;
      color: #3b3d44;
      max-font-size: 100px; }
  @media (max-width: 991.98px) {
    .sf-block-cta-3[data-block-id="270"] .cta-3-card {
      min-width: 0;
      max-width: 100%;
      padding-left: 0;
      padding-right: 0; } }

.sf-block-cta-3[data-block-id="270"] .echo-form-group label,
.sf-block-cta-3[data-block-id="270"] .echo-form-group .echo-form-group-uploader-button,
.sf-block-cta-3[data-block-id="270"] .echo-form-group .echo-label {
  font-family: Poppins;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.115em;
  line-height: 1.5em;
  color: #626167;
  max-font-size: 100px;
  group: font; }

.sf-block-cta-3[data-block-id="270"] .echo-form-group input[type="text"],
.sf-block-cta-3[data-block-id="270"] .echo-form-group input[type="email"],
.sf-block-cta-3[data-block-id="270"] .echo-form-group textarea {
  font-family: Poppins;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 2em;
  color: #3b3d44;
  max-font-size: 100px;
  group: font;
  border-width: 1px;
  border-style: solid;
  border-color: #e6e1de;
  background-color: white; }
  .sf-block-cta-3[data-block-id="270"] .echo-form-group input[type="text"]:focus, .sf-block-cta-3[data-block-id="270"] .echo-form-group input[type="text"]:active,
  .sf-block-cta-3[data-block-id="270"] .echo-form-group input[type="email"]:focus,
  .sf-block-cta-3[data-block-id="270"] .echo-form-group input[type="email"]:active,
  .sf-block-cta-3[data-block-id="270"] .echo-form-group textarea:focus,
  .sf-block-cta-3[data-block-id="270"] .echo-form-group textarea:active {
    border-color: #ff821e;
    background-color: white; }

.sf-block-cta-3[data-block-id="270"] .echo-form-group select {
  font-family: Poppins;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 2em;
  color: #3b3d44;
  max-font-size: 100px;
  group: font;
  border-color: #e6e1de;
  background-color: white; }
  .sf-block-cta-3[data-block-id="270"] .echo-form-group select:focus {
    border-color: #ff821e;
    background-color: white; }

.sf-block-cta-3[data-block-id="270"] .echo-form-group .echo-radio [type="radio"]:checked + label:before,
.sf-block-cta-3[data-block-id="270"] .echo-form-group .echo-radio [type="radio"]:not(:checked) + label:before {
  background-color: white;
  border-color: #e6e1de; }

.sf-block-cta-3[data-block-id="270"] .echo-form-group .echo-radio [type="radio"]:checked + label:after,
.sf-block-cta-3[data-block-id="270"] .echo-form-group .echo-radio [type="radio"]:not(:checked) + label:after {
  background-color: #ff821e;
  border-color: #e6e1de; }

.sf-block-cta-3[data-block-id="270"] .echo-form-group .echo-checkbox > span::before {
  border-color: #e6e1de;
  background-color: white; }

.sf-block-cta-3[data-block-id="270"] .echo-form-group .echo-checkbox > input:checked + span::before,
.sf-block-cta-3[data-block-id="270"] .echo-form-group .echo-checkbox > input:indeterminate + span::before {
  background-color: #ff821e;
  border-color: #ff821e; }

.sf-block-cta-3[data-block-id="270"] .echo-form-group .echo-checkbox > input:checked + span::after,
.sf-block-cta-3[data-block-id="270"] .echo-form-group .echo-checkbox > input:indeterminate + span::after {
  border-color: #fff; }

.sf-block-cta-3[data-block-id="270"] .echo-form-group.echo-form-group-divider {
  border-color: #e6e1de; }
  .sf-block-cta-3[data-block-id="270"] .echo-form-group.echo-form-group-divider .echo-divider-title {
    font-family: Poppins;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0.115em;
    line-height: 1.5em;
    color: #626167;
    max-font-size: 100px;
    group: font;
    font-weight: bold; }
  .sf-block-cta-3[data-block-id="270"] .echo-form-group.echo-form-group-divider .echo-divider-description {
    font-family: Poppins;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0.115em;
    line-height: 1.5em;
    color: #626167;
    max-font-size: 100px;
    group: font; }

.sf-block-cta-3[data-block-id="270"] .echo-form-group .echo-form-group-uploader {
  border-color: #ff821e;
  background-color: white; }
  .sf-block-cta-3[data-block-id="270"] .echo-form-group .echo-form-group-uploader .echo-form-group-uploader-icon {
    color: #ff821e; }
  .sf-block-cta-3[data-block-id="270"] .echo-form-group .echo-form-group-uploader .echo-form-group-uploader-progress {
    background-color: #ff821e; }
  .sf-block-cta-3[data-block-id="270"] .echo-form-group .echo-form-group-uploader .echo-form-group-uploader-current {
    font-family: Poppins;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0.115em;
    line-height: 1.5em;
    color: #626167;
    max-font-size: 100px;
    group: font; }

.sf-block-cta-3[data-block-id="270"] button {
  background-color: #ff821e;
  font-family: Poppins;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.085em;
  line-height: 1.9em;
  color: white;
  max-font-size: 100px; }
  .sf-block-cta-3[data-block-id="270"] button:hover {
    background-color: #ff821e;
    color: white; }

.sf-block-cta-3[data-block-id="270"] .echo-form-group-error-text {
  font-family: Poppins;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.115em;
  line-height: 1.5em;
  color: #626167;
  max-font-size: 100px;
  group: font; }

.sf-block-cta-1[data-block-id="274"] .cta-1-wrapper {
  position: relative;
  pointer-events: none; }
  .sf-block-cta-1[data-block-id="274"] .cta-1-wrapper h1 {
    color: white;
    font-size: 36px;
    font-family: Poppins;
    font-weight: 700;
    line-height: 1.35em;
    letter-spacing: 0.085em;
    text-shadow: 0px 1px 20px rgba(0, 0, 0, 0.25);
    margin-bottom: 20px; }
    @media (max-width: 991.98px) {
      .sf-block-cta-1[data-block-id="274"] .cta-1-wrapper h1 {
        font-size: 24px; } }
  .sf-block-cta-1[data-block-id="274"] .cta-1-wrapper h3 {
    color: #3b3d44;
    font-size: 20px;
    font-family: Poppins;
    font-weight: 700;
    line-height: 1.6em;
    letter-spacing: 0.085em; }
    @media (max-width: 991.98px) {
      .sf-block-cta-1[data-block-id="274"] .cta-1-wrapper h3 {
        font-size: 16.66667px; } }
  .sf-block-cta-1[data-block-id="274"] .cta-1-wrapper p {
    color: white;
    font-size: 20px;
    font-family: Poppins;
    font-weight: 700;
    line-height: 1.6em;
    letter-spacing: 0.085em;
    text-shadow: 0px 1px 20px rgba(0, 0, 0, 0.25); }
    @media (max-width: 991.98px) {
      .sf-block-cta-1[data-block-id="274"] .cta-1-wrapper p {
        font-size: 16px; } }

.sf-block-cta-1[data-block-id="274"] .cta-1-content {
  display: flex;
  min-height: 800px;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 3;
  flex-wrap: wrap; }

.sf-block-cta-1[data-block-id="274"] .cta-1-column-1 {
  width: calc(60% - 20px);
  margin-right: 20px;
  pointer-events: auto; }
  @media (max-width: 991.98px) {
    .sf-block-cta-1[data-block-id="274"] .cta-1-column-1 {
      width: 100%;
      margin-right: 0; } }

.sf-block-cta-1[data-block-id="274"] .cta-1-column-2 {
  width: calc(40% - 20px);
  margin-left: 20px;
  pointer-events: auto; }
  @media (max-width: 991.98px) {
    .sf-block-cta-1[data-block-id="274"] .cta-1-column-2 {
      width: 100%;
      margin-left: 0; } }

.sf-block-cta-1[data-block-id="274"] .cta-1-column-1-content {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px; }

.sf-block-cta-1[data-block-id="274"] .cta-1-card {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
  margin-bottom: 60px;
  background-color: rgba(255, 255, 255, 0.75);
  padding: 35px;
  text-align: center; }
  .sf-block-cta-1[data-block-id="274"] .cta-1-card h3 {
    margin-bottom: 30px; }
  @media (max-width: 991.98px) {
    .sf-block-cta-1[data-block-id="274"] .cta-1-card {
      padding-left: 20px;
      padding-right: 20px; } }

.sf-block-cta-1[data-block-id="274"] .cta-1-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 2;
  background-color: rgba(73, 73, 73, 0.72);
  pointer-events: none; }

.sf-block-cta-1[data-block-id="274"] .cta-1-image {
  width: 100%;
  height: 100%;
  position: absolute;
  background-position: center center;
  background-size: cover;
  z-index: 1;
  top: 0;
  pointer-events: auto; }

.sf-block-cta-1[data-block-id="274"] .echo-form-group label,
.sf-block-cta-1[data-block-id="274"] .echo-form-group .echo-form-group-uploader-button,
.sf-block-cta-1[data-block-id="274"] .echo-form-group .echo-label {
  color: #626167;
  driver: google;
  font-size: 12px;
  font-family: Poppins;
  font-weight: 400;
  line-height: 1.5em;
  letter-spacing: 0.115em; }

.sf-block-cta-1[data-block-id="274"] .echo-form-group input[type="text"],
.sf-block-cta-1[data-block-id="274"] .echo-form-group input[type="email"],
.sf-block-cta-1[data-block-id="274"] .echo-form-group textarea {
  color: #3b3d44;
  driver: google;
  font-size: 14px;
  font-family: Poppins;
  font-weight: 400;
  line-height: 2em;
  letter-spacing: 0.1em;
  border-width: 1px;
  border-style: solid;
  border-color: #e6e1de;
  background-color: white; }
  .sf-block-cta-1[data-block-id="274"] .echo-form-group input[type="text"]:focus, .sf-block-cta-1[data-block-id="274"] .echo-form-group input[type="text"]:active,
  .sf-block-cta-1[data-block-id="274"] .echo-form-group input[type="email"]:focus,
  .sf-block-cta-1[data-block-id="274"] .echo-form-group input[type="email"]:active,
  .sf-block-cta-1[data-block-id="274"] .echo-form-group textarea:focus,
  .sf-block-cta-1[data-block-id="274"] .echo-form-group textarea:active {
    border-color: #ff821e;
    background-color: white; }

.sf-block-cta-1[data-block-id="274"] .echo-form-group select {
  color: #3b3d44;
  driver: google;
  font-size: 14px;
  font-family: Poppins;
  font-weight: 400;
  line-height: 2em;
  letter-spacing: 0.1em;
  border-color: #e6e1de;
  background-color: white; }
  .sf-block-cta-1[data-block-id="274"] .echo-form-group select:focus {
    border-color: #ff821e;
    background-color: white; }

.sf-block-cta-1[data-block-id="274"] .echo-form-group .echo-radio [type="radio"]:checked + label:before,
.sf-block-cta-1[data-block-id="274"] .echo-form-group .echo-radio [type="radio"]:not(:checked) + label:before {
  background-color: white;
  border-color: #e6e1de; }

.sf-block-cta-1[data-block-id="274"] .echo-form-group .echo-radio [type="radio"]:checked + label:after,
.sf-block-cta-1[data-block-id="274"] .echo-form-group .echo-radio [type="radio"]:not(:checked) + label:after {
  background-color: #ff821e;
  border-color: #e6e1de; }

.sf-block-cta-1[data-block-id="274"] .echo-form-group .echo-checkbox > span::before {
  border-color: #e6e1de;
  background-color: white; }

.sf-block-cta-1[data-block-id="274"] .echo-form-group .echo-checkbox > input:checked + span::before,
.sf-block-cta-1[data-block-id="274"] .echo-form-group .echo-checkbox > input:indeterminate + span::before {
  background-color: #ff821e;
  border-color: #ff821e; }

.sf-block-cta-1[data-block-id="274"] .echo-form-group .echo-checkbox > input:checked + span::after,
.sf-block-cta-1[data-block-id="274"] .echo-form-group .echo-checkbox > input:indeterminate + span::after {
  border-color: #fff; }

.sf-block-cta-1[data-block-id="274"] .echo-form-group.echo-form-group-divider {
  border-color: #e6e1de; }
  .sf-block-cta-1[data-block-id="274"] .echo-form-group.echo-form-group-divider .echo-divider-title {
    color: #626167;
    driver: google;
    font-size: 12px;
    font-family: Poppins;
    font-weight: 400;
    line-height: 1.5em;
    letter-spacing: 0.115em;
    font-weight: bold; }
  .sf-block-cta-1[data-block-id="274"] .echo-form-group.echo-form-group-divider .echo-divider-description {
    color: #626167;
    driver: google;
    font-size: 12px;
    font-family: Poppins;
    font-weight: 400;
    line-height: 1.5em;
    letter-spacing: 0.115em; }

.sf-block-cta-1[data-block-id="274"] .echo-form-group .echo-form-group-uploader {
  border-color: #ff821e;
  background-color: white; }
  .sf-block-cta-1[data-block-id="274"] .echo-form-group .echo-form-group-uploader .echo-form-group-uploader-icon {
    color: #ff821e; }
  .sf-block-cta-1[data-block-id="274"] .echo-form-group .echo-form-group-uploader .echo-form-group-uploader-progress {
    background-color: #ff821e; }
  .sf-block-cta-1[data-block-id="274"] .echo-form-group .echo-form-group-uploader .echo-form-group-uploader-current {
    color: #626167;
    driver: google;
    font-size: 12px;
    font-family: Poppins;
    font-weight: 400;
    line-height: 1.5em;
    letter-spacing: 0.115em; }

.sf-block-cta-1[data-block-id="274"] button {
  background-color: #ff821e;
  color: white;
  font-size: 18px;
  font-family: Poppins;
  font-weight: 400;
  line-height: 1.9em;
  letter-spacing: 0.085em;
  border-radius: 100px; }
  .sf-block-cta-1[data-block-id="274"] button:hover {
    background-color: #ff821e;
    color: white; }

.sf-block-cta-1[data-block-id="274"] .echo-form-group-error-text {
  color: #626167;
  driver: google;
  font-size: 12px;
  font-family: Poppins;
  font-weight: 400;
  line-height: 1.5em;
  letter-spacing: 0.115em; }

.sf-block-text-image-2[data-block-id="278"] .text-image-2-wrapper {
  background-color: white;
  padding-top: 60px;
  padding-bottom: 60px; }
  @media (max-width: 767.98px) {
    .sf-block-text-image-2[data-block-id="278"] .text-image-2-wrapper {
      padding-top: 30px; } }
  @media (max-width: 767.98px) {
    .sf-block-text-image-2[data-block-id="278"] .text-image-2-wrapper {
      padding-bottom: 30px; } }

.sf-block-text-image-2[data-block-id="278"] .block-flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
  @media (max-width: 991.98px) {
    .sf-block-text-image-2[data-block-id="278"] .block-flex {
      flex-direction: column-reverse; } }

.sf-block-text-image-2[data-block-id="278"] .block-column-text {
  flex: 1;
  padding-right: 75px; }
  @media (max-width: 991.98px) {
    .sf-block-text-image-2[data-block-id="278"] .block-column-text {
      width: 100%;
      padding-right: 0; } }

.sf-block-text-image-2[data-block-id="278"] .block-column-image {
  width: 500px;
  text-align: center; }
  @media (max-width: 991.98px) {
    .sf-block-text-image-2[data-block-id="278"] .block-column-image {
      width: 100%;
      text-align: center; } }
  .sf-block-text-image-2[data-block-id="278"] .block-column-image img {
    max-width: 100%;
    border-radius: 100%; }
    @media (max-width: 991.98px) {
      .sf-block-text-image-2[data-block-id="278"] .block-column-image img {
        margin-bottom: 30px; } }

.sf-block-text-image-2[data-block-id="278"] .block-button-wrapper {
  display: block;
  text-align: center; }
  .sf-block-text-image-2[data-block-id="278"] .block-button-wrapper a.block-button {
    margin-top: 60px;
    padding: 15px 45px;
    border-radius: 100px;
    background-color: #ff821e;
    text-decoration: none;
    display: inline-block;
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.085em;
    line-height: 1.9em;
    color: white;
    max-font-size: 100px; }
  .sf-block-text-image-2[data-block-id="278"] .block-button-wrapper a.block-button:hover {
    color: white;
    background-color: #ff821e; }

.sf-block-text-image-2[data-block-id="278"] p, .sf-block-text-image-2[data-block-id="278"] li {
  font-family: Poppins;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 2em;
  color: #3b3d44;
  max-font-size: 100px; }

.sf-block-text-image-2[data-block-id="278"] h1 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 36px;
  letter-spacing: 0.085em;
  line-height: 1.35em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 15px; }
  @media (max-width: 991.98px) {
    .sf-block-text-image-2[data-block-id="278"] h1 {
      font-size: 27.69231px; } }

.sf-block-text-image-2[data-block-id="278"] h2 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 28px;
  letter-spacing: 0.085em;
  line-height: 1.5em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-text-image-2[data-block-id="278"] h2 {
      font-size: 21.53846px; } }

.sf-block-text-image-2[data-block-id="278"] h3 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.085em;
  line-height: 1.6em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-text-image-2[data-block-id="278"] h3 {
      font-size: 16.66667px; } }

.sf-block-text-image-2[data-block-id="278"] h4 {
  font-family: Poppins;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.085em;
  line-height: 1.9em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-text-image-2[data-block-id="278"] h4 {
      font-size: 15px; } }

.sf-block-text-image-2[data-block-id="278"] h5 {
  font-family: Poppins;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.115em;
  line-height: 1.5em;
  color: #626167;
  max-font-size: 100px; }

.sf-block-text-image-2[data-block-id="278"] a {
  color: #ff821e; }

.sf-block-text-image-2[data-block-id="278"] p + h1,
.sf-block-text-image-2[data-block-id="278"] p + h2,
.sf-block-text-image-2[data-block-id="278"] p + h3,
.sf-block-text-image-2[data-block-id="278"] p + h4 {
  padding-top: 30px; }

.sf-block-text-image-2[data-block-id="278"] h4 + h1,
.sf-block-text-image-2[data-block-id="278"] h4 + h2,
.sf-block-text-image-2[data-block-id="278"] h4 + h3 {
  padding-top: 30px; }

.sf-block-text-image-2[data-block-id="278"] ul + h1,
.sf-block-text-image-2[data-block-id="278"] ul + h2,
.sf-block-text-image-2[data-block-id="278"] ul + h3 {
  padding-top: 30px; }

.sf-block-text-image-2[data-block-id="278"] h1:last-child,
.sf-block-text-image-2[data-block-id="278"] h2:last-child,
.sf-block-text-image-2[data-block-id="278"] h3:last-child,
.sf-block-text-image-2[data-block-id="278"] h4:last-child,
.sf-block-text-image-2[data-block-id="278"] h5:last-child,
.sf-block-text-image-2[data-block-id="278"] p:last-child {
  padding-bottom: 0; }

.sf-block-text-image-2[data-block-id="285"] .text-image-2-wrapper {
  background-color: white;
  padding-top: 60px;
  padding-bottom: 60px; }
  @media (max-width: 767.98px) {
    .sf-block-text-image-2[data-block-id="285"] .text-image-2-wrapper {
      padding-top: 30px; } }
  @media (max-width: 767.98px) {
    .sf-block-text-image-2[data-block-id="285"] .text-image-2-wrapper {
      padding-bottom: 30px; } }

.sf-block-text-image-2[data-block-id="285"] .block-flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
  @media (max-width: 991.98px) {
    .sf-block-text-image-2[data-block-id="285"] .block-flex {
      flex-direction: column-reverse; } }

.sf-block-text-image-2[data-block-id="285"] .block-column-text {
  flex: 1;
  padding-right: 75px; }
  @media (max-width: 991.98px) {
    .sf-block-text-image-2[data-block-id="285"] .block-column-text {
      width: 100%;
      padding-right: 0; } }

.sf-block-text-image-2[data-block-id="285"] .block-column-image {
  width: 500px;
  text-align: center; }
  @media (max-width: 991.98px) {
    .sf-block-text-image-2[data-block-id="285"] .block-column-image {
      width: 100%;
      text-align: center; } }
  .sf-block-text-image-2[data-block-id="285"] .block-column-image img {
    max-width: 100%;
    border-radius: 100%; }
    @media (max-width: 991.98px) {
      .sf-block-text-image-2[data-block-id="285"] .block-column-image img {
        margin-bottom: 30px; } }

.sf-block-text-image-2[data-block-id="285"] .block-button-wrapper {
  display: block;
  text-align: center; }
  .sf-block-text-image-2[data-block-id="285"] .block-button-wrapper a.block-button {
    margin-top: 60px;
    padding: 15px 45px;
    border-radius: 100px;
    background-color: #ff821e;
    text-decoration: none;
    display: inline-block;
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.085em;
    line-height: 1.9em;
    color: white;
    max-font-size: 100px; }
  .sf-block-text-image-2[data-block-id="285"] .block-button-wrapper a.block-button:hover {
    color: white;
    background-color: #ff821e; }

.sf-block-text-image-2[data-block-id="285"] p, .sf-block-text-image-2[data-block-id="285"] li {
  font-family: Poppins;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 2em;
  color: #3b3d44;
  max-font-size: 100px; }

.sf-block-text-image-2[data-block-id="285"] h1 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 36px;
  letter-spacing: 0.085em;
  line-height: 1.35em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 15px; }
  @media (max-width: 991.98px) {
    .sf-block-text-image-2[data-block-id="285"] h1 {
      font-size: 27.69231px; } }

.sf-block-text-image-2[data-block-id="285"] h2 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 28px;
  letter-spacing: 0.085em;
  line-height: 1.5em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-text-image-2[data-block-id="285"] h2 {
      font-size: 21.53846px; } }

.sf-block-text-image-2[data-block-id="285"] h3 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.085em;
  line-height: 1.6em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-text-image-2[data-block-id="285"] h3 {
      font-size: 16.66667px; } }

.sf-block-text-image-2[data-block-id="285"] h4 {
  font-family: Poppins;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.085em;
  line-height: 1.9em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-text-image-2[data-block-id="285"] h4 {
      font-size: 15px; } }

.sf-block-text-image-2[data-block-id="285"] h5 {
  font-family: Poppins;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.115em;
  line-height: 1.5em;
  color: #626167;
  max-font-size: 100px; }

.sf-block-text-image-2[data-block-id="285"] a {
  color: #ff821e; }

.sf-block-text-image-2[data-block-id="285"] p + h1,
.sf-block-text-image-2[data-block-id="285"] p + h2,
.sf-block-text-image-2[data-block-id="285"] p + h3,
.sf-block-text-image-2[data-block-id="285"] p + h4 {
  padding-top: 30px; }

.sf-block-text-image-2[data-block-id="285"] h4 + h1,
.sf-block-text-image-2[data-block-id="285"] h4 + h2,
.sf-block-text-image-2[data-block-id="285"] h4 + h3 {
  padding-top: 30px; }

.sf-block-text-image-2[data-block-id="285"] ul + h1,
.sf-block-text-image-2[data-block-id="285"] ul + h2,
.sf-block-text-image-2[data-block-id="285"] ul + h3 {
  padding-top: 30px; }

.sf-block-text-image-2[data-block-id="285"] h1:last-child,
.sf-block-text-image-2[data-block-id="285"] h2:last-child,
.sf-block-text-image-2[data-block-id="285"] h3:last-child,
.sf-block-text-image-2[data-block-id="285"] h4:last-child,
.sf-block-text-image-2[data-block-id="285"] h5:last-child,
.sf-block-text-image-2[data-block-id="285"] p:last-child {
  padding-bottom: 0; }

.sf-block-text-image-2[data-block-id="325"] .text-image-2-wrapper {
  background-color: white;
  padding-top: 60px;
  padding-bottom: 60px; }
  @media (max-width: 767.98px) {
    .sf-block-text-image-2[data-block-id="325"] .text-image-2-wrapper {
      padding-top: 30px; } }
  @media (max-width: 767.98px) {
    .sf-block-text-image-2[data-block-id="325"] .text-image-2-wrapper {
      padding-bottom: 30px; } }

.sf-block-text-image-2[data-block-id="325"] .block-flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
  @media (max-width: 991.98px) {
    .sf-block-text-image-2[data-block-id="325"] .block-flex {
      flex-direction: column-reverse; } }

.sf-block-text-image-2[data-block-id="325"] .block-column-text {
  flex: 1;
  padding-right: 75px; }
  @media (max-width: 991.98px) {
    .sf-block-text-image-2[data-block-id="325"] .block-column-text {
      width: 100%;
      padding-right: 0; } }

.sf-block-text-image-2[data-block-id="325"] .block-column-image {
  width: 500px;
  text-align: center; }
  @media (max-width: 991.98px) {
    .sf-block-text-image-2[data-block-id="325"] .block-column-image {
      width: 100%;
      text-align: center; } }
  .sf-block-text-image-2[data-block-id="325"] .block-column-image img {
    max-width: 100%;
    border-radius: 100%; }
    @media (max-width: 991.98px) {
      .sf-block-text-image-2[data-block-id="325"] .block-column-image img {
        margin-bottom: 30px; } }

.sf-block-text-image-2[data-block-id="325"] .block-button-wrapper {
  display: block;
  text-align: center; }
  .sf-block-text-image-2[data-block-id="325"] .block-button-wrapper a.block-button {
    margin-top: 60px;
    padding: 15px 45px;
    border-radius: 100px;
    background-color: #ff821e;
    text-decoration: none;
    display: inline-block;
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.085em;
    line-height: 1.9em;
    color: white;
    max-font-size: 100px; }
  .sf-block-text-image-2[data-block-id="325"] .block-button-wrapper a.block-button:hover {
    color: white;
    background-color: #ff821e; }

.sf-block-text-image-2[data-block-id="325"] p, .sf-block-text-image-2[data-block-id="325"] li {
  font-family: Poppins;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 2em;
  color: #3b3d44;
  max-font-size: 100px; }

.sf-block-text-image-2[data-block-id="325"] h1 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 36px;
  letter-spacing: 0.085em;
  line-height: 1.35em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 15px; }
  @media (max-width: 991.98px) {
    .sf-block-text-image-2[data-block-id="325"] h1 {
      font-size: 27.69231px; } }

.sf-block-text-image-2[data-block-id="325"] h2 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 28px;
  letter-spacing: 0.085em;
  line-height: 1.5em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-text-image-2[data-block-id="325"] h2 {
      font-size: 21.53846px; } }

.sf-block-text-image-2[data-block-id="325"] h3 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.085em;
  line-height: 1.6em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-text-image-2[data-block-id="325"] h3 {
      font-size: 16.66667px; } }

.sf-block-text-image-2[data-block-id="325"] h4 {
  font-family: Poppins;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.085em;
  line-height: 1.9em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-text-image-2[data-block-id="325"] h4 {
      font-size: 15px; } }

.sf-block-text-image-2[data-block-id="325"] h5 {
  font-family: Poppins;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.115em;
  line-height: 1.5em;
  color: #626167;
  max-font-size: 100px; }

.sf-block-text-image-2[data-block-id="325"] a {
  color: #ff821e; }

.sf-block-text-image-2[data-block-id="325"] p + h1,
.sf-block-text-image-2[data-block-id="325"] p + h2,
.sf-block-text-image-2[data-block-id="325"] p + h3,
.sf-block-text-image-2[data-block-id="325"] p + h4 {
  padding-top: 30px; }

.sf-block-text-image-2[data-block-id="325"] h4 + h1,
.sf-block-text-image-2[data-block-id="325"] h4 + h2,
.sf-block-text-image-2[data-block-id="325"] h4 + h3 {
  padding-top: 30px; }

.sf-block-text-image-2[data-block-id="325"] ul + h1,
.sf-block-text-image-2[data-block-id="325"] ul + h2,
.sf-block-text-image-2[data-block-id="325"] ul + h3 {
  padding-top: 30px; }

.sf-block-text-image-2[data-block-id="325"] h1:last-child,
.sf-block-text-image-2[data-block-id="325"] h2:last-child,
.sf-block-text-image-2[data-block-id="325"] h3:last-child,
.sf-block-text-image-2[data-block-id="325"] h4:last-child,
.sf-block-text-image-2[data-block-id="325"] h5:last-child,
.sf-block-text-image-2[data-block-id="325"] p:last-child {
  padding-bottom: 0; }

.sf-block-text-image-2[data-block-id="327"] .text-image-2-wrapper {
  background-color: white;
  padding-top: 60px;
  padding-bottom: 60px; }
  @media (max-width: 767.98px) {
    .sf-block-text-image-2[data-block-id="327"] .text-image-2-wrapper {
      padding-top: 30px; } }
  @media (max-width: 767.98px) {
    .sf-block-text-image-2[data-block-id="327"] .text-image-2-wrapper {
      padding-bottom: 30px; } }

.sf-block-text-image-2[data-block-id="327"] .block-flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
  @media (max-width: 991.98px) {
    .sf-block-text-image-2[data-block-id="327"] .block-flex {
      flex-direction: column-reverse; } }

.sf-block-text-image-2[data-block-id="327"] .block-column-text {
  flex: 1;
  padding-right: 75px; }
  @media (max-width: 991.98px) {
    .sf-block-text-image-2[data-block-id="327"] .block-column-text {
      width: 100%;
      padding-right: 0; } }

.sf-block-text-image-2[data-block-id="327"] .block-column-image {
  width: 500px;
  text-align: center; }
  @media (max-width: 991.98px) {
    .sf-block-text-image-2[data-block-id="327"] .block-column-image {
      width: 100%;
      text-align: center; } }
  .sf-block-text-image-2[data-block-id="327"] .block-column-image img {
    max-width: 100%;
    border-radius: 100%; }
    @media (max-width: 991.98px) {
      .sf-block-text-image-2[data-block-id="327"] .block-column-image img {
        margin-bottom: 30px; } }

.sf-block-text-image-2[data-block-id="327"] .block-button-wrapper {
  display: block;
  text-align: center; }
  .sf-block-text-image-2[data-block-id="327"] .block-button-wrapper a.block-button {
    margin-top: 60px;
    padding: 15px 45px;
    border-radius: 100px;
    background-color: #ff821e;
    text-decoration: none;
    display: inline-block;
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.085em;
    line-height: 1.9em;
    color: white;
    max-font-size: 100px; }
  .sf-block-text-image-2[data-block-id="327"] .block-button-wrapper a.block-button:hover {
    color: white;
    background-color: #ff821e; }

.sf-block-text-image-2[data-block-id="327"] p, .sf-block-text-image-2[data-block-id="327"] li {
  font-family: Poppins;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 2em;
  color: #3b3d44;
  max-font-size: 100px; }

.sf-block-text-image-2[data-block-id="327"] h1 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 36px;
  letter-spacing: 0.085em;
  line-height: 1.35em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 15px; }
  @media (max-width: 991.98px) {
    .sf-block-text-image-2[data-block-id="327"] h1 {
      font-size: 27.69231px; } }

.sf-block-text-image-2[data-block-id="327"] h2 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 28px;
  letter-spacing: 0.085em;
  line-height: 1.5em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-text-image-2[data-block-id="327"] h2 {
      font-size: 21.53846px; } }

.sf-block-text-image-2[data-block-id="327"] h3 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.085em;
  line-height: 1.6em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-text-image-2[data-block-id="327"] h3 {
      font-size: 16.66667px; } }

.sf-block-text-image-2[data-block-id="327"] h4 {
  font-family: Poppins;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.085em;
  line-height: 1.9em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-text-image-2[data-block-id="327"] h4 {
      font-size: 15px; } }

.sf-block-text-image-2[data-block-id="327"] h5 {
  font-family: Poppins;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.115em;
  line-height: 1.5em;
  color: #626167;
  max-font-size: 100px; }

.sf-block-text-image-2[data-block-id="327"] a {
  color: #ff821e; }

.sf-block-text-image-2[data-block-id="327"] p + h1,
.sf-block-text-image-2[data-block-id="327"] p + h2,
.sf-block-text-image-2[data-block-id="327"] p + h3,
.sf-block-text-image-2[data-block-id="327"] p + h4 {
  padding-top: 30px; }

.sf-block-text-image-2[data-block-id="327"] h4 + h1,
.sf-block-text-image-2[data-block-id="327"] h4 + h2,
.sf-block-text-image-2[data-block-id="327"] h4 + h3 {
  padding-top: 30px; }

.sf-block-text-image-2[data-block-id="327"] ul + h1,
.sf-block-text-image-2[data-block-id="327"] ul + h2,
.sf-block-text-image-2[data-block-id="327"] ul + h3 {
  padding-top: 30px; }

.sf-block-text-image-2[data-block-id="327"] h1:last-child,
.sf-block-text-image-2[data-block-id="327"] h2:last-child,
.sf-block-text-image-2[data-block-id="327"] h3:last-child,
.sf-block-text-image-2[data-block-id="327"] h4:last-child,
.sf-block-text-image-2[data-block-id="327"] h5:last-child,
.sf-block-text-image-2[data-block-id="327"] p:last-child {
  padding-bottom: 0; }

.sf-block-text-image-2[data-block-id="345"] .text-image-2-wrapper {
  background-color: white;
  padding-top: 60px;
  padding-bottom: 60px; }
  @media (max-width: 767.98px) {
    .sf-block-text-image-2[data-block-id="345"] .text-image-2-wrapper {
      padding-top: 30px; } }
  @media (max-width: 767.98px) {
    .sf-block-text-image-2[data-block-id="345"] .text-image-2-wrapper {
      padding-bottom: 30px; } }

.sf-block-text-image-2[data-block-id="345"] .block-flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
  @media (max-width: 991.98px) {
    .sf-block-text-image-2[data-block-id="345"] .block-flex {
      flex-direction: column-reverse; } }

.sf-block-text-image-2[data-block-id="345"] .block-column-text {
  flex: 1;
  padding-right: 75px; }
  @media (max-width: 991.98px) {
    .sf-block-text-image-2[data-block-id="345"] .block-column-text {
      width: 100%;
      padding-right: 0; } }

.sf-block-text-image-2[data-block-id="345"] .block-column-image {
  width: 500px;
  text-align: center; }
  @media (max-width: 991.98px) {
    .sf-block-text-image-2[data-block-id="345"] .block-column-image {
      width: 100%;
      text-align: center; } }
  .sf-block-text-image-2[data-block-id="345"] .block-column-image img {
    max-width: 100%;
    border-radius: 100%; }
    @media (max-width: 991.98px) {
      .sf-block-text-image-2[data-block-id="345"] .block-column-image img {
        margin-bottom: 30px; } }

.sf-block-text-image-2[data-block-id="345"] .block-button-wrapper {
  display: block;
  text-align: center; }
  .sf-block-text-image-2[data-block-id="345"] .block-button-wrapper a.block-button {
    margin-top: 60px;
    padding: 15px 45px;
    border-radius: 100px;
    background-color: #ff821e;
    text-decoration: none;
    display: inline-block;
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.085em;
    line-height: 1.9em;
    color: white;
    max-font-size: 100px; }
  .sf-block-text-image-2[data-block-id="345"] .block-button-wrapper a.block-button:hover {
    color: white;
    background-color: #ff821e; }

.sf-block-text-image-2[data-block-id="345"] p, .sf-block-text-image-2[data-block-id="345"] li {
  font-family: Poppins;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 2em;
  color: #3b3d44;
  max-font-size: 100px; }

.sf-block-text-image-2[data-block-id="345"] h1 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 36px;
  letter-spacing: 0.085em;
  line-height: 1.35em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 15px; }
  @media (max-width: 991.98px) {
    .sf-block-text-image-2[data-block-id="345"] h1 {
      font-size: 27.69231px; } }

.sf-block-text-image-2[data-block-id="345"] h2 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 28px;
  letter-spacing: 0.085em;
  line-height: 1.5em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-text-image-2[data-block-id="345"] h2 {
      font-size: 21.53846px; } }

.sf-block-text-image-2[data-block-id="345"] h3 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.085em;
  line-height: 1.6em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-text-image-2[data-block-id="345"] h3 {
      font-size: 16.66667px; } }

.sf-block-text-image-2[data-block-id="345"] h4 {
  font-family: Poppins;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.085em;
  line-height: 1.9em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-text-image-2[data-block-id="345"] h4 {
      font-size: 15px; } }

.sf-block-text-image-2[data-block-id="345"] h5 {
  font-family: Poppins;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.115em;
  line-height: 1.5em;
  color: #626167;
  max-font-size: 100px; }

.sf-block-text-image-2[data-block-id="345"] a {
  color: #ff821e; }

.sf-block-text-image-2[data-block-id="345"] p + h1,
.sf-block-text-image-2[data-block-id="345"] p + h2,
.sf-block-text-image-2[data-block-id="345"] p + h3,
.sf-block-text-image-2[data-block-id="345"] p + h4 {
  padding-top: 30px; }

.sf-block-text-image-2[data-block-id="345"] h4 + h1,
.sf-block-text-image-2[data-block-id="345"] h4 + h2,
.sf-block-text-image-2[data-block-id="345"] h4 + h3 {
  padding-top: 30px; }

.sf-block-text-image-2[data-block-id="345"] ul + h1,
.sf-block-text-image-2[data-block-id="345"] ul + h2,
.sf-block-text-image-2[data-block-id="345"] ul + h3 {
  padding-top: 30px; }

.sf-block-text-image-2[data-block-id="345"] h1:last-child,
.sf-block-text-image-2[data-block-id="345"] h2:last-child,
.sf-block-text-image-2[data-block-id="345"] h3:last-child,
.sf-block-text-image-2[data-block-id="345"] h4:last-child,
.sf-block-text-image-2[data-block-id="345"] h5:last-child,
.sf-block-text-image-2[data-block-id="345"] p:last-child {
  padding-bottom: 0; }

.sf-block-text-image-2[data-block-id="352"] .text-image-2-wrapper {
  background-color: white;
  padding-top: 60px;
  padding-bottom: 60px; }
  @media (max-width: 767.98px) {
    .sf-block-text-image-2[data-block-id="352"] .text-image-2-wrapper {
      padding-top: 30px; } }
  @media (max-width: 767.98px) {
    .sf-block-text-image-2[data-block-id="352"] .text-image-2-wrapper {
      padding-bottom: 30px; } }

.sf-block-text-image-2[data-block-id="352"] .block-flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
  @media (max-width: 991.98px) {
    .sf-block-text-image-2[data-block-id="352"] .block-flex {
      flex-direction: column-reverse; } }

.sf-block-text-image-2[data-block-id="352"] .block-column-text {
  flex: 1;
  padding-right: 75px; }
  @media (max-width: 991.98px) {
    .sf-block-text-image-2[data-block-id="352"] .block-column-text {
      width: 100%;
      padding-right: 0; } }

.sf-block-text-image-2[data-block-id="352"] .block-column-image {
  width: 500px;
  text-align: center; }
  @media (max-width: 991.98px) {
    .sf-block-text-image-2[data-block-id="352"] .block-column-image {
      width: 100%;
      text-align: center; } }
  .sf-block-text-image-2[data-block-id="352"] .block-column-image img {
    max-width: 100%;
    border-radius: 100%; }
    @media (max-width: 991.98px) {
      .sf-block-text-image-2[data-block-id="352"] .block-column-image img {
        margin-bottom: 30px; } }

.sf-block-text-image-2[data-block-id="352"] .block-button-wrapper {
  display: block;
  text-align: center; }
  .sf-block-text-image-2[data-block-id="352"] .block-button-wrapper a.block-button {
    margin-top: 60px;
    padding: 15px 45px;
    border-radius: 100px;
    background-color: #ff821e;
    text-decoration: none;
    display: inline-block;
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.085em;
    line-height: 1.9em;
    color: white;
    max-font-size: 100px; }
  .sf-block-text-image-2[data-block-id="352"] .block-button-wrapper a.block-button:hover {
    color: white;
    background-color: #ff821e; }

.sf-block-text-image-2[data-block-id="352"] p, .sf-block-text-image-2[data-block-id="352"] li {
  font-family: Poppins;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 2em;
  color: #3b3d44;
  max-font-size: 100px; }

.sf-block-text-image-2[data-block-id="352"] h1 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 36px;
  letter-spacing: 0.085em;
  line-height: 1.35em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 15px; }
  @media (max-width: 991.98px) {
    .sf-block-text-image-2[data-block-id="352"] h1 {
      font-size: 27.69231px; } }

.sf-block-text-image-2[data-block-id="352"] h2 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 28px;
  letter-spacing: 0.085em;
  line-height: 1.5em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-text-image-2[data-block-id="352"] h2 {
      font-size: 21.53846px; } }

.sf-block-text-image-2[data-block-id="352"] h3 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.085em;
  line-height: 1.6em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-text-image-2[data-block-id="352"] h3 {
      font-size: 16.66667px; } }

.sf-block-text-image-2[data-block-id="352"] h4 {
  font-family: Poppins;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.085em;
  line-height: 1.9em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-text-image-2[data-block-id="352"] h4 {
      font-size: 15px; } }

.sf-block-text-image-2[data-block-id="352"] h5 {
  font-family: Poppins;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.115em;
  line-height: 1.5em;
  color: #626167;
  max-font-size: 100px; }

.sf-block-text-image-2[data-block-id="352"] a {
  color: #ff821e; }

.sf-block-text-image-2[data-block-id="352"] p + h1,
.sf-block-text-image-2[data-block-id="352"] p + h2,
.sf-block-text-image-2[data-block-id="352"] p + h3,
.sf-block-text-image-2[data-block-id="352"] p + h4 {
  padding-top: 30px; }

.sf-block-text-image-2[data-block-id="352"] h4 + h1,
.sf-block-text-image-2[data-block-id="352"] h4 + h2,
.sf-block-text-image-2[data-block-id="352"] h4 + h3 {
  padding-top: 30px; }

.sf-block-text-image-2[data-block-id="352"] ul + h1,
.sf-block-text-image-2[data-block-id="352"] ul + h2,
.sf-block-text-image-2[data-block-id="352"] ul + h3 {
  padding-top: 30px; }

.sf-block-text-image-2[data-block-id="352"] h1:last-child,
.sf-block-text-image-2[data-block-id="352"] h2:last-child,
.sf-block-text-image-2[data-block-id="352"] h3:last-child,
.sf-block-text-image-2[data-block-id="352"] h4:last-child,
.sf-block-text-image-2[data-block-id="352"] h5:last-child,
.sf-block-text-image-2[data-block-id="352"] p:last-child {
  padding-bottom: 0; }

.sf-block-text-image-2[data-block-id="371"] .text-image-2-wrapper {
  background-color: white;
  padding-top: 60px;
  padding-bottom: 60px; }
  @media (max-width: 767.98px) {
    .sf-block-text-image-2[data-block-id="371"] .text-image-2-wrapper {
      padding-top: 30px; } }
  @media (max-width: 767.98px) {
    .sf-block-text-image-2[data-block-id="371"] .text-image-2-wrapper {
      padding-bottom: 30px; } }

.sf-block-text-image-2[data-block-id="371"] .block-flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
  @media (max-width: 991.98px) {
    .sf-block-text-image-2[data-block-id="371"] .block-flex {
      flex-direction: column-reverse; } }

.sf-block-text-image-2[data-block-id="371"] .block-column-text {
  flex: 1;
  padding-right: 75px; }
  @media (max-width: 991.98px) {
    .sf-block-text-image-2[data-block-id="371"] .block-column-text {
      width: 100%;
      padding-right: 0; } }

.sf-block-text-image-2[data-block-id="371"] .block-column-image {
  width: 500px;
  text-align: center; }
  @media (max-width: 991.98px) {
    .sf-block-text-image-2[data-block-id="371"] .block-column-image {
      width: 100%;
      text-align: center; } }
  .sf-block-text-image-2[data-block-id="371"] .block-column-image img {
    max-width: 100%;
    border-radius: 100%; }
    @media (max-width: 991.98px) {
      .sf-block-text-image-2[data-block-id="371"] .block-column-image img {
        margin-bottom: 30px; } }

.sf-block-text-image-2[data-block-id="371"] .block-button-wrapper {
  display: block;
  text-align: center; }
  .sf-block-text-image-2[data-block-id="371"] .block-button-wrapper a.block-button {
    margin-top: 60px;
    padding: 15px 45px;
    border-radius: 100px;
    background-color: #ff821e;
    text-decoration: none;
    display: inline-block;
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.085em;
    line-height: 1.9em;
    color: white;
    max-font-size: 100px; }
  .sf-block-text-image-2[data-block-id="371"] .block-button-wrapper a.block-button:hover {
    color: white;
    background-color: #ff821e; }

.sf-block-text-image-2[data-block-id="371"] p, .sf-block-text-image-2[data-block-id="371"] li {
  font-family: Poppins;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 2em;
  color: #3b3d44;
  max-font-size: 100px; }

.sf-block-text-image-2[data-block-id="371"] h1 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 36px;
  letter-spacing: 0.085em;
  line-height: 1.35em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 15px; }
  @media (max-width: 991.98px) {
    .sf-block-text-image-2[data-block-id="371"] h1 {
      font-size: 27.69231px; } }

.sf-block-text-image-2[data-block-id="371"] h2 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 28px;
  letter-spacing: 0.085em;
  line-height: 1.5em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-text-image-2[data-block-id="371"] h2 {
      font-size: 21.53846px; } }

.sf-block-text-image-2[data-block-id="371"] h3 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.085em;
  line-height: 1.6em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-text-image-2[data-block-id="371"] h3 {
      font-size: 16.66667px; } }

.sf-block-text-image-2[data-block-id="371"] h4 {
  font-family: Poppins;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.085em;
  line-height: 1.9em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-text-image-2[data-block-id="371"] h4 {
      font-size: 15px; } }

.sf-block-text-image-2[data-block-id="371"] h5 {
  font-family: Poppins;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.115em;
  line-height: 1.5em;
  color: #626167;
  max-font-size: 100px; }

.sf-block-text-image-2[data-block-id="371"] a {
  color: #ff821e; }

.sf-block-text-image-2[data-block-id="371"] p + h1,
.sf-block-text-image-2[data-block-id="371"] p + h2,
.sf-block-text-image-2[data-block-id="371"] p + h3,
.sf-block-text-image-2[data-block-id="371"] p + h4 {
  padding-top: 30px; }

.sf-block-text-image-2[data-block-id="371"] h4 + h1,
.sf-block-text-image-2[data-block-id="371"] h4 + h2,
.sf-block-text-image-2[data-block-id="371"] h4 + h3 {
  padding-top: 30px; }

.sf-block-text-image-2[data-block-id="371"] ul + h1,
.sf-block-text-image-2[data-block-id="371"] ul + h2,
.sf-block-text-image-2[data-block-id="371"] ul + h3 {
  padding-top: 30px; }

.sf-block-text-image-2[data-block-id="371"] h1:last-child,
.sf-block-text-image-2[data-block-id="371"] h2:last-child,
.sf-block-text-image-2[data-block-id="371"] h3:last-child,
.sf-block-text-image-2[data-block-id="371"] h4:last-child,
.sf-block-text-image-2[data-block-id="371"] h5:last-child,
.sf-block-text-image-2[data-block-id="371"] p:last-child {
  padding-bottom: 0; }

.sf-block-text-image-2[data-block-id="426"] .text-image-2-wrapper {
  background-color: white;
  padding-top: 60px;
  padding-bottom: 60px; }
  @media (max-width: 767.98px) {
    .sf-block-text-image-2[data-block-id="426"] .text-image-2-wrapper {
      padding-top: 30px; } }
  @media (max-width: 767.98px) {
    .sf-block-text-image-2[data-block-id="426"] .text-image-2-wrapper {
      padding-bottom: 30px; } }

.sf-block-text-image-2[data-block-id="426"] .block-flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
  @media (max-width: 991.98px) {
    .sf-block-text-image-2[data-block-id="426"] .block-flex {
      flex-direction: column-reverse; } }

.sf-block-text-image-2[data-block-id="426"] .block-column-text {
  flex: 1;
  padding-right: 75px; }
  @media (max-width: 991.98px) {
    .sf-block-text-image-2[data-block-id="426"] .block-column-text {
      width: 100%;
      padding-right: 0; } }

.sf-block-text-image-2[data-block-id="426"] .block-column-image {
  width: 500px;
  text-align: center; }
  @media (max-width: 991.98px) {
    .sf-block-text-image-2[data-block-id="426"] .block-column-image {
      width: 100%;
      text-align: center; } }
  .sf-block-text-image-2[data-block-id="426"] .block-column-image img {
    max-width: 100%;
    border-radius: 100%; }
    @media (max-width: 991.98px) {
      .sf-block-text-image-2[data-block-id="426"] .block-column-image img {
        margin-bottom: 30px; } }

.sf-block-text-image-2[data-block-id="426"] .block-button-wrapper {
  display: block;
  text-align: center; }
  .sf-block-text-image-2[data-block-id="426"] .block-button-wrapper a.block-button {
    margin-top: 60px;
    padding: 15px 45px;
    border-radius: 100px;
    background-color: #ff821e;
    text-decoration: none;
    display: inline-block;
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.085em;
    line-height: 1.9em;
    color: white;
    max-font-size: 100px; }
  .sf-block-text-image-2[data-block-id="426"] .block-button-wrapper a.block-button:hover {
    color: white;
    background-color: #ff821e; }

.sf-block-text-image-2[data-block-id="426"] p, .sf-block-text-image-2[data-block-id="426"] li {
  font-family: Poppins;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 2em;
  color: #3b3d44;
  max-font-size: 100px; }

.sf-block-text-image-2[data-block-id="426"] h1 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 36px;
  letter-spacing: 0.085em;
  line-height: 1.35em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 15px; }
  @media (max-width: 991.98px) {
    .sf-block-text-image-2[data-block-id="426"] h1 {
      font-size: 27.69231px; } }

.sf-block-text-image-2[data-block-id="426"] h2 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 28px;
  letter-spacing: 0.085em;
  line-height: 1.5em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-text-image-2[data-block-id="426"] h2 {
      font-size: 21.53846px; } }

.sf-block-text-image-2[data-block-id="426"] h3 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.085em;
  line-height: 1.6em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-text-image-2[data-block-id="426"] h3 {
      font-size: 16.66667px; } }

.sf-block-text-image-2[data-block-id="426"] h4 {
  font-family: Poppins;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.085em;
  line-height: 1.9em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-text-image-2[data-block-id="426"] h4 {
      font-size: 15px; } }

.sf-block-text-image-2[data-block-id="426"] h5 {
  font-family: Poppins;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.115em;
  line-height: 1.5em;
  color: #626167;
  max-font-size: 100px; }

.sf-block-text-image-2[data-block-id="426"] a {
  color: #ff821e; }

.sf-block-text-image-2[data-block-id="426"] p + h1,
.sf-block-text-image-2[data-block-id="426"] p + h2,
.sf-block-text-image-2[data-block-id="426"] p + h3,
.sf-block-text-image-2[data-block-id="426"] p + h4 {
  padding-top: 30px; }

.sf-block-text-image-2[data-block-id="426"] h4 + h1,
.sf-block-text-image-2[data-block-id="426"] h4 + h2,
.sf-block-text-image-2[data-block-id="426"] h4 + h3 {
  padding-top: 30px; }

.sf-block-text-image-2[data-block-id="426"] ul + h1,
.sf-block-text-image-2[data-block-id="426"] ul + h2,
.sf-block-text-image-2[data-block-id="426"] ul + h3 {
  padding-top: 30px; }

.sf-block-text-image-2[data-block-id="426"] h1:last-child,
.sf-block-text-image-2[data-block-id="426"] h2:last-child,
.sf-block-text-image-2[data-block-id="426"] h3:last-child,
.sf-block-text-image-2[data-block-id="426"] h4:last-child,
.sf-block-text-image-2[data-block-id="426"] h5:last-child,
.sf-block-text-image-2[data-block-id="426"] p:last-child {
  padding-bottom: 0; }

.sf-block-text-image-2[data-block-id="435"] .text-image-2-wrapper {
  background-color: white;
  padding-top: 60px;
  padding-bottom: 60px; }
  @media (max-width: 767.98px) {
    .sf-block-text-image-2[data-block-id="435"] .text-image-2-wrapper {
      padding-top: 30px; } }
  @media (max-width: 767.98px) {
    .sf-block-text-image-2[data-block-id="435"] .text-image-2-wrapper {
      padding-bottom: 30px; } }

.sf-block-text-image-2[data-block-id="435"] .block-flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
  @media (max-width: 991.98px) {
    .sf-block-text-image-2[data-block-id="435"] .block-flex {
      flex-direction: column-reverse; } }

.sf-block-text-image-2[data-block-id="435"] .block-column-text {
  flex: 1;
  padding-right: 75px; }
  @media (max-width: 991.98px) {
    .sf-block-text-image-2[data-block-id="435"] .block-column-text {
      width: 100%;
      padding-right: 0; } }

.sf-block-text-image-2[data-block-id="435"] .block-column-image {
  width: 500px;
  text-align: center; }
  @media (max-width: 991.98px) {
    .sf-block-text-image-2[data-block-id="435"] .block-column-image {
      width: 100%;
      text-align: center; } }
  .sf-block-text-image-2[data-block-id="435"] .block-column-image img {
    max-width: 100%;
    border-radius: 100%; }
    @media (max-width: 991.98px) {
      .sf-block-text-image-2[data-block-id="435"] .block-column-image img {
        margin-bottom: 30px; } }

.sf-block-text-image-2[data-block-id="435"] .block-button-wrapper {
  display: block;
  text-align: center; }
  .sf-block-text-image-2[data-block-id="435"] .block-button-wrapper a.block-button {
    margin-top: 60px;
    padding: 15px 45px;
    border-radius: 100px;
    background-color: #ff821e;
    text-decoration: none;
    display: inline-block;
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.085em;
    line-height: 1.9em;
    color: white;
    max-font-size: 100px; }
  .sf-block-text-image-2[data-block-id="435"] .block-button-wrapper a.block-button:hover {
    color: white;
    background-color: #ff821e; }

.sf-block-text-image-2[data-block-id="435"] p, .sf-block-text-image-2[data-block-id="435"] li {
  font-family: Poppins;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 2em;
  color: #3b3d44;
  max-font-size: 100px; }

.sf-block-text-image-2[data-block-id="435"] h1 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 36px;
  letter-spacing: 0.085em;
  line-height: 1.35em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 15px; }
  @media (max-width: 991.98px) {
    .sf-block-text-image-2[data-block-id="435"] h1 {
      font-size: 27.69231px; } }

.sf-block-text-image-2[data-block-id="435"] h2 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 28px;
  letter-spacing: 0.085em;
  line-height: 1.5em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-text-image-2[data-block-id="435"] h2 {
      font-size: 21.53846px; } }

.sf-block-text-image-2[data-block-id="435"] h3 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.085em;
  line-height: 1.6em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-text-image-2[data-block-id="435"] h3 {
      font-size: 16.66667px; } }

.sf-block-text-image-2[data-block-id="435"] h4 {
  font-family: Poppins;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.085em;
  line-height: 1.9em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-text-image-2[data-block-id="435"] h4 {
      font-size: 15px; } }

.sf-block-text-image-2[data-block-id="435"] h5 {
  font-family: Poppins;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.115em;
  line-height: 1.5em;
  color: #626167;
  max-font-size: 100px; }

.sf-block-text-image-2[data-block-id="435"] a {
  color: #ff821e; }

.sf-block-text-image-2[data-block-id="435"] p + h1,
.sf-block-text-image-2[data-block-id="435"] p + h2,
.sf-block-text-image-2[data-block-id="435"] p + h3,
.sf-block-text-image-2[data-block-id="435"] p + h4 {
  padding-top: 30px; }

.sf-block-text-image-2[data-block-id="435"] h4 + h1,
.sf-block-text-image-2[data-block-id="435"] h4 + h2,
.sf-block-text-image-2[data-block-id="435"] h4 + h3 {
  padding-top: 30px; }

.sf-block-text-image-2[data-block-id="435"] ul + h1,
.sf-block-text-image-2[data-block-id="435"] ul + h2,
.sf-block-text-image-2[data-block-id="435"] ul + h3 {
  padding-top: 30px; }

.sf-block-text-image-2[data-block-id="435"] h1:last-child,
.sf-block-text-image-2[data-block-id="435"] h2:last-child,
.sf-block-text-image-2[data-block-id="435"] h3:last-child,
.sf-block-text-image-2[data-block-id="435"] h4:last-child,
.sf-block-text-image-2[data-block-id="435"] h5:last-child,
.sf-block-text-image-2[data-block-id="435"] p:last-child {
  padding-bottom: 0; }

.sf-block-text-image-2[data-block-id="437"] .text-image-2-wrapper {
  background-color: white;
  padding-top: 60px;
  padding-bottom: 60px; }
  @media (max-width: 767.98px) {
    .sf-block-text-image-2[data-block-id="437"] .text-image-2-wrapper {
      padding-top: 30px; } }
  @media (max-width: 767.98px) {
    .sf-block-text-image-2[data-block-id="437"] .text-image-2-wrapper {
      padding-bottom: 30px; } }

.sf-block-text-image-2[data-block-id="437"] .block-flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
  @media (max-width: 991.98px) {
    .sf-block-text-image-2[data-block-id="437"] .block-flex {
      flex-direction: column-reverse; } }

.sf-block-text-image-2[data-block-id="437"] .block-column-text {
  flex: 1;
  padding-right: 75px; }
  @media (max-width: 991.98px) {
    .sf-block-text-image-2[data-block-id="437"] .block-column-text {
      width: 100%;
      padding-right: 0; } }

.sf-block-text-image-2[data-block-id="437"] .block-column-image {
  width: 500px;
  text-align: center; }
  @media (max-width: 991.98px) {
    .sf-block-text-image-2[data-block-id="437"] .block-column-image {
      width: 100%;
      text-align: center; } }
  .sf-block-text-image-2[data-block-id="437"] .block-column-image img {
    max-width: 100%;
    border-radius: 100%; }
    @media (max-width: 991.98px) {
      .sf-block-text-image-2[data-block-id="437"] .block-column-image img {
        margin-bottom: 30px; } }

.sf-block-text-image-2[data-block-id="437"] .block-button-wrapper {
  display: block;
  text-align: center; }
  .sf-block-text-image-2[data-block-id="437"] .block-button-wrapper a.block-button {
    margin-top: 60px;
    padding: 15px 45px;
    border-radius: 100px;
    background-color: #ff821e;
    text-decoration: none;
    display: inline-block;
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.085em;
    line-height: 1.9em;
    color: white;
    max-font-size: 100px; }
  .sf-block-text-image-2[data-block-id="437"] .block-button-wrapper a.block-button:hover {
    color: white;
    background-color: #ff821e; }

.sf-block-text-image-2[data-block-id="437"] p, .sf-block-text-image-2[data-block-id="437"] li {
  font-family: Poppins;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 2em;
  color: #3b3d44;
  max-font-size: 100px; }

.sf-block-text-image-2[data-block-id="437"] h1 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 36px;
  letter-spacing: 0.085em;
  line-height: 1.35em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 15px; }
  @media (max-width: 991.98px) {
    .sf-block-text-image-2[data-block-id="437"] h1 {
      font-size: 27.69231px; } }

.sf-block-text-image-2[data-block-id="437"] h2 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 28px;
  letter-spacing: 0.085em;
  line-height: 1.5em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-text-image-2[data-block-id="437"] h2 {
      font-size: 21.53846px; } }

.sf-block-text-image-2[data-block-id="437"] h3 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.085em;
  line-height: 1.6em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-text-image-2[data-block-id="437"] h3 {
      font-size: 16.66667px; } }

.sf-block-text-image-2[data-block-id="437"] h4 {
  font-family: Poppins;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.085em;
  line-height: 1.9em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-text-image-2[data-block-id="437"] h4 {
      font-size: 15px; } }

.sf-block-text-image-2[data-block-id="437"] h5 {
  font-family: Poppins;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.115em;
  line-height: 1.5em;
  color: #626167;
  max-font-size: 100px; }

.sf-block-text-image-2[data-block-id="437"] a {
  color: #ff821e; }

.sf-block-text-image-2[data-block-id="437"] p + h1,
.sf-block-text-image-2[data-block-id="437"] p + h2,
.sf-block-text-image-2[data-block-id="437"] p + h3,
.sf-block-text-image-2[data-block-id="437"] p + h4 {
  padding-top: 30px; }

.sf-block-text-image-2[data-block-id="437"] h4 + h1,
.sf-block-text-image-2[data-block-id="437"] h4 + h2,
.sf-block-text-image-2[data-block-id="437"] h4 + h3 {
  padding-top: 30px; }

.sf-block-text-image-2[data-block-id="437"] ul + h1,
.sf-block-text-image-2[data-block-id="437"] ul + h2,
.sf-block-text-image-2[data-block-id="437"] ul + h3 {
  padding-top: 30px; }

.sf-block-text-image-2[data-block-id="437"] h1:last-child,
.sf-block-text-image-2[data-block-id="437"] h2:last-child,
.sf-block-text-image-2[data-block-id="437"] h3:last-child,
.sf-block-text-image-2[data-block-id="437"] h4:last-child,
.sf-block-text-image-2[data-block-id="437"] h5:last-child,
.sf-block-text-image-2[data-block-id="437"] p:last-child {
  padding-bottom: 0; }

.sf-block-text-image-2[data-block-id="443"] .text-image-2-wrapper {
  background-color: white;
  padding-top: 60px;
  padding-bottom: 60px; }
  @media (max-width: 767.98px) {
    .sf-block-text-image-2[data-block-id="443"] .text-image-2-wrapper {
      padding-top: 30px; } }
  @media (max-width: 767.98px) {
    .sf-block-text-image-2[data-block-id="443"] .text-image-2-wrapper {
      padding-bottom: 30px; } }

.sf-block-text-image-2[data-block-id="443"] .block-flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
  @media (max-width: 991.98px) {
    .sf-block-text-image-2[data-block-id="443"] .block-flex {
      flex-direction: column-reverse; } }

.sf-block-text-image-2[data-block-id="443"] .block-column-text {
  flex: 1;
  padding-right: 75px; }
  @media (max-width: 991.98px) {
    .sf-block-text-image-2[data-block-id="443"] .block-column-text {
      width: 100%;
      padding-right: 0; } }

.sf-block-text-image-2[data-block-id="443"] .block-column-image {
  width: 500px;
  text-align: center; }
  @media (max-width: 991.98px) {
    .sf-block-text-image-2[data-block-id="443"] .block-column-image {
      width: 100%;
      text-align: center; } }
  .sf-block-text-image-2[data-block-id="443"] .block-column-image img {
    max-width: 100%;
    border-radius: 100%; }
    @media (max-width: 991.98px) {
      .sf-block-text-image-2[data-block-id="443"] .block-column-image img {
        margin-bottom: 30px; } }

.sf-block-text-image-2[data-block-id="443"] .block-button-wrapper {
  display: block;
  text-align: center; }
  .sf-block-text-image-2[data-block-id="443"] .block-button-wrapper a.block-button {
    margin-top: 60px;
    padding: 15px 45px;
    border-radius: 100px;
    background-color: #ff821e;
    text-decoration: none;
    display: inline-block;
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.085em;
    line-height: 1.9em;
    color: white;
    max-font-size: 100px; }
  .sf-block-text-image-2[data-block-id="443"] .block-button-wrapper a.block-button:hover {
    color: white;
    background-color: #ff821e; }

.sf-block-text-image-2[data-block-id="443"] p, .sf-block-text-image-2[data-block-id="443"] li {
  font-family: Poppins;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 2em;
  color: #3b3d44;
  max-font-size: 100px; }

.sf-block-text-image-2[data-block-id="443"] h1 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 36px;
  letter-spacing: 0.085em;
  line-height: 1.35em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 15px; }
  @media (max-width: 991.98px) {
    .sf-block-text-image-2[data-block-id="443"] h1 {
      font-size: 27.69231px; } }

.sf-block-text-image-2[data-block-id="443"] h2 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 28px;
  letter-spacing: 0.085em;
  line-height: 1.5em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-text-image-2[data-block-id="443"] h2 {
      font-size: 21.53846px; } }

.sf-block-text-image-2[data-block-id="443"] h3 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.085em;
  line-height: 1.6em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-text-image-2[data-block-id="443"] h3 {
      font-size: 16.66667px; } }

.sf-block-text-image-2[data-block-id="443"] h4 {
  font-family: Poppins;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.085em;
  line-height: 1.9em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-text-image-2[data-block-id="443"] h4 {
      font-size: 15px; } }

.sf-block-text-image-2[data-block-id="443"] h5 {
  font-family: Poppins;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.115em;
  line-height: 1.5em;
  color: #626167;
  max-font-size: 100px; }

.sf-block-text-image-2[data-block-id="443"] a {
  color: #ff821e; }

.sf-block-text-image-2[data-block-id="443"] p + h1,
.sf-block-text-image-2[data-block-id="443"] p + h2,
.sf-block-text-image-2[data-block-id="443"] p + h3,
.sf-block-text-image-2[data-block-id="443"] p + h4 {
  padding-top: 30px; }

.sf-block-text-image-2[data-block-id="443"] h4 + h1,
.sf-block-text-image-2[data-block-id="443"] h4 + h2,
.sf-block-text-image-2[data-block-id="443"] h4 + h3 {
  padding-top: 30px; }

.sf-block-text-image-2[data-block-id="443"] ul + h1,
.sf-block-text-image-2[data-block-id="443"] ul + h2,
.sf-block-text-image-2[data-block-id="443"] ul + h3 {
  padding-top: 30px; }

.sf-block-text-image-2[data-block-id="443"] h1:last-child,
.sf-block-text-image-2[data-block-id="443"] h2:last-child,
.sf-block-text-image-2[data-block-id="443"] h3:last-child,
.sf-block-text-image-2[data-block-id="443"] h4:last-child,
.sf-block-text-image-2[data-block-id="443"] h5:last-child,
.sf-block-text-image-2[data-block-id="443"] p:last-child {
  padding-bottom: 0; }

.sf-block-text-image-2[data-block-id="453"] .text-image-2-wrapper {
  background-color: white;
  padding-top: 60px;
  padding-bottom: 60px; }
  @media (max-width: 767.98px) {
    .sf-block-text-image-2[data-block-id="453"] .text-image-2-wrapper {
      padding-top: 30px; } }
  @media (max-width: 767.98px) {
    .sf-block-text-image-2[data-block-id="453"] .text-image-2-wrapper {
      padding-bottom: 30px; } }

.sf-block-text-image-2[data-block-id="453"] .block-flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
  @media (max-width: 991.98px) {
    .sf-block-text-image-2[data-block-id="453"] .block-flex {
      flex-direction: column-reverse; } }

.sf-block-text-image-2[data-block-id="453"] .block-column-text {
  flex: 1;
  padding-right: 75px; }
  @media (max-width: 991.98px) {
    .sf-block-text-image-2[data-block-id="453"] .block-column-text {
      width: 100%;
      padding-right: 0; } }

.sf-block-text-image-2[data-block-id="453"] .block-column-image {
  width: 500px;
  text-align: center; }
  @media (max-width: 991.98px) {
    .sf-block-text-image-2[data-block-id="453"] .block-column-image {
      width: 100%;
      text-align: center; } }
  .sf-block-text-image-2[data-block-id="453"] .block-column-image img {
    max-width: 100%;
    border-radius: 100%; }
    @media (max-width: 991.98px) {
      .sf-block-text-image-2[data-block-id="453"] .block-column-image img {
        margin-bottom: 30px; } }

.sf-block-text-image-2[data-block-id="453"] .block-button-wrapper {
  display: block;
  text-align: center; }
  .sf-block-text-image-2[data-block-id="453"] .block-button-wrapper a.block-button {
    margin-top: 60px;
    padding: 15px 45px;
    border-radius: 100px;
    background-color: #ff821e;
    text-decoration: none;
    display: inline-block;
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.085em;
    line-height: 1.9em;
    color: white;
    max-font-size: 100px; }
  .sf-block-text-image-2[data-block-id="453"] .block-button-wrapper a.block-button:hover {
    color: white;
    background-color: #ff821e; }

.sf-block-text-image-2[data-block-id="453"] p, .sf-block-text-image-2[data-block-id="453"] li {
  font-family: Poppins;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 2em;
  color: #3b3d44;
  max-font-size: 100px; }

.sf-block-text-image-2[data-block-id="453"] h1 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 36px;
  letter-spacing: 0.085em;
  line-height: 1.35em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 15px; }
  @media (max-width: 991.98px) {
    .sf-block-text-image-2[data-block-id="453"] h1 {
      font-size: 27.69231px; } }

.sf-block-text-image-2[data-block-id="453"] h2 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 28px;
  letter-spacing: 0.085em;
  line-height: 1.5em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-text-image-2[data-block-id="453"] h2 {
      font-size: 21.53846px; } }

.sf-block-text-image-2[data-block-id="453"] h3 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.085em;
  line-height: 1.6em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-text-image-2[data-block-id="453"] h3 {
      font-size: 16.66667px; } }

.sf-block-text-image-2[data-block-id="453"] h4 {
  font-family: Poppins;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.085em;
  line-height: 1.9em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-text-image-2[data-block-id="453"] h4 {
      font-size: 15px; } }

.sf-block-text-image-2[data-block-id="453"] h5 {
  font-family: Poppins;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.115em;
  line-height: 1.5em;
  color: #626167;
  max-font-size: 100px; }

.sf-block-text-image-2[data-block-id="453"] a {
  color: #ff821e; }

.sf-block-text-image-2[data-block-id="453"] p + h1,
.sf-block-text-image-2[data-block-id="453"] p + h2,
.sf-block-text-image-2[data-block-id="453"] p + h3,
.sf-block-text-image-2[data-block-id="453"] p + h4 {
  padding-top: 30px; }

.sf-block-text-image-2[data-block-id="453"] h4 + h1,
.sf-block-text-image-2[data-block-id="453"] h4 + h2,
.sf-block-text-image-2[data-block-id="453"] h4 + h3 {
  padding-top: 30px; }

.sf-block-text-image-2[data-block-id="453"] ul + h1,
.sf-block-text-image-2[data-block-id="453"] ul + h2,
.sf-block-text-image-2[data-block-id="453"] ul + h3 {
  padding-top: 30px; }

.sf-block-text-image-2[data-block-id="453"] h1:last-child,
.sf-block-text-image-2[data-block-id="453"] h2:last-child,
.sf-block-text-image-2[data-block-id="453"] h3:last-child,
.sf-block-text-image-2[data-block-id="453"] h4:last-child,
.sf-block-text-image-2[data-block-id="453"] h5:last-child,
.sf-block-text-image-2[data-block-id="453"] p:last-child {
  padding-bottom: 0; }

.sf-block-text-image-2[data-block-id="455"] .text-image-2-wrapper {
  background-color: white;
  padding-top: 60px;
  padding-bottom: 60px; }
  @media (max-width: 767.98px) {
    .sf-block-text-image-2[data-block-id="455"] .text-image-2-wrapper {
      padding-top: 30px; } }
  @media (max-width: 767.98px) {
    .sf-block-text-image-2[data-block-id="455"] .text-image-2-wrapper {
      padding-bottom: 30px; } }

.sf-block-text-image-2[data-block-id="455"] .block-flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
  @media (max-width: 991.98px) {
    .sf-block-text-image-2[data-block-id="455"] .block-flex {
      flex-direction: column-reverse; } }

.sf-block-text-image-2[data-block-id="455"] .block-column-text {
  flex: 1;
  padding-right: 75px; }
  @media (max-width: 991.98px) {
    .sf-block-text-image-2[data-block-id="455"] .block-column-text {
      width: 100%;
      padding-right: 0; } }

.sf-block-text-image-2[data-block-id="455"] .block-column-image {
  width: 500px;
  text-align: center; }
  @media (max-width: 991.98px) {
    .sf-block-text-image-2[data-block-id="455"] .block-column-image {
      width: 100%;
      text-align: center; } }
  .sf-block-text-image-2[data-block-id="455"] .block-column-image img {
    max-width: 100%;
    border-radius: 100%; }
    @media (max-width: 991.98px) {
      .sf-block-text-image-2[data-block-id="455"] .block-column-image img {
        margin-bottom: 30px; } }

.sf-block-text-image-2[data-block-id="455"] .block-button-wrapper {
  display: block;
  text-align: center; }
  .sf-block-text-image-2[data-block-id="455"] .block-button-wrapper a.block-button {
    margin-top: 60px;
    padding: 15px 45px;
    border-radius: 100px;
    background-color: #ff821e;
    text-decoration: none;
    display: inline-block;
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.085em;
    line-height: 1.9em;
    color: white;
    max-font-size: 100px; }
  .sf-block-text-image-2[data-block-id="455"] .block-button-wrapper a.block-button:hover {
    color: white;
    background-color: #ff821e; }

.sf-block-text-image-2[data-block-id="455"] p, .sf-block-text-image-2[data-block-id="455"] li {
  font-family: Poppins;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 2em;
  color: #3b3d44;
  max-font-size: 100px; }

.sf-block-text-image-2[data-block-id="455"] h1 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 36px;
  letter-spacing: 0.085em;
  line-height: 1.35em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 15px; }
  @media (max-width: 991.98px) {
    .sf-block-text-image-2[data-block-id="455"] h1 {
      font-size: 27.69231px; } }

.sf-block-text-image-2[data-block-id="455"] h2 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 28px;
  letter-spacing: 0.085em;
  line-height: 1.5em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-text-image-2[data-block-id="455"] h2 {
      font-size: 21.53846px; } }

.sf-block-text-image-2[data-block-id="455"] h3 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.085em;
  line-height: 1.6em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-text-image-2[data-block-id="455"] h3 {
      font-size: 16.66667px; } }

.sf-block-text-image-2[data-block-id="455"] h4 {
  font-family: Poppins;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.085em;
  line-height: 1.9em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-text-image-2[data-block-id="455"] h4 {
      font-size: 15px; } }

.sf-block-text-image-2[data-block-id="455"] h5 {
  font-family: Poppins;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.115em;
  line-height: 1.5em;
  color: #626167;
  max-font-size: 100px; }

.sf-block-text-image-2[data-block-id="455"] a {
  color: #ff821e; }

.sf-block-text-image-2[data-block-id="455"] p + h1,
.sf-block-text-image-2[data-block-id="455"] p + h2,
.sf-block-text-image-2[data-block-id="455"] p + h3,
.sf-block-text-image-2[data-block-id="455"] p + h4 {
  padding-top: 30px; }

.sf-block-text-image-2[data-block-id="455"] h4 + h1,
.sf-block-text-image-2[data-block-id="455"] h4 + h2,
.sf-block-text-image-2[data-block-id="455"] h4 + h3 {
  padding-top: 30px; }

.sf-block-text-image-2[data-block-id="455"] ul + h1,
.sf-block-text-image-2[data-block-id="455"] ul + h2,
.sf-block-text-image-2[data-block-id="455"] ul + h3 {
  padding-top: 30px; }

.sf-block-text-image-2[data-block-id="455"] h1:last-child,
.sf-block-text-image-2[data-block-id="455"] h2:last-child,
.sf-block-text-image-2[data-block-id="455"] h3:last-child,
.sf-block-text-image-2[data-block-id="455"] h4:last-child,
.sf-block-text-image-2[data-block-id="455"] h5:last-child,
.sf-block-text-image-2[data-block-id="455"] p:last-child {
  padding-bottom: 0; }

.sf-block-text-image-2[data-block-id="457"] .text-image-2-wrapper {
  background-color: white;
  padding-top: 60px;
  padding-bottom: 60px; }
  @media (max-width: 767.98px) {
    .sf-block-text-image-2[data-block-id="457"] .text-image-2-wrapper {
      padding-top: 30px; } }
  @media (max-width: 767.98px) {
    .sf-block-text-image-2[data-block-id="457"] .text-image-2-wrapper {
      padding-bottom: 30px; } }

.sf-block-text-image-2[data-block-id="457"] .block-flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
  @media (max-width: 991.98px) {
    .sf-block-text-image-2[data-block-id="457"] .block-flex {
      flex-direction: column-reverse; } }

.sf-block-text-image-2[data-block-id="457"] .block-column-text {
  flex: 1;
  padding-right: 75px; }
  @media (max-width: 991.98px) {
    .sf-block-text-image-2[data-block-id="457"] .block-column-text {
      width: 100%;
      padding-right: 0; } }

.sf-block-text-image-2[data-block-id="457"] .block-column-image {
  width: 500px;
  text-align: center; }
  @media (max-width: 991.98px) {
    .sf-block-text-image-2[data-block-id="457"] .block-column-image {
      width: 100%;
      text-align: center; } }
  .sf-block-text-image-2[data-block-id="457"] .block-column-image img {
    max-width: 100%;
    border-radius: 100%; }
    @media (max-width: 991.98px) {
      .sf-block-text-image-2[data-block-id="457"] .block-column-image img {
        margin-bottom: 30px; } }

.sf-block-text-image-2[data-block-id="457"] .block-button-wrapper {
  display: block;
  text-align: center; }
  .sf-block-text-image-2[data-block-id="457"] .block-button-wrapper a.block-button {
    margin-top: 60px;
    padding: 15px 45px;
    border-radius: 100px;
    background-color: #ff821e;
    text-decoration: none;
    display: inline-block;
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.085em;
    line-height: 1.9em;
    color: white;
    max-font-size: 100px; }
  .sf-block-text-image-2[data-block-id="457"] .block-button-wrapper a.block-button:hover {
    color: white;
    background-color: #ff821e; }

.sf-block-text-image-2[data-block-id="457"] p, .sf-block-text-image-2[data-block-id="457"] li {
  font-family: Poppins;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 2em;
  color: #3b3d44;
  max-font-size: 100px; }

.sf-block-text-image-2[data-block-id="457"] h1 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 36px;
  letter-spacing: 0.085em;
  line-height: 1.35em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 15px; }
  @media (max-width: 991.98px) {
    .sf-block-text-image-2[data-block-id="457"] h1 {
      font-size: 27.69231px; } }

.sf-block-text-image-2[data-block-id="457"] h2 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 28px;
  letter-spacing: 0.085em;
  line-height: 1.5em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-text-image-2[data-block-id="457"] h2 {
      font-size: 21.53846px; } }

.sf-block-text-image-2[data-block-id="457"] h3 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.085em;
  line-height: 1.6em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-text-image-2[data-block-id="457"] h3 {
      font-size: 16.66667px; } }

.sf-block-text-image-2[data-block-id="457"] h4 {
  font-family: Poppins;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.085em;
  line-height: 1.9em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-text-image-2[data-block-id="457"] h4 {
      font-size: 15px; } }

.sf-block-text-image-2[data-block-id="457"] h5 {
  font-family: Poppins;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.115em;
  line-height: 1.5em;
  color: #626167;
  max-font-size: 100px; }

.sf-block-text-image-2[data-block-id="457"] a {
  color: #ff821e; }

.sf-block-text-image-2[data-block-id="457"] p + h1,
.sf-block-text-image-2[data-block-id="457"] p + h2,
.sf-block-text-image-2[data-block-id="457"] p + h3,
.sf-block-text-image-2[data-block-id="457"] p + h4 {
  padding-top: 30px; }

.sf-block-text-image-2[data-block-id="457"] h4 + h1,
.sf-block-text-image-2[data-block-id="457"] h4 + h2,
.sf-block-text-image-2[data-block-id="457"] h4 + h3 {
  padding-top: 30px; }

.sf-block-text-image-2[data-block-id="457"] ul + h1,
.sf-block-text-image-2[data-block-id="457"] ul + h2,
.sf-block-text-image-2[data-block-id="457"] ul + h3 {
  padding-top: 30px; }

.sf-block-text-image-2[data-block-id="457"] h1:last-child,
.sf-block-text-image-2[data-block-id="457"] h2:last-child,
.sf-block-text-image-2[data-block-id="457"] h3:last-child,
.sf-block-text-image-2[data-block-id="457"] h4:last-child,
.sf-block-text-image-2[data-block-id="457"] h5:last-child,
.sf-block-text-image-2[data-block-id="457"] p:last-child {
  padding-bottom: 0; }

.sf-block-text-image-2[data-block-id="476"] .text-image-2-wrapper {
  background-color: white;
  padding-top: 60px;
  padding-bottom: 60px; }
  @media (max-width: 767.98px) {
    .sf-block-text-image-2[data-block-id="476"] .text-image-2-wrapper {
      padding-top: 30px; } }
  @media (max-width: 767.98px) {
    .sf-block-text-image-2[data-block-id="476"] .text-image-2-wrapper {
      padding-bottom: 30px; } }

.sf-block-text-image-2[data-block-id="476"] .block-flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
  @media (max-width: 991.98px) {
    .sf-block-text-image-2[data-block-id="476"] .block-flex {
      flex-direction: column-reverse; } }

.sf-block-text-image-2[data-block-id="476"] .block-column-text {
  flex: 1;
  padding-right: 75px; }
  @media (max-width: 991.98px) {
    .sf-block-text-image-2[data-block-id="476"] .block-column-text {
      width: 100%;
      padding-right: 0; } }

.sf-block-text-image-2[data-block-id="476"] .block-column-image {
  width: 500px;
  text-align: center; }
  @media (max-width: 991.98px) {
    .sf-block-text-image-2[data-block-id="476"] .block-column-image {
      width: 100%;
      text-align: center; } }
  .sf-block-text-image-2[data-block-id="476"] .block-column-image img {
    max-width: 100%;
    border-radius: 100%; }
    @media (max-width: 991.98px) {
      .sf-block-text-image-2[data-block-id="476"] .block-column-image img {
        margin-bottom: 30px; } }

.sf-block-text-image-2[data-block-id="476"] .block-button-wrapper {
  display: block;
  text-align: center; }
  .sf-block-text-image-2[data-block-id="476"] .block-button-wrapper a.block-button {
    margin-top: 60px;
    padding: 15px 45px;
    border-radius: 100px;
    background-color: #ff821e;
    text-decoration: none;
    display: inline-block;
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.085em;
    line-height: 1.9em;
    color: white;
    max-font-size: 100px; }
  .sf-block-text-image-2[data-block-id="476"] .block-button-wrapper a.block-button:hover {
    color: white;
    background-color: #ff821e; }

.sf-block-text-image-2[data-block-id="476"] p, .sf-block-text-image-2[data-block-id="476"] li {
  font-family: Poppins;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 2em;
  color: #3b3d44;
  max-font-size: 100px; }

.sf-block-text-image-2[data-block-id="476"] h1 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 36px;
  letter-spacing: 0.085em;
  line-height: 1.35em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 15px; }
  @media (max-width: 991.98px) {
    .sf-block-text-image-2[data-block-id="476"] h1 {
      font-size: 27.69231px; } }

.sf-block-text-image-2[data-block-id="476"] h2 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 28px;
  letter-spacing: 0.085em;
  line-height: 1.5em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-text-image-2[data-block-id="476"] h2 {
      font-size: 21.53846px; } }

.sf-block-text-image-2[data-block-id="476"] h3 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.085em;
  line-height: 1.6em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-text-image-2[data-block-id="476"] h3 {
      font-size: 16.66667px; } }

.sf-block-text-image-2[data-block-id="476"] h4 {
  font-family: Poppins;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.085em;
  line-height: 1.9em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-text-image-2[data-block-id="476"] h4 {
      font-size: 15px; } }

.sf-block-text-image-2[data-block-id="476"] h5 {
  font-family: Poppins;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.115em;
  line-height: 1.5em;
  color: #626167;
  max-font-size: 100px; }

.sf-block-text-image-2[data-block-id="476"] a {
  color: #ff821e; }

.sf-block-text-image-2[data-block-id="476"] p + h1,
.sf-block-text-image-2[data-block-id="476"] p + h2,
.sf-block-text-image-2[data-block-id="476"] p + h3,
.sf-block-text-image-2[data-block-id="476"] p + h4 {
  padding-top: 30px; }

.sf-block-text-image-2[data-block-id="476"] h4 + h1,
.sf-block-text-image-2[data-block-id="476"] h4 + h2,
.sf-block-text-image-2[data-block-id="476"] h4 + h3 {
  padding-top: 30px; }

.sf-block-text-image-2[data-block-id="476"] ul + h1,
.sf-block-text-image-2[data-block-id="476"] ul + h2,
.sf-block-text-image-2[data-block-id="476"] ul + h3 {
  padding-top: 30px; }

.sf-block-text-image-2[data-block-id="476"] h1:last-child,
.sf-block-text-image-2[data-block-id="476"] h2:last-child,
.sf-block-text-image-2[data-block-id="476"] h3:last-child,
.sf-block-text-image-2[data-block-id="476"] h4:last-child,
.sf-block-text-image-2[data-block-id="476"] h5:last-child,
.sf-block-text-image-2[data-block-id="476"] p:last-child {
  padding-bottom: 0; }

.sf-block-cta-2[data-block-id="301"] .cta-2-wrapper {
  position: relative;
  pointer-events: none; }
  .sf-block-cta-2[data-block-id="301"] .cta-2-wrapper h2 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 28px;
    letter-spacing: 0.085em;
    line-height: 1.5em;
    color: #3b3d44;
    max-font-size: 100px; }

.sf-block-cta-2[data-block-id="301"] .cta-2-content {
  display: flex;
  min-height: 800px;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 3;
  flex-wrap: wrap;
  pointer-events: none; }

.sf-block-cta-2[data-block-id="301"] .cta-2-card {
  width: 100%;
  min-width: 600px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
  margin-bottom: 60px;
  background-color: rgba(255, 255, 255, 0.75);
  padding: 35px;
  text-align: center;
  pointer-events: none; }
  .sf-block-cta-2[data-block-id="301"] .cta-2-card .echo-container-xs {
    pointer-events: auto; }
  .sf-block-cta-2[data-block-id="301"] .cta-2-card h2 {
    margin-bottom: 30px; }
  @media (max-width: 991.98px) {
    .sf-block-cta-2[data-block-id="301"] .cta-2-card {
      min-width: 0;
      max-width: 100%;
      padding-left: 0;
      padding-right: 0; } }

.sf-block-cta-2[data-block-id="301"] .cta-2-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.02);
  pointer-events: none; }

.sf-block-cta-2[data-block-id="301"] .cta-2-image {
  width: 100%;
  height: 100%;
  position: absolute;
  background-position: center center;
  background-size: cover;
  z-index: 1;
  top: 0;
  pointer-events: auto; }

.sf-block-cta-2[data-block-id="301"] .echo-form-group label,
.sf-block-cta-2[data-block-id="301"] .echo-form-group .echo-form-group-uploader-button,
.sf-block-cta-2[data-block-id="301"] .echo-form-group .echo-label {
  font-family: Poppins;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.115em;
  line-height: 1.5em;
  color: #626167;
  max-font-size: 100px;
  group: font; }

.sf-block-cta-2[data-block-id="301"] .echo-form-group input[type="text"],
.sf-block-cta-2[data-block-id="301"] .echo-form-group input[type="email"],
.sf-block-cta-2[data-block-id="301"] .echo-form-group textarea {
  font-family: Poppins;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 2em;
  color: #3b3d44;
  max-font-size: 100px;
  group: font;
  border-width: 1px;
  border-style: solid;
  border-color: #e6e1de;
  background-color: white; }
  .sf-block-cta-2[data-block-id="301"] .echo-form-group input[type="text"]:focus, .sf-block-cta-2[data-block-id="301"] .echo-form-group input[type="text"]:active,
  .sf-block-cta-2[data-block-id="301"] .echo-form-group input[type="email"]:focus,
  .sf-block-cta-2[data-block-id="301"] .echo-form-group input[type="email"]:active,
  .sf-block-cta-2[data-block-id="301"] .echo-form-group textarea:focus,
  .sf-block-cta-2[data-block-id="301"] .echo-form-group textarea:active {
    border-color: #ff821e;
    background-color: white; }

.sf-block-cta-2[data-block-id="301"] .echo-form-group select {
  font-family: Poppins;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 2em;
  color: #3b3d44;
  max-font-size: 100px;
  group: font;
  border-color: #e6e1de;
  background-color: white; }
  .sf-block-cta-2[data-block-id="301"] .echo-form-group select:focus {
    border-color: #ff821e;
    background-color: white; }

.sf-block-cta-2[data-block-id="301"] .echo-form-group .echo-radio [type="radio"]:checked + label:before,
.sf-block-cta-2[data-block-id="301"] .echo-form-group .echo-radio [type="radio"]:not(:checked) + label:before {
  background-color: white;
  border-color: #e6e1de; }

.sf-block-cta-2[data-block-id="301"] .echo-form-group .echo-radio [type="radio"]:checked + label:after,
.sf-block-cta-2[data-block-id="301"] .echo-form-group .echo-radio [type="radio"]:not(:checked) + label:after {
  background-color: #ff821e;
  border-color: #e6e1de; }

.sf-block-cta-2[data-block-id="301"] .echo-form-group .echo-checkbox > span::before {
  border-color: #e6e1de;
  background-color: white; }

.sf-block-cta-2[data-block-id="301"] .echo-form-group .echo-checkbox > input:checked + span::before,
.sf-block-cta-2[data-block-id="301"] .echo-form-group .echo-checkbox > input:indeterminate + span::before {
  background-color: #ff821e;
  border-color: #ff821e; }

.sf-block-cta-2[data-block-id="301"] .echo-form-group .echo-checkbox > input:checked + span::after,
.sf-block-cta-2[data-block-id="301"] .echo-form-group .echo-checkbox > input:indeterminate + span::after {
  border-color: #fff; }

.sf-block-cta-2[data-block-id="301"] .echo-form-group.echo-form-group-divider {
  border-color: #e6e1de; }
  .sf-block-cta-2[data-block-id="301"] .echo-form-group.echo-form-group-divider .echo-divider-title {
    font-family: Poppins;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0.115em;
    line-height: 1.5em;
    color: #626167;
    max-font-size: 100px;
    group: font;
    font-weight: bold; }
  .sf-block-cta-2[data-block-id="301"] .echo-form-group.echo-form-group-divider .echo-divider-description {
    font-family: Poppins;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0.115em;
    line-height: 1.5em;
    color: #626167;
    max-font-size: 100px;
    group: font; }

.sf-block-cta-2[data-block-id="301"] .echo-form-group .echo-form-group-uploader {
  border-color: #ff821e;
  background-color: white; }
  .sf-block-cta-2[data-block-id="301"] .echo-form-group .echo-form-group-uploader .echo-form-group-uploader-icon {
    color: #ff821e; }
  .sf-block-cta-2[data-block-id="301"] .echo-form-group .echo-form-group-uploader .echo-form-group-uploader-progress {
    background-color: #ff821e; }
  .sf-block-cta-2[data-block-id="301"] .echo-form-group .echo-form-group-uploader .echo-form-group-uploader-current {
    font-family: Poppins;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0.115em;
    line-height: 1.5em;
    color: #626167;
    max-font-size: 100px;
    group: font; }

.sf-block-cta-2[data-block-id="301"] button {
  background-color: #ff821e;
  font-family: Poppins;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.085em;
  line-height: 1.9em;
  color: white;
  max-font-size: 100px;
  border-radius: 100px; }
  .sf-block-cta-2[data-block-id="301"] button:hover {
    background-color: #ff821e;
    color: white; }

.sf-block-cta-2[data-block-id="301"] .echo-form-group-error-text {
  font-family: Poppins;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.115em;
  line-height: 1.5em;
  color: #626167;
  max-font-size: 100px;
  group: font; }

.sf-block-cta-2[data-block-id="307"] .cta-2-wrapper {
  position: relative;
  pointer-events: none; }
  .sf-block-cta-2[data-block-id="307"] .cta-2-wrapper h2 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 28px;
    letter-spacing: 0.085em;
    line-height: 1.5em;
    color: #3b3d44;
    max-font-size: 100px; }

.sf-block-cta-2[data-block-id="307"] .cta-2-content {
  display: flex;
  min-height: 800px;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 3;
  flex-wrap: wrap;
  pointer-events: none; }

.sf-block-cta-2[data-block-id="307"] .cta-2-card {
  width: 100%;
  min-width: 600px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
  margin-bottom: 60px;
  background-color: rgba(255, 255, 255, 0.75);
  padding: 35px;
  text-align: center;
  pointer-events: none; }
  .sf-block-cta-2[data-block-id="307"] .cta-2-card .echo-container-xs {
    pointer-events: auto; }
  .sf-block-cta-2[data-block-id="307"] .cta-2-card h2 {
    margin-bottom: 30px; }
  @media (max-width: 991.98px) {
    .sf-block-cta-2[data-block-id="307"] .cta-2-card {
      min-width: 0;
      max-width: 100%;
      padding-left: 0;
      padding-right: 0; } }

.sf-block-cta-2[data-block-id="307"] .cta-2-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.02);
  pointer-events: none; }

.sf-block-cta-2[data-block-id="307"] .cta-2-image {
  width: 100%;
  height: 100%;
  position: absolute;
  background-position: center center;
  background-size: cover;
  z-index: 1;
  top: 0;
  pointer-events: auto; }

.sf-block-cta-2[data-block-id="307"] .echo-form-group label,
.sf-block-cta-2[data-block-id="307"] .echo-form-group .echo-form-group-uploader-button,
.sf-block-cta-2[data-block-id="307"] .echo-form-group .echo-label {
  font-family: Poppins;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.115em;
  line-height: 1.5em;
  color: #626167;
  max-font-size: 100px;
  group: font; }

.sf-block-cta-2[data-block-id="307"] .echo-form-group input[type="text"],
.sf-block-cta-2[data-block-id="307"] .echo-form-group input[type="email"],
.sf-block-cta-2[data-block-id="307"] .echo-form-group textarea {
  font-family: Poppins;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 2em;
  color: #3b3d44;
  max-font-size: 100px;
  group: font;
  border-width: 1px;
  border-style: solid;
  border-color: #e6e1de;
  background-color: white; }
  .sf-block-cta-2[data-block-id="307"] .echo-form-group input[type="text"]:focus, .sf-block-cta-2[data-block-id="307"] .echo-form-group input[type="text"]:active,
  .sf-block-cta-2[data-block-id="307"] .echo-form-group input[type="email"]:focus,
  .sf-block-cta-2[data-block-id="307"] .echo-form-group input[type="email"]:active,
  .sf-block-cta-2[data-block-id="307"] .echo-form-group textarea:focus,
  .sf-block-cta-2[data-block-id="307"] .echo-form-group textarea:active {
    border-color: #ff821e;
    background-color: white; }

.sf-block-cta-2[data-block-id="307"] .echo-form-group select {
  font-family: Poppins;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 2em;
  color: #3b3d44;
  max-font-size: 100px;
  group: font;
  border-color: #e6e1de;
  background-color: white; }
  .sf-block-cta-2[data-block-id="307"] .echo-form-group select:focus {
    border-color: #ff821e;
    background-color: white; }

.sf-block-cta-2[data-block-id="307"] .echo-form-group .echo-radio [type="radio"]:checked + label:before,
.sf-block-cta-2[data-block-id="307"] .echo-form-group .echo-radio [type="radio"]:not(:checked) + label:before {
  background-color: white;
  border-color: #e6e1de; }

.sf-block-cta-2[data-block-id="307"] .echo-form-group .echo-radio [type="radio"]:checked + label:after,
.sf-block-cta-2[data-block-id="307"] .echo-form-group .echo-radio [type="radio"]:not(:checked) + label:after {
  background-color: #ff821e;
  border-color: #e6e1de; }

.sf-block-cta-2[data-block-id="307"] .echo-form-group .echo-checkbox > span::before {
  border-color: #e6e1de;
  background-color: white; }

.sf-block-cta-2[data-block-id="307"] .echo-form-group .echo-checkbox > input:checked + span::before,
.sf-block-cta-2[data-block-id="307"] .echo-form-group .echo-checkbox > input:indeterminate + span::before {
  background-color: #ff821e;
  border-color: #ff821e; }

.sf-block-cta-2[data-block-id="307"] .echo-form-group .echo-checkbox > input:checked + span::after,
.sf-block-cta-2[data-block-id="307"] .echo-form-group .echo-checkbox > input:indeterminate + span::after {
  border-color: #fff; }

.sf-block-cta-2[data-block-id="307"] .echo-form-group.echo-form-group-divider {
  border-color: #e6e1de; }
  .sf-block-cta-2[data-block-id="307"] .echo-form-group.echo-form-group-divider .echo-divider-title {
    font-family: Poppins;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0.115em;
    line-height: 1.5em;
    color: #626167;
    max-font-size: 100px;
    group: font;
    font-weight: bold; }
  .sf-block-cta-2[data-block-id="307"] .echo-form-group.echo-form-group-divider .echo-divider-description {
    font-family: Poppins;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0.115em;
    line-height: 1.5em;
    color: #626167;
    max-font-size: 100px;
    group: font; }

.sf-block-cta-2[data-block-id="307"] .echo-form-group .echo-form-group-uploader {
  border-color: #ff821e;
  background-color: white; }
  .sf-block-cta-2[data-block-id="307"] .echo-form-group .echo-form-group-uploader .echo-form-group-uploader-icon {
    color: #ff821e; }
  .sf-block-cta-2[data-block-id="307"] .echo-form-group .echo-form-group-uploader .echo-form-group-uploader-progress {
    background-color: #ff821e; }
  .sf-block-cta-2[data-block-id="307"] .echo-form-group .echo-form-group-uploader .echo-form-group-uploader-current {
    font-family: Poppins;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0.115em;
    line-height: 1.5em;
    color: #626167;
    max-font-size: 100px;
    group: font; }

.sf-block-cta-2[data-block-id="307"] button {
  background-color: #ff821e;
  font-family: Poppins;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.085em;
  line-height: 1.9em;
  color: white;
  max-font-size: 100px;
  border-radius: 100px; }
  .sf-block-cta-2[data-block-id="307"] button:hover {
    background-color: #ff821e;
    color: white; }

.sf-block-cta-2[data-block-id="307"] .echo-form-group-error-text {
  font-family: Poppins;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.115em;
  line-height: 1.5em;
  color: #626167;
  max-font-size: 100px;
  group: font; }

.sf-block-features-2[data-block-id="306"] .features-2-wrapper {
  padding-top: 60px;
  padding-bottom: 60px;
  background: white; }
  @media (max-width: 767.98px) {
    .sf-block-features-2[data-block-id="306"] .features-2-wrapper {
      padding-top: 30px; } }
  @media (max-width: 767.98px) {
    .sf-block-features-2[data-block-id="306"] .features-2-wrapper {
      padding-bottom: 30px; } }

.sf-block-features-2[data-block-id="306"] .features-2-items {
  display: flex;
  flex-wrap: wrap;
  margin-left: -14px;
  margin-right: -14px;
  margin-bottom: -14px;
  justify-content: center; }
  @media (max-width: 566.98px) {
    .sf-block-features-2[data-block-id="306"] .features-2-items {
      margin-left: 0px;
      margin-right: 0px; } }

.sf-block-features-2[data-block-id="306"] .features-2-item {
  width: 282px;
  height: 500px;
  position: relative;
  margin-bottom: 14px;
  overflow: hidden;
  margin-left: 7px;
  margin-right: 7px; }
  .sf-block-features-2[data-block-id="306"] .features-2-item a {
    display: block;
    height: 100%; }

.sf-block-features-2[data-block-id="306"] .features-2-content {
  position: absolute;
  z-index: 3;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: flex-end;
  pointer-events: none; }

.sf-block-features-2[data-block-id="306"] .features-2-content-inner {
  background: rgba(112, 191, 154, 0.87);
  padding: 20px 20px 15px 20px;
  width: 100%;
  /* Mobile devices might auto link phone numbers, this makes them clickable */ }
  .sf-block-features-2[data-block-id="306"] .features-2-content-inner p {
    color: #ffffff;
    font-size: 14px;
    font-family: Poppins;
    font-weight: 400;
    line-height: 1.5em;
    letter-spacing: 0.1em; }
  .sf-block-features-2[data-block-id="306"] .features-2-content-inner a {
    pointer-events: all; }
  .sf-block-features-2[data-block-id="306"] .features-2-content-inner .features-2-label {
    display: block;
    color: #ffffff;
    font-size: 12px;
    font-family: Poppins;
    font-weight: 400;
    line-height: 1.5em;
    letter-spacing: 0.115em;
    text-transform: uppercase; }
  .sf-block-features-2[data-block-id="306"] .features-2-content-inner .editField {
    pointer-events: all; }

.sf-block-features-2[data-block-id="306"] .features-2-background-image {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 500px;
  transition: all 1.5s ease; }
  .sf-block-features-2[data-block-id="306"] .features-2-background-image:hover {
    transform: scale(1.025); }

.sf-block-features-2[data-block-id="306"] .features-2-arrow {
  position: absolute;
  z-index: 1000;
  bottom: 14px;
  right: 20px; }
  .sf-block-features-2[data-block-id="306"] .features-2-arrow svg {
    color: #ffffff;
    font-size: 12px;
    font-family: Poppins;
    font-weight: 400;
    line-height: 1.5em;
    letter-spacing: 0.115em;
    stroke: currentColor; }

.sf-block-block-310[data-block-id="309"] .block-310-wrapper {
  position: relative;
  pointer-events: none; }

.sf-block-block-310[data-block-id="309"] .block-310-overlay {
  position: absolute;
  z-index: 1;
  height: 600px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.02); }

.sf-block-block-310[data-block-id="309"] .block-310-background {
  height: 600px;
  width: 100%;
  background-size: cover;
  background-position: center center;
  pointer-events: auto;
  background-attachment: fixed; }
  @media (max-width: 991.98px) {
    .sf-block-block-310[data-block-id="309"] .block-310-background {
      background-attachment: scroll; } }

.sf-block-block-310[data-block-id="309"] .block-310-content {
  position: absolute;
  z-index: 2;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  height: 100%; }
  .sf-block-block-310[data-block-id="309"] .block-310-content > div {
    pointer-events: auto; }

.sf-block-block-310[data-block-id="309"] .block-310-title {
  text-shadow: 0px 1px 20px rgba(0, 0, 0, 0.25);
  text-align: center;
  margin-bottom: 25px; }

.sf-block-block-310[data-block-id="309"] .block-310-text {
  text-shadow: 0px 1px 20px rgba(0, 0, 0, 0.25); }

.sf-block-block-310[data-block-id="309"] .block-310-button-wrapper {
  display: block;
  text-align: center; }
  .sf-block-block-310[data-block-id="309"] .block-310-button-wrapper a.block-310-button {
    padding: 15px 45px;
    border-radius: 100px;
    background-color: #ff821e;
    text-decoration: none;
    display: inline-block;
    margin-top: 50px;
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.085em;
    line-height: 1.9em;
    color: white;
    max-font-size: 100px; }
  .sf-block-block-310[data-block-id="309"] .block-310-button-wrapper a.block-310-button:hover {
    color: white;
    background-color: #ff821e; }

.sf-block-block-310[data-block-id="309"] p, .sf-block-block-310[data-block-id="309"] li {
  font-family: Poppins;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 2em;
  color: white;
  max-font-size: 100px; }

.sf-block-block-310[data-block-id="309"] h1 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 36px;
  letter-spacing: 0.085em;
  line-height: 1.35em;
  color: white;
  max-font-size: 100px;
  padding-bottom: 15px; }
  @media (max-width: 991.98px) {
    .sf-block-block-310[data-block-id="309"] h1 {
      font-size: 27.69231px; } }

.sf-block-block-310[data-block-id="309"] h2 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 28px;
  letter-spacing: 0.085em;
  line-height: 1.5em;
  color: white;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-block-310[data-block-id="309"] h2 {
      font-size: 21.53846px; } }

.sf-block-block-310[data-block-id="309"] h3 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.085em;
  line-height: 1.6em;
  color: white;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-block-310[data-block-id="309"] h3 {
      font-size: 16.66667px; } }

.sf-block-block-310[data-block-id="309"] h4 {
  font-family: Poppins;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.085em;
  line-height: 1.9em;
  color: white;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-block-310[data-block-id="309"] h4 {
      font-size: 15px; } }

.sf-block-block-310[data-block-id="309"] h5 {
  font-family: Poppins;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.115em;
  line-height: 1.5em;
  color: white;
  max-font-size: 100px; }

.sf-block-block-310[data-block-id="309"] a {
  color: #ff821e; }

.sf-block-block-310[data-block-id="309"] p + h1,
.sf-block-block-310[data-block-id="309"] p + h2,
.sf-block-block-310[data-block-id="309"] p + h3,
.sf-block-block-310[data-block-id="309"] p + h4 {
  padding-top: 30px; }

.sf-block-block-310[data-block-id="309"] h4 + h1,
.sf-block-block-310[data-block-id="309"] h4 + h2,
.sf-block-block-310[data-block-id="309"] h4 + h3 {
  padding-top: 30px; }

.sf-block-block-310[data-block-id="309"] ul + h1,
.sf-block-block-310[data-block-id="309"] ul + h2,
.sf-block-block-310[data-block-id="309"] ul + h3 {
  padding-top: 30px; }

.sf-block-block-310[data-block-id="309"] h1:last-child,
.sf-block-block-310[data-block-id="309"] h2:last-child,
.sf-block-block-310[data-block-id="309"] h3:last-child,
.sf-block-block-310[data-block-id="309"] h4:last-child,
.sf-block-block-310[data-block-id="309"] h5:last-child,
.sf-block-block-310[data-block-id="309"] p:last-child {
  padding-bottom: 0; }

.sf-block-block-310[data-block-id="344"] .block-310-wrapper {
  position: relative;
  pointer-events: none; }

.sf-block-block-310[data-block-id="344"] .block-310-overlay {
  position: absolute;
  z-index: 1;
  height: 600px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.02); }

.sf-block-block-310[data-block-id="344"] .block-310-background {
  height: 600px;
  width: 100%;
  background-size: cover;
  background-position: center center;
  pointer-events: auto;
  background-attachment: fixed; }
  @media (max-width: 991.98px) {
    .sf-block-block-310[data-block-id="344"] .block-310-background {
      background-attachment: scroll; } }

.sf-block-block-310[data-block-id="344"] .block-310-content {
  position: absolute;
  z-index: 2;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  height: 100%; }
  .sf-block-block-310[data-block-id="344"] .block-310-content > div {
    pointer-events: auto; }

.sf-block-block-310[data-block-id="344"] .block-310-title {
  text-shadow: 0px 1px 20px rgba(0, 0, 0, 0.25);
  text-align: center;
  margin-bottom: 25px; }

.sf-block-block-310[data-block-id="344"] .block-310-text {
  text-shadow: 0px 1px 20px rgba(0, 0, 0, 0.25); }

.sf-block-block-310[data-block-id="344"] .block-310-button-wrapper {
  display: block;
  text-align: center; }
  .sf-block-block-310[data-block-id="344"] .block-310-button-wrapper a.block-310-button {
    padding: 15px 45px;
    border-radius: 100px;
    background-color: #ff821e;
    text-decoration: none;
    display: inline-block;
    margin-top: 50px;
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.085em;
    line-height: 1.9em;
    color: white;
    max-font-size: 100px; }
  .sf-block-block-310[data-block-id="344"] .block-310-button-wrapper a.block-310-button:hover {
    color: white;
    background-color: #ff821e; }

.sf-block-block-310[data-block-id="344"] p, .sf-block-block-310[data-block-id="344"] li {
  font-family: Poppins;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 2em;
  color: white;
  max-font-size: 100px; }

.sf-block-block-310[data-block-id="344"] h1 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 36px;
  letter-spacing: 0.085em;
  line-height: 1.35em;
  color: white;
  max-font-size: 100px;
  padding-bottom: 15px; }
  @media (max-width: 991.98px) {
    .sf-block-block-310[data-block-id="344"] h1 {
      font-size: 27.69231px; } }

.sf-block-block-310[data-block-id="344"] h2 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 28px;
  letter-spacing: 0.085em;
  line-height: 1.5em;
  color: white;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-block-310[data-block-id="344"] h2 {
      font-size: 21.53846px; } }

.sf-block-block-310[data-block-id="344"] h3 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.085em;
  line-height: 1.6em;
  color: white;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-block-310[data-block-id="344"] h3 {
      font-size: 16.66667px; } }

.sf-block-block-310[data-block-id="344"] h4 {
  font-family: Poppins;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.085em;
  line-height: 1.9em;
  color: white;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-block-310[data-block-id="344"] h4 {
      font-size: 15px; } }

.sf-block-block-310[data-block-id="344"] h5 {
  font-family: Poppins;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.115em;
  line-height: 1.5em;
  color: white;
  max-font-size: 100px; }

.sf-block-block-310[data-block-id="344"] a {
  color: #ff821e; }

.sf-block-block-310[data-block-id="344"] p + h1,
.sf-block-block-310[data-block-id="344"] p + h2,
.sf-block-block-310[data-block-id="344"] p + h3,
.sf-block-block-310[data-block-id="344"] p + h4 {
  padding-top: 30px; }

.sf-block-block-310[data-block-id="344"] h4 + h1,
.sf-block-block-310[data-block-id="344"] h4 + h2,
.sf-block-block-310[data-block-id="344"] h4 + h3 {
  padding-top: 30px; }

.sf-block-block-310[data-block-id="344"] ul + h1,
.sf-block-block-310[data-block-id="344"] ul + h2,
.sf-block-block-310[data-block-id="344"] ul + h3 {
  padding-top: 30px; }

.sf-block-block-310[data-block-id="344"] h1:last-child,
.sf-block-block-310[data-block-id="344"] h2:last-child,
.sf-block-block-310[data-block-id="344"] h3:last-child,
.sf-block-block-310[data-block-id="344"] h4:last-child,
.sf-block-block-310[data-block-id="344"] h5:last-child,
.sf-block-block-310[data-block-id="344"] p:last-child {
  padding-bottom: 0; }

.sf-block-block-309[data-block-id="311"] .block-309-background {
  background-color: white; }

.sf-block-block-309[data-block-id="311"] .block-309-wrapper {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 60px;
  padding-bottom: 60px;
  margin: 0 -15px -60px -15px; }
  @media (max-width: 767.98px) {
    .sf-block-block-309[data-block-id="311"] .block-309-wrapper {
      padding-top: 30px; } }
  @media (max-width: 767.98px) {
    .sf-block-block-309[data-block-id="311"] .block-309-wrapper {
      padding-bottom: 30px; } }
  .sf-block-block-309[data-block-id="311"] .block-309-wrapper .block-309-column {
    display: flex;
    /* vertical stretch */
    width: calc(100% / 3);
    justify-content: center; }
    @media (max-width: 991.98px) {
      .sf-block-block-309[data-block-id="311"] .block-309-wrapper .block-309-column {
        width: 100%; } }
    .sf-block-block-309[data-block-id="311"] .block-309-wrapper .block-309-column .block-309-content {
      margin: 0 15px 60px 15px;
      max-width: 400px; }
      @media (max-width: 991.98px) {
        .sf-block-block-309[data-block-id="311"] .block-309-wrapper .block-309-column .block-309-content {
          margin: 0 0 30px 0; } }
    .sf-block-block-309[data-block-id="311"] .block-309-wrapper .block-309-column .block-309-image-wrapper {
      text-align: center; }

.sf-block-block-309[data-block-id="311"] .block-309-image {
  margin-bottom: 35px;
  max-width: 100%; }

.sf-block-block-309[data-block-id="311"] p, .sf-block-block-309[data-block-id="311"] li {
  font-family: Poppins;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 2em;
  color: #3b3d44;
  max-font-size: 100px; }

.sf-block-block-309[data-block-id="311"] h1 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 36px;
  letter-spacing: 0.085em;
  line-height: 1.35em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 15px; }
  @media (max-width: 991.98px) {
    .sf-block-block-309[data-block-id="311"] h1 {
      font-size: 27.69231px; } }

.sf-block-block-309[data-block-id="311"] h2 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 28px;
  letter-spacing: 0.085em;
  line-height: 1.5em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-block-309[data-block-id="311"] h2 {
      font-size: 21.53846px; } }

.sf-block-block-309[data-block-id="311"] h3 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.085em;
  line-height: 1.6em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-block-309[data-block-id="311"] h3 {
      font-size: 16.66667px; } }

.sf-block-block-309[data-block-id="311"] h4 {
  font-family: Poppins;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.085em;
  line-height: 1.9em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-block-309[data-block-id="311"] h4 {
      font-size: 15px; } }

.sf-block-block-309[data-block-id="311"] h5 {
  font-family: Poppins;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.115em;
  line-height: 1.5em;
  color: #626167;
  max-font-size: 100px; }

.sf-block-block-309[data-block-id="311"] a {
  color: #ff821e; }

.sf-block-block-309[data-block-id="311"] p + h1,
.sf-block-block-309[data-block-id="311"] p + h2,
.sf-block-block-309[data-block-id="311"] p + h3,
.sf-block-block-309[data-block-id="311"] p + h4 {
  padding-top: 30px; }

.sf-block-block-309[data-block-id="311"] h4 + h1,
.sf-block-block-309[data-block-id="311"] h4 + h2,
.sf-block-block-309[data-block-id="311"] h4 + h3 {
  padding-top: 30px; }

.sf-block-block-309[data-block-id="311"] ul + h1,
.sf-block-block-309[data-block-id="311"] ul + h2,
.sf-block-block-309[data-block-id="311"] ul + h3 {
  padding-top: 30px; }

.sf-block-block-309[data-block-id="311"] h1:last-child,
.sf-block-block-309[data-block-id="311"] h2:last-child,
.sf-block-block-309[data-block-id="311"] h3:last-child,
.sf-block-block-309[data-block-id="311"] h4:last-child,
.sf-block-block-309[data-block-id="311"] h5:last-child,
.sf-block-block-309[data-block-id="311"] p:last-child {
  padding-bottom: 0; }

.sf-block-block-309[data-block-id="373"] .block-309-background {
  background-color: white; }

.sf-block-block-309[data-block-id="373"] .block-309-wrapper {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 60px;
  padding-bottom: 60px;
  margin: 0 -15px -60px -15px; }
  @media (max-width: 767.98px) {
    .sf-block-block-309[data-block-id="373"] .block-309-wrapper {
      padding-top: 30px; } }
  @media (max-width: 767.98px) {
    .sf-block-block-309[data-block-id="373"] .block-309-wrapper {
      padding-bottom: 30px; } }
  .sf-block-block-309[data-block-id="373"] .block-309-wrapper .block-309-column {
    display: flex;
    /* vertical stretch */
    width: calc(100% / 3);
    justify-content: center; }
    @media (max-width: 991.98px) {
      .sf-block-block-309[data-block-id="373"] .block-309-wrapper .block-309-column {
        width: 100%; } }
    .sf-block-block-309[data-block-id="373"] .block-309-wrapper .block-309-column .block-309-content {
      margin: 0 15px 60px 15px;
      max-width: 400px; }
      @media (max-width: 991.98px) {
        .sf-block-block-309[data-block-id="373"] .block-309-wrapper .block-309-column .block-309-content {
          margin: 0 0 30px 0; } }
    .sf-block-block-309[data-block-id="373"] .block-309-wrapper .block-309-column .block-309-image-wrapper {
      text-align: center; }

.sf-block-block-309[data-block-id="373"] .block-309-image {
  margin-bottom: 35px;
  max-width: 100%; }

.sf-block-block-309[data-block-id="373"] p, .sf-block-block-309[data-block-id="373"] li {
  font-family: Poppins;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 2em;
  color: #3b3d44;
  max-font-size: 100px; }

.sf-block-block-309[data-block-id="373"] h1 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 36px;
  letter-spacing: 0.085em;
  line-height: 1.35em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 15px; }
  @media (max-width: 991.98px) {
    .sf-block-block-309[data-block-id="373"] h1 {
      font-size: 27.69231px; } }

.sf-block-block-309[data-block-id="373"] h2 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 28px;
  letter-spacing: 0.085em;
  line-height: 1.5em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-block-309[data-block-id="373"] h2 {
      font-size: 21.53846px; } }

.sf-block-block-309[data-block-id="373"] h3 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.085em;
  line-height: 1.6em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-block-309[data-block-id="373"] h3 {
      font-size: 16.66667px; } }

.sf-block-block-309[data-block-id="373"] h4 {
  font-family: Poppins;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.085em;
  line-height: 1.9em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-block-309[data-block-id="373"] h4 {
      font-size: 15px; } }

.sf-block-block-309[data-block-id="373"] h5 {
  font-family: Poppins;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.115em;
  line-height: 1.5em;
  color: #626167;
  max-font-size: 100px; }

.sf-block-block-309[data-block-id="373"] a {
  color: #ff821e; }

.sf-block-block-309[data-block-id="373"] p + h1,
.sf-block-block-309[data-block-id="373"] p + h2,
.sf-block-block-309[data-block-id="373"] p + h3,
.sf-block-block-309[data-block-id="373"] p + h4 {
  padding-top: 30px; }

.sf-block-block-309[data-block-id="373"] h4 + h1,
.sf-block-block-309[data-block-id="373"] h4 + h2,
.sf-block-block-309[data-block-id="373"] h4 + h3 {
  padding-top: 30px; }

.sf-block-block-309[data-block-id="373"] ul + h1,
.sf-block-block-309[data-block-id="373"] ul + h2,
.sf-block-block-309[data-block-id="373"] ul + h3 {
  padding-top: 30px; }

.sf-block-block-309[data-block-id="373"] h1:last-child,
.sf-block-block-309[data-block-id="373"] h2:last-child,
.sf-block-block-309[data-block-id="373"] h3:last-child,
.sf-block-block-309[data-block-id="373"] h4:last-child,
.sf-block-block-309[data-block-id="373"] h5:last-child,
.sf-block-block-309[data-block-id="373"] p:last-child {
  padding-bottom: 0; }

.sf-block-block-309[data-block-id="447"] .block-309-background {
  background-color: white; }

.sf-block-block-309[data-block-id="447"] .block-309-wrapper {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 60px;
  padding-bottom: 60px;
  margin: 0 -15px -60px -15px; }
  @media (max-width: 767.98px) {
    .sf-block-block-309[data-block-id="447"] .block-309-wrapper {
      padding-top: 30px; } }
  @media (max-width: 767.98px) {
    .sf-block-block-309[data-block-id="447"] .block-309-wrapper {
      padding-bottom: 30px; } }
  .sf-block-block-309[data-block-id="447"] .block-309-wrapper .block-309-column {
    display: flex;
    /* vertical stretch */
    width: calc(100% / 3);
    justify-content: center; }
    @media (max-width: 991.98px) {
      .sf-block-block-309[data-block-id="447"] .block-309-wrapper .block-309-column {
        width: 100%; } }
    .sf-block-block-309[data-block-id="447"] .block-309-wrapper .block-309-column .block-309-content {
      margin: 0 15px 60px 15px;
      max-width: 400px; }
      @media (max-width: 991.98px) {
        .sf-block-block-309[data-block-id="447"] .block-309-wrapper .block-309-column .block-309-content {
          margin: 0 0 30px 0; } }
    .sf-block-block-309[data-block-id="447"] .block-309-wrapper .block-309-column .block-309-image-wrapper {
      text-align: center; }

.sf-block-block-309[data-block-id="447"] .block-309-image {
  margin-bottom: 35px;
  max-width: 100%; }

.sf-block-block-309[data-block-id="447"] p, .sf-block-block-309[data-block-id="447"] li {
  font-family: Poppins;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 2em;
  color: #3b3d44;
  max-font-size: 100px; }

.sf-block-block-309[data-block-id="447"] h1 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 36px;
  letter-spacing: 0.085em;
  line-height: 1.35em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 15px; }
  @media (max-width: 991.98px) {
    .sf-block-block-309[data-block-id="447"] h1 {
      font-size: 27.69231px; } }

.sf-block-block-309[data-block-id="447"] h2 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 28px;
  letter-spacing: 0.085em;
  line-height: 1.5em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-block-309[data-block-id="447"] h2 {
      font-size: 21.53846px; } }

.sf-block-block-309[data-block-id="447"] h3 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.085em;
  line-height: 1.6em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-block-309[data-block-id="447"] h3 {
      font-size: 16.66667px; } }

.sf-block-block-309[data-block-id="447"] h4 {
  font-family: Poppins;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.085em;
  line-height: 1.9em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-block-309[data-block-id="447"] h4 {
      font-size: 15px; } }

.sf-block-block-309[data-block-id="447"] h5 {
  font-family: Poppins;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.115em;
  line-height: 1.5em;
  color: #626167;
  max-font-size: 100px; }

.sf-block-block-309[data-block-id="447"] a {
  color: #ff821e; }

.sf-block-block-309[data-block-id="447"] p + h1,
.sf-block-block-309[data-block-id="447"] p + h2,
.sf-block-block-309[data-block-id="447"] p + h3,
.sf-block-block-309[data-block-id="447"] p + h4 {
  padding-top: 30px; }

.sf-block-block-309[data-block-id="447"] h4 + h1,
.sf-block-block-309[data-block-id="447"] h4 + h2,
.sf-block-block-309[data-block-id="447"] h4 + h3 {
  padding-top: 30px; }

.sf-block-block-309[data-block-id="447"] ul + h1,
.sf-block-block-309[data-block-id="447"] ul + h2,
.sf-block-block-309[data-block-id="447"] ul + h3 {
  padding-top: 30px; }

.sf-block-block-309[data-block-id="447"] h1:last-child,
.sf-block-block-309[data-block-id="447"] h2:last-child,
.sf-block-block-309[data-block-id="447"] h3:last-child,
.sf-block-block-309[data-block-id="447"] h4:last-child,
.sf-block-block-309[data-block-id="447"] h5:last-child,
.sf-block-block-309[data-block-id="447"] p:last-child {
  padding-bottom: 0; }

.sf-block-block-309[data-block-id="448"] .block-309-background {
  background-color: white; }

.sf-block-block-309[data-block-id="448"] .block-309-wrapper {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 60px;
  padding-bottom: 60px;
  margin: 0 -15px -60px -15px; }
  @media (max-width: 767.98px) {
    .sf-block-block-309[data-block-id="448"] .block-309-wrapper {
      padding-top: 30px; } }
  @media (max-width: 767.98px) {
    .sf-block-block-309[data-block-id="448"] .block-309-wrapper {
      padding-bottom: 30px; } }
  .sf-block-block-309[data-block-id="448"] .block-309-wrapper .block-309-column {
    display: flex;
    /* vertical stretch */
    width: calc(100% / 3);
    justify-content: center; }
    @media (max-width: 991.98px) {
      .sf-block-block-309[data-block-id="448"] .block-309-wrapper .block-309-column {
        width: 100%; } }
    .sf-block-block-309[data-block-id="448"] .block-309-wrapper .block-309-column .block-309-content {
      margin: 0 15px 60px 15px;
      max-width: 400px; }
      @media (max-width: 991.98px) {
        .sf-block-block-309[data-block-id="448"] .block-309-wrapper .block-309-column .block-309-content {
          margin: 0 0 30px 0; } }
    .sf-block-block-309[data-block-id="448"] .block-309-wrapper .block-309-column .block-309-image-wrapper {
      text-align: center; }

.sf-block-block-309[data-block-id="448"] .block-309-image {
  margin-bottom: 35px;
  max-width: 100%; }

.sf-block-block-309[data-block-id="448"] p, .sf-block-block-309[data-block-id="448"] li {
  font-family: Poppins;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 2em;
  color: #3b3d44;
  max-font-size: 100px; }

.sf-block-block-309[data-block-id="448"] h1 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 36px;
  letter-spacing: 0.085em;
  line-height: 1.35em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 15px; }
  @media (max-width: 991.98px) {
    .sf-block-block-309[data-block-id="448"] h1 {
      font-size: 27.69231px; } }

.sf-block-block-309[data-block-id="448"] h2 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 28px;
  letter-spacing: 0.085em;
  line-height: 1.5em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-block-309[data-block-id="448"] h2 {
      font-size: 21.53846px; } }

.sf-block-block-309[data-block-id="448"] h3 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.085em;
  line-height: 1.6em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-block-309[data-block-id="448"] h3 {
      font-size: 16.66667px; } }

.sf-block-block-309[data-block-id="448"] h4 {
  font-family: Poppins;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.085em;
  line-height: 1.9em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-block-309[data-block-id="448"] h4 {
      font-size: 15px; } }

.sf-block-block-309[data-block-id="448"] h5 {
  font-family: Poppins;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.115em;
  line-height: 1.5em;
  color: #626167;
  max-font-size: 100px; }

.sf-block-block-309[data-block-id="448"] a {
  color: #ff821e; }

.sf-block-block-309[data-block-id="448"] p + h1,
.sf-block-block-309[data-block-id="448"] p + h2,
.sf-block-block-309[data-block-id="448"] p + h3,
.sf-block-block-309[data-block-id="448"] p + h4 {
  padding-top: 30px; }

.sf-block-block-309[data-block-id="448"] h4 + h1,
.sf-block-block-309[data-block-id="448"] h4 + h2,
.sf-block-block-309[data-block-id="448"] h4 + h3 {
  padding-top: 30px; }

.sf-block-block-309[data-block-id="448"] ul + h1,
.sf-block-block-309[data-block-id="448"] ul + h2,
.sf-block-block-309[data-block-id="448"] ul + h3 {
  padding-top: 30px; }

.sf-block-block-309[data-block-id="448"] h1:last-child,
.sf-block-block-309[data-block-id="448"] h2:last-child,
.sf-block-block-309[data-block-id="448"] h3:last-child,
.sf-block-block-309[data-block-id="448"] h4:last-child,
.sf-block-block-309[data-block-id="448"] h5:last-child,
.sf-block-block-309[data-block-id="448"] p:last-child {
  padding-bottom: 0; }

.sf-block-block-309[data-block-id="559"] .block-309-background {
  background-color: white; }

.sf-block-block-309[data-block-id="559"] .block-309-wrapper {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 60px;
  padding-bottom: 60px;
  margin: 0 -15px -60px -15px; }
  @media (max-width: 767.98px) {
    .sf-block-block-309[data-block-id="559"] .block-309-wrapper {
      padding-top: 30px; } }
  @media (max-width: 767.98px) {
    .sf-block-block-309[data-block-id="559"] .block-309-wrapper {
      padding-bottom: 30px; } }
  .sf-block-block-309[data-block-id="559"] .block-309-wrapper .block-309-column {
    display: flex;
    /* vertical stretch */
    width: calc(100% / 3);
    justify-content: center; }
    @media (max-width: 991.98px) {
      .sf-block-block-309[data-block-id="559"] .block-309-wrapper .block-309-column {
        width: 100%; } }
    .sf-block-block-309[data-block-id="559"] .block-309-wrapper .block-309-column .block-309-content {
      margin: 0 15px 60px 15px;
      max-width: 400px; }
      @media (max-width: 991.98px) {
        .sf-block-block-309[data-block-id="559"] .block-309-wrapper .block-309-column .block-309-content {
          margin: 0 0 30px 0; } }
    .sf-block-block-309[data-block-id="559"] .block-309-wrapper .block-309-column .block-309-image-wrapper {
      text-align: center; }

.sf-block-block-309[data-block-id="559"] .block-309-image {
  margin-bottom: 35px;
  max-width: 100%; }

.sf-block-block-309[data-block-id="559"] p, .sf-block-block-309[data-block-id="559"] li {
  font-family: Poppins;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 2em;
  color: #3b3d44;
  max-font-size: 100px; }

.sf-block-block-309[data-block-id="559"] h1 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 36px;
  letter-spacing: 0.085em;
  line-height: 1.35em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 15px; }
  @media (max-width: 991.98px) {
    .sf-block-block-309[data-block-id="559"] h1 {
      font-size: 27.69231px; } }

.sf-block-block-309[data-block-id="559"] h2 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 28px;
  letter-spacing: 0.085em;
  line-height: 1.5em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-block-309[data-block-id="559"] h2 {
      font-size: 21.53846px; } }

.sf-block-block-309[data-block-id="559"] h3 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.085em;
  line-height: 1.6em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-block-309[data-block-id="559"] h3 {
      font-size: 16.66667px; } }

.sf-block-block-309[data-block-id="559"] h4 {
  font-family: Poppins;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.085em;
  line-height: 1.9em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-block-309[data-block-id="559"] h4 {
      font-size: 15px; } }

.sf-block-block-309[data-block-id="559"] h5 {
  font-family: Poppins;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.115em;
  line-height: 1.5em;
  color: #626167;
  max-font-size: 100px; }

.sf-block-block-309[data-block-id="559"] a {
  color: #ff821e; }

.sf-block-block-309[data-block-id="559"] p + h1,
.sf-block-block-309[data-block-id="559"] p + h2,
.sf-block-block-309[data-block-id="559"] p + h3,
.sf-block-block-309[data-block-id="559"] p + h4 {
  padding-top: 30px; }

.sf-block-block-309[data-block-id="559"] h4 + h1,
.sf-block-block-309[data-block-id="559"] h4 + h2,
.sf-block-block-309[data-block-id="559"] h4 + h3 {
  padding-top: 30px; }

.sf-block-block-309[data-block-id="559"] ul + h1,
.sf-block-block-309[data-block-id="559"] ul + h2,
.sf-block-block-309[data-block-id="559"] ul + h3 {
  padding-top: 30px; }

.sf-block-block-309[data-block-id="559"] h1:last-child,
.sf-block-block-309[data-block-id="559"] h2:last-child,
.sf-block-block-309[data-block-id="559"] h3:last-child,
.sf-block-block-309[data-block-id="559"] h4:last-child,
.sf-block-block-309[data-block-id="559"] h5:last-child,
.sf-block-block-309[data-block-id="559"] p:last-child {
  padding-bottom: 0; }

.sf-block-block-309[data-block-id="576"] .block-309-background {
  background-color: white; }

.sf-block-block-309[data-block-id="576"] .block-309-wrapper {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 60px;
  padding-bottom: 60px;
  margin: 0 -15px -60px -15px; }
  @media (max-width: 767.98px) {
    .sf-block-block-309[data-block-id="576"] .block-309-wrapper {
      padding-top: 30px; } }
  @media (max-width: 767.98px) {
    .sf-block-block-309[data-block-id="576"] .block-309-wrapper {
      padding-bottom: 30px; } }
  .sf-block-block-309[data-block-id="576"] .block-309-wrapper .block-309-column {
    display: flex;
    /* vertical stretch */
    width: calc(100% / 3);
    justify-content: center; }
    @media (max-width: 991.98px) {
      .sf-block-block-309[data-block-id="576"] .block-309-wrapper .block-309-column {
        width: 100%; } }
    .sf-block-block-309[data-block-id="576"] .block-309-wrapper .block-309-column .block-309-content {
      margin: 0 15px 60px 15px;
      max-width: 400px; }
      @media (max-width: 991.98px) {
        .sf-block-block-309[data-block-id="576"] .block-309-wrapper .block-309-column .block-309-content {
          margin: 0 0 30px 0; } }
    .sf-block-block-309[data-block-id="576"] .block-309-wrapper .block-309-column .block-309-image-wrapper {
      text-align: center; }

.sf-block-block-309[data-block-id="576"] .block-309-image {
  margin-bottom: 35px;
  max-width: 100%; }

.sf-block-block-309[data-block-id="576"] p, .sf-block-block-309[data-block-id="576"] li {
  font-family: Poppins;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 2em;
  color: #3b3d44;
  max-font-size: 100px; }

.sf-block-block-309[data-block-id="576"] h1 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 36px;
  letter-spacing: 0.085em;
  line-height: 1.35em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 15px; }
  @media (max-width: 991.98px) {
    .sf-block-block-309[data-block-id="576"] h1 {
      font-size: 27.69231px; } }

.sf-block-block-309[data-block-id="576"] h2 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 28px;
  letter-spacing: 0.085em;
  line-height: 1.5em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-block-309[data-block-id="576"] h2 {
      font-size: 21.53846px; } }

.sf-block-block-309[data-block-id="576"] h3 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.085em;
  line-height: 1.6em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-block-309[data-block-id="576"] h3 {
      font-size: 16.66667px; } }

.sf-block-block-309[data-block-id="576"] h4 {
  font-family: Poppins;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.085em;
  line-height: 1.9em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-block-309[data-block-id="576"] h4 {
      font-size: 15px; } }

.sf-block-block-309[data-block-id="576"] h5 {
  font-family: Poppins;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.115em;
  line-height: 1.5em;
  color: #626167;
  max-font-size: 100px; }

.sf-block-block-309[data-block-id="576"] a {
  color: #ff821e; }

.sf-block-block-309[data-block-id="576"] p + h1,
.sf-block-block-309[data-block-id="576"] p + h2,
.sf-block-block-309[data-block-id="576"] p + h3,
.sf-block-block-309[data-block-id="576"] p + h4 {
  padding-top: 30px; }

.sf-block-block-309[data-block-id="576"] h4 + h1,
.sf-block-block-309[data-block-id="576"] h4 + h2,
.sf-block-block-309[data-block-id="576"] h4 + h3 {
  padding-top: 30px; }

.sf-block-block-309[data-block-id="576"] ul + h1,
.sf-block-block-309[data-block-id="576"] ul + h2,
.sf-block-block-309[data-block-id="576"] ul + h3 {
  padding-top: 30px; }

.sf-block-block-309[data-block-id="576"] h1:last-child,
.sf-block-block-309[data-block-id="576"] h2:last-child,
.sf-block-block-309[data-block-id="576"] h3:last-child,
.sf-block-block-309[data-block-id="576"] h4:last-child,
.sf-block-block-309[data-block-id="576"] h5:last-child,
.sf-block-block-309[data-block-id="576"] p:last-child {
  padding-bottom: 0; }

.sf-block-block-309[data-block-id="582"] .block-309-background {
  background-color: white; }

.sf-block-block-309[data-block-id="582"] .block-309-wrapper {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 60px;
  padding-bottom: 60px;
  margin: 0 -15px -60px -15px; }
  @media (max-width: 767.98px) {
    .sf-block-block-309[data-block-id="582"] .block-309-wrapper {
      padding-top: 30px; } }
  @media (max-width: 767.98px) {
    .sf-block-block-309[data-block-id="582"] .block-309-wrapper {
      padding-bottom: 30px; } }
  .sf-block-block-309[data-block-id="582"] .block-309-wrapper .block-309-column {
    display: flex;
    /* vertical stretch */
    width: calc(100% / 3);
    justify-content: center; }
    @media (max-width: 991.98px) {
      .sf-block-block-309[data-block-id="582"] .block-309-wrapper .block-309-column {
        width: 100%; } }
    .sf-block-block-309[data-block-id="582"] .block-309-wrapper .block-309-column .block-309-content {
      margin: 0 15px 60px 15px;
      max-width: 400px; }
      @media (max-width: 991.98px) {
        .sf-block-block-309[data-block-id="582"] .block-309-wrapper .block-309-column .block-309-content {
          margin: 0 0 30px 0; } }
    .sf-block-block-309[data-block-id="582"] .block-309-wrapper .block-309-column .block-309-image-wrapper {
      text-align: center; }

.sf-block-block-309[data-block-id="582"] .block-309-image {
  margin-bottom: 35px;
  max-width: 100%; }

.sf-block-block-309[data-block-id="582"] p, .sf-block-block-309[data-block-id="582"] li {
  font-family: Poppins;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 2em;
  color: #3b3d44;
  max-font-size: 100px; }

.sf-block-block-309[data-block-id="582"] h1 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 36px;
  letter-spacing: 0.085em;
  line-height: 1.35em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 15px; }
  @media (max-width: 991.98px) {
    .sf-block-block-309[data-block-id="582"] h1 {
      font-size: 27.69231px; } }

.sf-block-block-309[data-block-id="582"] h2 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 28px;
  letter-spacing: 0.085em;
  line-height: 1.5em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-block-309[data-block-id="582"] h2 {
      font-size: 21.53846px; } }

.sf-block-block-309[data-block-id="582"] h3 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.085em;
  line-height: 1.6em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-block-309[data-block-id="582"] h3 {
      font-size: 16.66667px; } }

.sf-block-block-309[data-block-id="582"] h4 {
  font-family: Poppins;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.085em;
  line-height: 1.9em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-block-309[data-block-id="582"] h4 {
      font-size: 15px; } }

.sf-block-block-309[data-block-id="582"] h5 {
  font-family: Poppins;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.115em;
  line-height: 1.5em;
  color: #626167;
  max-font-size: 100px; }

.sf-block-block-309[data-block-id="582"] a {
  color: #ff821e; }

.sf-block-block-309[data-block-id="582"] p + h1,
.sf-block-block-309[data-block-id="582"] p + h2,
.sf-block-block-309[data-block-id="582"] p + h3,
.sf-block-block-309[data-block-id="582"] p + h4 {
  padding-top: 30px; }

.sf-block-block-309[data-block-id="582"] h4 + h1,
.sf-block-block-309[data-block-id="582"] h4 + h2,
.sf-block-block-309[data-block-id="582"] h4 + h3 {
  padding-top: 30px; }

.sf-block-block-309[data-block-id="582"] ul + h1,
.sf-block-block-309[data-block-id="582"] ul + h2,
.sf-block-block-309[data-block-id="582"] ul + h3 {
  padding-top: 30px; }

.sf-block-block-309[data-block-id="582"] h1:last-child,
.sf-block-block-309[data-block-id="582"] h2:last-child,
.sf-block-block-309[data-block-id="582"] h3:last-child,
.sf-block-block-309[data-block-id="582"] h4:last-child,
.sf-block-block-309[data-block-id="582"] h5:last-child,
.sf-block-block-309[data-block-id="582"] p:last-child {
  padding-bottom: 0; }

.sf-block-text-2[data-block-id="316"] .text-2-wrapper {
  background-color: #ff821e;
  padding-top: 60px;
  padding-bottom: 60px; }
  @media (max-width: 767.98px) {
    .sf-block-text-2[data-block-id="316"] .text-2-wrapper {
      padding-top: 30px; } }
  @media (max-width: 767.98px) {
    .sf-block-text-2[data-block-id="316"] .text-2-wrapper {
      padding-bottom: 30px; } }

.sf-block-text-2[data-block-id="316"] .text-2-max {
  max-width: 730px;
  margin: 0; }

.sf-block-text-2[data-block-id="316"] a {
  color: white; }

.sf-block-text-2[data-block-id="316"] p, .sf-block-text-2[data-block-id="316"] li {
  font-family: Poppins;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 2em;
  color: white;
  max-font-size: 100px; }

.sf-block-text-2[data-block-id="316"] h1 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 36px;
  letter-spacing: 0.085em;
  line-height: 1.35em;
  color: white;
  max-font-size: 100px;
  padding-bottom: 15px; }
  @media (max-width: 991.98px) {
    .sf-block-text-2[data-block-id="316"] h1 {
      font-size: 27.69231px; } }

.sf-block-text-2[data-block-id="316"] h2 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 28px;
  letter-spacing: 0.085em;
  line-height: 1.5em;
  color: white;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-text-2[data-block-id="316"] h2 {
      font-size: 21.53846px; } }

.sf-block-text-2[data-block-id="316"] h3 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.085em;
  line-height: 1.6em;
  color: white;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-text-2[data-block-id="316"] h3 {
      font-size: 16.66667px; } }

.sf-block-text-2[data-block-id="316"] h4 {
  font-family: Poppins;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.085em;
  line-height: 1.9em;
  color: white;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-text-2[data-block-id="316"] h4 {
      font-size: 15px; } }

.sf-block-text-2[data-block-id="316"] h5 {
  font-family: Poppins;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.115em;
  line-height: 1.5em;
  color: white;
  max-font-size: 100px; }

.sf-block-text-2[data-block-id="316"] a {
  color: #ff821e; }

.sf-block-text-2[data-block-id="316"] p + h1,
.sf-block-text-2[data-block-id="316"] p + h2,
.sf-block-text-2[data-block-id="316"] p + h3,
.sf-block-text-2[data-block-id="316"] p + h4 {
  padding-top: 30px; }

.sf-block-text-2[data-block-id="316"] h4 + h1,
.sf-block-text-2[data-block-id="316"] h4 + h2,
.sf-block-text-2[data-block-id="316"] h4 + h3 {
  padding-top: 30px; }

.sf-block-text-2[data-block-id="316"] ul + h1,
.sf-block-text-2[data-block-id="316"] ul + h2,
.sf-block-text-2[data-block-id="316"] ul + h3 {
  padding-top: 30px; }

.sf-block-text-2[data-block-id="316"] h1:last-child,
.sf-block-text-2[data-block-id="316"] h2:last-child,
.sf-block-text-2[data-block-id="316"] h3:last-child,
.sf-block-text-2[data-block-id="316"] h4:last-child,
.sf-block-text-2[data-block-id="316"] h5:last-child,
.sf-block-text-2[data-block-id="316"] p:last-child {
  padding-bottom: 0; }

.sf-block-text-2[data-block-id="320"] .text-2-wrapper {
  background-color: #ff821e;
  padding-top: 60px;
  padding-bottom: 60px; }
  @media (max-width: 767.98px) {
    .sf-block-text-2[data-block-id="320"] .text-2-wrapper {
      padding-top: 30px; } }
  @media (max-width: 767.98px) {
    .sf-block-text-2[data-block-id="320"] .text-2-wrapper {
      padding-bottom: 30px; } }

.sf-block-text-2[data-block-id="320"] .text-2-max {
  max-width: 730px;
  margin: 0; }

.sf-block-text-2[data-block-id="320"] a {
  color: white; }

.sf-block-text-2[data-block-id="320"] p, .sf-block-text-2[data-block-id="320"] li {
  font-family: Poppins;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 2em;
  color: white;
  max-font-size: 100px; }

.sf-block-text-2[data-block-id="320"] h1 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 36px;
  letter-spacing: 0.085em;
  line-height: 1.35em;
  color: white;
  max-font-size: 100px;
  padding-bottom: 15px; }
  @media (max-width: 991.98px) {
    .sf-block-text-2[data-block-id="320"] h1 {
      font-size: 27.69231px; } }

.sf-block-text-2[data-block-id="320"] h2 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 28px;
  letter-spacing: 0.085em;
  line-height: 1.5em;
  color: white;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-text-2[data-block-id="320"] h2 {
      font-size: 21.53846px; } }

.sf-block-text-2[data-block-id="320"] h3 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.085em;
  line-height: 1.6em;
  color: white;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-text-2[data-block-id="320"] h3 {
      font-size: 16.66667px; } }

.sf-block-text-2[data-block-id="320"] h4 {
  font-family: Poppins;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.085em;
  line-height: 1.9em;
  color: white;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-text-2[data-block-id="320"] h4 {
      font-size: 15px; } }

.sf-block-text-2[data-block-id="320"] h5 {
  font-family: Poppins;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.115em;
  line-height: 1.5em;
  color: white;
  max-font-size: 100px; }

.sf-block-text-2[data-block-id="320"] a {
  color: #ff821e; }

.sf-block-text-2[data-block-id="320"] p + h1,
.sf-block-text-2[data-block-id="320"] p + h2,
.sf-block-text-2[data-block-id="320"] p + h3,
.sf-block-text-2[data-block-id="320"] p + h4 {
  padding-top: 30px; }

.sf-block-text-2[data-block-id="320"] h4 + h1,
.sf-block-text-2[data-block-id="320"] h4 + h2,
.sf-block-text-2[data-block-id="320"] h4 + h3 {
  padding-top: 30px; }

.sf-block-text-2[data-block-id="320"] ul + h1,
.sf-block-text-2[data-block-id="320"] ul + h2,
.sf-block-text-2[data-block-id="320"] ul + h3 {
  padding-top: 30px; }

.sf-block-text-2[data-block-id="320"] h1:last-child,
.sf-block-text-2[data-block-id="320"] h2:last-child,
.sf-block-text-2[data-block-id="320"] h3:last-child,
.sf-block-text-2[data-block-id="320"] h4:last-child,
.sf-block-text-2[data-block-id="320"] h5:last-child,
.sf-block-text-2[data-block-id="320"] p:last-child {
  padding-bottom: 0; }

.sf-block-text-2[data-block-id="362"] .text-2-wrapper {
  background-color: #ff821e;
  padding-top: 60px;
  padding-bottom: 60px; }
  @media (max-width: 767.98px) {
    .sf-block-text-2[data-block-id="362"] .text-2-wrapper {
      padding-top: 30px; } }
  @media (max-width: 767.98px) {
    .sf-block-text-2[data-block-id="362"] .text-2-wrapper {
      padding-bottom: 30px; } }

.sf-block-text-2[data-block-id="362"] .text-2-max {
  max-width: 730px;
  margin: 0; }

.sf-block-text-2[data-block-id="362"] a {
  color: white; }

.sf-block-text-2[data-block-id="362"] p, .sf-block-text-2[data-block-id="362"] li {
  font-family: Poppins;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 2em;
  color: white;
  max-font-size: 100px; }

.sf-block-text-2[data-block-id="362"] h1 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 36px;
  letter-spacing: 0.085em;
  line-height: 1.35em;
  color: white;
  max-font-size: 100px;
  padding-bottom: 15px; }
  @media (max-width: 991.98px) {
    .sf-block-text-2[data-block-id="362"] h1 {
      font-size: 27.69231px; } }

.sf-block-text-2[data-block-id="362"] h2 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 28px;
  letter-spacing: 0.085em;
  line-height: 1.5em;
  color: white;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-text-2[data-block-id="362"] h2 {
      font-size: 21.53846px; } }

.sf-block-text-2[data-block-id="362"] h3 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.085em;
  line-height: 1.6em;
  color: white;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-text-2[data-block-id="362"] h3 {
      font-size: 16.66667px; } }

.sf-block-text-2[data-block-id="362"] h4 {
  font-family: Poppins;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.085em;
  line-height: 1.9em;
  color: white;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-text-2[data-block-id="362"] h4 {
      font-size: 15px; } }

.sf-block-text-2[data-block-id="362"] h5 {
  font-family: Poppins;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.115em;
  line-height: 1.5em;
  color: white;
  max-font-size: 100px; }

.sf-block-text-2[data-block-id="362"] a {
  color: #ff821e; }

.sf-block-text-2[data-block-id="362"] p + h1,
.sf-block-text-2[data-block-id="362"] p + h2,
.sf-block-text-2[data-block-id="362"] p + h3,
.sf-block-text-2[data-block-id="362"] p + h4 {
  padding-top: 30px; }

.sf-block-text-2[data-block-id="362"] h4 + h1,
.sf-block-text-2[data-block-id="362"] h4 + h2,
.sf-block-text-2[data-block-id="362"] h4 + h3 {
  padding-top: 30px; }

.sf-block-text-2[data-block-id="362"] ul + h1,
.sf-block-text-2[data-block-id="362"] ul + h2,
.sf-block-text-2[data-block-id="362"] ul + h3 {
  padding-top: 30px; }

.sf-block-text-2[data-block-id="362"] h1:last-child,
.sf-block-text-2[data-block-id="362"] h2:last-child,
.sf-block-text-2[data-block-id="362"] h3:last-child,
.sf-block-text-2[data-block-id="362"] h4:last-child,
.sf-block-text-2[data-block-id="362"] h5:last-child,
.sf-block-text-2[data-block-id="362"] p:last-child {
  padding-bottom: 0; }

.sf-block-text-2[data-block-id="364"] .text-2-wrapper {
  background-color: #ff821e;
  padding-top: 60px;
  padding-bottom: 60px; }
  @media (max-width: 767.98px) {
    .sf-block-text-2[data-block-id="364"] .text-2-wrapper {
      padding-top: 30px; } }
  @media (max-width: 767.98px) {
    .sf-block-text-2[data-block-id="364"] .text-2-wrapper {
      padding-bottom: 30px; } }

.sf-block-text-2[data-block-id="364"] .text-2-max {
  max-width: 730px;
  margin: 0; }

.sf-block-text-2[data-block-id="364"] a {
  color: white; }

.sf-block-text-2[data-block-id="364"] p, .sf-block-text-2[data-block-id="364"] li {
  font-family: Poppins;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 2em;
  color: white;
  max-font-size: 100px; }

.sf-block-text-2[data-block-id="364"] h1 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 36px;
  letter-spacing: 0.085em;
  line-height: 1.35em;
  color: white;
  max-font-size: 100px;
  padding-bottom: 15px; }
  @media (max-width: 991.98px) {
    .sf-block-text-2[data-block-id="364"] h1 {
      font-size: 27.69231px; } }

.sf-block-text-2[data-block-id="364"] h2 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 28px;
  letter-spacing: 0.085em;
  line-height: 1.5em;
  color: white;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-text-2[data-block-id="364"] h2 {
      font-size: 21.53846px; } }

.sf-block-text-2[data-block-id="364"] h3 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.085em;
  line-height: 1.6em;
  color: white;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-text-2[data-block-id="364"] h3 {
      font-size: 16.66667px; } }

.sf-block-text-2[data-block-id="364"] h4 {
  font-family: Poppins;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.085em;
  line-height: 1.9em;
  color: white;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-text-2[data-block-id="364"] h4 {
      font-size: 15px; } }

.sf-block-text-2[data-block-id="364"] h5 {
  font-family: Poppins;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.115em;
  line-height: 1.5em;
  color: white;
  max-font-size: 100px; }

.sf-block-text-2[data-block-id="364"] a {
  color: #ff821e; }

.sf-block-text-2[data-block-id="364"] p + h1,
.sf-block-text-2[data-block-id="364"] p + h2,
.sf-block-text-2[data-block-id="364"] p + h3,
.sf-block-text-2[data-block-id="364"] p + h4 {
  padding-top: 30px; }

.sf-block-text-2[data-block-id="364"] h4 + h1,
.sf-block-text-2[data-block-id="364"] h4 + h2,
.sf-block-text-2[data-block-id="364"] h4 + h3 {
  padding-top: 30px; }

.sf-block-text-2[data-block-id="364"] ul + h1,
.sf-block-text-2[data-block-id="364"] ul + h2,
.sf-block-text-2[data-block-id="364"] ul + h3 {
  padding-top: 30px; }

.sf-block-text-2[data-block-id="364"] h1:last-child,
.sf-block-text-2[data-block-id="364"] h2:last-child,
.sf-block-text-2[data-block-id="364"] h3:last-child,
.sf-block-text-2[data-block-id="364"] h4:last-child,
.sf-block-text-2[data-block-id="364"] h5:last-child,
.sf-block-text-2[data-block-id="364"] p:last-child {
  padding-bottom: 0; }

.sf-block-block-305[data-block-id="337"] .block-305-wrapper {
  background-color: white;
  display: flex;
  flex-wrap: wrap;
  padding-top: 0;
  padding-bottom: 0; }
  .sf-block-block-305[data-block-id="337"] .block-305-wrapper .block-305-column {
    width: 50%;
    position: relative; }
    @media (max-width: 991.98px) {
      .sf-block-block-305[data-block-id="337"] .block-305-wrapper .block-305-column {
        width: 100%; } }
  .sf-block-block-305[data-block-id="337"] .block-305-wrapper .block-305-column:nth-child(2) {
    padding: 125px;
    display: flex;
    align-items: center; }
    @media (max-width: 1199.98px) {
      .sf-block-block-305[data-block-id="337"] .block-305-wrapper .block-305-column:nth-child(2) {
        padding: 50px; } }
    @media (max-width: 767.98px) {
      .sf-block-block-305[data-block-id="337"] .block-305-wrapper .block-305-column:nth-child(2) {
        padding: 30px 25px; } }
  .sf-block-block-305[data-block-id="337"] .block-305-wrapper .block-305-overlay {
    position: absolute;
    background-color: transparent;
    width: 100%;
    height: 100%;
    pointer-events: none; }
  .sf-block-block-305[data-block-id="337"] .block-305-wrapper .block-305-image {
    width: 100%;
    height: 100%;
    max-height: 100%;
    background-size: cover;
    background-position: center center;
    min-height: 650px; }
    @media (max-width: 991.98px) {
      .sf-block-block-305[data-block-id="337"] .block-305-wrapper .block-305-image {
        height: 30vh;
        min-height: 0; } }
  .sf-block-block-305[data-block-id="337"] .block-305-wrapper .block-305-content {
    max-width: 460px;
    margin: 0 auto; }
    @media (max-width: 991.98px) {
      .sf-block-block-305[data-block-id="337"] .block-305-wrapper .block-305-content {
        max-width: 730px;
        margin: 0 auto; } }
  .sf-block-block-305[data-block-id="337"] .block-305-wrapper .block-305-button-wrapper {
    text-align: center;
    display: block; }
    .sf-block-block-305[data-block-id="337"] .block-305-wrapper .block-305-button-wrapper a.block-305-button {
      margin-top: 60px;
      padding: 15px 45px;
      border-radius: 100px;
      background-color: #ff821e;
      text-decoration: none;
      display: inline-block;
      font-family: Poppins;
      font-weight: 400;
      font-size: 18px;
      letter-spacing: 0.085em;
      line-height: 1.9em;
      color: white;
      max-font-size: 100px; }
    .sf-block-block-305[data-block-id="337"] .block-305-wrapper .block-305-button-wrapper a.block-305-button:hover {
      color: white;
      background-color: #ff821e; }
  .sf-block-block-305[data-block-id="337"] .block-305-wrapper p, .sf-block-block-305[data-block-id="337"] .block-305-wrapper li {
    font-family: Poppins;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 2em;
    color: #3b3d44;
    max-font-size: 100px; }
  .sf-block-block-305[data-block-id="337"] .block-305-wrapper h1 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 36px;
    letter-spacing: 0.085em;
    line-height: 1.35em;
    color: #3b3d44;
    max-font-size: 100px;
    padding-bottom: 15px; }
    @media (max-width: 991.98px) {
      .sf-block-block-305[data-block-id="337"] .block-305-wrapper h1 {
        font-size: 27.69231px; } }
  .sf-block-block-305[data-block-id="337"] .block-305-wrapper h2 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 28px;
    letter-spacing: 0.085em;
    line-height: 1.5em;
    color: #3b3d44;
    max-font-size: 100px;
    padding-bottom: 10px; }
    @media (max-width: 991.98px) {
      .sf-block-block-305[data-block-id="337"] .block-305-wrapper h2 {
        font-size: 21.53846px; } }
  .sf-block-block-305[data-block-id="337"] .block-305-wrapper h3 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 0.085em;
    line-height: 1.6em;
    color: #3b3d44;
    max-font-size: 100px;
    padding-bottom: 10px; }
    @media (max-width: 991.98px) {
      .sf-block-block-305[data-block-id="337"] .block-305-wrapper h3 {
        font-size: 16.66667px; } }
  .sf-block-block-305[data-block-id="337"] .block-305-wrapper h4 {
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.085em;
    line-height: 1.9em;
    color: #3b3d44;
    max-font-size: 100px;
    padding-bottom: 10px; }
    @media (max-width: 991.98px) {
      .sf-block-block-305[data-block-id="337"] .block-305-wrapper h4 {
        font-size: 15px; } }
  .sf-block-block-305[data-block-id="337"] .block-305-wrapper h5 {
    font-family: Poppins;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0.115em;
    line-height: 1.5em;
    color: #626167;
    max-font-size: 100px; }
  .sf-block-block-305[data-block-id="337"] .block-305-wrapper a {
    color: #ff821e; }
  .sf-block-block-305[data-block-id="337"] .block-305-wrapper p + h1,
  .sf-block-block-305[data-block-id="337"] .block-305-wrapper p + h2,
  .sf-block-block-305[data-block-id="337"] .block-305-wrapper p + h3,
  .sf-block-block-305[data-block-id="337"] .block-305-wrapper p + h4 {
    padding-top: 30px; }
  .sf-block-block-305[data-block-id="337"] .block-305-wrapper h4 + h1,
  .sf-block-block-305[data-block-id="337"] .block-305-wrapper h4 + h2,
  .sf-block-block-305[data-block-id="337"] .block-305-wrapper h4 + h3 {
    padding-top: 30px; }
  .sf-block-block-305[data-block-id="337"] .block-305-wrapper ul + h1,
  .sf-block-block-305[data-block-id="337"] .block-305-wrapper ul + h2,
  .sf-block-block-305[data-block-id="337"] .block-305-wrapper ul + h3 {
    padding-top: 30px; }
  .sf-block-block-305[data-block-id="337"] .block-305-wrapper h1:last-child,
  .sf-block-block-305[data-block-id="337"] .block-305-wrapper h2:last-child,
  .sf-block-block-305[data-block-id="337"] .block-305-wrapper h3:last-child,
  .sf-block-block-305[data-block-id="337"] .block-305-wrapper h4:last-child,
  .sf-block-block-305[data-block-id="337"] .block-305-wrapper h5:last-child,
  .sf-block-block-305[data-block-id="337"] .block-305-wrapper p:last-child {
    padding-bottom: 0; }

.sf-block-block-305[data-block-id="357"] .block-305-wrapper {
  background-color: white;
  display: flex;
  flex-wrap: wrap;
  padding-top: 0;
  padding-bottom: 0; }
  .sf-block-block-305[data-block-id="357"] .block-305-wrapper .block-305-column {
    width: 50%;
    position: relative; }
    @media (max-width: 991.98px) {
      .sf-block-block-305[data-block-id="357"] .block-305-wrapper .block-305-column {
        width: 100%; } }
  .sf-block-block-305[data-block-id="357"] .block-305-wrapper .block-305-column:nth-child(2) {
    padding: 125px;
    display: flex;
    align-items: center; }
    @media (max-width: 1199.98px) {
      .sf-block-block-305[data-block-id="357"] .block-305-wrapper .block-305-column:nth-child(2) {
        padding: 50px; } }
    @media (max-width: 767.98px) {
      .sf-block-block-305[data-block-id="357"] .block-305-wrapper .block-305-column:nth-child(2) {
        padding: 30px 25px; } }
  .sf-block-block-305[data-block-id="357"] .block-305-wrapper .block-305-overlay {
    position: absolute;
    background-color: transparent;
    width: 100%;
    height: 100%;
    pointer-events: none; }
  .sf-block-block-305[data-block-id="357"] .block-305-wrapper .block-305-image {
    width: 100%;
    height: 100%;
    max-height: 100%;
    background-size: cover;
    background-position: center center;
    min-height: 650px; }
    @media (max-width: 991.98px) {
      .sf-block-block-305[data-block-id="357"] .block-305-wrapper .block-305-image {
        height: 30vh;
        min-height: 0; } }
  .sf-block-block-305[data-block-id="357"] .block-305-wrapper .block-305-content {
    max-width: 460px;
    margin: 0 auto; }
    @media (max-width: 991.98px) {
      .sf-block-block-305[data-block-id="357"] .block-305-wrapper .block-305-content {
        max-width: 730px;
        margin: 0 auto; } }
  .sf-block-block-305[data-block-id="357"] .block-305-wrapper .block-305-button-wrapper {
    text-align: center;
    display: block; }
    .sf-block-block-305[data-block-id="357"] .block-305-wrapper .block-305-button-wrapper a.block-305-button {
      margin-top: 60px;
      padding: 15px 45px;
      border-radius: 100px;
      background-color: #ff821e;
      text-decoration: none;
      display: inline-block;
      font-family: Poppins;
      font-weight: 400;
      font-size: 18px;
      letter-spacing: 0.085em;
      line-height: 1.9em;
      color: white;
      max-font-size: 100px; }
    .sf-block-block-305[data-block-id="357"] .block-305-wrapper .block-305-button-wrapper a.block-305-button:hover {
      color: white;
      background-color: #ff821e; }
  .sf-block-block-305[data-block-id="357"] .block-305-wrapper p, .sf-block-block-305[data-block-id="357"] .block-305-wrapper li {
    font-family: Poppins;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 2em;
    color: #3b3d44;
    max-font-size: 100px; }
  .sf-block-block-305[data-block-id="357"] .block-305-wrapper h1 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 36px;
    letter-spacing: 0.085em;
    line-height: 1.35em;
    color: #3b3d44;
    max-font-size: 100px;
    padding-bottom: 15px; }
    @media (max-width: 991.98px) {
      .sf-block-block-305[data-block-id="357"] .block-305-wrapper h1 {
        font-size: 27.69231px; } }
  .sf-block-block-305[data-block-id="357"] .block-305-wrapper h2 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 28px;
    letter-spacing: 0.085em;
    line-height: 1.5em;
    color: #3b3d44;
    max-font-size: 100px;
    padding-bottom: 10px; }
    @media (max-width: 991.98px) {
      .sf-block-block-305[data-block-id="357"] .block-305-wrapper h2 {
        font-size: 21.53846px; } }
  .sf-block-block-305[data-block-id="357"] .block-305-wrapper h3 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 0.085em;
    line-height: 1.6em;
    color: #3b3d44;
    max-font-size: 100px;
    padding-bottom: 10px; }
    @media (max-width: 991.98px) {
      .sf-block-block-305[data-block-id="357"] .block-305-wrapper h3 {
        font-size: 16.66667px; } }
  .sf-block-block-305[data-block-id="357"] .block-305-wrapper h4 {
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.085em;
    line-height: 1.9em;
    color: #3b3d44;
    max-font-size: 100px;
    padding-bottom: 10px; }
    @media (max-width: 991.98px) {
      .sf-block-block-305[data-block-id="357"] .block-305-wrapper h4 {
        font-size: 15px; } }
  .sf-block-block-305[data-block-id="357"] .block-305-wrapper h5 {
    font-family: Poppins;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0.115em;
    line-height: 1.5em;
    color: #626167;
    max-font-size: 100px; }
  .sf-block-block-305[data-block-id="357"] .block-305-wrapper a {
    color: #ff821e; }
  .sf-block-block-305[data-block-id="357"] .block-305-wrapper p + h1,
  .sf-block-block-305[data-block-id="357"] .block-305-wrapper p + h2,
  .sf-block-block-305[data-block-id="357"] .block-305-wrapper p + h3,
  .sf-block-block-305[data-block-id="357"] .block-305-wrapper p + h4 {
    padding-top: 30px; }
  .sf-block-block-305[data-block-id="357"] .block-305-wrapper h4 + h1,
  .sf-block-block-305[data-block-id="357"] .block-305-wrapper h4 + h2,
  .sf-block-block-305[data-block-id="357"] .block-305-wrapper h4 + h3 {
    padding-top: 30px; }
  .sf-block-block-305[data-block-id="357"] .block-305-wrapper ul + h1,
  .sf-block-block-305[data-block-id="357"] .block-305-wrapper ul + h2,
  .sf-block-block-305[data-block-id="357"] .block-305-wrapper ul + h3 {
    padding-top: 30px; }
  .sf-block-block-305[data-block-id="357"] .block-305-wrapper h1:last-child,
  .sf-block-block-305[data-block-id="357"] .block-305-wrapper h2:last-child,
  .sf-block-block-305[data-block-id="357"] .block-305-wrapper h3:last-child,
  .sf-block-block-305[data-block-id="357"] .block-305-wrapper h4:last-child,
  .sf-block-block-305[data-block-id="357"] .block-305-wrapper h5:last-child,
  .sf-block-block-305[data-block-id="357"] .block-305-wrapper p:last-child {
    padding-bottom: 0; }

.sf-block-block-305-m[data-block-id="338"] .block-305-wrapper {
  background-color: white;
  display: flex;
  flex-wrap: wrap;
  padding-top: 0;
  padding-bottom: 0; }
  @media (max-width: 991.98px) {
    .sf-block-block-305-m[data-block-id="338"] .block-305-wrapper {
      flex-wrap: wrap-reverse; } }
  .sf-block-block-305-m[data-block-id="338"] .block-305-wrapper .block-305-column {
    width: 50%;
    position: relative; }
    @media (max-width: 991.98px) {
      .sf-block-block-305-m[data-block-id="338"] .block-305-wrapper .block-305-column {
        width: 100%; } }
  .sf-block-block-305-m[data-block-id="338"] .block-305-wrapper .block-305-column:nth-child(1) {
    padding: 125px;
    display: flex;
    align-items: center; }
    @media (max-width: 1199.98px) {
      .sf-block-block-305-m[data-block-id="338"] .block-305-wrapper .block-305-column:nth-child(1) {
        padding: 50px; } }
    @media (max-width: 767.98px) {
      .sf-block-block-305-m[data-block-id="338"] .block-305-wrapper .block-305-column:nth-child(1) {
        padding: 30px 25px; } }
  .sf-block-block-305-m[data-block-id="338"] .block-305-wrapper .block-305-overlay {
    position: absolute;
    background-color: transparent;
    width: 100%;
    height: 100%;
    pointer-events: none; }
  .sf-block-block-305-m[data-block-id="338"] .block-305-wrapper .block-305-image {
    width: 100%;
    height: 100%;
    max-height: 100%;
    background-size: cover;
    background-position: center center;
    min-height: 650px; }
    @media (max-width: 991.98px) {
      .sf-block-block-305-m[data-block-id="338"] .block-305-wrapper .block-305-image {
        height: 30vh;
        min-height: 0; } }
  .sf-block-block-305-m[data-block-id="338"] .block-305-wrapper .block-305-content {
    max-width: 460px;
    margin: 0 auto; }
    @media (max-width: 991.98px) {
      .sf-block-block-305-m[data-block-id="338"] .block-305-wrapper .block-305-content {
        max-width: 730px;
        margin: 0 auto; } }
  .sf-block-block-305-m[data-block-id="338"] .block-305-wrapper .block-305-button-wrapper {
    text-align: center;
    display: block; }
    .sf-block-block-305-m[data-block-id="338"] .block-305-wrapper .block-305-button-wrapper a.block-305-button {
      margin-top: 60px;
      padding: 15px 45px;
      border-radius: 100px;
      background-color: #ff821e;
      text-decoration: none;
      display: inline-block;
      font-family: Poppins;
      font-weight: 400;
      font-size: 18px;
      letter-spacing: 0.085em;
      line-height: 1.9em;
      color: white;
      max-font-size: 100px; }
    .sf-block-block-305-m[data-block-id="338"] .block-305-wrapper .block-305-button-wrapper a.block-305-button:hover {
      color: white;
      background-color: #ff821e; }

.sf-block-block-305-m[data-block-id="338"] p, .sf-block-block-305-m[data-block-id="338"] li {
  font-family: Poppins;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 2em;
  color: #3b3d44;
  max-font-size: 100px; }

.sf-block-block-305-m[data-block-id="338"] h1 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 36px;
  letter-spacing: 0.085em;
  line-height: 1.35em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 15px; }
  @media (max-width: 991.98px) {
    .sf-block-block-305-m[data-block-id="338"] h1 {
      font-size: 27.69231px; } }

.sf-block-block-305-m[data-block-id="338"] h2 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 28px;
  letter-spacing: 0.085em;
  line-height: 1.5em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-block-305-m[data-block-id="338"] h2 {
      font-size: 21.53846px; } }

.sf-block-block-305-m[data-block-id="338"] h3 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.085em;
  line-height: 1.6em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-block-305-m[data-block-id="338"] h3 {
      font-size: 16.66667px; } }

.sf-block-block-305-m[data-block-id="338"] h4 {
  font-family: Poppins;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.085em;
  line-height: 1.9em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-block-305-m[data-block-id="338"] h4 {
      font-size: 15px; } }

.sf-block-block-305-m[data-block-id="338"] h5 {
  font-family: Poppins;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.115em;
  line-height: 1.5em;
  color: #626167;
  max-font-size: 100px; }

.sf-block-block-305-m[data-block-id="338"] a {
  color: #ff821e; }

.sf-block-block-305-m[data-block-id="338"] p + h1,
.sf-block-block-305-m[data-block-id="338"] p + h2,
.sf-block-block-305-m[data-block-id="338"] p + h3,
.sf-block-block-305-m[data-block-id="338"] p + h4 {
  padding-top: 30px; }

.sf-block-block-305-m[data-block-id="338"] h4 + h1,
.sf-block-block-305-m[data-block-id="338"] h4 + h2,
.sf-block-block-305-m[data-block-id="338"] h4 + h3 {
  padding-top: 30px; }

.sf-block-block-305-m[data-block-id="338"] ul + h1,
.sf-block-block-305-m[data-block-id="338"] ul + h2,
.sf-block-block-305-m[data-block-id="338"] ul + h3 {
  padding-top: 30px; }

.sf-block-block-305-m[data-block-id="338"] h1:last-child,
.sf-block-block-305-m[data-block-id="338"] h2:last-child,
.sf-block-block-305-m[data-block-id="338"] h3:last-child,
.sf-block-block-305-m[data-block-id="338"] h4:last-child,
.sf-block-block-305-m[data-block-id="338"] h5:last-child,
.sf-block-block-305-m[data-block-id="338"] p:last-child {
  padding-bottom: 0; }

.sf-block-block-305-m[data-block-id="368"] .block-305-wrapper {
  background-color: white;
  display: flex;
  flex-wrap: wrap;
  padding-top: 0;
  padding-bottom: 0; }
  @media (max-width: 991.98px) {
    .sf-block-block-305-m[data-block-id="368"] .block-305-wrapper {
      flex-wrap: wrap-reverse; } }
  .sf-block-block-305-m[data-block-id="368"] .block-305-wrapper .block-305-column {
    width: 50%;
    position: relative; }
    @media (max-width: 991.98px) {
      .sf-block-block-305-m[data-block-id="368"] .block-305-wrapper .block-305-column {
        width: 100%; } }
  .sf-block-block-305-m[data-block-id="368"] .block-305-wrapper .block-305-column:nth-child(1) {
    padding: 125px;
    display: flex;
    align-items: center; }
    @media (max-width: 1199.98px) {
      .sf-block-block-305-m[data-block-id="368"] .block-305-wrapper .block-305-column:nth-child(1) {
        padding: 50px; } }
    @media (max-width: 767.98px) {
      .sf-block-block-305-m[data-block-id="368"] .block-305-wrapper .block-305-column:nth-child(1) {
        padding: 30px 25px; } }
  .sf-block-block-305-m[data-block-id="368"] .block-305-wrapper .block-305-overlay {
    position: absolute;
    background-color: transparent;
    width: 100%;
    height: 100%;
    pointer-events: none; }
  .sf-block-block-305-m[data-block-id="368"] .block-305-wrapper .block-305-image {
    width: 100%;
    height: 100%;
    max-height: 100%;
    background-size: cover;
    background-position: center center;
    min-height: 650px; }
    @media (max-width: 991.98px) {
      .sf-block-block-305-m[data-block-id="368"] .block-305-wrapper .block-305-image {
        height: 30vh;
        min-height: 0; } }
  .sf-block-block-305-m[data-block-id="368"] .block-305-wrapper .block-305-content {
    max-width: 460px;
    margin: 0 auto; }
    @media (max-width: 991.98px) {
      .sf-block-block-305-m[data-block-id="368"] .block-305-wrapper .block-305-content {
        max-width: 730px;
        margin: 0 auto; } }
  .sf-block-block-305-m[data-block-id="368"] .block-305-wrapper .block-305-button-wrapper {
    text-align: center;
    display: block; }
    .sf-block-block-305-m[data-block-id="368"] .block-305-wrapper .block-305-button-wrapper a.block-305-button {
      margin-top: 60px;
      padding: 15px 45px;
      border-radius: 100px;
      background-color: #ff821e;
      text-decoration: none;
      display: inline-block;
      font-family: Poppins;
      font-weight: 400;
      font-size: 18px;
      letter-spacing: 0.085em;
      line-height: 1.9em;
      color: white;
      max-font-size: 100px; }
    .sf-block-block-305-m[data-block-id="368"] .block-305-wrapper .block-305-button-wrapper a.block-305-button:hover {
      color: white;
      background-color: #ff821e; }

.sf-block-block-305-m[data-block-id="368"] p, .sf-block-block-305-m[data-block-id="368"] li {
  font-family: Poppins;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 2em;
  color: #3b3d44;
  max-font-size: 100px; }

.sf-block-block-305-m[data-block-id="368"] h1 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 36px;
  letter-spacing: 0.085em;
  line-height: 1.35em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 15px; }
  @media (max-width: 991.98px) {
    .sf-block-block-305-m[data-block-id="368"] h1 {
      font-size: 27.69231px; } }

.sf-block-block-305-m[data-block-id="368"] h2 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 28px;
  letter-spacing: 0.085em;
  line-height: 1.5em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-block-305-m[data-block-id="368"] h2 {
      font-size: 21.53846px; } }

.sf-block-block-305-m[data-block-id="368"] h3 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.085em;
  line-height: 1.6em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-block-305-m[data-block-id="368"] h3 {
      font-size: 16.66667px; } }

.sf-block-block-305-m[data-block-id="368"] h4 {
  font-family: Poppins;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.085em;
  line-height: 1.9em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-block-305-m[data-block-id="368"] h4 {
      font-size: 15px; } }

.sf-block-block-305-m[data-block-id="368"] h5 {
  font-family: Poppins;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.115em;
  line-height: 1.5em;
  color: #626167;
  max-font-size: 100px; }

.sf-block-block-305-m[data-block-id="368"] a {
  color: #ff821e; }

.sf-block-block-305-m[data-block-id="368"] p + h1,
.sf-block-block-305-m[data-block-id="368"] p + h2,
.sf-block-block-305-m[data-block-id="368"] p + h3,
.sf-block-block-305-m[data-block-id="368"] p + h4 {
  padding-top: 30px; }

.sf-block-block-305-m[data-block-id="368"] h4 + h1,
.sf-block-block-305-m[data-block-id="368"] h4 + h2,
.sf-block-block-305-m[data-block-id="368"] h4 + h3 {
  padding-top: 30px; }

.sf-block-block-305-m[data-block-id="368"] ul + h1,
.sf-block-block-305-m[data-block-id="368"] ul + h2,
.sf-block-block-305-m[data-block-id="368"] ul + h3 {
  padding-top: 30px; }

.sf-block-block-305-m[data-block-id="368"] h1:last-child,
.sf-block-block-305-m[data-block-id="368"] h2:last-child,
.sf-block-block-305-m[data-block-id="368"] h3:last-child,
.sf-block-block-305-m[data-block-id="368"] h4:last-child,
.sf-block-block-305-m[data-block-id="368"] h5:last-child,
.sf-block-block-305-m[data-block-id="368"] p:last-child {
  padding-bottom: 0; }

.sf-block-block-305-m[data-block-id="424"] .block-305-wrapper {
  background-color: white;
  display: flex;
  flex-wrap: wrap;
  padding-top: 0;
  padding-bottom: 0; }
  @media (max-width: 991.98px) {
    .sf-block-block-305-m[data-block-id="424"] .block-305-wrapper {
      flex-wrap: wrap-reverse; } }
  .sf-block-block-305-m[data-block-id="424"] .block-305-wrapper .block-305-column {
    width: 50%;
    position: relative; }
    @media (max-width: 991.98px) {
      .sf-block-block-305-m[data-block-id="424"] .block-305-wrapper .block-305-column {
        width: 100%; } }
  .sf-block-block-305-m[data-block-id="424"] .block-305-wrapper .block-305-column:nth-child(1) {
    padding: 125px;
    display: flex;
    align-items: center; }
    @media (max-width: 1199.98px) {
      .sf-block-block-305-m[data-block-id="424"] .block-305-wrapper .block-305-column:nth-child(1) {
        padding: 50px; } }
    @media (max-width: 767.98px) {
      .sf-block-block-305-m[data-block-id="424"] .block-305-wrapper .block-305-column:nth-child(1) {
        padding: 30px 25px; } }
  .sf-block-block-305-m[data-block-id="424"] .block-305-wrapper .block-305-overlay {
    position: absolute;
    background-color: transparent;
    width: 100%;
    height: 100%;
    pointer-events: none; }
  .sf-block-block-305-m[data-block-id="424"] .block-305-wrapper .block-305-image {
    width: 100%;
    height: 100%;
    max-height: 100%;
    background-size: cover;
    background-position: center center;
    min-height: 650px; }
    @media (max-width: 991.98px) {
      .sf-block-block-305-m[data-block-id="424"] .block-305-wrapper .block-305-image {
        height: 30vh;
        min-height: 0; } }
  .sf-block-block-305-m[data-block-id="424"] .block-305-wrapper .block-305-content {
    max-width: 460px;
    margin: 0 auto; }
    @media (max-width: 991.98px) {
      .sf-block-block-305-m[data-block-id="424"] .block-305-wrapper .block-305-content {
        max-width: 730px;
        margin: 0 auto; } }
  .sf-block-block-305-m[data-block-id="424"] .block-305-wrapper .block-305-button-wrapper {
    text-align: center;
    display: block; }
    .sf-block-block-305-m[data-block-id="424"] .block-305-wrapper .block-305-button-wrapper a.block-305-button {
      margin-top: 60px;
      padding: 15px 45px;
      border-radius: 100px;
      background-color: #ff821e;
      text-decoration: none;
      display: inline-block;
      font-family: Poppins;
      font-weight: 400;
      font-size: 18px;
      letter-spacing: 0.085em;
      line-height: 1.9em;
      color: white;
      max-font-size: 100px; }
    .sf-block-block-305-m[data-block-id="424"] .block-305-wrapper .block-305-button-wrapper a.block-305-button:hover {
      color: white;
      background-color: #ff821e; }

.sf-block-block-305-m[data-block-id="424"] p, .sf-block-block-305-m[data-block-id="424"] li {
  font-family: Poppins;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 2em;
  color: #3b3d44;
  max-font-size: 100px; }

.sf-block-block-305-m[data-block-id="424"] h1 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 36px;
  letter-spacing: 0.085em;
  line-height: 1.35em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 15px; }
  @media (max-width: 991.98px) {
    .sf-block-block-305-m[data-block-id="424"] h1 {
      font-size: 27.69231px; } }

.sf-block-block-305-m[data-block-id="424"] h2 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 28px;
  letter-spacing: 0.085em;
  line-height: 1.5em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-block-305-m[data-block-id="424"] h2 {
      font-size: 21.53846px; } }

.sf-block-block-305-m[data-block-id="424"] h3 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.085em;
  line-height: 1.6em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-block-305-m[data-block-id="424"] h3 {
      font-size: 16.66667px; } }

.sf-block-block-305-m[data-block-id="424"] h4 {
  font-family: Poppins;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.085em;
  line-height: 1.9em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-block-305-m[data-block-id="424"] h4 {
      font-size: 15px; } }

.sf-block-block-305-m[data-block-id="424"] h5 {
  font-family: Poppins;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.115em;
  line-height: 1.5em;
  color: #626167;
  max-font-size: 100px; }

.sf-block-block-305-m[data-block-id="424"] a {
  color: #ff821e; }

.sf-block-block-305-m[data-block-id="424"] p + h1,
.sf-block-block-305-m[data-block-id="424"] p + h2,
.sf-block-block-305-m[data-block-id="424"] p + h3,
.sf-block-block-305-m[data-block-id="424"] p + h4 {
  padding-top: 30px; }

.sf-block-block-305-m[data-block-id="424"] h4 + h1,
.sf-block-block-305-m[data-block-id="424"] h4 + h2,
.sf-block-block-305-m[data-block-id="424"] h4 + h3 {
  padding-top: 30px; }

.sf-block-block-305-m[data-block-id="424"] ul + h1,
.sf-block-block-305-m[data-block-id="424"] ul + h2,
.sf-block-block-305-m[data-block-id="424"] ul + h3 {
  padding-top: 30px; }

.sf-block-block-305-m[data-block-id="424"] h1:last-child,
.sf-block-block-305-m[data-block-id="424"] h2:last-child,
.sf-block-block-305-m[data-block-id="424"] h3:last-child,
.sf-block-block-305-m[data-block-id="424"] h4:last-child,
.sf-block-block-305-m[data-block-id="424"] h5:last-child,
.sf-block-block-305-m[data-block-id="424"] p:last-child {
  padding-bottom: 0; }

.sf-block-block-305-m[data-block-id="485"] .block-305-wrapper {
  background-color: white;
  display: flex;
  flex-wrap: wrap;
  padding-top: 0;
  padding-bottom: 0; }
  @media (max-width: 991.98px) {
    .sf-block-block-305-m[data-block-id="485"] .block-305-wrapper {
      flex-wrap: wrap-reverse; } }
  .sf-block-block-305-m[data-block-id="485"] .block-305-wrapper .block-305-column {
    width: 50%;
    position: relative; }
    @media (max-width: 991.98px) {
      .sf-block-block-305-m[data-block-id="485"] .block-305-wrapper .block-305-column {
        width: 100%; } }
  .sf-block-block-305-m[data-block-id="485"] .block-305-wrapper .block-305-column:nth-child(1) {
    padding: 125px;
    display: flex;
    align-items: center; }
    @media (max-width: 1199.98px) {
      .sf-block-block-305-m[data-block-id="485"] .block-305-wrapper .block-305-column:nth-child(1) {
        padding: 50px; } }
    @media (max-width: 767.98px) {
      .sf-block-block-305-m[data-block-id="485"] .block-305-wrapper .block-305-column:nth-child(1) {
        padding: 30px 25px; } }
  .sf-block-block-305-m[data-block-id="485"] .block-305-wrapper .block-305-overlay {
    position: absolute;
    background-color: transparent;
    width: 100%;
    height: 100%;
    pointer-events: none; }
  .sf-block-block-305-m[data-block-id="485"] .block-305-wrapper .block-305-image {
    width: 100%;
    height: 100%;
    max-height: 100%;
    background-size: cover;
    background-position: center center;
    min-height: 650px; }
    @media (max-width: 991.98px) {
      .sf-block-block-305-m[data-block-id="485"] .block-305-wrapper .block-305-image {
        height: 30vh;
        min-height: 0; } }
  .sf-block-block-305-m[data-block-id="485"] .block-305-wrapper .block-305-content {
    max-width: 460px;
    margin: 0 auto; }
    @media (max-width: 991.98px) {
      .sf-block-block-305-m[data-block-id="485"] .block-305-wrapper .block-305-content {
        max-width: 730px;
        margin: 0 auto; } }
  .sf-block-block-305-m[data-block-id="485"] .block-305-wrapper .block-305-button-wrapper {
    text-align: center;
    display: block; }
    .sf-block-block-305-m[data-block-id="485"] .block-305-wrapper .block-305-button-wrapper a.block-305-button {
      margin-top: 60px;
      padding: 15px 45px;
      border-radius: 100px;
      background-color: #ff821e;
      text-decoration: none;
      display: inline-block;
      font-family: Poppins;
      font-weight: 400;
      font-size: 18px;
      letter-spacing: 0.085em;
      line-height: 1.9em;
      color: white;
      max-font-size: 100px; }
    .sf-block-block-305-m[data-block-id="485"] .block-305-wrapper .block-305-button-wrapper a.block-305-button:hover {
      color: white;
      background-color: #ff821e; }

.sf-block-block-305-m[data-block-id="485"] p, .sf-block-block-305-m[data-block-id="485"] li {
  font-family: Poppins;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 2em;
  color: #3b3d44;
  max-font-size: 100px; }

.sf-block-block-305-m[data-block-id="485"] h1 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 36px;
  letter-spacing: 0.085em;
  line-height: 1.35em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 15px; }
  @media (max-width: 991.98px) {
    .sf-block-block-305-m[data-block-id="485"] h1 {
      font-size: 27.69231px; } }

.sf-block-block-305-m[data-block-id="485"] h2 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 28px;
  letter-spacing: 0.085em;
  line-height: 1.5em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-block-305-m[data-block-id="485"] h2 {
      font-size: 21.53846px; } }

.sf-block-block-305-m[data-block-id="485"] h3 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.085em;
  line-height: 1.6em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-block-305-m[data-block-id="485"] h3 {
      font-size: 16.66667px; } }

.sf-block-block-305-m[data-block-id="485"] h4 {
  font-family: Poppins;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.085em;
  line-height: 1.9em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-block-305-m[data-block-id="485"] h4 {
      font-size: 15px; } }

.sf-block-block-305-m[data-block-id="485"] h5 {
  font-family: Poppins;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.115em;
  line-height: 1.5em;
  color: #626167;
  max-font-size: 100px; }

.sf-block-block-305-m[data-block-id="485"] a {
  color: #ff821e; }

.sf-block-block-305-m[data-block-id="485"] p + h1,
.sf-block-block-305-m[data-block-id="485"] p + h2,
.sf-block-block-305-m[data-block-id="485"] p + h3,
.sf-block-block-305-m[data-block-id="485"] p + h4 {
  padding-top: 30px; }

.sf-block-block-305-m[data-block-id="485"] h4 + h1,
.sf-block-block-305-m[data-block-id="485"] h4 + h2,
.sf-block-block-305-m[data-block-id="485"] h4 + h3 {
  padding-top: 30px; }

.sf-block-block-305-m[data-block-id="485"] ul + h1,
.sf-block-block-305-m[data-block-id="485"] ul + h2,
.sf-block-block-305-m[data-block-id="485"] ul + h3 {
  padding-top: 30px; }

.sf-block-block-305-m[data-block-id="485"] h1:last-child,
.sf-block-block-305-m[data-block-id="485"] h2:last-child,
.sf-block-block-305-m[data-block-id="485"] h3:last-child,
.sf-block-block-305-m[data-block-id="485"] h4:last-child,
.sf-block-block-305-m[data-block-id="485"] h5:last-child,
.sf-block-block-305-m[data-block-id="485"] p:last-child {
  padding-bottom: 0; }

.sf-block-block-305-m[data-block-id="493"] .block-305-wrapper {
  background-color: white;
  display: flex;
  flex-wrap: wrap;
  padding-top: 0;
  padding-bottom: 0; }
  @media (max-width: 991.98px) {
    .sf-block-block-305-m[data-block-id="493"] .block-305-wrapper {
      flex-wrap: wrap-reverse; } }
  .sf-block-block-305-m[data-block-id="493"] .block-305-wrapper .block-305-column {
    width: 50%;
    position: relative; }
    @media (max-width: 991.98px) {
      .sf-block-block-305-m[data-block-id="493"] .block-305-wrapper .block-305-column {
        width: 100%; } }
  .sf-block-block-305-m[data-block-id="493"] .block-305-wrapper .block-305-column:nth-child(1) {
    padding: 125px;
    display: flex;
    align-items: center; }
    @media (max-width: 1199.98px) {
      .sf-block-block-305-m[data-block-id="493"] .block-305-wrapper .block-305-column:nth-child(1) {
        padding: 50px; } }
    @media (max-width: 767.98px) {
      .sf-block-block-305-m[data-block-id="493"] .block-305-wrapper .block-305-column:nth-child(1) {
        padding: 30px 25px; } }
  .sf-block-block-305-m[data-block-id="493"] .block-305-wrapper .block-305-overlay {
    position: absolute;
    background-color: transparent;
    width: 100%;
    height: 100%;
    pointer-events: none; }
  .sf-block-block-305-m[data-block-id="493"] .block-305-wrapper .block-305-image {
    width: 100%;
    height: 100%;
    max-height: 100%;
    background-size: cover;
    background-position: center center;
    min-height: 650px; }
    @media (max-width: 991.98px) {
      .sf-block-block-305-m[data-block-id="493"] .block-305-wrapper .block-305-image {
        height: 30vh;
        min-height: 0; } }
  .sf-block-block-305-m[data-block-id="493"] .block-305-wrapper .block-305-content {
    max-width: 460px;
    margin: 0 auto; }
    @media (max-width: 991.98px) {
      .sf-block-block-305-m[data-block-id="493"] .block-305-wrapper .block-305-content {
        max-width: 730px;
        margin: 0 auto; } }
  .sf-block-block-305-m[data-block-id="493"] .block-305-wrapper .block-305-button-wrapper {
    text-align: center;
    display: block; }
    .sf-block-block-305-m[data-block-id="493"] .block-305-wrapper .block-305-button-wrapper a.block-305-button {
      margin-top: 60px;
      padding: 15px 45px;
      border-radius: 100px;
      background-color: #ff821e;
      text-decoration: none;
      display: inline-block;
      font-family: Poppins;
      font-weight: 400;
      font-size: 18px;
      letter-spacing: 0.085em;
      line-height: 1.9em;
      color: white;
      max-font-size: 100px; }
    .sf-block-block-305-m[data-block-id="493"] .block-305-wrapper .block-305-button-wrapper a.block-305-button:hover {
      color: white;
      background-color: #ff821e; }

.sf-block-block-305-m[data-block-id="493"] p, .sf-block-block-305-m[data-block-id="493"] li {
  font-family: Poppins;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 2em;
  color: #3b3d44;
  max-font-size: 100px; }

.sf-block-block-305-m[data-block-id="493"] h1 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 36px;
  letter-spacing: 0.085em;
  line-height: 1.35em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 15px; }
  @media (max-width: 991.98px) {
    .sf-block-block-305-m[data-block-id="493"] h1 {
      font-size: 27.69231px; } }

.sf-block-block-305-m[data-block-id="493"] h2 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 28px;
  letter-spacing: 0.085em;
  line-height: 1.5em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-block-305-m[data-block-id="493"] h2 {
      font-size: 21.53846px; } }

.sf-block-block-305-m[data-block-id="493"] h3 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.085em;
  line-height: 1.6em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-block-305-m[data-block-id="493"] h3 {
      font-size: 16.66667px; } }

.sf-block-block-305-m[data-block-id="493"] h4 {
  font-family: Poppins;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.085em;
  line-height: 1.9em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-block-305-m[data-block-id="493"] h4 {
      font-size: 15px; } }

.sf-block-block-305-m[data-block-id="493"] h5 {
  font-family: Poppins;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.115em;
  line-height: 1.5em;
  color: #626167;
  max-font-size: 100px; }

.sf-block-block-305-m[data-block-id="493"] a {
  color: #ff821e; }

.sf-block-block-305-m[data-block-id="493"] p + h1,
.sf-block-block-305-m[data-block-id="493"] p + h2,
.sf-block-block-305-m[data-block-id="493"] p + h3,
.sf-block-block-305-m[data-block-id="493"] p + h4 {
  padding-top: 30px; }

.sf-block-block-305-m[data-block-id="493"] h4 + h1,
.sf-block-block-305-m[data-block-id="493"] h4 + h2,
.sf-block-block-305-m[data-block-id="493"] h4 + h3 {
  padding-top: 30px; }

.sf-block-block-305-m[data-block-id="493"] ul + h1,
.sf-block-block-305-m[data-block-id="493"] ul + h2,
.sf-block-block-305-m[data-block-id="493"] ul + h3 {
  padding-top: 30px; }

.sf-block-block-305-m[data-block-id="493"] h1:last-child,
.sf-block-block-305-m[data-block-id="493"] h2:last-child,
.sf-block-block-305-m[data-block-id="493"] h3:last-child,
.sf-block-block-305-m[data-block-id="493"] h4:last-child,
.sf-block-block-305-m[data-block-id="493"] h5:last-child,
.sf-block-block-305-m[data-block-id="493"] p:last-child {
  padding-bottom: 0; }

.sf-block-block-305-m[data-block-id="501"] .block-305-wrapper {
  background-color: white;
  display: flex;
  flex-wrap: wrap;
  padding-top: 0;
  padding-bottom: 0; }
  @media (max-width: 991.98px) {
    .sf-block-block-305-m[data-block-id="501"] .block-305-wrapper {
      flex-wrap: wrap-reverse; } }
  .sf-block-block-305-m[data-block-id="501"] .block-305-wrapper .block-305-column {
    width: 50%;
    position: relative; }
    @media (max-width: 991.98px) {
      .sf-block-block-305-m[data-block-id="501"] .block-305-wrapper .block-305-column {
        width: 100%; } }
  .sf-block-block-305-m[data-block-id="501"] .block-305-wrapper .block-305-column:nth-child(1) {
    padding: 125px;
    display: flex;
    align-items: center; }
    @media (max-width: 1199.98px) {
      .sf-block-block-305-m[data-block-id="501"] .block-305-wrapper .block-305-column:nth-child(1) {
        padding: 50px; } }
    @media (max-width: 767.98px) {
      .sf-block-block-305-m[data-block-id="501"] .block-305-wrapper .block-305-column:nth-child(1) {
        padding: 30px 25px; } }
  .sf-block-block-305-m[data-block-id="501"] .block-305-wrapper .block-305-overlay {
    position: absolute;
    background-color: transparent;
    width: 100%;
    height: 100%;
    pointer-events: none; }
  .sf-block-block-305-m[data-block-id="501"] .block-305-wrapper .block-305-image {
    width: 100%;
    height: 100%;
    max-height: 100%;
    background-size: cover;
    background-position: center center;
    min-height: 650px; }
    @media (max-width: 991.98px) {
      .sf-block-block-305-m[data-block-id="501"] .block-305-wrapper .block-305-image {
        height: 30vh;
        min-height: 0; } }
  .sf-block-block-305-m[data-block-id="501"] .block-305-wrapper .block-305-content {
    max-width: 460px;
    margin: 0 auto; }
    @media (max-width: 991.98px) {
      .sf-block-block-305-m[data-block-id="501"] .block-305-wrapper .block-305-content {
        max-width: 730px;
        margin: 0 auto; } }
  .sf-block-block-305-m[data-block-id="501"] .block-305-wrapper .block-305-button-wrapper {
    text-align: center;
    display: block; }
    .sf-block-block-305-m[data-block-id="501"] .block-305-wrapper .block-305-button-wrapper a.block-305-button {
      margin-top: 60px;
      padding: 15px 45px;
      border-radius: 100px;
      background-color: #ff821e;
      text-decoration: none;
      display: inline-block;
      font-family: Poppins;
      font-weight: 400;
      font-size: 18px;
      letter-spacing: 0.085em;
      line-height: 1.9em;
      color: white;
      max-font-size: 100px; }
    .sf-block-block-305-m[data-block-id="501"] .block-305-wrapper .block-305-button-wrapper a.block-305-button:hover {
      color: white;
      background-color: #ff821e; }

.sf-block-block-305-m[data-block-id="501"] p, .sf-block-block-305-m[data-block-id="501"] li {
  font-family: Poppins;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 2em;
  color: #3b3d44;
  max-font-size: 100px; }

.sf-block-block-305-m[data-block-id="501"] h1 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 36px;
  letter-spacing: 0.085em;
  line-height: 1.35em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 15px; }
  @media (max-width: 991.98px) {
    .sf-block-block-305-m[data-block-id="501"] h1 {
      font-size: 27.69231px; } }

.sf-block-block-305-m[data-block-id="501"] h2 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 28px;
  letter-spacing: 0.085em;
  line-height: 1.5em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-block-305-m[data-block-id="501"] h2 {
      font-size: 21.53846px; } }

.sf-block-block-305-m[data-block-id="501"] h3 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.085em;
  line-height: 1.6em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-block-305-m[data-block-id="501"] h3 {
      font-size: 16.66667px; } }

.sf-block-block-305-m[data-block-id="501"] h4 {
  font-family: Poppins;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.085em;
  line-height: 1.9em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-block-305-m[data-block-id="501"] h4 {
      font-size: 15px; } }

.sf-block-block-305-m[data-block-id="501"] h5 {
  font-family: Poppins;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.115em;
  line-height: 1.5em;
  color: #626167;
  max-font-size: 100px; }

.sf-block-block-305-m[data-block-id="501"] a {
  color: #ff821e; }

.sf-block-block-305-m[data-block-id="501"] p + h1,
.sf-block-block-305-m[data-block-id="501"] p + h2,
.sf-block-block-305-m[data-block-id="501"] p + h3,
.sf-block-block-305-m[data-block-id="501"] p + h4 {
  padding-top: 30px; }

.sf-block-block-305-m[data-block-id="501"] h4 + h1,
.sf-block-block-305-m[data-block-id="501"] h4 + h2,
.sf-block-block-305-m[data-block-id="501"] h4 + h3 {
  padding-top: 30px; }

.sf-block-block-305-m[data-block-id="501"] ul + h1,
.sf-block-block-305-m[data-block-id="501"] ul + h2,
.sf-block-block-305-m[data-block-id="501"] ul + h3 {
  padding-top: 30px; }

.sf-block-block-305-m[data-block-id="501"] h1:last-child,
.sf-block-block-305-m[data-block-id="501"] h2:last-child,
.sf-block-block-305-m[data-block-id="501"] h3:last-child,
.sf-block-block-305-m[data-block-id="501"] h4:last-child,
.sf-block-block-305-m[data-block-id="501"] h5:last-child,
.sf-block-block-305-m[data-block-id="501"] p:last-child {
  padding-bottom: 0; }

.sf-block-block-305-m[data-block-id="589"] .block-305-wrapper {
  background-color: white;
  display: flex;
  flex-wrap: wrap;
  padding-top: 0;
  padding-bottom: 0; }
  @media (max-width: 991.98px) {
    .sf-block-block-305-m[data-block-id="589"] .block-305-wrapper {
      flex-wrap: wrap-reverse; } }
  .sf-block-block-305-m[data-block-id="589"] .block-305-wrapper .block-305-column {
    width: 50%;
    position: relative; }
    @media (max-width: 991.98px) {
      .sf-block-block-305-m[data-block-id="589"] .block-305-wrapper .block-305-column {
        width: 100%; } }
  .sf-block-block-305-m[data-block-id="589"] .block-305-wrapper .block-305-column:nth-child(1) {
    padding: 125px;
    display: flex;
    align-items: center; }
    @media (max-width: 1199.98px) {
      .sf-block-block-305-m[data-block-id="589"] .block-305-wrapper .block-305-column:nth-child(1) {
        padding: 50px; } }
    @media (max-width: 767.98px) {
      .sf-block-block-305-m[data-block-id="589"] .block-305-wrapper .block-305-column:nth-child(1) {
        padding: 30px 25px; } }
  .sf-block-block-305-m[data-block-id="589"] .block-305-wrapper .block-305-overlay {
    position: absolute;
    background-color: transparent;
    width: 100%;
    height: 100%;
    pointer-events: none; }
  .sf-block-block-305-m[data-block-id="589"] .block-305-wrapper .block-305-image {
    width: 100%;
    height: 100%;
    max-height: 100%;
    background-size: cover;
    background-position: center center;
    min-height: 650px; }
    @media (max-width: 991.98px) {
      .sf-block-block-305-m[data-block-id="589"] .block-305-wrapper .block-305-image {
        height: 30vh;
        min-height: 0; } }
  .sf-block-block-305-m[data-block-id="589"] .block-305-wrapper .block-305-content {
    max-width: 460px;
    margin: 0 auto; }
    @media (max-width: 991.98px) {
      .sf-block-block-305-m[data-block-id="589"] .block-305-wrapper .block-305-content {
        max-width: 730px;
        margin: 0 auto; } }
  .sf-block-block-305-m[data-block-id="589"] .block-305-wrapper .block-305-button-wrapper {
    text-align: center;
    display: block; }
    .sf-block-block-305-m[data-block-id="589"] .block-305-wrapper .block-305-button-wrapper a.block-305-button {
      margin-top: 60px;
      padding: 15px 45px;
      border-radius: 100px;
      background-color: #ff821e;
      text-decoration: none;
      display: inline-block;
      font-family: Poppins;
      font-weight: 400;
      font-size: 18px;
      letter-spacing: 0.085em;
      line-height: 1.9em;
      color: white;
      max-font-size: 100px; }
    .sf-block-block-305-m[data-block-id="589"] .block-305-wrapper .block-305-button-wrapper a.block-305-button:hover {
      color: white;
      background-color: #ff821e; }

.sf-block-block-305-m[data-block-id="589"] p, .sf-block-block-305-m[data-block-id="589"] li {
  font-family: Poppins;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 2em;
  color: #3b3d44;
  max-font-size: 100px; }

.sf-block-block-305-m[data-block-id="589"] h1 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 36px;
  letter-spacing: 0.085em;
  line-height: 1.35em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 15px; }
  @media (max-width: 991.98px) {
    .sf-block-block-305-m[data-block-id="589"] h1 {
      font-size: 27.69231px; } }

.sf-block-block-305-m[data-block-id="589"] h2 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 28px;
  letter-spacing: 0.085em;
  line-height: 1.5em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-block-305-m[data-block-id="589"] h2 {
      font-size: 21.53846px; } }

.sf-block-block-305-m[data-block-id="589"] h3 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.085em;
  line-height: 1.6em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-block-305-m[data-block-id="589"] h3 {
      font-size: 16.66667px; } }

.sf-block-block-305-m[data-block-id="589"] h4 {
  font-family: Poppins;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.085em;
  line-height: 1.9em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-block-305-m[data-block-id="589"] h4 {
      font-size: 15px; } }

.sf-block-block-305-m[data-block-id="589"] h5 {
  font-family: Poppins;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.115em;
  line-height: 1.5em;
  color: #626167;
  max-font-size: 100px; }

.sf-block-block-305-m[data-block-id="589"] a {
  color: #ff821e; }

.sf-block-block-305-m[data-block-id="589"] p + h1,
.sf-block-block-305-m[data-block-id="589"] p + h2,
.sf-block-block-305-m[data-block-id="589"] p + h3,
.sf-block-block-305-m[data-block-id="589"] p + h4 {
  padding-top: 30px; }

.sf-block-block-305-m[data-block-id="589"] h4 + h1,
.sf-block-block-305-m[data-block-id="589"] h4 + h2,
.sf-block-block-305-m[data-block-id="589"] h4 + h3 {
  padding-top: 30px; }

.sf-block-block-305-m[data-block-id="589"] ul + h1,
.sf-block-block-305-m[data-block-id="589"] ul + h2,
.sf-block-block-305-m[data-block-id="589"] ul + h3 {
  padding-top: 30px; }

.sf-block-block-305-m[data-block-id="589"] h1:last-child,
.sf-block-block-305-m[data-block-id="589"] h2:last-child,
.sf-block-block-305-m[data-block-id="589"] h3:last-child,
.sf-block-block-305-m[data-block-id="589"] h4:last-child,
.sf-block-block-305-m[data-block-id="589"] h5:last-child,
.sf-block-block-305-m[data-block-id="589"] p:last-child {
  padding-bottom: 0; }

.sf-block-text-columns-2[data-block-id="339"] .text-columns-2-background {
  background-color: white; }

.sf-block-text-columns-2[data-block-id="339"] .text-columns-2-wrapper {
  position: relative;
  display: flex;
  padding-top: 60px;
  padding-bottom: 60px; }
  @media (max-width: 767.98px) {
    .sf-block-text-columns-2[data-block-id="339"] .text-columns-2-wrapper {
      padding-top: 30px; } }
  @media (max-width: 767.98px) {
    .sf-block-text-columns-2[data-block-id="339"] .text-columns-2-wrapper {
      padding-bottom: 30px; } }
  @media (max-width: 991.98px) {
    .sf-block-text-columns-2[data-block-id="339"] .text-columns-2-wrapper {
      display: block; } }
  .sf-block-text-columns-2[data-block-id="339"] .text-columns-2-wrapper .text-columns-2-column {
    width: 50%; }
    .sf-block-text-columns-2[data-block-id="339"] .text-columns-2-wrapper .text-columns-2-column:nth-child(1) {
      margin-right: 15px; }
      @media (max-width: 991.98px) {
        .sf-block-text-columns-2[data-block-id="339"] .text-columns-2-wrapper .text-columns-2-column:nth-child(1) {
          margin: 0 auto 30px auto; } }
    .sf-block-text-columns-2[data-block-id="339"] .text-columns-2-wrapper .text-columns-2-column:nth-child(2) {
      margin-left: 15px; }
      @media (max-width: 991.98px) {
        .sf-block-text-columns-2[data-block-id="339"] .text-columns-2-wrapper .text-columns-2-column:nth-child(2) {
          margin: 0 auto; } }
    @media (max-width: 991.98px) {
      .sf-block-text-columns-2[data-block-id="339"] .text-columns-2-wrapper .text-columns-2-column {
        width: 100%;
        max-width: 730px; } }

.sf-block-text-columns-2[data-block-id="339"] .block-button-wrapper {
  display: none;
  text-align: center; }
  .sf-block-text-columns-2[data-block-id="339"] .block-button-wrapper a.block-button {
    margin-top: 60px;
    padding: 15px 45px;
    border-radius: 100px;
    background-color: #ff821e;
    text-decoration: none;
    display: inline-block;
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.085em;
    line-height: 1.9em;
    color: white;
    max-font-size: 100px; }
  .sf-block-text-columns-2[data-block-id="339"] .block-button-wrapper a.block-button:hover {
    color: white;
    background-color: #ff821e; }

.sf-block-text-columns-2[data-block-id="339"] p, .sf-block-text-columns-2[data-block-id="339"] li {
  font-family: Poppins;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 2em;
  color: #3b3d44;
  max-font-size: 100px; }

.sf-block-text-columns-2[data-block-id="339"] h1 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 36px;
  letter-spacing: 0.085em;
  line-height: 1.35em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 15px; }
  @media (max-width: 991.98px) {
    .sf-block-text-columns-2[data-block-id="339"] h1 {
      font-size: 27.69231px; } }

.sf-block-text-columns-2[data-block-id="339"] h2 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 28px;
  letter-spacing: 0.085em;
  line-height: 1.5em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-text-columns-2[data-block-id="339"] h2 {
      font-size: 21.53846px; } }

.sf-block-text-columns-2[data-block-id="339"] h3 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.085em;
  line-height: 1.6em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-text-columns-2[data-block-id="339"] h3 {
      font-size: 16.66667px; } }

.sf-block-text-columns-2[data-block-id="339"] h4 {
  font-family: Poppins;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.085em;
  line-height: 1.9em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-text-columns-2[data-block-id="339"] h4 {
      font-size: 15px; } }

.sf-block-text-columns-2[data-block-id="339"] h5 {
  font-family: Poppins;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.115em;
  line-height: 1.5em;
  color: #626167;
  max-font-size: 100px; }

.sf-block-text-columns-2[data-block-id="339"] a {
  color: #ff821e; }

.sf-block-text-columns-2[data-block-id="339"] p + h1,
.sf-block-text-columns-2[data-block-id="339"] p + h2,
.sf-block-text-columns-2[data-block-id="339"] p + h3,
.sf-block-text-columns-2[data-block-id="339"] p + h4 {
  padding-top: 30px; }

.sf-block-text-columns-2[data-block-id="339"] h4 + h1,
.sf-block-text-columns-2[data-block-id="339"] h4 + h2,
.sf-block-text-columns-2[data-block-id="339"] h4 + h3 {
  padding-top: 30px; }

.sf-block-text-columns-2[data-block-id="339"] ul + h1,
.sf-block-text-columns-2[data-block-id="339"] ul + h2,
.sf-block-text-columns-2[data-block-id="339"] ul + h3 {
  padding-top: 30px; }

.sf-block-text-columns-2[data-block-id="339"] h1:last-child,
.sf-block-text-columns-2[data-block-id="339"] h2:last-child,
.sf-block-text-columns-2[data-block-id="339"] h3:last-child,
.sf-block-text-columns-2[data-block-id="339"] h4:last-child,
.sf-block-text-columns-2[data-block-id="339"] h5:last-child,
.sf-block-text-columns-2[data-block-id="339"] p:last-child {
  padding-bottom: 0; }

.sf-block-text-columns-2[data-block-id="425"] .text-columns-2-background {
  background-color: white; }

.sf-block-text-columns-2[data-block-id="425"] .text-columns-2-wrapper {
  position: relative;
  display: flex;
  padding-top: 60px;
  padding-bottom: 60px; }
  @media (max-width: 767.98px) {
    .sf-block-text-columns-2[data-block-id="425"] .text-columns-2-wrapper {
      padding-top: 30px; } }
  @media (max-width: 767.98px) {
    .sf-block-text-columns-2[data-block-id="425"] .text-columns-2-wrapper {
      padding-bottom: 30px; } }
  @media (max-width: 991.98px) {
    .sf-block-text-columns-2[data-block-id="425"] .text-columns-2-wrapper {
      display: block; } }
  .sf-block-text-columns-2[data-block-id="425"] .text-columns-2-wrapper .text-columns-2-column {
    width: 50%; }
    .sf-block-text-columns-2[data-block-id="425"] .text-columns-2-wrapper .text-columns-2-column:nth-child(1) {
      margin-right: 15px; }
      @media (max-width: 991.98px) {
        .sf-block-text-columns-2[data-block-id="425"] .text-columns-2-wrapper .text-columns-2-column:nth-child(1) {
          margin: 0 auto 30px auto; } }
    .sf-block-text-columns-2[data-block-id="425"] .text-columns-2-wrapper .text-columns-2-column:nth-child(2) {
      margin-left: 15px; }
      @media (max-width: 991.98px) {
        .sf-block-text-columns-2[data-block-id="425"] .text-columns-2-wrapper .text-columns-2-column:nth-child(2) {
          margin: 0 auto; } }
    @media (max-width: 991.98px) {
      .sf-block-text-columns-2[data-block-id="425"] .text-columns-2-wrapper .text-columns-2-column {
        width: 100%;
        max-width: 730px; } }

.sf-block-text-columns-2[data-block-id="425"] .block-button-wrapper {
  display: none;
  text-align: center; }
  .sf-block-text-columns-2[data-block-id="425"] .block-button-wrapper a.block-button {
    margin-top: 60px;
    padding: 15px 45px;
    border-radius: 100px;
    background-color: #ff821e;
    text-decoration: none;
    display: inline-block;
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.085em;
    line-height: 1.9em;
    color: white;
    max-font-size: 100px; }
  .sf-block-text-columns-2[data-block-id="425"] .block-button-wrapper a.block-button:hover {
    color: white;
    background-color: #ff821e; }

.sf-block-text-columns-2[data-block-id="425"] p, .sf-block-text-columns-2[data-block-id="425"] li {
  font-family: Poppins;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 2em;
  color: #3b3d44;
  max-font-size: 100px; }

.sf-block-text-columns-2[data-block-id="425"] h1 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 36px;
  letter-spacing: 0.085em;
  line-height: 1.35em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 15px; }
  @media (max-width: 991.98px) {
    .sf-block-text-columns-2[data-block-id="425"] h1 {
      font-size: 27.69231px; } }

.sf-block-text-columns-2[data-block-id="425"] h2 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 28px;
  letter-spacing: 0.085em;
  line-height: 1.5em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-text-columns-2[data-block-id="425"] h2 {
      font-size: 21.53846px; } }

.sf-block-text-columns-2[data-block-id="425"] h3 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.085em;
  line-height: 1.6em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-text-columns-2[data-block-id="425"] h3 {
      font-size: 16.66667px; } }

.sf-block-text-columns-2[data-block-id="425"] h4 {
  font-family: Poppins;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.085em;
  line-height: 1.9em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-text-columns-2[data-block-id="425"] h4 {
      font-size: 15px; } }

.sf-block-text-columns-2[data-block-id="425"] h5 {
  font-family: Poppins;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.115em;
  line-height: 1.5em;
  color: #626167;
  max-font-size: 100px; }

.sf-block-text-columns-2[data-block-id="425"] a {
  color: #ff821e; }

.sf-block-text-columns-2[data-block-id="425"] p + h1,
.sf-block-text-columns-2[data-block-id="425"] p + h2,
.sf-block-text-columns-2[data-block-id="425"] p + h3,
.sf-block-text-columns-2[data-block-id="425"] p + h4 {
  padding-top: 30px; }

.sf-block-text-columns-2[data-block-id="425"] h4 + h1,
.sf-block-text-columns-2[data-block-id="425"] h4 + h2,
.sf-block-text-columns-2[data-block-id="425"] h4 + h3 {
  padding-top: 30px; }

.sf-block-text-columns-2[data-block-id="425"] ul + h1,
.sf-block-text-columns-2[data-block-id="425"] ul + h2,
.sf-block-text-columns-2[data-block-id="425"] ul + h3 {
  padding-top: 30px; }

.sf-block-text-columns-2[data-block-id="425"] h1:last-child,
.sf-block-text-columns-2[data-block-id="425"] h2:last-child,
.sf-block-text-columns-2[data-block-id="425"] h3:last-child,
.sf-block-text-columns-2[data-block-id="425"] h4:last-child,
.sf-block-text-columns-2[data-block-id="425"] h5:last-child,
.sf-block-text-columns-2[data-block-id="425"] p:last-child {
  padding-bottom: 0; }

.sf-block-text-columns-2[data-block-id="502"] .text-columns-2-background {
  background-color: white; }

.sf-block-text-columns-2[data-block-id="502"] .text-columns-2-wrapper {
  position: relative;
  display: flex;
  padding-top: 60px;
  padding-bottom: 60px; }
  @media (max-width: 767.98px) {
    .sf-block-text-columns-2[data-block-id="502"] .text-columns-2-wrapper {
      padding-top: 30px; } }
  @media (max-width: 767.98px) {
    .sf-block-text-columns-2[data-block-id="502"] .text-columns-2-wrapper {
      padding-bottom: 30px; } }
  @media (max-width: 991.98px) {
    .sf-block-text-columns-2[data-block-id="502"] .text-columns-2-wrapper {
      display: block; } }
  .sf-block-text-columns-2[data-block-id="502"] .text-columns-2-wrapper .text-columns-2-column {
    width: 50%; }
    .sf-block-text-columns-2[data-block-id="502"] .text-columns-2-wrapper .text-columns-2-column:nth-child(1) {
      margin-right: 15px; }
      @media (max-width: 991.98px) {
        .sf-block-text-columns-2[data-block-id="502"] .text-columns-2-wrapper .text-columns-2-column:nth-child(1) {
          margin: 0 auto 30px auto; } }
    .sf-block-text-columns-2[data-block-id="502"] .text-columns-2-wrapper .text-columns-2-column:nth-child(2) {
      margin-left: 15px; }
      @media (max-width: 991.98px) {
        .sf-block-text-columns-2[data-block-id="502"] .text-columns-2-wrapper .text-columns-2-column:nth-child(2) {
          margin: 0 auto; } }
    @media (max-width: 991.98px) {
      .sf-block-text-columns-2[data-block-id="502"] .text-columns-2-wrapper .text-columns-2-column {
        width: 100%;
        max-width: 730px; } }

.sf-block-text-columns-2[data-block-id="502"] .block-button-wrapper {
  display: none;
  text-align: center; }
  .sf-block-text-columns-2[data-block-id="502"] .block-button-wrapper a.block-button {
    margin-top: 60px;
    padding: 15px 45px;
    border-radius: 100px;
    background-color: #ff821e;
    text-decoration: none;
    display: inline-block;
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.085em;
    line-height: 1.9em;
    color: white;
    max-font-size: 100px; }
  .sf-block-text-columns-2[data-block-id="502"] .block-button-wrapper a.block-button:hover {
    color: white;
    background-color: #ff821e; }

.sf-block-text-columns-2[data-block-id="502"] p, .sf-block-text-columns-2[data-block-id="502"] li {
  font-family: Poppins;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 2em;
  color: #3b3d44;
  max-font-size: 100px; }

.sf-block-text-columns-2[data-block-id="502"] h1 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 36px;
  letter-spacing: 0.085em;
  line-height: 1.35em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 15px; }
  @media (max-width: 991.98px) {
    .sf-block-text-columns-2[data-block-id="502"] h1 {
      font-size: 27.69231px; } }

.sf-block-text-columns-2[data-block-id="502"] h2 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 28px;
  letter-spacing: 0.085em;
  line-height: 1.5em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-text-columns-2[data-block-id="502"] h2 {
      font-size: 21.53846px; } }

.sf-block-text-columns-2[data-block-id="502"] h3 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.085em;
  line-height: 1.6em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-text-columns-2[data-block-id="502"] h3 {
      font-size: 16.66667px; } }

.sf-block-text-columns-2[data-block-id="502"] h4 {
  font-family: Poppins;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.085em;
  line-height: 1.9em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-text-columns-2[data-block-id="502"] h4 {
      font-size: 15px; } }

.sf-block-text-columns-2[data-block-id="502"] h5 {
  font-family: Poppins;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.115em;
  line-height: 1.5em;
  color: #626167;
  max-font-size: 100px; }

.sf-block-text-columns-2[data-block-id="502"] a {
  color: #ff821e; }

.sf-block-text-columns-2[data-block-id="502"] p + h1,
.sf-block-text-columns-2[data-block-id="502"] p + h2,
.sf-block-text-columns-2[data-block-id="502"] p + h3,
.sf-block-text-columns-2[data-block-id="502"] p + h4 {
  padding-top: 30px; }

.sf-block-text-columns-2[data-block-id="502"] h4 + h1,
.sf-block-text-columns-2[data-block-id="502"] h4 + h2,
.sf-block-text-columns-2[data-block-id="502"] h4 + h3 {
  padding-top: 30px; }

.sf-block-text-columns-2[data-block-id="502"] ul + h1,
.sf-block-text-columns-2[data-block-id="502"] ul + h2,
.sf-block-text-columns-2[data-block-id="502"] ul + h3 {
  padding-top: 30px; }

.sf-block-text-columns-2[data-block-id="502"] h1:last-child,
.sf-block-text-columns-2[data-block-id="502"] h2:last-child,
.sf-block-text-columns-2[data-block-id="502"] h3:last-child,
.sf-block-text-columns-2[data-block-id="502"] h4:last-child,
.sf-block-text-columns-2[data-block-id="502"] h5:last-child,
.sf-block-text-columns-2[data-block-id="502"] p:last-child {
  padding-bottom: 0; }

.sf-block-text-columns-2[data-block-id="508"] .text-columns-2-background {
  background-color: white; }

.sf-block-text-columns-2[data-block-id="508"] .text-columns-2-wrapper {
  position: relative;
  display: flex;
  padding-top: 60px;
  padding-bottom: 60px; }
  @media (max-width: 767.98px) {
    .sf-block-text-columns-2[data-block-id="508"] .text-columns-2-wrapper {
      padding-top: 30px; } }
  @media (max-width: 767.98px) {
    .sf-block-text-columns-2[data-block-id="508"] .text-columns-2-wrapper {
      padding-bottom: 30px; } }
  @media (max-width: 991.98px) {
    .sf-block-text-columns-2[data-block-id="508"] .text-columns-2-wrapper {
      display: block; } }
  .sf-block-text-columns-2[data-block-id="508"] .text-columns-2-wrapper .text-columns-2-column {
    width: 50%; }
    .sf-block-text-columns-2[data-block-id="508"] .text-columns-2-wrapper .text-columns-2-column:nth-child(1) {
      margin-right: 15px; }
      @media (max-width: 991.98px) {
        .sf-block-text-columns-2[data-block-id="508"] .text-columns-2-wrapper .text-columns-2-column:nth-child(1) {
          margin: 0 auto 30px auto; } }
    .sf-block-text-columns-2[data-block-id="508"] .text-columns-2-wrapper .text-columns-2-column:nth-child(2) {
      margin-left: 15px; }
      @media (max-width: 991.98px) {
        .sf-block-text-columns-2[data-block-id="508"] .text-columns-2-wrapper .text-columns-2-column:nth-child(2) {
          margin: 0 auto; } }
    @media (max-width: 991.98px) {
      .sf-block-text-columns-2[data-block-id="508"] .text-columns-2-wrapper .text-columns-2-column {
        width: 100%;
        max-width: 730px; } }

.sf-block-text-columns-2[data-block-id="508"] .block-button-wrapper {
  display: none;
  text-align: center; }
  .sf-block-text-columns-2[data-block-id="508"] .block-button-wrapper a.block-button {
    margin-top: 60px;
    padding: 15px 45px;
    border-radius: 100px;
    background-color: #ff821e;
    text-decoration: none;
    display: inline-block;
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.085em;
    line-height: 1.9em;
    color: white;
    max-font-size: 100px; }
  .sf-block-text-columns-2[data-block-id="508"] .block-button-wrapper a.block-button:hover {
    color: white;
    background-color: #ff821e; }

.sf-block-text-columns-2[data-block-id="508"] p, .sf-block-text-columns-2[data-block-id="508"] li {
  font-family: Poppins;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 2em;
  color: #3b3d44;
  max-font-size: 100px; }

.sf-block-text-columns-2[data-block-id="508"] h1 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 36px;
  letter-spacing: 0.085em;
  line-height: 1.35em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 15px; }
  @media (max-width: 991.98px) {
    .sf-block-text-columns-2[data-block-id="508"] h1 {
      font-size: 27.69231px; } }

.sf-block-text-columns-2[data-block-id="508"] h2 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 28px;
  letter-spacing: 0.085em;
  line-height: 1.5em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-text-columns-2[data-block-id="508"] h2 {
      font-size: 21.53846px; } }

.sf-block-text-columns-2[data-block-id="508"] h3 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.085em;
  line-height: 1.6em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-text-columns-2[data-block-id="508"] h3 {
      font-size: 16.66667px; } }

.sf-block-text-columns-2[data-block-id="508"] h4 {
  font-family: Poppins;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.085em;
  line-height: 1.9em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-text-columns-2[data-block-id="508"] h4 {
      font-size: 15px; } }

.sf-block-text-columns-2[data-block-id="508"] h5 {
  font-family: Poppins;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.115em;
  line-height: 1.5em;
  color: #626167;
  max-font-size: 100px; }

.sf-block-text-columns-2[data-block-id="508"] a {
  color: #ff821e; }

.sf-block-text-columns-2[data-block-id="508"] p + h1,
.sf-block-text-columns-2[data-block-id="508"] p + h2,
.sf-block-text-columns-2[data-block-id="508"] p + h3,
.sf-block-text-columns-2[data-block-id="508"] p + h4 {
  padding-top: 30px; }

.sf-block-text-columns-2[data-block-id="508"] h4 + h1,
.sf-block-text-columns-2[data-block-id="508"] h4 + h2,
.sf-block-text-columns-2[data-block-id="508"] h4 + h3 {
  padding-top: 30px; }

.sf-block-text-columns-2[data-block-id="508"] ul + h1,
.sf-block-text-columns-2[data-block-id="508"] ul + h2,
.sf-block-text-columns-2[data-block-id="508"] ul + h3 {
  padding-top: 30px; }

.sf-block-text-columns-2[data-block-id="508"] h1:last-child,
.sf-block-text-columns-2[data-block-id="508"] h2:last-child,
.sf-block-text-columns-2[data-block-id="508"] h3:last-child,
.sf-block-text-columns-2[data-block-id="508"] h4:last-child,
.sf-block-text-columns-2[data-block-id="508"] h5:last-child,
.sf-block-text-columns-2[data-block-id="508"] p:last-child {
  padding-bottom: 0; }

.sf-block-block-302[data-block-id="421"] .block-302-wrapper {
  background-color: #f8f8f7;
  padding-top: 60px;
  padding-bottom: 60px; }
  @media (max-width: 767.98px) {
    .sf-block-block-302[data-block-id="421"] .block-302-wrapper {
      padding-top: 30px; } }
  @media (max-width: 767.98px) {
    .sf-block-block-302[data-block-id="421"] .block-302-wrapper {
      padding-bottom: 30px; } }

.sf-block-block-302[data-block-id="421"] .block-302-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -12px -25px -12px;
  position: relative; }

.sf-block-block-302[data-block-id="421"] .block-302-column {
  width: calc(100% / 3);
  margin: 0 0 25px 0; }
  @media (max-width: 991.98px) {
    .sf-block-block-302[data-block-id="421"] .block-302-column {
      width: 100%; } }

.sf-block-block-302[data-block-id="421"] .block-302-content {
  --radius: 20px;
  position: relative;
  background-color: white;
  border-radius: var(--radius);
  padding: 45px 45px 45px 45px;
  margin: 0px 12px 0px 12px;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }
  @media (max-width: 991.98px) {
    .sf-block-block-302[data-block-id="421"] .block-302-content {
      max-width: 375px;
      margin-left: auto;
      margin-right: auto;
      padding: 25px 25px 45px 25px; } }

.sf-block-block-302[data-block-id="421"] .block-302-content-bottom {
  display: flex;
  align-items: center;
  justify-content: center; }

.sf-block-block-302[data-block-id="421"] .block-302-content-more {
  display: none; }

.sf-block-block-302[data-block-id="421"] .block-302-content-more-inside {
  padding-top: 30px; }

.sf-block-block-302[data-block-id="421"] .block-302-content-bottom-arrow {
  display: block;
  width: 100%;
  text-align: center;
  padding: 10px 0;
  margin-bottom: -45px;
  transform: rotate(180deg);
  transition: all ease-in-out 150ms; }
  .sf-block-block-302[data-block-id="421"] .block-302-content-bottom-arrow.block-302-content-bottom-arrow--open {
    transform: rotate(0); }

.sf-block-block-302[data-block-id="421"] .block-302-image {
  text-align: center; }
  .sf-block-block-302[data-block-id="421"] .block-302-image img {
    border-radius: 100%;
    margin-bottom: 20px; }

.sf-block-block-302[data-block-id="421"] p, .sf-block-block-302[data-block-id="421"] li {
  font-family: Poppins;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 2em;
  color: #3b3d44;
  max-font-size: 100px; }

.sf-block-block-302[data-block-id="421"] h1 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 36px;
  letter-spacing: 0.085em;
  line-height: 1.35em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 15px; }
  @media (max-width: 991.98px) {
    .sf-block-block-302[data-block-id="421"] h1 {
      font-size: 27.69231px; } }

.sf-block-block-302[data-block-id="421"] h2 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 28px;
  letter-spacing: 0.085em;
  line-height: 1.5em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-block-302[data-block-id="421"] h2 {
      font-size: 21.53846px; } }

.sf-block-block-302[data-block-id="421"] h3 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.085em;
  line-height: 1.6em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-block-302[data-block-id="421"] h3 {
      font-size: 16.66667px; } }

.sf-block-block-302[data-block-id="421"] h4 {
  font-family: Poppins;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.085em;
  line-height: 1.9em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-block-302[data-block-id="421"] h4 {
      font-size: 15px; } }

.sf-block-block-302[data-block-id="421"] h5 {
  font-family: Poppins;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.115em;
  line-height: 1.5em;
  color: #626167;
  max-font-size: 100px; }

.sf-block-block-302[data-block-id="421"] a {
  color: #ff821e; }

.sf-block-block-302[data-block-id="421"] p + h1,
.sf-block-block-302[data-block-id="421"] p + h2,
.sf-block-block-302[data-block-id="421"] p + h3,
.sf-block-block-302[data-block-id="421"] p + h4 {
  padding-top: 30px; }

.sf-block-block-302[data-block-id="421"] h4 + h1,
.sf-block-block-302[data-block-id="421"] h4 + h2,
.sf-block-block-302[data-block-id="421"] h4 + h3 {
  padding-top: 30px; }

.sf-block-block-302[data-block-id="421"] ul + h1,
.sf-block-block-302[data-block-id="421"] ul + h2,
.sf-block-block-302[data-block-id="421"] ul + h3 {
  padding-top: 30px; }

.sf-block-block-302[data-block-id="421"] h1:last-child,
.sf-block-block-302[data-block-id="421"] h2:last-child,
.sf-block-block-302[data-block-id="421"] h3:last-child,
.sf-block-block-302[data-block-id="421"] h4:last-child,
.sf-block-block-302[data-block-id="421"] h5:last-child,
.sf-block-block-302[data-block-id="421"] p:last-child {
  padding-bottom: 0; }

.sf-block-block-302[data-block-id="526"] .block-302-wrapper {
  background-color: #f8f8f7;
  padding-top: 60px;
  padding-bottom: 60px; }
  @media (max-width: 767.98px) {
    .sf-block-block-302[data-block-id="526"] .block-302-wrapper {
      padding-top: 30px; } }
  @media (max-width: 767.98px) {
    .sf-block-block-302[data-block-id="526"] .block-302-wrapper {
      padding-bottom: 30px; } }

.sf-block-block-302[data-block-id="526"] .block-302-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -12px -25px -12px;
  position: relative; }

.sf-block-block-302[data-block-id="526"] .block-302-column {
  width: calc(100% / 3);
  margin: 0 0 25px 0; }
  @media (max-width: 991.98px) {
    .sf-block-block-302[data-block-id="526"] .block-302-column {
      width: 100%; } }

.sf-block-block-302[data-block-id="526"] .block-302-content {
  --radius: 20px;
  position: relative;
  background-color: white;
  border-radius: var(--radius);
  padding: 45px 45px 45px 45px;
  margin: 0px 12px 0px 12px;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }
  @media (max-width: 991.98px) {
    .sf-block-block-302[data-block-id="526"] .block-302-content {
      max-width: 375px;
      margin-left: auto;
      margin-right: auto;
      padding: 25px 25px 45px 25px; } }

.sf-block-block-302[data-block-id="526"] .block-302-content-bottom {
  display: flex;
  align-items: center;
  justify-content: center; }

.sf-block-block-302[data-block-id="526"] .block-302-content-more {
  display: none; }

.sf-block-block-302[data-block-id="526"] .block-302-content-more-inside {
  padding-top: 30px; }

.sf-block-block-302[data-block-id="526"] .block-302-content-bottom-arrow {
  display: block;
  width: 100%;
  text-align: center;
  padding: 10px 0;
  margin-bottom: -45px;
  transform: rotate(180deg);
  transition: all ease-in-out 150ms; }
  .sf-block-block-302[data-block-id="526"] .block-302-content-bottom-arrow.block-302-content-bottom-arrow--open {
    transform: rotate(0); }

.sf-block-block-302[data-block-id="526"] .block-302-image {
  text-align: center; }
  .sf-block-block-302[data-block-id="526"] .block-302-image img {
    border-radius: 100%;
    margin-bottom: 20px; }

.sf-block-block-302[data-block-id="526"] p, .sf-block-block-302[data-block-id="526"] li {
  font-family: Poppins;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 2em;
  color: #3b3d44;
  max-font-size: 100px; }

.sf-block-block-302[data-block-id="526"] h1 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 36px;
  letter-spacing: 0.085em;
  line-height: 1.35em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 15px; }
  @media (max-width: 991.98px) {
    .sf-block-block-302[data-block-id="526"] h1 {
      font-size: 27.69231px; } }

.sf-block-block-302[data-block-id="526"] h2 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 28px;
  letter-spacing: 0.085em;
  line-height: 1.5em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-block-302[data-block-id="526"] h2 {
      font-size: 21.53846px; } }

.sf-block-block-302[data-block-id="526"] h3 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.085em;
  line-height: 1.6em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-block-302[data-block-id="526"] h3 {
      font-size: 16.66667px; } }

.sf-block-block-302[data-block-id="526"] h4 {
  font-family: Poppins;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.085em;
  line-height: 1.9em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-block-302[data-block-id="526"] h4 {
      font-size: 15px; } }

.sf-block-block-302[data-block-id="526"] h5 {
  font-family: Poppins;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.115em;
  line-height: 1.5em;
  color: #626167;
  max-font-size: 100px; }

.sf-block-block-302[data-block-id="526"] a {
  color: #ff821e; }

.sf-block-block-302[data-block-id="526"] p + h1,
.sf-block-block-302[data-block-id="526"] p + h2,
.sf-block-block-302[data-block-id="526"] p + h3,
.sf-block-block-302[data-block-id="526"] p + h4 {
  padding-top: 30px; }

.sf-block-block-302[data-block-id="526"] h4 + h1,
.sf-block-block-302[data-block-id="526"] h4 + h2,
.sf-block-block-302[data-block-id="526"] h4 + h3 {
  padding-top: 30px; }

.sf-block-block-302[data-block-id="526"] ul + h1,
.sf-block-block-302[data-block-id="526"] ul + h2,
.sf-block-block-302[data-block-id="526"] ul + h3 {
  padding-top: 30px; }

.sf-block-block-302[data-block-id="526"] h1:last-child,
.sf-block-block-302[data-block-id="526"] h2:last-child,
.sf-block-block-302[data-block-id="526"] h3:last-child,
.sf-block-block-302[data-block-id="526"] h4:last-child,
.sf-block-block-302[data-block-id="526"] h5:last-child,
.sf-block-block-302[data-block-id="526"] p:last-child {
  padding-bottom: 0; }

.sf-block-block-311[data-block-id="422"] .block-311-background {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: white; }
  @media (max-width: 767.98px) {
    .sf-block-block-311[data-block-id="422"] .block-311-background {
      padding-top: 30px; } }
  @media (max-width: 767.98px) {
    .sf-block-block-311[data-block-id="422"] .block-311-background {
      padding-bottom: 7.5px; } }

.sf-block-block-311[data-block-id="422"] .block-311-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }

.sf-block-block-311[data-block-id="422"] .block-311-title {
  margin-bottom: 40px; }

.sf-block-block-311[data-block-id="422"] .block-311-logo {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px 45px 45px 45px;
  min-width: 175px;
  min-height: 75px; }

.sf-block-block-311[data-block-id="422"] p, .sf-block-block-311[data-block-id="422"] li {
  font-family: Poppins;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 2em;
  color: #3b3d44;
  max-font-size: 100px; }

.sf-block-block-311[data-block-id="422"] h1 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 36px;
  letter-spacing: 0.085em;
  line-height: 1.35em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 15px; }
  @media (max-width: 991.98px) {
    .sf-block-block-311[data-block-id="422"] h1 {
      font-size: 27.69231px; } }

.sf-block-block-311[data-block-id="422"] h2 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 28px;
  letter-spacing: 0.085em;
  line-height: 1.5em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-block-311[data-block-id="422"] h2 {
      font-size: 21.53846px; } }

.sf-block-block-311[data-block-id="422"] h3 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.085em;
  line-height: 1.6em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-block-311[data-block-id="422"] h3 {
      font-size: 16.66667px; } }

.sf-block-block-311[data-block-id="422"] h4 {
  font-family: Poppins;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.085em;
  line-height: 1.9em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-block-311[data-block-id="422"] h4 {
      font-size: 15px; } }

.sf-block-block-311[data-block-id="422"] h5 {
  font-family: Poppins;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.115em;
  line-height: 1.5em;
  color: #626167;
  max-font-size: 100px; }

.sf-block-block-311[data-block-id="422"] a {
  color: #ff821e; }

.sf-block-block-311[data-block-id="422"] p + h1,
.sf-block-block-311[data-block-id="422"] p + h2,
.sf-block-block-311[data-block-id="422"] p + h3,
.sf-block-block-311[data-block-id="422"] p + h4 {
  padding-top: 30px; }

.sf-block-block-311[data-block-id="422"] h4 + h1,
.sf-block-block-311[data-block-id="422"] h4 + h2,
.sf-block-block-311[data-block-id="422"] h4 + h3 {
  padding-top: 30px; }

.sf-block-block-311[data-block-id="422"] ul + h1,
.sf-block-block-311[data-block-id="422"] ul + h2,
.sf-block-block-311[data-block-id="422"] ul + h3 {
  padding-top: 30px; }

.sf-block-block-311[data-block-id="422"] h1:last-child,
.sf-block-block-311[data-block-id="422"] h2:last-child,
.sf-block-block-311[data-block-id="422"] h3:last-child,
.sf-block-block-311[data-block-id="422"] h4:last-child,
.sf-block-block-311[data-block-id="422"] h5:last-child,
.sf-block-block-311[data-block-id="422"] p:last-child {
  padding-bottom: 0; }

.sf-block-block-313[data-block-id="423"] .block-313-wrapper {
  background-color: rgba(246, 123, 14, 0.5);
  padding-top: 60px;
  padding-bottom: 60px; }
  @media (max-width: 767.98px) {
    .sf-block-block-313[data-block-id="423"] .block-313-wrapper {
      padding-top: 30px; } }
  @media (max-width: 767.98px) {
    .sf-block-block-313[data-block-id="423"] .block-313-wrapper {
      padding-bottom: 30px; } }

.sf-block-block-313[data-block-id="423"] .quote {
  text-align: center;
  margin-bottom: 20px; }

.sf-block-block-313[data-block-id="423"] .author {
  text-align: center; }

.sf-block-block-313[data-block-id="423"] .owl-carousel button:focus {
  outline: none; }

.sf-block-block-313[data-block-id="423"] .owl-carousel button:focus-visible {
  outline: -webkit-focus-ring-color auto 1px;
  outline-color: -webkit-focus-ring-color; }

.sf-block-block-313[data-block-id="423"] h5:last-child,
.sf-block-block-313[data-block-id="423"] p:last-child {
  padding-bottom: 0; }

.sf-block-block-313[data-block-id="423"] .owl-carousel {
  opacity: 0;
  transition: opacity 1s ease-in-out; }

.sf-block-block-313[data-block-id="423"] .owl-carousel.sf-loaded {
  opacity: 1; }

.sf-block-block-313[data-block-id="423"] .owl-stage {
  display: flex;
  align-items: center; }

.sf-block-block-313[data-block-id="423"] .owl-theme .owl-dots .owl-dot span {
  width: 6px;
  height: 6px; }

.sf-block-block-313[data-block-id="423"] .quoteIn {
  -webkit-animation-name: quoteIn;
  animation-name: quoteIn; }

.sf-block-block-313[data-block-id="423"] .quoteOut {
  -webkit-animation-name: quoteOut;
  animation-name: quoteOut; }

@-webkit-keyframes quoteOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes quoteOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-webkit-keyframes quoteIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes quoteIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.sf-block-block-313[data-block-id="423"] .sf-repeater-buttons {
  position: relative; }

.sf-block-block-313[data-block-id="423"] p, .sf-block-block-313[data-block-id="423"] li {
  color: #3b3d44;
  font-size: 14px;
  font-family: Poppins;
  font-weight: 400;
  line-height: 2em;
  letter-spacing: 0.1em; }

.sf-block-block-313[data-block-id="423"] h1 {
  color: #3b3d44;
  font-size: 36px;
  font-family: Poppins;
  font-weight: 700;
  line-height: 1.35em;
  letter-spacing: 0.085em;
  padding-bottom: 15px; }
  @media (max-width: 991.98px) {
    .sf-block-block-313[data-block-id="423"] h1 {
      font-size: 27.69231px; } }

.sf-block-block-313[data-block-id="423"] h2 {
  color: #3b3d44;
  font-size: 28px;
  font-family: Poppins;
  font-weight: 700;
  line-height: 1.5em;
  letter-spacing: 0.085em;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-block-313[data-block-id="423"] h2 {
      font-size: 21.53846px; } }

.sf-block-block-313[data-block-id="423"] h3 {
  color: #3b3d44;
  font-size: 20px;
  font-family: Poppins;
  font-weight: 700;
  line-height: 1.6em;
  letter-spacing: 0.085em;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-block-313[data-block-id="423"] h3 {
      font-size: 16.66667px; } }

.sf-block-block-313[data-block-id="423"] h4 {
  color: #3b3d44;
  font-size: 18px;
  font-family: Poppins;
  font-weight: 400;
  line-height: 1.9em;
  letter-spacing: 0.085em;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-block-313[data-block-id="423"] h4 {
      font-size: 15px; } }

.sf-block-block-313[data-block-id="423"] h5 {
  color: #626167;
  font-size: 12px;
  font-family: Poppins;
  font-weight: 400;
  line-height: 1.5em;
  letter-spacing: 0.115em; }

.sf-block-block-313[data-block-id="423"] a {
  color: #ff821e; }

.sf-block-block-313[data-block-id="423"] p + h1,
.sf-block-block-313[data-block-id="423"] p + h2,
.sf-block-block-313[data-block-id="423"] p + h3,
.sf-block-block-313[data-block-id="423"] p + h4 {
  padding-top: 30px; }

.sf-block-block-313[data-block-id="423"] h4 + h1,
.sf-block-block-313[data-block-id="423"] h4 + h2,
.sf-block-block-313[data-block-id="423"] h4 + h3 {
  padding-top: 30px; }

.sf-block-block-313[data-block-id="423"] ul + h1,
.sf-block-block-313[data-block-id="423"] ul + h2,
.sf-block-block-313[data-block-id="423"] ul + h3 {
  padding-top: 30px; }

.sf-block-block-313[data-block-id="423"] h1:last-child,
.sf-block-block-313[data-block-id="423"] h2:last-child,
.sf-block-block-313[data-block-id="423"] h3:last-child,
.sf-block-block-313[data-block-id="423"] h4:last-child,
.sf-block-block-313[data-block-id="423"] h5:last-child,
.sf-block-block-313[data-block-id="423"] p:last-child {
  padding-bottom: 0; }

.sf-block-block-303[data-block-id="427"] .block-303-wrapper {
  background-color: white;
  display: flex;
  flex-wrap: wrap;
  padding-top: 0;
  padding-bottom: 0; }
  .sf-block-block-303[data-block-id="427"] .block-303-wrapper .block-303-image-column {
    width: 30%;
    position: relative; }
    @media (max-width: 1199.98px) {
      .sf-block-block-303[data-block-id="427"] .block-303-wrapper .block-303-image-column {
        width: 100%; } }
  .sf-block-block-303[data-block-id="427"] .block-303-wrapper .block-303-text-column {
    width: 70%;
    padding: 70px 70px 70px 70px;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media (max-width: 1199.98px) {
      .sf-block-block-303[data-block-id="427"] .block-303-wrapper .block-303-text-column {
        width: 100%;
        padding: 50px; } }
    @media (max-width: 767.98px) {
      .sf-block-block-303[data-block-id="427"] .block-303-wrapper .block-303-text-column {
        padding: 30px 25px; } }
  .sf-block-block-303[data-block-id="427"] .block-303-wrapper .block-303-overlay {
    position: absolute;
    background-color: transparent;
    width: 100%;
    height: 100%;
    pointer-events: none; }
  .sf-block-block-303[data-block-id="427"] .block-303-wrapper .block-303-image {
    width: 100%;
    height: 100%;
    max-height: 100%;
    background-size: cover;
    background-position: center center;
    min-height: 650px; }
    @media (max-width: 991.98px) {
      .sf-block-block-303[data-block-id="427"] .block-303-wrapper .block-303-image {
        height: 50vh;
        min-height: 0; } }
  .sf-block-block-303[data-block-id="427"] .block-303-wrapper .block-303-flex {
    display: flex; }
    @media (max-width: 767.98px) {
      .sf-block-block-303[data-block-id="427"] .block-303-wrapper .block-303-flex {
        flex-wrap: wrap; } }
  .sf-block-block-303[data-block-id="427"] .block-303-wrapper .block-303-title {
    max-width: 1020px;
    margin-bottom: 15px; }
  .sf-block-block-303[data-block-id="427"] .block-303-wrapper .block-303-content {
    max-width: 490px;
    width: 50%; }
    .sf-block-block-303[data-block-id="427"] .block-303-wrapper .block-303-content:nth-child(1) {
      margin-right: 40px; }
      @media (max-width: 767.98px) {
        .sf-block-block-303[data-block-id="427"] .block-303-wrapper .block-303-content:nth-child(1) {
          margin-bottom: 20px; } }
    @media (max-width: 991.98px) {
      .sf-block-block-303[data-block-id="427"] .block-303-wrapper .block-303-content {
        max-width: 730px;
        margin: 0 auto;
        width: 100%; } }
  .sf-block-block-303[data-block-id="427"] .block-303-wrapper .block-303-button-wrapper {
    display: block;
    text-align: center; }
    .sf-block-block-303[data-block-id="427"] .block-303-wrapper .block-303-button-wrapper a.block-303-button {
      margin-top: 60px;
      padding: 15px 45px;
      border-radius: 100px;
      background-color: #ff821e;
      display: inline-block;
      text-decoration: none;
      font-family: Poppins;
      font-weight: 400;
      font-size: 18px;
      letter-spacing: 0.085em;
      line-height: 1.9em;
      color: white;
      max-font-size: 100px; }
    .sf-block-block-303[data-block-id="427"] .block-303-wrapper .block-303-button-wrapper a.block-303-button:hover {
      color: white;
      background-color: #ff821e; }

.sf-block-block-303[data-block-id="427"] p, .sf-block-block-303[data-block-id="427"] li {
  font-family: Poppins;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 2em;
  color: #3b3d44;
  max-font-size: 100px; }

.sf-block-block-303[data-block-id="427"] h1 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 36px;
  letter-spacing: 0.085em;
  line-height: 1.35em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 15px; }
  @media (max-width: 991.98px) {
    .sf-block-block-303[data-block-id="427"] h1 {
      font-size: 27.69231px; } }

.sf-block-block-303[data-block-id="427"] h2 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 28px;
  letter-spacing: 0.085em;
  line-height: 1.5em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-block-303[data-block-id="427"] h2 {
      font-size: 21.53846px; } }

.sf-block-block-303[data-block-id="427"] h3 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.085em;
  line-height: 1.6em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-block-303[data-block-id="427"] h3 {
      font-size: 16.66667px; } }

.sf-block-block-303[data-block-id="427"] h4 {
  font-family: Poppins;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.085em;
  line-height: 1.9em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-block-303[data-block-id="427"] h4 {
      font-size: 15px; } }

.sf-block-block-303[data-block-id="427"] h5 {
  font-family: Poppins;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.115em;
  line-height: 1.5em;
  color: #626167;
  max-font-size: 100px; }

.sf-block-block-303[data-block-id="427"] a {
  color: #ff821e; }

.sf-block-block-303[data-block-id="427"] p + h1,
.sf-block-block-303[data-block-id="427"] p + h2,
.sf-block-block-303[data-block-id="427"] p + h3,
.sf-block-block-303[data-block-id="427"] p + h4 {
  padding-top: 30px; }

.sf-block-block-303[data-block-id="427"] h4 + h1,
.sf-block-block-303[data-block-id="427"] h4 + h2,
.sf-block-block-303[data-block-id="427"] h4 + h3 {
  padding-top: 30px; }

.sf-block-block-303[data-block-id="427"] ul + h1,
.sf-block-block-303[data-block-id="427"] ul + h2,
.sf-block-block-303[data-block-id="427"] ul + h3 {
  padding-top: 30px; }

.sf-block-block-303[data-block-id="427"] h1:last-child,
.sf-block-block-303[data-block-id="427"] h2:last-child,
.sf-block-block-303[data-block-id="427"] h3:last-child,
.sf-block-block-303[data-block-id="427"] h4:last-child,
.sf-block-block-303[data-block-id="427"] h5:last-child,
.sf-block-block-303[data-block-id="427"] p:last-child {
  padding-bottom: 0; }

.sf-block-block-318[data-block-id="445"] .block-318-wrapper {
  position: relative;
  pointer-events: none; }
  .sf-block-block-318[data-block-id="445"] .block-318-wrapper h1, .sf-block-block-318[data-block-id="445"] .block-318-wrapper h2, .sf-block-block-318[data-block-id="445"] .block-318-wrapper h3, .sf-block-block-318[data-block-id="445"] .block-318-wrapper h4, .sf-block-block-318[data-block-id="445"] .block-318-wrapper h5, .sf-block-block-318[data-block-id="445"] .block-318-wrapper p, .sf-block-block-318[data-block-id="445"] .block-318-wrapper li {
    text-shadow: 0px 1px 20px rgba(0, 0, 0, 0.25); }

.sf-block-block-318[data-block-id="445"] .block-318-content {
  display: flex;
  min-height: 800px;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 3;
  flex-wrap: wrap; }

.sf-block-block-318[data-block-id="445"] .block-318-column-1 {
  width: calc(60% - 20px);
  margin-right: 20px;
  pointer-events: auto; }
  @media (max-width: 991.98px) {
    .sf-block-block-318[data-block-id="445"] .block-318-column-1 {
      width: 100%;
      margin-right: 0; } }

.sf-block-block-318[data-block-id="445"] .block-318-column-2 {
  width: calc(40% - 20px);
  margin-left: 20px;
  pointer-events: auto; }
  @media (max-width: 991.98px) {
    .sf-block-block-318[data-block-id="445"] .block-318-column-2 {
      width: 100%;
      margin-left: 0; } }

.sf-block-block-318[data-block-id="445"] .block-318-column-1-content {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px; }
  .sf-block-block-318[data-block-id="445"] .block-318-column-1-content p, .sf-block-block-318[data-block-id="445"] .block-318-column-1-content li {
    font-family: Poppins;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 2em;
    color: white;
    max-font-size: 100px; }
  .sf-block-block-318[data-block-id="445"] .block-318-column-1-content h1 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 36px;
    letter-spacing: 0.085em;
    line-height: 1.35em;
    color: white;
    max-font-size: 100px;
    padding-bottom: 15px; }
    @media (max-width: 991.98px) {
      .sf-block-block-318[data-block-id="445"] .block-318-column-1-content h1 {
        font-size: 27.69231px; } }
  .sf-block-block-318[data-block-id="445"] .block-318-column-1-content h2 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 28px;
    letter-spacing: 0.085em;
    line-height: 1.5em;
    color: white;
    max-font-size: 100px;
    padding-bottom: 10px; }
    @media (max-width: 991.98px) {
      .sf-block-block-318[data-block-id="445"] .block-318-column-1-content h2 {
        font-size: 21.53846px; } }
  .sf-block-block-318[data-block-id="445"] .block-318-column-1-content h3 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 0.085em;
    line-height: 1.6em;
    color: white;
    max-font-size: 100px;
    padding-bottom: 10px; }
    @media (max-width: 991.98px) {
      .sf-block-block-318[data-block-id="445"] .block-318-column-1-content h3 {
        font-size: 16.66667px; } }
  .sf-block-block-318[data-block-id="445"] .block-318-column-1-content h4 {
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.085em;
    line-height: 1.9em;
    color: white;
    max-font-size: 100px;
    padding-bottom: 10px; }
    @media (max-width: 991.98px) {
      .sf-block-block-318[data-block-id="445"] .block-318-column-1-content h4 {
        font-size: 15px; } }
  .sf-block-block-318[data-block-id="445"] .block-318-column-1-content h5 {
    font-family: Poppins;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0.115em;
    line-height: 1.5em;
    color: white;
    max-font-size: 100px; }
  .sf-block-block-318[data-block-id="445"] .block-318-column-1-content a {
    color: #ff821e; }
  .sf-block-block-318[data-block-id="445"] .block-318-column-1-content p + h1,
  .sf-block-block-318[data-block-id="445"] .block-318-column-1-content p + h2,
  .sf-block-block-318[data-block-id="445"] .block-318-column-1-content p + h3,
  .sf-block-block-318[data-block-id="445"] .block-318-column-1-content p + h4 {
    padding-top: 30px; }
  .sf-block-block-318[data-block-id="445"] .block-318-column-1-content h4 + h1,
  .sf-block-block-318[data-block-id="445"] .block-318-column-1-content h4 + h2,
  .sf-block-block-318[data-block-id="445"] .block-318-column-1-content h4 + h3 {
    padding-top: 30px; }
  .sf-block-block-318[data-block-id="445"] .block-318-column-1-content ul + h1,
  .sf-block-block-318[data-block-id="445"] .block-318-column-1-content ul + h2,
  .sf-block-block-318[data-block-id="445"] .block-318-column-1-content ul + h3 {
    padding-top: 30px; }
  .sf-block-block-318[data-block-id="445"] .block-318-column-1-content h1:last-child,
  .sf-block-block-318[data-block-id="445"] .block-318-column-1-content h2:last-child,
  .sf-block-block-318[data-block-id="445"] .block-318-column-1-content h3:last-child,
  .sf-block-block-318[data-block-id="445"] .block-318-column-1-content h4:last-child,
  .sf-block-block-318[data-block-id="445"] .block-318-column-1-content h5:last-child,
  .sf-block-block-318[data-block-id="445"] .block-318-column-1-content p:last-child {
    padding-bottom: 0; }

.sf-block-block-318[data-block-id="445"] .block-318-card {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
  margin-bottom: 60px;
  background-color: rgba(255, 255, 255, 0.75);
  padding: 35px;
  text-align: center; }
  .sf-block-block-318[data-block-id="445"] .block-318-card .block-318-card-text {
    margin-bottom: 30px; }
  .sf-block-block-318[data-block-id="445"] .block-318-card h3 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 0.085em;
    line-height: 1.6em;
    color: #3b3d44;
    max-font-size: 100px; }
  @media (max-width: 991.98px) {
    .sf-block-block-318[data-block-id="445"] .block-318-card {
      padding-left: 20px;
      padding-right: 20px; } }

.sf-block-block-318[data-block-id="445"] .block-318-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.02);
  pointer-events: none; }

.sf-block-block-318[data-block-id="445"] .block-318-image {
  width: 100%;
  height: 100%;
  position: absolute;
  background-position: center center;
  background-size: cover;
  z-index: 1;
  top: 0;
  pointer-events: auto; }

.sf-block-block-318[data-block-id="445"] .echo-form-group label,
.sf-block-block-318[data-block-id="445"] .echo-form-group .echo-form-group-uploader-button,
.sf-block-block-318[data-block-id="445"] .echo-form-group .echo-label {
  font-family: Poppins;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.115em;
  line-height: 1.5em;
  color: #626167;
  max-font-size: 100px;
  group: font; }

.sf-block-block-318[data-block-id="445"] .echo-form-group input[type="text"],
.sf-block-block-318[data-block-id="445"] .echo-form-group input[type="email"],
.sf-block-block-318[data-block-id="445"] .echo-form-group textarea {
  font-family: Poppins;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 2em;
  color: #3b3d44;
  max-font-size: 100px;
  group: font;
  border-width: 1px;
  border-style: solid;
  border-color: #e6e1de;
  background-color: white; }
  .sf-block-block-318[data-block-id="445"] .echo-form-group input[type="text"]:focus, .sf-block-block-318[data-block-id="445"] .echo-form-group input[type="text"]:active,
  .sf-block-block-318[data-block-id="445"] .echo-form-group input[type="email"]:focus,
  .sf-block-block-318[data-block-id="445"] .echo-form-group input[type="email"]:active,
  .sf-block-block-318[data-block-id="445"] .echo-form-group textarea:focus,
  .sf-block-block-318[data-block-id="445"] .echo-form-group textarea:active {
    border-color: #ff821e;
    background-color: white; }

.sf-block-block-318[data-block-id="445"] .echo-form-group select {
  font-family: Poppins;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 2em;
  color: #3b3d44;
  max-font-size: 100px;
  group: font;
  border-color: #e6e1de;
  background-color: white; }
  .sf-block-block-318[data-block-id="445"] .echo-form-group select:focus {
    border-color: #ff821e;
    background-color: white; }

.sf-block-block-318[data-block-id="445"] .echo-form-group .echo-radio [type="radio"]:checked + label:before,
.sf-block-block-318[data-block-id="445"] .echo-form-group .echo-radio [type="radio"]:not(:checked) + label:before {
  background-color: white;
  border-color: #e6e1de; }

.sf-block-block-318[data-block-id="445"] .echo-form-group .echo-radio [type="radio"]:checked + label:after,
.sf-block-block-318[data-block-id="445"] .echo-form-group .echo-radio [type="radio"]:not(:checked) + label:after {
  background-color: #ff821e;
  border-color: #e6e1de; }

.sf-block-block-318[data-block-id="445"] .echo-form-group .echo-checkbox > span::before {
  border-color: #e6e1de;
  background-color: white; }

.sf-block-block-318[data-block-id="445"] .echo-form-group .echo-checkbox > input:checked + span::before,
.sf-block-block-318[data-block-id="445"] .echo-form-group .echo-checkbox > input:indeterminate + span::before {
  background-color: #ff821e;
  border-color: #ff821e; }

.sf-block-block-318[data-block-id="445"] .echo-form-group .echo-checkbox > input:checked + span::after,
.sf-block-block-318[data-block-id="445"] .echo-form-group .echo-checkbox > input:indeterminate + span::after {
  border-color: #fff; }

.sf-block-block-318[data-block-id="445"] .echo-form-group.echo-form-group-divider {
  border-color: #e6e1de; }
  .sf-block-block-318[data-block-id="445"] .echo-form-group.echo-form-group-divider .echo-divider-title {
    font-family: Poppins;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0.115em;
    line-height: 1.5em;
    color: #626167;
    max-font-size: 100px;
    group: font;
    font-weight: bold; }
  .sf-block-block-318[data-block-id="445"] .echo-form-group.echo-form-group-divider .echo-divider-description {
    font-family: Poppins;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0.115em;
    line-height: 1.5em;
    color: #626167;
    max-font-size: 100px;
    group: font; }

.sf-block-block-318[data-block-id="445"] .echo-form-group .echo-form-group-uploader {
  border-color: #ff821e;
  background-color: white; }
  .sf-block-block-318[data-block-id="445"] .echo-form-group .echo-form-group-uploader .echo-form-group-uploader-icon {
    color: #ff821e; }
  .sf-block-block-318[data-block-id="445"] .echo-form-group .echo-form-group-uploader .echo-form-group-uploader-progress {
    background-color: #ff821e; }
  .sf-block-block-318[data-block-id="445"] .echo-form-group .echo-form-group-uploader .echo-form-group-uploader-current {
    font-family: Poppins;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0.115em;
    line-height: 1.5em;
    color: #626167;
    max-font-size: 100px;
    group: font; }

.sf-block-block-318[data-block-id="445"] button {
  background-color: #ff821e;
  font-family: Poppins;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.085em;
  line-height: 1.9em;
  color: white;
  max-font-size: 100px;
  border-radius: 100px; }
  .sf-block-block-318[data-block-id="445"] button:hover {
    background-color: #ff821e;
    color: white; }

.sf-block-block-318[data-block-id="445"] .echo-form-group-error-text {
  font-family: Poppins;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.115em;
  line-height: 1.5em;
  color: #626167;
  max-font-size: 100px;
  group: font; }

.sf-block-block-318[data-block-id="454"] .block-318-wrapper {
  position: relative;
  pointer-events: none; }
  .sf-block-block-318[data-block-id="454"] .block-318-wrapper h1, .sf-block-block-318[data-block-id="454"] .block-318-wrapper h2, .sf-block-block-318[data-block-id="454"] .block-318-wrapper h3, .sf-block-block-318[data-block-id="454"] .block-318-wrapper h4, .sf-block-block-318[data-block-id="454"] .block-318-wrapper h5, .sf-block-block-318[data-block-id="454"] .block-318-wrapper p, .sf-block-block-318[data-block-id="454"] .block-318-wrapper li {
    text-shadow: 0px 1px 20px rgba(0, 0, 0, 0.25); }

.sf-block-block-318[data-block-id="454"] .block-318-content {
  display: flex;
  min-height: 800px;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 3;
  flex-wrap: wrap; }

.sf-block-block-318[data-block-id="454"] .block-318-column-1 {
  width: calc(60% - 20px);
  margin-right: 20px;
  pointer-events: auto; }
  @media (max-width: 991.98px) {
    .sf-block-block-318[data-block-id="454"] .block-318-column-1 {
      width: 100%;
      margin-right: 0; } }

.sf-block-block-318[data-block-id="454"] .block-318-column-2 {
  width: calc(40% - 20px);
  margin-left: 20px;
  pointer-events: auto; }
  @media (max-width: 991.98px) {
    .sf-block-block-318[data-block-id="454"] .block-318-column-2 {
      width: 100%;
      margin-left: 0; } }

.sf-block-block-318[data-block-id="454"] .block-318-column-1-content {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px; }
  .sf-block-block-318[data-block-id="454"] .block-318-column-1-content p, .sf-block-block-318[data-block-id="454"] .block-318-column-1-content li {
    font-family: Poppins;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 2em;
    color: white;
    max-font-size: 100px; }
  .sf-block-block-318[data-block-id="454"] .block-318-column-1-content h1 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 36px;
    letter-spacing: 0.085em;
    line-height: 1.35em;
    color: white;
    max-font-size: 100px;
    padding-bottom: 15px; }
    @media (max-width: 991.98px) {
      .sf-block-block-318[data-block-id="454"] .block-318-column-1-content h1 {
        font-size: 27.69231px; } }
  .sf-block-block-318[data-block-id="454"] .block-318-column-1-content h2 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 28px;
    letter-spacing: 0.085em;
    line-height: 1.5em;
    color: white;
    max-font-size: 100px;
    padding-bottom: 10px; }
    @media (max-width: 991.98px) {
      .sf-block-block-318[data-block-id="454"] .block-318-column-1-content h2 {
        font-size: 21.53846px; } }
  .sf-block-block-318[data-block-id="454"] .block-318-column-1-content h3 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 0.085em;
    line-height: 1.6em;
    color: white;
    max-font-size: 100px;
    padding-bottom: 10px; }
    @media (max-width: 991.98px) {
      .sf-block-block-318[data-block-id="454"] .block-318-column-1-content h3 {
        font-size: 16.66667px; } }
  .sf-block-block-318[data-block-id="454"] .block-318-column-1-content h4 {
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.085em;
    line-height: 1.9em;
    color: white;
    max-font-size: 100px;
    padding-bottom: 10px; }
    @media (max-width: 991.98px) {
      .sf-block-block-318[data-block-id="454"] .block-318-column-1-content h4 {
        font-size: 15px; } }
  .sf-block-block-318[data-block-id="454"] .block-318-column-1-content h5 {
    font-family: Poppins;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0.115em;
    line-height: 1.5em;
    color: white;
    max-font-size: 100px; }
  .sf-block-block-318[data-block-id="454"] .block-318-column-1-content a {
    color: #ff821e; }
  .sf-block-block-318[data-block-id="454"] .block-318-column-1-content p + h1,
  .sf-block-block-318[data-block-id="454"] .block-318-column-1-content p + h2,
  .sf-block-block-318[data-block-id="454"] .block-318-column-1-content p + h3,
  .sf-block-block-318[data-block-id="454"] .block-318-column-1-content p + h4 {
    padding-top: 30px; }
  .sf-block-block-318[data-block-id="454"] .block-318-column-1-content h4 + h1,
  .sf-block-block-318[data-block-id="454"] .block-318-column-1-content h4 + h2,
  .sf-block-block-318[data-block-id="454"] .block-318-column-1-content h4 + h3 {
    padding-top: 30px; }
  .sf-block-block-318[data-block-id="454"] .block-318-column-1-content ul + h1,
  .sf-block-block-318[data-block-id="454"] .block-318-column-1-content ul + h2,
  .sf-block-block-318[data-block-id="454"] .block-318-column-1-content ul + h3 {
    padding-top: 30px; }
  .sf-block-block-318[data-block-id="454"] .block-318-column-1-content h1:last-child,
  .sf-block-block-318[data-block-id="454"] .block-318-column-1-content h2:last-child,
  .sf-block-block-318[data-block-id="454"] .block-318-column-1-content h3:last-child,
  .sf-block-block-318[data-block-id="454"] .block-318-column-1-content h4:last-child,
  .sf-block-block-318[data-block-id="454"] .block-318-column-1-content h5:last-child,
  .sf-block-block-318[data-block-id="454"] .block-318-column-1-content p:last-child {
    padding-bottom: 0; }

.sf-block-block-318[data-block-id="454"] .block-318-card {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
  margin-bottom: 60px;
  background-color: rgba(255, 255, 255, 0.75);
  padding: 35px;
  text-align: center; }
  .sf-block-block-318[data-block-id="454"] .block-318-card .block-318-card-text {
    margin-bottom: 30px; }
  .sf-block-block-318[data-block-id="454"] .block-318-card h3 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 0.085em;
    line-height: 1.6em;
    color: #3b3d44;
    max-font-size: 100px; }
  @media (max-width: 991.98px) {
    .sf-block-block-318[data-block-id="454"] .block-318-card {
      padding-left: 20px;
      padding-right: 20px; } }

.sf-block-block-318[data-block-id="454"] .block-318-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.02);
  pointer-events: none; }

.sf-block-block-318[data-block-id="454"] .block-318-image {
  width: 100%;
  height: 100%;
  position: absolute;
  background-position: center center;
  background-size: cover;
  z-index: 1;
  top: 0;
  pointer-events: auto; }

.sf-block-block-318[data-block-id="454"] .echo-form-group label,
.sf-block-block-318[data-block-id="454"] .echo-form-group .echo-form-group-uploader-button,
.sf-block-block-318[data-block-id="454"] .echo-form-group .echo-label {
  font-family: Poppins;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.115em;
  line-height: 1.5em;
  color: #626167;
  max-font-size: 100px;
  group: font; }

.sf-block-block-318[data-block-id="454"] .echo-form-group input[type="text"],
.sf-block-block-318[data-block-id="454"] .echo-form-group input[type="email"],
.sf-block-block-318[data-block-id="454"] .echo-form-group textarea {
  font-family: Poppins;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 2em;
  color: #3b3d44;
  max-font-size: 100px;
  group: font;
  border-width: 1px;
  border-style: solid;
  border-color: #e6e1de;
  background-color: white; }
  .sf-block-block-318[data-block-id="454"] .echo-form-group input[type="text"]:focus, .sf-block-block-318[data-block-id="454"] .echo-form-group input[type="text"]:active,
  .sf-block-block-318[data-block-id="454"] .echo-form-group input[type="email"]:focus,
  .sf-block-block-318[data-block-id="454"] .echo-form-group input[type="email"]:active,
  .sf-block-block-318[data-block-id="454"] .echo-form-group textarea:focus,
  .sf-block-block-318[data-block-id="454"] .echo-form-group textarea:active {
    border-color: #ff821e;
    background-color: white; }

.sf-block-block-318[data-block-id="454"] .echo-form-group select {
  font-family: Poppins;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 2em;
  color: #3b3d44;
  max-font-size: 100px;
  group: font;
  border-color: #e6e1de;
  background-color: white; }
  .sf-block-block-318[data-block-id="454"] .echo-form-group select:focus {
    border-color: #ff821e;
    background-color: white; }

.sf-block-block-318[data-block-id="454"] .echo-form-group .echo-radio [type="radio"]:checked + label:before,
.sf-block-block-318[data-block-id="454"] .echo-form-group .echo-radio [type="radio"]:not(:checked) + label:before {
  background-color: white;
  border-color: #e6e1de; }

.sf-block-block-318[data-block-id="454"] .echo-form-group .echo-radio [type="radio"]:checked + label:after,
.sf-block-block-318[data-block-id="454"] .echo-form-group .echo-radio [type="radio"]:not(:checked) + label:after {
  background-color: #ff821e;
  border-color: #e6e1de; }

.sf-block-block-318[data-block-id="454"] .echo-form-group .echo-checkbox > span::before {
  border-color: #e6e1de;
  background-color: white; }

.sf-block-block-318[data-block-id="454"] .echo-form-group .echo-checkbox > input:checked + span::before,
.sf-block-block-318[data-block-id="454"] .echo-form-group .echo-checkbox > input:indeterminate + span::before {
  background-color: #ff821e;
  border-color: #ff821e; }

.sf-block-block-318[data-block-id="454"] .echo-form-group .echo-checkbox > input:checked + span::after,
.sf-block-block-318[data-block-id="454"] .echo-form-group .echo-checkbox > input:indeterminate + span::after {
  border-color: #fff; }

.sf-block-block-318[data-block-id="454"] .echo-form-group.echo-form-group-divider {
  border-color: #e6e1de; }
  .sf-block-block-318[data-block-id="454"] .echo-form-group.echo-form-group-divider .echo-divider-title {
    font-family: Poppins;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0.115em;
    line-height: 1.5em;
    color: #626167;
    max-font-size: 100px;
    group: font;
    font-weight: bold; }
  .sf-block-block-318[data-block-id="454"] .echo-form-group.echo-form-group-divider .echo-divider-description {
    font-family: Poppins;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0.115em;
    line-height: 1.5em;
    color: #626167;
    max-font-size: 100px;
    group: font; }

.sf-block-block-318[data-block-id="454"] .echo-form-group .echo-form-group-uploader {
  border-color: #ff821e;
  background-color: white; }
  .sf-block-block-318[data-block-id="454"] .echo-form-group .echo-form-group-uploader .echo-form-group-uploader-icon {
    color: #ff821e; }
  .sf-block-block-318[data-block-id="454"] .echo-form-group .echo-form-group-uploader .echo-form-group-uploader-progress {
    background-color: #ff821e; }
  .sf-block-block-318[data-block-id="454"] .echo-form-group .echo-form-group-uploader .echo-form-group-uploader-current {
    font-family: Poppins;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0.115em;
    line-height: 1.5em;
    color: #626167;
    max-font-size: 100px;
    group: font; }

.sf-block-block-318[data-block-id="454"] button {
  background-color: #ff821e;
  font-family: Poppins;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.085em;
  line-height: 1.9em;
  color: white;
  max-font-size: 100px;
  border-radius: 100px; }
  .sf-block-block-318[data-block-id="454"] button:hover {
    background-color: #ff821e;
    color: white; }

.sf-block-block-318[data-block-id="454"] .echo-form-group-error-text {
  font-family: Poppins;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.115em;
  line-height: 1.5em;
  color: #626167;
  max-font-size: 100px;
  group: font; }

.sf-block-block-318[data-block-id="456"] .block-318-wrapper {
  position: relative;
  pointer-events: none; }
  .sf-block-block-318[data-block-id="456"] .block-318-wrapper h1, .sf-block-block-318[data-block-id="456"] .block-318-wrapper h2, .sf-block-block-318[data-block-id="456"] .block-318-wrapper h3, .sf-block-block-318[data-block-id="456"] .block-318-wrapper h4, .sf-block-block-318[data-block-id="456"] .block-318-wrapper h5, .sf-block-block-318[data-block-id="456"] .block-318-wrapper p, .sf-block-block-318[data-block-id="456"] .block-318-wrapper li {
    text-shadow: 0px 1px 20px rgba(0, 0, 0, 0.25); }

.sf-block-block-318[data-block-id="456"] .block-318-content {
  display: flex;
  min-height: 800px;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 3;
  flex-wrap: wrap; }

.sf-block-block-318[data-block-id="456"] .block-318-column-1 {
  width: calc(60% - 20px);
  margin-right: 20px;
  pointer-events: auto; }
  @media (max-width: 991.98px) {
    .sf-block-block-318[data-block-id="456"] .block-318-column-1 {
      width: 100%;
      margin-right: 0; } }

.sf-block-block-318[data-block-id="456"] .block-318-column-2 {
  width: calc(40% - 20px);
  margin-left: 20px;
  pointer-events: auto; }
  @media (max-width: 991.98px) {
    .sf-block-block-318[data-block-id="456"] .block-318-column-2 {
      width: 100%;
      margin-left: 0; } }

.sf-block-block-318[data-block-id="456"] .block-318-column-1-content {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px; }
  .sf-block-block-318[data-block-id="456"] .block-318-column-1-content p, .sf-block-block-318[data-block-id="456"] .block-318-column-1-content li {
    font-family: Poppins;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 2em;
    color: white;
    max-font-size: 100px; }
  .sf-block-block-318[data-block-id="456"] .block-318-column-1-content h1 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 36px;
    letter-spacing: 0.085em;
    line-height: 1.35em;
    color: white;
    max-font-size: 100px;
    padding-bottom: 15px; }
    @media (max-width: 991.98px) {
      .sf-block-block-318[data-block-id="456"] .block-318-column-1-content h1 {
        font-size: 27.69231px; } }
  .sf-block-block-318[data-block-id="456"] .block-318-column-1-content h2 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 28px;
    letter-spacing: 0.085em;
    line-height: 1.5em;
    color: white;
    max-font-size: 100px;
    padding-bottom: 10px; }
    @media (max-width: 991.98px) {
      .sf-block-block-318[data-block-id="456"] .block-318-column-1-content h2 {
        font-size: 21.53846px; } }
  .sf-block-block-318[data-block-id="456"] .block-318-column-1-content h3 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 0.085em;
    line-height: 1.6em;
    color: white;
    max-font-size: 100px;
    padding-bottom: 10px; }
    @media (max-width: 991.98px) {
      .sf-block-block-318[data-block-id="456"] .block-318-column-1-content h3 {
        font-size: 16.66667px; } }
  .sf-block-block-318[data-block-id="456"] .block-318-column-1-content h4 {
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.085em;
    line-height: 1.9em;
    color: white;
    max-font-size: 100px;
    padding-bottom: 10px; }
    @media (max-width: 991.98px) {
      .sf-block-block-318[data-block-id="456"] .block-318-column-1-content h4 {
        font-size: 15px; } }
  .sf-block-block-318[data-block-id="456"] .block-318-column-1-content h5 {
    font-family: Poppins;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0.115em;
    line-height: 1.5em;
    color: white;
    max-font-size: 100px; }
  .sf-block-block-318[data-block-id="456"] .block-318-column-1-content a {
    color: #ff821e; }
  .sf-block-block-318[data-block-id="456"] .block-318-column-1-content p + h1,
  .sf-block-block-318[data-block-id="456"] .block-318-column-1-content p + h2,
  .sf-block-block-318[data-block-id="456"] .block-318-column-1-content p + h3,
  .sf-block-block-318[data-block-id="456"] .block-318-column-1-content p + h4 {
    padding-top: 30px; }
  .sf-block-block-318[data-block-id="456"] .block-318-column-1-content h4 + h1,
  .sf-block-block-318[data-block-id="456"] .block-318-column-1-content h4 + h2,
  .sf-block-block-318[data-block-id="456"] .block-318-column-1-content h4 + h3 {
    padding-top: 30px; }
  .sf-block-block-318[data-block-id="456"] .block-318-column-1-content ul + h1,
  .sf-block-block-318[data-block-id="456"] .block-318-column-1-content ul + h2,
  .sf-block-block-318[data-block-id="456"] .block-318-column-1-content ul + h3 {
    padding-top: 30px; }
  .sf-block-block-318[data-block-id="456"] .block-318-column-1-content h1:last-child,
  .sf-block-block-318[data-block-id="456"] .block-318-column-1-content h2:last-child,
  .sf-block-block-318[data-block-id="456"] .block-318-column-1-content h3:last-child,
  .sf-block-block-318[data-block-id="456"] .block-318-column-1-content h4:last-child,
  .sf-block-block-318[data-block-id="456"] .block-318-column-1-content h5:last-child,
  .sf-block-block-318[data-block-id="456"] .block-318-column-1-content p:last-child {
    padding-bottom: 0; }

.sf-block-block-318[data-block-id="456"] .block-318-card {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
  margin-bottom: 60px;
  background-color: rgba(255, 255, 255, 0.75);
  padding: 35px;
  text-align: center; }
  .sf-block-block-318[data-block-id="456"] .block-318-card .block-318-card-text {
    margin-bottom: 30px; }
  .sf-block-block-318[data-block-id="456"] .block-318-card h3 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 0.085em;
    line-height: 1.6em;
    color: #3b3d44;
    max-font-size: 100px; }
  @media (max-width: 991.98px) {
    .sf-block-block-318[data-block-id="456"] .block-318-card {
      padding-left: 20px;
      padding-right: 20px; } }

.sf-block-block-318[data-block-id="456"] .block-318-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.02);
  pointer-events: none; }

.sf-block-block-318[data-block-id="456"] .block-318-image {
  width: 100%;
  height: 100%;
  position: absolute;
  background-position: center center;
  background-size: cover;
  z-index: 1;
  top: 0;
  pointer-events: auto; }

.sf-block-block-318[data-block-id="456"] .echo-form-group label,
.sf-block-block-318[data-block-id="456"] .echo-form-group .echo-form-group-uploader-button,
.sf-block-block-318[data-block-id="456"] .echo-form-group .echo-label {
  font-family: Poppins;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.115em;
  line-height: 1.5em;
  color: #626167;
  max-font-size: 100px;
  group: font; }

.sf-block-block-318[data-block-id="456"] .echo-form-group input[type="text"],
.sf-block-block-318[data-block-id="456"] .echo-form-group input[type="email"],
.sf-block-block-318[data-block-id="456"] .echo-form-group textarea {
  font-family: Poppins;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 2em;
  color: #3b3d44;
  max-font-size: 100px;
  group: font;
  border-width: 1px;
  border-style: solid;
  border-color: #e6e1de;
  background-color: white; }
  .sf-block-block-318[data-block-id="456"] .echo-form-group input[type="text"]:focus, .sf-block-block-318[data-block-id="456"] .echo-form-group input[type="text"]:active,
  .sf-block-block-318[data-block-id="456"] .echo-form-group input[type="email"]:focus,
  .sf-block-block-318[data-block-id="456"] .echo-form-group input[type="email"]:active,
  .sf-block-block-318[data-block-id="456"] .echo-form-group textarea:focus,
  .sf-block-block-318[data-block-id="456"] .echo-form-group textarea:active {
    border-color: #ff821e;
    background-color: white; }

.sf-block-block-318[data-block-id="456"] .echo-form-group select {
  font-family: Poppins;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 2em;
  color: #3b3d44;
  max-font-size: 100px;
  group: font;
  border-color: #e6e1de;
  background-color: white; }
  .sf-block-block-318[data-block-id="456"] .echo-form-group select:focus {
    border-color: #ff821e;
    background-color: white; }

.sf-block-block-318[data-block-id="456"] .echo-form-group .echo-radio [type="radio"]:checked + label:before,
.sf-block-block-318[data-block-id="456"] .echo-form-group .echo-radio [type="radio"]:not(:checked) + label:before {
  background-color: white;
  border-color: #e6e1de; }

.sf-block-block-318[data-block-id="456"] .echo-form-group .echo-radio [type="radio"]:checked + label:after,
.sf-block-block-318[data-block-id="456"] .echo-form-group .echo-radio [type="radio"]:not(:checked) + label:after {
  background-color: #ff821e;
  border-color: #e6e1de; }

.sf-block-block-318[data-block-id="456"] .echo-form-group .echo-checkbox > span::before {
  border-color: #e6e1de;
  background-color: white; }

.sf-block-block-318[data-block-id="456"] .echo-form-group .echo-checkbox > input:checked + span::before,
.sf-block-block-318[data-block-id="456"] .echo-form-group .echo-checkbox > input:indeterminate + span::before {
  background-color: #ff821e;
  border-color: #ff821e; }

.sf-block-block-318[data-block-id="456"] .echo-form-group .echo-checkbox > input:checked + span::after,
.sf-block-block-318[data-block-id="456"] .echo-form-group .echo-checkbox > input:indeterminate + span::after {
  border-color: #fff; }

.sf-block-block-318[data-block-id="456"] .echo-form-group.echo-form-group-divider {
  border-color: #e6e1de; }
  .sf-block-block-318[data-block-id="456"] .echo-form-group.echo-form-group-divider .echo-divider-title {
    font-family: Poppins;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0.115em;
    line-height: 1.5em;
    color: #626167;
    max-font-size: 100px;
    group: font;
    font-weight: bold; }
  .sf-block-block-318[data-block-id="456"] .echo-form-group.echo-form-group-divider .echo-divider-description {
    font-family: Poppins;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0.115em;
    line-height: 1.5em;
    color: #626167;
    max-font-size: 100px;
    group: font; }

.sf-block-block-318[data-block-id="456"] .echo-form-group .echo-form-group-uploader {
  border-color: #ff821e;
  background-color: white; }
  .sf-block-block-318[data-block-id="456"] .echo-form-group .echo-form-group-uploader .echo-form-group-uploader-icon {
    color: #ff821e; }
  .sf-block-block-318[data-block-id="456"] .echo-form-group .echo-form-group-uploader .echo-form-group-uploader-progress {
    background-color: #ff821e; }
  .sf-block-block-318[data-block-id="456"] .echo-form-group .echo-form-group-uploader .echo-form-group-uploader-current {
    font-family: Poppins;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0.115em;
    line-height: 1.5em;
    color: #626167;
    max-font-size: 100px;
    group: font; }

.sf-block-block-318[data-block-id="456"] button {
  background-color: #ff821e;
  font-family: Poppins;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.085em;
  line-height: 1.9em;
  color: white;
  max-font-size: 100px;
  border-radius: 100px; }
  .sf-block-block-318[data-block-id="456"] button:hover {
    background-color: #ff821e;
    color: white; }

.sf-block-block-318[data-block-id="456"] .echo-form-group-error-text {
  font-family: Poppins;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.115em;
  line-height: 1.5em;
  color: #626167;
  max-font-size: 100px;
  group: font; }

.sf-block-block-318[data-block-id="458"] .block-318-wrapper {
  position: relative;
  pointer-events: none; }
  .sf-block-block-318[data-block-id="458"] .block-318-wrapper h1, .sf-block-block-318[data-block-id="458"] .block-318-wrapper h2, .sf-block-block-318[data-block-id="458"] .block-318-wrapper h3, .sf-block-block-318[data-block-id="458"] .block-318-wrapper h4, .sf-block-block-318[data-block-id="458"] .block-318-wrapper h5, .sf-block-block-318[data-block-id="458"] .block-318-wrapper p, .sf-block-block-318[data-block-id="458"] .block-318-wrapper li {
    text-shadow: 0px 1px 20px rgba(0, 0, 0, 0.25); }

.sf-block-block-318[data-block-id="458"] .block-318-content {
  display: flex;
  min-height: 800px;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 3;
  flex-wrap: wrap; }

.sf-block-block-318[data-block-id="458"] .block-318-column-1 {
  width: calc(60% - 20px);
  margin-right: 20px;
  pointer-events: auto; }
  @media (max-width: 991.98px) {
    .sf-block-block-318[data-block-id="458"] .block-318-column-1 {
      width: 100%;
      margin-right: 0; } }

.sf-block-block-318[data-block-id="458"] .block-318-column-2 {
  width: calc(40% - 20px);
  margin-left: 20px;
  pointer-events: auto; }
  @media (max-width: 991.98px) {
    .sf-block-block-318[data-block-id="458"] .block-318-column-2 {
      width: 100%;
      margin-left: 0; } }

.sf-block-block-318[data-block-id="458"] .block-318-column-1-content {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px; }
  .sf-block-block-318[data-block-id="458"] .block-318-column-1-content p, .sf-block-block-318[data-block-id="458"] .block-318-column-1-content li {
    font-family: Poppins;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 2em;
    color: white;
    max-font-size: 100px; }
  .sf-block-block-318[data-block-id="458"] .block-318-column-1-content h1 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 36px;
    letter-spacing: 0.085em;
    line-height: 1.35em;
    color: white;
    max-font-size: 100px;
    padding-bottom: 15px; }
    @media (max-width: 991.98px) {
      .sf-block-block-318[data-block-id="458"] .block-318-column-1-content h1 {
        font-size: 27.69231px; } }
  .sf-block-block-318[data-block-id="458"] .block-318-column-1-content h2 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 28px;
    letter-spacing: 0.085em;
    line-height: 1.5em;
    color: white;
    max-font-size: 100px;
    padding-bottom: 10px; }
    @media (max-width: 991.98px) {
      .sf-block-block-318[data-block-id="458"] .block-318-column-1-content h2 {
        font-size: 21.53846px; } }
  .sf-block-block-318[data-block-id="458"] .block-318-column-1-content h3 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 0.085em;
    line-height: 1.6em;
    color: white;
    max-font-size: 100px;
    padding-bottom: 10px; }
    @media (max-width: 991.98px) {
      .sf-block-block-318[data-block-id="458"] .block-318-column-1-content h3 {
        font-size: 16.66667px; } }
  .sf-block-block-318[data-block-id="458"] .block-318-column-1-content h4 {
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.085em;
    line-height: 1.9em;
    color: white;
    max-font-size: 100px;
    padding-bottom: 10px; }
    @media (max-width: 991.98px) {
      .sf-block-block-318[data-block-id="458"] .block-318-column-1-content h4 {
        font-size: 15px; } }
  .sf-block-block-318[data-block-id="458"] .block-318-column-1-content h5 {
    font-family: Poppins;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0.115em;
    line-height: 1.5em;
    color: white;
    max-font-size: 100px; }
  .sf-block-block-318[data-block-id="458"] .block-318-column-1-content a {
    color: #ff821e; }
  .sf-block-block-318[data-block-id="458"] .block-318-column-1-content p + h1,
  .sf-block-block-318[data-block-id="458"] .block-318-column-1-content p + h2,
  .sf-block-block-318[data-block-id="458"] .block-318-column-1-content p + h3,
  .sf-block-block-318[data-block-id="458"] .block-318-column-1-content p + h4 {
    padding-top: 30px; }
  .sf-block-block-318[data-block-id="458"] .block-318-column-1-content h4 + h1,
  .sf-block-block-318[data-block-id="458"] .block-318-column-1-content h4 + h2,
  .sf-block-block-318[data-block-id="458"] .block-318-column-1-content h4 + h3 {
    padding-top: 30px; }
  .sf-block-block-318[data-block-id="458"] .block-318-column-1-content ul + h1,
  .sf-block-block-318[data-block-id="458"] .block-318-column-1-content ul + h2,
  .sf-block-block-318[data-block-id="458"] .block-318-column-1-content ul + h3 {
    padding-top: 30px; }
  .sf-block-block-318[data-block-id="458"] .block-318-column-1-content h1:last-child,
  .sf-block-block-318[data-block-id="458"] .block-318-column-1-content h2:last-child,
  .sf-block-block-318[data-block-id="458"] .block-318-column-1-content h3:last-child,
  .sf-block-block-318[data-block-id="458"] .block-318-column-1-content h4:last-child,
  .sf-block-block-318[data-block-id="458"] .block-318-column-1-content h5:last-child,
  .sf-block-block-318[data-block-id="458"] .block-318-column-1-content p:last-child {
    padding-bottom: 0; }

.sf-block-block-318[data-block-id="458"] .block-318-card {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
  margin-bottom: 60px;
  background-color: rgba(255, 255, 255, 0.75);
  padding: 35px;
  text-align: center; }
  .sf-block-block-318[data-block-id="458"] .block-318-card .block-318-card-text {
    margin-bottom: 30px; }
  .sf-block-block-318[data-block-id="458"] .block-318-card h3 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 0.085em;
    line-height: 1.6em;
    color: #3b3d44;
    max-font-size: 100px; }
  @media (max-width: 991.98px) {
    .sf-block-block-318[data-block-id="458"] .block-318-card {
      padding-left: 20px;
      padding-right: 20px; } }

.sf-block-block-318[data-block-id="458"] .block-318-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.02);
  pointer-events: none; }

.sf-block-block-318[data-block-id="458"] .block-318-image {
  width: 100%;
  height: 100%;
  position: absolute;
  background-position: center center;
  background-size: cover;
  z-index: 1;
  top: 0;
  pointer-events: auto; }

.sf-block-block-318[data-block-id="458"] .echo-form-group label,
.sf-block-block-318[data-block-id="458"] .echo-form-group .echo-form-group-uploader-button,
.sf-block-block-318[data-block-id="458"] .echo-form-group .echo-label {
  font-family: Poppins;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.115em;
  line-height: 1.5em;
  color: #626167;
  max-font-size: 100px;
  group: font; }

.sf-block-block-318[data-block-id="458"] .echo-form-group input[type="text"],
.sf-block-block-318[data-block-id="458"] .echo-form-group input[type="email"],
.sf-block-block-318[data-block-id="458"] .echo-form-group textarea {
  font-family: Poppins;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 2em;
  color: #3b3d44;
  max-font-size: 100px;
  group: font;
  border-width: 1px;
  border-style: solid;
  border-color: #e6e1de;
  background-color: white; }
  .sf-block-block-318[data-block-id="458"] .echo-form-group input[type="text"]:focus, .sf-block-block-318[data-block-id="458"] .echo-form-group input[type="text"]:active,
  .sf-block-block-318[data-block-id="458"] .echo-form-group input[type="email"]:focus,
  .sf-block-block-318[data-block-id="458"] .echo-form-group input[type="email"]:active,
  .sf-block-block-318[data-block-id="458"] .echo-form-group textarea:focus,
  .sf-block-block-318[data-block-id="458"] .echo-form-group textarea:active {
    border-color: #ff821e;
    background-color: white; }

.sf-block-block-318[data-block-id="458"] .echo-form-group select {
  font-family: Poppins;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 2em;
  color: #3b3d44;
  max-font-size: 100px;
  group: font;
  border-color: #e6e1de;
  background-color: white; }
  .sf-block-block-318[data-block-id="458"] .echo-form-group select:focus {
    border-color: #ff821e;
    background-color: white; }

.sf-block-block-318[data-block-id="458"] .echo-form-group .echo-radio [type="radio"]:checked + label:before,
.sf-block-block-318[data-block-id="458"] .echo-form-group .echo-radio [type="radio"]:not(:checked) + label:before {
  background-color: white;
  border-color: #e6e1de; }

.sf-block-block-318[data-block-id="458"] .echo-form-group .echo-radio [type="radio"]:checked + label:after,
.sf-block-block-318[data-block-id="458"] .echo-form-group .echo-radio [type="radio"]:not(:checked) + label:after {
  background-color: #ff821e;
  border-color: #e6e1de; }

.sf-block-block-318[data-block-id="458"] .echo-form-group .echo-checkbox > span::before {
  border-color: #e6e1de;
  background-color: white; }

.sf-block-block-318[data-block-id="458"] .echo-form-group .echo-checkbox > input:checked + span::before,
.sf-block-block-318[data-block-id="458"] .echo-form-group .echo-checkbox > input:indeterminate + span::before {
  background-color: #ff821e;
  border-color: #ff821e; }

.sf-block-block-318[data-block-id="458"] .echo-form-group .echo-checkbox > input:checked + span::after,
.sf-block-block-318[data-block-id="458"] .echo-form-group .echo-checkbox > input:indeterminate + span::after {
  border-color: #fff; }

.sf-block-block-318[data-block-id="458"] .echo-form-group.echo-form-group-divider {
  border-color: #e6e1de; }
  .sf-block-block-318[data-block-id="458"] .echo-form-group.echo-form-group-divider .echo-divider-title {
    font-family: Poppins;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0.115em;
    line-height: 1.5em;
    color: #626167;
    max-font-size: 100px;
    group: font;
    font-weight: bold; }
  .sf-block-block-318[data-block-id="458"] .echo-form-group.echo-form-group-divider .echo-divider-description {
    font-family: Poppins;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0.115em;
    line-height: 1.5em;
    color: #626167;
    max-font-size: 100px;
    group: font; }

.sf-block-block-318[data-block-id="458"] .echo-form-group .echo-form-group-uploader {
  border-color: #ff821e;
  background-color: white; }
  .sf-block-block-318[data-block-id="458"] .echo-form-group .echo-form-group-uploader .echo-form-group-uploader-icon {
    color: #ff821e; }
  .sf-block-block-318[data-block-id="458"] .echo-form-group .echo-form-group-uploader .echo-form-group-uploader-progress {
    background-color: #ff821e; }
  .sf-block-block-318[data-block-id="458"] .echo-form-group .echo-form-group-uploader .echo-form-group-uploader-current {
    font-family: Poppins;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0.115em;
    line-height: 1.5em;
    color: #626167;
    max-font-size: 100px;
    group: font; }

.sf-block-block-318[data-block-id="458"] button {
  background-color: #ff821e;
  font-family: Poppins;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.085em;
  line-height: 1.9em;
  color: white;
  max-font-size: 100px;
  border-radius: 100px; }
  .sf-block-block-318[data-block-id="458"] button:hover {
    background-color: #ff821e;
    color: white; }

.sf-block-block-318[data-block-id="458"] .echo-form-group-error-text {
  font-family: Poppins;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.115em;
  line-height: 1.5em;
  color: #626167;
  max-font-size: 100px;
  group: font; }

.sf-block-block-318[data-block-id="481"] .block-318-wrapper {
  position: relative;
  pointer-events: none; }
  .sf-block-block-318[data-block-id="481"] .block-318-wrapper h1, .sf-block-block-318[data-block-id="481"] .block-318-wrapper h2, .sf-block-block-318[data-block-id="481"] .block-318-wrapper h3, .sf-block-block-318[data-block-id="481"] .block-318-wrapper h4, .sf-block-block-318[data-block-id="481"] .block-318-wrapper h5, .sf-block-block-318[data-block-id="481"] .block-318-wrapper p, .sf-block-block-318[data-block-id="481"] .block-318-wrapper li {
    text-shadow: 0px 1px 20px rgba(0, 0, 0, 0.25); }

.sf-block-block-318[data-block-id="481"] .block-318-content {
  display: flex;
  min-height: 800px;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 3;
  flex-wrap: wrap; }

.sf-block-block-318[data-block-id="481"] .block-318-column-1 {
  width: calc(60% - 20px);
  margin-right: 20px;
  pointer-events: auto; }
  @media (max-width: 991.98px) {
    .sf-block-block-318[data-block-id="481"] .block-318-column-1 {
      width: 100%;
      margin-right: 0; } }

.sf-block-block-318[data-block-id="481"] .block-318-column-2 {
  width: calc(40% - 20px);
  margin-left: 20px;
  pointer-events: auto; }
  @media (max-width: 991.98px) {
    .sf-block-block-318[data-block-id="481"] .block-318-column-2 {
      width: 100%;
      margin-left: 0; } }

.sf-block-block-318[data-block-id="481"] .block-318-column-1-content {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px; }
  .sf-block-block-318[data-block-id="481"] .block-318-column-1-content p, .sf-block-block-318[data-block-id="481"] .block-318-column-1-content li {
    font-family: Poppins;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 2em;
    color: white;
    max-font-size: 100px; }
  .sf-block-block-318[data-block-id="481"] .block-318-column-1-content h1 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 36px;
    letter-spacing: 0.085em;
    line-height: 1.35em;
    color: white;
    max-font-size: 100px;
    padding-bottom: 15px; }
    @media (max-width: 991.98px) {
      .sf-block-block-318[data-block-id="481"] .block-318-column-1-content h1 {
        font-size: 27.69231px; } }
  .sf-block-block-318[data-block-id="481"] .block-318-column-1-content h2 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 28px;
    letter-spacing: 0.085em;
    line-height: 1.5em;
    color: white;
    max-font-size: 100px;
    padding-bottom: 10px; }
    @media (max-width: 991.98px) {
      .sf-block-block-318[data-block-id="481"] .block-318-column-1-content h2 {
        font-size: 21.53846px; } }
  .sf-block-block-318[data-block-id="481"] .block-318-column-1-content h3 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 0.085em;
    line-height: 1.6em;
    color: white;
    max-font-size: 100px;
    padding-bottom: 10px; }
    @media (max-width: 991.98px) {
      .sf-block-block-318[data-block-id="481"] .block-318-column-1-content h3 {
        font-size: 16.66667px; } }
  .sf-block-block-318[data-block-id="481"] .block-318-column-1-content h4 {
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.085em;
    line-height: 1.9em;
    color: white;
    max-font-size: 100px;
    padding-bottom: 10px; }
    @media (max-width: 991.98px) {
      .sf-block-block-318[data-block-id="481"] .block-318-column-1-content h4 {
        font-size: 15px; } }
  .sf-block-block-318[data-block-id="481"] .block-318-column-1-content h5 {
    font-family: Poppins;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0.115em;
    line-height: 1.5em;
    color: white;
    max-font-size: 100px; }
  .sf-block-block-318[data-block-id="481"] .block-318-column-1-content a {
    color: #ff821e; }
  .sf-block-block-318[data-block-id="481"] .block-318-column-1-content p + h1,
  .sf-block-block-318[data-block-id="481"] .block-318-column-1-content p + h2,
  .sf-block-block-318[data-block-id="481"] .block-318-column-1-content p + h3,
  .sf-block-block-318[data-block-id="481"] .block-318-column-1-content p + h4 {
    padding-top: 30px; }
  .sf-block-block-318[data-block-id="481"] .block-318-column-1-content h4 + h1,
  .sf-block-block-318[data-block-id="481"] .block-318-column-1-content h4 + h2,
  .sf-block-block-318[data-block-id="481"] .block-318-column-1-content h4 + h3 {
    padding-top: 30px; }
  .sf-block-block-318[data-block-id="481"] .block-318-column-1-content ul + h1,
  .sf-block-block-318[data-block-id="481"] .block-318-column-1-content ul + h2,
  .sf-block-block-318[data-block-id="481"] .block-318-column-1-content ul + h3 {
    padding-top: 30px; }
  .sf-block-block-318[data-block-id="481"] .block-318-column-1-content h1:last-child,
  .sf-block-block-318[data-block-id="481"] .block-318-column-1-content h2:last-child,
  .sf-block-block-318[data-block-id="481"] .block-318-column-1-content h3:last-child,
  .sf-block-block-318[data-block-id="481"] .block-318-column-1-content h4:last-child,
  .sf-block-block-318[data-block-id="481"] .block-318-column-1-content h5:last-child,
  .sf-block-block-318[data-block-id="481"] .block-318-column-1-content p:last-child {
    padding-bottom: 0; }

.sf-block-block-318[data-block-id="481"] .block-318-card {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
  margin-bottom: 60px;
  background-color: rgba(255, 255, 255, 0.75);
  padding: 35px;
  text-align: center; }
  .sf-block-block-318[data-block-id="481"] .block-318-card .block-318-card-text {
    margin-bottom: 30px; }
  .sf-block-block-318[data-block-id="481"] .block-318-card h3 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 0.085em;
    line-height: 1.6em;
    color: #3b3d44;
    max-font-size: 100px; }
  @media (max-width: 991.98px) {
    .sf-block-block-318[data-block-id="481"] .block-318-card {
      padding-left: 20px;
      padding-right: 20px; } }

.sf-block-block-318[data-block-id="481"] .block-318-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.02);
  pointer-events: none; }

.sf-block-block-318[data-block-id="481"] .block-318-image {
  width: 100%;
  height: 100%;
  position: absolute;
  background-position: center center;
  background-size: cover;
  z-index: 1;
  top: 0;
  pointer-events: auto; }

.sf-block-block-318[data-block-id="481"] .echo-form-group label,
.sf-block-block-318[data-block-id="481"] .echo-form-group .echo-form-group-uploader-button,
.sf-block-block-318[data-block-id="481"] .echo-form-group .echo-label {
  font-family: Poppins;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.115em;
  line-height: 1.5em;
  color: #626167;
  max-font-size: 100px;
  group: font; }

.sf-block-block-318[data-block-id="481"] .echo-form-group input[type="text"],
.sf-block-block-318[data-block-id="481"] .echo-form-group input[type="email"],
.sf-block-block-318[data-block-id="481"] .echo-form-group textarea {
  font-family: Poppins;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 2em;
  color: #3b3d44;
  max-font-size: 100px;
  group: font;
  border-width: 1px;
  border-style: solid;
  border-color: #e6e1de;
  background-color: white; }
  .sf-block-block-318[data-block-id="481"] .echo-form-group input[type="text"]:focus, .sf-block-block-318[data-block-id="481"] .echo-form-group input[type="text"]:active,
  .sf-block-block-318[data-block-id="481"] .echo-form-group input[type="email"]:focus,
  .sf-block-block-318[data-block-id="481"] .echo-form-group input[type="email"]:active,
  .sf-block-block-318[data-block-id="481"] .echo-form-group textarea:focus,
  .sf-block-block-318[data-block-id="481"] .echo-form-group textarea:active {
    border-color: #ff821e;
    background-color: white; }

.sf-block-block-318[data-block-id="481"] .echo-form-group select {
  font-family: Poppins;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 2em;
  color: #3b3d44;
  max-font-size: 100px;
  group: font;
  border-color: #e6e1de;
  background-color: white; }
  .sf-block-block-318[data-block-id="481"] .echo-form-group select:focus {
    border-color: #ff821e;
    background-color: white; }

.sf-block-block-318[data-block-id="481"] .echo-form-group .echo-radio [type="radio"]:checked + label:before,
.sf-block-block-318[data-block-id="481"] .echo-form-group .echo-radio [type="radio"]:not(:checked) + label:before {
  background-color: white;
  border-color: #e6e1de; }

.sf-block-block-318[data-block-id="481"] .echo-form-group .echo-radio [type="radio"]:checked + label:after,
.sf-block-block-318[data-block-id="481"] .echo-form-group .echo-radio [type="radio"]:not(:checked) + label:after {
  background-color: #ff821e;
  border-color: #e6e1de; }

.sf-block-block-318[data-block-id="481"] .echo-form-group .echo-checkbox > span::before {
  border-color: #e6e1de;
  background-color: white; }

.sf-block-block-318[data-block-id="481"] .echo-form-group .echo-checkbox > input:checked + span::before,
.sf-block-block-318[data-block-id="481"] .echo-form-group .echo-checkbox > input:indeterminate + span::before {
  background-color: #ff821e;
  border-color: #ff821e; }

.sf-block-block-318[data-block-id="481"] .echo-form-group .echo-checkbox > input:checked + span::after,
.sf-block-block-318[data-block-id="481"] .echo-form-group .echo-checkbox > input:indeterminate + span::after {
  border-color: #fff; }

.sf-block-block-318[data-block-id="481"] .echo-form-group.echo-form-group-divider {
  border-color: #e6e1de; }
  .sf-block-block-318[data-block-id="481"] .echo-form-group.echo-form-group-divider .echo-divider-title {
    font-family: Poppins;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0.115em;
    line-height: 1.5em;
    color: #626167;
    max-font-size: 100px;
    group: font;
    font-weight: bold; }
  .sf-block-block-318[data-block-id="481"] .echo-form-group.echo-form-group-divider .echo-divider-description {
    font-family: Poppins;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0.115em;
    line-height: 1.5em;
    color: #626167;
    max-font-size: 100px;
    group: font; }

.sf-block-block-318[data-block-id="481"] .echo-form-group .echo-form-group-uploader {
  border-color: #ff821e;
  background-color: white; }
  .sf-block-block-318[data-block-id="481"] .echo-form-group .echo-form-group-uploader .echo-form-group-uploader-icon {
    color: #ff821e; }
  .sf-block-block-318[data-block-id="481"] .echo-form-group .echo-form-group-uploader .echo-form-group-uploader-progress {
    background-color: #ff821e; }
  .sf-block-block-318[data-block-id="481"] .echo-form-group .echo-form-group-uploader .echo-form-group-uploader-current {
    font-family: Poppins;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0.115em;
    line-height: 1.5em;
    color: #626167;
    max-font-size: 100px;
    group: font; }

.sf-block-block-318[data-block-id="481"] button {
  background-color: #ff821e;
  font-family: Poppins;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.085em;
  line-height: 1.9em;
  color: white;
  max-font-size: 100px;
  border-radius: 100px; }
  .sf-block-block-318[data-block-id="481"] button:hover {
    background-color: #ff821e;
    color: white; }

.sf-block-block-318[data-block-id="481"] .echo-form-group-error-text {
  font-family: Poppins;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.115em;
  line-height: 1.5em;
  color: #626167;
  max-font-size: 100px;
  group: font; }

.sf-block-block-318[data-block-id="488"] .block-318-wrapper {
  position: relative;
  pointer-events: none; }
  .sf-block-block-318[data-block-id="488"] .block-318-wrapper h1, .sf-block-block-318[data-block-id="488"] .block-318-wrapper h2, .sf-block-block-318[data-block-id="488"] .block-318-wrapper h3, .sf-block-block-318[data-block-id="488"] .block-318-wrapper h4, .sf-block-block-318[data-block-id="488"] .block-318-wrapper h5, .sf-block-block-318[data-block-id="488"] .block-318-wrapper p, .sf-block-block-318[data-block-id="488"] .block-318-wrapper li {
    text-shadow: 0px 1px 20px rgba(0, 0, 0, 0.25); }

.sf-block-block-318[data-block-id="488"] .block-318-content {
  display: flex;
  min-height: 800px;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 3;
  flex-wrap: wrap; }

.sf-block-block-318[data-block-id="488"] .block-318-column-1 {
  width: calc(60% - 20px);
  margin-right: 20px;
  pointer-events: auto; }
  @media (max-width: 991.98px) {
    .sf-block-block-318[data-block-id="488"] .block-318-column-1 {
      width: 100%;
      margin-right: 0; } }

.sf-block-block-318[data-block-id="488"] .block-318-column-2 {
  width: calc(40% - 20px);
  margin-left: 20px;
  pointer-events: auto; }
  @media (max-width: 991.98px) {
    .sf-block-block-318[data-block-id="488"] .block-318-column-2 {
      width: 100%;
      margin-left: 0; } }

.sf-block-block-318[data-block-id="488"] .block-318-column-1-content {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px; }
  .sf-block-block-318[data-block-id="488"] .block-318-column-1-content p, .sf-block-block-318[data-block-id="488"] .block-318-column-1-content li {
    font-family: Poppins;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 2em;
    color: white;
    max-font-size: 100px; }
  .sf-block-block-318[data-block-id="488"] .block-318-column-1-content h1 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 36px;
    letter-spacing: 0.085em;
    line-height: 1.35em;
    color: white;
    max-font-size: 100px;
    padding-bottom: 15px; }
    @media (max-width: 991.98px) {
      .sf-block-block-318[data-block-id="488"] .block-318-column-1-content h1 {
        font-size: 27.69231px; } }
  .sf-block-block-318[data-block-id="488"] .block-318-column-1-content h2 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 28px;
    letter-spacing: 0.085em;
    line-height: 1.5em;
    color: white;
    max-font-size: 100px;
    padding-bottom: 10px; }
    @media (max-width: 991.98px) {
      .sf-block-block-318[data-block-id="488"] .block-318-column-1-content h2 {
        font-size: 21.53846px; } }
  .sf-block-block-318[data-block-id="488"] .block-318-column-1-content h3 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 0.085em;
    line-height: 1.6em;
    color: white;
    max-font-size: 100px;
    padding-bottom: 10px; }
    @media (max-width: 991.98px) {
      .sf-block-block-318[data-block-id="488"] .block-318-column-1-content h3 {
        font-size: 16.66667px; } }
  .sf-block-block-318[data-block-id="488"] .block-318-column-1-content h4 {
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.085em;
    line-height: 1.9em;
    color: white;
    max-font-size: 100px;
    padding-bottom: 10px; }
    @media (max-width: 991.98px) {
      .sf-block-block-318[data-block-id="488"] .block-318-column-1-content h4 {
        font-size: 15px; } }
  .sf-block-block-318[data-block-id="488"] .block-318-column-1-content h5 {
    font-family: Poppins;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0.115em;
    line-height: 1.5em;
    color: white;
    max-font-size: 100px; }
  .sf-block-block-318[data-block-id="488"] .block-318-column-1-content a {
    color: #ff821e; }
  .sf-block-block-318[data-block-id="488"] .block-318-column-1-content p + h1,
  .sf-block-block-318[data-block-id="488"] .block-318-column-1-content p + h2,
  .sf-block-block-318[data-block-id="488"] .block-318-column-1-content p + h3,
  .sf-block-block-318[data-block-id="488"] .block-318-column-1-content p + h4 {
    padding-top: 30px; }
  .sf-block-block-318[data-block-id="488"] .block-318-column-1-content h4 + h1,
  .sf-block-block-318[data-block-id="488"] .block-318-column-1-content h4 + h2,
  .sf-block-block-318[data-block-id="488"] .block-318-column-1-content h4 + h3 {
    padding-top: 30px; }
  .sf-block-block-318[data-block-id="488"] .block-318-column-1-content ul + h1,
  .sf-block-block-318[data-block-id="488"] .block-318-column-1-content ul + h2,
  .sf-block-block-318[data-block-id="488"] .block-318-column-1-content ul + h3 {
    padding-top: 30px; }
  .sf-block-block-318[data-block-id="488"] .block-318-column-1-content h1:last-child,
  .sf-block-block-318[data-block-id="488"] .block-318-column-1-content h2:last-child,
  .sf-block-block-318[data-block-id="488"] .block-318-column-1-content h3:last-child,
  .sf-block-block-318[data-block-id="488"] .block-318-column-1-content h4:last-child,
  .sf-block-block-318[data-block-id="488"] .block-318-column-1-content h5:last-child,
  .sf-block-block-318[data-block-id="488"] .block-318-column-1-content p:last-child {
    padding-bottom: 0; }

.sf-block-block-318[data-block-id="488"] .block-318-card {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
  margin-bottom: 60px;
  background-color: rgba(255, 255, 255, 0.75);
  padding: 35px;
  text-align: center; }
  .sf-block-block-318[data-block-id="488"] .block-318-card .block-318-card-text {
    margin-bottom: 30px; }
  .sf-block-block-318[data-block-id="488"] .block-318-card h3 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 0.085em;
    line-height: 1.6em;
    color: #3b3d44;
    max-font-size: 100px; }
  @media (max-width: 991.98px) {
    .sf-block-block-318[data-block-id="488"] .block-318-card {
      padding-left: 20px;
      padding-right: 20px; } }

.sf-block-block-318[data-block-id="488"] .block-318-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.02);
  pointer-events: none; }

.sf-block-block-318[data-block-id="488"] .block-318-image {
  width: 100%;
  height: 100%;
  position: absolute;
  background-position: center center;
  background-size: cover;
  z-index: 1;
  top: 0;
  pointer-events: auto; }

.sf-block-block-318[data-block-id="488"] .echo-form-group label,
.sf-block-block-318[data-block-id="488"] .echo-form-group .echo-form-group-uploader-button,
.sf-block-block-318[data-block-id="488"] .echo-form-group .echo-label {
  font-family: Poppins;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.115em;
  line-height: 1.5em;
  color: #626167;
  max-font-size: 100px;
  group: font; }

.sf-block-block-318[data-block-id="488"] .echo-form-group input[type="text"],
.sf-block-block-318[data-block-id="488"] .echo-form-group input[type="email"],
.sf-block-block-318[data-block-id="488"] .echo-form-group textarea {
  font-family: Poppins;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 2em;
  color: #3b3d44;
  max-font-size: 100px;
  group: font;
  border-width: 1px;
  border-style: solid;
  border-color: #e6e1de;
  background-color: white; }
  .sf-block-block-318[data-block-id="488"] .echo-form-group input[type="text"]:focus, .sf-block-block-318[data-block-id="488"] .echo-form-group input[type="text"]:active,
  .sf-block-block-318[data-block-id="488"] .echo-form-group input[type="email"]:focus,
  .sf-block-block-318[data-block-id="488"] .echo-form-group input[type="email"]:active,
  .sf-block-block-318[data-block-id="488"] .echo-form-group textarea:focus,
  .sf-block-block-318[data-block-id="488"] .echo-form-group textarea:active {
    border-color: #ff821e;
    background-color: white; }

.sf-block-block-318[data-block-id="488"] .echo-form-group select {
  font-family: Poppins;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 2em;
  color: #3b3d44;
  max-font-size: 100px;
  group: font;
  border-color: #e6e1de;
  background-color: white; }
  .sf-block-block-318[data-block-id="488"] .echo-form-group select:focus {
    border-color: #ff821e;
    background-color: white; }

.sf-block-block-318[data-block-id="488"] .echo-form-group .echo-radio [type="radio"]:checked + label:before,
.sf-block-block-318[data-block-id="488"] .echo-form-group .echo-radio [type="radio"]:not(:checked) + label:before {
  background-color: white;
  border-color: #e6e1de; }

.sf-block-block-318[data-block-id="488"] .echo-form-group .echo-radio [type="radio"]:checked + label:after,
.sf-block-block-318[data-block-id="488"] .echo-form-group .echo-radio [type="radio"]:not(:checked) + label:after {
  background-color: #ff821e;
  border-color: #e6e1de; }

.sf-block-block-318[data-block-id="488"] .echo-form-group .echo-checkbox > span::before {
  border-color: #e6e1de;
  background-color: white; }

.sf-block-block-318[data-block-id="488"] .echo-form-group .echo-checkbox > input:checked + span::before,
.sf-block-block-318[data-block-id="488"] .echo-form-group .echo-checkbox > input:indeterminate + span::before {
  background-color: #ff821e;
  border-color: #ff821e; }

.sf-block-block-318[data-block-id="488"] .echo-form-group .echo-checkbox > input:checked + span::after,
.sf-block-block-318[data-block-id="488"] .echo-form-group .echo-checkbox > input:indeterminate + span::after {
  border-color: #fff; }

.sf-block-block-318[data-block-id="488"] .echo-form-group.echo-form-group-divider {
  border-color: #e6e1de; }
  .sf-block-block-318[data-block-id="488"] .echo-form-group.echo-form-group-divider .echo-divider-title {
    font-family: Poppins;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0.115em;
    line-height: 1.5em;
    color: #626167;
    max-font-size: 100px;
    group: font;
    font-weight: bold; }
  .sf-block-block-318[data-block-id="488"] .echo-form-group.echo-form-group-divider .echo-divider-description {
    font-family: Poppins;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0.115em;
    line-height: 1.5em;
    color: #626167;
    max-font-size: 100px;
    group: font; }

.sf-block-block-318[data-block-id="488"] .echo-form-group .echo-form-group-uploader {
  border-color: #ff821e;
  background-color: white; }
  .sf-block-block-318[data-block-id="488"] .echo-form-group .echo-form-group-uploader .echo-form-group-uploader-icon {
    color: #ff821e; }
  .sf-block-block-318[data-block-id="488"] .echo-form-group .echo-form-group-uploader .echo-form-group-uploader-progress {
    background-color: #ff821e; }
  .sf-block-block-318[data-block-id="488"] .echo-form-group .echo-form-group-uploader .echo-form-group-uploader-current {
    font-family: Poppins;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0.115em;
    line-height: 1.5em;
    color: #626167;
    max-font-size: 100px;
    group: font; }

.sf-block-block-318[data-block-id="488"] button {
  background-color: #ff821e;
  font-family: Poppins;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.085em;
  line-height: 1.9em;
  color: white;
  max-font-size: 100px;
  border-radius: 100px; }
  .sf-block-block-318[data-block-id="488"] button:hover {
    background-color: #ff821e;
    color: white; }

.sf-block-block-318[data-block-id="488"] .echo-form-group-error-text {
  font-family: Poppins;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.115em;
  line-height: 1.5em;
  color: #626167;
  max-font-size: 100px;
  group: font; }

.sf-block-block-318[data-block-id="491"] .block-318-wrapper {
  position: relative;
  pointer-events: none; }
  .sf-block-block-318[data-block-id="491"] .block-318-wrapper h1, .sf-block-block-318[data-block-id="491"] .block-318-wrapper h2, .sf-block-block-318[data-block-id="491"] .block-318-wrapper h3, .sf-block-block-318[data-block-id="491"] .block-318-wrapper h4, .sf-block-block-318[data-block-id="491"] .block-318-wrapper h5, .sf-block-block-318[data-block-id="491"] .block-318-wrapper p, .sf-block-block-318[data-block-id="491"] .block-318-wrapper li {
    text-shadow: 0px 1px 20px rgba(0, 0, 0, 0.25); }

.sf-block-block-318[data-block-id="491"] .block-318-content {
  display: flex;
  min-height: 800px;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 3;
  flex-wrap: wrap; }

.sf-block-block-318[data-block-id="491"] .block-318-column-1 {
  width: calc(60% - 20px);
  margin-right: 20px;
  pointer-events: auto; }
  @media (max-width: 991.98px) {
    .sf-block-block-318[data-block-id="491"] .block-318-column-1 {
      width: 100%;
      margin-right: 0; } }

.sf-block-block-318[data-block-id="491"] .block-318-column-2 {
  width: calc(40% - 20px);
  margin-left: 20px;
  pointer-events: auto; }
  @media (max-width: 991.98px) {
    .sf-block-block-318[data-block-id="491"] .block-318-column-2 {
      width: 100%;
      margin-left: 0; } }

.sf-block-block-318[data-block-id="491"] .block-318-column-1-content {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px; }
  .sf-block-block-318[data-block-id="491"] .block-318-column-1-content p, .sf-block-block-318[data-block-id="491"] .block-318-column-1-content li {
    font-family: Poppins;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 2em;
    color: white;
    max-font-size: 100px; }
  .sf-block-block-318[data-block-id="491"] .block-318-column-1-content h1 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 36px;
    letter-spacing: 0.085em;
    line-height: 1.35em;
    color: white;
    max-font-size: 100px;
    padding-bottom: 15px; }
    @media (max-width: 991.98px) {
      .sf-block-block-318[data-block-id="491"] .block-318-column-1-content h1 {
        font-size: 27.69231px; } }
  .sf-block-block-318[data-block-id="491"] .block-318-column-1-content h2 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 28px;
    letter-spacing: 0.085em;
    line-height: 1.5em;
    color: white;
    max-font-size: 100px;
    padding-bottom: 10px; }
    @media (max-width: 991.98px) {
      .sf-block-block-318[data-block-id="491"] .block-318-column-1-content h2 {
        font-size: 21.53846px; } }
  .sf-block-block-318[data-block-id="491"] .block-318-column-1-content h3 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 0.085em;
    line-height: 1.6em;
    color: white;
    max-font-size: 100px;
    padding-bottom: 10px; }
    @media (max-width: 991.98px) {
      .sf-block-block-318[data-block-id="491"] .block-318-column-1-content h3 {
        font-size: 16.66667px; } }
  .sf-block-block-318[data-block-id="491"] .block-318-column-1-content h4 {
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.085em;
    line-height: 1.9em;
    color: white;
    max-font-size: 100px;
    padding-bottom: 10px; }
    @media (max-width: 991.98px) {
      .sf-block-block-318[data-block-id="491"] .block-318-column-1-content h4 {
        font-size: 15px; } }
  .sf-block-block-318[data-block-id="491"] .block-318-column-1-content h5 {
    font-family: Poppins;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0.115em;
    line-height: 1.5em;
    color: white;
    max-font-size: 100px; }
  .sf-block-block-318[data-block-id="491"] .block-318-column-1-content a {
    color: #ff821e; }
  .sf-block-block-318[data-block-id="491"] .block-318-column-1-content p + h1,
  .sf-block-block-318[data-block-id="491"] .block-318-column-1-content p + h2,
  .sf-block-block-318[data-block-id="491"] .block-318-column-1-content p + h3,
  .sf-block-block-318[data-block-id="491"] .block-318-column-1-content p + h4 {
    padding-top: 30px; }
  .sf-block-block-318[data-block-id="491"] .block-318-column-1-content h4 + h1,
  .sf-block-block-318[data-block-id="491"] .block-318-column-1-content h4 + h2,
  .sf-block-block-318[data-block-id="491"] .block-318-column-1-content h4 + h3 {
    padding-top: 30px; }
  .sf-block-block-318[data-block-id="491"] .block-318-column-1-content ul + h1,
  .sf-block-block-318[data-block-id="491"] .block-318-column-1-content ul + h2,
  .sf-block-block-318[data-block-id="491"] .block-318-column-1-content ul + h3 {
    padding-top: 30px; }
  .sf-block-block-318[data-block-id="491"] .block-318-column-1-content h1:last-child,
  .sf-block-block-318[data-block-id="491"] .block-318-column-1-content h2:last-child,
  .sf-block-block-318[data-block-id="491"] .block-318-column-1-content h3:last-child,
  .sf-block-block-318[data-block-id="491"] .block-318-column-1-content h4:last-child,
  .sf-block-block-318[data-block-id="491"] .block-318-column-1-content h5:last-child,
  .sf-block-block-318[data-block-id="491"] .block-318-column-1-content p:last-child {
    padding-bottom: 0; }

.sf-block-block-318[data-block-id="491"] .block-318-card {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
  margin-bottom: 60px;
  background-color: rgba(255, 255, 255, 0.75);
  padding: 35px;
  text-align: center; }
  .sf-block-block-318[data-block-id="491"] .block-318-card .block-318-card-text {
    margin-bottom: 30px; }
  .sf-block-block-318[data-block-id="491"] .block-318-card h3 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 0.085em;
    line-height: 1.6em;
    color: #3b3d44;
    max-font-size: 100px; }
  @media (max-width: 991.98px) {
    .sf-block-block-318[data-block-id="491"] .block-318-card {
      padding-left: 20px;
      padding-right: 20px; } }

.sf-block-block-318[data-block-id="491"] .block-318-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.02);
  pointer-events: none; }

.sf-block-block-318[data-block-id="491"] .block-318-image {
  width: 100%;
  height: 100%;
  position: absolute;
  background-position: center center;
  background-size: cover;
  z-index: 1;
  top: 0;
  pointer-events: auto; }

.sf-block-block-318[data-block-id="491"] .echo-form-group label,
.sf-block-block-318[data-block-id="491"] .echo-form-group .echo-form-group-uploader-button,
.sf-block-block-318[data-block-id="491"] .echo-form-group .echo-label {
  font-family: Poppins;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.115em;
  line-height: 1.5em;
  color: #626167;
  max-font-size: 100px;
  group: font; }

.sf-block-block-318[data-block-id="491"] .echo-form-group input[type="text"],
.sf-block-block-318[data-block-id="491"] .echo-form-group input[type="email"],
.sf-block-block-318[data-block-id="491"] .echo-form-group textarea {
  font-family: Poppins;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 2em;
  color: #3b3d44;
  max-font-size: 100px;
  group: font;
  border-width: 1px;
  border-style: solid;
  border-color: #e6e1de;
  background-color: white; }
  .sf-block-block-318[data-block-id="491"] .echo-form-group input[type="text"]:focus, .sf-block-block-318[data-block-id="491"] .echo-form-group input[type="text"]:active,
  .sf-block-block-318[data-block-id="491"] .echo-form-group input[type="email"]:focus,
  .sf-block-block-318[data-block-id="491"] .echo-form-group input[type="email"]:active,
  .sf-block-block-318[data-block-id="491"] .echo-form-group textarea:focus,
  .sf-block-block-318[data-block-id="491"] .echo-form-group textarea:active {
    border-color: #ff821e;
    background-color: white; }

.sf-block-block-318[data-block-id="491"] .echo-form-group select {
  font-family: Poppins;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 2em;
  color: #3b3d44;
  max-font-size: 100px;
  group: font;
  border-color: #e6e1de;
  background-color: white; }
  .sf-block-block-318[data-block-id="491"] .echo-form-group select:focus {
    border-color: #ff821e;
    background-color: white; }

.sf-block-block-318[data-block-id="491"] .echo-form-group .echo-radio [type="radio"]:checked + label:before,
.sf-block-block-318[data-block-id="491"] .echo-form-group .echo-radio [type="radio"]:not(:checked) + label:before {
  background-color: white;
  border-color: #e6e1de; }

.sf-block-block-318[data-block-id="491"] .echo-form-group .echo-radio [type="radio"]:checked + label:after,
.sf-block-block-318[data-block-id="491"] .echo-form-group .echo-radio [type="radio"]:not(:checked) + label:after {
  background-color: #ff821e;
  border-color: #e6e1de; }

.sf-block-block-318[data-block-id="491"] .echo-form-group .echo-checkbox > span::before {
  border-color: #e6e1de;
  background-color: white; }

.sf-block-block-318[data-block-id="491"] .echo-form-group .echo-checkbox > input:checked + span::before,
.sf-block-block-318[data-block-id="491"] .echo-form-group .echo-checkbox > input:indeterminate + span::before {
  background-color: #ff821e;
  border-color: #ff821e; }

.sf-block-block-318[data-block-id="491"] .echo-form-group .echo-checkbox > input:checked + span::after,
.sf-block-block-318[data-block-id="491"] .echo-form-group .echo-checkbox > input:indeterminate + span::after {
  border-color: #fff; }

.sf-block-block-318[data-block-id="491"] .echo-form-group.echo-form-group-divider {
  border-color: #e6e1de; }
  .sf-block-block-318[data-block-id="491"] .echo-form-group.echo-form-group-divider .echo-divider-title {
    font-family: Poppins;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0.115em;
    line-height: 1.5em;
    color: #626167;
    max-font-size: 100px;
    group: font;
    font-weight: bold; }
  .sf-block-block-318[data-block-id="491"] .echo-form-group.echo-form-group-divider .echo-divider-description {
    font-family: Poppins;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0.115em;
    line-height: 1.5em;
    color: #626167;
    max-font-size: 100px;
    group: font; }

.sf-block-block-318[data-block-id="491"] .echo-form-group .echo-form-group-uploader {
  border-color: #ff821e;
  background-color: white; }
  .sf-block-block-318[data-block-id="491"] .echo-form-group .echo-form-group-uploader .echo-form-group-uploader-icon {
    color: #ff821e; }
  .sf-block-block-318[data-block-id="491"] .echo-form-group .echo-form-group-uploader .echo-form-group-uploader-progress {
    background-color: #ff821e; }
  .sf-block-block-318[data-block-id="491"] .echo-form-group .echo-form-group-uploader .echo-form-group-uploader-current {
    font-family: Poppins;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0.115em;
    line-height: 1.5em;
    color: #626167;
    max-font-size: 100px;
    group: font; }

.sf-block-block-318[data-block-id="491"] button {
  background-color: #ff821e;
  font-family: Poppins;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.085em;
  line-height: 1.9em;
  color: white;
  max-font-size: 100px;
  border-radius: 100px; }
  .sf-block-block-318[data-block-id="491"] button:hover {
    background-color: #ff821e;
    color: white; }

.sf-block-block-318[data-block-id="491"] .echo-form-group-error-text {
  font-family: Poppins;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.115em;
  line-height: 1.5em;
  color: #626167;
  max-font-size: 100px;
  group: font; }

.sf-block-block-318[data-block-id="498"] .block-318-wrapper {
  position: relative;
  pointer-events: none; }
  .sf-block-block-318[data-block-id="498"] .block-318-wrapper h1, .sf-block-block-318[data-block-id="498"] .block-318-wrapper h2, .sf-block-block-318[data-block-id="498"] .block-318-wrapper h3, .sf-block-block-318[data-block-id="498"] .block-318-wrapper h4, .sf-block-block-318[data-block-id="498"] .block-318-wrapper h5, .sf-block-block-318[data-block-id="498"] .block-318-wrapper p, .sf-block-block-318[data-block-id="498"] .block-318-wrapper li {
    text-shadow: 0px 1px 20px rgba(0, 0, 0, 0.25); }

.sf-block-block-318[data-block-id="498"] .block-318-content {
  display: flex;
  min-height: 800px;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 3;
  flex-wrap: wrap; }

.sf-block-block-318[data-block-id="498"] .block-318-column-1 {
  width: calc(60% - 20px);
  margin-right: 20px;
  pointer-events: auto; }
  @media (max-width: 991.98px) {
    .sf-block-block-318[data-block-id="498"] .block-318-column-1 {
      width: 100%;
      margin-right: 0; } }

.sf-block-block-318[data-block-id="498"] .block-318-column-2 {
  width: calc(40% - 20px);
  margin-left: 20px;
  pointer-events: auto; }
  @media (max-width: 991.98px) {
    .sf-block-block-318[data-block-id="498"] .block-318-column-2 {
      width: 100%;
      margin-left: 0; } }

.sf-block-block-318[data-block-id="498"] .block-318-column-1-content {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px; }
  .sf-block-block-318[data-block-id="498"] .block-318-column-1-content p, .sf-block-block-318[data-block-id="498"] .block-318-column-1-content li {
    font-family: Poppins;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 2em;
    color: white;
    max-font-size: 100px; }
  .sf-block-block-318[data-block-id="498"] .block-318-column-1-content h1 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 36px;
    letter-spacing: 0.085em;
    line-height: 1.35em;
    color: white;
    max-font-size: 100px;
    padding-bottom: 15px; }
    @media (max-width: 991.98px) {
      .sf-block-block-318[data-block-id="498"] .block-318-column-1-content h1 {
        font-size: 27.69231px; } }
  .sf-block-block-318[data-block-id="498"] .block-318-column-1-content h2 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 28px;
    letter-spacing: 0.085em;
    line-height: 1.5em;
    color: white;
    max-font-size: 100px;
    padding-bottom: 10px; }
    @media (max-width: 991.98px) {
      .sf-block-block-318[data-block-id="498"] .block-318-column-1-content h2 {
        font-size: 21.53846px; } }
  .sf-block-block-318[data-block-id="498"] .block-318-column-1-content h3 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 0.085em;
    line-height: 1.6em;
    color: white;
    max-font-size: 100px;
    padding-bottom: 10px; }
    @media (max-width: 991.98px) {
      .sf-block-block-318[data-block-id="498"] .block-318-column-1-content h3 {
        font-size: 16.66667px; } }
  .sf-block-block-318[data-block-id="498"] .block-318-column-1-content h4 {
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.085em;
    line-height: 1.9em;
    color: white;
    max-font-size: 100px;
    padding-bottom: 10px; }
    @media (max-width: 991.98px) {
      .sf-block-block-318[data-block-id="498"] .block-318-column-1-content h4 {
        font-size: 15px; } }
  .sf-block-block-318[data-block-id="498"] .block-318-column-1-content h5 {
    font-family: Poppins;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0.115em;
    line-height: 1.5em;
    color: white;
    max-font-size: 100px; }
  .sf-block-block-318[data-block-id="498"] .block-318-column-1-content a {
    color: #ff821e; }
  .sf-block-block-318[data-block-id="498"] .block-318-column-1-content p + h1,
  .sf-block-block-318[data-block-id="498"] .block-318-column-1-content p + h2,
  .sf-block-block-318[data-block-id="498"] .block-318-column-1-content p + h3,
  .sf-block-block-318[data-block-id="498"] .block-318-column-1-content p + h4 {
    padding-top: 30px; }
  .sf-block-block-318[data-block-id="498"] .block-318-column-1-content h4 + h1,
  .sf-block-block-318[data-block-id="498"] .block-318-column-1-content h4 + h2,
  .sf-block-block-318[data-block-id="498"] .block-318-column-1-content h4 + h3 {
    padding-top: 30px; }
  .sf-block-block-318[data-block-id="498"] .block-318-column-1-content ul + h1,
  .sf-block-block-318[data-block-id="498"] .block-318-column-1-content ul + h2,
  .sf-block-block-318[data-block-id="498"] .block-318-column-1-content ul + h3 {
    padding-top: 30px; }
  .sf-block-block-318[data-block-id="498"] .block-318-column-1-content h1:last-child,
  .sf-block-block-318[data-block-id="498"] .block-318-column-1-content h2:last-child,
  .sf-block-block-318[data-block-id="498"] .block-318-column-1-content h3:last-child,
  .sf-block-block-318[data-block-id="498"] .block-318-column-1-content h4:last-child,
  .sf-block-block-318[data-block-id="498"] .block-318-column-1-content h5:last-child,
  .sf-block-block-318[data-block-id="498"] .block-318-column-1-content p:last-child {
    padding-bottom: 0; }

.sf-block-block-318[data-block-id="498"] .block-318-card {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
  margin-bottom: 60px;
  background-color: rgba(255, 255, 255, 0.75);
  padding: 35px;
  text-align: center; }
  .sf-block-block-318[data-block-id="498"] .block-318-card .block-318-card-text {
    margin-bottom: 30px; }
  .sf-block-block-318[data-block-id="498"] .block-318-card h3 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 0.085em;
    line-height: 1.6em;
    color: #3b3d44;
    max-font-size: 100px; }
  @media (max-width: 991.98px) {
    .sf-block-block-318[data-block-id="498"] .block-318-card {
      padding-left: 20px;
      padding-right: 20px; } }

.sf-block-block-318[data-block-id="498"] .block-318-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.02);
  pointer-events: none; }

.sf-block-block-318[data-block-id="498"] .block-318-image {
  width: 100%;
  height: 100%;
  position: absolute;
  background-position: center center;
  background-size: cover;
  z-index: 1;
  top: 0;
  pointer-events: auto; }

.sf-block-block-318[data-block-id="498"] .echo-form-group label,
.sf-block-block-318[data-block-id="498"] .echo-form-group .echo-form-group-uploader-button,
.sf-block-block-318[data-block-id="498"] .echo-form-group .echo-label {
  font-family: Poppins;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.115em;
  line-height: 1.5em;
  color: #626167;
  max-font-size: 100px;
  group: font; }

.sf-block-block-318[data-block-id="498"] .echo-form-group input[type="text"],
.sf-block-block-318[data-block-id="498"] .echo-form-group input[type="email"],
.sf-block-block-318[data-block-id="498"] .echo-form-group textarea {
  font-family: Poppins;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 2em;
  color: #3b3d44;
  max-font-size: 100px;
  group: font;
  border-width: 1px;
  border-style: solid;
  border-color: #e6e1de;
  background-color: white; }
  .sf-block-block-318[data-block-id="498"] .echo-form-group input[type="text"]:focus, .sf-block-block-318[data-block-id="498"] .echo-form-group input[type="text"]:active,
  .sf-block-block-318[data-block-id="498"] .echo-form-group input[type="email"]:focus,
  .sf-block-block-318[data-block-id="498"] .echo-form-group input[type="email"]:active,
  .sf-block-block-318[data-block-id="498"] .echo-form-group textarea:focus,
  .sf-block-block-318[data-block-id="498"] .echo-form-group textarea:active {
    border-color: #ff821e;
    background-color: white; }

.sf-block-block-318[data-block-id="498"] .echo-form-group select {
  font-family: Poppins;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 2em;
  color: #3b3d44;
  max-font-size: 100px;
  group: font;
  border-color: #e6e1de;
  background-color: white; }
  .sf-block-block-318[data-block-id="498"] .echo-form-group select:focus {
    border-color: #ff821e;
    background-color: white; }

.sf-block-block-318[data-block-id="498"] .echo-form-group .echo-radio [type="radio"]:checked + label:before,
.sf-block-block-318[data-block-id="498"] .echo-form-group .echo-radio [type="radio"]:not(:checked) + label:before {
  background-color: white;
  border-color: #e6e1de; }

.sf-block-block-318[data-block-id="498"] .echo-form-group .echo-radio [type="radio"]:checked + label:after,
.sf-block-block-318[data-block-id="498"] .echo-form-group .echo-radio [type="radio"]:not(:checked) + label:after {
  background-color: #ff821e;
  border-color: #e6e1de; }

.sf-block-block-318[data-block-id="498"] .echo-form-group .echo-checkbox > span::before {
  border-color: #e6e1de;
  background-color: white; }

.sf-block-block-318[data-block-id="498"] .echo-form-group .echo-checkbox > input:checked + span::before,
.sf-block-block-318[data-block-id="498"] .echo-form-group .echo-checkbox > input:indeterminate + span::before {
  background-color: #ff821e;
  border-color: #ff821e; }

.sf-block-block-318[data-block-id="498"] .echo-form-group .echo-checkbox > input:checked + span::after,
.sf-block-block-318[data-block-id="498"] .echo-form-group .echo-checkbox > input:indeterminate + span::after {
  border-color: #fff; }

.sf-block-block-318[data-block-id="498"] .echo-form-group.echo-form-group-divider {
  border-color: #e6e1de; }
  .sf-block-block-318[data-block-id="498"] .echo-form-group.echo-form-group-divider .echo-divider-title {
    font-family: Poppins;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0.115em;
    line-height: 1.5em;
    color: #626167;
    max-font-size: 100px;
    group: font;
    font-weight: bold; }
  .sf-block-block-318[data-block-id="498"] .echo-form-group.echo-form-group-divider .echo-divider-description {
    font-family: Poppins;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0.115em;
    line-height: 1.5em;
    color: #626167;
    max-font-size: 100px;
    group: font; }

.sf-block-block-318[data-block-id="498"] .echo-form-group .echo-form-group-uploader {
  border-color: #ff821e;
  background-color: white; }
  .sf-block-block-318[data-block-id="498"] .echo-form-group .echo-form-group-uploader .echo-form-group-uploader-icon {
    color: #ff821e; }
  .sf-block-block-318[data-block-id="498"] .echo-form-group .echo-form-group-uploader .echo-form-group-uploader-progress {
    background-color: #ff821e; }
  .sf-block-block-318[data-block-id="498"] .echo-form-group .echo-form-group-uploader .echo-form-group-uploader-current {
    font-family: Poppins;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0.115em;
    line-height: 1.5em;
    color: #626167;
    max-font-size: 100px;
    group: font; }

.sf-block-block-318[data-block-id="498"] button {
  background-color: #ff821e;
  font-family: Poppins;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.085em;
  line-height: 1.9em;
  color: white;
  max-font-size: 100px;
  border-radius: 100px; }
  .sf-block-block-318[data-block-id="498"] button:hover {
    background-color: #ff821e;
    color: white; }

.sf-block-block-318[data-block-id="498"] .echo-form-group-error-text {
  font-family: Poppins;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.115em;
  line-height: 1.5em;
  color: #626167;
  max-font-size: 100px;
  group: font; }

.sf-block-block-318[data-block-id="580"] .block-318-wrapper {
  position: relative;
  pointer-events: none; }
  .sf-block-block-318[data-block-id="580"] .block-318-wrapper h1, .sf-block-block-318[data-block-id="580"] .block-318-wrapper h2, .sf-block-block-318[data-block-id="580"] .block-318-wrapper h3, .sf-block-block-318[data-block-id="580"] .block-318-wrapper h4, .sf-block-block-318[data-block-id="580"] .block-318-wrapper h5, .sf-block-block-318[data-block-id="580"] .block-318-wrapper p, .sf-block-block-318[data-block-id="580"] .block-318-wrapper li {
    text-shadow: 0px 1px 20px rgba(0, 0, 0, 0.25); }

.sf-block-block-318[data-block-id="580"] .block-318-content {
  display: flex;
  min-height: 800px;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 3;
  flex-wrap: wrap; }

.sf-block-block-318[data-block-id="580"] .block-318-column-1 {
  width: calc(60% - 20px);
  margin-right: 20px;
  pointer-events: auto; }
  @media (max-width: 991.98px) {
    .sf-block-block-318[data-block-id="580"] .block-318-column-1 {
      width: 100%;
      margin-right: 0; } }

.sf-block-block-318[data-block-id="580"] .block-318-column-2 {
  width: calc(40% - 20px);
  margin-left: 20px;
  pointer-events: auto; }
  @media (max-width: 991.98px) {
    .sf-block-block-318[data-block-id="580"] .block-318-column-2 {
      width: 100%;
      margin-left: 0; } }

.sf-block-block-318[data-block-id="580"] .block-318-column-1-content {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px; }
  .sf-block-block-318[data-block-id="580"] .block-318-column-1-content p, .sf-block-block-318[data-block-id="580"] .block-318-column-1-content li {
    font-family: Poppins;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 2em;
    color: white;
    max-font-size: 100px; }
  .sf-block-block-318[data-block-id="580"] .block-318-column-1-content h1 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 36px;
    letter-spacing: 0.085em;
    line-height: 1.35em;
    color: white;
    max-font-size: 100px;
    padding-bottom: 15px; }
    @media (max-width: 991.98px) {
      .sf-block-block-318[data-block-id="580"] .block-318-column-1-content h1 {
        font-size: 27.69231px; } }
  .sf-block-block-318[data-block-id="580"] .block-318-column-1-content h2 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 28px;
    letter-spacing: 0.085em;
    line-height: 1.5em;
    color: white;
    max-font-size: 100px;
    padding-bottom: 10px; }
    @media (max-width: 991.98px) {
      .sf-block-block-318[data-block-id="580"] .block-318-column-1-content h2 {
        font-size: 21.53846px; } }
  .sf-block-block-318[data-block-id="580"] .block-318-column-1-content h3 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 0.085em;
    line-height: 1.6em;
    color: white;
    max-font-size: 100px;
    padding-bottom: 10px; }
    @media (max-width: 991.98px) {
      .sf-block-block-318[data-block-id="580"] .block-318-column-1-content h3 {
        font-size: 16.66667px; } }
  .sf-block-block-318[data-block-id="580"] .block-318-column-1-content h4 {
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.085em;
    line-height: 1.9em;
    color: white;
    max-font-size: 100px;
    padding-bottom: 10px; }
    @media (max-width: 991.98px) {
      .sf-block-block-318[data-block-id="580"] .block-318-column-1-content h4 {
        font-size: 15px; } }
  .sf-block-block-318[data-block-id="580"] .block-318-column-1-content h5 {
    font-family: Poppins;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0.115em;
    line-height: 1.5em;
    color: white;
    max-font-size: 100px; }
  .sf-block-block-318[data-block-id="580"] .block-318-column-1-content a {
    color: #ff821e; }
  .sf-block-block-318[data-block-id="580"] .block-318-column-1-content p + h1,
  .sf-block-block-318[data-block-id="580"] .block-318-column-1-content p + h2,
  .sf-block-block-318[data-block-id="580"] .block-318-column-1-content p + h3,
  .sf-block-block-318[data-block-id="580"] .block-318-column-1-content p + h4 {
    padding-top: 30px; }
  .sf-block-block-318[data-block-id="580"] .block-318-column-1-content h4 + h1,
  .sf-block-block-318[data-block-id="580"] .block-318-column-1-content h4 + h2,
  .sf-block-block-318[data-block-id="580"] .block-318-column-1-content h4 + h3 {
    padding-top: 30px; }
  .sf-block-block-318[data-block-id="580"] .block-318-column-1-content ul + h1,
  .sf-block-block-318[data-block-id="580"] .block-318-column-1-content ul + h2,
  .sf-block-block-318[data-block-id="580"] .block-318-column-1-content ul + h3 {
    padding-top: 30px; }
  .sf-block-block-318[data-block-id="580"] .block-318-column-1-content h1:last-child,
  .sf-block-block-318[data-block-id="580"] .block-318-column-1-content h2:last-child,
  .sf-block-block-318[data-block-id="580"] .block-318-column-1-content h3:last-child,
  .sf-block-block-318[data-block-id="580"] .block-318-column-1-content h4:last-child,
  .sf-block-block-318[data-block-id="580"] .block-318-column-1-content h5:last-child,
  .sf-block-block-318[data-block-id="580"] .block-318-column-1-content p:last-child {
    padding-bottom: 0; }

.sf-block-block-318[data-block-id="580"] .block-318-card {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
  margin-bottom: 60px;
  background-color: rgba(255, 255, 255, 0.75);
  padding: 35px;
  text-align: center; }
  .sf-block-block-318[data-block-id="580"] .block-318-card .block-318-card-text {
    margin-bottom: 30px; }
  .sf-block-block-318[data-block-id="580"] .block-318-card h3 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 0.085em;
    line-height: 1.6em;
    color: #3b3d44;
    max-font-size: 100px; }
  @media (max-width: 991.98px) {
    .sf-block-block-318[data-block-id="580"] .block-318-card {
      padding-left: 20px;
      padding-right: 20px; } }

.sf-block-block-318[data-block-id="580"] .block-318-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.02);
  pointer-events: none; }

.sf-block-block-318[data-block-id="580"] .block-318-image {
  width: 100%;
  height: 100%;
  position: absolute;
  background-position: center center;
  background-size: cover;
  z-index: 1;
  top: 0;
  pointer-events: auto; }

.sf-block-block-318[data-block-id="580"] .echo-form-group label,
.sf-block-block-318[data-block-id="580"] .echo-form-group .echo-form-group-uploader-button,
.sf-block-block-318[data-block-id="580"] .echo-form-group .echo-label {
  font-family: Poppins;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.115em;
  line-height: 1.5em;
  color: #626167;
  max-font-size: 100px;
  group: font; }

.sf-block-block-318[data-block-id="580"] .echo-form-group input[type="text"],
.sf-block-block-318[data-block-id="580"] .echo-form-group input[type="email"],
.sf-block-block-318[data-block-id="580"] .echo-form-group textarea {
  font-family: Poppins;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 2em;
  color: #3b3d44;
  max-font-size: 100px;
  group: font;
  border-width: 1px;
  border-style: solid;
  border-color: #e6e1de;
  background-color: white; }
  .sf-block-block-318[data-block-id="580"] .echo-form-group input[type="text"]:focus, .sf-block-block-318[data-block-id="580"] .echo-form-group input[type="text"]:active,
  .sf-block-block-318[data-block-id="580"] .echo-form-group input[type="email"]:focus,
  .sf-block-block-318[data-block-id="580"] .echo-form-group input[type="email"]:active,
  .sf-block-block-318[data-block-id="580"] .echo-form-group textarea:focus,
  .sf-block-block-318[data-block-id="580"] .echo-form-group textarea:active {
    border-color: #ff821e;
    background-color: white; }

.sf-block-block-318[data-block-id="580"] .echo-form-group select {
  font-family: Poppins;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 2em;
  color: #3b3d44;
  max-font-size: 100px;
  group: font;
  border-color: #e6e1de;
  background-color: white; }
  .sf-block-block-318[data-block-id="580"] .echo-form-group select:focus {
    border-color: #ff821e;
    background-color: white; }

.sf-block-block-318[data-block-id="580"] .echo-form-group .echo-radio [type="radio"]:checked + label:before,
.sf-block-block-318[data-block-id="580"] .echo-form-group .echo-radio [type="radio"]:not(:checked) + label:before {
  background-color: white;
  border-color: #e6e1de; }

.sf-block-block-318[data-block-id="580"] .echo-form-group .echo-radio [type="radio"]:checked + label:after,
.sf-block-block-318[data-block-id="580"] .echo-form-group .echo-radio [type="radio"]:not(:checked) + label:after {
  background-color: #ff821e;
  border-color: #e6e1de; }

.sf-block-block-318[data-block-id="580"] .echo-form-group .echo-checkbox > span::before {
  border-color: #e6e1de;
  background-color: white; }

.sf-block-block-318[data-block-id="580"] .echo-form-group .echo-checkbox > input:checked + span::before,
.sf-block-block-318[data-block-id="580"] .echo-form-group .echo-checkbox > input:indeterminate + span::before {
  background-color: #ff821e;
  border-color: #ff821e; }

.sf-block-block-318[data-block-id="580"] .echo-form-group .echo-checkbox > input:checked + span::after,
.sf-block-block-318[data-block-id="580"] .echo-form-group .echo-checkbox > input:indeterminate + span::after {
  border-color: #fff; }

.sf-block-block-318[data-block-id="580"] .echo-form-group.echo-form-group-divider {
  border-color: #e6e1de; }
  .sf-block-block-318[data-block-id="580"] .echo-form-group.echo-form-group-divider .echo-divider-title {
    font-family: Poppins;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0.115em;
    line-height: 1.5em;
    color: #626167;
    max-font-size: 100px;
    group: font;
    font-weight: bold; }
  .sf-block-block-318[data-block-id="580"] .echo-form-group.echo-form-group-divider .echo-divider-description {
    font-family: Poppins;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0.115em;
    line-height: 1.5em;
    color: #626167;
    max-font-size: 100px;
    group: font; }

.sf-block-block-318[data-block-id="580"] .echo-form-group .echo-form-group-uploader {
  border-color: #ff821e;
  background-color: white; }
  .sf-block-block-318[data-block-id="580"] .echo-form-group .echo-form-group-uploader .echo-form-group-uploader-icon {
    color: #ff821e; }
  .sf-block-block-318[data-block-id="580"] .echo-form-group .echo-form-group-uploader .echo-form-group-uploader-progress {
    background-color: #ff821e; }
  .sf-block-block-318[data-block-id="580"] .echo-form-group .echo-form-group-uploader .echo-form-group-uploader-current {
    font-family: Poppins;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0.115em;
    line-height: 1.5em;
    color: #626167;
    max-font-size: 100px;
    group: font; }

.sf-block-block-318[data-block-id="580"] button {
  background-color: #ff821e;
  font-family: Poppins;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.085em;
  line-height: 1.9em;
  color: white;
  max-font-size: 100px;
  border-radius: 100px; }
  .sf-block-block-318[data-block-id="580"] button:hover {
    background-color: #ff821e;
    color: white; }

.sf-block-block-318[data-block-id="580"] .echo-form-group-error-text {
  font-family: Poppins;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.115em;
  line-height: 1.5em;
  color: #626167;
  max-font-size: 100px;
  group: font; }

.sf-block-block-323[data-block-id="459"] {
  --border: #ff821e;
  --background: white; }
  .sf-block-block-323[data-block-id="459"] .block-323-wrapper {
    background-color: white;
    padding-top: 60px;
    padding-bottom: 60px;
    color: #626167; }
    @media (max-width: 767.98px) {
      .sf-block-block-323[data-block-id="459"] .block-323-wrapper {
        padding-top: 30px; } }
    @media (max-width: 767.98px) {
      .sf-block-block-323[data-block-id="459"] .block-323-wrapper {
        padding-bottom: 30px; } }
  .sf-block-block-323[data-block-id="459"] .block-323-entries {
    position: relative; }
  .sf-block-block-323[data-block-id="459"] .block-323-entry {
    position: relative;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    padding-bottom: 70px; }
    @media (max-width: 566.98px) {
      .sf-block-block-323[data-block-id="459"] .block-323-entry {
        padding-bottom: 30px; } }
    .sf-block-block-323[data-block-id="459"] .block-323-entry .block-323-speaker {
      width: 160px; }
      @media (max-width: 566.98px) {
        .sf-block-block-323[data-block-id="459"] .block-323-entry .block-323-speaker {
          width: 100%;
          text-align: center; } }
      .sf-block-block-323[data-block-id="459"] .block-323-entry .block-323-speaker img {
        border: 2px solid var(--border);
        border-radius: 100%;
        position: relative;
        z-index: 2; }
        @media (max-width: 566.98px) {
          .sf-block-block-323[data-block-id="459"] .block-323-entry .block-323-speaker img {
            margin-bottom: 10px; } }
      .sf-block-block-323[data-block-id="459"] .block-323-entry .block-323-speaker:after {
        content: "";
        width: 2px;
        background-color: var(--border);
        position: absolute;
        height: 100%;
        left: 70px;
        z-index: 1; }
        @media (max-width: 566.98px) {
          .sf-block-block-323[data-block-id="459"] .block-323-entry .block-323-speaker:after {
            display: none; } }
      .sf-block-block-323[data-block-id="459"] .block-323-entry .block-323-speaker.block-323-speaker--no-image:after {
        display: none; }
    .sf-block-block-323[data-block-id="459"] .block-323-entry .block-323-content {
      flex: 1;
      margin-top: 10px; }
      @media (max-width: 566.98px) {
        .sf-block-block-323[data-block-id="459"] .block-323-entry .block-323-content {
          flex: auto; } }
    .sf-block-block-323[data-block-id="459"] .block-323-entry:last-child {
      padding-bottom: 0; }
  .sf-block-block-323[data-block-id="459"] .block-323-entry:last-child .block-323-speaker:after {
    display: none; }
  .sf-block-block-323[data-block-id="459"] .block-323-info {
    display: flex;
    align-items: center;
    margin: 0 0 10px 0; }
    @media (max-width: 566.98px) {
      .sf-block-block-323[data-block-id="459"] .block-323-info {
        justify-content: center; } }
    .sf-block-block-323[data-block-id="459"] .block-323-info .block-323-info-icon-1,
    .sf-block-block-323[data-block-id="459"] .block-323-info .block-323-info-icon-2,
    .sf-block-block-323[data-block-id="459"] .block-323-info .block-323-info-icon-3 {
      font-family: Poppins;
      font-weight: 400;
      font-size: 12px;
      letter-spacing: 0.115em;
      line-height: 1.5em;
      color: #626167;
      max-font-size: 100px;
      position: relative;
      padding-right: 20px;
      margin-left: 24px;
      padding-left: 4px; }
      .sf-block-block-323[data-block-id="459"] .block-323-info .block-323-info-icon-1:before,
      .sf-block-block-323[data-block-id="459"] .block-323-info .block-323-info-icon-2:before,
      .sf-block-block-323[data-block-id="459"] .block-323-info .block-323-info-icon-3:before {
        content: '';
        position: absolute;
        left: -24px;
        top: -3px;
        display: block;
        width: 24px;
        height: 24px; }
    .sf-block-block-323[data-block-id="459"] .block-323-info .block-323-info-icon-1:before {
      background-image: url('data:image/svg+xml;utf8,<svg width="24" height="24" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M7 4a1 1 0 0 1 2 0v1h6V4a1 1 0 1 1 2 0v1h1a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2h1V4Zm2 5v2H7V9h2Zm-2 3v2h2v-2H7Zm0 3v2h2v-2H7Zm6 0h-2v2h2v-2Zm-2-3h2v2h-2v-2Zm2-3h-2v2h2V9Zm2 8v-2h2v2h-2Zm2-3v-2h-2v2h2Zm-2-3V9h2v2h-2Z" fill="%23a4adb5"/></svg>'); }
    .sf-block-block-323[data-block-id="459"] .block-323-info .block-323-info-icon-2:before {
      background-image: url('data:image/svg+xml;utf8,<svg width="24" height="24" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M19 12a7 7 0 11-14 0 7 7 0 0114 0zm1 0a8 8 0 11-16 0 8 8 0 0116 0zm-9-4a1 1 0 112 0v3h3a1 1 0 110 2h-4a1 1 0 01-1-1V8z" fill="%23a4adb5"/></svg>'); }
    .sf-block-block-323[data-block-id="459"] .block-323-info .block-323-info-icon-3:before {
      background-image: url('data:image/svg+xml;utf8,<svg width="24" height="24" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M18 9c0 .753-.165 1.44-.464 2.047-1.025 2.716-3.492 6.241-4.747 7.944a.946.946 0 01-1.53.005c-1.278-1.712-3.803-5.274-4.82-7.999A4.604 4.604 0 016 9c0-3.038 2.686-6 6-6s6 2.962 6 6zm-5.973 1a2 2 0 100-4 2 2 0 000 4z" fill="%23a4adb5"/></svg>'); }
  .sf-block-block-323[data-block-id="459"] .block-323-text {
    max-height: 123px;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative; }
    .sf-block-block-323[data-block-id="459"] .block-323-text:before {
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      background: linear-gradient(transparent 60px, var(--background));
      pointer-events: none; }
    .sf-block-block-323[data-block-id="459"] .block-323-text.block-323-text--expanded {
      max-height: none; }
      .sf-block-block-323[data-block-id="459"] .block-323-text.block-323-text--expanded:before {
        display: none; }
  .sf-block-block-323[data-block-id="459"] .block-323-expand {
    text-align: center; }
    .sf-block-block-323[data-block-id="459"] .block-323-expand .block-323-expand-button {
      border: 2px solid transparent;
      background: none;
      width: 100%;
      padding: 3px; }
      .sf-block-block-323[data-block-id="459"] .block-323-expand .block-323-expand-button:focus {
        outline: 0;
        border-color: var(--border); }
      .sf-block-block-323[data-block-id="459"] .block-323-expand .block-323-expand-button.block-323-expand-button--expanded svg {
        transform: rotateX(180deg); }
    .sf-block-block-323[data-block-id="459"] .block-323-expand svg {
      color: #a4adb5;
      fill: currentColor; }
  .sf-block-block-323[data-block-id="459"] p, .sf-block-block-323[data-block-id="459"] li {
    font-family: Poppins;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 2em;
    color: #3b3d44;
    max-font-size: 100px; }
  .sf-block-block-323[data-block-id="459"] h1 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 36px;
    letter-spacing: 0.085em;
    line-height: 1.35em;
    color: #3b3d44;
    max-font-size: 100px;
    padding-bottom: 15px; }
    @media (max-width: 991.98px) {
      .sf-block-block-323[data-block-id="459"] h1 {
        font-size: 27.69231px; } }
  .sf-block-block-323[data-block-id="459"] h2 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 28px;
    letter-spacing: 0.085em;
    line-height: 1.5em;
    color: #3b3d44;
    max-font-size: 100px;
    padding-bottom: 10px; }
    @media (max-width: 991.98px) {
      .sf-block-block-323[data-block-id="459"] h2 {
        font-size: 21.53846px; } }
  .sf-block-block-323[data-block-id="459"] h3 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 0.085em;
    line-height: 1.6em;
    color: #3b3d44;
    max-font-size: 100px;
    padding-bottom: 10px; }
    @media (max-width: 991.98px) {
      .sf-block-block-323[data-block-id="459"] h3 {
        font-size: 16.66667px; } }
  .sf-block-block-323[data-block-id="459"] h4 {
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.085em;
    line-height: 1.9em;
    color: #3b3d44;
    max-font-size: 100px;
    padding-bottom: 10px; }
    @media (max-width: 991.98px) {
      .sf-block-block-323[data-block-id="459"] h4 {
        font-size: 15px; } }
  .sf-block-block-323[data-block-id="459"] h5 {
    font-family: Poppins;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0.115em;
    line-height: 1.5em;
    color: #626167;
    max-font-size: 100px; }
  .sf-block-block-323[data-block-id="459"] a {
    color: #ff821e; }
  .sf-block-block-323[data-block-id="459"] p + h1,
  .sf-block-block-323[data-block-id="459"] p + h2,
  .sf-block-block-323[data-block-id="459"] p + h3,
  .sf-block-block-323[data-block-id="459"] p + h4 {
    padding-top: 30px; }
  .sf-block-block-323[data-block-id="459"] h4 + h1,
  .sf-block-block-323[data-block-id="459"] h4 + h2,
  .sf-block-block-323[data-block-id="459"] h4 + h3 {
    padding-top: 30px; }
  .sf-block-block-323[data-block-id="459"] ul + h1,
  .sf-block-block-323[data-block-id="459"] ul + h2,
  .sf-block-block-323[data-block-id="459"] ul + h3 {
    padding-top: 30px; }
  .sf-block-block-323[data-block-id="459"] h1:last-child,
  .sf-block-block-323[data-block-id="459"] h2:last-child,
  .sf-block-block-323[data-block-id="459"] h3:last-child,
  .sf-block-block-323[data-block-id="459"] h4:last-child,
  .sf-block-block-323[data-block-id="459"] h5:last-child,
  .sf-block-block-323[data-block-id="459"] p:last-child {
    padding-bottom: 0; }

.sf-block-3151[data-block-id="461"] .latestfromblog-wrapper {
  background-color: white;
  padding-top: 60px;
  padding-bottom: 60px; }
  @media (max-width: 767.98px) {
    .sf-block-3151[data-block-id="461"] .latestfromblog-wrapper {
      padding-top: 30px; } }
  @media (max-width: 767.98px) {
    .sf-block-3151[data-block-id="461"] .latestfromblog-wrapper {
      padding-bottom: 30px; } }
  .sf-block-3151[data-block-id="461"] .latestfromblog-wrapper .block-heading {
    padding: 30px 0; }
  .sf-block-3151[data-block-id="461"] .latestfromblog-wrapper h1 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 36px;
    letter-spacing: 0.085em;
    line-height: 1.35em;
    color: #3b3d44;
    max-font-size: 100px;
    padding-bottom: 15px; }
    @media (max-width: 991.98px) {
      .sf-block-3151[data-block-id="461"] .latestfromblog-wrapper h1 {
        font-size: 27.69231px; } }
  .sf-block-3151[data-block-id="461"] .latestfromblog-wrapper .knapp-wrapper {
    background-color: white;
    display: flex;
    justify-content: center; }
    .sf-block-3151[data-block-id="461"] .latestfromblog-wrapper .knapp-wrapper .knapp-button-wrapper {
      text-align: initial;
      width: max-content;
      display: flex;
      align-items: center;
      z-index: 3; }
      .sf-block-3151[data-block-id="461"] .latestfromblog-wrapper .knapp-wrapper .knapp-button-wrapper a.knapp-button {
        text-decoration: none;
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: row;
        align-items: flex-end;
        font-family: Poppins;
        font-weight: 400;
        font-size: 18px;
        letter-spacing: 0.085em;
        line-height: 1.9em;
        color: white;
        max-font-size: 100px;
        padding: 10px 0 0px 0;
        color: #262626; }
        .sf-block-3151[data-block-id="461"] .latestfromblog-wrapper .knapp-wrapper .knapp-button-wrapper a.knapp-button .material-icons {
          border-color: #262626;
          height: max-content; }
      .sf-block-3151[data-block-id="461"] .latestfromblog-wrapper .knapp-wrapper .knapp-button-wrapper a.knapp-button:hover .material-icons {
        border-color: #8e343d;
        background-color: #8e343d;
        color: #fff; }
      .sf-block-3151[data-block-id="461"] .latestfromblog-wrapper .knapp-wrapper .knapp-button-wrapper .linkContainer {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        height: 100%;
        width: 100%; }
      .sf-block-3151[data-block-id="461"] .latestfromblog-wrapper .knapp-wrapper .knapp-button-wrapper .material-icons {
        height: max-content; }

.sf-block-3151[data-block-id="461"] .flexContainer .firstColumn {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  flex-wrap: wrap;
  padding-bottom: 60px;
  gap: 15px; }
  @media (max-width: 991.98px) {
    .sf-block-3151[data-block-id="461"] .flexContainer .firstColumn {
      grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 566.98px) {
    .sf-block-3151[data-block-id="461"] .flexContainer .firstColumn {
      grid-template-columns: repeat(1, 1fr); } }
  .sf-block-3151[data-block-id="461"] .flexContainer .firstColumn .latestfromblog_latest {
    display: flex;
    width: 100%; }
    .sf-block-3151[data-block-id="461"] .flexContainer .firstColumn .latestfromblog_latest .latest-post {
      width: 100%;
      height: 100%;
      text-decoration: none;
      background-color: #f4f4f4; }
  .sf-block-3151[data-block-id="461"] .flexContainer .firstColumn .myCard {
    margin-left: 0;
    position: relative;
    display: flex;
    flex-direction: column;
    flex: 1;
    /* .imageblock-overlay {
position: absolute;
z-index: 2;
top: 0;
height: 90%;
width: 100%;
background: rgb(0,0,0);
background: linear-gradient(0deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);
} */ }
    .sf-block-3151[data-block-id="461"] .flexContainer .firstColumn .myCard .time-date-container {
      display: flex;
      flex-direction: column;
      flex-wrap: wrap;
      position: absolute;
      top: 0;
      padding: 10px 20px;
      background: rgba(0, 0, 0, 0.4);
      border-radius: 0 0 10px 0; }
      .sf-block-3151[data-block-id="461"] .flexContainer .firstColumn .myCard .time-date-container .blog-time, .sf-block-3151[data-block-id="461"] .flexContainer .firstColumn .myCard .time-date-container .blog-date {
        min-width: max-content;
        padding: 8px 0;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 5px; }
        .sf-block-3151[data-block-id="461"] .flexContainer .firstColumn .myCard .time-date-container .blog-time p, .sf-block-3151[data-block-id="461"] .flexContainer .firstColumn .myCard .time-date-container .blog-date p {
          font-size: 12px;
          font-family: Poppins;
          font-weight: 400;
          line-height: 1.5em;
          letter-spacing: 0.115em;
          color: #626167;
          text-transform: uppercase;
          font-size: 14px;
          font-weight: 600;
          color: #fff; }
      .sf-block-3151[data-block-id="461"] .flexContainer .firstColumn .myCard .time-date-container .blog-time p {
        font-size: 12px;
        font-weight: 400; }
      .sf-block-3151[data-block-id="461"] .flexContainer .firstColumn .myCard .time-date-container .blog-date {
        border-bottom: 1px solid #fff; }
    .sf-block-3151[data-block-id="461"] .flexContainer .firstColumn .myCard .blog-tag {
      padding: 8px 0;
      display: flex;
      align-items: center;
      gap: 5px; }
      .sf-block-3151[data-block-id="461"] .flexContainer .firstColumn .myCard .blog-tag p {
        font-size: 12px;
        font-family: Poppins;
        font-weight: 400;
        line-height: 1.5em;
        letter-spacing: 0.115em;
        color: #626167;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 400;
        color: #3d3d3d; }
    .sf-block-3151[data-block-id="461"] .flexContainer .firstColumn .myCard .projektoversiktblock-button-wrapper {
      width: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      z-index: 3;
      padding: 15px;
      color: #fff; }
      .sf-block-3151[data-block-id="461"] .flexContainer .firstColumn .myCard .projektoversiktblock-button-wrapper .read-more-btn {
        display: flex;
        padding: 15px 45px;
        justify-content: center;
        align-items: center;
        margin: 10px auto 0 auto;
        background-color: #ff821e;
        transition: filter .3s ease;
        border-radius: 100px; }
        .sf-block-3151[data-block-id="461"] .flexContainer .firstColumn .myCard .projektoversiktblock-button-wrapper .read-more-btn p {
          font-size: 18px;
          font-family: Poppins;
          font-weight: 400;
          line-height: 1.9em;
          letter-spacing: 0.085em;
          color: #3b3d44;
          font-size: 12px;
          color: #fff; }
      .sf-block-3151[data-block-id="461"] .flexContainer .firstColumn .myCard .projektoversiktblock-button-wrapper svg {
        margin-left: 10px;
        transition: background-color .3s ease;
        border-radius: 50px;
        fill: #ff821e; }
      .sf-block-3151[data-block-id="461"] .flexContainer .firstColumn .myCard .projektoversiktblock-button-wrapper a.projektoversiktblock-button {
        background-color: #ff821e;
        text-decoration: none;
        width: 100%;
        height: 100%;
        display: flex;
        font-family: Poppins;
        font-weight: 400;
        font-size: 18px;
        letter-spacing: 0.085em;
        line-height: 1.9em;
        color: white;
        max-font-size: 100px; }
      .sf-block-3151[data-block-id="461"] .flexContainer .firstColumn .myCard .projektoversiktblock-button-wrapper a.projektoversiktblock-button:hover {
        color: white;
        background-color: #ff821e; }
      .sf-block-3151[data-block-id="461"] .flexContainer .firstColumn .myCard .projektoversiktblock-button-wrapper .blogTitle {
        font-family: Poppins;
        font-weight: 700;
        font-size: 20px;
        letter-spacing: 0.085em;
        line-height: 1.6em;
        color: #3b3d44;
        max-font-size: 100px;
        font-size: 16px;
        display: block;
        z-index: 2; }
        @media (max-width: 1199.98px) {
          .sf-block-3151[data-block-id="461"] .flexContainer .firstColumn .myCard .projektoversiktblock-button-wrapper .blogTitle {
            font-size: 12px; } }
      .sf-block-3151[data-block-id="461"] .flexContainer .firstColumn .myCard .projektoversiktblock-button-wrapper .linkContainer {
        display: flex;
        flex-direction: row;
        position: relative;
        height: 50px; }
        .sf-block-3151[data-block-id="461"] .flexContainer .firstColumn .myCard .projektoversiktblock-button-wrapper .linkContainer .linkText {
          font-family: Kobenhavn;
          color: #ffffff;
          font-weight: 300;
          font-size: 18px;
          margin-bottom: 8px; }

.sf-block-3151[data-block-id="461"] .flexContainer .smallCard {
  position: relative;
  display: flex;
  flex: 1; }
  .sf-block-3151[data-block-id="461"] .flexContainer .smallCard .img-container {
    height: 200px;
    width: 100%;
    overflow: hidden; }
  .sf-block-3151[data-block-id="461"] .flexContainer .smallCard .textimage-image {
    height: 100%;
    width: 100%;
    z-index: 1;
    display: block;
    background-size: cover;
    background-position: center center;
    transition: all .3s ease; }
  .sf-block-3151[data-block-id="461"] .flexContainer .smallCard:hover .textimage-image {
    transform: scale(1.1); }
  .sf-block-3151[data-block-id="461"] .flexContainer .smallCard:hover .projektoversiktblock-button-wrapper .read-more-btn {
    filter: brightness(0.9); }

.sf-block-3151[data-block-id="461"] .link-container {
  padding: 0 40px;
  display: flex;
  justify-content: flex-end;
  align-items: center; }
  @media (max-width: 566.98px) {
    .sf-block-3151[data-block-id="461"] .link-container {
      padding: 20px 0; } }
  .sf-block-3151[data-block-id="461"] .link-container a {
    text-decoration: none;
    font-weight: bold;
    color: #3b3d44; }
  .sf-block-3151[data-block-id="461"] .link-container .material-icons {
    color: #3b3d44;
    font-size: 36px; }
  .sf-block-3151[data-block-id="461"] .link-container:hover a, .sf-block-3151[data-block-id="461"] .link-container:hover .material-icons {
    color: #ff821e;
    cursor: pointer; }

.sf-block-3151[data-block-id="461"] p, .sf-block-3151[data-block-id="461"] li {
  font-family: Poppins;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 2em;
  color: #3b3d44;
  max-font-size: 100px; }

.sf-block-3151[data-block-id="461"] h1 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 36px;
  letter-spacing: 0.085em;
  line-height: 1.35em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 15px; }
  @media (max-width: 991.98px) {
    .sf-block-3151[data-block-id="461"] h1 {
      font-size: 27.69231px; } }

.sf-block-3151[data-block-id="461"] h2 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 28px;
  letter-spacing: 0.085em;
  line-height: 1.5em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-3151[data-block-id="461"] h2 {
      font-size: 21.53846px; } }

.sf-block-3151[data-block-id="461"] h3 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.085em;
  line-height: 1.6em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-3151[data-block-id="461"] h3 {
      font-size: 16.66667px; } }

.sf-block-3151[data-block-id="461"] h4 {
  font-family: Poppins;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.085em;
  line-height: 1.9em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-3151[data-block-id="461"] h4 {
      font-size: 15px; } }

.sf-block-3151[data-block-id="461"] h5 {
  font-family: Poppins;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.115em;
  line-height: 1.5em;
  color: #626167;
  max-font-size: 100px; }

.sf-block-3151[data-block-id="461"] a {
  color: #ff821e; }

.sf-block-3151[data-block-id="461"] p + h1,
.sf-block-3151[data-block-id="461"] p + h2,
.sf-block-3151[data-block-id="461"] p + h3,
.sf-block-3151[data-block-id="461"] p + h4 {
  padding-top: 30px; }

.sf-block-3151[data-block-id="461"] h4 + h1,
.sf-block-3151[data-block-id="461"] h4 + h2,
.sf-block-3151[data-block-id="461"] h4 + h3 {
  padding-top: 30px; }

.sf-block-3151[data-block-id="461"] ul + h1,
.sf-block-3151[data-block-id="461"] ul + h2,
.sf-block-3151[data-block-id="461"] ul + h3 {
  padding-top: 30px; }

.sf-block-3151[data-block-id="461"] h1:last-child,
.sf-block-3151[data-block-id="461"] h2:last-child,
.sf-block-3151[data-block-id="461"] h3:last-child,
.sf-block-3151[data-block-id="461"] h4:last-child,
.sf-block-3151[data-block-id="461"] h5:last-child,
.sf-block-3151[data-block-id="461"] p:last-child {
  padding-bottom: 0; }

.sf-block-3151[data-block-id="468"] .latestfromblog-wrapper {
  background-color: white;
  padding-top: 60px;
  padding-bottom: 60px; }
  @media (max-width: 767.98px) {
    .sf-block-3151[data-block-id="468"] .latestfromblog-wrapper {
      padding-top: 30px; } }
  @media (max-width: 767.98px) {
    .sf-block-3151[data-block-id="468"] .latestfromblog-wrapper {
      padding-bottom: 30px; } }
  .sf-block-3151[data-block-id="468"] .latestfromblog-wrapper .block-heading {
    padding: 30px 0; }
  .sf-block-3151[data-block-id="468"] .latestfromblog-wrapper h1 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 36px;
    letter-spacing: 0.085em;
    line-height: 1.35em;
    color: #3b3d44;
    max-font-size: 100px;
    padding-bottom: 15px; }
    @media (max-width: 991.98px) {
      .sf-block-3151[data-block-id="468"] .latestfromblog-wrapper h1 {
        font-size: 27.69231px; } }
  .sf-block-3151[data-block-id="468"] .latestfromblog-wrapper .knapp-wrapper {
    background-color: white;
    display: flex;
    justify-content: center; }
    .sf-block-3151[data-block-id="468"] .latestfromblog-wrapper .knapp-wrapper .knapp-button-wrapper {
      text-align: initial;
      width: max-content;
      display: flex;
      align-items: center;
      z-index: 3; }
      .sf-block-3151[data-block-id="468"] .latestfromblog-wrapper .knapp-wrapper .knapp-button-wrapper a.knapp-button {
        text-decoration: none;
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: row;
        align-items: flex-end;
        font-family: Poppins;
        font-weight: 400;
        font-size: 18px;
        letter-spacing: 0.085em;
        line-height: 1.9em;
        color: white;
        max-font-size: 100px;
        padding: 10px 0 0px 0;
        color: #262626; }
        .sf-block-3151[data-block-id="468"] .latestfromblog-wrapper .knapp-wrapper .knapp-button-wrapper a.knapp-button .material-icons {
          border-color: #262626;
          height: max-content; }
      .sf-block-3151[data-block-id="468"] .latestfromblog-wrapper .knapp-wrapper .knapp-button-wrapper a.knapp-button:hover .material-icons {
        border-color: #8e343d;
        background-color: #8e343d;
        color: #fff; }
      .sf-block-3151[data-block-id="468"] .latestfromblog-wrapper .knapp-wrapper .knapp-button-wrapper .linkContainer {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        height: 100%;
        width: 100%; }
      .sf-block-3151[data-block-id="468"] .latestfromblog-wrapper .knapp-wrapper .knapp-button-wrapper .material-icons {
        height: max-content; }

.sf-block-3151[data-block-id="468"] .flexContainer .firstColumn {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  flex-wrap: wrap;
  padding-bottom: 60px;
  gap: 15px; }
  @media (max-width: 991.98px) {
    .sf-block-3151[data-block-id="468"] .flexContainer .firstColumn {
      grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 566.98px) {
    .sf-block-3151[data-block-id="468"] .flexContainer .firstColumn {
      grid-template-columns: repeat(1, 1fr); } }
  .sf-block-3151[data-block-id="468"] .flexContainer .firstColumn .latestfromblog_latest {
    display: flex;
    width: 100%; }
    .sf-block-3151[data-block-id="468"] .flexContainer .firstColumn .latestfromblog_latest .latest-post {
      width: 100%;
      height: 100%;
      text-decoration: none;
      background-color: #f4f4f4; }
  .sf-block-3151[data-block-id="468"] .flexContainer .firstColumn .myCard {
    margin-left: 0;
    position: relative;
    display: flex;
    flex-direction: column;
    flex: 1;
    /* .imageblock-overlay {
position: absolute;
z-index: 2;
top: 0;
height: 90%;
width: 100%;
background: rgb(0,0,0);
background: linear-gradient(0deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);
} */ }
    .sf-block-3151[data-block-id="468"] .flexContainer .firstColumn .myCard .time-date-container {
      display: flex;
      flex-direction: column;
      flex-wrap: wrap;
      position: absolute;
      top: 0;
      padding: 10px 20px;
      background: rgba(0, 0, 0, 0.4);
      border-radius: 0 0 10px 0; }
      .sf-block-3151[data-block-id="468"] .flexContainer .firstColumn .myCard .time-date-container .blog-time, .sf-block-3151[data-block-id="468"] .flexContainer .firstColumn .myCard .time-date-container .blog-date {
        min-width: max-content;
        padding: 8px 0;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 5px; }
        .sf-block-3151[data-block-id="468"] .flexContainer .firstColumn .myCard .time-date-container .blog-time p, .sf-block-3151[data-block-id="468"] .flexContainer .firstColumn .myCard .time-date-container .blog-date p {
          font-size: 12px;
          font-family: Poppins;
          font-weight: 400;
          line-height: 1.5em;
          letter-spacing: 0.115em;
          color: #626167;
          text-transform: uppercase;
          font-size: 14px;
          font-weight: 600;
          color: #fff; }
      .sf-block-3151[data-block-id="468"] .flexContainer .firstColumn .myCard .time-date-container .blog-time p {
        font-size: 12px;
        font-weight: 400; }
      .sf-block-3151[data-block-id="468"] .flexContainer .firstColumn .myCard .time-date-container .blog-date {
        border-bottom: 1px solid #fff; }
    .sf-block-3151[data-block-id="468"] .flexContainer .firstColumn .myCard .blog-tag {
      padding: 8px 0;
      display: flex;
      align-items: center;
      gap: 5px; }
      .sf-block-3151[data-block-id="468"] .flexContainer .firstColumn .myCard .blog-tag p {
        font-size: 12px;
        font-family: Poppins;
        font-weight: 400;
        line-height: 1.5em;
        letter-spacing: 0.115em;
        color: #626167;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 400;
        color: #3d3d3d; }
    .sf-block-3151[data-block-id="468"] .flexContainer .firstColumn .myCard .projektoversiktblock-button-wrapper {
      width: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      z-index: 3;
      padding: 15px;
      color: #fff; }
      .sf-block-3151[data-block-id="468"] .flexContainer .firstColumn .myCard .projektoversiktblock-button-wrapper .read-more-btn {
        display: flex;
        padding: 15px 45px;
        justify-content: center;
        align-items: center;
        margin: 10px auto 0 auto;
        background-color: #ff821e;
        transition: filter .3s ease;
        border-radius: 100px; }
        .sf-block-3151[data-block-id="468"] .flexContainer .firstColumn .myCard .projektoversiktblock-button-wrapper .read-more-btn p {
          font-size: 18px;
          font-family: Poppins;
          font-weight: 400;
          line-height: 1.9em;
          letter-spacing: 0.085em;
          color: #3b3d44;
          font-size: 12px;
          color: #fff; }
      .sf-block-3151[data-block-id="468"] .flexContainer .firstColumn .myCard .projektoversiktblock-button-wrapper svg {
        margin-left: 10px;
        transition: background-color .3s ease;
        border-radius: 50px;
        fill: #ff821e; }
      .sf-block-3151[data-block-id="468"] .flexContainer .firstColumn .myCard .projektoversiktblock-button-wrapper a.projektoversiktblock-button {
        background-color: #ff821e;
        text-decoration: none;
        width: 100%;
        height: 100%;
        display: flex;
        font-family: Poppins;
        font-weight: 400;
        font-size: 18px;
        letter-spacing: 0.085em;
        line-height: 1.9em;
        color: white;
        max-font-size: 100px; }
      .sf-block-3151[data-block-id="468"] .flexContainer .firstColumn .myCard .projektoversiktblock-button-wrapper a.projektoversiktblock-button:hover {
        color: white;
        background-color: #ff821e; }
      .sf-block-3151[data-block-id="468"] .flexContainer .firstColumn .myCard .projektoversiktblock-button-wrapper .blogTitle {
        font-family: Poppins;
        font-weight: 700;
        font-size: 20px;
        letter-spacing: 0.085em;
        line-height: 1.6em;
        color: #3b3d44;
        max-font-size: 100px;
        font-size: 16px;
        display: block;
        z-index: 2; }
        @media (max-width: 1199.98px) {
          .sf-block-3151[data-block-id="468"] .flexContainer .firstColumn .myCard .projektoversiktblock-button-wrapper .blogTitle {
            font-size: 12px; } }
      .sf-block-3151[data-block-id="468"] .flexContainer .firstColumn .myCard .projektoversiktblock-button-wrapper .linkContainer {
        display: flex;
        flex-direction: row;
        position: relative;
        height: 50px; }
        .sf-block-3151[data-block-id="468"] .flexContainer .firstColumn .myCard .projektoversiktblock-button-wrapper .linkContainer .linkText {
          font-family: Kobenhavn;
          color: #ffffff;
          font-weight: 300;
          font-size: 18px;
          margin-bottom: 8px; }

.sf-block-3151[data-block-id="468"] .flexContainer .smallCard {
  position: relative;
  display: flex;
  flex: 1; }
  .sf-block-3151[data-block-id="468"] .flexContainer .smallCard .img-container {
    height: 200px;
    width: 100%;
    overflow: hidden; }
  .sf-block-3151[data-block-id="468"] .flexContainer .smallCard .textimage-image {
    height: 100%;
    width: 100%;
    z-index: 1;
    display: block;
    background-size: cover;
    background-position: center center;
    transition: all .3s ease; }
  .sf-block-3151[data-block-id="468"] .flexContainer .smallCard:hover .textimage-image {
    transform: scale(1.1); }
  .sf-block-3151[data-block-id="468"] .flexContainer .smallCard:hover .projektoversiktblock-button-wrapper .read-more-btn {
    filter: brightness(0.9); }

.sf-block-3151[data-block-id="468"] .link-container {
  padding: 0 40px;
  display: flex;
  justify-content: flex-end;
  align-items: center; }
  @media (max-width: 566.98px) {
    .sf-block-3151[data-block-id="468"] .link-container {
      padding: 20px 0; } }
  .sf-block-3151[data-block-id="468"] .link-container a {
    text-decoration: none;
    font-weight: bold;
    color: #3b3d44; }
  .sf-block-3151[data-block-id="468"] .link-container .material-icons {
    color: #3b3d44;
    font-size: 36px; }
  .sf-block-3151[data-block-id="468"] .link-container:hover a, .sf-block-3151[data-block-id="468"] .link-container:hover .material-icons {
    color: #ff821e;
    cursor: pointer; }

.sf-block-3151[data-block-id="468"] p, .sf-block-3151[data-block-id="468"] li {
  font-family: Poppins;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 2em;
  color: #3b3d44;
  max-font-size: 100px; }

.sf-block-3151[data-block-id="468"] h1 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 36px;
  letter-spacing: 0.085em;
  line-height: 1.35em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 15px; }
  @media (max-width: 991.98px) {
    .sf-block-3151[data-block-id="468"] h1 {
      font-size: 27.69231px; } }

.sf-block-3151[data-block-id="468"] h2 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 28px;
  letter-spacing: 0.085em;
  line-height: 1.5em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-3151[data-block-id="468"] h2 {
      font-size: 21.53846px; } }

.sf-block-3151[data-block-id="468"] h3 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.085em;
  line-height: 1.6em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-3151[data-block-id="468"] h3 {
      font-size: 16.66667px; } }

.sf-block-3151[data-block-id="468"] h4 {
  font-family: Poppins;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.085em;
  line-height: 1.9em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-3151[data-block-id="468"] h4 {
      font-size: 15px; } }

.sf-block-3151[data-block-id="468"] h5 {
  font-family: Poppins;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.115em;
  line-height: 1.5em;
  color: #626167;
  max-font-size: 100px; }

.sf-block-3151[data-block-id="468"] a {
  color: #ff821e; }

.sf-block-3151[data-block-id="468"] p + h1,
.sf-block-3151[data-block-id="468"] p + h2,
.sf-block-3151[data-block-id="468"] p + h3,
.sf-block-3151[data-block-id="468"] p + h4 {
  padding-top: 30px; }

.sf-block-3151[data-block-id="468"] h4 + h1,
.sf-block-3151[data-block-id="468"] h4 + h2,
.sf-block-3151[data-block-id="468"] h4 + h3 {
  padding-top: 30px; }

.sf-block-3151[data-block-id="468"] ul + h1,
.sf-block-3151[data-block-id="468"] ul + h2,
.sf-block-3151[data-block-id="468"] ul + h3 {
  padding-top: 30px; }

.sf-block-3151[data-block-id="468"] h1:last-child,
.sf-block-3151[data-block-id="468"] h2:last-child,
.sf-block-3151[data-block-id="468"] h3:last-child,
.sf-block-3151[data-block-id="468"] h4:last-child,
.sf-block-3151[data-block-id="468"] h5:last-child,
.sf-block-3151[data-block-id="468"] p:last-child {
  padding-bottom: 0; }

.sf-block-3151[data-block-id="482"] .latestfromblog-wrapper {
  background-color: white;
  padding-top: 60px;
  padding-bottom: 60px; }
  @media (max-width: 767.98px) {
    .sf-block-3151[data-block-id="482"] .latestfromblog-wrapper {
      padding-top: 30px; } }
  @media (max-width: 767.98px) {
    .sf-block-3151[data-block-id="482"] .latestfromblog-wrapper {
      padding-bottom: 30px; } }
  .sf-block-3151[data-block-id="482"] .latestfromblog-wrapper .block-heading {
    padding: 30px 0; }
  .sf-block-3151[data-block-id="482"] .latestfromblog-wrapper h1 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 36px;
    letter-spacing: 0.085em;
    line-height: 1.35em;
    color: #3b3d44;
    max-font-size: 100px;
    padding-bottom: 15px; }
    @media (max-width: 991.98px) {
      .sf-block-3151[data-block-id="482"] .latestfromblog-wrapper h1 {
        font-size: 27.69231px; } }
  .sf-block-3151[data-block-id="482"] .latestfromblog-wrapper .knapp-wrapper {
    background-color: white;
    display: flex;
    justify-content: center; }
    .sf-block-3151[data-block-id="482"] .latestfromblog-wrapper .knapp-wrapper .knapp-button-wrapper {
      text-align: initial;
      width: max-content;
      display: flex;
      align-items: center;
      z-index: 3; }
      .sf-block-3151[data-block-id="482"] .latestfromblog-wrapper .knapp-wrapper .knapp-button-wrapper a.knapp-button {
        text-decoration: none;
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: row;
        align-items: flex-end;
        font-family: Poppins;
        font-weight: 400;
        font-size: 18px;
        letter-spacing: 0.085em;
        line-height: 1.9em;
        color: white;
        max-font-size: 100px;
        padding: 10px 0 0px 0;
        color: #262626; }
        .sf-block-3151[data-block-id="482"] .latestfromblog-wrapper .knapp-wrapper .knapp-button-wrapper a.knapp-button .material-icons {
          border-color: #262626;
          height: max-content; }
      .sf-block-3151[data-block-id="482"] .latestfromblog-wrapper .knapp-wrapper .knapp-button-wrapper a.knapp-button:hover .material-icons {
        border-color: #8e343d;
        background-color: #8e343d;
        color: #fff; }
      .sf-block-3151[data-block-id="482"] .latestfromblog-wrapper .knapp-wrapper .knapp-button-wrapper .linkContainer {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        height: 100%;
        width: 100%; }
      .sf-block-3151[data-block-id="482"] .latestfromblog-wrapper .knapp-wrapper .knapp-button-wrapper .material-icons {
        height: max-content; }

.sf-block-3151[data-block-id="482"] .flexContainer .firstColumn {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  flex-wrap: wrap;
  padding-bottom: 60px;
  gap: 15px; }
  @media (max-width: 991.98px) {
    .sf-block-3151[data-block-id="482"] .flexContainer .firstColumn {
      grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 566.98px) {
    .sf-block-3151[data-block-id="482"] .flexContainer .firstColumn {
      grid-template-columns: repeat(1, 1fr); } }
  .sf-block-3151[data-block-id="482"] .flexContainer .firstColumn .latestfromblog_latest {
    display: flex;
    width: 100%; }
    .sf-block-3151[data-block-id="482"] .flexContainer .firstColumn .latestfromblog_latest .latest-post {
      width: 100%;
      height: 100%;
      text-decoration: none;
      background-color: #f4f4f4; }
  .sf-block-3151[data-block-id="482"] .flexContainer .firstColumn .myCard {
    margin-left: 0;
    position: relative;
    display: flex;
    flex-direction: column;
    flex: 1;
    /* .imageblock-overlay {
position: absolute;
z-index: 2;
top: 0;
height: 90%;
width: 100%;
background: rgb(0,0,0);
background: linear-gradient(0deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);
} */ }
    .sf-block-3151[data-block-id="482"] .flexContainer .firstColumn .myCard .time-date-container {
      display: flex;
      flex-direction: column;
      flex-wrap: wrap;
      position: absolute;
      top: 0;
      padding: 10px 20px;
      background: rgba(0, 0, 0, 0.4);
      border-radius: 0 0 10px 0; }
      .sf-block-3151[data-block-id="482"] .flexContainer .firstColumn .myCard .time-date-container .blog-time, .sf-block-3151[data-block-id="482"] .flexContainer .firstColumn .myCard .time-date-container .blog-date {
        min-width: max-content;
        padding: 8px 0;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 5px; }
        .sf-block-3151[data-block-id="482"] .flexContainer .firstColumn .myCard .time-date-container .blog-time p, .sf-block-3151[data-block-id="482"] .flexContainer .firstColumn .myCard .time-date-container .blog-date p {
          font-size: 12px;
          font-family: Poppins;
          font-weight: 400;
          line-height: 1.5em;
          letter-spacing: 0.115em;
          color: #626167;
          text-transform: uppercase;
          font-size: 14px;
          font-weight: 600;
          color: #fff; }
      .sf-block-3151[data-block-id="482"] .flexContainer .firstColumn .myCard .time-date-container .blog-time p {
        font-size: 12px;
        font-weight: 400; }
      .sf-block-3151[data-block-id="482"] .flexContainer .firstColumn .myCard .time-date-container .blog-date {
        border-bottom: 1px solid #fff; }
    .sf-block-3151[data-block-id="482"] .flexContainer .firstColumn .myCard .blog-tag {
      padding: 8px 0;
      display: flex;
      align-items: center;
      gap: 5px; }
      .sf-block-3151[data-block-id="482"] .flexContainer .firstColumn .myCard .blog-tag p {
        font-size: 12px;
        font-family: Poppins;
        font-weight: 400;
        line-height: 1.5em;
        letter-spacing: 0.115em;
        color: #626167;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 400;
        color: #3d3d3d; }
    .sf-block-3151[data-block-id="482"] .flexContainer .firstColumn .myCard .projektoversiktblock-button-wrapper {
      width: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      z-index: 3;
      padding: 15px;
      color: #fff; }
      .sf-block-3151[data-block-id="482"] .flexContainer .firstColumn .myCard .projektoversiktblock-button-wrapper .read-more-btn {
        display: flex;
        padding: 15px 45px;
        justify-content: center;
        align-items: center;
        margin: 10px auto 0 auto;
        background-color: #ff821e;
        transition: filter .3s ease;
        border-radius: 100px; }
        .sf-block-3151[data-block-id="482"] .flexContainer .firstColumn .myCard .projektoversiktblock-button-wrapper .read-more-btn p {
          font-size: 18px;
          font-family: Poppins;
          font-weight: 400;
          line-height: 1.9em;
          letter-spacing: 0.085em;
          color: #3b3d44;
          font-size: 12px;
          color: #fff; }
      .sf-block-3151[data-block-id="482"] .flexContainer .firstColumn .myCard .projektoversiktblock-button-wrapper svg {
        margin-left: 10px;
        transition: background-color .3s ease;
        border-radius: 50px;
        fill: #ff821e; }
      .sf-block-3151[data-block-id="482"] .flexContainer .firstColumn .myCard .projektoversiktblock-button-wrapper a.projektoversiktblock-button {
        background-color: #ff821e;
        text-decoration: none;
        width: 100%;
        height: 100%;
        display: flex;
        font-family: Poppins;
        font-weight: 400;
        font-size: 18px;
        letter-spacing: 0.085em;
        line-height: 1.9em;
        color: white;
        max-font-size: 100px; }
      .sf-block-3151[data-block-id="482"] .flexContainer .firstColumn .myCard .projektoversiktblock-button-wrapper a.projektoversiktblock-button:hover {
        color: white;
        background-color: #ff821e; }
      .sf-block-3151[data-block-id="482"] .flexContainer .firstColumn .myCard .projektoversiktblock-button-wrapper .blogTitle {
        font-family: Poppins;
        font-weight: 700;
        font-size: 20px;
        letter-spacing: 0.085em;
        line-height: 1.6em;
        color: #3b3d44;
        max-font-size: 100px;
        font-size: 16px;
        display: block;
        z-index: 2; }
        @media (max-width: 1199.98px) {
          .sf-block-3151[data-block-id="482"] .flexContainer .firstColumn .myCard .projektoversiktblock-button-wrapper .blogTitle {
            font-size: 12px; } }
      .sf-block-3151[data-block-id="482"] .flexContainer .firstColumn .myCard .projektoversiktblock-button-wrapper .linkContainer {
        display: flex;
        flex-direction: row;
        position: relative;
        height: 50px; }
        .sf-block-3151[data-block-id="482"] .flexContainer .firstColumn .myCard .projektoversiktblock-button-wrapper .linkContainer .linkText {
          font-family: Kobenhavn;
          color: #ffffff;
          font-weight: 300;
          font-size: 18px;
          margin-bottom: 8px; }

.sf-block-3151[data-block-id="482"] .flexContainer .smallCard {
  position: relative;
  display: flex;
  flex: 1; }
  .sf-block-3151[data-block-id="482"] .flexContainer .smallCard .img-container {
    height: 200px;
    width: 100%;
    overflow: hidden; }
  .sf-block-3151[data-block-id="482"] .flexContainer .smallCard .textimage-image {
    height: 100%;
    width: 100%;
    z-index: 1;
    display: block;
    background-size: cover;
    background-position: center center;
    transition: all .3s ease; }
  .sf-block-3151[data-block-id="482"] .flexContainer .smallCard:hover .textimage-image {
    transform: scale(1.1); }
  .sf-block-3151[data-block-id="482"] .flexContainer .smallCard:hover .projektoversiktblock-button-wrapper .read-more-btn {
    filter: brightness(0.9); }

.sf-block-3151[data-block-id="482"] .link-container {
  padding: 0 40px;
  display: flex;
  justify-content: flex-end;
  align-items: center; }
  @media (max-width: 566.98px) {
    .sf-block-3151[data-block-id="482"] .link-container {
      padding: 20px 0; } }
  .sf-block-3151[data-block-id="482"] .link-container a {
    text-decoration: none;
    font-weight: bold;
    color: #3b3d44; }
  .sf-block-3151[data-block-id="482"] .link-container .material-icons {
    color: #3b3d44;
    font-size: 36px; }
  .sf-block-3151[data-block-id="482"] .link-container:hover a, .sf-block-3151[data-block-id="482"] .link-container:hover .material-icons {
    color: #ff821e;
    cursor: pointer; }

.sf-block-3151[data-block-id="482"] p, .sf-block-3151[data-block-id="482"] li {
  font-family: Poppins;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 2em;
  color: #3b3d44;
  max-font-size: 100px; }

.sf-block-3151[data-block-id="482"] h1 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 36px;
  letter-spacing: 0.085em;
  line-height: 1.35em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 15px; }
  @media (max-width: 991.98px) {
    .sf-block-3151[data-block-id="482"] h1 {
      font-size: 27.69231px; } }

.sf-block-3151[data-block-id="482"] h2 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 28px;
  letter-spacing: 0.085em;
  line-height: 1.5em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-3151[data-block-id="482"] h2 {
      font-size: 21.53846px; } }

.sf-block-3151[data-block-id="482"] h3 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.085em;
  line-height: 1.6em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-3151[data-block-id="482"] h3 {
      font-size: 16.66667px; } }

.sf-block-3151[data-block-id="482"] h4 {
  font-family: Poppins;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.085em;
  line-height: 1.9em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-3151[data-block-id="482"] h4 {
      font-size: 15px; } }

.sf-block-3151[data-block-id="482"] h5 {
  font-family: Poppins;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.115em;
  line-height: 1.5em;
  color: #626167;
  max-font-size: 100px; }

.sf-block-3151[data-block-id="482"] a {
  color: #ff821e; }

.sf-block-3151[data-block-id="482"] p + h1,
.sf-block-3151[data-block-id="482"] p + h2,
.sf-block-3151[data-block-id="482"] p + h3,
.sf-block-3151[data-block-id="482"] p + h4 {
  padding-top: 30px; }

.sf-block-3151[data-block-id="482"] h4 + h1,
.sf-block-3151[data-block-id="482"] h4 + h2,
.sf-block-3151[data-block-id="482"] h4 + h3 {
  padding-top: 30px; }

.sf-block-3151[data-block-id="482"] ul + h1,
.sf-block-3151[data-block-id="482"] ul + h2,
.sf-block-3151[data-block-id="482"] ul + h3 {
  padding-top: 30px; }

.sf-block-3151[data-block-id="482"] h1:last-child,
.sf-block-3151[data-block-id="482"] h2:last-child,
.sf-block-3151[data-block-id="482"] h3:last-child,
.sf-block-3151[data-block-id="482"] h4:last-child,
.sf-block-3151[data-block-id="482"] h5:last-child,
.sf-block-3151[data-block-id="482"] p:last-child {
  padding-bottom: 0; }

.sf-block-block-319[data-block-id="469"] .block-319-wrapper {
  position: relative;
  pointer-events: none; }

.sf-block-block-319[data-block-id="469"] .block-319-content {
  display: flex;
  min-height: 800px;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 3;
  flex-wrap: wrap;
  pointer-events: none; }

.sf-block-block-319[data-block-id="469"] .block-319-card {
  width: 100%;
  min-width: 600px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
  margin-bottom: 60px;
  background-color: rgba(255, 255, 255, 0.75);
  padding: 35px;
  pointer-events: none; }
  .sf-block-block-319[data-block-id="469"] .block-319-card .echo-container-xs {
    pointer-events: auto; }
  .sf-block-block-319[data-block-id="469"] .block-319-card form {
    margin-top: 30px; }
  @media (max-width: 991.98px) {
    .sf-block-block-319[data-block-id="469"] .block-319-card {
      min-width: 0;
      max-width: 100%;
      padding-left: 0;
      padding-right: 0; } }

.sf-block-block-319[data-block-id="469"] .block-319-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.02);
  pointer-events: none; }

.sf-block-block-319[data-block-id="469"] .block-319-image {
  width: 100%;
  height: 100%;
  position: absolute;
  background-position: center center;
  background-size: cover;
  z-index: 1;
  top: 0;
  pointer-events: auto; }

.sf-block-block-319[data-block-id="469"] .echo-form-group label,
.sf-block-block-319[data-block-id="469"] .echo-form-group .echo-form-group-uploader-button,
.sf-block-block-319[data-block-id="469"] .echo-form-group .echo-label {
  font-family: Poppins;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.115em;
  line-height: 1.5em;
  color: #626167;
  max-font-size: 100px;
  group: font; }

.sf-block-block-319[data-block-id="469"] .echo-form-group input[type="text"],
.sf-block-block-319[data-block-id="469"] .echo-form-group input[type="email"],
.sf-block-block-319[data-block-id="469"] .echo-form-group textarea {
  font-family: Poppins;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 2em;
  color: #3b3d44;
  max-font-size: 100px;
  group: font;
  border-width: 1px;
  border-style: solid;
  border-color: #e6e1de;
  background-color: white; }
  .sf-block-block-319[data-block-id="469"] .echo-form-group input[type="text"]:focus, .sf-block-block-319[data-block-id="469"] .echo-form-group input[type="text"]:active,
  .sf-block-block-319[data-block-id="469"] .echo-form-group input[type="email"]:focus,
  .sf-block-block-319[data-block-id="469"] .echo-form-group input[type="email"]:active,
  .sf-block-block-319[data-block-id="469"] .echo-form-group textarea:focus,
  .sf-block-block-319[data-block-id="469"] .echo-form-group textarea:active {
    border-color: #ff821e;
    background-color: white; }

.sf-block-block-319[data-block-id="469"] .echo-form-group select {
  font-family: Poppins;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 2em;
  color: #3b3d44;
  max-font-size: 100px;
  group: font;
  border-color: #e6e1de;
  background-color: white; }
  .sf-block-block-319[data-block-id="469"] .echo-form-group select:focus {
    border-color: #ff821e;
    background-color: white; }

.sf-block-block-319[data-block-id="469"] .echo-form-group .echo-radio [type="radio"]:checked + label:before,
.sf-block-block-319[data-block-id="469"] .echo-form-group .echo-radio [type="radio"]:not(:checked) + label:before {
  background-color: white;
  border-color: #e6e1de; }

.sf-block-block-319[data-block-id="469"] .echo-form-group .echo-radio [type="radio"]:checked + label:after,
.sf-block-block-319[data-block-id="469"] .echo-form-group .echo-radio [type="radio"]:not(:checked) + label:after {
  background-color: #ff821e;
  border-color: #e6e1de; }

.sf-block-block-319[data-block-id="469"] .echo-form-group .echo-checkbox > span::before {
  border-color: #e6e1de;
  background-color: white; }

.sf-block-block-319[data-block-id="469"] .echo-form-group .echo-checkbox > input:checked + span::before,
.sf-block-block-319[data-block-id="469"] .echo-form-group .echo-checkbox > input:indeterminate + span::before {
  background-color: #ff821e;
  border-color: #ff821e; }

.sf-block-block-319[data-block-id="469"] .echo-form-group .echo-checkbox > input:checked + span::after,
.sf-block-block-319[data-block-id="469"] .echo-form-group .echo-checkbox > input:indeterminate + span::after {
  border-color: #fff; }

.sf-block-block-319[data-block-id="469"] .echo-form-group.echo-form-group-divider {
  border-color: #e6e1de; }
  .sf-block-block-319[data-block-id="469"] .echo-form-group.echo-form-group-divider .echo-divider-title {
    font-family: Poppins;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0.115em;
    line-height: 1.5em;
    color: #626167;
    max-font-size: 100px;
    group: font;
    font-weight: bold; }
  .sf-block-block-319[data-block-id="469"] .echo-form-group.echo-form-group-divider .echo-divider-description {
    font-family: Poppins;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0.115em;
    line-height: 1.5em;
    color: #626167;
    max-font-size: 100px;
    group: font; }

.sf-block-block-319[data-block-id="469"] .echo-form-group .echo-form-group-uploader {
  border-color: #ff821e;
  background-color: white; }
  .sf-block-block-319[data-block-id="469"] .echo-form-group .echo-form-group-uploader .echo-form-group-uploader-icon {
    color: #ff821e; }
  .sf-block-block-319[data-block-id="469"] .echo-form-group .echo-form-group-uploader .echo-form-group-uploader-progress {
    background-color: #ff821e; }
  .sf-block-block-319[data-block-id="469"] .echo-form-group .echo-form-group-uploader .echo-form-group-uploader-current {
    font-family: Poppins;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0.115em;
    line-height: 1.5em;
    color: #626167;
    max-font-size: 100px;
    group: font; }

.sf-block-block-319[data-block-id="469"] button {
  background-color: #ff821e;
  font-family: Poppins;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.085em;
  line-height: 1.9em;
  color: white;
  max-font-size: 100px;
  border-radius: 100px; }
  .sf-block-block-319[data-block-id="469"] button:hover {
    background-color: #ff821e;
    color: white; }

.sf-block-block-319[data-block-id="469"] .echo-form-group-error-text {
  font-family: Poppins;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.115em;
  line-height: 1.5em;
  color: #626167;
  max-font-size: 100px;
  group: font; }

.sf-block-block-319[data-block-id="469"] p, .sf-block-block-319[data-block-id="469"] li {
  font-family: Poppins;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 2em;
  color: #3b3d44;
  max-font-size: 100px; }

.sf-block-block-319[data-block-id="469"] h1 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 36px;
  letter-spacing: 0.085em;
  line-height: 1.35em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 15px; }
  @media (max-width: 991.98px) {
    .sf-block-block-319[data-block-id="469"] h1 {
      font-size: 27.69231px; } }

.sf-block-block-319[data-block-id="469"] h2 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 28px;
  letter-spacing: 0.085em;
  line-height: 1.5em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-block-319[data-block-id="469"] h2 {
      font-size: 21.53846px; } }

.sf-block-block-319[data-block-id="469"] h3 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.085em;
  line-height: 1.6em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-block-319[data-block-id="469"] h3 {
      font-size: 16.66667px; } }

.sf-block-block-319[data-block-id="469"] h4 {
  font-family: Poppins;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.085em;
  line-height: 1.9em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-block-319[data-block-id="469"] h4 {
      font-size: 15px; } }

.sf-block-block-319[data-block-id="469"] h5 {
  font-family: Poppins;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.115em;
  line-height: 1.5em;
  color: #626167;
  max-font-size: 100px; }

.sf-block-block-319[data-block-id="469"] a {
  color: #ff821e; }

.sf-block-block-319[data-block-id="469"] p + h1,
.sf-block-block-319[data-block-id="469"] p + h2,
.sf-block-block-319[data-block-id="469"] p + h3,
.sf-block-block-319[data-block-id="469"] p + h4 {
  padding-top: 30px; }

.sf-block-block-319[data-block-id="469"] h4 + h1,
.sf-block-block-319[data-block-id="469"] h4 + h2,
.sf-block-block-319[data-block-id="469"] h4 + h3 {
  padding-top: 30px; }

.sf-block-block-319[data-block-id="469"] ul + h1,
.sf-block-block-319[data-block-id="469"] ul + h2,
.sf-block-block-319[data-block-id="469"] ul + h3 {
  padding-top: 30px; }

.sf-block-block-319[data-block-id="469"] h1:last-child,
.sf-block-block-319[data-block-id="469"] h2:last-child,
.sf-block-block-319[data-block-id="469"] h3:last-child,
.sf-block-block-319[data-block-id="469"] h4:last-child,
.sf-block-block-319[data-block-id="469"] h5:last-child,
.sf-block-block-319[data-block-id="469"] p:last-child {
  padding-bottom: 0; }

.sf-block-block-319[data-block-id="497"] .block-319-wrapper {
  position: relative;
  pointer-events: none; }

.sf-block-block-319[data-block-id="497"] .block-319-content {
  display: flex;
  min-height: 800px;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 3;
  flex-wrap: wrap;
  pointer-events: none; }

.sf-block-block-319[data-block-id="497"] .block-319-card {
  width: 100%;
  min-width: 600px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
  margin-bottom: 60px;
  background-color: rgba(255, 255, 255, 0.75);
  padding: 35px;
  pointer-events: none; }
  .sf-block-block-319[data-block-id="497"] .block-319-card .echo-container-xs {
    pointer-events: auto; }
  .sf-block-block-319[data-block-id="497"] .block-319-card form {
    margin-top: 30px; }
  @media (max-width: 991.98px) {
    .sf-block-block-319[data-block-id="497"] .block-319-card {
      min-width: 0;
      max-width: 100%;
      padding-left: 0;
      padding-right: 0; } }

.sf-block-block-319[data-block-id="497"] .block-319-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.02);
  pointer-events: none; }

.sf-block-block-319[data-block-id="497"] .block-319-image {
  width: 100%;
  height: 100%;
  position: absolute;
  background-position: center center;
  background-size: cover;
  z-index: 1;
  top: 0;
  pointer-events: auto; }

.sf-block-block-319[data-block-id="497"] .echo-form-group label,
.sf-block-block-319[data-block-id="497"] .echo-form-group .echo-form-group-uploader-button,
.sf-block-block-319[data-block-id="497"] .echo-form-group .echo-label {
  font-family: Poppins;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.115em;
  line-height: 1.5em;
  color: #626167;
  max-font-size: 100px;
  group: font; }

.sf-block-block-319[data-block-id="497"] .echo-form-group input[type="text"],
.sf-block-block-319[data-block-id="497"] .echo-form-group input[type="email"],
.sf-block-block-319[data-block-id="497"] .echo-form-group textarea {
  font-family: Poppins;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 2em;
  color: #3b3d44;
  max-font-size: 100px;
  group: font;
  border-width: 1px;
  border-style: solid;
  border-color: #e6e1de;
  background-color: white; }
  .sf-block-block-319[data-block-id="497"] .echo-form-group input[type="text"]:focus, .sf-block-block-319[data-block-id="497"] .echo-form-group input[type="text"]:active,
  .sf-block-block-319[data-block-id="497"] .echo-form-group input[type="email"]:focus,
  .sf-block-block-319[data-block-id="497"] .echo-form-group input[type="email"]:active,
  .sf-block-block-319[data-block-id="497"] .echo-form-group textarea:focus,
  .sf-block-block-319[data-block-id="497"] .echo-form-group textarea:active {
    border-color: #ff821e;
    background-color: white; }

.sf-block-block-319[data-block-id="497"] .echo-form-group select {
  font-family: Poppins;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 2em;
  color: #3b3d44;
  max-font-size: 100px;
  group: font;
  border-color: #e6e1de;
  background-color: white; }
  .sf-block-block-319[data-block-id="497"] .echo-form-group select:focus {
    border-color: #ff821e;
    background-color: white; }

.sf-block-block-319[data-block-id="497"] .echo-form-group .echo-radio [type="radio"]:checked + label:before,
.sf-block-block-319[data-block-id="497"] .echo-form-group .echo-radio [type="radio"]:not(:checked) + label:before {
  background-color: white;
  border-color: #e6e1de; }

.sf-block-block-319[data-block-id="497"] .echo-form-group .echo-radio [type="radio"]:checked + label:after,
.sf-block-block-319[data-block-id="497"] .echo-form-group .echo-radio [type="radio"]:not(:checked) + label:after {
  background-color: #ff821e;
  border-color: #e6e1de; }

.sf-block-block-319[data-block-id="497"] .echo-form-group .echo-checkbox > span::before {
  border-color: #e6e1de;
  background-color: white; }

.sf-block-block-319[data-block-id="497"] .echo-form-group .echo-checkbox > input:checked + span::before,
.sf-block-block-319[data-block-id="497"] .echo-form-group .echo-checkbox > input:indeterminate + span::before {
  background-color: #ff821e;
  border-color: #ff821e; }

.sf-block-block-319[data-block-id="497"] .echo-form-group .echo-checkbox > input:checked + span::after,
.sf-block-block-319[data-block-id="497"] .echo-form-group .echo-checkbox > input:indeterminate + span::after {
  border-color: #fff; }

.sf-block-block-319[data-block-id="497"] .echo-form-group.echo-form-group-divider {
  border-color: #e6e1de; }
  .sf-block-block-319[data-block-id="497"] .echo-form-group.echo-form-group-divider .echo-divider-title {
    font-family: Poppins;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0.115em;
    line-height: 1.5em;
    color: #626167;
    max-font-size: 100px;
    group: font;
    font-weight: bold; }
  .sf-block-block-319[data-block-id="497"] .echo-form-group.echo-form-group-divider .echo-divider-description {
    font-family: Poppins;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0.115em;
    line-height: 1.5em;
    color: #626167;
    max-font-size: 100px;
    group: font; }

.sf-block-block-319[data-block-id="497"] .echo-form-group .echo-form-group-uploader {
  border-color: #ff821e;
  background-color: white; }
  .sf-block-block-319[data-block-id="497"] .echo-form-group .echo-form-group-uploader .echo-form-group-uploader-icon {
    color: #ff821e; }
  .sf-block-block-319[data-block-id="497"] .echo-form-group .echo-form-group-uploader .echo-form-group-uploader-progress {
    background-color: #ff821e; }
  .sf-block-block-319[data-block-id="497"] .echo-form-group .echo-form-group-uploader .echo-form-group-uploader-current {
    font-family: Poppins;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0.115em;
    line-height: 1.5em;
    color: #626167;
    max-font-size: 100px;
    group: font; }

.sf-block-block-319[data-block-id="497"] button {
  background-color: #ff821e;
  font-family: Poppins;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.085em;
  line-height: 1.9em;
  color: white;
  max-font-size: 100px;
  border-radius: 100px; }
  .sf-block-block-319[data-block-id="497"] button:hover {
    background-color: #ff821e;
    color: white; }

.sf-block-block-319[data-block-id="497"] .echo-form-group-error-text {
  font-family: Poppins;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.115em;
  line-height: 1.5em;
  color: #626167;
  max-font-size: 100px;
  group: font; }

.sf-block-block-319[data-block-id="497"] p, .sf-block-block-319[data-block-id="497"] li {
  font-family: Poppins;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 2em;
  color: #3b3d44;
  max-font-size: 100px; }

.sf-block-block-319[data-block-id="497"] h1 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 36px;
  letter-spacing: 0.085em;
  line-height: 1.35em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 15px; }
  @media (max-width: 991.98px) {
    .sf-block-block-319[data-block-id="497"] h1 {
      font-size: 27.69231px; } }

.sf-block-block-319[data-block-id="497"] h2 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 28px;
  letter-spacing: 0.085em;
  line-height: 1.5em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-block-319[data-block-id="497"] h2 {
      font-size: 21.53846px; } }

.sf-block-block-319[data-block-id="497"] h3 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.085em;
  line-height: 1.6em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-block-319[data-block-id="497"] h3 {
      font-size: 16.66667px; } }

.sf-block-block-319[data-block-id="497"] h4 {
  font-family: Poppins;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.085em;
  line-height: 1.9em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-block-319[data-block-id="497"] h4 {
      font-size: 15px; } }

.sf-block-block-319[data-block-id="497"] h5 {
  font-family: Poppins;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.115em;
  line-height: 1.5em;
  color: #626167;
  max-font-size: 100px; }

.sf-block-block-319[data-block-id="497"] a {
  color: #ff821e; }

.sf-block-block-319[data-block-id="497"] p + h1,
.sf-block-block-319[data-block-id="497"] p + h2,
.sf-block-block-319[data-block-id="497"] p + h3,
.sf-block-block-319[data-block-id="497"] p + h4 {
  padding-top: 30px; }

.sf-block-block-319[data-block-id="497"] h4 + h1,
.sf-block-block-319[data-block-id="497"] h4 + h2,
.sf-block-block-319[data-block-id="497"] h4 + h3 {
  padding-top: 30px; }

.sf-block-block-319[data-block-id="497"] ul + h1,
.sf-block-block-319[data-block-id="497"] ul + h2,
.sf-block-block-319[data-block-id="497"] ul + h3 {
  padding-top: 30px; }

.sf-block-block-319[data-block-id="497"] h1:last-child,
.sf-block-block-319[data-block-id="497"] h2:last-child,
.sf-block-block-319[data-block-id="497"] h3:last-child,
.sf-block-block-319[data-block-id="497"] h4:last-child,
.sf-block-block-319[data-block-id="497"] h5:last-child,
.sf-block-block-319[data-block-id="497"] p:last-child {
  padding-bottom: 0; }

.sf-block-block-319[data-block-id="594"] .block-319-wrapper {
  position: relative;
  pointer-events: none; }

.sf-block-block-319[data-block-id="594"] .block-319-content {
  display: flex;
  min-height: 800px;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 3;
  flex-wrap: wrap;
  pointer-events: none; }

.sf-block-block-319[data-block-id="594"] .block-319-card {
  width: 100%;
  min-width: 600px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
  margin-bottom: 60px;
  background-color: rgba(255, 255, 255, 0.75);
  padding: 35px;
  pointer-events: none; }
  .sf-block-block-319[data-block-id="594"] .block-319-card .echo-container-xs {
    pointer-events: auto; }
  .sf-block-block-319[data-block-id="594"] .block-319-card form {
    margin-top: 30px; }
  @media (max-width: 991.98px) {
    .sf-block-block-319[data-block-id="594"] .block-319-card {
      min-width: 0;
      max-width: 100%;
      padding-left: 0;
      padding-right: 0; } }

.sf-block-block-319[data-block-id="594"] .block-319-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.02);
  pointer-events: none; }

.sf-block-block-319[data-block-id="594"] .block-319-image {
  width: 100%;
  height: 100%;
  position: absolute;
  background-position: center center;
  background-size: cover;
  z-index: 1;
  top: 0;
  pointer-events: auto; }

.sf-block-block-319[data-block-id="594"] .echo-form-group label,
.sf-block-block-319[data-block-id="594"] .echo-form-group .echo-form-group-uploader-button,
.sf-block-block-319[data-block-id="594"] .echo-form-group .echo-label {
  font-family: Poppins;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.115em;
  line-height: 1.5em;
  color: #626167;
  max-font-size: 100px;
  group: font; }

.sf-block-block-319[data-block-id="594"] .echo-form-group input[type="text"],
.sf-block-block-319[data-block-id="594"] .echo-form-group input[type="email"],
.sf-block-block-319[data-block-id="594"] .echo-form-group textarea {
  font-family: Poppins;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 2em;
  color: #3b3d44;
  max-font-size: 100px;
  group: font;
  border-width: 1px;
  border-style: solid;
  border-color: #e6e1de;
  background-color: white; }
  .sf-block-block-319[data-block-id="594"] .echo-form-group input[type="text"]:focus, .sf-block-block-319[data-block-id="594"] .echo-form-group input[type="text"]:active,
  .sf-block-block-319[data-block-id="594"] .echo-form-group input[type="email"]:focus,
  .sf-block-block-319[data-block-id="594"] .echo-form-group input[type="email"]:active,
  .sf-block-block-319[data-block-id="594"] .echo-form-group textarea:focus,
  .sf-block-block-319[data-block-id="594"] .echo-form-group textarea:active {
    border-color: #ff821e;
    background-color: white; }

.sf-block-block-319[data-block-id="594"] .echo-form-group select {
  font-family: Poppins;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 2em;
  color: #3b3d44;
  max-font-size: 100px;
  group: font;
  border-color: #e6e1de;
  background-color: white; }
  .sf-block-block-319[data-block-id="594"] .echo-form-group select:focus {
    border-color: #ff821e;
    background-color: white; }

.sf-block-block-319[data-block-id="594"] .echo-form-group .echo-radio [type="radio"]:checked + label:before,
.sf-block-block-319[data-block-id="594"] .echo-form-group .echo-radio [type="radio"]:not(:checked) + label:before {
  background-color: white;
  border-color: #e6e1de; }

.sf-block-block-319[data-block-id="594"] .echo-form-group .echo-radio [type="radio"]:checked + label:after,
.sf-block-block-319[data-block-id="594"] .echo-form-group .echo-radio [type="radio"]:not(:checked) + label:after {
  background-color: #ff821e;
  border-color: #e6e1de; }

.sf-block-block-319[data-block-id="594"] .echo-form-group .echo-checkbox > span::before {
  border-color: #e6e1de;
  background-color: white; }

.sf-block-block-319[data-block-id="594"] .echo-form-group .echo-checkbox > input:checked + span::before,
.sf-block-block-319[data-block-id="594"] .echo-form-group .echo-checkbox > input:indeterminate + span::before {
  background-color: #ff821e;
  border-color: #ff821e; }

.sf-block-block-319[data-block-id="594"] .echo-form-group .echo-checkbox > input:checked + span::after,
.sf-block-block-319[data-block-id="594"] .echo-form-group .echo-checkbox > input:indeterminate + span::after {
  border-color: #fff; }

.sf-block-block-319[data-block-id="594"] .echo-form-group.echo-form-group-divider {
  border-color: #e6e1de; }
  .sf-block-block-319[data-block-id="594"] .echo-form-group.echo-form-group-divider .echo-divider-title {
    font-family: Poppins;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0.115em;
    line-height: 1.5em;
    color: #626167;
    max-font-size: 100px;
    group: font;
    font-weight: bold; }
  .sf-block-block-319[data-block-id="594"] .echo-form-group.echo-form-group-divider .echo-divider-description {
    font-family: Poppins;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0.115em;
    line-height: 1.5em;
    color: #626167;
    max-font-size: 100px;
    group: font; }

.sf-block-block-319[data-block-id="594"] .echo-form-group .echo-form-group-uploader {
  border-color: #ff821e;
  background-color: white; }
  .sf-block-block-319[data-block-id="594"] .echo-form-group .echo-form-group-uploader .echo-form-group-uploader-icon {
    color: #ff821e; }
  .sf-block-block-319[data-block-id="594"] .echo-form-group .echo-form-group-uploader .echo-form-group-uploader-progress {
    background-color: #ff821e; }
  .sf-block-block-319[data-block-id="594"] .echo-form-group .echo-form-group-uploader .echo-form-group-uploader-current {
    font-family: Poppins;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0.115em;
    line-height: 1.5em;
    color: #626167;
    max-font-size: 100px;
    group: font; }

.sf-block-block-319[data-block-id="594"] button {
  background-color: #ff821e;
  font-family: Poppins;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.085em;
  line-height: 1.9em;
  color: white;
  max-font-size: 100px;
  border-radius: 100px; }
  .sf-block-block-319[data-block-id="594"] button:hover {
    background-color: #ff821e;
    color: white; }

.sf-block-block-319[data-block-id="594"] .echo-form-group-error-text {
  font-family: Poppins;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.115em;
  line-height: 1.5em;
  color: #626167;
  max-font-size: 100px;
  group: font; }

.sf-block-block-319[data-block-id="594"] p, .sf-block-block-319[data-block-id="594"] li {
  font-family: Poppins;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 2em;
  color: #3b3d44;
  max-font-size: 100px; }

.sf-block-block-319[data-block-id="594"] h1 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 36px;
  letter-spacing: 0.085em;
  line-height: 1.35em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 15px; }
  @media (max-width: 991.98px) {
    .sf-block-block-319[data-block-id="594"] h1 {
      font-size: 27.69231px; } }

.sf-block-block-319[data-block-id="594"] h2 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 28px;
  letter-spacing: 0.085em;
  line-height: 1.5em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-block-319[data-block-id="594"] h2 {
      font-size: 21.53846px; } }

.sf-block-block-319[data-block-id="594"] h3 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.085em;
  line-height: 1.6em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-block-319[data-block-id="594"] h3 {
      font-size: 16.66667px; } }

.sf-block-block-319[data-block-id="594"] h4 {
  font-family: Poppins;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.085em;
  line-height: 1.9em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-block-319[data-block-id="594"] h4 {
      font-size: 15px; } }

.sf-block-block-319[data-block-id="594"] h5 {
  font-family: Poppins;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.115em;
  line-height: 1.5em;
  color: #626167;
  max-font-size: 100px; }

.sf-block-block-319[data-block-id="594"] a {
  color: #ff821e; }

.sf-block-block-319[data-block-id="594"] p + h1,
.sf-block-block-319[data-block-id="594"] p + h2,
.sf-block-block-319[data-block-id="594"] p + h3,
.sf-block-block-319[data-block-id="594"] p + h4 {
  padding-top: 30px; }

.sf-block-block-319[data-block-id="594"] h4 + h1,
.sf-block-block-319[data-block-id="594"] h4 + h2,
.sf-block-block-319[data-block-id="594"] h4 + h3 {
  padding-top: 30px; }

.sf-block-block-319[data-block-id="594"] ul + h1,
.sf-block-block-319[data-block-id="594"] ul + h2,
.sf-block-block-319[data-block-id="594"] ul + h3 {
  padding-top: 30px; }

.sf-block-block-319[data-block-id="594"] h1:last-child,
.sf-block-block-319[data-block-id="594"] h2:last-child,
.sf-block-block-319[data-block-id="594"] h3:last-child,
.sf-block-block-319[data-block-id="594"] h4:last-child,
.sf-block-block-319[data-block-id="594"] h5:last-child,
.sf-block-block-319[data-block-id="594"] p:last-child {
  padding-bottom: 0; }

.sf-block-map-1[data-block-id="471"] .map-1-background {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: white; }

.sf-block-map-1[data-block-id="471"] .map-1-iframe {
  width: 100%;
  margin-bottom: -7px;
  /* Removes empty space below the map */ }

.sf-block-features-4[data-block-id="474"] .features-4-wrapper {
  background-color: white;
  padding-top: 60px;
  padding-bottom: 60px; }
  @media (max-width: 767.98px) {
    .sf-block-features-4[data-block-id="474"] .features-4-wrapper {
      padding-top: 30px; } }
  @media (max-width: 767.98px) {
    .sf-block-features-4[data-block-id="474"] .features-4-wrapper {
      padding-bottom: 30px; } }

.sf-block-features-4[data-block-id="474"] .features-4-flex {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px -25px -12px;
  position: relative; }

.sf-block-features-4[data-block-id="474"] .features-4-column {
  width: calc(100% / 3);
  margin: 0 0 25px 0; }
  @media (max-width: 991.98px) {
    .sf-block-features-4[data-block-id="474"] .features-4-column {
      width: 100%; } }

.sf-block-features-4[data-block-id="474"] .features-4-content {
  position: relative;
  background-color: rgba(255, 130, 30, 0.115);
  border-radius: 0;
  padding: 25px 25px 25px 25px;
  margin: 0px 12px 0px 12px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }
  @media (max-width: 991.98px) {
    .sf-block-features-4[data-block-id="474"] .features-4-content {
      max-width: 375px;
      margin-left: auto;
      margin-right: auto; } }

.sf-block-features-4[data-block-id="474"] .features-4-image {
  text-align: center;
  padding: 20px 0 20px 0; }
  .sf-block-features-4[data-block-id="474"] .features-4-image img {
    width: 128px;
    height: 128px;
    border-radius: 0; }

.sf-block-features-4[data-block-id="474"] .features-4-button-wrapper {
  width: 100%;
  text-align: center; }
  .sf-block-features-4[data-block-id="474"] .features-4-button-wrapper a.features-4-button {
    display: inline-block;
    padding: 15px 45px;
    border-radius: 100px;
    background-color: #ff821e;
    text-decoration: none;
    margin-top: 25px;
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.085em;
    line-height: 1.9em;
    color: white;
    max-font-size: 100px; }
  .sf-block-features-4[data-block-id="474"] .features-4-button-wrapper a.features-4-button:hover {
    color: white;
    background-color: #ff821e; }

.sf-block-features-4[data-block-id="474"] p, .sf-block-features-4[data-block-id="474"] li {
  font-family: Poppins;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 2em;
  color: #3b3d44;
  max-font-size: 100px; }

.sf-block-features-4[data-block-id="474"] h1 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 36px;
  letter-spacing: 0.085em;
  line-height: 1.35em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 15px; }
  @media (max-width: 991.98px) {
    .sf-block-features-4[data-block-id="474"] h1 {
      font-size: 27.69231px; } }

.sf-block-features-4[data-block-id="474"] h2 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 28px;
  letter-spacing: 0.085em;
  line-height: 1.5em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-features-4[data-block-id="474"] h2 {
      font-size: 21.53846px; } }

.sf-block-features-4[data-block-id="474"] h3 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.085em;
  line-height: 1.6em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-features-4[data-block-id="474"] h3 {
      font-size: 16.66667px; } }

.sf-block-features-4[data-block-id="474"] h4 {
  font-family: Poppins;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.085em;
  line-height: 1.9em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-features-4[data-block-id="474"] h4 {
      font-size: 15px; } }

.sf-block-features-4[data-block-id="474"] h5 {
  font-family: Poppins;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.115em;
  line-height: 1.5em;
  color: #626167;
  max-font-size: 100px; }

.sf-block-features-4[data-block-id="474"] a {
  color: #ff821e; }

.sf-block-features-4[data-block-id="474"] p + h1,
.sf-block-features-4[data-block-id="474"] p + h2,
.sf-block-features-4[data-block-id="474"] p + h3,
.sf-block-features-4[data-block-id="474"] p + h4 {
  padding-top: 30px; }

.sf-block-features-4[data-block-id="474"] h4 + h1,
.sf-block-features-4[data-block-id="474"] h4 + h2,
.sf-block-features-4[data-block-id="474"] h4 + h3 {
  padding-top: 30px; }

.sf-block-features-4[data-block-id="474"] ul + h1,
.sf-block-features-4[data-block-id="474"] ul + h2,
.sf-block-features-4[data-block-id="474"] ul + h3 {
  padding-top: 30px; }

.sf-block-features-4[data-block-id="474"] h1:last-child,
.sf-block-features-4[data-block-id="474"] h2:last-child,
.sf-block-features-4[data-block-id="474"] h3:last-child,
.sf-block-features-4[data-block-id="474"] h4:last-child,
.sf-block-features-4[data-block-id="474"] h5:last-child,
.sf-block-features-4[data-block-id="474"] p:last-child {
  padding-bottom: 0; }

.sf-block-cta-big-text-1[data-block-id="477"] .cta-big-text-1-wrapper {
  background-color: rgba(255, 130, 30, 0.1);
  padding-top: 60px;
  padding-bottom: 60px; }
  @media (max-width: 767.98px) {
    .sf-block-cta-big-text-1[data-block-id="477"] .cta-big-text-1-wrapper {
      padding-top: 30px; } }
  @media (max-width: 767.98px) {
    .sf-block-cta-big-text-1[data-block-id="477"] .cta-big-text-1-wrapper {
      padding-bottom: 30px; } }

.sf-block-cta-big-text-1[data-block-id="477"] .cta-big-text-1-text-wrapper {
  margin: 60px 0 35px 0; }

.sf-block-cta-big-text-1[data-block-id="477"] .cta-big-text-1 p {
  font-family: Poppins;
  font-weight: 700;
  font-size: 200px;
  letter-spacing: 0em;
  line-height: 1em;
  color: #3b3d44;
  max-font-size: 200px;
  text-align: center;
  padding: 65px;
  color: transparent;
  background-position: center center;
  background-size: 100%;
  background-repeat: repeat;
  background-image: url('data:image/svg+xml;utf8,<svg width="1441" height="1000" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill="%23ff821e" d="M0 0h1440v1000H0z"/><path d="M325 49.07C185.8-26.13 61.667 100.402 17 173.068c211.2-96 646.667 73.334 838 170l-202-120c-51.333-26.666-188.8-98.8-328-174z" fill="%23f4359c"/><path d="M1396.64 411.895c84.31-133.883-33.68-266.167-103.21-315.574C1375.15 313.445 1177.19 736.67 1068 921.14l133.19-193.56c30.02-49.444 111.15-181.802 195.45-315.685z" fill="%235da9be"/><path d="M910 938.426c-139.2 76.844-263.333-52.455-308-126.71C813.2 909.814 1248.67 736.78 1440 638l-202 122.623c-51.33 27.25-188.8 100.96-328 177.803z" fill="%235da9be"/><path d="M1100.67 390.311c-84.03-134.984 38.59-265.719 110.41-314.213-86.91 216.048 108.7 641.855 217.36 827.752l-133.03-195.301c-29.9-49.835-110.71-183.253-194.74-318.238z" fill="%23f4359c"/><path d="M910 545.427c-139.2 76.843-263.333-52.456-308-126.711C813.2 516.815 1248.67 343.78 1440 245l-202 122.623c-51.33 27.25-188.8 100.96-328 177.804z" fill="%23f4359c"/><path d="M679 0c-32 320 346 812-662 374 178.667 154 579.2 444.4 752 374 172.8-70.4 12-528-90-748z" fill="%235da9be"/><path d="M516.545 950.451c-4.189-321.568-435.12-767.938 615.745-446.074-194.855-132.931-625.505-376.446-789.292-287.059-163.787 89.386 47.454 526 173.547 733.133z" fill="%2382d1dc"/><path d="M744.426 64.391C947.404 307.399 1333.97 615.784 872.751 443.79c131.519 87.311 390.619 242.239 374.869 163.464S905.594 212.522 744.426 64.391z" fill="%2382d1dc"/><path d="M437.827 171.551c-47.688 313.015-22.799 806.892-199.326 347.39 21.665 156.37 77.143 453.118 125.741 389.149 48.599-63.968 69.306-517.68 73.585-736.539z" fill="%23f4359c"/><circle cx="204" cy="338" r="93" fill="%2382d1dc"/><circle cx="934" cy="600" r="21" fill="%2382d1dc"/><circle cx="934" cy="660" r="21" fill="%2382d1dc"/><circle cx="934" cy="722" r="21" fill="%2382d1dc"/><circle cx="1008" cy="600" r="21" fill="%2382d1dc"/><circle cx="1008" cy="660" r="21" fill="%2382d1dc"/><circle cx="1008" cy="722" r="21" fill="%2382d1dc"/><circle cx="1082" cy="601" r="21" fill="%2382d1dc"/><circle cx="1082" cy="661" r="21" fill="%2382d1dc"/><circle cx="1082" cy="723" r="21" fill="%2382d1dc"/><circle cx="212" cy="576" r="21" fill="%2382d1dc"/><circle cx="212" cy="636" r="21" fill="%2382d1dc"/><circle cx="212" cy="698" r="21" fill="%2382d1dc"/><circle cx="286" cy="576" r="21" fill="%2382d1dc"/><circle cx="286" cy="636" r="21" fill="%2382d1dc"/><circle cx="286" cy="698" r="21" fill="%2382d1dc"/><circle cx="360" cy="577" r="21" fill="%2382d1dc"/><circle cx="360" cy="637" r="21" fill="%2382d1dc"/><circle cx="360" cy="699" r="21" fill="%2382d1dc"/><circle cx="802" cy="83" r="21" fill="%23f4359c"/><circle cx="802" cy="143" r="21" fill="%23f4359c"/><circle cx="802" cy="205" r="21" fill="%23f4359c"/><circle cx="876" cy="83" r="21" fill="%23f4359c"/><circle cx="876" cy="143" r="21" fill="%23f4359c"/><circle cx="876" cy="205" r="21" fill="%23f4359c"/><circle cx="950" cy="84" r="21" fill="%23f4359c"/><circle cx="950" cy="144" r="21" fill="%23f4359c"/><circle cx="950" cy="206" r="21" fill="%23f4359c"/></svg>');
  -webkit-background-clip: text;
  background-clip: text;
  word-break: break-word; }
  @media (max-width: 991.98px) {
    .sf-block-cta-big-text-1[data-block-id="477"] .cta-big-text-1 p {
      font-size: 80px; } }
  @media (max-width: 566.98px) {
    .sf-block-cta-big-text-1[data-block-id="477"] .cta-big-text-1 p {
      font-size: 50px;
      padding: 65px 0; } }

.sf-block-cta-big-text-1[data-block-id="477"] .cta-big-text-1-description p, .sf-block-cta-big-text-1[data-block-id="477"] .cta-big-text-1-description li {
  font-family: Poppins;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 2em;
  color: #3b3d44;
  max-font-size: 100px; }

.sf-block-cta-big-text-1[data-block-id="477"] .cta-big-text-1-description h1 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 36px;
  letter-spacing: 0.085em;
  line-height: 1.35em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 15px; }
  @media (max-width: 991.98px) {
    .sf-block-cta-big-text-1[data-block-id="477"] .cta-big-text-1-description h1 {
      font-size: 27.69231px; } }

.sf-block-cta-big-text-1[data-block-id="477"] .cta-big-text-1-description h2 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 28px;
  letter-spacing: 0.085em;
  line-height: 1.5em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-cta-big-text-1[data-block-id="477"] .cta-big-text-1-description h2 {
      font-size: 21.53846px; } }

.sf-block-cta-big-text-1[data-block-id="477"] .cta-big-text-1-description h3 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.085em;
  line-height: 1.6em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-cta-big-text-1[data-block-id="477"] .cta-big-text-1-description h3 {
      font-size: 16.66667px; } }

.sf-block-cta-big-text-1[data-block-id="477"] .cta-big-text-1-description h4 {
  font-family: Poppins;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.085em;
  line-height: 1.9em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-cta-big-text-1[data-block-id="477"] .cta-big-text-1-description h4 {
      font-size: 15px; } }

.sf-block-cta-big-text-1[data-block-id="477"] .cta-big-text-1-description h5 {
  font-family: Poppins;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.115em;
  line-height: 1.5em;
  color: #626167;
  max-font-size: 100px; }

.sf-block-cta-big-text-1[data-block-id="477"] .cta-big-text-1-description a {
  color: #ff821e; }

.sf-block-cta-big-text-1[data-block-id="477"] .cta-big-text-1-description p + h1,
.sf-block-cta-big-text-1[data-block-id="477"] .cta-big-text-1-description p + h2,
.sf-block-cta-big-text-1[data-block-id="477"] .cta-big-text-1-description p + h3,
.sf-block-cta-big-text-1[data-block-id="477"] .cta-big-text-1-description p + h4 {
  padding-top: 30px; }

.sf-block-cta-big-text-1[data-block-id="477"] .cta-big-text-1-description h4 + h1,
.sf-block-cta-big-text-1[data-block-id="477"] .cta-big-text-1-description h4 + h2,
.sf-block-cta-big-text-1[data-block-id="477"] .cta-big-text-1-description h4 + h3 {
  padding-top: 30px; }

.sf-block-cta-big-text-1[data-block-id="477"] .cta-big-text-1-description ul + h1,
.sf-block-cta-big-text-1[data-block-id="477"] .cta-big-text-1-description ul + h2,
.sf-block-cta-big-text-1[data-block-id="477"] .cta-big-text-1-description ul + h3 {
  padding-top: 30px; }

.sf-block-cta-big-text-1[data-block-id="477"] .cta-big-text-1-description h1:last-child,
.sf-block-cta-big-text-1[data-block-id="477"] .cta-big-text-1-description h2:last-child,
.sf-block-cta-big-text-1[data-block-id="477"] .cta-big-text-1-description h3:last-child,
.sf-block-cta-big-text-1[data-block-id="477"] .cta-big-text-1-description h4:last-child,
.sf-block-cta-big-text-1[data-block-id="477"] .cta-big-text-1-description h5:last-child,
.sf-block-cta-big-text-1[data-block-id="477"] .cta-big-text-1-description p:last-child {
  padding-bottom: 0; }

.sf-block-cta-big-text-1[data-block-id="477"] .cta-big-text-1-button-wrapper {
  display: block;
  text-align: center; }

.sf-block-cta-big-text-1[data-block-id="477"] .cta-big-text-1-button {
  padding: 15px 45px;
  border-radius: 100px;
  background-color: #ff821e;
  text-decoration: none;
  display: inline-block;
  margin-top: 65px;
  font-family: Poppins;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.085em;
  line-height: 1.9em;
  color: white;
  max-font-size: 100px; }
  .sf-block-cta-big-text-1[data-block-id="477"] .cta-big-text-1-button:hover {
    color: white;
    background-color: #ff821e; }

.sf-block-block-312[data-block-id="478"] .faq-wrapper {
  background-color: white;
  padding-top: 60px;
  padding-bottom: 60px; }
  @media (max-width: 767.98px) {
    .sf-block-block-312[data-block-id="478"] .faq-wrapper {
      padding-top: 30px; } }
  @media (max-width: 767.98px) {
    .sf-block-block-312[data-block-id="478"] .faq-wrapper {
      padding-bottom: 30px; } }

.sf-block-block-312[data-block-id="478"] .faq-item {
  position: relative; }
  .sf-block-block-312[data-block-id="478"] .faq-item .faq-question {
    padding: 25px;
    display: flex;
    justify-content: space-between;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #f8f8f7;
    text-decoration: none; }
    .sf-block-block-312[data-block-id="478"] .faq-item .faq-question .faq-arrow-up,
    .sf-block-block-312[data-block-id="478"] .faq-item .faq-question .faq-arrow-down {
      color: #3b3d44; }
      .sf-block-block-312[data-block-id="478"] .faq-item .faq-question .faq-arrow-up svg,
      .sf-block-block-312[data-block-id="478"] .faq-item .faq-question .faq-arrow-down svg {
        fill: currentColor; }
    .sf-block-block-312[data-block-id="478"] .faq-item .faq-question .faq-arrow-up {
      display: none; }
    .sf-block-block-312[data-block-id="478"] .faq-item .faq-question .faq-arrow-down {
      display: block; }
  .sf-block-block-312[data-block-id="478"] .faq-item .faq-answer {
    padding: 25px; }
  .sf-block-block-312[data-block-id="478"] .faq-item.faq-item--active {
    background-color: #f8f8f7;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1); }
    .sf-block-block-312[data-block-id="478"] .faq-item.faq-item--active .faq-arrow-up {
      display: block; }
    .sf-block-block-312[data-block-id="478"] .faq-item.faq-item--active .faq-arrow-down {
      display: none; }

.sf-block-block-312[data-block-id="478"] p, .sf-block-block-312[data-block-id="478"] li {
  font-family: Poppins;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 2em;
  color: #3b3d44;
  max-font-size: 100px; }

.sf-block-block-312[data-block-id="478"] h1 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 36px;
  letter-spacing: 0.085em;
  line-height: 1.35em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 15px; }
  @media (max-width: 991.98px) {
    .sf-block-block-312[data-block-id="478"] h1 {
      font-size: 27.69231px; } }

.sf-block-block-312[data-block-id="478"] h2 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 28px;
  letter-spacing: 0.085em;
  line-height: 1.5em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-block-312[data-block-id="478"] h2 {
      font-size: 21.53846px; } }

.sf-block-block-312[data-block-id="478"] h3 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.085em;
  line-height: 1.6em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-block-312[data-block-id="478"] h3 {
      font-size: 16.66667px; } }

.sf-block-block-312[data-block-id="478"] h4 {
  font-family: Poppins;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.085em;
  line-height: 1.9em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-block-312[data-block-id="478"] h4 {
      font-size: 15px; } }

.sf-block-block-312[data-block-id="478"] h5 {
  font-family: Poppins;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.115em;
  line-height: 1.5em;
  color: #626167;
  max-font-size: 100px; }

.sf-block-block-312[data-block-id="478"] a {
  color: #ff821e; }

.sf-block-block-312[data-block-id="478"] p + h1,
.sf-block-block-312[data-block-id="478"] p + h2,
.sf-block-block-312[data-block-id="478"] p + h3,
.sf-block-block-312[data-block-id="478"] p + h4 {
  padding-top: 30px; }

.sf-block-block-312[data-block-id="478"] h4 + h1,
.sf-block-block-312[data-block-id="478"] h4 + h2,
.sf-block-block-312[data-block-id="478"] h4 + h3 {
  padding-top: 30px; }

.sf-block-block-312[data-block-id="478"] ul + h1,
.sf-block-block-312[data-block-id="478"] ul + h2,
.sf-block-block-312[data-block-id="478"] ul + h3 {
  padding-top: 30px; }

.sf-block-block-312[data-block-id="478"] h1:last-child,
.sf-block-block-312[data-block-id="478"] h2:last-child,
.sf-block-block-312[data-block-id="478"] h3:last-child,
.sf-block-block-312[data-block-id="478"] h4:last-child,
.sf-block-block-312[data-block-id="478"] h5:last-child,
.sf-block-block-312[data-block-id="478"] p:last-child {
  padding-bottom: 0; }

.sf-block-block-312[data-block-id="522"] .faq-wrapper {
  background-color: white;
  padding-top: 60px;
  padding-bottom: 60px; }
  @media (max-width: 767.98px) {
    .sf-block-block-312[data-block-id="522"] .faq-wrapper {
      padding-top: 30px; } }
  @media (max-width: 767.98px) {
    .sf-block-block-312[data-block-id="522"] .faq-wrapper {
      padding-bottom: 30px; } }

.sf-block-block-312[data-block-id="522"] .faq-item {
  position: relative; }
  .sf-block-block-312[data-block-id="522"] .faq-item .faq-question {
    padding: 25px;
    display: flex;
    justify-content: space-between;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #f8f8f7;
    text-decoration: none; }
    .sf-block-block-312[data-block-id="522"] .faq-item .faq-question .faq-arrow-up,
    .sf-block-block-312[data-block-id="522"] .faq-item .faq-question .faq-arrow-down {
      color: #3b3d44; }
      .sf-block-block-312[data-block-id="522"] .faq-item .faq-question .faq-arrow-up svg,
      .sf-block-block-312[data-block-id="522"] .faq-item .faq-question .faq-arrow-down svg {
        fill: currentColor; }
    .sf-block-block-312[data-block-id="522"] .faq-item .faq-question .faq-arrow-up {
      display: none; }
    .sf-block-block-312[data-block-id="522"] .faq-item .faq-question .faq-arrow-down {
      display: block; }
  .sf-block-block-312[data-block-id="522"] .faq-item .faq-answer {
    padding: 25px; }
  .sf-block-block-312[data-block-id="522"] .faq-item.faq-item--active {
    background-color: #f8f8f7;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1); }
    .sf-block-block-312[data-block-id="522"] .faq-item.faq-item--active .faq-arrow-up {
      display: block; }
    .sf-block-block-312[data-block-id="522"] .faq-item.faq-item--active .faq-arrow-down {
      display: none; }

.sf-block-block-312[data-block-id="522"] p, .sf-block-block-312[data-block-id="522"] li {
  font-family: Poppins;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 2em;
  color: #3b3d44;
  max-font-size: 100px; }

.sf-block-block-312[data-block-id="522"] h1 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 36px;
  letter-spacing: 0.085em;
  line-height: 1.35em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 15px; }
  @media (max-width: 991.98px) {
    .sf-block-block-312[data-block-id="522"] h1 {
      font-size: 27.69231px; } }

.sf-block-block-312[data-block-id="522"] h2 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 28px;
  letter-spacing: 0.085em;
  line-height: 1.5em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-block-312[data-block-id="522"] h2 {
      font-size: 21.53846px; } }

.sf-block-block-312[data-block-id="522"] h3 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.085em;
  line-height: 1.6em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-block-312[data-block-id="522"] h3 {
      font-size: 16.66667px; } }

.sf-block-block-312[data-block-id="522"] h4 {
  font-family: Poppins;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.085em;
  line-height: 1.9em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-block-312[data-block-id="522"] h4 {
      font-size: 15px; } }

.sf-block-block-312[data-block-id="522"] h5 {
  font-family: Poppins;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.115em;
  line-height: 1.5em;
  color: #626167;
  max-font-size: 100px; }

.sf-block-block-312[data-block-id="522"] a {
  color: #ff821e; }

.sf-block-block-312[data-block-id="522"] p + h1,
.sf-block-block-312[data-block-id="522"] p + h2,
.sf-block-block-312[data-block-id="522"] p + h3,
.sf-block-block-312[data-block-id="522"] p + h4 {
  padding-top: 30px; }

.sf-block-block-312[data-block-id="522"] h4 + h1,
.sf-block-block-312[data-block-id="522"] h4 + h2,
.sf-block-block-312[data-block-id="522"] h4 + h3 {
  padding-top: 30px; }

.sf-block-block-312[data-block-id="522"] ul + h1,
.sf-block-block-312[data-block-id="522"] ul + h2,
.sf-block-block-312[data-block-id="522"] ul + h3 {
  padding-top: 30px; }

.sf-block-block-312[data-block-id="522"] h1:last-child,
.sf-block-block-312[data-block-id="522"] h2:last-child,
.sf-block-block-312[data-block-id="522"] h3:last-child,
.sf-block-block-312[data-block-id="522"] h4:last-child,
.sf-block-block-312[data-block-id="522"] h5:last-child,
.sf-block-block-312[data-block-id="522"] p:last-child {
  padding-bottom: 0; }

.sf-block-block-316[data-block-id="507"] .block-316-wrapper {
  padding-top: 0px;
  padding-bottom: 0px;
  height: 100vh; }
  .sf-block-block-316[data-block-id="507"] .block-316-wrapper img {
    max-width: 100%; }

.sf-block-block-316[data-block-id="507"] .block-316-overlay {
  position: absolute;
  z-index: 1;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  pointer-events: none; }

.sf-block-block-316[data-block-id="507"] .slider-header {
  margin-bottom: 20px; }

.sf-block-block-316[data-block-id="507"] .flexslider-wrapper {
  position: relative; }
  .sf-block-block-316[data-block-id="507"] .flexslider-wrapper .slider-image {
    height: 100vh;
    width: 100%;
    background-size: cover;
    background-position: center center; }
  .sf-block-block-316[data-block-id="507"] .flexslider-wrapper .custom-navigation {
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .sf-block-block-316[data-block-id="507"] .flexslider-wrapper .custom-controls-container .flex-control-nav.flex-control-paging {
    left: 0;
    bottom: 0;
    pointer-events: all; }
  .sf-block-block-316[data-block-id="507"] .flexslider-wrapper .custom-controls-container .flex-control-nav li {
    margin: 0px 10px; }
  .sf-block-block-316[data-block-id="507"] .flexslider-wrapper .custom-controls-container .flex-control-paging li a {
    background-color: transparent;
    border-width: 1px;
    border-style: solid;
    border-color: white; }
  .sf-block-block-316[data-block-id="507"] .flexslider-wrapper .custom-controls-container .flex-control-paging li a.flex-active {
    background-color: white;
    border-width: 1px;
    border-style: solid;
    border-color: white;
    box-shadow: none; }
  .sf-block-block-316[data-block-id="507"] .flexslider-wrapper .flexslider {
    border: 0;
    margin-bottom: 0; }
  .sf-block-block-316[data-block-id="507"] .flexslider-wrapper .flex-next,
  .sf-block-block-316[data-block-id="507"] .flexslider-wrapper .flex-prev {
    color: white;
    display: block;
    padding: 25px;
    pointer-events: auto; }
    .sf-block-block-316[data-block-id="507"] .flexslider-wrapper .flex-next svg,
    .sf-block-block-316[data-block-id="507"] .flexslider-wrapper .flex-prev svg {
      fill: currentColor; }
    @media (max-width: 991.98px) {
      .sf-block-block-316[data-block-id="507"] .flexslider-wrapper .flex-next,
      .sf-block-block-316[data-block-id="507"] .flexslider-wrapper .flex-prev {
        padding: 10px; } }
  .sf-block-block-316[data-block-id="507"] .flexslider-wrapper .slides li {
    position: relative; }

.sf-block-block-316[data-block-id="507"] .slider-content-wrapper {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  pointer-events: none;
  display: flex;
  justify-content: center;
  align-items: center; }
  .sf-block-block-316[data-block-id="507"] .slider-content-wrapper .slider-content {
    pointer-events: auto;
    margin: 25px;
    border-radius: 10px;
    margin-bottom: 60px; }

.sf-block-block-316[data-block-id="507"] .slider-button {
  display: block;
  text-align: center; }
  .sf-block-block-316[data-block-id="507"] .slider-button a {
    margin-top: 60px; }

.sf-block-block-316[data-block-id="507"] .slider-button a {
  padding: 15px 45px;
  border-radius: 100px;
  background-color: #ff821e;
  text-decoration: none;
  display: inline-block;
  font-family: Poppins;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.085em;
  line-height: 1.9em;
  color: white;
  max-font-size: 100px; }
  .sf-block-block-316[data-block-id="507"] .slider-button a:hover {
    color: white;
    background-color: #ff821e; }

.sf-block-block-316[data-block-id="507"] .flexslider-wrapper.live-edit {
  margin-right: 75px; }

.sf-block-block-316[data-block-id="507"] .beam-repeater-buttons {
  right: -5px;
  bottom: 47.5%;
  top: auto;
  height: auto; }

.sf-block-block-316[data-block-id="507"] p, .sf-block-block-316[data-block-id="507"] li {
  font-family: Poppins;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 2em;
  color: white;
  max-font-size: 100px; }

.sf-block-block-316[data-block-id="507"] h1 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 36px;
  letter-spacing: 0.085em;
  line-height: 1.35em;
  color: white;
  max-font-size: 100px;
  padding-bottom: 15px; }
  @media (max-width: 991.98px) {
    .sf-block-block-316[data-block-id="507"] h1 {
      font-size: 27.69231px; } }

.sf-block-block-316[data-block-id="507"] h2 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 28px;
  letter-spacing: 0.085em;
  line-height: 1.5em;
  color: white;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-block-316[data-block-id="507"] h2 {
      font-size: 21.53846px; } }

.sf-block-block-316[data-block-id="507"] h3 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.085em;
  line-height: 1.6em;
  color: white;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-block-316[data-block-id="507"] h3 {
      font-size: 16.66667px; } }

.sf-block-block-316[data-block-id="507"] h4 {
  font-family: Poppins;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.085em;
  line-height: 1.9em;
  color: white;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-block-316[data-block-id="507"] h4 {
      font-size: 15px; } }

.sf-block-block-316[data-block-id="507"] h5 {
  font-family: Poppins;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.115em;
  line-height: 1.5em;
  color: white;
  max-font-size: 100px; }

.sf-block-block-316[data-block-id="507"] a {
  color: #ff821e; }

.sf-block-block-316[data-block-id="507"] p + h1,
.sf-block-block-316[data-block-id="507"] p + h2,
.sf-block-block-316[data-block-id="507"] p + h3,
.sf-block-block-316[data-block-id="507"] p + h4 {
  padding-top: 30px; }

.sf-block-block-316[data-block-id="507"] h4 + h1,
.sf-block-block-316[data-block-id="507"] h4 + h2,
.sf-block-block-316[data-block-id="507"] h4 + h3 {
  padding-top: 30px; }

.sf-block-block-316[data-block-id="507"] ul + h1,
.sf-block-block-316[data-block-id="507"] ul + h2,
.sf-block-block-316[data-block-id="507"] ul + h3 {
  padding-top: 30px; }

.sf-block-block-316[data-block-id="507"] h1:last-child,
.sf-block-block-316[data-block-id="507"] h2:last-child,
.sf-block-block-316[data-block-id="507"] h3:last-child,
.sf-block-block-316[data-block-id="507"] h4:last-child,
.sf-block-block-316[data-block-id="507"] h5:last-child,
.sf-block-block-316[data-block-id="507"] p:last-child {
  padding-bottom: 0; }

.sf-block-block-326[data-block-id="509"] .block-326-wrapper {
  background-color: white;
  padding-top: 60px;
  padding-bottom: 60px; }
  @media (max-width: 767.98px) {
    .sf-block-block-326[data-block-id="509"] .block-326-wrapper {
      padding-top: 30px; } }
  @media (max-width: 767.98px) {
    .sf-block-block-326[data-block-id="509"] .block-326-wrapper {
      padding-bottom: 30px; } }

.sf-block-block-326[data-block-id="509"] .block-326-flex {
  display: flex; }
  .sf-block-block-326[data-block-id="509"] .block-326-flex .block-326-image {
    width: 50%; }
  .sf-block-block-326[data-block-id="509"] .block-326-flex .block-326-text {
    width: 50%; }
  @media (max-width: 1199.98px) {
    .sf-block-block-326[data-block-id="509"] .block-326-flex {
      flex-direction: column; }
      .sf-block-block-326[data-block-id="509"] .block-326-flex .block-326-image {
        width: 100%; }
      .sf-block-block-326[data-block-id="509"] .block-326-flex .block-326-text {
        width: 100%; } }

.sf-block-block-326[data-block-id="509"] .block-326-image {
  text-align: center; }
  .sf-block-block-326[data-block-id="509"] .block-326-image img {
    max-width: 100%; }

.sf-block-block-326[data-block-id="509"] .block-326-inner {
  max-width: 550px;
  margin-left: auto;
  padding: 0 25px; }
  @media (max-width: 1199.98px) {
    .sf-block-block-326[data-block-id="509"] .block-326-inner {
      margin: 30px auto 0 auto; } }

.sf-block-block-326[data-block-id="509"] .block-326-group {
  font-family: Poppins;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.115em;
  line-height: 1.5em;
  color: #626167;
  max-font-size: 100px;
  margin-bottom: 3px; }

.sf-block-block-326[data-block-id="509"] .block-326-name h1 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 28px;
  letter-spacing: 0.085em;
  line-height: 1.35em;
  color: #3b3d44;
  max-font-size: 100px; }

.sf-block-block-326[data-block-id="509"] .block-326-price {
  font-family: Poppins;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.085em;
  line-height: 1.5em;
  color: #3b3d44;
  max-font-size: 100px;
  margin-top: 3px; }

.sf-block-block-326[data-block-id="509"] .block-326-description {
  font-family: Poppins;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 2em;
  color: #3b3d44;
  max-font-size: 100px;
  margin-top: 30px; }

.sf-block-block-326[data-block-id="509"] .block-326-button-wrapper {
  margin-top: 30px; }

.sf-block-block-326[data-block-id="509"] .block-326-not-in-stock {
  font-size: 12px;
  font-family: Poppins;
  font-weight: 400;
  line-height: 1.5em;
  letter-spacing: 0.115em;
  color: #626167;
  color: #E1475E; }

.sf-block-block-326[data-block-id="509"] .block-326-button {
  width: 100%;
  text-align: center;
  padding: 6px 28px;
  border-radius: 0;
  background-color: rgba(255, 130, 30, 0);
  border-color: #ff821e;
  border-width: 1px;
  border-style: solid;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
  font-family: Poppins;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 2em;
  color: #ff821e;
  max-font-size: 100px; }
  .sf-block-block-326[data-block-id="509"] .block-326-button:hover {
    transform: translateY(-2px); }

.sf-block-block-326[data-block-id="509"] .block-326-button:hover {
  color: #ff821e;
  background-color: rgba(255, 130, 30, 0); }

.sf-block-block-326[data-block-id="509"] .block-326-accordion {
  margin-top: 30px;
  position: relative;
  font-size: 14px;
  font-family: Poppins;
  font-weight: 400;
  line-height: 2em;
  letter-spacing: 0.1em;
  color: #3b3d44; }
  .sf-block-block-326[data-block-id="509"] .block-326-accordion input {
    position: absolute;
    opacity: 0;
    z-index: -1; }
  .sf-block-block-326[data-block-id="509"] .block-326-accordion .tabs {
    overflow: hidden; }
  .sf-block-block-326[data-block-id="509"] .block-326-accordion .tab {
    width: 100%;
    color: #000;
    overflow: hidden;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #edeff0; }
    .sf-block-block-326[data-block-id="509"] .block-326-accordion .tab-label {
      display: flex;
      justify-content: space-between;
      padding: 15px 0;
      margin: 0;
      cursor: pointer;
      display: flex;
      justify-content: space-between; }
      .sf-block-block-326[data-block-id="509"] .block-326-accordion .tab-label span {
        display: inline-block;
        transition: all .15s; }
    .sf-block-block-326[data-block-id="509"] .block-326-accordion .tab-content {
      max-height: 0;
      padding: 0;
      color: #000;
      transition: all .15s; }
    .sf-block-block-326[data-block-id="509"] .block-326-accordion .tab-close {
      display: flex;
      justify-content: flex-end;
      padding: 1em;
      font-size: 0.75em;
      cursor: pointer; }
  .sf-block-block-326[data-block-id="509"] .block-326-accordion input:checked + .tab-label span:nth-child(2) {
    transform: rotate(90deg); }
  .sf-block-block-326[data-block-id="509"] .block-326-accordion input:checked ~ .tab-content {
    max-height: 100vh;
    padding: 0 0 15px 0; }

.sf-block-text-video-1[data-block-id="513"] .text-video-1-wrapper {
  background-color: white;
  padding-top: 60px;
  padding-bottom: 60px; }
  @media (max-width: 767.98px) {
    .sf-block-text-video-1[data-block-id="513"] .text-video-1-wrapper {
      padding-top: 30px; } }
  @media (max-width: 767.98px) {
    .sf-block-text-video-1[data-block-id="513"] .text-video-1-wrapper {
      padding-bottom: 30px; } }

.sf-block-text-video-1[data-block-id="513"] .text-video-1-flex {
  display: flex; }
  @media (max-width: 991.98px) {
    .sf-block-text-video-1[data-block-id="513"] .text-video-1-flex {
      display: block; } }

.sf-block-text-video-1[data-block-id="513"] .text-video-1-column {
  position: relative;
  flex: 1;
  width: 50%; }
  .sf-block-text-video-1[data-block-id="513"] .text-video-1-column:nth-child(1) {
    margin-right: 15px; }
  .sf-block-text-video-1[data-block-id="513"] .text-video-1-column:nth-child(2) {
    margin-left: 15px; }
  @media (max-width: 991.98px) {
    .sf-block-text-video-1[data-block-id="513"] .text-video-1-column {
      width: 100%; }
      .sf-block-text-video-1[data-block-id="513"] .text-video-1-column:nth-child(1) {
        margin-right: 0; }
      .sf-block-text-video-1[data-block-id="513"] .text-video-1-column:nth-child(2) {
        margin-left: 0; } }

.sf-block-text-video-1[data-block-id="513"] .text-video-1-card {
  background-color: #fafbfb;
  border-radius: 10px;
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
  padding: 65px; }
  @media (max-width: 1199.98px) {
    .sf-block-text-video-1[data-block-id="513"] .text-video-1-card {
      padding: 25px; } }
  @media (max-width: 991.98px) {
    .sf-block-text-video-1[data-block-id="513"] .text-video-1-card {
      padding: 25px; } }

.sf-block-text-video-1[data-block-id="513"] .text-video-1-preview {
  text-align: center; }
  @media (max-width: 991.98px) {
    .sf-block-text-video-1[data-block-id="513"] .text-video-1-preview {
      margin-left: 0;
      margin-top: 30px; } }
  .sf-block-text-video-1[data-block-id="513"] .text-video-1-preview > a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 10px; }
    .sf-block-text-video-1[data-block-id="513"] .text-video-1-preview > a:hover .text-video-1-image {
      transform: scale(1.025); }

.sf-block-text-video-1[data-block-id="513"] .text-video-1-image {
  border-radius: 10px;
  height: 360px;
  transition: all 1.5s ease;
  background-size: cover;
  background-position: center; }
  @media (max-width: 566.98px) {
    .sf-block-text-video-1[data-block-id="513"] .text-video-1-image {
      height: 205px; } }

.sf-block-text-video-1[data-block-id="513"] .text-video-1-play {
  position: absolute;
  height: 360px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
  transition: all 200ms ease-in-out;
  left: 0;
  right: 0;
  z-index: 1;
  pointer-events: none; }
  @media (max-width: 566.98px) {
    .sf-block-text-video-1[data-block-id="513"] .text-video-1-play {
      height: 205px; } }
  .sf-block-text-video-1[data-block-id="513"] .text-video-1-play.text-video-1-play--visible {
    opacity: 1; }

.sf-block-text-video-1[data-block-id="513"] .text-video-1-play-icon {
  background-image: url('data:image/svg+xml;utf8,<svg width="75" height="75" fill="none" xmlns="http://www.w3.org/2000/svg"><path opacity="1" d="M37.154 74.285c20.52 0 37.155-16.63 37.155-37.142C74.309 16.628 57.674 0 37.154 0S0 16.63 0 37.142c0 20.514 16.635 37.143 37.154 37.143z" fill="%23ff821e"/><path d="M57.682 37.142L26.89 54.914V19.371l30.79 17.771z" fill="%23fff"/></svg>');
  content: '';
  display: block;
  width: 74px;
  height: 74px;
  opacity: .8;
  transition: all 200ms ease-in-out; }
  @media (max-width: 566.98px) {
    .sf-block-text-video-1[data-block-id="513"] .text-video-1-play-icon {
      background-image: url('data:image/svg+xml;utf8,<svg width="46" height="46" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="23" cy="23" r="23" fill="%23ff821e"/><path d="M33 23.45L17 14v18l16-8.55z" fill="%23fff"/></svg>');
      width: 46px;
      height: 46px; } }

.sf-block-text-video-1[data-block-id="513"] .text-video-1-preview--hover .text-video-1-play {
  background-color: transparent; }

.sf-block-text-video-1[data-block-id="513"] .text-video-1-preview--hover .text-video-1-play-icon {
  opacity: 1; }

.sf-block-text-video-1[data-block-id="513"] p, .sf-block-text-video-1[data-block-id="513"] li {
  font-family: Poppins;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 2em;
  color: #3b3d44;
  max-font-size: 100px; }

.sf-block-text-video-1[data-block-id="513"] h1 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 36px;
  letter-spacing: 0.085em;
  line-height: 1.35em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 15px; }
  @media (max-width: 991.98px) {
    .sf-block-text-video-1[data-block-id="513"] h1 {
      font-size: 27.69231px; } }

.sf-block-text-video-1[data-block-id="513"] h2 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 28px;
  letter-spacing: 0.085em;
  line-height: 1.5em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-text-video-1[data-block-id="513"] h2 {
      font-size: 21.53846px; } }

.sf-block-text-video-1[data-block-id="513"] h3 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.085em;
  line-height: 1.6em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-text-video-1[data-block-id="513"] h3 {
      font-size: 16.66667px; } }

.sf-block-text-video-1[data-block-id="513"] h4 {
  font-family: Poppins;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.085em;
  line-height: 1.9em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-text-video-1[data-block-id="513"] h4 {
      font-size: 15px; } }

.sf-block-text-video-1[data-block-id="513"] h5 {
  font-family: Poppins;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.115em;
  line-height: 1.5em;
  color: #626167;
  max-font-size: 100px; }

.sf-block-text-video-1[data-block-id="513"] a {
  color: #ff821e; }

.sf-block-text-video-1[data-block-id="513"] p + h1,
.sf-block-text-video-1[data-block-id="513"] p + h2,
.sf-block-text-video-1[data-block-id="513"] p + h3,
.sf-block-text-video-1[data-block-id="513"] p + h4 {
  padding-top: 30px; }

.sf-block-text-video-1[data-block-id="513"] h4 + h1,
.sf-block-text-video-1[data-block-id="513"] h4 + h2,
.sf-block-text-video-1[data-block-id="513"] h4 + h3 {
  padding-top: 30px; }

.sf-block-text-video-1[data-block-id="513"] ul + h1,
.sf-block-text-video-1[data-block-id="513"] ul + h2,
.sf-block-text-video-1[data-block-id="513"] ul + h3 {
  padding-top: 30px; }

.sf-block-text-video-1[data-block-id="513"] h1:last-child,
.sf-block-text-video-1[data-block-id="513"] h2:last-child,
.sf-block-text-video-1[data-block-id="513"] h3:last-child,
.sf-block-text-video-1[data-block-id="513"] h4:last-child,
.sf-block-text-video-1[data-block-id="513"] h5:last-child,
.sf-block-text-video-1[data-block-id="513"] p:last-child {
  padding-bottom: 0; }

.sf-block-text-video-1[data-block-id="528"] .text-video-1-wrapper {
  background-color: white;
  padding-top: 60px;
  padding-bottom: 60px; }
  @media (max-width: 767.98px) {
    .sf-block-text-video-1[data-block-id="528"] .text-video-1-wrapper {
      padding-top: 30px; } }
  @media (max-width: 767.98px) {
    .sf-block-text-video-1[data-block-id="528"] .text-video-1-wrapper {
      padding-bottom: 30px; } }

.sf-block-text-video-1[data-block-id="528"] .text-video-1-flex {
  display: flex; }
  @media (max-width: 991.98px) {
    .sf-block-text-video-1[data-block-id="528"] .text-video-1-flex {
      display: block; } }

.sf-block-text-video-1[data-block-id="528"] .text-video-1-column {
  position: relative;
  flex: 1;
  width: 50%; }
  .sf-block-text-video-1[data-block-id="528"] .text-video-1-column:nth-child(1) {
    margin-right: 15px; }
  .sf-block-text-video-1[data-block-id="528"] .text-video-1-column:nth-child(2) {
    margin-left: 15px; }
  @media (max-width: 991.98px) {
    .sf-block-text-video-1[data-block-id="528"] .text-video-1-column {
      width: 100%; }
      .sf-block-text-video-1[data-block-id="528"] .text-video-1-column:nth-child(1) {
        margin-right: 0; }
      .sf-block-text-video-1[data-block-id="528"] .text-video-1-column:nth-child(2) {
        margin-left: 0; } }

.sf-block-text-video-1[data-block-id="528"] .text-video-1-card {
  background-color: #fafbfb;
  border-radius: 10px;
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
  padding: 65px; }
  @media (max-width: 1199.98px) {
    .sf-block-text-video-1[data-block-id="528"] .text-video-1-card {
      padding: 25px; } }
  @media (max-width: 991.98px) {
    .sf-block-text-video-1[data-block-id="528"] .text-video-1-card {
      padding: 25px; } }

.sf-block-text-video-1[data-block-id="528"] .text-video-1-preview {
  text-align: center; }
  @media (max-width: 991.98px) {
    .sf-block-text-video-1[data-block-id="528"] .text-video-1-preview {
      margin-left: 0;
      margin-top: 30px; } }
  .sf-block-text-video-1[data-block-id="528"] .text-video-1-preview > a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 10px; }
    .sf-block-text-video-1[data-block-id="528"] .text-video-1-preview > a:hover .text-video-1-image {
      transform: scale(1.025); }

.sf-block-text-video-1[data-block-id="528"] .text-video-1-image {
  border-radius: 10px;
  height: 360px;
  transition: all 1.5s ease;
  background-size: cover;
  background-position: center; }
  @media (max-width: 566.98px) {
    .sf-block-text-video-1[data-block-id="528"] .text-video-1-image {
      height: 205px; } }

.sf-block-text-video-1[data-block-id="528"] .text-video-1-play {
  position: absolute;
  height: 360px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
  transition: all 200ms ease-in-out;
  left: 0;
  right: 0;
  z-index: 1;
  pointer-events: none; }
  @media (max-width: 566.98px) {
    .sf-block-text-video-1[data-block-id="528"] .text-video-1-play {
      height: 205px; } }
  .sf-block-text-video-1[data-block-id="528"] .text-video-1-play.text-video-1-play--visible {
    opacity: 1; }

.sf-block-text-video-1[data-block-id="528"] .text-video-1-play-icon {
  background-image: url('data:image/svg+xml;utf8,<svg width="75" height="75" fill="none" xmlns="http://www.w3.org/2000/svg"><path opacity="1" d="M37.154 74.285c20.52 0 37.155-16.63 37.155-37.142C74.309 16.628 57.674 0 37.154 0S0 16.63 0 37.142c0 20.514 16.635 37.143 37.154 37.143z" fill="%23ff821e"/><path d="M57.682 37.142L26.89 54.914V19.371l30.79 17.771z" fill="%23fff"/></svg>');
  content: '';
  display: block;
  width: 74px;
  height: 74px;
  opacity: .8;
  transition: all 200ms ease-in-out; }
  @media (max-width: 566.98px) {
    .sf-block-text-video-1[data-block-id="528"] .text-video-1-play-icon {
      background-image: url('data:image/svg+xml;utf8,<svg width="46" height="46" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="23" cy="23" r="23" fill="%23ff821e"/><path d="M33 23.45L17 14v18l16-8.55z" fill="%23fff"/></svg>');
      width: 46px;
      height: 46px; } }

.sf-block-text-video-1[data-block-id="528"] .text-video-1-preview--hover .text-video-1-play {
  background-color: transparent; }

.sf-block-text-video-1[data-block-id="528"] .text-video-1-preview--hover .text-video-1-play-icon {
  opacity: 1; }

.sf-block-text-video-1[data-block-id="528"] p, .sf-block-text-video-1[data-block-id="528"] li {
  font-family: Poppins;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 2em;
  color: #3b3d44;
  max-font-size: 100px; }

.sf-block-text-video-1[data-block-id="528"] h1 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 36px;
  letter-spacing: 0.085em;
  line-height: 1.35em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 15px; }
  @media (max-width: 991.98px) {
    .sf-block-text-video-1[data-block-id="528"] h1 {
      font-size: 27.69231px; } }

.sf-block-text-video-1[data-block-id="528"] h2 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 28px;
  letter-spacing: 0.085em;
  line-height: 1.5em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-text-video-1[data-block-id="528"] h2 {
      font-size: 21.53846px; } }

.sf-block-text-video-1[data-block-id="528"] h3 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.085em;
  line-height: 1.6em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-text-video-1[data-block-id="528"] h3 {
      font-size: 16.66667px; } }

.sf-block-text-video-1[data-block-id="528"] h4 {
  font-family: Poppins;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.085em;
  line-height: 1.9em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-text-video-1[data-block-id="528"] h4 {
      font-size: 15px; } }

.sf-block-text-video-1[data-block-id="528"] h5 {
  font-family: Poppins;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.115em;
  line-height: 1.5em;
  color: #626167;
  max-font-size: 100px; }

.sf-block-text-video-1[data-block-id="528"] a {
  color: #ff821e; }

.sf-block-text-video-1[data-block-id="528"] p + h1,
.sf-block-text-video-1[data-block-id="528"] p + h2,
.sf-block-text-video-1[data-block-id="528"] p + h3,
.sf-block-text-video-1[data-block-id="528"] p + h4 {
  padding-top: 30px; }

.sf-block-text-video-1[data-block-id="528"] h4 + h1,
.sf-block-text-video-1[data-block-id="528"] h4 + h2,
.sf-block-text-video-1[data-block-id="528"] h4 + h3 {
  padding-top: 30px; }

.sf-block-text-video-1[data-block-id="528"] ul + h1,
.sf-block-text-video-1[data-block-id="528"] ul + h2,
.sf-block-text-video-1[data-block-id="528"] ul + h3 {
  padding-top: 30px; }

.sf-block-text-video-1[data-block-id="528"] h1:last-child,
.sf-block-text-video-1[data-block-id="528"] h2:last-child,
.sf-block-text-video-1[data-block-id="528"] h3:last-child,
.sf-block-text-video-1[data-block-id="528"] h4:last-child,
.sf-block-text-video-1[data-block-id="528"] h5:last-child,
.sf-block-text-video-1[data-block-id="528"] p:last-child {
  padding-bottom: 0; }

.sf-block-text-video-1[data-block-id="534"] .text-video-1-wrapper {
  background-color: white;
  padding-top: 60px;
  padding-bottom: 60px; }
  @media (max-width: 767.98px) {
    .sf-block-text-video-1[data-block-id="534"] .text-video-1-wrapper {
      padding-top: 30px; } }
  @media (max-width: 767.98px) {
    .sf-block-text-video-1[data-block-id="534"] .text-video-1-wrapper {
      padding-bottom: 30px; } }

.sf-block-text-video-1[data-block-id="534"] .text-video-1-flex {
  display: flex; }
  @media (max-width: 991.98px) {
    .sf-block-text-video-1[data-block-id="534"] .text-video-1-flex {
      display: block; } }

.sf-block-text-video-1[data-block-id="534"] .text-video-1-column {
  position: relative;
  flex: 1;
  width: 50%; }
  .sf-block-text-video-1[data-block-id="534"] .text-video-1-column:nth-child(1) {
    margin-right: 15px; }
  .sf-block-text-video-1[data-block-id="534"] .text-video-1-column:nth-child(2) {
    margin-left: 15px; }
  @media (max-width: 991.98px) {
    .sf-block-text-video-1[data-block-id="534"] .text-video-1-column {
      width: 100%; }
      .sf-block-text-video-1[data-block-id="534"] .text-video-1-column:nth-child(1) {
        margin-right: 0; }
      .sf-block-text-video-1[data-block-id="534"] .text-video-1-column:nth-child(2) {
        margin-left: 0; } }

.sf-block-text-video-1[data-block-id="534"] .text-video-1-card {
  background-color: #fafbfb;
  border-radius: 10px;
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
  padding: 65px; }
  @media (max-width: 1199.98px) {
    .sf-block-text-video-1[data-block-id="534"] .text-video-1-card {
      padding: 25px; } }
  @media (max-width: 991.98px) {
    .sf-block-text-video-1[data-block-id="534"] .text-video-1-card {
      padding: 25px; } }

.sf-block-text-video-1[data-block-id="534"] .text-video-1-preview {
  text-align: center; }
  @media (max-width: 991.98px) {
    .sf-block-text-video-1[data-block-id="534"] .text-video-1-preview {
      margin-left: 0;
      margin-top: 30px; } }
  .sf-block-text-video-1[data-block-id="534"] .text-video-1-preview > a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 10px; }
    .sf-block-text-video-1[data-block-id="534"] .text-video-1-preview > a:hover .text-video-1-image {
      transform: scale(1.025); }

.sf-block-text-video-1[data-block-id="534"] .text-video-1-image {
  border-radius: 10px;
  height: 360px;
  transition: all 1.5s ease;
  background-size: cover;
  background-position: center; }
  @media (max-width: 566.98px) {
    .sf-block-text-video-1[data-block-id="534"] .text-video-1-image {
      height: 205px; } }

.sf-block-text-video-1[data-block-id="534"] .text-video-1-play {
  position: absolute;
  height: 360px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
  transition: all 200ms ease-in-out;
  left: 0;
  right: 0;
  z-index: 1;
  pointer-events: none; }
  @media (max-width: 566.98px) {
    .sf-block-text-video-1[data-block-id="534"] .text-video-1-play {
      height: 205px; } }
  .sf-block-text-video-1[data-block-id="534"] .text-video-1-play.text-video-1-play--visible {
    opacity: 1; }

.sf-block-text-video-1[data-block-id="534"] .text-video-1-play-icon {
  background-image: url('data:image/svg+xml;utf8,<svg width="75" height="75" fill="none" xmlns="http://www.w3.org/2000/svg"><path opacity="1" d="M37.154 74.285c20.52 0 37.155-16.63 37.155-37.142C74.309 16.628 57.674 0 37.154 0S0 16.63 0 37.142c0 20.514 16.635 37.143 37.154 37.143z" fill="%23ff821e"/><path d="M57.682 37.142L26.89 54.914V19.371l30.79 17.771z" fill="%23fff"/></svg>');
  content: '';
  display: block;
  width: 74px;
  height: 74px;
  opacity: .8;
  transition: all 200ms ease-in-out; }
  @media (max-width: 566.98px) {
    .sf-block-text-video-1[data-block-id="534"] .text-video-1-play-icon {
      background-image: url('data:image/svg+xml;utf8,<svg width="46" height="46" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="23" cy="23" r="23" fill="%23ff821e"/><path d="M33 23.45L17 14v18l16-8.55z" fill="%23fff"/></svg>');
      width: 46px;
      height: 46px; } }

.sf-block-text-video-1[data-block-id="534"] .text-video-1-preview--hover .text-video-1-play {
  background-color: transparent; }

.sf-block-text-video-1[data-block-id="534"] .text-video-1-preview--hover .text-video-1-play-icon {
  opacity: 1; }

.sf-block-text-video-1[data-block-id="534"] p, .sf-block-text-video-1[data-block-id="534"] li {
  font-family: Poppins;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 2em;
  color: #3b3d44;
  max-font-size: 100px; }

.sf-block-text-video-1[data-block-id="534"] h1 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 36px;
  letter-spacing: 0.085em;
  line-height: 1.35em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 15px; }
  @media (max-width: 991.98px) {
    .sf-block-text-video-1[data-block-id="534"] h1 {
      font-size: 27.69231px; } }

.sf-block-text-video-1[data-block-id="534"] h2 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 28px;
  letter-spacing: 0.085em;
  line-height: 1.5em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-text-video-1[data-block-id="534"] h2 {
      font-size: 21.53846px; } }

.sf-block-text-video-1[data-block-id="534"] h3 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.085em;
  line-height: 1.6em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-text-video-1[data-block-id="534"] h3 {
      font-size: 16.66667px; } }

.sf-block-text-video-1[data-block-id="534"] h4 {
  font-family: Poppins;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.085em;
  line-height: 1.9em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-text-video-1[data-block-id="534"] h4 {
      font-size: 15px; } }

.sf-block-text-video-1[data-block-id="534"] h5 {
  font-family: Poppins;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.115em;
  line-height: 1.5em;
  color: #626167;
  max-font-size: 100px; }

.sf-block-text-video-1[data-block-id="534"] a {
  color: #ff821e; }

.sf-block-text-video-1[data-block-id="534"] p + h1,
.sf-block-text-video-1[data-block-id="534"] p + h2,
.sf-block-text-video-1[data-block-id="534"] p + h3,
.sf-block-text-video-1[data-block-id="534"] p + h4 {
  padding-top: 30px; }

.sf-block-text-video-1[data-block-id="534"] h4 + h1,
.sf-block-text-video-1[data-block-id="534"] h4 + h2,
.sf-block-text-video-1[data-block-id="534"] h4 + h3 {
  padding-top: 30px; }

.sf-block-text-video-1[data-block-id="534"] ul + h1,
.sf-block-text-video-1[data-block-id="534"] ul + h2,
.sf-block-text-video-1[data-block-id="534"] ul + h3 {
  padding-top: 30px; }

.sf-block-text-video-1[data-block-id="534"] h1:last-child,
.sf-block-text-video-1[data-block-id="534"] h2:last-child,
.sf-block-text-video-1[data-block-id="534"] h3:last-child,
.sf-block-text-video-1[data-block-id="534"] h4:last-child,
.sf-block-text-video-1[data-block-id="534"] h5:last-child,
.sf-block-text-video-1[data-block-id="534"] p:last-child {
  padding-bottom: 0; }

.sf-block-text-video-1[data-block-id="535"] .text-video-1-wrapper {
  background-color: white;
  padding-top: 60px;
  padding-bottom: 60px; }
  @media (max-width: 767.98px) {
    .sf-block-text-video-1[data-block-id="535"] .text-video-1-wrapper {
      padding-top: 30px; } }
  @media (max-width: 767.98px) {
    .sf-block-text-video-1[data-block-id="535"] .text-video-1-wrapper {
      padding-bottom: 30px; } }

.sf-block-text-video-1[data-block-id="535"] .text-video-1-flex {
  display: flex; }
  @media (max-width: 991.98px) {
    .sf-block-text-video-1[data-block-id="535"] .text-video-1-flex {
      display: block; } }

.sf-block-text-video-1[data-block-id="535"] .text-video-1-column {
  position: relative;
  flex: 1;
  width: 50%; }
  .sf-block-text-video-1[data-block-id="535"] .text-video-1-column:nth-child(1) {
    margin-right: 15px; }
  .sf-block-text-video-1[data-block-id="535"] .text-video-1-column:nth-child(2) {
    margin-left: 15px; }
  @media (max-width: 991.98px) {
    .sf-block-text-video-1[data-block-id="535"] .text-video-1-column {
      width: 100%; }
      .sf-block-text-video-1[data-block-id="535"] .text-video-1-column:nth-child(1) {
        margin-right: 0; }
      .sf-block-text-video-1[data-block-id="535"] .text-video-1-column:nth-child(2) {
        margin-left: 0; } }

.sf-block-text-video-1[data-block-id="535"] .text-video-1-card {
  background-color: #fafbfb;
  border-radius: 10px;
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
  padding: 65px; }
  @media (max-width: 1199.98px) {
    .sf-block-text-video-1[data-block-id="535"] .text-video-1-card {
      padding: 25px; } }
  @media (max-width: 991.98px) {
    .sf-block-text-video-1[data-block-id="535"] .text-video-1-card {
      padding: 25px; } }

.sf-block-text-video-1[data-block-id="535"] .text-video-1-preview {
  text-align: center; }
  @media (max-width: 991.98px) {
    .sf-block-text-video-1[data-block-id="535"] .text-video-1-preview {
      margin-left: 0;
      margin-top: 30px; } }
  .sf-block-text-video-1[data-block-id="535"] .text-video-1-preview > a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 10px; }
    .sf-block-text-video-1[data-block-id="535"] .text-video-1-preview > a:hover .text-video-1-image {
      transform: scale(1.025); }

.sf-block-text-video-1[data-block-id="535"] .text-video-1-image {
  border-radius: 10px;
  height: 360px;
  transition: all 1.5s ease;
  background-size: cover;
  background-position: center; }
  @media (max-width: 566.98px) {
    .sf-block-text-video-1[data-block-id="535"] .text-video-1-image {
      height: 205px; } }

.sf-block-text-video-1[data-block-id="535"] .text-video-1-play {
  position: absolute;
  height: 360px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
  transition: all 200ms ease-in-out;
  left: 0;
  right: 0;
  z-index: 1;
  pointer-events: none; }
  @media (max-width: 566.98px) {
    .sf-block-text-video-1[data-block-id="535"] .text-video-1-play {
      height: 205px; } }
  .sf-block-text-video-1[data-block-id="535"] .text-video-1-play.text-video-1-play--visible {
    opacity: 1; }

.sf-block-text-video-1[data-block-id="535"] .text-video-1-play-icon {
  background-image: url('data:image/svg+xml;utf8,<svg width="75" height="75" fill="none" xmlns="http://www.w3.org/2000/svg"><path opacity="1" d="M37.154 74.285c20.52 0 37.155-16.63 37.155-37.142C74.309 16.628 57.674 0 37.154 0S0 16.63 0 37.142c0 20.514 16.635 37.143 37.154 37.143z" fill="%23ff821e"/><path d="M57.682 37.142L26.89 54.914V19.371l30.79 17.771z" fill="%23fff"/></svg>');
  content: '';
  display: block;
  width: 74px;
  height: 74px;
  opacity: .8;
  transition: all 200ms ease-in-out; }
  @media (max-width: 566.98px) {
    .sf-block-text-video-1[data-block-id="535"] .text-video-1-play-icon {
      background-image: url('data:image/svg+xml;utf8,<svg width="46" height="46" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="23" cy="23" r="23" fill="%23ff821e"/><path d="M33 23.45L17 14v18l16-8.55z" fill="%23fff"/></svg>');
      width: 46px;
      height: 46px; } }

.sf-block-text-video-1[data-block-id="535"] .text-video-1-preview--hover .text-video-1-play {
  background-color: transparent; }

.sf-block-text-video-1[data-block-id="535"] .text-video-1-preview--hover .text-video-1-play-icon {
  opacity: 1; }

.sf-block-text-video-1[data-block-id="535"] p, .sf-block-text-video-1[data-block-id="535"] li {
  font-family: Poppins;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 2em;
  color: #3b3d44;
  max-font-size: 100px; }

.sf-block-text-video-1[data-block-id="535"] h1 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 36px;
  letter-spacing: 0.085em;
  line-height: 1.35em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 15px; }
  @media (max-width: 991.98px) {
    .sf-block-text-video-1[data-block-id="535"] h1 {
      font-size: 27.69231px; } }

.sf-block-text-video-1[data-block-id="535"] h2 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 28px;
  letter-spacing: 0.085em;
  line-height: 1.5em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-text-video-1[data-block-id="535"] h2 {
      font-size: 21.53846px; } }

.sf-block-text-video-1[data-block-id="535"] h3 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.085em;
  line-height: 1.6em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-text-video-1[data-block-id="535"] h3 {
      font-size: 16.66667px; } }

.sf-block-text-video-1[data-block-id="535"] h4 {
  font-family: Poppins;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.085em;
  line-height: 1.9em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-text-video-1[data-block-id="535"] h4 {
      font-size: 15px; } }

.sf-block-text-video-1[data-block-id="535"] h5 {
  font-family: Poppins;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.115em;
  line-height: 1.5em;
  color: #626167;
  max-font-size: 100px; }

.sf-block-text-video-1[data-block-id="535"] a {
  color: #ff821e; }

.sf-block-text-video-1[data-block-id="535"] p + h1,
.sf-block-text-video-1[data-block-id="535"] p + h2,
.sf-block-text-video-1[data-block-id="535"] p + h3,
.sf-block-text-video-1[data-block-id="535"] p + h4 {
  padding-top: 30px; }

.sf-block-text-video-1[data-block-id="535"] h4 + h1,
.sf-block-text-video-1[data-block-id="535"] h4 + h2,
.sf-block-text-video-1[data-block-id="535"] h4 + h3 {
  padding-top: 30px; }

.sf-block-text-video-1[data-block-id="535"] ul + h1,
.sf-block-text-video-1[data-block-id="535"] ul + h2,
.sf-block-text-video-1[data-block-id="535"] ul + h3 {
  padding-top: 30px; }

.sf-block-text-video-1[data-block-id="535"] h1:last-child,
.sf-block-text-video-1[data-block-id="535"] h2:last-child,
.sf-block-text-video-1[data-block-id="535"] h3:last-child,
.sf-block-text-video-1[data-block-id="535"] h4:last-child,
.sf-block-text-video-1[data-block-id="535"] h5:last-child,
.sf-block-text-video-1[data-block-id="535"] p:last-child {
  padding-bottom: 0; }

.sf-block-text-video-1[data-block-id="536"] .text-video-1-wrapper {
  background-color: white;
  padding-top: 60px;
  padding-bottom: 60px; }
  @media (max-width: 767.98px) {
    .sf-block-text-video-1[data-block-id="536"] .text-video-1-wrapper {
      padding-top: 30px; } }
  @media (max-width: 767.98px) {
    .sf-block-text-video-1[data-block-id="536"] .text-video-1-wrapper {
      padding-bottom: 30px; } }

.sf-block-text-video-1[data-block-id="536"] .text-video-1-flex {
  display: flex; }
  @media (max-width: 991.98px) {
    .sf-block-text-video-1[data-block-id="536"] .text-video-1-flex {
      display: block; } }

.sf-block-text-video-1[data-block-id="536"] .text-video-1-column {
  position: relative;
  flex: 1;
  width: 50%; }
  .sf-block-text-video-1[data-block-id="536"] .text-video-1-column:nth-child(1) {
    margin-right: 15px; }
  .sf-block-text-video-1[data-block-id="536"] .text-video-1-column:nth-child(2) {
    margin-left: 15px; }
  @media (max-width: 991.98px) {
    .sf-block-text-video-1[data-block-id="536"] .text-video-1-column {
      width: 100%; }
      .sf-block-text-video-1[data-block-id="536"] .text-video-1-column:nth-child(1) {
        margin-right: 0; }
      .sf-block-text-video-1[data-block-id="536"] .text-video-1-column:nth-child(2) {
        margin-left: 0; } }

.sf-block-text-video-1[data-block-id="536"] .text-video-1-card {
  background-color: #fafbfb;
  border-radius: 10px;
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
  padding: 65px; }
  @media (max-width: 1199.98px) {
    .sf-block-text-video-1[data-block-id="536"] .text-video-1-card {
      padding: 25px; } }
  @media (max-width: 991.98px) {
    .sf-block-text-video-1[data-block-id="536"] .text-video-1-card {
      padding: 25px; } }

.sf-block-text-video-1[data-block-id="536"] .text-video-1-preview {
  text-align: center; }
  @media (max-width: 991.98px) {
    .sf-block-text-video-1[data-block-id="536"] .text-video-1-preview {
      margin-left: 0;
      margin-top: 30px; } }
  .sf-block-text-video-1[data-block-id="536"] .text-video-1-preview > a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 10px; }
    .sf-block-text-video-1[data-block-id="536"] .text-video-1-preview > a:hover .text-video-1-image {
      transform: scale(1.025); }

.sf-block-text-video-1[data-block-id="536"] .text-video-1-image {
  border-radius: 10px;
  height: 360px;
  transition: all 1.5s ease;
  background-size: cover;
  background-position: center; }
  @media (max-width: 566.98px) {
    .sf-block-text-video-1[data-block-id="536"] .text-video-1-image {
      height: 205px; } }

.sf-block-text-video-1[data-block-id="536"] .text-video-1-play {
  position: absolute;
  height: 360px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
  transition: all 200ms ease-in-out;
  left: 0;
  right: 0;
  z-index: 1;
  pointer-events: none; }
  @media (max-width: 566.98px) {
    .sf-block-text-video-1[data-block-id="536"] .text-video-1-play {
      height: 205px; } }
  .sf-block-text-video-1[data-block-id="536"] .text-video-1-play.text-video-1-play--visible {
    opacity: 1; }

.sf-block-text-video-1[data-block-id="536"] .text-video-1-play-icon {
  background-image: url('data:image/svg+xml;utf8,<svg width="75" height="75" fill="none" xmlns="http://www.w3.org/2000/svg"><path opacity="1" d="M37.154 74.285c20.52 0 37.155-16.63 37.155-37.142C74.309 16.628 57.674 0 37.154 0S0 16.63 0 37.142c0 20.514 16.635 37.143 37.154 37.143z" fill="%23ff821e"/><path d="M57.682 37.142L26.89 54.914V19.371l30.79 17.771z" fill="%23fff"/></svg>');
  content: '';
  display: block;
  width: 74px;
  height: 74px;
  opacity: .8;
  transition: all 200ms ease-in-out; }
  @media (max-width: 566.98px) {
    .sf-block-text-video-1[data-block-id="536"] .text-video-1-play-icon {
      background-image: url('data:image/svg+xml;utf8,<svg width="46" height="46" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="23" cy="23" r="23" fill="%23ff821e"/><path d="M33 23.45L17 14v18l16-8.55z" fill="%23fff"/></svg>');
      width: 46px;
      height: 46px; } }

.sf-block-text-video-1[data-block-id="536"] .text-video-1-preview--hover .text-video-1-play {
  background-color: transparent; }

.sf-block-text-video-1[data-block-id="536"] .text-video-1-preview--hover .text-video-1-play-icon {
  opacity: 1; }

.sf-block-text-video-1[data-block-id="536"] p, .sf-block-text-video-1[data-block-id="536"] li {
  font-family: Poppins;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 2em;
  color: #3b3d44;
  max-font-size: 100px; }

.sf-block-text-video-1[data-block-id="536"] h1 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 36px;
  letter-spacing: 0.085em;
  line-height: 1.35em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 15px; }
  @media (max-width: 991.98px) {
    .sf-block-text-video-1[data-block-id="536"] h1 {
      font-size: 27.69231px; } }

.sf-block-text-video-1[data-block-id="536"] h2 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 28px;
  letter-spacing: 0.085em;
  line-height: 1.5em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-text-video-1[data-block-id="536"] h2 {
      font-size: 21.53846px; } }

.sf-block-text-video-1[data-block-id="536"] h3 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.085em;
  line-height: 1.6em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-text-video-1[data-block-id="536"] h3 {
      font-size: 16.66667px; } }

.sf-block-text-video-1[data-block-id="536"] h4 {
  font-family: Poppins;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.085em;
  line-height: 1.9em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-text-video-1[data-block-id="536"] h4 {
      font-size: 15px; } }

.sf-block-text-video-1[data-block-id="536"] h5 {
  font-family: Poppins;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.115em;
  line-height: 1.5em;
  color: #626167;
  max-font-size: 100px; }

.sf-block-text-video-1[data-block-id="536"] a {
  color: #ff821e; }

.sf-block-text-video-1[data-block-id="536"] p + h1,
.sf-block-text-video-1[data-block-id="536"] p + h2,
.sf-block-text-video-1[data-block-id="536"] p + h3,
.sf-block-text-video-1[data-block-id="536"] p + h4 {
  padding-top: 30px; }

.sf-block-text-video-1[data-block-id="536"] h4 + h1,
.sf-block-text-video-1[data-block-id="536"] h4 + h2,
.sf-block-text-video-1[data-block-id="536"] h4 + h3 {
  padding-top: 30px; }

.sf-block-text-video-1[data-block-id="536"] ul + h1,
.sf-block-text-video-1[data-block-id="536"] ul + h2,
.sf-block-text-video-1[data-block-id="536"] ul + h3 {
  padding-top: 30px; }

.sf-block-text-video-1[data-block-id="536"] h1:last-child,
.sf-block-text-video-1[data-block-id="536"] h2:last-child,
.sf-block-text-video-1[data-block-id="536"] h3:last-child,
.sf-block-text-video-1[data-block-id="536"] h4:last-child,
.sf-block-text-video-1[data-block-id="536"] h5:last-child,
.sf-block-text-video-1[data-block-id="536"] p:last-child {
  padding-bottom: 0; }

.sf-block-text-video-1[data-block-id="537"] .text-video-1-wrapper {
  background-color: white;
  padding-top: 60px;
  padding-bottom: 60px; }
  @media (max-width: 767.98px) {
    .sf-block-text-video-1[data-block-id="537"] .text-video-1-wrapper {
      padding-top: 30px; } }
  @media (max-width: 767.98px) {
    .sf-block-text-video-1[data-block-id="537"] .text-video-1-wrapper {
      padding-bottom: 30px; } }

.sf-block-text-video-1[data-block-id="537"] .text-video-1-flex {
  display: flex; }
  @media (max-width: 991.98px) {
    .sf-block-text-video-1[data-block-id="537"] .text-video-1-flex {
      display: block; } }

.sf-block-text-video-1[data-block-id="537"] .text-video-1-column {
  position: relative;
  flex: 1;
  width: 50%; }
  .sf-block-text-video-1[data-block-id="537"] .text-video-1-column:nth-child(1) {
    margin-right: 15px; }
  .sf-block-text-video-1[data-block-id="537"] .text-video-1-column:nth-child(2) {
    margin-left: 15px; }
  @media (max-width: 991.98px) {
    .sf-block-text-video-1[data-block-id="537"] .text-video-1-column {
      width: 100%; }
      .sf-block-text-video-1[data-block-id="537"] .text-video-1-column:nth-child(1) {
        margin-right: 0; }
      .sf-block-text-video-1[data-block-id="537"] .text-video-1-column:nth-child(2) {
        margin-left: 0; } }

.sf-block-text-video-1[data-block-id="537"] .text-video-1-card {
  background-color: #fafbfb;
  border-radius: 10px;
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
  padding: 65px; }
  @media (max-width: 1199.98px) {
    .sf-block-text-video-1[data-block-id="537"] .text-video-1-card {
      padding: 25px; } }
  @media (max-width: 991.98px) {
    .sf-block-text-video-1[data-block-id="537"] .text-video-1-card {
      padding: 25px; } }

.sf-block-text-video-1[data-block-id="537"] .text-video-1-preview {
  text-align: center; }
  @media (max-width: 991.98px) {
    .sf-block-text-video-1[data-block-id="537"] .text-video-1-preview {
      margin-left: 0;
      margin-top: 30px; } }
  .sf-block-text-video-1[data-block-id="537"] .text-video-1-preview > a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 10px; }
    .sf-block-text-video-1[data-block-id="537"] .text-video-1-preview > a:hover .text-video-1-image {
      transform: scale(1.025); }

.sf-block-text-video-1[data-block-id="537"] .text-video-1-image {
  border-radius: 10px;
  height: 360px;
  transition: all 1.5s ease;
  background-size: cover;
  background-position: center; }
  @media (max-width: 566.98px) {
    .sf-block-text-video-1[data-block-id="537"] .text-video-1-image {
      height: 205px; } }

.sf-block-text-video-1[data-block-id="537"] .text-video-1-play {
  position: absolute;
  height: 360px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
  transition: all 200ms ease-in-out;
  left: 0;
  right: 0;
  z-index: 1;
  pointer-events: none; }
  @media (max-width: 566.98px) {
    .sf-block-text-video-1[data-block-id="537"] .text-video-1-play {
      height: 205px; } }
  .sf-block-text-video-1[data-block-id="537"] .text-video-1-play.text-video-1-play--visible {
    opacity: 1; }

.sf-block-text-video-1[data-block-id="537"] .text-video-1-play-icon {
  background-image: url('data:image/svg+xml;utf8,<svg width="75" height="75" fill="none" xmlns="http://www.w3.org/2000/svg"><path opacity="1" d="M37.154 74.285c20.52 0 37.155-16.63 37.155-37.142C74.309 16.628 57.674 0 37.154 0S0 16.63 0 37.142c0 20.514 16.635 37.143 37.154 37.143z" fill="%23ff821e"/><path d="M57.682 37.142L26.89 54.914V19.371l30.79 17.771z" fill="%23fff"/></svg>');
  content: '';
  display: block;
  width: 74px;
  height: 74px;
  opacity: .8;
  transition: all 200ms ease-in-out; }
  @media (max-width: 566.98px) {
    .sf-block-text-video-1[data-block-id="537"] .text-video-1-play-icon {
      background-image: url('data:image/svg+xml;utf8,<svg width="46" height="46" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="23" cy="23" r="23" fill="%23ff821e"/><path d="M33 23.45L17 14v18l16-8.55z" fill="%23fff"/></svg>');
      width: 46px;
      height: 46px; } }

.sf-block-text-video-1[data-block-id="537"] .text-video-1-preview--hover .text-video-1-play {
  background-color: transparent; }

.sf-block-text-video-1[data-block-id="537"] .text-video-1-preview--hover .text-video-1-play-icon {
  opacity: 1; }

.sf-block-text-video-1[data-block-id="537"] p, .sf-block-text-video-1[data-block-id="537"] li {
  font-family: Poppins;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 2em;
  color: #3b3d44;
  max-font-size: 100px; }

.sf-block-text-video-1[data-block-id="537"] h1 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 36px;
  letter-spacing: 0.085em;
  line-height: 1.35em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 15px; }
  @media (max-width: 991.98px) {
    .sf-block-text-video-1[data-block-id="537"] h1 {
      font-size: 27.69231px; } }

.sf-block-text-video-1[data-block-id="537"] h2 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 28px;
  letter-spacing: 0.085em;
  line-height: 1.5em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-text-video-1[data-block-id="537"] h2 {
      font-size: 21.53846px; } }

.sf-block-text-video-1[data-block-id="537"] h3 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.085em;
  line-height: 1.6em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-text-video-1[data-block-id="537"] h3 {
      font-size: 16.66667px; } }

.sf-block-text-video-1[data-block-id="537"] h4 {
  font-family: Poppins;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.085em;
  line-height: 1.9em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-text-video-1[data-block-id="537"] h4 {
      font-size: 15px; } }

.sf-block-text-video-1[data-block-id="537"] h5 {
  font-family: Poppins;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.115em;
  line-height: 1.5em;
  color: #626167;
  max-font-size: 100px; }

.sf-block-text-video-1[data-block-id="537"] a {
  color: #ff821e; }

.sf-block-text-video-1[data-block-id="537"] p + h1,
.sf-block-text-video-1[data-block-id="537"] p + h2,
.sf-block-text-video-1[data-block-id="537"] p + h3,
.sf-block-text-video-1[data-block-id="537"] p + h4 {
  padding-top: 30px; }

.sf-block-text-video-1[data-block-id="537"] h4 + h1,
.sf-block-text-video-1[data-block-id="537"] h4 + h2,
.sf-block-text-video-1[data-block-id="537"] h4 + h3 {
  padding-top: 30px; }

.sf-block-text-video-1[data-block-id="537"] ul + h1,
.sf-block-text-video-1[data-block-id="537"] ul + h2,
.sf-block-text-video-1[data-block-id="537"] ul + h3 {
  padding-top: 30px; }

.sf-block-text-video-1[data-block-id="537"] h1:last-child,
.sf-block-text-video-1[data-block-id="537"] h2:last-child,
.sf-block-text-video-1[data-block-id="537"] h3:last-child,
.sf-block-text-video-1[data-block-id="537"] h4:last-child,
.sf-block-text-video-1[data-block-id="537"] h5:last-child,
.sf-block-text-video-1[data-block-id="537"] p:last-child {
  padding-bottom: 0; }

.sf-block-text-video-1[data-block-id="541"] .text-video-1-wrapper {
  background-color: white;
  padding-top: 60px;
  padding-bottom: 60px; }
  @media (max-width: 767.98px) {
    .sf-block-text-video-1[data-block-id="541"] .text-video-1-wrapper {
      padding-top: 30px; } }
  @media (max-width: 767.98px) {
    .sf-block-text-video-1[data-block-id="541"] .text-video-1-wrapper {
      padding-bottom: 30px; } }

.sf-block-text-video-1[data-block-id="541"] .text-video-1-flex {
  display: flex; }
  @media (max-width: 991.98px) {
    .sf-block-text-video-1[data-block-id="541"] .text-video-1-flex {
      display: block; } }

.sf-block-text-video-1[data-block-id="541"] .text-video-1-column {
  position: relative;
  flex: 1;
  width: 50%; }
  .sf-block-text-video-1[data-block-id="541"] .text-video-1-column:nth-child(1) {
    margin-right: 15px; }
  .sf-block-text-video-1[data-block-id="541"] .text-video-1-column:nth-child(2) {
    margin-left: 15px; }
  @media (max-width: 991.98px) {
    .sf-block-text-video-1[data-block-id="541"] .text-video-1-column {
      width: 100%; }
      .sf-block-text-video-1[data-block-id="541"] .text-video-1-column:nth-child(1) {
        margin-right: 0; }
      .sf-block-text-video-1[data-block-id="541"] .text-video-1-column:nth-child(2) {
        margin-left: 0; } }

.sf-block-text-video-1[data-block-id="541"] .text-video-1-card {
  background-color: #fafbfb;
  border-radius: 10px;
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
  padding: 65px; }
  @media (max-width: 1199.98px) {
    .sf-block-text-video-1[data-block-id="541"] .text-video-1-card {
      padding: 25px; } }
  @media (max-width: 991.98px) {
    .sf-block-text-video-1[data-block-id="541"] .text-video-1-card {
      padding: 25px; } }

.sf-block-text-video-1[data-block-id="541"] .text-video-1-preview {
  text-align: center; }
  @media (max-width: 991.98px) {
    .sf-block-text-video-1[data-block-id="541"] .text-video-1-preview {
      margin-left: 0;
      margin-top: 30px; } }
  .sf-block-text-video-1[data-block-id="541"] .text-video-1-preview > a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 10px; }
    .sf-block-text-video-1[data-block-id="541"] .text-video-1-preview > a:hover .text-video-1-image {
      transform: scale(1.025); }

.sf-block-text-video-1[data-block-id="541"] .text-video-1-image {
  border-radius: 10px;
  height: 360px;
  transition: all 1.5s ease;
  background-size: cover;
  background-position: center; }
  @media (max-width: 566.98px) {
    .sf-block-text-video-1[data-block-id="541"] .text-video-1-image {
      height: 205px; } }

.sf-block-text-video-1[data-block-id="541"] .text-video-1-play {
  position: absolute;
  height: 360px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
  transition: all 200ms ease-in-out;
  left: 0;
  right: 0;
  z-index: 1;
  pointer-events: none; }
  @media (max-width: 566.98px) {
    .sf-block-text-video-1[data-block-id="541"] .text-video-1-play {
      height: 205px; } }
  .sf-block-text-video-1[data-block-id="541"] .text-video-1-play.text-video-1-play--visible {
    opacity: 1; }

.sf-block-text-video-1[data-block-id="541"] .text-video-1-play-icon {
  background-image: url('data:image/svg+xml;utf8,<svg width="75" height="75" fill="none" xmlns="http://www.w3.org/2000/svg"><path opacity="1" d="M37.154 74.285c20.52 0 37.155-16.63 37.155-37.142C74.309 16.628 57.674 0 37.154 0S0 16.63 0 37.142c0 20.514 16.635 37.143 37.154 37.143z" fill="%23ff821e"/><path d="M57.682 37.142L26.89 54.914V19.371l30.79 17.771z" fill="%23fff"/></svg>');
  content: '';
  display: block;
  width: 74px;
  height: 74px;
  opacity: .8;
  transition: all 200ms ease-in-out; }
  @media (max-width: 566.98px) {
    .sf-block-text-video-1[data-block-id="541"] .text-video-1-play-icon {
      background-image: url('data:image/svg+xml;utf8,<svg width="46" height="46" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="23" cy="23" r="23" fill="%23ff821e"/><path d="M33 23.45L17 14v18l16-8.55z" fill="%23fff"/></svg>');
      width: 46px;
      height: 46px; } }

.sf-block-text-video-1[data-block-id="541"] .text-video-1-preview--hover .text-video-1-play {
  background-color: transparent; }

.sf-block-text-video-1[data-block-id="541"] .text-video-1-preview--hover .text-video-1-play-icon {
  opacity: 1; }

.sf-block-text-video-1[data-block-id="541"] p, .sf-block-text-video-1[data-block-id="541"] li {
  font-family: Poppins;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 2em;
  color: #3b3d44;
  max-font-size: 100px; }

.sf-block-text-video-1[data-block-id="541"] h1 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 36px;
  letter-spacing: 0.085em;
  line-height: 1.35em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 15px; }
  @media (max-width: 991.98px) {
    .sf-block-text-video-1[data-block-id="541"] h1 {
      font-size: 27.69231px; } }

.sf-block-text-video-1[data-block-id="541"] h2 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 28px;
  letter-spacing: 0.085em;
  line-height: 1.5em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-text-video-1[data-block-id="541"] h2 {
      font-size: 21.53846px; } }

.sf-block-text-video-1[data-block-id="541"] h3 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.085em;
  line-height: 1.6em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-text-video-1[data-block-id="541"] h3 {
      font-size: 16.66667px; } }

.sf-block-text-video-1[data-block-id="541"] h4 {
  font-family: Poppins;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.085em;
  line-height: 1.9em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-text-video-1[data-block-id="541"] h4 {
      font-size: 15px; } }

.sf-block-text-video-1[data-block-id="541"] h5 {
  font-family: Poppins;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.115em;
  line-height: 1.5em;
  color: #626167;
  max-font-size: 100px; }

.sf-block-text-video-1[data-block-id="541"] a {
  color: #ff821e; }

.sf-block-text-video-1[data-block-id="541"] p + h1,
.sf-block-text-video-1[data-block-id="541"] p + h2,
.sf-block-text-video-1[data-block-id="541"] p + h3,
.sf-block-text-video-1[data-block-id="541"] p + h4 {
  padding-top: 30px; }

.sf-block-text-video-1[data-block-id="541"] h4 + h1,
.sf-block-text-video-1[data-block-id="541"] h4 + h2,
.sf-block-text-video-1[data-block-id="541"] h4 + h3 {
  padding-top: 30px; }

.sf-block-text-video-1[data-block-id="541"] ul + h1,
.sf-block-text-video-1[data-block-id="541"] ul + h2,
.sf-block-text-video-1[data-block-id="541"] ul + h3 {
  padding-top: 30px; }

.sf-block-text-video-1[data-block-id="541"] h1:last-child,
.sf-block-text-video-1[data-block-id="541"] h2:last-child,
.sf-block-text-video-1[data-block-id="541"] h3:last-child,
.sf-block-text-video-1[data-block-id="541"] h4:last-child,
.sf-block-text-video-1[data-block-id="541"] h5:last-child,
.sf-block-text-video-1[data-block-id="541"] p:last-child {
  padding-bottom: 0; }

.sf-block-text-video-1[data-block-id="542"] .text-video-1-wrapper {
  background-color: white;
  padding-top: 60px;
  padding-bottom: 60px; }
  @media (max-width: 767.98px) {
    .sf-block-text-video-1[data-block-id="542"] .text-video-1-wrapper {
      padding-top: 30px; } }
  @media (max-width: 767.98px) {
    .sf-block-text-video-1[data-block-id="542"] .text-video-1-wrapper {
      padding-bottom: 30px; } }

.sf-block-text-video-1[data-block-id="542"] .text-video-1-flex {
  display: flex; }
  @media (max-width: 991.98px) {
    .sf-block-text-video-1[data-block-id="542"] .text-video-1-flex {
      display: block; } }

.sf-block-text-video-1[data-block-id="542"] .text-video-1-column {
  position: relative;
  flex: 1;
  width: 50%; }
  .sf-block-text-video-1[data-block-id="542"] .text-video-1-column:nth-child(1) {
    margin-right: 15px; }
  .sf-block-text-video-1[data-block-id="542"] .text-video-1-column:nth-child(2) {
    margin-left: 15px; }
  @media (max-width: 991.98px) {
    .sf-block-text-video-1[data-block-id="542"] .text-video-1-column {
      width: 100%; }
      .sf-block-text-video-1[data-block-id="542"] .text-video-1-column:nth-child(1) {
        margin-right: 0; }
      .sf-block-text-video-1[data-block-id="542"] .text-video-1-column:nth-child(2) {
        margin-left: 0; } }

.sf-block-text-video-1[data-block-id="542"] .text-video-1-card {
  background-color: #fafbfb;
  border-radius: 10px;
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
  padding: 65px; }
  @media (max-width: 1199.98px) {
    .sf-block-text-video-1[data-block-id="542"] .text-video-1-card {
      padding: 25px; } }
  @media (max-width: 991.98px) {
    .sf-block-text-video-1[data-block-id="542"] .text-video-1-card {
      padding: 25px; } }

.sf-block-text-video-1[data-block-id="542"] .text-video-1-preview {
  text-align: center; }
  @media (max-width: 991.98px) {
    .sf-block-text-video-1[data-block-id="542"] .text-video-1-preview {
      margin-left: 0;
      margin-top: 30px; } }
  .sf-block-text-video-1[data-block-id="542"] .text-video-1-preview > a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 10px; }
    .sf-block-text-video-1[data-block-id="542"] .text-video-1-preview > a:hover .text-video-1-image {
      transform: scale(1.025); }

.sf-block-text-video-1[data-block-id="542"] .text-video-1-image {
  border-radius: 10px;
  height: 360px;
  transition: all 1.5s ease;
  background-size: cover;
  background-position: center; }
  @media (max-width: 566.98px) {
    .sf-block-text-video-1[data-block-id="542"] .text-video-1-image {
      height: 205px; } }

.sf-block-text-video-1[data-block-id="542"] .text-video-1-play {
  position: absolute;
  height: 360px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
  transition: all 200ms ease-in-out;
  left: 0;
  right: 0;
  z-index: 1;
  pointer-events: none; }
  @media (max-width: 566.98px) {
    .sf-block-text-video-1[data-block-id="542"] .text-video-1-play {
      height: 205px; } }
  .sf-block-text-video-1[data-block-id="542"] .text-video-1-play.text-video-1-play--visible {
    opacity: 1; }

.sf-block-text-video-1[data-block-id="542"] .text-video-1-play-icon {
  background-image: url('data:image/svg+xml;utf8,<svg width="75" height="75" fill="none" xmlns="http://www.w3.org/2000/svg"><path opacity="1" d="M37.154 74.285c20.52 0 37.155-16.63 37.155-37.142C74.309 16.628 57.674 0 37.154 0S0 16.63 0 37.142c0 20.514 16.635 37.143 37.154 37.143z" fill="%23ff821e"/><path d="M57.682 37.142L26.89 54.914V19.371l30.79 17.771z" fill="%23fff"/></svg>');
  content: '';
  display: block;
  width: 74px;
  height: 74px;
  opacity: .8;
  transition: all 200ms ease-in-out; }
  @media (max-width: 566.98px) {
    .sf-block-text-video-1[data-block-id="542"] .text-video-1-play-icon {
      background-image: url('data:image/svg+xml;utf8,<svg width="46" height="46" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="23" cy="23" r="23" fill="%23ff821e"/><path d="M33 23.45L17 14v18l16-8.55z" fill="%23fff"/></svg>');
      width: 46px;
      height: 46px; } }

.sf-block-text-video-1[data-block-id="542"] .text-video-1-preview--hover .text-video-1-play {
  background-color: transparent; }

.sf-block-text-video-1[data-block-id="542"] .text-video-1-preview--hover .text-video-1-play-icon {
  opacity: 1; }

.sf-block-text-video-1[data-block-id="542"] p, .sf-block-text-video-1[data-block-id="542"] li {
  font-family: Poppins;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 2em;
  color: #3b3d44;
  max-font-size: 100px; }

.sf-block-text-video-1[data-block-id="542"] h1 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 36px;
  letter-spacing: 0.085em;
  line-height: 1.35em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 15px; }
  @media (max-width: 991.98px) {
    .sf-block-text-video-1[data-block-id="542"] h1 {
      font-size: 27.69231px; } }

.sf-block-text-video-1[data-block-id="542"] h2 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 28px;
  letter-spacing: 0.085em;
  line-height: 1.5em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-text-video-1[data-block-id="542"] h2 {
      font-size: 21.53846px; } }

.sf-block-text-video-1[data-block-id="542"] h3 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.085em;
  line-height: 1.6em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-text-video-1[data-block-id="542"] h3 {
      font-size: 16.66667px; } }

.sf-block-text-video-1[data-block-id="542"] h4 {
  font-family: Poppins;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.085em;
  line-height: 1.9em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-text-video-1[data-block-id="542"] h4 {
      font-size: 15px; } }

.sf-block-text-video-1[data-block-id="542"] h5 {
  font-family: Poppins;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.115em;
  line-height: 1.5em;
  color: #626167;
  max-font-size: 100px; }

.sf-block-text-video-1[data-block-id="542"] a {
  color: #ff821e; }

.sf-block-text-video-1[data-block-id="542"] p + h1,
.sf-block-text-video-1[data-block-id="542"] p + h2,
.sf-block-text-video-1[data-block-id="542"] p + h3,
.sf-block-text-video-1[data-block-id="542"] p + h4 {
  padding-top: 30px; }

.sf-block-text-video-1[data-block-id="542"] h4 + h1,
.sf-block-text-video-1[data-block-id="542"] h4 + h2,
.sf-block-text-video-1[data-block-id="542"] h4 + h3 {
  padding-top: 30px; }

.sf-block-text-video-1[data-block-id="542"] ul + h1,
.sf-block-text-video-1[data-block-id="542"] ul + h2,
.sf-block-text-video-1[data-block-id="542"] ul + h3 {
  padding-top: 30px; }

.sf-block-text-video-1[data-block-id="542"] h1:last-child,
.sf-block-text-video-1[data-block-id="542"] h2:last-child,
.sf-block-text-video-1[data-block-id="542"] h3:last-child,
.sf-block-text-video-1[data-block-id="542"] h4:last-child,
.sf-block-text-video-1[data-block-id="542"] h5:last-child,
.sf-block-text-video-1[data-block-id="542"] p:last-child {
  padding-bottom: 0; }

.sf-block-text-video-1[data-block-id="543"] .text-video-1-wrapper {
  background-color: white;
  padding-top: 60px;
  padding-bottom: 60px; }
  @media (max-width: 767.98px) {
    .sf-block-text-video-1[data-block-id="543"] .text-video-1-wrapper {
      padding-top: 30px; } }
  @media (max-width: 767.98px) {
    .sf-block-text-video-1[data-block-id="543"] .text-video-1-wrapper {
      padding-bottom: 30px; } }

.sf-block-text-video-1[data-block-id="543"] .text-video-1-flex {
  display: flex; }
  @media (max-width: 991.98px) {
    .sf-block-text-video-1[data-block-id="543"] .text-video-1-flex {
      display: block; } }

.sf-block-text-video-1[data-block-id="543"] .text-video-1-column {
  position: relative;
  flex: 1;
  width: 50%; }
  .sf-block-text-video-1[data-block-id="543"] .text-video-1-column:nth-child(1) {
    margin-right: 15px; }
  .sf-block-text-video-1[data-block-id="543"] .text-video-1-column:nth-child(2) {
    margin-left: 15px; }
  @media (max-width: 991.98px) {
    .sf-block-text-video-1[data-block-id="543"] .text-video-1-column {
      width: 100%; }
      .sf-block-text-video-1[data-block-id="543"] .text-video-1-column:nth-child(1) {
        margin-right: 0; }
      .sf-block-text-video-1[data-block-id="543"] .text-video-1-column:nth-child(2) {
        margin-left: 0; } }

.sf-block-text-video-1[data-block-id="543"] .text-video-1-card {
  background-color: #fafbfb;
  border-radius: 10px;
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
  padding: 65px; }
  @media (max-width: 1199.98px) {
    .sf-block-text-video-1[data-block-id="543"] .text-video-1-card {
      padding: 25px; } }
  @media (max-width: 991.98px) {
    .sf-block-text-video-1[data-block-id="543"] .text-video-1-card {
      padding: 25px; } }

.sf-block-text-video-1[data-block-id="543"] .text-video-1-preview {
  text-align: center; }
  @media (max-width: 991.98px) {
    .sf-block-text-video-1[data-block-id="543"] .text-video-1-preview {
      margin-left: 0;
      margin-top: 30px; } }
  .sf-block-text-video-1[data-block-id="543"] .text-video-1-preview > a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 10px; }
    .sf-block-text-video-1[data-block-id="543"] .text-video-1-preview > a:hover .text-video-1-image {
      transform: scale(1.025); }

.sf-block-text-video-1[data-block-id="543"] .text-video-1-image {
  border-radius: 10px;
  height: 360px;
  transition: all 1.5s ease;
  background-size: cover;
  background-position: center; }
  @media (max-width: 566.98px) {
    .sf-block-text-video-1[data-block-id="543"] .text-video-1-image {
      height: 205px; } }

.sf-block-text-video-1[data-block-id="543"] .text-video-1-play {
  position: absolute;
  height: 360px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
  transition: all 200ms ease-in-out;
  left: 0;
  right: 0;
  z-index: 1;
  pointer-events: none; }
  @media (max-width: 566.98px) {
    .sf-block-text-video-1[data-block-id="543"] .text-video-1-play {
      height: 205px; } }
  .sf-block-text-video-1[data-block-id="543"] .text-video-1-play.text-video-1-play--visible {
    opacity: 1; }

.sf-block-text-video-1[data-block-id="543"] .text-video-1-play-icon {
  background-image: url('data:image/svg+xml;utf8,<svg width="75" height="75" fill="none" xmlns="http://www.w3.org/2000/svg"><path opacity="1" d="M37.154 74.285c20.52 0 37.155-16.63 37.155-37.142C74.309 16.628 57.674 0 37.154 0S0 16.63 0 37.142c0 20.514 16.635 37.143 37.154 37.143z" fill="%23ff821e"/><path d="M57.682 37.142L26.89 54.914V19.371l30.79 17.771z" fill="%23fff"/></svg>');
  content: '';
  display: block;
  width: 74px;
  height: 74px;
  opacity: .8;
  transition: all 200ms ease-in-out; }
  @media (max-width: 566.98px) {
    .sf-block-text-video-1[data-block-id="543"] .text-video-1-play-icon {
      background-image: url('data:image/svg+xml;utf8,<svg width="46" height="46" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="23" cy="23" r="23" fill="%23ff821e"/><path d="M33 23.45L17 14v18l16-8.55z" fill="%23fff"/></svg>');
      width: 46px;
      height: 46px; } }

.sf-block-text-video-1[data-block-id="543"] .text-video-1-preview--hover .text-video-1-play {
  background-color: transparent; }

.sf-block-text-video-1[data-block-id="543"] .text-video-1-preview--hover .text-video-1-play-icon {
  opacity: 1; }

.sf-block-text-video-1[data-block-id="543"] p, .sf-block-text-video-1[data-block-id="543"] li {
  font-family: Poppins;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 2em;
  color: #3b3d44;
  max-font-size: 100px; }

.sf-block-text-video-1[data-block-id="543"] h1 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 36px;
  letter-spacing: 0.085em;
  line-height: 1.35em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 15px; }
  @media (max-width: 991.98px) {
    .sf-block-text-video-1[data-block-id="543"] h1 {
      font-size: 27.69231px; } }

.sf-block-text-video-1[data-block-id="543"] h2 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 28px;
  letter-spacing: 0.085em;
  line-height: 1.5em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-text-video-1[data-block-id="543"] h2 {
      font-size: 21.53846px; } }

.sf-block-text-video-1[data-block-id="543"] h3 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.085em;
  line-height: 1.6em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-text-video-1[data-block-id="543"] h3 {
      font-size: 16.66667px; } }

.sf-block-text-video-1[data-block-id="543"] h4 {
  font-family: Poppins;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.085em;
  line-height: 1.9em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-text-video-1[data-block-id="543"] h4 {
      font-size: 15px; } }

.sf-block-text-video-1[data-block-id="543"] h5 {
  font-family: Poppins;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.115em;
  line-height: 1.5em;
  color: #626167;
  max-font-size: 100px; }

.sf-block-text-video-1[data-block-id="543"] a {
  color: #ff821e; }

.sf-block-text-video-1[data-block-id="543"] p + h1,
.sf-block-text-video-1[data-block-id="543"] p + h2,
.sf-block-text-video-1[data-block-id="543"] p + h3,
.sf-block-text-video-1[data-block-id="543"] p + h4 {
  padding-top: 30px; }

.sf-block-text-video-1[data-block-id="543"] h4 + h1,
.sf-block-text-video-1[data-block-id="543"] h4 + h2,
.sf-block-text-video-1[data-block-id="543"] h4 + h3 {
  padding-top: 30px; }

.sf-block-text-video-1[data-block-id="543"] ul + h1,
.sf-block-text-video-1[data-block-id="543"] ul + h2,
.sf-block-text-video-1[data-block-id="543"] ul + h3 {
  padding-top: 30px; }

.sf-block-text-video-1[data-block-id="543"] h1:last-child,
.sf-block-text-video-1[data-block-id="543"] h2:last-child,
.sf-block-text-video-1[data-block-id="543"] h3:last-child,
.sf-block-text-video-1[data-block-id="543"] h4:last-child,
.sf-block-text-video-1[data-block-id="543"] h5:last-child,
.sf-block-text-video-1[data-block-id="543"] p:last-child {
  padding-bottom: 0; }

.sf-block-text-video-1[data-block-id="561"] .text-video-1-wrapper {
  background-color: white;
  padding-top: 60px;
  padding-bottom: 60px; }
  @media (max-width: 767.98px) {
    .sf-block-text-video-1[data-block-id="561"] .text-video-1-wrapper {
      padding-top: 30px; } }
  @media (max-width: 767.98px) {
    .sf-block-text-video-1[data-block-id="561"] .text-video-1-wrapper {
      padding-bottom: 30px; } }

.sf-block-text-video-1[data-block-id="561"] .text-video-1-flex {
  display: flex; }
  @media (max-width: 991.98px) {
    .sf-block-text-video-1[data-block-id="561"] .text-video-1-flex {
      display: block; } }

.sf-block-text-video-1[data-block-id="561"] .text-video-1-column {
  position: relative;
  flex: 1;
  width: 50%; }
  .sf-block-text-video-1[data-block-id="561"] .text-video-1-column:nth-child(1) {
    margin-right: 15px; }
  .sf-block-text-video-1[data-block-id="561"] .text-video-1-column:nth-child(2) {
    margin-left: 15px; }
  @media (max-width: 991.98px) {
    .sf-block-text-video-1[data-block-id="561"] .text-video-1-column {
      width: 100%; }
      .sf-block-text-video-1[data-block-id="561"] .text-video-1-column:nth-child(1) {
        margin-right: 0; }
      .sf-block-text-video-1[data-block-id="561"] .text-video-1-column:nth-child(2) {
        margin-left: 0; } }

.sf-block-text-video-1[data-block-id="561"] .text-video-1-card {
  background-color: #fafbfb;
  border-radius: 10px;
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
  padding: 65px; }
  @media (max-width: 1199.98px) {
    .sf-block-text-video-1[data-block-id="561"] .text-video-1-card {
      padding: 25px; } }
  @media (max-width: 991.98px) {
    .sf-block-text-video-1[data-block-id="561"] .text-video-1-card {
      padding: 25px; } }

.sf-block-text-video-1[data-block-id="561"] .text-video-1-preview {
  text-align: center; }
  @media (max-width: 991.98px) {
    .sf-block-text-video-1[data-block-id="561"] .text-video-1-preview {
      margin-left: 0;
      margin-top: 30px; } }
  .sf-block-text-video-1[data-block-id="561"] .text-video-1-preview > a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 10px; }
    .sf-block-text-video-1[data-block-id="561"] .text-video-1-preview > a:hover .text-video-1-image {
      transform: scale(1.025); }

.sf-block-text-video-1[data-block-id="561"] .text-video-1-image {
  border-radius: 10px;
  height: 360px;
  transition: all 1.5s ease;
  background-size: cover;
  background-position: center; }
  @media (max-width: 566.98px) {
    .sf-block-text-video-1[data-block-id="561"] .text-video-1-image {
      height: 205px; } }

.sf-block-text-video-1[data-block-id="561"] .text-video-1-play {
  position: absolute;
  height: 360px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
  transition: all 200ms ease-in-out;
  left: 0;
  right: 0;
  z-index: 1;
  pointer-events: none; }
  @media (max-width: 566.98px) {
    .sf-block-text-video-1[data-block-id="561"] .text-video-1-play {
      height: 205px; } }
  .sf-block-text-video-1[data-block-id="561"] .text-video-1-play.text-video-1-play--visible {
    opacity: 1; }

.sf-block-text-video-1[data-block-id="561"] .text-video-1-play-icon {
  background-image: url('data:image/svg+xml;utf8,<svg width="75" height="75" fill="none" xmlns="http://www.w3.org/2000/svg"><path opacity="1" d="M37.154 74.285c20.52 0 37.155-16.63 37.155-37.142C74.309 16.628 57.674 0 37.154 0S0 16.63 0 37.142c0 20.514 16.635 37.143 37.154 37.143z" fill="%23ff821e"/><path d="M57.682 37.142L26.89 54.914V19.371l30.79 17.771z" fill="%23fff"/></svg>');
  content: '';
  display: block;
  width: 74px;
  height: 74px;
  opacity: .8;
  transition: all 200ms ease-in-out; }
  @media (max-width: 566.98px) {
    .sf-block-text-video-1[data-block-id="561"] .text-video-1-play-icon {
      background-image: url('data:image/svg+xml;utf8,<svg width="46" height="46" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="23" cy="23" r="23" fill="%23ff821e"/><path d="M33 23.45L17 14v18l16-8.55z" fill="%23fff"/></svg>');
      width: 46px;
      height: 46px; } }

.sf-block-text-video-1[data-block-id="561"] .text-video-1-preview--hover .text-video-1-play {
  background-color: transparent; }

.sf-block-text-video-1[data-block-id="561"] .text-video-1-preview--hover .text-video-1-play-icon {
  opacity: 1; }

.sf-block-text-video-1[data-block-id="561"] p, .sf-block-text-video-1[data-block-id="561"] li {
  font-family: Poppins;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 2em;
  color: #3b3d44;
  max-font-size: 100px; }

.sf-block-text-video-1[data-block-id="561"] h1 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 36px;
  letter-spacing: 0.085em;
  line-height: 1.35em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 15px; }
  @media (max-width: 991.98px) {
    .sf-block-text-video-1[data-block-id="561"] h1 {
      font-size: 27.69231px; } }

.sf-block-text-video-1[data-block-id="561"] h2 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 28px;
  letter-spacing: 0.085em;
  line-height: 1.5em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-text-video-1[data-block-id="561"] h2 {
      font-size: 21.53846px; } }

.sf-block-text-video-1[data-block-id="561"] h3 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.085em;
  line-height: 1.6em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-text-video-1[data-block-id="561"] h3 {
      font-size: 16.66667px; } }

.sf-block-text-video-1[data-block-id="561"] h4 {
  font-family: Poppins;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.085em;
  line-height: 1.9em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-text-video-1[data-block-id="561"] h4 {
      font-size: 15px; } }

.sf-block-text-video-1[data-block-id="561"] h5 {
  font-family: Poppins;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.115em;
  line-height: 1.5em;
  color: #626167;
  max-font-size: 100px; }

.sf-block-text-video-1[data-block-id="561"] a {
  color: #ff821e; }

.sf-block-text-video-1[data-block-id="561"] p + h1,
.sf-block-text-video-1[data-block-id="561"] p + h2,
.sf-block-text-video-1[data-block-id="561"] p + h3,
.sf-block-text-video-1[data-block-id="561"] p + h4 {
  padding-top: 30px; }

.sf-block-text-video-1[data-block-id="561"] h4 + h1,
.sf-block-text-video-1[data-block-id="561"] h4 + h2,
.sf-block-text-video-1[data-block-id="561"] h4 + h3 {
  padding-top: 30px; }

.sf-block-text-video-1[data-block-id="561"] ul + h1,
.sf-block-text-video-1[data-block-id="561"] ul + h2,
.sf-block-text-video-1[data-block-id="561"] ul + h3 {
  padding-top: 30px; }

.sf-block-text-video-1[data-block-id="561"] h1:last-child,
.sf-block-text-video-1[data-block-id="561"] h2:last-child,
.sf-block-text-video-1[data-block-id="561"] h3:last-child,
.sf-block-text-video-1[data-block-id="561"] h4:last-child,
.sf-block-text-video-1[data-block-id="561"] h5:last-child,
.sf-block-text-video-1[data-block-id="561"] p:last-child {
  padding-bottom: 0; }

.sf-block-text-video-1[data-block-id="562"] .text-video-1-wrapper {
  background-color: white;
  padding-top: 60px;
  padding-bottom: 60px; }
  @media (max-width: 767.98px) {
    .sf-block-text-video-1[data-block-id="562"] .text-video-1-wrapper {
      padding-top: 30px; } }
  @media (max-width: 767.98px) {
    .sf-block-text-video-1[data-block-id="562"] .text-video-1-wrapper {
      padding-bottom: 30px; } }

.sf-block-text-video-1[data-block-id="562"] .text-video-1-flex {
  display: flex; }
  @media (max-width: 991.98px) {
    .sf-block-text-video-1[data-block-id="562"] .text-video-1-flex {
      display: block; } }

.sf-block-text-video-1[data-block-id="562"] .text-video-1-column {
  position: relative;
  flex: 1;
  width: 50%; }
  .sf-block-text-video-1[data-block-id="562"] .text-video-1-column:nth-child(1) {
    margin-right: 15px; }
  .sf-block-text-video-1[data-block-id="562"] .text-video-1-column:nth-child(2) {
    margin-left: 15px; }
  @media (max-width: 991.98px) {
    .sf-block-text-video-1[data-block-id="562"] .text-video-1-column {
      width: 100%; }
      .sf-block-text-video-1[data-block-id="562"] .text-video-1-column:nth-child(1) {
        margin-right: 0; }
      .sf-block-text-video-1[data-block-id="562"] .text-video-1-column:nth-child(2) {
        margin-left: 0; } }

.sf-block-text-video-1[data-block-id="562"] .text-video-1-card {
  background-color: #fafbfb;
  border-radius: 10px;
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
  padding: 65px; }
  @media (max-width: 1199.98px) {
    .sf-block-text-video-1[data-block-id="562"] .text-video-1-card {
      padding: 25px; } }
  @media (max-width: 991.98px) {
    .sf-block-text-video-1[data-block-id="562"] .text-video-1-card {
      padding: 25px; } }

.sf-block-text-video-1[data-block-id="562"] .text-video-1-preview {
  text-align: center; }
  @media (max-width: 991.98px) {
    .sf-block-text-video-1[data-block-id="562"] .text-video-1-preview {
      margin-left: 0;
      margin-top: 30px; } }
  .sf-block-text-video-1[data-block-id="562"] .text-video-1-preview > a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 10px; }
    .sf-block-text-video-1[data-block-id="562"] .text-video-1-preview > a:hover .text-video-1-image {
      transform: scale(1.025); }

.sf-block-text-video-1[data-block-id="562"] .text-video-1-image {
  border-radius: 10px;
  height: 360px;
  transition: all 1.5s ease;
  background-size: cover;
  background-position: center; }
  @media (max-width: 566.98px) {
    .sf-block-text-video-1[data-block-id="562"] .text-video-1-image {
      height: 205px; } }

.sf-block-text-video-1[data-block-id="562"] .text-video-1-play {
  position: absolute;
  height: 360px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
  transition: all 200ms ease-in-out;
  left: 0;
  right: 0;
  z-index: 1;
  pointer-events: none; }
  @media (max-width: 566.98px) {
    .sf-block-text-video-1[data-block-id="562"] .text-video-1-play {
      height: 205px; } }
  .sf-block-text-video-1[data-block-id="562"] .text-video-1-play.text-video-1-play--visible {
    opacity: 1; }

.sf-block-text-video-1[data-block-id="562"] .text-video-1-play-icon {
  background-image: url('data:image/svg+xml;utf8,<svg width="75" height="75" fill="none" xmlns="http://www.w3.org/2000/svg"><path opacity="1" d="M37.154 74.285c20.52 0 37.155-16.63 37.155-37.142C74.309 16.628 57.674 0 37.154 0S0 16.63 0 37.142c0 20.514 16.635 37.143 37.154 37.143z" fill="%23ff821e"/><path d="M57.682 37.142L26.89 54.914V19.371l30.79 17.771z" fill="%23fff"/></svg>');
  content: '';
  display: block;
  width: 74px;
  height: 74px;
  opacity: .8;
  transition: all 200ms ease-in-out; }
  @media (max-width: 566.98px) {
    .sf-block-text-video-1[data-block-id="562"] .text-video-1-play-icon {
      background-image: url('data:image/svg+xml;utf8,<svg width="46" height="46" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="23" cy="23" r="23" fill="%23ff821e"/><path d="M33 23.45L17 14v18l16-8.55z" fill="%23fff"/></svg>');
      width: 46px;
      height: 46px; } }

.sf-block-text-video-1[data-block-id="562"] .text-video-1-preview--hover .text-video-1-play {
  background-color: transparent; }

.sf-block-text-video-1[data-block-id="562"] .text-video-1-preview--hover .text-video-1-play-icon {
  opacity: 1; }

.sf-block-text-video-1[data-block-id="562"] p, .sf-block-text-video-1[data-block-id="562"] li {
  font-family: Poppins;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 2em;
  color: #3b3d44;
  max-font-size: 100px; }

.sf-block-text-video-1[data-block-id="562"] h1 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 36px;
  letter-spacing: 0.085em;
  line-height: 1.35em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 15px; }
  @media (max-width: 991.98px) {
    .sf-block-text-video-1[data-block-id="562"] h1 {
      font-size: 27.69231px; } }

.sf-block-text-video-1[data-block-id="562"] h2 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 28px;
  letter-spacing: 0.085em;
  line-height: 1.5em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-text-video-1[data-block-id="562"] h2 {
      font-size: 21.53846px; } }

.sf-block-text-video-1[data-block-id="562"] h3 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.085em;
  line-height: 1.6em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-text-video-1[data-block-id="562"] h3 {
      font-size: 16.66667px; } }

.sf-block-text-video-1[data-block-id="562"] h4 {
  font-family: Poppins;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.085em;
  line-height: 1.9em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-text-video-1[data-block-id="562"] h4 {
      font-size: 15px; } }

.sf-block-text-video-1[data-block-id="562"] h5 {
  font-family: Poppins;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.115em;
  line-height: 1.5em;
  color: #626167;
  max-font-size: 100px; }

.sf-block-text-video-1[data-block-id="562"] a {
  color: #ff821e; }

.sf-block-text-video-1[data-block-id="562"] p + h1,
.sf-block-text-video-1[data-block-id="562"] p + h2,
.sf-block-text-video-1[data-block-id="562"] p + h3,
.sf-block-text-video-1[data-block-id="562"] p + h4 {
  padding-top: 30px; }

.sf-block-text-video-1[data-block-id="562"] h4 + h1,
.sf-block-text-video-1[data-block-id="562"] h4 + h2,
.sf-block-text-video-1[data-block-id="562"] h4 + h3 {
  padding-top: 30px; }

.sf-block-text-video-1[data-block-id="562"] ul + h1,
.sf-block-text-video-1[data-block-id="562"] ul + h2,
.sf-block-text-video-1[data-block-id="562"] ul + h3 {
  padding-top: 30px; }

.sf-block-text-video-1[data-block-id="562"] h1:last-child,
.sf-block-text-video-1[data-block-id="562"] h2:last-child,
.sf-block-text-video-1[data-block-id="562"] h3:last-child,
.sf-block-text-video-1[data-block-id="562"] h4:last-child,
.sf-block-text-video-1[data-block-id="562"] h5:last-child,
.sf-block-text-video-1[data-block-id="562"] p:last-child {
  padding-bottom: 0; }

.sf-block-text-video-1[data-block-id="563"] .text-video-1-wrapper {
  background-color: white;
  padding-top: 60px;
  padding-bottom: 60px; }
  @media (max-width: 767.98px) {
    .sf-block-text-video-1[data-block-id="563"] .text-video-1-wrapper {
      padding-top: 30px; } }
  @media (max-width: 767.98px) {
    .sf-block-text-video-1[data-block-id="563"] .text-video-1-wrapper {
      padding-bottom: 30px; } }

.sf-block-text-video-1[data-block-id="563"] .text-video-1-flex {
  display: flex; }
  @media (max-width: 991.98px) {
    .sf-block-text-video-1[data-block-id="563"] .text-video-1-flex {
      display: block; } }

.sf-block-text-video-1[data-block-id="563"] .text-video-1-column {
  position: relative;
  flex: 1;
  width: 50%; }
  .sf-block-text-video-1[data-block-id="563"] .text-video-1-column:nth-child(1) {
    margin-right: 15px; }
  .sf-block-text-video-1[data-block-id="563"] .text-video-1-column:nth-child(2) {
    margin-left: 15px; }
  @media (max-width: 991.98px) {
    .sf-block-text-video-1[data-block-id="563"] .text-video-1-column {
      width: 100%; }
      .sf-block-text-video-1[data-block-id="563"] .text-video-1-column:nth-child(1) {
        margin-right: 0; }
      .sf-block-text-video-1[data-block-id="563"] .text-video-1-column:nth-child(2) {
        margin-left: 0; } }

.sf-block-text-video-1[data-block-id="563"] .text-video-1-card {
  background-color: #fafbfb;
  border-radius: 10px;
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
  padding: 65px; }
  @media (max-width: 1199.98px) {
    .sf-block-text-video-1[data-block-id="563"] .text-video-1-card {
      padding: 25px; } }
  @media (max-width: 991.98px) {
    .sf-block-text-video-1[data-block-id="563"] .text-video-1-card {
      padding: 25px; } }

.sf-block-text-video-1[data-block-id="563"] .text-video-1-preview {
  text-align: center; }
  @media (max-width: 991.98px) {
    .sf-block-text-video-1[data-block-id="563"] .text-video-1-preview {
      margin-left: 0;
      margin-top: 30px; } }
  .sf-block-text-video-1[data-block-id="563"] .text-video-1-preview > a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 10px; }
    .sf-block-text-video-1[data-block-id="563"] .text-video-1-preview > a:hover .text-video-1-image {
      transform: scale(1.025); }

.sf-block-text-video-1[data-block-id="563"] .text-video-1-image {
  border-radius: 10px;
  height: 360px;
  transition: all 1.5s ease;
  background-size: cover;
  background-position: center; }
  @media (max-width: 566.98px) {
    .sf-block-text-video-1[data-block-id="563"] .text-video-1-image {
      height: 205px; } }

.sf-block-text-video-1[data-block-id="563"] .text-video-1-play {
  position: absolute;
  height: 360px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
  transition: all 200ms ease-in-out;
  left: 0;
  right: 0;
  z-index: 1;
  pointer-events: none; }
  @media (max-width: 566.98px) {
    .sf-block-text-video-1[data-block-id="563"] .text-video-1-play {
      height: 205px; } }
  .sf-block-text-video-1[data-block-id="563"] .text-video-1-play.text-video-1-play--visible {
    opacity: 1; }

.sf-block-text-video-1[data-block-id="563"] .text-video-1-play-icon {
  background-image: url('data:image/svg+xml;utf8,<svg width="75" height="75" fill="none" xmlns="http://www.w3.org/2000/svg"><path opacity="1" d="M37.154 74.285c20.52 0 37.155-16.63 37.155-37.142C74.309 16.628 57.674 0 37.154 0S0 16.63 0 37.142c0 20.514 16.635 37.143 37.154 37.143z" fill="%23ff821e"/><path d="M57.682 37.142L26.89 54.914V19.371l30.79 17.771z" fill="%23fff"/></svg>');
  content: '';
  display: block;
  width: 74px;
  height: 74px;
  opacity: .8;
  transition: all 200ms ease-in-out; }
  @media (max-width: 566.98px) {
    .sf-block-text-video-1[data-block-id="563"] .text-video-1-play-icon {
      background-image: url('data:image/svg+xml;utf8,<svg width="46" height="46" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="23" cy="23" r="23" fill="%23ff821e"/><path d="M33 23.45L17 14v18l16-8.55z" fill="%23fff"/></svg>');
      width: 46px;
      height: 46px; } }

.sf-block-text-video-1[data-block-id="563"] .text-video-1-preview--hover .text-video-1-play {
  background-color: transparent; }

.sf-block-text-video-1[data-block-id="563"] .text-video-1-preview--hover .text-video-1-play-icon {
  opacity: 1; }

.sf-block-text-video-1[data-block-id="563"] p, .sf-block-text-video-1[data-block-id="563"] li {
  font-family: Poppins;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 2em;
  color: #3b3d44;
  max-font-size: 100px; }

.sf-block-text-video-1[data-block-id="563"] h1 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 36px;
  letter-spacing: 0.085em;
  line-height: 1.35em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 15px; }
  @media (max-width: 991.98px) {
    .sf-block-text-video-1[data-block-id="563"] h1 {
      font-size: 27.69231px; } }

.sf-block-text-video-1[data-block-id="563"] h2 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 28px;
  letter-spacing: 0.085em;
  line-height: 1.5em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-text-video-1[data-block-id="563"] h2 {
      font-size: 21.53846px; } }

.sf-block-text-video-1[data-block-id="563"] h3 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.085em;
  line-height: 1.6em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-text-video-1[data-block-id="563"] h3 {
      font-size: 16.66667px; } }

.sf-block-text-video-1[data-block-id="563"] h4 {
  font-family: Poppins;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.085em;
  line-height: 1.9em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-text-video-1[data-block-id="563"] h4 {
      font-size: 15px; } }

.sf-block-text-video-1[data-block-id="563"] h5 {
  font-family: Poppins;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.115em;
  line-height: 1.5em;
  color: #626167;
  max-font-size: 100px; }

.sf-block-text-video-1[data-block-id="563"] a {
  color: #ff821e; }

.sf-block-text-video-1[data-block-id="563"] p + h1,
.sf-block-text-video-1[data-block-id="563"] p + h2,
.sf-block-text-video-1[data-block-id="563"] p + h3,
.sf-block-text-video-1[data-block-id="563"] p + h4 {
  padding-top: 30px; }

.sf-block-text-video-1[data-block-id="563"] h4 + h1,
.sf-block-text-video-1[data-block-id="563"] h4 + h2,
.sf-block-text-video-1[data-block-id="563"] h4 + h3 {
  padding-top: 30px; }

.sf-block-text-video-1[data-block-id="563"] ul + h1,
.sf-block-text-video-1[data-block-id="563"] ul + h2,
.sf-block-text-video-1[data-block-id="563"] ul + h3 {
  padding-top: 30px; }

.sf-block-text-video-1[data-block-id="563"] h1:last-child,
.sf-block-text-video-1[data-block-id="563"] h2:last-child,
.sf-block-text-video-1[data-block-id="563"] h3:last-child,
.sf-block-text-video-1[data-block-id="563"] h4:last-child,
.sf-block-text-video-1[data-block-id="563"] h5:last-child,
.sf-block-text-video-1[data-block-id="563"] p:last-child {
  padding-bottom: 0; }

.sf-block-text-video-1[data-block-id="581"] .text-video-1-wrapper {
  background-color: white;
  padding-top: 60px;
  padding-bottom: 60px; }
  @media (max-width: 767.98px) {
    .sf-block-text-video-1[data-block-id="581"] .text-video-1-wrapper {
      padding-top: 30px; } }
  @media (max-width: 767.98px) {
    .sf-block-text-video-1[data-block-id="581"] .text-video-1-wrapper {
      padding-bottom: 30px; } }

.sf-block-text-video-1[data-block-id="581"] .text-video-1-flex {
  display: flex; }
  @media (max-width: 991.98px) {
    .sf-block-text-video-1[data-block-id="581"] .text-video-1-flex {
      display: block; } }

.sf-block-text-video-1[data-block-id="581"] .text-video-1-column {
  position: relative;
  flex: 1;
  width: 50%; }
  .sf-block-text-video-1[data-block-id="581"] .text-video-1-column:nth-child(1) {
    margin-right: 15px; }
  .sf-block-text-video-1[data-block-id="581"] .text-video-1-column:nth-child(2) {
    margin-left: 15px; }
  @media (max-width: 991.98px) {
    .sf-block-text-video-1[data-block-id="581"] .text-video-1-column {
      width: 100%; }
      .sf-block-text-video-1[data-block-id="581"] .text-video-1-column:nth-child(1) {
        margin-right: 0; }
      .sf-block-text-video-1[data-block-id="581"] .text-video-1-column:nth-child(2) {
        margin-left: 0; } }

.sf-block-text-video-1[data-block-id="581"] .text-video-1-card {
  background-color: #fafbfb;
  border-radius: 10px;
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
  padding: 65px; }
  @media (max-width: 1199.98px) {
    .sf-block-text-video-1[data-block-id="581"] .text-video-1-card {
      padding: 25px; } }
  @media (max-width: 991.98px) {
    .sf-block-text-video-1[data-block-id="581"] .text-video-1-card {
      padding: 25px; } }

.sf-block-text-video-1[data-block-id="581"] .text-video-1-preview {
  text-align: center; }
  @media (max-width: 991.98px) {
    .sf-block-text-video-1[data-block-id="581"] .text-video-1-preview {
      margin-left: 0;
      margin-top: 30px; } }
  .sf-block-text-video-1[data-block-id="581"] .text-video-1-preview > a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 10px; }
    .sf-block-text-video-1[data-block-id="581"] .text-video-1-preview > a:hover .text-video-1-image {
      transform: scale(1.025); }

.sf-block-text-video-1[data-block-id="581"] .text-video-1-image {
  border-radius: 10px;
  height: 360px;
  transition: all 1.5s ease;
  background-size: cover;
  background-position: center; }
  @media (max-width: 566.98px) {
    .sf-block-text-video-1[data-block-id="581"] .text-video-1-image {
      height: 205px; } }

.sf-block-text-video-1[data-block-id="581"] .text-video-1-play {
  position: absolute;
  height: 360px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
  transition: all 200ms ease-in-out;
  left: 0;
  right: 0;
  z-index: 1;
  pointer-events: none; }
  @media (max-width: 566.98px) {
    .sf-block-text-video-1[data-block-id="581"] .text-video-1-play {
      height: 205px; } }
  .sf-block-text-video-1[data-block-id="581"] .text-video-1-play.text-video-1-play--visible {
    opacity: 1; }

.sf-block-text-video-1[data-block-id="581"] .text-video-1-play-icon {
  background-image: url('data:image/svg+xml;utf8,<svg width="75" height="75" fill="none" xmlns="http://www.w3.org/2000/svg"><path opacity="1" d="M37.154 74.285c20.52 0 37.155-16.63 37.155-37.142C74.309 16.628 57.674 0 37.154 0S0 16.63 0 37.142c0 20.514 16.635 37.143 37.154 37.143z" fill="%23ff821e"/><path d="M57.682 37.142L26.89 54.914V19.371l30.79 17.771z" fill="%23fff"/></svg>');
  content: '';
  display: block;
  width: 74px;
  height: 74px;
  opacity: .8;
  transition: all 200ms ease-in-out; }
  @media (max-width: 566.98px) {
    .sf-block-text-video-1[data-block-id="581"] .text-video-1-play-icon {
      background-image: url('data:image/svg+xml;utf8,<svg width="46" height="46" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="23" cy="23" r="23" fill="%23ff821e"/><path d="M33 23.45L17 14v18l16-8.55z" fill="%23fff"/></svg>');
      width: 46px;
      height: 46px; } }

.sf-block-text-video-1[data-block-id="581"] .text-video-1-preview--hover .text-video-1-play {
  background-color: transparent; }

.sf-block-text-video-1[data-block-id="581"] .text-video-1-preview--hover .text-video-1-play-icon {
  opacity: 1; }

.sf-block-text-video-1[data-block-id="581"] p, .sf-block-text-video-1[data-block-id="581"] li {
  font-family: Poppins;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 2em;
  color: #3b3d44;
  max-font-size: 100px; }

.sf-block-text-video-1[data-block-id="581"] h1 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 36px;
  letter-spacing: 0.085em;
  line-height: 1.35em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 15px; }
  @media (max-width: 991.98px) {
    .sf-block-text-video-1[data-block-id="581"] h1 {
      font-size: 27.69231px; } }

.sf-block-text-video-1[data-block-id="581"] h2 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 28px;
  letter-spacing: 0.085em;
  line-height: 1.5em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-text-video-1[data-block-id="581"] h2 {
      font-size: 21.53846px; } }

.sf-block-text-video-1[data-block-id="581"] h3 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.085em;
  line-height: 1.6em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-text-video-1[data-block-id="581"] h3 {
      font-size: 16.66667px; } }

.sf-block-text-video-1[data-block-id="581"] h4 {
  font-family: Poppins;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.085em;
  line-height: 1.9em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-text-video-1[data-block-id="581"] h4 {
      font-size: 15px; } }

.sf-block-text-video-1[data-block-id="581"] h5 {
  font-family: Poppins;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.115em;
  line-height: 1.5em;
  color: #626167;
  max-font-size: 100px; }

.sf-block-text-video-1[data-block-id="581"] a {
  color: #ff821e; }

.sf-block-text-video-1[data-block-id="581"] p + h1,
.sf-block-text-video-1[data-block-id="581"] p + h2,
.sf-block-text-video-1[data-block-id="581"] p + h3,
.sf-block-text-video-1[data-block-id="581"] p + h4 {
  padding-top: 30px; }

.sf-block-text-video-1[data-block-id="581"] h4 + h1,
.sf-block-text-video-1[data-block-id="581"] h4 + h2,
.sf-block-text-video-1[data-block-id="581"] h4 + h3 {
  padding-top: 30px; }

.sf-block-text-video-1[data-block-id="581"] ul + h1,
.sf-block-text-video-1[data-block-id="581"] ul + h2,
.sf-block-text-video-1[data-block-id="581"] ul + h3 {
  padding-top: 30px; }

.sf-block-text-video-1[data-block-id="581"] h1:last-child,
.sf-block-text-video-1[data-block-id="581"] h2:last-child,
.sf-block-text-video-1[data-block-id="581"] h3:last-child,
.sf-block-text-video-1[data-block-id="581"] h4:last-child,
.sf-block-text-video-1[data-block-id="581"] h5:last-child,
.sf-block-text-video-1[data-block-id="581"] p:last-child {
  padding-bottom: 0; }

.sf-block-text-video-1[data-block-id="593"] .text-video-1-wrapper {
  background-color: white;
  padding-top: 60px;
  padding-bottom: 60px; }
  @media (max-width: 767.98px) {
    .sf-block-text-video-1[data-block-id="593"] .text-video-1-wrapper {
      padding-top: 30px; } }
  @media (max-width: 767.98px) {
    .sf-block-text-video-1[data-block-id="593"] .text-video-1-wrapper {
      padding-bottom: 30px; } }

.sf-block-text-video-1[data-block-id="593"] .text-video-1-flex {
  display: flex; }
  @media (max-width: 991.98px) {
    .sf-block-text-video-1[data-block-id="593"] .text-video-1-flex {
      display: block; } }

.sf-block-text-video-1[data-block-id="593"] .text-video-1-column {
  position: relative;
  flex: 1;
  width: 50%; }
  .sf-block-text-video-1[data-block-id="593"] .text-video-1-column:nth-child(1) {
    margin-right: 15px; }
  .sf-block-text-video-1[data-block-id="593"] .text-video-1-column:nth-child(2) {
    margin-left: 15px; }
  @media (max-width: 991.98px) {
    .sf-block-text-video-1[data-block-id="593"] .text-video-1-column {
      width: 100%; }
      .sf-block-text-video-1[data-block-id="593"] .text-video-1-column:nth-child(1) {
        margin-right: 0; }
      .sf-block-text-video-1[data-block-id="593"] .text-video-1-column:nth-child(2) {
        margin-left: 0; } }

.sf-block-text-video-1[data-block-id="593"] .text-video-1-card {
  background-color: #fafbfb;
  border-radius: 10px;
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
  padding: 65px; }
  @media (max-width: 1199.98px) {
    .sf-block-text-video-1[data-block-id="593"] .text-video-1-card {
      padding: 25px; } }
  @media (max-width: 991.98px) {
    .sf-block-text-video-1[data-block-id="593"] .text-video-1-card {
      padding: 25px; } }

.sf-block-text-video-1[data-block-id="593"] .text-video-1-preview {
  text-align: center; }
  @media (max-width: 991.98px) {
    .sf-block-text-video-1[data-block-id="593"] .text-video-1-preview {
      margin-left: 0;
      margin-top: 30px; } }
  .sf-block-text-video-1[data-block-id="593"] .text-video-1-preview > a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 10px; }
    .sf-block-text-video-1[data-block-id="593"] .text-video-1-preview > a:hover .text-video-1-image {
      transform: scale(1.025); }

.sf-block-text-video-1[data-block-id="593"] .text-video-1-image {
  border-radius: 10px;
  height: 360px;
  transition: all 1.5s ease;
  background-size: cover;
  background-position: center; }
  @media (max-width: 566.98px) {
    .sf-block-text-video-1[data-block-id="593"] .text-video-1-image {
      height: 205px; } }

.sf-block-text-video-1[data-block-id="593"] .text-video-1-play {
  position: absolute;
  height: 360px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
  transition: all 200ms ease-in-out;
  left: 0;
  right: 0;
  z-index: 1;
  pointer-events: none; }
  @media (max-width: 566.98px) {
    .sf-block-text-video-1[data-block-id="593"] .text-video-1-play {
      height: 205px; } }
  .sf-block-text-video-1[data-block-id="593"] .text-video-1-play.text-video-1-play--visible {
    opacity: 1; }

.sf-block-text-video-1[data-block-id="593"] .text-video-1-play-icon {
  background-image: url('data:image/svg+xml;utf8,<svg width="75" height="75" fill="none" xmlns="http://www.w3.org/2000/svg"><path opacity="1" d="M37.154 74.285c20.52 0 37.155-16.63 37.155-37.142C74.309 16.628 57.674 0 37.154 0S0 16.63 0 37.142c0 20.514 16.635 37.143 37.154 37.143z" fill="%23ff821e"/><path d="M57.682 37.142L26.89 54.914V19.371l30.79 17.771z" fill="%23fff"/></svg>');
  content: '';
  display: block;
  width: 74px;
  height: 74px;
  opacity: .8;
  transition: all 200ms ease-in-out; }
  @media (max-width: 566.98px) {
    .sf-block-text-video-1[data-block-id="593"] .text-video-1-play-icon {
      background-image: url('data:image/svg+xml;utf8,<svg width="46" height="46" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="23" cy="23" r="23" fill="%23ff821e"/><path d="M33 23.45L17 14v18l16-8.55z" fill="%23fff"/></svg>');
      width: 46px;
      height: 46px; } }

.sf-block-text-video-1[data-block-id="593"] .text-video-1-preview--hover .text-video-1-play {
  background-color: transparent; }

.sf-block-text-video-1[data-block-id="593"] .text-video-1-preview--hover .text-video-1-play-icon {
  opacity: 1; }

.sf-block-text-video-1[data-block-id="593"] p, .sf-block-text-video-1[data-block-id="593"] li {
  font-family: Poppins;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 2em;
  color: #3b3d44;
  max-font-size: 100px; }

.sf-block-text-video-1[data-block-id="593"] h1 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 36px;
  letter-spacing: 0.085em;
  line-height: 1.35em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 15px; }
  @media (max-width: 991.98px) {
    .sf-block-text-video-1[data-block-id="593"] h1 {
      font-size: 27.69231px; } }

.sf-block-text-video-1[data-block-id="593"] h2 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 28px;
  letter-spacing: 0.085em;
  line-height: 1.5em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-text-video-1[data-block-id="593"] h2 {
      font-size: 21.53846px; } }

.sf-block-text-video-1[data-block-id="593"] h3 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.085em;
  line-height: 1.6em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-text-video-1[data-block-id="593"] h3 {
      font-size: 16.66667px; } }

.sf-block-text-video-1[data-block-id="593"] h4 {
  font-family: Poppins;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.085em;
  line-height: 1.9em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-text-video-1[data-block-id="593"] h4 {
      font-size: 15px; } }

.sf-block-text-video-1[data-block-id="593"] h5 {
  font-family: Poppins;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.115em;
  line-height: 1.5em;
  color: #626167;
  max-font-size: 100px; }

.sf-block-text-video-1[data-block-id="593"] a {
  color: #ff821e; }

.sf-block-text-video-1[data-block-id="593"] p + h1,
.sf-block-text-video-1[data-block-id="593"] p + h2,
.sf-block-text-video-1[data-block-id="593"] p + h3,
.sf-block-text-video-1[data-block-id="593"] p + h4 {
  padding-top: 30px; }

.sf-block-text-video-1[data-block-id="593"] h4 + h1,
.sf-block-text-video-1[data-block-id="593"] h4 + h2,
.sf-block-text-video-1[data-block-id="593"] h4 + h3 {
  padding-top: 30px; }

.sf-block-text-video-1[data-block-id="593"] ul + h1,
.sf-block-text-video-1[data-block-id="593"] ul + h2,
.sf-block-text-video-1[data-block-id="593"] ul + h3 {
  padding-top: 30px; }

.sf-block-text-video-1[data-block-id="593"] h1:last-child,
.sf-block-text-video-1[data-block-id="593"] h2:last-child,
.sf-block-text-video-1[data-block-id="593"] h3:last-child,
.sf-block-text-video-1[data-block-id="593"] h4:last-child,
.sf-block-text-video-1[data-block-id="593"] h5:last-child,
.sf-block-text-video-1[data-block-id="593"] p:last-child {
  padding-bottom: 0; }

.sf-block-block-304[data-block-id="560"] .block-304-wrapper {
  background-color: white;
  padding-top: 0px;
  padding-bottom: 0px; }
  .sf-block-block-304[data-block-id="560"] .block-304-wrapper .block-304-flex {
    display: flex;
    flex-wrap: wrap; }
  .sf-block-block-304[data-block-id="560"] .block-304-wrapper .block-304-column {
    display: flex;
    align-items: center;
    width: 50%;
    position: relative; }
    @media (max-width: 991.98px) {
      .sf-block-block-304[data-block-id="560"] .block-304-wrapper .block-304-column {
        width: 100%; } }
    .sf-block-block-304[data-block-id="560"] .block-304-wrapper .block-304-column img {
      max-width: 100%; }
  .sf-block-block-304[data-block-id="560"] .block-304-wrapper .block-304-column:nth-child(1) {
    justify-content: center; }
  .sf-block-block-304[data-block-id="560"] .block-304-wrapper .block-304-content {
    max-width: 550px;
    margin-left: auto;
    padding: 25px 25px; }
    @media (max-width: 991.98px) {
      .sf-block-block-304[data-block-id="560"] .block-304-wrapper .block-304-content {
        max-width: 730px;
        margin: 0 auto; } }
  .sf-block-block-304[data-block-id="560"] .block-304-wrapper .block-304-button-wrapper {
    text-align: center;
    display: block; }
    .sf-block-block-304[data-block-id="560"] .block-304-wrapper .block-304-button-wrapper a.block-304-button {
      margin-top: 60px;
      padding: 15px 45px;
      border-radius: 100px;
      background-color: #ff821e;
      text-decoration: none;
      display: inline-block;
      font-family: Poppins;
      font-weight: 400;
      font-size: 18px;
      letter-spacing: 0.085em;
      line-height: 1.9em;
      color: white;
      max-font-size: 100px; }
    .sf-block-block-304[data-block-id="560"] .block-304-wrapper .block-304-button-wrapper a.block-304-button:hover {
      color: white;
      background-color: #ff821e; }
  .sf-block-block-304[data-block-id="560"] .block-304-wrapper p, .sf-block-block-304[data-block-id="560"] .block-304-wrapper li {
    font-family: Poppins;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 2em;
    color: #3b3d44;
    max-font-size: 100px; }
  .sf-block-block-304[data-block-id="560"] .block-304-wrapper h1 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 36px;
    letter-spacing: 0.085em;
    line-height: 1.35em;
    color: #3b3d44;
    max-font-size: 100px;
    padding-bottom: 15px; }
    @media (max-width: 991.98px) {
      .sf-block-block-304[data-block-id="560"] .block-304-wrapper h1 {
        font-size: 27.69231px; } }
  .sf-block-block-304[data-block-id="560"] .block-304-wrapper h2 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 28px;
    letter-spacing: 0.085em;
    line-height: 1.5em;
    color: #3b3d44;
    max-font-size: 100px;
    padding-bottom: 10px; }
    @media (max-width: 991.98px) {
      .sf-block-block-304[data-block-id="560"] .block-304-wrapper h2 {
        font-size: 21.53846px; } }
  .sf-block-block-304[data-block-id="560"] .block-304-wrapper h3 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 0.085em;
    line-height: 1.6em;
    color: #3b3d44;
    max-font-size: 100px;
    padding-bottom: 10px; }
    @media (max-width: 991.98px) {
      .sf-block-block-304[data-block-id="560"] .block-304-wrapper h3 {
        font-size: 16.66667px; } }
  .sf-block-block-304[data-block-id="560"] .block-304-wrapper h4 {
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.085em;
    line-height: 1.9em;
    color: #3b3d44;
    max-font-size: 100px;
    padding-bottom: 10px; }
    @media (max-width: 991.98px) {
      .sf-block-block-304[data-block-id="560"] .block-304-wrapper h4 {
        font-size: 15px; } }
  .sf-block-block-304[data-block-id="560"] .block-304-wrapper h5 {
    font-family: Poppins;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0.115em;
    line-height: 1.5em;
    color: #626167;
    max-font-size: 100px; }
  .sf-block-block-304[data-block-id="560"] .block-304-wrapper a {
    color: #ff821e; }
  .sf-block-block-304[data-block-id="560"] .block-304-wrapper p + h1,
  .sf-block-block-304[data-block-id="560"] .block-304-wrapper p + h2,
  .sf-block-block-304[data-block-id="560"] .block-304-wrapper p + h3,
  .sf-block-block-304[data-block-id="560"] .block-304-wrapper p + h4 {
    padding-top: 30px; }
  .sf-block-block-304[data-block-id="560"] .block-304-wrapper h4 + h1,
  .sf-block-block-304[data-block-id="560"] .block-304-wrapper h4 + h2,
  .sf-block-block-304[data-block-id="560"] .block-304-wrapper h4 + h3 {
    padding-top: 30px; }
  .sf-block-block-304[data-block-id="560"] .block-304-wrapper ul + h1,
  .sf-block-block-304[data-block-id="560"] .block-304-wrapper ul + h2,
  .sf-block-block-304[data-block-id="560"] .block-304-wrapper ul + h3 {
    padding-top: 30px; }
  .sf-block-block-304[data-block-id="560"] .block-304-wrapper h1:last-child,
  .sf-block-block-304[data-block-id="560"] .block-304-wrapper h2:last-child,
  .sf-block-block-304[data-block-id="560"] .block-304-wrapper h3:last-child,
  .sf-block-block-304[data-block-id="560"] .block-304-wrapper h4:last-child,
  .sf-block-block-304[data-block-id="560"] .block-304-wrapper h5:last-child,
  .sf-block-block-304[data-block-id="560"] .block-304-wrapper p:last-child {
    padding-bottom: 0; }

.sf-block-quote-3[data-block-id="577"] .quote-3-wrapper {
  background-color: #f8f8f7;
  padding-top: 60px;
  padding-bottom: 60px; }
  @media (max-width: 767.98px) {
    .sf-block-quote-3[data-block-id="577"] .quote-3-wrapper {
      padding-top: 30px; } }
  @media (max-width: 767.98px) {
    .sf-block-quote-3[data-block-id="577"] .quote-3-wrapper {
      padding-bottom: 30px; } }

.sf-block-quote-3[data-block-id="577"] .quote-3-flex {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  justify-content: center; }
  @media (max-width: 991.98px) {
    .sf-block-quote-3[data-block-id="577"] .quote-3-flex {
      display: block; } }

.sf-block-quote-3[data-block-id="577"] .quote-3-item {
  width: calc(100%/3);
  margin-bottom: 14px; }
  @media (max-width: 991.98px) {
    .sf-block-quote-3[data-block-id="577"] .quote-3-item {
      width: 100%;
      max-width: 390px;
      margin-left: auto;
      margin-right: auto; } }

.sf-block-quote-3[data-block-id="577"] .quote-3-card {
  --card-shadow: rgba(0, 0, 0, 0.1);
  background: white;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0px 2px 10px var(--card-shadow);
  margin: 0 14px 0 0;
  height: 100%; }
  @media (max-width: 991.98px) {
    .sf-block-quote-3[data-block-id="577"] .quote-3-card {
      margin-right: 0; } }

.sf-block-quote-3[data-block-id="577"] .quote-3-item:nth-child(3n) .quote-3-card {
  margin-right: 0; }

.sf-block-quote-3[data-block-id="577"] .quote-3-image {
  text-align: center;
  margin-bottom: 10px; }
  .sf-block-quote-3[data-block-id="577"] .quote-3-image img {
    border-radius: 100%; }

.sf-block-quote-3[data-block-id="577"] .quote-3-author {
  margin-bottom: 15px; }

.sf-block-quote-3[data-block-id="577"] p, .sf-block-quote-3[data-block-id="577"] li {
  font-family: Poppins;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 2em;
  color: #3b3d44;
  max-font-size: 100px; }

.sf-block-quote-3[data-block-id="577"] h1 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 36px;
  letter-spacing: 0.085em;
  line-height: 1.35em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 15px; }
  @media (max-width: 991.98px) {
    .sf-block-quote-3[data-block-id="577"] h1 {
      font-size: 27.69231px; } }

.sf-block-quote-3[data-block-id="577"] h2 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 28px;
  letter-spacing: 0.085em;
  line-height: 1.5em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-quote-3[data-block-id="577"] h2 {
      font-size: 21.53846px; } }

.sf-block-quote-3[data-block-id="577"] h3 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.085em;
  line-height: 1.6em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-quote-3[data-block-id="577"] h3 {
      font-size: 16.66667px; } }

.sf-block-quote-3[data-block-id="577"] h4 {
  font-family: Poppins;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.085em;
  line-height: 1.9em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-quote-3[data-block-id="577"] h4 {
      font-size: 15px; } }

.sf-block-quote-3[data-block-id="577"] h5 {
  font-family: Poppins;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.115em;
  line-height: 1.5em;
  color: #626167;
  max-font-size: 100px; }

.sf-block-quote-3[data-block-id="577"] a {
  color: #ff821e; }

.sf-block-quote-3[data-block-id="577"] p + h1,
.sf-block-quote-3[data-block-id="577"] p + h2,
.sf-block-quote-3[data-block-id="577"] p + h3,
.sf-block-quote-3[data-block-id="577"] p + h4 {
  padding-top: 30px; }

.sf-block-quote-3[data-block-id="577"] h4 + h1,
.sf-block-quote-3[data-block-id="577"] h4 + h2,
.sf-block-quote-3[data-block-id="577"] h4 + h3 {
  padding-top: 30px; }

.sf-block-quote-3[data-block-id="577"] ul + h1,
.sf-block-quote-3[data-block-id="577"] ul + h2,
.sf-block-quote-3[data-block-id="577"] ul + h3 {
  padding-top: 30px; }

.sf-block-quote-3[data-block-id="577"] h1:last-child,
.sf-block-quote-3[data-block-id="577"] h2:last-child,
.sf-block-quote-3[data-block-id="577"] h3:last-child,
.sf-block-quote-3[data-block-id="577"] h4:last-child,
.sf-block-quote-3[data-block-id="577"] h5:last-child,
.sf-block-quote-3[data-block-id="577"] p:last-child {
  padding-bottom: 0; }

.sf-block-block-301[data-block-id="586"] .block-301-wrapper {
  background-color: white;
  display: flex;
  flex-wrap: wrap;
  padding-top: 0;
  padding-bottom: 0; }
  .sf-block-block-301[data-block-id="586"] .block-301-wrapper .block-301-column {
    width: 70%;
    position: relative; }
    @media (max-width: 1199.98px) {
      .sf-block-block-301[data-block-id="586"] .block-301-wrapper .block-301-column {
        width: 100%; } }
  .sf-block-block-301[data-block-id="586"] .block-301-wrapper .block-301-column:nth-child(2) {
    width: 30%;
    padding: 70px;
    display: flex;
    align-items: center; }
    @media (max-width: 1199.98px) {
      .sf-block-block-301[data-block-id="586"] .block-301-wrapper .block-301-column:nth-child(2) {
        width: 100%;
        padding: 50px; } }
    @media (max-width: 767.98px) {
      .sf-block-block-301[data-block-id="586"] .block-301-wrapper .block-301-column:nth-child(2) {
        padding: 30px 25px; } }
  .sf-block-block-301[data-block-id="586"] .block-301-wrapper .block-301-overlay {
    position: absolute;
    background-color: transparent;
    width: 100%;
    height: 100%;
    pointer-events: none; }
  .sf-block-block-301[data-block-id="586"] .block-301-wrapper .block-301-image {
    width: 100%;
    height: 100%;
    max-height: 100%;
    background-size: cover;
    background-position: center center;
    min-height: 650px; }
    @media (max-width: 991.98px) {
      .sf-block-block-301[data-block-id="586"] .block-301-wrapper .block-301-image {
        height: 50vh;
        min-height: 0; } }
  .sf-block-block-301[data-block-id="586"] .block-301-wrapper .block-301-content {
    max-width: 460px;
    margin: 0 auto; }
    @media (max-width: 991.98px) {
      .sf-block-block-301[data-block-id="586"] .block-301-wrapper .block-301-content {
        max-width: 730px;
        margin: 0 auto; } }
  .sf-block-block-301[data-block-id="586"] .block-301-wrapper .block-301-button-wrapper {
    display: block;
    text-align: center; }
    .sf-block-block-301[data-block-id="586"] .block-301-wrapper .block-301-button-wrapper a.block-301-button {
      margin-top: 60px;
      padding: 15px 45px;
      border-radius: 100px;
      background-color: #ff821e;
      display: inline-block;
      text-decoration: none;
      font-family: Poppins;
      font-weight: 400;
      font-size: 18px;
      letter-spacing: 0.085em;
      line-height: 1.9em;
      color: white;
      max-font-size: 100px; }
    .sf-block-block-301[data-block-id="586"] .block-301-wrapper .block-301-button-wrapper .block-301-button a:hover {
      color: white;
      background-color: #ff821e; }

.sf-block-block-301[data-block-id="586"] p, .sf-block-block-301[data-block-id="586"] li {
  font-family: Poppins;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 2em;
  color: #3b3d44;
  max-font-size: 100px; }

.sf-block-block-301[data-block-id="586"] h1 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 36px;
  letter-spacing: 0.085em;
  line-height: 1.35em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 15px; }
  @media (max-width: 991.98px) {
    .sf-block-block-301[data-block-id="586"] h1 {
      font-size: 27.69231px; } }

.sf-block-block-301[data-block-id="586"] h2 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 28px;
  letter-spacing: 0.085em;
  line-height: 1.5em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-block-301[data-block-id="586"] h2 {
      font-size: 21.53846px; } }

.sf-block-block-301[data-block-id="586"] h3 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.085em;
  line-height: 1.6em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-block-301[data-block-id="586"] h3 {
      font-size: 16.66667px; } }

.sf-block-block-301[data-block-id="586"] h4 {
  font-family: Poppins;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.085em;
  line-height: 1.9em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-block-301[data-block-id="586"] h4 {
      font-size: 15px; } }

.sf-block-block-301[data-block-id="586"] h5 {
  font-family: Poppins;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.115em;
  line-height: 1.5em;
  color: #626167;
  max-font-size: 100px; }

.sf-block-block-301[data-block-id="586"] a {
  color: #ff821e; }

.sf-block-block-301[data-block-id="586"] p + h1,
.sf-block-block-301[data-block-id="586"] p + h2,
.sf-block-block-301[data-block-id="586"] p + h3,
.sf-block-block-301[data-block-id="586"] p + h4 {
  padding-top: 30px; }

.sf-block-block-301[data-block-id="586"] h4 + h1,
.sf-block-block-301[data-block-id="586"] h4 + h2,
.sf-block-block-301[data-block-id="586"] h4 + h3 {
  padding-top: 30px; }

.sf-block-block-301[data-block-id="586"] ul + h1,
.sf-block-block-301[data-block-id="586"] ul + h2,
.sf-block-block-301[data-block-id="586"] ul + h3 {
  padding-top: 30px; }

.sf-block-block-301[data-block-id="586"] h1:last-child,
.sf-block-block-301[data-block-id="586"] h2:last-child,
.sf-block-block-301[data-block-id="586"] h3:last-child,
.sf-block-block-301[data-block-id="586"] h4:last-child,
.sf-block-block-301[data-block-id="586"] h5:last-child,
.sf-block-block-301[data-block-id="586"] p:last-child {
  padding-bottom: 0; }

.sf-block-block-307[data-block-id="588"] .block-307-background {
  background-color: white; }

.sf-block-block-307[data-block-id="588"] .block-307-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding-top: 60px;
  padding-bottom: 30px;
  margin-left: -15px;
  margin-right: -15px; }
  @media (max-width: 767.98px) {
    .sf-block-block-307[data-block-id="588"] .block-307-wrapper {
      padding-top: 30px; } }
  @media (max-width: 767.98px) {
    .sf-block-block-307[data-block-id="588"] .block-307-wrapper {
      padding-bottom: 15px; } }
  @media (max-width: 767.98px) {
    .sf-block-block-307[data-block-id="588"] .block-307-wrapper {
      justify-content: center; } }
  .sf-block-block-307[data-block-id="588"] .block-307-wrapper .block-307-column {
    display: inline-block;
    margin: 0 15px 30px 15px;
    flex-grow: 1;
    position: relative;
    /* Required for the repeater add button UI */
    max-width: 370px; }
    .sf-block-block-307[data-block-id="588"] .block-307-wrapper .block-307-column img {
      width: 100%; }
    @media (max-width: 991.98px) {
      .sf-block-block-307[data-block-id="588"] .block-307-wrapper .block-307-column {
        width: calc(50% - 60px); } }
    @media (max-width: 767.98px) {
      .sf-block-block-307[data-block-id="588"] .block-307-wrapper .block-307-column {
        width: calc(100% - 60px); } }
    .sf-block-block-307[data-block-id="588"] .block-307-wrapper .block-307-column a img {
      transition: filter 0.3s; }
      .sf-block-block-307[data-block-id="588"] .block-307-wrapper .block-307-column a img:hover {
        filter: brightness(110%);
        -webkit-filter: brightness(110%); }
  .sf-block-block-307[data-block-id="588"] .block-307-wrapper .block-307-caption {
    padding: 5px 0 5px 0; }

.sf-block-block-307[data-block-id="588"] p, .sf-block-block-307[data-block-id="588"] li {
  font-family: Poppins;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 2em;
  color: #3b3d44;
  max-font-size: 100px; }

.sf-block-block-307[data-block-id="588"] h1 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 36px;
  letter-spacing: 0.085em;
  line-height: 1.35em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 15px; }
  @media (max-width: 991.98px) {
    .sf-block-block-307[data-block-id="588"] h1 {
      font-size: 27.69231px; } }

.sf-block-block-307[data-block-id="588"] h2 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 28px;
  letter-spacing: 0.085em;
  line-height: 1.5em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-block-307[data-block-id="588"] h2 {
      font-size: 21.53846px; } }

.sf-block-block-307[data-block-id="588"] h3 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.085em;
  line-height: 1.6em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-block-307[data-block-id="588"] h3 {
      font-size: 16.66667px; } }

.sf-block-block-307[data-block-id="588"] h4 {
  font-family: Poppins;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.085em;
  line-height: 1.9em;
  color: #3b3d44;
  max-font-size: 100px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .sf-block-block-307[data-block-id="588"] h4 {
      font-size: 15px; } }

.sf-block-block-307[data-block-id="588"] h5 {
  font-family: Poppins;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.115em;
  line-height: 1.5em;
  color: #626167;
  max-font-size: 100px; }

.sf-block-block-307[data-block-id="588"] a {
  color: #ff821e; }

.sf-block-block-307[data-block-id="588"] p + h1,
.sf-block-block-307[data-block-id="588"] p + h2,
.sf-block-block-307[data-block-id="588"] p + h3,
.sf-block-block-307[data-block-id="588"] p + h4 {
  padding-top: 30px; }

.sf-block-block-307[data-block-id="588"] h4 + h1,
.sf-block-block-307[data-block-id="588"] h4 + h2,
.sf-block-block-307[data-block-id="588"] h4 + h3 {
  padding-top: 30px; }

.sf-block-block-307[data-block-id="588"] ul + h1,
.sf-block-block-307[data-block-id="588"] ul + h2,
.sf-block-block-307[data-block-id="588"] ul + h3 {
  padding-top: 30px; }

.sf-block-block-307[data-block-id="588"] h1:last-child,
.sf-block-block-307[data-block-id="588"] h2:last-child,
.sf-block-block-307[data-block-id="588"] h3:last-child,
.sf-block-block-307[data-block-id="588"] h4:last-child,
.sf-block-block-307[data-block-id="588"] h5:last-child,
.sf-block-block-307[data-block-id="588"] p:last-child {
  padding-bottom: 0; }
