@import url(https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,400;0,500;1,400&display=swap);
@import url(https://use.typekit.net/uod0aci.css);
/******* Functions *******/
/******* Mixins *******/
/******* Bootstrap Variables *******/
/******* Polyfills *******/
/******* CSS Variables *******/
/******* Global Styles *******/
.editor-styles-wrapper .wp-block {
  max-width: 100%;
}
.editor-styles-wrapper [data-aos] {
  opacity: 1;
}

#wp-link-wrap #link-options,
#wp-link-wrap #search-panel {
  margin: 0;
  padding: 0;
}
#wp-link-wrap #link-options label,
#wp-link-wrap #search-panel label {
  display: block;
}
#wp-link-wrap #link-options label input[type=text],
#wp-link-wrap #link-options label input[type=search],
#wp-link-wrap #search-panel label input[type=text],
#wp-link-wrap #search-panel label input[type=search] {
  display: inline-block;
}
#wp-link-wrap input[type=submit] {
  color: #000000;
}
#wp-link-wrap #wp-link .query-results {
  top: 240px;
}

/************
 *
 * Blog Feed Styles
 *
 ***********/
.blog-filter__taxonomy i {
  position: absolute;
  right: 0;
  bottom: 50%;
  transform: translateY(50%);
  font-size: 0.875rem;
  padding-right: 40px;
  pointer-events: none;
}
.blog-filter__taxonomy .blog-filter__taxonomy-dropdown {
  font-family: playfair-display, serif;
  background-color: #f1f1f1;
  border: none;
  border-radius: 0;
  background-image: none;
}
.blog-filter__taxonomy .blog-filter__taxonomy-dropdown:hover {
  cursor: pointer;
}
.blog-filter__view a {
  margin-right: 1rem;
  color: #b5b5b5;
  display: inline-block;
}
.blog-filter__view a.active, .blog-filter__view a:hover {
  color: var(--black);
}
.blog-filter__view a:last-child {
  margin-right: 0;
}
.blog-filter__view i {
  font-size: 1.5rem;
  line-height: 1.5rem;
}

.blog-post.card .image-wrapper {
  box-shadow: none;
  transition: all 0.3s ease;
  max-height: 430px;
}
.blog-post.card .card-title {
  transition: color 0.3s ease;
}
.blog-post.card:hover .image-wrapper {
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1);
}
.blog-post.card:hover .card-title,
.blog-post.card:hover .btn-text {
  color: #808080 !important;
}

.blog-post .card-body .btn-text {
  font-size: 18px;
  font-weight: 600;
}
.blog-post .card-body .btn-text::after {
  content: none;
  margin: 0;
}
.blog-feed--list-view .blog-post.card {
  box-shadow: none;
}
@media (max-width: 575.98px) {
  .blog-feed--list-view .blog-post.card .card-body {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  .blog-feed--list-view .blog-post.card {
    flex-direction: row;
    align-items: center;
    width: 100%;
    flex-grow: 1;
    flex-basis: calc( 100% - 40px );
  }
  .blog-feed--list-view .blog-post.card .image-wrapper {
    flex: 0 1 44%;
    width: 44%;
    border-radius: 1rem;
  }
  .blog-feed--list-view .blog-post.card .card-body {
    flex: 1;
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (min-width: 768px) and (min-width: 1020px) {
  .blog-feed--list-view .blog-post.card .card-body {
    padding-left: 3rem;
  }
}
@media (min-width: 768px) and (min-width: 1370px) {
  .blog-feed--list-view .blog-post.card .card-body {
    padding-left: 5rem;
    padding-right: 3rem;
  }
}
@media (min-width: 1020px) {
  .blog-feed--list-view .blog-post.card .card-subtitle {
    font-size: 18px;
  }
  .blog-feed--list-view .blog-post.card .card-title {
    font-size: 38px;
  }
}

body.header-gray .page-breadcrumbs {
  background: #f1f1f1;
}
body.logged-in .page-breadcrumbs {
  position: relative;
  z-index: 100;
}

.page-breadcrumbs {
  padding-top: 67px;
}
@media (min-width: 1020px) {
  .page-breadcrumbs {
    margin-top: 0;
    padding-top: 10px;
  }
}
.page-breadcrumbs ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: flex-start;
}
.page-breadcrumbs ul li {
  display: inline-block;
  position: relative;
  white-space: nowrap;
}
.page-breadcrumbs ul li:nth-of-type(4) {
  white-space: normal;
}
.page-breadcrumbs ul li.active a {
  font-weight: 700;
  cursor: default;
}
.page-breadcrumbs ul li.active a:hover {
  text-decoration: none;
}
.page-breadcrumbs ul li:after {
  content: "/";
}
.page-breadcrumbs ul li:last-child:after {
  display: none;
}
.page-breadcrumbs ul a {
  display: inline-block;
  text-decoration: none;
  padding: 10px;
}
@media (max-width: 575.98px) {
  .page-breadcrumbs ul a {
    font-size: 0.75rem;
  }
}
.page-breadcrumbs ul a:hover {
  text-decoration: underline;
}

.component {
  position: relative;
  padding: 4.0625rem 0;
}
@media (min-width: 1020px) {
  .component {
    padding: 5.625rem 0;
  }
}
.component[class*="--component-color-theme--white"] {
  background-color: var(--white);
  color: var(--primary);
}
.component[class*="--component-color-theme--light"] {
  background-color: var(--light);
  color: var(--dark);
}
.component[class*="--component-color-theme--dark"] {
  background-color: var(--dark);
  color: var(--light);
}
.component[class*="--component-color-theme--dark"] ::-moz-selection {
  background: #ffffff;
  color: #32353c;
}
.component[class*="--component-color-theme--dark"] ::selection {
  background: #ffffff;
  color: #32353c;
}
.component[class*="--component-color-theme--dark"] p a {
  color: var(--light);
}
.component[class*="--component-color-theme--black"] {
  background-color: var(--black);
  color: var(--white);
}
.component[class*="--component-color-theme--black"] ::-moz-selection {
  background: #ffffff;
  color: #32353c;
}
.component[class*="--component-color-theme--black"] ::selection {
  background: #ffffff;
  color: #32353c;
}
.component[class*="--component-color-theme--black"] p a {
  color: var(--light);
}
@media (min-width: 768px) {
  .component[class*="--heading-layout--left"] [class*=__row] {
    flex-wrap: nowrap;
  }
}
@media (min-width: 768px) {
  .component[class*="--heading-layout--left"] [class*=__row] [class*=__col]:first-of-type {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
.component[class*="--heading-layout--left"] [class*=__row] [class*=__col]:first-of-type ~ * {
  flex-shrink: 1;
}
.component[class*="--heading-layout--top"] [class*=__col] {
  flex-basis: 100%;
}
.component[class*="--heading-alignment--center"] [class*=__col]:first-of-type {
  flex-basis: 100%;
  text-align: center;
  width: 100%;
}
@media (min-width: 768px) {
  .component[class*="--heading-layout-columns--two"] [class*=__col]:first-of-type {
    -moz-column-count: 2;
         column-count: 2;
    width: 100%;
  }
  .component[class*="--heading-layout-columns--two"] [class*=__col]:first-of-type [class*=__heading],
.component[class*="--heading-layout-columns--two"] [class*=__col]:first-of-type [class*=__content] {
    flex-basis: 50%;
  }
}
.component[class*="--text-positioning--top-left"] [class*=__row] {
  align-items: flex-start;
  justify-content: flex-start;
  text-align: left;
}
.component[class*="--text-positioning--top-center"] [class*=__row] {
  align-items: flex-start;
  justify-content: flex-center;
  text-align: center;
}
.component[class*="--text-positioning--top-right"] [class*=__row] {
  align-items: flex-start;
  justify-content: flex-right;
  text-align: right;
}
.component[class*="--text-positioning--center-left"] [class*=__row] {
  align-items: center;
  justify-content: flex-start;
  text-align: left;
}
.component[class*="--text-positioning--center-center"] [class*=__row] {
  align-items: center;
  justify-content: center;
  text-align: center;
}
.component[class*="--text-positioning--center-right"] [class*=__row] {
  align-items: center;
  justify-content: flex-end;
  text-align: right;
}
.component[class*="--text-positioning--bottom-left"] [class*=__row] {
  align-items: flex-end;
  justify-content: flex-start;
  text-align: left;
}
.component[class*="--text-positioning--bottom-center"] [class*=__row] {
  align-items: flex-end;
  justify-content: center;
  text-align: center;
}
.component[class*="--text-positioning--bottom-right"] [class*=__row] {
  align-items: flex-end;
  justify-content: flex-end;
  text-align: right;
}
.component [class*=__header]:empty {
  display: none;
}
.component .background-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #32353c;
}
.component .bg-desktop {
  display: none;
}
@media (min-width: 768px) {
  .component .bg-mobile {
    display: none;
  }
  .component .bg-desktop {
    display: block;
  }
}

.core.heading {
  margin-top: 1.875rem;
}
.core.list {
  margin-top: 1rem;
}

/******************
 *
 * Global Footer
 *
 ******************/
.floating-contact-btn {
  position: fixed;
  z-index: 900;
  bottom: 30px;
  right: 20px;
  display: none;
}
@media (min-width: 768px) {
  .floating-contact-btn {
    bottom: 15%;
    right: 0;
  }
}
.floating-contact-btn.shown {
  display: block;
}
.floating-contact-btn.btn-show {
  opacity: 1;
  transition: 0.5s ease;
}
.floating-contact-btn.btn-hide {
  pointer-events: none;
  opacity: 0;
  transition: 0.3s ease;
}
.floating-contact-btn .close-btn {
  position: absolute;
  top: 1px;
  left: 2px;
  color: #ffffff;
  padding: 5px 8px;
  background-color: transparent;
  border: none;
  outline: none;
}
.floating-contact-btn .close-btn:hover {
  background-color: #000000;
}
.floating-contact-btn .mobile-contact-btn > *,
.floating-contact-btn .desktop-contact-btn > * {
  margin-bottom: 0;
}
.floating-contact-btn .mobile-contact-btn,
.floating-contact-btn .desktop-contact-btn {
  border: 1px solid #c3c3c3;
  border-right: none;
  background-color: #32353c;
  color: #ffffff;
}
.floating-contact-btn .mobile-contact-btn:hover,
.floating-contact-btn .desktop-contact-btn:hover {
  background-color: #565656;
}
.floating-contact-btn .mobile-contact-btn {
  display: block;
  padding: 15px 40px;
  font-size: 0.75rem;
}
@media (min-width: 768px) {
  .floating-contact-btn .mobile-contact-btn {
    display: none;
  }
}
.floating-contact-btn .desktop-contact-btn {
  display: none;
  align-items: center;
  padding: 15px 20px 20px 40px;
}
.floating-contact-btn .desktop-contact-btn u {
  font-size: 0.75rem;
}
@media (min-width: 768px) {
  .floating-contact-btn .desktop-contact-btn {
    display: flex;
  }
}

.footer {
  background-color: #32353c;
  padding-bottom: 100px;
}
@media (min-width: 1020px) {
  .footer {
    padding: 85px 0 100px;
  }
}
.footer li,
.footer a {
  color: #ffffff;
}
.footer .no-click > a:hover {
  color: #ffffff !important;
  cursor: default;
}
@media (max-width: 575.98px) {
  .footer .col-footer {
    margin-top: 1rem;
    padding-top: 1rem;
  }
  .footer .col-footer:after {
    content: "";
    position: absolute;
    width: calc(100% - 30px);
    background-color: var(--black);
    height: 1px;
    left: 15px;
    bottom: -15px;
  }
  .footer .col-footer:first-of-type {
    border-top: 0;
    margin-top: 0;
    padding-top: 0;
  }
  .footer .col-footer:last-of-type {
    padding-bottom: 1rem;
  }
  .footer .col-footer:last-of-type:after {
    display: none;
  }
  .footer .col-footer:last-of-type .footer__menu-header + * {
    display: block;
  }
}
.footer .footer__menu-header:focus {
  outline: none;
}
@media (max-width: 575.98px) {
  .footer .footer__menu-header {
    margin-bottom: 0;
    padding: 0.75rem 0;
    font-size: 1.125rem !important;
    font-weight: 700;
  }
  .footer .footer__menu-header:after {
    content: "\f0d7";
    font-family: "Font Awesome 6 Pro";
    font-weight: 700;
    margin-left: 0.5rem;
    transform: rotate(0deg);
    transition: all 0.2s ease-in-out;
    position: absolute;
  }
  .footer .footer__menu-header:hover {
    cursor: pointer;
  }
  .footer .footer__menu-header:hover, .footer .footer__menu-header:focus {
    color: var(--black) !important;
  }
  .footer .footer__menu-header.open:after {
    transform: rotate(180deg);
  }
  .footer .footer__menu-header + * {
    display: none;
  }
}
.footer__menu-header {
  font-size: 0.875rem;
}
.footer .footer-social-main.footer-social-left {
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .footer .footer-social-main.footer-social-left {
    margin-top: 2rem;
  }
}
.footer .social-share {
  padding-top: 15px;
}
.footer .social-share .social-icon a {
  color: var(--white);
}
.footer ul {
  list-style-type: none;
  font-size: 0.8125rem;
  padding-left: 0;
}
.footer ul li:not(.gfield) {
  padding: 0.25rem 0;
}
.footer ul li:not(.gfield) a {
  color: #ffffff;
}
.footer .links-list-horizontal {
  margin-bottom: 0;
}
.footer .links-list-horizontal .menu-item {
  padding: 0 0.25rem;
}
@media (min-width: 768px) {
  .footer .links-list-horizontal .menu-item {
    padding: 0 1rem;
  }
}
.footer .links-list-horizontal .menu-item a {
  color: var(--black);
  font-weight: 700;
}
.footer .links-list-horizontal .menu-item a:hover {
  opacity: 0.7;
}
.footer ul li a:hover {
  text-decoration: none;
}
.footer ul.footer-menu {
  display: flex;
  margin: 0 -20px;
  padding: 0;
}
.footer ul.footer-menu > li {
  flex: 1;
  margin: 0 20px;
}
.footer ul.footer-menu > li > a {
  color: #32353c;
  font-weight: 700;
  border-bottom: 1px solid #32353c;
  display: block;
  padding: 0 0 0.3125rem 0;
  margin: 0 0 0.3125rem 0;
}
.footer ul.footer-menu > li > a:hover {
  color: var(--primary);
}
.footer ul.footer-menu .sub-menu {
  padding: 0;
}
.footer ul.footer-menu .sub-menu li {
  display: block;
}
.footer ul.footer-menu .sub-menu li a {
  color: #565656;
}
.footer ul.footer-menu .sub-menu li a:hover {
  color: var(--primary);
}
.footer__main {
  padding-bottom: 20px;
}
.footer__main [id^=gform_widget-] {
  width: 100%;
}
.footer__main .gform_wrapper {
  position: relative;
}
.footer__main .gform_wrapper form {
  display: flex;
  align-items: flex-end;
}
.footer__main .gform_wrapper form .gform_body {
  flex: 1;
}
.footer__main .gform_wrapper form li.gfield label {
  font-size: 0.75rem;
  font-weight: 400;
}
.footer__main .gform_wrapper form li.gfield input {
  border-radius: 0 !important;
  font-family: playfair-display, serif;
}
.footer__main .gform_wrapper form li.gfield input::-moz-placeholder {
  font-style: italic;
  color: #32353c !important;
}
.footer__main .gform_wrapper form li.gfield input::placeholder {
  font-style: italic;
  color: #32353c !important;
}
.footer__main .gform_wrapper form li.gfield input:focus {
  box-shadow: none !important;
  outline: none !important;
  border-color: var(--black) !important;
}
.footer__main .gform_wrapper form .gform_footer {
  margin-bottom: 1rem;
  position: absolute;
  bottom: 7px;
  right: 20px;
}
.footer__main .gform_wrapper form .gform_footer input[type=submit].gform_button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  background-color: var(--black);
  border-color: var(--black);
}
.footer__contact {
  margin-left: 1.625rem;
}
.footer__contact li {
  color: #32353c;
}
.footer__contact a {
  color: #32353c;
}
.footer__contact a:hover {
  color: var(--primary);
}
.footer__bottom {
  padding: 0.9375rem 0;
  color: #ffffff;
  font-size: 0.875rem;
}
.footer__bottom a {
  color: #808080;
  text-decoration: none;
}
.footer__bottom a:hover {
  color: #e1e1e1;
}
.footer__bottom .footer-legal {
  margin-bottom: 0;
}
.footer__bottom .footer-legal .list-inline-item {
  padding: 0 0.25rem;
  white-space: nowrap;
}
.footer__bottom .footer-legal .list-inline-item:after {
  display: inline;
  content: "";
  border-right: 1px solid #ffffff;
  margin-left: 8px;
}
.footer__bottom .footer-legal .list-inline-item a {
  text-decoration: underline;
}
.footer__bottom .footer-legal .list-inline-item a:hover {
  color: #c3c3c3;
}
@media (min-width: 768px) {
  .footer__bottom .footer-legal .list-inline-item {
    padding-left: 8px;
  }
}
@media (min-width: 768px) {
  .footer__bottom .footer-legal .list-inline-item:first-of-type {
    padding-left: 0;
  }
}
.footer__bottom .footer-legal .list-inline-item:last-of-type:after {
  display: none;
}
.footer__bottom .footer-legal .list-inline-item:not(:last-child) {
  margin-right: 0;
}
.footer__bottom .legal-col {
  align-items: flex-end;
}
@media (max-width: 575.98px) {
  .footer__bottom .legal-col {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
  }
  .footer__bottom .legal-col img {
    width: 120px;
  }
}
@media (max-width: 575.98px) {
  .footer__bottom .legal-col .legal-info {
    text-align: right;
    padding-top: 20px;
  }
}
.footer #menu-footer-menu {
  display: flex;
  flex-wrap: wrap;
  padding: 0 8px;
}
@media (min-width: 1020px) {
  .footer #menu-footer-menu {
    justify-content: space-between;
    flex-wrap: nowrap;
    padding: 0;
  }
}
.footer #menu-footer-menu .menu-item-has-children {
  text-transform: uppercase;
  width: 50%;
}
@media (min-width: 1020px) {
  .footer #menu-footer-menu .menu-item-has-children {
    width: unset;
  }
}
.footer #menu-footer-menu .menu-item-has-children > a,
.footer #menu-footer-menu .menu-item-has-children .underline-link a {
  border-bottom: 1px solid #ffffff;
  font-weight: 600;
  display: inline-block;
  min-width: 90px;
}
@media (min-width: 1020px) {
  .footer #menu-footer-menu .menu-item-has-children > a,
.footer #menu-footer-menu .menu-item-has-children .underline-link a {
    min-width: 110px;
    display: block;
    margin-bottom: 12px;
    padding-bottom: 3px;
  }
}
.footer #menu-footer-menu .menu-item-has-children .sub-menu .menu-item {
  text-transform: none;
}
.footer #menu-footer-menu .menu-item-has-children .underline-link {
  text-transform: uppercase !important;
  margin-top: 14px;
}
.footer #menu-footer-menu .menu-item a:hover {
  color: #c3c3c3;
}
@media (min-width: 1020px) {
  .footer .signup-col {
    display: flex;
    justify-content: flex-end;
  }
}
@media (min-width: 1020px) {
  .footer .signup-col-inner {
    max-width: 340px;
    min-width: 200px;
  }
}
@media (min-width: 1370px) {
  .footer .signup-col-inner {
    min-width: 300px;
  }
}

