:root {
  --white: white;
  --black: black;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.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;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.navbar-no-shadow {
  z-index: 1000;
  background-color: #fff;
  width: auto;
  height: 10vh;
  margin-right: 0;
  position: fixed;
  top: 0;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: none;
  height: auto;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.container-regular {
  width: 100%;
  max-width: none;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  display: flex;
}

.nav-menu-wrapper {
  margin-right: 10%;
}

.nav-menu {
  color: #000;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  margin-right: 0%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0%;
  display: flex;
}

.nav-link {
  color: #000;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 2.1vh;
  line-height: 4vh;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link.w--current {
  font-size: 2.1vh;
  line-height: 4vh;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-button-wrapper {
  margin-left: 120px;
}

.button-primary {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #5469be;
  justify-content: center;
  align-items: center;
  width: 9vw;
  height: 6vh;
  margin-right: 3vw;
  padding: 0;
  font-family: "Gothica 1", sans-serif;
  font-size: 1.7vh;
  line-height: 1.7vh;
  transition: all .2s;
  display: flex;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.image {
  height: 5.5vh;
  padding-left: 2vw;
}

.div-block {
  justify-content: center;
  align-items: center;
  height: 10vh;
  display: flex;
}

.heading {
  color: #224fa3;
  height: 8vh;
  margin: 0 0 0 20px;
  font-size: 3vh;
  font-style: normal;
  font-weight: 700;
  line-height: 10vh;
}

.body {
  flex-flow: column;
  min-width: auto;
  min-height: auto;
  margin-top: 10vh;
  font-family: "Gothica 1", sans-serif;
  display: flex;
  overflow: scroll;
}

.section {
  width: 100vw;
  height: 100vh;
}

.container {
  background-image: url('../images/图片1.png');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100vw;
  max-width: none;
  height: 100vh;
  display: flex;
}

.div-block-2 {
  flex-flow: column;
  width: 100vw;
  margin: 20vh 0 60vh 35vw;
  display: flex;
}

.heading-2 {
  color: #304c92;
  text-align: left;
  letter-spacing: 2px;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #abbce7;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 10vw;
  font-size: 7vh;
  font-style: italic;
  font-weight: 500;
  line-height: 8vh;
  text-decoration: none;
}

.heading-3 {
  color: #304c92;
  text-align: left;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: transparent;
  margin-top: 10px;
  margin-bottom: 0;
  padding-left: 10vw;
  font-size: 2.6vh;
  font-style: italic;
  font-weight: 700;
  line-height: 3vh;
}

.section-2 {
  justify-content: center;
  align-items: center;
  height: 70vh;
  margin-top: 0;
  display: flex;
}

.container-2 {
  width: 40vw;
  height: 60vh;
  margin-left: 5vw;
  margin-right: 5vh;
  display: flex;
}

.div-block-3 {
  border: 0 #000;
  border-left-style: dotted;
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  width: 95vw;
  height: 70vh;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 5vh;
  display: flex;
}

.image-2 {
  height: 60vh;
}

.heading-4 {
  color: #fff;
  letter-spacing: 5px;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #304c92;
  text-indent: 0;
  border: 1px #000;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 60px;
  margin-left: -150px;
  padding-left: 0;
  font-style: italic;
  display: flex;
}

.paragraph {
  color: #fff;
  letter-spacing: 3px;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #304c92;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 20px;
  margin-left: -150px;
  font-size: 36px;
  font-weight: 700;
  line-height: 40px;
  display: flex;
}

.div-block-4 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  margin-bottom: 0;
  margin-left: -160px;
  display: flex;
}

.heading-5 {
  color: #fff;
  text-align: center;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #304c92;
  margin-top: 0;
  margin-bottom: 40px;
  font-style: italic;
  display: none;
}

.heading-6 {
  opacity: 1;
  color: #304c92;
  text-align: center;
  letter-spacing: 1px;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #304c92;
  margin-top: 10vh;
  margin-bottom: 10vh;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 5vh;
  font-style: normal;
  line-height: 5vh;
  display: block;
}

.heading-6._1 {
  margin-top: 0;
  margin-bottom: 15vh;
  padding-bottom: 0;
  line-height: 5.2vh;
}

.heading-6._2 {
  margin-top: 10vh;
  margin-bottom: 15vh;
  padding-bottom: 0;
}

.container-3 {
  background-color: #0000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 45vw;
  height: 60vh;
  margin-left: 25px;
  margin-right: 25px;
  display: flex;
}

.heading-7 {
  color: #304c92;
  text-align: center;
  margin: 30px 10px 40px;
  font-size: 3.2vh;
  line-height: 3.4vh;
}

.paragraph-2 {
  letter-spacing: 2px;
  text-indent: 0;
  column-count: 0;
  background-color: #0000;
  margin-bottom: 5vh;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 2vh;
  font-weight: 300;
  line-height: 5.6vh;
}

.text-block-3 {
  color: #000;
  letter-spacing: .2vw;
  margin-left: 20px;
  font-family: "Gothica 1", sans-serif;
  font-size: 2.2vh;
  line-height: 3.5vh;
}

.infotext1 {
  color: #000;
  letter-spacing: 5px;
  text-indent: 30px;
  width: 60vw;
  margin-top: 5vh;
  margin-left: 10vw;
  margin-right: 10vw;
  font-family: "Gothica 1", sans-serif;
  font-size: 20px;
  display: none;
}

.div-block-14 {
  color: #094ba1;
  background-color: #094ba1;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 13vh;
  height: 13vh;
  display: flex;
}

.feature-wrap {
  border: 1px #000;
  border-width: 1px 0;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  width: 100vw;
  margin-top: 0;
  margin-bottom: 5vh;
  padding-top: 0;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.infi-container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.infotext6, .infotext3, .infotext2 {
  color: #000;
  letter-spacing: 5px;
  text-indent: 30px;
  width: 60vw;
  margin-top: 5vh;
  margin-left: 10vw;
  margin-right: 10vw;
  font-family: "Gothica 1", sans-serif;
  font-size: 20px;
  display: none;
}

.grid-2 {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  cursor: pointer;
  background-color: #e9eded;
  border: 0 solid #000;
  border-radius: 20px;
  grid-template-rows: .75fr;
  grid-template-columns: .5fr 1fr;
  width: 20vw;
  height: 13vh;
  position: relative;
}

.heading-8 {
  color: #fff;
  text-align: center;
  font-size: 30px;
  line-height: 38px;
}

.container-4 {
  border-bottom: 1px #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: none;
  height: 80vh;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
  position: relative;
}

.infotext7 {
  color: #000;
  letter-spacing: 5px;
  text-indent: 30px;
  width: 60vw;
  margin-top: 5vh;
  margin-left: 10vw;
  margin-right: 10vw;
  font-family: "Gothica 1", sans-serif;
  font-size: 20px;
  display: none;
}

.infotext4 {
  color: #000;
  letter-spacing: 5px;
  text-indent: 30px;
  width: 60vw;
  margin-top: 5vw;
  margin-left: 10vw;
  margin-right: 10vw;
  font-family: "Gothica 1", sans-serif;
  font-size: 20px;
  display: none;
}

.infotext8 {
  color: #000;
  letter-spacing: 5px;
  text-indent: 30px;
  width: 60vw;
  margin-top: 5vh;
  margin-left: 10vw;
  margin-right: 10vw;
  font-family: "Gothica 1", sans-serif;
  font-size: 20px;
  font-weight: 400;
  display: none;
}

.grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border-radius: 20px;
  grid-template-rows: .8fr .8fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: auto;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  position: absolute;
}

.infotext5 {
  color: #000;
  letter-spacing: 5px;
  text-indent: 30px;
  width: 60vw;
  margin-top: 5vh;
  margin-left: 10vw;
  margin-right: 10vw;
  font-family: "Gothica 1", sans-serif;
  font-size: 20px;
  display: none;
}

.section-3 {
  margin-top: 0;
  margin-left: 10px;
  margin-right: 10px;
}

.div-block-15 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.div-block-16, .div-block-17 {
  width: 20vw;
  position: relative;
}

.div-block-18 {
  width: 20vw;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #1c48a8;
  border-radius: 3px;
  margin-top: 0;
  margin-left: 2vw;
  margin-right: 2vw;
  padding: 10px 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  transition: background-color .5s cubic-bezier(.789, .159, .25, 1), color .2s cubic-bezier(.789, .159, .25, 1);
  display: inline-block;
}

.button:hover {
  color: #6b6b6b;
  background-color: #fff;
}

.section-4 {
  justify-content: center;
  align-items: center;
  width: 100vw;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
}

.div-block-19 {
  margin-left: 10px;
  margin-right: 10px;
}

.footer-subscribe {
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 40px;
  position: relative;
}

.container-5 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-form-two {
  background-color: #f5f7fa;
  margin-bottom: 40px;
  padding: 64px;
}

.footer-form-container-two {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-form-title {
  font-size: 24px;
  line-height: 32px;
}

.footer-form-block-two {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-form-input {
  border: 1px #000;
  width: 460px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
}

.footer-form-input::placeholder {
  color: #1a1b1fcc;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.button-primary-2.footer-form-button {
  padding: 8px 18px;
  position: absolute;
  right: 8px;
}

.footer-wrapper-three {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.footer-link-three {
  color: #1a1b1f;
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
}

.footer-link-three:hover {
  color: #1a1b1fbf;
}

.footer-social-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -32px;
  display: flex;
}

.footer-social-link-three {
  margin-left: 32px;
}

.footer-divider-two {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: #3a4554;
}

.footer-legal-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-legal-link {
  color: #3a4554;
  margin-left: 24px;
}

.footer-legal-link:hover {
  color: #3a4554;
}

.section-5 {
  margin-left: 0;
  margin-right: 0;
}

.container-6 {
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: none;
  margin-bottom: 20px;
  display: flex;
}

.grid-3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100vw;
  margin-left: 10px;
  margin-right: 10px;
}

.columns {
  justify-content: center;
  align-items: center;
  width: 86vw;
  height: 65vh;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
}

.column {
  background-image: url('../images/02.png');
  background-position: 0 0;
  background-size: cover;
  height: 60vh;
}

.container-7 {
  opacity: 1;
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: none;
  margin-top: 0;
  display: flex;
}

.grid-4 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 85vw;
}

.image-3 {
  background-color: #f6f6f6;
  border: 2px solid #094ba1;
  border-radius: 20px;
}

.button-2 {
  z-index: 2;
  color: #152858;
  text-align: center;
  background-color: #bfccdbfa;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 2.1vh;
  font-weight: 700;
  line-height: 5vh;
  display: flex;
  position: absolute;
}

.div-block-20 {
  background-color: #eee;
  background-image: none;
  background-size: auto;
  border: 2px #094ba1;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 25vh;
  display: flex;
  position: relative;
}

.div-block-21, .div-block-22, .div-block-23 {
  background-color: #eee;
  background-image: none;
  background-size: auto;
  border: 2px #094ba1;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.div-block-24 {
  background-color: #0000;
  width: 90vw;
  height: 100vh;
  margin-top: 5vh;
}

.grid-5 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  height: 60vh;
}

.div-block-25 {
  z-index: 1;
  opacity: .9;
  background-color: #0000;
  background-image: url('../images/图片14.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 20vw;
  height: 20vh;
  display: flex;
  position: absolute;
}

.div-block-25._2 {
  background-image: url('../images/图片15.png');
}

.div-block-25._3 {
  background-image: url('../images/3.png');
}

.div-block-25._4 {
  background-image: url('../images/4.png');
}

.div-block-25._5 {
  background-image: url('../images/图片16.jpg');
}

.div-block-25._6 {
  background-image: url('../images/100.png');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
}

.div-block-25._7 {
  background-image: url('../images/WPS图片1.png');
}

.div-block-25._8 {
  background-image: url('../images/图片57.png');
}

.div-block-25._9 {
  background-image: url('../images/WPS图片3.png');
}

.div-block-25._10 {
  background-image: url('../images/22.jpg');
}

.div-block-25._11 {
  background-image: url('../images/图片20.png');
}

.div-block-25._12 {
  background-image: url('../images/图片21.png');
}

.div-block-26 {
  opacity: .9;
  background-image: url('../images/图片15.jpg');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 20vw;
  height: 20vh;
  display: flex;
  position: absolute;
}

.div-block-27 {
  opacity: .9;
  background-image: url('../images/图片16.jpg');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 20vw;
  height: 20vh;
  display: flex;
  position: absolute;
}

.div-block-28 {
  opacity: .9;
  background-image: url('../images/图片17.jpg');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 20vw;
  height: 20vh;
  display: flex;
  position: absolute;
}

.div-block-29 {
  opacity: .9;
  background-image: url('../images/图片18.png');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 20vw;
  height: 20vh;
  display: flex;
  position: absolute;
}

.div-block-30 {
  opacity: .9;
  background-image: url('../images/图片19.png');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 20vw;
  height: 20vh;
  display: flex;
  position: absolute;
}

.div-block-31 {
  opacity: .9;
  background-image: url('../images/图片20.png');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 20vw;
  height: 20vh;
  display: flex;
  position: absolute;
}

.div-block-32 {
  opacity: .9;
  background-image: url('../images/3.png');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 20vw;
  height: 20vh;
  display: flex;
  position: absolute;
}

.heading-9 {
  color: #3c7cf3;
  text-align: center;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #fff;
  margin-top: 0;
  margin-bottom: 0;
}

.heading-10 {
  color: #3c7cf3;
  text-align: center;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  margin-top: 10px;
  margin-bottom: 0;
}

.section-6 {
  width: 100vw;
}

.container-8 {
  background-image: url('../images/59.jpg');
  background-position: 0 0;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: none;
  height: 90vh;
  display: flex;
  overflow: visible;
}

.section-7 {
  width: 100vw;
  height: 100vh;
  margin-top: 0;
  padding-top: 40px;
}

.container-9 {
  justify-content: center;
  align-items: stretch;
  width: 96vw;
  max-width: none;
  height: 80vh;
  margin-top: 100px;
  display: flex;
}

.heading-11 {
  color: #304c92;
  margin-top: 0;
  font-size: 18px;
  font-style: italic;
  line-height: 20px;
}

.container-10 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: auto;
  max-width: none;
  height: 30vh;
  margin-top: 0;
  display: flex;
}

.heading-12 {
  color: #fff;
  letter-spacing: 2px;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #384558;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 7vh;
  font-style: italic;
  font-weight: 400;
  line-height: 8vh;
}

.heading-13 {
  color: #fff;
  -webkit-text-stroke-width: .1px;
  -webkit-text-stroke-color: #384558;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 2.4vh;
  font-style: italic;
  line-height: 2.5vh;
}

.div-block-33 {
  flex-flow: column;
  width: 45vw;
  display: flex;
}

.div-block-34 {
  justify-content: center;
  align-items: center;
  width: 45vw;
}

.div-block-35 {
  background-color: #0000;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: auto;
  height: 15vh;
  margin-top: 20px;
  display: flex;
}

.div-block-35._2 {
  margin-top: 0;
}

.div-block-35._4 {
  margin-top: 1.8vh;
}

.div-block-36 {
  background-color: #e75959;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 3vh;
  margin-top: 20px;
  margin-left: 0%;
  margin-right: 0;
  padding-left: 0%;
  display: flex;
}

.heading-14 {
  color: #000;
  text-align: left;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
  display: block;
}

.heading-14._1 {
  color: #fff;
  text-align: right;
}

.heading-14._3 {
  text-align: right;
}

.heading-15 {
  color: #000;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
}

.heading-15._1 {
  color: #fff;
  text-align: center;
}

.heading-15._3 {
  text-align: right;
}

.paragraph-3 {
  letter-spacing: 1px;
  margin-top: 30px;
  font-size: 2.4vh;
  font-weight: 300;
  line-height: 6vh;
}

.image-4 {
  width: 60vw;
  height: auto;
}

.section-8 {
  width: 100vw;
  height: auto;
}

.team-circles {
  border-bottom: 1px solid #e4ebf3;
  height: 85vh;
  padding: 0;
  display: flex;
  position: relative;
}

.container-11 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 60vw;
  max-width: none;
  height: 84vh;
  margin-left: 1vw;
  margin-right: 1vw;
  display: flex;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-grid {
  grid-column-gap: 10px;
  grid-row-gap: 56px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 60vw;
  height: 74vh;
  margin-top: 10vh;
  margin-bottom: 0;
  display: grid;
}

.team-card {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 11vw;
  height: 75vh;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

.team-member-image {
  object-fit: cover;
  background-color: #0000;
  border-bottom: 0 #fff;
  border-right: 0 #fff;
  border-radius: 5%;
  width: 10vw;
  height: 20vh;
  margin-bottom: 5px;
}

.team-member-name {
  color: #fff;
  margin-bottom: .5vh;
  font-size: 2.8vh;
  font-weight: 700;
  line-height: 3.5vh;
}

.team-member-position {
  opacity: 1;
  direction: ltr;
  color: #fff;
  text-align: justify;
  text-indent: 0;
  text-transform: none;
  word-break: break-all;
  background-color: #a6a9a970;
  border-radius: 10px;
  height: auto;
  margin-bottom: 5px;
  margin-right: 0;
  padding-top: .8vh;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 2vh;
  font-style: normal;
  font-weight: 200;
  line-height: 2.2vh;
}

.container-12 {
  opacity: 1;
  -webkit-text-fill-color: inherit;
  background-image: url('../images/微信图片_20240810164417.jpg');
  background-position: 50%;
  background-size: cover;
  background-clip: border-box;
  max-width: none;
  height: 100vh;
  overflow: auto;
}

.div-block-37 {
  justify-content: flex-end;
  align-items: stretch;
  height: 15vh;
  display: flex;
}

.div-block-38 {
  background-color: #3557ad;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 10vw;
  height: 15vh;
  margin-top: 20px;
  margin-right: 5vw;
  display: flex;
}

.div-block-38._1 {
  text-align: right;
  background-color: #0000;
  width: auto;
  margin-top: 0;
}

.div-block-38._3 {
  background-color: #0000;
  width: auto;
}

.container-13 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 40vw;
  max-width: none;
  height: 85vh;
  margin-top: 0;
  margin-left: 1vw;
  margin-right: 1vw;
  padding-top: 10vh;
  display: flex;
}

.grid-6 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: .25fr 1.75fr;
  align-items: center;
  height: 26vh;
}

.div-block-39 {
  justify-content: center;
  align-items: center;
  font-size: 2.2vh;
  line-height: 3.4vh;
  display: flex;
}

.div-block-40 {
  background-color: #fff;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  font-size: 2.2vh;
  line-height: 2.4vh;
}

.heading-16 {
  color: #fff;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #91e0c3;
  margin-top: 1.2vh;
  margin-bottom: 1.2vh;
  font-size: 3vh;
  line-height: 3.4vh;
}

.heading-17 {
  color: #fff;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #336ec0;
  margin-top: 1.2vh;
  margin-bottom: 1.2vh;
  font-size: 3vh;
  line-height: 3.4vh;
}

.heading-18 {
  color: #fff;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #336ec0;
  font-size: 24px;
  line-height: 26px;
}

.heading-19, .heading-20 {
  color: #fff;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #336ec0;
  margin-top: 1.2vh;
  margin-bottom: 1.2vh;
  font-size: 3vh;
  line-height: 3.4vh;
}

.body-2 {
  margin-top: 10vh;
  font-family: "Gothica 1", sans-serif;
}

.container-14 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: none;
  height: auto;
  margin-top: 0;
  display: flex;
}

.div-block-41 {
  width: 90vw;
  height: 15vh;
}

.container-15 {
  width: 98vw;
  max-width: none;
  height: 80vh;
  margin-top: 2vh;
}

.grid-7 {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  grid-template-rows: auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-flow: row dense;
  height: auto;
  margin-top: 220px;
}

.code-embed {
  text-align: left;
  justify-content: center;
  align-items: center;
  height: 35vh;
  font-weight: 700;
  display: flex;
}

.div-block-42 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 30vh;
  margin-top: -190px;
  display: flex;
}

