html {
  background: none !important;
  min-width: 0 !important;
  scroll-padding-top: 6rem;
}
body {
  background-color: #fbfcfd;
}
a {
  transition: background .2s ease-in-out, color .2s ease-in-out, border-color .2s ease-in-out;
}
.mce-content-body {
   background: transparent !important;
}
* {
  font-variant-ligatures: none;
}
.button {
  font-weight: 600;
  font-size: 17px;
  border-radius: 7px;
  /* text-transform: uppercase; */
  }
.input, .textarea, .select select, .is-select {
    background-color: #ffffff;
    border: 2px solid #17171717;
    border-radius: 3px;
    box-shadow: none;
}
#mmenu > .navbar-item {
  margin-left: 12px;
}
.navbar-item.mobile_only {
  display: none;
}
.navbar-item img {
    max-height: 3.5rem;
}
.navbar-item .button {
  height: auto;
  padding: 1rem 1.7rem;
  /* margin-left: 0.6rem; */
  font-size: 15px;
}
.navbar-item.sample_nav span {
  opacity: .6;
  display: inline-block;
  margin-left: 3px
}
.navbar-dropdown .navbar-item {
  color: #171717;
  font-size: 1.04em;
  white-space: normal;
  justify-content: center;
  padding: 0.6rem 0;
}
.navbar-dropdown .navbar-item.is-active {
  color: #fe5400 !important;
}
.navbar-dropdown .navbar-item:hover {
  /* background-color: #f6f5f5 !important; */
   color: #fe5400 !important;
}
section.header .navbar {
  transition: padding .2s ease;
}
body.scrolling section.header .navbar {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child,
p:last-child, li:last-child {
  margin-bottom: 0;
}
.content p,
.content li {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}
.content h1,
h1.title,
.content h2,
h2.title,
.content h3,
h3.title,
.content h4,
h4.title,
.content h5,
h5.title {
  color: #000000;
  font-family: 'Plus Jakarta Sans', serif;
  font-weight: 800;
  /* text-transform: uppercase; */
  letter-spacing: normal;
}
.content h1, .title.is-1 {
  font-size: 41pt;
  line-height: 1.1;
  /*text-transform: uppercase;*/
  /*letter-spacing: 5px;*/
}
.content h2, .title.is-2 {
  font-size: 28pt;
  line-height: 1.2;
  /*text-transform: uppercase;*/
  /*letter-spacing: 5px;*/
}
.content h3, .title.is-3 {
  font-size: 20pt;
  line-height: 1.25;
  /*text-transform: uppercase;*/
  /*letter-spacing: 5px;*/
}
.content h4, .title.is-4 {
  font-size: 17pt;
  line-height: 1.3;
}
.content h5, .title.is-5 {
  font-size: 16pt;
  line-height: 1.4;
  font-weight: 500;
}
.content .is-size-1 { line-height: 1.1; }
.content .is-size-2 { line-height: 1.2; }
.content .is-size-3 { line-height: 1.25; }
.content .is-size-4 { line-height: 1.3; }
.content .is-size-5 { line-height: 1.4; }
.content .is-size-6 { line-height: 1.6; }
.content .is-size-7 { line-height: 1.6; }
.content > *:last-child {
  margin-bottom: 0;
}
.content p .button:first-child:last-child {
  margin-top: .5rem;
}

.msg {
  /* position: fixed; */
  top: 30px;
  right: 30px;
  z-index: 100;
}

.pagination{display: flex;padding-left:0;margin:20px 0;border-radius:4px;justify-content: center;}.pagination>li{display:inline;margin: 3px 3px;border-radius: 3px;overflow: hidden;}.pagination>li>a,.pagination>li>a:visited,.pagination>li>span{position:relative;float:left;padding:6px 12px;margin-left:-1px;line-height:1.42857143;color: #040404;text-decoration:none;background-color:#fff;border: none;font-weight: 400;border-radius: 0;}.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;/* border-top-left-radius:4px; *//* border-bottom-left-radius:4px; *//* color: white; */}.pagination>li:last-child>a,.pagination>li:last-child>span{/* border-top-right-radius:4px; *//* border-bottom-right-radius:4px */}.pagination>li>a:hover,.pagination>li>span:hover,.pagination>li>a:focus,.pagination>li>span:focus{color: #383e41;background-color:#eee;/* border-color:#ddd; */}.pagination>.active>a,.pagination>.active>a:visited, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus{z-index:2;color:#fff;cursor:default;background-color: #0892ee;border-color: #0892ee;}.pagination>.disabled>span,.pagination>.disabled>span:hover,.pagination>.disabled>span:focus,.pagination>.disabled>a,.pagination>.disabled>a:hover,.pagination>.disabled>a:focus{color:#777;cursor:not-allowed;background-color:#fff;border-color:#ddd}.pagination-lg>li>a,.pagination-lg>li>span{padding:10px 16px;font-size:18px}.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-top-left-radius:6px;border-bottom-left-radius:6px}.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-top-right-radius:6px;border-bottom-right-radius:6px}.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:12px}.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-top-left-radius:3px;border-bottom-left-radius:3px}.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-top-right-radius:3px;border-bottom-right-radius:3px}


.is-static {
  position: static;
}

section form .boxed {
  background: #f4f8fb;
  padding: 2rem;
  border-radius: 8px;
}

.fields {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.fields .field {
  /*width:  100%;*/
  width: 48%;
}
.fields .field.field_type_button,
.fields .field.field_type_text_box {
  width: 100%;
}
.fields .field.field_type_hidden {
  margin: 0;
}
/*.fields .field.field_id_1,
.fields .field.field_id_2,
.fields .field.field_id_3,
.fields .field.field_id_4 {
  width:  48%;
}*/
.fields .field label {
  color: #040404;
  font-weight: 500;
  font-size: .9rem;
}
.fields .field.required > label:after {
  content: '*';
  display: inline-block;
  margin-left: 2px;
  color: #fe5400;
}

.file.uploader {
    position: relative;
    border: 2px dashed #d4d4d4;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 132px;
    background: #fff;
    border-radius: 3px;
}
.file.uploader progress {
    -moz-appearance: none;
    -webkit-appearance: none;
    border: none;
    display: block;
    height: 0.75rem;
    overflow: hidden;
    padding: 0;
    width: 100%;
    margin-bottom: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    border-radius: 4px 4px 0 0;
}
/*.file.uploader progress::-webkit-progress-value {
  background-color: #9d221e;
}

.file.uploader progress::-moz-progress-bar {
  background-color: #9d221e;
}

.file.uploader progress::-ms-fill {
  background-color: #9d221e;
}*/

.file.uploader progress:indeterminate {
  background-image: linear-gradient(to right, #9d221e 30%, #ededed 30%);
}
.file.uploader progress[value="0"] {
    opacity: 0;
}
.file.uploader .file-input {
  height: 100%;
  left: 0;
  opacity: 0;
  outline: none;
  position: absolute;
  top: 0;
  width: 100%;
}
.file.uploader .preview {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 5;
    margin: 0;
    background-size: cover;
}
.file.uploader .file-label {
    margin: 0;
    position: relative;
    z-index: 10;
}
.file.uploader .file-cta .file-name {
  border-color: #dbdbdb;
  border-style: solid;
  border-width: 1px 1px 1px 0;
  display: block;
  max-width: 16em;
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis;
}

.file.uploader .file-cta .file-icon {
  align-items: center;
  display: flex;
  height: 1em;
  justify-content: center;
  margin-right: 0.5em;
  width: 1em;
}

.video-container {
  margin: 1.25rem 0;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  background-color: #111;
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.12);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
}
.video-container iframe {
  border: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}
@supports (aspect-ratio: 16 / 9) {
  .video-container {
    height: auto;
    padding-top: 0;
    aspect-ratio: 16 / 9;
  }
}

a.navbar-item, .navbar-link {
  /* font-family: "DIN Next", serif; */
  /* font-weight: 600; */
  /* letter-spacing: 0.2px; */
  /* font-size: 16px; */
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0px;
  line-height: 1.2;
  /* text-transform: uppercase; */
  color: #363641;
}
section.header .navbar-link:hover,
section.header .navbar-item:hover {
  color: #fe5400;
}

section.header .navbar-item:first-child {
  /* padding-left: 0; */
}
section.header .navbar-item:last-child {
  /* padding-right: 0; */
}

section.header .navbar-link.mobile_only,
section.header a.navbar-item.mobile_only {
  display: none;
}

.field_type_heading+.field_type_label {
  margin-top: -10px;
}

.mm-menu {
  background-color: #363641;
}
.mm-menu .mm-listview>li>a {
  font-size: 1.2rem;
  color: #ffffff;
  padding: 12px 10px 12px 17px;
}
.mm-menu .mm-listview>li>a:hover {
  /*background-color: #040404;*/
}
.mm-menu .mm-btn:after,
.mm-menu .mm-btn:before,
.mm-menu .mm-listview>li .mm-next:after,
.mm-menu .mm-listview,
.mm-navbar {
  border-color: rgb(255 255 255 / 30%);
}
.mm-menu .mm-navbar a,
.mm-menu .mm-navbar > * {
  color: rgb(255 255 255 / 30%);
}
/*.mm-menu .mm-listview li:nth-last-child(2) a  {
  text-align:  center;
  margin:  10px 15px 0 15px;
  border: 1px solid white;
  color: #040404;
  background-color:  white;
  border-radius:  65px;
}
.mm-menu .mm-listview li:nth-last-child(1) a {
  border: 1px solid white;
  color:  white;
  text-align:  center;
  margin:  20px 15px 0 15px;
  border-radius:  65px;
}*/
/*.mm-panel .mm-navbar {
  display: none !important;
}
.mm-panels>.mm-panel.mm-hasnavbar {
    padding-top: 16px !important;
}*/

.navlink {
  display: none;
}

.announcer p {
  margin-bottom: 0 !important;
  line-height: 1.3;
  font-size: 14px;
}
.announcer p a {
  /* border-bottom: 1px dotted #fff; */
  color: #ffffff;
}
.announcer ul li a {
  font-size: 14px;
}
.announcer .socials {
  position: relative;
  bottom: 0px;
}

.socials a {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  /* border: 1px solid #67594a; */
  font-size: 1.4rem;
}

.grad-purp-light {
  background-image: linear-gradient(to right, #dee3ff, #dce4ff, #dae6ff, #d8e7ff, #d7e8ff, #d6e9ff, #d5ebff, #d4ecff, #d2eeff, #d1f0ff, #d0f1ff, #cff3ff);
}
.grad-purp-dark {
  background-image: linear-gradient(to right, #4b89c8, #408fca, #3695ca, #2f9bc9, #2ca0c8);
}

.arrow:before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Pro";
  content: "\f178";
  font-weight: 300;
  font-size: 1.7rem;
  vertical-align: middle;
  margin: 0 15px 0 0;
  position: relative;
  top: -1px;
  right:  0;
  transition: all .5s ease;
  cursor: pointer;
}
.arrow:hover:before {
  right: -2px;
}

main {
  background: #fff;
}

section.section {
  overflow: hidden;
  /* padding-left: 0; */
  /* padding-right: 0; */
}

section.has_background {
    position: relative;
}
section.has_background > .container {
    position: relative;
    z-index: 30;
}
section.has_background .background {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-size: cover;
    background-position: center;
}

section.shadow_top {
  box-shadow: inset 0 10px 50px 0 rgb(0 0 0 / 4%);
}
section.shadow_bottom {
  box-shadow: inset 0 -10px 50px 0 rgb(0 0 0 / 4%);
}

section.block_type_block {
  padding: 0 !important;
  background: none !important;
}

/*section.section > section.section {
  padding: 0 !important;
  background: none !important;
}*/

section:not(.plain_image) .content img,
section .block_image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 28px;
  /* max-height: 560px; */
  /* box-shadow: 0 20px 50px 0 rgb(0 0 0 / 15%); */
  overflow: hidden;
  /* margin: 20px; */
  /* box-shadow: 0 8px 64px 0 rgb(0 0 0 / 6%); */
}
section a.block_image {
  display: block;
  position: relative;
}
/*section a.block_image:after {
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Pro";
  content: "\f00e";
  font-weight: 500;
  font-size: 1.5rem;
  color: #363641;
  position: absolute;
  bottom: 0.8rem;
  right: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: .6;
  transition: opacity .2s ease;
}
section a.block_image:hover:after {
  opacity: 1;
}*/

section.contain .block_image {
  background-size: contain;
  /* border-radius: 0; */
}
section .block_image:not(.show_img) img {
  visibility: hidden;
  background-size: cover;
  background-position: center;
  display: block;
}
section .gallery_image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

}

section.sticky_text .columns {
  align-items: flex-start !important;
  justify-content: space-between !important;
}
section.sticky_text .column-content {
  position: sticky;
  top: 0;
  padding-top: 3rem;
}

section.border_top {
  border-top: 1px solid hsla(0,0%,100%,.1);
}
section.border_bottom {
  border-bottom: 1px solid hsla(0,0%,100%,.1);
}

.grecaptcha-badge {
  visibility: hidden;
  pointer-events: none;
}

.notification.is-sentModal {
  padding: 0 !important;
}
.notification.is-sentModal > button {
  display: none;
}

.navbar-burger {
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 21px;
  background: none !important;
  flex-shrink: 0;
}
.navbar-burger span {
  width: 100%;
  position: static;
}

.is-sentModal .modal-content {
  width: 420px;
  max-width: calc(100% - 20px);
}
.is-sentModal .modal-content .box {
  border-radius: 5px;
}

/*********/

main section .content ul {
  list-style: none;
  margin-left: 0;
/*  display: flex;*/
/*  flex-wrap: wrap;*/
}
main section .content ul li {
  position: relative;
  padding-left: 37px;
  margin-bottom: 18px;
  /*  width: 49%;*/
  margin-top: 0;
  font-size: 16px;
}
main section .content ul li:before {
  /* color: #040404; */
  background-image: url("data:image/svg+xml,%0A%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.64 7.78781L10.15 13.2753L7.60547 10.7311' stroke='%23ff7300' stroke-width='1.4' stroke-miterlimit='10'/%3E%3Cpath d='M11 1C8.34784 1 5.8043 2.05357 3.92893 3.92893C2.05357 5.8043 1 8.34784 1 11C1 13.6522 2.05357 16.1957 3.92893 18.0711C5.8043 19.9464 8.34784 21 11 21C13.6522 21 16.1957 19.9464 18.0711 18.0711C19.9464 16.1957 21 13.6522 21 11C21 8.34784 19.9464 5.8043 18.0711 3.92893C16.1957 2.05357 13.6522 1 11 1Z' stroke='%23ff7300' stroke-width='1.4' stroke-miterlimit='10'/%3E%3C/svg%3E%0A");
  content: '';
  width: 24px;
  height: 24px;
  background-size: contain;
  position: absolute;
  left: 0px;
  top: 2px;
}
main section.orangle .content ul li:before {
  background-image: url("data:image/svg+xml,%0A%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.64 7.78781L10.15 13.2753L7.60547 10.7311' stroke='%23fe5400' stroke-width='1.4' stroke-miterlimit='10'/%3E%3Cpath d='M11 1C8.34784 1 5.8043 2.05357 3.92893 3.92893C2.05357 5.8043 1 8.34784 1 11C1 13.6522 2.05357 16.1957 3.92893 18.0711C5.8043 19.9464 8.34784 21 11 21C13.6522 21 16.1957 19.9464 18.0711 18.0711C19.9464 16.1957 21 13.6522 21 11C21 8.34784 19.9464 5.8043 18.0711 3.92893C16.1957 2.05357 13.6522 1 11 1Z' stroke='%23fe5400' stroke-width='1.4' stroke-miterlimit='10'/%3E%3C/svg%3E%0A");
}
main section.purangle .content ul li:before {
  background-image: url("data:image/svg+xml,%0A%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.64 7.78781L10.15 13.2753L7.60547 10.7311' stroke='%23747ab2' stroke-width='1.4' stroke-miterlimit='10'/%3E%3Cpath d='M11 1C8.34784 1 5.8043 2.05357 3.92893 3.92893C2.05357 5.8043 1 8.34784 1 11C1 13.6522 2.05357 16.1957 3.92893 18.0711C5.8043 19.9464 8.34784 21 11 21C13.6522 21 16.1957 19.9464 18.0711 18.0711C19.9464 16.1957 21 13.6522 21 11C21 8.34784 19.9464 5.8043 18.0711 3.92893C16.1957 2.05357 13.6522 1 11 1Z' stroke='%23747ab2' stroke-width='1.4' stroke-miterlimit='10'/%3E%3C/svg%3E%0A");
}

section .content ul.plain-crosses li:before,
section .content ul.plain-ticks li:before {
  background-image: none;
  content: '✔';
  display: flex;
  align-items: center;
  justify-content: center;
}
section .content ul.plain-ticks li:before {
  transform: rotate(5deg);
}
section .content ul.plain-crosses li:before {
  content: '✖';
}

section.modal {
  background: transparent !important;
}
section.modal .container {
  width: 100%;
  max-width: none;
  flex: none;
  margin: 0;
  position: static;
}
section.modal h2 {
  font-size: 2.6rem;
}

section.editorial .container {
  max-width: 860px !important;
}

section .zoom {
  transition: transform cubic-bezier(0.22, 0.61, 0.36, 1) 0.9s;
}
section .zoom:hover {
  transform: scale(1.1);
}

section.header {
  position: relative;
  left: 0;
  right: 0;
  z-index: 40;
  background-color: #fff;
/*}
#home section.header {*/
  position: sticky;
  top: 0;
  /* background: transparent; */
  box-shadow: rgb(11 43 158 / 3%) 0px 6px 20px -6px;
}

section.header .announcement {
  width: 100%;
  padding: 5px;
  background-color: #FE5501;
  text-align: center;
}
body.hide-announcement section.header .announcement {
  display: none;
}

section.header .announcement a {
  color: white;
  font-weight: bold;
}

section.header .logo img {
  max-height: 5rem;
}
section.header .navbar-end,
section.header .navbar-start {
  /* min-width: 40%; */
}
section.header .navbar-end nav > ul > li {
  /* margin-right: 0.7rem; */
}
section.header .navbar-end nav > ul > li:last-child {
  /* padding-right: 0; */
  /* margin-right: 0; */
}
section.header .navbar-start nav > ul > li {
  margin-left: .75rem;
}
section.header .navbar-start nav > ul > li:first-child {
  padding-left: 0;
  margin-left: 0;
}
section.header .nav {
  background: #e1dbd5;
}

section.footer {
  position: relative;
  background: #f4f8fb;
  /* color: #fff; */
  /* border-top: 30px solid #445c59; */
  /* background-image: url(../img/topography.svg); */
}
section.footer a {
  color: #4a4a4a;
}
section.footer a:hover {
  color: #fe5400;
}
section.footer p {
  color: #4a4a4a;
  font-size: 16px;
}
section.footer a.navbar-item,
section.footer .navbar-link {
  color: #4a4a4a;
  font-size: 16px;
  margin-bottom: 0.5rem;
  font-weight: 600;
}
section.footer .navbar-link:after,
section.footer .navbar-item .navbar-dropdown {
  display: none !important;
}
section.footer .navbar-item:hover {
  color: #fe5400 !important;
}
section.footer .navbar-link {
  padding-right: 1.5rem;
}
section.footer .footer-cols {

}
section.footer .footer-cols .footer-col {
  flex-shrink: 0;
  padding-right: 5rem;
  min-width: 200px;
  width: auto;
  /* flex-grow: 1; */
}
section.footer .footer-cols .footer-col:last-child {
  padding-right: 0;
  margin-left: auto;
}
section.footer .footer-col.logo {
  /* text-align: center; */
}
section.footer .footer-col.logo a {
  display: block;
  height: 2.6rem;
}
section.footer .footer-col.logo a img {
  max-height: 100%;
}
section.footer .footer_small_print_mobile {
  display: none;
  margin-top: 2rem;
  text-align: center;
}
section.footer .footer_small_print_mobile p {
  font-size: 12px;
  margin-bottom: .2rem;
}
section.footer .footer_small_print_mobile p:last-child {
  margin-bottom: 0;
}
section.footer .footer-col.contact {
  top: -2px;
  position: relative;
}
section.footer .copyright p {
  font-size: 13px;
}
/*section.footer .footer-col.copyright {
  flex-shrink: 1;
}
section.footer .footer-col.icons {
  /* text-align: right; */
}
section.footer .footer-col.icons .google-reviews {
  height: 4rem;
  margin-bottom: 1.5rem;
}
section.footer .footer-col.icons .google-reviews img {
  max-height: 100%;
}
section.footer .footer-col .socials {
  display: flex;
  justify-content: center;
}

section.hero {
  background-size: cover;
  background-position: center;
  position: relative;
}
section.hero .container {
  position: relative;
  z-index: 10;
}
section.hero .hero-body {
/*  background: linear-gradient(180deg, #3636411c 0%, #36364100 32%, #36364100 100%);*/
}
#home section.hero .hero-body {
  /* background: linear-gradient(180deg, #091615c7 0%, #0916159e 32%, #0916153b 100%); */
  padding-top: 11rem;
}
section.hero .title.is-1,
section.hero h1 {
  font-size: 54pt;
}
section.hero h2:not(:last-child),
section.hero h1:not(:last-child) {
  /* margin-bottom: 0.1em; */
}
section.hero p {
  /* font-size: 23px; */
  /* opacity: 0.9; */
}

