/*
Theme Name:   Roam Child
Theme URI:    https://generatepress.com
Description:  Default GeneratePress child theme
Author:       Tom Usborne
Author URI:   https://tomusborne.com
Template:     generatepress
Version:      0.1
*/
/*!***********************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./scss/components.scss ***!
  \***********************************************************************************************************************************************************************/
header.site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  max-width: 100%;
  transition: 0.3s all ease-in-out;
}
.admin-bar header.site-header {
  top: 32px;
}
@media screen and (max-width: 783px) {
  .admin-bar header.site-header {
    top: 46px;
  }
}
header.site-header.is-sticky {
  background-color: rgba(255, 255, 255, 0.95);
}
@media only screen and (max-width: 767px) {
  header.site-header .site-logo {
    max-width: 150px;
  }
}
header.site-header > .inside-header.grid-container {
  box-sizing: content-box;
}
header.site-header #site-navigation {
  width: 100%;
  margin-left: 0;
}
header.site-header #site-navigation .inside-navigation {
  margin-right: 0;
}
header.site-header #site-navigation .main-nav {
  width: 100%;
}
header.site-header #site-navigation .main-nav .menu-item:first-child {
  margin-left: auto;
}
header.site-header #site-navigation .main-nav .menu-item.button-primary {
  margin-left: auto;
}
@media only screen and (max-width: 1200px) {
  header.site-header:before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--background-tertiary);
    z-index: 1000;
    opacity: 0;
  }
  .mobile-menu-open header.site-header:before {
    opacity: 0;
    transition: opacity 0.75s ease;
  }
  .mobile-menu-open header.site-header.is-sticky {
    background-color: transparent;
  }
}

.wp-block-buttons .wp-block-button .wp-block-button__link {
  padding: 17px 25px 17px;
  border-radius: 2em;
  background-color: var(--button-background-primary);
  border: 1px solid var(--border-secondary);
  color: var(--button-text-primary);
  transition: 0.3s all ease-in-out;
  line-height: 17px;
  position: relative;
  display: flex;
  text-transform: uppercase;
  align-items: center;
}
.wp-block-buttons .wp-block-button .wp-block-button__link svg {
  height: 20px;
}
.wp-block-buttons .wp-block-button .wp-block-button__link svg path, .wp-block-buttons .wp-block-button .wp-block-button__link svg rect {
  transition: fill 0.3s ease-in-out;
}
.wp-block-buttons .wp-block-button .wp-block-button__link svg:not(.back) {
  margin-left: 44px;
}
.wp-block-buttons .wp-block-button .wp-block-button__link svg.back {
  margin-right: 20px;
}
.wp-block-buttons .wp-block-button .wp-block-button__link svg.tick path {
  stroke: var(--button-text-primary);
  transition: fill 0.3s ease-in-out;
}
.wp-block-buttons .wp-block-button .wp-block-button__link:hover {
  background-color: var(--button-background-primary-hover);
  color: var(--button-text-primary-hover);
}
.wp-block-buttons .wp-block-button .wp-block-button__link:hover svg:not(.tick) path, .wp-block-buttons .wp-block-button .wp-block-button__link:hover svg:not(.tick) rect {
  fill: var(--button-text-primary-hover);
}
.wp-block-buttons .wp-block-button .wp-block-button__link:hover svg.tick {
  stroke: var(--button-text-primary-hover);
}
.wp-block-buttons .wp-block-button .wp-block-button__link:hover svg.tick path {
  stroke: var(--button-text-primary-hover);
}

button {
  padding: 0;
}
button.primary.active a, button.primary.active span {
  background-color: var(--button-background-primary-hover);
  color: var(--button-text-primary-hover);
}
button.primary.active a svg:not(.tick) path, button.primary.active a svg:not(.tick) rect, button.primary.active span svg:not(.tick) path, button.primary.active span svg:not(.tick) rect {
  fill: var(--button-text-primary-hover);
}
button.primary.active a svg.tick path, button.primary.active span svg.tick path {
  stroke: var(--button-text-primary-hover);
}
button.primary a, button.primary span {
  padding: 17px 25px 17px;
  border-radius: 2em;
  background-color: var(--button-background-primary);
  border: 1px solid var(--border-secondary);
  color: var(--button-text-primary);
  transition: 0.3s all ease-in-out;
  line-height: 17px;
  position: relative;
  display: flex;
  align-items: center;
}
button.primary a svg, button.primary span svg {
  height: 20px;
}
button.primary a svg path, button.primary a svg rect, button.primary span svg path, button.primary span svg rect {
  transition: fill 0.3s ease-in-out;
}
button.primary a svg:not(.back), button.primary span svg:not(.back) {
  margin-left: 44px;
}
button.primary a svg.back, button.primary span svg.back {
  margin-right: 20px;
}
button.primary a svg.tick path, button.primary span svg.tick path {
  stroke: var(--button-text-primary);
  transition: 0.3s all ease-in-out;
}
button.primary a:hover, button.primary span:hover {
  background-color: var(--button-background-primary-hover);
  color: var(--button-text-primary-hover);
}
button.primary a:hover svg:not(.tick) path, button.primary a:hover svg:not(.tick) rect, button.primary span:hover svg:not(.tick) path, button.primary span:hover svg:not(.tick) rect {
  fill: var(--button-text-primary-hover);
}
button.primary a:hover svg.tick path, button.primary span:hover svg.tick path {
  stroke: var(--button-text-primary-hover);
}
button#load-more {
  margin: 90px auto 0px;
  display: block;
}

@media screen and (max-width: 450px) {
  button.primary a svg:not(.back), button.primary span svg:not(.back) {
    margin-left: auto;
  }
}
#site-navigation .main-nav .menu-item a {
  font-family: Nunito Sans;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
  text-transform: uppercase;
  padding-left: 35px;
  padding-right: 35px;
}
#site-navigation .main-nav .menu-item:last-child a {
  padding-right: 0;
}
#site-navigation .main-nav .menu-item.button-primary a {
  display: block;
  background-color: transparent;
  border: 1px solid var(--button-text-primary);
  color: var(--button-text-primary);
  padding: 18px 30px;
  border-radius: 180px;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
  text-align: center;
  transition: all 0.3s ease;
}
#site-navigation .main-nav .menu-item.button-primary a:hover {
  background-color: var(--button-text-primary);
  color: var(--text-tertiary);
}
@media screen and (max-width: 1700px) {
  #site-navigation .main-nav .menu-item a {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 1560px) {
  #site-navigation .main-nav .menu-item a {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 1400px) {
  #site-navigation .main-nav .menu-item a {
    font-size: 18px;
    line-height: 23px;
    padding-left: 10px;
    padding-right: 10px;
  }
  #site-navigation .main-nav .menu-item.button-primary a {
    padding: 14px 25px;
    border-radius: 180px;
    font-size: 18px;
    line-height: 18px;
  }
}

#mobile-menu-control-wrapper {
  box-sizing: border-box;
}
#mobile-menu-control-wrapper .menu-toggle {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid var(--button-text-primary);
  padding: 0px 5px 3px;
}
#mobile-menu-control-wrapper .menu-toggle svg {
  fill: var(--button-text-primary);
}

.mobile-menu-open {
  overflow: hidden;
}
.mobile-menu-open body {
  overflow: hidden;
}

@media only screen and (max-width: 1200px) {
  .has-inline-mobile-toggle .site-logo, .has-inline-mobile-toggle #mobile-menu-control-wrapper {
    position: relative;
    z-index: 1000;
  }
  .has-inline-mobile-toggle #site-navigation {
    display: block;
    height: 0;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: rgba(255, 255, 255, 0.95);
    margin: 0;
    padding: 0;
    overflow: hidden;
    transition: 0.5s height ease;
  }
  .has-inline-mobile-toggle #site-navigation.toggled {
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.95);
    margin: 0;
    overflow-y: auto;
  }
}
@media only screen and (max-width: 1200px) and (max-width: 1200px) {
  .has-inline-mobile-toggle #site-navigation.toggled {
    height: calc(100vh - 32px);
  }
}
@media only screen and (max-width: 1200px) and (max-width: 783px) {
  .admin-bar .has-inline-mobile-toggle #site-navigation.toggled {
    height: calc(100vh - 46px);
  }
}
@media only screen and (max-width: 1200px) {
  .has-inline-mobile-toggle #site-navigation .main-nav {
    margin: 105px 20px 30px;
  }
  .has-inline-mobile-toggle #site-navigation .main-nav .menu {
    display: flex;
    flex-direction: column;
  }
  .has-inline-mobile-toggle #site-navigation .main-nav .menu .menu-item {
    width: 100%;
    order: 2;
  }
  .has-inline-mobile-toggle #site-navigation .main-nav .menu .menu-item a {
    font-size: 28px;
    font-weight: 400;
    line-height: 28px;
    padding: 20px 0px;
    transition: all 0.5s ease;
  }
  .has-inline-mobile-toggle #site-navigation .main-nav .menu .menu-item:last-child {
    border-top: 1px solid var(--border-primary);
    margin-top: 20px;
  }
  .has-inline-mobile-toggle #site-navigation .main-nav .menu .menu-item:last-child a {
    font-size: 20px;
    line-height: 20px;
    padding-top: 40px;
  }
  .has-inline-mobile-toggle #site-navigation .main-nav .menu .menu-item:not(.button-primary) a {
    display: flex;
    align-items: center;
    position: relative;
  }
  .has-inline-mobile-toggle #site-navigation .main-nav .menu .menu-item:not(.button-primary) a::before {
    content: "";
    display: block;
    width: 0;
    height: 1px;
    background-color: var(--text-secondary);
    margin-right: 10px;
    transition: all 0.5s ease;
  }
  .has-inline-mobile-toggle #site-navigation .main-nav .menu .menu-item:not(.button-primary).current-menu-item a, .has-inline-mobile-toggle #site-navigation .main-nav .menu .menu-item:not(.button-primary):hover a, .has-inline-mobile-toggle #site-navigation .main-nav .menu .menu-item:not(.button-primary):focus a {
    color: var(--text-secondary);
  }
  .has-inline-mobile-toggle #site-navigation .main-nav .menu .menu-item:not(.button-primary).current-menu-item a::before, .has-inline-mobile-toggle #site-navigation .main-nav .menu .menu-item:not(.button-primary):hover a::before, .has-inline-mobile-toggle #site-navigation .main-nav .menu .menu-item:not(.button-primary):focus a::before {
    width: 40px;
  }
  .has-inline-mobile-toggle #site-navigation .main-nav .menu .button-primary {
    margin-bottom: 20px;
    order: 1;
  }
  .has-inline-mobile-toggle #site-navigation .main-nav .menu .button-primary a {
    font-size: 20px;
    line-height: 16px;
  }
}

.svg-animated-gradient-wrapper {
  position: relative;
  overflow: hidden;
  max-width: 800px;
}
.svg-animated-gradient-wrapper .svg-animated-gradient {
  background: -webkit-linear-gradient(0deg, #4477FA, #EB7DFA, #0DE6E0, #4477FA, #EB7DFA, #0DE6E0, #4477FA);
  animation: logoGradientAnimation 5s linear forwards infinite;
  width: 200%;
  height: calc(100% - 1px);
  position: absolute;
  z-index: 0;
  top: 0;
}
.svg-animated-gradient-wrapper svg {
  position: relative;
  display: block;
  width: calc(100% + 1px);
}
.svg-animated-gradient-wrapper svg path {
  fill: var(--background-primary);
}

@keyframes logoGradientAnimation {
  0% {
    right: 0%;
  }
  100% {
    right: -100%;
  }
}
.post-filter-outer {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.post-filter-outer button {
  margin-bottom: 10px;
}
.post-filter-outer button:not(.active) .tick {
  display: none;
}
.post-filter-outer button.active .addition {
  display: none;
}
.post-filter-outer button:not(:last-child) {
  margin-right: 20px;
}

@media screen and (max-width: 450px) {
  .post-filter-outer button.primary {
    width: 100%;
    margin-right: 0;
  }
  .post-filter-outer button.primary svg {
    margin-left: auto;
  }
}
.post-archive-outer {
  display: flex;
  flex-wrap: wrap;
  column-gap: 40px;
  row-gap: 40px;
}
.post-archive-outer .post-outer {
  width: calc(33.3333333333% - 27px);
}
.post-archive-outer .post-outer:first-child {
  width: calc(50% - 20px);
}
.post-archive-outer .post-outer:nth-child(2) {
  width: calc(50% - 20px);
}
.post-archive-outer .post-outer .post-content .meta {
  font-size: 0.7rem;
  display: flex;
  justify-content: space-between;
  margin: 5px 0;
  margin: 18px 0px 15px;
}
.post-archive-outer .post-outer .post-content h3 {
  margin-bottom: 15px;
}
.post-archive-outer .post-outer .post-content p {
  line-height: 1.4;
  margin-bottom: 0;
  color: var(--text-primary);
}
.post-archive-outer .post-outer .image-wrapper {
  overflow: hidden;
  border-radius: 20px;
  line-height: 0;
}
.post-archive-outer .post-outer .image-wrapper img {
  height: 414px;
  border-radius: 20px;
  width: 100%;
  object-fit: cover;
  object-position: center;
  transition: scale 0.4s ease-in-out;
}
@media screen and (max-width: 1480px) {
  .post-archive-outer .post-outer .image-wrapper img {
    height: 360px;
  }
}
@media screen and (max-width: 1200px) {
  .post-archive-outer .post-outer .image-wrapper img {
    height: 280px;
  }
}
@media screen and (max-width: 1080px) {
  .post-archive-outer .post-outer .image-wrapper img {
    height: 220px;
  }
}
.post-archive-outer .post-outer:hover img {
  scale: 1.06;
}
.post-archive-outer .post-outer:not(.post-archive-outer .post-outer:first-child, .post-archive-outer .post-outer:nth-child(2)) {
  background-color: var(--background-primary);
  border-radius: 20px;
  padding: 0 20px 26px;
}
.post-archive-outer .post-outer:not(.post-archive-outer .post-outer:first-child, .post-archive-outer .post-outer:nth-child(2)) .image-wrapper {
  overflow: hidden;
  border-radius: 20px;
  width: calc(100% + 40px);
  max-width: unset;
  left: -20px;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .post-archive-outer .post-outer:not(.post-archive-outer .post-outer:first-child, .post-archive-outer .post-outer:nth-child(2)) {
    padding: 0 10px 26px;
  }
  .post-archive-outer .post-outer:not(.post-archive-outer .post-outer:first-child, .post-archive-outer .post-outer:nth-child(2)) .image-wrapper {
    width: calc(100% + 20px);
    left: -10px;
  }
}

@media screen and (max-width: 781px) {
  .post-archive-outer {
    column-gap: 20px;
  }
  .post-archive-outer .post-outer {
    width: calc(50% - 10px);
  }
  .post-archive-outer .post-outer:first-child {
    width: calc(50% - 10px);
  }
  .post-archive-outer .post-outer:nth-child(2) {
    width: calc(50% - 10px);
  }
  .post-archive-outer .post-outer .image-wrapper img {
    height: 235px;
  }
}
@media screen and (max-width: 600px) {
  .post-archive-outer {
    column-gap: 20px;
  }
  .post-archive-outer .post-outer {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 480px) {
  .post-archive-outer {
    column-gap: 0px;
  }
  .post-archive-outer .post-outer {
    width: 100%;
  }
  .post-archive-outer .post-outer:first-child {
    width: 100%;
  }
  .post-archive-outer .post-outer:nth-child(2) {
    width: 100%;
  }
  .post-archive-outer ~ #load-more {
    width: 100%;
  }
}
#footer-banner .wp-block-group__inner-container {
  padding: 0;
}
#footer-banner .wp-block-group__inner-container > .wp-block-columns {
  height: 728px;
  gap: 25px;
}
#footer-banner .wp-block-group__inner-container > .wp-block-columns > .wp-block-column {
  height: 100%;
}
#footer-banner .wp-block-cover {
  height: 728px;
  border-radius: 20px;
  padding: 38px 0px 38px 35px;
}
#footer-banner .wp-block-cover .wp-block-cover__inner-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
#footer-banner .contact-container {
  background-color: var(--background-secondary);
  border-radius: 20px;
  overflow: hidden;
}
#footer-banner .contact-container .wp-block-buttons .wp-block-button {
  width: 100%;
  max-width: 250px;
}
#footer-banner .contact-container .wp-block-buttons .wp-block-button a svg {
  margin-left: auto;
}
#footer-banner .contact-container > .wp-block-columns {
  height: 100%;
  gap: unset;
}
#footer-banner .contact-container > .wp-block-columns .wp-block-column:not(:last-child) {
  padding: 38px 35px 38px 35px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#footer-banner .contact-container > .wp-block-columns .wp-block-column figure {
  height: 100%;
  margin-bottom: 0;
}
#footer-banner .contact-container > .wp-block-columns .wp-block-column figure img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
  overflow: hidden;
}