.heading-21 {
  color: #304c92;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  font-style: italic;
}

.section-9 {
  background-color: #fff;
  flex-flow: column;
  padding-top: 0;
  display: flex;
}

.container-16 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: none;
  height: auto;
  display: flex;
}

.container-17 {
  background-image: url('../images/图片30.png');
  background-position: 50%;
  background-size: cover;
  width: 100vw;
  max-width: none;
  height: 90vh;
  margin-top: 2vh;
}

.div-block-43 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-44 {
  width: 45vw;
  height: 70vh;
}

.div-block-45 {
  flex-flow: column;
  width: 46vw;
  height: 70vh;
  display: flex;
}

.grid-8 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 100%;
  height: 100%;
}

.image-5 {
  z-index: 1;
  width: 30vw;
  height: 26vh;
  margin-right: 0;
  position: relative;
}

.image-6 {
  z-index: 3;
  width: 40vw;
  height: 26vh;
  margin-top: 100px;
  margin-left: -100px;
  position: relative;
}

.image-7 {
  z-index: 2;
  width: 25vw;
  height: 30vh;
  margin-top: 80px;
  margin-bottom: 0;
  margin-left: 100px;
  position: relative;
}

.div-block-46, .div-block-47 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-48 {
  justify-content: center;
  align-items: center;
  width: 25vw;
  height: 35ch;
  margin-top: -150px;
  margin-bottom: 0;
  margin-right: 0;
  display: flex;
}