section.hero .title.is-1+p,
section.hero h1+p {
  /*opacity: 0.75;*/
}
section.hero .button {
  margin-top: 2px;
}
section .button ~ sup {
  margin-top: 3px;
  display: block;
  opacity: 0.6;
  /* padding-left: 12px; */
}

section.hero video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  /*opacity: 0.6;*/
}

section.hero .scroll-me {
  position: absolute;
  bottom: 0;
  z-index: 10;
  color: #040404;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 2rem;
  bottom: 1rem;
  display: none;
}

#home section.hero {
  /*background-image: url('../img/bg.svg');*/
}

#home section.hero .scroll-me {
  display: block;
}

#home section.hero .button {
  margin-top: 1rem;
}
section.hero .button+.button {
  margin-left: 12px;
}
#home section.hero h2,
#home section.hero h1,
#home section.hero p {
  /*width: 60%;*/
  /*margin-right: auto;*/
  /*margin-left: auto;*/
}
#home section.hero p {
  margin-bottom: 1rem !important;
  /* font-size: 1.5rem; */
  /* width: 80%; */
  /* margin-left: auto; */
  /* margin-right: auto; */
}
#home section.hero p:last-child {
  /* width: 100%; */
  /* white-space: nowrap; */
  margin-bottom: 0 !important;
}
/*#home section.hero:after {
  content: '';
  width: 75%;
  height: 100%;
  content: '';
  background-color: #ffef8c;
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: top right;
  transform:  skewX(-10deg);
}*/