/******************
 *
 * Forms
 *
 ******************/
input[type=file]:hover {
  cursor: pointer;
}

/** Gravity Forms */
.gform_wrapper li {
  list-style-type: none;
}
@media (max-width: 575.98px) {
  .gform_wrapper form .ginput_container_address input {
    display: block;
  }
}

.gfield_required {
  color: #e70000;
}

.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):not([type=range]),
.gfield_error select,
.gfield_error textarea {
  border-color: #e70000 !important;
}
.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):not([type=range]):focus,
.gfield_error select:focus,
.gfield_error textarea:focus {
  box-shadow: 0 0 0 0 rgba(231, 0, 0, 0.25);
}
.gfield_error .gfield_radio label,
.gfield_error .gfield_checkbox label {
  color: #e70000;
}

.validation_message {
  display: none;
}
.gfield_error .validation_message {
  display: inline-block;
  color: #e70000;
  font-style: italic;
  font-size: 0.875rem;
}

.gfield_label,
.form-label {
  font-weight: 700;
}

.ginput_container_textarea > textarea.small {
  height: 5.625rem;
}
.ginput_container_textarea > textarea.medium {
  height: 8.125rem;
}
.ginput_container_textarea > textarea.large {
  height: 11.875rem;
}

.gform_description {
  font-size: 0.875rem;
  font-style: italic;
}

.gfield.gform_hidden,
.gfield_visibility_hidden,
.hidden_label label,
.hidden_sub_label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  width: 1px;
}

.gfield.gsection {
  clear: both;
  margin-top: 1rem;
}
.gfield.gsection .gsection_title {
  font-size: 1.8rem;
}

.gfield_html {
  clear: both;
}
.gfield_html:after {
  display: table;
  clear: both;
  content: "";
}

.gfield_radio input[type=radio] + input[type=text] {
  display: inline-block !important;
  width: auto !important;
}

.ginput_container_fileupload {
  height: add(1.6em, add(1rem, 2px, false));
  display: flex;
  align-items: center;
}

.gf_list_inline .gchoice {
  margin-right: 1.25rem;
}

.gf_list_height_25 li {
  height: 25px;
}

.gf_list_height_50 li {
  height: 50px;
}

.gf_list_height_75 li {
  height: 75px;
}

.gf_list_height_100 li {
  height: 100px;
}

.gf_list_height_125 li {
  height: 125px;
}

.gf_list_height_150 li {
  height: 150px;
}

.gfield_date_month input,
.gfield_date_day input,
.gfield_date_year input,
input.datepicker_no_icon {
  background: #b5b5b5 url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' %3E%3Cpath fill='%23b5b5b5' d='M436 160H12c-6.6 0-12-5.4-12-12v-36c0-26.5 21.5-48 48-48h48V12c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h128V12c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h48c26.5 0 48 21.5 48 48v36c0 6.6-5.4 12-12 12zM12 192h424c6.6 0 12 5.4 12 12v260c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V204c0-6.6 5.4-12 12-12zm116 204c0-6.6-5.4-12-12-12H76c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12v-40zm0-128c0-6.6-5.4-12-12-12H76c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12v-40zm128 128c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12v-40zm0-128c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12v-40zm128 128c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12v-40zm0-128c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12v-40z'/%3E%3C/svg%3E");
  background-image: url("/wp-content/themes/renaissance-patio/assets/img/calendar.svg");
  background-size: 1rem;
  background-repeat: no-repeat;
  background-position: calc(100% - 6px) center;
  padding-right: 1.75rem !important;
}