.div-block-49 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.heading-22 {
  color: #304c92;
  text-align: center;
  font-size: 3.2vh;
  line-height: 3.4vh;
}

.paragraph-4 {
  letter-spacing: 2px;
  column-count: 0;
  width: 100%;
  margin-top: 40px;
  font-size: 2vh;
  line-height: 5.8vh;
}

.container-18 {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 96vw;
  max-width: none;
  display: flex;
}

.div-block-50 {
  width: 90vw;
  height: 15vh;
}

.section-10 {
  background-image: none;
  background-position: 0 0;
  background-size: auto;
}

.div-block-51 {
  margin-top: 20px;
  margin-bottom: 10vh;
}

.team-grid-2 {
  grid-column-gap: 32px;
  grid-row-gap: 48px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  padding-left: 5vw;
  padding-right: 5vw;
  display: grid;
}

.team-card-2 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

.body-3 {
  margin-top: 10vh;
  font-family: "Gothica 1", sans-serif;
  display: block;
}

.section-11 {
  width: 100vw;
  height: auto;
  margin-top: 0;
}

.container-19 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100vw;
  max-width: none;
  height: 100vh;
  display: flex;
  position: relative;
}

.div-block-52 {
  flex-flow: column;
  width: 70vw;
  height: 35vh;
  display: flex;
  position: absolute;
}