#contact-us section.block_type_text_form .columns {
  align-items: flex-start !important;
}
#contact-us section.block_type_text_form .socials {
  margin-top: 50px;
}
#contact-us section.block_type_text_form .socials a {
  color: #fff !important;
  background: #040404;
  width: 45px;
  height: 45px;
  display: inline-flex;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  padding: 1px 0 0 1px;
}

section.big_image {
  position: relative;
}
section.big_image .container {
  position: static;
}
section.big_image .column-image .block_image {
  position: absolute;
  padding: 0;
  top: 0;
  bottom: 0;
  border-radius: 0;
}
section.big_image .column-image.is-3 .block_image {
    width: 25%
}
section.big_image .column-image.is-4 .block_image {
    width: 33.33333%
}
section.big_image .column-image.is-5 .block_image {
    width: 41.66667%
}
section.big_image .column-image.is-6 .block_image {
    width: 50%
}
section.big_image .column-image.is-7 .block_image {
    width: 58.33333%
}
section.big_image .column-image.is-5 .block_image {
  width: 42%;
}

section.block_type_image_text.big_image .column-image .block_image {
  left: 0;
}
section.block_type_text_image.big_image .column-image .block_image {
  right: 0;
}

section.block_type_text_image {
  overflow: visible;
}

section.block_type_gallery .gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 3%;
  align-items: center;
  justify-content: center;
}
section.block_type_gallery .gallery .gallery_image {
  /* filter: grayscale(100%); */
  width: 22.7%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  /* height: 135px; */
  margin: 0 0 2rem 0;
  opacity: 1;
}

