@charset "UTF-8";
/**
* Theme Name: Blocksy Child
* Description: Blocksy Child theme
* Author: Creative Themes
* Template: blocksy
* Text Domain: blocksy
*/
/*  

primary-blue: var(--theme-palette-color-1) #005aab
secondary-green: #7ac142
light-grey: #e0e1e2
yellow:#ffcc05


darkgrey: var(--theme-palette-color-6) #58595b

purple:#785889
orange: #f78f24
teal:#5d9593 
*/
.site-main {
  text-align: left;
}

.hero-section[data-type=type-1] .page-description, .hero-section[data-type=type-1] .author-card-container {
  text-align: left;
}

.brz-section ul {
  list-style: none;
}
.brz-section ul li {
  position: relative;
}
.brz-section ul li::before {
  content: "•";
  color: #7ac142;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
  position: absolute;
  left: -10px;
}

.site-logo-container {
  display: flex;
  justify-content: flex-end;
  align-content: normal;
  align-items: center;
}

.large-button.menu-item a {
  background-color: var(--theme-palette-color-3);
  padding: 14px 24px !important;
  color: var(--theme-text-color);
  font-weight: 600;
}
.large-button.menu-item a:hover {
  background-color: #5b9130;
  color: #fff !important;
}

#header div[data-device*=desktop] {
  transition: height 0.5s ease;
  box-shadow: 0px 10px 20px rgba(43, 61, 79, 0.2);
}

#header [data-device*=desktop].scrolling {
  position: fixed !important;
  top: 0;
  z-index: 999999 !important;
  width: 100%;
  box-shadow: 0px 10px 20px rgba(43, 61, 79, 0.2);
}

.logged-in.admin-bar #header [data-device*=desktop].scrolling {
  top: 32px !important;
}

#quadmenu.quadmenu-is-horizontal .quadmenu-navbar-nav li.quadmenu-item > .quadmenu-dropdown-menu.quadmenu-dropdown-stretch-boxed {
  max-width: 1300px !important;
}
#quadmenu.quadmenu-is-horizontal .quadmenu-navbar-nav li.quadmenu-item > .quadmenu-dropdown-menu.quadmenu-dropdown-stretch-boxed .quadmenu-item-object-column {
  padding: 0 10px !important;
}
@media (min-width: 576px) {
  #quadmenu.quadmenu-is-horizontal .quadmenu-navbar-nav li.quadmenu-item > .quadmenu-dropdown-menu.quadmenu-dropdown-stretch-boxed#dropdown-11036 .quadmenu-item-object-column {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

#offcanvas .ct-header-socials {
  display: none;
}

/* Brizy Customization */
.brz-ed .brz-wp-shortcode {
  background-color: var(--theme-palette-color-6);
  border: none;
}
.brz-ed .brz-wp-shortcode::before {
  content: "Shortcode";
  width: 200px;
  height: 41px;
  display: block;
  position: absolute;
  color: var(--theme-palette-color-5);
  font-size: 14px;
  left: 10px;
  top: 1px;
}

.brz-ed .brz-columns:not(:hover) {
  border: 1px dashed #76b4c6;
}

/* Headers */
.home.page-template .hero-section, .home.page-template-default .hero-section {
  display: none;
  margin-bottom: 0px !important;
}

.single-post .hero-section {
  display: flex;
}

.page-template .hero-section, .page-template-default .hero-section {
  width: unset;
  display: flex;
  justify-content: center;
  background-color: var(--theme-palette-color-1);
  margin-bottom: 0px !important;
}

.page-template .hero-section h1, .page-template-default .hero-section h1 {
  color: #fff;
  padding: 10px 0;
  text-transform: uppercase;
}

.hero-section .entry-header {
  width: var(--theme-container-width);
  max-width: var(--theme-normal-container-max-width);
}

.page-template-default .page-container, .page-template .page-container {
  display: flex;
  justify-content: center;
}
.page-template-default .page-container h3, .page-template .page-container h3 {
  width: var(--theme-container-width);
  max-width: var(--theme-normal-container-max-width);
  color: var(--theme-palette-color-3);
}