.gfield_date_month,
.gfield_date_day,
.gfield_date_year,
.gfield_date_dropdown_month,
.gfield_date_dropdown_day,
.gfield_date_dropdown_year {
  display: inline-block;
  margin-right: 0.3125rem;
}

.gform_wrapper .gform_body .gfield_date_day input[type=number],
.gform_wrapper .gform_body .gfield_date_month input[type=number] {
  width: 5.3125rem !important;
}

.gfield_date_year input {
  width: 6.25rem !important;
}

.ginput_container_time {
  width: auto;
  display: inline-block;
  vertical-align: top;
}
.ginput_container_time:last-child {
  margin-right: 0;
}
.ginput_container_time.gfield_time_hour input[type=number], .ginput_container_time.gfield_time_minute input[type=number] {
  display: inline-block !important;
  width: 85% !important;
}

.gf_hide_ampm .gfield_time_ampm {
  display: none;
}

.gfield_time_ampm {
  width: auto;
}

.gf_hide_charleft .charleft {
  display: none;
}

.gf_scroll_text {
  padding: 0.9375rem;
  border: 1px solid #d7dcde;
  height: 11.25rem;
  overflow: auto;
}
.gf_scroll_text p:last-of-type {
  margin-bottom: 0;
}

.gfield_list {
  margin: 0;
}
.gfield_list .gfield_list_cell {
  padding-right: 16px;
  padding-bottom: 0.3125rem;
}

.clear-multi:after {
  display: table;
  clear: both;
  content: "";
}

@media (min-width: 768px) {
  .top_label .ginput_complex {
    display: flex;
    flex-wrap: wrap;
  }
  .top_label .ginput_complex > span {
    margin-right: 16px;
    flex: 1 0 auto;
  }
  .top_label .ginput_complex > span input,
.top_label .ginput_complex > span select,
.top_label .ginput_complex > span textarea {
    margin-bottom: 0;
  }
  .top_label .ginput_complex > span:last-child, .top_label .ginput_complex > span.ginput_right {
    margin-right: 0;
  }
  .top_label .ginput_complex > span.ginput_full {
    width: 100%;
    flex-basis: 100%;
    margin-right: 0;
    margin-bottom: 1rem;
  }
  .top_label .ginput_complex > span.ginput_left, .top_label .ginput_complex > span.ginput_right {
    width: calc(50% - (16px / 2));
    flex-basis: calc(50% - (16px / 2));
    margin-bottom: 1rem;
  }
  .top_label .ginput_complex > span.name_prefix, .top_label .ginput_complex > span.name_suffix {
    width: 1.875rem;
    flex-basis: 1.875rem;
  }
  .top_label .ginput_complex > span.name_first, .top_label .ginput_complex > span.name_last {
    width: 20%;
    flex-basis: 20%;
  }
  .top_label .ginput_complex > span.name_middle {
    width: 6.25rem;
    flex-basis: 6.25rem;
  }
  .top_label .ginput_complex > span.address_zip, .top_label .ginput_complex > span.address_country {
    margin-bottom: 0;
  }
}
.gf_progressbar_title {
  font-size: 1.25rem;
  text-align: center;
}

.gf_progressbar_wrapper {
  margin: 3rem 0;
}

.gf_progressbar_percentage.percentbar_blue {
  background-color: var(--primary);
}
.gf_progressbar_percentage.percentbar_gray {
  background-color: #565656;
}
.gf_progressbar_percentage.percentbar_green {
  background-color: #38e100;
}
.gf_progressbar_percentage.percentbar_orange {
  background-color: var(--secondary);
}
.gf_progressbar_percentage.percentbar_red {
  background-color: #e70000;
}

.gf_step {
  display: inline-block;
  color: #e1e1e1;
  margin-right: 16px;
}
.gf_step:last-of-type {
  margin-right: 0;
}

.gf_step_active {
  color: var(--primary);
}

.gf_step_number {
  font-weight: bold;
  font-size: 1.625rem;
}

.gfield > .ginput_container_date {
  position: relative;
}
.gfield > .ginput_container_date .ui-datepicker-trigger {
  position: absolute;
  right: 0.625rem;
  top: calc( add(1.6em, add(1rem, 2px, false)) / 2 );
  transform: translateY(-50%);
}

.ui-datepicker {
  background: #fcfcfc;
  border: 1px solid #e1e1e1;
  min-width: 200px;
  text-align: center;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
}

.ui-datepicker-next,
.ui-datepicker-prev {
  width: 20%;
  font-weight: 700;
  padding: 0 0.3125rem;
  cursor: pointer;
}
.ui-datepicker-next.ui-datepicker-hover,
.ui-datepicker-prev.ui-datepicker-hover {
  color: var(--white) !important;
}

.ui-datepicker-prev {
  float: left;
}

.ui-datepicker-next {
  float: right;
}

.ui-datepicker-title {
  width: 60%;
  float: left;
}
.ui-datepicker-title select {
  width: auto;
  display: inline-block;
}

.ui-datepicker-header {
  border-bottom: 1px solid #e1e1e1;
  padding: 0.1875rem 0;
}
.ui-datepicker-header:after {
  display: table;
  clear: both;
  content: "";
}

.ui-datepicker-header,
.ui-datepicker-calendar {
  width: 100%;
}

.ui-datepicker-calendar tbody tr {
  border-top: 1px solid #e1e1e1;
}
.ui-datepicker-calendar tbody tr td {
  border-right: 1px solid #e1e1e1;
  padding: 0;
}

.ui-state-default {
  display: block;
  text-align: center;
  color: var(--primary);
  font-weight: 700;
}

.ui-state-hover {
  color: var(--white) !important;
  background-color: var(--primary);
}

.gform_validation_container {
  border: 0;
  clip: rect(0, 0, 0, 0);
  width: 1px;
}

/******************
 *
 * Layout
 *
 ******************/
img {
  height: auto;
  max-width: 100%;
}

::-moz-selection {
  background-color: #32353c;
  color: white;
}

::selection {
  background-color: #32353c;
  color: white;
}

.object-fit-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
.object-fit-cover ~ * {
  z-index: 1;
}

.skip-to-link:focus {
  overflow: visible;
  top: 32px;
  left: 0;
  width: 100%;
  clip: unset;
  z-index: 9999;
  margin: 0;
  height: auto;
  background: black;
  color: white;
  padding: 15px 30px;
  font-size: 1.25rem;
  text-align: center;
  border-radius: 0.5rem;
}

.video-play {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-color: var(--white);
  color: var(--primary);
  text-align: center;
  padding: 15px 30px;
  text-transform: uppercase;
  white-space: nowrap;
}
.video-play span {
  font-weight: 700;
}
.video-play:hover {
  color: var(--white);
  background-color: var(--primary);
}
.video-play i {
  margin-right: 10px;
}

.fancybox-button--zoom,
.fancybox-button--play,
.fancybox-button--thumbs,
.fancybox-infobar,
.fancybox-navigation {
  display: none;
}

.logged-in .fancybox-button--close {
  margin-top: 32px;
}

.fancybox-slide--video .fancybox-content {
  max-width: 1050px;
  background: transparent;
}

main.with-sidebar {
  position: relative;
}
main.with-sidebar .main-sidebar {
  position: sticky;
  top: 0;
}
main.with-sidebar .main-content .component:first-child {
  padding-top: 35px;
}
@media (max-width: 575.98px) {
  main.with-sidebar .col section.accordion {
    padding-bottom: 15px;
  }
}
main.with-sidebar .col section.accordion > .container {
  padding-left: 0;
  padding-right: 0;
}

ul.four-columned {
  -moz-column-count: 1;
       column-count: 1;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  ul.four-columned {
    -moz-column-count: 2;
         column-count: 2;
  }
}
@media (min-width: 1020px) {
  ul.four-columned {
    -moz-column-count: 3;
         column-count: 3;
  }
}
@media (min-width: 1370px) {
  ul.four-columned {
    -moz-column-count: 4;
         column-count: 4;
  }
}
ul.four-columned > li,
ul.four-columned > li ul {
  page-break-inside: avoid;
}

#frm_Quote {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/******************
 *
 * Typography
 *
 ******************/
.editor-styles-wrapper h1,
.editor-styles-wrapper .h1 {
  font-size: 67px;
}

h2,
.h2 {
  line-height: 1.1;
}
.editor-styles-wrapper h2,
.editor-styles-wrapper .h2 {
  font-size: 58px;
}

.editor-styles-wrapper h3,
.editor-styles-wrapper .h3,
.editor-styles-wrapper .single .post h2,
.single .post .editor-styles-wrapper h2 {
  font-size: 38px;
}

.editor-styles-wrapper h4,
.editor-styles-wrapper .h4 {
  font-size: 28px;
}

.editor-styles-wrapper h5,
.editor-styles-wrapper .h5 {
  font-size: 22px;
}

.editor-styles-wrapper h6,
.editor-styles-wrapper .h6 {
  font-size: 18px;
}

.editor-styles-wrapper .display-1 {
  font-size: 67px;
}

.display-2 {
  line-height: 1.1;
}
.editor-styles-wrapper .display-2 {
  font-size: 58px;
}

.editor-styles-wrapper .display-3 {
  font-size: 38px;
}

.editor-styles-wrapper .display-4 {
  font-size: 22px;
}

@media (max-width: 767.98px) {
  h1,
.h1,
.display-1 {
    font-size: 3.4375rem;
  }
}

@media (max-width: 767.98px) {
  h2,
.h2,
.display-2 {
    font-size: 2.5rem;
  }
}

h3,
.h3,
.single .post h2,
.display-3 {
  font-family: "Barlow", sans-serif;
}
@media (max-width: 767.98px) {
  h3,
.h3,
.single .post h2,
.display-3 {
    font-size: 1.625rem;
  }
}

@media (max-width: 767.98px) {
  h4,
.h4,
.display-4 {
    font-size: 1rem;
  }
}

.smaller {
  font-size: 0.75rem;
}

.paragraph {
  font-weight: 400;
  font-family: "Barlow", sans-serif;
  font-size: 1rem;
}

a {
  transition: all ease-in-out 0.25s;
}
a:hover {
  text-decoration: none;
}

table thead th,
.table thead th {
  background-color: #f1f1f1;
  border-bottom: none;
  border-top: none;
}
table tbody tr:first-child td,
.table tbody tr:first-child td {
  border-top: none;
}
table tbody tr:last-child td,
.table tbody tr:last-child td {
  border-bottom: 1px solid #d7dcde;
}
table caption,
.table caption {
  font-size: 0.875rem;
}

ol.list-styled,
.single .post ol,
ul.list-styled,
.single .post ul {
  padding-left: 1.25rem;
}
ol.list-styled ul,
.single .post ol ul,
ol.list-styled ol,
.single .post ol ol,
ul.list-styled ul,
.single .post ul ul,
ul.list-styled ol,
.single .post ul ol {
  margin-top: 0.5rem;
  padding-left: 2.25rem;
}
ol.list-styled li,
.single .post ol li,
ul.list-styled li,
.single .post ul li {
  margin-bottom: 0.5rem;
}

