@charset "UTF-8";
/*
---------------------------------------
BASIC STUFF AND TYPOGRAPHY
------------------------------------ */
/*
font-family:xxx;
*/
html {
  overflow-y: scroll;
}

article, aside, figure, footer, header, hgroup, nav, section {
  display: block;
}

.touch body {
  -webkit-text-size-adjust: none;
}

:focus {
  -moz-outline-style: none;
  outline: none;
}

* {
  font-variant-ligatures: none !important;
  -webkit-font-smoothing: antialiased;
}

body {
  margin: 0;
  font-size: 20px;
  line-height: 40px;
  font-family: "Mark", Helvetica, Arial, sans-serif;
  color: black;
  background: #F8F6FD;
}
.rplg .rplg-badge_left-fixed{
  z-index:2147482 !important;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 18px;
    line-height: 30px;
  }
}

p a {
  font-weight: bold;
  color: #7A2E8E;
}

a {
  color: inherit;
  text-decoration: none;
  outline: none;
  transition: all 0.2s ease-in-out;
}


/* our-team */
.terminal-menus li.hs-menu-item a {
    color: #7A2E8E;
}
body.hs-content-id-119935032581.hs-site-page.page .page_header_form {
    display: none;
}
body.hs-content-id-119935032581 .span12.widget-span.widget-type-cell.dnd-column {
    padding: 0;
  position: relative;
}
span#hs_cos_wrapper_widget_1686641900170_ h4 {
    font-size: 50px;
    font-weight: bolder;
}
body.hs-content-id-119935032581 .row-fluid-wrapper.row-depth-1.row-number-3.dnd-row {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
   width: 100%;
}
body.hs-content-id-119935032581 .row-fluid {
    display: flex;
      justify-content: center;
      flex-wrap: wrap;
}
body.hs-content-id-119935032581 .row-fluid h1 {
    margin: 0;
    line-height: 42px;
    font-size: 30px;
}
body.hs-content-id-119935032581 .row-number-4 .widget-span.widget-type-cell.dnd-column {
    width: 30%;
    flex-basis: unset;
    padding: 20px 12px;
}
body.hs-content-id-119935032581 .row-number-29 .span6.widget-span.widget-type-cell.dnd-column {
    width: 30%;
    flex-basis: unset;
}




a img {
  border: 0;
}

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

div.clear {
  clear: both;
}

h1, h5 {
  font-size: 130px;
  line-height: 130px;
  margin: 50px 0;
  font-weight: 900;
  color: #7A2E8E;
}
@media screen and (max-width: 767px) {
  h1, h5 {
    font-size: 40px;
    line-height: 50px;
    margin: 30px 0;
  }
}

h2 {
  font-size: 60px;
  line-height: 80px;
  margin: 40px 0;
  font-weight: 900;
  color: #7A2E8E;
}
@media screen and (max-width: 767px) {
  h2 {
    margin: 25px 0;
    font-size: 35px;
    line-height: 45px;
  }
}

h3 {
  font-size: 30px;
  line-height: 45px;
  margin: 20px 0;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  h3 {
    margin: 16px 0;
    font-size: 20px;
    line-height: 33px;
  }
}

h4 {
  font-size: 30px;
  line-height: 45px;
  margin: 20px 0;
  font-weight: bold;
  color: #7A2E8E;
}
@media screen and (max-width: 767px) {
  h4 {
    margin: 16px 0;
    font-size: 20px;
    line-height: 33px;
  }
}

h6 {
  font-size: 1.1111111111vw;
  line-height: 2.5vw;
  font-weight: normal;
  margin: 30px 0;
}
@media (max-width: 1260px) {
  h6 {
    font-size: 14px;
    line-height: 31.5px;
  }
}
@media (min-width: 1800px) {
  h6 {
    font-size: 20px;
    line-height: 45px;
  }
}

.multiply {
  mix-blend-mode: multiply;
}

/* ------------------------------------
HEADER
------------------------------------ */
nav {
  color: white;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  transition: all 0.5s ease-in-out;
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: white;
  box-shadow: 0 2px 50px 0 rgba(0, 0, 0, 0.06);
}
nav .nav_pre {
  height: 50px;
  padding: 23px 0 18px 170px;
  line-height: 0;
  background: #7A2E8E;
  color: white;
  position: relative;
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  nav .nav_pre {
    padding: 12px 0 12px 72px;
    height: 30px;
  }
}
nav .nav_pre .nav_contact {
  position: absolute;
  top: 18px;
  right: 35px;
  text-align: right;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  nav .nav_pre .nav_contact {
    font-size: 12px;
    line-height: 16px;
  }
}
nav .nav_pre .nav_contact span {
  margin-left: 15px;
}
@media screen and (max-width: 900px) {
  nav .nav_pre .nav_contact span.desktop_only {
    display: none;
  }
}
nav .nav_pre .nav_contact a {
  text-decoration: none;
  color: white;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  nav .nav_pre .nav_contact {
    top: 7px;
    right: 12px;
  }
}
nav .nav_inner {
  height: 110px;
  padding: 26px 0 26px 170px;
  background: white;
  position: relative;
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  nav .nav_inner {
    height: 64px;
    padding: 12px 0 12px 72px;
  }
}
@media screen and (max-width: 767px) {
  nav .nav_inner .logo img.logotype {
    width: 120px;
  }
}
nav .nav_inner .logo img.flutterby {
  position: absolute;
  left: 30px;
  top: -34px;
}
@media screen and (max-width: 767px) {
  nav .nav_inner .logo img.flutterby {
    left: 8px;
    top: -20px;
    width: 60px;
  }
}