.page-sub-menu-container {
  display: flex;
  justify-content: center;
  margin-bottom: 12px;
}
.page-sub-menu-container .page-sub-menu {
  width: var(--theme-container-width);
  max-width: var(--theme-normal-container-max-width);
  position: relative;
}
.page-sub-menu-container .page-sub-menu .owl-item::after {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  right: -20px;
  background-color: var(--theme-palette-color-1);
  top: 12px;
}

@media screen and (min-width: 1290px) {
  #home-page-slider-block > .brz-section__content {
    min-height: 70vh;
  }
}

#home-page-slider-block {
  background-image: url("http://fgmk-wordpress-data-migration-import/wp-content/uploads/2024/11/banner-shapes.svg");
}

.brz-slick-slider__dots.brz-slick-slider__dots--circle {
  bottom: 30%;
  left: 50%;
  max-width: calc(1 * var(--brz-section-container-max-width, 1170px));
  color: var(--theme-palette-color-3);
}

.news-article {
  padding: 20px 0;
  border-bottom: 1px solid var(--theme-palette-color-13);
}
.news-article .date-time {
  color: var(--theme-palette-color-6);
}

.leadership-template .leadership-container {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  margin-top: -24px;
}
.leadership-template .leadership-container .teams-row {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  background-color: #b3b3b3;
  padding: 30px 0 40px;
}
.leadership-template .leadership-container .teams-row:nth-child(odd) {
  background-color: var(--theme-palette-color-5);
  background-image: url("/wp-content/uploads/2024/11/building-background11-scaled.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.leadership-template .leadership-container .teams-row:nth-child(odd) .leadership-item {
  background-color: var(--theme-palette-color-11);
}
.leadership-template .leadership-container .teams-row:nth-child(even) {
  background-color: var(--theme-palette-color-11);
}
.leadership-template .leadership-container .teams-row:nth-child(even) .leadership-item {
  background-color: var(--theme-palette-color-13);
}
.leadership-template .leadership-container .leadership-section {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(1, 1fr);
  gap: 20px;
}
.leadership-template .leadership-container .leadership-section .leadership-item {
  border-radius: 4px;
  overflow: hidden;
}
.leadership-template .leadership-container .leadership-section .leadership-item .card-body {
  padding: 10px;
}
.leadership-template .leadership-container .leadership-section .leadership-item .card-body p {
  margin-bottom: 0;
}
@media screen and (min-width: 991px) {
  .leadership-template .leadership-container .site-container {
    width: var(--brz-section-container-width, 100%);
    max-width: calc(1 * var(--brz-section-container-max-width, 1170px));
  }
}

.author .site-main {
  padding: 80px 0;
}
.author .ct-search-form, .author .entries {
  display: none;
}
.author .page-description.ct-hidden-md.ct-hidden-lg {
  display: none !important;
}
.author .entry-button {
  font-size: 15px;
  text-transform: uppercase;
  padding: 14px 30px;
}
.author article.entry-card {
  position: relative;
}
.author article.entry-card::before {
  content: "";
  border-bottom: 20px solid #555;
  border-bottom-color: rgb(85, 85, 85);
  border-left: 25px solid transparent;
  border-right: 0px solid transparent;
  height: 0;
  width: 60%;
  position: absolute;
  transform: scale(1, -1);
  top: 0px;
  right: 0px;
  border-bottom-color: var(--theme-palette-color-3);
}

.author-card-container {
  display: grid;
  grid-template-columns: repeat(2, auto);
  grid-template-rows: auto auto;
  gap: 10px;
  padding: 1em;
}
.author-card-container .author-card {
  background-color: var(--theme-palette-color-13);
  position: relative;
  padding: 30px;
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .services-row .brz-row__container > .brz-row {
    flex-direction: row-reverse;
  }
}

.brz-posts__wrapper .brz-posts__item > .brz-columns > .brz-column__items:before {
  content: "";
  border-bottom: 20px solid #555;
  border-left: 25px solid transparent;
  border-right: 0px solid transparent;
  height: 0;
  width: 60%;
  position: absolute;
  transform: scale(1, -1);
  top: 8px;
  right: 8px;
  border-bottom-color: var(--theme-palette-color-3);
}

.post.category-webinars .speaker-row {
  display: flex;
  align-items: center;
  flex-direction: row;
  align-items: flex-start;
}
.post.category-webinars .speaker-row .speaker {
  margin-bottom: 20px;
  width: 170px;
}
.post.category-webinars .speaker-row .speaker h4 {
  font-size: 16px;
  font-weight: 600;
}

.post-template-default.single.single-post .brz-section__content .brz-container {
  background: #fff;
  padding: 60px 80px;
}

.webinar-sidepanel {
  text-align: center;
}
.webinar-sidepanel h3 {
  color: rgba(var(--brz-global-color3), 1);
  font-size: 20px;
  text-transform: unset;
  font-weight: 600;
  letter-spacing: 0.2px;
}
.webinar-sidepanel .brz-a.brz-btn {
  background: var(--theme-palette-color-3);
  padding: 10px 20px;
}
.webinar-sidepanel .video-box {
  position: relative;
}
.webinar-sidepanel .video-box .video-bg {
  position: relative;
  height: 400px;
  display: flex;
  background-repeat: no-repeat;
  background-position: center;
  justify-content: center;
  flex-direction: column;
}
.webinar-sidepanel .video-box .video-bg > span {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.webinar-sidepanel .video-box .brz-btn {
  display: flex;
  color: #fff;
}
.webinar-sidepanel .video-box .brz-btn svg {
  width: 24px;
  height: 24px;
}

.ct-related-posts-items article {
  background-color: var(--theme-palette-color-13);
  position: relative;
  padding: 40px;
}
.ct-related-posts-items article:before {
  content: "";
  border-bottom: 20px solid var(--theme-palette-color-1);
  border-left: 25px solid transparent;
  border-right: 0px solid transparent;
  height: 0;
  width: 60%;
  position: absolute;
  transform: scale(1, -1);
  top: 0;
  right: 0;
  z-index: 2;
}

.input-box {
  line-height: 12px;
  padding-bottom: 32px;
}
.input-box input {
  background-color: var(--theme-palette-color-11);
}

.btn-primary.btn-signup {
  color: var(--theme-button-text-initial-color);
  border: var(--theme-button-border);
  background-color: var(--theme-button-background-initial-color);
  min-height: var(--theme-button-min-height);
  padding: var(--theme-button-padding);
  cursor: pointer;
  border-radius: var(--theme-button-border-radius, 3px);
}

.contact-card-container {
  display: flex;
  justify-content: right;
}
.contact-card-container p.contact {
  display: flex;
  align-items: flex-start;
}
.contact-card-container p.contact a {
  padding-right: 10px;
}
.contact-card-container .contact_card {
  background-color: var(--theme-palette-color-13);
  display: flex;
  flex-direction: column;
  margin-bottom: 60px;
}
.contact-card-container .contact_card .vcardbox {
  position: relative;
  padding: var(--wp--preset--spacing--40);
}
.contact-card-container .contact_card .vcardbox:after {
  content: "";
  border-bottom: 20px solid var(--theme-palette-color-1);
  border-right: 25px solid transparent;
  border-left: 0px solid transparent;
  height: 0;
  width: 100%;
  position: absolute;
  transform: scale(1, -1);
  bottom: -20px;
  left: 0;
}
.contact-card-container .contact_card .vcardbox a {
  text-decoration: none;
  color: var(--theme-palette-color-1);
}
.contact-card-container .contact_card .vcardbox a svg {
  vertical-align: text-bottom;
}
.contact-card-container .contact_card .vcardbox p {
  margin-bottom: 10px;
}
.contact-card-container .contact_card .vcardbox h4 {
  margin-bottom: 10px;
}
.contact-card-container .contact_card .vcardbox h6 {
  color: var(--theme-palette-color-3);
}

.theme-7 .hero-section {
  background-color: var(--theme-palette-color-7);
}
.theme-7 .vcardbox:after {
  border-bottom: 20px solid var(--theme-palette-color-7) !important;
}
.theme-7 .brz-alert:after {
  border-bottom-color: var(--theme-palette-color-7);
}

.theme-8 .hero-section {
  background-color: var(--theme-palette-color-8);
}
.theme-8 .vcardbox:after {
  border-bottom: 20px solid var(--theme-palette-color-8) !important;
}
.theme-8 .brz-alert:after {
  border-bottom-color: var(--theme-palette-color-8);
}

.theme-9 .hero-section {
  background-color: var(--theme-palette-color-9);
}
.theme-9 .vcardbox:after {
  border-bottom: 20px solid var(--theme-palette-color-9) !important;
}
.theme-9 .brz-alert:after {
  border-bottom-color: var(--theme-palette-color-9);
}

.theme-10 .hero-section {
  background-color: var(--theme-palette-color-10);
}
.theme-10 .vcardbox:after {
  border-bottom: 20px solid var(--theme-palette-color-10) !important;
}
.theme-10 .brz-alert:after {
  border-bottom-color: var(--theme-palette-color-10);
}

.theme-3 .hero-section {
  background-color: var(--theme-palette-color-3);
}
.theme-3 .vcardbox:after {
  border-bottom: 20px solid var(--theme-palette-color-3) !important;
}

.mega-sub-menu .mega-menu-theme-7 > a.mega-menu-link {
  border-bottom: 4px solid var(--theme-palette-color-7) !important;
}
.mega-sub-menu .mega-menu-theme-8 > a.mega-menu-link {
  border-bottom: 4px solid var(--theme-palette-color-8) !important;
}
.mega-sub-menu .mega-menu-theme-9 > a.mega-menu-link {
  border-bottom: 4px solid var(--theme-palette-color-9) !important;
}
.mega-sub-menu .mega-menu-theme-10 > a.mega-menu-link {
  border-bottom: 4px solid var(--theme-palette-color-10) !important;
}

.mega-menu-horizontal li.mega-menu-item a.mega-menu-link {
  font-weight: 600;
  background-color: aqua;
}

#quadmenu.quadmenu-is-horizontal .quadmenu-navbar-nav li.quadmenu-item > .quadmenu-dropdown-menu > ul > li .quadmenu-title a {
  border: none !important;
  font-family: Open Sans;
  font-size: 14px;
  line-height: 1.45;
  text-transform: uppercase !important;
  font-weight: 600;
}
#quadmenu.quadmenu-is-horizontal .quadmenu-navbar-nav li.quadmenu-item > .quadmenu-dropdown-menu > ul > li .quadmenu-title .quadmenu-item-content {
  padding: 15px 5px 0;
  text-transform: uppercase !important;
}
#quadmenu.quadmenu-is-horizontal .quadmenu-navbar-nav li.quadmenu-item > .quadmenu-dropdown-menu > ul > li:first-child .quadmenu-title {
  border-bottom: 4px solid var(--theme-palette-color-7) !important;
}
#quadmenu.quadmenu-is-horizontal .quadmenu-navbar-nav li.quadmenu-item > .quadmenu-dropdown-menu > ul > li:nth-child(2) .quadmenu-title {
  border-bottom: 4px solid var(--theme-palette-color-8) !important;
}
#quadmenu.quadmenu-is-horizontal .quadmenu-navbar-nav li.quadmenu-item > .quadmenu-dropdown-menu > ul > li:nth-child(3) .quadmenu-title {
  border-bottom: 4px solid var(--theme-palette-color-9) !important;
}
#quadmenu.quadmenu-is-horizontal .quadmenu-navbar-nav li.quadmenu-item > .quadmenu-dropdown-menu > ul > li:nth-child(4) .quadmenu-title {
  border-bottom: 4px solid var(--theme-palette-color-10) !important;
}
#quadmenu.quadmenu-is-horizontal .quadmenu-navbar-nav li.quadmenu-item > .quadmenu-dropdown-menu > ul > li:nth-child(5) .quadmenu-title {
  border-bottom: 4px solid var(--theme-palette-color-1) !important;
}