blockquote {
  font-family: playfair-display, serif;
  border-left: 3px solid var(--primary);
  padding-left: 1.5rem;
}

.lead {
  text-transform: uppercase;
  letter-spacing: 0.125em;
  font-family: "Barlow", sans-serif;
}

.bg--primary {
  background-color: var(--primary);
}

.text--primary {
  color: var(--primary);
}

.bg--secondary {
  background-color: var(--secondary);
}

.text--secondary {
  color: var(--secondary);
}

.bg--tertiary {
  background-color: var(--tertiary);
}

.text--tertiary {
  color: var(--tertiary);
}

.bg--success {
  background-color: var(--success);
}

.text--success {
  color: var(--success);
}

.bg--warning {
  background-color: var(--warning);
}

.text--warning {
  color: var(--warning);
}

.bg--danger {
  background-color: var(--danger);
}

.text--danger {
  color: var(--danger);
}

.bg--light {
  background-color: var(--light);
}

.text--light {
  color: var(--light);
}

.bg--dark {
  background-color: var(--dark);
}

.text--dark {
  color: var(--dark);
}

:root {
  --gray-100: #f1f1f1;
  --gray-200: #e1e1e1;
  --gray-300: #d7dcde;
  --gray-400: #c3c3c3;
  --gray-500: #b5b5b5;
  --gray-600: #808080;
  --gray-700: #565656;
  --gray-800: #32353c;
  --gray-900: #1b1b1b;
}

.bg--gray-100 {
  background-color: var(--gray-100);
}

.bg--gray-200 {
  background-color: var(--gray-200);
}

.bg--gray-300 {
  background-color: var(--gray-300);
}

.bg--gray-400 {
  background-color: var(--gray-400);
}

.bg--gray-500 {
  background-color: var(--gray-500);
}

.bg--gray-600 {
  background-color: var(--gray-600);
}

.bg--gray-700 {
  background-color: var(--gray-700);
}

.bg--gray-800 {
  background-color: var(--gray-800);
}

.bg--gray-900 {
  background-color: var(--gray-900);
}

.px-xs-down-0 {
  padding-left: 0;
  padding-right: 0;
}

.pr-xs-down-0 {
  padding-right: 0;
}

.pl-xs-down-0 {
  padding-left: 0;
}

.py-xs-down-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.pt-xs-down-0 {
  padding-top: 0;
}

.pb-xs-down-0 {
  padding-bottom: 0;
}

@media (max-width: 575.98px) {
  .px-sm-down-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .pr-sm-down-0 {
    padding-right: 0;
  }
  .pl-sm-down-0 {
    padding-left: 0;
  }
  .py-sm-down-0 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .pt-sm-down-0 {
    padding-top: 0;
  }
  .pb-sm-down-0 {
    padding-bottom: 0;
  }
}
@media (max-width: 767.98px) {
  .px-md-down-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .pr-md-down-0 {
    padding-right: 0;
  }
  .pl-md-down-0 {
    padding-left: 0;
  }
  .py-md-down-0 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .pt-md-down-0 {
    padding-top: 0;
  }
  .pb-md-down-0 {
    padding-bottom: 0;
  }
}
@media (max-width: 1019.98px) {
  .px-lg-down-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .pr-lg-down-0 {
    padding-right: 0;
  }
  .pl-lg-down-0 {
    padding-left: 0;
  }
  .py-lg-down-0 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .pt-lg-down-0 {
    padding-top: 0;
  }
  .pb-lg-down-0 {
    padding-bottom: 0;
  }
}
@media (max-width: 1369.98px) {
  .px-xl-down-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .pr-xl-down-0 {
    padding-right: 0;
  }
  .pl-xl-down-0 {
    padding-left: 0;
  }
  .py-xl-down-0 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .pt-xl-down-0 {
    padding-top: 0;
  }
  .pb-xl-down-0 {
    padding-bottom: 0;
  }
}
@media (min-width: 576px) {
  .page-template-template-container main,
.padding-left-dynamic {
    padding-left: calc( ( 100vw - 540px ) / 2 + 20px ) !important;
  }
  .page-template-template-container main,
.padding-right-dynamic {
    padding-right: calc( ( 100vw - 540px ) / 2 + 20px ) !important;
  }
}
@media (min-width: 768px) {
  .page-template-template-container main,
.padding-left-dynamic {
    padding-left: calc( ( 100vw - 720px ) / 2 + 20px ) !important;
  }
  .page-template-template-container main,
.padding-right-dynamic {
    padding-right: calc( ( 100vw - 720px ) / 2 + 20px ) !important;
  }
}
@media (min-width: 1020px) {
  .page-template-template-container main,
.padding-left-dynamic {
    padding-left: calc( ( 100vw - 980px ) / 2 + 20px ) !important;
  }
  .page-template-template-container main,
.padding-right-dynamic {
    padding-right: calc( ( 100vw - 980px ) / 2 + 20px ) !important;
  }
}
@media (min-width: 1370px) {
  .page-template-template-container main,
.padding-left-dynamic {
    padding-left: calc( ( 100vw - 1330px ) / 2 + 20px ) !important;
  }
  .page-template-template-container main,
.padding-right-dynamic {
    padding-right: calc( ( 100vw - 1330px ) / 2 + 20px ) !important;
  }
}
.card-deck .card {
  height: auto;
  margin-bottom: 30px;
}
@media (min-width: 576px) {
  .card-deck .card {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc( 100% / 1 - 20px * 2 );
  }
}
@media (min-width: 768px) {
  .card-deck .card {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc( 100% / 2 - 20px * 2 );
    margin-bottom: 50px;
  }
}
@media (min-width: 1020px) {
  .card-deck .card {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc( 100% / 3 - 20px * 2 );
  }
}

.card-deck-1 .card {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc( 100% / 1 - 20px * 2 );
}

.card-deck-2 .card {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc( 100% / 2 - 20px * 2 );
}

.card-deck-3 .card {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc( 100% / 3 - 20px * 2 );
}

.card-deck-4 .card {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc( 100% / 4 - 20px * 2 );
}

.card-deck-5 .card {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc( 100% / 5 - 20px * 2 );
}

.card-deck-6 .card {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc( 100% / 6 - 20px * 2 );
}

@media (min-width: 576px) {
  .card-deck-sm-1 .card {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc( 100% / 1 - 20px * 2 );
  }
  .card-deck-sm-2 .card {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc( 100% / 2 - 20px * 2 );
  }
  .card-deck-sm-3 .card {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc( 100% / 3 - 20px * 2 );
  }
  .card-deck-sm-4 .card {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc( 100% / 4 - 20px * 2 );
  }
  .card-deck-sm-5 .card {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc( 100% / 5 - 20px * 2 );
  }
  .card-deck-sm-6 .card {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc( 100% / 6 - 20px * 2 );
  }
}
@media (min-width: 768px) {
  .card-deck-md-1 .card {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc( 100% / 1 - 20px * 2 );
  }
  .card-deck-md-2 .card {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc( 100% / 2 - 20px * 2 );
  }
  .card-deck-md-3 .card {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc( 100% / 3 - 20px * 2 );
  }
  .card-deck-md-4 .card {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc( 100% / 4 - 20px * 2 );
  }
  .card-deck-md-5 .card {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc( 100% / 5 - 20px * 2 );
  }
  .card-deck-md-6 .card {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc( 100% / 6 - 20px * 2 );
  }
}
@media (min-width: 1020px) {
  .card-deck-lg-1 .card {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc( 100% / 1 - 20px * 2 );
  }
  .card-deck-lg-2 .card {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc( 100% / 2 - 20px * 2 );
  }
  .card-deck-lg-3 .card {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc( 100% / 3 - 20px * 2 );
  }
  .card-deck-lg-4 .card {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc( 100% / 4 - 20px * 2 );
  }
  .card-deck-lg-5 .card {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc( 100% / 5 - 20px * 2 );
  }
  .card-deck-lg-6 .card {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc( 100% / 6 - 20px * 2 );
  }
}
@media (min-width: 1370px) {
  .card-deck-xl-1 .card {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc( 100% / 1 - 20px * 2 );
  }
  .card-deck-xl-2 .card {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc( 100% / 2 - 20px * 2 );
  }
  .card-deck-xl-3 .card {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc( 100% / 3 - 20px * 2 );
  }
  .card-deck-xl-4 .card {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc( 100% / 4 - 20px * 2 );
  }
  .card-deck-xl-5 .card {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc( 100% / 5 - 20px * 2 );
  }
  .card-deck-xl-6 .card {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc( 100% / 6 - 20px * 2 );
  }
}
.z-1 {
  z-index: 1;
}

.screen-reader-text {
  border: 0;
  clip: rect(0, 0, 0, 0);
  width: 1px;
}

.navigation.pagination {
  padding: 30px 0;
}
.navigation.pagination .nav-links {
  display: flex;
}
.navigation.pagination .nav-links .page-numbers {
  padding: 0 0;
  flex: auto;
  line-height: 1.875rem;
  font-weight: 400;
  background-color: #ffffff;
  width: 2.1875rem;
  height: 1.875rem;
  text-align: center;
  border-right: 1px solid #32353c;
}
@media (min-width: 768px) {
  .navigation.pagination .nav-links .page-numbers {
    width: 3.25rem;
    height: 2.75rem;
    line-height: 2.75rem;
  }
}
.navigation.pagination .nav-links .page-numbers:last-child {
  border-right: none;
}
.navigation.pagination .nav-links .page-numbers.dots:hover {
  background-color: initial;
}
.navigation.pagination .nav-links .page-numbers:hover {
  background-color: none;
}
.navigation.pagination .nav-links .page-numbers.current {
  color: #000000;
  background-color: none;
  border-color: none;
}
.navigation.pagination .nav-links .page-numbers.prev, .navigation.pagination .nav-links .page-numbers.next {
  width: auto;
}
@media (max-width: 575.98px) {
  .navigation.pagination .nav-links .page-numbers.prev span, .navigation.pagination .nav-links .page-numbers.next span {
    display: none;
  }
}
.navigation.pagination .nav-links .page-numbers.prev {
  padding-right: 0.75rem;
}
@media (min-width: 768px) {
  .navigation.pagination .nav-links .page-numbers.prev {
    padding-right: 1.5rem;
  }
}
.navigation.pagination .nav-links .page-numbers.next {
  padding-left: 0.75rem;
}
@media (min-width: 768px) {
  .navigation.pagination .nav-links .page-numbers.next {
    padding-left: 1.5rem;
  }
}