section[class*="slider"] {
  overflow: hidden;
}

section .card.article {
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: #f4f8fb;
}
section:not([style*="--background-color: #ffffff"]) .card.article {
  background-color: #fff;
}
section .card.article .card-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
section .card.article:hover {
  color: inherit;
}
section .card.article .image {
  overflow: hidden;
  border-radius: 0;
}
section .card.article .image img {
  object-fit: cover;
  transition: transform .2s ease;
}
section .card.article:hover img {
  transform: scale(1.06);
}
section .card.article .content {
  font-size: .9em;
  /* color: #040404; */
  margin-top: auto;
}
section .card.article .content .arrow {
  color: #040404;
}
section .article-author {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
section .article-author__image {
  border-radius: 999px;
  overflow: hidden;
  flex-shrink: 0;
  border-radius: 50% !important;
  width: 50px;
  height: 50px;
  margin: 0 !important;
}
section .article-author__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
section .article-author__name {
  margin: 0 !important;
  font-weight: 600;
  line-height: 1.2;
}
section .article-author__meta {
  margin: 0;
  font-size: 0.85rem;
  color: #6b7280;
}
section .card.article .article-author {
  margin-top: 0.75rem;
}
section.block_type_article_hero .article-author {
  /* justify-content: center; */
}

section.block_type_article_hero {
  /* text-align: center; */
}
section.block_type_article_hero h1,
section.block_type_article_hero h2,
section.block_type_article_hero p {
  /* color: #ffffff; */
  /*text-shadow: 0 0 80px #0d1e25;*/
}

/*section.block_type_article_content p,
section.block_type_article_content li {
  font-size: 18px;
}
section.block_type_article_content p {
  text-align: justify;
}*/
/*section.block_type_article_content .block_image {
  float: right;
  max-width: 50%;
  margin: -1rem -1rem 3rem 3rem;
  border: 1rem solid #e7ecf7;
}*/


section.block_type_blog_hero .categories {
  display: block;
  margin: 0 auto;
  max-width: 300px;
}
section.block_type_blog_hero .search {
  position: relative;
  margin-top: -10px;
}
section.block_type_blog_hero .search .button {
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  height: auto;
  border: none;
  background: none;
  padding: 0;
  width: 48px;
}
section.block_type_blog_hero .search input {
  background: none;
  border: none;
  border-bottom: 2px solid #fff;
  border-radius: 0;
  color: #040404;
}
section.block_type_blog_hero .search input:active,
section.block_type_blog_hero .search input:focus {
  border-color: #7f52ff;
}
section.block_type_blog_hero .search input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .5);
}
section.block_type_blog_hero .search input:-moz-placeholder {
    color: rgba(255, 255, 255, .5);
    opacity: 1;
}
section.block_type_blog_hero input::-moz-placeholder {
    color: rgba(255, 255, 255, .5);
    opacity: 1;
}
section.block_type_blog_hero input:-ms-input-placeholder {
    color: rgba(255, 255, 255, .5);
}

section.big_image .column-image {
  min-height: 350px;
}

section.block_type_cta .cta .block_icon {
  width: 80px;
  height: 80px;
  background-color: #f4f8fb;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #0792ee;
}
section.block_type_cta .cta .block_icon span {
  font-size: 31px;
}


/*section.block_type_cta .columns {
  row-gap: 0.5rem;
}
section.block_type_cta .cta {
  background: #ffffff;
  display: block;
  border-radius: 8px;
  overflow: hidden;
  height: 100%;
}
section.block_type_cta .cta .details {
}
section.block_type_cta .cta .block_image {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}*/

#home section.hero {
  background-position: center bottom;
}

section.block_type_html .container:not(.default):not([class*="is-"]) {
  width: 9999px;
}
section.block_type_html .container.default {
  width: 1200px;
}

section.about_block .column-image {
  padding-top: 0;
  /*padding-bottom: 0;*/
}
section.about_block .column-image .block_image {
  /* border-radius: 0; */
  /* border: 20px solid #445c59; */
}

#about section .column-image .block_image {
  /* border: 20px solid #f3f3ef; */
}

section.details .column:last-child {
  text-align: center;
}
section.details .column:last-child img {
  margin: .6rem;
}