.heading-23, .heading-24 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 7vh;
  font-style: italic;
  font-weight: 400;
  line-height: 8vh;
}

.heading-25, .heading-26 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.4vh;
  font-style: italic;
  line-height: 2.6vh;
}

.container-20 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: none;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  display: flex;
  position: relative;
}

.heading-27 {
  color: #41677f;
  text-align: center;
  margin-bottom: 40px;
}

.div-block-53 {
  background-color: #dcdee047;
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 50vh;
  margin-top: 5vh;
  display: flex;
  position: relative;
}

.section-12 {
  margin-top: 0;
}

.div-block-54 {
  background-color: #f8f8f861;
  border-radius: 25px;
  flex-flow: column;
  justify-content: space-between;
  align-self: flex-start;
  align-items: center;
  width: 25vw;
  height: 50vh;
  display: flex;
}

.div-block-55 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 75vw;
  height: 50vh;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: relative;
}

.image-30 {
  z-index: 1;
  border-radius: 25px;
  width: 25vw;
  height: auto;
  position: absolute;
}

.heading-28 {
  z-index: 1;
  flex: 0 auto;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  position: absolute;
}

.heading-29 {
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

.grid-9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  height: 30vh;
}

.grid-10 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: center;
  width: 100%;
}

.image-31 {
  width: 140px;
  height: 140px;
}