/* ------------------------------------
NAVIGATION
------------------------------------ */
nav .hs-menu-wrapper ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
nav .hs-menu-wrapper ul li {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
nav .hs-menu-wrapper ul li a {
  font-size: 1.1111111111vw;
  line-height: 2.5vw;
  text-decoration: none;
  display: inline-block;
  padding: 0;
  overflow: hidden;
  color: white;
}
@media (max-width: 1080px) {
  nav .hs-menu-wrapper ul li a {
    font-size: 12px;
    line-height: 27px;
  }
}
@media (min-width: 1800px) {
  nav .hs-menu-wrapper ul li a {
    font-size: 20px;
    line-height: 45px;
  }
}
nav .hs-menu-wrapper ul li.active a, nav .hs-menu-wrapper ul li a:hover {
  color: #ccc;
}
nav .hs-menu-wrapper ul li.hs-item-has-children > a:after {
  display: inline-block;
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  transform: scale(0.6) translate(5px, 4px);
}
nav .hs-menu-wrapper ul li.hs-item-has-children ul {
  display: none;
  position: absolute;
  top: 3.3vw;
  left: 0;
  width: 15vw;
  min-width: 150px;
  border-radius: 2px;
  background: white;
  z-index: 8;
  box-shadow: 0 5px 16px 0 rgba(0, 0, 0, 0.06);
}
nav .hs-menu-wrapper ul li.hs-item-has-children ul li {
  display: block;
}
nav .hs-menu-wrapper ul li.hs-item-has-children ul li a {
  display: block;
  padding: 0.4166666667vw 1.7361111111vw;
  line-height: normal;
}
nav .hs-menu-wrapper ul li.hs-item-has-children ul li a:hover {
  color: #ccc;
}
nav .hs-menu-wrapper ul li.hs-item-has-children ul li:first-child a {
  padding-top: 1.3888888889vw;
}
nav .hs-menu-wrapper ul li.hs-item-has-children ul li:last-child a {
  padding-bottom: 1.3888888889vw;
}
nav .hs-menu-wrapper ul li.hs-item-has-children:hover ul {
  display: block;
}

.nav_spacer {
  height: 160px;
}
@media screen and (max-width: 767px) {
  .nav_spacer {
    height: 93px;
  }
}

@media screen and (max-width: 767px) {
  nav #hs_menu_wrapper_menu {
    display: none;
  }
}
/* MOBILE MENU */
/*DAMBURGER!*/
a.nav_toggle {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 110px;
  height: 110px;
  background: white;
  border-radius: 0;
  z-index: 999;
}
.nav_inner {
    display: flex;
    justify-content: space-between;
}
.terminal-menus ul.active-branch li a {
    color: #7A2E8E;
}
.terminal-menus  .hs-menu-wrapper ul li.active a {
    color: #7A2E8E;
    font-weight: 700;
}
.terminal-menus {
    padding-right: 0;
    width: 80%;
    text-align: center;
}
.terminal-menus  li.hs-menu-item {
    margin-left: 15px ;
}
@media screen and (max-width: 767px) {
  a.nav_toggle {
    width: 70px;
    height: 64px;
  }
  a.nav_toggle {
    display: block;
 }
  .terminal-menus {
    display: none;
  }
}

.hamburger {
  width: 40px;
  height: 15px;
  position: absolute;
  top: 40px;
  left: 35px;
}
@media screen and (max-width: 767px) {
  .hamburger {
    top: 16px;
    left: 14px;
  }
}

.hamburger div {
  position: absolute;
  height: 2px;
  width: 40px;
  left: 0;
  background: #7A2E8E;
  -webkit-transition: all 0.4s cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition: all 0.4s cubic-bezier(0.86, 0, 0.07, 1);
  -ms-transition: all 0.4s cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition: all 0.4s cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 0.4s cubic-bezier(0.86, 0, 0.07, 1);
}

.hamburger div.hamburger1 {
  top: 0;
}

.hamburger div.hamburger2 {
  top: 14px;
}

.hamburger div.hamburger3 {
  top: 28px;
}

.nav_on .hamburger div.hamburger1 {
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 14px !important;
}

.nav_on .hamburger div.hamburger2 {
  opacity: 0;
}

.nav_on .hamburger div.hamburger2, .nav_on .hamburger div.hamburger3 {
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 14px !important;
}