section.testimonials {
  position: relative;
}
section.testimonials .container {
  max-width: 900px !important;
}
section.testimonials:before {
  content: '';
  background-image: url('/file/dfe705d7a08446ba86261aa099eeee5c62bed24922d7d.jpeg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: .1;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

section.testimonials [class*="ArrowControl__ArrowControlContainer"] {
  box-shadow: none !important;
}
section.testimonials [class*="Carousel__CarouselArrowControlContainer"] > * {
  background: none !important;
  fill: #ebeae4 !important;
}
section.testimonials [class*="Carousel__CarouselArrowControlContainer"]:first-child {
  left: -95px;
}
section.testimonials [class*="Carousel__CarouselArrowControlContainer"]:last-child {
  right: -95px;
}
section.testimonials [class*="ReviewAlignContainer__Container"] {
  min-height: 200px;
  justify-content: center;
}

section.intro h3 {
  line-height: 1.3;
}

section.block_type_features_slider .container {
/*  padding-right: 7rem;*/
}
section.block_type_features_slider .content-slider {
  width: 1080px;
}
section.block_type_features_slider .owl-carousel .owl-stage-outer {
  overflow: visible;
}

section.block_type_features_controls .content {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
section.block_type_features_controls .content h2 {
  width: 650px;
  max-width: 100%;
  margin-bottom: 0;
}
section.block_type_features_controls .features_controls a {
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  display: inline-flex;
  border-radius: 50%;
  border: 1px solid #363641;
  margin-left: 1rem;
}
section.block_type_features_controls .features_controls a img {
  width: 21px;
  height: 22px;
  object-fit: contain;
  object-position: center;
}

section.intro_video iframe {
  border-radius: 7px;
  overflow: hidden;
}

section.boxes .content {
  padding: 1.5rem;
  border-radius: 40px;
  /* box-shadow: 0 8px 64px 0 rgb(0 0 0 / 6%); */
}
section.boxes .content img {
  border-radius: 6px;
}
section.boxes.boxes-white .content {
  background: #ffffff;
}
section.boxes.boxes-blue .content {
  background: #f4f8fb;
}


section.boxes.boxes-white .content p a {
  position: relative;
  display: inline-block;
  transition: background .2s ease-in-out, color .2s ease-in-out, border-color .2s ease-in-out,
              transform .2s ease-in-out;
}
section.boxes.boxes-white .content p:hover a {
  transform: translateY(-2px);
}

section.white-list-box .content ul {
  padding: 1.5rem;
  border-radius: 40px;
  background: #ffffff;
}

section.content-colour-invert {
  background-color: #fff !important;
}
section.content-colour-invert .content {
  padding: 1.5rem;
  border-radius: 40px;
  background-color: var(--background-color);
}


section.guarantee {
  position: relative;
}
section.guarantee:before {
  content: '';
  background: #363641;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50%;
}
section.guarantee .container {
  border-radius: 10px;
  padding: 3rem 3rem 3rem 4.5rem;
  background-color: #f4f8fb;
}
section.guarantee .block_image {
  border-radius: 8px;
}



section.block_type_hero_slider .owl-stage {
  display: flex;
}
section.block_type_hero_slider .owl-item {
  display: flex;
  flex: 1 0 auto;
}
section.block_type_hero_slider .owl-item section.block_type_hero {
  width: 100%;
}
section.block_type_hero_slider .owl-item section.hero {
  height: 100%;
}

section.big_video .plyr {
  border-radius: .7rem;
  overflow: hidden;
  box-shadow: 0 2px 15px rgb(0 0 0 / 10%);
}

section.section .columns.is-align-items-stretch .content {
  height: 100%;
}

section.big_quote {
  overflow: hidden;
}
section.big_quote .content {
  quotes:'\201C' '\201D' '\2018' '\2019';
  position: relative;
}
section.big_quote .content:before {
  content: open-quote;
  position: absolute;
  top: 50px;
  left: -10px;
  color: #fff;
  transform: scale(13.5);
  opacity: .2;
  line-height: 0;
}
section.big_quote .content:after {
  content: close-quote;
  position: absolute;
  bottom: -40px;
  right: 30px;
  color: #fff;
  transform: scale(13.5);
  opacity: .2;
  line-height: 0;
}
section.big_quote h4 {
  line-height: 1.36;
  font-size: 21pt;
}


section.curve {
  position: relative;
}
section.curve .container {
  position: relative;
  z-index: 1;
}
section.curve:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  content: '';
  width: 300px;
  background-image: url('https://mspeasytools.b-cdn.net/file/hero-curve697224b586e3f.png');
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
}

.purangle,
.orangle,
.blangle {
  overflow: hidden;
  position: relative;
}
.purangle:after,
.orangle:after,
.blangle:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 40%;
  background-color: #f4f8fb;
  content: '';
  transform: skewX(-40deg);
  transform-origin: left bottom;
}
.purangle .container,
.orangle .container,
.blangle .container {
  position: relative;
  z-index: 4;
}
.orangle:after {
  background-color: #ffeee7;
}
.purangle:after {
  background-color: #f3effd;
}

section.block_type_vertical_tabs .vertical_tab {
  padding: 1rem 1.5rem;
  border-radius: 12px;
  margin-bottom: 0;
  transition: all .2s ease;
  cursor: pointer;
}
section.block_type_vertical_tabs .vertical_tab:first-child {
  margin-top: 0 !important;
}
section.block_type_vertical_tabs .vertical_tab:last-child {
  margin-bottom: 0 !important;
}
section.block_type_vertical_tabs .vertical_tab h4 {
  cursor: pointer;
  margin-bottom: 0;
}
section.block_type_vertical_tabs .vertical_tab .details {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
}
section.block_type_vertical_tabs .vertical_tab .details .inner {
  margin-top: 1rem;
}
section.block_type_vertical_tabs .vertical_tab .details .inner a {
  display: block;
  font-weight: 600;
}
.arrow_link i,
section.block_type_vertical_tabs .vertical_tab .details .inner a i {
  margin-left: 6px;
  font-size: 1.2rem;
  vertical-align: text-bottom;
  position: relative;
  bottom: -1px;
}
section.block_type_vertical_tabs .vertical_tab.active {
  background-color: #f4f8fb;
  margin: 0.8rem 0;
  padding-top: 1.3rem;
  padding-bottom: 1.3rem;
}
section.block_type_vertical_tabs .vertical_tab.active .details {
  max-height: 1000px;
  transition: max-height 1s ease-in-out;
}

section.block_type_vertical_tabs .vertical_tab_image {
  display: none;
}
section.block_type_vertical_tabs .vertical_tab_image img {
/*  height: 100%;*/
}
section.block_type_vertical_tabs .vertical_tab_image.active {
  display: block;
/*  height: 100%;*/
}

section .callout {
  position: absolute;
  top: 0;
  left: calc(100% - 20px);
  width: 200px;
}
section .callout span {
  height: 2rem;
  display: flex;
  align-items: center;
}
section .callout span img {
  height: 7rem;
  width: 5rem;
  position: relative;
  left: -1rem;
}
section .callout p {
  color: #0892ee;
  font-weight: 600;
  font-size: 1.5rem;
  text-align: center;
  /* padding-left: 1rem; */
  transform: rotate(2deg);
  font-family: 'Caveat', cursive;
  line-height: 1.1;
}

section.block_type_pricing .feature-list .feature .details .callout {
  left: initial;
  right: 0;
  top: -40px;
}
section.block_type_pricing .feature-list .feature .details .callout span img {
  transform: scaleX(-1) rotate(-15deg);
  left: 153px;
  top: 10px;
}

section.block_type_pricing .fixed-col  {
  width: 25%;
}

section.block_type_pricing .calculator {
/*  display: flex;*/
  /*  align-items: center;*/
/*  justify-content: center;*/
  /*  margin-bottom: 3rem;*/
  /* width: 1000px; */
/*  margin: 0 auto;*/
}
section.block_type_pricing .calculator > .field {
  margin: 0 1.5rem;
}
section.block_type_pricing .calculator .field.is-horizontal {
  justify-content: space-between;
}
section.block_type_pricing .calculator .field.is-horizontal .field-body {
  flex-basis: initial;
  flex-grow: 0;
}
section.block_type_pricing .calculator .field-label {
  display: flex;
  align-items: center;
  padding-top: 0;
}
section.block_type_pricing .calculator .field-label .label {
  white-space: nowrap;
}

section.block_type_pricing .options {
/*  width: 370px;*/
/*  margin-right: 3rem;*/
/*  flex-shrink: 0;*/
/*  padding-top: 3.7rem;*/

  display: flex;
  align-items: center;
  justify-content: center;
}
section.block_type_pricing .options input {
  text-align: center;
}
section.block_type_pricing .options input,
section.block_type_pricing .options select {
  min-width: 115px;
}
section.block_type_pricing .options p.tool {
  max-width: 320px;
  background: #f4f8fb;
  font-size: 0.9em;
  padding: 0.5rem 0.8rem 0.5rem 3.5rem;
  border-radius: 5px;
  font-weight: 400;
  position: relative;
  /* text-align: center; */
  line-height: 1.4;
}
section.block_type_pricing .options p.tool span {
  position: relative;
  z-index: 4;
}
section.block_type_pricing .options p.tool:after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Pro";
  content: "\f019";
  font-weight: 500;
  font-size: 1.5rem;
  color: #27a3f6;
  position: absolute;
  line-height: 1;
  top: 16px;
  left: 16px;
  /* transform: rotate(14deg); */
  opacity: 0.2;
}


section.block_type_pricing .pricing_data_table .heading h4 {
  font-size: 1rem;
  color: #0792ee;
}