.wp-caption-text,
.wp-block-image figure figcaption {
  border: 1px solid #e1e1e1;
  background-color: #f1f1f1;
  margin: 0;
  padding: 0.625rem;
  text-align: center;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignleft {
  float: left;
  margin-right: 1rem;
}

.alignright {
  float: right;
  margin-left: 1rem;
}

/******* Global Elements *******/
/******************
 *
 * Global Buttons
 *
 ******************/
p a,
.entry-content a {
  text-decoration: underline;
}

.header [class*=btn-outline-],
.component [class*=btn-outline-],
.footer [class*=btn-outline-],
.header-cta [class*=btn-outline-],
article [class*=btn-outline-],
.blog [class*=btn-outline-] {
  border-width: 2px;
}
.header[class*=component-color-theme--white] .btn.btn-primary, .header[class*=component-color-theme--white] input[type=submit],
.header[class*=component-color-theme--white] input[type=reset],
.header[class*=component-color-theme--white] input[type=button],
.header[class*=component-color-theme--white] button,
.component[class*=component-color-theme--white] .btn.btn-primary,
.component[class*=component-color-theme--white] input[type=submit],
.component[class*=component-color-theme--white] input[type=reset],
.component[class*=component-color-theme--white] input[type=button],
.component[class*=component-color-theme--white] button,
.footer[class*=component-color-theme--white] .btn.btn-primary,
.footer[class*=component-color-theme--white] input[type=submit],
.footer[class*=component-color-theme--white] input[type=reset],
.footer[class*=component-color-theme--white] input[type=button],
.footer[class*=component-color-theme--white] button,
.header-cta[class*=component-color-theme--white] .btn.btn-primary,
.header-cta[class*=component-color-theme--white] input[type=submit],
.header-cta[class*=component-color-theme--white] input[type=reset],
.header-cta[class*=component-color-theme--white] input[type=button],
.header-cta[class*=component-color-theme--white] button,
article[class*=component-color-theme--white] .btn.btn-primary,
article[class*=component-color-theme--white] input[type=submit],
article[class*=component-color-theme--white] input[type=reset],
article[class*=component-color-theme--white] input[type=button],
article[class*=component-color-theme--white] button,
.blog[class*=component-color-theme--white] .btn.btn-primary,
.blog[class*=component-color-theme--white] input[type=submit],
.blog[class*=component-color-theme--white] input[type=reset],
.blog[class*=component-color-theme--white] input[type=button],
.blog[class*=component-color-theme--white] button {
  color: #ffffff;
}
.header .btn, .header input[type=submit],
.header input[type=reset],
.header input[type=button],
.header button,
.component .btn,
.component input[type=submit],
.component input[type=reset],
.component input[type=button],
.component button,
.footer .btn,
.footer input[type=submit],
.footer input[type=reset],
.footer input[type=button],
.footer button,
.header-cta .btn,
.header-cta input[type=submit],
.header-cta input[type=reset],
.header-cta input[type=button],
.header-cta button,
article .btn,
article input[type=submit],
article input[type=reset],
article input[type=button],
article button,
.blog .btn,
.blog input[type=submit],
.blog input[type=reset],
.blog input[type=button],
.blog button {
  text-transform: uppercase;
  text-decoration: none;
}
.header .btn.btn-white, .header input.btn-white[type=submit],
.header input.btn-white[type=reset],
.header input.btn-white[type=button],
.header button.btn-white,
.component .btn.btn-white,
.component input.btn-white[type=submit],
.component input.btn-white[type=reset],
.component input.btn-white[type=button],
.component button.btn-white,
.footer .btn.btn-white,
.footer input.btn-white[type=submit],
.footer input.btn-white[type=reset],
.footer input.btn-white[type=button],
.footer button.btn-white,
.header-cta .btn.btn-white,
.header-cta input.btn-white[type=submit],
.header-cta input.btn-white[type=reset],
.header-cta input.btn-white[type=button],
.header-cta button.btn-white,
article .btn.btn-white,
article input.btn-white[type=submit],
article input.btn-white[type=reset],
article input.btn-white[type=button],
article button.btn-white,
.blog .btn.btn-white,
.blog input.btn-white[type=submit],
.blog input.btn-white[type=reset],
.blog input.btn-white[type=button],
.blog button.btn-white {
  color: var(--black);
}
.header .btn.btn-light, .header input.btn-light[type=submit],
.header input.btn-light[type=reset],
.header input.btn-light[type=button],
.header button.btn-light,
.component .btn.btn-light,
.component input.btn-light[type=submit],
.component input.btn-light[type=reset],
.component input.btn-light[type=button],
.component button.btn-light,
.footer .btn.btn-light,
.footer input.btn-light[type=submit],
.footer input.btn-light[type=reset],
.footer input.btn-light[type=button],
.footer button.btn-light,
.header-cta .btn.btn-light,
.header-cta input.btn-light[type=submit],
.header-cta input.btn-light[type=reset],
.header-cta input.btn-light[type=button],
.header-cta button.btn-light,
article .btn.btn-light,
article input.btn-light[type=submit],
article input.btn-light[type=reset],
article input.btn-light[type=button],
article button.btn-light,
.blog .btn.btn-light,
.blog input.btn-light[type=submit],
.blog input.btn-light[type=reset],
.blog input.btn-light[type=button],
.blog button.btn-light {
  color: var(--dark);
}
.header .btn.btn-dark, .header input.btn-dark[type=submit],
.header input.btn-dark[type=reset],
.header input.btn-dark[type=button],
.header button.btn-dark,
.component .btn.btn-dark,
.component input.btn-dark[type=submit],
.component input.btn-dark[type=reset],
.component input.btn-dark[type=button],
.component button.btn-dark,
.footer .btn.btn-dark,
.footer input.btn-dark[type=submit],
.footer input.btn-dark[type=reset],
.footer input.btn-dark[type=button],
.footer button.btn-dark,
.header-cta .btn.btn-dark,
.header-cta input.btn-dark[type=submit],
.header-cta input.btn-dark[type=reset],
.header-cta input.btn-dark[type=button],
.header-cta button.btn-dark,
article .btn.btn-dark,
article input.btn-dark[type=submit],
article input.btn-dark[type=reset],
article input.btn-dark[type=button],
article button.btn-dark,
.blog .btn.btn-dark,
.blog input.btn-dark[type=submit],
.blog input.btn-dark[type=reset],
.blog input.btn-dark[type=button],
.blog button.btn-dark {
  color: var(--light);
}
.header .btn.btn-black, .header input.btn-black[type=submit],
.header input.btn-black[type=reset],
.header input.btn-black[type=button],
.header button.btn-black,
.component .btn.btn-black,
.component input.btn-black[type=submit],
.component input.btn-black[type=reset],
.component input.btn-black[type=button],
.component button.btn-black,
.footer .btn.btn-black,
.footer input.btn-black[type=submit],
.footer input.btn-black[type=reset],
.footer input.btn-black[type=button],
.footer button.btn-black,
.header-cta .btn.btn-black,
.header-cta input.btn-black[type=submit],
.header-cta input.btn-black[type=reset],
.header-cta input.btn-black[type=button],
.header-cta button.btn-black,
article .btn.btn-black,
article input.btn-black[type=submit],
article input.btn-black[type=reset],
article input.btn-black[type=button],
article button.btn-black,
.blog .btn.btn-black,
.blog input.btn-black[type=submit],
.blog input.btn-black[type=reset],
.blog input.btn-black[type=button],
.blog button.btn-black {
  color: var(--white);
}
.header .btn.btn-primary, .header input[type=submit],
.header input[type=reset],
.header input[type=button],
.header button,
.component .btn.btn-primary,
.component input[type=submit],
.component input[type=reset],
.component input[type=button],
.component button,
.footer .btn.btn-primary,
.footer input[type=submit],
.footer input[type=reset],
.footer input[type=button],
.footer button,
.header-cta .btn.btn-primary,
.header-cta input[type=submit],
.header-cta input[type=reset],
.header-cta input[type=button],
.header-cta button,
article .btn.btn-primary,
article input[type=submit],
article input[type=reset],
article input[type=button],
article button,
.blog .btn.btn-primary,
.blog input[type=submit],
.blog input[type=reset],
.blog input[type=button],
.blog button {
  background-color: var(--primary);
  color: #f1f1f1;
}
.header .btn.btn-primary:hover, .header input[type=submit]:hover,
.header input[type=reset]:hover,
.header input[type=button]:hover,
.header button:hover,
.component .btn.btn-primary:hover,
.component input[type=submit]:hover,
.component input[type=reset]:hover,
.component input[type=button]:hover,
.component button:hover,
.footer .btn.btn-primary:hover,
.footer input[type=submit]:hover,
.footer input[type=reset]:hover,
.footer input[type=button]:hover,
.footer button:hover,
.header-cta .btn.btn-primary:hover,
.header-cta input[type=submit]:hover,
.header-cta input[type=reset]:hover,
.header-cta input[type=button]:hover,
.header-cta button:hover,
article .btn.btn-primary:hover,
article input[type=submit]:hover,
article input[type=reset]:hover,
article input[type=button]:hover,
article button:hover,
.blog .btn.btn-primary:hover,
.blog input[type=submit]:hover,
.blog input[type=reset]:hover,
.blog input[type=button]:hover,
.blog button:hover {
  background-color: transparent;
  border-color: #32353c;
  color: #32353c;
}
.header .btn.btn-orange, .header input.btn-orange[type=submit],
.header input.btn-orange[type=reset],
.header input.btn-orange[type=button],
.header button.btn-orange,
.component .btn.btn-orange,
.component input.btn-orange[type=submit],
.component input.btn-orange[type=reset],
.component input.btn-orange[type=button],
.component button.btn-orange,
.footer .btn.btn-orange,
.footer input.btn-orange[type=submit],
.footer input.btn-orange[type=reset],
.footer input.btn-orange[type=button],
.footer button.btn-orange,
.header-cta .btn.btn-orange,
.header-cta input.btn-orange[type=submit],
.header-cta input.btn-orange[type=reset],
.header-cta input.btn-orange[type=button],
.header-cta button.btn-orange,
article .btn.btn-orange,
article input.btn-orange[type=submit],
article input.btn-orange[type=reset],
article input.btn-orange[type=button],
article button.btn-orange,
.blog .btn.btn-orange,
.blog input.btn-orange[type=submit],
.blog input.btn-orange[type=reset],
.blog input.btn-orange[type=button],
.blog button.btn-orange {
  background-color: #F25836;
  color: #f1f1f1;
}
.header .btn.btn-orange:hover, .header input.btn-orange[type=submit]:hover,
.header input.btn-orange[type=reset]:hover,
.header input.btn-orange[type=button]:hover,
.header button.btn-orange:hover,
.component .btn.btn-orange:hover,
.component input.btn-orange[type=submit]:hover,
.component input.btn-orange[type=reset]:hover,
.component input.btn-orange[type=button]:hover,
.component button.btn-orange:hover,
.footer .btn.btn-orange:hover,
.footer input.btn-orange[type=submit]:hover,
.footer input.btn-orange[type=reset]:hover,
.footer input.btn-orange[type=button]:hover,
.footer button.btn-orange:hover,
.header-cta .btn.btn-orange:hover,
.header-cta input.btn-orange[type=submit]:hover,
.header-cta input.btn-orange[type=reset]:hover,
.header-cta input.btn-orange[type=button]:hover,
.header-cta button.btn-orange:hover,
article .btn.btn-orange:hover,
article input.btn-orange[type=submit]:hover,
article input.btn-orange[type=reset]:hover,
article input.btn-orange[type=button]:hover,
article button.btn-orange:hover,
.blog .btn.btn-orange:hover,
.blog input.btn-orange[type=submit]:hover,
.blog input.btn-orange[type=reset]:hover,
.blog input.btn-orange[type=button]:hover,
.blog button.btn-orange:hover {
  background-color: #ffffff;
  border-color: #F25836;
  color: #F25836;
}
.header .btn.btn-secondary, .header input.btn-secondary[type=submit],
.header input.btn-secondary[type=reset],
.header input.btn-secondary[type=button],
.header button.btn-secondary,
.component .btn.btn-secondary,
.component input.btn-secondary[type=submit],
.component input.btn-secondary[type=reset],
.component input.btn-secondary[type=button],
.component button.btn-secondary,
.footer .btn.btn-secondary,
.footer input.btn-secondary[type=submit],
.footer input.btn-secondary[type=reset],
.footer input.btn-secondary[type=button],
.footer button.btn-secondary,
.header-cta .btn.btn-secondary,
.header-cta input.btn-secondary[type=submit],
.header-cta input.btn-secondary[type=reset],
.header-cta input.btn-secondary[type=button],
.header-cta button.btn-secondary,
article .btn.btn-secondary,
article input.btn-secondary[type=submit],
article input.btn-secondary[type=reset],
article input.btn-secondary[type=button],
article button.btn-secondary,
.blog .btn.btn-secondary,
.blog input.btn-secondary[type=submit],
.blog input.btn-secondary[type=reset],
.blog input.btn-secondary[type=button],
.blog button.btn-secondary {
  background-color: var(--secondary);
}
.header .btn.btn-tertiary, .header input.btn-tertiary[type=submit],
.header input.btn-tertiary[type=reset],
.header input.btn-tertiary[type=button],
.header button.btn-tertiary,
.component .btn.btn-tertiary,
.component input.btn-tertiary[type=submit],
.component input.btn-tertiary[type=reset],
.component input.btn-tertiary[type=button],
.component button.btn-tertiary,
.footer .btn.btn-tertiary,
.footer input.btn-tertiary[type=submit],
.footer input.btn-tertiary[type=reset],
.footer input.btn-tertiary[type=button],
.footer button.btn-tertiary,
.header-cta .btn.btn-tertiary,
.header-cta input.btn-tertiary[type=submit],
.header-cta input.btn-tertiary[type=reset],
.header-cta input.btn-tertiary[type=button],
.header-cta button.btn-tertiary,
article .btn.btn-tertiary,
article input.btn-tertiary[type=submit],
article input.btn-tertiary[type=reset],
article input.btn-tertiary[type=button],
article button.btn-tertiary,
.blog .btn.btn-tertiary,
.blog input.btn-tertiary[type=submit],
.blog input.btn-tertiary[type=reset],
.blog input.btn-tertiary[type=button],
.blog button.btn-tertiary {
  background-color: var(--tertiary);
}
.header .btn-outline-light,
.component .btn-outline-light,
.footer .btn-outline-light,
.header-cta .btn-outline-light,
article .btn-outline-light,
.blog .btn-outline-light {
  border-color: #ffffff;
  color: #ffffff;
}
.header .btn-outline-light:hover,
.component .btn-outline-light:hover,
.footer .btn-outline-light:hover,
.header-cta .btn-outline-light:hover,
article .btn-outline-light:hover,
.blog .btn-outline-light:hover {
  color: #32353c;
  background-color: #ffffff;
  border-color: #32353c;
}
.header .btn-text,
.component .btn-text,
.footer .btn-text,
.header-cta .btn-text,
article .btn-text,
.blog .btn-text {
  padding: 0;
  font-weight: 400;
  text-transform: none;
  position: relative;
}
.header .btn-text:before,
.component .btn-text:before,
.footer .btn-text:before,
.header-cta .btn-text:before,
article .btn-text:before,
.blog .btn-text:before {
  position: absolute;
  content: "";
  display: block;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 2px;
  border-bottom: 1px solid #32353c;
  transform: scaleX(0);
  transition: all 0.5s ease;
  transform-origin: left;
}
.header .btn-text:hover:before,
.component .btn-text:hover:before,
.footer .btn-text:hover:before,
.header-cta .btn-text:hover:before,
article .btn-text:hover:before,
.blog .btn-text:hover:before {
  transform: scaleX(1);
}
.header .btn-text::after,
.component .btn-text::after,
.footer .btn-text::after,
.header-cta .btn-text::after,
article .btn-text::after,
.blog .btn-text::after {
  content: "\f054";
  font-family: "Font Awesome 6 Pro";
  font-size: 0.875rem;
  transition: margin 0.15s ease-in-out;
  margin-left: 0.5rem;
}
@media (min-width: 768px) {
  .header .btn-text,
.component .btn-text,
.footer .btn-text,
.header-cta .btn-text,
article .btn-text,
.blog .btn-text {
    font-size: 1.625rem;
  }
  .header .btn-text::after,
.component .btn-text::after,
.footer .btn-text::after,
.header-cta .btn-text::after,
article .btn-text::after,
.blog .btn-text::after {
    font-size: 1.25rem;
  }
}
@media (min-width: 768px) {
  .header .btn-full,
.component .btn-full,
.footer .btn-full,
.header-cta .btn-full,
article .btn-full,
.blog .btn-full {
    margin-top: -16px;
    margin-bottom: -16px;
    height: 66px;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 172px;
    margin-right: -76px;
  }
  .header .p-btn-full,
.component .p-btn-full,
.footer .p-btn-full,
.header-cta .p-btn-full,
article .p-btn-full,
.blog .p-btn-full {
    padding-right: 40px !important;
  }
}
.header .hamburger-toggler,
.component .hamburger-toggler,
.footer .hamburger-toggler,
.header-cta .hamburger-toggler,
article .hamburger-toggler,
.blog .hamburger-toggler {
  background-color: transparent;
  border: none;
  border-radius: 0;
}
.header .input-group-append > .btn, .header .input-group-append > input[type=submit],
.header .input-group-append > input[type=reset],
.header .input-group-append > input[type=button],
.header .input-group-append > button,
.header .input-group-prepend > .btn,
.header .input-group-prepend > input[type=submit],
.header .input-group-prepend > input[type=reset],
.header .input-group-prepend > input[type=button],
.header .input-group-prepend > button,
.component .input-group-append > .btn,
.component .input-group-append > input[type=submit],
.component .input-group-append > input[type=reset],
.component .input-group-append > input[type=button],
.component .input-group-append > button,
.component .input-group-prepend > .btn,
.component .input-group-prepend > input[type=submit],
.component .input-group-prepend > input[type=reset],
.component .input-group-prepend > input[type=button],
.component .input-group-prepend > button,
.footer .input-group-append > .btn,
.footer .input-group-append > input[type=submit],
.footer .input-group-append > input[type=reset],
.footer .input-group-append > input[type=button],
.footer .input-group-append > button,
.footer .input-group-prepend > .btn,
.footer .input-group-prepend > input[type=submit],
.footer .input-group-prepend > input[type=reset],
.footer .input-group-prepend > input[type=button],
.footer .input-group-prepend > button,
.header-cta .input-group-append > .btn,
.header-cta .input-group-append > input[type=submit],
.header-cta .input-group-append > input[type=reset],
.header-cta .input-group-append > input[type=button],
.header-cta .input-group-append > button,
.header-cta .input-group-prepend > .btn,
.header-cta .input-group-prepend > input[type=submit],
.header-cta .input-group-prepend > input[type=reset],
.header-cta .input-group-prepend > input[type=button],
.header-cta .input-group-prepend > button,
article .input-group-append > .btn,
article .input-group-append > input[type=submit],
article .input-group-append > input[type=reset],
article .input-group-append > input[type=button],
article .input-group-append > button,
article .input-group-prepend > .btn,
article .input-group-prepend > input[type=submit],
article .input-group-prepend > input[type=reset],
article .input-group-prepend > input[type=button],
article .input-group-prepend > button,
.blog .input-group-append > .btn,
.blog .input-group-append > input[type=submit],
.blog .input-group-append > input[type=reset],
.blog .input-group-append > input[type=button],
.blog .input-group-append > button,
.blog .input-group-prepend > .btn,
.blog .input-group-prepend > input[type=submit],
.blog .input-group-prepend > input[type=reset],
.blog .input-group-prepend > input[type=button],
.blog .input-group-prepend > button {
  border-width: 1px;
}

.card {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  background-size: cover;
  background-position: center center;
  border-radius: 0;
  overflow: hidden;
}
.card-header {
  background: transparent;
}
.card .btn-text:before {
  bottom: 3px;
  transform: scaleX(1);
}
@media (min-width: 1020px) {
  .card:hover .btn-outline-primary {
    background-color: #32353c;
    color: #ffffff;
  }
}
.card .image-wrapper {
  overflow: hidden;
}
.card .image-wrapper img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.card .card-body {
  display: flex;
  flex-direction: column;
}
.component .card .card-body p {
  color: unset;
}
.card .card-subtitle {
  color: var(--primary);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0.5rem;
  order: -1;
}
.card .card-subtitle .post-categories {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.card .card-link {
  align-self: flex-start;
}
.card .card-footer {
  padding-bottom: 2rem;
}
[class*="--image-position--cover"] .card {
  min-height: 24.375rem;
}
[class*="--image-position--cover"] .card .card {
  position: relative;
}
[class*="--image-position--cover"] .card .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
[class*="--image-position--cover"] .card .card-body {
  position: relative;
  justify-content: flex-end;
  background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.85) 85%);
}
[class*="--image-position--cover"] .card .card-body .card-title,
[class*="--image-position--cover"] .card .card-body .card-subtitle,
[class*="--image-position--cover"] .card .card-body .card-text {
  color: var(--white);
}
[class*="--image-position--cover"] .card .card-body .card-title a,
[class*="--image-position--cover"] .card .card-body .card-title p,
[class*="--image-position--cover"] .card .card-body .card-subtitle a,
[class*="--image-position--cover"] .card .card-body .card-subtitle p,
[class*="--image-position--cover"] .card .card-body .card-text a,
[class*="--image-position--cover"] .card .card-body .card-text p {
  color: var(--white);
}
[class*="--show-images--false"] .card {
  min-height: 1px;
}
[class*="--show-images--false"] .card .card {
  min-height: 1px;
}
[class*="--show-images--false"] .card .card-body {
  background: var(--white);
}
[class*="--show-images--false"] .card .card-body .card-subtitle,
[class*="--show-images--false"] .card .card-body .card-title,
[class*="--show-images--false"] .card .card-body .card-text {
  color: var(--primary);
}
[class*="--show-images--false"] .card .card-body .card-subtitle a,
[class*="--show-images--false"] .card .card-body .card-subtitle p,
[class*="--show-images--false"] .card .card-body .card-title a,
[class*="--show-images--false"] .card .card-body .card-title p,
[class*="--show-images--false"] .card .card-body .card-text a,
[class*="--show-images--false"] .card .card-body .card-text p {
  color: var(--primary);
}