/*END OF DAMBURGER!*/
.mobile_menu {
  display: none;
  position: fixed;
  top: 160px;
  left: 0;
  height: calc(100vh - 160px);
  background: #7A2E8E;
  color: white;
  z-index: 998;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .mobile_menu {
    top: 93px;
    height: calc(100vh - 94px);
    overflow-y: scroll;
  }
}
.mobile_menu .mobile_menu_inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: table;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .mobile_menu .mobile_menu_inner {
    display: block;
  }
}
.mobile_menu .mobile_menu_inner .mobile_menu_inner2 {
  display: table-cell;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .mobile_menu .mobile_menu_inner .mobile_menu_inner2 {
    padding-bottom: 200px;
    display: block;
  }
}
.mobile_menu .mobile_menu_inner .hs-menu-wrapper ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mobile_menu .mobile_menu_inner .hs-menu-wrapper ul li {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
}
.mobile_menu .mobile_menu_inner .hs-menu-wrapper ul li a {
  font-size: 30px;
  line-height: 30px;
  text-decoration: none;
  display: block;
  padding: 18px 30px;
  overflow: hidden;
  color: white;
  position: relative;
}
@media screen and (max-width: 767px) {
  .mobile_menu .mobile_menu_inner .hs-menu-wrapper ul li a {
    font-size: 18px;
    line-height: 18px;
    border-top: 1px solid #8D43A0;
    padding: 14px 30px 18px 30px;
  }
}
.mobile_menu .mobile_menu_inner .hs-menu-wrapper ul li.hs-menu-depth-1.hs-item-has-children > a:after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 14px;
  line-height: 14px;
  color: #a771b5;
  margin-left: 8px;
  display: inline-block;
  vertical-align: 2px;
}
@media screen and (max-width: 767px) {
  .mobile_menu .mobile_menu_inner .hs-menu-wrapper ul li.hs-menu-depth-1.hs-item-has-children > a:after {
    display: block;
    position: absolute;
    top: 19px;
    right: 24px;
  }
}
.mobile_menu .mobile_menu_inner .hs-menu-wrapper ul li.expanded.hs-menu-depth-1.hs-item-has-children > a:after {
  content: "";
}
.mobile_menu .mobile_menu_inner .hs-menu-wrapper ul.hs-menu-children-wrapper {
  display: none;
  padding-bottom: 10px;
  max-width: 1000px;
  margin: 0 auto;
}
.mobile_menu .mobile_menu_inner .hs-menu-wrapper ul.hs-menu-children-wrapper li {
  display: inline;
  line-height: 0;
}
.mobile_menu .mobile_menu_inner .hs-menu-wrapper ul.hs-menu-children-wrapper li a {
  font-size: 18px;
  line-height: 18px;
  padding: 8px 12px;
  border: none;
  display: inline-block;
  color: #b988c6;
}
.mobile_menu .mobile_menu_inner .hs-menu-wrapper ul.hs-menu-children-wrapper li a:hover {
  color: white;
}
@media screen and (max-width: 767px) {
  .mobile_menu .mobile_menu_inner .hs-menu-wrapper ul.hs-menu-children-wrapper li a {
    display: block;
    font-size: 15px;
    line-height: 15px;
  }
}

/* ------------------------------------
GENERAL LAYOUT
------------------------------------ */
.content_modules .module_row {
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 767px) {
  .content_modules .module_row {
    display: block;
  }
}
.content_modules .module_row .module {
  position: relative;
  flex-grow: 1;
  display: flex;
  align-items: center;
}
.content_modules .module_row .module.module50 {
  flex-basis: 50%;
}
.content_modules .module_row .module.limit_width {
  max-width: 700px;
}
.content_modules .module_row .module .module_padded {
  padding: 8.3333333333vw;
  max-width: 520px;
  flex-basis: 100%;
}
@media screen and (max-width: 767px) {
  .content_modules .module_row .module .module_padded {
    padding: 20px;
  }
}
.content_modules .module_row.reverse {
  flex-direction: row-reverse;
}