section.block_type_pricing .earnings {
/*  width: 100%;*/
/*  flex-grow: 1;*/
}
section.block_type_pricing .pricing_data_table .column {
  margin-bottom: 0;
  padding: 1rem !important;
}
section.block_type_pricing .pricing_data_table .heading .heading_value {
  background-color: #e9f4fd;
  position: relative;
}
section.block_type_pricing .pricing_data_table .heading .heading_value:first-child,
section.block_type_pricing .pricing_data_table .heading .heading_spacer+.heading_value {
  border-top-left-radius: 5px;
}
section.block_type_pricing .pricing_data_table .heading .heading_value:last-child {
  border-top-right-radius: 5px;
}

section.block_type_pricing .pricing_data_table .heading .heading_title h4 {
  font-size: 1.1rem;
}
section.block_type_pricing .pricing_data_table .data .data_label h4 {
  margin-bottom: 0;
  font-size: 1rem;
}
section.block_type_pricing .pricing_data_table .data .data_label h4:not(:last-child) {
  cursor: pointer;
}
section.block_type_pricing .pricing_data_table .data .data_label h4:after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Pro";
  content: "\f107";
  font-weight: 500;
  font-size: 1rem;
  line-height: 1;
  vertical-align: middle;
  margin-left: 0.6rem;
  /* color: #0792ee; */
  opacity: 0.5;
}
section.block_type_pricing .pricing_data_table .data .data_label h4.explained:after {
  transform: scaleY(-1);
}
section.block_type_pricing .pricing_data_table .data .data_label h4:last-child:after {
  display: none;
}
section.block_type_pricing .pricing_data_table .data .data_label p {
  display: none;
  margin-top: .5rem;
  font-size: 0.9rem;
}
section.block_type_pricing .pricing_data_table .data .data_label h4.explained+p {
  display: block;
}
section.block_type_pricing .pricing_data_table .data .data_value {
  background-color: #f9fbfc;
  position: relative;
}
section.block_type_pricing .pricing_data_table .data:nth-child(odd) .data_value {
  background-color: #f4f8fb;
}
section.block_type_pricing .pricing_data_table .data .data_value p {
  font-size: 0.9rem;
  font-weight: 600;
}


section.block_type_pricing .report .fixed-col  {
  width: 600px;
  max-width: 40%;
}


section.block_type_pricing .feature-list .fixed-col  {
  width: 500px;
}
section.block_type_pricing .feature-list .plans .plan {
}
section.block_type_pricing .feature-list .plans .plan h3 {
  font-size: 1rem;
  margin: 1rem;
}
section.block_type_pricing .feature-list .plans .plan.plan_1 {
  background: #e9f4fd;
  border-top-left-radius: 5px;
}
section.block_type_pricing .feature-list .plans .plan.plan_1 h3 {
  color: #0892ee;
}
section.block_type_pricing .feature-list .plans .plan.plan_2 {
  background: #ffe9da;
}
section.block_type_pricing .feature-list .plans .plan.plan_2 h3 {
  color: #fe5400;
}
section.block_type_pricing .feature-list .plans .plan.plan_3 {
  background: #e7e7f1;
  border-top-right-radius: 5px;
}
section.block_type_pricing .feature-list .plans .plan.plan_3 h3 {
  color: #747bb2;
}
section.block_type_pricing .feature-list .prices .price {
  padding-top: .5rem !important;
  padding-bottom: .5rem !important;
}
section.block_type_pricing .feature-list .prices .button {
  padding-left: 1.7rem;
  padding-right: 1.7rem;
  height: 3.4rem;
  font-size: 15px;
  white-space: initial;
}
section.block_type_pricing .feature-list .prices .price h3 {
  margin-bottom: 0;
}
section.block_type_pricing .feature-list .prices .price .monthly {
  font-size: .7rem;
  opacity: .6;
}
section.block_type_pricing .feature-list .feature .details {
  padding: 0.4rem 1.5rem 0.4rem 0 !important;
  position: relative;
}
section.block_type_pricing .feature-list .feature .details h4 {
  font-size: 13pt;
  margin-bottom: 0.2rem;
}
section.block_type_pricing .feature-list .feature .details h4 + p {
  font-size: 15px;
}
section.block_type_pricing .feature-list .feature .value {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f9fbfc;
}
section.block_type_pricing .feature-list .feature:nth-child(odd) .value {
  background-color: #f4f8fb;
}
section.block_type_pricing .feature-list .feature .value p {
  margin: 0 2rem;
  font-size: 0.9rem;
  font-weight: 600;
}
section.block_type_pricing .feature-list .feature .value i {
  font-size: 0.8rem;
  font-weight: 700;
  /*  color: #0792ee;*/
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0792ee;
  border-radius: 50%;
  color: #fff;
}
section.block_type_pricing .feature-list .feature .value i.fa-times {
  opacity: .13;
}
section.block_type_pricing .feature-list .all_plans {
  position: relative;
}
section.block_type_pricing .feature-list .all_plans:after {
  content: '';
  position: absolute;
  top: -1rem;
  right: -0.5rem;
  bottom: -0.8rem;
  left: -2.2rem;
  /* border-style: solid; */
  /* border-width: 8px 8px 8px 8px; */
  /* border-image: url('../img/border.svg') 10 10 10 10 stretch stretch; */
  opacity: 1;
  background-image: url('../img/border.svg');
  background-size: 100% 100%;
}
section.block_type_pricing .feature-list .all_plans .callout {
  top: 7%;
  left: calc(100% + 9px);
  width: 198px;
}
section.block_type_pricing .feature-list .all_plans .callout span img {
  height: 9rem;
  width: 7rem;
  position: relative;
  left: -0.8rem;
  transform: rotate(10deg);
  top: -0.7rem;
}
section.block_type_pricing .feature-list .all_plans .callout p {
  transform: rotate(-3deg);
  /* font-size: 1.1rem; */
}

section.timeismoney .content,
section .sell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2rem;
  gap: 6rem;
  padding: 1.3rem 1.7rem;
  background: #fff6f3;
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
  border-radius: 5px;
}
section .sell {
  margin-bottom: 2rem;
}
section.timeismoney .content p,
section .sell p {
  font-weight: 500;
  font-size: 1.1rem;
  margin-bottom: 0;
}

section.block_type_pricing .full_report .open_notice {
  text-align: center;
}
section.block_type_pricing .full_report .close_notice a,
section.block_type_pricing .full_report .open_notice a {
  font-weight: 600;
  border-bottom: 1px dotted #0892ee;
  margin-top: .6rem;
  display: inline-block;
}
section.block_type_pricing .full_report .open_notice a.close {
  display: none;
}
section.block_type_pricing .full_report .report {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
}
section.block_type_pricing .full_report.opened .report {
  max-height: 2000px;
  transition: max-height 1s ease-in-out;
}
section.block_type_pricing .full_report.opened .open_notice a.open {
  display: none;
}
section.block_type_pricing .full_report.opened .open_notice a.close {
  display: inline-block;
}

section.block_type_pricing .full_report .close_notice {
  border-bottom: 1px dotted #9fa0a0;
  text-align: center;
/*  padding-bottom: 1.4rem;*/
  margin-top: 1rem;
  position: relative;
}
section.block_type_pricing .full_report .close_notice:after {
  width: 18px;
  height: 18px;
  transform: rotate(45deg);
  position: absolute;
  left: calc(50% - 9px);
  bottom: -9px;
  background: #fff;
  content: '';
  border-left: 1px dotted #9fa0a0;
  border-top: 1px dotted #9fa0a0;
}
section.block_type_pricing .full_report .close_notice a {
  border-bottom: none;
}


/*section.block_type_pricing .pricing_data_table .heading .heading_value:not(:last-child):after,
section.block_type_pricing .pricing_data_table .data .data_value:not(:last-child):after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -3px;
  width: 6px;
  background: #fff;
  content: '';
}*/

section.block_type_pricing .bottom_buttons .column {
  padding-left: .3rem !important;
  padding-right: .3rem !important;
}