.ct-container-full[data-content=narrow] > div {
  display: flex;
  justify-content: center;
}
.ct-container-full[data-content=narrow] > div > article {
  padding: 40px 100px;
  background-color: var(--theme-palette-color-11);
  width: var(--theme-container-width);
  max-width: var(--theme-normal-container-max-width);
  border: 1px solid var(--theme-border-color);
  margin-top: 100px;
  margin-bottom: 60px;
}

#footer {
  color: var(--theme-palette-color-6) !important;
}
#footer div[data-column=widget-area-3] ul {
  list-style-type: none;
  display: flex;
  justify-content: end;
}
#footer div[data-column=widget-area-3] ul li {
  border-right: 1px solid var(--theme-palette-color-6);
  padding: 0 5px;
}
#footer div[data-row=middle] [class*=ct-contact-info] ul {
  gap: unset;
}
#footer div[data-row=middle] .widget_block {
  margin-top: 0;
}
#footer div[data-row=middle] .wp-block-heading {
  margin: 20px 0;
}
#footer div[data-row=bottom] p {
  font-size: 12px !important;
}
#footer div[data-row=bottom] ul {
  font-size: 12px !important;
}
#footer #footer-newsletter {
  padding: 40px;
  background-color: #d7d9dd;
}
#footer #footer-newsletter h5 {
  font-family: "Lato", sans-serif !important;
  font-size: 15px;
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase !important;
  text-transform: uppercase !important;
  color: var(--theme-button-background-initial-color);
}
#footer #footer-newsletter .button-large {
  padding: 10px 30px;
}
#footer .wp-block-image {
  width: 100px;
}
#footer .ct-social-box a {
  border: 1px solid #919295;
  border-radius: 100px;
  padding: 10px;
}
#footer #footer-menu {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: normal;
}
#footer #footer-menu > li > a {
  font-family: "Lato", sans-serif !important;
  font-size: 15px;
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase !important;
  color: var(--theme-button-background-initial-color);
}
#footer #footer-menu > li > ul.sub-menu {
  margin: 10px 0 0;
  padding: 0;
}
#footer #footer-menu > li > ul.sub-menu a {
  font-size: 14px;
}
@media (max-width: 768px) {
  #footer #footer-menu {
    flex-direction: column;
  }
  #footer #footer-menu > li {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #aaa;
    position: relative;
  }
  #footer #footer-menu > li > a {
    padding: 10px 0;
  }
  #footer #footer-menu > li a.footer-menu-toggle {
    width: 25px;
    height: 25px;
    position: absolute;
    right: 0;
    top: 10px;
    z-index: 1000;
    background-color: var(--theme-button-background-initial-color);
    line-height: 6px;
    text-align: center;
    color: #fff;
    border-radius: 20px;
  }
  #footer #footer-menu > li a.footer-menu-toggle.toggle-open {
    transform: rotate(180deg);
  }
  #footer #footer-menu > li .sub-menu {
    display: none;
    margin: 5px 0 20px !important;
    background: #d7d9dd;
  }
  #footer #footer-menu > li .sub-menu a {
    display: block;
  }
  #footer #footer-menu > li .sub-menu.open {
    display: block;
    width: 100%;
  }
}

