.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

h1 {
  color: #000;
  text-shadow: 0 1px 3px rgba(0, 0, 0, .19);
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 26.7px;
  font-weight: 700;
  line-height: 36px;
}

p {
  margin-bottom: 20px;
}

ul {
  margin-top: 0;
  margin-bottom: 15px;
  padding-left: 22px;
}

li {
  margin-bottom: 10px;
}

.logo-nav {
  z-index: 999;
  width: 100vw;
  height: 150px;
  background-color: #fff;
  border-bottom-width: 3px;
  border-bottom-color: #fff;
  flex-direction: row;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  box-shadow: inset 0 0 6px #212121, 1px 1px 20px -6px #000;
}

.logo-nav.none {
  margin-top: 15em;
  display: none;
}

.image {
  width: 300px;
  margin-top: -4px;
}

.div-block-6 {
  width: 26%;
  margin-left: 2%;
}

.div-block-7 {
  width: 71%;
  height: 100%;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.button {
  height: 72px;
  color: #2d2d2d;
  text-align: center;
  text-shadow: 1px 1px 4px rgba(98, 50, 51, .41);
  background-color: #fff;
  border: 3px solid #71d0ff;
  border-radius: 18px;
  justify-content: center;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Bitter, serif;
  font-size: 22px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  position: relative;
  box-shadow: inset 0 0 5px #2d2d2d, 0 0 10px -1px #1d1d1d;
}

.button.menu {
  filter: brightness(108%);
  text-shadow: 1px 1px 4px rgba(98, 50, 51, .41);
  background-color: rgba(0, 0, 0, 0);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: contain;
  border-width: 2px;
  border-color: #a63700;
  margin-left: 15px;
  margin-right: 15px;
  padding-left: 12px;
  padding-right: 12px;
  box-shadow: inset 0 0 5px #595959, 0 0 10px -1px #797979;
}

.button.menu:hover {
  border-color: #fff;
  margin-bottom: 8px;
  box-shadow: inset 0 0 5px #2d2d2d, 1px 1px 10px 1px #a8a8a8;
}

.button.menu.w--current {
  border-color: #fff;
  margin-bottom: 8px;
}

.button.menu.spec1 {
  width: 22em;
}

.button.menu.spec1:hover {
  margin-bottom: 0;
}

.button.menu.spec1.main-button {
  height: auto;
  background-image: url('../images/Marble-background-min.png');
  background-position: 50% 0;
  background-size: cover;
  margin-top: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.button.menu.spec1.none {
  background-image: url('../images/Marble-background-min.png');
}

.button.menu.spec1.none.w--current {
  background-position: 50% 100%;
  background-size: cover;
}

.button.menu.spec-align {
  height: 80px;
  background-image: url('../images/Marble-background-min.png');
  justify-content: flex-start;
}

.button.menu.spec-align.w--current {
  margin-bottom: 12px;
}

.button.menu.spec-align._3 {
  height: 80px;
}

.body {
  background-color: #f9fafb;
}

.uui-button {
  grid-column-gap: .5rem;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #d83a00;
  border: 2px solid #cb7000;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05);
}

.uui-button:hover {
  background-color: #933100;
  border-color: #cecece;
}

.uui-button:focus {
  background-color: #ffa260;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05), 0 0 0 4px #f4ebff;
}

.uui-text-size-medium {
  color: #475467;
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-text-size-medium.bold {
  letter-spacing: -.6px;
  font-weight: 500;
}

.uui-text-size-medium.bold._1 {
  letter-spacing: -.6px;
}

.uui-icon-1x1-xsmall {
  width: 1.5rem;
  height: 1.5rem;
}

.uui-pricing08_icon-wrapper {
  flex: none;
  align-self: flex-start;
  margin-right: .75rem;
}

.uui-pricing08_feature {
  display: flex;
}

.uui-pricing08_feature-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 2rem;
  margin-bottom: 2.5rem;
  display: grid;
}

.uui-pricing08_price-text {
  color: #475467;
  letter-spacing: normal;
  margin-left: .25rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

.uui-pricing08_price-text._1 {
  color: #101828;
  margin-left: 0;
  margin-right: -4px;
}

.uui-pricing08_price {
  color: #101828;
  margin-top: .5rem;
  margin-bottom: .8rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.2;
}

.uui-pricing08_price._1 {
  margin-left: -85px;
}

.uui-heading-xxsmall {
  color: #6b6b6b;
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 1.2rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.2;
}

.uui-text-align-center {
  text-align: center;
  margin-bottom: -.8em;
}

.uui-pricing08_content {
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.uui-pricing08_plan {
  border: 2px solid #ffc534;
  border-radius: 1rem;
  flex-direction: column;
  justify-content: flex-end;
  margin-top: 1rem;
  padding: 2rem 1.5rem;
  position: relative;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2), 0 12px 16px -4px rgba(0, 0, 0, .08), 0 4px 6px -2px rgba(16, 24, 40, .03);
}

.uui-pricing08_popular-label {
  z-index: 1;
  width: 101%;
  height: 2.5rem;
  outline-offset: 0px;
  color: #fff;
  background-color: #ffc534;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  outline: 1px #ffc534;
  justify-content: center;
  align-items: center;
  margin-left: -2px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: .875rem;
  font-weight: 600;
  display: flex;
  position: absolute;
  top: 0%;
  left: 0%;
  right: 0%;
}

.uui-pricing08_popular-plan {
  border: 2px solid #ffc534;
  border-radius: 1rem;
  padding: 4.5rem 1.5rem 2rem 1.5em;
  position: relative;
  box-shadow: 0 12px 16px -4px rgba(0, 0, 0, .08), 0 4px 6px -2px rgba(16, 24, 40, .03);
}

.uui-pricing08_components {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: stretch;
}

.uui-pricing08_tab-content {
  overflow: visible;
}

.uui-pricing08_tab-link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #667085;
  background-color: rgba(0, 0, 0, 0);
  border-radius: .375rem;
  align-items: center;
  padding: .5rem 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-weight: 600;
  display: flex;
}

.uui-pricing08_tab-link.w--current {
  color: #344054;
  background-color: #fff;
  box-shadow: 0 1px 3px #959595, 0 1px 3px rgba(16, 24, 40, .1), 0 1px 2px rgba(16, 24, 40, .06);
}

.uui-pricing08_tabs-menu {
  grid-column-gap: .5rem;
  grid-row-gap: 16px;
  background-color: #f9fafb;
  border: 1px solid #e1e1e1;
  border-radius: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  align-self: center;
  margin-bottom: 1rem;
  padding: .375rem;
  display: grid;
}

.uui-pricing08_component {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-top: 2.5rem;
  display: flex;
}

.uui-text-size-large {
  color: #475467;
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.uui-space-xsmall {
  width: 100%;
  min-height: 1rem;
}

.uui-heading-medium {
  color: #101828;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.uui-max-width-large {
  width: 100%;
  max-width: 48rem;
}

.uui-max-width-large.align-center, .align-center {
  margin-left: auto;
  margin-right: auto;
}

.uui-padding-vertical-xhuge {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.uui-container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding {
  margin-top: 0;
  padding-top: 5em;
  padding-left: 2rem;
  padding-right: 2rem;
}

.link-text-block {
  text-align: left;
  text-shadow: 1px 1px 4px #d3d3d3;
  justify-content: flex-start;
  align-items: center;
  line-height: 24px;
  display: flex;
}

.link-text-block._1 {
  width: 8em;
  text-align: left;
  text-shadow: 1px 1px 4px rgba(211, 211, 211, .41);
  justify-content: flex-start;
  margin-right: 2px;
  font-weight: 700;
  line-height: 30px;
}

.link-text-block._2 {
  width: 5.8em;
  text-align: left;
  margin-right: 2px;
  font-weight: 700;
  line-height: 30px;
}

.link-text-block._3 {
  width: 14em;
  text-align: left;
  margin-right: 1px;
  font-weight: 700;
  line-height: 30px;
}

.link-text-block._3.spec1 {
  width: auto;
  text-align: center;
  font-weight: 700;
}

.link-text-block._3.spec1.main-button {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.div-block-11 {
  text-shadow: 1px 1px 4px rgba(123, 123, 123, .41);
  border: 2px solid #434343;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-right: 12px;
  padding: 5px 13px 6px;
  display: flex;
  box-shadow: inset 0 0 3px #656565, 0 0 5px #656565;
}

.div-block-11._2 {
  padding-left: 12.5px;
  padding-right: 12px;
}

.uui-footer07_legal-link {
  color: #667085;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: .875rem;
  text-decoration: none;
  transition: all .3s;
}

.uui-footer07_legal-link:hover {
  color: #475467;
}

.uui-footer07_legal-list {
  grid-column-gap: 1rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: grid;
}

.uui-text-size-small {
  color: #475467;
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: .875rem;
  line-height: 1.5;
}

.uui-text-size-small.text-color-gray500 {
  color: #667085;
}

.uui-footer07_link {
  color: #0d1a2c;
  text-align: center;
  background-color: #fff;
  border: 1px solid #a63700;
  border-radius: 12px;
  margin-left: .5em;
  margin-right: .5em;
  padding: .5rem 1rem .6rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
  box-shadow: 0 0 4px #7d7d7d;
}

.uui-footer07_link:hover {
  color: #344054;
}

.uui-footer07_link-list {
  grid-column-gap: 1rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  justify-items: start;
  margin-bottom: 20px;
  display: grid;
}

.align-center-2 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}

.html-embed-2 {
  margin-top: 40px;
  margin-bottom: 30px;
}

.html-embed-2.spec1 {
  margin-top: 30px;
}

.div-block-13 {
  margin-top: 40px;
}

.footer {
  background-color: #fff;
  padding-top: 50px;
  padding-bottom: 0;
  box-shadow: 0 -13px 12px -9px #cdcdcd;
}

.footer-icon {
  width: 70px;
  height: 70px;
  filter: invert(78%);
  background-image: url('../images/phone-call-4.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 60px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.footer-icon.email {
  background-image: url('../images/envelope-1_1envelope-1_1envelope-1_1envelope (1).png');
  background-size: 60px;
}

.footer-icon.addres {
  background-image: none;
  background-size: 60px;
}

.div-block-14 {
  justify-content: center;
  align-items: center;
  font-family: Exo, sans-serif;
  font-size: 19px;
  display: flex;
}

.biger {
  color: #000;
  font-family: Exo, sans-serif;
  font-size: 19px;
  font-weight: 500;
  line-height: 30px;
}

.biger._2._3 {
  color: #191919;
  font-family: Exo, sans-serif;
  font-size: 19px;
  font-weight: 500;
}

.biger._1._2 {
  color: #000;
  font-family: Exo, sans-serif;
  font-size: 19px;
  font-weight: 500;
}

.italic-text {
  color: #000;
  text-shadow: 1px 1px 4px #e3e3e3;
  font-family: Bitter, serif;
  font-size: 15px;
  font-weight: 400;
}

.text-block-2 {
  color: #fff;
  font-family: PT Serif, serif;
  font-size: 14px;
  font-style: italic;
  text-decoration: none;
}

.columns-4 {
  justify-content: center;
  display: flex;
}

.link-block-2 {
  text-decoration: none;
}

.link-block-3 {
  margin-bottom: 40px;
  padding-top: 10px;
  padding-bottom: 20px;
  text-decoration: none;
}

.image-3 {
  width: 160px;
  max-width: none;
  margin-top: -58px;
  margin-bottom: -30px;
  margin-left: 0;
  display: block;
}

.image-3._1 {
  width: auto;
  height: 80px;
  margin-top: -20px;
  margin-bottom: -10px;
  margin-left: 0;
}

.column-3 {
  display: none;
}

.columns-5 {
  width: 95%;
  height: 4em;
}

.after-footer {
  width: 100%;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.column-4 {
  height: 100%;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.column-5 {
  height: 100%;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.column-6 {
  height: 100%;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.uui-heroheader06_image-02 {
  z-index: 1;
  width: 18rem;
  min-width: 18rem;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.uui-heroheader06_image-01 {
  width: 48rem;
  min-width: 48rem;
  border: .25rem solid #101828;
  border-radius: .625rem;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 12%;
  right: auto;
}

.uui-heroheader06_image-01.shadow-xxlarge.hide-mobile-landscape {
  border-style: solid solid none;
  border-top-width: .35rem;
  border-left-width: .35rem;
  border-right-width: .35rem;
  margin-top: -1px;
}

.uui-heroheader06_image-wrapper {
  height: 100%;
  min-height: 35.5rem;
  position: relative;
}

.uui-button-row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: none;
}

.uui-button-row.main-button {
  display: block;
}

.uui-space-large {
  width: 100%;
  min-height: 3rem;
}

.uui-max-width-small {
  width: 100%;
  max-width: 30rem;
}

.uui-text-size-xlarge {
  color: #475467;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.25rem;
  line-height: 1.3;
}

.uui-text-size-xlarge.spec80.margin {
  margin-top: -50px;
  margin-bottom: 10px;
}

.uui-space-small {
  width: 100%;
  min-height: 1.5rem;
}

.uui-heading-xlarge {
  color: #101828;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 2.35rem;
  font-weight: 600;
  line-height: 1.2;
}

.uui-heroheader06_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1.1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.uui-padding-vertical-xhuge-2 {
  padding-top: 8rem;
  padding-bottom: 4rem;
}

.uui-padding-vertical-xhuge-2.spec1 {
  border-top: 1px solid #a9a9a9;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.uui-container-large-3 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding-3 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-section_heroheader06 {
  background-color: #f9fafb;
  margin-top: 7em;
  overflow: hidden;
}

.uui-button-icon {
  width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  min-width: 1.25rem;
  color: #0073d7;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.uui-button-link {
  grid-column-gap: .5rem;
  color: #6941c6;
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-button-link:hover {
  color: #53389e;
}

.uui-text-size-medium-2 {
  color: #475467;
  text-align: left;
  letter-spacing: normal;
  font-family: Lato, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-space-xxsmall {
  width: 100%;
  min-height: .5rem;
}

.uui-space-xxsmall.none {
  min-height: .7rem;
}

.uui-heading-xsmall {
  color: #101828;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.4;
}

.uui-heading-xsmall.align-right {
  font-size: 22px;
}

.uui-icon-1x1-xsmall-2 {
  width: 1.5rem;
  height: 1.5rem;
  color: #bf0000;
}

.uui-icon-featured-outline-large {
  width: 3.5rem;
  height: 3.5rem;
  color: #1874ff;
  background-color: #fff;
  border: 5px solid rgba(191, 0, 0, .27);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  display: flex;
}

.uui-layout34_component {
  grid-column-gap: 2rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.uui-section_layout34 {
  background-color: #f9fafb;
}

.text-block-9 {
  color: #bf0000;
}

.uui-text-size-medium-3 {
  color: #475467;
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.4;
}

.uui-text-size-medium-3.spec-fil {
  margin-top: 10px;
  margin-bottom: 0;
  margin-left: 6px;
  font-family: Lato, sans-serif;
  font-size: .98rem;
  line-height: 1.4;
}

.uui-space-xxsmall-2 {
  width: 100%;
  min-height: .5rem;
}

.uui-heading-xxsmall-2 {
  color: #404040;
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.3;
}

.uui-heading-xxsmall-2.none {
  margin-left: 55px;
}

.uui-layout32_timeline-right {
  padding-top: 1.5rem;
  padding-bottom: 0;
}

.uui-icon-1x1-xsmall-3 {
  width: 1.5rem;
  height: 1.5rem;
  color: #bf0000;
}

.uui-icon-featured-outline-large-2 {
  width: 3.5rem;
  height: 3.5rem;
  color: #7f56d9;
  background-color: #fff;
  border: 5px solid rgba(191, 0, 0, .27);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  margin-top: -2em;
  display: flex;
}

.uui-layout32_timeline-icon-wrapper {
  z-index: 1;
  background-color: rgba(255, 255, 255, 0);
  margin-top: -1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
}

.uui-layout32_timeline-left {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  display: flex;
  position: relative;
}

.uui-layout32_timeline-step {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
}

.uui-layout32_progress-bar {
  width: 2px;
  height: 100%;
  background-color: #bf0000;
}

.uui-layout32_progress-bar-wrapper {
  width: 2px;
  height: 47%;
  background-color: #eaecf0;
  position: absolute;
  top: 10%;
  left: 1.75rem;
  right: auto;
}

.uui-layout32_timeline-wrapper {
  position: relative;
}

.uui-layout32_content-right {
  margin-top: -4em;
}

.uui-button-row-2 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-space-medium {
  width: 100%;
  min-height: 2rem;
}

.uui-heading-medium-2 {
  color: #101828;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 38px;
}

.uui-heading-subheading-2 {
  color: #c00000;
  margin-bottom: .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-layout32_content-left {
  margin-top: -50px;
}

.uui-layout32_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 44% 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.uui-padding-vertical-xhuge-3 {
  border-top: 1px solid #a9a9a9;
  padding-top: 5rem;
  padding-bottom: 0;
}

.uui-container-large-4 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding-4 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-button-icon-2 {
  width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  min-width: 1.25rem;
  color: #bf0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.uui-button-link-2 {
  grid-column-gap: .5rem;
  color: #6941c6;
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: none;
}

.uui-button-link-2:hover {
  color: #53389e;
}

.uui-space-small-2 {
  width: 100%;
  min-height: 1.5rem;
  display: none;
}

.uui-heading-xsmall-2 {
  color: #101828;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.4;
}

.uui-blog02_title-link {
  margin-bottom: .5rem;
  text-decoration: none;
  display: block;
}

.uui-blog02_image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.uui-blog02_image-wrapper {
  width: 100%;
  padding-top: 56%;
  position: relative;
  overflow: visible;
}

.uui-blog02_image-link {
  width: 100%;
  border-radius: 12px;
  margin-bottom: 2rem;
  transition: all .3s;
  overflow: hidden;
  box-shadow: 0 0 3px #000;
}

.uui-blog02_image-link:hover {
  box-shadow: 0 24px 48px -12px rgba(16, 24, 40, .18);
}

.uui-blog02_item {
  z-index: 1;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
  overflow: visible;
}

.uui-blog02_list {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  overflow: visible;
}

.uui-blog02_list-wrapper {
  overflow: visible;
}

.uui-blog02_menu-link {
  color: #667085;
  white-space: nowrap;
  background-color: rgba(255, 255, 255, 0);
  border-bottom: 2px solid rgba(0, 0, 0, 0);
  flex: none;
  margin-left: .5rem;
  margin-right: .5rem;
  padding: .5rem .25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
}

.uui-blog02_menu-link:hover {
  color: #0073d7;
  border-bottom-color: #0073d7;
}

.uui-blog02_menu-link.w--current {
  color: #bf0000;
  background-color: rgba(255, 255, 255, 0);
  border-bottom-color: #bf0000;
}

.uui-blog02_menu-link.none {
  display: none;
}

.uui-blog02_category-menu {
  width: 100%;
  justify-content: center;
  align-items: center;
  margin-bottom: 4rem;
  display: flex;
}

.uui-blog02_category-menu.no-scrollbar {
  justify-content: center;
  margin-bottom: 2.5rem;
  box-shadow: inset 0 -1px #eaecf0;
}

.uui-blog02_component {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 2rem;
  display: flex;
}

.uui-heading-large {
  color: #101828;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.2;
}

.uui-heading-subheading-3 {
  color: #bf0000;
  margin-bottom: .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-max-width-large-2 {
  width: 100%;
  max-width: 48rem;
}

.uui-max-width-large-2.align-center {
  margin-left: auto;
  margin-right: auto;
}

.uui-text-align-center-2 {
  text-align: center;
}

.uui-padding-vertical-xhuge-4 {
  border-top: 1px solid #a9a9a9;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.uui-text-size-small-2 {
  color: #475467;
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: .875rem;
  line-height: 1.5;
}

.uui-blog01_date-wrapper {
  align-items: center;
  display: flex;
}

.uui-blog01_author-heading {
  color: #101828;
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: .875rem;
  font-weight: 600;
}

.uui-blog01_author-image {
  width: 2.5rem;
  height: 2.5rem;
  min-height: 2.5rem;
  min-width: 2.5rem;
  object-fit: cover;
  border-radius: 100%;
}

.uui-blog01_author-image-wrapper {
  margin-right: .75rem;
}

.uui-blog01_author-wrapper {
  align-items: center;
  margin-top: 1.5rem;
  display: flex;
}

.uui-testimonial15_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.uui-button-icon-3 {
  width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  min-width: 1.25rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.uui-testimonial15_arrow {
  width: 3rem;
  height: 3rem;
  color: #667085;
  background-color: #fff;
  border: 1px solid #eaecf0;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  transition: all .3s;
  display: flex;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.uui-testimonial15_arrow:hover {
  background-color: #f9fafb;
}

.uui-testimonial15_arrow.left {
  right: 4rem;
}

.uui-text-size-small-3 {
  color: #475467;
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: .85rem;
  line-height: 1.5;
}

.uui-testimonial15_client-heading {
  color: #101828;
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
}

.uui-testimonial15_customer-image {
  width: 3rem;
  height: 3rem;
  min-height: 3rem;
  min-width: 3rem;
  object-fit: cover;
  border-radius: 100%;
}

.uui-testimonial15_client-image-wrapper {
  margin-right: .75rem;
}

.uui-testimonial15_client {
  text-align: left;
  align-items: center;
  margin-top: auto;
  display: flex;
}

.uui-heading-xxsmall-3 {
  color: #101828;
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-heading-xxsmall-3.text-weight-medium {
  font-weight: 500;
  line-height: 25px;
}

.uui-testimonial15_rating-icon {
  width: 1.25rem;
  height: 1.25rem;
  color: #ffbf00;
  justify-content: center;
  align-items: center;
  margin-right: .25rem;
  display: flex;
}

.uui-testimonial15_rating-wrapper {
  align-items: center;
  display: flex;
}

.uui-testimonial15_content {
  width: 100%;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: #fff;
  border: 1px solid #bdbdbd;
  border-radius: 1rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
}

.uui-testimonial15_slide {
  padding-right: 2rem;
}

.uui-testimonial15_mask {
  width: 33.33%;
  margin-bottom: 0;
  overflow: visible;
}

.uui-testimonial15_component {
  height: auto;
  max-width: 80rem;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 2rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
}

.uui-text-size-large-3 {
  color: #475467;
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
  margin-bottom: 30px
}

.uui-space-xsmall-2 {
  width: 100%;
  min-height: 1rem;
}

.uui-heading-medium-3 {
  color: #101828;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.uui-max-width-large-3 {
  width: 100%;
  max-width: 50rem;
}

.uui-padding-vertical-xhuge-5 {
  width: 100%;
  border-top: 1px solid #a9a9a9;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.uui-container-large-5 {
  width: 90%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding-5 {
  width: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-section_testimonial15 {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.rea-menu {
  color: #bf0000;
}

.error-text {
  color: #cf0000;
}

.error-message {
  text-align: center;
  border: 2px solid red;
  border-radius: 12px;
  margin-top: 1.5rem;
  padding: .875rem 1rem;
  font-family: Bitter, serif;
  font-size: 15px;
  font-weight: 700;
}

.success-text {
  font-family: Bitter, serif;
  font-size: 16px;
  font-weight: 600;
}

.success-message {
  background-color: #d6ffd7;
  border: 1px solid #008518;
  border-radius: 18px;
  margin-top: 1.5rem;
  padding: 1.5rem;
}

.uui-button-3 {
  grid-column-gap: .5rem;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #a00;
  border: 1px solid #dfdfdf;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05);
}

.uui-button-3:hover {
  background-color: #710000;
  border-color: #b6b6b6;
}

.uui-button-3:focus {
  background-color: #ff4343;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05), 0 0 0 4px #f4ebff;
}

.uui-form-button-wrapper {
  flex-direction: column;
  margin-top: .5rem;
  display: flex;
}

.uui-form_input {
  height: auto;
  min-height: 2.75rem;
  color: #101828;
  background-color: #fff;
  border: 1px solid #d0d5dd;
  border-radius: .5rem;
  margin-bottom: 0;
  padding: .5rem .875rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  transition: all .3s;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05);
}

.uui-form_input:focus {
  color: #101828;
  border-color: #ff3b3b;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05), 0 0 0 4px #ffebfe;
}

.uui-form_input::-ms-input-placeholder {
  color: #667085;
}

.uui-form_input::placeholder {
  color: #667085;
}

.uui-form_input.text-area {
  height: auto;
  min-height: 7rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
}

.uui-field-label {
  color: #344054;
  margin-bottom: .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
}

.uui-form-field-wrapper {
  position: relative;
}

.uui-contact03_form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.uui-contact03_form-wrapper {
  width: 95%;
  flex-direction: column;
  align-items: stretch;
}

.uui-text-style-link-02 {
  color: #a00;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 30px;
  font-weight: 600;
  text-decoration: none;
}

.uui-icon-1x1-xsmall-4 {
  width: 3rem;
  height: 3rem;
  color: #bf0000;
  margin-right: 5px;
}

.uui-contact03_icon-wrapper {
  color: #7f56d9;
  flex: none;
  align-self: flex-start;
  margin-right: 1rem;
}

.uui-contact03_item {
  align-items: center;
  display: flex;
}

.uui-contact03_contact-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 3rem;
  display: grid;
}

.uui-contact03_content {
  width: 103%;
  border-right: 1px solid #bbb;
}

.uui-contact03_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.uui-padding-vertical-xhuge-6 {
  padding-top: 7rem;
  padding-bottom: 3rem;
}

.uui-section_contact03 {
  padding-top: 7em;
}

.realisation-webtraffic {
  text-align: center;
}

.container-2 {
  z-index: 2;
  width: 95%;
  max-width: 1450px;
  position: relative;
}

.container-2.nav-container {
  width: 100%;
  max-width: 1500px;
  justify-content: space-between;
  align-items: center;
  padding-left: 0;
  padding-right: 35px;
  display: flex;
}

.brand-logo {
  width: 380px;
  height: 80px;
  object-fit: contain;
  margin-top: 15px;
  display: block;
}

.brand {
  width: auto;
  height: 110px;
  border-bottom-style: none;
  margin-left: 0;
  padding-left: 0;
}

.brand.w--current {
  width: auto;
  height: 110px;
  margin-left: 0;
}

.navbar {
  z-index: 10000;
  width: 100%;
  height: 150px;
  background-color: rgba(255, 255, 255, .98);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  display: flex;
  position: fixed;
  top: 0;
  box-shadow: inset 0 0 7px #000, 0 2px 15px -6px #000;
}

.nav-menu {
  align-items: center;
  display: flex;
}

.nav-right-wrap {
  align-items: center;
  margin-right: -2.5%;
  display: flex;
}

.text-block-15 {
  display: none;
}

.div-block-21 {
  width: 100%;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-block-16 {
  display: none;
}

.tab-pane-tab-1, .tabs-content {
  overflow: visible;
}

.link-block-4 {
  z-index: 2;
  color: #000;
  text-decoration: none;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-block-17, .text-block-18 {
  color: #000;
}

.heading, .heading-2 {
  font-weight: 700;
}

.heading-3 {
  font-weight: 600;
}

.heading-4 {
  font-weight: 500;
}

.heading-5 {
  font-weight: 400;
}

.heading-6 {
  font-weight: 300;
}

.heading-7, .heading-8 {
  font-weight: 400;
}

.heading-9 {
  color: #57595d;
}

.heading-10 {
  color: #646464;
}

.heading-11 {
  color: #6c6c6c;
}

.heading-12, .heading-13 {
  color: #727272;
}

.heading-14 {
  color: #5f5f5f;
}

.heading-15 {
  color: #585858;
}

.heading-16 {
  color: #555;
}

.heading-17 {
  color: #565656;
}

.heading-18 {
  color: #585858;
}

.heading-19 {
  color: #5a5a5a;
}

.heading-20, .heading-21 {
  color: #666;
}

.heading-22, .heading-23, .heading-24 {
  color: #5d5d5d;
}

.heading-25, .heading-26 {
  margin-left: 10px;
}

.heading-27, .heading-28 {
  padding-left: 10px;
}

.div-block-22 {
  display: none;
}

.text-block-19 {
  color: #404040;
  font-weight: 700;
}

.heading-29 {
  color: #3d3d3d;
  text-align: center;
  margin-top: -5px;
  margin-bottom: 15px;
  font-family: Playball, sans-serif;
  font-size: 32px;
  font-style: normal;
}

.text-block-20 {
  color: #3b3b3b;
  font-weight: 700;
}

.div-block-23 {
  align-items: center;
  margin-left: -12px;
  display: flex;
}

.link-block-5 {
  width: 100%;
  min-width: 100%;
  text-decoration: none;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.bold-text-2 {
  font-size: 28px;
}

.div-block-24 {
  align-items: center;
  display: flex;
}

.bold-text-3 {
  letter-spacing: -.2px;
}

.f-paragraph-small {
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.f-paragraph-regular {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.f-paragraph-regular.f-text-weight-medium, .f-text-weight-medium {
  font-weight: 500;
}

.f-avatar-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.f-testimonial-avatar-small {
  width: 48px;
  height: 48px;
  min-height: 48px;
  min-width: 48px;
  background-color: #f3f5fb;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.f-testimonial-author {
  grid-column-gap: 16px;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.f-testimonial-author:hover {
  border-color: rgba(0, 0, 0, 0);
  box-shadow: 23px 23px 64px -16px rgba(57, 59, 106, .06);
}

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

.f-icon-regular {
  width: 24px;
  height: 24px;
  justify-content: center;
  align-items: center;
  transition: color .2s;
  display: flex;
}

.f-testimonial-star-wrapper {
  grid-column-gap: 4px;
  margin-bottom: 16px;
  display: flex;
}

.f-testimonial-outline-small {
  color: #160042;
  background-color: #fff;
  border: 1px solid #f3f5fb;
  border-radius: 12px;
  padding: 32px;
}

.f-grid-three-column {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.f-h3-heading {
  color: #160042;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 1.2;
}

.f-heading-detail-small {
  color: #6b7094;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-margin-bottom-16 {
  margin-bottom: 16px;
}

.f-title-wrapper-center {
  z-index: 5;
  width: 100%;
  max-width: 580px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.f-margin-bottom-48 {
  margin-bottom: 48px;
}

.f-container-regular {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-testimonial-background {
  width: 100%;
  height: 30%;
  background-color: #f7f9fd;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.f-section-regular {
  padding: 72px 5%;
  position: relative;
}

.uui-text-size-small-4 {
  color: #475467;
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: .875rem;
  line-height: 1.5;
}

.uui-testimonial16_client-heading {
  color: #101828;
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
}

.uui-testimonial16_customer-image {
  width: 3rem;
  height: 3rem;
  min-height: 3rem;
  min-width: 3rem;
  object-fit: cover;
  border-radius: 100%;
}

.uui-testimonial16_client-image-wrapper {
  margin-right: .75rem;
}

.uui-testimonial16_client {
  text-align: left;
  align-items: center;
  display: flex;
}

.uui-heading-xxsmall-4 {
  color: #101828;
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-heading-xxsmall-4.text-weight-medium {
  letter-spacing: 0;
  font-size: 18px;
  font-weight: 500;
}

.uui-testimonial16_rating-icon {
  width: 1.25rem;
  height: 1.25rem;
  color: #fec84b;
  justify-content: center;
  align-items: center;
  margin-right: .25rem;
  display: flex;
}

.uui-testimonial16_rating-wrapper {
  align-items: center;
  display: flex;
}

.uui-testimonial16_content {
  width: 25rem;
  min-width: 25rem;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: #f9fafb;
  border: 1px solid #f9fafb;
  border-radius: 1rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-right: 2rem;
  padding: 2rem;
  display: flex;
}

.uui-testimonial16_loop-trigger {
  display: flex;
}

.uui-testimonial16_component {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  margin-top: 4rem;
  display: flex;
}

.uui-text-size-large-4 {
  color: #475467;
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.uui-space-xsmall-3 {
  width: 100%;
  min-height: 1rem;
}

.uui-heading-medium-4 {
  color: #101828;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.uui-max-width-large-4 {
  width: 100%;
  max-width: 48rem;
}

.uui-max-width-large-4.align-center {
  max-width: 52rem;
  margin-left: auto;
  margin-right: auto;
}

.align-center-3 {
  margin-left: auto;
  margin-right: auto;
}

.uui-text-align-center-3 {
  text-align: center;
}

.uui-padding-vertical-xhuge-7 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.uui-section_testimonial16 {
  overflow: hidden;
}

.div-block-25 {
  width: 100%;
  justify-content: center;
  margin-bottom: 30px;
  display: flex;
}

.image-4 {
  width: 200px;
}

.uui-testimonial15_slide-nav-2 {
  height: 1.75rem;
  font-size: .5rem;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.uui-button-icon-4 {
  width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  min-width: 1.25rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.uui-testimonial15_arrow-2 {
  width: 3rem;
  height: 3rem;
  color: #667085;
  background-color: #fff;
  border: 1px solid #eaecf0;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  transition: all .3s;
  display: flex;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.uui-testimonial15_arrow-2:hover {
  background-color: #f9fafb;
}

.uui-testimonial15_arrow-2.left {
  right: 4rem;
}

.uui-text-size-small-5 {
  color: #475467;
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: .875rem;
  line-height: 1.5;
}

.uui-testimonial15_client-heading-2 {
  color: #101828;
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
}

.uui-testimonial15_customer-image-2 {
  width: 3rem;
  height: 3rem;
  min-height: 3rem;
  min-width: 3rem;
  object-fit: cover;
  border-radius: 100%;
}

.uui-testimonial15_client-image-wrapper-2 {
  margin-right: .75rem;
}

.uui-testimonial15_client-2 {
  text-align: left;
  align-items: center;
  margin-top: auto;
  display: flex;
}

.uui-heading-xxsmall-5 {
  color: #101828;
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-heading-xxsmall-5.text-weight-medium {
  font-weight: 500;
}

.uui-testimonial15_rating-icon-2 {
  width: 1.25rem;
  height: 1.25rem;
  color: #fec84b;
  justify-content: center;
  align-items: center;
  margin-right: .25rem;
  display: flex;
}

.uui-testimonial15_rating-wrapper-2 {
  align-items: center;
  display: flex;
}

.uui-testimonial15_content-2 {
  width: 100%;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: #f9fafb;
  border: 1px solid #f9fafb;
  border-radius: 1rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
}

.uui-testimonial15_slide-2 {
  padding-right: 2rem;
}

.uui-testimonial15_mask-2 {
  width: 33.33%;
  overflow: visible;
}

.uui-testimonial15_component-2 {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 4rem;
  padding-bottom: 5rem;
  position: relative;
}

.uui-text-size-large-5 {
  color: #475467;
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.uui-space-xsmall-4 {
  width: 100%;
  min-height: 1rem;
}

.uui-heading-medium-5 {
  color: #101828;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.uui-max-width-large-5 {
  width: 100%;
  max-width: 48rem;
}

.uui-max-width-large-5.align-center {
  max-width: 52rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-padding-vertical-xhuge-8 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.uui-container-large-6 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding-6 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-section_testimonial15-2 {
  overflow: hidden;
}

.uui-testimonial16_client-heading-2 {
  color: #101828;
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
}

.uui-testimonial16_customer-image-2 {
  width: 3rem;
  height: 3rem;
  min-height: 3rem;
  min-width: 3rem;
  object-fit: cover;
  border-radius: 100%;
}

.uui-testimonial16_client-image-wrapper-2 {
  margin-right: .75rem;
}

.uui-testimonial16_client-2 {
  text-align: left;
  align-items: center;
  display: flex;
}

.uui-testimonial16_rating-icon-2 {
  width: 1.25rem;
  height: 1.25rem;
  color: #fec84b;
  justify-content: center;
  align-items: center;
  margin-right: .25rem;
  display: flex;
}

.uui-testimonial16_rating-wrapper-2 {
  align-items: center;
  display: flex;
}

.uui-testimonial16_content-2 {
  width: 25rem;
  min-width: 25rem;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: #f9fafb;
  border: 1px solid #f9fafb;
  border-radius: 1rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-right: 2rem;
  padding: 2rem;
  display: flex;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.uui-testimonial16_loop-trigger-2 {
  display: flex;
}

.uui-testimonial16_component-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  margin-top: 1rem;
  margin-left: 0;
  display: flex;
}

.align-center-4 {
  margin-left: auto;
  margin-right: auto;
}

.uui-text-align-center-4 {
  text-align: center;
}

.uui-section_testimonial16-2 {
  overflow: hidden;
}

.html-embed-3 {
  width: 80%;
}

.div-block-26 {
  justify-content: center;
  display: flex;
}

.div-block-27 {
  width: 22em;
  justify-content: center;
  align-items: center;
  margin-left: 15px;
  padding-top: 30px;
  padding-bottom: 15px;
  font-size: 22px;
  font-weight: 700;
  display: flex;
}

.text-block-22 {
  font-size: 36px;
}

@media screen and (max-width: 991px) {
  h1 {
    text-align: left;
    font-size: 22px;
    line-height: 30px;
  }

  p, li {
    text-align: left;
  }

  .logo-nav {
    height: 110px;
    flex-direction: column;
    align-items: flex-start;
  }

  .image {
    margin-top: 10px;
    margin-left: 20px;
  }

  .div-block-7 {
    width: 100%;
    justify-content: center;
  }

  .button.menu {
    height: 62px;
    font-size: 15px;
  }

  .button.menu.spec1 {
    margin-left: 0;
    margin-right: 0;
  }

  .button.menu.spec1.main-button {
    width: 32em;
    margin-top: 0;
  }

  .button.menu.spec-align {
    width: 18em;
    border-color: #982800;
    margin: 15px auto;
  }

  .button.menu.spec-align:hover {
    margin-bottom: 0;
  }

  .button.menu.spec-align.w--current {
    width: 22em;
    border-color: #fff;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .uui-pricing08_plan {
    background-color: #fff;
    margin-top: 0;
  }

  .uui-pricing08_popular-label {
    width: 100.5%;
  }

  .uui-pricing08_components {
    grid-template-columns: 1fr;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .link-text-block._1 {
    font-size: 15px;
    line-height: 18px;
  }

  .link-text-block._2 {
    width: auto;
    line-height: 18px;
  }

  .link-text-block._3 {
    line-height: 18px;
  }

  .link-text-block._3.spec1 {
    font-size: 14.2px;
  }

  .link-text-block._3.spec1.main-button {
    font-size: 20px;
    line-height: 30px;
  }

  .div-block-11 {
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 12px;
  }

  .div-block-11._2 {
    padding-left: 12px;
  }

  .uui-footer07_legal-link, .uui-text-size-small.text-color-gray500 {
    font-size: 13px;
  }

  .uui-footer07_link {
    margin-left: 0;
    margin-right: 0;
    padding-left: .6rem;
    padding-right: .6rem;
  }

  .html-embed-2 {
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .footer {
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer-icon {
    width: 60px;
    height: 60px;
    background-size: 50px;
    margin-bottom: 20px;
  }

  .footer-icon.email, .footer-icon.addres {
    background-size: 50px;
  }

  .div-block-14 {
    flex-direction: column;
  }

  .biger {
    font-size: 18px;
  }

  .biger.special1 {
    line-height: 22px;
  }

  .biger._2._3 {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 22px;
  }

  .biger._1._2 {
    font-size: 18px;
    line-height: 22px;
  }

  .italic-text {
    font-size: 12.6px;
  }

  .link-block-3 {
    margin-bottom: 30px;
  }

  .image-3 {
    width: 250px;
    margin-top: -5px;
  }

  .image-3._1 {
    height: 70px;
    margin-top: 30px;
    margin-bottom: 0;
    margin-left: 0;
  }

  .column-4, .column-5, .column-6 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .uui-heroheader06_image-01 {
    max-width: 32rem;
  }

  .uui-button-row {
    justify-content: flex-start;
  }

  .uui-button-row.main-button {
    justify-content: center;
  }

  .uui-space-large {
    min-height: 2.5rem;
  }

  .uui-text-size-xlarge {
    font-size: 16px;
  }

  .uui-text-size-xlarge.spec80 {
    width: 85%;
    text-align: justify;
  }

  .uui-heading-xlarge {
    text-align: center;
    font-size: 26px;
  }

  .uui-heroheader06_content.speccenter {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .uui-heroheader06_component {
    min-height: auto;
    grid-row-gap: 3em;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .uui-padding-vertical-xhuge-2 {
    padding-top: 5rem;
    padding-bottom: 1rem;
  }

  .uui-heading-xsmall.align-right {
    font-size: 19px;
  }

  .uui-layout34_component {
    grid-template-columns: 1fr 1fr;
  }

  .uui-text-size-medium-3 {
    width: 100%;
    text-align: justify;
    font-size: 16px;
  }

  .uui-text-size-medium-3.spec-fil {
    text-align: left;
    margin-bottom: 0;
    margin-left: 0;
    font-size: .96rem;
    line-height: 1.4;
  }

  .uui-text-size-medium-3.spec-benefices {
    text-align: left;
  }

  .uui-heading-xxsmall-2 {
    font-size: 17px;
    line-height: 1.25;
  }

  .uui-layout32_timeline-step {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .uui-layout32_progress-bar-wrapper {
    height: 48%;
  }

  .uui-layout32_content-right {
    margin-top: -2em;
    margin-bottom: -1.5em;
  }

  .uui-heading-medium-2 {
    font-size: 20px;
    line-height: 31px;
  }

  .uui-layout32_component {
    grid-column-gap: 1.5rem;
    grid-template-columns: 40% 1fr;
  }

  .uui-padding-vertical-xhuge-3 {
    padding-top: 5rem;
    padding-bottom: 1rem;
  }

  .uui-page-padding-4 {
    padding-left: 18px;
    padding-right: 18px;
  }

  .uui-heading-xsmall-2 {
    font-size: 19px;
  }

  .uui-blog02_item {
    align-items: center;
  }

  .uui-blog02_list {
    grid-row-gap: 1.2rem;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .uui-blog02_menu-link {
    letter-spacing: -.4px;
    margin-left: .25rem;
    font-size: 14px;
  }

  .uui-heading-large {
    font-size: 32px;
  }

  .uui-heading-subheading-3 {
    margin-bottom: .5rem;
  }

  .uui-padding-vertical-xhuge-4 {
    padding-top: 2rem;
    padding-bottom: 3rem;
  }

  .uui-heading-xxsmall-3.text-weight-medium {
    font-size: 1.1rem;
    line-height: 22px;
  }

  .uui-testimonial15_content {
    padding: 0;
  }

  .uui-testimonial15_mask {
    width: 50%;
  }

  .uui-testimonial15_component {
    padding-left: 0;
    padding-right: 0;
  }

  .uui-text-size-large-3 {
    font-size: 16px;
    line-height: 1.3;
  }

  .uui-heading-medium-3 {
    font-size: 24px;
  }

  .uui-padding-vertical-xhuge-5 {
    padding-top: 2rem;
    padding-bottom: 3rem;
  }

  .uui-container-large-5 {
    width: 98%;
  }

  .uui-page-padding-5 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-form_input {
    min-height: 2rem;
    padding-top: .125rem;
    padding-bottom: .125rem;
    font-size: 14px;
  }

  .uui-form_input.text-area {
    min-height: 3em;
  }

  .uui-text-style-link-02 {
    font-size: 24px;
  }

  .uui-contact03_component {
    min-height: auto;
    grid-column-gap: 1.6rem;
    grid-template-columns: 50% 1fr;
    grid-auto-flow: row;
  }

  .uui-padding-vertical-xhuge-6 {
    padding-top: 4rem;
    padding-bottom: 2rem;
  }

  .text-block-13 {
    font-size: 11px;
  }

  .container-2.nav-container {
    position: static;
  }

  .brand-logo {
    max-width: 85%;
    margin-left: 20px;
  }

  .brand {
    z-index: 2;
    align-items: center;
    padding-bottom: 10px;
    display: flex;
  }

  .navbar {
    height: 110px;
  }

  .icon-5 {
    color: #0096d8;
    transform: scale(1.5);
  }

  .icon-4 {
    color: #c30000;
  }

  .nav-menu {
    z-index: 1;
    width: 50vw;
    text-align: center;
    background-color: #fff;
    flex-direction: column;
    padding: 20vh 50px 50px;
    position: fixed;
    top: 0;
    bottom: 0;
    box-shadow: -1px 1px 12px #000;
  }

  .nav-right-wrap {
    margin-right: 5%;
  }

  .menu-button {
    border: 2px solid #c30000;
    border-radius: 7px;
    margin-top: -8px;
    margin-left: 15px;
    padding: 15px;
    box-shadow: 1px 1px 5px -1px #373737;
  }

  .menu-button.w--open {
    z-index: 2;
    background-color: #fff;
    border-style: solid;
  }

  .text-block-15 {
    color: #444;
    font-family: Poppins, sans-serif;
    font-size: 20px;
    font-weight: 600;
    display: block;
  }

  .bold-text {
    font-size: 16px;
  }

  .bold-text-2 {
    font-size: 22px;
  }

  .f-grid-three-column {
    grid-template-columns: 1fr 1fr;
  }

  .f-testimonial-background {
    height: 20%;
  }

  .uui-testimonial16_component {
    grid-template-columns: 1fr 1fr;
  }

  .uui-padding-vertical-xhuge-7 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .uui-testimonial15_mask-2 {
    width: 50%;
  }

  .uui-testimonial15_component-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .uui-padding-vertical-xhuge-8 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .uui-testimonial16_component-2 {
    grid-template-columns: 1fr 1fr;
    margin-top: 0;
  }

  .div-block-27 {
    width: auto;
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 18px;
    line-height: 28px;
  }

  .logo-nav {
    height: 75px;
  }

  .button.menu.spec1.main-button {
    width: auto;
    margin-top: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .button.menu.spec1.none {
    display: none;
  }

  .button.menu.spec-align {
    width: 18em;
    margin-left: auto;
    margin-right: auto;
  }

  .button.menu.spec-align.w--current {
    width: 20em;
    margin-left: auto;
    margin-right: auto;
  }

  .uui-button {
    font-size: 1rem;
  }

  .uui-pricing08_feature-list {
    margin-bottom: 2rem;
  }

  .uui-pricing08_price {
    font-size: 2.25rem;
  }

  .uui-heading-xxsmall {
    font-size: 1.125rem;
  }

  .uui-pricing08_plan {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .uui-pricing08_popular-plan {
    margin-top: 0;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .uui-pricing08_components {
    grid-template-columns: 1fr;
  }

  .uui-pricing08_component {
    margin-top: 2rem;
  }

  .uui-text-size-large {
    font-size: 1rem;
  }

  .uui-space-xsmall {
    min-height: .75rem;
  }

  .uui-heading-medium {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-page-padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-footer07_legal-link:hover {
    color: #98a2b3;
  }

  .uui-footer07_legal-list {
    grid-template-rows: auto auto;
    margin-bottom: 1rem;
  }

  .uui-footer07_link {
    width: auto;
    padding-left: .6rem;
    padding-right: .6rem;
  }

  .uui-footer07_link:hover {
    color: #667085;
  }

  .uui-footer07_link-list {
    width: 100%;
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    grid-template-rows: auto;
    grid-template-columns: max-content;
    grid-auto-columns: max-content;
  }

  .footer {
    padding-top: 10px;
  }

  .footer-icon {
    background-size: 45px;
    margin-bottom: 10px;
  }

  .footer-icon.email, .footer-icon.addres {
    background-size: 50px;
  }

  .biger {
    font-size: 15px;
    line-height: 25px;
  }

  .biger._2._3, .biger._1._2 {
    font-size: 15px;
  }

  .link-block-3 {
    margin-bottom: 0;
  }

  .image-3 {
    width: 200px;
    margin-top: -15px;
  }

  .image-3._1 {
    height: 60px;
    margin-top: 5px;
    margin-bottom: 10px;
    margin-left: 0;
  }

  .text-block-8 {
    font-size: .8rem;
  }

  .uui-heroheader06_image-02 {
    width: 100%;
    max-width: 15.25rem;
    min-width: auto;
    display: none;
    position: static;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .uui-heroheader06_image-wrapper {
    height: 22rem;
    min-height: auto;
    justify-content: center;
    align-items: flex-start;
    display: none;
  }

  .uui-button-row {
    justify-content: center;
    align-self: stretch;
    margin-bottom: .5em;
  }

  .uui-space-large {
    min-height: 2rem;
  }

  .uui-text-size-xlarge {
    text-align: left;
    font-size: 16px;
  }

  .uui-text-size-xlarge.spec80 {
    width: auto;
  }

  .uui-text-size-xlarge.spec80.margin {
    margin-top: -30px;
  }

  .uui-space-small {
    min-height: 1.25rem;
  }

  .uui-heading-xlarge {
    font-size: 22px;
  }

  .uui-padding-vertical-xhuge-2, .uui-padding-vertical-xhuge-2.spec1 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .uui-page-padding-3 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-button-link {
    font-size: 1rem;
  }

  .uui-button-link:hover {
    color: #6941c6;
  }

  .uui-text-size-medium-2 {
    width: 95%;
  }

  .uui-heading-xsmall {
    text-align: center;
    margin-bottom: .5rem;
    font-size: 19px;
  }

  .uui-heading-xsmall.align-right {
    margin-bottom: 0;
  }

  .uui-icon-featured-outline-large {
    flex: none;
  }

  .uui-layout34_content {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .uui-layout34_component {
    grid-column-gap: 1rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr 1fr;
  }

  .uui-text-size-medium-3 {
    width: 100%;
  }

  .uui-text-size-medium-3.spec-fil {
    line-height: 1.4;
  }

  .uui-heading-xxsmall-2 {
    font-size: 1.125rem;
  }

  .uui-button-row-2 {
    align-self: stretch;
  }

  .uui-button-row-2.is-reverse-mobile-landscape {
    flex-direction: column-reverse;
  }

  .uui-space-medium {
    min-height: 1.5rem;
  }

  .uui-heading-medium-2 {
    width: 100%;
    text-align: center;
    font-size: 22px;
    line-height: 1.4;
  }

  .uui-layout32_content-left {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .uui-layout32_component {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .uui-padding-vertical-xhuge-3 {
    padding-top: 5rem;
    padding-bottom: 0;
  }

  .uui-page-padding-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-button-link-2 {
    font-size: 1rem;
  }

  .uui-button-link-2:hover {
    color: #6941c6;
  }

  .uui-space-small-2 {
    min-height: 1.25rem;
  }

  .uui-heading-xsmall-2 {
    font-size: 18px;
  }

  .uui-blog02_image-link {
    margin-bottom: 1.5rem;
  }

  .uui-blog02_image-link:hover {
    box-shadow: none;
  }

  .uui-blog02_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr 1fr;
  }

  .uui-blog02_menu-link:hover {
    color: #667085;
    border-bottom-style: none;
  }

  .uui-blog02_category-menu {
    width: 100vw;
    margin-left: -5vw;
    padding-left: 5vw;
    overflow: scroll;
  }

  .uui-blog02_category-menu.no-scrollbar {
    width: auto;
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    margin-bottom: 3rem;
    margin-left: 0;
    padding-left: 0;
    display: flex;
    overflow: visible;
  }

  .uui-blog02_component {
    margin-top: 1.5rem;
  }

  .uui-heading-large {
    font-size: 22px;
  }

  .uui-padding-vertical-xhuge-4 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .uui-testimonial15_arrow:hover {
    background-color: #fff;
  }

  .uui-testimonial15_arrow.left {
    right: 3.5rem;
  }

  .uui-testimonial15_customer-image {
    margin-right: 10px;
  }

  .uui-testimonial15_client-image-wrapper {
    margin-bottom: 1rem;
    margin-right: 0;
  }

  .uui-testimonial15_client {
    width: 100%;
    flex-direction: row;
    align-items: flex-start;
  }

  .uui-heading-xxsmall-3 {
    font-size: 1.125rem;
  }

  .uui-testimonial15_content {
    padding: 1.5rem;
  }

  .uui-testimonial15_slide {
    z-index: 3;
    margin-right: 1.5rem;
    padding-right: 0;
  }

  .uui-testimonial15_mask {
    width: 100%;
    margin-bottom: 2em;
  }

  .uui-testimonial15_component {
    margin-top: 1rem;
    padding-bottom: 2rem;
  }

  .uui-text-size-large-3 {
    font-size: 1rem;
  }

  .uui-space-xsmall-2 {
    min-height: .75rem;
  }

  .uui-heading-medium-3 {
    font-size: 22px;
    line-height: 1.4;
  }

  .uui-padding-vertical-xhuge-5 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .uui-page-padding-5 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-section_testimonial15 {
    position: relative;
  }

  .uui-button-3 {
    font-size: 1rem;
  }

  .uui-contact03_form-wrapper {
    width: 100%;
  }

  .uui-contact03_contact-list {
    margin-top: 2rem;
  }

  .uui-contact03_content {
    width: 100%;
    border-right-style: none;
  }

  .uui-contact03_component {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .uui-padding-vertical-xhuge-6 {
    padding-top: 2rem;
    padding-bottom: 4rem;
  }

  .container-2.nav-container {
    height: 90px;
  }

  .brand-logo {
    width: 240px;
    height: 70px;
    max-width: none;
    margin-left: 5px;
  }

  .navbar {
    height: 90px;
  }

  .nav-menu {
    width: 100vw;
    align-items: center;
  }

  .menu-button {
    margin-left: 10px;
    padding: 12px;
  }

  .div-block-21 {
    z-index: 4;
    display: none;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .text-block-16 {
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    display: block;
  }

  .div-block-24 {
    align-items: center;
  }

  .f-grid-three-column {
    grid-template-columns: 1fr;
  }

  .f-h3-heading {
    font-size: 40px;
  }

  .f-section-regular {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .uui-testimonial16_client-image-wrapper {
    margin-bottom: 1rem;
    margin-right: 0;
  }

  .uui-testimonial16_client {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
  }

  .uui-heading-xxsmall-4 {
    font-size: 1.125rem;
  }

  .uui-testimonial16_content {
    margin-right: 1.5rem;
    padding: 1.5rem;
  }

  .uui-testimonial16_component {
    grid-template-columns: 1fr;
    margin-top: 3rem;
  }

  .uui-text-size-large-4 {
    font-size: 1rem;
  }

  .uui-space-xsmall-3 {
    min-height: .75rem;
  }

  .uui-heading-medium-4 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-padding-vertical-xhuge-7 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .image-4 {
    width: 150px;
  }

  .uui-testimonial15_arrow-2:hover {
    background-color: #fff;
  }

  .uui-testimonial15_arrow-2.left {
    right: 3.5rem;
  }

  .uui-testimonial15_client-image-wrapper-2 {
    margin-bottom: 1rem;
    margin-right: 0;
  }

  .uui-testimonial15_client-2 {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
  }

  .uui-heading-xxsmall-5 {
    font-size: 1.125rem;
  }

  .uui-testimonial15_content-2 {
    padding: 1.5rem;
  }

  .uui-testimonial15_slide-2 {
    padding-right: 1.5rem;
  }

  .uui-testimonial15_mask-2 {
    width: 80%;
  }

  .uui-testimonial15_component-2 {
    margin-top: 3rem;
  }

  .uui-text-size-large-5 {
    font-size: 1rem;
  }

  .uui-space-xsmall-4 {
    min-height: .75rem;
  }

  .uui-heading-medium-5 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-padding-vertical-xhuge-8 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .uui-page-padding-6 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-testimonial16_client-2 {
    width: 100%;
    flex-direction: row;
    align-items: flex-start;
  }

  .uui-testimonial16_content-2 {
    margin-right: 1.5rem;
    padding: 1.5rem;
  }

  .uui-testimonial16_component-2 {
    grid-template-columns: 1fr;
    margin-top: 1rem;
  }

  .uui-text-align-center-4 {
    padding-left: 12px;
    padding-right: 12px;
  }

  .text-block-22 {
    font-size: 32px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    text-align: left;
    margin-top: 15px;
    margin-bottom: 12px;
    font-family: Poppins, sans-serif;
    font-size: 15.5px;
    font-weight: 600;
    line-height: 25px;
  }

  p {
    color: #3d3d3d;
    margin-bottom: 15px;
  }

  li {
    color: #313131;
  }

  .logo-nav {
    height: 80px;
  }

  .button.menu.spec1.main-button {
    width: auto;
    height: 72px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .button.menu.spec-align {
    width: 17em;
  }

  .button.menu.spec-align.w--current {
    width: 18.5em;
  }

  .uui-button {
    white-space: normal;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .uui-text-size-medium {
    font-size: .9rem;
  }

  .uui-pricing08_price-text._1 {
    font-size: .8rem;
  }

  .uui-pricing08_price._1 {
    font-size: 2rem;
  }

  .uui-heading-xxsmall {
    margin-bottom: .8rem;
    font-size: 1rem;
  }

  .uui-pricing08_plan, .uui-pricing08_popular-plan {
    background-color: #fff;
    padding-left: .7rem;
    padding-right: .7rem;
  }

  .uui-pricing08_components {
    grid-template-columns: 1fr;
  }

  .uui-text-size-large {
    line-height: 1.25;
  }

  .uui-heading-medium {
    font-size: 18px;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 3rem;
    padding-bottom: 2rem;
  }

  .uui-page-padding {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .link-text-block._3.spec1.main-button {
    font-size: 18px;
    line-height: 24px;
  }

  .uui-footer07_legal-link, .uui-text-size-small.text-color-gray500 {
    font-size: 9px;
    line-height: 12px;
  }

  .uui-footer07_link {
    padding: .3rem .4rem;
  }

  .uui-footer07_link-list {
    flex-wrap: wrap;
    grid-template-rows: auto;
    display: flex;
  }

  .html-embed-2 {
    margin-top: 0;
    margin-bottom: 10px;
  }

  .div-block-13 {
    margin-top: 13px;
    margin-bottom: 6px;
  }

  .footer {
    padding-bottom: 0;
  }

  .footer-icon {
    background-size: 40px;
    margin-bottom: 10px;
  }

  .footer-icon.email, .footer-icon.addres {
    background-size: 45px;
    margin-bottom: 10px;
  }

  .div-block-14 {
    flex-direction: column;
  }

  .biger {
    font-size: 12.8px;
    line-height: 22px;
  }

  .biger.special1 {
    letter-spacing: -.5px;
  }

  .biger._2 {
    margin-bottom: -15px;
    font-size: 10px;
  }

  .biger._2._3 {
    margin-bottom: 0;
    font-size: 11px;
    font-weight: 500;
    line-height: 17px;
  }

  .biger._1 {
    font-size: 10px;
    line-height: 17px;
  }

  .biger._1._2 {
    font-size: 11px;
    font-weight: 500;
    line-height: 17px;
  }

  .italic-text {
    font-size: 10px;
    line-height: 12px;
  }

  .text-block-2 {
    font-size: 9px;
  }

  .columns-4 {
    margin-top: -9px;
  }

  .link-block-2 {
    line-height: 12px;
  }

  .link-block-3 {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 10px;
  }

  .image-3 {
    width: 170px;
    margin-top: -15px;
    margin-left: 0;
  }

  .image-3._1 {
    height: 45px;
    margin-top: 15px;
    margin-bottom: 20px;
  }

  .column-3 {
    padding-left: 2px;
    padding-right: 2px;
  }

  .columns-5 {
    height: 3.5em;
  }

  .text-block-8 {
    letter-spacing: -.5px;
    font-size: 11px;
  }

  .uui-heroheader06_image-wrapper {
    height: 16rem;
  }

  .uui-button-row {
    justify-content: flex-start;
    display: none;
  }

  .uui-text-size-xlarge {
    text-align: justify;
    font-size: 15px;
  }

  .uui-text-size-xlarge.spec80.margin {
    margin-top: 0;
    margin-bottom: 0;
  }

  .uui-space-small.none {
    display: none;
  }

  .uui-heading-xlarge {
    font-size: 18px;
  }

  .uui-heroheader06_component {
    grid-template-columns: 1fr;
  }

  .uui-padding-vertical-xhuge-2 {
    padding-top: 1.3rem;
    padding-bottom: 0;
  }

  .uui-page-padding-3 {
    padding-bottom: 10px;
  }

  .uui-section_heroheader06 {
    margin-top: 6em;
  }

  .uui-text-size-medium-2 {
    width: 100%;
    text-align: justify;
    margin-bottom: .5rem;
    font-family: Lato, sans-serif;
    font-size: 15px;
    line-height: 1.23;
  }

  .uui-space-xxsmall.none {
    display: none;
  }

  .uui-heading-xsmall.align-right {
    text-align: left;
    margin-bottom: 0;
    font-size: 17px;
  }

  .uui-icon-featured-outline-large {
    width: 2.4rem;
    height: 2.4rem;
    border-width: 2px;
  }

  .uui-layout34_content {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-rows: auto auto;
    grid-template-columns: 12% 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .uui-layout34_component {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .text-block-9 {
    font-size: 14px;
  }

  .uui-text-size-medium-3 {
    width: 100%;
    text-align: left;
    white-space: break-spaces;
    margin-left: 0;
    font-size: 16px;
    line-height: 1.4;
  }

  .uui-text-size-medium-3.spec-fil {
    width: 106%;
    text-align: left;
    letter-spacing: .6px;
    margin-left: -15px;
    font-size: 14.5px;
    line-height: 1.35;
  }

  .uui-text-size-medium-3.spec-benefices {
    text-align: center;
    font-size: 13px;
    line-height: 1.3;
    display: none;
  }

  .uui-heading-xxsmall-2 {
    font-size: 17.5px;
    line-height: 1.18;
  }

  .uui-heading-xxsmall-2.none {
    letter-spacing: -.8px;
    margin-left: -10px;
    font-size: 15px;
  }

  .uui-heading-xxsmall-2.none.center {
    text-align: center;
  }

  .uui-icon-featured-outline-large-2 {
    width: 2.5rem;
    height: 2.5rem;
  }

  .uui-layout32_timeline-icon-wrapper {
    margin-top: -.3rem;
  }

  .uui-layout32_timeline-left {
    margin-left: -10px;
  }

  .uui-layout32_timeline-step {
    grid-column-gap: 10px;
  }

  .uui-layout32_progress-bar-wrapper {
    height: 51.5%;
    margin-top: -33px;
    margin-left: -19px;
  }

  .uui-space-medium {
    display: none;
  }

  .uui-heading-medium-2 {
    font-size: 18px;
    font-weight: 700;
  }

  .uui-layout32_content-left {
    margin-top: 0;
  }

  .uui-padding-vertical-xhuge-3 {
    padding-top: 1rem;
  }

  .uui-space-small-2 {
    display: none;
  }

  .uui-heading-xsmall-2 {
    letter-spacing: -.7px;
    font-size: 15px;
  }

  .uui-blog02_title-link {
    margin-bottom: 0;
  }

  .uui-blog02_image {
    width: 100%;
    max-width: 100%;
  }

  .uui-blog02_image-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .uui-blog02_image-link {
    margin-bottom: .5rem;
  }

  .uui-blog02_list {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .uui-blog02_menu-link {
    border-bottom-style: none;
    margin-left: .1rem;
    margin-right: .1rem;
    padding-top: .25rem;
    padding-bottom: 0;
  }

  .uui-blog02_menu-link.w--current {
    border-bottom-style: solid;
    padding-top: .25rem;
    padding-bottom: .25rem;
  }

  .uui-blog02_category-menu.no-scrollbar {
    width: 110%;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-wrap: wrap;
    align-content: stretch;
    margin-bottom: 1rem;
    margin-left: -5%;
    padding-bottom: .25rem;
  }

  .uui-blog02_component {
    margin-top: 1rem;
  }

  .uui-heading-large {
    font-size: 22px;
  }

  .uui-padding-vertical-xhuge-4 {
    padding-top: 1.5rem;
  }

  .uui-text-size-small-2 {
    font-size: 12px;
  }

  .uui-blog01_author-heading {
    font-size: 12px;
    line-height: 15px;
  }

  .uui-blog01_author-wrapper {
    display: none;
  }

  .uui-text-size-small-3 {
    font-size: 13.5px;
  }

  .uui-testimonial15_client-heading {
    font-size: 15px;
  }

  .uui-heading-xxsmall-3.text-weight-medium {
    margin-bottom: 1rem;
    font-size: 15px;
  }

  .uui-testimonial15_content {
    min-width: 100%;
    grid-column-gap: 1.5rem;
    grid-row-gap: .5rem;
    padding: .5rem .5rem 1.5rem;
  }

  .uui-testimonial15_slide {
    margin-right: 1.5rem;
  }

  .uui-testimonial15_mask {
    width: 100%;
  }

  .uui-text-size-large-3 {
    text-align: left;
    letter-spacing: -.2px;
    font-size: 15px;
  }

  .uui-heading-medium-3 {
    font-size: 20px;
  }

  .error-text {
    font-size: 13.5px;
  }

  .error-message {
    text-align: center;
  }

  .success-text {
    font-size: 14px;
  }

  .uui-button-3 {
    padding-left: .35em;
    padding-right: .35em;
    font-size: .95rem;
  }

  .uui-field-label {
    margin-bottom: .2rem;
  }

  .uui-contact03_form {
    grid-column-gap: .8rem;
    grid-row-gap: .8rem;
  }

  .uui-text-style-link-02 {
    font-size: 20px;
  }

  .uui-icon-1x1-xsmall-4 {
    margin-right: 0;
  }

  .uui-contact03_icon-wrapper {
    margin-right: .8rem;
  }

  .uui-contact03_contact-list {
    grid-column-gap: .3rem;
    grid-row-gap: .3rem;
    margin-top: 1rem;
  }

  .uui-contact03_component {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .uui-padding-vertical-xhuge-6 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .text-block-14 {
    line-height: 13px;
  }

  .container-2.nav-container {
    height: 80px;
    padding-left: 0;
    padding-right: 2px;
  }

  .brand-logo {
    width: 90%;
    height: 50px;
    max-width: 99%;
    object-fit: scale-down;
    margin-left: 4%;
  }

  .brand.w--current {
    height: 70px;
    margin-left: -10px;
    padding-left: 0;
  }

  .navbar {
    height: 80px;
    padding-left: 10px;
  }

  .nav-menu {
    width: 100vw;
    padding-left: 10px;
    padding-right: 10px;
  }

  .nav-right-wrap {
    width: 50%;
    height: 100%;
    justify-content: flex-end;
    margin-right: 4%;
    padding-top: 5px;
  }

  .menu-button {
    margin-left: 8px;
    margin-right: 0;
    padding: 10px;
  }

  .text-block-15 {
    letter-spacing: -.2px;
    margin-top: -10px;
    padding-top: 0;
    font-size: 15px;
  }

  .div-block-21 {
    display: block;
  }

  .text-block-16 {
    text-align: center;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 700;
    display: block;
  }

  .text-block-17, .text-block-18 {
    font-size: 12.5px;
  }

  .heading-29 {
    margin-top: -15px;
    font-size: 26px;
  }

  .text-block-21 {
    letter-spacing: -.7px;
    font-size: 1rem;
  }

  .bold-text-2 {
    font-size: 18px;
  }

  .div-block-24 {
    align-items: center;
    display: flex;
  }

  .bold-text-3 {
    letter-spacing: 0;
  }

  .f-testimonial-avatar-small {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .f-testimonial-author {
    flex-flow: column wrap;
    align-items: flex-start;
  }

  .div-block-25 {
    margin-bottom: 15px;
  }

  .image-4 {
    width: 120px;
  }

  .uui-text-size-small-5 {
    font-size: 13px;
  }

  .uui-heading-xxsmall-5.text-weight-medium {
    font-size: 16px;
    line-height: 1.4;
  }

  .uui-testimonial15_mask-2 {
    width: 95%;
  }

  .uui-max-width-large-5.align-center {
    max-width: none;
  }

  .uui-padding-vertical-xhuge-8 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .uui-testimonial16_client-heading-2 {
    font-size: 15px;
  }

  .uui-testimonial16_content-2 {
    width: 95vw;
    min-width: auto;
    margin-left: 2.5vw;
    margin-right: .5rem;
  }

  .uui-testimonial16_component-2 {
    margin-top: 0;
  }

  .uui-text-align-center-4 {
    width: 100vw;
    padding-left: 18px;
    padding-right: 18px;
  }

  .div-block-27 {
    padding-top: 25px;
  }

  .text-block-22 {
    font-size: 30px;
  }
}

#w-node-_50c27cb0-f088-d3d6-9d64-a77746acfa00-3b29d171, #w-node-_50c27cb0-f088-d3d6-9d64-a77746acfa05-3b29d171 {
  align-self: start;
}

#w-node-_50c27cb0-f088-d3d6-9d64-a77746acfa11-3b29d171 {
  justify-self: end;
}

#w-node-_50c27cb0-f088-d3d6-9d64-a77746acfa26-3b29d171 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_50c27cb0-f088-d3d6-9d64-a77746acfa27-3b29d171 {
  justify-self: start;
}

#w-node-_2e6e0272-d2f3-9db8-6c48-e8fbc19965c1-4c29d172, #w-node-_2e6e0272-d2f3-9db8-6c48-e8fbc19965c6-4c29d172, #w-node-_2e6e0272-d2f3-9db8-6c48-e8fbc19965cb-4c29d172, #w-node-_2e6e0272-d2f3-9db8-6c48-e8fbc19965d0-4c29d172, #w-node-_2e6e0272-d2f3-9db8-6c48-e8fbc19965d5-4c29d172, #w-node-_2e6e0272-d2f3-9db8-6c48-e8fbc19965f0-4c29d172, #w-node-_2e6e0272-d2f3-9db8-6c48-e8fbc19965f5-4c29d172, #w-node-_2e6e0272-d2f3-9db8-6c48-e8fbc19965fa-4c29d172, #w-node-_2e6e0272-d2f3-9db8-6c48-e8fbc19965ff-4c29d172, #w-node-_2e6e0272-d2f3-9db8-6c48-e8fbc1996604-4c29d172, #w-node-_2e6e0272-d2f3-9db8-6c48-e8fbc199661d-4c29d172, #w-node-_2e6e0272-d2f3-9db8-6c48-e8fbc1996622-4c29d172, #w-node-_2e6e0272-d2f3-9db8-6c48-e8fbc1996629-4c29d172, #w-node-_2e6e0272-d2f3-9db8-6c48-e8fbc199662e-4c29d172, #w-node-_2e6e0272-d2f3-9db8-6c48-e8fbc1996633-4c29d172 {
  align-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-_2e6e0272-d2f3-9db8-6c48-e8fbc19965dd-4c29d172 {
    grid-area: 1 / 1 / 2 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-c8c5a2bb-3422-732f-7981-1ecafc65e7a5-3b29d171 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2e6e0272-d2f3-9db8-6c48-e8fbc19965b2-4c29d172 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_2e6e0272-d2f3-9db8-6c48-e8fbc19965dd-4c29d172 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_2e6e0272-d2f3-9db8-6c48-e8fbc199660c-4c29d172 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-d3ddf7ea-5cb4-5aa2-ce36-2b1e4d2ae2d0-59d9d3bf {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_45e32f84-869a-ed78-ae6a-37df59d9d40b-59d9d3bf {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_45e32f84-869a-ed78-ae6a-37df59d9d40d-59d9d3bf {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_45e32f84-869a-ed78-ae6a-37df59d9d410-59d9d3bf {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_327e74ac-df63-2f31-1f16-4a657472e825-59d9d3bf {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_45e32f84-869a-ed78-ae6a-37df59d9d3c5-59d9d3bf {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_45e32f84-869a-ed78-ae6a-37df59d9d3c8-59d9d3bf {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_45e32f84-869a-ed78-ae6a-37df59d9d3cb-59d9d3bf {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_45e32f84-869a-ed78-ae6a-37df59d9d3d1-59d9d3bf {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_4da1a383-7109-449e-68a5-c0980db15bb2-59d9d3bf {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_45e32f84-869a-ed78-ae6a-37df59d9d3d7-59d9d3bf {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_45e32f84-869a-ed78-ae6a-37df59d9d3da-59d9d3bf {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_45e32f84-869a-ed78-ae6a-37df59d9d3dd-59d9d3bf {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_45e32f84-869a-ed78-ae6a-37df59d9d3e3-59d9d3bf {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_02c103aa-e525-0bd9-dda7-cd77b48eebfa-59d9d3bf {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_45e32f84-869a-ed78-ae6a-37df59d9d3e9-59d9d3bf {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_45e32f84-869a-ed78-ae6a-37df59d9d3ed-59d9d3bf {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_45e32f84-869a-ed78-ae6a-37df59d9d3ef-59d9d3bf {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_45e32f84-869a-ed78-ae6a-37df59d9d3f2-59d9d3bf {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_017b93f3-7d10-b793-d106-df50a1493a7f-59d9d3bf {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_45e32f84-869a-ed78-ae6a-37df59d9d3f8-59d9d3bf {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_45e32f84-869a-ed78-ae6a-37df59d9d3fb-59d9d3bf {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_45e32f84-869a-ed78-ae6a-37df59d9d3fe-59d9d3bf {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_45e32f84-869a-ed78-ae6a-37df59d9d401-59d9d3bf {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-e31dabde-43a5-e344-862d-8c046e8dad28-59d9d3bf {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_45e32f84-869a-ed78-ae6a-37df59d9d416-59d9d3bf {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_45e32f84-869a-ed78-ae6a-37df59d9d419-59d9d3bf {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_45e32f84-869a-ed78-ae6a-37df59d9d41c-59d9d3bf {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_45e32f84-869a-ed78-ae6a-37df59d9d41f-59d9d3bf {
    grid-area: 3 / 1 / 4 / 3;
  }
}