@media screen and (max-width: 1120px) {
  #footer-banner .wp-block-group__inner-container > .wp-block-columns {
    height: 600px;
    gap: 15px;
  }
  #footer-banner .wp-block-group__inner-container > .wp-block-columns h5 {
    font-size: 1.8rem;
  }
  #footer-banner .wp-block-cover {
    height: 600px;
    padding: 28px 15px 28px 15px;
  }
  #footer-banner .contact-container > .wp-block-columns .wp-block-column:not(:last-child) {
    padding: 28px 15px 28px 15px;
  }
}
@media screen and (max-width: 850px) {
  #footer-banner .wp-block-group__inner-container > .wp-block-columns {
    height: auto;
    flex-direction: column;
  }
  #footer-banner .wp-block-group__inner-container > .wp-block-columns img {
    max-height: 480px;
  }
  #footer-banner .wp-block-cover {
    height: 450px;
  }
}
@media screen and (max-width: 781px) {
  #footer-banner .contact-container > .wp-block-columns {
    flex-wrap: nowrap !important;
  }
}
@media screen and (max-width: 550px) {
  #footer-banner .contact-container > .wp-block-columns {
    flex-direction: column-reverse;
  }
  #footer-banner .contact-container > .wp-block-columns h5 {
    margin-bottom: 40px;
  }
  #footer-banner .contact-container > .wp-block-columns .wp-block-buttons .wp-block-button {
    max-width: 100%;
  }
}
.wp-block-group.latest-posts {
  border-radius: 20px;
}
.wp-block-group.latest-posts .wp-block-group__inner-container {
  padding: 63px 45px 61px;
}
.wp-block-group.latest-posts .wp-block-group__inner-container .wp-block-query > ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 40px;
}
.wp-block-group.latest-posts .wp-block-group__inner-container .wp-block-query > ul li {
  background-color: var(--background-primary);
  border-radius: 20px;
  padding: 0 20px 26px;
  position: relative;
}
.wp-block-group.latest-posts .wp-block-group__inner-container .wp-block-query > ul li .wp-block-group a, .wp-block-group.latest-posts .wp-block-group__inner-container .wp-block-query > ul li .wp-block-group time, .wp-block-group.latest-posts .wp-block-group__inner-container .wp-block-query > ul li .wp-block-group span {
  font-size: 0.7rem;
  color: var(--link);
}
.wp-block-group.latest-posts .wp-block-group__inner-container .wp-block-query > ul li .wp-block-post-title {
  margin: 8px 0 15px 0;
}
.wp-block-group.latest-posts .wp-block-group__inner-container .wp-block-query > ul li .wp-block-post-excerpt p {
  line-height: 1.4;
}
.wp-block-group.latest-posts .wp-block-group__inner-container .wp-block-query > ul li .wp-block-post-featured-image {
  overflow: hidden;
  border-radius: 20px;
  height: 414px;
  width: calc(100% + 40px);
  max-width: unset;
  left: -20px;
  position: relative;
  margin-bottom: 5px;
}
.wp-block-group.latest-posts .wp-block-group__inner-container .wp-block-query > ul li .wp-block-post-featured-image img {
  height: 100%;
  transition: scale 0.4s ease-in-out;
}
.wp-block-group.latest-posts .wp-block-group__inner-container .wp-block-query > ul li:hover img {
  scale: 1.07;
}
.wp-block-group.latest-posts .wp-block-group__inner-container .wp-block-query > ul li .wp-block-post-excerpt__more-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  border-radius: 20px;
  font-size: 0;
  opacity: 0;
}

.latest-posts .post-meta {
  margin: 13px 0px 15px;
}

@media screen and (max-width: 1200px) {
  .wp-block-group.latest-posts .wp-block-group__inner-container {
    padding: 63px 33px 61px;
  }
  .wp-block-group.latest-posts .wp-block-group__inner-container .wp-block-query > ul {
    column-gap: 20px;
  }
  .wp-block-group.latest-posts .wp-block-group__inner-container .wp-block-query > ul li {
    padding: 0 10px 26px;
  }
  .wp-block-group.latest-posts .wp-block-group__inner-container .wp-block-query > ul li > .wp-block-group {
    display: block;
  }
  .wp-block-group.latest-posts .wp-block-group__inner-container .wp-block-query > ul li > .wp-block-group .wp-block-post-date {
    display: flex;
  }
  .wp-block-group.latest-posts .wp-block-group__inner-container .wp-block-query > ul li .wp-block-post-featured-image {
    height: auto;
    width: calc(100% + 20px);
    left: -10px;
  }
  .wp-block-group.latest-posts .wp-block-group__inner-container .wp-block-query > ul li .wp-block-post-featured-image img {
    height: 280px;
    width: calc(100% + 20px);
    left: -10px;
  }
}
@media screen and (max-width: 781px) {
  .wp-block-group.latest-posts {
    width: calc(100% + 24px);
    left: -12px;
    position: relative;
    border-radius: 0;
  }
  .wp-block-group.latest-posts .wp-block-group__inner-container {
    padding: 40px 12px 40px;
  }
  .wp-block-group.latest-posts .wp-block-group__inner-container .wp-block-query > ul {
    grid-template-columns: 1fr;
    row-gap: 40px;
    padding: 0;
  }
  .wp-block-group.latest-posts .wp-block-group__inner-container .wp-block-query > ul li > .wp-block-group {
    display: flex;
  }
}
@media screen and (max-width: 650px) {
  .wp-block-group.latest-posts .wp-block-group__inner-container .wp-block-query > ul li .wp-block-post-featured-image {
    height: 225px;
  }
  .wp-block-group.latest-posts .wp-block-group__inner-container .wp-block-query > ul li .wp-block-post-featured-image img {
    height: 225px;
  }
}
body .team-cards-outer {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
body .team-cards-outer .wp-block-column > .wp-block-columns {
  margin-bottom: 0;
  border-radius: 20px;
  height: 100%;
  padding: 42px 126px;
}
body .team-cards-outer .wp-block-column > .wp-block-columns h5 {
  margin-bottom: 5px;
}
body .team-cards-outer .wp-block-column > .wp-block-columns .wp-block-image {
  margin-bottom: 40px;
}
body .team-cards-outer .wp-block-column > .wp-block-columns .wp-block-column p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 1600px) {
  body .team-cards-outer .wp-block-column > .wp-block-columns {
    padding: 42px 50px;
  }
}
@media screen and (max-width: 1080px) {
  body .team-cards-outer {
    grid-template-columns: 1fr;
  }
  body .team-cards-outer .wp-block-column > .wp-block-columns {
    padding: 42px 50px;
  }
}
@media screen and (max-width: 600px) {
  body .team-cards-outer .wp-block-column > .wp-block-columns {
    display: flex;
    flex-direction: column;
    padding: 35px 20px;
  }
  body .team-cards-outer .wp-block-column > .wp-block-columns .wp-block-image:first-child {
    margin-bottom: 20px;
  }
  body .team-cards-outer .wp-block-column > .wp-block-columns .wp-block-image:last-child {
    margin-bottom: 0px;
  }
}
.featured-home-banner {
  display: block;
}
.featured-home-banner .wp-block-group__inner-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.featured-home-banner .image-section {
  display: block;
  margin-bottom: -10%;
  position: relative;
  z-index: 1;
}
.featured-home-banner .content-section {
  display: block;
  position: relative;
  z-index: 2;
  padding: 100px 120px;
  margin: 0 auto;
}
.featured-home-banner .content-section .wp-block-group__inner-container {
  padding: 0;
}
@media only screen and (max-width: 1080px) {
  .featured-home-banner .content-section {
    padding: 50px 30px;
  }
}
@media only screen and (max-width: 781px) {
  .featured-home-banner .content-section {
    padding: 16px 12px;
    max-width: calc(100% - 10px);
  }
}

.home-roam-tech-section .wp-block-columns {
  padding: 100px 120px;
  border-radius: 20px;
  position: relative;
}
.home-roam-tech-section .wp-block-columns .mobile-image {
  width: 100% !important;
  height: auto !important;
}
@media only screen and (min-width: 1081px) {
  .home-roam-tech-section .wp-block-columns .desktop-image {
    display: block;
  }
  .home-roam-tech-section .wp-block-columns .mobile-image {
    display: none;
  }
}
@media only screen and (max-width: 1080px) and (min-width: 782px) {
  .home-roam-tech-section .wp-block-columns {
    padding: 40px 20px 20px;
  }
  .home-roam-tech-section .wp-block-columns .desktop-image {
    display: none;
  }
  .home-roam-tech-section .wp-block-columns .mobile-image {
    display: block;
  }
}
@media only screen and (max-width: 781px) {
  .home-roam-tech-section .wp-block-columns {
    padding: 40px 20px 20px;
  }
  .home-roam-tech-section .wp-block-columns .desktop-image {
    display: block;
  }
  .home-roam-tech-section .wp-block-columns .mobile-image {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  .home-roam-tech-section .wp-block-columns .desktop-image {
    display: none;
  }
  .home-roam-tech-section .wp-block-columns .mobile-image {
    display: block;
    margin-left: -20px;
    width: calc(100% + 40px) !important;
    max-width: unset;
  }
}

@media screen and (max-width: 600px) {
  .schedule-demo-callout .wp-block-buttons > .wp-block-button {
    width: 100%;
    margin: 0 15px;
  }
  .schedule-demo-callout .wp-block-buttons > .wp-block-button .wp-block-button__link svg:not(.back) {
    margin-left: auto;
  }
}
.single-post #main {
  padding-top: 100px;
}
.single-post #main .article-header {
  display: grid;
  grid-template-columns: 360px 1fr;
  margin-bottom: 30px;
}
.single-post #main .article-header h3 {
  font-size: 0.75rem;
  line-height: 1.85;
  color: var(--text-secondary);
  margin-bottom: 10px;
}
.single-post #main .article-header h1 {
  line-height: 1.1;
}
.single-post #main .article-header .time-category-wrapper {
  display: flex;
  justify-content: space-between;
}
.single-post #main .article-header .time-category-wrapper p {
  font-size: 0.75rem;
}
.single-post #main .article-header .time-category-wrapper p:first-child {
  color: var(--text-secondary);
}
.single-post #main .article-content {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  background-color: var(--background-tertiary);
  padding: 70px 40px;
  border-radius: 20px;
}
.single-post #main .article-content .featured-image {
  display: none;
}
.single-post #main .article-content .entry-content {
  margin-top: 0;
}
.single-post #main .article-content .entry-meta {
  display: none;
}
.single-post #main .wp-block-image img {
  border-radius: 20px;
  margin-bottom: 30px;
}
.single-post #page .site-content .related-posts-outer {
  padding: 0px !important;
}
.single-post .related-posts-outer {
  margin-top: 116px;
}
.single-post .related-posts-outer li {
  position: relative;
}
.single-post .related-posts-outer li .taxonomy-category, .single-post .related-posts-outer li .wp-block-post-date {
  color: var(--text-secondary);
}
.single-post .related-posts-outer li .floating-permalink {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  border-radius: 20px;
  font-size: 0;
  opacity: 0;
}

@media screen and (max-width: 1200px) {
  .single-post #main .article-header {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
  }
  .single-post #main .article-header > div:not(.title-meta) {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .single-post #main .article-header .title-meta {
    margin-top: 30px;
  }
  .single-post #main .article-content {
    display: flex;
    flex-direction: column-reverse;
    padding: 50px 20px;
  }
}
@media screen and (max-width: 768px) {
  .single-post #main {
    padding-top: 50px;
  }
  .single-post .related-posts-outer {
    margin-top: 60px;
  }
}
@media screen and (max-width: 650px) {
  .single-post #main .article-header button.primary a {
    font-size: 0;
    border-radius: 50%;
    padding: 14px 16px 14px;
  }
  .single-post #main .article-header button.primary a svg {
    height: 18px;
    margin: 0;
  }
  .single-post #main .article-header > div:not(.title-meta) {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .single-post #main .article-header .title-meta {
    margin-top: 30px;
  }
}
.home .home-globe {
  margin: 0 auto -620px;
  text-align: center;
  max-width: 1100px;
}
@media only screen and (max-width: 1860px) {
  .home .home-globe {
    margin: 0 auto -580px;
    max-width: 1000px;
  }
}
@media only screen and (max-width: 1600px) {
  .home .home-globe {
    max-width: 900px;
    margin: 0 auto -540px;
  }
}
@media only screen and (max-width: 991px) {
  .home .home-globe {
    max-width: 600px;
    margin: 0 auto -350px;
  }
}
@media only screen and (max-width: 680px) {
  .home .home-globe {
    width: 200%;
    max-width: unset;
    margin-left: -50%;
    margin-bottom: -140%;
  }
}
@media only screen and (max-width: 768px) {
  .home .platform-benefits .wp-block-group__inner-container {
    padding: 0px !important;
  }
}

.site-footer {
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  overflow: hidden;
}
.site-footer #menu-footer-bar {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100vw;
  max-width: 450px;
  margin: 0 40px;
}
.site-footer #footer-widgets {
  padding: 100px 90px 60px;
}
.site-footer #footer-widgets .inside-footer-widgets {
  display: grid;
  grid-template-columns: 40% repeat(2, 16%) auto;
}
.site-footer #footer-widgets .inside-footer-widgets .widget-title {
  font-size: 1.4rem;
  color: var(--text-secondary);
  margin-bottom: 11px;
  text-transform: uppercase;
}
.site-footer #footer-widgets .inside-footer-widgets .widget ul li {
  margin-bottom: 12px;
  line-height: 30px;
}
.site-footer #footer-widgets .inside-footer-widgets .widget ul li a {
  font-size: 1.15rem;
}
.site-footer #footer-widgets .inside-footer-widgets .widget .wp-block-heading {
  color: var(--text-secondary);
  font-size: 1.4rem;
  line-height: 1.5;
  margin-bottom: 11px;
  text-transform: uppercase;
}
.site-footer #footer-widgets .inside-footer-widgets .footer-widget-1 aside {
  padding-left: 0;
}
.site-footer #footer-widgets .inside-footer-widgets .footer-widget-1 aside img {
  margin-top: 9px;
}
.site-footer #footer-widgets .inside-footer-widgets .footer-widget-4 aside {
  margin-bottom: 4px;
}
.site-footer #footer-widgets .inside-footer-widgets .footer-widget-4 aside p {
  display: flex;
  font-size: 1.15rem;
}
.site-footer #footer-widgets .inside-footer-widgets .footer-widget-4 aside p img {
  max-width: 20px;
  margin-top: 5px;
  margin-right: 4px;
}
.site-footer .site-info {
  padding-bottom: 37px;
}
.site-footer .site-info .inside-site-info.grid-container {
  background-color: rgba(250, 250, 250, 0.05);
  border-radius: 6em;
  padding: 16px 20px 16px 50px;
  margin: 0 40px;
  max-width: 100%;
}
.site-footer .site-info .inside-site-info.grid-container #menu-footer-bar > li {
  margin-right: 20px;
}
.site-footer .site-info .inside-site-info.grid-container .copyright-bar {
  display: none;
}
.site-footer .site-info .inside-site-info.grid-container .footer-bar {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
.site-footer .site-info .inside-site-info.grid-container .footer-bar img {
  max-width: 59px;
}
.site-footer .site-info .inside-site-info.grid-container .footer-bar p, .site-footer .site-info .inside-site-info.grid-container .footer-bar a {
  font-size: 0.7rem;
  margin-bottom: 0;
}

@media screen and (max-width: 1440px) {
  .site-footer #footer-widgets .inside-footer-widgets {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 1300px) {
  .site-footer #footer-widgets {
    padding: 60px 90px 30px;
  }
  .site-footer #footer-widgets .inside-footer-widgets {
    grid-template-columns: repeat(2, 1fr);
  }
  .site-footer #footer-widgets .inside-footer-widgets > * {
    padding-top: 30px;
  }
  .site-footer #footer-widgets .inside-footer-widgets > * aside {
    padding-left: 0;
  }
  .site-footer .inside-site-info.grid-container #menu-footer-bar {
    width: unset;
    margin: 0 auto;
  }
}
@media screen and (max-width: 991px) {
  .site-footer #footer-widgets {
    padding: 60px 30px 30px;
  }
  .site-footer .site-info {
    padding-bottom: 0;
  }
  .site-footer .site-info .inside-site-info.grid-container {
    padding: 26px 20px;
    margin: 0;
    border-radius: 0;
  }
  .site-footer .site-info .inside-site-info.grid-container #menu-footer-bar > li {
    margin-right: 10px;
  }
  .site-footer.footer-bar-active .footer-bar {
    margin-bottom: 0px;
    min-height: 145px;
  }
  .site-footer.footer-bar-active .footer-bar #menu-footer-bar {
    margin-bottom: 6px;
  }
  .site-footer .footer-bar {
    flex-direction: column;
  }
}
@media screen and (max-width: 550px) {
  .site-footer #footer-widgets {
    padding: 20px 15px 90px;
  }
  .site-footer #footer-widgets .footer-widgets-container.grid-container {
    padding: 0;
  }
  .site-footer #footer-widgets .footer-widgets-container.grid-container .inside-footer-widgets {
    grid-template-columns: 1fr;
  }
  .site-footer #footer-widgets .footer-widgets-container.grid-container .inside-footer-widgets > * {
    padding-top: 30px;
  }
  .site-footer #footer-widgets .footer-widgets-container.grid-container .inside-footer-widgets > *:first-child {
    margin-bottom: 60px;
  }
  .site-footer #footer-widgets .footer-widgets-container.grid-container .inside-footer-widgets ul li {
    margin-bottom: 8px;
  }
  .site-footer .site-info {
    padding-bottom: 0;
  }
  .site-footer .site-info .inside-site-info.grid-container {
    padding: 40px 20px;
    margin: 0;
    border-radius: 0;
  }
  .site-footer .site-info .inside-site-info.grid-container #menu-footer-bar > li {
    margin-right: 10px;
  }
  .site-footer .footer-bar aside .menu-footer-bar-container #menu-footer-bar {
    margin-top: 15px;
    margin-bottom: 21px;
    display: flex;
    flex-direction: column;
  }
}
.gform-theme--foundation .gform_validation_errors {
  display: none;
}
.gform-theme--foundation .gfield input.large {
  background-color: transparent;
  border-radius: 30px;
  border: 1px solid var(--text-primary);
  padding-left: 24px;
  min-height: 50px;
}
.gform-theme--foundation .gfield textarea {
  padding: 24px;
  background-color: transparent;
  border-radius: 30px;
  border: 1px solid var(--text-primary);
}
.gform-theme--foundation select {
  border-radius: 30px !important;
  background-color: transparent !important;
  border: 1px solid var(--text-primary);
  padding-left: 22px !important;
  height: 50px !important;
}
.gform-theme--foundation input[type=submit] {
  padding: 17px 25px 17px !important;
  border-radius: 2em !important;
  background-color: var(--button-background-primary) !important;
  border: 1px solid var(--border-secondary) !important;
  color: var(--button-text-primary) !important;
  line-height: 17px !important;
  text-transform: uppercase !important;
  font-size: 1rem !important;
}
.gform-theme--foundation input[type=submit]:hover {
  background-color: var(--button-background-primary-hover) !important;
  color: var(--button-text-primary-hover) !important;
}

.gform-theme--framework .gfield_validation_message {
  color: var(--roam-link);
  font-size: 15px;
}

#page {
  padding: 147px 45px 80px;
}
#page .site-content {
  padding: 0px;
}
#page .site-content .wp-block-group.alignfull {
  padding: 0 45px;
}
#page .site-content .wp-block-group.alignfull .wp-block-group__inner-container .wp-block-group.alignfull {
  padding: 0;
}
@media screen and (min-width: 1860px) {
  #page .site-content .wp-block-group.alignwide {
    margin-left: -90px;
    width: calc(100% + 190px);
    max-width: calc(100% + 190px);
  }
  #page .site-content .wp-block-group.alignwide > .wp-block-group__inner-container {
    max-width: calc(100% + 190px);
  }
}

html body {
  overflow-x: hidden;
  overflow-y: auto;
}
html body .entry-header {
  padding: 150px 0px 200px 240px;
}
html body .entry-content {
  margin-top: 0 !important;
}
html body hr {
  margin-top: 0;
}