.wpcf7-form {
  background-color: var(--theme-palette-color-13) !important;
  padding: 40px;
}
.wpcf7-form select, .wpcf7-form textarea {
  background-color: var(--theme-palette-color-11) !important;
}
.wpcf7-form label {
  color: var(--theme-palette-color-1) !important;
}

/* Featured Image */
.ct-featured-image {
  margin: 0;
  padding: 0;
}

/* Brizy Plugin Overrides
*
*
*/
.brz-alert {
  background-color: var(--theme-palette-color-6) !important;
  color: var(--theme-palette-color-11) !important;
}
.brz-alert .brz-alert-close {
  display: none !important;
}

.brz-alert:after {
  content: "";
  border-bottom: 20px solid #555;
  border-right: 25px solid transparent;
  border-left: 0px solid transparent;
  height: 0;
  width: 100%;
  position: absolute;
  transform: scale(1, -1);
  bottom: -20px;
  left: 0;
}

.dark-grey-bg {
  background-color: var(--theme-palette-color-6);
}

/* Misc */
.brz-shortcode__placeholder {
  background-color: #b3b3b3 !important;
}

.margin-negative-top {
  margin-top: -160px;
}

.margin-negative-bottom {
  margin-bottom: -160px;
}

.yellow-top-columns .brz-row {
  gap: 20px;
  flex-wrap: nowrap;
}
.yellow-top-columns .brz-row h3.brz-tp-lg-heading3 {
  font-size: 20px;
  text-transform: uppercase;
  padding-top: 20px;
}

