* {
  font-weight: 300;
  line-height: 1.35;
  zoom: 1;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  box-sizing: border-box;
  transition: all 0.35s cubic-bezier(0, 0, 0.27, 1);
}

html, body {
  font-size: 11px;
  background: #ffffff;
}

.css-transitions-only-after-page-load * {
  transition: none !important;
}

h1,
h2,
h3,
h4,
h5,
p {
  margin: 0px;
  padding: 0px;
}

nobr {
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  color: inherit;
  line-height: inherit;
}

img {
  width: 100%;
  height: auto;
  display: block;
}

.desktopBreak {
  display: block;
}

.mobileBreak {
  display: none;
}

@keyframes pinAni {
  0% {
    transform: translate(0px, 0px);
  }
  50% {
    transform: translate(10px, 0px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
@media screen and (max-width: 500px) {
  .desktopBreak {
    display: none;
  }
  .mobileBreak {
    display: block;
  }
}
.enFonts {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

.tcFonts {
  font-family: "Noto Sans TC", serif;
  font-weight: 400;
}

.btnTop {
  position: fixed;
  bottom: 120px;
  right: 50px;
  width: 62px;
  z-index: 1000;
  cursor: pointer;
}
@media screen and (max-width: 500px) {
  .btnTop {
    bottom: 30px;
    right: 30px;
    width: 40px;
  }
}

#wrapper {
  width: 100%;
  padding-top: 80px;
}
#wrapper .mainContent .contentInner {
  width: 90%;
  max-width: 1300px;
  margin: 0px auto;
}
#wrapper .mainContent .contentInner h1 {
  position: relative;
  text-align: center;
  color: #556a9c;
  font-size: var(--title-fs);
  padding: 0px 0px 20px;
  margin-bottom: 30px;
}
#wrapper .mainContent .contentInner h1:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 66px;
  height: 0.5px;
  background-color: #556a9c;
}

.bannerRow {
  position: relative;
}
.bannerRow .bannerInner {
  position: relative;
  width: 100%;
  max-width: 1300px;
  overflow: hidden;
  margin: 0px auto;
}
.bannerRow .bannerInner .mark {
  position: absolute;
  width: 60%;
  top: 50%;
  transform-origin: center;
  transform: translate(-20%, -50%);
}

/*frontPage 
*******************/
.frontLeadinRow {
  padding: 80px 0px;
}
@media screen and (max-width: 768px) {
  .frontLeadinRow {
    padding: 50px 0px;
  }
}
.frontLeadinRow .frontLeadin p {
  text-align: center;
  color: #556a9c;
  font-size: var(--front-para-fs);
  line-height: 2;
}
.frontLeadinRow .frontLeadin span {
  color: #5eb479;
  font-size: var(--front-leadin-feature-fs);
}

