:root {
  --black: #080808;
  --webflow-blue: #146ef5;
  --white: white;
  --gray-400: #898989;
  --gray-300: #ababab;
  --blue-600: #0055d4;
  --gray-100: #f0f0f0;
  --gray-200: #d8d8d8;
  --gray-800: #222;
  --gray-900: #171717;
  --gray-700: #363636;
  --gray-500: #757575;
  --gray-600: #5a5a5a;
  --blue-300: #3b89ff;
  --brand-boilerplate-components---black: #080808;
  --brand-boilerplate-components---gray-200: #d8d8d8;
  --brand-boilerplate-components---webflow-blue: #146ef5;
  --brand-boilerplate-components---white: white;
  --brand-boilerplate-components---blue-600: #0055d4;
  --brand-boilerplate-components---gray-400: #898989;
  --brand-boilerplate-components---gray-300: #ababab;
  --brand-boilerplate-components---gray-600: #5a5a5a;
  --brand-boilerplate-components---gray-900: #171717;
  --brand-boilerplate-components---gray-500: #757575;
  --brand-boilerplate-components---gray-800: #222;
  --brand-boilerplate-components---gray-700: #363636;
  --brand-boilerplate-components---gray-100: #f0f0f0;
  --brand-boilerplate-components---blue-400: #3b89ff;
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-underline-position: under !important;
  text-decoration-thickness: 0.07em !important;
  text-underline-offset: 0.1em !important;
}
html {
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
font-family: sans-serif;
}
body {
margin: 0;
}
.mt-4{
  margin-top: 2rem;;
}
.mb-4{
  margin-bottom: 2rem;;
}
article, aside, details, figcaption, figure, footer, hgroup, main, menu, section, summary {
display: block;
}
.container {
width: 90%;
max-width: 1280px;
margin-left: auto;
margin-right: auto;
}
* {
box-sizing: border-box;
}
html {
height: 100%;
}

body {
color: var(--black);
flex-direction: column;
font-family: WF Visual Sans Text,Arial,sans-serif;
font-size: 1rem;
font-weight: 400;
line-height: 1.6;
display: flex;
}
img {
vertical-align: middle;
max-width: 100%;
display: inline-block;
}
.img-fluid{
  width: 100%;
}
.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;
}
.grid {
grid-column-gap: 0px;
grid-row-gap: 0px;
flex-direction: column;
grid-template-rows: auto;
grid-template-columns: 1fr 1fr;
grid-auto-columns: 1fr;
display: grid;
}

h2 {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: WF Visual Sans, Arial, sans-serif;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.04;
}
h1, h2, h3, h4, h5, h6, .h1, .h0, .h2, .h3, .h4, .h5, .h6, .nav_logo-sub-brand {
  font-feature-settings: "ss01" 0, "ss02" 0, "ss03" 0;
}
.u-p-8 {
padding: 0.5rem;
}
.u-mb-32 {
  margin-bottom: 2rem;
}
.u-mt-16 {
  margin-top: 1rem;
}
.paragraph-xl {
  letter-spacing: -.01em;
  font-size: 1.5rem;
  line-height: 1.6;
}
.card {
  border: 1px solid var(--gray-200);
  border-radius: 4px;
  position: relative;
  overflow: hidden
}

.card.cc-card-link {
  transition: color .2s,background-color .2s,border-color .2s,box-shadow .2s;
  box-shadow: 0 0 #08080800,0 0 #08080800,0 0 #08080800,0 0 #08080800
}

.card.cc-card-link:hover {
  color: #146ef5;
  border-color: #0000;
  box-shadow: 0 32px 48px #08080805,0 16px 20px #08080808,0 6px 8px #0808080a,0 1px 3px #0808080f
}

.card.cc-card-link.cc-dark {
  border-width: 1px;
  border-color: var(--gray-800)
}

