:root {
  --background-font-button: #f7f7f5;
  --paragraph: #66666a;
  --headings: #222228;
  --black-2: #161619;
  --black: #222228;
  --black-3: #1c1c20;
  --white: white;
}

body {
  background-color: var(--background-font-button);
  color: var(--paragraph);
  font-family: Karla, sans-serif;
  font-size: 15px;
  line-height: 22.5px;
}

h1 {
  color: var(--headings);
  letter-spacing: -.75px;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Lora, sans-serif;
  font-size: 27px;
  font-weight: 400;
  line-height: 39px;
}

h2 {
  color: var(--headings);
  margin-top: 5px;
  margin-bottom: 10px;
  font-family: Lora, sans-serif;
  font-size: 23.5px;
  font-weight: 400;
  line-height: 34.5px;
}

h3 {
  color: var(--headings);
  margin-top: 10px;
  margin-bottom: 8px;
  font-family: Lora, sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
  line-height: 29px;
}

h4 {
  color: var(--headings);
  margin-top: 9px;
  margin-bottom: 10px;
  font-family: Lora, sans-serif;
  font-size: 16.5px;
  font-style: italic;
  font-weight: 400;
  line-height: 27.5px;
}

h5 {
  color: var(--headings);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Lora, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

h6 {
  color: var(--headings);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Lora, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 23px;
}

p {
  color: var(--paragraph);
  margin-bottom: 10px;
  font-family: Karla, sans-serif;
  font-size: 15px;
  line-height: 22.5px;
}

a {
  color: var(--paragraph);
  text-decoration: underline;
}

a.w--current {
  cursor: pointer;
}

blockquote {
  color: var(--headings);
  text-align: center;
  border-right: 1px #000;
  width: 70%;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 20px;
  font-family: Lora, sans-serif;
  font-size: 23px;
  font-style: italic;
  line-height: 32px;
  display: block;
}

figcaption {
  text-align: center;
  margin-top: 5px;
  font-family: Lora, sans-serif;
  font-size: 12px;
  font-style: italic;
  line-height: 12px;
}

.content-wrapper {
  z-index: 2;
  max-width: 1035px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.content-wrapper.no-padding {
  padding-left: 0;
  padding-right: 0;
}

.content-section.top-padding {
  z-index: 1;
  padding-top: 90px;
  position: relative;
}

.content-section.black {
  background-color: var(--black-2);
  padding-top: 90px;
  padding-bottom: 90px;
  position: relative;
}

.style-box {
  margin-bottom: 60px;
}

.gray-title {
  color: #66666a;
  margin-top: 10px;
  margin-bottom: 5px;
  font-family: Karla, sans-serif;
}

.gray-title.more-border {
  margin-bottom: 15px;
  font-weight: 700;
}

.gray-title.more-border.mid {
  margin-top: 20px;
}

.button {
  background-color: var(--black);
  color: var(--background-font-button);
  text-align: center;
  min-width: 200px;
  height: 48px;
  margin-right: 10px;
  padding-top: 14px;
  font-family: Karla, sans-serif;
  font-size: 14px;
  transition: background-color .2s, color .2s;
  position: relative;
}

.button:hover {
  border: 1px solid var(--black);
  color: var(--black);
  background-color: #0000;
  padding-top: 13px;
}

.top-border {
  margin-top: 15px;
}

.top-border.small {
  margin-top: 5px;
}

.button-2 {
  background-color: var(--background-font-button);
  color: var(--black);
  text-align: center;
  min-width: 200px;
  height: 48px;
  padding-top: 14px;
  font-family: Karla, sans-serif;
  transition: background-color .2s, color .2s;
}

.button-2:hover {
  border: 1px solid var(--background-font-button);
  color: var(--background-font-button);
  background-color: #0000;
  padding-top: 13px;
}

.navbar {
  border-bottom: 1px solid var(--black);
  background-color: #0000;
  height: 140px;
  padding-top: 55px;
}

.navbar.white-border {
  border-bottom-color: var(--background-font-button);
}

.brand {
  height: 85px;
  padding-top: 15px;
  transition: transform .2s, opacity .2s;
}

.brand:hover {
  opacity: .8;
  transform: scale(1.03);
}

.brand.logohead.w--current {
  padding-top: 7px;
}

.hero-section {
  z-index: 10;
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}

.nav-link {
  height: 85px;
  font-family: Montserrat, sans-serif;
  font-size: 13.75px;
  font-weight: 500;
  transition: color .2s;
}

.nav-link:hover, .nav-link.w--current {
  color: #66666ae6;
}

.nav-link.white {
  color: var(--background-font-button);
}

.nav-link.white:hover, .nav-link.white.w--current {
  color: #f7f7f5bf;
}

._20-percent-column {
  width: 20%;
}

.brand-footer {
  transition: opacity .2s;
}

.brand-footer:hover {
  opacity: .8;
}

.brand-footer.footlinklogo {
  text-decoration: none;
}

.footer-container {
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 35px;
  padding-top: 30px;
  display: flex;
}

.footer-link {
  color: var(--paragraph);
  margin-right: 25px;
  font-size: 11.74px;
  text-decoration: none;
}

.footer-link:hover {
  text-decoration: underline;
}

.footer-link.last {
  margin-right: 0;
}

.footer-righ-column {
  flex-wrap: wrap;
  margin-top: 9px;
  display: flex;
}

.notice {
  justify-content: space-between;
  align-items: flex-end;
  font-size: 12.5px;
  display: flex;
  position: relative;
}

.row-licensing {
  border-bottom: 1px solid var(--black);
  margin-top: 25px;
  margin-bottom: 15px;
  padding-bottom: 25px;
}

.content-section-3 {
  padding-bottom: 90px;
}

.grayscale-filter {
  filter: none;
}

.flex {
  flex-wrap: wrap;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.signature {
  width: 300px;
  margin-top: 15px;
  margin-bottom: 30px;
}

.intro-features {
  border-bottom: 1px solid var(--black);
  flex-wrap: wrap;
  padding-top: 45px;
  padding-bottom: 45px;
  display: flex;
}

.intro-feature {
  text-align: center;
  width: 33.33%;
  padding-left: 4%;
  padding-right: 4%;
}

.inner-section {
  border-bottom: 1px solid var(--black);
  flex-wrap: wrap;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.inner-section.no-flex {
  display: block;
}

.inner-section.bottom-border {
  margin-bottom: 80px;
}

.inner-section.bottom-line, .inner-section.top-line {
  border-top: 1px solid var(--black);
}

.inner-section.buttfixup {
  padding-top: 40px;
  padding-bottom: 40px;
}

._80-percent-column {
  flex-wrap: wrap;
  width: 80%;
  display: flex;
}

._80-percent-column.center {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

._33-percent-column {
  width: 33.33%;
  margin-bottom: 40px;
}

._33-percent-column._4, ._33-percent-column._5, ._33-percent-column._6 {
  margin-bottom: 0;
}

.small-title {
  float: right;
  margin-bottom: 0;
  padding-top: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 11.75px;
  position: relative;
}

.small-title.no-border {
  margin-bottom: 0;
}

.small-title.dip3 {
  text-align: right;
  padding-top: 3px;
}

.h4.less-border {
  margin-bottom: 0;
  padding-bottom: 10px;
  line-height: 18px;
  position: relative;
}

.h4.less-border.xp {
  float: left;
  margin-top: 3px;
  font-size: 15px;
  position: static;
}

.h4.less-border.company {
  padding-bottom: 10px;
}

.h4.no-border {
  margin-bottom: 0;
}

.h4.no-border.marg0, .h4.no-top-border {
  margin-top: 0;
}

.bottom-border {
  margin-bottom: 40px;
}

.bottom-border.no-border {
  margin-bottom: 0;
}

.bottom-border.small {
  margin-bottom: 5px;
}

.lightbox-link {
  width: 31%;
  margin-bottom: 30px;
  overflow: hidden;
}

.lightbox-link.onehundo {
  width: 100%;
}

.lightbox-link.topfeat {
  width: 47%;
}

.portolio-flex {
  flex-wrap: wrap;
  justify-content: space-between;
  width: 80%;
  display: flex;
}

.header {
  z-index: 5;
  text-align: center;
  width: 54%;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.flex-narrow {
  flex-wrap: wrap;
  justify-content: space-between;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.flex-narrow.center {
  justify-content: center;
  align-items: center;
}

.flex-narrow.buttfix {
  justify-content: center;
  padding-bottom: 50px;
  display: none;
}

.features {
  align-items: flex-start;
  width: 28%;
  margin-bottom: 40px;
  display: flex;
}

.features._4, .features._5, .features._6 {
  margin-bottom: 0;
}

.dark-title {
  color: var(--black);
  font-family: Karla, sans-serif;
}

.icon {
  margin-top: 8px;
  margin-right: 15px;
}

.icon.border {
  margin-bottom: 15px;
}

.percentage {
  color: var(--black);
  margin-bottom: 5px;
  font-family: Lora, sans-serif;
  font-size: 30px;
  line-height: 30px;
}

.percentage-bar {
  border: 1px solid var(--black);
  border-radius: 35px;
  width: 110px;
  height: 8.5px;
  position: relative;
  overflow: hidden;
}

.line {
  background-color: var(--black);
  width: 100%;
  height: 1px;
  margin-top: 2px;
  margin-bottom: 2px;
}

.lines {
  position: relative;
  bottom: 110px;
  right: 14%;
  transform: rotate(-35deg);
}

.lines._2 {
  right: 35%;
}

.lines._1 {
  right: 24%;
}

.lines._3 {
  right: 55%;
}

.lines._5 {
  right: 49%;
}

.lines._6 {
  right: 65%;
}

.black-section {
  background-color: var(--black);
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
  overflow: hidden;
}

.slider {
  background-color: #0000;
  height: 100%;
}

.slide-text {
  text-align: center;
  width: 55%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.white-title {
  color: var(--background-font-button);
  margin-top: 10px;
}

.white-title.link {
  text-decoration: none;
}

.white-title.link:hover {
  text-decoration: underline;
}

.quote {
  color: var(--background-font-button);
  margin-top: 10px;
  margin-bottom: 15px;
  font-family: Lora, sans-serif;
  font-size: 23.5px;
  font-style: italic;
  line-height: 35px;
}

.reference-name {
  color: var(--paragraph);
  font-family: Lora, sans-serif;
}

.reference-name.white {
  color: #fff;
}

.slide-arrow {
  opacity: .8;
  color: var(--paragraph);
  font-size: 22px;
  transition: opacity .2s;
  display: block;
}

.slide-arrow:hover {
  opacity: 1;
}

.slide-nav {
  display: none;
}

.slide-nav.show {
  text-align: center;
  margin-top: 15px;
  display: block;
  position: relative;
}

.form-block {
  width: 100%;
  margin-top: 15px;
}

.field-label {
  margin-left: 15px;
  font-size: 12px;
}

.field-label.white {
  color: #fff;
}

.text-field {
  border: 1px solid var(--black);
  background-color: #0000;
  height: 44px;
  font-size: 13px;
}

.text-field.white {
  color: #fff;
  border-color: #fff;
}

.text-field.white:focus {
  color: #fff;
}

.text-field.white::placeholder {
  color: var(--background-font-button);
}

.form-input {
  width: 48%;
  margin-bottom: 15px;
}

.form-flex {
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
}

.message {
  width: 100%;
  margin-bottom: 15px;
}

.message-field {
  border: 1px solid var(--black);
  background-color: #0000;
  padding-top: 14px;
  padding-bottom: 50px;
  font-size: 13px;
}

.message-field.white {
  border-color: var(--background-font-button);
  color: #fff;
}

.message-field.white:focus {
  color: #fff;
}

.message-field.white::placeholder {
  color: var(--background-font-button);
}

.submit-button {
  border: 1px solid var(--black);
  color: var(--black);
  background-color: #0000;
  min-width: 190px;
  height: 48px;
  transition: all .2s, color .2s;
}

.submit-button:hover {
  background-color: var(--black);
  color: var(--background-font-button);
  border-style: none;
}

.submit-button.white {
  border-color: var(--background-font-button);
  color: #fff;
  transition: background-color .2s, color .2s;
}

.submit-button.white:hover {
  background-color: var(--background-font-button);
  color: var(--black);
}

.about-me-left {
  z-index: 5;
  width: 50%;
  padding-right: 45px;
  position: relative;
}

.about-me-right {
  width: 50%;
}

._33-column-item {
  width: 33.33%;
  margin-bottom: 40px;
}

._33-column-item._4, ._33-column-item._5, ._33-column-item._6 {
  margin-bottom: 0;
}

.spheres {
  width: 100%;
  height: 150%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.sphere-1 {
  background-color: #ccc;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  position: absolute;
  top: 110px;
  left: -56px;
}

.sphere-2 {
  background-image: linear-gradient(#ddd, #ddd);
  border-radius: 50%;
  width: 90px;
  height: 90px;
  position: absolute;
  top: -16px;
  right: 46px;
}

.sphere-3 {
  background-color: #ccc;
  border-radius: 50%;
  width: 215px;
  height: 215px;
  position: absolute;
  top: 62px;
  bottom: 10px;
  right: -99px;
}

.outline-circles {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.outline-circle-1 {
  z-index: 1;
  background-color: #0000;
  background-image: url('../images/Outline-Circle-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 150px;
  height: 150px;
  position: absolute;
  top: 110px;
  left: -56px;
}

.outline-circle-2 {
  z-index: 1;
  background-image: url('../images/Outline-Circle-2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  position: absolute;
  top: -16px;
  right: 82px;
}

.outline-circle-3 {
  z-index: 1;
  background-image: url('../images/Outline-Circle-3.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  width: 215px;
  height: 215px;
  position: absolute;
  top: 62px;
  right: -61px;
}

.h1.white {
  color: #f7f7f5;
}

.paragraph.white {
  color: var(--background-font-button);
}

.black-navbar {
  background-color: var(--black-2);
}

.signature-white {
  position: absolute;
  bottom: 0;
  right: 0;
}

.employers-black {
  background-color: var(--black-3);
  padding-top: 55px;
  padding-bottom: 55px;
}

.logos {
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
}

.logo {
  width: 20%;
}

.logo._4 {
  width: 15%;
}

.logos-container {
  flex-wrap: wrap;
  justify-content: space-between;
  width: 80%;
  display: flex;
}

.features-2 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 28%;
  margin-bottom: 40px;
  display: flex;
}

.features-2._4, .features-2._5, .features-2._6 {
  margin-bottom: 0;
}

.h3.less-border {
  margin-bottom: 5px;
}

._33-column-item-2 {
  width: 33.33%;
  margin-bottom: 40px;
}

._33-column-item-2._3 {
  width: 25%;
}

._33-column-item-2._4, ._33-column-item-2._5 {
  margin-bottom: 0;
}

._33-column-item-2._6 {
  width: 25%;
  margin-bottom: 0;
}

.static {
  width: 25%;
  display: flex;
}

.static._4 {
  width: 20%;
}

.number {
  color: var(--black);
  margin-right: 8px;
  font-family: Lora, sans-serif;
  font-size: 40px;
  line-height: 40px;
}

.less-line-height {
  line-height: 18px;
}

.lightbox-link-2 {
  justify-content: center;
  align-items: center;
  width: 32%;
  margin-bottom: 30px;
  overflow: hidden;
}

.flex-space {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.flex-space.top-border.book {
  padding-left: 20px;
  padding-right: 20px;
}

.flex-space.top-border.botline {
  border-bottom: 1px solid #000;
}

.slider-2 {
  background-color: #0000;
  height: 100%;
}

.h2.white {
  color: var(--background-font-button);
}

.black-section-2 {
  background-color: var(--black);
  padding-top: 90px;
  padding-bottom: 90px;
  position: relative;
  overflow: hidden;
}

.success-message {
  background-color: #0000;
}

.success-message.white {
  color: var(--background-font-button);
}

.intro-picture {
  flex-wrap: wrap;
  padding-bottom: 40px;
  display: flex;
}

.side-item {
  margin-bottom: 20px;
}

.side-item.no-border {
  margin-bottom: 0;
}

.side-item.less-item {
  margin-bottom: 15px;
}

.side-left-column {
  border-right: 1px solid #000;
  width: 27%;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-right: 20px;
}

.side-left-column.lower {
  display: none;
}

.side-right-column {
  flex-wrap: wrap;
  width: 73%;
  height: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 8%;
  display: flex;
}

.side-right-column.vidwin {
  height: 450px;
}

.side-right-column.opt {
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0%;
}

.inner-column-section {
  border-bottom: 1px solid var(--black);
  flex-wrap: wrap;
  padding-top: 40px;
  padding-bottom: 60px;
  display: flex;
  overflow: hidden;
}

.inner-column-section.intro, .inner-column-section.no-top-padding {
  padding-top: 0;
}

.inner-column-section.botguy {
  justify-content: center;
  padding-top: 40px;
}

.less-bottom-border {
  width: 100%;
  margin-bottom: 20px;
}

.less-bottom-border.doubleless, .less-bottom-border.nopebott {
  margin-bottom: 0;
}

.intro-left-column {
  width: 27%;
  padding-bottom: 60px;
}

.intro-right-column {
  flex-flow: column wrap;
  width: 73%;
  display: flex;
}

.intro-right-column.picture {
  padding-bottom: 0;
}

.intro-about-me {
  flex-wrap: wrap;
  width: 100%;
  display: flex;
}

.dropdown {
  height: 85px;
  font-family: Montserrat, sans-serif;
  font-size: 13.75px;
  font-weight: 500;
}

.dropdown.white {
  color: var(--background-font-button);
}

.dropdown-link {
  background-color: var(--black);
  color: var(--background-font-button);
  height: 60px;
  padding-top: 19px;
  transition: padding .2s, color .2s;
}

.dropdown-link:hover {
  color: var(--paragraph);
  padding-left: 25px;
}

.dropdown-link.w--current {
  color: var(--paragraph);
}

.dropdown-link.white {
  background-color: var(--background-font-button);
  color: var(--black);
}

.dropdown-link.white:hover, .dropdown-link.white.w--current {
  color: var(--paragraph);
}

.dropdown-toggle {
  height: 85px;
}

.dropdown-toggle.white {
  color: var(--background-font-button);
}

.dropdown-arrow {
  margin-top: 25px;
}

.dropdown-arrow.white {
  color: var(--background-font-button);
}

.scale-on-hover {
  height: 280px;
  max-height: 180px;
  transition: transform .4s;
}

.scale-on-hover:hover {
  transform: scale(1.06);
}

.scale-on-hover.onehundo {
  height: auto;
  max-height: none;
}

.scale-on-hover.topfeat {
  height: 480px;
  max-height: 270px;
}

.link-block {
  width: 100%;
  height: 400px;
  margin-bottom: 10px;
  overflow: auto;
}

.layout {
  width: 30%;
}

.title-box {
  border-bottom: 1px solid var(--black);
  margin-bottom: 15px;
}

.faq-box {
  border-bottom: 1px solid var(--black);
  width: 100%;
  margin-bottom: 60px;
  padding-bottom: 20px;
}

.utility-page-wrap {
  z-index: 10;
  background-color: var(--background-font-button);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
  position: relative;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
  position: relative;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.submit-button-2 {
  background-color: var(--black);
  color: var(--background-font-button);
  min-width: 190px;
  height: 48px;
  transition: background-color .2s, color .2s;
}

.submit-button-2:hover {
  border: 1px solid var(--black);
  color: var(--black);
  background-color: #0000;
}

.body {
  background-color: #f7f7f5;
}

.black-bg {
  background-color: var(--black);
  margin-top: 15px;
  padding: 9px;
}

.footer-left-column {
  width: 20%;
}

.percentage-item {
  width: 33.33%;
}

.full-border {
  margin-bottom: 60px;
}

.question {
  color: var(--headings);
  font-family: Lora, sans-serif;
  font-size: 16.5px;
  line-height: 27.5px;
  display: inline-block;
}

.answer-paragraph {
  flex: 1;
  width: 90%;
  display: inline-block;
}

.answer {
  width: 48px;
  display: inline-block;
}

.question-text {
  flex: 1;
  width: 90%;
  display: inline-block;
}

.flex-no-wrapp {
  flex-wrap: nowrap;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.column-center {
  flex-direction: column;
  align-items: center;
  width: 25%;
  margin-bottom: 40px;
  display: flex;
}

.column-center._3, .column-center._4, .column-center._5, .column-center._6, .column-center._7 {
  margin-bottom: 0;
}

.features-vertical {
  flex-direction: column;
  align-items: flex-start;
  width: 28%;
  margin-bottom: 40px;
  display: flex;
}

.features-vertical._4, .features-vertical._5, .features-vertical._6 {
  margin-bottom: 0;
}

.link-block-2 {
  background-color: var(--paragraph);
  background-image: url('../images/Up_1Up.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 14px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  width: 30px;
  height: 26px;
}

.expand {
  flex: 1;
}

.columns {
  padding: 30px 5vw 20px;
}

.columns.bot {
  padding-left: 3vw;
  padding-right: 0;
}

.testimonial1-logo-wrap {
  float: right;
  flex-direction: row;
  align-items: center;
  display: block;
  position: relative;
}

.star-rating {
  margin-right: 1px;
}

.text-block-2 {
  float: left;
  clear: none;
  position: relative;
}

.text-block-3 {
  float: left;
  color: var(--paragraph);
  font-family: Karla, sans-serif;
  font-style: italic;
  position: relative;
}

.text-block-4 {
  float: left;
  position: relative;
}

.text-block-5, .text-block-6 {
  float: none;
  clear: left;
  position: relative;
}

.text-block-7, .text-block-8 {
  clear: left;
  position: relative;
}

.text-block-9 {
  float: none;
  clear: left;
  position: relative;
}

.text-block-9._14 {
  float: none;
  clear: left;
  width: 100%;
  margin-bottom: 20px;
  display: inline-block;
  position: static;
}

.loraspan {
  font-family: Lora, sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
}

.blackcopy {
  color: #000;
  font-family: Lora, sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  text-decoration: none;
}

.video {
  height: 200px;
}

.div-block {
  width: 600px;
}

.lottie-animation {
  z-index: 0;
  position: relative;
  inset: auto 0% 0%;
}

.div-block-2 {
  z-index: 0;
  display: block;
  position: fixed;
  inset: auto 0% -10%;
}

.desc {
  font-size: 18px;
}

.place {
  font-size: 22px;
  font-style: normal;
}

.what {
  font-size: 18px;
  font-weight: 700;
}

.paragraph-2 {
  font-size: 16px;
}

.topper {
  padding-top: 10px;
}

.div-block-3.thch {
  max-width: 80%;
}

.wide {
  flex-direction: column;
  width: 80%;
  display: flex;
}

.div-block-4 {
  max-width: 80%;
}

.text-span {
  font-size: 14px;
  font-style: italic;
}

.text-span-2 {
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.heading {
  margin-top: 10px;
}

.image {
  flex: 1;
}

.bookimage {
  padding-top: 15px;
}

@media screen and (max-width: 991px) {
  .button {
    margin-top: 4px;
  }

  .nav-link {
    color: var(--background-font-button);
    padding-top: 32px;
  }

  .nav-link.white {
    color: var(--black);
    padding-top: 32px;
  }

  .nav-link.white:hover, .nav-link.white.w--current {
    color: var(--paragraph);
  }

  .lightbox-link {
    margin-bottom: 20px;
  }

  .slide-text {
    width: 65%;
  }

  .signature-white {
    right: 26px;
  }

  .lightbox-link-2 {
    margin-bottom: 20px;
  }

  .menu-button-white {
    color: var(--background-font-button);
  }

  .menu-button-white.w--open {
    background-color: var(--background-font-button);
    color: var(--black);
  }

  .dropdown-toggle {
    color: var(--background-font-button);
    padding-top: 30px;
  }

  .dropdown-toggle.white {
    color: var(--black);
    padding-top: 32px;
  }

  .dropdown-arrow {
    margin-top: 35px;
  }

  .dropdown-arrow.white {
    color: var(--black);
  }

  .scale-on-hover {
    max-height: 140px;
  }

  .nav-menu {
    background-color: var(--black);
  }

  .nav-menu.white {
    background-color: var(--background-font-button);
  }

  .menu-button {
    color: var(--black);
  }

  .menu-button.w--open {
    background-color: var(--black);
  }

  .butfloat {
    flex-direction: column;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .nav-link.white {
    color: var(--black);
  }

  ._33-percent-column {
    width: 48%;
  }

  ._33-percent-column._4 {
    margin-bottom: 30px;
  }

  .small-title.dip3.em {
    font-size: 10px;
  }

  .header {
    width: 70%;
  }

  .features, ._33-column-item {
    width: 48%;
  }

  .logo {
    width: 48%;
    margin-bottom: 40px;
  }

  .logo._1, .logo._2 {
    width: 40%;
  }

  .logo._3, .logo._4 {
    width: 40%;
    margin-bottom: 0;
  }

  .logos-container {
    justify-content: flex-end;
  }

  .features-2, ._33-column-item-2, ._33-column-item-2._3, ._33-column-item-2._6 {
    width: 48%;
  }

  .static {
    width: 50%;
    margin-bottom: 20px;
  }

  .static._3 {
    margin-bottom: 0;
  }

  .static._4 {
    width: 50%;
    margin-bottom: 0;
  }

  .menu-button-white {
    color: var(--background-font-button);
  }

  .menu-button-white.w--open {
    background-color: var(--background-font-button);
    color: var(--black);
  }

  .scale-on-hover {
    max-height: 110px;
  }

  .nav-menu {
    color: var(--background-font-button);
  }

  .nav-menu.white {
    background-color: var(--background-font-button);
  }

  .percentage-item {
    width: 48%;
    margin-bottom: 40px;
  }

  .percentage-item._3 {
    margin-bottom: 0;
  }

  .column-center {
    width: 48%;
  }

  .column-center._4, .column-center._5 {
    margin-bottom: 40px;
  }

  .column-center._6, .column-center._7 {
    margin-bottom: 0;
  }

  .features-vertical {
    width: 48%;
  }
}

@media screen and (max-width: 479px) {
  .gray-title.more-border {
    margin-top: 40px;
  }

  ._20-percent-column {
    width: 100%;
  }

  .brand-footer {
    margin-bottom: 20px;
  }

  .flex {
    flex-wrap: wrap;
  }

  .intro-feature {
    width: 100%;
  }

  .intro-feature._1, .intro-feature._2 {
    margin-bottom: 40px;
  }

  .inner-section.buttfixup {
    padding-top: 40px;
  }

  ._80-percent-column, ._33-percent-column {
    width: 100%;
  }

  ._33-percent-column._4, ._33-percent-column._5 {
    margin-bottom: 40px;
  }

  .small-title.dip3.em {
    font-size: 11.75px;
  }

  .lightbox-link, .portolio-flex {
    width: 100%;
  }

  .portolio-flex.mobile-top-border {
    margin-top: 15px;
  }

  .flex-narrow.buttfix {
    display: flex;
  }

  .features {
    width: 100%;
  }

  .features._4, .features._5 {
    margin-bottom: 40px;
  }

  .percentage.mobile-top {
    margin-top: 10px;
  }

  .slide-text {
    width: 90%;
  }

  .slide-arrow {
    display: none;
  }

  .slide-nav {
    margin-top: 15px;
    display: block;
    position: relative;
  }

  .form-input {
    width: 100%;
  }

  .about-me-left {
    width: 100%;
    margin-bottom: 20px;
  }

  .about-me-right, ._33-column-item {
    width: 100%;
  }

  ._33-column-item._4, ._33-column-item._5 {
    margin-bottom: 40px;
  }

  .logo {
    width: 100%;
    margin-bottom: 40px;
  }

  .logo._1, .logo._2 {
    width: 100%;
  }

  .logo._3 {
    width: 100%;
    margin-bottom: 40px;
  }

  .logo._4 {
    width: 100%;
  }

  .logos-container {
    width: 100%;
    margin-top: 40px;
  }

  .features-2 {
    width: 100%;
  }

  .features-2._4, .features-2._5 {
    margin-bottom: 40px;
  }

  ._33-column-item-2 {
    width: 100%;
  }

  ._33-column-item-2._4, ._33-column-item-2._5 {
    margin-bottom: 40px;
  }

  .static {
    width: 100%;
    margin-bottom: 40px;
  }

  .static._1, .static._3 {
    margin-bottom: 40px;
  }

  .lightbox-link-2 {
    width: 100%;
  }

  .side-left-column {
    border-bottom: 1px none var(--black);
    border-right-style: none;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
  }

  .side-left-column.lower {
    padding-top: 0;
    display: block;
  }

  .side-right-column {
    width: 100%;
    height: auto;
    padding-top: 40px;
    padding-bottom: 10px;
    padding-left: 0;
  }

  .inner-column-section {
    padding-top: 0;
    padding-bottom: 20px;
  }

  .inner-column-section.videolower {
    display: none;
  }

  .intro-left-column {
    width: 100%;
    padding-bottom: 10px;
  }

  .intro-right-column {
    width: 100%;
  }

  .scale-on-hover {
    max-height: 180px;
  }

  .layout {
    width: 100%;
    margin-bottom: 80px;
  }

  .footer-left-column, .percentage-item {
    width: 100%;
  }

  .flex-no-wrapp {
    flex-wrap: nowrap;
  }

  .column-center {
    width: 100%;
  }

  .column-center._3, .column-center._4 {
    margin-bottom: 40px;
  }

  .features-vertical {
    width: 100%;
  }

  .features-vertical._4, .features-vertical._5 {
    margin-bottom: 40px;
  }

  .columns {
    padding-top: 10px;
    padding-bottom: 0;
  }

  .butfloat {
    text-align: center;
    padding-bottom: 41px;
  }

  .div-block-3 {
    padding-bottom: 59px;
  }
}