.image-32 {
  height: 25vh;
}

.div-block-56 {
  justify-content: center;
  align-items: center;
  height: 30vh;
  display: flex;
}

.heading-30 {
  font-size: 20px;
  font-weight: 700;
}

.heading-31, .heading-32 {
  font-size: 20px;
}

.button-3 {
  z-index: 3;
  color: #000;
  text-align: center;
  background-color: #0000;
  border: 2px dotted #4b4c4dc7;
  border-radius: 2px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 10vw;
  height: 25px;
  margin-right: 50px;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  position: absolute;
  inset: 10% 0% auto auto;
}

.grid-11 {
  position: absolute;
}

.grid-12 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #0000;
  background-image: linear-gradient(143deg, #adcbd5, #d4d1d1 96%);
  border-radius: 25px;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  place-items: center start;
  position: absolute;
  inset: 15% 0% 0%;
}

.div-block-57 {
  margin: 0 20px;
  padding-left: 20px;
  display: flex;
}

.heading-33 {
  font-weight: 200;
}

.heading-34 {
  color: #3c79cd;
  font-weight: 200;
}

.bold-text, .bold-text-2, .bold-text-3, .bold-text-4, .bold-text-5, .bold-text-6, .bold-text-7, .bold-text-8, .bold-text-9, .bold-text-10, .bold-text-11, .bold-text-12 {
  font-weight: 200;
}

.container-21, .container-22 {
  width: 100%;
  max-width: none;
  height: 100%;
  position: absolute;
}

.paragraph-5 {
  color: #000;
  letter-spacing: .2vw;
  text-indent: 0;
  height: 18vh;
  margin-top: 10px;
  font-size: 2vh;
  font-weight: 300;
  line-height: 2.2vh;
}

.div-block-58 {
  margin-top: 10px;
}

.div-block-59 {
  justify-content: center;
  align-items: center;
  width: 20vw;
  height: 20vh;
  display: flex;
}

.div-block-60 {
  z-index: 2;
  background-color: #bfccdbfa;
  width: 20vw;
  height: 20vh;
  display: block;
  position: absolute;
}

.paragraph-6 {
  color: #152858;
  text-align: center;
  -webkit-text-stroke-color: #0c3c56;
  justify-content: center;
  align-items: center;
  height: 10vh;
  margin-bottom: 0;
  padding-left: 1vw;
  padding-right: 1vw;
  font-size: 2.1vh;
  font-weight: 700;
  line-height: 5vh;
  display: flex;
}

.paragraph-6._1 {
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 20vh;
  padding-left: 2vw;
  padding-right: 2vw;
  font-size: 1.8vh;
}

.paragraph-6._2, .paragraph-6._3, .paragraph-6._4, .paragraph-6._5, .paragraph-6._6, .paragraph-6._7, .paragraph-6._8, .paragraph-6._9, .paragraph-6._10, .paragraph-6._11 {
  justify-content: center;
  align-items: center;
  height: 20vh;
  font-size: 1.8vh;
}

.paragraph-6._12 {
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 20vh;
  font-size: 1.8vh;
}

.image-33 {
  z-index: 1;
  width: 75vw;
  height: auto;
  position: absolute;
}

.image-34 {
  width: 75vw;
  height: 50vh;
}

.slide {
  z-index: 4;
  float: none;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  vertical-align: baseline;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
  position: relative;
}