.list-dropdown .dropdown-toggle {
  width: 100%;
  text-align: left;
  background: var(--tertiary);
  color: var(--primary) !important;
  text-transform: none;
  font-family: playfair-display, serif;
  padding-left: 20px;
  font-weight: 300;
}
.list-dropdown .dropdown-toggle:after {
  display: none;
}
.list-dropdown .dropdown-toggle:before {
  font-family: "Font Awesome 6 Pro";
  font-size: 0.875rem;
  content: "\f078";
  line-height: 1;
  position: absolute;
  display: block;
  top: 38%;
  right: 20px;
}
.list-dropdown .dropdown-toggle.show .dropdown-toggle:before {
  content: "\f077";
}
.list-dropdown .dropdown-menu {
  width: 100%;
  max-height: 500px;
  overflow: scroll;
}

/******************
 *
 * Social Share
 *
 ******************/
.social-share {
  margin-bottom: 0;
}
.social-share a {
  color: var(--white);
  line-height: 1;
  font-size: 1.375rem;
}
.social-share a:hover i[class*=fa] {
  transition: all ease-out 0.25s;
  transform: translateY(-1px);
}
.social-share a:hover [class*=facebook] {
  color: #0071bb;
}
.social-share a:hover [class*=twitter] {
  color: #1eb1d2;
}
.social-share a:hover [class*=instagram] {
  background: linear-gradient(225deg, #b900b4, #f20407, #ffd521);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}
.social-share a:hover [class*=youtube] {
  color: #cc5e5e;
}
.social-share a:hover [class*=flickr] {
  background: linear-gradient(to right, #0062dd 0%, #0062dd 50%, #ff0084 50%, #ff0084 100%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}
.social-share a:hover [class*=pinterest] {
  color: #cc2127;
}
.social-share a:hover [class*=linkedin] {
  color: #0378b6;
}
.social-share a:hover [class*=google-plus] {
  color: #cc5e5e;
}
#mobileMenuContainer .social-share a {
  color: var(--black);
}

.swiper {
  position: relative;
}

.swiper-pagination {
  bottom: 3rem;
  z-index: 3;
}
.swiper-pagination--wrapper {
  position: relative;
}
.swiper-pagination--left {
  left: 0;
  text-align: left;
}
.swiper-pagination--right {
  right: 0;
  text-align: right;
}
.swiper-pagination--default, .swiper-pagination--center {
  left: 50%;
  transform: translateX(-50%);
}
.swiper-pagination--center {
  position: absolute;
}
.swiper-pagination .swiper-pagination-bullet {
  border-radius: 0;
}

.swiper-controls--sides .swiper-navigation--wrapper {
  position: absolute;
  top: 50%;
  z-index: 3;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 5%;
}
.swiper-controls--sides .swiper-navigation--wrapper .swiper-navigation {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.swiper-navigation--left, .swiper-navigation--right {
  position: absolute;
  bottom: 4rem;
  width: 6.5rem;
}
.swiper-navigation--left .swiper-button-prev, .swiper-navigation--right .swiper-button-prev {
  left: 0;
}
.swiper-navigation--left .swiper-button-next, .swiper-navigation--right .swiper-button-next {
  right: 0;
}
.swiper-navigation--left {
  left: 0;
}
.swiper-navigation--right {
  right: 0;
}

.swiper-button-prev,
.swiper-button-next {
  background: none;
  font-size: 1.5rem;
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
  color: var(--black);
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 50%;
  text-align: center;
  margin-top: 0;
  transition: ease-in-out 0.25s;
}
.swiper-button-prev:focus,
.swiper-button-next:focus {
  outline: none;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 1;
  color: #d7dcde;
  border-color: #d7dcde;
}
.swiper-button-prev:before,
.swiper-button-next:before {
  font-weight: 700;
  margin: 0;
  transition: 0.3s ease;
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
  transition: 0.3s ease;
}

.swiper-button-prev:before {
  content: "\f053";
}
.swiper-button-prev:after {
  display: none;
}
.swiper-button-prev:hover {
  opacity: 0.5;
}

.swiper-button-next:before {
  content: "\f054";
}
.swiper-button-next:after {
  display: none;
}
.swiper-button-next:hover {
  opacity: 0.5;
}

.swiper-pagination-bullet {
  margin: 0 0.3125rem;
  background: rgba(50, 53, 60, 0.2);
  border: none;
  width: 18px;
  height: 4px;
  opacity: 1;
  font-size: 0.3125rem;
  padding: 0 1.125rem;
}
.swiper-pagination-bullet:focus {
  outline: none;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--primary);
}
.swiper-pagination--square .swiper-pagination-bullet {
  border-radius: 0;
}

.swiper-controls--bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 1.5rem;
}
.swiper-controls--bottom .swiper-pagination {
  position: static;
}
.swiper-controls--bottom .swiper-navigation {
  display: flex;
  justify-content: space-between;
  width: 6.5625rem;
}
.swiper-controls--bottom .swiper-navigation .swiper-button-prev,
.swiper-controls--bottom .swiper-navigation .swiper-button-next {
  position: static;
  transform: none;
}
.swiper-controls--center-center .swiper-pagination {
  left: 0;
}
@media (min-width: 768px) {
  .swiper-controls--center-center .swiper-pagination {
    left: 50%;
    transform: translateX(-50%);
  }
}
.swiper-controls--center-left .swiper-pagination {
  left: 0;
}
@media (max-width: 575.98px) {
  .swiper-controls--center-center, .swiper-controls--center-left {
    padding-left: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 1.5rem;
  }
  .swiper-controls--center-center .swiper-pagination, .swiper-controls--center-left .swiper-pagination {
    position: static;
  }
  .swiper-controls--center-center .swiper-navigation, .swiper-controls--center-left .swiper-navigation {
    display: flex;
    justify-content: space-between;
    width: 6.5625rem;
  }
  .swiper-controls--center-center .swiper-navigation .swiper-button-prev,
.swiper-controls--center-center .swiper-navigation .swiper-button-next, .swiper-controls--center-left .swiper-navigation .swiper-button-prev,
.swiper-controls--center-left .swiper-navigation .swiper-button-next {
    position: static;
    transform: none;
  }
}
.swiper-controls--navigation-pagination .swiper-navigation {
  order: -1;
}
.swiper-controls--outside {
  width: 100%;
}
.swiper-controls--outside .swiper-button-prev {
  left: -0.5rem;
}
.swiper-controls--outside .swiper-button-next {
  right: -0.5rem;
}
.swiper-controls--outside .swiper-pagination {
  left: 50%;
  transform: translateX(-50%);
}
.swiper-controls--outside.swiper--pagination-enabled {
  padding-bottom: 1.875rem;
}
.swiper-controls--outside.swiper--navigation-enabled {
  padding-left: 40px;
  padding-right: 40px;
}
@media (min-width: 768px) {
  .swiper-controls--outside .swiper-button-prev {
    left: -20px;
  }
  .swiper-controls--outside .swiper-button-next {
    right: -20px;
  }
}
@media screen and (min-width: 1280px) {
  .swiper-controls--outside .swiper-button-prev {
    left: -80px;
  }
  .swiper-controls--outside .swiper-button-next {
    right: -80px;
  }
  .swiper-controls--outside.swiper--navigation-enabled {
    padding-left: 0;
    padding-right: 0;
  }
}

/******* Template Styles ********/
/*******
 *
 * Products and Models Archive Template
 *
 *******/
.post-type-archive-products .archive__explore,
.post-type-archive-models .archive__explore,
.models-feed .archive__explore,
.blog .archive__explore {
  color: var(--primary);
  font-size: 28px;
}
@media (min-width: 1020px) {
  .post-type-archive-products .archive__explore,
.post-type-archive-models .archive__explore,
.models-feed .archive__explore,
.blog .archive__explore {
    font-size: 38px;
  }
}
.post-type-archive-products .card,
.post-type-archive-models .card,
.models-feed .card,
.blog .card {
  box-shadow: none;
  margin-bottom: 3.125rem;
}
.post-type-archive-products .card .card-body,
.post-type-archive-models .card .card-body,
.models-feed .card .card-body,
.blog .card .card-body {
  padding: 2rem 0;
}
.post-type-archive-products .card .card-body .card-subtitle,
.post-type-archive-models .card .card-body .card-subtitle,
.models-feed .card .card-body .card-subtitle,
.blog .card .card-body .card-subtitle {
  letter-spacing: 0.125em;
}
.post-type-archive-products .card .card-body .card-title,
.post-type-archive-models .card .card-body .card-title,
.models-feed .card .card-body .card-title,
.blog .card .card-body .card-title {
  font-size: 28px;
  color: #32353c;
  margin-bottom: 2rem;
}
.post-type-archive-products .card .card-body .card-text,
.post-type-archive-models .card .card-body .card-text,
.models-feed .card .card-body .card-text,
.blog .card .card-body .card-text {
  margin-bottom: 2rem;
}
.post-type-archive-products .card .card-body .card-text > :last-child,
.post-type-archive-models .card .card-body .card-text > :last-child,
.models-feed .card .card-body .card-text > :last-child,
.blog .card .card-body .card-text > :last-child {
  margin-bottom: 0;
}
.post-type-archive-products .card:last-of-type,
.post-type-archive-models .card:last-of-type,
.models-feed .card:last-of-type,
.blog .card:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 1020px) {
  .post-type-archive-products .card.blog-post,
.post-type-archive-models .card.blog-post,
.models-feed .card.blog-post,
.blog .card.blog-post {
    flex-direction: row;
  }
  .post-type-archive-products .card.blog-post .card-body,
.post-type-archive-models .card.blog-post .card-body,
.models-feed .card.blog-post .card-body,
.blog .card.blog-post .card-body {
    padding: 2rem 4rem;
  }
  .post-type-archive-products .card.blog-post .card-body .card-title,
.post-type-archive-models .card.blog-post .card-body .card-title,
.models-feed .card.blog-post .card-body .card-title,
.blog .card.blog-post .card-body .card-title {
    font-size: 38px;
  }
}

.blog-filter__taxonomy {
  position: relative;
}

@media (max-width: 575.98px) {
  .category .hero {
    padding-bottom: 15px;
  }
}

/*******
 *
 * Error 404 and Thank You Template
 *
 *******/
.error-404,
.thank-you {
  padding-top: 0 !important;
}
@media (min-width: 1020px) {
  .error-404,
.thank-you {
    height: 56.25rem;
  }
}
.error-404__header,
.thank-you__header {
  position: inherit;
  width: -moz-fit-content;
  width: fit-content;
}

.error-404 {
  background-color: #32353c;
  color: #ffffff;
}
.error-404__header {
  font-size: 9.375rem;
  border-bottom: 1px solid #ffffff;
}
@media (min-width: 768px) {
  .error-404__header {
    font-size: 12.5rem;
  }
}
@media (min-width: 1020px) {
  .error-404__header {
    font-size: 15.625rem;
  }
}

.thank-you {
  color: #32353c;
}
.thank-you__header {
  font-size: 3.4375rem;
}
@media (min-width: 768px) {
  .thank-you__header {
    font-size: 4.375rem;
  }
}
@media (min-width: 1020px) {
  .thank-you__header {
    font-size: 5.5rem;
  }
}
.thank-you__header:after {
  content: "";
  background: #32353c;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  height: 1px;
}

.gallery-header-col {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 575.98px) {
  .gallery-header-col {
    justify-content: center;
    flex-wrap: wrap;
  }
  .gallery-header-col h2,
.gallery-header-col h3,
.gallery-header-col h4 {
    text-align: center;
    width: 100%;
    padding-bottom: 6px !important;
  }
}
.gallery-header-col a {
  padding-bottom: 35px;
  text-decoration: underline;
}
.gallery-header-col a:hover {
  color: #808080;
}

.search-feed {
  color: #32353c;
}
.search-feed__result {
  border-bottom: 1px solid #32353c;
  padding-bottom: 0.5rem;
  margin: 0 0 1.5rem;
}
@media (min-width: 768px) {
  .search-feed__result {
    padding-bottom: 3rem;
    margin: 0 0 4rem;
  }
}
.search-feed__search {
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .search-feed__search {
    max-width: 50%;
  }
}
@media (min-width: 1370px) {
  .search-feed__search {
    max-width: 30%;
  }
}
.search-feed__pagination {
  margin-top: 3rem;
}

.searchform .input-group--overlay {
  position: relative;
}
.searchform .input-group--overlay .input-group-prepend,
.searchform .input-group--overlay .input-group-append {
  position: absolute;
  z-index: 3;
  height: calc( 100% - 2px );
  top: 1px;
}
.searchform .input-group--overlay .input-group-prepend label,
.searchform .input-group--overlay .input-group-append label {
  cursor: pointer;
}
.searchform .input-group--overlay .input-group-prepend .input-group-text,
.searchform .input-group--overlay .input-group-append .input-group-text {
  background-color: transparent;
}
.searchform .input-group--overlay .input-group-prepend [class*=btn],
.searchform .input-group--overlay .input-group-prepend .input-group-text,
.searchform .input-group--overlay .input-group-append [class*=btn],
.searchform .input-group--overlay .input-group-append .input-group-text {
  border: none;
}
.searchform .input-group--overlay .input-group-prepend {
  left: 1px;
}
.searchform .input-group--overlay .input-group-append {
  align-items: center;
  right: 1px;
}
.searchform .input-group--overlay .input-group-append [class*=btn] {
  height: -moz-fit-content;
  height: fit-content;
  padding: 0;
  margin-right: 20px;
  background-color: transparent;
}
.searchform .input-group--overlay .form-control, .searchform .input-group--overlay input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):not([type=range]),
.searchform .input-group--overlay textarea {
  position: relative;
  z-index: 1;
  padding-left: 3rem !important;
  padding-right: 3rem !important;
  font-family: playfair-display, serif;
  background-color: #f1f1f1;
  border: none;
}
.searchform .input-group--overlay .form-control::-moz-placeholder, .searchform .input-group--overlay input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):not([type=range])::-moz-placeholder, .searchform .input-group--overlay textarea::-moz-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #32353c;
  opacity: 1; /* Firefox */
}
.searchform .input-group--overlay .form-control::placeholder, .searchform .input-group--overlay input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):not([type=range])::placeholder,
.searchform .input-group--overlay textarea::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #32353c;
  opacity: 1; /* Firefox */
}
.searchform .input-group--overlay .form-control:input-placeholder, .searchform .input-group--overlay input:input-placeholder:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):not([type=range]),
.searchform .input-group--overlay textarea:input-placeholder { /* Internet Explorer 10-11 */
  color: #32353c;
}
.searchform .input-group--overlay .form-control::input-placeholder, .searchform .input-group--overlay input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):not([type=range])::input-placeholder,
.searchform .input-group--overlay textarea::input-placeholder { /* Microsoft Edge */
  color: #32353c;
}
.searchform .input-group--overlay .form-control::-webkit-search-cancel-button, .searchform .input-group--overlay input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):not([type=range])::-webkit-search-cancel-button,
.searchform .input-group--overlay textarea::-webkit-search-cancel-button {
  filter: grayscale(1);
}
.searchform .input-group--overlay .form-control::-webkit-search-cancel-button:hover, .searchform .input-group--overlay input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):not([type=range])::-webkit-search-cancel-button:hover,
.searchform .input-group--overlay textarea::-webkit-search-cancel-button:hover {
  cursor: pointer;
}