section.block_type_faqs .question,
section.block_type_text_faqs .question {
  border-top: 1px solid #eee;
  position: relative;
}
section.block_type_faqs .question:last-child,
section.block_type_text_faqs .question:last-child {
  border-bottom: 1px solid #eee;
}
section.block_type_faqs .question .answer,
section.block_type_text_faqs .question .answer {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all .3s ease;
}
section.block_type_faqs .question .title,
section.block_type_text_faqs .question .title {
  cursor: pointer;
  list-style: none;
}
section.block_type_faqs .question .title::-webkit-details-marker,
section.block_type_text_faqs .question .title::-webkit-details-marker {
  display: none;
}
section.block_type_faqs .question .title:before,
section.block_type_text_faqs .question .title:before {
  position: absolute;
  right: 1rem;
  top: 25px;
  /* bottom: 0; */
  width: 22px;
  height: 22px;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Pro";
  content: "\f107";
  font-weight: 300;
  font-size: 2.2rem;
  vertical-align: middle;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.2;
  color: #fe5400;
}
section.block_type_faqs .question .answer .answer-inner,
section.block_type_text_faqs .question .answer .answer-inner {/*  padding-top: 2rem;*/opacity: 0.6;}
section.block_type_faqs .question[open] .answer,
section.block_type_text_faqs .question[open] .answer {
  max-height: 1000px;
  opacity: 1;
}
section.block_type_faqs .question[open] .title:before,
section.block_type_text_faqs .question[open] .title:before {
  transform: scale(-1);
}
section.block_type_faqs .faq-group,
section.block_type_text_faqs .faq-group {
  border: 2px solid #dbdadd9e;
  border-radius: 19px;
  margin-bottom: 1.5rem;
  background: #ffffff;
  overflow: hidden;
}
section.block_type_faqs .faq-group__title,
section.block_type_text_faqs .faq-group__title {
  list-style: none;
  cursor: pointer;
  font-weight: 700;
  padding: 1rem 1.25rem;
  color: #111827;
  position: relative;
  font-size: 1.5rem;
}
section.block_type_faqs .faq-group__title::-webkit-details-marker,
section.block_type_text_faqs .faq-group__title::-webkit-details-marker {
  display: none;
}
section.block_type_faqs .faq-group__title:after,
section.block_type_text_faqs .faq-group__title:after {
  content: "\f107";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  color: #fe5400;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 2.1rem;
}
section.block_type_faqs .faq-group[open] .faq-group__title:after,
section.block_type_text_faqs .faq-group[open] .faq-group__title:after {
  transform: translateY(-50%) scale(-1);
}
section.block_type_faqs .faq-group .questions,
section.block_type_text_faqs .faq-group .questions {
  padding: 0 1.2rem 0.2rem;
}
section.block_type_faqs .faq-group .question,
section.block_type_text_faqs .faq-group .question {
  border-top: 1px solid #eee;
}
section.block_type_faqs .faq-group .question:first-child,
section.block_type_text_faqs .faq-group .question:first-child {
  border-top: 1px solid #eee;
}
section.block_type_faqs .faq-group .question:last-child,
section.block_type_text_faqs .faq-group .question:last-child {
  /*border-bottom: 1px solid #eee;*/
  border-bottom: none;
}

section.hero_block .block_image {
  height: 100%;
}

section.block_type_testimonials_slider {
  overflow: hidden;
}

section.guarantee_list .content ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 2rem;
}
section.guarantee_list .content ul li {
  padding-left: 3.5rem;
  width: 48%;
  margin-bottom: 1.5rem;
}
section.guarantee_list .content ul li:before {
  display: inline-flex;
  margin-right: 0.8rem;
  vertical-align: middle;
  /* position: static; */
  width: 40px;
  height: 40px;
}
section.guarantee_list .content ul li h5 {
  font-size: 1.25rem;
}

section #form_2 .field {
  width: 100%;
}

section.action_buttons .button {
  margin-left: .2rem;
  margin-right: .2rem;
}
section.action_buttons .button[href="#"] {
  opacity: .3;
  pointer-events: none;
}
section.block_type_ac_track_video iframe {
  border-radius: 6px;
  overflow: hidden;
}

section.bottom_banner ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  gap: 2%;
}
section.bottom_banner ul li {
  width: 32%;
  margin-bottom: 1.3rem !important;
}

section.anchors .content {
  position: relative;
}
section.anchors .content a {
  padding-bottom: 1.6rem;
  display: block;
}
section.anchors .content:after {
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Pro";
  content: "\f107";
  font-weight: 300;
  font-size: 1.7rem;
  display: block;
  text-align: center;
  color: #fe5400;
  font-size: 2.2rem;
  line-height: 1;
  position: absolute;
  bottom: 0.7rem;
  left: 0;
  right: 0;
  pointer-events: none;
  transition: bottom .2s ease;
}
section.anchors .content:hover:after {
  bottom: 0.6rem;
}

section.block_type_testimonials_slider.white-testimonials .testimonial_slide {
  padding: 1rem;
  background-color: #fff;
  border-radius: 6px;
}

section#b76 .field_id_14,
section#b76 .field_id_18 {
  width: 49%;
  margin-top: 1rem !important;
}

@media screen and (max-width: 480px) {
  section#b76 .field_id_14,
  section#b76 .field_id_18 {
    width: 100%;
  }
}

section#b76 .field_id_14 .button,
section#b76 .field_id_18 .button {
  width: 100%;
}
section#b76 .field_id_14 .control,
section#b76 .field_id_18 .control {
  margin-top: 0 !important;
}

section.callout_block * {
  font-family: 'Caveat', cursive;
}
section.callout_block h3 {
  font-size: 30pt;
}
section.callout_block h3 img {
  position: relative;
  bottom: -20px;
}



section.logo_gallery .gallery {
  justify-content: space-around;
}
section.logo_gallery .gallery .gallery_image {
/*  max-width: 130px;*/
  height: 56px;
  margin-bottom: 0;
  border-radius: 0;
  background-size: contain;
}
section.logo_gallery .gallery .gallery_image img {
  max-height: 100%;
}

section.block_type_logo_carousel .slick-slide > div {
  display: flex;
  align-items: center;
  justify-content: center;
}
section.block_type_logo_carousel .gallery_image {
  height: 130px;
  margin-bottom: 0;
  border-radius: 0;
}
section.block_type_logo_carousel .gallery_image img {
  width: 100%;
  object-fit: contain;
  visibility: visible;
  height: 100%;
  display: block;
  margin: 0 auto;
  /* max-width: 130px; */
}

section.block_type_review h3 {
  color: #ff6120;
  font-size: 15pt;
  font-weight: 600;
}
section.block_type_review h3 strong {
  padding-right: 0.8rem;
}
section.block_type_review h3 span {
  font-size: 0.8rem;
  color: #5f6b83;
  display: inline-flex;
  align-items: center;
}
section.block_type_review h3 span svg {
  display: inline-block;
  margin-right: .2rem;
}
section.block_type_review p.author {
  color: #062556;
  font-size: 0.9rem;
}
section.block_type_review .stars {
  flex-wrap: wrap;
  display: flex;
  align-items: center;
}
section.block_type_review .stars .rated {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
section.block_type_review .stars .rating {
  align-items: center;
  display: flex;
  margin-right: 0.5rem;
}
section.block_type_review .stars .rating i {
  color: #ffb900;
  font-size: 0.9rem;
}
section.block_type_review .stars p {
  margin-bottom: 0;
  color: #5f6b83;
  margin-right: 1rem;
  font-size: 0.8rem;
  font-weight: 700;
}
section.block_type_review .box {
  box-shadow: 0 0 17px -6px #3838423b;
  border-radius: 14px;
}
section.block_type_review .questions h5 {
  color: #004dce;
  font-weight: 500;
  font-size: 1rem;
}
section.block_type_review .questions p {
  color: #5f6b83;
  font-size: 0.9rem;
}
section.block_type_review .full {
  text-align: right;
  margin-top: 0.9rem;
}
section.block_type_review .full span {
  color: #fff;
  background-color: #0d6efd;
  padding: 0.4rem 1.3rem;
  border-radius: 30px;
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 600;
}

/*section.demo_intro .content p {
  margin-bottom: .5rem;
}*/

.demo_columns section {
  background: transparent;
  overflow: visible;
}
.demo_columns section .container {
  width: 100%;
  max-width: 100%;
  margin: 0;
}

#field_21 {
  height: 0;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

body#activate #chatbase-bubble-button,
body#activate section.header,
body#activate section.footer {
  display: none !important;
}