.grid-columns .brz-row {
  gap: 20px;
  flex-wrap: nowrap;
}
.grid-columns .brz-row h3.brz-tp-lg-heading3 {
  font-size: 20px;
  text-transform: uppercase;
  padding-top: 20px;
}

.top-triangle.blue-triangle:before {
  content: "";
  border-bottom: 20px solid var(--theme-palette-color-1);
  border-left: 25px solid transparent;
  border-right: 0px solid transparent;
  height: 0;
  width: 60%;
  position: absolute;
  transform: scale(1, -1);
  top: 0;
  right: 0;
  z-index: 2;
}
.top-triangle.yellow-triangle:before {
  content: "";
  border-bottom: 20px solid var(--theme-palette-color-7);
  border-left: 25px solid transparent;
  border-right: 0px solid transparent;
  height: 0;
  width: 60%;
  position: absolute;
  transform: scale(1, -1);
  top: 0;
  right: 0;
  z-index: 2;
}
.top-triangle.purple-triangle:before {
  content: "";
  border-bottom: 20px solid var(--theme-palette-color-8);
  border-left: 25px solid transparent;
  border-right: 0px solid transparent;
  height: 0;
  width: 60%;
  position: absolute;
  transform: scale(1, -1);
  top: 0;
  right: 0;
  z-index: 2;
}
.top-triangle.orange-triangle:before {
  content: "";
  border-bottom: 20px solid var(--theme-palette-color-9);
  border-left: 25px solid transparent;
  border-right: 0px solid transparent;
  height: 0;
  width: 60%;
  position: absolute;
  transform: scale(1, -1);
  top: 0;
  right: 0;
  z-index: 2;
}
.top-triangle.blue-triangle:before {
  content: "";
  border-bottom: 20px solid var(--theme-palette-color-1);
  border-left: 25px solid transparent;
  border-right: 0px solid transparent;
  height: 0;
  width: 60%;
  position: absolute;
  transform: scale(1, -1);
  top: 0;
  right: 0;
  z-index: 2;
}
.top-triangle.teal-triangle:before {
  content: "";
  border-bottom: 20px solid var(--theme-palette-color-10);
  border-left: 25px solid transparent;
  border-right: 0px solid transparent;
  height: 0;
  width: 60%;
  position: absolute;
  transform: scale(1, -1);
  top: 0;
  right: 0;
  z-index: 2;
}
.top-triangle.green-triangle:after {
  content: "";
  border-bottom: 20px solid var(--theme-palette-color-3);
  border-left: 25px solid transparent;
  border-right: 0px solid transparent;
  height: 0;
  width: 60%;
  position: absolute;
  transform: scale(1, -1);
  top: 0;
  right: 0;
  z-index: 2;
}

.bottom-triangle:after {
  content: "";
  border-bottom: 20px solid #555;
  border-left: 25px solid transparent;
  border-right: 0px solid transparent;
  height: 0;
  width: 60%;
  position: absolute;
  transform: scale(1, -1);
  bottom: -20px;
  right: 0;
}
.bottom-triangle.card-holder:after {
  content: "";
  bottom: -10px;
  right: 10px;
  width: calc(100% - 20px);
}
.bottom-triangle.yellow-triangle:after {
  border-bottom-color: var(--theme-palette-color-7);
}
.bottom-triangle.purple-triangle:after {
  border-bottom-color: var(--theme-palette-color-8);
}
.bottom-triangle.orange-triangle:after {
  border-bottom-color: var(--theme-palette-color-9);
}
.bottom-triangle.blue-triangle:after {
  border-bottom-color: var(--theme-palette-color-1);
}
.bottom-triangle.teal-triangle:after {
  border-bottom-color: var(--theme-palette-color-10);
}
.bottom-triangle.green-triangle:after {
  border-bottom-color: var(--theme-palette-color-3);
}

.wpcf7-form {
  display: flex;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}/*# sourceMappingURL=child-style.css.map */