.frontMapRow {
  padding: 50px 5%;
  background: rgb(164, 221, 244);
  background: linear-gradient(90deg, rgb(164, 221, 244) 10%, rgb(242, 246, 219) 85%);
}
@media screen and (max-width: 768px) {
  .frontMapRow {
    padding: 30px 0px 0px;
  }
}
@media screen and (max-width: 768px) {
  .frontMapRow .contentInner {
    width: 100%;
  }
}
.frontMapRow .contentInner .frontMapContentRow {
  background: #ffffff;
  display: flex;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .frontMapRow .contentInner .frontMapContentRow {
    background: transparent;
    flex-direction: column;
  }
}
.frontMapRow .contentInner .frontMapContentRow .mapCol {
  position: relative;
  width: 70%;
}
@media screen and (max-width: 768px) {
  .frontMapRow .contentInner .frontMapContentRow .mapCol {
    width: 100%;
  }
}
.frontMapRow .contentInner .frontMapContentRow .mapCol .pin {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 5;
}
.frontMapRow .contentInner .frontMapContentRow .descCol {
  width: 30%;
  padding: 50px 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
}
@media screen and (max-width: 768px) {
  .frontMapRow .contentInner .frontMapContentRow .descCol {
    position: relative;
    top: -30px;
    width: 92%;
    margin: 0px auto;
    background: #ffffff;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.frontMapRow .contentInner .frontMapContentRow .descCol .titRow {
  position: relative;
  color: #5eb479;
  margin-bottom: 30px;
  font-size: var(--front-map-tit-fs);
  /*&:after{
    position:absolute;
    content:'';
    display:block;
    width:60px;
    border:1px solid $color-TealishGreen;
    transform: rotate(25deg);
    transform-origin: center left;
    bottom:0px;
    left:-30px;
  }*/
}
@media screen and (max-width: 768px) {
  .frontMapRow .contentInner .frontMapContentRow .descCol .titRow {
    width: 30%;
  }
}
@media screen and (max-width: 768px) {
  .frontMapRow .contentInner .frontMapContentRow .descCol .descGroup {
    width: 100%;
  }
}
.frontMapRow .contentInner .frontMapContentRow .descCol .descGroup .stitRow {
  line-height: 1.5;
  color: #556a9c;
  font-size: var(--front-map-tit-fs);
}
.frontMapRow .contentInner .frontMapContentRow .descCol .descGroup .paraRow {
  line-height: 1.5;
  color: #58595B;
  font-size: var(--front-map-para-fs);
}

.featureAndDesignRow {
  background: url(../images/front/img-exclamation-mark.png) no-repeat top -25vw center;
  background-size: 150% auto;
}
@media screen and (max-width: 768px) {
  .featureAndDesignRow {
    /*background:url(../images/front/img-exclamation-mark.png) no-repeat top -4.5vw center;
    background-size:150% auto;*/
    background: none;
  }
}
@media screen and (max-width: 500px) {
  .featureAndDesignRow {
    /*background:url(../images/front/img-exclamation-mark.png) no-repeat top -4.5vw center;
    background-size:180% auto;*/
  }
}

.frontFeatureRow {
  padding: 150px 5% 150px;
}
@media screen and (max-width: 768px) {
  .frontFeatureRow {
    padding: 100px 5% 100px;
    background: url(../images/front/img-exclamation-mark.png) no-repeat bottom 65% center;
    background-size: 130% auto;
  }
}
@media screen and (max-width: 500px) {
  .frontFeatureRow {
    padding: 80px 5% 80px;
    background: url(../images/front/img-exclamation-mark.png) no-repeat bottom 65% center;
    background-size: 180% auto;
  }
}
.frontFeatureRow .frontFeatureContentRow {
  display: flex;
  justify-content: space-evenly;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .frontFeatureRow .frontFeatureContentRow {
    align-items: center;
    flex-direction: column;
  }
}
.frontFeatureRow .frontFeatureContentRow dl {
  width: 32%;
}
@media screen and (max-width: 768px) {
  .frontFeatureRow .frontFeatureContentRow dl {
    width: 90%;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 500px) {
  .frontFeatureRow .frontFeatureContentRow dl {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .frontFeatureRow .frontFeatureContentRow dl:last-child {
    margin-bottom: 0px;
  }
}
.frontFeatureRow .frontFeatureContentRow dl dt {
  text-align: center;
  margin-bottom: 5px;
  font-size: var(--front-feature-tit-fs);
}
.frontFeatureRow .frontFeatureContentRow dl dd {
  text-align: center;
  color: #5eb479;
  font-size: var(--front-feature-desc-fs);
  line-height: 1.5;
}
.frontFeatureRow .frontFeatureContentRow dl dd.last {
  text-align: left;
  padding-left: 8%;
}
@media screen and (max-width: 768px) {
  .frontFeatureRow .frontFeatureContentRow dl dd.last {
    text-align: center;
    padding-left: 0%;
  }
}
.frontFeatureRow .frontFeatureContentRow dl dd span {
  font-weight: 400;
  font-size: var(--front-feature-desc-nos-fs);
}

.frontDesignRow {
  position: relative;
  top: -50%;
  overflow: hidden;
}
.frontDesignRow:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  left: 0px;
  top: 45%;
  height: 100%;
  background: rgb(164, 221, 244);
  background: linear-gradient(90deg, rgb(164, 221, 244) 10%, rgb(242, 246, 219) 85%);
  z-index: 1;
}
.frontDesignRow .visualRow {
  position: relative;
}
.frontDesignRow .visualRow img {
  position: absolute;
  top: 0px;
  left: 0px;
}
.frontDesignRow .visualRow .kv01 {
  z-index: 15;
}
.frontDesignRow .visualRow .kv02 {
  z-index: 10;
}
.frontDesignRow .visualRow .kv03 {
  position: relative;
  z-index: 5;
}
.frontDesignRow .contentRow {
  position: relative;
  z-index: 50;
  padding: 150px 0px;
}
.frontDesignRow .contentRow h2 {
  position: relative;
  text-align: center;
  color: #556a9c;
  padding: 0px 0px 20px;
  margin-bottom: 30px;
  font-size: var(--stit-fs);
}
.frontDesignRow .contentRow h2:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 66px;
  height: 0.5px;
  background-color: #556a9c;
}
.frontDesignRow .contentRow .paraRow p {
  text-align: center;
  color: #58595B;
  font-size: var(--front-para-fs);
  line-height: 2;
}

.frontOthersRow {
  padding: 200px 5%;
}
.frontOthersRow .frontOthersContentRow {
  display: flex;
  justify-content: space-evenly;
  align-items: flex-start;
  max-width: 1400px;
  margin: 0px auto;
  flex-wrap: wrap;
}
.frontOthersRow .frontOthersContentRow dl {
  justify-content: center;
  display: flex;
  align-items: center;
  width: 300px;
  height: 300px;
  padding: 50px;
  position: relative;
  margin-bottom: 30px;
}
.frontOthersRow .frontOthersContentRow dl:last-child {
  margin-bottom: 0px;
}
.frontOthersRow .frontOthersContentRow dl dt {
  text-align: center;
  color: #58595B;
  font-size: var(--front-others-tit-fs);
  line-height: 1.5;
}
.frontOthersRow .frontOthersContentRow dl dt span {
  font-weight: 400;
  color: #556a9c;
  font-size: var(--front-others-desc-nos-fs);
}
.frontOthersRow .frontOthersContentRow .contentCircle :after {
  display: block;
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  animation: rotating 5s linear infinite;
}
.frontOthersRow .frontOthersContentRow .otherContent01 :after {
  background: url(../images/front/img-gradient-circle-01.png) no-repeat center;
  background-size: cover;
}
.frontOthersRow .frontOthersContentRow .otherContent02 :after {
  background: url(../images/front/img-gradient-circle-02.png) no-repeat center;
  background-size: cover;
}
.frontOthersRow .frontOthersContentRow .otherContent03 :after {
  background: url(../images/front/img-gradient-circle-03.png) no-repeat center;
  background-size: cover;
}

.remarksWrapRow {
  width: 100%;
}
.remarksWrapRow .remarksRow {
  padding: 30px 0px;
  color: #58595B;
  font-size: var(--front-remarks-fs);
  width: 90%;
  max-width: 1400px;
  margin: 0px auto;
}
@keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@media screen and (max-width: 768px) {
  .frontDesignRow:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    left: 0px;
    top: 15%;
    height: 100%;
    background: rgb(164, 221, 244);
    background: linear-gradient(90deg, rgb(164, 221, 244) 10%, rgb(242, 246, 219) 85%);
    z-index: 1;
  }
  .frontDesignRow .contentInner {
    width: 100% !important;
  }
  .frontDesignRow .contentInner .contentRow {
    padding: 100px 5% 50px;
  }
  .frontDesignRow .contentInner .visualRow .kv02 {
    top: 3.5vh;
  }
  .frontDesignRow .contentInner .visualRow .kv03 {
    top: 3vh;
  }
  .frontOthersRow {
    padding: 100px 5%;
  }
  .frontOthersRow .frontOthersContentRow {
    flex-direction: column;
    align-items: center;
  }
  .frontOthersRow .frontOthersContentRow dl {
    margin-bottom: 50px;
  }
  .frontOthersRow .frontOthersContentRow dl:last-child {
    margin-bottom: 0px;
  }
}
/*overviewPage 
*******************/
.overviewLeadinRow {
  padding: 80px 0px 150px;
}
.overviewLeadinRow .overviewLeadin {
  text-align: center;
  color: #556a9c;
  font-size: var(--overview-para-fs);
  line-height: 2;
}
.overviewLeadinRow .overviewLeadin span {
  color: #5eb479;
  font-size: var(--overview-leadin-feature-fs);
}