section.block_type_activate .logo {
  height: 100px;
  text-align: center;
  display: block;
}
section.block_type_activate .logo img {
  display: inline-block;
  max-height: 100%;
}
section.block_type_activate .field .input {
  border-radius: 8px;
}




section.block_type_pricing_new .pricing-new {
  --pricing-border: #c0bfc4;
  --pricing-text: #000000;
}
section.block_type_pricing_new .pricing-new__card {
  border: 2px solid var(--pricing-border);
  border-radius: 18px;
  /* box-shadow: 0 16px 40px rgba(16, 24, 40, 0.08); */
  text-align: center;
}
section.block_type_pricing_new .pricing-new__card .card-content {
  padding: 2rem 2rem 2rem 2rem;
  background: #f9f7ff;
  text-align: left;
}
section.block_type_pricing_new .pricing-new__title {
  margin-bottom: 0.55rem;
  color: var(--pricing-text);
  line-height: 1;
  font-weight: 700;
}
section.block_type_pricing_new .pricing-new__price {
  font-size: 2.8rem;
  font-weight: 700;
  color: var(--pricing-text);
  margin-bottom: 0.5rem;
  line-height: 1;
  font-weight: 800;
}
section.block_type_pricing_new .pricing-new__price-suffix {
  font-size: 0.95rem;
  color: #000000;
  margin-left: 0.3rem;
}
section.block_type_pricing_new .pricing-new__subtitle {
  font-size: 0.95rem;
  font-weight: 600;
  color: #000000;
  margin-bottom: 1.25rem;
}
section.block_type_pricing_new .pricing-new__card .content ul {
  margin-bottom: 1.5rem;
}
section.block_type_pricing_new .pricing-new__button {
  border-radius: 10px;
  font-weight: 600;
  height: 3rem;
}
section.block_type_pricing_new .pricing-new__tooltip-wrap {
  display: inline-flex;
  align-items: center;
  position: relative;
  margin-left: 0.35rem;
}
section.block_type_pricing_new .pricing-new__tooltip-trigger {
  border: none;
  background: transparent;
  color: #000000;
  cursor: pointer;
  padding: 0;
  font-size: 1rem;
}
section.block_type_pricing_new .pricing-new__tooltip {
  position: absolute;
  bottom: 140%;
  left: 50%;
  transform: translateX(-50%) translateY(6px);
  background: #111827;
  color: #fff;
  padding: 0.75rem 0.9rem;
  border-radius: 10px;
  font-size: 0.85rem;
  line-height: 1.4;
  width: 260px;
  text-align: left;
  box-shadow: 0 12px 24px rgba(16, 24, 40, 0.2);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
  z-index: 20;
}
section.block_type_pricing_new .pricing-new__tooltip:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-width: 6px;
  border-style: solid;
  border-color: #111827 transparent transparent transparent;
}
section.block_type_pricing_new .pricing-new__tooltip-wrap:hover .pricing-new__tooltip,
section.block_type_pricing_new .pricing-new__tooltip-wrap:focus-within .pricing-new__tooltip {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

section.block_type_pricing_new .pricing-new .content ul li:before {
  background-image: url("data:image/svg+xml,%0A%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.64 7.78781L10.15 13.2753L7.60547 10.7311' stroke='%23fe5400' stroke-width='1.4' stroke-miterlimit='10'/%3E%3Cpath d='M11 1C8.34784 1 5.8043 2.05357 3.92893 3.92893C2.05357 5.8043 1 8.34784 1 11C1 13.6522 2.05357 16.1957 3.92893 18.0711C5.8043 19.9464 8.34784 21 11 21C13.6522 21 16.1957 19.9464 18.0711 18.0711C19.9464 16.1957 21 13.6522 21 11C21 8.34784 19.9464 5.8043 18.0711 3.92893C16.1957 2.05357 13.6522 1 11 1Z' stroke='%23fe5400' stroke-width='1.4' stroke-miterlimit='10'/%3E%3C/svg%3E%0A");
}
section.block_type_pricing_new .pricing-new .column:first-child .content ul li:before {
  background-image: url("data:image/svg+xml,%0A%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.64 7.78781L10.15 13.2753L7.60547 10.7311' stroke='%230892ee' stroke-width='1.4' stroke-miterlimit='10'/%3E%3Cpath d='M11 1C8.34784 1 5.8043 2.05357 3.92893 3.92893C2.05357 5.8043 1 8.34784 1 11C1 13.6522 2.05357 16.1957 3.92893 18.0711C5.8043 19.9464 8.34784 21 11 21C13.6522 21 16.1957 19.9464 18.0711 18.0711C19.9464 16.1957 21 13.6522 21 11C21 8.34784 19.9464 5.8043 18.0711 3.92893C16.1957 2.05357 13.6522 1 11 1Z' stroke='%230892ee' stroke-width='1.4' stroke-miterlimit='10'/%3E%3C/svg%3E%0A");
}

section.block_type_tool_updates .tool-updates {
  display: flex;
  flex-direction: column;
  /* gap: 2.5rem; */
}
section.block_type_tool_updates .tool-updates__row {
  padding: 2.5rem 2.25rem;
  /* border-radius: 24px; */
  background: #f9f7ff;
}
section.block_type_tool_updates .tool-updates__row ul {
  display: flex;
  flex-wrap: wrap;
  gap: .7rem;
}
section.block_type_tool_updates .tool-updates__row ul li {
  margin-bottom: 0;
}
section.block_type_tool_updates .tool-updates__row:first-child {
  padding-top: 0;
}
section.block_type_tool_updates .tool-updates__row:last-child {
  padding-bottom: 0;
}
section.block_type_tool_updates .tool-updates__row:nth-child(odd) {
  background: #ffffff;
}
section.block_type_tool_updates .tool-updates__columns {
  align-items: center;
}
section.block_type_tool_updates .tool-updates__row--reverse .tool-updates__columns {
  flex-direction: row-reverse;
}
section.block_type_tool_updates .tool-updates__title {
  font-weight: 700;
  color: #111827;
}
section.block_type_tool_updates .tool-updates__tool {
  font-weight: 600;
}
section.block_type_tool_updates .tool-updates__content.content {
  /* max-width: 540px; */
}
section.block_type_tool_updates .tool-updates__image.block_image {
  /* width: 100%; */
  /* border-radius: 24px; */
  /* border: 2px solid #e5e7f1; */
  /* background-color: #ffffff; */
  /* background-size: contain; */
  /* background-repeat: no-repeat; */
}

@media screen and (max-width: 768px) {
  section.block_type_tool_updates .tool-updates__row {
    padding: 2rem 1.5rem;
  }
  section.block_type_tool_updates .tool-updates__columns,
  section.block_type_tool_updates .tool-updates__row--reverse .tool-updates__columns {
    flex-direction: column;
  }
  section.block_type_tool_updates .tool-updates__content.content {
    max-width: none;
  }
  section.block_type_tool_updates .tool-updates__image {
    margin-top: 1.5rem;
  }
}


section .wor-widget.wor-widget-carousel .wor-review .wor-review-author .wor-review-author-date {
  display: none;
}