.single .post p {
  margin-bottom: 1.5rem;
}
.single .post img,
.single .post figure {
  max-width: 100%;
}
.single .post img.alignleft, .single .post img.alignright,
.single .post figure.alignleft,
.single .post figure.alignright {
  margin: 20px 0;
  display: block;
  float: none;
}
.single .entry-meta {
  margin-top: 5.625rem;
}
.single .entry-meta .entry-meta-posted-on {
  font-size: 0.875rem;
}
.single .entry-meta .entry-meta-posted-on a {
  color: var(--black);
}
.single .entry-meta .entry-meta-share a {
  margin-right: 0.625rem;
  color: var(--black);
}
.single .entry-meta .entry-meta-share a:hover {
  color: var(--primary);
}
@media (min-width: 576px) {
  .single .entry-meta .entry-meta-share a {
    margin-right: 0.9375rem;
  }
}
.single [class*="--related-posts-"] .image-wrapper {
  height: 14.375rem;
}
.single--one .related-posts__header, .single--three .related-posts__header {
  border-top: 1px solid #d7dcde;
}
.single--two .hero-single .hero__pre-header {
  color: var(--primary);
}
.single--two .hero-single__header {
  line-height: 1.1;
}
@media (min-width: 768px) and (max-width: 1019.98px) {
  .single--two .hero-single__header {
    font-size: 3.125rem;
  }
}
.single--two .hero-single__image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 575.98px) {
  .single--two .hero-single__image {
    background-image: none !important;
  }
}
@media (min-width: 1020px) {
  .single--two .hero-single__image {
    min-height: 34.375rem;
  }
}
@media (min-width: 1370px) {
  .single--two .hero-single__image {
    min-height: 37.5rem;
  }
}
.single--three .hero__pre-header {
  color: var(--primary);
}
.single--three .hero .jumbotron {
  padding-bottom: 8.125rem;
}
@media (min-width: 768px) {
  .single--three .hero .jumbotron {
    padding-bottom: 13.75rem;
  }
}
@media (min-width: 1020px) {
  .single--three .hero .jumbotron {
    padding-bottom: 16.25rem;
  }
}
.single--three .single__post {
  margin-top: -6.25rem;
}
@media (min-width: 768px) {
  .single--three .single__post {
    margin-top: -10.625rem;
  }
}
@media (min-width: 1020px) {
  .single--three .single__post {
    margin-top: -13.4375rem;
  }
}

