.scContent {
  position: relative;
  overflow: hidden;
}
.scContent.fullPage .container {
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 1440px;
  justify-content: center;
  align-items: center;
}
.scContent .templateControl {
  position: absolute;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  right: 60px;
  top: 60px;
}
.scContent .templateControl p {
  display: flex;
  width: 100%;
  font-size: 16px;
}
.scContent .templateControl .btnTemplate {
  border-radius: 8px;
  background-size: 300% 100%;
  background: #efefef;
  width: 80px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000;
}
.scContent .templateControl .btnTemplate + .btnTemplate {
  margin-left: 5px;
}
.scContent .templateControl .btnTemplate.active {
  color: #efefef;
  background-image: linear-gradient(50deg, #F00 10%, #FF00A6 50%, #00A6FF 90%);
}
.scContent .templateWrapper {
  display: flex;
  width: 100%;
}
.scContent .templateWrapper .contentBox {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.scContent .templateWrapper .contentBox .textBox {
  display: flex;
  flex-direction: column;
  max-width: 640px;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 5;
}
.scContent .templateWrapper .contentBox .textBox [class^=text-] {
  position: relative;
}
.scContent .templateWrapper .contentBox .textBox .buttonControl .btnMore {
  font-weight: normal;
}
.scContent .templateWrapper .contentBox .textBox .text-1 {
  height: 50%;
  align-items: flex-end;
  overflow: hidden;
}
.scContent .templateWrapper .contentBox .textBox .text-1 span {
  font-size: 60px;
  line-height: 104px;
  background: linear-gradient(90deg, #FF0000 15%, #FF00A6 30%, #00A6FF 50%, #CCCCCC 51%, #FFFFFF 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-position: 0 0;
  background-size: 200% auto;
  background-repeat: no-repeat;
  padding: 10px 0;
}
.scContent .templateWrapper .contentBox .textBox .text-1 .cGradientHor {
  background: linear-gradient(90deg, #FF0000 15%, #FF00A6 30%, #00A6FF 50%, #CCCCCC 51%, #FFFFFF 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-position: 0 0;
  background-size: 200% auto;
  background-repeat: no-repeat;
}
.scContent .templateWrapper .contentBox .textBox .text-2 {
  display: flex;
  height: 50%;
  flex-direction: column;
  align-items: flex-start;
  overflow: hidden;
}
.scContent .templateWrapper .contentBox .textBox .text-2 span {
  font-size: 40px;
  line-height: 56px;
  background: linear-gradient(90deg, #000000 50%, #FFFFFF 65%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-position: 0 0;
  background-size: 200% auto;
  background-repeat: no-repeat;
  justify-content: flex-end;
}

.template-1 .templateWrapper .contentBox .imageBox {
  position: relative;
  width: 700px;
}
.template-1 .templateWrapper .contentBox .imageBox .boxGradient {
  transition: all 0.1s linear 0s;
  display: flex;
  top: 70%;
  bottom: 16%;
  left: 53%;
  right: 30%;
  position: absolute;
  z-index: 0;
  background: linear-gradient(46.76deg, #FF0000 -36.06%, #FF00A6 28.81%, #00A6FF 102.04%);
}
.template-1 .templateWrapper .contentBox .imageBox .bgLight {
  transition: all 0.1s linear 0s;
  display: flex;
  position: absolute;
  top: 52%;
  bottom: 26%;
  left: 35%;
  right: 44%;
  background: var(--color-white);
  opacity: 0.6;
  mix-blend-mode: overlay;
  z-index: 10;
}
.template-1 .templateWrapper .contentBox .imageBox .masking {
  transition: all 0.1s linear 0s;
  -webkit-mask-image: url("../images/template/masking-temp-1.png");
  mask-image: url("../images/template/masking-temp-1.png");
  -webkit-mask-size: 100%;
  mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  position: relative;
  z-index: 5;
  top: 15px;
  padding-top: 114.81%;
}
.template-1 .templateWrapper .contentBox .imageBox .masking img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  object-fit: cover;
  height: 100%;
  width: 100%;
  mix-blend-mode: normal;
}
.template-1 .templateWrapper .contentBox .textBox {
  margin-left: -250px;
  padding-right: 50px;
}
.template-1 .templateWrapper .contentBox .textBox .text-1 {
  display: flex;
  width: 100%;
  margin-bottom: 0;
  left: auto;
  justify-content: flex-end;
  padding-bottom: 24px;
  text-align: right;
  right: calc(-50% + 60px);
}
.template-1 .templateWrapper .contentBox .textBox .text-2 {
  display: flex;
  width: 100%;
  padding-left: 0;
  justify-content: flex-start;
  text-align: right;
  align-items: flex-end;
}
.template-1 .templateWrapper .contentBox .textBox .text-2 .buttonControl {
  justify-content: flex-end;
}
.template-1 .templateWrapper .contentBox [class^=text-] {
  overflow: hidden;
}
.template-1 .templateWrapper .contentBox [class^=text-] > span,
.template-1 .templateWrapper .contentBox [class^=text-] .inner {
  position: relative;
}
.template-1.flip-right {
  background: linear-gradient(180deg, #FFF 0%, #EBEBEB 100%);
}
.template-1.flip-right .templateWrapper .contentBox {
  flex-direction: row-reverse;
}
.template-1.flip-right .templateWrapper .contentBox .imageBox .masking {
  -webkit-mask-image: url(../images/template/masking-temp-1-flip.png);
  mask-image: url(../images/template/masking-temp-1-flip.png);
}
.template-1.flip-right .templateWrapper .contentBox .textBox .text-1 {
  left: 0;
  right: auto;
  text-align: left;
  padding-left: 0;
  padding-bottom: 40px;
  justify-content: flex-start;
}
.template-1.flip-right .templateWrapper .contentBox .textBox .text-2 {
  position: static;
  left: auto;
  right: auto;
  text-align: left;
  padding-left: calc(28% + 35px);
  align-items: flex-start;
}
.template-1.flip-right .templateWrapper .contentBox .textBox {
  padding: 0;
  margin-left: -180px;
}
.template-1.flip-right .templateWrapper .contentBox .textBox .text-2 .buttonControl {
  justify-content: flex-start;
}
.template-1.flip-right .templateWrapper .contentBox .imageBox .bgLight {
  left: 42%;
  right: 36%;
}
.template-1.flip-right .templateWrapper .contentBox .imageBox .boxGradient {
  bottom: 16%;
  left: 30%;
  right: 53%;
}

.template-2 .templateWrapper .contentBox .textBox {
  height: auto;
  max-width: 555px;
  background: #FAFAFD;
  padding: 32px 48px;
  border-radius: 24px;
  position: relative;
  right: -35px;
  top: 30px;
}
.template-2 .templateWrapper .contentBox .textBox .text-1 {
  height: auto;
}
.template-2 .templateWrapper .contentBox .textBox .text-1 span {
  font-size: 60px;
  line-height: 130%;
}
.template-2 .templateWrapper .contentBox .textBox .text-2 {
  height: auto;
}
.template-2 .templateWrapper .contentBox .textBox .text-2 span {
  font-size: 32px;
  line-height: 140%;
}
.template-2 .templateWrapper .contentBox .imageBox {
  border-radius: 24px;
  width: 625px;
  overflow: hidden;
  position: relative;
  left: -35px;
  bottom: 30px;
}
.template-2 .templateWrapper .contentBox .imageBox .image {
  display: flex;
  width: 100%;
  height: 525px;
}
.template-2 .templateWrapper .contentBox .imageBox .image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.template-2.flip-right .templateWrapper .contentBox {
  flex-direction: row-reverse;
}
.template-2.flip-right .templateWrapper .contentBox .textBox {
  right: auto;
  left: -35px;
  bottom: 30px;
  top: auto;
}
.template-2.flip-right .templateWrapper .contentBox .imageBox {
  left: auto;
  right: -35px;
  bottom: auto;
  top: 30px;
}

.template-3 .templateWrapper {
  height: 100%;
}
.template-3 .templateWrapper .contentBox {
  align-items: baseline;
}
.template-3 .templateWrapper .contentBox .imageBox {
  position: relative;
  width: 790px;
  height: 100%;
  overflow: hidden;
  margin-top: auto;
}
.template-3 .templateWrapper .contentBox .imageBox .masking {
  transition: all 0.1s linear 0s;
  -webkit-mask-image: url("../images/template/masking-temp-3.png");
  mask-image: url("../images/template/masking-temp-3.png");
  -webkit-mask-size: 100%;
  mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  position: absolute;
  z-index: 5;
  height: 100%;
  top: auto;
  bottom: 0;
  left: 0;
  right: auto;
  width: 920px;
  height: 800px;
}
.template-3 .templateWrapper .contentBox .imageBox .masking img {
  position: absolute;
  top: auto;
  bottom: 0;
  left: -5%;
  z-index: 5;
  height: 100%;
  width: 100%;
  object-fit: cover;
  mix-blend-mode: normal;
}
.template-3 .templateWrapper .contentBox .textBox {
  height: auto;
  max-width: 380px;
  width: 100%;
  padding: 0;
  border-radius: 0;
  position: relative;
  right: 0;
  top: 0;
  margin: auto 0;
}
.template-3 .templateWrapper .contentBox .textBox .text-1 {
  height: auto;
}
.template-3 .templateWrapper .contentBox .textBox .text-1 span {
  font-size: 60px;
  line-height: 130%;
}
.template-3 .templateWrapper .contentBox .textBox .text-2 {
  height: auto;
}
.template-3 .templateWrapper .contentBox .textBox .text-2 span {
  font-size: 32px;
  line-height: 140%;
}
.template-3 .templateWrapper .contentBox [class^=text-] {
  overflow: hidden;
}
.template-3 .templateWrapper .contentBox [class^=text-] > span,
.template-3 .templateWrapper .contentBox [class^=text-] .inner {
  position: relative;
}
.template-3.flip-right .templateWrapper .contentBox {
  flex-direction: row-reverse;
}
.template-3.flip-right .templateWrapper .contentBox .textBox {
  padding-left: 20px;
  max-width: 400px;
}
.template-3.flip-right .templateWrapper .contentBox .imageBox .masking {
  left: auto;
  right: 0;
  -webkit-mask-image: url(../images/template/masking-temp-3-flip.png);
  mask-image: url(../images/template/masking-temp-3-flip.png);
}
.template-3.flip-right .templateWrapper .contentBox .imageBox .masking img {
  left: auto;
  right: -5%;
}

.template-4 .templateWrapper {
  height: 100%;
}
.template-4 .templateWrapper .contentBox .imageBox {
  position: relative;
  width: 700px;
  overflow: hidden;
  margin-left: 50px;
}
.template-4 .templateWrapper .contentBox .imageBox .masking {
  transition: all 0.1s linear 0s;
  -webkit-mask-image: url("../images/template/masking-temp-4.png");
  mask-image: url("../images/template/masking-temp-4.png");
  -webkit-mask-size: 100%;
  mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  z-index: 5;
  width: 100%;
  padding-top: 97.61%;
}
.template-4 .templateWrapper .contentBox .imageBox .masking img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  object-fit: cover;
  height: 100%;
  width: 100%;
  mix-blend-mode: normal;
}
.template-4 .templateWrapper .contentBox .textBox {
  height: auto;
  max-width: 380px;
  width: 100%;
  padding: 0;
  border-radius: 0;
  position: relative;
  right: 0;
  top: 0;
  margin: auto 0;
}
.template-4 .templateWrapper .contentBox .textBox .text-1 {
  height: auto;
}
.template-4 .templateWrapper .contentBox .textBox .text-1 span {
  font-size: 60px;
  line-height: 130%;
}
.template-4 .templateWrapper .contentBox .textBox .text-2 {
  height: auto;
}
.template-4 .templateWrapper .contentBox .textBox .text-2 span {
  font-size: 32px;
  line-height: 140%;
}
.template-4 .templateWrapper .contentBox [class^=text-] {
  overflow: hidden;
}
.template-4 .templateWrapper .contentBox [class^=text-] > span,
.template-4 .templateWrapper .contentBox [class^=text-] .inner {
  position: relative;
}
.template-4.flip-right .templateWrapper .contentBox {
  flex-direction: row-reverse;
}
.template-4.flip-right .templateWrapper .contentBox .imageBox {
  margin-left: 0;
  margin-right: 50px;
}

.template-5 .templateWrapper {
  height: 100%;
}
.template-5 .templateWrapper .contentBox .imageBox {
  position: relative;
  width: 700px;
  overflow: hidden;
  margin-left: 50px;
}
.template-5 .templateWrapper .contentBox .imageBox::before {
  content: "";
  position: absolute;
  height: 8px;
  width: 66px;
  top: 0;
  right: 0;
  background-image: linear-gradient(45deg, #F00 10%, #FF00A6 50%, #00A6FF 90%);
}
.template-5 .templateWrapper .contentBox .imageBox::after {
  content: "";
  position: absolute;
  height: 8px;
  width: 66px;
  bottom: 0;
  right: 0;
  background-image: linear-gradient(45deg, #F00 10%, #FF00A6 50%, #00A6FF 90%);
}
.template-5 .templateWrapper .contentBox .imageBox .masking {
  transition: all 0.1s linear 0s;
  -webkit-mask-image: url("../images/template/masking-temp-5.png");
  mask-image: url("../images/template/masking-temp-5.png");
  -webkit-mask-size: 100%;
  mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  z-index: 5;
  width: 100%;
  padding-top: 97.61%;
}
.template-5 .templateWrapper .contentBox .imageBox .masking img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  object-fit: cover;
  height: 100%;
  width: 100%;
  mix-blend-mode: normal;
}
.template-5 .templateWrapper .contentBox .textBox {
  height: auto;
  max-width: 380px;
  width: 100%;
  padding: 0;
  border-radius: 0;
  position: relative;
  right: 0;
  top: 0;
  margin: auto 0;
}
.template-5 .templateWrapper .contentBox .textBox .text-1 {
  height: auto;
}
.template-5 .templateWrapper .contentBox .textBox .text-1 span {
  font-size: 60px;
  line-height: 130%;
}
.template-5 .templateWrapper .contentBox .textBox .text-2 {
  height: auto;
}
.template-5 .templateWrapper .contentBox .textBox .text-2 span {
  font-size: 32px;
  line-height: 140%;
}
.template-5 .templateWrapper .contentBox [class^=text-] {
  overflow: hidden;
}
.template-5 .templateWrapper .contentBox [class^=text-] > span,
.template-5 .templateWrapper .contentBox [class^=text-] .inner {
  position: relative;
}
.template-5.flip-right .templateWrapper .contentBox {
  flex-direction: row-reverse;
}
.template-5.flip-right .templateWrapper .contentBox .imageBox {
  margin-left: 0;
  margin-right: 50px;
}

.template-6 .templateWrapper {
  height: 100%;
}
.template-6 .templateWrapper .contentBox .imageBox {
  position: relative;
  width: 700px;
  overflow: hidden;
  margin-left: 50px;
}
.template-6 .templateWrapper .contentBox .imageBox .masking {
  transition: all 0.1s linear 0s;
  -webkit-mask-image: url("../images/template/masking-temp-6.png");
  mask-image: url("../images/template/masking-temp-6.png");
  -webkit-mask-size: 100%;
  mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  z-index: 5;
  width: 100%;
  padding-top: 97.61%;
}
.template-6 .templateWrapper .contentBox .imageBox .masking img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  object-fit: cover;
  height: 100%;
  width: 100%;
  mix-blend-mode: normal;
}
.template-6 .templateWrapper .contentBox .textBox {
  height: auto;
  max-width: 380px;
  width: 100%;
  padding: 0;
  border-radius: 0;
  position: relative;
  right: 0;
  top: 0;
  margin: auto 0;
}
.template-6 .templateWrapper .contentBox .textBox .text-1 {
  height: auto;
}
.template-6 .templateWrapper .contentBox .textBox .text-1 span {
  font-size: 60px;
  line-height: 130%;
}
.template-6 .templateWrapper .contentBox .textBox .text-2 {
  height: auto;
}
.template-6 .templateWrapper .contentBox .textBox .text-2 span {
  font-size: 32px;
  line-height: 140%;
}
.template-6 .templateWrapper .contentBox [class^=text-] {
  overflow: hidden;
}
.template-6 .templateWrapper .contentBox [class^=text-] > span,
.template-6 .templateWrapper .contentBox [class^=text-] .inner {
  position: relative;
}
.template-6.flip-right .templateWrapper .contentBox {
  flex-direction: row-reverse;
}
.template-6.flip-right .templateWrapper .contentBox .imageBox {
  margin-left: 0;
  margin-right: 50px;
}

.template-7 .templateWrapper {
  height: 100%;
}
.template-7 .templateWrapper .contentBox .imageBox {
  position: relative;
  width: 700px;
  margin-left: 50px;
  border-radius: 20px;
}
.template-7 .templateWrapper .contentBox .imageBox .bdGradient {
  position: absolute;
  width: 560px;
  height: 784px;
  top: 50%;
  left: 50%;
  z-index: 10;
  transform: translate(-50%, -50%);
}
.template-7 .templateWrapper .contentBox .imageBox .bdGradient span {
  transition: all 0.15s ease 0s;
  -webkit-transition: all 0.15s ease 0s;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-mask-image: url("../images/template/masking-temp-7.png");
  mask-image: url("../images/template/masking-temp-7.png");
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-image: linear-gradient(90deg, #F00 10%, #FF00A6 50%, #00A6FF 90%);
}
.template-7 .templateWrapper .contentBox .imageBox .masking {
  transition: all 0.1s linear 0s;
  -webkit-mask-image: inherit;
  mask-image: inherit;
  -webkit-mask-size: 100%;
  mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  z-index: 5;
  width: 100%;
  padding-top: 88.91%;
}
.template-7 .templateWrapper .contentBox .imageBox .masking img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  object-fit: cover;
  height: 100%;
  width: 100%;
  mix-blend-mode: normal;
  border-radius: 20px;
  overflow: hidden;
}
.template-7 .templateWrapper .contentBox .textBox {
  height: auto;
  max-width: 380px;
  width: 100%;
  padding: 0;
  border-radius: 0;
  position: relative;
  right: 0;
  top: 0;
  margin: auto 0;
}
.template-7 .templateWrapper .contentBox .textBox .text-1 {
  height: auto;
}
.template-7 .templateWrapper .contentBox .textBox .text-1 span {
  font-size: 60px;
  line-height: 130%;
}
.template-7 .templateWrapper .contentBox .textBox .text-2 {
  height: auto;
}
.template-7 .templateWrapper .contentBox .textBox .text-2 span {
  font-size: 32px;
  line-height: 140%;
}
.template-7 .templateWrapper .contentBox [class^=text-] {
  overflow: hidden;
}
.template-7 .templateWrapper .contentBox [class^=text-] > span,
.template-7 .templateWrapper .contentBox [class^=text-] .inner {
  position: relative;
}
.template-7.flip-right .templateWrapper .contentBox {
  flex-direction: row-reverse;
}
.template-7.flip-right .templateWrapper .contentBox .imageBox {
  margin-left: 0;
  margin-right: 50px;
}

.template-8::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 13px;
  background-image: linear-gradient(90deg, #F00 10%, #FF00A6 50%, #00A6FF 90%);
}
.template-8 .templateWrapper {
  height: 100%;
}
.template-8 .templateWrapper .contentBox {
  justify-content: space-between;
}
.template-8 .templateWrapper .contentBox .imageBox {
  position: relative;
  width: 50%;
  height: 100%;
}
.template-8 .templateWrapper .contentBox .imageBox .masking {
  transition: all 0.1s linear 0s;
  -webkit-mask-image: inherit;
  mask-image: inherit;
  z-index: 5;
  width: 100%;
  height: 100%;
}
.template-8 .templateWrapper .contentBox .imageBox .masking img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  object-fit: cover;
  height: 100%;
  width: 100%;
  mix-blend-mode: normal;
}
.template-8 .templateWrapper .contentBox .textBox {
  height: auto;
  max-width: 450px;
  width: 100%;
  padding: 0;
  border-radius: 0;
  position: relative;
  right: 0;
  top: 0;
  margin: auto 80px auto auto;
}
.template-8 .templateWrapper .contentBox .textBox .text-1 {
  height: auto;
}
.template-8 .templateWrapper .contentBox .textBox .text-1 span {
  font-size: 60px;
  line-height: 130%;
}
.template-8 .templateWrapper .contentBox .textBox .text-2 {
  height: auto;
}
.template-8 .templateWrapper .contentBox .textBox .text-2 span {
  font-size: 32px;
  line-height: 140%;
}
.template-8 .templateWrapper .contentBox [class^=text-] {
  overflow: hidden;
}
.template-8 .templateWrapper .contentBox [class^=text-] > span,
.template-8 .templateWrapper .contentBox [class^=text-] .inner {
  position: relative;
}
.template-8.flip-right .templateWrapper .contentBox {
  flex-direction: row-reverse;
}
.template-8.flip-right .templateWrapper .contentBox .textBox {
  margin: auto auto auto 80px;
}

.template-9 {
  background-image: linear-gradient(45deg, #F00 10%, #FF00A6 50%, #00A6FF 90%);
}
.template-9 .templateWrapper {
  height: 100%;
  padding: 66px 0;
}
.template-9 .templateWrapper .contentBox {
  background: #ffffff;
  justify-content: space-between;
  align-self: center;
  padding: 16px;
  border-radius: 24px;
  overflow: hidden;
}
.template-9 .templateWrapper .contentBox .imageBox {
  position: relative;
  width: 50%;
  border-radius: 0 24px 24px 0;
}
.template-9 .templateWrapper .contentBox .imageBox .masking {
  transition: all 0.1s linear 0s;
  -webkit-mask-image: inherit;
  mask-image: inherit;
  -webkit-mask-size: 100%;
  mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  z-index: 5;
  width: 100%;
  padding-top: 100%;
}
.template-9 .templateWrapper .contentBox .imageBox .masking img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  object-fit: cover;
  height: 100%;
  width: 100%;
  mix-blend-mode: normal;
  border-radius: 0 20px 20px 0;
  overflow: hidden;
}
.template-9 .templateWrapper .contentBox .textBox {
  height: auto;
  max-width: 50%;
  width: 100%;
  padding: 0;
  border-radius: 0;
  position: relative;
  right: 0;
  top: 0;
  margin: auto 0;
  padding-left: 38px;
}
.template-9 .templateWrapper .contentBox .textBox .text-1 {
  height: auto;
}
.template-9 .templateWrapper .contentBox .textBox .text-1 span {
  font-size: 60px;
  line-height: 130%;
}
.template-9 .templateWrapper .contentBox .textBox .text-2 {
  height: auto;
}
.template-9 .templateWrapper .contentBox .textBox .text-2 span {
  font-size: 34px;
  line-height: 140%;
}
.template-9 .templateWrapper .contentBox [class^=text-] {
  overflow: hidden;
}
.template-9 .templateWrapper .contentBox [class^=text-] > span,
.template-9 .templateWrapper .contentBox [class^=text-] .inner {
  position: relative;
}
.template-9.flip-right .templateWrapper .contentBox {
  flex-direction: row-reverse;
}
.template-9.flip-right .templateWrapper .contentBox .imageBox {
  margin-left: 0;
  margin-right: 0;
}
.template-9.flip-right .templateWrapper .contentBox .imageBox img {
  border-radius: 20px 0 0 20px;
}

.template-10 {
  background-image: linear-gradient(45deg, #F00 10%, #FF00A6 50%, #00A6FF 90%);
}
.template-10 .templateWrapper .contentBox .textBox {
  height: auto;
  max-width: 555px;
  background: #FAFAFD;
  padding: 32px 48px;
  border-radius: 24px;
  position: relative;
  right: -35px;
  top: 30px;
}
.template-10 .templateWrapper .contentBox .textBox .text-1 {
  height: auto;
}
.template-10 .templateWrapper .contentBox .textBox .text-1 span {
  font-size: 60px;
  line-height: 130%;
}
.template-10 .templateWrapper .contentBox .textBox .text-2 {
  height: auto;
}
.template-10 .templateWrapper .contentBox .textBox .text-2 span {
  font-size: 32px;
  line-height: 140%;
}
.template-10 .templateWrapper .contentBox .imageBox {
  border-radius: 24px;
  width: 625px;
  overflow: hidden;
  position: relative;
  left: -35px;
  bottom: 30px;
}
.template-10 .templateWrapper .contentBox .imageBox .image {
  display: flex;
  width: 100%;
  height: 525px;
}
.template-10 .templateWrapper .contentBox .imageBox .image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.template-10.flip-right .templateWrapper .contentBox {
  flex-direction: row-reverse;
}
.template-10.flip-right .templateWrapper .contentBox .textBox {
  right: auto;
  left: -35px;
  bottom: 30px;
  top: auto;
}
.template-10.flip-right .templateWrapper .contentBox .imageBox {
  left: auto;
  right: -35px;
  bottom: auto;
  top: 30px;
}

.template-11 {
  position: relative;
}
.template-11::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background: linear-gradient(135deg, #FF1600 0%, #F09 72.47%), #D9D9D9;
}
.template-11::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background: linear-gradient(135deg, #00A6FF 0%, #FF0098 100%), #D9D9D9;
}
.template-11 .templateWrapper {
  display: flex;
  height: 100%;
  flex-direction: row;
  z-index: 5;
}
.template-11 .boxContent {
  display: flex;
  flex-direction: column;
  width: 50%;
  justify-content: center;
  padding: 75px 60px 0;
  height: 100%;
  position: relative;
}
.template-11 .boxContent .text {
  display: flex;
  width: 100%;
  justify-content: center;
  flex-direction: column;
  margin: auto 0;
  align-items: center;
  position: relative;
}
.template-11 .boxContent .text h3 {
  font-size: 60px;
  font-style: normal;
  text-align: center;
  line-height: 130%;
  color: var(--color-white);
}
.template-11 .boxContent .text p {
  font-size: 34px;
  font-style: normal;
  line-height: 140%;
  text-align: center;
  color: var(--color-white);
}
.template-11 .boxContent .text .buttonControl {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}
.template-11 .boxContent .text .buttonControl .btnMore {
  color: var(--color-black);
  background: var(--color-white);
}
.template-11 .boxContent .image {
  display: flex;
  max-width: 450px;
  width: 100%;
  margin: auto auto 0;
}
.template-11 .boxContent .image img {
  width: 100%;
  align-self: center;
}

.template-12 .container {
  padding: 0;
}
.template-12 .templateWrapper {
  height: 100%;
}
.template-12 .templateWrapper .contentBox {
  justify-content: space-between;
  position: static;
}
.template-12 .templateWrapper .contentBox .imageBox {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
}
.template-12 .templateWrapper .contentBox .imageBox .masking {
  transition: all 0.1s linear 0s;
  -webkit-mask-image: inherit;
  mask-image: inherit;
  z-index: 5;
  width: 100%;
  height: 100%;
}
.template-12 .templateWrapper .contentBox .imageBox .masking img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  object-fit: cover;
  height: 100%;
  width: 100%;
  mix-blend-mode: normal;
}
.template-12 .templateWrapper .contentBox .textBox {
  height: 100%;
  max-width: 450px;
  width: 100%;
  padding: 0 27px;
  border-radius: 0;
  position: relative;
  right: 0;
  top: 0;
  margin: 0 170px 0 auto;
  justify-content: center;
  align-items: center;
  background: #FAFAFD;
}
.template-12 .templateWrapper .contentBox .textBox .text-1 {
  height: auto;
  width: 100%;
}
.template-12 .templateWrapper .contentBox .textBox .text-1 span {
  font-size: 60px;
  line-height: 130%;
}
.template-12 .templateWrapper .contentBox .textBox .text-2 {
  height: auto;
  width: 100%;
}
.template-12 .templateWrapper .contentBox .textBox .text-2 span {
  font-size: 32px;
  line-height: 140%;
}
.template-12 .templateWrapper .contentBox [class^=text-] {
  overflow: hidden;
}
.template-12 .templateWrapper .contentBox [class^=text-] > span,
.template-12 .templateWrapper .contentBox [class^=text-] .inner {
  position: relative;
}
.template-12.flip-right .templateWrapper .contentBox {
  flex-direction: row-reverse;
}
.template-12.flip-right .templateWrapper .contentBox .textBox {
  margin: auto auto auto 170px;
}

.template-13 .container {
  padding: 0;
}
.template-13 .templateWrapper {
  height: 100%;
}
.template-13 .templateWrapper .contentBox {
  justify-content: space-between;
  position: static;
}
.template-13 .templateWrapper .contentBox .imageBox {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
}
.template-13 .templateWrapper .contentBox .imageBox .masking {
  transition: all 0.1s linear 0s;
  -webkit-mask-image: inherit;
  mask-image: inherit;
  z-index: 5;
  width: 100%;
  height: 100%;
}
.template-13 .templateWrapper .contentBox .imageBox .masking img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  object-fit: cover;
  height: 100%;
  width: 100%;
  mix-blend-mode: normal;
}
.template-13 .templateWrapper .contentBox .textBox {
  height: auto;
  max-width: 950px;
  width: 100%;
  padding: 30px;
  border-radius: 24px 24px 0 0;
  position: relative;
  right: 0;
  top: 0;
  margin: auto auto 0;
  justify-content: center;
  align-items: center;
  background: #FAFAFD;
}
.template-13 .templateWrapper .contentBox .textBox .text-1 {
  height: auto;
  width: 100%;
  text-align: center;
}
.template-13 .templateWrapper .contentBox .textBox .text-1 span {
  font-size: 60px;
  line-height: 130%;
}
.template-13 .templateWrapper .contentBox .textBox .text-2 {
  height: auto;
  width: 100%;
  text-align: center;
  align-items: center;
}
.template-13 .templateWrapper .contentBox .textBox .text-2 span {
  font-size: 32px;
  line-height: 140%;
}
.template-13 .templateWrapper .contentBox .textBox .text-2 .buttonControl {
  justify-content: center;
}
.template-13 .templateWrapper .contentBox [class^=text-] {
  overflow: hidden;
}
.template-13 .templateWrapper .contentBox [class^=text-] > span,
.template-13 .templateWrapper .contentBox [class^=text-] .inner {
  position: relative;
}
.template-13.flip-up .templateWrapper .contentBox {
  flex-direction: row-reverse;
}
.template-13.flip-up .templateWrapper .contentBox .textBox {
  margin: 0 auto auto;
  border-radius: 0 0 24px 24px;
}

.template-14 .container {
  padding: 0;
}
.template-14 .templateWrapper {
  height: 100%;
  padding: 60px 0;
}
.template-14 .templateWrapper .contentBox {
  justify-content: space-between;
  position: static;
  height: 100%;
  z-index: 5;
}
.template-14 .templateWrapper .contentBox .textBox {
  height: 100%;
  max-width: 100%;
  width: 100%;
  padding: 0;
  border-radius: 24px 24px 0 0;
  position: relative;
  right: 0;
  top: 0;
  margin: auto auto 0;
  justify-content: center;
  align-items: center;
  background: none;
}
.template-14 .templateWrapper .contentBox .textBox .text-1 {
  height: auto;
  width: 100%;
  text-align: center;
  margin: auto auto;
}
.template-14 .templateWrapper .contentBox .textBox .text-1 span {
  font-size: 60px;
  line-height: 130%;
  color: var(--color-white);
  background: none;
  -webkit-background-clip: inherit;
  -webkit-text-fill-color: inherit;
}
.template-14 .templateWrapper .contentBox .textBox .text-2 {
  height: auto;
  width: 100%;
  text-align: center;
  align-items: center;
  flex-direction: row;
  margin-top: auto;
}
.template-14 .templateWrapper .contentBox .textBox .text-2 span {
  font-size: 34px;
  line-height: 140%;
  color: var(--color-white);
  background: none;
  -webkit-background-clip: inherit;
  -webkit-text-fill-color: inherit;
  display: flex;
  width: calc(100% - 210px);
  padding-right: 24px;
  justify-content: flex-start;
  text-align: left;
}
.template-14 .templateWrapper .contentBox .textBox .text-2 .buttonControl {
  justify-content: center;
  width: 210px;
}
.template-14 .templateWrapper .contentBox .textBox .text-2 .buttonControl .btnMore {
  background: var(--color-white);
  color: var(--color-black);
}
.template-14 .templateWrapper .contentBox [class^=text-] {
  overflow: hidden;
}
.template-14 .templateWrapper .contentBox [class^=text-] > span,
.template-14 .templateWrapper .contentBox [class^=text-] .inner {
  position: relative;
}
.template-14 .templateWrapper .imageBox {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 0;
}
.template-14 .templateWrapper .imageBox::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 43.08%, rgba(0, 0, 0, 0.6) 83.72%, #000 100%);
}
.template-14 .templateWrapper .imageBox img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  object-fit: cover;
  height: 100%;
  width: 100%;
  mix-blend-mode: normal;
}

.template-15 {
  background: linear-gradient(180deg, #FFF 0%, #EBEBEB 100%);
}
.template-15.scContent .container {
  padding: 0;
  max-width: 100%;
}
.template-15 .thumbSlider {
  display: block;
  position: relative;
}
.template-15 .thumbSlider .thumb {
  display: flex;
  width: 304px;
  height: 304px;
  border-radius: 24px;
  overflow: hidden;
}
.template-15 .thumbSlider .thumb img {
  width: 100%;
  align-self: center;
  object-fit: cover;
  height: 100%;
}
.template-15 .templateWrapper {
  height: 100%;
  padding: 0;
  flex-direction: column;
  justify-content: center;
}
.template-15 .templateWrapper .contentBox {
  justify-content: space-between;
  position: static;
  height: auto;
  z-index: 5;
  margin-bottom: 100px;
  align-items: flex-start;
}
.template-15 .templateWrapper .contentBox .textBox {
  height: auto;
  max-width: 100%;
  width: 100%;
  padding: 0;
  border-radius: 24px 24px 0 0;
  position: relative;
  right: 0;
  top: 0;
  margin: 0 auto;
  justify-content: flex-start;
  align-items: center;
  background: none;
}
.template-15 .templateWrapper .contentBox .textBox .text-1 {
  height: auto;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
.template-15 .templateWrapper .contentBox .textBox .text-1 span {
  font-size: 60px;
  line-height: 130%;
}
.template-15 .templateWrapper .contentBox .textBox .text-2 {
  height: auto;
  width: 100%;
  text-align: center;
  align-items: center;
}
.template-15 .templateWrapper .contentBox .textBox .text-2 span {
  font-size: 34px;
  line-height: 140%;
}
.template-15 .templateWrapper .contentBox .textBox .text-2 .buttonControl {
  justify-content: center;
}
.template-15 .templateWrapper .contentBox [class^=text-] {
  overflow: hidden;
}
.template-15 .templateWrapper .contentBox [class^=text-] > span,
.template-15 .templateWrapper .contentBox [class^=text-] .inner {
  position: relative;
}
.template-15.bgGradient {
  background-image: linear-gradient(45deg, #F00 10%, #FF00A6 50%, #00A6FF 90%);
}
.template-15.bgGradient .templateWrapper .contentBox .textBox .text-1 span,
.template-15.bgGradient .templateWrapper .contentBox .textBox .text-2 span {
  color: var(--color-white);
  background: none;
  -webkit-background-clip: inherit;
  -webkit-text-fill-color: inherit;
}
.template-15.bgGradient .templateWrapper .contentBox .textBox .text-2 .buttonControl .btnMore {
  background: var(--color-white);
  color: var(--color-black);
}

@media only screen and (max-width: 1600px) {
  .template-1 .templateWrapper .contentBox .imageBox {
    width: 580px;
  }

  .template-3 .templateWrapper .contentBox .imageBox .masking {
    width: 900px;
    height: 80%;
  }

  .template-3 .templateWrapper .contentBox .imageBox .masking img {
    left: -10%;
  }

  .template-4 .templateWrapper .contentBox .imageBox {
    width: 545px;
  }

  .template-5 .templateWrapper .contentBox .imageBox {
    width: 545px;
  }

  .template-7 .templateWrapper .contentBox .imageBox {
    width: 515px;
  }

  .template-7 .templateWrapper .contentBox .imageBox .bdGradient {
    width: 384px;
    height: 537px;
  }

  .scContent.template-9 .container {
    max-width: 1100px;
  }

  .template-9 .templateWrapper .contentBox .textBox .text-2 span {
    font-size: 32px;
  }

  .template-11 .boxContent .image {
    max-width: 320px;
  }

  .scContent.template-14 .container {
    max-width: 1140px;
  }

  .template-15 .thumbSlider .thumb {
    width: 240px;
    height: 240px;
  }

  .template-15 .templateWrapper .contentBox {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 1440px) {
  .template-8 .container {
    padding: 0;
  }
}
@media only screen and (max-width: 1366px) {
  .template-1 .templateWrapper .contentBox .imageBox {
    width: 520px;
  }

  .scContent .templateWrapper .contentBox .textBox .text-1 span {
    font-size: 60px;
    line-height: 140%;
  }

  .scContent .templateWrapper .contentBox .textBox .text-2 {
    padding-top: 15px;
  }
  .scContent .templateWrapper .contentBox .textBox .text-2 span {
    font-size: 34px;
    line-height: 140%;
  }

  .template-1 .templateWrapper .contentBox .textBox .text-1 {
    right: calc(-53% + 30px);
    position: relative;
    overflow: visible;
  }
  .template-1 .templateWrapper .contentBox .textBox .text-1 .inner {
    white-space: nowrap;
  }

  .template-1 .templateWrapper .contentBox .textBox {
    padding-right: 30px;
    margin-left: 0;
    overflow: visible;
    max-width: 420px;
  }

  .template-1.flip-right .templateWrapper .contentBox .textBox {
    max-width: 600px;
  }

  .template-1.flip-right .templateWrapper .contentBox .textBox .text-1 {
    left: 30px;
    padding-bottom: 24px;
  }

  .template-11 .boxContent .image {
    max-width: 300px;
  }

  .template-15 .templateWrapper .contentBox .textBox .text-2 .buttonControl {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 1201px) and (max-width: 1360px) {
  .template-1 .templateWrapper .contentBox .imageBox .masking {
    top: 0;
  }

  .template-1 .templateWrapper .contentBox .imageBox {
    width: 420px;
  }

  .template-1 .templateWrapper .contentBox .textBox .text-1 {
    right: calc(-60% + 30px);
  }

  .template-1 .templateWrapper .contentBox .textBox {
    max-width: 340px;
  }

  .template-1.flip-right .templateWrapper .contentBox .textBox {
    margin-left: -150px;
    max-width: 470px;
  }

  .template-1.flip-right .templateWrapper .contentBox .textBox .text-2 {
    padding-left: calc(32% + 30px);
  }

  .scContent .templateWrapper .contentBox .textBox .text-1 span {
    font-size: 46px;
  }

  .scContent .templateWrapper .contentBox .textBox .text-2 span {
    font-size: 26px;
  }

  .template-2 .templateWrapper .contentBox .imageBox .image {
    height: 425px;
  }

  .template-2 .templateWrapper .contentBox .imageBox {
    width: 475px;
  }

  .template-2 .templateWrapper .contentBox .textBox {
    max-width: 500px;
  }

  .template-10 .templateWrapper .contentBox .imageBox .image {
    height: 425px;
  }

  .template-10 .templateWrapper .contentBox .imageBox {
    width: 475px;
  }

  .template-10 .templateWrapper .contentBox .textBox {
    max-width: 500px;
  }
}
@media only screen and (max-width: 1200px) {
  .template-1 .templateWrapper .contentBox .textBox .text-1 {
    height: 55%;
    right: calc(-62% + 30px);
  }

  .scContent .templateWrapper .contentBox .textBox .text-1 span {
    font-size: 46px;
  }

  .scContent .templateWrapper .contentBox .textBox .text-2 span {
    font-size: 28px;
  }

  .template-1 .templateWrapper .contentBox .textBox {
    max-width: 340px;
  }

  .template-1 .templateWrapper .contentBox .imageBox {
    width: 450px;
  }

  .fullPage {
    height: 100vh;
  }

  .template-1.flip-right .templateWrapper .contentBox .textBox {
    padding: 0;
    margin-left: -165px;
  }

  .template-3 .templateWrapper .contentBox .imageBox .masking {
    width: 750px;
  }

  .fullPage {
    height: 100vh;
  }

  .template-2 .templateWrapper .contentBox .textBox .text-1 {
    right: 0;
    height: auto;
  }

  .template-2 .templateWrapper .contentBox .textBox {
    max-width: 50%;
  }

  .template-2 .templateWrapper .contentBox .imageBox {
    width: 50%;
  }

  .template-2 .templateWrapper .contentBox .imageBox {
    bottom: 20px;
  }
  .template-2 .templateWrapper .contentBox .imageBox .image {
    height: 475px;
  }

  .template-3.flip-right .templateWrapper .contentBox .textBox {
    max-width: 340px;
    padding-left: 20px;
  }

  .template-4 .templateWrapper .contentBox .textBox {
    max-width: 340px;
  }

  .template-4 .templateWrapper .contentBox .imageBox {
    margin-left: 20px;
  }

  .template-5 .templateWrapper .contentBox .textBox {
    max-width: 340px;
  }

  .template-5 .templateWrapper .contentBox .imageBox {
    margin-left: 20px;
  }

  .template-6 .templateWrapper .contentBox .textBox {
    max-width: 340px;
  }

  .template-6 .templateWrapper .contentBox .imageBox {
    margin-left: 20px;
  }

  .template-7 .templateWrapper .contentBox .textBox {
    max-width: 340px;
  }

  .template-7 .templateWrapper .contentBox .imageBox {
    margin-left: 20px;
  }

  .template-7.flip-right .templateWrapper .contentBox .imageBox {
    margin-right: 20px;
  }

  .template-8 .templateWrapper .contentBox .textBox {
    max-width: 340px;
  }

  .scContent.template-9 .container {
    max-width: 960px;
  }

  .template-10 .templateWrapper .contentBox .textBox .text-1 {
    right: 0;
    height: auto;
  }

  .template-10 .templateWrapper .contentBox .textBox {
    max-width: 50%;
  }

  .template-10 .templateWrapper .contentBox .imageBox {
    width: 50%;
  }

  .template-10 .templateWrapper .contentBox .imageBox {
    bottom: 20px;
  }
  .template-10 .templateWrapper .contentBox .imageBox .image {
    height: 475px;
  }

  .template-11 .boxContent .text h3 {
    font-size: 46px;
  }

  .template-11 .boxContent .text p {
    font-size: 28px;
  }

  .template-11 .boxContent {
    padding: 0 40px;
  }

  .template-11 .boxContent .image {
    margin-top: 0;
  }

  .template-12 .templateWrapper .contentBox .textBox {
    max-width: 350px;
    margin-right: 80px;
  }

  .template-12.flip-right .templateWrapper .contentBox .textBox {
    margin-left: 80px;
    margin-right: auto;
  }

  .template-13 .templateWrapper .contentBox .textBox .text-1 span {
    font-size: 40px;
  }

  .template-13 .templateWrapper .contentBox .textBox {
    padding: 20px;
  }

  .template-13 .templateWrapper .contentBox .textBox .text-2 .buttonControl {
    margin-top: 20px;
  }

  .template-13 .templateWrapper .contentBox .textBox {
    max-width: 700px;
  }

  .scContent.template-14 .container {
    max-width: 860px;
  }
}
@media only screen and (max-width: 991px) {
  .fullPage {
    height: auto;
  }

  .scContent .templateWrapper {
    padding: 40px 0;
  }

  .scContent .templateWrapper .contentBox .textBox .text-1 span {
    font-size: 38px;
  }

  .scContent .templateWrapper .contentBox .textBox .text-2 span {
    font-size: 24px;
  }

  .template-1 .templateWrapper .contentBox .textBox {
    max-width: 320px;
  }

  .template-1.flip-right .templateWrapper .contentBox .textBox {
    max-width: 460px;
    margin-left: -140px;
  }

  .template-2 .templateWrapper .contentBox {
    flex-direction: column;
  }

  .template-2 .templateWrapper .contentBox .textBox {
    width: calc(100% - 40px);
    max-width: 100%;
    right: 0;
    top: 0;
    margin-left: 40px;
    margin-right: 0;
  }

  .template-2 .templateWrapper .contentBox .imageBox {
    width: calc(100% - 40px);
    max-width: 100%;
    left: 0;
    margin-top: -40px;
    margin-right: 40px;
    margin-left: 0;
  }

  .template-2.flip-right .templateWrapper .contentBox {
    flex-direction: column-reverse;
  }

  .template-2.flip-right .templateWrapper .contentBox .textBox {
    width: calc(100% - 40px);
    max-width: 100%;
    left: 0;
    bottom: 0;
    margin-left: 0;
    margin-right: 40px;
    z-index: 5;
  }

  .template-2.flip-right .templateWrapper .contentBox .imageBox {
    width: calc(100% - 40px);
    max-width: 100%;
    left: 0;
    top: 0;
    right: 0;
    margin-bottom: -40px;
    margin-left: 40px;
    margin-right: auto;
    margin-top: 0;
  }

  .template-3 .templateWrapper .contentBox .imageBox .masking {
    height: 100%;
  }

  .template-3 .templateWrapper .contentBox .textBox {
    max-width: 320px;
  }

  .template-3 .templateWrapper .contentBox .imageBox {
    width: 400px;
  }

  .template-3 .templateWrapper .contentBox .imageBox .masking {
    width: 500px;
  }

  .template-4 .templateWrapper .contentBox .imageBox {
    width: 375px;
    margin-left: 20px;
  }

  .template-4 .templateWrapper .contentBox .textBox {
    max-width: 320px;
  }

  .template-4.flip-right .templateWrapper .contentBox .imageBox {
    width: 375px;
    margin-right: 20px;
  }

  .template-5 .templateWrapper .contentBox .imageBox {
    width: 375px;
    margin-left: 20px;
  }

  .template-5 .templateWrapper .contentBox .textBox {
    max-width: 320px;
  }

  .template-5.flip-right .templateWrapper .contentBox .imageBox {
    width: 375px;
    margin-right: 20px;
  }

  .template-6 .templateWrapper .contentBox .imageBox {
    width: 375px;
    margin-left: 20px;
  }

  .template-6 .templateWrapper .contentBox .textBox {
    max-width: 320px;
  }

  .template-6.flip-right .templateWrapper .contentBox .imageBox {
    width: 375px;
    margin-right: 20px;
  }

  .template-7 .templateWrapper .contentBox .textBox {
    width: 320px;
  }

  .template-7 .templateWrapper .contentBox .imageBox {
    width: 375px;
  }

  .template-7 .templateWrapper .contentBox .imageBox .bdGradient {
    width: 280px;
    height: 392px;
  }

  .template-7 .templateWrapper .contentBox .imageBox .masking img {
    border-radius: 12px;
  }

  .template-8 .templateWrapper .contentBox .textBox {
    max-width: 320px;
    margin-right: 20px;
    padding: 60px 0;
  }

  .template-8.flip-right .templateWrapper .contentBox .textBox {
    margin-left: 20px;
  }

  .template-8 .templateWrapper {
    padding: 0;
  }

  .template-9 .buttonControl {
    margin-top: 20px;
  }

  .template-9 .templateWrapper .contentBox .textBox {
    padding-left: 0;
  }

  .template-9.flip-right .templateWrapper .contentBox .textBox {
    padding-left: 16px;
  }

  .template-9 .templateWrapper .contentBox .imageBox {
    height: 100%;
  }

  .template-9 .templateWrapper .contentBox .imageBox .masking {
    padding: 0;
  }

  .template-9 .templateWrapper .contentBox .imageBox .masking img {
    position: relative;
  }

  .template-10 .templateWrapper .contentBox {
    flex-direction: column;
  }

  .template-10 .templateWrapper .contentBox .textBox {
    width: calc(100% - 40px);
    max-width: 100%;
    right: 0;
    top: 0;
    margin-right: 40px;
    margin-left: 0;
  }

  .template-10 .templateWrapper .contentBox .imageBox {
    width: calc(100% - 40px);
    max-width: 100%;
    left: 0;
    margin-top: -40px;
    margin-left: 40px;
    margin-right: 0;
  }

  .template-10.flip-right .templateWrapper .contentBox {
    flex-direction: column-reverse;
  }

  .template-10.flip-right .templateWrapper .contentBox .textBox {
    width: calc(100% - 40px);
    max-width: 100%;
    left: 0;
    bottom: 0;
    margin-left: 0;
    margin-right: 40px;
    z-index: 5;
  }

  .template-10.flip-right .templateWrapper .contentBox .imageBox {
    width: calc(100% - 40px);
    max-width: 100%;
    left: 0;
    top: 0;
    right: 0;
    margin-bottom: -40px;
    margin-left: 40px;
    margin-right: auto;
    margin-top: 0;
  }

  .template-11 .boxContent {
    padding: 40px 0 0;
    width: 100%;
    position: relative;
  }
  .template-11 .boxContent::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .template-11 .boxContent:nth-child(1)::before {
    background: linear-gradient(135deg, #FF1600 0%, #F09 72.47%);
  }
  .template-11 .boxContent:nth-child(2)::before {
    background: linear-gradient(135deg, #01A6FF 0%, #FE0199 64.95%);
  }

  .template-11 .container {
    padding: 0;
  }

  .template-11::before,
.template-11::after {
    display: none;
  }

  .template-11 .boxContent .image {
    margin-top: 24px;
  }

  .template-11 .templateWrapper {
    padding: 0;
    flex-direction: column;
  }

  .template-11 .boxContent .text h3 {
    margin-bottom: 24px;
  }

  .template-12 .templateWrapper {
    padding: 0;
  }

  .template-12 .templateWrapper .contentBox .textBox {
    padding: 60px 27px;
    max-width: 320px;
    margin-right: 40px;
  }

  .template-12.flip-right .templateWrapper .contentBox .textBox {
    margin-left: 40px;
    margin-right: auto;
  }

  .template-13 .templateWrapper .contentBox .textBox {
    max-width: 600px;
    margin: 300px auto 0;
  }

  .template-13 .templateWrapper {
    padding: 0;
  }

  .template-13.flip-up .templateWrapper .contentBox .textBox {
    margin: 0 auto 300px;
  }

  .scContent.template-14 .container {
    max-width: 700px;
    padding: 0 27px;
  }

  .template-14 .templateWrapper {
    padding: 60px 0;
  }

  .template-14 .templateWrapper .contentBox .textBox .text-1 {
    margin-bottom: 200px;
  }

  .scContent.template-15 .templateWrapper {
    padding: 80px 0;
  }
}
@media only screen and (max-width: 767px) {
  .scContent .templateWrapper .contentBox .textBox .text-1 span {
    font-size: 38px;
  }

  .scContent .templateWrapper .contentBox .textBox .text-2 span {
    font-size: 24px;
  }

  .template-1 .templateWrapper .contentBox .textBox {
    max-width: 280px;
    padding-right: 15px;
  }

  .template-1 .templateWrapper .contentBox .textBox .text-1 {
    height: 55%;
    right: calc(-55% + 30px);
    padding-bottom: 15px;
  }

  .scContent .templateWrapper .buttonControl {
    margin-top: 20px;
  }

  .template-1.flip-right .templateWrapper .contentBox .textBox {
    max-width: 410px;
    margin-left: -130px;
  }

  .template-1.flip-right .templateWrapper .contentBox .textBox .text-1 {
    padding-bottom: 15px;
  }

  .template-1 .templateWrapper .contentBox .imageBox .masking,
.template-1.flip-right .templateWrapper .contentBox .imageBox .masking {
    top: 0;
  }

  .template-2 .templateWrapper .contentBox .textBox .text-1 {
    right: 0;
    top: 0;
    left: 0;
  }

  .template-3 .templateWrapper .contentBox .textBox {
    max-width: 270px;
  }

  .template-3.flip-right .templateWrapper .contentBox .textBox {
    max-width: 270px;
    padding-left: 10px;
  }

  .template-3.flip-right .templateWrapper .contentBox .imageBox .masking img {
    left: auto;
    right: -10%;
  }

  .template-4 .templateWrapper .contentBox .textBox {
    max-width: 270px;
  }

  .template-5 .templateWrapper .contentBox .textBox {
    max-width: 270px;
  }

  .template-6 .templateWrapper .contentBox .textBox {
    max-width: 270px;
  }

  .template-7 .templateWrapper .contentBox .imageBox .bdGradient {
    width: 240px;
    height: 336px;
  }

  .template-8 .templateWrapper .contentBox .textBox {
    max-width: 270px;
  }

  .template-9 .templateWrapper .contentBox .imageBox {
    display: flex;
    height: 100%;
  }

  .template-9 .templateWrapper .contentBox {
    align-self: auto;
  }

  .template-10 .templateWrapper .contentBox .textBox .text-1 {
    right: 0;
    top: 0;
    left: 0;
  }

  .template-11 .boxContent .image {
    max-width: 225px;
  }

  .template-11 .boxContent .text h3 {
    font-size: 40px;
    line-height: 125%;
  }
}
@media only screen and (max-width: 480px) {
  .scContent .templateWrapper {
    padding: 40px 0;
  }

  .scContent .templateWrapper .contentBox {
    flex-direction: column;
  }

  .template-1 .templateWrapper .contentBox .textBox {
    height: auto;
    max-width: 100%;
  }

  .scContent .templateWrapper .contentBox .textBox .text-1,
.scContent .templateWrapper .contentBox .textBox .text-2 {
    height: auto;
    padding: 0;
    left: 0;
    right: 0;
    justify-content: flex-start;
    text-align: left;
    align-items: flex-start;
  }

  .scContent .templateWrapper .contentBox .textBox .text-1 {
    margin-bottom: 20px;
  }

  .template-1 .templateWrapper .contentBox .textBox .text-2 .buttonControl {
    justify-content: flex-start;
  }

  .template-1 .templateWrapper .contentBox .imageBox {
    width: 100%;
  }

  .template-1 .templateWrapper .contentBox .imageBox .masking {
    transition: all 0.1s linear 0s;
    padding-top: 68.68%;
    -webkit-mask-image: url(../images/template/masking-temp-1-m.png);
    mask-image: url(../images/template/masking-temp-1-m.png);
    margin-top: 40px;
  }

  .template-1 .templateWrapper .contentBox .imageBox .bgLight {
    top: 58%;
    bottom: 20%;
    left: 29%;
    right: 49%;
  }

  .template-1 .templateWrapper .contentBox .imageBox .boxGradient {
    top: 41%;
    bottom: 40%;
    left: 15%;
    right: 70%;
  }

  .template-1.flip-right .templateWrapper .contentBox .imageBox .bgLight {
    top: 51%;
    bottom: 20%;
    left: 29%;
    right: 49%;
  }

  .template-1.flip-right .templateWrapper .contentBox .imageBox .boxGradient {
    top: 32%;
    bottom: 40%;
    left: 15%;
    right: 70%;
  }

  .template-1.flip-right .templateWrapper .contentBox {
    flex-direction: column-reverse;
  }

  .template-1.flip-right .templateWrapper .contentBox .textBox {
    margin: 40px 0 0;
  }

  .template-1.flip-right .templateWrapper .contentBox .textBox .text-1,
.template-1.flip-right .templateWrapper .contentBox .textBox .text-2 {
    height: auto;
    padding: 0;
    left: 0;
    right: 0;
    justify-content: flex-start;
    text-align: left;
    align-items: flex-start;
    margin: 0;
  }

  .template-1.flip-right .templateWrapper .contentBox .imageBox .masking {
    -webkit-mask-image: url(../images/template/masking-temp-1-m.png);
    mask-image: url(../images/template/masking-temp-1-m.png);
    margin-top: 0;
  }

  .template-2 .templateWrapper .contentBox .textBox {
    padding: 32px 20px;
    margin-left: 20px;
    width: calc(100% - 20px);
    border-radius: 12px;
  }

  .template-2 .templateWrapper .contentBox .textBox .text-1 {
    margin-bottom: 16px;
  }

  .template-2 .templateWrapper .contentBox .imageBox .image {
    height: 435px;
  }

  .template-2 .templateWrapper .contentBox .imageBox {
    margin-top: -20px;
    border-radius: 12px;
  }

  .template-2.flip-right .templateWrapper .contentBox .textBox {
    width: calc(100% - 20px);
    margin-right: 20px;
  }

  .template-3 .templateWrapper .contentBox .imageBox {
    width: 100%;
    height: 280px;
  }

  .template-3 .templateWrapper .contentBox .imageBox .masking {
    width: 380px;
  }

  .template-3 .templateWrapper .contentBox {
    flex-direction: column-reverse;
  }

  .template-3 .templateWrapper .contentBox .imageBox .masking img {
    left: -10%;
  }

  .template-3 .templateWrapper .contentBox .textBox {
    max-width: 100%;
    margin-top: 40px;
  }

  .template-3.flip-right .templateWrapper .contentBox {
    flex-direction: column;
  }

  .template-3.flip-right .templateWrapper .contentBox .textBox {
    margin-top: 0;
    margin-bottom: 40px;
  }

  .template-3.flip-right .templateWrapper .contentBox .imageBox .masking img {
    right: -5%;
  }

  .template-4 .templateWrapper .contentBox {
    flex-direction: column-reverse;
  }

  .template-4 .templateWrapper .contentBox .textBox {
    max-width: 100%;
  }

  .template-4 .templateWrapper .contentBox .imageBox {
    width: 100%;
    margin: 0 0 40px;
  }

  .template-4.flip-right .templateWrapper .contentBox {
    flex-direction: column;
  }

  .template-4.flip-right .templateWrapper .contentBox .imageBox {
    width: 100%;
    margin: 40px 0 0;
  }

  .template-5 .templateWrapper .contentBox {
    flex-direction: column-reverse;
  }

  .template-5 .templateWrapper .contentBox .textBox {
    max-width: 100%;
  }

  .template-5 .templateWrapper .contentBox .imageBox {
    width: 100%;
    margin: 0 0 40px;
  }

  .template-5.flip-right .templateWrapper .contentBox {
    flex-direction: column;
  }

  .template-5.flip-right .templateWrapper .contentBox .imageBox {
    width: 100%;
    margin: 40px 0 0;
  }

  .template-5 .templateWrapper .contentBox .imageBox::before,
.template-5 .templateWrapper .contentBox .imageBox::after {
    width: 50px;
    height: 6px;
  }

  .template-6 .templateWrapper .contentBox {
    flex-direction: column-reverse;
  }

  .template-6 .templateWrapper .contentBox .textBox {
    max-width: 100%;
  }

  .template-6 .templateWrapper .contentBox .imageBox {
    width: 100%;
    margin: 0 0 40px;
  }

  .template-6.flip-right .templateWrapper .contentBox {
    flex-direction: column;
  }

  .template-6.flip-right .templateWrapper .contentBox .imageBox {
    width: 100%;
    margin: 40px 0 0;
  }

  .template-7 .templateWrapper .contentBox .imageBox {
    width: 100%;
    margin-top: 64px;
    margin-left: 0;
  }

  .template-7.flip-right .templateWrapper .contentBox {
    flex-direction: column-reverse;
  }

  .template-7.flip-right .templateWrapper .contentBox .imageBox {
    width: 100%;
    margin: 0 0 64px;
  }

  .template-7 .templateWrapper .contentBox .imageBox .bdGradient {
    width: 243px;
    height: 340px;
  }

  .template-7 .templateWrapper .contentBox .imageBox .bdGradient span {
    -webkit-mask-image: url(../images/template/masking-temp-7-m.png);
    mask-image: url(../images/template/masking-temp-7-m.png);
  }

  .template-8 .templateWrapper .contentBox {
    flex-direction: column-reverse;
  }

  .template-8 .templateWrapper .contentBox .imageBox {
    height: 260px;
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 40px;
  }

  .template-8 .container {
    padding-left: 27px;
    padding-right: 27px;
  }

  .template-8 .templateWrapper .contentBox .textBox {
    max-width: 100%;
    margin: 0 0 10px;
    padding: 0;
  }

  .template-8::after {
    height: 10px;
  }

  .template-8.flip-right .templateWrapper .contentBox {
    flex-direction: column;
  }

  .template-8.flip-right .templateWrapper .contentBox .imageBox {
    margin-top: 40px;
    margin-bottom: 10px;
  }

  .template-9 .templateWrapper .contentBox {
    flex-direction: column-reverse;
    padding: 0;
  }

  .template-9 .templateWrapper .contentBox .imageBox {
    width: 100%;
    height: 260px;
  }

  .template-9 .templateWrapper .contentBox .imageBox .masking img {
    border-radius: 0;
  }

  .template-9 .templateWrapper .contentBox .textBox {
    max-width: 100%;
    padding: 24px 16px 40px;
  }
  .template-9 .templateWrapper .contentBox .textBox .buttonControl {
    justify-content: center;
  }

  .template-9.flip-right .templateWrapper .contentBox {
    flex-direction: column;
  }

  .template-10 .templateWrapper .contentBox .textBox {
    padding: 32px 20px;
    width: calc(100% - 20px);
    margin-right: 20px;
    border-radius: 12px;
  }

  .template-10 .templateWrapper .contentBox .textBox .text-1 {
    margin-bottom: 16px;
  }

  .template-10 .templateWrapper .contentBox .imageBox .image {
    height: 324px;
  }

  .template-10 .templateWrapper .contentBox .imageBox {
    margin-top: -20px;
    border-radius: 12px;
  }

  .template-10 .templateWrapper .contentBox .imageBox {
    bottom: 0;
  }

  .template-10 .templateWrapper .contentBox .imageBox {
    margin-left: 20px;
    width: calc(100% - 20px);
  }

  .template-10.flip-right .templateWrapper .contentBox .imageBox {
    margin-bottom: -20px;
    width: calc(100% - 20px);
    margin-left: 20px;
  }

  .template-10.flip-right .templateWrapper .contentBox .textBox {
    width: calc(100% - 20px);
    margin-right: 20px;
  }

  .template-12 .templateWrapper {
    padding: 0;
  }

  .template-12 .templateWrapper .contentBox {
    flex-direction: column-reverse;
  }

  .template-12 .templateWrapper .contentBox .imageBox {
    position: relative;
    height: 615px;
    width: 100%;
    display: flex;
  }

  .template-12 .templateWrapper .contentBox .imageBox .masking img {
    position: relative;
  }

  .template-12 .templateWrapper .contentBox .textBox {
    margin: -20px auto 20px;
    padding: 32px 27px;
  }

  .template-12.flip-right .templateWrapper .contentBox {
    flex-direction: column;
  }

  .template-12.flip-right .templateWrapper .contentBox .textBox {
    margin-top: 30px;
    margin-bottom: -20px;
    margin-left: auto;
  }

  .template-13 .templateWrapper {
    padding: 0;
  }

  .template-13 .templateWrapper .contentBox {
    flex-direction: column-reverse;
  }

  .template-13 .templateWrapper .contentBox .imageBox {
    position: relative;
    height: 615px;
  }

  .template-13 .templateWrapper .contentBox .textBox {
    max-width: 100%;
    margin: -20px auto 0;
    padding: 32px 46px;
  }

  .template-13 .templateWrapper .contentBox .textBox .text-2 .buttonControl {
    justify-content: flex-start;
  }

  .template-13.flip-up .templateWrapper .contentBox {
    flex-direction: column;
  }

  .template-13.flip-up .templateWrapper .contentBox .textBox {
    margin: 0 auto -20px;
  }

  .template-14 .templateWrapper .contentBox .textBox .text-1 {
    text-align: center;
    margin-bottom: 24px;
  }

  .template-14 .templateWrapper .contentBox .textBox .text-2 {
    flex-direction: column;
  }

  .template-14 .templateWrapper .contentBox .textBox .text-2 span {
    width: 100%;
    text-align: center;
    padding-right: 0;
    justify-content: center;
  }

  .template-14 .templateWrapper .contentBox .textBox .text-2 .buttonControl {
    width: 100%;
    margin-top: 24px;
  }

  .scContent.template-14 .templateWrapper {
    padding: 140px 0;
  }

  .template-15 .templateWrapper .contentBox .textBox .text-2 .buttonControl {
    margin-top: 16px;
  }

  .template-15 .templateWrapper .contentBox .textBox .text-1,
.template-15 .templateWrapper .contentBox .textBox .text-2 {
    text-align: center;
    align-items: center;
  }

  .template-15 .thumbSlider .thumb {
    border-radius: 20px;
  }

  .template-15 .templateWrapper .contentBox {
    margin-bottom: 60px;
  }

  .template-15 .templateWrapper .contentBox .textBox .text-1 {
    margin-bottom: 16px;
  }

  .template-15 {
    background: #FAFAFD;
  }
}
@media (-webkit-device-pixel-ratio: 1.25) {
  .mainBanner,
.reinventWrapper,
.emPowerWrapper,
.digitalWrapper,
.footer-container .footer-nav {
    zoom: 0.75;
  }
}
@media (-webkit-device-pixel-ratio: 1.25) {
  .mainBanner,
.reinventWrapper,
.emPowerWrapper,
.digitalWrapper,
.footer-container .footer-nav {
    zoom: 0.75;
  }

  .templateWrapper {
    zoom: 0.75;
  }
}