.card.cc-card-link.cc-dark:hover {
  color: #fff;
  background-color: #222
}
.old_card-body.cc-button_link {
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  display: flex;
}
a:hover {
  text-decoration: none;
}
a:active, a:hover {
  outline: 0;
}
.u-link-overlay {
  cursor: pointer;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.w-inline-block {
  max-width: 100%;
  display: inline-block;
}
.w-input, .w-select, a {
  color: inherit;
  font-size: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.button.cc-text-only {
  box-shadow: none;
  color: var(--black);
  text-align: left;
  background-color: #0000;
  background-image: none;
  padding: 0 0;
  transition: color .3s cubic-bezier(.165,.84,.44,1), background-color .3s cubic-bezier(.165,.84,.44,1), box-shadow .3s cubic-bezier(.165,.84,.44,1);
  display: flex;
}
.button {
  background-color: var(--webflow-blue);
  color: var(--white);
  font-variation-settings: "opsz" 50;
  text-align: center;
  cursor: pointer;
  border-radius: 4px;
  padding: 1em 1.5em;
  font-size: .9375rem;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  transition: background-color .3s cubic-bezier(.165,.84,.44,1), box-shadow .3s cubic-bezier(.165,.84,.44,1);
  box-shadow: 0 4px 4px #08080814, 0 1px 2px #08080833, inset 0 6px 12px #ffffff1f, inset 0 1px 1px #fff3;
}
.button-icon_left {
  margin-right: .75rem;
  display: inline-block;
}
.u-text-gray300 {
  color: var(--gray-300);
}
.u-text-gray600 {
  color: var(--gray-600);
  -webkit-text-stroke-color: var(--gray-800);
}
.section {
  padding-top: 100px;
  padding-bottom:60px;
}

.i-feature_visual-wrap {
  color: #333;
  background-color: #e9f7f3;
  height: 72vh;
  max-height: 620px;
  position: relative;
  overflow: hidden;
}
.i-feature_visual-wrap.cc-tie {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.i-feature_visual-wrap.cc-in-4 {
  justify-content: flex-end;
  display: flex;
}
#w-node-_3a9a64aa-0ff9-d5a1-ae0d-593203467fef-a8b5e7a2 {
  grid-area: 4/1/7/3;
}
#scrollp,
#abcd,
#buildsec {
  grid-area: span 1 / span 2 / span 1 / span 2;
}
#w-node-a62b39ce-f227-a19f-aaf9-e9ea05bf091d-a8b5e7a2,
#w-node-a62b39ce-f227-a19f-aaf9-e9ea05bf0926-a8b5e7a2 {
  grid-area: span 3 / span 1 / span 3 / span 1;
}
#w-node-_05aee7e0-65b9-b5c5-927e-0295a3b23adf-a8b5e7a2 {
  grid-area: 1/2/2/3;
}
.img-parallax {
  box-shadow: 0 35px 35px -10px #00000026;
}
.grid.cc-gap-96 {
  grid-column-gap: 96px;
  grid-row-gap: 96px;
}

/* ------------------int */

/*  */
/* ------mobile-------------screen----------- */
@media screen and (max-width: 767px) {
.container {
  width: 85%;
}
.grid.sm-col-1 {
  grid-template-columns: 1fr;
}
.grid.cc-gap-80, .grid.cc-gap-96 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    display: flex;
}
.u-mb-32 {
  margin-bottom: 1rem;
}
.u-mt-16 {
margin-top: .5rem;
}
.section {
padding-top: 80px;
padding-bottom: 80px;
}
h2 {
font-size: 2.3rem;
}
.paragraph-xl {
font-size: 1.2rem;
}
.section.u-pb-0 {
padding-bottom: 0;
}
/* ------------------ */
.div-block-456 {
align-items: flex-start;
height: auto;
}

  .i-feature_visual-wrap{
    overflow-y: auto;
  }
.div-block-455 {
  height: 33px;
}
/* ------------- */
}


@media screen and (max-width: 479px) {
h2 {
    font-size: 1.8rem;
}

}

/* -------------header------------------------- */