.overviewFeatureRow .contentInner {
  display: flex;
}
.overviewFeatureRow .contentInner .item {
  width: 33.333%;
  overflow: hidden;
}
.overviewFeatureRow .contentInner .item dl {
  padding: 100px 5%;
}
.overviewFeatureRow .contentInner .item dl dt {
  color: #ffffff;
  text-align: center;
  font-size: var(--overview-feature-tit-fs);
}
.overviewFeatureRow .contentInner .item dl dd {
  color: #ffffff;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: var(--overview-feature-desc-fs);
}
.overviewFeatureRow .contentInner .item img {
  width: 100%;
}
.overviewFeatureRow .contentInner .item.item01 {
  background: rgb(166, 206, 57);
  background: linear-gradient(90deg, rgb(166, 206, 57) 0%, rgb(255, 240, 0) 100%);
}
.overviewFeatureRow .contentInner .item.item02 {
  background: rgb(94, 166, 220);
  background: linear-gradient(90deg, rgb(94, 166, 220) 0%, rgb(217, 158, 220) 80%);
}
.overviewFeatureRow .contentInner .item.item03 {
  background: rgb(248, 162, 77);
  background: linear-gradient(90deg, rgb(248, 162, 77) 0%, rgb(242, 142, 186) 100%);
}