/*********
Style Guide
**********/
@media (min-width: 768px) {
  .style-guide {
    display: flex;
  }
}
@media (max-width: 1800px) {
  .style-guide__container {
    max-width: 880px;
  }
}
.style-guide__sidebar {
  margin: 1rem;
  background-color: var(--gray-100);
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .style-guide__sidebar {
    max-width: 510px;
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .style-guide__sidebar {
    flex: 1 0 12.5rem;
    align-self: start;
    width: 12.5rem;
    position: sticky;
    top: 0;
    left: 0;
    height: 100vh;
    margin: 0;
  }
  .style-guide__sidebar-inner {
    position: relative;
    max-height: 100vh;
  }
}
@media (min-width: 1020px) {
  .style-guide__sidebar {
    flex: 0 0 18.75rem;
    width: 18.75rem;
  }
}
.style-guide__sidebar header {
  border-bottom: 1px solid #d7dcde;
}
@media (min-width: 768px) and (max-width: 1019.98px) {
  .style-guide__sidebar header {
    font-size: 1rem !important;
  }
}
.style-guide__nav {
  max-height: calc(100vh - 112px);
  overflow-y: auto;
}
.style-guide__nav .nav-link {
  border-bottom: 1px solid #d7dcde;
  font-size: 0.875rem;
  font-weight: 700;
  padding: 0.6rem;
  width: 100%;
  justify-content: space-between;
}
@media (min-width: 768px) and (max-width: 1019.98px) {
  .style-guide__nav .nav-link {
    font-size: 0.875rem;
  }
}
@media (min-width: 1020px) {
  .style-guide__nav .nav-link {
    padding-left: 1.5rem;
    padding-right: 1rem;
  }
}
.style-guide__nav .nav-link:not(:hover) {
  color: var(--dark);
}
.style-guide__nav .nav-link:hover, .style-guide__nav .nav-link.active {
  color: var(--white);
  background-color: var(--black);
}
.style-guide__nav .nav-link:hover i, .style-guide__nav .nav-link.active i {
  color: var(--white);
}
.style-guide__nav i {
  float: right;
  line-height: 1.5;
  color: var(--black);
}
.style-guide__sub-nav {
  border-bottom: 1px solid #d7dcde;
  background-color: var(--white);
  width: 100%;
}
.style-guide__sub-nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0.75rem;
}
@media (min-width: 1020px) {
  .style-guide__sub-nav ul {
    padding: 1rem;
  }
}
@media (min-width: 1370px) {
  .style-guide__sub-nav ul {
    padding: 1rem 2rem;
  }
}
.style-guide__sub-nav ul li a {
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.1rem 0;
}
@media (min-width: 768px) and (max-width: 1019.98px) {
  .style-guide__sub-nav ul li a {
    font-size: 0.875rem;
  }
}
.style-guide__sub-nav ul li a:not(:hover) {
  color: #32353c;
}
.style-guide__intro {
  padding: 0;
}
@media (max-width: 575.98px) {
  .style-guide__intro p {
    font-size: 1rem;
  }
}
.style-guide__intro p:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .style-guide__content {
    flex-grow: 1;
    flex-basis: 0;
    width: calc( 100vw - 12.5rem );
  }
}
@media (min-width: 1020px) {
  .style-guide__content {
    width: calc( 100vw - 18.75rem );
  }
}
@media (min-width: 1370px) {
  .style-guide__content {
    width: calc( 100vw - 23.4375rem );
  }
}
.style-guide__content article {
  padding: 1rem 0;
}
@media (min-width: 1020px) and (max-width: 1369.98px) {
  .style-guide__content article {
    padding: 3rem 0;
  }
}
.style-guide__content figure .wp-caption-text {
  background: none;
  border: none;
  text-align: left;
  color: #32353c;
  margin: 0.75rem 0 0;
  padding: 0;
}

/*****************
Color Component
******************/
.sg-color {
  height: 100%;
  padding: 0.75rem;
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  .sg-color {
    padding: 1.2rem;
    height: 12rem;
  }
}
.sg-color > span {
  height: 100%;
}

/*****************
Icons Component
******************/
.sg-icon {
  text-align: center;
  transition: all 0.35s;
  padding: 2rem 0.5rem;
}
.sg-icon i {
  margin-bottom: 1.2rem;
  transition: all 0.35s;
  display: block;
  font-size: 1.375rem;
}
.sg-icon span {
  transition: all 0.35s;
  display: block;
  font-size: 0.875rem;
}
.sg-icon:hover {
  background-color: var(--primary);
  cursor: pointer;
}
.sg-icon:hover span,
.sg-icon:hover i {
  color: var(--white);
}

.sg-grid [class*=col-] > span,
.sg-grid [class^=col-] > span {
  text-align: center;
  display: block;
  background-color: var(--gray-500);
}

.sg-example {
  position: relative;
  padding: 4.5rem 40px 20px;
  margin: 0 -20px 1.5rem;
  box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.05);
  border-color: var(--gray-200);
  border-style: solid;
  border-width: 1px 0 0;
}
.sg-example:after {
  font-size: 0.875rem;
  content: "Example";
  position: absolute;
  top: 1rem;
  left: 40px;
  color: var(--gray-500);
  text-transform: uppercase;
  letter-spacing: 1px;
}
.sg-example + .sg-code {
  margin-top: -1.6rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .sg-example {
    margin-left: 0;
    margin-right: 0;
    border-width: 1px;
    box-shadow: none;
  }
  .sg-example + .sg-code {
    margin-left: 0;
    margin-right: 0;
    border-width: 1px;
  }
}

.sg-code {
  margin-left: -20px;
  margin-right: -20px;
}
@media (min-width: 768px) {
  .sg-code {
    margin-left: 0;
    margin-right: 0;
  }
}

pre {
  font-size: 0.875rem;
  background: var(--gray-100);
  color: var(--gray-600);
  font-weight: 300;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  display: block;
  padding: 40px;
  word-break: break-all;
  word-wrap: normal;
  white-space: pre;
  border: 1px solid #d7dcde;
}

code,
kbd,
tt,
var {
  font-size: 0.875rem;
  background-color: var(--gray-100);
  display: inline-block;
  padding: 1px 4px;
  color: #d84861;
  font-weight: 700;
}
