@charset "UTF-8";
.section-component.grey-bg > .component-content, .section-component.secondary-bg > .component-content {
  background: #F9F9F9;
}

.section-component.gradient-grey-bg > .component-content {
  background: -webkit-gradient(linear, left top, right top, from(#F9F9F9), color-stop(10%, #FFF));
  background: -webkit-linear-gradient(left, #F9F9F9 0%, #FFF 10%);
  background: linear-gradient(90deg, #F9F9F9 0%, #FFF 10%);
}

.section-component.border-bottom > .component-content > .container > .row > .col-12 > .title-section {
  margin-bottom: 16px;
  border-bottom: 1px solid #E7E9EB;
}

.section-component.border-bottom > .component-content > .container > .row > .col-12 > .heading {
  margin-bottom: 16px;
  border-bottom: 1px solid #E7E9EB;
}

.section-component.bigger-subtitle > .component-content .field-subtitle {
  font-size: 24px;
  line-height: 36px;
}

.section-component.title-inline > .component-content .heading .field-title {
  display: inline-block;
}

.section-component[data-hide-section] .container:not(.editor) {
  -webkit-transition: 0.5s cubic-bezier(0.8, -0.5, 0.2, 1.4);
  transition: 0.5s cubic-bezier(0.8, -0.5, 0.2, 1.4);
}

.section-component[data-hide-section][data-hide-section="true"] .container:not(.editor) {
  opacity: 0.4;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-filter: grayscale(100);
  filter: grayscale(100);
}

.section-component > .component-content > .container > .row:nth-child(2) .component.section-component > .component-content {
  padding: 12px;
}

.section-component > .component-content .field-subtitle {
  font-style: italic;
  margin-bottom: 8px;
}

.section-component > .component-content .title-section h2 {
  margin-bottom: 16px;
  font-size: 36px;
  line-height: 40px;
}

@media screen and (max-width: 767.98px) {
  .section-component > .component-content .title-section h2 {
    font-size: 24px;
    line-height: 30px;
  }
}

.section-component > .component-content .title-section .field-subtitle {
  font-style: italic;
  margin-bottom: 8px;
}

.section-component > .component-content .heading .anchor-name {
  font-size: 20px;
  display: block;
  color: #86929D;
}

.section-component > .component-content .heading span.field-title:not(:only-child)::before {
  content: "« ";
}

.section-component > .component-content .heading span.field-title:not(:only-child)::after {
  content: " »";
}

.section-component > .component-content .field-content {
  word-break: break-word;
}

.section-component.subtitle-regular > .component-content .field-subtitle {
  font-style: normal;
}

.section-component.section-h1.border-bottom > .component-content > .container > .row > .col-12 > .title-section {
  margin-bottom: 16px;
  border-bottom: 1px solid #E7E9EB;
}

.section-component.section-h1 .component-content .title-section h1 {
  font-size: 44px;
  line-height: 60px;
  margin-bottom: 24px;
}

@media screen and (max-width: 767.98px) {
  .section-component.section-h1 .component-content .title-section h1 {
    font-size: 36px;
    line-height: 40px;
  }
}

.section-component.section-h1 .component-content .title-section .field-subtitle {
  font-style: italic;
  margin-bottom: 24px;
}

.section-component.section-search-result.hidden, .section-component.section-search-result.hidden-force {
  display: none;
}

.section-component.text-center-section > .component-content > .container > .row:nth-child(1) {
  text-align: center;
}

.section-component.pb-0 > .component-content {
  padding-bottom: 0 !important;
}

@media screen and (max-width: 767.98px) {
  .section-component.mobile-menu .component-content .title-section {
    display: block;
    position: relative;
    border-bottom: 1px solid #C8CBCD;
    border-top: 1px solid #C8CBCD;
    padding: 12px 0px;
    padding-right: 32px;
    font-size: 18px;
    line-height: 27px;
    position: relative;
    position: relative;
  }
  .section-component.mobile-menu .component-content .title-section::before {
    content: "";
    position: absolute;
    background-image: url(../images/icons/next-black.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    height: 24px;
    width: 24px;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
  }
  .section-component.mobile-menu .component-content .title-section:hover::before {
    background-image: url(../images/icons/next-lighter-green.svg);
  }
  .section-component.mobile-menu .component-content .title-section:active::before {
    background-image: url(../images/icons/next-darker-green.svg);
  }
  .section-component.mobile-menu .component-content .title-section::after {
    content: "";
    position: absolute;
    background-image: url(../images/icons/close-v2-black.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    height: 24px;
    width: 24px;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
  }
  .section-component.mobile-menu .component-content .title-section:hover::after {
    background-image: url(../images/icons/close-v2-lighter-green.svg);
  }
  .section-component.mobile-menu .component-content .title-section:active::after {
    background-image: url(../images/icons/close-v2-darker-green.svg);
  }
  .section-component.mobile-menu .component-content .title-section::before, .section-component.mobile-menu .component-content .title-section::after {
    right: 0px;
    left: inherit;
  }
  .section-component.mobile-menu .component-content .title-section::before {
    right: 5px;
  }
  .section-component.mobile-menu .component-content .title-section::after {
    opacity: 0;
  }
  .section-component.mobile-menu .component-content .title-section:hover {
    cursor: pointer;
  }
  .section-component.mobile-menu .component-content .content-section {
    max-height: 0px;
    overflow: visible;
    z-index: 10;
    -webkit-transform: translateX(120%);
    -ms-transform: translateX(120%);
    transform: translateX(120%);
    -webkit-transition: 1s ease;
    transition: 1s ease;
  }
  .section-component.mobile-menu.active .component-content .title-section::after {
    opacity: 1;
  }
  .section-component.mobile-menu.active .component-content .title-section::before {
    opacity: 0;
  }
  .section-component.mobile-menu.active .component-content .content-section {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    max-height: 1000px;
  }
}

.section-component.section-placeholder > .component-content {
  padding: 0 !important;
}

.section-component.section-placeholder > .component-content > .container > .row > .col-12 .heading {
  margin-top: 16px;
  margin-bottom: 8px;
}

.section-component.section-placeholder > .component-content > .container > .row > .col-12 .heading .field-title {
  margin: 0px;
}

.section-component.section-placeholder > .component-content > .container > .row > .col-12 .heading .field-title > * {
  margin: 0px;
}

.section-component.section-placeholder.no-spacing {
  margin: 0px !important;
  padding: 0px !important;
}

.section-component.section-search-result-title.hidden {
  display: none;
}

body.on-page-editor .section-component.section-search-result-title.hidden {
  display: block;
}

.section-component.section-search-result-title .component-content .container .heading > .field-title > *:first-child:not(:empty)::before {
  content: "« ";
}

.section-component.section-search-result-title .component-content .container .heading > .field-title > *:first-child:not(:empty)::after {
  content: " »";
}

.section-component.section-accordion > .component-content > .container > .row:nth-child(1) .heading {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-transition: margin-bottom 0.5s ease;
  transition: margin-bottom 0.5s ease;
}

.section-component.section-accordion > .component-content > .container > .row:nth-child(1) .heading .field-title {
  -ms-flex-negative: 1;
  flex-shrink: 1;
}

.section-component.section-accordion > .component-content > .container > .row:nth-child(1) .heading .field-title span {
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  margin-bottom: 0px;
}

.section-component.section-accordion > .component-content > .container > .row:nth-child(1) .heading .custom-arrow {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.section-component.section-accordion > .component-content > .container > .row:nth-child(1) .heading:hover .field-title span {
  color: #9BCF10;
}

.section-component.section-accordion > .component-content > .container > .row:nth-child(1) .heading:hover .custom-arrow::before, .section-component.section-accordion > .component-content > .container > .row:nth-child(1) .heading:hover .custom-arrow::after {
  background: #9BCF10;
}

.section-component.section-accordion > .component-content > .container > .row:nth-child(2) {
  overflow: hidden;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  -ms-flex-line-pack: baseline;
  align-content: baseline;
}

.section-component.section-accordion > .component-content > .container > .row:nth-child(2) > div {
  opacity: 1;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

.section-component.section-accordion.hidden > .component-content > .container > .row:nth-child(1) .heading {
  margin-bottom: 0px;
}

.section-component.section-accordion.hidden > .component-content > .container > .row:nth-child(2) > div {
  opacity: 0;
}

.section-component span.user-name, .section-component span.company-name {
  -webkit-animation: 0.5s ease-out 0s 1 spanEnter;
  animation: 0.5s ease-out 0s 1 spanEnter;
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  display: inline-block;
}

@-webkit-keyframes spanEnter {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes spanEnter {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.row-splitter .component.section-component,
.column-splitter .component.section-component {
  padding: 0px;
  padding-bottom: 0px;
  padding-top: 0px;
}

.row-splitter .component.section-component > .component-content,
.column-splitter .component.section-component > .component-content {
  padding: 48px 70px;
}

@media screen and (max-width: 1199.98px) {
  .row-splitter .component.section-component > .component-content,
  .column-splitter .component.section-component > .component-content {
    padding: 24px 24px;
  }
}

.row-splitter .component.section-component.section-accordion > .component-content,
.column-splitter .component.section-component.section-accordion > .component-content {
  margin-left: 12px;
  margin-right: 24px;
  padding: 16px 0 16px 0;
}

.row-splitter .component.section-component.section-accordion > .component-content > .container .heading,
.column-splitter .component.section-component.section-accordion > .component-content > .container .heading {
  margin-bottom: 16px;
}

.row-splitter .component.section-component.section-accordion:not(:last-child) > .component-content,
.column-splitter .component.section-component.section-accordion:not(:last-child) > .component-content {
  position: relative;
}

.row-splitter .component.section-component.section-accordion:not(:last-child) > .component-content::after,
.column-splitter .component.section-component.section-accordion:not(:last-child) > .component-content::after {
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 1px;
  background-color: #E7E9EB;
  width: 100%;
}

.section-placeholder .component-content .container .section-component {
  padding: 0px 12px;
}

.section-placeholder .component-content .container .section-component > .component-content {
  padding: 0px;
}