.page_header {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
  background-image: url(https://4643441.fs1.hubspotusercontent-na1.net/hubfs/4643441/header_background.webp);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .page_header {
    display: block;
    background: #7A2E8E !important;
  }
}
.page_header .page_header_inner {
  flex-basis: 66.66%;
  padding: 3vw;
  display: flex;
  z-index: 1;
  position: relative;
  background-image: url(https://4643441.fs1.hubspotusercontent-na1.net/hubfs/4643441/header_background.webp);
  background-size: 1px 1px;
  background-position: -100px -100px;
  background-repeat: no-repeat;
}
.page_header .page_header_inner .page_header_text {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  .page_header .page_header_inner {
    flex-basis: 50%;
  }
}
@media screen and (max-width: 767px) {
  .page_header .page_header_inner {
    padding: 60px 20px;
    background-size: cover;
    background-position: center center;
  }
  .page_header .page_header_inner:after {
    display: block;
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #350642;
    opacity: 0.6;
  }
}
.page_header .page_header_inner h3 {
  color: white;
}
.page_header .page_header_inner h2 {
  color: white;
  font-size: 32px;
  line-height: 40px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .page_header .page_header_inner h2 {
    font-size: 20px;
    line-height: 30px;
  }
}
.page_header .page_header_inner h1 {
  color: white;
  margin: 0;
}
@media screen and (max-width: 1200px) {
  .page_header .page_header_inner h1 {
    font-size: 90px;
    line-height: 100px;
  }
}
@media screen and (max-width: 767px) {
  .page_header .page_header_inner h1 {
    font-size: 40px;
    line-height: 50px;
  }
}
.page_header .page_header_form {
  flex-basis: 33.33%;
  padding: 2vw;
  z-index: 1;
  color: white;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .page_header .page_header_form {
    flex-basis: 50%;
  }
}
@media screen and (max-width: 767px) {
  .page_header .page_header_form {
    padding: 20px;
  }
}
.page_header .page_header_form h3 {
  font-size: 50px;
  line-height: 60px;
  margin: 0;
  font-weight: 900;
}
@media screen and (max-width: 1200px) {
  .page_header .page_header_form h3 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media screen and (max-width: 767px) {
  .page_header .page_header_form h3 {
    font-size: 30px;
    line-height: 40px;
  }
}
.page_header .page_header_form form {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .page_header .page_header_form form {
    display: block;
  }
}
.page_header .page_header_form form * {
  flex-basis: 100%;
}
.page_header .page_header_form form .hs_firstname, .page_header .page_header_form form .hs_company, .page_header .page_header_form form .hs_phone, .page_header .page_header_form form .hs_email {
  flex-basis: 50%;
  flex-basis: calc(50% - 4px);
}
.page_header .page_header_form form label {
  display: none;
}
.page_header .page_header_form form .hs_submit input[type=submit] {
  width: 100%;
  background: white;
  color: #7A2E8E;
}
.page_header:after {
  display: block;
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #350642;
  opacity: 0.6;
}

/* ------------------------------------
DND MODULES
------------------------------------ */
.span1 {
  flex-basis: 8.333%;
}

.span3 {
  flex-basis: 25%;
}

.span4 {
  flex-basis: 33.333%;
}

.span6 {
  flex-basis: 50%;
}

.span8 {
  flex-basis: 66.666%;
}

.dnd-column {
  padding: 1.3888888889vw 2.0833333333vw;
}
@media screen and (max-width: 767px) {
  .dnd-column {
    padding: 20px;
  }
}

.content_modules .module_row {
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 767px) {
  .content_modules .module_row {
    display: block;
  }
}
.content_modules .module_row .module {
  position: relative;
  flex-grow: 1;
  display: flex;
  align-items: center;
}
.content_modules .module_row .module.module50 {
  flex-basis: 50%;
}
.content_modules .module_row .module.limit_width {
  max-width: 700px;
}
.content_modules .module_row .module .module_padded {
  padding: 8.3333333333vw;
  max-width: 520px;
  flex-basis: 100%;
}
@media screen and (max-width: 767px) {
  .content_modules .module_row .module .module_padded {
    padding: 20px;
  }
}
.content_modules .module_row.reverse {
  flex-direction: row-reverse;
}

.module_textimage {
  display: flex;
  flex-direction: row-reverse;
  max-width: 1400px;
  margin: 0 auto;
}
.module_textimage .dnd-column.module_textimage_image img {
  box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.12);
}
@media screen and (max-width: 767px) {
  .module_textimage {
    margin: -20px;
  }
}
.module_textimage .span6 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.module_textimage.reverse {
  flex-direction: row;
}
@media screen and (max-width: 767px) {
  .module_textimage {
    display: block;
    text-align: center;
  }
  .module_textimage .span6 {
    display: block;
  }
  .module_textimage .dnd-column.module_textimage_image {
    padding: 0;
  }
}

.module_inquiryform {
  display: flex;
  flex-direction: row;
  background: white;
  max-width: 1400px;
  margin: 0 auto;
  box-shadow: 0 15px 50px 0 rgba(0, 0, 0, 0.06);
  position: relative;
}
@media screen and (max-width: 767px) {
  .module_inquiryform {
    display: block;
    text-align: left;
    margin: 0 -20px 0 -20px;
  }
  .module_inquiryform .span6 {
    display: block;
  }
  .module_inquiryform .dnd-column.module_textimage_image {
    padding: 0;
  }
}
.module_inquiryform .span6 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.module_inquiryform.reverse {
  flex-direction: row;
}
.module_inquiryform h2 {
  font-size: 100px;
  line-height: 120px;
}
@media screen and (max-width: 1200px) {
  .module_inquiryform h2 {
    font-size: 60px;
    line-height: 70px;
  }
}
@media screen and (max-width: 767px) {
  .module_inquiryform h2 {
    font-size: 40px;
    line-height: 50px;
    margin: 20px 0;
  }
}
.module_inquiryform .module_inquiryform_form form {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .module_inquiryform .module_inquiryform_form form {
    display: block;
  }
}
.module_inquiryform .module_inquiryform_form form .hs-richtext {
  display: none;
}
.module_inquiryform .module_inquiryform_form form * {
  flex-basis: 100%;
}
.module_inquiryform .module_inquiryform_form form .hs_firstname, .module_inquiryform .module_inquiryform_form form .hs_company, .module_inquiryform .module_inquiryform_form form .hs_phone, .module_inquiryform .module_inquiryform_form form .hs_email {
  flex-basis: 50%;
  flex-basis: calc(50% - 4px);
}
.module_inquiryform .module_inquiryform_form form label {
  display: none;
}
.module_inquiryform .module_inquiryform_form form .hs_submit input[type=submit] {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .module_inquiryform .module_inquiryform_form {
    padding-top: 0;
  }
}
.module_inquiryform:after {
  display: block;
  position: absolute;
  content: " ";
  left: -3.6vw;
  top: 2vw;
  width: 6vw;
  height: 9vw;
  background: url(https://4643441.fs1.hubspotusercontent-na1.net/hubfs/4643441/flutterby.svg) no-repeat center center;
  background-size: contain;
  pointer-events: none;
}
@media screen and (max-width: 1200px) {
  .module_inquiryform:after {
    left: 2vw;
    top: 4vw;
  }
}
@media screen and (max-width: 767px) {
  .module_inquiryform:after {
    left: auto;
    right: 30px;
    top: -30px;
    width: 60px;
    height: 100px;
  }
}

.module_icons {
  max-width: 1400px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: start;
  margin: 0 auto 50px auto;
}
@media screen and (max-width: 767px) {
  .module_icons {
    margin: 0;
  }
}
.module_icons .module_icon {
  flex-basis: 20%;
  padding: 2.5%;
  color: white;
}
@media screen and (max-width: 767px) {
  .module_icons .module_icon {
    padding: 20px 2%;
    flex-basis: 46%;
  }
}
.module_icons .module_icon img {
  width: 66px;
  height: 66px;
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  .module_icons .module_icon img {
    width: 40px;
    height: 40px;
  }
}
.module_icons .module_icon p {
  margin: 0;
  line-height: 26px;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .module_icons .module_icon p {
    line-height: 20px;
    font-size: 15px;
  }
}

.widget-type-rich_text {
  padding: 2vw 4vw;
  max-width: 1400px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .widget-type-rich_text {
    padding: 0;
  }
}
.span4 .widget-type-rich_text, .span3 .widget-type-rich_text {
  padding: 3vw;
  font-size: 0.9722222222vw;
  line-height: 1.875vw;
}
@media screen and (max-width: 767px) {
  .span4 .widget-type-rich_text, .span3 .widget-type-rich_text {
    padding: 20px;
  }
}
.span4 .widget-type-rich_text h2, .span3 .widget-type-rich_text h2 {
  margin: 0;
  hyphens: auto;
  font-size: 3.4722222222vw;
  line-height: 4.1666666667vw;
}
@media (max-width: 921.6px) {
  .span4 .widget-type-rich_text h2, .span3 .widget-type-rich_text h2 {
    font-size: 32px;
    line-height: 38.4px;
  }
}
@media (min-width: 1440px) {
  .span4 .widget-type-rich_text h2, .span3 .widget-type-rich_text h2 {
    font-size: 50px;
    line-height: 60px;
  }
}
.span4 .widget-type-rich_text h4, .span3 .widget-type-rich_text h4 {
  margin: 0.6vw 0;
  font-size: 1.3888888889vw;
  line-height: 2.0833333333vw;
}
@media (max-width: 1296px) {
  .span4 .widget-type-rich_text h4, .span3 .widget-type-rich_text h4 {
    font-size: 18px;
    line-height: 27px;
  }
}
@media (min-width: 1728px) {
  .span4 .widget-type-rich_text h4, .span3 .widget-type-rich_text h4 {
    font-size: 24px;
    line-height: 36px;
  }
}
@media (max-width: 1337.1428571429px) {
  .span4 .widget-type-rich_text, .span3 .widget-type-rich_text {
    font-size: 13px;
    line-height: 25.0714285714px;
  }
}
@media (min-width: 1645.7142857143px) {
  .span4 .widget-type-rich_text, .span3 .widget-type-rich_text {
    font-size: 16px;
    line-height: 30.8571428571px;
  }
}

.widget-type-form {
  padding: 2vw 4vw;
}
@media screen and (max-width: 767px) {
  .widget-type-form {
    padding: 20px;
  }
}

/* ------------------------------------
BLOG
------------------------------------ */
.blog_listing {
  padding: 6.9444444444vw 6.9444444444vw 6.9444444444vw 6.9444444444vw;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.blog_listing .blog_tiles {
  display: flex;
  flex-wrap: wrap;
  margin: -2.7777777778vw -2%;
}
.blog_listing .blog_tiles a.blog_tile {
  flex-basis: 29.333%;
  margin: 2.7777777778vw 2%;
  background: white;
  box-shadow: 0 15px 50px 0 rgba(0, 0, 0, 0.05);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1200px) {
  .blog_listing .blog_tiles a.blog_tile {
    flex-basis: 46%;
  }
  .blog_listing .blog_tiles a.blog_tile:nth-child(3) {
    display: none;
  }
}
.blog_listing .blog_tiles a.blog_tile .blog_tile_deets {
  padding: 1.3888888889vw;
}
.blog_listing .blog_tiles a.blog_tile .blog_tile_deets p {
  font-size: 1.1111111111vw;
  line-height: 1.5277777778vw;
  margin: 0.6944444444vw 0;
}
@media (max-width: 1260px) {
  .blog_listing .blog_tiles a.blog_tile .blog_tile_deets p {
    font-size: 14px;
    line-height: 19.25px;
  }
}
@media (min-width: 1800px) {
  .blog_listing .blog_tiles a.blog_tile .blog_tile_deets p {
    font-size: 20px;
    line-height: 27.5px;
  }
}
.blog_listing .blog_tiles a.blog_tile .blog_tile_deets h3 {
  margin: 0 0 20px 0;
  font-weight: 900;
  color: #7A2E8E;
}
.blog_listing .blog_tiles a.blog_tile .blog_tile_image {
  height: 15.9722222222vw;
  position: relative;
  overflow: hidden;
}
.blog_listing .blog_tiles a.blog_tile .blog_tile_image div {
  background: #eee none no-repeat center center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.4s ease-in-out;
}
.blog_listing .blog_tiles a.blog_tile:hover .blog_tile_image div {
  transform: scale3d(1.05, 1.05, 1);
}
@media screen and (max-width: 767px) {
  .blog_listing {
    width: auto;
    float: none;
    padding: 20px;
  }
  .blog_listing .blog_tiles {
    display: block;
    margin: 0;
  }
  .blog_listing .blog_tiles a.blog_tile {
    display: block;
    margin: 0 0 20px 0;
  }
  .blog_listing .blog_tiles a.blog_tile .blog_tile_image {
    height: 150px;
  }
  .blog_listing .blog_tiles a.blog_tile .blog_tile_deets {
    padding: 20px;
  }
  .blog_listing .blog_tiles a.blog_tile .blog_tile_deets p {
    margin: 10px 0;
  }
  .blog_listing .blog_tiles a.blog_tile:nth-child(2), .blog_listing .blog_tiles a.blog_tile:nth-child(3) {
    display: none;
  }
  .blog_listing h2.relatedposts {
    margin: 50px 0 30px 0;
  }
}

.hs-blog-post .blog_listing {
  padding-top: 4.8611111111vw;
}
.hs-blog-post header:after, .hs-blog-post header:before {
  display: none;
}
.hs-blog-post .page_header h1 {
  margin: 30px 0;
  font-size: 80px;
  line-height: 100px;
  max-width: 1100px;
}
@media screen and (max-width: 1200px) {
  .hs-blog-post .page_header h1 {
    font-size: 50px;
    line-height: 60px;
  }
}
@media screen and (max-width: 767px) {
  .hs-blog-post .page_header h1 {
    font-size: 30px;
    line-height: 40px;
    margin: 20px 0;
  }
}
.hs-blog-post .page_header p {
  color: white;
}

h2.relatedposts {
  margin-top: 5vw;
}

.blog-pagination {
  text-align: center;
  padding: 4vw 0 0 0;
}
@media screen and (max-width: 767px) {
  .blog-pagination {
    padding: 30px 0 0 0;
  }
}
.blog-pagination a {
  padding: 0.6vw;
  font-weight: 500;
}
/*@media screen and (max-width: 767px) {
  .blog-pagination a {
    padding-top: 8px;
    padding-bottom:8px;
    padding-left:7px;
    padding-right:7px;
  }
}*/

@media (max-width:768px){
  .blog-pagination{
    height:auto;
  }
  .blog-pagination a{
    display:inline-block;
    padding: 20px 11px 20px 11px!important;
  }
}


.hs-blog-listing .page_header h1 {
  margin: 50px 0;
}
@media screen and (max-width: 767px) {
  .hs-blog-listing .page_header h1 {
    margin: 20px 0;
  }
}

ul.hs-blog-social-share-list {
  line-height: 0;
  margin: 40px 0;
}

.blog_tiles_widget {
  padding-bottom: 30px;
  max-width: 1600px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .blog_tiles_widget {
    padding-bottom: 10px;
  }
}

/* ------------------------------------
HOMEPAGE
------------------------------------ */
.homebanner {
  width: 100%;
  height: 80vh;
  margin: 0 0 0vw 0;
  position: relative;
  text-align: center;
  display: flex;
  align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (max-width: 767px) {
  .homebanner {
    height: 400px;
    margin: 0;
  }
}
.homebanner video {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  position: absolute;
  pointer-events: none;
}
.homebanner .homebanner_inner {
  padding: 2vw;
  width: 100%;
  position: absolute;
  z-index: 2;
  top:20%;
}
.homebanner .homebanner_inner * {
  color: white;
}
.homebanner .homebanner_inner h1 {
  font-size: 80px;
  line-height: 100px;
  margin: 0;
  color: white;
}
@media screen and (max-width: 767px) {
  .homebanner .homebanner_inner h1 {
    font-size: 40px;
    line-height: 50px;
  }
}
.homebanner .homebanner_inner a.playbutton {
  display: block;
  margin: 20px auto;
  background: rgba(255, 255, 255, 0.3) url(https://4643441.fs1.hubspotusercontent-na1.net/hubfs/4643441/playbutton.png) no-repeat center center;
  opacity: 0.8;
  background-size: contain;
  font-size: 1px;
  text-align: left;
  text-indent: -9999px;
  border-radius: 999px;
  width: 114px;
  height: 114px;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  transform: scale3d(1, 1, 1);
}
.homebanner .homebanner_inner a.playbutton:hover {
  transform: scale3d(1.05, 1.05, 1);
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .homebanner .homebanner_inner a.playbutton {
    width: 80px;
    height: 80px;
  }
}
.homebanner:after {
  display: block;
  position: absolute;
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: black;
  opacity: 0.4;
}

/* ------------------------------------
FOOTER
------------------------------------ */
footer {
  background: white;
  text-align: center;
  padding: 4vw;
  font-size: 0.9722222222vw;
  line-height: 1.3888888889vw;
}

@media (max-width: 1440px) {
  footer {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 1645.7142857143px) {
  footer {
    font-size: 16px;
    line-height: 22.8571428571px;
  }
}
@media screen and (max-width: 767px) {
  footer {
    padding: 20px;
  }
}
footer .footer_cols {
  display: flex;
  flex-direction: row;
  max-width: 900px;
  margin: 0 auto 0px auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  footer .footer_cols {
    display: block;
    text-align: center;
  }
}
footer .footer_cols .footer_col {
  flex-grow: 1;
}
footer .footer_cols .footer_col ul {
  list-style: none;
  padding: 0;
}
footer .footer_cols .footer_col ul li {
  margin: 0.6vw 0;
}
footer .footer_cols .footer_col.double {
  flex-basis: 50%;
}
footer .footer_social {
  font-size: 40px;
  line-height: 40px;
}
footer .footer_social a {
  margin: 0 10px;
}
footer .footer_menu {
  margin: 50px 0;
}
footer .footer_menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer .footer_menu ul li {
  display: inline-block;
  margin: 0;
  padding-bottom:30px;
}
footer .footer_menu ul li a {
  margin: 0 20px;
}
footer .footer_icons {
  margin: 30px 0;
}
footer .footer_icons img {
  width: 536px;
}

.hs-blog-post .footer_blogs, .hs-blog-listing .footer_blogs {
  display: none;
}

/* ------------------------------------
FORMS
------------------------------------ */
input[type=text], input[type=email], input[type=number], input[type=tel], select, textarea {
  font-size: 1.1111111111vw;
  line-height: 1.6666666667vw;
  font-family: "Mark", Helvetica, Arial, sans-serif;
  padding: 0.5vw 1vw 0.7vw 1vw;
  margin: 4px 0;
  border-radius: 6px;
  border: 2px solid #7A2E8E;
  width: 100%;
  background-color: white;
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 1440px) {
  input[type=text], input[type=email], input[type=number], input[type=tel], select, textarea {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (min-width: 1620px) {
  input[type=text], input[type=email], input[type=number], input[type=tel], select, textarea {
    font-size: 18px;
    line-height: 27px;
  }
}
input[type=text].invalid.error, input[type=email].invalid.error, input[type=number].invalid.error, input[type=tel].invalid.error, select.invalid.error, textarea.invalid.error {
  border-color: red;
}
@media screen and (max-width: 767px) {
  input[type=text], input[type=email], input[type=number], input[type=tel], select, textarea {
    margin: 2px 0;
    padding: 10px 16px;
  }
}

select {
  background-color: white;
  background-image: url(https://4643441.fs1.hubspotusercontent-na1.net/hubfs/4643441/select.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 30px 8px;
  cursor: pointer;
}

ul.no-list.hs-error-msgs.inputs-list {
  display: none !important;
}

/* .dnd-column form label {
  display: none !important;
} */

.hs_recaptcha.hs-recaptcha.field.hs-form-field {
  margin: 5px 0 20px 0;
  padding: 2px;
}

input[type=submit], button, a.button, h6 a {
  font-size: 14px;
  line-height: 14px;
  font-family: "Mark", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 900;
  display: inline-block;
  padding: 20px 30px;
  -webkit-appearance: none;
  border-radius: 6px;
  border: 2px solid #7A2E8E;
  color: white;
  background: #7A2E8E;
  outline: 0;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 767px) {
  input[type=submit], button, a.button, h6 a {
    padding: 15px 25px;
    font-size: 12px;
    line-height: 12px;
  }
}
input[type=submit]:hover, button:hover, a.button:hover, h6 a:hover {
  opacity: 0.8;
}

h6 a {
  border: 2px solid currentColor;
  color: white;
  background: #7A2E8E;
  outline: 0;
  cursor: pointer;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}


/**Home page Image Styles**/
.widget_1609893094594-flexbox-positioning > div {
    max-width: 100%;
    flex-shrink: 0 !important;
    width: 100%;
}
.widget_1609893094594-flexbox-positioning > div img.hs-image-widget {
    width: 100% !important;
}


/* ------------------------------------
EVERYTHING ELSE, MISCELLANEOUS STUFF
------------------------------------ */
button.mfp-close, button.mfp-close:hover {
  background: transparent !important;
}

a {
  -webkit-tap-highlight-color: #9ce2ff;
}

::-moz-selection {
  background: #9ce2ff !important;
}

::selection {
  background: #9ce2ff !important;
}

::-webkit-input-placeholder {
  color: #999;
}

:-moz-placeholder {
  color: #999;
}

::-moz-placeholder {
  color: #999;
}

:-ms-input-placeholder {
  color: #999;
}

.hs-tools-menu {
/*   display: none !important; */
}

@media screen and (max-width: 767px) {
  .desktop_only {
    display: none !important;
  }
}
.mobile_only {
  display: none;
}
@media screen and (max-width: 767px) {
  .mobile_only {
    display: block;
  }
}

.parallax {
  -webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.leadinModal-v3.leadinModal.leadinModal-theme-bottom-left-corner .leadinModal-content {
  max-width: 300px;
}
@media screen and (max-width: 767px) {
  .leadinModal-v3.leadinModal.leadinModal-theme-bottom-left-corner .leadinModal-content {
    max-width: none;
  }
  span#hs_cos_wrapper_page_header h3 {
    font-size: 30px!important;
 }
  .homebanner_inner {
   top: 10%!important;
  }
  .page_header_form {
    top: 28%!important;
  }
  .quote_text .text_right h2 {
   font-size: 20px!important;
   padding: 10px 15px!important;
 }
  #hs_cos_wrapper_widget_1681908094578 h2{
   font-size:38px !important;
 }
  .dnd_area-row-3-background-color {
    margin-top: 25px;
  }
}
.leadinModal-v3.leadinModal.leadinModal-theme-bottom-left-corner .leadinModal-content h4 {
  font-size: 14px;
}

.leadinModal-v3.leadinModal.leadinModal-theme-bottom-left-corner.leadinModal-preview .leadin-preview-wrapper .leadin-button {
  padding: 6px 10px 10px 10px;
  font-size: 14px;
  font-weight: bold;
}

@font-face {
  font-family: "Mark";
  src: url("/hubfs/4643441/raw_assets/public/milkable/css/Fonts/5423371/1ab8369b-873d-483f-a927-464e1d16e1d4.woff2") format("woff2"), url("/hubfs/4643441/raw_assets/public/milkable/css/Fonts/5423371/d55eb20c-e9fb-4911-91af-30bb4442c36c.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Mark";
  src: url("/hubfs/4643441/raw_assets/public/milkable/css/Fonts/5423411/41c8162d-c2a6-49b0-8139-8bebab187588.woff2") format("woff2"), url("/hubfs/4643441/raw_assets/public/milkable/css/Fonts/5423411/4fe94f2e-7892-4785-9663-0350a7adf8c0.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Mark";
  src: url("/hubfs/4643441/raw_assets/public/milkable/css/Fonts/5423483/ec598369-4d91-4a16-9db3-6654f68d3c28.woff2") format("woff2"), url("/hubfs/4643441/raw_assets/public/milkable/css/Fonts/5423483/90214997-3760-4b80-a23b-fec02ab55fac.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}


.section_quote {
    display: none;
}
.page_header_form {
    position: absolute;
    top: 65%;
    width: 100%;
   display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
}
.second-btn {
    width: 310px;
}
.page_header_form .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_module {
    width: 310px;
}

button.splide__arrow{
 height: 2.5em;
  width: 2.5em;
  opacity: 1;
}
#hs_cos_wrapper_widget_1681907635703 .hs-gallery-slider-main__arrow .splide__arrow svg {
    margin-top: 0rem;
    height: 1.5em;
  width: 1.5em;
  
}
https://app.hubspot.com/menus/4643441/edit/39659847232 h2 {
    font-family: serif!important;
  }

@media screen and (min-width: 768px) and (max-width:995px) {
  .quote_text .text_right h2{
    font-size:21px;
    line-height: 30px;
    padding: 17px;
  }
  .page_header_form {
    top: 50%;
  }
  }

@media screen and (min-width:375px) and (max-width: 667px) {
  .page_header_form {
    top: 33%!important;
  }
}
.quote_text {
    align-items: center;
}
#request-popup .model-head {
    margin-bottom: 0 !important;
}
h3#hs_cos_wrapper_form_697191453_title {
    display: none;
}
.field {
    margin: 10px 0 !important;
}
.term-team {
    text-align: center;
}
.team-btn a {
    font-family: 'mark pro' !important;
    font-weight: 800 !important;
    letter-spacing: 2px;
    line-height: 25px;
    margin: 0;
    outline: 0;
    padding: 25px !important;
    text-transform: uppercase;
    transition: all .2s ease-in-out;
    font-size: 30px !important;
    -webkit-appearance: none;
    background: #7a2e8e !important;
    border: 2px solid #7a2e8e;
    border-radius: 6px !important;
    color: #fff !important;
    cursor: pointer;
    display: inline-block;
}
.team-btn a:hover {
   -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #fff;
    color: transparent !important;
}

span.select2-selection__placeholder:before {
  content: 'Select job Type?';
  font-size: 18px;
}
span.select2-selection__placeholder {
    font-size: 0;
}
body.hs-content-id-139478979625.hs-site-page.page .page_header_form {
    display: none;
}
body.hs-content-id-139478979625.hs-site-page.page .span12.widget-span.widget-type-cell.dnd-column {
    padding: 0;
    position: relative;
}
body.hs-content-id-139478979625.hs-site-page.page  img.hs-image-widget {
    width: 100%;
       height: 100vh;
    object-fit: cover;
}
body.hs-content-id-139478979625.hs-site-page.page  div#hs_cos_wrapper_widget_1686640485352 {
    width: 100%;
}
h2.txxt_tt1 {
    margin-bottom: 0;
}
.terminal-collasp {
    display: flex;
    justify-content: center;
    gap: 15px;
        padding: 2vw 4vw;
    max-width: 1400px;
    margin: 0 auto;
}
.txxt_cc111 {
    columns: 3;
}
.terminal-collasp.collasp_ss1 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}
.txxt_cc22 {
    display: flex;
    flex-direction: column;
    gap: 19px;
}
.txxt_cc22 img {
    height: 100%;
    object-fit: cover;
}
.txxt_cc23 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 12px;
}
.cell_16969325003872-row-1-vertical-alignment .row-fluid {
    justify-content: center;
}
#hs_cos_wrapper_widget_1697019501849 .hs-image__grid__container {
    padding: 2vw 4vw;
    max-width: 1400px;
    margin: 0 auto;
}
.hs-content-id-144890358848 .page_header_form {
    display: none;
}
.hs-content-id-144890358848  .page_header_text h1 {
    font-size: 100px;
}
.hs-content-id-144890358848  .page_header {
    justify-content: center;
    padding: 45px 0;
}
.hs-content-id-144890358848  .page_header_inner {
    justify-content: center;
}
.row-number-4.dnd-section.dnd_area-row-1-background-image {
   position: relative;
}
.row-number-4.dnd-section.dnd_area-row-1-background-image:after {
  display: block;
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #350642;
    opacity: 0.6;
}
span#hs_cos_wrapper_widget_1699599422022_ h1 {
    position: relative;
    z-index: 99;
}


/* Tablet Portrait size to Base 996px */
@media only screen and (min-width: 768px) and (max-width: 1185px) {
   .hs-content-id-144890358848 .page_header_text h1 {
    font-size: 60px;
  }
}


/* All Mobile Sizes */
@media only screen and (max-width: 767px) {
  .team-btn a {
    padding: 20px !important;
  }
  .second-btn {
    text-align: center;
  }
  .second-btn a {
    font-size: 16px;
    padding: 9px 30px;
  }
  .page_header_form.banner-wrap {
    flex-direction: column;
    top: 45% !important;
    gap: 0;
  }
  h2.txxt_tt1 {
    font-size: 27px;
    line-height: 35px;
  }
 body.hs-content-id-139478979625.hs-site-page.page.scrolled .widget-type-rich_text {
    padding: 0 15px;
  }
  body.hs-content-id-139478979625.hs-site-page.page.scrolled span#hs_cos_wrapper_widget_1696929312234_ div {
    font-size: 18px !important;
  }
  body.hs-content-id-139478979625.hs-site-page.page.scrolled p {
    font-size: 17px !important;
  }
  .terminal-collasp {
    flex-direction: column;
  }
   body.hs-content-id-139478979625.hs-site-page.page.scrolled span#hs_cos_wrapper_widget_1697005112513_ h2 {
    font-size: 25px;
    line-height: 32px;
    text-align: center;
    padding: 0 20px;
  }

  .second-btn {
      width: 290px;
      background: #7a2e8e;
      border-radius: 6px;
      margin-top: 15px;
  }
  .page_header_form .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_module {
    width: 290px;
    background: #7a2e8e;
    border-radius: 6px;
  }
  .quote_text {
    padding: 0;
  }
  .hs-content-id-144890358848 .page_header_text h1 {
    font-size: 40px;
  }
  .hs-content-id-144890358848 .page_header {
    padding: 0 0;
  }
  span#hs_cos_wrapper_widget_1699599422022_ h1 {
    font-size: 35px !important;
  }

}