.slider {
  z-index: 4;
  width: 60px;
  height: 50vh;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.icon {
  margin-left: 0;
  margin-right: 0;
}

.right-arrow {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 60px;
  display: block;
}

.slide-2, .lightbox-link {
  width: 75vw;
  height: 50vh;
}

.slider-2 {
  background-color: #0000;
  width: 75vw;
  height: 50vh;
}

.icon-2, .icon-3 {
  color: #2b8fb1;
}

.right-arrow-2, .left-arrow {
  width: 40px;
}

.slide-3 {
  margin-left: 0;
  margin-right: 0;
}

.image-35 {
  vertical-align: baseline;
  display: block;
}

.container-23 {
  border: 0 solid #77acd78a;
  border-bottom: 2px solid #284182;
  flex-flow: column;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  width: 100vw;
  max-width: none;
  height: 60vh;
  margin-top: 100px;
  margin-left: 0;
  margin-right: 0;
  display: block;
  position: relative;
}

.container-23._1, .container-23._2 {
  background-image: none;
  margin-top: 100px;
}

.div-block-61 {
  flex-flow: column;
  width: 25%;
  height: 80%;
  display: flex;
}

.div-block-62 {
  width: 70%;
  height: 80%;
}

.heading-35 {
  text-align: center;
  margin-top: 0;
  font-size: 24px;
  line-height: 36px;
}

.slide-4 {
  position: relative;
  overflow: hidden;
}

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

.left-arrow-2, .right-arrow-3 {
  width: 5%;
}

.icon-4 {
  height: 15%;
}

.button-4 {
  z-index: 3;
  background-color: #9e169e;
  position: relative;
}

.button-5 {
  z-index: 3;
  color: #cacaca;
  background-image: linear-gradient(169deg, #1d717c, #0c0d52);
  border-radius: 4px;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  height: 6%;
  display: flex;
  position: absolute;
  inset: 5% 5% auto auto;
  box-shadow: 6px 5px 5px #0003;
}

.image-36 {
  z-index: 2;
  position: relative;
}

.slide-nav {
  position: sticky;
  inset: auto 0% 0%;
}

.image-37 {
  z-index: 1;
  position: absolute;
}

.slider-4 {
  background-color: #0000;
  width: 70%;
  height: auto;
}

.slide-nav-2 {
  position: relative;
  inset: auto 0% 0%;
}

.image-38 {
  height: 100%;
}

.right-arrow-4, .left-arrow-3 {
  width: 0;
}

.heading-36 {
  text-align: center;
  position: static;
}

.column-2 {
  background-color: #0000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
}

.slide-nav-3, .slide-5 {
  position: relative;
}

.slider-5 {
  color: #0000;
  background-color: #0000;
}

.image-39 {
  z-index: 1;
  position: absolute;
  inset: 0%;
}

.image-40 {
  z-index: 2;
  position: absolute;
  inset: 0%;
}

.button-6 {
  position: absolute;
  inset: 5% 5% auto auto;
}

.columns-2 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: 60vh;
  display: block;
}

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

.column-3 {
  background-color: #0000;
  height: 100%;
  padding-left: 0;
}

.div-block-63 {
  height: 100%;
  position: relative;
}

.image-41 {
  z-index: 1;
  position: absolute;
}

.image-42 {
  z-index: 2;
  position: absolute;
}

.button-7 {
  z-index: 3;
  color: #4243449e;
  background-color: #0000;
  border: 1px #000;
  border-bottom-style: solid;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  height: 6%;
  font-size: 2vh;
  font-weight: 700;
  line-height: 2vh;
  display: flex;
  position: absolute;
  inset: 40% 10% auto auto;
}

.image-43 {
  background-color: #0000;
  width: 100%;
  height: auto;
}

.image-43._1 {
  height: 40%;
}

.image-44 {
  width: 100%;
  height: auto;
}

.image-45 {
  width: 100%;
  height: 100%;
  position: absolute;
}

.footer-dark {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  height: 10vh;
  padding: 10px 30px 0;
  position: relative;
}

.container-24 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: #1a1b1fbf;
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.image-46 {
  height: 20vh;
}

.div-block-64 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 15vh;
  display: flex;
}

.columns-3 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 80%;
  display: flex;
}

.image-47 {
  height: 12vh;
}

.section-13 {
  margin-left: 0;
  margin-right: 0;
}