.overviewInnovationRow .contentRow {
  position: relative;
  z-index: 50;
  padding: 100px 0px 0px;
}
.overviewInnovationRow .contentRow h2 {
  position: relative;
  text-align: center;
  font-size: var(--stit-fs);
  color: #556a9c;
  padding: 0px 0px 20px;
  margin-bottom: 30px;
}
.overviewInnovationRow .contentRow h2:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 66px;
  height: 0.5px;
  background-color: #556a9c;
}
.overviewInnovationRow .contentRow .paraRow p {
  text-align: center;
  color: #58595B;
  font-size: var(--overview-para-fs);
  line-height: 2;
}

.overviewSpaceDesignRow .contentRow {
  position: relative;
  z-index: 50;
  padding: 150px 0px;
}
.overviewSpaceDesignRow .contentRow .spaceFeatureRow {
  margin-bottom: 50px;
}
.overviewSpaceDesignRow .contentRow .spaceFeatureRow .swiper {
  display: flex;
  align-items: center;
  width: 100%;
}
.overviewSpaceDesignRow .contentRow .spaceFeatureRow .swiper .swiper-wrapper {
  padding: 30px 0px 60px;
}
.overviewSpaceDesignRow .contentRow .spaceFeatureRow .swiper .swiper-slide {
  position: relative;
  text-align: center;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 0px 0px;
}
.overviewSpaceDesignRow .contentRow .spaceFeatureRow .swiper .swiper-slide > img {
  position: relative;
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
  animation: ringRotating 25s linear infinite;
}
.overviewSpaceDesignRow .contentRow .spaceFeatureRow .swiper .swiper-slide span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  height: 90%;
  z-index: 50;
  transform-origin: center;
  -o-object-fit: cover;
     object-fit: cover;
  transform-origin: center;
  transform: translate(-50%, -50%);
}
.overviewSpaceDesignRow .contentRow .spaceFeatureRow .swiper .swiper-slide span img {
  width: 100%;
}
.overviewSpaceDesignRow .contentRow .spaceFeatureRow .swiper .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  text-align: center;
  line-height: 20px;
  background: #999999;
}
.overviewSpaceDesignRow .contentRow .spaceFeatureRow .swiper .swiper-pagination-bullet-active {
  background: #58595B;
}
.overviewSpaceDesignRow .contentRow h2 {
  position: relative;
  text-align: center;
  color: #556a9c;
  padding: 0px 0px 20px;
  margin-bottom: 30px;
  font-size: var(--stit-fs);
}
.overviewSpaceDesignRow .contentRow h2:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 66px;
  height: 0.5px;
  background-color: #556a9c;
}
.overviewSpaceDesignRow .contentRow .paraRow p {
  text-align: center;
  color: #58595B;
  font-size: var(--overview-para-fs);
  line-height: 2;
}
@keyframes ringRotating {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.overviewSloganRow .contentRow {
  position: relative;
  z-index: 50;
  padding: 0px 0px 150px;
  display: flex;
  align-content: center;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .overviewSloganRow .contentRow {
    padding: 0px 0px 100px;
  }
}
@media screen and (max-width: 500px) {
  .overviewSloganRow .contentRow {
    padding: 0px 0px 50px;
  }
}
.overviewSloganRow .contentRow img {
  width: 40%;
  max-width: 250px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .overviewSloganRow .contentRow img {
    width: 50%;
    max-width: 300px;
  }
}
@media screen and (max-width: 500px) {
  .overviewSloganRow .contentRow img {
    width: 50%;
    max-width: 350px;
  }
}
.overviewSloganRow .contentRow .sloganRow {
  text-align: center;
  font-size: var(--overview-slogan-fs);
  color: #556a9c;
  font-weight: 500;
}
.overviewSloganRow .contentRow .sloganRow span {
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
}

@media screen and (max-width: 768px) {
  /*overviewPage 
  *******************/
  .overviewLeadinRow {
    padding: 80px 0px 100px;
  }
  .overviewFeatureRow .contentInner .item dl {
    padding: 80px 5%;
  }
  .overviewInnovationRow .contentRow {
    padding: 80px 0px 0px;
  }
  .overviewInnovationRow .contentRow h2 {
    padding: 0px 0px 20px;
    margin-bottom: 30px;
  }
  .overviewInnovationRow .contentRow .paraRow p br {
    display: none;
  }
  .overviewSpaceDesignRow .contentRow {
    padding: 80px 0px;
  }
  .overviewSpaceDesignRow .contentRow .spaceFeatureRow {
    margin-bottom: 50px;
  }
  .overviewSpaceDesignRow .contentRow h2 {
    padding: 0px 0px 20px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 500px) {
  /*overviewPage 
  *******************/
  .overviewLeadinRow {
    padding: 80px 0px 100px;
  }
  .overviewFeatureRow .contentInner {
    width: 100% !important;
    display: flex;
    flex-direction: column;
  }
  .overviewFeatureRow .contentInner .item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .overviewFeatureRow .contentInner .item dl {
    padding: 0px 5%;
  }
  .overviewFeatureRow .contentInner .item dl dt, .overviewFeatureRow .contentInner .item dl dd {
    text-align: left;
  }
  .overviewFeatureRow .contentInner .item picture {
    width: 40%;
  }
  .overviewInnovationRow .contentRow {
    padding: 80px 0px 0px;
  }
  .overviewInnovationRow .contentRow h2 {
    padding: 0px 0px 20px;
    margin-bottom: 30px;
  }
  .overviewSpaceDesignRow .contentRow {
    padding: 80px 0px;
  }
  .overviewSpaceDesignRow .contentRow .spaceFeatureRow {
    margin-bottom: 50px;
  }
  .overviewSpaceDesignRow .contentRow h2 {
    padding: 0px 0px 20px;
    margin-bottom: 30px;
  }
}
/*overviewPage 
*******************/
/* contactPage
*******************/
.contactLeadinRow {
  padding: 80px 0px 100px;
  background: url(../images/contact/img-content-mark.png) no-repeat bottom 50% center;
  background-size: 150% auto;
}
@media screen and (max-width: 768px) {
  .contactLeadinRow {
    padding: 50px 0px 50px;
  }
}
.contactLeadinRow .contentInner {
  text-align: center;
}
.contactLeadinRow h1 {
  position: relative;
  text-align: center;
  color: #5eb479 !important;
  display: inline-block;
  padding: 0px 0px 20px;
}
.contactLeadinRow h1:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 66px;
  height: 0.5px;
  background-color: #5eb479;
}
.contactLeadinRow .contactLeadin {
  width: 90%;
  max-width: 400px;
  margin: 0px auto;
}
.contactLeadinRow .contactLeadin p {
  text-align: left;
  color: #556a9c;
  font-size: var(--contact-para-fs);
  font-weight: 500;
  line-height: 2;
}
.contactLeadinRow .contactLeadin p a {
  color: #556a9c;
  font-weight: 500;
  text-decoration: none;
}

.contactFormRow {
  padding: 100px 0px;
  background: rgb(164, 221, 244);
  background: linear-gradient(90deg, rgb(164, 221, 244) 10%, rgb(242, 246, 219) 85%);
}
@media screen and (max-width: 768px) {
  .contactFormRow {
    padding: 80px 0px;
  }
}
.contactFormRow .formContent {
  max-width: 1000px;
  margin: 0px auto;
}
.contactFormRow .formContent .requiredText {
  text-align: right;
  color: #556a9c;
  margin-bottom: 20px;
  font-size: var(--contact-required-fs);
}
.contactFormRow .formContent .inputRow {
  display: flex;
  align-items: flex-start;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .contactFormRow .formContent .inputRow {
    flex-direction: column;
    margin-bottom: 15px;
  }
}
.contactFormRow .formContent .inputRow .formLabel {
  width: 150px;
  text-align: right;
  color: #556a9c;
  font-size: var(--contact-input-fs);
  padding-right: 10px;
  padding: 5px 10px 0px 0px;
}
@media screen and (max-width: 768px) {
  .contactFormRow .formContent .inputRow .formLabel {
    text-align: left;
    margin-bottom: 5px;
  }
}
.contactFormRow .formContent .inputRow .formField {
  flex-grow: 1;
  background: #ffffff;
}
@media screen and (max-width: 768px) {
  .contactFormRow .formContent .inputRow .formField {
    width: 100%;
  }
}
.contactFormRow .formContent .inputRow .formField input {
  width: 100%;
  padding: 5px;
  color: #000000;
  font-size: var(--contact-input-fs);
}
.contactFormRow .formContent .inputRow .formField textarea {
  width: 100%;
  padding: 5px;
  font-size: var(--contact-input-fs);
  color: #000000;
  height: 250px;
  border: none;
  resize: none;
}
.contactFormRow .formContent .inputRow.last {
  margin-bottom: 50px;
}
.contactFormRow .formContent .miscOptionRow {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
@media screen and (max-width: 500px) {
  .contactFormRow .formContent .miscOptionRow {
    flex-direction: column;
  }
}
.contactFormRow .formContent .miscOptionRow .optionRow {
  display: flex;
}
.contactFormRow .formContent .miscOptionRow .optionRow .checkLabel {
  width: 30px;
  margin-right: 10px;
}
.contactFormRow .formContent .miscOptionRow .optionRow .checkLabel span {
  position: relative;
  display: block;
  width: 30px;
  height: 30px;
  background: #ffffff;
  border: 5px solid #ffffff;
  cursor: pointer;
}
.contactFormRow .formContent .miscOptionRow .optionRow .checkLabel span.active {
  background: #556a9c;
}
.contactFormRow .formContent .miscOptionRow .optionRow .checkLabel input {
  position: absolute;
  left: -9999px;
  border: none;
  style: none;
}
.contactFormRow .formContent .miscOptionRow .optionRow .checkField {
  color: #556a9c;
  font-size: var(--contact-input-fs);
}
.contactFormRow .formContent .miscOptionRow .lCol {
  width: 35%;
}
@media screen and (max-width: 500px) {
  .contactFormRow .formContent .miscOptionRow .lCol {
    width: 100%;
    margin-bottom: 20px;
  }
}
.contactFormRow .formContent .miscOptionRow .rCol {
  width: 60%;
}
@media screen and (max-width: 500px) {
  .contactFormRow .formContent .miscOptionRow .rCol {
    width: 100%;
  }
}
.contactFormRow .formContent .miscOptionRow .replyCol {
  display: flex;
  justify-content: space-between;
}
.contactFormRow .formContent .miscOptionRow .replyCol p {
  display: none;
  padding-top: 10px;
  width: 100%;
  color: #556a9c;
  font-size: var(--contact-required-fs);
}
.contactFormRow .formContent .miscOptionRow .replyCol .linnerCol, .contactFormRow .formContent .miscOptionRow .replyCol .rinnerCol {
  width: 48%;
}
.contactFormRow .formContent .miscOptionRow .replyCol .otherOption {
  width: 60%;
  margin-left: 3%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-grow: 1;
}
.contactFormRow .formContent .miscOptionRow .replyCol .otherOption .checkField {
  color: #999999;
}
.contactFormRow .formContent .miscOptionRow .replyCol.active .otherOption .checkField {
  color: #556a9c;
}
.contactFormRow .formContent .miscOptionRow .replyCol.active p {
  display: block;
}
.contactFormRow .formContent .ctaRow {
  display: flex;
  justify-content: center;
  padding-top: 80px;
}
@media screen and (max-width: 768px) {
  .contactFormRow .formContent .ctaRow {
    padding-top: 50px;
  }
}
.contactFormRow .formContent .ctaRow button {
  text-align: center;
  padding: 10px 30px;
  width: 200px;
  font-size: var(--contact-cta-fs);
  background: #ffffff;
  color: #556a9c;
  border: none;
  border-radius: 30px;
  font-weight: 500;
}

/* contactPage
*******************/
/*miscPage 
*******************/
.miscContentRow {
  padding: 80px 0px;
}
@media screen and (max-width: 768px) {
  .miscContentRow {
    padding: 50px 0px;
  }
}
.miscContentRow .paraRow {
  max-width: 800px;
  margin: 0px auto;
}
.miscContentRow .paraRow p {
  text-align: left;
  color: #556a9c;
  font-size: var(--misc-para-fs);
  line-height: 2;
}

/*miscPage 
*******************//*# sourceMappingURL=sharestyles.css.map */