@media screen and (max-width: 1200px) {
  html body #page {
    padding: 147px 25px;
  }
}
@media screen and (max-width: 1024px) {
  html body .entry-header {
    padding: 70px 0px 100px 100px;
  }
}
@media screen and (max-width: 768px) {
  html body .entry-header {
    padding: 50px 0px 20px;
  }
  html body #page {
    padding: 75px 12px;
  }
}
@media screen and (max-width: 650px) {
  html body .site-content .wp-block-group.alignfull {
    padding: 0 12px !important;
  }
}
:root[data-theme=dark] {
  --contrast: #2B2B2B;
  --contrast-2: #003C25;
  --contrast-3: #606060;
  --base: #f0f0f0;
  --base-2: #F8F1E3;
  --base-3: #ffffff;
  --accent: #007749;
}

html {
  font-size: 20px;
  overflow-x: hidden;
}

body a {
  text-decoration: none;
}
body .link-color a {
  color: var(--text-secondary);
}
body mark.has-inline-color {
  background: -webkit-linear-gradient(-45deg, #4477FA, #EB7DFA, #0DE6E0 95%, #4477FA 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
body .entry-header .entry-title {
  background: -webkit-linear-gradient(-45deg, #4477FA 0%, #EB7DFA 33%, #0DE6E0 66%, #4477FA 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textGradientAnimation 25s linear infinite;
  width: 100vw;
  padding-right: 24vw;
}

@media screen and (max-width: 650px) {
  body .entry-header .entry-title {
    padding-right: unset;
  }
}
@keyframes textGradientAnimation {
  0% {
    background-position: 0vw;
  }
  100% {
    background-position: 100vw;
  }
}
body .mt-0 {
  margin-top: 0px !important;
}
body .m-0 {
  margin-top: 0px !important;
}
body .m-t-negative-0 {
  margin-top: 0px !important;
}
@media only screen and (min-width: 782px) {
  body .mt-md-0 {
    margin-top: 0px !important;
  }
  body .m-md-0 {
    margin-top: 0px !important;
  }
  body .m-md-t-negative-0 {
    margin-top: 0px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .mt-lg-0 {
    margin-top: 0px !important;
  }
  body .m-lg-0 {
    margin-top: 0px !important;
  }
  body .m-lg-t-negative-0 {
    margin-top: 0px !important;
  }
}
body .mt-1 {
  margin-top: 10px !important;
}
body .m-1 {
  margin-top: 10px !important;
}
body .m-t-negative-1 {
  margin-top: -10px !important;
}
@media only screen and (min-width: 782px) {
  body .mt-md-1 {
    margin-top: 10px !important;
  }
  body .m-md-1 {
    margin-top: 10px !important;
  }
  body .m-md-t-negative-1 {
    margin-top: -10px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .mt-lg-1 {
    margin-top: 10px !important;
  }
  body .m-lg-1 {
    margin-top: 10px !important;
  }
  body .m-lg-t-negative-1 {
    margin-top: -10px !important;
  }
}
body .mt-2 {
  margin-top: 20px !important;
}
body .m-2 {
  margin-top: 20px !important;
}
body .m-t-negative-2 {
  margin-top: -20px !important;
}
@media only screen and (min-width: 782px) {
  body .mt-md-2 {
    margin-top: 20px !important;
  }
  body .m-md-2 {
    margin-top: 20px !important;
  }
  body .m-md-t-negative-2 {
    margin-top: -20px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .mt-lg-2 {
    margin-top: 20px !important;
  }
  body .m-lg-2 {
    margin-top: 20px !important;
  }
  body .m-lg-t-negative-2 {
    margin-top: -20px !important;
  }
}
body .mt-3 {
  margin-top: 30px !important;
}
body .m-3 {
  margin-top: 30px !important;
}
body .m-t-negative-3 {
  margin-top: -30px !important;
}
@media only screen and (min-width: 782px) {
  body .mt-md-3 {
    margin-top: 30px !important;
  }
  body .m-md-3 {
    margin-top: 30px !important;
  }
  body .m-md-t-negative-3 {
    margin-top: -30px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .mt-lg-3 {
    margin-top: 30px !important;
  }
  body .m-lg-3 {
    margin-top: 30px !important;
  }
  body .m-lg-t-negative-3 {
    margin-top: -30px !important;
  }
}
body .mt-4 {
  margin-top: 40px !important;
}
body .m-4 {
  margin-top: 40px !important;
}
body .m-t-negative-4 {
  margin-top: -40px !important;
}
@media only screen and (min-width: 782px) {
  body .mt-md-4 {
    margin-top: 40px !important;
  }
  body .m-md-4 {
    margin-top: 40px !important;
  }
  body .m-md-t-negative-4 {
    margin-top: -40px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .mt-lg-4 {
    margin-top: 40px !important;
  }
  body .m-lg-4 {
    margin-top: 40px !important;
  }
  body .m-lg-t-negative-4 {
    margin-top: -40px !important;
  }
}
body .mt-5 {
  margin-top: 50px !important;
}
body .m-5 {
  margin-top: 50px !important;
}
body .m-t-negative-5 {
  margin-top: -50px !important;
}
@media only screen and (min-width: 782px) {
  body .mt-md-5 {
    margin-top: 50px !important;
  }
  body .m-md-5 {
    margin-top: 50px !important;
  }
  body .m-md-t-negative-5 {
    margin-top: -50px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .mt-lg-5 {
    margin-top: 50px !important;
  }
  body .m-lg-5 {
    margin-top: 50px !important;
  }
  body .m-lg-t-negative-5 {
    margin-top: -50px !important;
  }
}
body .mt-6 {
  margin-top: 60px !important;
}
body .m-6 {
  margin-top: 60px !important;
}
body .m-t-negative-6 {
  margin-top: -60px !important;
}
@media only screen and (min-width: 782px) {
  body .mt-md-6 {
    margin-top: 60px !important;
  }
  body .m-md-6 {
    margin-top: 60px !important;
  }
  body .m-md-t-negative-6 {
    margin-top: -60px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .mt-lg-6 {
    margin-top: 60px !important;
  }
  body .m-lg-6 {
    margin-top: 60px !important;
  }
  body .m-lg-t-negative-6 {
    margin-top: -60px !important;
  }
}
body .mt-7 {
  margin-top: 70px !important;
}
body .m-7 {
  margin-top: 70px !important;
}
body .m-t-negative-7 {
  margin-top: -70px !important;
}
@media only screen and (min-width: 782px) {
  body .mt-md-7 {
    margin-top: 70px !important;
  }
  body .m-md-7 {
    margin-top: 70px !important;
  }
  body .m-md-t-negative-7 {
    margin-top: -70px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .mt-lg-7 {
    margin-top: 70px !important;
  }
  body .m-lg-7 {
    margin-top: 70px !important;
  }
  body .m-lg-t-negative-7 {
    margin-top: -70px !important;
  }
}
body .mt-8 {
  margin-top: 80px !important;
}
body .m-8 {
  margin-top: 80px !important;
}
body .m-t-negative-8 {
  margin-top: -80px !important;
}
@media only screen and (min-width: 782px) {
  body .mt-md-8 {
    margin-top: 80px !important;
  }
  body .m-md-8 {
    margin-top: 80px !important;
  }
  body .m-md-t-negative-8 {
    margin-top: -80px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .mt-lg-8 {
    margin-top: 80px !important;
  }
  body .m-lg-8 {
    margin-top: 80px !important;
  }
  body .m-lg-t-negative-8 {
    margin-top: -80px !important;
  }
}
body .mt-9 {
  margin-top: 90px !important;
}
body .m-9 {
  margin-top: 90px !important;
}
body .m-t-negative-9 {
  margin-top: -90px !important;
}
@media only screen and (min-width: 782px) {
  body .mt-md-9 {
    margin-top: 90px !important;
  }
  body .m-md-9 {
    margin-top: 90px !important;
  }
  body .m-md-t-negative-9 {
    margin-top: -90px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .mt-lg-9 {
    margin-top: 90px !important;
  }
  body .m-lg-9 {
    margin-top: 90px !important;
  }
  body .m-lg-t-negative-9 {
    margin-top: -90px !important;
  }
}
body .mt-10 {
  margin-top: 100px !important;
}
body .m-10 {
  margin-top: 100px !important;
}
body .m-t-negative-10 {
  margin-top: -100px !important;
}
@media only screen and (min-width: 782px) {
  body .mt-md-10 {
    margin-top: 100px !important;
  }
  body .m-md-10 {
    margin-top: 100px !important;
  }
  body .m-md-t-negative-10 {
    margin-top: -100px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .mt-lg-10 {
    margin-top: 100px !important;
  }
  body .m-lg-10 {
    margin-top: 100px !important;
  }
  body .m-lg-t-negative-10 {
    margin-top: -100px !important;
  }
}
body .mt-11 {
  margin-top: 110px !important;
}
body .m-11 {
  margin-top: 110px !important;
}
body .m-t-negative-11 {
  margin-top: -110px !important;
}
@media only screen and (min-width: 782px) {
  body .mt-md-11 {
    margin-top: 110px !important;
  }
  body .m-md-11 {
    margin-top: 110px !important;
  }
  body .m-md-t-negative-11 {
    margin-top: -110px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .mt-lg-11 {
    margin-top: 110px !important;
  }
  body .m-lg-11 {
    margin-top: 110px !important;
  }
  body .m-lg-t-negative-11 {
    margin-top: -110px !important;
  }
}
body .mt-12 {
  margin-top: 120px !important;
}
body .m-12 {
  margin-top: 120px !important;
}
body .m-t-negative-12 {
  margin-top: -120px !important;
}
@media only screen and (min-width: 782px) {
  body .mt-md-12 {
    margin-top: 120px !important;
  }
  body .m-md-12 {
    margin-top: 120px !important;
  }
  body .m-md-t-negative-12 {
    margin-top: -120px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .mt-lg-12 {
    margin-top: 120px !important;
  }
  body .m-lg-12 {
    margin-top: 120px !important;
  }
  body .m-lg-t-negative-12 {
    margin-top: -120px !important;
  }
}
body .mt-13 {
  margin-top: 130px !important;
}
body .m-13 {
  margin-top: 130px !important;
}
body .m-t-negative-13 {
  margin-top: -130px !important;
}
@media only screen and (min-width: 782px) {
  body .mt-md-13 {
    margin-top: 130px !important;
  }
  body .m-md-13 {
    margin-top: 130px !important;
  }
  body .m-md-t-negative-13 {
    margin-top: -130px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .mt-lg-13 {
    margin-top: 130px !important;
  }
  body .m-lg-13 {
    margin-top: 130px !important;
  }
  body .m-lg-t-negative-13 {
    margin-top: -130px !important;
  }
}
body .mt-14 {
  margin-top: 140px !important;
}
body .m-14 {
  margin-top: 140px !important;
}
body .m-t-negative-14 {
  margin-top: -140px !important;
}
@media only screen and (min-width: 782px) {
  body .mt-md-14 {
    margin-top: 140px !important;
  }
  body .m-md-14 {
    margin-top: 140px !important;
  }
  body .m-md-t-negative-14 {
    margin-top: -140px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .mt-lg-14 {
    margin-top: 140px !important;
  }
  body .m-lg-14 {
    margin-top: 140px !important;
  }
  body .m-lg-t-negative-14 {
    margin-top: -140px !important;
  }
}
body .mt-15 {
  margin-top: 150px !important;
}
body .m-15 {
  margin-top: 150px !important;
}
body .m-t-negative-15 {
  margin-top: -150px !important;
}
@media only screen and (min-width: 782px) {
  body .mt-md-15 {
    margin-top: 150px !important;
  }
  body .m-md-15 {
    margin-top: 150px !important;
  }
  body .m-md-t-negative-15 {
    margin-top: -150px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .mt-lg-15 {
    margin-top: 150px !important;
  }
  body .m-lg-15 {
    margin-top: 150px !important;
  }
  body .m-lg-t-negative-15 {
    margin-top: -150px !important;
  }
}
body .mt-16 {
  margin-top: 160px !important;
}
body .m-16 {
  margin-top: 160px !important;
}
body .m-t-negative-16 {
  margin-top: -160px !important;
}
@media only screen and (min-width: 782px) {
  body .mt-md-16 {
    margin-top: 160px !important;
  }
  body .m-md-16 {
    margin-top: 160px !important;
  }
  body .m-md-t-negative-16 {
    margin-top: -160px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .mt-lg-16 {
    margin-top: 160px !important;
  }
  body .m-lg-16 {
    margin-top: 160px !important;
  }
  body .m-lg-t-negative-16 {
    margin-top: -160px !important;
  }
}
body .mt-17 {
  margin-top: 170px !important;
}
body .m-17 {
  margin-top: 170px !important;
}
body .m-t-negative-17 {
  margin-top: -170px !important;
}
@media only screen and (min-width: 782px) {
  body .mt-md-17 {
    margin-top: 170px !important;
  }
  body .m-md-17 {
    margin-top: 170px !important;
  }
  body .m-md-t-negative-17 {
    margin-top: -170px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .mt-lg-17 {
    margin-top: 170px !important;
  }
  body .m-lg-17 {
    margin-top: 170px !important;
  }
  body .m-lg-t-negative-17 {
    margin-top: -170px !important;
  }
}
body .mt-18 {
  margin-top: 180px !important;
}
body .m-18 {
  margin-top: 180px !important;
}
body .m-t-negative-18 {
  margin-top: -180px !important;
}
@media only screen and (min-width: 782px) {
  body .mt-md-18 {
    margin-top: 180px !important;
  }
  body .m-md-18 {
    margin-top: 180px !important;
  }
  body .m-md-t-negative-18 {
    margin-top: -180px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .mt-lg-18 {
    margin-top: 180px !important;
  }
  body .m-lg-18 {
    margin-top: 180px !important;
  }
  body .m-lg-t-negative-18 {
    margin-top: -180px !important;
  }
}
body .mt-19 {
  margin-top: 190px !important;
}
body .m-19 {
  margin-top: 190px !important;
}
body .m-t-negative-19 {
  margin-top: -190px !important;
}
@media only screen and (min-width: 782px) {
  body .mt-md-19 {
    margin-top: 190px !important;
  }
  body .m-md-19 {
    margin-top: 190px !important;
  }
  body .m-md-t-negative-19 {
    margin-top: -190px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .mt-lg-19 {
    margin-top: 190px !important;
  }
  body .m-lg-19 {
    margin-top: 190px !important;
  }
  body .m-lg-t-negative-19 {
    margin-top: -190px !important;
  }
}
body .mt-20 {
  margin-top: 200px !important;
}
body .m-20 {
  margin-top: 200px !important;
}
body .m-t-negative-20 {
  margin-top: -200px !important;
}
@media only screen and (min-width: 782px) {
  body .mt-md-20 {
    margin-top: 200px !important;
  }
  body .m-md-20 {
    margin-top: 200px !important;
  }
  body .m-md-t-negative-20 {
    margin-top: -200px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .mt-lg-20 {
    margin-top: 200px !important;
  }
  body .m-lg-20 {
    margin-top: 200px !important;
  }
  body .m-lg-t-negative-20 {
    margin-top: -200px !important;
  }
}
body .mr-0 {
  margin-right: 0px !important;
}
body .m-0 {
  margin-right: 0px !important;
}
body .m-r-negative-0 {
  margin-right: 0px !important;
}
@media only screen and (min-width: 782px) {
  body .mr-md-0 {
    margin-right: 0px !important;
  }
  body .m-md-0 {
    margin-right: 0px !important;
  }
  body .m-md-r-negative-0 {
    margin-right: 0px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .mr-lg-0 {
    margin-right: 0px !important;
  }
  body .m-lg-0 {
    margin-right: 0px !important;
  }
  body .m-lg-r-negative-0 {
    margin-right: 0px !important;
  }
}
body .mr-1 {
  margin-right: 10px !important;
}
body .m-1 {
  margin-right: 10px !important;
}
body .m-r-negative-1 {
  margin-right: -10px !important;
}
@media only screen and (min-width: 782px) {
  body .mr-md-1 {
    margin-right: 10px !important;
  }
  body .m-md-1 {
    margin-right: 10px !important;
  }
  body .m-md-r-negative-1 {
    margin-right: -10px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .mr-lg-1 {
    margin-right: 10px !important;
  }
  body .m-lg-1 {
    margin-right: 10px !important;
  }
  body .m-lg-r-negative-1 {
    margin-right: -10px !important;
  }
}
body .mr-2 {
  margin-right: 20px !important;
}
body .m-2 {
  margin-right: 20px !important;
}
body .m-r-negative-2 {
  margin-right: -20px !important;
}
@media only screen and (min-width: 782px) {
  body .mr-md-2 {
    margin-right: 20px !important;
  }
  body .m-md-2 {
    margin-right: 20px !important;
  }
  body .m-md-r-negative-2 {
    margin-right: -20px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .mr-lg-2 {
    margin-right: 20px !important;
  }
  body .m-lg-2 {
    margin-right: 20px !important;
  }
  body .m-lg-r-negative-2 {
    margin-right: -20px !important;
  }
}
body .mr-3 {
  margin-right: 30px !important;
}
body .m-3 {
  margin-right: 30px !important;
}
body .m-r-negative-3 {
  margin-right: -30px !important;
}
@media only screen and (min-width: 782px) {
  body .mr-md-3 {
    margin-right: 30px !important;
  }
  body .m-md-3 {
    margin-right: 30px !important;
  }
  body .m-md-r-negative-3 {
    margin-right: -30px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .mr-lg-3 {
    margin-right: 30px !important;
  }
  body .m-lg-3 {
    margin-right: 30px !important;
  }
  body .m-lg-r-negative-3 {
    margin-right: -30px !important;
  }
}
body .mr-4 {
  margin-right: 40px !important;
}
body .m-4 {
  margin-right: 40px !important;
}
body .m-r-negative-4 {
  margin-right: -40px !important;
}
@media only screen and (min-width: 782px) {
  body .mr-md-4 {
    margin-right: 40px !important;
  }
  body .m-md-4 {
    margin-right: 40px !important;
  }
  body .m-md-r-negative-4 {
    margin-right: -40px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .mr-lg-4 {
    margin-right: 40px !important;
  }
  body .m-lg-4 {
    margin-right: 40px !important;
  }
  body .m-lg-r-negative-4 {
    margin-right: -40px !important;
  }
}
body .mr-5 {
  margin-right: 50px !important;
}
body .m-5 {
  margin-right: 50px !important;
}
body .m-r-negative-5 {
  margin-right: -50px !important;
}
@media only screen and (min-width: 782px) {
  body .mr-md-5 {
    margin-right: 50px !important;
  }
  body .m-md-5 {
    margin-right: 50px !important;
  }
  body .m-md-r-negative-5 {
    margin-right: -50px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .mr-lg-5 {
    margin-right: 50px !important;
  }
  body .m-lg-5 {
    margin-right: 50px !important;
  }
  body .m-lg-r-negative-5 {
    margin-right: -50px !important;
  }
}
body .mr-6 {
  margin-right: 60px !important;
}
body .m-6 {
  margin-right: 60px !important;
}
body .m-r-negative-6 {
  margin-right: -60px !important;
}
@media only screen and (min-width: 782px) {
  body .mr-md-6 {
    margin-right: 60px !important;
  }
  body .m-md-6 {
    margin-right: 60px !important;
  }
  body .m-md-r-negative-6 {
    margin-right: -60px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .mr-lg-6 {
    margin-right: 60px !important;
  }
  body .m-lg-6 {
    margin-right: 60px !important;
  }
  body .m-lg-r-negative-6 {
    margin-right: -60px !important;
  }
}
body .mr-7 {
  margin-right: 70px !important;
}
body .m-7 {
  margin-right: 70px !important;
}
body .m-r-negative-7 {
  margin-right: -70px !important;
}
@media only screen and (min-width: 782px) {
  body .mr-md-7 {
    margin-right: 70px !important;
  }
  body .m-md-7 {
    margin-right: 70px !important;
  }
  body .m-md-r-negative-7 {
    margin-right: -70px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .mr-lg-7 {
    margin-right: 70px !important;
  }
  body .m-lg-7 {
    margin-right: 70px !important;
  }
  body .m-lg-r-negative-7 {
    margin-right: -70px !important;
  }
}
body .mr-8 {
  margin-right: 80px !important;
}
body .m-8 {
  margin-right: 80px !important;
}
body .m-r-negative-8 {
  margin-right: -80px !important;
}
@media only screen and (min-width: 782px) {
  body .mr-md-8 {
    margin-right: 80px !important;
  }
  body .m-md-8 {
    margin-right: 80px !important;
  }
  body .m-md-r-negative-8 {
    margin-right: -80px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .mr-lg-8 {
    margin-right: 80px !important;
  }
  body .m-lg-8 {
    margin-right: 80px !important;
  }
  body .m-lg-r-negative-8 {
    margin-right: -80px !important;
  }
}
body .mr-9 {
  margin-right: 90px !important;
}
body .m-9 {
  margin-right: 90px !important;
}
body .m-r-negative-9 {
  margin-right: -90px !important;
}
@media only screen and (min-width: 782px) {
  body .mr-md-9 {
    margin-right: 90px !important;
  }
  body .m-md-9 {
    margin-right: 90px !important;
  }
  body .m-md-r-negative-9 {
    margin-right: -90px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .mr-lg-9 {
    margin-right: 90px !important;
  }
  body .m-lg-9 {
    margin-right: 90px !important;
  }
  body .m-lg-r-negative-9 {
    margin-right: -90px !important;
  }
}
body .mr-10 {
  margin-right: 100px !important;
}
body .m-10 {
  margin-right: 100px !important;
}
body .m-r-negative-10 {
  margin-right: -100px !important;
}
@media only screen and (min-width: 782px) {
  body .mr-md-10 {
    margin-right: 100px !important;
  }
  body .m-md-10 {
    margin-right: 100px !important;
  }
  body .m-md-r-negative-10 {
    margin-right: -100px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .mr-lg-10 {
    margin-right: 100px !important;
  }
  body .m-lg-10 {
    margin-right: 100px !important;
  }
  body .m-lg-r-negative-10 {
    margin-right: -100px !important;
  }
}
body .mr-11 {
  margin-right: 110px !important;
}
body .m-11 {
  margin-right: 110px !important;
}
body .m-r-negative-11 {
  margin-right: -110px !important;
}
@media only screen and (min-width: 782px) {
  body .mr-md-11 {
    margin-right: 110px !important;
  }
  body .m-md-11 {
    margin-right: 110px !important;
  }
  body .m-md-r-negative-11 {
    margin-right: -110px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .mr-lg-11 {
    margin-right: 110px !important;
  }
  body .m-lg-11 {
    margin-right: 110px !important;
  }
  body .m-lg-r-negative-11 {
    margin-right: -110px !important;
  }
}
body .mr-12 {
  margin-right: 120px !important;
}
body .m-12 {
  margin-right: 120px !important;
}
body .m-r-negative-12 {
  margin-right: -120px !important;
}
@media only screen and (min-width: 782px) {
  body .mr-md-12 {
    margin-right: 120px !important;
  }
  body .m-md-12 {
    margin-right: 120px !important;
  }
  body .m-md-r-negative-12 {
    margin-right: -120px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .mr-lg-12 {
    margin-right: 120px !important;
  }
  body .m-lg-12 {
    margin-right: 120px !important;
  }
  body .m-lg-r-negative-12 {
    margin-right: -120px !important;
  }
}
body .mr-13 {
  margin-right: 130px !important;
}
body .m-13 {
  margin-right: 130px !important;
}
body .m-r-negative-13 {
  margin-right: -130px !important;
}
@media only screen and (min-width: 782px) {
  body .mr-md-13 {
    margin-right: 130px !important;
  }
  body .m-md-13 {
    margin-right: 130px !important;
  }
  body .m-md-r-negative-13 {
    margin-right: -130px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .mr-lg-13 {
    margin-right: 130px !important;
  }
  body .m-lg-13 {
    margin-right: 130px !important;
  }
  body .m-lg-r-negative-13 {
    margin-right: -130px !important;
  }
}
body .mr-14 {
  margin-right: 140px !important;
}
body .m-14 {
  margin-right: 140px !important;
}
body .m-r-negative-14 {
  margin-right: -140px !important;
}
@media only screen and (min-width: 782px) {
  body .mr-md-14 {
    margin-right: 140px !important;
  }
  body .m-md-14 {
    margin-right: 140px !important;
  }
  body .m-md-r-negative-14 {
    margin-right: -140px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .mr-lg-14 {
    margin-right: 140px !important;
  }
  body .m-lg-14 {
    margin-right: 140px !important;
  }
  body .m-lg-r-negative-14 {
    margin-right: -140px !important;
  }
}
body .mr-15 {
  margin-right: 150px !important;
}
body .m-15 {
  margin-right: 150px !important;
}
body .m-r-negative-15 {
  margin-right: -150px !important;
}
@media only screen and (min-width: 782px) {
  body .mr-md-15 {
    margin-right: 150px !important;
  }
  body .m-md-15 {
    margin-right: 150px !important;
  }
  body .m-md-r-negative-15 {
    margin-right: -150px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .mr-lg-15 {
    margin-right: 150px !important;
  }
  body .m-lg-15 {
    margin-right: 150px !important;
  }
  body .m-lg-r-negative-15 {
    margin-right: -150px !important;
  }
}
body .mr-16 {
  margin-right: 160px !important;
}
body .m-16 {
  margin-right: 160px !important;
}
body .m-r-negative-16 {
  margin-right: -160px !important;
}
@media only screen and (min-width: 782px) {
  body .mr-md-16 {
    margin-right: 160px !important;
  }
  body .m-md-16 {
    margin-right: 160px !important;
  }
  body .m-md-r-negative-16 {
    margin-right: -160px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .mr-lg-16 {
    margin-right: 160px !important;
  }
  body .m-lg-16 {
    margin-right: 160px !important;
  }
  body .m-lg-r-negative-16 {
    margin-right: -160px !important;
  }
}
body .mr-17 {
  margin-right: 170px !important;
}
body .m-17 {
  margin-right: 170px !important;
}
body .m-r-negative-17 {
  margin-right: -170px !important;
}
@media only screen and (min-width: 782px) {
  body .mr-md-17 {
    margin-right: 170px !important;
  }
  body .m-md-17 {
    margin-right: 170px !important;
  }
  body .m-md-r-negative-17 {
    margin-right: -170px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .mr-lg-17 {
    margin-right: 170px !important;
  }
  body .m-lg-17 {
    margin-right: 170px !important;
  }
  body .m-lg-r-negative-17 {
    margin-right: -170px !important;
  }
}
body .mr-18 {
  margin-right: 180px !important;
}
body .m-18 {
  margin-right: 180px !important;
}
body .m-r-negative-18 {
  margin-right: -180px !important;
}
@media only screen and (min-width: 782px) {
  body .mr-md-18 {
    margin-right: 180px !important;
  }
  body .m-md-18 {
    margin-right: 180px !important;
  }
  body .m-md-r-negative-18 {
    margin-right: -180px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .mr-lg-18 {
    margin-right: 180px !important;
  }
  body .m-lg-18 {
    margin-right: 180px !important;
  }
  body .m-lg-r-negative-18 {
    margin-right: -180px !important;
  }
}
body .mr-19 {
  margin-right: 190px !important;
}
body .m-19 {
  margin-right: 190px !important;
}
body .m-r-negative-19 {
  margin-right: -190px !important;
}
@media only screen and (min-width: 782px) {
  body .mr-md-19 {
    margin-right: 190px !important;
  }
  body .m-md-19 {
    margin-right: 190px !important;
  }
  body .m-md-r-negative-19 {
    margin-right: -190px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .mr-lg-19 {
    margin-right: 190px !important;
  }
  body .m-lg-19 {
    margin-right: 190px !important;
  }
  body .m-lg-r-negative-19 {
    margin-right: -190px !important;
  }
}
body .mr-20 {
  margin-right: 200px !important;
}
body .m-20 {
  margin-right: 200px !important;
}
body .m-r-negative-20 {
  margin-right: -200px !important;
}
@media only screen and (min-width: 782px) {
  body .mr-md-20 {
    margin-right: 200px !important;
  }
  body .m-md-20 {
    margin-right: 200px !important;
  }
  body .m-md-r-negative-20 {
    margin-right: -200px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .mr-lg-20 {
    margin-right: 200px !important;
  }
  body .m-lg-20 {
    margin-right: 200px !important;
  }
  body .m-lg-r-negative-20 {
    margin-right: -200px !important;
  }
}
body .mb-0 {
  margin-bottom: 0px !important;
}
body .m-0 {
  margin-bottom: 0px !important;
}
body .m-b-negative-0 {
  margin-bottom: 0px !important;
}
@media only screen and (min-width: 782px) {
  body .mb-md-0 {
    margin-bottom: 0px !important;
  }
  body .m-md-0 {
    margin-bottom: 0px !important;
  }
  body .m-md-b-negative-0 {
    margin-bottom: 0px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .mb-lg-0 {
    margin-bottom: 0px !important;
  }
  body .m-lg-0 {
    margin-bottom: 0px !important;
  }
  body .m-lg-b-negative-0 {
    margin-bottom: 0px !important;
  }
}
body .mb-1 {
  margin-bottom: 10px !important;
}
body .m-1 {
  margin-bottom: 10px !important;
}
body .m-b-negative-1 {
  margin-bottom: -10px !important;
}
@media only screen and (min-width: 782px) {
  body .mb-md-1 {
    margin-bottom: 10px !important;
  }
  body .m-md-1 {
    margin-bottom: 10px !important;
  }
  body .m-md-b-negative-1 {
    margin-bottom: -10px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .mb-lg-1 {
    margin-bottom: 10px !important;
  }
  body .m-lg-1 {
    margin-bottom: 10px !important;
  }
  body .m-lg-b-negative-1 {
    margin-bottom: -10px !important;
  }
}
body .mb-2 {
  margin-bottom: 20px !important;
}
body .m-2 {
  margin-bottom: 20px !important;
}
body .m-b-negative-2 {
  margin-bottom: -20px !important;
}
@media only screen and (min-width: 782px) {
  body .mb-md-2 {
    margin-bottom: 20px !important;
  }
  body .m-md-2 {
    margin-bottom: 20px !important;
  }
  body .m-md-b-negative-2 {
    margin-bottom: -20px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .mb-lg-2 {
    margin-bottom: 20px !important;
  }
  body .m-lg-2 {
    margin-bottom: 20px !important;
  }
  body .m-lg-b-negative-2 {
    margin-bottom: -20px !important;
  }
}
body .mb-3 {
  margin-bottom: 30px !important;
}
body .m-3 {
  margin-bottom: 30px !important;
}
body .m-b-negative-3 {
  margin-bottom: -30px !important;
}
@media only screen and (min-width: 782px) {
  body .mb-md-3 {
    margin-bottom: 30px !important;
  }
  body .m-md-3 {
    margin-bottom: 30px !important;
  }
  body .m-md-b-negative-3 {
    margin-bottom: -30px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .mb-lg-3 {
    margin-bottom: 30px !important;
  }
  body .m-lg-3 {
    margin-bottom: 30px !important;
  }
  body .m-lg-b-negative-3 {
    margin-bottom: -30px !important;
  }
}
body .mb-4 {
  margin-bottom: 40px !important;
}
body .m-4 {
  margin-bottom: 40px !important;
}
body .m-b-negative-4 {
  margin-bottom: -40px !important;
}
@media only screen and (min-width: 782px) {
  body .mb-md-4 {
    margin-bottom: 40px !important;
  }
  body .m-md-4 {
    margin-bottom: 40px !important;
  }
  body .m-md-b-negative-4 {
    margin-bottom: -40px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .mb-lg-4 {
    margin-bottom: 40px !important;
  }
  body .m-lg-4 {
    margin-bottom: 40px !important;
  }
  body .m-lg-b-negative-4 {
    margin-bottom: -40px !important;
  }
}
body .mb-5 {
  margin-bottom: 50px !important;
}
body .m-5 {
  margin-bottom: 50px !important;
}
body .m-b-negative-5 {
  margin-bottom: -50px !important;
}
@media only screen and (min-width: 782px) {
  body .mb-md-5 {
    margin-bottom: 50px !important;
  }
  body .m-md-5 {
    margin-bottom: 50px !important;
  }
  body .m-md-b-negative-5 {
    margin-bottom: -50px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .mb-lg-5 {
    margin-bottom: 50px !important;
  }
  body .m-lg-5 {
    margin-bottom: 50px !important;
  }
  body .m-lg-b-negative-5 {
    margin-bottom: -50px !important;
  }
}
body .mb-6 {
  margin-bottom: 60px !important;
}
body .m-6 {
  margin-bottom: 60px !important;
}
body .m-b-negative-6 {
  margin-bottom: -60px !important;
}
@media only screen and (min-width: 782px) {
  body .mb-md-6 {
    margin-bottom: 60px !important;
  }
  body .m-md-6 {
    margin-bottom: 60px !important;
  }
  body .m-md-b-negative-6 {
    margin-bottom: -60px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .mb-lg-6 {
    margin-bottom: 60px !important;
  }
  body .m-lg-6 {
    margin-bottom: 60px !important;
  }
  body .m-lg-b-negative-6 {
    margin-bottom: -60px !important;
  }
}
body .mb-7 {
  margin-bottom: 70px !important;
}
body .m-7 {
  margin-bottom: 70px !important;
}
body .m-b-negative-7 {
  margin-bottom: -70px !important;
}
@media only screen and (min-width: 782px) {
  body .mb-md-7 {
    margin-bottom: 70px !important;
  }
  body .m-md-7 {
    margin-bottom: 70px !important;
  }
  body .m-md-b-negative-7 {
    margin-bottom: -70px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .mb-lg-7 {
    margin-bottom: 70px !important;
  }
  body .m-lg-7 {
    margin-bottom: 70px !important;
  }
  body .m-lg-b-negative-7 {
    margin-bottom: -70px !important;
  }
}
body .mb-8 {
  margin-bottom: 80px !important;
}
body .m-8 {
  margin-bottom: 80px !important;
}
body .m-b-negative-8 {
  margin-bottom: -80px !important;
}
@media only screen and (min-width: 782px) {
  body .mb-md-8 {
    margin-bottom: 80px !important;
  }
  body .m-md-8 {
    margin-bottom: 80px !important;
  }
  body .m-md-b-negative-8 {
    margin-bottom: -80px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .mb-lg-8 {
    margin-bottom: 80px !important;
  }
  body .m-lg-8 {
    margin-bottom: 80px !important;
  }
  body .m-lg-b-negative-8 {
    margin-bottom: -80px !important;
  }
}
body .mb-9 {
  margin-bottom: 90px !important;
}
body .m-9 {
  margin-bottom: 90px !important;
}
body .m-b-negative-9 {
  margin-bottom: -90px !important;
}
@media only screen and (min-width: 782px) {
  body .mb-md-9 {
    margin-bottom: 90px !important;
  }
  body .m-md-9 {
    margin-bottom: 90px !important;
  }
  body .m-md-b-negative-9 {
    margin-bottom: -90px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .mb-lg-9 {
    margin-bottom: 90px !important;
  }
  body .m-lg-9 {
    margin-bottom: 90px !important;
  }
  body .m-lg-b-negative-9 {
    margin-bottom: -90px !important;
  }
}
body .mb-10 {
  margin-bottom: 100px !important;
}
body .m-10 {
  margin-bottom: 100px !important;
}
body .m-b-negative-10 {
  margin-bottom: -100px !important;
}
@media only screen and (min-width: 782px) {
  body .mb-md-10 {
    margin-bottom: 100px !important;
  }
  body .m-md-10 {
    margin-bottom: 100px !important;
  }
  body .m-md-b-negative-10 {
    margin-bottom: -100px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .mb-lg-10 {
    margin-bottom: 100px !important;
  }
  body .m-lg-10 {
    margin-bottom: 100px !important;
  }
  body .m-lg-b-negative-10 {
    margin-bottom: -100px !important;
  }
}
body .mb-11 {
  margin-bottom: 110px !important;
}
body .m-11 {
  margin-bottom: 110px !important;
}
body .m-b-negative-11 {
  margin-bottom: -110px !important;
}
@media only screen and (min-width: 782px) {
  body .mb-md-11 {
    margin-bottom: 110px !important;
  }
  body .m-md-11 {
    margin-bottom: 110px !important;
  }
  body .m-md-b-negative-11 {
    margin-bottom: -110px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .mb-lg-11 {
    margin-bottom: 110px !important;
  }
  body .m-lg-11 {
    margin-bottom: 110px !important;
  }
  body .m-lg-b-negative-11 {
    margin-bottom: -110px !important;
  }
}
body .mb-12 {
  margin-bottom: 120px !important;
}
body .m-12 {
  margin-bottom: 120px !important;
}
body .m-b-negative-12 {
  margin-bottom: -120px !important;
}
@media only screen and (min-width: 782px) {
  body .mb-md-12 {
    margin-bottom: 120px !important;
  }
  body .m-md-12 {
    margin-bottom: 120px !important;
  }
  body .m-md-b-negative-12 {
    margin-bottom: -120px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .mb-lg-12 {
    margin-bottom: 120px !important;
  }
  body .m-lg-12 {
    margin-bottom: 120px !important;
  }
  body .m-lg-b-negative-12 {
    margin-bottom: -120px !important;
  }
}
body .mb-13 {
  margin-bottom: 130px !important;
}
body .m-13 {
  margin-bottom: 130px !important;
}
body .m-b-negative-13 {
  margin-bottom: -130px !important;
}
@media only screen and (min-width: 782px) {
  body .mb-md-13 {
    margin-bottom: 130px !important;
  }
  body .m-md-13 {
    margin-bottom: 130px !important;
  }
  body .m-md-b-negative-13 {
    margin-bottom: -130px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .mb-lg-13 {
    margin-bottom: 130px !important;
  }
  body .m-lg-13 {
    margin-bottom: 130px !important;
  }
  body .m-lg-b-negative-13 {
    margin-bottom: -130px !important;
  }
}
body .mb-14 {
  margin-bottom: 140px !important;
}
body .m-14 {
  margin-bottom: 140px !important;
}
body .m-b-negative-14 {
  margin-bottom: -140px !important;
}
@media only screen and (min-width: 782px) {
  body .mb-md-14 {
    margin-bottom: 140px !important;
  }
  body .m-md-14 {
    margin-bottom: 140px !important;
  }
  body .m-md-b-negative-14 {
    margin-bottom: -140px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .mb-lg-14 {
    margin-bottom: 140px !important;
  }
  body .m-lg-14 {
    margin-bottom: 140px !important;
  }
  body .m-lg-b-negative-14 {
    margin-bottom: -140px !important;
  }
}
body .mb-15 {
  margin-bottom: 150px !important;
}
body .m-15 {
  margin-bottom: 150px !important;
}
body .m-b-negative-15 {
  margin-bottom: -150px !important;
}
@media only screen and (min-width: 782px) {
  body .mb-md-15 {
    margin-bottom: 150px !important;
  }
  body .m-md-15 {
    margin-bottom: 150px !important;
  }
  body .m-md-b-negative-15 {
    margin-bottom: -150px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .mb-lg-15 {
    margin-bottom: 150px !important;
  }
  body .m-lg-15 {
    margin-bottom: 150px !important;
  }
  body .m-lg-b-negative-15 {
    margin-bottom: -150px !important;
  }
}
body .mb-16 {
  margin-bottom: 160px !important;
}
body .m-16 {
  margin-bottom: 160px !important;
}
body .m-b-negative-16 {
  margin-bottom: -160px !important;
}
@media only screen and (min-width: 782px) {
  body .mb-md-16 {
    margin-bottom: 160px !important;
  }
  body .m-md-16 {
    margin-bottom: 160px !important;
  }
  body .m-md-b-negative-16 {
    margin-bottom: -160px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .mb-lg-16 {
    margin-bottom: 160px !important;
  }
  body .m-lg-16 {
    margin-bottom: 160px !important;
  }
  body .m-lg-b-negative-16 {
    margin-bottom: -160px !important;
  }
}
body .mb-17 {
  margin-bottom: 170px !important;
}
body .m-17 {
  margin-bottom: 170px !important;
}
body .m-b-negative-17 {
  margin-bottom: -170px !important;
}
@media only screen and (min-width: 782px) {
  body .mb-md-17 {
    margin-bottom: 170px !important;
  }
  body .m-md-17 {
    margin-bottom: 170px !important;
  }
  body .m-md-b-negative-17 {
    margin-bottom: -170px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .mb-lg-17 {
    margin-bottom: 170px !important;
  }
  body .m-lg-17 {
    margin-bottom: 170px !important;
  }
  body .m-lg-b-negative-17 {
    margin-bottom: -170px !important;
  }
}
body .mb-18 {
  margin-bottom: 180px !important;
}
body .m-18 {
  margin-bottom: 180px !important;
}
body .m-b-negative-18 {
  margin-bottom: -180px !important;
}
@media only screen and (min-width: 782px) {
  body .mb-md-18 {
    margin-bottom: 180px !important;
  }
  body .m-md-18 {
    margin-bottom: 180px !important;
  }
  body .m-md-b-negative-18 {
    margin-bottom: -180px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .mb-lg-18 {
    margin-bottom: 180px !important;
  }
  body .m-lg-18 {
    margin-bottom: 180px !important;
  }
  body .m-lg-b-negative-18 {
    margin-bottom: -180px !important;
  }
}
body .mb-19 {
  margin-bottom: 190px !important;
}
body .m-19 {
  margin-bottom: 190px !important;
}
body .m-b-negative-19 {
  margin-bottom: -190px !important;
}
@media only screen and (min-width: 782px) {
  body .mb-md-19 {
    margin-bottom: 190px !important;
  }
  body .m-md-19 {
    margin-bottom: 190px !important;
  }
  body .m-md-b-negative-19 {
    margin-bottom: -190px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .mb-lg-19 {
    margin-bottom: 190px !important;
  }
  body .m-lg-19 {
    margin-bottom: 190px !important;
  }
  body .m-lg-b-negative-19 {
    margin-bottom: -190px !important;
  }
}
body .mb-20 {
  margin-bottom: 200px !important;
}
body .m-20 {
  margin-bottom: 200px !important;
}
body .m-b-negative-20 {
  margin-bottom: -200px !important;
}
@media only screen and (min-width: 782px) {
  body .mb-md-20 {
    margin-bottom: 200px !important;
  }
  body .m-md-20 {
    margin-bottom: 200px !important;
  }
  body .m-md-b-negative-20 {
    margin-bottom: -200px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .mb-lg-20 {
    margin-bottom: 200px !important;
  }
  body .m-lg-20 {
    margin-bottom: 200px !important;
  }
  body .m-lg-b-negative-20 {
    margin-bottom: -200px !important;
  }
}
body .ml-0 {
  margin-left: 0px !important;
}
body .m-0 {
  margin-left: 0px !important;
}
body .m-l-negative-0 {
  margin-left: 0px !important;
}
@media only screen and (min-width: 782px) {
  body .ml-md-0 {
    margin-left: 0px !important;
  }
  body .m-md-0 {
    margin-left: 0px !important;
  }
  body .m-md-l-negative-0 {
    margin-left: 0px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .ml-lg-0 {
    margin-left: 0px !important;
  }
  body .m-lg-0 {
    margin-left: 0px !important;
  }
  body .m-lg-l-negative-0 {
    margin-left: 0px !important;
  }
}
body .ml-1 {
  margin-left: 10px !important;
}
body .m-1 {
  margin-left: 10px !important;
}
body .m-l-negative-1 {
  margin-left: -10px !important;
}
@media only screen and (min-width: 782px) {
  body .ml-md-1 {
    margin-left: 10px !important;
  }
  body .m-md-1 {
    margin-left: 10px !important;
  }
  body .m-md-l-negative-1 {
    margin-left: -10px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .ml-lg-1 {
    margin-left: 10px !important;
  }
  body .m-lg-1 {
    margin-left: 10px !important;
  }
  body .m-lg-l-negative-1 {
    margin-left: -10px !important;
  }
}
body .ml-2 {
  margin-left: 20px !important;
}
body .m-2 {
  margin-left: 20px !important;
}
body .m-l-negative-2 {
  margin-left: -20px !important;
}
@media only screen and (min-width: 782px) {
  body .ml-md-2 {
    margin-left: 20px !important;
  }
  body .m-md-2 {
    margin-left: 20px !important;
  }
  body .m-md-l-negative-2 {
    margin-left: -20px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .ml-lg-2 {
    margin-left: 20px !important;
  }
  body .m-lg-2 {
    margin-left: 20px !important;
  }
  body .m-lg-l-negative-2 {
    margin-left: -20px !important;
  }
}
body .ml-3 {
  margin-left: 30px !important;
}
body .m-3 {
  margin-left: 30px !important;
}
body .m-l-negative-3 {
  margin-left: -30px !important;
}
@media only screen and (min-width: 782px) {
  body .ml-md-3 {
    margin-left: 30px !important;
  }
  body .m-md-3 {
    margin-left: 30px !important;
  }
  body .m-md-l-negative-3 {
    margin-left: -30px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .ml-lg-3 {
    margin-left: 30px !important;
  }
  body .m-lg-3 {
    margin-left: 30px !important;
  }
  body .m-lg-l-negative-3 {
    margin-left: -30px !important;
  }
}
body .ml-4 {
  margin-left: 40px !important;
}
body .m-4 {
  margin-left: 40px !important;
}
body .m-l-negative-4 {
  margin-left: -40px !important;
}
@media only screen and (min-width: 782px) {
  body .ml-md-4 {
    margin-left: 40px !important;
  }
  body .m-md-4 {
    margin-left: 40px !important;
  }
  body .m-md-l-negative-4 {
    margin-left: -40px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .ml-lg-4 {
    margin-left: 40px !important;
  }
  body .m-lg-4 {
    margin-left: 40px !important;
  }
  body .m-lg-l-negative-4 {
    margin-left: -40px !important;
  }
}
body .ml-5 {
  margin-left: 50px !important;
}
body .m-5 {
  margin-left: 50px !important;
}
body .m-l-negative-5 {
  margin-left: -50px !important;
}
@media only screen and (min-width: 782px) {
  body .ml-md-5 {
    margin-left: 50px !important;
  }
  body .m-md-5 {
    margin-left: 50px !important;
  }
  body .m-md-l-negative-5 {
    margin-left: -50px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .ml-lg-5 {
    margin-left: 50px !important;
  }
  body .m-lg-5 {
    margin-left: 50px !important;
  }
  body .m-lg-l-negative-5 {
    margin-left: -50px !important;
  }
}
body .ml-6 {
  margin-left: 60px !important;
}
body .m-6 {
  margin-left: 60px !important;
}
body .m-l-negative-6 {
  margin-left: -60px !important;
}
@media only screen and (min-width: 782px) {
  body .ml-md-6 {
    margin-left: 60px !important;
  }
  body .m-md-6 {
    margin-left: 60px !important;
  }
  body .m-md-l-negative-6 {
    margin-left: -60px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .ml-lg-6 {
    margin-left: 60px !important;
  }
  body .m-lg-6 {
    margin-left: 60px !important;
  }
  body .m-lg-l-negative-6 {
    margin-left: -60px !important;
  }
}
body .ml-7 {
  margin-left: 70px !important;
}
body .m-7 {
  margin-left: 70px !important;
}
body .m-l-negative-7 {
  margin-left: -70px !important;
}
@media only screen and (min-width: 782px) {
  body .ml-md-7 {
    margin-left: 70px !important;
  }
  body .m-md-7 {
    margin-left: 70px !important;
  }
  body .m-md-l-negative-7 {
    margin-left: -70px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .ml-lg-7 {
    margin-left: 70px !important;
  }
  body .m-lg-7 {
    margin-left: 70px !important;
  }
  body .m-lg-l-negative-7 {
    margin-left: -70px !important;
  }
}
body .ml-8 {
  margin-left: 80px !important;
}
body .m-8 {
  margin-left: 80px !important;
}
body .m-l-negative-8 {
  margin-left: -80px !important;
}
@media only screen and (min-width: 782px) {
  body .ml-md-8 {
    margin-left: 80px !important;
  }
  body .m-md-8 {
    margin-left: 80px !important;
  }
  body .m-md-l-negative-8 {
    margin-left: -80px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .ml-lg-8 {
    margin-left: 80px !important;
  }
  body .m-lg-8 {
    margin-left: 80px !important;
  }
  body .m-lg-l-negative-8 {
    margin-left: -80px !important;
  }
}
body .ml-9 {
  margin-left: 90px !important;
}
body .m-9 {
  margin-left: 90px !important;
}
body .m-l-negative-9 {
  margin-left: -90px !important;
}
@media only screen and (min-width: 782px) {
  body .ml-md-9 {
    margin-left: 90px !important;
  }
  body .m-md-9 {
    margin-left: 90px !important;
  }
  body .m-md-l-negative-9 {
    margin-left: -90px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .ml-lg-9 {
    margin-left: 90px !important;
  }
  body .m-lg-9 {
    margin-left: 90px !important;
  }
  body .m-lg-l-negative-9 {
    margin-left: -90px !important;
  }
}
body .ml-10 {
  margin-left: 100px !important;
}
body .m-10 {
  margin-left: 100px !important;
}
body .m-l-negative-10 {
  margin-left: -100px !important;
}
@media only screen and (min-width: 782px) {
  body .ml-md-10 {
    margin-left: 100px !important;
  }
  body .m-md-10 {
    margin-left: 100px !important;
  }
  body .m-md-l-negative-10 {
    margin-left: -100px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .ml-lg-10 {
    margin-left: 100px !important;
  }
  body .m-lg-10 {
    margin-left: 100px !important;
  }
  body .m-lg-l-negative-10 {
    margin-left: -100px !important;
  }
}
body .ml-11 {
  margin-left: 110px !important;
}
body .m-11 {
  margin-left: 110px !important;
}
body .m-l-negative-11 {
  margin-left: -110px !important;
}
@media only screen and (min-width: 782px) {
  body .ml-md-11 {
    margin-left: 110px !important;
  }
  body .m-md-11 {
    margin-left: 110px !important;
  }
  body .m-md-l-negative-11 {
    margin-left: -110px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .ml-lg-11 {
    margin-left: 110px !important;
  }
  body .m-lg-11 {
    margin-left: 110px !important;
  }
  body .m-lg-l-negative-11 {
    margin-left: -110px !important;
  }
}
body .ml-12 {
  margin-left: 120px !important;
}
body .m-12 {
  margin-left: 120px !important;
}
body .m-l-negative-12 {
  margin-left: -120px !important;
}
@media only screen and (min-width: 782px) {
  body .ml-md-12 {
    margin-left: 120px !important;
  }
  body .m-md-12 {
    margin-left: 120px !important;
  }
  body .m-md-l-negative-12 {
    margin-left: -120px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .ml-lg-12 {
    margin-left: 120px !important;
  }
  body .m-lg-12 {
    margin-left: 120px !important;
  }
  body .m-lg-l-negative-12 {
    margin-left: -120px !important;
  }
}
body .ml-13 {
  margin-left: 130px !important;
}
body .m-13 {
  margin-left: 130px !important;
}
body .m-l-negative-13 {
  margin-left: -130px !important;
}
@media only screen and (min-width: 782px) {
  body .ml-md-13 {
    margin-left: 130px !important;
  }
  body .m-md-13 {
    margin-left: 130px !important;
  }
  body .m-md-l-negative-13 {
    margin-left: -130px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .ml-lg-13 {
    margin-left: 130px !important;
  }
  body .m-lg-13 {
    margin-left: 130px !important;
  }
  body .m-lg-l-negative-13 {
    margin-left: -130px !important;
  }
}
body .ml-14 {
  margin-left: 140px !important;
}
body .m-14 {
  margin-left: 140px !important;
}
body .m-l-negative-14 {
  margin-left: -140px !important;
}
@media only screen and (min-width: 782px) {
  body .ml-md-14 {
    margin-left: 140px !important;
  }
  body .m-md-14 {
    margin-left: 140px !important;
  }
  body .m-md-l-negative-14 {
    margin-left: -140px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .ml-lg-14 {
    margin-left: 140px !important;
  }
  body .m-lg-14 {
    margin-left: 140px !important;
  }
  body .m-lg-l-negative-14 {
    margin-left: -140px !important;
  }
}
body .ml-15 {
  margin-left: 150px !important;
}
body .m-15 {
  margin-left: 150px !important;
}
body .m-l-negative-15 {
  margin-left: -150px !important;
}
@media only screen and (min-width: 782px) {
  body .ml-md-15 {
    margin-left: 150px !important;
  }
  body .m-md-15 {
    margin-left: 150px !important;
  }
  body .m-md-l-negative-15 {
    margin-left: -150px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .ml-lg-15 {
    margin-left: 150px !important;
  }
  body .m-lg-15 {
    margin-left: 150px !important;
  }
  body .m-lg-l-negative-15 {
    margin-left: -150px !important;
  }
}
body .ml-16 {
  margin-left: 160px !important;
}
body .m-16 {
  margin-left: 160px !important;
}
body .m-l-negative-16 {
  margin-left: -160px !important;
}
@media only screen and (min-width: 782px) {
  body .ml-md-16 {
    margin-left: 160px !important;
  }
  body .m-md-16 {
    margin-left: 160px !important;
  }
  body .m-md-l-negative-16 {
    margin-left: -160px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .ml-lg-16 {
    margin-left: 160px !important;
  }
  body .m-lg-16 {
    margin-left: 160px !important;
  }
  body .m-lg-l-negative-16 {
    margin-left: -160px !important;
  }
}
body .ml-17 {
  margin-left: 170px !important;
}
body .m-17 {
  margin-left: 170px !important;
}
body .m-l-negative-17 {
  margin-left: -170px !important;
}
@media only screen and (min-width: 782px) {
  body .ml-md-17 {
    margin-left: 170px !important;
  }
  body .m-md-17 {
    margin-left: 170px !important;
  }
  body .m-md-l-negative-17 {
    margin-left: -170px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .ml-lg-17 {
    margin-left: 170px !important;
  }
  body .m-lg-17 {
    margin-left: 170px !important;
  }
  body .m-lg-l-negative-17 {
    margin-left: -170px !important;
  }
}
body .ml-18 {
  margin-left: 180px !important;
}
body .m-18 {
  margin-left: 180px !important;
}
body .m-l-negative-18 {
  margin-left: -180px !important;
}
@media only screen and (min-width: 782px) {
  body .ml-md-18 {
    margin-left: 180px !important;
  }
  body .m-md-18 {
    margin-left: 180px !important;
  }
  body .m-md-l-negative-18 {
    margin-left: -180px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .ml-lg-18 {
    margin-left: 180px !important;
  }
  body .m-lg-18 {
    margin-left: 180px !important;
  }
  body .m-lg-l-negative-18 {
    margin-left: -180px !important;
  }
}
body .ml-19 {
  margin-left: 190px !important;
}
body .m-19 {
  margin-left: 190px !important;
}
body .m-l-negative-19 {
  margin-left: -190px !important;
}
@media only screen and (min-width: 782px) {
  body .ml-md-19 {
    margin-left: 190px !important;
  }
  body .m-md-19 {
    margin-left: 190px !important;
  }
  body .m-md-l-negative-19 {
    margin-left: -190px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .ml-lg-19 {
    margin-left: 190px !important;
  }
  body .m-lg-19 {
    margin-left: 190px !important;
  }
  body .m-lg-l-negative-19 {
    margin-left: -190px !important;
  }
}
body .ml-20 {
  margin-left: 200px !important;
}
body .m-20 {
  margin-left: 200px !important;
}
body .m-l-negative-20 {
  margin-left: -200px !important;
}
@media only screen and (min-width: 782px) {
  body .ml-md-20 {
    margin-left: 200px !important;
  }
  body .m-md-20 {
    margin-left: 200px !important;
  }
  body .m-md-l-negative-20 {
    margin-left: -200px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .ml-lg-20 {
    margin-left: 200px !important;
  }
  body .m-lg-20 {
    margin-left: 200px !important;
  }
  body .m-lg-l-negative-20 {
    margin-left: -200px !important;
  }
}
body .mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
body .mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}
body .my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
body .ml-auto {
  margin-left: auto !important;
}
body .mr-auto {
  margin-right: auto !important;
}
body .pt-0 {
  padding-top: 0px !important;
}
body .p-0 {
  padding-top: 0px !important;
}
@media only screen and (min-width: 782px) {
  body .pt-md-0 {
    padding-top: 0px !important;
  }
  body .p-md-0 {
    padding-top: 0px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .pt-lg-0 {
    padding-top: 0px !important;
  }
  body .p-lg-0 {
    padding-top: 0px !important;
  }
}
body .pt-1 {
  padding-top: 10px !important;
}
body .p-1 {
  padding-top: 10px !important;
}
@media only screen and (min-width: 782px) {
  body .pt-md-1 {
    padding-top: 10px !important;
  }
  body .p-md-1 {
    padding-top: 10px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .pt-lg-1 {
    padding-top: 10px !important;
  }
  body .p-lg-1 {
    padding-top: 10px !important;
  }
}
body .pt-2 {
  padding-top: 20px !important;
}
body .p-2 {
  padding-top: 20px !important;
}
@media only screen and (min-width: 782px) {
  body .pt-md-2 {
    padding-top: 20px !important;
  }
  body .p-md-2 {
    padding-top: 20px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .pt-lg-2 {
    padding-top: 20px !important;
  }
  body .p-lg-2 {
    padding-top: 20px !important;
  }
}
body .pt-3 {
  padding-top: 30px !important;
}
body .p-3 {
  padding-top: 30px !important;
}
@media only screen and (min-width: 782px) {
  body .pt-md-3 {
    padding-top: 30px !important;
  }
  body .p-md-3 {
    padding-top: 30px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .pt-lg-3 {
    padding-top: 30px !important;
  }
  body .p-lg-3 {
    padding-top: 30px !important;
  }
}
body .pt-4 {
  padding-top: 40px !important;
}
body .p-4 {
  padding-top: 40px !important;
}
@media only screen and (min-width: 782px) {
  body .pt-md-4 {
    padding-top: 40px !important;
  }
  body .p-md-4 {
    padding-top: 40px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .pt-lg-4 {
    padding-top: 40px !important;
  }
  body .p-lg-4 {
    padding-top: 40px !important;
  }
}
body .pt-5 {
  padding-top: 50px !important;
}
body .p-5 {
  padding-top: 50px !important;
}
@media only screen and (min-width: 782px) {
  body .pt-md-5 {
    padding-top: 50px !important;
  }
  body .p-md-5 {
    padding-top: 50px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .pt-lg-5 {
    padding-top: 50px !important;
  }
  body .p-lg-5 {
    padding-top: 50px !important;
  }
}
body .pt-6 {
  padding-top: 60px !important;
}
body .p-6 {
  padding-top: 60px !important;
}
@media only screen and (min-width: 782px) {
  body .pt-md-6 {
    padding-top: 60px !important;
  }
  body .p-md-6 {
    padding-top: 60px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .pt-lg-6 {
    padding-top: 60px !important;
  }
  body .p-lg-6 {
    padding-top: 60px !important;
  }
}
body .pt-7 {
  padding-top: 70px !important;
}
body .p-7 {
  padding-top: 70px !important;
}
@media only screen and (min-width: 782px) {
  body .pt-md-7 {
    padding-top: 70px !important;
  }
  body .p-md-7 {
    padding-top: 70px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .pt-lg-7 {
    padding-top: 70px !important;
  }
  body .p-lg-7 {
    padding-top: 70px !important;
  }
}
body .pt-8 {
  padding-top: 80px !important;
}
body .p-8 {
  padding-top: 80px !important;
}
@media only screen and (min-width: 782px) {
  body .pt-md-8 {
    padding-top: 80px !important;
  }
  body .p-md-8 {
    padding-top: 80px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .pt-lg-8 {
    padding-top: 80px !important;
  }
  body .p-lg-8 {
    padding-top: 80px !important;
  }
}
body .pt-9 {
  padding-top: 90px !important;
}
body .p-9 {
  padding-top: 90px !important;
}
@media only screen and (min-width: 782px) {
  body .pt-md-9 {
    padding-top: 90px !important;
  }
  body .p-md-9 {
    padding-top: 90px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .pt-lg-9 {
    padding-top: 90px !important;
  }
  body .p-lg-9 {
    padding-top: 90px !important;
  }
}
body .pt-10 {
  padding-top: 100px !important;
}
body .p-10 {
  padding-top: 100px !important;
}
@media only screen and (min-width: 782px) {
  body .pt-md-10 {
    padding-top: 100px !important;
  }
  body .p-md-10 {
    padding-top: 100px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .pt-lg-10 {
    padding-top: 100px !important;
  }
  body .p-lg-10 {
    padding-top: 100px !important;
  }
}
body .pt-11 {
  padding-top: 110px !important;
}
body .p-11 {
  padding-top: 110px !important;
}
@media only screen and (min-width: 782px) {
  body .pt-md-11 {
    padding-top: 110px !important;
  }
  body .p-md-11 {
    padding-top: 110px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .pt-lg-11 {
    padding-top: 110px !important;
  }
  body .p-lg-11 {
    padding-top: 110px !important;
  }
}
body .pt-12 {
  padding-top: 120px !important;
}
body .p-12 {
  padding-top: 120px !important;
}
@media only screen and (min-width: 782px) {
  body .pt-md-12 {
    padding-top: 120px !important;
  }
  body .p-md-12 {
    padding-top: 120px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .pt-lg-12 {
    padding-top: 120px !important;
  }
  body .p-lg-12 {
    padding-top: 120px !important;
  }
}
body .pt-13 {
  padding-top: 130px !important;
}
body .p-13 {
  padding-top: 130px !important;
}
@media only screen and (min-width: 782px) {
  body .pt-md-13 {
    padding-top: 130px !important;
  }
  body .p-md-13 {
    padding-top: 130px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .pt-lg-13 {
    padding-top: 130px !important;
  }
  body .p-lg-13 {
    padding-top: 130px !important;
  }
}
body .pt-14 {
  padding-top: 140px !important;
}
body .p-14 {
  padding-top: 140px !important;
}
@media only screen and (min-width: 782px) {
  body .pt-md-14 {
    padding-top: 140px !important;
  }
  body .p-md-14 {
    padding-top: 140px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .pt-lg-14 {
    padding-top: 140px !important;
  }
  body .p-lg-14 {
    padding-top: 140px !important;
  }
}
body .pt-15 {
  padding-top: 150px !important;
}
body .p-15 {
  padding-top: 150px !important;
}
@media only screen and (min-width: 782px) {
  body .pt-md-15 {
    padding-top: 150px !important;
  }
  body .p-md-15 {
    padding-top: 150px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .pt-lg-15 {
    padding-top: 150px !important;
  }
  body .p-lg-15 {
    padding-top: 150px !important;
  }
}
body .pt-16 {
  padding-top: 160px !important;
}
body .p-16 {
  padding-top: 160px !important;
}
@media only screen and (min-width: 782px) {
  body .pt-md-16 {
    padding-top: 160px !important;
  }
  body .p-md-16 {
    padding-top: 160px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .pt-lg-16 {
    padding-top: 160px !important;
  }
  body .p-lg-16 {
    padding-top: 160px !important;
  }
}
body .pt-17 {
  padding-top: 170px !important;
}
body .p-17 {
  padding-top: 170px !important;
}
@media only screen and (min-width: 782px) {
  body .pt-md-17 {
    padding-top: 170px !important;
  }
  body .p-md-17 {
    padding-top: 170px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .pt-lg-17 {
    padding-top: 170px !important;
  }
  body .p-lg-17 {
    padding-top: 170px !important;
  }
}
body .pt-18 {
  padding-top: 180px !important;
}
body .p-18 {
  padding-top: 180px !important;
}
@media only screen and (min-width: 782px) {
  body .pt-md-18 {
    padding-top: 180px !important;
  }
  body .p-md-18 {
    padding-top: 180px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .pt-lg-18 {
    padding-top: 180px !important;
  }
  body .p-lg-18 {
    padding-top: 180px !important;
  }
}
body .pt-19 {
  padding-top: 190px !important;
}
body .p-19 {
  padding-top: 190px !important;
}
@media only screen and (min-width: 782px) {
  body .pt-md-19 {
    padding-top: 190px !important;
  }
  body .p-md-19 {
    padding-top: 190px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .pt-lg-19 {
    padding-top: 190px !important;
  }
  body .p-lg-19 {
    padding-top: 190px !important;
  }
}
body .pt-20 {
  padding-top: 200px !important;
}
body .p-20 {
  padding-top: 200px !important;
}
@media only screen and (min-width: 782px) {
  body .pt-md-20 {
    padding-top: 200px !important;
  }
  body .p-md-20 {
    padding-top: 200px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .pt-lg-20 {
    padding-top: 200px !important;
  }
  body .p-lg-20 {
    padding-top: 200px !important;
  }
}
body .pr-0 {
  padding-right: 0px !important;
}
body .p-0 {
  padding-right: 0px !important;
}
@media only screen and (min-width: 782px) {
  body .pr-md-0 {
    padding-right: 0px !important;
  }
  body .p-md-0 {
    padding-right: 0px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .pr-lg-0 {
    padding-right: 0px !important;
  }
  body .p-lg-0 {
    padding-right: 0px !important;
  }
}
body .pr-1 {
  padding-right: 10px !important;
}
body .p-1 {
  padding-right: 10px !important;
}
@media only screen and (min-width: 782px) {
  body .pr-md-1 {
    padding-right: 10px !important;
  }
  body .p-md-1 {
    padding-right: 10px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .pr-lg-1 {
    padding-right: 10px !important;
  }
  body .p-lg-1 {
    padding-right: 10px !important;
  }
}
body .pr-2 {
  padding-right: 20px !important;
}
body .p-2 {
  padding-right: 20px !important;
}
@media only screen and (min-width: 782px) {
  body .pr-md-2 {
    padding-right: 20px !important;
  }
  body .p-md-2 {
    padding-right: 20px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .pr-lg-2 {
    padding-right: 20px !important;
  }
  body .p-lg-2 {
    padding-right: 20px !important;
  }
}
body .pr-3 {
  padding-right: 30px !important;
}
body .p-3 {
  padding-right: 30px !important;
}
@media only screen and (min-width: 782px) {
  body .pr-md-3 {
    padding-right: 30px !important;
  }
  body .p-md-3 {
    padding-right: 30px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .pr-lg-3 {
    padding-right: 30px !important;
  }
  body .p-lg-3 {
    padding-right: 30px !important;
  }
}
body .pr-4 {
  padding-right: 40px !important;
}
body .p-4 {
  padding-right: 40px !important;
}
@media only screen and (min-width: 782px) {
  body .pr-md-4 {
    padding-right: 40px !important;
  }
  body .p-md-4 {
    padding-right: 40px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .pr-lg-4 {
    padding-right: 40px !important;
  }
  body .p-lg-4 {
    padding-right: 40px !important;
  }
}
body .pr-5 {
  padding-right: 50px !important;
}
body .p-5 {
  padding-right: 50px !important;
}
@media only screen and (min-width: 782px) {
  body .pr-md-5 {
    padding-right: 50px !important;
  }
  body .p-md-5 {
    padding-right: 50px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .pr-lg-5 {
    padding-right: 50px !important;
  }
  body .p-lg-5 {
    padding-right: 50px !important;
  }
}
body .pr-6 {
  padding-right: 60px !important;
}
body .p-6 {
  padding-right: 60px !important;
}
@media only screen and (min-width: 782px) {
  body .pr-md-6 {
    padding-right: 60px !important;
  }
  body .p-md-6 {
    padding-right: 60px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .pr-lg-6 {
    padding-right: 60px !important;
  }
  body .p-lg-6 {
    padding-right: 60px !important;
  }
}
body .pr-7 {
  padding-right: 70px !important;
}
body .p-7 {
  padding-right: 70px !important;
}
@media only screen and (min-width: 782px) {
  body .pr-md-7 {
    padding-right: 70px !important;
  }
  body .p-md-7 {
    padding-right: 70px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .pr-lg-7 {
    padding-right: 70px !important;
  }
  body .p-lg-7 {
    padding-right: 70px !important;
  }
}
body .pr-8 {
  padding-right: 80px !important;
}
body .p-8 {
  padding-right: 80px !important;
}
@media only screen and (min-width: 782px) {
  body .pr-md-8 {
    padding-right: 80px !important;
  }
  body .p-md-8 {
    padding-right: 80px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .pr-lg-8 {
    padding-right: 80px !important;
  }
  body .p-lg-8 {
    padding-right: 80px !important;
  }
}
body .pr-9 {
  padding-right: 90px !important;
}
body .p-9 {
  padding-right: 90px !important;
}
@media only screen and (min-width: 782px) {
  body .pr-md-9 {
    padding-right: 90px !important;
  }
  body .p-md-9 {
    padding-right: 90px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .pr-lg-9 {
    padding-right: 90px !important;
  }
  body .p-lg-9 {
    padding-right: 90px !important;
  }
}
body .pr-10 {
  padding-right: 100px !important;
}
body .p-10 {
  padding-right: 100px !important;
}
@media only screen and (min-width: 782px) {
  body .pr-md-10 {
    padding-right: 100px !important;
  }
  body .p-md-10 {
    padding-right: 100px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .pr-lg-10 {
    padding-right: 100px !important;
  }
  body .p-lg-10 {
    padding-right: 100px !important;
  }
}
body .pr-11 {
  padding-right: 110px !important;
}
body .p-11 {
  padding-right: 110px !important;
}
@media only screen and (min-width: 782px) {
  body .pr-md-11 {
    padding-right: 110px !important;
  }
  body .p-md-11 {
    padding-right: 110px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .pr-lg-11 {
    padding-right: 110px !important;
  }
  body .p-lg-11 {
    padding-right: 110px !important;
  }
}
body .pr-12 {
  padding-right: 120px !important;
}
body .p-12 {
  padding-right: 120px !important;
}
@media only screen and (min-width: 782px) {
  body .pr-md-12 {
    padding-right: 120px !important;
  }
  body .p-md-12 {
    padding-right: 120px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .pr-lg-12 {
    padding-right: 120px !important;
  }
  body .p-lg-12 {
    padding-right: 120px !important;
  }
}
body .pr-13 {
  padding-right: 130px !important;
}
body .p-13 {
  padding-right: 130px !important;
}
@media only screen and (min-width: 782px) {
  body .pr-md-13 {
    padding-right: 130px !important;
  }
  body .p-md-13 {
    padding-right: 130px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .pr-lg-13 {
    padding-right: 130px !important;
  }
  body .p-lg-13 {
    padding-right: 130px !important;
  }
}
body .pr-14 {
  padding-right: 140px !important;
}
body .p-14 {
  padding-right: 140px !important;
}
@media only screen and (min-width: 782px) {
  body .pr-md-14 {
    padding-right: 140px !important;
  }
  body .p-md-14 {
    padding-right: 140px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .pr-lg-14 {
    padding-right: 140px !important;
  }
  body .p-lg-14 {
    padding-right: 140px !important;
  }
}
body .pr-15 {
  padding-right: 150px !important;
}
body .p-15 {
  padding-right: 150px !important;
}
@media only screen and (min-width: 782px) {
  body .pr-md-15 {
    padding-right: 150px !important;
  }
  body .p-md-15 {
    padding-right: 150px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .pr-lg-15 {
    padding-right: 150px !important;
  }
  body .p-lg-15 {
    padding-right: 150px !important;
  }
}
body .pr-16 {
  padding-right: 160px !important;
}
body .p-16 {
  padding-right: 160px !important;
}
@media only screen and (min-width: 782px) {
  body .pr-md-16 {
    padding-right: 160px !important;
  }
  body .p-md-16 {
    padding-right: 160px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .pr-lg-16 {
    padding-right: 160px !important;
  }
  body .p-lg-16 {
    padding-right: 160px !important;
  }
}
body .pr-17 {
  padding-right: 170px !important;
}
body .p-17 {
  padding-right: 170px !important;
}
@media only screen and (min-width: 782px) {
  body .pr-md-17 {
    padding-right: 170px !important;
  }
  body .p-md-17 {
    padding-right: 170px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .pr-lg-17 {
    padding-right: 170px !important;
  }
  body .p-lg-17 {
    padding-right: 170px !important;
  }
}
body .pr-18 {
  padding-right: 180px !important;
}
body .p-18 {
  padding-right: 180px !important;
}
@media only screen and (min-width: 782px) {
  body .pr-md-18 {
    padding-right: 180px !important;
  }
  body .p-md-18 {
    padding-right: 180px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .pr-lg-18 {
    padding-right: 180px !important;
  }
  body .p-lg-18 {
    padding-right: 180px !important;
  }
}
body .pr-19 {
  padding-right: 190px !important;
}
body .p-19 {
  padding-right: 190px !important;
}
@media only screen and (min-width: 782px) {
  body .pr-md-19 {
    padding-right: 190px !important;
  }
  body .p-md-19 {
    padding-right: 190px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .pr-lg-19 {
    padding-right: 190px !important;
  }
  body .p-lg-19 {
    padding-right: 190px !important;
  }
}
body .pr-20 {
  padding-right: 200px !important;
}
body .p-20 {
  padding-right: 200px !important;
}
@media only screen and (min-width: 782px) {
  body .pr-md-20 {
    padding-right: 200px !important;
  }
  body .p-md-20 {
    padding-right: 200px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .pr-lg-20 {
    padding-right: 200px !important;
  }
  body .p-lg-20 {
    padding-right: 200px !important;
  }
}
body .pb-0 {
  padding-bottom: 0px !important;
}
body .p-0 {
  padding-bottom: 0px !important;
}
@media only screen and (min-width: 782px) {
  body .pb-md-0 {
    padding-bottom: 0px !important;
  }
  body .p-md-0 {
    padding-bottom: 0px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .pb-lg-0 {
    padding-bottom: 0px !important;
  }
  body .p-lg-0 {
    padding-bottom: 0px !important;
  }
}
body .pb-1 {
  padding-bottom: 10px !important;
}
body .p-1 {
  padding-bottom: 10px !important;
}
@media only screen and (min-width: 782px) {
  body .pb-md-1 {
    padding-bottom: 10px !important;
  }
  body .p-md-1 {
    padding-bottom: 10px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .pb-lg-1 {
    padding-bottom: 10px !important;
  }
  body .p-lg-1 {
    padding-bottom: 10px !important;
  }
}
body .pb-2 {
  padding-bottom: 20px !important;
}
body .p-2 {
  padding-bottom: 20px !important;
}
@media only screen and (min-width: 782px) {
  body .pb-md-2 {
    padding-bottom: 20px !important;
  }
  body .p-md-2 {
    padding-bottom: 20px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .pb-lg-2 {
    padding-bottom: 20px !important;
  }
  body .p-lg-2 {
    padding-bottom: 20px !important;
  }
}
body .pb-3 {
  padding-bottom: 30px !important;
}
body .p-3 {
  padding-bottom: 30px !important;
}
@media only screen and (min-width: 782px) {
  body .pb-md-3 {
    padding-bottom: 30px !important;
  }
  body .p-md-3 {
    padding-bottom: 30px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .pb-lg-3 {
    padding-bottom: 30px !important;
  }
  body .p-lg-3 {
    padding-bottom: 30px !important;
  }
}
body .pb-4 {
  padding-bottom: 40px !important;
}
body .p-4 {
  padding-bottom: 40px !important;
}
@media only screen and (min-width: 782px) {
  body .pb-md-4 {
    padding-bottom: 40px !important;
  }
  body .p-md-4 {
    padding-bottom: 40px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .pb-lg-4 {
    padding-bottom: 40px !important;
  }
  body .p-lg-4 {
    padding-bottom: 40px !important;
  }
}
body .pb-5 {
  padding-bottom: 50px !important;
}
body .p-5 {
  padding-bottom: 50px !important;
}
@media only screen and (min-width: 782px) {
  body .pb-md-5 {
    padding-bottom: 50px !important;
  }
  body .p-md-5 {
    padding-bottom: 50px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .pb-lg-5 {
    padding-bottom: 50px !important;
  }
  body .p-lg-5 {
    padding-bottom: 50px !important;
  }
}
body .pb-6 {
  padding-bottom: 60px !important;
}
body .p-6 {
  padding-bottom: 60px !important;
}
@media only screen and (min-width: 782px) {
  body .pb-md-6 {
    padding-bottom: 60px !important;
  }
  body .p-md-6 {
    padding-bottom: 60px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .pb-lg-6 {
    padding-bottom: 60px !important;
  }
  body .p-lg-6 {
    padding-bottom: 60px !important;
  }
}
body .pb-7 {
  padding-bottom: 70px !important;
}
body .p-7 {
  padding-bottom: 70px !important;
}
@media only screen and (min-width: 782px) {
  body .pb-md-7 {
    padding-bottom: 70px !important;
  }
  body .p-md-7 {
    padding-bottom: 70px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .pb-lg-7 {
    padding-bottom: 70px !important;
  }
  body .p-lg-7 {
    padding-bottom: 70px !important;
  }
}
body .pb-8 {
  padding-bottom: 80px !important;
}
body .p-8 {
  padding-bottom: 80px !important;
}
@media only screen and (min-width: 782px) {
  body .pb-md-8 {
    padding-bottom: 80px !important;
  }
  body .p-md-8 {
    padding-bottom: 80px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .pb-lg-8 {
    padding-bottom: 80px !important;
  }
  body .p-lg-8 {
    padding-bottom: 80px !important;
  }
}
body .pb-9 {
  padding-bottom: 90px !important;
}
body .p-9 {
  padding-bottom: 90px !important;
}
@media only screen and (min-width: 782px) {
  body .pb-md-9 {
    padding-bottom: 90px !important;
  }
  body .p-md-9 {
    padding-bottom: 90px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .pb-lg-9 {
    padding-bottom: 90px !important;
  }
  body .p-lg-9 {
    padding-bottom: 90px !important;
  }
}
body .pb-10 {
  padding-bottom: 100px !important;
}
body .p-10 {
  padding-bottom: 100px !important;
}
@media only screen and (min-width: 782px) {
  body .pb-md-10 {
    padding-bottom: 100px !important;
  }
  body .p-md-10 {
    padding-bottom: 100px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .pb-lg-10 {
    padding-bottom: 100px !important;
  }
  body .p-lg-10 {
    padding-bottom: 100px !important;
  }
}
body .pb-11 {
  padding-bottom: 110px !important;
}
body .p-11 {
  padding-bottom: 110px !important;
}
@media only screen and (min-width: 782px) {
  body .pb-md-11 {
    padding-bottom: 110px !important;
  }
  body .p-md-11 {
    padding-bottom: 110px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .pb-lg-11 {
    padding-bottom: 110px !important;
  }
  body .p-lg-11 {
    padding-bottom: 110px !important;
  }
}
body .pb-12 {
  padding-bottom: 120px !important;
}
body .p-12 {
  padding-bottom: 120px !important;
}
@media only screen and (min-width: 782px) {
  body .pb-md-12 {
    padding-bottom: 120px !important;
  }
  body .p-md-12 {
    padding-bottom: 120px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .pb-lg-12 {
    padding-bottom: 120px !important;
  }
  body .p-lg-12 {
    padding-bottom: 120px !important;
  }
}
body .pb-13 {
  padding-bottom: 130px !important;
}
body .p-13 {
  padding-bottom: 130px !important;
}
@media only screen and (min-width: 782px) {
  body .pb-md-13 {
    padding-bottom: 130px !important;
  }
  body .p-md-13 {
    padding-bottom: 130px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .pb-lg-13 {
    padding-bottom: 130px !important;
  }
  body .p-lg-13 {
    padding-bottom: 130px !important;
  }
}
body .pb-14 {
  padding-bottom: 140px !important;
}
body .p-14 {
  padding-bottom: 140px !important;
}
@media only screen and (min-width: 782px) {
  body .pb-md-14 {
    padding-bottom: 140px !important;
  }
  body .p-md-14 {
    padding-bottom: 140px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .pb-lg-14 {
    padding-bottom: 140px !important;
  }
  body .p-lg-14 {
    padding-bottom: 140px !important;
  }
}
body .pb-15 {
  padding-bottom: 150px !important;
}
body .p-15 {
  padding-bottom: 150px !important;
}
@media only screen and (min-width: 782px) {
  body .pb-md-15 {
    padding-bottom: 150px !important;
  }
  body .p-md-15 {
    padding-bottom: 150px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .pb-lg-15 {
    padding-bottom: 150px !important;
  }
  body .p-lg-15 {
    padding-bottom: 150px !important;
  }
}
body .pb-16 {
  padding-bottom: 160px !important;
}
body .p-16 {
  padding-bottom: 160px !important;
}
@media only screen and (min-width: 782px) {
  body .pb-md-16 {
    padding-bottom: 160px !important;
  }
  body .p-md-16 {
    padding-bottom: 160px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .pb-lg-16 {
    padding-bottom: 160px !important;
  }
  body .p-lg-16 {
    padding-bottom: 160px !important;
  }
}
body .pb-17 {
  padding-bottom: 170px !important;
}
body .p-17 {
  padding-bottom: 170px !important;
}
@media only screen and (min-width: 782px) {
  body .pb-md-17 {
    padding-bottom: 170px !important;
  }
  body .p-md-17 {
    padding-bottom: 170px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .pb-lg-17 {
    padding-bottom: 170px !important;
  }
  body .p-lg-17 {
    padding-bottom: 170px !important;
  }
}
body .pb-18 {
  padding-bottom: 180px !important;
}
body .p-18 {
  padding-bottom: 180px !important;
}
@media only screen and (min-width: 782px) {
  body .pb-md-18 {
    padding-bottom: 180px !important;
  }
  body .p-md-18 {
    padding-bottom: 180px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .pb-lg-18 {
    padding-bottom: 180px !important;
  }
  body .p-lg-18 {
    padding-bottom: 180px !important;
  }
}
body .pb-19 {
  padding-bottom: 190px !important;
}
body .p-19 {
  padding-bottom: 190px !important;
}
@media only screen and (min-width: 782px) {
  body .pb-md-19 {
    padding-bottom: 190px !important;
  }
  body .p-md-19 {
    padding-bottom: 190px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .pb-lg-19 {
    padding-bottom: 190px !important;
  }
  body .p-lg-19 {
    padding-bottom: 190px !important;
  }
}
body .pb-20 {
  padding-bottom: 200px !important;
}
body .p-20 {
  padding-bottom: 200px !important;
}
@media only screen and (min-width: 782px) {
  body .pb-md-20 {
    padding-bottom: 200px !important;
  }
  body .p-md-20 {
    padding-bottom: 200px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .pb-lg-20 {
    padding-bottom: 200px !important;
  }
  body .p-lg-20 {
    padding-bottom: 200px !important;
  }
}
body .pl-0 {
  padding-left: 0px !important;
}
body .p-0 {
  padding-left: 0px !important;
}
@media only screen and (min-width: 782px) {
  body .pl-md-0 {
    padding-left: 0px !important;
  }
  body .p-md-0 {
    padding-left: 0px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .pl-lg-0 {
    padding-left: 0px !important;
  }
  body .p-lg-0 {
    padding-left: 0px !important;
  }
}
body .pl-1 {
  padding-left: 10px !important;
}
body .p-1 {
  padding-left: 10px !important;
}
@media only screen and (min-width: 782px) {
  body .pl-md-1 {
    padding-left: 10px !important;
  }
  body .p-md-1 {
    padding-left: 10px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .pl-lg-1 {
    padding-left: 10px !important;
  }
  body .p-lg-1 {
    padding-left: 10px !important;
  }
}
body .pl-2 {
  padding-left: 20px !important;
}
body .p-2 {
  padding-left: 20px !important;
}
@media only screen and (min-width: 782px) {
  body .pl-md-2 {
    padding-left: 20px !important;
  }
  body .p-md-2 {
    padding-left: 20px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .pl-lg-2 {
    padding-left: 20px !important;
  }
  body .p-lg-2 {
    padding-left: 20px !important;
  }
}
body .pl-3 {
  padding-left: 30px !important;
}
body .p-3 {
  padding-left: 30px !important;
}
@media only screen and (min-width: 782px) {
  body .pl-md-3 {
    padding-left: 30px !important;
  }
  body .p-md-3 {
    padding-left: 30px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .pl-lg-3 {
    padding-left: 30px !important;
  }
  body .p-lg-3 {
    padding-left: 30px !important;
  }
}
body .pl-4 {
  padding-left: 40px !important;
}
body .p-4 {
  padding-left: 40px !important;
}
@media only screen and (min-width: 782px) {
  body .pl-md-4 {
    padding-left: 40px !important;
  }
  body .p-md-4 {
    padding-left: 40px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .pl-lg-4 {
    padding-left: 40px !important;
  }
  body .p-lg-4 {
    padding-left: 40px !important;
  }
}
body .pl-5 {
  padding-left: 50px !important;
}
body .p-5 {
  padding-left: 50px !important;
}
@media only screen and (min-width: 782px) {
  body .pl-md-5 {
    padding-left: 50px !important;
  }
  body .p-md-5 {
    padding-left: 50px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .pl-lg-5 {
    padding-left: 50px !important;
  }
  body .p-lg-5 {
    padding-left: 50px !important;
  }
}
body .pl-6 {
  padding-left: 60px !important;
}
body .p-6 {
  padding-left: 60px !important;
}
@media only screen and (min-width: 782px) {
  body .pl-md-6 {
    padding-left: 60px !important;
  }
  body .p-md-6 {
    padding-left: 60px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .pl-lg-6 {
    padding-left: 60px !important;
  }
  body .p-lg-6 {
    padding-left: 60px !important;
  }
}
body .pl-7 {
  padding-left: 70px !important;
}
body .p-7 {
  padding-left: 70px !important;
}
@media only screen and (min-width: 782px) {
  body .pl-md-7 {
    padding-left: 70px !important;
  }
  body .p-md-7 {
    padding-left: 70px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .pl-lg-7 {
    padding-left: 70px !important;
  }
  body .p-lg-7 {
    padding-left: 70px !important;
  }
}
body .pl-8 {
  padding-left: 80px !important;
}
body .p-8 {
  padding-left: 80px !important;
}
@media only screen and (min-width: 782px) {
  body .pl-md-8 {
    padding-left: 80px !important;
  }
  body .p-md-8 {
    padding-left: 80px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .pl-lg-8 {
    padding-left: 80px !important;
  }
  body .p-lg-8 {
    padding-left: 80px !important;
  }
}
body .pl-9 {
  padding-left: 90px !important;
}
body .p-9 {
  padding-left: 90px !important;
}
@media only screen and (min-width: 782px) {
  body .pl-md-9 {
    padding-left: 90px !important;
  }
  body .p-md-9 {
    padding-left: 90px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .pl-lg-9 {
    padding-left: 90px !important;
  }
  body .p-lg-9 {
    padding-left: 90px !important;
  }
}
body .pl-10 {
  padding-left: 100px !important;
}
body .p-10 {
  padding-left: 100px !important;
}
@media only screen and (min-width: 782px) {
  body .pl-md-10 {
    padding-left: 100px !important;
  }
  body .p-md-10 {
    padding-left: 100px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .pl-lg-10 {
    padding-left: 100px !important;
  }
  body .p-lg-10 {
    padding-left: 100px !important;
  }
}
body .pl-11 {
  padding-left: 110px !important;
}
body .p-11 {
  padding-left: 110px !important;
}
@media only screen and (min-width: 782px) {
  body .pl-md-11 {
    padding-left: 110px !important;
  }
  body .p-md-11 {
    padding-left: 110px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .pl-lg-11 {
    padding-left: 110px !important;
  }
  body .p-lg-11 {
    padding-left: 110px !important;
  }
}
body .pl-12 {
  padding-left: 120px !important;
}
body .p-12 {
  padding-left: 120px !important;
}
@media only screen and (min-width: 782px) {
  body .pl-md-12 {
    padding-left: 120px !important;
  }
  body .p-md-12 {
    padding-left: 120px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .pl-lg-12 {
    padding-left: 120px !important;
  }
  body .p-lg-12 {
    padding-left: 120px !important;
  }
}
body .pl-13 {
  padding-left: 130px !important;
}
body .p-13 {
  padding-left: 130px !important;
}
@media only screen and (min-width: 782px) {
  body .pl-md-13 {
    padding-left: 130px !important;
  }
  body .p-md-13 {
    padding-left: 130px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .pl-lg-13 {
    padding-left: 130px !important;
  }
  body .p-lg-13 {
    padding-left: 130px !important;
  }
}
body .pl-14 {
  padding-left: 140px !important;
}
body .p-14 {
  padding-left: 140px !important;
}
@media only screen and (min-width: 782px) {
  body .pl-md-14 {
    padding-left: 140px !important;
  }
  body .p-md-14 {
    padding-left: 140px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .pl-lg-14 {
    padding-left: 140px !important;
  }
  body .p-lg-14 {
    padding-left: 140px !important;
  }
}
body .pl-15 {
  padding-left: 150px !important;
}
body .p-15 {
  padding-left: 150px !important;
}
@media only screen and (min-width: 782px) {
  body .pl-md-15 {
    padding-left: 150px !important;
  }
  body .p-md-15 {
    padding-left: 150px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .pl-lg-15 {
    padding-left: 150px !important;
  }
  body .p-lg-15 {
    padding-left: 150px !important;
  }
}
body .pl-16 {
  padding-left: 160px !important;
}
body .p-16 {
  padding-left: 160px !important;
}
@media only screen and (min-width: 782px) {
  body .pl-md-16 {
    padding-left: 160px !important;
  }
  body .p-md-16 {
    padding-left: 160px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .pl-lg-16 {
    padding-left: 160px !important;
  }
  body .p-lg-16 {
    padding-left: 160px !important;
  }
}
body .pl-17 {
  padding-left: 170px !important;
}
body .p-17 {
  padding-left: 170px !important;
}
@media only screen and (min-width: 782px) {
  body .pl-md-17 {
    padding-left: 170px !important;
  }
  body .p-md-17 {
    padding-left: 170px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .pl-lg-17 {
    padding-left: 170px !important;
  }
  body .p-lg-17 {
    padding-left: 170px !important;
  }
}
body .pl-18 {
  padding-left: 180px !important;
}
body .p-18 {
  padding-left: 180px !important;
}
@media only screen and (min-width: 782px) {
  body .pl-md-18 {
    padding-left: 180px !important;
  }
  body .p-md-18 {
    padding-left: 180px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .pl-lg-18 {
    padding-left: 180px !important;
  }
  body .p-lg-18 {
    padding-left: 180px !important;
  }
}
body .pl-19 {
  padding-left: 190px !important;
}
body .p-19 {
  padding-left: 190px !important;
}
@media only screen and (min-width: 782px) {
  body .pl-md-19 {
    padding-left: 190px !important;
  }
  body .p-md-19 {
    padding-left: 190px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .pl-lg-19 {
    padding-left: 190px !important;
  }
  body .p-lg-19 {
    padding-left: 190px !important;
  }
}
body .pl-20 {
  padding-left: 200px !important;
}
body .p-20 {
  padding-left: 200px !important;
}
@media only screen and (min-width: 782px) {
  body .pl-md-20 {
    padding-left: 200px !important;
  }
  body .p-md-20 {
    padding-left: 200px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .pl-lg-20 {
    padding-left: 200px !important;
  }
  body .p-lg-20 {
    padding-left: 200px !important;
  }
}
body .p-0 {
  padding: 0 !important;
}
body .px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
body .py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
body .h-100 {
  height: 100%;
}
body .text-left {
  text-align: left;
}
body .text-center {
  text-align: center;
}
body .text-right {
  text-align: right;
}
@media only screen and (min-width: 782px) {
  body .text-md-left {
    text-align: left;
  }
  body .text-md-center {
    text-align: center;
  }
  body .text-md-right {
    text-align: right;
  }
}
body .d-none {
  display: none;
}
body .d-inline {
  display: inline;
}
body .d-inline-block {
  display: inline-block;
}
body .d-block {
  display: block;
}
body .d-flex {
  display: flex;
}
body .d-inline-flex {
  display: inline-flex;
}
body .flex-row {
  flex-direction: row;
}
body .flex-column {
  flex-direction: column;
}
body .flex-wrap {
  flex-wrap: wrap;
}
body .flex-nowrap {
  flex-wrap: nowrap;
}
body .flex-align-start {
  align-items: flex-start;
}
body .flex-align-end {
  align-items: flex-end;
}
body .flex-align-center {
  align-items: center;
}
body .relative {
  position: relative;
}
body .order-1 {
  order: 1;
}
body .order-2 {
  order: 2;
}
body .order-3 {
  order: 3;
}
body .order-4 {
  order: 4;
}
body .order-5 {
  order: 5;
}
body .justified-center {
  justify-content: center;
}
body .justified-between {
  justify-content: space-between;
}
body .justified-around {
  justify-content: space-around;
}
body .justified-start {
  justify-content: flex-start;
}
body .justified-end {
  justify-content: flex-end;
}
@media only screen and (min-width: 782px) {
  body .d-md-none {
    display: none;
  }
  body .d-md-inline {
    display: inline;
  }
  body .d-md-inline-block {
    display: inline-block;
  }
  body .d-md-block {
    display: block;
  }
  body .d-md-flex {
    display: flex;
  }
  body .d-md-inline-flex {
    display: inline-flex;
  }
  body .order-md-1 {
    order: 1;
  }
  body .order-md-2 {
    order: 2;
  }
  body .order-md-3 {
    order: 3;
  }
  body .justified-md-center {
    justify-content: center;
  }
  body .justified-md-between {
    justify-content: space-between;
  }
  body .justified-md-around {
    justify-content: space-around;
  }
  body .justified-md-start {
    justify-content: flex-start;
  }
  body .justified-md-end {
    justify-content: flex-end;
  }
}
@media only screen and (min-width: 1080px) {
  body .d-lg-none {
    display: none;
  }
  body .d-lg-inline {
    display: inline;
  }
  body .d-lg-inline-block {
    display: inline-block;
  }
  body .d-lg-block {
    display: block;
  }
  body .d-lg-flex {
    display: flex;
  }
  body .d-lg-inline-flex {
    display: inline-flex;
  }
  body .order-lg-1 {
    order: 1;
  }
  body .order-lg-2 {
    order: 2;
  }
  body .order-lg-3 {
    order: 3;
  }
  body .justified-lg-center {
    justify-content: center;
  }
  body .justified-lg-between {
    justify-content: space-between;
  }
  body .justified-lg-around {
    justify-content: space-around;
  }
  body .justified-lg-start {
    justify-content: flex-start;
  }
  body .justified-lg-end {
    justify-content: flex-end;
  }
}
body .max-w-200, body div.max-w-200 {
  max-width: 200px;
}
body .wp-block-buttons > .wp-block-button.max-w-200 {
  max-width: 200px;
}
@media only screen and (min-width: 782px) {
  body div.max-w-md-200 {
    max-width: 200px;
  }
  body .wp-block-buttons > .wp-block-button.max-w-md-200 {
    max-width: 200px;
  }
}
body .max-w-250, body div.max-w-250 {
  max-width: 250px;
}
body .wp-block-buttons > .wp-block-button.max-w-250 {
  max-width: 250px;
}
@media only screen and (min-width: 782px) {
  body div.max-w-md-250 {
    max-width: 250px;
  }
  body .wp-block-buttons > .wp-block-button.max-w-md-250 {
    max-width: 250px;
  }
}
body .max-w-260, body div.max-w-260 {
  max-width: 260px;
}
body .wp-block-buttons > .wp-block-button.max-w-260 {
  max-width: 260px;
}
@media only screen and (min-width: 782px) {
  body div.max-w-md-260 {
    max-width: 260px;
  }
  body .wp-block-buttons > .wp-block-button.max-w-md-260 {
    max-width: 260px;
  }
}
body .max-w-270, body div.max-w-270 {
  max-width: 270px;
}
body .wp-block-buttons > .wp-block-button.max-w-270 {
  max-width: 270px;
}
@media only screen and (min-width: 782px) {
  body div.max-w-md-270 {
    max-width: 270px;
  }
  body .wp-block-buttons > .wp-block-button.max-w-md-270 {
    max-width: 270px;
  }
}
body .max-w-280, body div.max-w-280 {
  max-width: 280px;
}
body .wp-block-buttons > .wp-block-button.max-w-280 {
  max-width: 280px;
}
@media only screen and (min-width: 782px) {
  body div.max-w-md-280 {
    max-width: 280px;
  }
  body .wp-block-buttons > .wp-block-button.max-w-md-280 {
    max-width: 280px;
  }
}
body .max-w-290, body div.max-w-290 {
  max-width: 290px;
}
body .wp-block-buttons > .wp-block-button.max-w-290 {
  max-width: 290px;
}
@media only screen and (min-width: 782px) {
  body div.max-w-md-290 {
    max-width: 290px;
  }
  body .wp-block-buttons > .wp-block-button.max-w-md-290 {
    max-width: 290px;
  }
}
body .max-w-300, body div.max-w-300 {
  max-width: 300px;
}
body .wp-block-buttons > .wp-block-button.max-w-300 {
  max-width: 300px;
}
@media only screen and (min-width: 782px) {
  body div.max-w-md-300 {
    max-width: 300px;
  }
  body .wp-block-buttons > .wp-block-button.max-w-md-300 {
    max-width: 300px;
  }
}
body .max-w-350, body div.max-w-350 {
  max-width: 350px;
}
body .wp-block-buttons > .wp-block-button.max-w-350 {
  max-width: 350px;
}
@media only screen and (min-width: 782px) {
  body div.max-w-md-350 {
    max-width: 350px;
  }
  body .wp-block-buttons > .wp-block-button.max-w-md-350 {
    max-width: 350px;
  }
}
body .max-w-400, body div.max-w-400 {
  max-width: 400px;
}
body .wp-block-buttons > .wp-block-button.max-w-400 {
  max-width: 400px;
}
@media only screen and (min-width: 782px) {
  body div.max-w-md-400 {
    max-width: 400px;
  }
  body .wp-block-buttons > .wp-block-button.max-w-md-400 {
    max-width: 400px;
  }
}
body .max-w-450, body div.max-w-450 {
  max-width: 450px;
}
body .wp-block-buttons > .wp-block-button.max-w-450 {
  max-width: 450px;
}
@media only screen and (min-width: 782px) {
  body div.max-w-md-450 {
    max-width: 450px;
  }
  body .wp-block-buttons > .wp-block-button.max-w-md-450 {
    max-width: 450px;
  }
}
body .max-w-500, body div.max-w-500 {
  max-width: 500px;
}
body .wp-block-buttons > .wp-block-button.max-w-500 {
  max-width: 500px;
}
@media only screen and (min-width: 782px) {
  body div.max-w-md-500 {
    max-width: 500px;
  }
  body .wp-block-buttons > .wp-block-button.max-w-md-500 {
    max-width: 500px;
  }
}
body .max-w-550, body div.max-w-550 {
  max-width: 550px;
}
body .wp-block-buttons > .wp-block-button.max-w-550 {
  max-width: 550px;
}
@media only screen and (min-width: 782px) {
  body div.max-w-md-550 {
    max-width: 550px;
  }
  body .wp-block-buttons > .wp-block-button.max-w-md-550 {
    max-width: 550px;
  }
}
body .max-w-600, body div.max-w-600 {
  max-width: 600px;
}
body .wp-block-buttons > .wp-block-button.max-w-600 {
  max-width: 600px;
}
@media only screen and (min-width: 782px) {
  body div.max-w-md-600 {
    max-width: 600px;
  }
  body .wp-block-buttons > .wp-block-button.max-w-md-600 {
    max-width: 600px;
  }
}
body .max-w-650, body div.max-w-650 {
  max-width: 650px;
}
body .wp-block-buttons > .wp-block-button.max-w-650 {
  max-width: 650px;
}
@media only screen and (min-width: 782px) {
  body div.max-w-md-650 {
    max-width: 650px;
  }
  body .wp-block-buttons > .wp-block-button.max-w-md-650 {
    max-width: 650px;
  }
}
body .max-w-700, body div.max-w-700 {
  max-width: 700px;
}
body .wp-block-buttons > .wp-block-button.max-w-700 {
  max-width: 700px;
}
@media only screen and (min-width: 782px) {
  body div.max-w-md-700 {
    max-width: 700px;
  }
  body .wp-block-buttons > .wp-block-button.max-w-md-700 {
    max-width: 700px;
  }
}
body .max-w-750, body div.max-w-750 {
  max-width: 750px;
}
body .wp-block-buttons > .wp-block-button.max-w-750 {
  max-width: 750px;
}
@media only screen and (min-width: 782px) {
  body div.max-w-md-750 {
    max-width: 750px;
  }
  body .wp-block-buttons > .wp-block-button.max-w-md-750 {
    max-width: 750px;
  }
}
body .max-w-800, body div.max-w-800 {
  max-width: 800px;
}
body .wp-block-buttons > .wp-block-button.max-w-800 {
  max-width: 800px;
}
@media only screen and (min-width: 782px) {
  body div.max-w-md-800 {
    max-width: 800px;
  }
  body .wp-block-buttons > .wp-block-button.max-w-md-800 {
    max-width: 800px;
  }
}
body .max-w-850, body div.max-w-850 {
  max-width: 850px;
}
body .wp-block-buttons > .wp-block-button.max-w-850 {
  max-width: 850px;
}
@media only screen and (min-width: 782px) {
  body div.max-w-md-850 {
    max-width: 850px;
  }
  body .wp-block-buttons > .wp-block-button.max-w-md-850 {
    max-width: 850px;
  }
}
body .max-w-900, body div.max-w-900 {
  max-width: 900px;
}
body .wp-block-buttons > .wp-block-button.max-w-900 {
  max-width: 900px;
}
@media only screen and (min-width: 782px) {
  body div.max-w-md-900 {
    max-width: 900px;
  }
  body .wp-block-buttons > .wp-block-button.max-w-md-900 {
    max-width: 900px;
  }
}
body .max-w-950, body div.max-w-950 {
  max-width: 950px;
}
body .wp-block-buttons > .wp-block-button.max-w-950 {
  max-width: 950px;
}
@media only screen and (min-width: 782px) {
  body div.max-w-md-950 {
    max-width: 950px;
  }
  body .wp-block-buttons > .wp-block-button.max-w-md-950 {
    max-width: 950px;
  }
}
body .max-w-1000, body div.max-w-1000 {
  max-width: 1000px;
}
body .wp-block-buttons > .wp-block-button.max-w-1000 {
  max-width: 1000px;
}
@media only screen and (min-width: 782px) {
  body div.max-w-md-1000 {
    max-width: 1000px;
  }
  body .wp-block-buttons > .wp-block-button.max-w-md-1000 {
    max-width: 1000px;
  }
}
body .max-w-1050, body div.max-w-1050 {
  max-width: 1050px;
}
body .wp-block-buttons > .wp-block-button.max-w-1050 {
  max-width: 1050px;
}
@media only screen and (min-width: 782px) {
  body div.max-w-md-1050 {
    max-width: 1050px;
  }
  body .wp-block-buttons > .wp-block-button.max-w-md-1050 {
    max-width: 1050px;
  }
}
body .max-w-1100, body div.max-w-1100 {
  max-width: 1100px;
}
body .wp-block-buttons > .wp-block-button.max-w-1100 {
  max-width: 1100px;
}
@media only screen and (min-width: 782px) {
  body div.max-w-md-1100 {
    max-width: 1100px;
  }
  body .wp-block-buttons > .wp-block-button.max-w-md-1100 {
    max-width: 1100px;
  }
}
body .max-w-1150, body div.max-w-1150 {
  max-width: 1150px;
}
body .wp-block-buttons > .wp-block-button.max-w-1150 {
  max-width: 1150px;
}
@media only screen and (min-width: 782px) {
  body div.max-w-md-1150 {
    max-width: 1150px;
  }
  body .wp-block-buttons > .wp-block-button.max-w-md-1150 {
    max-width: 1150px;
  }
}
body .max-w-1200, body div.max-w-1200 {
  max-width: 1200px;
}
body .wp-block-buttons > .wp-block-button.max-w-1200 {
  max-width: 1200px;
}
@media only screen and (min-width: 782px) {
  body div.max-w-md-1200 {
    max-width: 1200px;
  }
  body .wp-block-buttons > .wp-block-button.max-w-md-1200 {
    max-width: 1200px;
  }
}
body .max-w-1300, body div.max-w-1300 {
  max-width: 1300px;
}
body .wp-block-buttons > .wp-block-button.max-w-1300 {
  max-width: 1300px;
}
@media only screen and (min-width: 782px) {
  body div.max-w-md-1300 {
    max-width: 1300px;
  }
  body .wp-block-buttons > .wp-block-button.max-w-md-1300 {
    max-width: 1300px;
  }
}
body .max-w-1400, body div.max-w-1400 {
  max-width: 1400px;
}
body .wp-block-buttons > .wp-block-button.max-w-1400 {
  max-width: 1400px;
}
@media only screen and (min-width: 782px) {
  body div.max-w-md-1400 {
    max-width: 1400px;
  }
  body .wp-block-buttons > .wp-block-button.max-w-md-1400 {
    max-width: 1400px;
  }
}
body .border-radius-0 {
  border-radius: 0px;
  overflow: hidden;
}
@media only screen and (min-width: 782px) {
  body .border-radius-md-0 {
    border-radius: 0px;
    overflow: hidden;
  }
}
body .border-radius-1 {
  border-radius: 1px;
  overflow: hidden;
}
@media only screen and (min-width: 782px) {
  body .border-radius-md-1 {
    border-radius: 1px;
    overflow: hidden;
  }
}
body .border-radius-2 {
  border-radius: 2px;
  overflow: hidden;
}
@media only screen and (min-width: 782px) {
  body .border-radius-md-2 {
    border-radius: 2px;
    overflow: hidden;
  }
}
body .border-radius-3 {
  border-radius: 3px;
  overflow: hidden;
}
@media only screen and (min-width: 782px) {
  body .border-radius-md-3 {
    border-radius: 3px;
    overflow: hidden;
  }
}
body .border-radius-4 {
  border-radius: 4px;
  overflow: hidden;
}
@media only screen and (min-width: 782px) {
  body .border-radius-md-4 {
    border-radius: 4px;
    overflow: hidden;
  }
}
body .border-radius-5 {
  border-radius: 5px;
  overflow: hidden;
}
@media only screen and (min-width: 782px) {
  body .border-radius-md-5 {
    border-radius: 5px;
    overflow: hidden;
  }
}
body .border-radius-6 {
  border-radius: 6px;
  overflow: hidden;
}
@media only screen and (min-width: 782px) {
  body .border-radius-md-6 {
    border-radius: 6px;
    overflow: hidden;
  }
}
body .border-radius-7 {
  border-radius: 7px;
  overflow: hidden;
}
@media only screen and (min-width: 782px) {
  body .border-radius-md-7 {
    border-radius: 7px;
    overflow: hidden;
  }
}
body .border-radius-8 {
  border-radius: 8px;
  overflow: hidden;
}
@media only screen and (min-width: 782px) {
  body .border-radius-md-8 {
    border-radius: 8px;
    overflow: hidden;
  }
}
body .border-radius-9 {
  border-radius: 9px;
  overflow: hidden;
}
@media only screen and (min-width: 782px) {
  body .border-radius-md-9 {
    border-radius: 9px;
    overflow: hidden;
  }
}
body .border-radius-10 {
  border-radius: 10px;
  overflow: hidden;
}
@media only screen and (min-width: 782px) {
  body .border-radius-md-10 {
    border-radius: 10px;
    overflow: hidden;
  }
}
body .border-radius-15 {
  border-radius: 15px;
  overflow: hidden;
}
@media only screen and (min-width: 782px) {
  body .border-radius-md-15 {
    border-radius: 15px;
    overflow: hidden;
  }
}
body .border-radius-20 {
  border-radius: 20px;
  overflow: hidden;
}
@media only screen and (min-width: 782px) {
  body .border-radius-md-20 {
    border-radius: 20px;
    overflow: hidden;
  }
}
body .border-radius-25 {
  border-radius: 25px;
  overflow: hidden;
}
@media only screen and (min-width: 782px) {
  body .border-radius-md-25 {
    border-radius: 25px;
    overflow: hidden;
  }
}
body .border-radius-30 {
  border-radius: 30px;
  overflow: hidden;
}
@media only screen and (min-width: 782px) {
  body .border-radius-md-30 {
    border-radius: 30px;
    overflow: hidden;
  }
}
body .border-radius-35 {
  border-radius: 35px;
  overflow: hidden;
}
@media only screen and (min-width: 782px) {
  body .border-radius-md-35 {
    border-radius: 35px;
    overflow: hidden;
  }
}
body .border-radius-40 {
  border-radius: 40px;
  overflow: hidden;
}
@media only screen and (min-width: 782px) {
  body .border-radius-md-40 {
    border-radius: 40px;
    overflow: hidden;
  }
}
body .border-radius-45 {
  border-radius: 45px;
  overflow: hidden;
}
@media only screen and (min-width: 782px) {
  body .border-radius-md-45 {
    border-radius: 45px;
    overflow: hidden;
  }
}
body .border-radius-50 {
  border-radius: 50px;
  overflow: hidden;
}
@media only screen and (min-width: 782px) {
  body .border-radius-md-50 {
    border-radius: 50px;
    overflow: hidden;
  }
}
body .text-decoration-none, body .text-decoration-none * {
  text-decoration: none;
}
body .text-transform-none, body .text-transform-none * {
  text-transform: none;
}
body .primary-gradient {
  background: linear-gradient(0deg, rgba(23, 23, 25, 0), rgba(23, 23, 25, 0.04));
}

@media only screen and (min-width: 1400px) {
  .icon-box {
    min-height: 460px;
  }
}
@media only screen and (min-width: 1700px) {
  .icon-box {
    min-height: 366px;
  }
}

/*# sourceMappingURL=style.css.map*/