.container-25 {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.webflow-link {
  opacity: .5;
  align-items: center;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
}

.webflow-link:hover {
  opacity: 1;
}

.webflow-link:active {
  opacity: .8;
}

.webflow-logo-tiny {
  height: 2vh;
  margin-top: 0;
  margin-right: 1vw;
}

.paragraph-tiny {
  color: #1a1b1f;
  font-size: 2vh;
  font-weight: 200;
  line-height: 2.2vh;
}

.link {
  color: #1a1b1f;
  padding-left: 40px;
  font-size: 2.2vh;
  font-weight: 200;
  line-height: 2.4vh;
}

.contact-form-heading-wrap {
  margin-bottom: 40px;
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.status-message.cc-success-message {
  background-color: #12b878;
}

.button-8 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 0;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.button-8:hover {
  color: #fff;
  background-color: #32343a;
}

.button-8:active {
  background-color: #43464d;
}

.contact-form-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 1fr;
  place-items: center;
  width: auto;
  margin: 100px 1vw;
  font-family: "Gothica 1", sans-serif;
}

.contact-heading {
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 400;
}

.contact-form-wrap {
  border: 1px solid #eee;
  padding: 45px 50px 50px;
}

.label {
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 4vh;
  font-weight: 700;
  line-height: 5.2vh;
}

.contact-form {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.details-wrap {
  margin-bottom: 30px;
}

.get-in-touch-form {
  flex-direction: column;
  display: flex;
}

.text-field {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 21px 20px;
  font-size: 14px;
  line-height: 26px;
  transition: border-color .4s;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active, .text-field:focus {
  border-color: #43464d;
}

.text-field::placeholder {
  color: #32343a66;
}

.text-field.cc-contact-field {
  margin-bottom: 25px;
}

.text-field.cc-textarea {
  height: 200px;
  padding-top: 12px;
}

.paragraph-light {
  opacity: .82;
  color: #000;
  text-align: left;
  font-size: 3vh;
  font-weight: 200;
  line-height: 3.2vh;
}

.body-4 {
  font-family: "Gothica 1", sans-serif;
}

.container-26 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: none;
  height: auto;
  display: flex;
  position: relative;
}

.heading-37 {
  z-index: 1;
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 8vh;
  font-style: italic;
  font-weight: 400;
  line-height: 8vh;
  position: static;
}

.heading-38 {
  z-index: 1;
  color: #fff;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 2.4vh;
  font-style: italic;
  line-height: 2.6vh;
  position: static;
  top: auto;
}

.slide-nav-4 {
  opacity: 1;
  color: #fff;
  text-align: center;
  -webkit-text-stroke-color: #fff;
  text-transform: none;
  background-color: #0000;
  height: 4vh;
  padding-top: 0;
  font-size: 2vh;
  font-style: normal;
  font-weight: 700;
  line-height: 2.4vh;
  text-decoration: none;
  inset: auto 0% 5vh;
}

.slide-nav-5 {
  background-color: #0000;
  font-size: 2vh;
  font-weight: 700;
  line-height: 2.4vh;
}

.columns-4 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-65 {
  width: 100vw;
}

.div-block-66 {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: absolute;
  left: 5%;
}

.image-48 {
  width: 100%;
  height: auto;
  position: absolute;
}

.image-49 {
  width: 90%;
  position: absolute;
}

.image-50 {
  width: 95%;
  position: absolute;
}

.image-51 {
  width: 100%;
  position: absolute;
}

.div-block-67 {
  text-align: center;
  flex-flow: column;
  margin-left: auto;
  margin-right: auto;
  padding-left: 12vw;
  display: flex;
}

.image-52 {
  width: 25vw;
  margin-left: 0;
}

.div-block-68 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  height: 100%;
  margin-left: 5vw;
  display: flex;
}

.section-14 {
  margin-top: 10vh;
}

.div-block-69 {
  background-image: linear-gradient(90deg, #425b90, #7c78cb);
  justify-content: center;
  align-items: center;
  width: 10vw;
  height: 1.5vh;
  margin-bottom: 2vh;
  display: flex;
  box-shadow: 0 11px 7px #370e6733;
}

.div-block-70 {
  width: 2vw;
  height: 100%;
}

.div-block-70._1 {
  background-image: linear-gradient(90deg, #233678, #314897);
}

.div-block-70._2 {
  background-image: linear-gradient(90deg, #32556b, #fff);
}

.columns-5 {
  flex-flow: wrap;
  place-content: center;
  align-items: center;
  height: 70vh;
  margin-top: 10vh;
  display: flex;
}

.div-block-71 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-39 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.2vh;
  font-weight: 400;
  line-height: 2.4vh;
}

.image-53 {
  width: auto;
  height: 80vh;
}

.div-block-72 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

@media screen and (min-width: 1440px) {
  .navbar-no-shadow-container {
    max-width: none;
  }

  .nav-menu-wrapper {
    margin-right: 3%;
  }

  .mobile-margin-top-10 {
    flex: 0 auto;
    align-self: center;
  }

  .div-block-3 {
    border-top-width: 0;
    border-bottom-width: 0;
  }

  .heading-7 {
    font-size: 3vh;
    line-height: 3.4vh;
  }

  .paragraph-2 {
    background-color: #0000;
    margin-bottom: 5vh;
    font-size: 2vh;
  }

  .container-4 {
    border-bottom: 1px #000;
  }

  .button {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-25, .div-block-26, .div-block-27, .div-block-28, .div-block-29, .div-block-30, .div-block-31, .div-block-32 {
    opacity: 1;
  }

  .heading-9, .heading-10 {
    display: none;
  }

  .div-block-35 {
    justify-content: center;
    align-items: stretch;
  }

  .team-member-image {
    width: 10vw;
    height: 20vh;
    max-height: none;
  }

  .div-block-38 {
    justify-content: center;
    align-items: stretch;
  }

  .section-10 {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
  }

  .team-grid-2 {
    grid-column-gap: 64px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  .image-29 {
    border-radius: 10px;
  }

  .button-3 {
    color: #000;
    border: 2px dotted #c4c4c4ed;
  }

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

  .slide-nav {
    position: relative;
  }

  .button-7 {
    box-shadow: none;
    background-color: #0000;
    border-width: 1px;
    border-bottom-style: solid;
    border-radius: 0;
    font-size: 2vh;
    line-height: 2vh;
  }

  .image-43 {
    margin-top: 2vh;
  }

  .container-25 {
    width: 100%;
    max-width: none;
  }

  .link {
    opacity: .55;
    color: #1a1b1f;
    margin-left: 40px;
    font-size: 12px;
    line-height: 20px;
    text-decoration: none;
  }

  .contact-form-grid {
    grid-template-columns: 2.5fr 1fr;
  }

  .paragraph-light {
    font-size: 3vh;
    font-weight: 500;
  }
}

@media screen and (min-width: 1920px) {
  .container-4 {
    border-bottom-style: none;
  }

  .container-15 {
    width: auto;
  }

  .container-17 {
    margin-top: 2vh;
  }

  .team-grid-2 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  .team-card-2 {
    border-radius: 10px;
    justify-content: center;
    align-items: center;
  }

  .image-29 {
    border-radius: 10px;
  }

  .container-25 {
    flex-flow: column;
    width: 100%;
    max-width: none;
    display: flex;
  }

  .link {
    opacity: .55;
    margin-left: 40px;
    font-size: 14px;
    text-decoration: none;
  }

  .button-8 {
    text-align: left;
    margin-top: 20px;
    padding-top: 12px;
  }

  .paragraph-light {
    opacity: .72;
    margin-bottom: 10px;
    font-size: 3vh;
    font-weight: 500;
    overflow: visible;
  }

  .image-53 {
    width: auto;
    height: 80vh;
  }
}

@media screen and (max-width: 991px) {
  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .feature-wrap {
    margin-top: 5vh;
    margin-bottom: 5vh;
    padding-left: 0;
    padding-right: 0;
  }

  .container-5 {
    max-width: 728px;
  }

  .footer-form-two {
    padding: 40px;
  }

  .footer-form-title {
    margin-right: 15px;
  }

  .footer-form-input {
    width: 400px;
    padding-right: 180px;
  }

  .footer-wrapper-three {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-three {
    margin-top: 40px;
  }

  .container-11 {
    max-width: 728px;
  }

  .team-grid {
    grid-column-gap: 40px;
  }

  .team-member-image {
    width: 190px;
    height: 190px;
  }

  .team-grid-2 {
    grid-column-gap: 40px;
  }

  .container-24 {
    max-width: 728px;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .button-8 {
    justify-content: center;
  }

  .contact-form-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .get-in-touch-form {
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

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

  .feature-wrap {
    flex-direction: row;
  }

  .grid {
    grid-template-rows: .8fr .8fr auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .footer-subscribe {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-form-container-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-title {
    margin-right: 0;
  }

  .footer-form-block-two {
    width: 100%;
    margin-top: 20px;
  }

  .footer-form-input {
    width: 100%;
  }

  .footer-block-three {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-link-three {
    margin-bottom: 10px;
  }

  .footer-social-block-three {
    margin-top: 10px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-legal-block {
    margin-top: 15px;
    margin-left: -24px;
  }

  .footer-legal-link {
    font-size: 14px;
    line-height: 20px;
  }

  .team-circles {
    padding: 60px 15px;
  }

  .team-grid, .team-grid-2 {
    grid-template-columns: 1fr 1fr;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link:hover {
    color: #1a1b1fbf;
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .section-13 {
    margin-left: 15px;
    margin-right: 15px;
  }

  .container-25 {
    text-align: center;
  }

  .contact-form-wrap {
    padding: 30px;
  }

  .text-field.cc-contact-field, .text-field.cc-textarea {
    text-align: left;
  }
}

@media screen and (max-width: 479px) {
  .nav-menu {
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .feature-wrap {
    flex-direction: column;
  }

  .grid {
    grid-template-rows: .8fr .8fr auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .container-5 {
    max-width: none;
  }

  .footer-form-two {
    padding: 20px;
  }

  .footer-form-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-input {
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .button-primary-2.footer-form-button {
    position: relative;
    right: 0;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .container-11 {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .team-grid, .team-grid-2 {
    grid-template-columns: 1fr;
  }

  .container-24 {
    max-width: none;
  }

  .contact-form-grid {
    width: 100%;
  }
}

#w-node-_39628965-bf66-845f-58bf-62990b66d7ca-34cfd37d, #w-node-_39628965-bf66-845f-58bf-62990b66d7d4-34cfd37d, #w-node-_39628965-bf66-845f-58bf-62990b66d7de-34cfd37d, #w-node-_39628965-bf66-845f-58bf-62990b66d7e6-34cfd37d, #w-node-_39628965-bf66-845f-58bf-62990b66d7f0-34cfd37d, #w-node-_39628965-bf66-845f-58bf-62990b66d7fa-34cfd37d, #w-node-_39628965-bf66-845f-58bf-62990b66d804-34cfd37d, #w-node-_39628965-bf66-845f-58bf-62990b66d80e-34cfd37d {
  align-self: center;
}

#w-node-fd54805b-82db-b87d-66fb-241e3dabedbe-61df21d1, #w-node-_5c06a0d4-7c67-24f0-5358-54dbd89e983d-61df21d1, #w-node-_6243c089-0f04-82ac-aaac-b49be895eea5-61df21d1, #w-node-_5c06a0d4-7c67-24f0-5358-54dbd89e9848-61df21d1, #w-node-_5c06a0d4-7c67-24f0-5358-54dbd89e9852-61df21d1, #w-node-_78f08b50-afa5-bad4-b5b9-ee289caee288-61df21d1, #w-node-_91be09e9-f533-df72-1ddb-2a54c499e730-61df21d1, #w-node-_91be09e9-f533-df72-1ddb-2a54c499e732-61df21d1, #w-node-_91be09e9-f533-df72-1ddb-2a54c499e734-61df21d1, #w-node-_91be09e9-f533-df72-1ddb-2a54c499e736-61df21d1, #w-node-_91be09e9-f533-df72-1ddb-2a54c499e738-61df21d1, #w-node-_91be09e9-f533-df72-1ddb-2a54c499e73a-61df21d1, #w-node-_91be09e9-f533-df72-1ddb-2a54c499e73c-61df21d1, #w-node-_91be09e9-f533-df72-1ddb-2a54c499e73e-61df21d1, #w-node-_91be09e9-f533-df72-1ddb-2a54c499e740-61df21d1, #w-node-_91be09e9-f533-df72-1ddb-2a54c499e742-61df21d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a569d197-5ac7-815d-b765-81b59ad0f050-cbbb9c4d {
  justify-self: auto;
}

@media screen and (min-width: 1440px) {
  #w-node-_5c06a0d4-7c67-24f0-5358-54dbd89e9848-61df21d1, #w-node-_5c06a0d4-7c67-24f0-5358-54dbd89e9852-61df21d1, #w-node-_78f08b50-afa5-bad4-b5b9-ee289caee288-61df21d1, #w-node-_91be09e9-f533-df72-1ddb-2a54c499e730-61df21d1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Gothica 1';
  src: url('../fonts/GothicA1-Bold.ttf') format('truetype'), url('../fonts/GothicA1-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gothica 1';
  src: url('../fonts/GothicA1-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gothica 1';
  src: url('../fonts/GothicA1-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gothica 1';
  src: url('../fonts/GothicA1-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gothica 1';
  src: url('../fonts/GothicA1-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gothica 1';
  src: url('../fonts/GothicA1-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gothica 1';
  src: url('../fonts/GothicA1-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gothica 1';
  src: url('../fonts/GothicA1-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}