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

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

@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-logo-left {
  border: 0 solid #00000080;
  border-bottom-width: 1px;
  height: 68px;
  max-height: 70px;
  margin-top: auto;
  margin-bottom: auto;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1110px;
  margin-top: auto;
  margin-bottom: auto;
  padding: 24px 0;
}

.container {
  width: 100%;
  max-width: 1110px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

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

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

.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, .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, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

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

.button-primary {
  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:hover {
  color: #fff;
  background-color: #32343a;
}

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

.text-block {
  color: #0060ba;
  justify-content: flex-start;
  align-items: center;
  margin: auto auto auto 0;
  font-family: BIZ UDPGothic, sans-serif;
  font-size: 24px;
  font-weight: 700;
  display: flex;
}

.newno-div-block {
  max-width: none;
}

.section {
  max-width: none;
  display: block;
}

.newno-container {
  max-width: 1110px;
  margin-top: 20px;
}

.quick-stack {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  padding: 0;
}

.paragraph-1 {
  text-align: left;
  width: auto;
  max-width: none;
  margin-bottom: 0;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
}

.new-div-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 32px;
  display: flex;
}

.newpic-div-block {
  border: 1px #bbb;
  border-radius: 0;
  flex: 0 auto;
  width: 36%;
}

.paragraph02 {
  text-align: right;
  width: auto;
  max-width: none;
  margin-top: 16px;
  margin-bottom: 0;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.image {
  border: 1px solid #bbb;
  border-radius: 0;
  max-width: 100%;
  max-height: none;
}

.newtxt-div-block {
  width: 63%;
}

.container-2 {
  max-width: 1110px;
  margin-top: 60px;
}

.heading {
  color: #fff;
  background-color: #3b3dce;
  background-image: repeating-linear-gradient(135deg, #0000001a, #0000001a);
  border-radius: 3px;
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 10px;
  font-size: 28px;
}

.heading.style-stripe {
  background-color: #0060ba;
  background-image: none;
  border-radius: 6px;
  margin-bottom: 10px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 20px;
}

.container-3 {
  max-width: 1110px;
}

.paragraph-2 {
  margin-top: 30px;
  margin-bottom: 20px;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 16px;
}

.quick-stack-2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  padding: 0;
}

.oldno-div-block {
  max-width: none;
}

.oldpicdiv-block {
  border: 0 solid #bbb;
  border-radius: 0;
  flex: 0 auto;
  width: 31%;
}

.paragraph-1-copy {
  text-align: left;
  width: 100%;
  max-width: none;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 22px;
  text-decoration: none;
}

.paragraph-3 {
  text-align: left;
  width: 100%;
  max-width: none;
  margin-bottom: 0;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 16px;
  line-height: 25px;
  text-decoration: none;
}

.paragraph-4 {
  text-align: right;
  width: auto;
  max-width: none;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.heading-1 {
  color: #fff;
  background-color: #3b3dce;
  border-radius: 4px;
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 10px;
  font-size: 16px;
}

.heading-1.style-stripe {
  background-color: #0060ba;
  border-radius: 6px;
  margin-bottom: 10px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 20px;
}

.heading-1.style-stripe.is-style-stripe {
  padding-top: 0;
  padding-bottom: 0;
}

.heading-1.style-stripe.is-style-stripe2 {
  padding-left: 0;
}

.old-div-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 10px;
  display: flex;
}

.oldtxtdiv-block {
  width: 70%;
}

.oldno-div-block-copy {
  max-width: none;
}

.footer-dark {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 0;
  display: block;
  position: relative;
}

.container-4 {
  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 {
  color: #6d6d6d;
  text-align: center;
  margin-bottom: 0;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 16px;
}

.bold-text {
  margin-left: 20px;
  font-family: BIZ UDPGothic, sans-serif;
  font-size: 18px;
}

.div-block {
  display: flex;
}

.div-block-foot {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.image-2 {
  width: 40px;
  margin-left: 0;
  margin-right: 0;
  position: fixed;
  bottom: 10px;
  right: 20px;
}

.link-block {
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: 20px;
}

.bold-text-2 {
  font-family: BIZ UDPGothic, sans-serif;
}

.bold-text-2.new {
  margin-left: 10px;
}

.bold-text-2.new.btn-danger {
  margin-right: 40px;
  padding-right: 10px;
}

.div-block-2 {
  margin-top: auto;
  margin-bottom: auto;
}

.div-block-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.btn-danger {
  text-align: left;
  margin-top: 10px;
  font-weight: 700;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

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

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

.submit-button {
  background-color: #0060ba;
  border-radius: 2px;
}

.text-field {
  border-radius: 2px;
}

.image-3 {
  margin-bottom: 40px;
}

.heading-2 {
  margin-bottom: 60px;
}

@media screen and (max-width: 991px) {
  .navbar-logo-left-container.shadow-three {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

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

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

  .menu-button {
    padding: 12px;
  }

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

  .heading {
    font-size: 24px;
  }

  .heading.style-stripe.is-style-stripe1.btn-danger {
    padding-left: 10px;
  }

  .paragraph-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .quick-stack-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .oldpicdiv-block {
    width: 36%;
  }

  .paragraph-3 {
    font-size: 12px;
    line-height: 20px;
  }

  .paragraph-4 {
    font-size: 10px;
  }

  .old-div-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .body {
    padding-top: 0;
    padding-left: 4px;
    padding-right: 4px;
  }

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

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

@media screen and (max-width: 767px) {
  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

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

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

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

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

  .heading {
    font-size: 24px;
  }

  .oldpicdiv-block {
    width: 36%;
  }

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

@media screen and (max-width: 479px) {
  .container {
    max-width: none;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .text-block {
    font-size: 20px;
  }

  .newno-container {
    margin-left: 0;
    margin-right: 0;
  }

  .paragraph-1 {
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    line-height: 20px;
  }

  .new-div-block {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .newpic-div-block {
    flex: 0 auto;
    display: block;
  }

  .paragraph02 {
    padding-right: 10px;
    font-size: 14px;
    line-height: 20px;
  }

  .image {
    max-width: 100svw;
  }

  .newtxt-div-block {
    width: 100%;
  }

  .heading {
    font-size: 24px;
  }

  .paragraph-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph-3 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    line-height: 20px;
  }

  .paragraph-4 {
    padding-right: 10px;
    font-size: 14px;
    line-height: 20px;
  }

  .old-div-block {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .oldtxtdiv-block {
    width: 100%;
  }

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

#w-node-_8fbfdce5-e7bc-83be-175f-fea7ee85d219-e2ba0eeb {
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 767px) {
  #w-node-_8fbfdce5-e7bc-83be-175f-fea7ee85d219-e2ba0eeb {
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_8fbfdce5-e7bc-83be-175f-fea7ee85d219-e2ba0eeb {
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }
}


