.index-textarea {
  padding: 88px 0 34px;
}

@media screen and (max-width: 560px) {
  .index-textarea {
    padding-top: 58px;
  }
}
.index-iam__container {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 991px) {
  .index-iam__container {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.index-iam__left {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 400px;
  max-width: 100%;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 2.125rem;
  padding: 9px 24px;
  padding-left: 0;
  border-right: 1px #ddd solid;
}

@media screen and (max-width: 991px) {
  .index-iam__left {
    padding: 0;
    border-right: 0;
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 375px) {
  .index-iam__left {
    font-size: 1.5rem;
  }
}
.index-iam__left-label {
  padding-right: 9px;
}

.index-iam__select {
  color: #2960c7;
  font-weight: bold;
  border-top: 1px transparent solid;
  border-bottom: 1px #ddd solid;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.index-iam__select .custom-select__mask:after {
  width: 8px;
  height: 8px;
  margin-top: -5px;
}

.index-iam__right {
  padding-left: 24px;
  color: #222;
}

@media screen and (max-width: 991px) {
  .index-iam__right {
    padding-left: 0;
    margin-right: -24px;
    max-width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  .index-iam__right {
    margin: 0 -5px;
  }
}
.index-iam__right-link {
  color: #222;
  display: inline-block;
  vertical-align: top;
  margin: 5px;
  margin-right: 24px;
}

@media screen and (max-width: 480px) {
  .index-iam__right-link {
    margin: 5px;
  }
}
.index-iam__right-link:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 6px;
  height: 6px;
  border-top: 2px #2960c7 solid;
  border-right: 2px #2960c7 solid;
  transform: rotate(45deg);
  margin-top: -4px;
  margin-left: 4px;
  transition: 0.3s all ease;
  position: relative;
  left: 0;
}

.index-iam__right-link:hover:after {
  left: 5px;
}

.index-circle-banner {
  min-height: 100vh;
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  color: #fff;
}

.index-circle-banner__bg-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: #002a3a;
  opacity: 0.85;
}

.index-circle-banner__bg {
  font-size: 0;
  line-height: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-clip-path: circle(35% at 65% 40%);
  clip-path: circle(35% at 65% 40%);
  z-index: 2;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  transition: 0.3s all ease;
}

.index-circle-banner__bg.hide {
  clip-path: circle(0% at 65% 40%) !important;
}

.index-circle-banner .wrapper {
  position: relative;
  z-index: 3;
  min-height: 100vh;
  padding-top: 88px;
  padding-bottom: 88px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (max-width: 560px) {
  .index-circle-banner .wrapper {
    padding-top: 138px;
    padding-bottom: 38px;
  }
}
.index-circle-banner__textarea {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 560px;
  max-width: 100%;
  min-height: calc(100vh - 196px);
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

@media screen and (max-width: 560px) {
  .index-circle-banner__textarea {
    min-height: calc(100vh - 176px);
  }
}
.index-circle-banner__textarea-top {
  letter-spacing: 2px;
}

@media screen and (max-width: 560px) {
  .index-circle-banner__textarea-top {
    margin-top: auto;
  }
}
.index-circle-banner__textarea-main {
  margin: auto 0;
  padding: 24px 0;
  max-width: 100%;
}

@media screen and (max-width: 560px) {
  .index-circle-banner__textarea-main {
    margin: 28px 0 0;
  }
}
.index-circle-banner__textarea-main h3 {
  font-size: 2.375rem;
  margin: 12px 0;
}

@media screen and (max-width: 560px) {
  .index-circle-banner__textarea-main h3 {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 560px) {
  .index-circle-banner__textarea-main img {
    max-width: 200px;
  }
}
.index-circle-banner p {
  margin-top: 12px;
}

.index-circle-banner .grid-box__tag-container {
  margin: -12px 0 18px;
  z-index: 2;
}