body {
  margin: 0;
  padding: 0;
}
.prism-create {
  color: #ffffff;
  font-family: 'Blinker';
  font-weight: normal;
  font-style: normal;
}
.prism-create img {
  max-width: 100%;
}
* {
  box-sizing: border-box;
}
*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
.no-break {
  white-space: nowrap;
}
a {
  text-decoration: none;
}
.prism-create .template h1, .prism-create .template h2, .prism-create .template h3, .prism-create .template p, .prism-create .template ul, .prism-create .template ol {
  margin-bottom: 0px;
}
/* fonts used */
@font-face {
  font-family: 'Blinker';
  src: url('css/fonts/blinker/Blinker-Regular.eot');
  src: url('css/fonts/blinker/Blinker-Regular.eot?#iefix') format('embedded-opentype'), url('css/fonts/blinker/Blinker-Regular.woff2') format('woff2'), url('css/fonts/blinker/Blinker-Regular.woff') format('woff'), url('css/fonts/blinker/Blinker-Regular.ttf') format('truetype'), url('css/fonts/blinker/Blinker-Regular.svg#Blinker-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Blinker';
  src: url('css/fonts/blinker/Blinker-Black.eot');
  src: url('css/fonts/blinker/Blinker-Black.eot?#iefix') format('embedded-opentype'), url('css/fonts/blinker/Blinker-Black.woff2') format('woff2'), url('css/fonts/blinker/Blinker-Black.woff') format('woff'), url('css/fonts/blinker/Blinker-Black.ttf') format('truetype'), url('css/fonts/blinker/Blinker-Black.svg#Blinker-Black') format('svg');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Blinker';
  src: url('css/fonts/blinker/Blinker-Bold.eot');
  src: url('css/fonts/blinker/Blinker-Bold.eot?#iefix') format('embedded-opentype'), url('css/fonts/blinker/Blinker-Bold.woff2') format('woff2'), url('css/fonts/blinker/Blinker-Bold.woff') format('woff'), url('css/fonts/blinker/Blinker-Bold.ttf') format('truetype'), url('css/fonts/blinker/Blinker-Bold.svg#Blinker-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Blinker';
  src: url('css/fonts/blinker/Blinker-Thin.eot');
  src: url('css/fonts/blinker/Blinker-Thin.eot?#iefix') format('embedded-opentype'), url('css/fonts/blinker/Blinker-Thin.woff2') format('woff2'), url('css/fonts/blinker/Blinker-Thin.woff') format('woff'), url('css/fonts/blinker/Blinker-Thin.ttf') format('truetype'), url('css/fonts/blinker/Blinker-Thin.svg#Blinker-Thin') format('svg');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Blinker';
  src: url('css/fonts/blinker/Blinker-SemiBold.eot');
  src: url('css/fonts/blinker/Blinker-SemiBold.eot?#iefix') format('embedded-opentype'), url('css/fonts/blinker/Blinker-SemiBold.woff2') format('woff2'), url('css/fonts/blinker/Blinker-SemiBold.woff') format('woff'), url('css/fonts/blinker/Blinker-SemiBold.ttf') format('truetype'), url('css/fonts/blinker/Blinker-SemiBold.svg#Blinker-SemiBold') format('svg');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Blinker';
  src: url('css/fonts/blinker/Blinker-ExtraLight.eot');
  src: url('css/fonts/blinker/Blinker-ExtraLight.eot?#iefix') format('embedded-opentype'), url('css/fonts/blinker/Blinker-ExtraLight.woff2') format('woff2'), url('css/fonts/blinker/Blinker-ExtraLight.woff') format('woff'), url('css/fonts/blinker/Blinker-ExtraLight.ttf') format('truetype'), url('css/fonts/blinker/Blinker-ExtraLight.svg#Blinker-ExtraLight') format('svg');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Blinker';
  src: url('css/fonts/blinker/Blinker-ExtraLight_1.eot');
  src: url('css/fonts/blinker/Blinker-ExtraLight_1.eot?#iefix') format('embedded-opentype'), url('css/fonts/blinker/Blinker-ExtraLight_1.woff2') format('woff2'), url('css/fonts/blinker/Blinker-ExtraLight_1.woff') format('woff'), url('css/fonts/blinker/Blinker-ExtraLight_1.ttf') format('truetype'), url('css/fonts/blinker/Blinker-ExtraLight_1.svg#Blinker-ExtraLight') format('svg');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
.slick-next, .slick-prev {
  display: inline-block !important;
}
.prism-create .controls a.icon-menu {
  display: none;
}
.prism-create .controls a.icon-share, .prism-create .controls a.icon-share-button, .prism-create div.language-select, .prism-create .controls a.icon-download {
  display: none !important;
}
.prism-create .dis_hide {
  display: none;
}
.prism-create .font_bold {
  font-weight: bold !important;
}
.prism-create .font_semibold {
  font-weight: 600 !important;
}
.prism-create .font_light {
  font-weight: 200 !important;
}
sup {
  vertical-align: top;
  position: relative;
  top: -0.5em;
  font-size: 70%;
}
.prism-create .deep-dive {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 0px;
  height: calc(100%);
  bottom: 0px;
  width: calc(100%);
}
.prism-create .controls a.icon-prev {
  display: none;
  top: 34px;
  left: 200px;
}
.prism-create .controls a.icon-next {
  display: none;
  top: 34px;
  left: 232px;
}
.prism-create .nav {
  width: 400px;
  height: auto;
  max-height: calc(100% - 100px);
  top: 80px;
  left: -400px;
  z-index: 100;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: 0px 0px 9px 2px rgba(0, 0, 0, 0.31);
  -moz-box-shadow: 0px 0px 9px 2px rgba(0, 0, 0, 0.31);
  box-shadow: 0px 0px 9px 2px rgba(0, 0, 0, 0.31);
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  overflow: auto;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background: #1B1B6F;
  overflow: hidden;
}
.prism-create .deep-dive .slider-controls {
  position: absolute;
  background: #ffffff;
}
.prism-create .deep-dive .slider-controls ul.slick-dots li {
  background: #aaaaaa;
}
.prism-create .deep-dive .slider-controls ul.slick-dots li.slick-active {
  background: #ffffff;
}
.prism-create p, .prism-create h1, .prism-create h2, .prism-create h3, .prism-create h4, .prism-create h5, .prism-create h6 {
  margin: 0px;
  padding: 0px;
  font-weight: normal;
}
.prism-create p {}
.prism-create .text-left {
  text-align: left;
}
.prism-create .text-center {
  text-align: center;
}
.prism-create .text-right {
  text-align: right;
}
.prism-create .float-left {
  float: left;
}
.prism-create .float-right {
  float: right;
}
.prism-create .color_black {
  color: #000000 !important;
}
.prism-create .color_white {
  color: #ffffff !important;
}
.prism-create .color_purple {
  color: #4C12A1 !important;
}
.prism-create .color_darkblue {
  color: #1B1B6F !important;
}
.prism-create .color_blue {
  color: #285BC5 !important;
}
.prism-create .color_skyblue {
  color: #3BCFF0 !important;
}
.prism-create .color_orange {
  color: #FD8D62 !important;
}
.prism-create .color_yellow {
  color: #FFCD00 !important;
}
.prism-create .color_green {
  color: #009775 !important;
}
.prism-create .color_purple_light {
  color: #A18CDE !important;
}
.prism-create .bg_darkblue {
  background: #1B1B6F !important;
}
.prism-create .bg_gray {
  background: #F5F5F5;
}
.prism-create .bg_blue {
  background: #285BC5 !important;
}
.prism-create .bg_purple {
  background: #4C12A1 !important;
}
.bg_light_purple {
  background: #A18CDE !important;
}
.mb_0 {
  margin-bottom: 0% !important;
}
.prism-create {
  position: absolute;
  left: 0px;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.prism-create .template {
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  /* background: #E6D8CE;*/
}
.prism-create .fullscreen-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.prism-create .fullscreen-bg-abs {
  position: absolute;
}
.prism-create .fullscreen-bg-video-inner {
  width: 100%;
  height: 100%;
  position: absolute;
}
.prism-create .fullscreen-bg-video {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media (orientation: portrait) {
  .prism-create .video_overlay {
    width: 100% !important;
    min-height: 100% !important;
  }
}
/* template1 css start */
.prism-create .template1 {
  position: relative;
  width: 100%;
  min-height: 100vh;
  background: #000000;
}
.prism-create .logo_top {
  position: absolute;
  z-index: 100000;
  top: 4%;
  left: 7%;
  width: 10%;
}
.prism-create .home_logo {
  width: 24%;
}
.prism-create .home_icon {
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  width: 80px;
  height: 80px;
  cursor: pointer;
  z-index: 999999;
}
.prism-create .template1 .temp1_inner {
  position: relative;
  width: 100%;
  min-height: 100vh;
}
.prism-create .template1 .temp1_inner::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 50%;
  height: 100%;
  opacity: 0.35;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.00) 0%, #000 100%);
  mix-blend-mode: multiply;
}
.prism-create .template1 .temp1_content {
  position: relative;
  width: 86%;
  min-height: 100vh;
  margin: 0px auto;
  z-index: 10000;
  text-align: left;
  padding: 8% 0 5%;
  display: flex;
  align-items: center;
}
.prism-create .template1 .temp1_content .temp1_content_inner {
  width: 65%;
}
.prism-create .template1 .temp1_content h1 {
  font-size: 6vw;
  line-height: 5.5vw;
  margin: 4% 0% 6%;
  color: #ffffff;
}
.btn_default {
  position: relative;
  text-align: center;
  color: #ffffff;
  display: inline-block;
  padding: 0.6vw 1.4vw;
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  font-size: 1vw;
  line-height: 1.4vw;
  background: transparent;
  border: 2px solid #ffffff;
  border-radius: 0.6vw;
  white-space: nowrap;
  font-weight: 600;
}
.btn_default:hover {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border: 2px solid #ffffff;
  color: #000000;
  background: #ffffff;
}
.two_btns {
  margin-right: 1.5%;
}
.btn_default .plus_icon {
  width: 35px;
  display: inline-block;
  vertical-align: middle;
  padding-right: 6px;
  margin-bottom: 2px;
}
.btn_default .plus_icon img {
  float: left;
}
.btn_white {
  background: #ffffff;
  color: #1B1B6F;
  border: 1px solid #1B1B6F;
}
.btn_white:hover {
  background: #1B1B6F;
  color: #ffffff;
  border: 1px solid #1B1B6F;
}
.btn_transparent {
  background: transparent;
  color: #1B1B6F;
  border: 1px solid #1B1B6F;
}
.btn_transparent:hover {
  background: #1B1B6F;
  color: #ffffff;
  border: 1px solid #1B1B6F;
}
.btn_purple {
  background: #A18CDE;
  color: #ffffff;
  border: 1px solid #A18CDE;
  padding: 0.6vw 1vw;
}
.btn_purple:hover {
  background: #1B1B6F;
  color: #ffffff;
  border: 1px solid #1B1B6F;
}
.btn_default_port_show {
  display: none;
}
.prism-create p.port_hide {
  margin: 0% !important;
}
.prism-create .port_show {
  display: none;
}
.prism-create img {
  max-width: 100%;
}
.no-padding {
  padding-bottom: 0 !important;
}
.prism-create .text_uppercase {
  text-transform: uppercase;
}
.prism-create .left_arrow {
  position: absolute !important;
  left: 0%;
  top: 42%;
  height: 100px;
  width: 60px;
  cursor: pointer;
  z-index: 100000;
  display: block !important;
  background-color: rgba(255, 255, 255, 0.60);
}
.prism-create .left_arrow_gray {
  background-color: rgba(0, 0, 0, 0.1);
}
.prism-create .template3 .left_arrow::before {
  background: rgba(0, 0, 0, 0.05);
}
.prism-create .sec_arrow_prev {
  position: absolute !important;
  width: 20px !important;
  left: 20px;
  top: 35px;
  cursor: pointer;
  -webkit-animation: arrow-prev 1.5s infinite ease;
  -moz-animation: arrow-prev 1.5s infinite ease;
  -ms-animation: arrow-prev 1.5s infinite ease;
  -o-animation: arrow-prev 1.5s infinite ease;
  animation: arrow-prev 1.5s infinite ease;
  z-index: 10000;
}
/* Chrome, Safari, Opera */
@-webkit-keyframes arrow-prev {
  0% {
    left: 20px;
  }
  50% {
    left: 14px;
  }
  100% {
    left: 20px;
  }
}
/* Standard syntax */
@keyframes arrow-prev {
  0% {
    left: 20px;
  }
  50% {
    left: 14px;
  }
  100% {
    left: 20px;
  }
}
.prism-create .right_arrow {
  position: absolute !important;
  right: 0%;
  top: 42%;
  height: 100px;
  width: 60px;
  cursor: pointer;
  z-index: 100000;
  display: block !important;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.60);
}
.prism-create .right_arrow_gray {
  background-color: rgba(0, 0, 0, 0.1);
}
.prism-create .sec_arrow_next {
  position: absolute !important;
  width: 20px !important;
  right: 20px;
  top: 35px;
  cursor: pointer;
  -webkit-animation: arrow-next 1.5s infinite ease;
  -moz-animation: arrow-next 1.5s infinite ease;
  -ms-animation: arrow-next 1.5s infinite ease;
  -o-animation: arrow-next 1.5s infinite ease;
  animation: arrow-next 1.5s infinite ease;
  z-index: 10000;
}
/* Chrome, Safari, Opera */
@-webkit-keyframes arrow-next {
  0% {
    right: 20px;
  }
  50% {
    right: 14px;
  }
  100% {
    right: 20px;
  }
}
/* Standard syntax */
@keyframes arrow-next {
  0% {
    right: 20px;
  }
  50% {
    right: 14px;
  }
  100% {
    right: 20px;
  }
}
/* Control nav */
.prism-create .control_nav {
  position: absolute !important;
  bottom: 2%;
  left: 0;
  z-index: 10000;
  width: 100%;
  text-align: center;
}
.prism-create .control_nav .pageno {
  color: #222222;
  font-size: 0.8vw;
  line-height: 1vw !important;
  margin-bottom: 0px !important;
}
.prism-create .left_arrow_mob, .prism-create .right_arrow_mob {
  display: none !important;
}
.prism-create .arrow_port_hide {
  display: block;
}
.prism-create .arrow_port_show {
  display: none;
}
.prism-create .mob_show1 {
  display: none;
}
@media (min-width: 1440px) and (max-width: 1800px) and (min-height: 780px) {
  .prism-create .template1 .temp1_content h1 {
    font-size: 6.5vw;
    line-height: 5.5vw;
    margin: 4% 0% 5%;
  }
  .prism-create .template1 .temp1_content p {
    font-size: 1.4vw;
    line-height: 2vw;
  }
  .prism-create .logo_top {
    width: 12%;
  }
  .btn_default {
    padding: 0.6vw 1.6vw;
    font-size: 1.2vw;
    line-height: 1.6vw;
    border-radius: 0.6vw;
  }
}
@media (max-width: 1440px) {
  .prism-create .home_icon {
    width: 60px;
  }
  .prism-create .controls a.icon-menu {
    top: 70px;
    width: 60px;
    height: 60px;
  }
  .prism-create .nav .title h3 {
    font-size: 30px;
    height: 60px;
    line-height: 60px;
  }
  .prism-create .nav a.icon-close {
    top: 18px;
  }
  .prism-create .nav li a span {
    font-size: 18px;
    line-height: 24px;
  }
  .prism-create .nav li a {
    padding: 1% 10%;
    font-size: 14px;
    line-height: 18px;
  }
}
@media (min-width: 1800px) {
  .prism-create .sec_arrow_prev {
    width: 20px !important;
  }
  .prism-create .sec_arrow_next {
    width: 20px !important;
  }
}
@media (min-width: 1440px) and (max-width: 1800px) and (min-height: 780px) {
  .prism-create .template1 .temp1_content .temp1_content_inner {
    width: 62%;
  }
}
@media (max-width: 1280px) and (min-height: 650px) {
  .prism-create .template1 .temp1_content h1 {}
  .prism-create .template1 .temp1_content p {
    font-size: 1.6vw;
    line-height: 2vw;
    margin: 3% 0% 11vw;
  }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (min-device-height: 800px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .prism-create .template1 {
    overflow: hidden !important;
  }
  .prism-create .template1 .temp1_content {}
  .prism-create .mob_hide {
    display: none;
  }
  .prism-create .mob_show {
    display: block;
  }
  .btn_default .arrow_icon {
    width: 0.5vw;
  }
  .prism-create .logo_top {
    top: 4%;
    width: 13%;
  }
  .prism-create .template1 .temp1_content .temp1_content_inner {
    width: 70%;
    margin-top: 4%;
  }
  .prism-create .template1 .temp1_content h1 {
    font-size: 7vw;
    line-height: 6vw;
    margin-bottom: 5%;
  }
  .prism-create .template1 .temp1_content p {
    font-size: 1.6vw;
    line-height: 2.2vw;
    margin: 3% 0% 4vw;
  }
  .btn_default {
    padding: 0.7vw 1.2vw;
    font-size: 1.1vw;
    line-height: 1.5vw;
  }
}
@media (max-width: 1024px) {
  .prism-create .template1 {
    height: 100vh;
  }
  .btn_default {
    /*padding: 1.2vw 2vw;
    font-size: 1.5vw;
    line-height: 2vw;*/
  }
}
@media (max-width: 1366px) and (max-height: 650px) {
  .prism-create .logo_top {
    top: 5%;
    left: 7%;
    width: 10%;
  }
}
@media (max-width: 1024px) and (min-height: 650px) {}
@media (max-width: 990px) {
  .prism-create .home_icon {
    width: 40px;
    position: fixed;
  }
  .prism-create .controls a.icon-menu {
    top: 50px;
    width: 40px;
    height: 40px;
  }
  .prism-create .control_nav {
    bottom: 20px;
  }
  .prism-create .control_nav p.pageno {
    font-size: 14px !important;
  }
  .prism-create .nav .title h3 {
    font-size: 20px;
    height: 48px;
    line-height: 50px;
  }
  .prism-create .nav a.icon-close {
    top: 12px;
  }
}
@media only screen and (min-device-width: 812px) and (max-device-width: 812px) {}
@media (max-width: 767px) {}
@media (orientation: portrait) {
  .prism-create .template1 {
    overflow: hidden;
  }
  .prism-create .port_hide {
    display: none;
  }
  .prism-create .port_show {
    display: block;
  }
  .prism-create .template1 .temp1_content {
    padding: 10% 0%;
    width: 80%;
  }
  .prism-create .template1 .temp1_content .temp1_content_inner {
    width: 90%;
  }
  .prism-create .template1 .temp1_inner {}
  .prism-create .mob_hide, .prism-create .mob_show, .prism-create .hide_break {
    display: none;
  }
  .btn_default_port_show {
    display: block;
  }
  .prism-create .mob_hide_full {
    display: none;
  }
  .prism-create .mob_show1 {
    display: block;
  }
  .prism-create .left_arrow, .prism-create .right_arrow {
    display: block !important;
    position: fixed !important;
  }
  .prism-create .template .left_arrow, .prism-create .template .right_arrow {
    display: none !important;
  }
  .prism-create .control_nav {
    position: relative !important;
    left: inherit;
    z-index: 10000;
    width: 100%;
    text-align: center;
    bottom: inherit;
    margin-bottom: 40px;
    margin-top: 20px;
  }
  .prism-create .template1 .control_nav, .prism-create .template2 .control_nav, .prism-create .template7 .control_nav, .prism-create .template8 .control_nav, .prism-create .template25 .control_nav, .prism-create .template27 .control_nav, .prism-create .template29 .control_nav, .prism-create .template34 .control_nav {
    position: absolute !important;
    bottom: 0%;
    left: 0;
    z-index: 10000000;
    width: 100%;
    text-align: center;
  }
  .prism-create .template .footer_section p {
    color: #232323;
  }
  .prism-create .template .control_nav .pageno {
    color: #232323 !important;
  }
  .prism-create .template1 .control_nav .pageno, .prism-create .template2 .control_nav .pageno, .prism-create .template4 .control_nav .pageno, .prism-create .template7 .control_nav .pageno, .prism-create .template8 .control_nav .pageno, .prism-create .template25 .control_nav .pageno, .prism-create .template26 .control_nav .pageno, .prism-create .template27 .control_nav .pageno, .prism-create .template29 .control_nav .pageno, .prism-create .template34 .control_nav .pageno {
    color: #ffffff !important;
  }
  .prism-create .color_white {
    color: #232323;
  }
  .prism-create .control_nav p.pageno {
    font-size: 2.5vw !important;
  }
  .prism-create .arrow_port_hide {
    display: none;
  }
  .prism-create .arrow_port_show {
    display: block;
  }
  .prism-create .logo_top {
    top: 4%;
    width: 25%;
    left: 10%;
  }
  .prism-create .template1 .temp1_content h1 {
    font-size: 10vw;
    line-height: 10vw;
    margin-bottom: 7%;
  }
  .prism-create .template1 .temp1_content p {
    font-size: 3.2vw;
    line-height: 4vw;
    margin: 3% 0% 4vw;
  }
  .temp1_footer_text {
    bottom: 10%;
    font-size: 2vw;
    line-height: 3vw;
  }
  .btn_default {
    padding: 1.5vw 3vw;
    font-size: 3vw;
    line-height: 4vw;
    white-space: normal;
    border-radius: 1.2vw;
  }
  .two_btns {
    margin-right: 1.5%;
    margin-bottom: 3%;
  }
  .btn_active_nav {
    text-align: left;
    padding: 2vw 5vw 1.6vw;
  }
  .btn_white {
    border: 1px solid #1B1B6F;
    color: #1B1B6F;
  }
  .btn_white:hover {
    background: #1B1B6F;
    color: #ffffff;
  }
  .prism-create .left_arrow_mob, .prism-create .right_arrow_mob {
    display: block;
  }
  .prism-create .mob_fixed_bot_nav {
    position: fixed;
    width: 100%;
    height: 50px;
    bottom: 0px;
    left: 0px;
    z-index: 1000000;
    background-color: rgba(0, 0, 0, 0.1);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
  }
  .prism-create .nav {
    max-height: calc(100% - 0px);
    top: 55px !important;
    bottom: inherit !important;
    padding-bottom: 10px;
  }
  .prism-create .right_arrow_mob {
    position: fixed;
    right: 0%;
    width: 56px;
    bottom: 5px;
  }
  .prism-create .left_arrow_mob {
    position: fixed;
    right: 34%;
    width: 56px;
    bottom: 5px;
  }
  .btn_default .arrow_icon_right {
    width: 1.5vw;
    margin-top: 2px !important;
  }
  .btn_default .arrow_icon {
    width: 1.2vw;
  }
}
@media (max-width: 768px) {}
@media (max-width: 480px) {
  .prism-create .logo_top {
    top: 3%;
    width: 35%;
    left: 8%;
  }
  .prism-create .template1 .temp1_content {
    padding: 10% 0;
    width: 80%;
  }
  .prism-create .template1 .temp1_content .temp1_content_inner {
    width: 100%;
  }
  .prism-create .sec_arrow_next {
    width: 20px !important;
  }
  .prism-create .sec_arrow_prev {
    width: 20px !important;
  }
  .prism-create .template1 .temp1_content h1 {
    font-size: 13vw;
    line-height: 13vw;
    margin: 0% 0 8%;
  }
  .prism-create .template1 .temp1_inner::before {
    height: 80%;
  }
  .prism-create .control_nav {}
  .prism-create .control_nav p.pageno {
    font-size: 3vw !important;
  }
  .prism-create .template2 .control_nav {
    position: relative !important;
    left: inherit;
    z-index: 10000;
    width: 100%;
    text-align: center;
    bottom: inherit;
    margin-bottom: 40px;
    margin-top: 20px;
  }
  .prism-create .template1 .temp1_content .temp1_content_sec {
    margin: 5% 0 13%;
  }
  .prism-create .template1 .temp1_content p {
    font-size: 4.5vw;
    line-height: 5.5vw;
  }
  .btn_default {
    padding: 2vw 6vw;
    font-size: 4vw;
    line-height: 5vw;
    border-radius: 2.2vw;
    display: inline-flex;
    align-items: center;
    margin-bottom: 20px;
  }
  .btn_default .plus_icon {
    width: 40px;
	  padding-right: 10px;
  }
  .btn_white {
    width: auto;
    min-width: 60%;
    white-space: nowrap;
  }
  .prism-create .home_logo {
    width: 60%;
  }
  .prism-create .sec_arrow_next {
    width: 20px !important;
  }
  .prism-create .sec_arrow_prev {
    width: 20px !important;
  }
  .prism-create .left_arrow, .prism-create .right_arrow {
    top: 47%;
    height: 60px;
    width: 28px;
    display: block !important;
    position: fixed !important;
  }
  .prism-create .left_arrow {
    right: 20%;
    left: inherit;
  }
  .prism-create .template .left_arrow, .prism-create .template .right_arrow {
    top: 47%;
    height: 60px;
    width: 28px;
    display: none !important;
  }
  .prism-create .sec_arrow_next {
    width: 15px;
  }
  .prism-create .top_sec_img {
    height: 20vh;
  }
  .prism-create .sec_arrow_prev {
    width: 12px !important;
    left: 4px;
    top: 20px;
    -webkit-animation: arrow-prev 1.5s infinite ease;
    -moz-animation: arrow-prev 1.5s infinite ease;
    -ms-animation: arrow-prev 1.5s infinite ease;
    -o-animation: arrow-prev 1.5s infinite ease;
    animation: arrow-prev 1.5s infinite ease;
  }
  /* Chrome, Safari, Opera */
  @-webkit-keyframes arrow-prev {
    0% {
      left: 4px;
    }
    50% {
      left: 8px;
    }
    100% {
      left: 4px;
    }
  }
  /* Standard syntax */
  @keyframes arrow-prev {
    0% {
      left: 4px;
    }
    50% {
      left: 8px;
    }
    100% {
      left: 4px;
    }
  }
  .prism-create .sec_arrow_next {
    width: 12px !important;
    right: 4px;
    top: 20px;
    -webkit-animation: arrow-next 1.5s infinite ease;
    -moz-animation: arrow-next 1.5s infinite ease;
    -ms-animation: arrow-next 1.5s infinite ease;
    -o-animation: arrow-next 1.5s infinite ease;
    animation: arrow-next 1.5s infinite ease;
  }
  /* Chrome, Safari, Opera */
  @-webkit-keyframes arrow-next {
    0% {
      right: 4px;
    }
    50% {
      right: 8px;
    }
    100% {
      right: 4px;
    }
  }
  /* Standard syntax */
  @keyframes arrow-next {
    0% {
      right: 4px;
    }
    50% {
      right: 8px;
    }
    100% {
      right: 4px;
    }
  }
  .prism-create .line_hor {
    width: 9%;
  }
  .btn_default .arrow_icon {
    width: 1.5vw;
  }
  .btn_default .arrow_icon_right {
    margin-top: 0px !important;
  }
}
@media (max-height: 450px) {
  .prism-create {
    min-height: 100%;
    overflow: auto;
    height: 100vh;
  }
  .prism-create .template1 .temp1_content h1 {
    margin: 3% 0%;
  }
  .prism-create .control_nav p.pageno {
    font-size: 10px !important;
  }
  .btn_default {
    padding: 0.6vw 1vw;
    font-size: 1vw;
    line-height: 1.4vw;
  }
  .prism-create .home_logo {
    min-width: 150px;
  }
  .prism-create .mob_hide {
    display: none;
  }
  .prism-create .mob_show {
    display: none;
  }
  .prism-create .left_arrow, .prism-create .right_arrow {
    top: 44%;
    height: 60px;
    width: 28px;
  }
  .prism-create .template .left_arrow, .prism-create .template .right_arrow {
    top: 44%;
    height: 60px;
    width: 28px;
  }
  .prism-create .sec_arrow_next {
    width: 15px;
  }
  .btn_active_nav {}
  .btn_default .arrow_icon {
    margin-right: 0px;
  }
  .prism-create .sec_arrow_prev {
    width: 12px !important;
    left: 4px;
    top: 20px;
    -webkit-animation: arrow-prev 1.5s infinite ease;
    -moz-animation: arrow-prev 1.5s infinite ease;
    -ms-animation: arrow-prev 1.5s infinite ease;
    -o-animation: arrow-prev 1.5s infinite ease;
    animation: arrow-prev 1.5s infinite ease;
  }
  /* Chrome, Safari, Opera */
  @-webkit-keyframes arrow-prev {
    0% {
      left: 4px;
    }
    50% {
      left: 8px;
    }
    100% {
      left: 4px;
    }
  }
  /* Standard syntax */
  @keyframes arrow-prev {
    0% {
      left: 4px;
    }
    50% {
      left: 8px;
    }
    100% {
      left: 4px;
    }
  }
  .prism-create .sec_arrow_next {
    width: 12px !important;
    right: 4px;
    top: 20px;
    -webkit-animation: arrow-next 1.5s infinite ease;
    -moz-animation: arrow-next 1.5s infinite ease;
    -ms-animation: arrow-next 1.5s infinite ease;
    -o-animation: arrow-next 1.5s infinite ease;
    animation: arrow-next 1.5s infinite ease;
  }
  /* Chrome, Safari, Opera */
  @-webkit-keyframes arrow-next {
    0% {
      right: 4px;
    }
    50% {
      right: 8px;
    }
    100% {
      right: 4px;
    }
  }
  /* Standard syntax */
  @keyframes arrow-next {
    0% {
      right: 4px;
    }
    50% {
      right: 8px;
    }
    100% {
      right: 4px;
    }
  }
}
/* template1 css end */
/* template2 css start */
.prism-create .template2 {
  position: relative;
  width: 100%;
  min-height: 100vh;
  background: #000000;
}
.prism-create .template2 .temp2_inner {
  position: relative;
  width: 100%;
  min-height: 100vh;
}
.prism-create .template2::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.5;
  background: #000000;
  mix-blend-mode: multiply;
  z-index: 1;
}
.prism-create .template2 .temp2_content {
  position: relative;
  width: 100%;
  min-height: 100vh;
  margin: 0px auto;
  z-index: 10000;
  text-align: left;
  padding: 6% 8% 8%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-flow: row wrap;
}
.prism-create .template2 .temp2_content .temp2_five_cols {
  width: 15vw;
  height: 15vw;
  border-radius: 1.5vw;
  border: 3px solid #ffffff;
  padding: 1% 2% 2%;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.prism-create .template2 .temp2_content .temp2_five_cols:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.prism-create .template2 .temp2_content .temp2_five_cols .temp2_thick_line {
  position: absolute;
  height: 1%;
  width: 110%;
  top: 50%;
  left: -5%;
  background: #ffffff;
  rotate: -45deg;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.prism-create .template2 .temp2_content .temp2_five_cols:hover .temp2_thick_line {
  rotate: 0deg;
  width: 90%;
  left: 5%;
}
.prism-create .template2 .temp2_content .temp2_five_cols .temp2_innner_box_text {
  position: absolute;
  bottom: 9%;
  right: 10%;
  width: 55%;
  text-align: right;
}
.prism-create .template2 .temp2_content .temp2_five_cols .temp2_innner_box_text_big {
  width: 58%;
}
.prism-create .template2 .temp2_content h3 {
  font-size: 5vw;
  line-height: 5vw;
  font-weight: 400;
}
.prism-create .template2 .temp2_content h4 {
  font-size: 1.6vw;
  line-height: 1.8vw;
  font-weight: 300;
}
.prism-create .template2 .temp2_navigation {}
.prism-create .template2 .temp2_navigation p {
  font-size: 2vw;
  line-height: 3vw;
  font-weight: 600;
  cursor: pointer;
  position: relative;
}
.prism-create .template2 .temp2_navigation p span {
  position: relative;
  z-index: 10;
}
.prism-create .logo_bottom {
  position: absolute;
  width: 7%;
  bottom: 3%;
  left: 3.5%;
  z-index: 100;
}
.prism-create .footer_text_all {
  position: absolute;
  width: 30%;
  right: 4%;
  bottom: 4%;
  text-align: right;
  z-index: 3;
}
.prism-create .footer_text_all h6 {
  font-size: 0.9vw !important;
  line-height: 1.3vw !important;
  color: #000000;
  font-style: normal !important;
  margin-bottom: 0px !important;
}
.prism-create .footer_text_all h6 span {
  width: 1.5px;
  display: inline-block;
  background: #000000;
  height: 1.2vw;
  margin: 0% 10px;
  margin-bottom: -7px;
}
.prism-create .footer_text_all h6.color_white span {
  background: #ffffff;
}
@media (min-width: 1440px) and (max-width: 1800px) and (min-height: 780px) {
  .prism-create .template2 .temp2_content h2 {}
  .prism-create .template2 .temp2_content p {}
  .prism-create .template2 .temp2_navigation p {
    margin: 6% 0%;
  }
}
@media (max-width: 1440px) {}
@media (min-width: 1800px) {}
@media (max-width: 1280px) and (min-height: 650px) {
  .prism-create .template2 .temp2_content h2 {}
  .prism-create .template2 .temp2_content p {}
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (min-device-height: 800px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .prism-create .template2 {
    overflow: hidden !important;
  }
  .prism-create .template2 .temp2_content {}
  .prism-create .template2 .temp2_content h2 {
    font-size: 5.5vw;
    line-height: 6.5vw;
  }
}
@media (max-width: 1024px) {
  .prism-create .template2 {
    height: 100vh;
  }
}
@media (max-width: 1366px) and (max-height: 650px) {}
@media (max-width: 1024px) and (min-height: 650px) {}
@media (max-width: 990px) {}
@media only screen and (min-device-width: 812px) and (max-device-width: 812px) {}
@media (max-width: 767px) {}
@media (orientation: portrait) {
  .prism-create .template2 {
    overflow: hidden;
    min-height: auto;
    height: 100vh;
  }
  .prism-create .template2 .temp2_inner {
    overflow: auto;
    min-height: auto;
    height: 100vh;
  }
  .prism-create .logo_bottom {
    width: 22% !important;
    bottom: 60px !important;
    left: 10% !important;
  }
  .prism-create .footer_text_all {
    width: 45% !important;
    right: 10% !important;
    bottom: 70px !important;
  }
  .prism-create .template2 .temp2_content {
    margin: 0px auto;
    padding: 8% 14% 20%;
    align-items: flex-start;
  }
  .prism-create .template2 .temp2_content .temp2_content_inner {
    width: 90%;
  }
  .prism-create .template2 .temp2_content .temp2_five_cols {
    width: 320px;
    height: 320px;
    margin: 3% 0;
    border-radius: 3vw;
  }
  .prism-create .template2 .temp2_content .temp2_five_cols .temp2_innner_box_text {
    width: 60%;
}	
  .prism-create .template2 .temp2_content h4 {
    font-size: 3.5vw;
    line-height: 4vw;
  }
  .prism-create .template2 .temp2_content h3 {
    font-size: 9vw;
    line-height: 9vw;
  }
  .prism-create .footer_text_all h6 {
    font-size: 2.5vw !important;
    line-height: 3.5vw !important;
  }
  .prism-create .footer_text_all h6 span {
    width: 1.5px !important;
    height: 3vw !important;
    margin-bottom: -7px !important;
  }
	.prism-create .template30 .logo_bottom, .prism-create .template31 .logo_bottom, .prism-create .template32 .logo_bottom, .prism-create .template33 .logo_bottom {
        position: relative;
        width: 19%;
        bottom: inherit !important;
        left: 10% !important;
    }
    .prism-create .template30 .footer_text_all, .prism-create .template31 .footer_text_all, .prism-create .template32 .footer_text_all, .prism-create .template33 .footer_text_all {
        position: absolute;
        width: 50% !important;
        right: 10% !important;
        bottom: inherit !important;
        margin-top: -4%;
    }	
}
@media (max-width: 820px) and (min-height: 600px) {
  .prism-create .template2 .temp2_content .temp2_five_cols {
    width: 300px;
    height: 300px;
    margin: 2% 0;
  }
  .prism-create .template2 .temp2_content {
    padding: 10% 10% 17%;
  }
}
@media (max-width: 768px) {
  .prism-create .template2 .temp2_content .temp2_five_cols {
    width: 280px;
    height: 280px;
    margin: 4% auto;
  }
  .prism-create .template2 .temp2_content {
    padding: 14% 10% 20%;
  }
}
@media (max-width: 480px) {
  .prism-create .template2 {
    overflow: auto;
  }
  .prism-create .template2 .temp2_content {
    display: block;
  }
  .prism-create .template2 .temp2_content .temp2_five_cols {
    width: 200px;
    height: 200px;
    margin: 6% auto;
  }
      .prism-create .template2 .temp2_content .temp2_five_cols .temp2_innner_box_text {
        width: 55%;
    }	
  .prism-create .template2 .temp2_content .temp2_content_inner {
    width: 100%;
  }
  .prism-create .template2 .temp2_content h2 {
    font-size: 12vw;
    line-height: 13vw;
    margin: 0% 0 5%;
  }
  .prism-create .template2 .temp2_content .temp2_content_left, .prism-create .template2 .temp2_content .temp2_content_right {
    margin-bottom: 15%;
  }
  .prism-create .template2 .temp2_content .temp2_content_sec {
    margin: 5% 0 13%;
  }
  .prism-create .template2 .temp2_content p {
    font-size: 5.5vw;
    line-height: 6.5vw;
    margin: 6% 0;
  }
  .prism-create .template2 .temp2_content h4 {
    font-size: 5vw;
    line-height: 5.4vw;
  }
  .prism-create .template2 .temp2_content h3 {
    font-size: 11vw;
    line-height: 11vw;
  }
  .prism-create .logo_bottom {
    width: 28% !important;
    bottom: 30px !important;
  }
  .prism-create .footer_text_all {
    bottom: 40px !important;
	width: 32% !important;  
  }
  .prism-create .footer_text_all h6 {
    font-size: 3.5vw !important;
    line-height: 4.5vw !important;
  }
    .prism-create .template30 .footer_text_all, .prism-create .template31 .footer_text_all, .prism-create .template32 .footer_text_all, .prism-create .template33 .footer_text_all {
        margin-top: -7%;
    }
}
@media (max-width: 380px) and (max-height: 670px) {
	
}
@media (max-height: 700px) and (max-width: 480px) {
  .prism-create .template2 .temp2_content {
    padding: 20% 0;
  }
}
@media (max-height: 450px) {
  .prism-create .template2 .temp2_content h1 {
    margin: 3% 0%;
  }
	.prism-create .template2 .temp2_content .temp2_five_cols .temp2_innner_box_text {
        width: 55%;
    }
}
/* template2 css end */
/* template3 css start */
.prism-create .template3 {
  position: relative;
  width: 100%;
  min-height: 100vh;
  background: #ffffff;
}
.prism-create .template3 .temp3_inner {
  position: relative;
  width: 100%;
  min-height: 100vh;
}
.prism-create .template3 .temp3_content {
  position: relative;
  width: 100%;
  min-height: 100vh;
  margin: 0px auto;
  z-index: 10000;
  padding: 2% 8%;
  display: flex;
  align-items: center;
}
.prism-create .template3 .temp3_content .temp3_five_cols {
  display: flex;
  width: 100%;
  justify-content: space-evenly;
  margin: 0px auto;
  margin: 2% 0;
}
.prism-create .template3 .temp3_content .temp3_fivecols_inner {
  width: 22%;
  border-radius: 1.5vw;
  border: 1.137px solid #000000;
  background: #ffffff;
  padding: 1.5%;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.prism-create .template3 .temp3_content .temp3_fivecols_inner .page3_icons {
  width: 100%;
  margin-bottom: 4%;
}
.prism-create .template3 .temp3_content .temp3_fivecols_inner .page3_icons img {
  width: 30%;
  height: 4vw;
  object-position: left;
  object-fit: contain;
}
.prism-create .template3 .temp3_content h4 {
  font-size: 3.8vw;
  line-height: 4.8vw;
  font-weight: 600;
  color: #FF1F3E;
  margin-bottom: 1%;
  text-align: center;
}
.prism-create .template3 .temp3_content h5 {
  font-size: 1.4vw;
  line-height: 1.8vw;
  font-weight: 600;
  color: #000000;
  width: 80%;
  text-align: center;
  margin: 0px auto;
  margin-bottom: 1.5%;
}
.prism-create .template3 .temp3_content p {
  font-size: 1vw;
  line-height: 1.4vw;
  font-weight: 600;
  color: #000000;
  text-align: center;
}
.prism-create .template3 .temp3_content .temp3_fivecols_inner p {
  text-align: left;
}
.prism-create .template3 .temp3_content p.font_regular {
  font-weight: 400;
}
.prism-create .template3 .temp3_content .individual_source_text {
  margin-top: 2%;
  color: #000000;
}
.prism-create .template3 .temp3_content .individual_source_text h6 {
  font-size: 0.6vw;
  line-height: 1vw;
  width: 88%;
  margin: 0px auto;
}
@media (min-width: 1440px) and (max-width: 1800px) and (min-height: 780px) {
  .prism-create .template3 .temp3_content p {
    font-size: 1.2vw;
    line-height: 1.6vw;
  }
  .prism-create .template3 .temp3_content .temp3_fivecols_inner {
    width: 17.5%;
  }
  .prism-create .template3 .temp3_content .individual_source_text h6 {
    font-size: 0.8vw;
    line-height: 1.2vw;
  }
  .prism-create .template3 .temp3_content h4 {
    margin-bottom: 2%;
  }
}
@media (max-width: 1440px) {}
@media (min-width: 1800px) {}
@media (max-width: 1280px) and (min-height: 650px) {}
@media (max-width: 1366px) and (max-height: 700px) {
  .prism-create .template3 .temp3_content .temp3_five_cols {
    margin-top: 2%;
  }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (min-device-height: 800px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .prism-create .template3 {
    overflow: hidden !important;
  }
}
@media (max-width: 1024px) {
  .prism-create .template3 {
    height: 100vh;
  }
}
@media (max-width: 1366px) and (max-height: 650px) {}
@media (max-width: 1024px) and (min-height: 650px) {}
@media (max-width: 990px) {}
@media only screen and (min-device-width: 812px) and (max-device-width: 812px) {}
@media (max-width: 767px) {}
@media (orientation: portrait) {
  .prism-create .template3 .temp3_content {
    padding: 14% 10% 20%;
    width: 100%;
  }
  .prism-create .template3 .temp3_content .temp3_content_inner {
    width: 90%;
  }
  .prism-create .template3 .temp3_content p {
    font-size: 2.5vw;
    line-height: 3.5vw;
    padding: 0%;
    margin: 4% 0% 6%;
  }
  .prism-create .template3 .temp3_content h4 {
    font-size: 8vw;
    line-height: 9vw;
    margin-bottom: 6%;
  }
  .prism-create .template3 .temp3_content h5 {
    font-size: 3.5vw;
    line-height: 4.5vw;
    width: 100%;
    margin-bottom: 4%;
  }
  .prism-create .template3 .temp3_content .temp3_five_cols {
    justify-content: space-between;
    margin-top: 0%;
    flex-flow: row wrap;
  }
  .prism-create .template3 .temp3_content .temp3_fivecols_inner {
    width: 47%;
    padding: 4% 2% 2% 4%;
    margin-right: 0%;
    margin-bottom: 6%;
    border-radius: 3.5vw;
  }
  .prism-create .template3 .temp3_content .temp3_fivecols_inner .page3_icons img {
    height: 10vw;
  }
  .prism-create .template3 .temp3_content .individual_source_text h6 {
    font-size: 2vw;
    line-height: 4vw;
  }
}
@media (max-width: 768px) {}
@media (max-width: 480px) {
  .prism-create .template3 .temp3_content {
    padding: 14% 10% 150px;
    display: block;
  }
  .prism-create .template3 .temp3_content .temp3_content_inner {
    width: 100%;
  }
  .prism-create .template3 .temp3_content h2 {
    font-size: 12vw;
    line-height: 13vw;
    margin: 0% 0 5%;
  }
  .prism-create .template3 {
    overflow: auto;
  }
  .prism-create .template3 .temp3_content p {
    font-size: 4.5vw;
    line-height: 5.5vw;
    margin: 35px 0% 50px;
  }
  .prism-create .template3 .temp3_content h4 {
    font-size: 10vw;
    line-height: 11vw;
    margin-bottom: 8%;
  }
  .prism-create .template3 .temp3_content h5 {
    font-size: 5vw;
    line-height: 6vw;
    margin-bottom: 8%;
  }
  .prism-create .template3 .temp3_content .temp3_fivecols_inner .page3_icons img {
    height: 70px;
  }
  .prism-create .template3 .temp3_content .temp3_fivecols_inner {
    width: 100%;
    padding: 8% 2% 8% 6%;
    margin-right: 0%;
    margin-bottom: 30px;
    border-radius: 4.5vw;
  }
  .prism-create .template3 .temp3_content p {
    margin: 20px 0% 10px;
  }
  .prism-create .template3 .temp3_content .temp3_five_cols {
    margin: 30px auto 0px;
    width: 100%;
  }
  .prism-create .template3 .temp3_content .individual_source_text h6 {
    font-size: 2.4vw;
    line-height: 5vw;
    width: 100%;
  }
}
@media (max-height: 700px) and (max-width: 480px) {
  .prism-create .template3 .temp3_content {
    padding: 20% 0;
  }
}
@media (max-height: 450px) {
  .prism-create .template3 .temp3_content h1 {
    margin: 3% 0%;
  }
  .prism-create .template3 .temp3_content .temp3_five_cols {
    margin-top: 2.5%;
  }
  .prism-create .template3 .temp3_content .temp3_fivecols_inner {
    border-radius: 14.5px;
  }
}
/* template3 css end */
/* template4 css start */
.prism-create .template4 {
  position: relative;
  width: 100%;
  min-height: 100vh;
  background: #1B1B6F;
  overflow: hidden;
}
.prism-create .template4 .temp4_bg {
  width: 113%;
  height: 35vh;
  background: #ffffff;
  position: absolute;
  bottom: 0%;
  left: -6.5%;
  border-top-left-radius: 20vw;
  border-top-right-radius: 20vw;
  z-index: 0;
  -webkit-transition: all 1s linear;
  -moz-transition: all 1s linear;
  -o-transition: all 1s linear;
  transition: all 1s linear;
}
.prism-create .template4 .temp4_content {
  position: relative;
  width: 100%;
  min-height: 100vh;
  padding: 3% 2% 6%;
  margin: 0px auto;
  display: flex;
  align-items: center;
}
.prism-create .template4 .temp4_content .temp4_content_inner {
  width: 100%;
}
.prism-create .template4 .temp4_fourcols {
  width: 100%;
  margin-top: 8%;
}
.prism-create .template4 .temp4_fourcols .inner_all_cols {
  width: 100%;
  background: #ffffff;
  border-radius: 2vw;
  padding: 6% 6%;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  min-height: 42vh;
}
.prism-create .template4 .temp4_content h3 {
  font-size: 2.8vw;
  line-height: 3.2vw;
  color: #ffffff;
  margin: 0px auto;
  text-align: center;
  margin-bottom: 2%;
}
.prism-create .template4 .temp4_content h4 {
  font-size: 1.4vw;
  line-height: 1.8vw;
  color: #ffffff;
  width: 65%;
  margin: 0px auto;
  margin-bottom: 4%;
  text-align: center;
}
.prism-create .template4 .temp4_content h5 {
  font-size: 1.2vw;
  line-height: 1.6vw;
  color: #FF1F3E;
  margin-top: 2%;
  margin-bottom: 2%;
}
.prism-create .template4 .temp4_content p {
  font-size: 1vw;
  line-height: 1.4vw;
  color: #000000;
}
.prism-create .template4 .temp4_content p span {
  color: #1B1B6F;
}
.prism-create .template4 .temp4_fourcols .inner_all_cols p {
  margin-bottom: 4%;
}
.prism-create .template4 .temp4_content p.temp4_fourcols_icons {
  width: 25%;
  margin: 0px;
}
@media (min-width: 1800px) {}
@media (min-width: 1440px) and (max-width: 1800px) and (min-height: 780px) {
  .prism-create .template4 .temp4_content h5 {
    font-size: 1.4vw;
    line-height: 1.8vw;
  }
  .prism-create .template4 .temp4_content p {
    font-size: 1.2vw;
    line-height: 1.6vw;
  }
}
@media (max-width: 1440px) {}
@media (max-width: 1280px) and (min-height: 650px) {}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (min-device-height: 800px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .prism-create .template4 {
    overflow: hidden !important;
  }
  .prism-create .template4 .temp4_fourcols .inner_all_cols {
    min-height: 30vh;
  }
}
@media (max-width: 1024px) {
  .prism-create .template4 {
    height: 100vh;
    overflow: auto;
    overflow-x: hidden;
  }
  .prism-create .template4 .temp4_content {
    padding: 5% 7% 7% 7%;
  }
}
@media (max-width: 1366px) and (max-height: 650px) {}
@media (max-width: 900px) {}
@media (orientation: portrait) {
  .prism-create .template4 .temp4_content {
    width: 100%;
    display: block;
    padding: 14% 10% 20%;
  }
  .prism-create .template4 .temp4_content h3 {
    font-size: 5.5vw;
    line-height: 6.5vw;
    margin-bottom: 15%;
    width: 100%;
    padding: 0%;
  }
  .prism-create .template4 .temp4_content h4 {
    font-size: 3vw;
    line-height: 4vw;
    margin-bottom: 80px;
    padding: 0%;
    width: 100%;
  }
  .prism-create .template4 .temp4_content p {
    font-size: 2.5vw;
    line-height: 3.5vw;
    margin-bottom: 4%;
    width: 100%;
  }
  .prism-create .template4 .temp4_content h5 {
    font-size: 3vw;
    line-height: 4vw;
    margin-bottom: 6%;
  }
  .prism-create .template4 .temp4_fourcols .inner_all_cols {
    width: 48%;
    margin-bottom: 5%;
    padding: 5% 4%;
  }
  .prism-create .template4 .temp4_fourcols .inner_all_col s {
    width: 47%;
    background: #ffffff;
    border-radius: 4vw;
    padding: 6% 4% 2%;
    margin-bottom: 5%;
  }
  .prism-create .template4 .temp4_bg {
    width: 145%;
    height: 46vh;
  }
  .prism-create .template4 .temp4_fourcols .inner_all_cols {
    width: 100%;
    margin-bottom: 0%;
    padding: 12%;
  }
  .prism-create .template4 .temp4_content p.temp4_fourcols_icons {
    width: 33%;
  }
}
@media (max-width: 820px) {}
@media (max-width: 768px) {}
@media (max-width: 480px) {
  .prism-create .template4 .temp4_content {
    padding: 14% 10% 15%;
  }
  .prism-create .template4 .temp4_content h3 {
    font-size: 8vw;
    line-height: 9vw;
    margin: 0% 0% 10%;
  }
  .prism-create .template4 .temp4_content h4 {
    font-size: 4vw;
    line-height: 5vw;
    margin-bottom: 40px;
  }
  .prism-create .template4 .temp4_content h5 {
    font-size: 4vw;
    line-height: 5vw;
  }
  .prism-create .template4 .temp4_content p {
    font-size: 3.5vw;
    line-height: 4.5vw;
    margin-bottom: 6%;
  }
  .prism-create .footer_text_all h6 span {
    margin: 0% 5px;
    margin-bottom: -3px !important;
  }
  .prism-create .template4 .temp4_fourcols .inner_all_cols {
    padding: 8%;
  }
  .prism-create .template4 .temp4_fourcols {
    margin-top: 80px;
  }
}
@media (max-width: 380px) and (max-height: 670px) {
  .prism-create .template4 .temp4_bg {
    bottom: -42%;
  }
}
@media (max-height: 450px) {
  .prism-create .template4 h3 {
    width: 70%;
  }
  .prism-create .footer_text_all h6 span {
    height: 1.5vw;
    margin: 0% 6px;
    margin-bottom: -5px;
  }
  .prism-create .template4 .temp4_content {
    padding: 3% 2% 6%;
  }
  .prism-create .template4 .temp4_fourcols {
    margin-top: 4%;
  }
.prism-create .template4 .temp4_fourcols .inner_all_cols {
    min-height: 56vh;
}	
}
/* template4 css end */
/* template5 css start */
.prism-create .template5 {
  position: relative;
  width: 100%;
  min-height: 100vh;
  background: #ffffff;
}
.prism-create .template5 .temp5_content {
  position: relative;
  width: 100%;
  min-height: 100vh;
  padding: 3% 8% 5%;
  margin: 0px auto;
  display: flex;
  align-items: center;	
}
.prism-create .template5 .temp5_row1_threecols {
  display: flex;
  width: 100%;
  justify-content: flex-start;
  align-items: center;
}
.prism-create .template5 .temp5_row1_threecols .content_sec {
  width: 6%;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.prism-create .template5 .temp5_row1_threecols .arrow_sec {
  width: 88%;
  padding: 0.5% 0.5% 0% 0.2%;
}
.prism-create .template5 .temp5_row1_threecols .arrow_sec img {
  min-height: 25px;
}
.prism-create .template5 .temp5_row1_threecols .arrow_sec_anim {
  -webkit-transition: all 2.7s linear;
  -moz-transition: all 2.7s linear;
  -o-transition: all 2.7s linear;
  transition: all 2.7s linear;
}
.prism-create .template5 .temp5_content .temp5_row2_six_cols {
  display: flex;
  justify-content: space-evenly;
  width: 100%;
  margin-top: 1%;
}
.prism-create .template5 .temp5_content .temp5_row2_six_cols .temp5_inner_allcols {
  width: 16.5%;
  text-align: center;
  border-right: 1px solid #000000;
  padding: 1.5% 1% 0%;
}
.prism-create .template5 .temp5_content .temp5_row2_six_cols .temp5_inner_allcols_anim {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.prism-create .template5 .temp5_content .temp5_row2_six_cols .no-border {
  border: none;
}
.prism-create .template5 .temp5_content .temp5_row3_two_cols {
  display: flex;
  justify-content: space-evenly;
  width: 100%;
  margin-top: 2%;
  text-align: center;
}
.prism-create .template5 .temp5_content .temp5_row3_two_cols .left_cont1_sec {
  width: 47%;
}
.prism-create .template5 .temp5_content .temp5_row3_two_cols .right_cont1_sec {
  width: 47%;
}
.prism-create .template5 .temp5_content .temp5_cta_sec {
  margin-top: 2%;
  text-align: center;
}
.prism-create .template5 .temp5_content .temp5_row3_two_cols .inner_threecols {
  display: flex;
  justify-content: space-evenly;
  width: 100%;
  margin: 0px auto;
}
.prism-create .template5 .temp5_content .temp5_row3_two_cols .inner_threecols .allthreecols {
  width: 22%;
}
.prism-create .template5 .temp5_content .temp5_row3_two_cols .inner_threecols .inner_twocols {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  align-items: center;
}
.prism-create .template5 .temp5_content .temp5_row3_two_cols .inner_threecols .inner_twocols .alltwocols_left {
  width: 20%;
  text-align: center;
  margin-right: 4%;
}
.prism-create .template5 .temp5_content .temp5_row3_two_cols .inner_threecols .inner_twocols .alltwocols_left img {
  height: 30px;
  object-fit: contain;
  object-position: center;
}
.prism-create .template5 .temp5_content .temp5_row3_two_cols .inner_threecols .inner_twocols .alltwocols_right {
  width: 67%;
  text-align: left;
}
.prism-create .template5 h3 {
  font-size: 2.8vw;
  line-height: 3.2vw;
  color: #1B1B6F;
  width: 75%;
  margin: 0px auto;
  text-align: center;
  margin-bottom: 5%;
}
.prism-create .template5 h4 {
  font-size: 1.2vw;
  line-height: 1.6vw;
  color: #FF1F3E;
  margin-bottom: 2%;
}
.prism-create .template5 h4 span {
  color: #1B1B6F;
}
.prism-create .template5 p {
  font-size: 1vw;
  line-height: 1.4vw;
  color: #000000;
}
.prism-create .template5 .right_cont2_sec p, .prism-create .template5 .allthreecols p {
  width: 100%;
}
.prism-create .template5 h6 {
  font-size: 1.2vw;
  line-height: 1.4vw;
  color: #000000;
}
.prism-create .template5 .left_arrow::before {
  background: rgba(0, 0, 0, 0.05);
}
@media (min-width: 1800px) {}
@media (min-width: 1440px) and (max-width: 1800px) and (min-height: 780px) {

  .prism-create .template5 .temp5_row1_threecols .arrow_sec img {
    min-height: 20px;
  }
  .prism-create .template5 p {
    font-size: 1.1vw;
    line-height: 1.5vw;
  }
  .prism-create .template5 .temp5_row1_threecols .content_sec {
    width: 7%;
  }
  .prism-create .template5 h4 {
    font-size: 1.4vw;
    line-height: 1.8vw;
  }
}
@media (max-width: 1440px) {}
@media (max-width: 1280px) and (min-height: 650px) {
  .prism-create .template5 .temp5_row1_threecols .arrow_sec img {
    min-height: 15px;
  }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (min-device-height: 800px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .prism-create .template5 {
    overflow: hidden !important;
  }
  .prism-create .template5 .temp5_content {
    padding: 10% 8% 3%;
  }
}
@media (max-width: 1024px) {
  .prism-create .template5 {
    height: 100vh;
  }
  .prism-create .template5 .temp5_content {
    padding: 5% 7% 7% 7%;
  }
}
@media (max-width: 1366px) and (max-height: 650px) {
  .prism-create .template5 .temp5_row1_threecols .arrow_sec img {
    min-height: 15px;
  }
}
@media (max-width: 900px) {}
@media (orientation: portrait) {
  .prism-create .template5 .temp5_content {
    min-height: auto;
    padding: 14% 10% 20%;
  }
  .prism-create .template5 .temp5_content .temp5_row2_six_cols {
    display: flex;
    justify-content: center;
    flex-flow: row wrap;
  }
  .prism-create .template5 .temp5_content .temp5_row2_six_cols .temp5_inner_allcols {
    width: 50%;
    text-align: center;
    margin: 0% 0% 8% 0%;
  }
  .prism-create .template5 .temp5_content .temp5_row2_six_cols .temp5_inner_allcols:nth-child(2), .prism-create .template5 .temp5_content .temp5_row2_six_cols .temp5_inner_allcols:nth-child(4) {
    border: 0px;
  }
  .prism-create .template5 h3 {
    font-size: 4.5vw;
    line-height: 5.5vw;
    margin-bottom: 4%;
    width: 100%;
    padding: 0% 6%;
  }
  .prism-create .template5 h4 {
    font-size: 3vw;
    line-height: 4vw;
    margin-bottom: 5%;
    padding: 0% 5%;
  }
  .prism-create .template5 .temp5_content p {
    font-size: 2.5vw;
    line-height: 3.5vw;
    padding: 0% 5%;
    margin-bottom: 4%;
  }
  .prism-create .template5 h6 {
    font-size: 2vw;
    line-height: 3vw;
  }
  .prism-create .template5 .temp5_row1_threecols .content_sec {
    width: 18%;
  }
  .prism-create .template5 .temp5_content .temp5_row3_two_cols {
    display: block;
  }
  .prism-create .template5 .temp5_content .temp5_row3_two_cols .left_cont1_sec, .prism-create .template5 .temp5_content .temp5_row3_two_cols .right_cont2_sec {
    width: 100%;
    margin-bottom: 10%;
  }
}
@media (max-width: 768px) {}
@media (max-width: 480px) {
  .prism-create .template5 .temp5_content {
    padding: 15% 10% 100px;
  }
  .prism-create .template5 .temp5_content .temp5_row2_six_cols .temp5_inner_allcols {
    width: 100%;
    margin: 3% 2% 8% 2%;
    border-right: 0px;
    border-bottom: 0.8px solid #000000;
  }
  .prism-create .template5 h3 {
    font-size: 7vw;
    line-height: 8vw;
    margin: 8% 0% 6%;
    padding: 0px;
  }
  .prism-create .template5 h4 {
    font-size: 5vw;
    line-height: 6vw;
    padding: 0% 2%;
  }
  .prism-create .template5 .temp5_content p {
    font-size: 3.5vw;
    line-height: 4.5vw;
    margin-bottom: 6%;
  }
  .prism-create .template5 h6 {
    font-size: 3vw;
    line-height: 4vw;
  }
  .prism-create .template5 .temp5_row1_threecols .content_sec {
    width: 30%;
    text-align: center;
  }
  .prism-create .template5 .temp5_content .temp5_row2_six_cols .temp5_inner_allcols:nth-child(2), .prism-create .template5 .temp5_content .temp5_row2_six_cols .temp5_inner_allcols:nth-child(4) {
    border: 0px;
    border-bottom: 0.8px solid #000000;
  }
  .prism-create .template5 .temp5_content .temp5_row2_six_cols .no-border2 {
    border: none;
  }
  .prism-create .template5 .temp5_content .temp5_row3_two_cols .inner_threecols {
    flex-flow: row wrap;
  }
  .prism-create .template5 .temp5_content .temp5_row3_two_cols .inner_threecols .allthreecols {
    width: 100%;
    margin-bottom: 20px;
  }
  .prism-create .template5 h6 {
    font-size: 4vw;
    line-height: 5vw;
  }
  .prism-create .template5 .temp5_content .temp5_row3_two_cols .inner_threecols .inner_twocols {
    justify-content: flex-start;
  }
}
@media (max-height: 450px) {
  .prism-create .template5 h2 {
    width: 70%;
  }
  .prism-create .template5 .temp5_row1_threecols .arrow_sec img {
    min-height: 10px;
  }
  .prism-create .template5 .temp5_row1_threecols .content_sec {
    width: 8%;
  }
  .prism-create .template5 .temp5_content .temp5_row2_six_cols .temp5_inner_allcols {
    width: 17.5%;
  }
  .prism-create .template5 h3 {
    width: 100%;
    margin-bottom: 2%;
  }
  .prism-create .template5 .temp5_content .temp5_row3_two_cols .inner_threecols .inner_twocols .alltwocols_left img {
    height: 16px;
  }
  .prism-create .template5 .temp5_content {
    padding: 4% 8% 3%;
  }
}
/* template5 css end */
/* template6 css start */
.prism-create .template6 {
  position: relative;
  width: 100%;
  min-height: 100vh;
  background: #ffffff;
}
.prism-create .template6 .temp6_content {
  position: relative;
  width: 100%;
  min-height: 100vh;
  padding: 3% 0% 5%;
  margin: 0px auto;
  display: flex;
  align-items: center;
}
.prism-create .template6 .temp6_content .temp6_content_inner {
  width: 100%;
}
.prism-create .template6 .temp6_content .temp6_slider_section {
  display: block;
  width: 100%;
  margin-top: 5%;
}
.prism-create .template6 .temp6_content .temp6_slider_sec {
  text-align: center;
  padding-right: 20px;
  border-right: 1px solid #000000;
}
.prism-create .template6 .temp6_content .temp6_slider_sec_bor0 {
  border-right: 0px;
}
.prism-create .template6 .temp6_content .temp6_slider_sec p {
  margin: 15px 0;
}
.prism-create .template6 h3 {
  font-size: 2.4vw;
  line-height: 2.8vw;
  color: #1B1B6F;
  width: 40%;
  margin: 0px auto;
  text-align: center;
}
.btn_default .arrow_icon_right {
  width: 0.38vw;
  display: inline-block;
  float: right;
  margin-left: 10px;
  animation: inherit !important;
}
.btn_default .arrow_icon_right img {
  display: inline-block !important;
}
.btn_default span {
  margin-bottom: 0px !important;
  margin-top: 0px !important;
}
.prism-create .template6 p {
  font-size: 0.9vw;
  line-height: 1.3vw;
  color: #000000;
  margin-bottom: 4%;
}
.prism-create .template6 p span {
  font-weight: 600;
  color: #1B1B6F;
}
@media (min-width: 1800px) {}
@media (min-width: 1440px) and (max-width: 1800px) and (min-height: 780px) {
  .prism-create .template6 .temp6_content {
    padding: 3% 0% 7%;
  }
}
@media (max-width: 1440px) {}
@media (max-width: 1280px) and (min-height: 650px) {}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (min-device-height: 800px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .prism-create .template6 {
    overflow: hidden !important;
  }
  .prism-create .template6 p {
    font-size: 1.3vw;
    line-height: 1.7vw;
  }
}
@media (max-width: 1024px) {
  .prism-create .template6 {
    height: 100vh;
  }
  .prism-create .template6 .temp6_content {
    padding: 5% 7% 7% 7%;
  }
}
@media (max-width: 1366px) and (max-height: 650px) {
  .prism-create .template6 .temp6_content .temp6_slider_section {
    margin-top: 3%;
  }
  .prism-create .template6 .temp6_content {
    display: block;
    padding: 4% 0% 2%;
  }
}
@media (max-width: 900px) {}
@media (orientation: portrait) {
  .prism-create .template6 .temp6_content {
    width: 100%;
    padding: 14% 10% 20%;
    display: block;
  }
  .prism-create .template6 h3 {
    font-size: 6vw;
    line-height: 7vw;
    margin-bottom: 10%;
    width: 100%;
    padding: 0% 8%;
  }
  .prism-create .template6 p {
    font-size: 2.5vw;
    line-height: 3.5vw;
    margin-bottom: 4%;
    width: 100%;
  }
}
@media (max-width: 768px) {}
@media (max-width: 480px) {
  .prism-create .template6 .temp6_content {
    padding: 15% 10% 10%;
  }
  .prism-create .template6 h3 {
    font-size: 8vw;
    line-height: 9vw;
    margin: 8% 0% 6%;
    padding: 0px;
  }
  .prism-create .template6 p {
    font-size: 3.5vw;
    line-height: 4.5vw;
    margin-bottom: 6%;
  }
  .prism-create .template6 .temp6_content .temp6_slider_sec {
    padding-right: 0px;
    border-right: 0px;
  }
}
@media (max-height: 450px) {
  .prism-create .template6 h3 {
    width: 70%;
  }
  .prism-create .template6 .temp6_content {
    padding: 3% 7% 5% 7%;
    width: 85%;
  }
  .prism-create .template6 .temp6_content .temp6_slider_sec p {
    margin: 5px 0;
  }
}
/* template6 css end */
/* template7 css start */
.prism-create .template7 {
  position: relative;
  width: 100%;
  min-height: 100vh;
  background: #1B1B6F;
}
.prism-create .template7 .temp7_content {
  position: relative;
  width: 100%;
  min-height: 100vh;
  margin: 0px auto;
  z-index: 10000;
  padding: 4% 8%;
  display: flex;
  align-items: center;
}
.prism-create .template7 .temp7_inner {
  position: relative;
  overflow: hidden;
}
.prism-create .template7::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0.35;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.00) 0%, #000 62.99%);
  mix-blend-mode: multiply;
  z-index: 1;
}
.prism-create .template7 .temp7_content .temp7_content_inner {
  width: 75%;
  margin-top: 2%;
}
.prism-create .template7 .temp7_content h2 {
  font-size: 5.5vw;
  line-height: 6vw;
  margin: 0% 0% 2%;
}
.prism-create .template7 .temp7_content p {
  font-size: 1.2vw;
  line-height: 1.6vw;
  margin: 0% 0% 3%;
}
@media (min-width: 1800px) {}
@media (min-width: 1440px) and (max-width: 1800px) and (min-height: 780px) {}
@media (max-width: 1440px) {}
@media (max-width: 1280px) and (min-height: 650px) {}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (min-device-height: 800px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {}
@media (max-width: 1024px) {
  .prism-create .template7 {
    height: 100vh;
  }
}
@media (max-width: 1366px) and (max-height: 650px) {}
@media (max-width: 900px) {}
@media (orientation: portrait) {
  .prism-create .template7 {
    overflow: hidden;
  }
  .prism-create .template7 .temp7_content .temp7_content_inner {
    width: 100%;
    margin: 0px auto;
  }
  .prism-create .template7 .temp7_content {
    min-height: 100vh;
    padding: 4% 10%;
  }
  .prism-create .template7 .temp7_content h2 {
    font-size: 8.5vw;
    line-height: 9.5vw;
    margin: 0% 0% 4%;
  }
  .prism-create .template7 .temp7_content p {
    font-size: 2.5vw;
    line-height: 3.5vw;
    margin: 0% 0% 6%;
  }
  .prism-create .template7::before {
    height: 114%;
  }
}
@media (max-width: 768px) {}
@media (max-width: 480px) {
  .prism-create .template7 .temp7_content h2 {
    font-size: 12vw;
    line-height: 13vw;
    margin: 0% 0% 10%;
  }
  .prism-create .template7 .temp7_content p {
    font-size: 3.5vw;
    line-height: 4.5vw;
    margin: 0% 0% 8%;
  }
  .prism-create .template7::before {
    height: 120%;
  }
}
@media (max-height: 450px) {}
/* template7 css end */
/* template8 css start */
.prism-create .template8 {
  position: relative;
  width: 100%;
  min-height: 100vh;
  background: #000000;
}
.prism-create .template8 .temp8_inner {
  position: relative;
  width: 100%;
  min-height: 100vh;
}
.prism-create .template8::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.6;
  background: #000000;
  mix-blend-mode: multiply;
  z-index: 1;
}
.prism-create .template8 .temp8_content {
  position: relative;
  width: 100%;
  min-height: 100vh;
  margin: 0px auto;
  z-index: 10000;
  text-align: left;
  padding: 11% 8% 6%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-flow: row wrap;
}
.prism-create .template8 .temp8_content .temp8_twocols_flex {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.prism-create .template8 .temp8_content .temp8_twocols_left {
  width: 33%;
  min-height: 21vw;
}
.prism-create .template8 .temp8_content .temp8_twocols_right {
  width: 55%;
}
.prism-create .template8 .temp8_content h3 {
  font-size: 3vw;
  line-height: 3.5vw;
  color: #ffffff;
  margin-bottom: 4%;
}
.prism-create .template8 .temp8_content h4 {
  font-size: 2vw;
  line-height: 2vw;
  color: #ffffff;
  margin-bottom: 3%;
}
.prism-create .template8 .temp8_content h6 {
  font-size: 0.9vw;
  line-height: 1.2vw;
  color: #ffffff;
  margin-bottom: 1%;
}
.prism-create .template8 .temp8_content p {
  font-size: 1.5vw;
  line-height: 2vw;
  width: 72%;
  font-weight: 300;
}
.prism-create .template8 .temp8_content .cards {
  position: relative;
  list-style-type: none;
  padding: 0;
  max-width: 80%;
}
.prism-create .template8 .temp8_content .card {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  border-radius: 2.5vw;
  padding: 2% 6%;
  transform: translateY(-25%) translateX(0) scale(1);
  transform-origin: 0 0;
  transition: transform 0.6s cubic-bezier(.8, .2, .1, 0.8) 0.1s;
  cursor: pointer;
  user-select: none;
  border: 3px solid #ffffff;
  width: 100%;
  min-height: 40vh;
}
.prism-create .template8 .temp8_content .card1 {
  border: 3px solid #3BCFF0;
}
.prism-create .template8 .temp8_content .card2 {
  border: 3px solid #FD8D62;
}
.prism-create .template8 .temp8_content .card3 {
  border: 3px solid #A18CDE;
}
.prism-create .template8 .temp8_content .card1 h4 {
  color: #3BCFF0;
}
.prism-create .template8 .temp8_content .card2 h4 {
  color: #FD8D62;
}
.prism-create .template8 .temp8_content .card3 h4 {
  color: #A18CDE;
}
.prism-create .template8 .temp8_content .card .card_content p {
  width: 100%;
  margin-bottom: 3%;
}
.prism-create .template8 .temp8_content .card .card_content {
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  opacity: 0;
}
.prism-create .template8 .temp8_content .card p a {
  color: #ffffff;
  font-size: 0.8vw;
  line-height: 1vw;
  font-weight: 600;
  margin-right: 2%;
  padding: 1.5% 3% 1.3%;
  border-radius: 0.5vw;
  min-width: 25%;
  text-align: center;
  vertical-align: top;
  display: inline-block;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.prism-create .template8 .temp8_content .card1 p a {
  border: 2px solid #3BCFF0;
}
.prism-create .template8 .temp8_content .card1 p a:hover {
  background: #3BCFF0;
}
.prism-create .template8 .temp8_content .card2 p a {
  border: 2px solid #FD8D62;
}
.prism-create .template8 .temp8_content .card2 p a:hover {
  background: #FD8D62;
}
.prism-create .template8 .temp8_content .card3 p a.cust_mb {
  margin-bottom: 2%;
}
.prism-create .template8 .temp8_content .card3 p a {
  border: 2px solid #A18CDE;
}
.prism-create .template8 .temp8_content .card3 p a:hover {
  background: #A18CDE;
}
.prism-create .template8 .temp8_content .card:last-child {
  margin-bottom: 0;
}
.prism-create .template8 .temp8_content .card--next {
  z-index: 5;
  transform: translateY(-25%) translateX(0px) scale(1);
}
.prism-create .template8 .temp8_content .card--current .card_content {
  opacity: 1;
}
.prism-create .template8 .temp8_content .card--border0 {
  border-bottom: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.prism-create .template8 .temp8_content .card--next h4.margin_less, .prism-create .template8 .temp8_content .card--out h4.margin_less, .prism-create .template8 .temp8_content .card2.card--border0 h4.margin_less {
  margin-bottom: -6%;
}
.prism-create .template8 .temp8_content .card--out {
  animation: card-out 0.6s cubic-bezier(.8, .2, .1, 0.8);
  transform: translateY(-50%) translateX(0px) scale(1);
  z-index: 1;
}
.prism-create .template8 .temp8_content .card3.no_anim {
  animation: none;
}
@-webkit-keyframes card-out {
  0% {
    z-index: 20;
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-100%) translateX(0px);
  }
  80% {
    z-index: 1;
  }
  100% {
    transform: translateY(-50%) translateX(0px) scale(1);
  }
}
@keyframes card-out {
  0% {
    z-index: 20;
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-100%) translateX(0px);
  }
  80% {
    z-index: 1;
  }
  100% {
    transform: translateY(-50%) translateX(0px) scale(1);
  }
}
.prism-create .template8 .temp8_content .card--out.card--next {}
.prism-create .template8 .temp8_content .card--current {
  cursor: auto;
  user-select: auto;
  position: relative;
  z-index: 10;
  opacity: 1;
  transform: translateX(0%) scale(1);
}
@media (min-width: 1440px) and (max-width: 1800px) and (min-height: 780px) {
  .prism-create .template8 .temp8_content h4 {
    font-size: 2.5vw;
    line-height: 2.5vw;
  }
  .prism-create .template8 .temp8_content h3 {
    font-size: 3.5vw;
    line-height: 4vw;
  }
  .prism-create .template8 .temp8_content p {
    font-size: 1.7vw;
    line-height: 2.2vw;
    width: 85%;
  }
  .prism-create .template8 .temp8_content .temp8_twocols_left {
    min-height: 24vw;
  }
  .prism-create .template8 .temp8_content .card p a {
    font-size: 1vw;
    line-height: 1.2vw;
    margin-right: 1.5%;
    padding: 1.5% 2.5% 1.3%;
  }
}
@media (max-width: 1440px) {}
@media (min-width: 1800px) {}
@media (max-width: 1280px) and (min-height: 650px) {}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (min-device-height: 800px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .prism-create .template8 {
    overflow: hidden !important;
  }
  .prism-create .template8 .temp8_content .card {
    min-height: 27vh;
  }
}
@media (max-width: 1024px) {
  .prism-create .template8 {
    height: 100vh;
  }
}
@media (max-width: 1366px) and (max-height: 650px) {}
@media (max-width: 1024px) and (min-height: 650px) {}
@media (max-width: 990px) {}
@media only screen and (min-device-width: 812px) and (max-device-width: 812px) {}
@media (max-width: 767px) {}
@media (orientation: portrait) {
  .prism-create .template8 {
    overflow: hidden;
  }
  .prism-create .template8 .temp8_content {
    padding: 10% 10%;
    display: block;
  }
  .prism-create .template8 .temp8_content .temp8_twocols_flex {
    display: block;
    width: 100%;
  }
  .prism-create .template8 .temp8_content .temp8_twocols_left {
    width: 100%;
    min-height: auto;
    margin-bottom: 280px;
  }
  .prism-create .template8 .temp8_content .temp8_twocols_right {
    width: 100%;
    position: relative;
  }
  .prism-create .template8 .temp8_content .cards {
    max-width: 100%;
  }
  .prism-create .template8 .temp8_content h4 {
    font-size: 5vw;
    line-height: 5vw;
    margin-top: 2%;
	margin-bottom: 4%;  
  }
  .prism-create .template8 .temp8_content h6 {
    font-size: 2.5vw;
    line-height: 3.5vw;
    margin-bottom: 2%;
  }
  .prism-create .template8 .temp8_content .card p a {
    font-size: 2vw;
    line-height: 3vw;
    border-radius: 1vw;
  }
  .prism-create .template8 .temp8_content h3 {
    font-size: 6vw;
    line-height: 7vw;
  }
  .prism-create .template8 .temp8_content p {
    font-size: 2.5vw;
    line-height: 3.5vw;
    width: 100%;
  }
}
@media (max-width: 768px) {}
@media (max-width: 480px) {
  .prism-create .template8 .temp8_content .temp8_twocols_left {
    margin-bottom: 200px;
  }
  .prism-create .template8 .temp8_content h3 {
    font-size: 10vw;
    line-height: 11vw;
    margin-bottom: 8%;
  }
  .prism-create .template8 .temp8_content p {
    font-size: 4.5vw;
    line-height: 5.5vw;
  }
  .prism-create .template8 .temp8_content h4 {
    font-size: 6vw;
    line-height: 6vw;
    margin-top: 4%;
  }
  .prism-create .template8 .temp8_content h6 {
    font-size: 3.5vw;
        line-height: 3.5vw;
    margin-bottom: 2%;
  }
  .prism-create .template8 .temp8_content .card p a {
    font-size: 3vw;
    line-height: 4vw;
    border-radius: 1vw;
    min-width: auto;
    margin-bottom: 2%;
  }
  .prism-create .template8 .temp8_content .card {
    padding: 2% 5%;
  }
}
@media (max-height: 700px) and (max-width: 480px) {
  .prism-create .template8 .temp8_content .temp8_twocols_left {
    margin-bottom: 150px;
  }
}
@media (max-height: 450px) {}
/* template8 css end */
/* template9 css start */
.prism-create .template9 {
  position: relative;
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
  background: #ffffff;
}
.prism-create .template9 .temp9_content {
  position: relative;
  width: 100%;
  min-height: 100vh;
  padding: 3% 25% 3% 7%;
}
.prism-create .template9 .temp9_content .temp9_content_inner {
  position: relative;
  z-index: 2;
}
.prism-create .template9 .temp9_content .temp9_top_content {
  padding-right: 22%;
}
.prism-create .template9 h2 {
  font-size: 3.4vw;
  line-height: 4vw;
  color: #3BCFF0;
  margin-bottom: 1%;
}
.prism-create .template9 h3 {
  font-size: 1.6vw;
  line-height: 2.2vw;
  color: #3BCFF0;
}
.prism-create .template9 h4 {
  font-size: 1.3vw;
  line-height: 1.8vw;
  color: #3BCFF0;
  font-style: normal;
}
.prism-create .template9 h5 {
  font-size: 0.9vw;
  line-height: 1.2vw;
  color: #000000;
  font-style: normal;
}
.prism-create .template9 p {
  font-size: 1vw;
  line-height: 1.5vw;
  color: #000000;
  margin-bottom: 1%;
}
.prism-create .template9 p span.font_italic {
  font-style: italic;
}
.prism-create .template .source_text {
  position: absolute;
  bottom: 4%;
  left: 15%;
  z-index: 1;
}
.prism-create .template .source_text p {
  font-size: 0.6vw;
  line-height: 1vw;
}
.prism-create .template9 .benefits_sec {
  margin: 1.5% 0% 1%;
}
.prism-create .template9 .temp9_flex {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
  margin-top: 1%;
}
.prism-create .template9 .temp9_flex .temp9_flex_cols {
  width: 31.5%;
  padding: 1.4% 1.3%;
  border-radius: 25px;
  border: 2px solid #3BCFF0;
  background: #ffffff;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.prism-create .template9 .temp9_flex .temp9_flex_cols h2 {
  line-height: 3vw;
  color: #000000;
}
.prism-create .template9 .temp9_flex .temp9_flex_cols_flex {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 3%;
}
.prism-create .template9 .temp9_flex .temp9_flex_cols_flex .temp9_flex_cols_flex_left {
  width: 20%;
  margin-right: 5%;
}
.prism-create .template9 .temp9_flex .temp9_flex_cols_flex .temp9_flex_cols_flex_right {
  width: 75%;
}
.prism-create .template9 .temp9_img {
}
.prism-create .temp_all_img_rightside {
  position: absolute;
  width: 41%;
  height: 100%;
  top: 0px;
  right: 0px;
  z-index: 0;	
  -webkit-transition: all 1s linear;
  -moz-transition: all 1s linear;
  -o-transition: all 1s linear;
  transition: all 1s linear;
}
.prism-create .temp_all_img_rightside img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  object-position: right top;
}
.prism-create .template9 .temp_all_img_rightside {
    width: 38%;
}
.prism-create .template9 .temp_all_img_rightside img {
object-fit: cover;
    object-position: left top;
}
.prism-create .temp_right_fixed_nav {
  position: absolute;
  right: 4%;
  top: 6%;
  width: auto !important;
  margin: 0px !important;
  padding: 0px !important;
  z-index: 10000;
}
@media (min-width: 1800px) {}
@media (min-width: 1440px) and (max-width: 1800px) and (min-height: 780px) {
  .prism-create .template9 p {
    font-size: 1.2vw;
    line-height: 1.6vw;
    margin-bottom: 2%;
  }
  .prism-create .template9 h5 {
    font-size: 1vw;
    line-height: 1.35vw;
  }
  .prism-create .template9 h3 {
    font-size: 1.8vw;
    line-height: 2.4vw;
  }
  .prism-create .template9 .benefits_sec {
    margin: 3% 0% 2%;
  }
  .prism-create .template9 .temp9_img {
    width: 44%;
  }
  .prism-create .template9 .temp9_content .temp9_top_content {
    padding-right: 27%;
  }
}
@media (max-width: 1440px) {}
@media (max-width: 1280px) and (min-height: 650px) {}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (min-device-height: 800px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .prism-create .template9 {
    overflow: hidden !important;
  }
  .prism-create .template9 .temp9_content {
    padding: 6% 35% 3% 7%;
  }
  .prism-create .template9 .temp9_img {
    width: 48%;
  }
}
@media (max-width: 1024px) {
  .prism-create .template9 {
    height: 100vh;
  }
}
@media (max-width: 1366px) and (max-height: 650px) {
  .prism-create .template9 .temp9_content .temp9_top_content {
    padding-right: 27%;
  }
}
@media (max-width: 900px) {}
@media (orientation: portrait) {
  .prism-create .template9 {
    overflow: hidden;
    overflow-y: auto;
  }
  .prism-create .template9 .temp9_content {
    padding: 18% 10% 20%;
  }
  .prism-create .template9 h4 {
    font-size: 3.5vw;
    line-height: 4.5vw;
    margin-bottom: 4%;
  }
  .prism-create .template9 h2 {
    font-size: 8vw;
    line-height: 9vw;
    margin-bottom: 4%;
  }
  .prism-create .template9 .temp9_img {
    position: relative;
    width: 80%;
    height: 100%;
    top: inherit;
    right: -40%;
    z-index: 0;
    margin-top: -69%;
  }
  .prism-create .template9 .temp9_content .temp9_top_content {
    padding-right: 0%;
  }
  .prism-create .template9 p {
    font-size: 3.1vw;
    line-height: 4.6vw;
    margin-bottom: 4%;
  }
  .prism-create .template9 h3 {
    font-size: 4.5vw;
    line-height: 5.5vw;
    margin-top: 6%;
  }
  .prism-create .template9 .temp9_flex .temp9_flex_cols {
    width: 48%;
    padding: 2% 3% 2% 2.5%;
    margin-bottom: 4%;
  }
  .prism-create .template9 .temp9_flex {
    margin-top: 4%;
  }
  .prism-create .template9 h5 {
    font-size: 3vw;
    line-height: 4.5vw;
  }
  .prism-create .template9 .temp9_flex .temp9_flex_cols_flex .temp9_flex_cols_flex_left {
    width: 20%;
    margin-right: 40px;
  }
  .prism-create .template9 .temp9_flex .temp9_flex_cols h2 {
    font-size: 9vw;
  }
  .prism-create .template9 .temp9_flex .temp9_flex_cols_flex {
    margin-bottom: 8%;
  }
  .prism-create .temp_right_fixed_nav {
    right: 6%;
	top: 4%;  
  }
  .prism-create .template p.temp_right_fixed_nav {
    font-size: 3.1vw;
    line-height: 4.6vw;
  }
}
@media (max-width: 768px) {}
@media (max-width: 480px) {
  .prism-create .template9 .temp9_content {
    padding: 120px 10% 20%;
  }
  .prism-create .temp_right_fixed_nav {
    top: 4%;
  }
  .prism-create .template9 h4 {
    font-size: 5vw;
    line-height: 6vw;
    margin-bottom: 6%;
  }
  .prism-create .template9 h2 {
    font-size: 11vw;
    line-height: 12vw;
    margin-bottom: 8%;
  }
  .prism-create .template9 p {
    font-size: 4.5vw;
    line-height: 6vw;
    margin-bottom: 6%;
  }
  .prism-create .template9 h3 {
    font-size: 7vw;
    line-height: 8vw;
    margin-top: 8%;
  }
  .prism-create .template9 .temp9_flex {
    margin-top: 6%;
  }
  .prism-create .template9 .temp9_flex .temp9_flex_cols {
    width: 100%;
    margin: 0px auto;
    padding: 6% 8%;
    margin-bottom: 8%;
  }
  .prism-create .template9 .temp9_flex .temp9_flex_cols h2 {
    font-size: 12vw;
  }
  .prism-create .template9 .temp9_flex .temp9_flex_cols_flex .temp9_flex_cols_flex_left {
    margin-right: 20px;
  }
  .prism-create .template9 h5 {
    font-size: 4vw;
    line-height: 5.5vw;
  }
  .prism-create .template9 .temp9_img {
    margin-top: -34px;
  }
}
@media (max-height: 450px) {}
/* template9 css end */
/* template10 css start */
.prism-create .template10 {
  position: relative;
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
  background: #ffffff;
}
.prism-create .template10 .temp10_content {
  position: relative;
  width: 100%;
  min-height: 100vh;
  padding: 3% 30% 3% 7%;
}
.prism-create .template10 .temp10_content .temp10_content_inner {
  position: relative;
  z-index: 2;
}
.prism-create .template10 .temp10_content .temp10_top_content {
  padding-right: 10%;
}
.prism-create .template10 h2 {
  font-size: 3.4vw;
  line-height: 4vw;
  color: #3BCFF0;
  margin-bottom: 1%;
}
.prism-create .template10 h3 {
  font-size: 1.6vw;
  line-height: 2.2vw;
  color: #3BCFF0;
}
.prism-create .template10 h4 {
  font-size: 1.3vw;
  line-height: 1.8vw;
  color: #3BCFF0;
  font-style: normal;
}
.prism-create .template10 h5 {
  font-size: 0.9vw;
  line-height: 1.2vw;
  color: #000000;
  font-style: normal;
}
.prism-create .template10 p {
  font-size: 1vw;
  line-height: 1.5vw;
  color: #000000;
  margin-bottom: 1%;
}
.prism-create .template10 p span.font_italic {
  font-style: italic;
}
.prism-create .template10 .benefits_sec {
  margin: 1.5% 0% 1%;
}
.prism-create .template10 .temp10_flex {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
  margin: 1% 0 2%;
}
.prism-create .template10 .temp10_flex .temp10_flex_cols {
  width: 31.5%;
  padding: 1.4% 1.3%;
  border-radius: 25px;
  border: 2px solid #3BCFF0;
  background: #ffffff;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.prism-create .template10 .temp10_flex .temp10_flex_cols h2 {
  line-height: 3vw;
  color: #000000;
}
.prism-create .template10 .temp10_flex .temp10_flex_cols_flex {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 4%;
}
.prism-create .template10 .temp10_flex .temp10_flex_cols_flex .temp10_flex_cols_flex_left {
  width: 20%;
  margin-right: 5%;
}
.prism-create .template10 .temp10_flex .temp10_flex_cols_flex .temp10_flex_cols_flex_right {
  width: 75%;
}
.prism-create .template10 .temp10_img {
  position: absolute;
  width: 32%;
  height: 100%;
  top: 0px;
  right: 0px;
  z-index: 0;
}
.prism-create .template10 .temp10_img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-position: left bottom;
}

@media (min-width: 1800px) {}
@media (min-width: 1440px) and (max-width: 1800px) and (min-height: 780px) {
  .prism-create .template10 p {
    font-size: 1.2vw;
    line-height: 1.6vw;
    margin-bottom: 2%;
  }
  .prism-create .template10 h5 {
    font-size: 1vw;
    line-height: 1.35vw;
  }
  .prism-create .template10 h3 {
    font-size: 1.8vw;
    line-height: 2.4vw;
  }
  .prism-create .template10 .benefits_sec {
    margin: 3% 0% 2%;
  }
}
@media (max-width: 1440px) {}
@media (max-width: 1280px) and (min-height: 650px) {}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (min-device-height: 800px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .prism-create .template10 {
    overflow: hidden !important;
  }
  .prism-create .template10 .temp10_content {
    padding: 6% 35% 3% 7%;
  }
  .prism-create .template10 .temp10_img {
    width: 42%;
  }
}
@media (max-width: 1024px) {
  .prism-create .template10 {
    height: 100vh;
  }
}
@media (max-width: 1366px) and (max-height: 650px) {}
@media (max-width: 900px) {}
@media (orientation: portrait) {
  .prism-create .template10 {
    overflow: hidden;
    overflow-y: auto;
  }
  .prism-create .template10 .temp10_content {
    padding: 18% 10% 28%;
  }
  .prism-create .template10 h4 {
    font-size: 3.5vw;
    line-height: 4.5vw;
    margin-bottom: 4%;
  }
  .prism-create .template10 h2 {
    font-size: 8vw;
    line-height: 9vw;
    margin-bottom: 4%;
  }
  .prism-create .template10 .temp10_img {
            position: relative;
        width: 54%;
        height: 100%;
        top: inherit;
        right: -63%;
        z-index: 0;
        margin-top: -90%;
  }
  .prism-create .template10 .temp10_content .temp10_top_content {
    padding-right: 0%;
  }
  .prism-create .template10 p {
    font-size: 3.1vw;
    line-height: 4.6vw;
    margin-bottom: 4%;
  }
  .prism-create .template10 h3 {
    font-size: 4.5vw;
    line-height: 5.5vw;
    margin-top: 6%;
  }
  .prism-create .template10 .temp10_flex .temp10_flex_cols {
    width: 48%;
    padding: 2% 3% 2% 2.5%;
    margin-bottom: 4%;
  }
  .prism-create .template10 .temp10_flex {
    margin-top: 4%;
  }
  .prism-create .template10 h5 {
    font-size: 3vw;
    line-height: 4.5vw;
  }
  .prism-create .template10 .temp10_flex .temp10_flex_cols_flex .temp10_flex_cols_flex_left {
    width: 20%;
    margin-right: 40px;
  }
  .prism-create .template10 .temp10_flex .temp10_flex_cols h2 {
    font-size: 9vw;
  }
  .prism-create .template10 .temp10_flex .temp10_flex_cols_flex {
    margin-bottom: 8%;
  }
  .prism-create .template .source_text {
    position: relative;
    bottom: inherit;
    left: inherit;
    z-index: 1;
    width: 100%;
    margin: 15px auto 30px;
  }
  .prism-create .template .source_text p {
    font-size: 2.5vw;
    line-height: 3.5vw;
  }
}
@media (max-width: 768px) {}
@media (max-width: 480px) {
  .prism-create .template10 .temp10_content {
    padding: 120px 10% 20%;
  }
  .prism-create .template10 h4 {
    font-size: 5vw;
    line-height: 6vw;
    margin-bottom: 6%;
  }
  .prism-create .template10 h2 {
    font-size: 11vw;
    line-height: 12vw;
    margin-bottom: 8%;
  }
  .prism-create .template10 p {
    font-size: 4.5vw;
    line-height: 6vw;
    margin-bottom: 6%;
  }
  .prism-create .template10 h3 {
    font-size: 7vw;
    line-height: 8vw;
    margin-top: 8%;
  }
  .prism-create .template10 .temp10_flex {
    margin-top: 6%;
  }
  .prism-create .template10 .temp10_flex .temp10_flex_cols {
    width: 100%;
    margin: 0px auto;
    padding: 6% 8%;
    margin-bottom: 4%;
  }
  .prism-create .template10 .temp10_flex .temp10_flex_cols h2 {
    font-size: 12vw;
  }
  .prism-create .template10 .temp10_flex .temp10_flex_cols_flex .temp10_flex_cols_flex_left {
    margin-right: 20px;
  }
  .prism-create .template10 h5 {
    font-size: 4vw;
    line-height: 5.5vw;
  }
  .prism-create .template .source_text p {
    font-size: 3vw;
    line-height: 4vw;
  }
  .prism-create .template10 .temp10_img {
    margin-top: -18px;
  }
}
@media (max-height: 450px) {}
/* template10 css end */
/* template11 css start */
.prism-create .template11 {
  position: relative;
  width: 100%;
  min-height: 100vh;
  background: #ffffff;
}
.prism-create .template11 .temp11_content {
  position: relative;
  width: 100%;
  min-height: 100vh;
  padding: 3% 7% 2%;
  margin: 0px auto;
}
.prism-create .template11 .temp11_content .temp11_content_inner {
  width: 100%;
}
.prism-create .template11 .temp11_content .temp11_map_section {
  width: 66%;
  margin: 2% auto 0;
  position: relative;
}
.prism-create .template11 .temp11_content .temp11_map_desc {
  width: 20%;
  position: absolute;
  left: 7%;
  bottom: 15%;
  z-index: 10;
}
.prism-create .template11 .temp11_content .temp11_map_section .temp11_main_map {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.prism-create .template11 h2 {
  font-size: 3vw;
  line-height: 3.5vw;
  color: #3BCFF0;
}
.prism-create .template11 h4 {
  font-size: 1.3vw;
  line-height: 1.8vw;
  color: #3BCFF0;
  font-style: normal;
  margin-bottom: 1%;
}
.prism-create .template11 h5 {
  font-size: 1vw;
  line-height: 1.4vw;
  color: #1B1B6F;
}
.prism-create .template11 h6 {
  font-size: 1.1vw;
  line-height: 1.5vw;
  color: #000000;
  margin-bottom: 5%;
}
.prism-create .template11 .temp11_map_desc_coun {
  padding-left: 12%;
  position: relative;
}
.prism-create .template11 .temp11_map_desc_coun:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 10%;
  width: 1.2vw;
  height: 1.2vw;
  background: #000000;
  border-radius: 100%;
}
.prism-create .template11 .temp11_map_desc_coun1 {
  color: #4C12A1;
}
.prism-create .template11 .temp11_map_desc_coun1:before {
  background: #4C12A1;
}
.prism-create .template11 .temp11_map_desc_coun2 {
  color: #3BCFF0;
}
.prism-create .template11 .temp11_map_desc_coun2:before {
  background: #3BCFF0;
}
.prism-create .template11 .temp11_map_desc_coun3 {
  color: #1B1B6F;
}
.prism-create .template11 .temp11_map_desc_coun3:before {
  background: #1B1B6F;
}
.prism-create .template11 .temp11_map_desc_coun4 {
  color: #A18CDE;
}
.prism-create .template11 .temp11_map_desc_coun4:before {
  background: #A18CDE;
}
.prism-create .template11 .all_clients {
  margin-bottom: 0%;
  position: absolute;
  width: 20%;
  text-align: center;
}
.prism-create .template11 .temp11_canada_clients {
  left: 10%;
  top: 26%;
}
.prism-create .template11 .temp11_emea_clients {
  left: 43%;
  top: 36%;
}
.prism-create .template11 .temp11_latam_clients {
  left: 22%;
  top: 67%;
}
.prism-create .template11 .temp11_apac_clients {
  right: 17%;
  top: 45%;
}
.prism-create .template11 .all_clients .temp11_all_clients {
  display: none;
}
.prism-create .template11 .temp11_content .map_expand {
  width: 18%;
  display: inline-block;
  position: absolute;
  left: 42%;
  top: -12px;
  cursor: pointer;
  z-index: 1000;
  -webkit-animation: pulse-text1 1.5s infinite;
  -moz-animation: pulse-text1 1.5s infinite;
  -ms-animation: pulse-text1 1.5s infinite;
  -o-animation: pulse-text1 1.5s infinite;
  animation: pulse-text1 1.5s infinite;
}
@-webkit-keyframes pulse-text1 {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.8);
    margin-top: 3px;
  }
  100% {
    transform: scale(1);
  }
}
@keyframes pulse-text1 {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.8);
    margin-top: 3px;
  }
  100% {
    transform: scale(1);
  }
}
.prism-create .template11 .temp11_content .map_expand img {
  position: absolute;
  top: 0px;
  left: 0px;
}
.prism-create .template11 .temp11_content .temp11_plus {
  z-index: 2;
}
.prism-create .template11 .temp11_content .temp11_close {
  z-index: 1;
}
.prism-create .template11 p {
  font-size: 0.8vw;
  line-height: 1.2vw;
  margin: 0px auto;
  color: #000000;
  margin-bottom: 4%;
  width: 80%;
}
.prism-create .template11 .temp11_map_popup_europe {
  display: none;
}
.prism-create .template11 .temp11_map_popup_europe_inner {
  position: fixed;
  width: 100%;
  min-height: 100%;
  left: 0px;
  top: 0px;
  background: #ffffff;
  padding: 3% 0 1%;
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  overflow: auto;
  z-index: 1000000;
}
.prism-create .template11 .temp11_map_popup_europe_text {
  width: 85%;
  margin: 0px auto;
  position: relative;
  display: block;
}
.prism-create .template11 .temp11_logo_slider {
  width: 80%;
  margin: 0px auto;
  overflow: hidden;
}
.prism-create .template11 .page11_close_icon_europe {
  display: block;
  position: absolute;
  right: 7%;
  top: 8%;
  width: 3vw;
  cursor: pointer;
  z-index: 10000;
  min-width: 40px;
}
@media (min-width: 1800px) {}
@media (min-width: 1440px) and (max-width: 1800px) and (min-height: 780px) {
  .prism-create .template11 .temp11_content .temp11_map_section {
    width: 75%;
  }
}
@media (max-width: 1440px) {}
@media (max-width: 1280px) and (min-height: 650px) {}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (min-device-height: 800px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .prism-create .template11 .temp11_content .temp11_map_section {
    width: 85%;
  }
  .prism-create .template11 .temp11_content {
    padding: 6% 7% 2%;
  }
.prism-create .template11 .temp11_logo_slider {
    width: 100%;
}	
}
@media (max-width: 1024px) {
  .prism-create .template11 {
    height: 100vh;
  }
  .prism-create .template11 .temp11_content .temp11_map_section {
    width: 80%;
  }
}
@media (max-width: 1366px) and (max-height: 650px) {}
@media (max-width: 900px) {}
@media (orientation: portrait) {
  .prism-create .template11 {
    background: #ffffff;
  }
  .prism-create .template11 .temp11_content {
    position: relative;
    margin: 0px auto;
    min-height: 100vh;
    padding: 18% 10% 20%;
  }
  .prism-create .template11 h4 {
    font-size: 3.5vw;
    line-height: 4.5vw;
    margin-bottom: 4%;
  }
  .prism-create .template11 h2 {
    font-size: 7vw;
    line-height: 8vw;
  }
  .prism-create .template11 .temp11_content .temp11_map_section {
    width: 100%;
    margin: 10% 0%;
  }
  .prism-create .template11 .temp11_content .temp11_map_desc {
    width: 20%;
    position: relative;
    left: inherit;
    bottom: inherit;
  }
  .prism-create .template11 h6 {
    font-size: 3.5vw;
    line-height: 2vw;
    margin-bottom: 40px;
  }
  .prism-create .template11 .temp11_content .temp11_map_section {
    width: 120%;
    margin: 10% -10%;
  }
  .prism-create .template11 .temp11_logo_slider {
    width: 100%;
  }
}
@media (max-width: 768px) {}
@media (max-width: 480px) {
  .prism-create .template11 .temp11_content {
    padding: 120px 10% 20%;
  }
  .prism-create .template11 h4 {
    font-size: 5vw;
    line-height: 6vw;
    margin-bottom: 6%;
  }
  .prism-create .template11 h2 {
    font-size: 10vw;
    line-height: 11vw;
    margin-bottom: 8%;
  }
  .prism-create .template11 h6 {
    font-size: 5vw;
    line-height: 2.5vw;
    margin-bottom: 30px;
  }
  .prism-create .template11 .temp11_map_desc_coun {
    padding-left: 30%;
  }
  .prism-create .template11 .temp11_map_desc_coun:before {
    width: 2.2vw;
    height: 2.2vw;
  }
  .prism-create .template11 .temp11_content .temp11_map_section {
    width: 150%;
    margin: 10% -25%;
  }
}
@media (max-height: 450px) {
  .prism-create .template11 .temp11_content .temp11_map_section {
    width: 63%;
  }
}
/* template11 css end */
/* template12 css start */
.prism-create .template12 {
  position: relative;
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
  background: #ffffff;
}
.prism-create .template12 .temp12_content {
  position: relative;
  width: 100%;
  min-height: 100vh;
  padding: 3% 30% 3% 7%;
}
.prism-create .template12 .temp12_content .temp12_content_inner {
  position: relative;
  z-index: 2;
}
.prism-create .template12 .temp12_content .temp12_top_content {
  padding-right: 16%;
}
.prism-create .template12 h2 {
  font-size: 3.4vw;
  line-height: 4vw;
  color: #3BCFF0;
  margin-bottom: 1%;
}
.prism-create .template12 h3 {
  font-size: 1.6vw;
  line-height: 2.2vw;
  color: #3BCFF0;
}
.prism-create .template12 h4 {
  font-size: 1.3vw;
  line-height: 1.8vw;
  color: #3BCFF0;
  font-style: normal;
}
.prism-create .template12 h5 {
  font-size: 0.9vw;
  line-height: 1.2vw;
  color: #000000;
  font-style: normal;
}
.prism-create .template12 p {
  font-size: 1vw;
  line-height: 1.5vw;
  color: #000000;
  margin-bottom: 1%;
}
.prism-create .template12 p span.font_italic {
  font-style: italic;
}
.prism-create .template12 .benefits_sec {
  margin: 1.5% 0% 1%;
}
.prism-create .template12 .temp12_flex {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
  margin-top: 1%;
}
.prism-create .template12 .temp12_flex .temp12_flex_cols {
  width: 31.5%;
  padding: 1.4% 1.3%;
  border-radius: 25px;
  border: 2px solid #3BCFF0;
  background: #ffffff;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.prism-create .template12 .temp12_flex .temp12_flex_cols h2 {
  line-height: 3vw;
  color: #000000;
}
.prism-create .template12 .temp12_flex .temp12_flex_cols_flex {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 4%;
}
.prism-create .template12 .temp12_flex .temp12_flex_cols_flex .temp12_flex_cols_flex_left {
  width: 20%;
  margin-right: 5%;
}
.prism-create .template12 .temp12_flex .temp12_flex_cols_flex .temp12_flex_cols_flex_right {
  width: 75%;
}
.prism-create .template12 .temp12_img {
}

@media (min-width: 1800px) {}
@media (min-width: 1440px) and (max-width: 1800px) and (min-height: 780px) {
  .prism-create .template12 p {
    font-size: 1.2vw;
    line-height: 1.6vw;
    margin-bottom: 2%;
  }
  .prism-create .template12 h5 {
    font-size: 1vw;
    line-height: 1.35vw;
  }
  .prism-create .template12 h3 {
    font-size: 1.8vw;
    line-height: 2.4vw;
  }
  .prism-create .template12 .benefits_sec {
    margin: 3% 0% 2%;
  }
  .prism-create .template12 .temp12_img {
    width: 44%;
  }
  .prism-create .template12 .temp12_content .temp12_top_content {
    padding-right: 27%;
  }
}
@media (max-width: 1440px) {}
@media (max-width: 1280px) and (min-height: 650px) {}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (min-device-height: 800px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .prism-create .template12 {
    overflow: hidden !important;
  }
  .prism-create .template12 .temp12_content {
    padding: 6% 35% 3% 7%;
  }
  .prism-create .template12 .temp12_img {
    width: 48%;
  }
  .prism-create .template12 .temp12_content .temp12_top_content {
    padding-right: 22%;
  }
}
@media (max-width: 1024px) {
  .prism-create .template12 {
    height: 100vh;
  }
}
@media (max-width: 1366px) and (max-height: 650px) {
  .prism-create .template12 .temp12_content .temp12_top_content {
    padding-right: 22%;
  }
}
@media (max-width: 900px) {}
@media (orientation: portrait) {
  .prism-create .template12 {
    overflow: hidden;
    overflow-y: auto;
  }
  .prism-create .template12 .temp12_content {
    padding: 18% 10% 20%;
  }
  .prism-create .template12 h4 {
    font-size: 3.5vw;
    line-height: 4.5vw;
    margin-bottom: 4%;
  }
  .prism-create .template12 h2 {
    font-size: 8vw;
    line-height: 9vw;
    margin-bottom: 4%;
  }
  .prism-create .template12 .temp12_img {
    position: relative;
    width: 80%;
    height: 100%;
    top: inherit;
    right: -40%;
    z-index: 0;
    margin-top: -69%;
  }
  .prism-create .template12 .temp12_content .temp12_top_content {
    padding-right: 0%;
  }
  .prism-create .template12 p {
    font-size: 3.1vw;
    line-height: 4.6vw;
    margin-bottom: 4%;
  }
  .prism-create .template12 h3 {
    font-size: 4.5vw;
    line-height: 5.5vw;
    margin-top: 6%;
  }
  .prism-create .template12 .temp12_flex .temp12_flex_cols {
    width: 48%;
    padding: 2% 3% 2% 2.5%;
    margin-bottom: 4%;
  }
  .prism-create .template12 .temp12_flex {
    margin-top: 4%;
  }
  .prism-create .template12 h5 {
    font-size: 3vw;
    line-height: 4.5vw;
  }
  .prism-create .template12 .temp12_flex .temp12_flex_cols_flex .temp12_flex_cols_flex_left {
    width: 20%;
    margin-right: 40px;
  }
  .prism-create .template12 .temp12_flex .temp12_flex_cols h2 {
    font-size: 9vw;
  }
  .prism-create .template12 .temp12_flex .temp12_flex_cols_flex {
    margin-bottom: 8%;
  }

}
@media (max-width: 768px) {}
@media (max-width: 480px) {
  .prism-create .template12 .temp12_content {
    padding: 120px 10% 20%;
  }
  .prism-create .template12 h4 {
    font-size: 5vw;
    line-height: 6vw;
    margin-bottom: 6%;
  }
  .prism-create .template12 h2 {
    font-size: 11vw;
    line-height: 12vw;
    margin-bottom: 8%;
  }
  .prism-create .template12 p {
    font-size: 4.5vw;
    line-height: 6vw;
    margin-bottom: 6%;
  }
  .prism-create .template12 h3 {
    font-size: 7vw;
    line-height: 8vw;
    margin-top: 8%;
  }
  .prism-create .template12 .temp12_flex {
    margin-top: 6%;
  }
  .prism-create .template12 .temp12_flex .temp12_flex_cols {
    width: 100%;
    margin: 0px auto;
    padding: 6% 8%;
    margin-bottom: 8%;
  }
  .prism-create .template12 .temp12_flex .temp12_flex_cols h2 {
    font-size: 12vw;
  }
  .prism-create .template12 .temp12_flex .temp12_flex_cols_flex .temp12_flex_cols_flex_left {
    margin-right: 20px;
  }
  .prism-create .template12 h5 {
    font-size: 4vw;
    line-height: 5.5vw;
  }
  .prism-create .template12 .temp12_img {
    margin-top: -34px;
  }
}
@media (max-height: 450px) {}
/* template12 css end */
/* template13 css start */
.prism-create .template13 {
  position: relative;
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
  background: #ffffff;
}
.prism-create .template13 .temp13_content {
  position: relative;
  width: 100%;
  min-height: 100vh;
  padding: 3% 44% 5% 7%;
}
.prism-create .template13 .temp13_content .temp13_content_inner {
  position: relative;
  z-index: 2;
}
.prism-create .template13 .temp13_content .temp13_top_content {
  padding-right: 16%;
}
.prism-create .template13 h2 {
  font-size: 3.4vw;
  line-height: 4vw;
  color: #3BCFF0;
  margin-bottom: 1%;
}
.prism-create .template13 h3 {
  font-size: 1.6vw;
  line-height: 2.2vw;
  color: #3BCFF0;
}
.prism-create .template13 h4 {
  font-size: 1.3vw;
  line-height: 1.8vw;
  color: #3BCFF0;
  font-style: normal;
}
.prism-create .template13 h5 {
  font-size: 0.9vw;
  line-height: 1.2vw;
  color: #000000;
  font-style: normal;
}
.prism-create .template13 p {
  font-size: 1vw;
  line-height: 1.5vw;
  color: #000000;
  margin-bottom: 1%;
}
.prism-create .template13 p span.font_italic {
  font-style: italic;
}
.prism-create .template13 .benefits_sec {
  margin: 1.5% 0% 1%;
}
.prism-create .template13 .temp13_flex {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
  margin-top: 1%;
}
.prism-create .template13 .temp13_flex .temp13_flex_cols {
  width: 31.5%;
  padding: 1.4% 1.3%;
  border-radius: 25px;
  border: 2px solid #3BCFF0;
  background: #ffffff;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.prism-create .template13 .temp13_flex .temp13_flex_cols h2 {
  line-height: 3vw;
  color: #000000;
}
.prism-create .template13 .temp13_flex .temp13_flex_cols_flex {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 4%;
}
.prism-create .template13 .temp13_flex .temp13_flex_cols_flex .temp13_flex_cols_flex_left {
  width: 20%;
  margin-right: 5%;
}
.prism-create .template13 .temp13_flex .temp13_flex_cols_flex .temp13_flex_cols_flex_right {
  width: 75%;
}
.prism-create .template13 .temp13_img {
}

.prism-create .gt_symbol {
  margin: 0% 0.2%;
}

@media (min-width: 1800px) {}
@media (min-width: 1440px) and (max-width: 1800px) and (min-height: 780px) {
  .prism-create .template13 p {
    font-size: 1.2vw;
    line-height: 1.6vw;
    margin-bottom: 2%;
  }
  .prism-create .template13 h5 {
    font-size: 1vw;
    line-height: 1.35vw;
  }
  .prism-create .template13 h3 {
    font-size: 1.8vw;
    line-height: 2.4vw;
  }
  .prism-create .template13 .benefits_sec {
    margin: 3% 0% 2%;
  }
  .prism-create .template13 .temp13_img {
    width: 44%;
  }
  .prism-create .template13 .temp13_content .temp13_top_content {
    padding-right: 27%;
  }
}
@media (max-width: 1440px) {}
@media (max-width: 1280px) and (min-height: 650px) {}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (min-device-height: 800px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .prism-create .template13 {
    overflow: hidden !important;
  }
  .prism-create .template13 .temp13_content {
    padding: 6% 35% 3% 7%;
  }
  .prism-create .template13 .temp13_img {
    width: 48%;
  }
  .prism-create .template13 .temp13_content .temp13_top_content {
    padding-right: 22%;
  }
}
@media (max-width: 1024px) {
  .prism-create .template13 {
    height: 100vh;
  }
}
@media (max-width: 1366px) and (max-height: 650px) {
  .prism-create .template13 .temp13_content .temp13_top_content {
    padding-right: 22%;
  }
}
@media (max-width: 900px) {}
@media (orientation: portrait) {
  .prism-create .template13 {
    overflow: hidden;
    overflow-y: auto;
  }
  .prism-create .template13 .temp13_content {
    padding: 18% 10% 20%;
  }
  .prism-create .template13 h4 {
    font-size: 3.5vw;
    line-height: 4.5vw;
    margin-bottom: 4%;
  }
  .prism-create .template13 h2 {
    font-size: 8vw;
    line-height: 9vw;
    margin-bottom: 4%;
  }
  .prism-create .template13 .temp13_img {
    position: relative;
    width: 80%;
    height: 100%;
    top: inherit;
    right: -40%;
    z-index: 0;
    margin-top: -69%;
  }
  .prism-create .template13 .temp13_content .temp13_top_content {
    padding-right: 0%;
  }
  .prism-create .template13 p {
    font-size: 3.1vw;
    line-height: 4.6vw;
    margin-bottom: 4%;
  }
  .prism-create .template13 h3 {
    font-size: 4.5vw;
    line-height: 5.5vw;
    margin-top: 6%;
  }
  .prism-create .template13 .temp13_flex .temp13_flex_cols {
    width: 48%;
    padding: 2% 3% 2% 2.5%;
    margin-bottom: 4%;
  }
  .prism-create .template13 .temp13_flex {
    margin-top: 4%;
  }
  .prism-create .template13 h5 {
    font-size: 3vw;
    line-height: 4.5vw;
  }
  .prism-create .template13 .temp13_flex .temp13_flex_cols_flex .temp13_flex_cols_flex_left {
    width: 20%;
    margin-right: 40px;
  }
  .prism-create .template13 .temp13_flex .temp13_flex_cols h2 {
    font-size: 9vw;
  }
  .prism-create .template13 .temp13_flex .temp13_flex_cols_flex {
    margin-bottom: 8%;
  }

}
@media (max-width: 768px) {}
@media (max-width: 480px) {
  .prism-create .template13 .temp13_content {
    padding: 120px 10% 20%;
  }
  .prism-create .template13 h4 {
    font-size: 5vw;
    line-height: 6vw;
    margin-bottom: 6%;
  }
  .prism-create .template13 h2 {
    font-size: 11vw;
    line-height: 12vw;
    margin-bottom: 8%;
  }
  .prism-create .template13 p {
    font-size: 4.5vw;
    line-height: 6vw;
    margin-bottom: 6%;
  }
  .prism-create .template13 h3 {
    font-size: 7vw;
    line-height: 8vw;
    margin-top: 8%;
  }
  .prism-create .template13 .temp13_flex {
    margin-top: 6%;
  }
  .prism-create .template13 .temp13_flex .temp13_flex_cols {
    width: 100%;
    margin: 0px auto;
    padding: 6% 8%;
    margin-bottom: 8%;
  }
  .prism-create .template13 .temp13_flex .temp13_flex_cols h2 {
    font-size: 12vw;
  }
  .prism-create .template13 .temp13_flex .temp13_flex_cols_flex .temp13_flex_cols_flex_left {
    margin-right: 20px;
  }
  .prism-create .template13 h5 {
    font-size: 4vw;
    line-height: 5.5vw;
  }
  .prism-create .template13 .temp13_img {
    margin-top: -34px;
  }
}
@media (max-height: 450px) {}
/* template13 css end */
/* template14 css start */
.prism-create .template14 {
  position: relative;
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
  background: #ffffff;
}
.prism-create .template14 .temp14_content {
  position: relative;
  width: 100%;
  min-height: 100vh;
  padding: 3% 35% 5% 7%;
}
.prism-create .template14 .temp14_content .temp14_content_inner {
  position: relative;
  z-index: 2;
}
.prism-create .template14 .temp14_content .temp14_top_content {
  padding-right: 18%;
}
.prism-create .template14 h2 {
  font-size: 3.4vw;
  line-height: 4vw;
  color: #FD8D62;
  margin-bottom: 1%;
}
.prism-create .template14 h3 {
  font-size: 1.6vw;
  line-height: 2.2vw;
  color: #FD8D62;
}
.prism-create .template14 h4 {
  font-size: 1.3vw;
  line-height: 1.8vw;
  color: #FD8D62;
  font-style: normal;
}
.prism-create .template14 h5 {
  font-size: 0.9vw;
  line-height: 1.2vw;
  color: #000000;
  font-style: normal;
}
.prism-create .template14 p {
  font-size: 1vw;
  line-height: 1.5vw;
  color: #000000;
  margin-bottom: 1%;
}
.prism-create .template14 p span.font_italic {
  font-style: italic;
}
.prism-create .template14 .benefits_sec {
  margin: 1.5% 0% 1%;
}
.prism-create .template14 .temp14_flex {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
  margin-top: 1%;
}
.prism-create .template14 .temp14_flex .temp14_flex_cols {
  width: 31.5%;
  padding: 1.4% 1.3%;
  border-radius: 25px;
  border: 2px solid #FD8D62;
  background: #ffffff;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.prism-create .template14 .temp14_flex .temp14_flex_cols h2 {
  line-height: 3vw;
  color: #000000;
}
.prism-create .template14 .temp14_flex .temp14_flex_cols_flex {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 4%;
}
.prism-create .template14 .temp14_flex .temp14_flex_cols_flex .temp14_flex_cols_flex_left {
  width: 20%;
  margin-right: 5%;
}
.prism-create .template14 .temp14_flex .temp14_flex_cols_flex .temp14_flex_cols_flex_right {
  width: 75%;
}
.prism-create .template14 .temp14_img {
}
.prism-create .template14 .temp_all_img_rightside img {
object-fit: cover;
    object-position: left top;
}

@media (min-width: 1800px) {}
@media (min-width: 1440px) and (max-width: 1800px) and (min-height: 780px) {
  .prism-create .template14 p {
    font-size: 1.2vw;
    line-height: 1.6vw;
    margin-bottom: 2%;
  }
  .prism-create .template14 h5 {
    font-size: 1vw;
    line-height: 1.35vw;
  }
  .prism-create .template14 h3 {
    font-size: 1.8vw;
    line-height: 2.4vw;
  }
  .prism-create .template14 .benefits_sec {
    margin: 3% 0% 2%;
  }
  .prism-create .template14 .temp14_img {
    width: 44%;
  }
  .prism-create .template14 .temp14_content .temp14_top_content {
    padding-right: 27%;
  }
}
@media (max-width: 1440px) {}
@media (max-width: 1280px) and (min-height: 650px) {}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (min-device-height: 800px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .prism-create .template14 {
    overflow: hidden !important;
  }
  .prism-create .template14 .temp14_content {
    padding: 6% 35% 3% 7%;
  }
  .prism-create .template14 .temp14_img {
    width: 48%;
  }
  .prism-create .template14 .temp14_content .temp14_top_content {
    padding-right: 22%;
  }
}
@media (max-width: 1024px) {
  .prism-create .template14 {
    height: 100vh;
  }
}
@media (max-width: 1366px) and (max-height: 650px) {
  .prism-create .template14 .temp14_content .temp14_top_content {
    padding-right: 22%;
  }
}
@media (max-width: 900px) {}
@media (orientation: portrait) {
  .prism-create .template14 {
    overflow: hidden;
    overflow-y: auto;
  }
  .prism-create .template14 .temp14_content {
    padding: 18% 10% 32%;
  }
  .prism-create .template14 h4 {
    font-size: 3.5vw;
    line-height: 4.5vw;
    margin-bottom: 4%;
  }
  .prism-create .template14 h2 {
    font-size: 8vw;
    line-height: 9vw;
    margin-bottom: 4%;
  }
  .prism-create .template14 .temp14_img {
    position: relative;
        width: 59%;
        height: 100%;
        top: inherit;
        right: -59%;
        z-index: 0;
        margin-top: -80%;
  }
  .prism-create .template14 .temp14_content .temp14_top_content {
    padding-right: 0%;
  }
  .prism-create .template14 p {
    font-size: 3.1vw;
    line-height: 4.6vw;
    margin-bottom: 4%;
  }
  .prism-create .template14 h3 {
    font-size: 4.5vw;
    line-height: 5.5vw;
    margin-top: 6%;
  }
  .prism-create .template14 .temp14_flex .temp14_flex_cols {
    width: 48%;
    padding: 2% 3% 2% 2.5%;
    margin-bottom: 4%;
  }
  .prism-create .template14 .temp14_flex {
    margin-top: 4%;
  }
  .prism-create .template14 h5 {
    font-size: 3vw;
    line-height: 4.5vw;
  }
  .prism-create .template14 .temp14_flex .temp14_flex_cols_flex .temp14_flex_cols_flex_left {
    width: 20%;
    margin-right: 40px;
  }
  .prism-create .template14 .temp14_flex .temp14_flex_cols h2 {
    font-size: 9vw;
  }
  .prism-create .template14 .temp14_flex .temp14_flex_cols_flex {
    margin-bottom: 8%;
  }

}
@media (max-width: 768px) {}
@media (max-width: 480px) {
  .prism-create .template14 .temp14_content {
    padding: 120px 10% 20%;
  }
  .prism-create .template14 h4 {
    font-size: 5vw;
    line-height: 6vw;
    margin-bottom: 6%;
  }
  .prism-create .template14 h2 {
    font-size: 11vw;
    line-height: 12vw;
    margin-bottom: 8%;
  }
  .prism-create .template14 p {
    font-size: 4.5vw;
    line-height: 6vw;
    margin-bottom: 6%;
  }
  .prism-create .template14 h3 {
    font-size: 7vw;
    line-height: 8vw;
    margin-top: 8%;
  }
  .prism-create .template14 .temp14_flex {
    margin-top: 6%;
  }
  .prism-create .template14 .temp14_flex .temp14_flex_cols {
    width: 100%;
    margin: 0px auto;
    padding: 6% 8%;
    margin-bottom: 8%;
  }
  .prism-create .template14 .temp14_flex .temp14_flex_cols h2 {
    font-size: 12vw;
  }
  .prism-create .template14 .temp14_flex .temp14_flex_cols_flex .temp14_flex_cols_flex_left {
    margin-right: 20px;
  }
  .prism-create .template14 h5 {
    font-size: 4vw;
    line-height: 5.5vw;
  }
  .prism-create .template14 .temp14_img {
    margin-top: -34px;
  }
}
@media (max-height: 450px) {}
/* template14 css end */
/* template15 css start */
.prism-create .template15 {
  position: relative;
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
  background: #ffffff;
}
.prism-create .template15 .temp15_content {
  position: relative;
  width: 100%;
  min-height: 100vh;
  padding: 3% 30% 4% 7%;
}
.prism-create .template15 .temp15_content .temp15_content_inner {
  position: relative;
  z-index: 2;
}
.prism-create .template15 .temp15_content .temp15_top_content {
  padding-right: 16%;
}
.prism-create .template15 h2 {
  font-size: 3.4vw;
  line-height: 4vw;
  color: #FD8D62;
  margin-bottom: 1%;
}
.prism-create .template15 h3 {
  font-size: 1.6vw;
  line-height: 2.2vw;
  color: #FD8D62;
}
.prism-create .template15 h4 {
  font-size: 1.3vw;
  line-height: 1.8vw;
  color: #FD8D62;
  font-style: normal;
}
.prism-create .template15 h5 {
  font-size: 0.9vw;
  line-height: 1.2vw;
  color: #000000;
  font-style: normal;
}
.prism-create .template15 p {
  font-size: 1vw;
  line-height: 1.5vw;
  color: #000000;
  margin-bottom: 1%;
}
.prism-create .template15 p span.font_italic {
  font-style: italic;
}
.prism-create .template15 .benefits_sec {
  margin: 1.5% 0% 1%;
}
.prism-create .template15 .temp15_flex {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
  margin-top: 1%;
}
.prism-create .template15 .temp15_flex .temp15_flex_cols {
  width: 31.5%;
  padding: 1.4% 1.3%;
  border-radius: 25px;
  border: 2px solid #FD8D62;
  background: #ffffff;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.prism-create .template15 .temp15_flex .temp15_flex_cols h2 {
  line-height: 3vw;
  color: #000000;
}
.prism-create .template15 .temp15_flex .temp15_flex_cols_flex {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 4%;
}
.prism-create .template15 .temp15_flex .temp15_flex_cols_flex .temp15_flex_cols_flex_left {
  width: 20%;
  margin-right: 5%;
}
.prism-create .template15 .temp15_flex .temp15_flex_cols_flex .temp15_flex_cols_flex_right {
  width: 75%;
}
.prism-create .template15 .temp15_img {
}


@media (min-width: 1800px) {}
@media (min-width: 1440px) and (max-width: 1800px) and (min-height: 780px) {
  .prism-create .template15 p {
    font-size: 1.2vw;
    line-height: 1.6vw;
    margin-bottom: 2%;
  }
  .prism-create .template15 h5 {
    font-size: 1vw;
    line-height: 1.35vw;
  }
  .prism-create .template15 h3 {
    font-size: 1.8vw;
    line-height: 2.4vw;
  }
  .prism-create .template15 .benefits_sec {
    margin: 3% 0% 2%;
  }
  .prism-create .template15 .temp15_img {
    width: 44%;
  }
  .prism-create .template15 .temp15_content .temp15_top_content {
    padding-right: 27%;
  }
}
@media (max-width: 1440px) {}
@media (max-width: 1280px) and (min-height: 650px) {}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (min-device-height: 800px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .prism-create .template15 {
    overflow: hidden !important;
  }
  .prism-create .template15 .temp15_content {
    padding: 6% 35% 3% 7%;
  }
  .prism-create .template15 .temp15_img {
    width: 48%;
  }
  .prism-create .template15 .temp15_content .temp15_top_content {
    padding-right: 22%;
  }
}
@media (max-width: 1024px) {
  .prism-create .template15 {
    height: 100vh;
  }
}
@media (max-width: 1366px) and (max-height: 650px) {
  .prism-create .template15 .temp15_content .temp15_top_content {
    padding-right: 22%;
  }
}
@media (max-width: 900px) {}
@media (orientation: portrait) {
  .prism-create .template15 {
    overflow: hidden;
    overflow-y: auto;
  }
  .prism-create .template15 .temp15_content {
    padding: 18% 10% 20%;
  }
  .prism-create .template15 h4 {
    font-size: 3.5vw;
    line-height: 4.5vw;
    margin-bottom: 4%;
  }
  .prism-create .template15 h2 {
    font-size: 8vw;
    line-height: 9vw;
    margin-bottom: 4%;
  }
  .prism-create .template15 .temp15_img {
    position: relative;
    width: 80%;
    height: 100%;
    top: inherit;
    right: -40%;
    z-index: 0;
    margin-top: -69%;
  }
  .prism-create .template15 .temp15_content .temp15_top_content {
    padding-right: 0%;
  }
  .prism-create .template15 p {
    font-size: 3.1vw;
    line-height: 4.6vw;
    margin-bottom: 4%;
  }
  .prism-create .template15 h3 {
    font-size: 4.5vw;
    line-height: 5.5vw;
    margin-top: 6%;
  }
  .prism-create .template15 .temp15_flex .temp15_flex_cols {
    width: 48%;
    padding: 2% 3% 2% 2.5%;
    margin-bottom: 4%;
  }
  .prism-create .template15 .temp15_flex {
    margin-top: 4%;
  }
  .prism-create .template15 h5 {
    font-size: 3vw;
    line-height: 4.5vw;
  }
  .prism-create .template15 .temp15_flex .temp15_flex_cols_flex .temp15_flex_cols_flex_left {
    width: 20%;
    margin-right: 40px;
  }
  .prism-create .template15 .temp15_flex .temp15_flex_cols h2 {
    font-size: 9vw;
  }
  .prism-create .template15 .temp15_flex .temp15_flex_cols_flex {
    margin-bottom: 8%;
  }

}
@media (max-width: 768px) {}
@media (max-width: 480px) {
  .prism-create .template15 .temp15_content {
    padding: 120px 10% 20%;
  }
  .prism-create .template15 h4 {
    font-size: 5vw;
    line-height: 6vw;
    margin-bottom: 6%;
  }
  .prism-create .template15 h2 {
    font-size: 11vw;
    line-height: 12vw;
    margin-bottom: 8%;
  }
  .prism-create .template15 p {
    font-size: 4.5vw;
    line-height: 6vw;
    margin-bottom: 6%;
  }
  .prism-create .template15 h3 {
    font-size: 7vw;
    line-height: 8vw;
    margin-top: 8%;
  }
  .prism-create .template15 .temp15_flex {
    margin-top: 6%;
  }
  .prism-create .template15 .temp15_flex .temp15_flex_cols {
    width: 100%;
    margin: 0px auto;
    padding: 6% 8%;
    margin-bottom: 8%;
  }
  .prism-create .template15 .temp15_flex .temp15_flex_cols h2 {
    font-size: 12vw;
  }
  .prism-create .template15 .temp15_flex .temp15_flex_cols_flex .temp15_flex_cols_flex_left {
    margin-right: 20px;
  }
  .prism-create .template15 h5 {
    font-size: 4vw;
    line-height: 5.5vw;
  }
  .prism-create .template15 .temp15_img {
    margin-top: -34px;
  }
}
@media (max-height: 450px) {}
/* template15 css end */
/* template16 css start */
.prism-create .template16 {
  position: relative;
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
  background: #ffffff;
}
.prism-create .template16 .temp16_content {
  position: relative;
  width: 100%;
  min-height: 100vh;
  padding: 3% 35% 4% 7%;
}
.prism-create .template16 .temp16_content .temp16_content_inner {
  position: relative;
  z-index: 2;
}
.prism-create .template16 .temp16_content .temp16_top_content {
  padding-right: 16%;
}
.prism-create .template16 h2 {
  font-size: 3.4vw;
  line-height: 4vw;
  color: #A18CDE;
  margin-bottom: 1%;
}
.prism-create .template16 h3 {
  font-size: 1.6vw;
  line-height: 2.2vw;
  color: #A18CDE;
}
.prism-create .template16 h4 {
  font-size: 1.3vw;
  line-height: 1.8vw;
  color: #A18CDE;
  font-style: normal;
}
.prism-create .template16 h5 {
  font-size: 0.9vw;
  line-height: 1.2vw;
  color: #000000;
  font-style: normal;
}
.prism-create .template16 p {
  font-size: 1vw;
  line-height: 1.5vw;
  color: #000000;
  margin-bottom: 1%;
}
.prism-create .template16 p span.font_italic {
  font-style: italic;
}
.prism-create .template16 .benefits_sec {
  margin: 1.5% 0% 1%;
}
.prism-create .template16 .temp16_flex {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
  margin-top: 1%;
}
.prism-create .template16 .temp16_flex .temp16_flex_cols {
  width: 31.5%;
  padding: 1.4% 1.3%;
  border-radius: 25px;
  border: 2px solid #A18CDE;
  background: #ffffff;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.prism-create .template16 .temp16_flex .temp16_flex_cols h2 {
  line-height: 3vw;
  color: #000000;
}
.prism-create .template16 .temp16_flex .temp16_flex_cols_flex {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 4%;
}
.prism-create .template16 .temp16_flex .temp16_flex_cols_flex .temp16_flex_cols_flex_left {
  width: 20%;
  margin-right: 5%;
}
.prism-create .template16 .temp16_flex .temp16_flex_cols_flex .temp16_flex_cols_flex_right {
  width: 75%;
}
.prism-create .template16 .temp16_img {
}


@media (min-width: 1800px) {}
@media (min-width: 1440px) and (max-width: 1800px) and (min-height: 780px) {
  .prism-create .template16 p {
    font-size: 1.2vw;
    line-height: 1.6vw;
    margin-bottom: 2%;
  }
  .prism-create .template16 h5 {
    font-size: 1vw;
    line-height: 1.35vw;
  }
  .prism-create .template16 h3 {
    font-size: 1.8vw;
    line-height: 2.4vw;
  }
  .prism-create .template16 .benefits_sec {
    margin: 3% 0% 2%;
  }
  .prism-create .template16 .temp16_img {
    width: 44%;
  }
  .prism-create .template16 .temp16_content .temp16_top_content {
    padding-right: 27%;
  }
}
@media (max-width: 1440px) {}
@media (max-width: 1280px) and (min-height: 650px) {}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (min-device-height: 800px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .prism-create .template16 {
    overflow: hidden !important;
  }
  .prism-create .template16 .temp16_content {
    padding: 6% 35% 3% 7%;
  }
  .prism-create .template16 .temp16_img {
    width: 48%;
  }
  .prism-create .template16 .temp16_content .temp16_top_content {
    padding-right: 22%;
  }
}
@media (max-width: 1024px) {
  .prism-create .template16 {
    height: 100vh;
  }
}
@media (max-width: 1366px) and (max-height: 650px) {
  .prism-create .template16 .temp16_content .temp16_top_content {
    padding-right: 22%;
  }
}
@media (max-width: 900px) {}
@media (orientation: portrait) {
  .prism-create .template16 {
    overflow: hidden;
    overflow-y: auto;
  }
  .prism-create .template16 .temp16_content {
    padding: 18% 10% 28%;
  }
  .prism-create .template16 h4 {
    font-size: 3.5vw;
    line-height: 4.5vw;
    margin-bottom: 4%;
  }
  .prism-create .template16 h2 {
    font-size: 8vw;
    line-height: 9vw;
    margin-bottom: 4%;
  }
  .prism-create .template16 .temp16_img {
    position: relative;
        width: 53%;
        height: 100%;
        top: inherit;
        right: -60%;
        z-index: 0;
        margin-top: -71%;
  }
  .prism-create .template16 .temp16_content .temp16_top_content {
    padding-right: 0%;
  }
  .prism-create .template16 p {
    font-size: 3.1vw;
    line-height: 4.6vw;
    margin-bottom: 4%;
  }
  .prism-create .template16 h3 {
    font-size: 4.5vw;
    line-height: 5.5vw;
    margin-top: 6%;
  }
  .prism-create .template16 .temp16_flex .temp16_flex_cols {
    width: 48%;
    padding: 2% 3% 2% 2.5%;
    margin-bottom: 4%;
  }
  .prism-create .template16 .temp16_flex {
    margin-top: 4%;
  }
  .prism-create .template16 h5 {
    font-size: 3vw;
    line-height: 4.5vw;
  }
  .prism-create .template16 .temp16_flex .temp16_flex_cols_flex .temp16_flex_cols_flex_left {
    width: 20%;
    margin-right: 40px;
  }
  .prism-create .template16 .temp16_flex .temp16_flex_cols h2 {
    font-size: 9vw;
  }
  .prism-create .template16 .temp16_flex .temp16_flex_cols_flex {
    margin-bottom: 8%;
  }

}
@media (max-width: 768px) {}
@media (max-width: 480px) {
  .prism-create .template16 .temp16_content {
    padding: 120px 10% 20%;
  }
  .prism-create .template16 h4 {
    font-size: 5vw;
    line-height: 6vw;
    margin-bottom: 6%;
  }
  .prism-create .template16 h2 {
    font-size: 11vw;
    line-height: 12vw;
    margin-bottom: 8%;
  }
  .prism-create .template16 p {
    font-size: 4.5vw;
    line-height: 6vw;
    margin-bottom: 6%;
  }
  .prism-create .template16 h3 {
    font-size: 7vw;
    line-height: 8vw;
    margin-top: 8%;
  }
  .prism-create .template16 .temp16_flex {
    margin-top: 6%;
  }
  .prism-create .template16 .temp16_flex .temp16_flex_cols {
    width: 100%;
    margin: 0px auto;
    padding: 6% 8%;
    margin-bottom: 8%;
  }
  .prism-create .template16 .temp16_flex .temp16_flex_cols h2 {
    font-size: 12vw;
  }
  .prism-create .template16 .temp16_flex .temp16_flex_cols_flex .temp16_flex_cols_flex_left {
    margin-right: 20px;
  }
  .prism-create .template16 h5 {
    font-size: 4vw;
    line-height: 5.5vw;
  }
  .prism-create .template16 .temp16_img {
    margin-top: -34px;
  }
}
@media (max-height: 450px) {}
/* template16 css end */
/* template17 css start */
.prism-create .template17 {
  position: relative;
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
  background: #ffffff;
}
.prism-create .template17 .temp17_content {
  position: relative;
  width: 100%;
  min-height: 100vh;
  padding: 3% 38% 5% 7%;
}
.prism-create .template17 .temp17_content .temp17_content_inner {
  position: relative;
  z-index: 2;
}
.prism-create .template17 .temp17_content .temp17_top_content {
  padding-right: 18%;
}
.prism-create .template17 h2 {
  font-size: 3.4vw;
  line-height: 4vw;
  color: #A18CDE;
  margin-bottom: 1%;
}
.prism-create .template17 h3 {
  font-size: 1.6vw;
  line-height: 2.2vw;
  color: #A18CDE;
}
.prism-create .template17 h4 {
  font-size: 1.3vw;
  line-height: 1.8vw;
  color: #A18CDE;
  font-style: normal;
}
.prism-create .template17 h5 {
  font-size: 0.9vw;
  line-height: 1.2vw;
  color: #000000;
  font-style: normal;
}
.prism-create .template17 p {
  font-size: 1vw;
  line-height: 1.5vw;
  color: #000000;
  margin-bottom: 1%;
}
.prism-create .template17 p span.font_italic {
  font-style: italic;
}
.prism-create .template17 .benefits_sec {
  margin: 1.5% 0% 1%;
}
.prism-create .template17 .temp17_flex {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
  margin-top: 1%;
}
.prism-create .template17 .temp17_flex .temp17_flex_cols {
  width: 31.5%;
  padding: 1.4% 1.3%;
  border-radius: 25px;
  border: 2px solid #A18CDE;
  background: #ffffff;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.prism-create .template17 .temp17_flex .temp17_flex_cols h2 {
  line-height: 3vw;
  color: #000000;
}
.prism-create .template17 .temp17_flex .temp17_flex_cols_flex {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 4%;
}
.prism-create .template17 .temp17_flex .temp17_flex_cols_flex .temp17_flex_cols_flex_left {
  width: 20%;
  margin-right: 5%;
}
.prism-create .template17 .temp17_flex .temp17_flex_cols_flex .temp17_flex_cols_flex_right {
  width: 75%;
}
.prism-create .template17 .temp17_img {

}


@media (min-width: 1800px) {}
@media (min-width: 1440px) and (max-width: 1800px) and (min-height: 780px) {
  .prism-create .template17 p {
    font-size: 1.2vw;
    line-height: 1.6vw;
    margin-bottom: 2%;
  }
  .prism-create .template17 h5 {
    font-size: 1vw;
    line-height: 1.35vw;
  }
  .prism-create .template17 h3 {
    font-size: 1.8vw;
    line-height: 2.4vw;
  }
  .prism-create .template17 .benefits_sec {
    margin: 3% 0% 2%;
  }
  .prism-create .template17 .temp17_img {
    width: 44%;
  }
  .prism-create .template17 .temp17_content .temp17_top_content {
    padding-right: 27%;
  }
}
@media (max-width: 1440px) {}
@media (max-width: 1280px) and (min-height: 650px) {}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (min-device-height: 800px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .prism-create .template17 {
    overflow: hidden !important;
  }
  .prism-create .template17 .temp17_content {
    padding: 6% 35% 3% 7%;
  }
  .prism-create .template17 .temp17_img {
    width: 48%;
  }
  .prism-create .template17 .temp17_content .temp17_top_content {
    padding-right: 22%;
  }
}
@media (max-width: 1024px) {
  .prism-create .template17 {
    height: 100vh;
  }
}
@media (max-width: 1366px) and (max-height: 650px) {
  .prism-create .template17 .temp17_content .temp17_top_content {
    padding-right: 22%;
  }
}
@media (max-width: 900px) {}
@media (orientation: portrait) {
  .prism-create .template17 {
    overflow: hidden;
    overflow-y: auto;
  }
  .prism-create .template17 .temp17_content {
    padding: 18% 10% 20%;
  }
  .prism-create .template17 h4 {
    font-size: 3.5vw;
    line-height: 4.5vw;
    margin-bottom: 4%;
  }
  .prism-create .template17 h2 {
    font-size: 8vw;
    line-height: 9vw;
    margin-bottom: 4%;
  }
  .prism-create .template17 .temp17_img {
    position: relative;
    width: 80%;
    height: 100%;
    top: inherit;
    right: -40%;
    z-index: 0;
    margin-top: -69%;
  }
  .prism-create .template17 .temp17_content .temp17_top_content {
    padding-right: 0%;
  }
  .prism-create .template17 p {
    font-size: 3.1vw;
    line-height: 4.6vw;
    margin-bottom: 4%;
  }
  .prism-create .template17 h3 {
    font-size: 4.5vw;
    line-height: 5.5vw;
    margin-top: 6%;
  }
  .prism-create .template17 .temp17_flex .temp17_flex_cols {
    width: 48%;
    padding: 2% 3% 2% 2.5%;
    margin-bottom: 4%;
  }
  .prism-create .template17 .temp17_flex {
    margin-top: 4%;
  }
  .prism-create .template17 h5 {
    font-size: 3vw;
    line-height: 4.5vw;
  }
  .prism-create .template17 .temp17_flex .temp17_flex_cols_flex .temp17_flex_cols_flex_left {
    width: 20%;
    margin-right: 40px;
  }
  .prism-create .template17 .temp17_flex .temp17_flex_cols h2 {
    font-size: 9vw;
  }
  .prism-create .template17 .temp17_flex .temp17_flex_cols_flex {
    margin-bottom: 8%;
  }

}
@media (max-width: 768px) {}
@media (max-width: 480px) {
  .prism-create .template17 .temp17_content {
    padding: 120px 10% 20%;
  }
  .prism-create .template17 h4 {
    font-size: 5vw;
    line-height: 6vw;
    margin-bottom: 6%;
  }
  .prism-create .template17 h2 {
    font-size: 11vw;
    line-height: 12vw;
    margin-bottom: 8%;
  }
  .prism-create .template17 p {
    font-size: 4.5vw;
    line-height: 6vw;
    margin-bottom: 6%;
  }
  .prism-create .template17 h3 {
    font-size: 7vw;
    line-height: 8vw;
    margin-top: 8%;
  }
  .prism-create .template17 .temp17_flex {
    margin-top: 6%;
  }
  .prism-create .template17 .temp17_flex .temp17_flex_cols {
    width: 100%;
    margin: 0px auto;
    padding: 6% 8%;
    margin-bottom: 8%;
  }
  .prism-create .template17 .temp17_flex .temp17_flex_cols h2 {
    font-size: 12vw;
  }
  .prism-create .template17 .temp17_flex .temp17_flex_cols_flex .temp17_flex_cols_flex_left {
    margin-right: 20px;
  }
  .prism-create .template17 h5 {
    font-size: 4vw;
    line-height: 5.5vw;
  }
  .prism-create .template17 .temp17_img {
    margin-top: -34px;
  }
}
@media (max-height: 450px) {}
/* template17 css end */
/* template18 css start */
.prism-create .template18 {
  position: relative;
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
  background: #ffffff;
}
.prism-create .template18 .temp18_content {
  position: relative;
  width: 100%;
  min-height: 100vh;
  padding: 3% 35% 4% 7%;
}
.prism-create .template18 .temp18_content .temp18_content_inner {
  position: relative;
  z-index: 2;
}
.prism-create .template18 .temp18_content .temp18_top_content {
  padding-right: 16%;
}
.prism-create .template18 h2 {
  font-size: 3.4vw;
  line-height: 4vw;
  color: #A18CDE;
  margin-bottom: 1%;
}
.prism-create .template18 h3 {
  font-size: 1.6vw;
  line-height: 2.2vw;
  color: #A18CDE;
}
.prism-create .template18 h4 {
  font-size: 1.3vw;
  line-height: 1.8vw;
  color: #A18CDE;
  font-style: normal;
}
.prism-create .template18 h5 {
  font-size: 0.9vw;
  line-height: 1.2vw;
  color: #000000;
  font-style: normal;
}
.prism-create .template18 p {
  font-size: 1vw;
  line-height: 1.5vw;
  color: #000000;
  margin-bottom: 1%;
}
.prism-create .template18 p span.font_italic {
  font-style: italic;
}
.prism-create .template18 .benefits_sec {
  margin: 1.5% 0% 1%;
}
.prism-create .template18 .temp18_flex {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
  margin-top: 1%;
}
.prism-create .template18 .temp18_flex .temp18_flex_cols {
  width: 31.5%;
  padding: 1.4% 1.3%;
  border-radius: 25px;
  border: 2px solid #A18CDE;
  background: #ffffff;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.prism-create .template18 .temp18_flex .temp18_flex_cols h2 {
  line-height: 3vw;
  color: #000000;
}
.prism-create .template18 .temp18_flex .temp18_flex_cols_flex {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 4%;
}
.prism-create .template18 .temp18_flex .temp18_flex_cols_flex .temp18_flex_cols_flex_left {
  width: 20%;
  margin-right: 5%;
}
.prism-create .template18 .temp18_flex .temp18_flex_cols_flex .temp18_flex_cols_flex_right {
  width: 75%;
}
.prism-create .template18 .temp18_img {
}

@media (min-width: 1800px) {}
@media (min-width: 1440px) and (max-width: 1800px) and (min-height: 780px) {
  .prism-create .template18 p {
    font-size: 1.2vw;
    line-height: 1.6vw;
    margin-bottom: 2%;
  }
  .prism-create .template18 h5 {
    font-size: 1vw;
    line-height: 1.35vw;
  }
  .prism-create .template18 h3 {
    font-size: 1.8vw;
    line-height: 2.4vw;
  }
  .prism-create .template18 .benefits_sec {
    margin: 3% 0% 2%;
  }
  .prism-create .template18 .temp18_img {
    width: 44%;
  }
  .prism-create .template18 .temp18_content .temp18_top_content {
    padding-right: 27%;
  }
}
@media (max-width: 1440px) {}
@media (max-width: 1280px) and (min-height: 650px) {}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (min-device-height: 800px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .prism-create .template18 {
    overflow: hidden !important;
  }
  .prism-create .template18 .temp18_content {
    padding: 6% 35% 3% 7%;
  }
  .prism-create .template18 .temp18_img {
    width: 48%;
  }
  .prism-create .template18 .temp18_content .temp18_top_content {
    padding-right: 22%;
  }
}
@media (max-width: 1024px) {
  .prism-create .template18 {
    height: 100vh;
  }
}
@media (max-width: 1366px) and (max-height: 650px) {
  .prism-create .template18 .temp18_content .temp18_top_content {
    padding-right: 22%;
  }
}
@media (max-width: 900px) {}
@media (orientation: portrait) {
  .prism-create .template18 {
    overflow: hidden;
    overflow-y: auto;
  }
  .prism-create .template18 .temp18_content {
    padding: 18% 10% 28%;
  }
  .prism-create .template18 h4 {
    font-size: 3.5vw;
    line-height: 4.5vw;
    margin-bottom: 4%;
  }
  .prism-create .template18 h2 {
    font-size: 8vw;
    line-height: 9vw;
    margin-bottom: 4%;
  }
  .prism-create .template18 .temp18_img {
    position: relative;
        width: 53%;
        height: 100%;
        top: inherit;
        right: -60%;
        z-index: 0;
        margin-top: -75%;
  }
  .prism-create .template18 .temp18_content .temp18_top_content {
    padding-right: 0%;
  }
  .prism-create .template18 p {
    font-size: 3.1vw;
    line-height: 4.6vw;
    margin-bottom: 4%;
  }
  .prism-create .template18 h3 {
    font-size: 4.5vw;
    line-height: 5.5vw;
    margin-top: 6%;
  }
  .prism-create .template18 .temp18_flex .temp18_flex_cols {
    width: 48%;
    padding: 2% 3% 2% 2.5%;
    margin-bottom: 4%;
  }
  .prism-create .template18 .temp18_flex {
    margin-top: 4%;
  }
  .prism-create .template18 h5 {
    font-size: 3vw;
    line-height: 4.5vw;
  }
  .prism-create .template18 .temp18_flex .temp18_flex_cols_flex .temp18_flex_cols_flex_left {
    width: 20%;
    margin-right: 40px;
  }
  .prism-create .template18 .temp18_flex .temp18_flex_cols h2 {
    font-size: 9vw;
  }
  .prism-create .template18 .temp18_flex .temp18_flex_cols_flex {
    margin-bottom: 8%;
  }

}
@media (max-width: 768px) {}
@media (max-width: 480px) {
  .prism-create .template18 .temp18_content {
    padding: 120px 10% 20%;
  }
  .prism-create .template18 h4 {
    font-size: 5vw;
    line-height: 6vw;
    margin-bottom: 6%;
  }
  .prism-create .template18 h2 {
    font-size: 11vw;
    line-height: 12vw;
    margin-bottom: 8%;
  }
  .prism-create .template18 p {
    font-size: 4.5vw;
    line-height: 6vw;
    margin-bottom: 6%;
  }
  .prism-create .template18 h3 {
    font-size: 7vw;
    line-height: 8vw;
    margin-top: 8%;
  }
  .prism-create .template18 .temp18_flex {
    margin-top: 6%;
  }
  .prism-create .template18 .temp18_flex .temp18_flex_cols {
    width: 100%;
    margin: 0px auto;
    padding: 6% 8%;
    margin-bottom: 8%;
  }
  .prism-create .template18 .temp18_flex .temp18_flex_cols h2 {
    font-size: 12vw;
  }
  .prism-create .template18 .temp18_flex .temp18_flex_cols_flex .temp18_flex_cols_flex_left {
    margin-right: 20px;
  }
  .prism-create .template18 h5 {
    font-size: 4vw;
    line-height: 5.5vw;
  }
  .prism-create .template18 .temp18_img {
    margin-top: -34px;
  }
}
@media (max-height: 450px) {}
/* template18 css end */
/* template19 css start */
.prism-create .template19 {
  position: relative;
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
  background: #ffffff;
}
.prism-create .template19 .temp19_content {
  position: relative;
  width: 100%;
  min-height: 100vh;
  padding: 3% 33% 4% 7%;
}
.prism-create .template19 .temp19_content .temp19_content_inner {
  position: relative;
  z-index: 2;
}
.prism-create .template19 .temp19_content .temp19_top_content {
  padding-right: 12%;
}
.prism-create .template19 h2 {
  font-size: 3.4vw;
  line-height: 4vw;
  color: #A18CDE;
  margin-bottom: 1%;
}
.prism-create .template19 h3 {
  font-size: 1.6vw;
  line-height: 2.2vw;
  color: #A18CDE;
}
.prism-create .template19 h4 {
  font-size: 1.3vw;
  line-height: 1.8vw;
  color: #A18CDE;
  font-style: normal;
}
.prism-create .template19 h5 {
  font-size: 0.9vw;
  line-height: 1.2vw;
  color: #000000;
  font-style: normal;
}
.prism-create .template19 p {
  font-size: 1vw;
  line-height: 1.5vw;
  color: #000000;
  margin-bottom: 1%;
}
.prism-create .template19 p span.font_italic {
  font-style: italic;
}
.prism-create .template19 .benefits_sec {
  margin: 1.5% 0% 1%;
}
.prism-create .template19 .temp19_flex {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
  margin-top: 1%;
}
.prism-create .template19 .temp19_flex .temp19_flex_cols {
  width: 31.5%;
  padding: 1.4% 1.3%;
  border-radius: 25px;
  border: 2px solid #A18CDE;
  background: #ffffff;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.prism-create .template19 .temp19_flex .temp19_flex_cols h2 {
  line-height: 3vw;
  color: #000000;
}
.prism-create .template19 .temp19_flex .temp19_flex_cols_flex {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 4%;
}
.prism-create .template19 .temp19_flex .temp19_flex_cols_flex .temp19_flex_cols_flex_left {
  width: 20%;
  margin-right: 5%;
}
.prism-create .template19 .temp19_flex .temp19_flex_cols_flex .temp19_flex_cols_flex_right {
  width: 75%;
}
.prism-create .template19 .temp19_img {
}
.prism-create .temp_popup_tokenization_sec {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 100000;
  display: none;
}
.prism-create .temp_popup_tokenization_sec_flex {
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}
.prism-create .temp_popup_tokenization_sec_box {
    width: 70%;
    min-height: 37vw;
    margin: 0px auto;
    border-radius: 4vw;
    position: relative;
    padding: 3% 5% 5% 5%;
    display: flex;
    align-items: center;
}
.prism-create .temp_popup_tokenization_sec .close_tokenization {
    position: absolute;
    right: -6%;
    top: 0px;
    width: 4%;
    z-index: 100;
    cursor: pointer;
}
.prism-create .popup_video_mobile {
  width: 17vw;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  margin: auto;
}
.prism-create .temp_popup_tokenization_sec video {
  width: 100%;
  border-radius: 2vw;
  overflow: hidden;
}
.prism-create .temp_popup_tokenization_sec h2 {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 30%;
  text-align: left;
  line-height: 100% !important;
}

@media (min-width: 1800px) {}
@media (min-width: 1440px) and (max-width: 1800px) and (min-height: 780px) {
  .prism-create .template19 p {
    font-size: 1.2vw;
    line-height: 1.6vw;
    margin-bottom: 2%;
  }
  .prism-create .template19 h5 {
    font-size: 1vw;
    line-height: 1.35vw;
  }
  .prism-create .template19 h3 {
    font-size: 1.8vw;
    line-height: 2.4vw;
  }
  .prism-create .template19 .benefits_sec {
    margin: 3% 0% 2%;
  }
  .prism-create .template19 .temp19_img {
    width: 44%;
  }
  .prism-create .template19 .temp19_content .temp19_top_content {
    padding-right: 27%;
  }
}
@media (max-width: 1440px) {}
@media (max-width: 1280px) and (min-height: 650px) {}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (min-device-height: 800px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .prism-create .template19 {
    overflow: hidden !important;
  }
  .prism-create .template19 .temp19_content {
    padding: 6% 35% 3% 7%;
  }
  .prism-create .template19 .temp19_img {
    width: 48%;
  }
  .prism-create .template19 .temp19_content .temp19_top_content {
    padding-right: 22%;
  }
}
@media (max-width: 1024px) {
  .prism-create .template19 {
    height: 100vh;
  }
}
@media (max-width: 1366px) and (max-height: 650px) {
  .prism-create .template19 .temp19_content .temp19_top_content {
    padding-right: 22%;
  }
}
@media (max-width: 900px) {}
@media (orientation: portrait) {
  .prism-create .template19 {
    overflow: hidden;
    overflow-y: auto;
  }
  .prism-create .template19 .temp19_content {
    padding: 18% 10% 20%;
  }
  .prism-create .template19 h4 {
    font-size: 3.5vw;
    line-height: 4.5vw;
    margin-bottom: 4%;
  }
  .prism-create .template19 h2 {
    font-size: 8vw;
    line-height: 9vw;
    margin-bottom: 4%;
  }
  .prism-create .template19 .temp19_img {
    position: relative;
    width: 80%;
    height: 100%;
    top: inherit;
    right: -40%;
    z-index: 0;
    margin-top: -96%;
  }
  .prism-create .template19 .temp19_content .temp19_top_content {
    padding-right: 0%;
  }
  .prism-create .template19 p {
    font-size: 3.1vw;
    line-height: 4.6vw;
    margin-bottom: 4%;
  }
  .prism-create .template19 h3 {
    font-size: 4.5vw;
    line-height: 5.5vw;
    margin-top: 6%;
  }
  .prism-create .template19 .temp19_flex .temp19_flex_cols {
    width: 48%;
    padding: 2% 3% 2% 2.5%;
    margin-bottom: 4%;
  }
  .prism-create .template19 .temp19_flex {
    margin-top: 4%;
  }
  .prism-create .template19 h5 {
    font-size: 3vw;
    line-height: 4.5vw;
  }
  .prism-create .template19 .temp19_flex .temp19_flex_cols_flex .temp19_flex_cols_flex_left {
    width: 20%;
    margin-right: 40px;
  }
  .prism-create .template19 .temp19_flex .temp19_flex_cols h2 {
    font-size: 9vw;
  }
  .prism-create .template19 .temp19_flex .temp19_flex_cols_flex {
    margin-bottom: 8%;
  }
    .prism-create .temp_popup_tokenization_sec {
        position: fixed;
    }	
.prism-create .temp_popup_tokenization_sec_box {
        width: 80%;
    }	
.prism-create .temp_popup_tokenization_sec .close_tokenization {
            right: -5%;
        width: 7%;
}
.prism-create .temp_popup_tokenization_sec_box h2 {
        position: relative;
        width: 100%;
        margin-bottom: 5%;
    }	
    .prism-create .popup_video_mobile {
        width: 35vw;
        position: relative;
    }
    .prism-create .temp_popup_tokenization_sec_box video {
        border-radius: 5.5vw;
    }
	    
}
@media (max-width: 768px) {}
@media (max-width: 480px) {
  .prism-create .template19 .temp19_content {
    padding: 120px 10% 20%;
  }
  .prism-create .template19 h4 {
    font-size: 5vw;
    line-height: 6vw;
    margin-bottom: 6%;
  }
  .prism-create .template19 h2 {
    font-size: 11vw;
    line-height: 12vw;
    margin-bottom: 8%;
  }
  .prism-create .template19 p {
    font-size: 4.5vw;
    line-height: 6vw;
    margin-bottom: 6%;
  }
  .prism-create .template19 h3 {
    font-size: 7vw;
    line-height: 8vw;
    margin-top: 8%;
  }
  .prism-create .template19 .temp19_flex {
    margin-top: 6%;
  }
  .prism-create .template19 .temp19_flex .temp19_flex_cols {
    width: 100%;
    margin: 0px auto;
    padding: 6% 8%;
    margin-bottom: 8%;
  }
  .prism-create .template19 .temp19_flex .temp19_flex_cols h2 {
    font-size: 12vw;
  }
  .prism-create .template19 .temp19_flex .temp19_flex_cols_flex .temp19_flex_cols_flex_left {
    margin-right: 20px;
  }
  .prism-create .template19 h5 {
    font-size: 4vw;
    line-height: 5.5vw;
  }
  .prism-create .template19 .temp19_img {
    margin-top: -34px;
  }
.prism-create .temp_popup_tokenization_sec_box {
        width: 95%;
    }
.prism-create .temp_popup_tokenization_sec .close_tokenization {
        right: 3%;
        width: 9%;
        top: -58px;
    }
.prism-create .popup_video_mobile {
        width: 50vw;
    }		
}
@media (max-height: 450px) {}
/* template19 css end */
/* template20 css start */
.prism-create .template20 {
  position: relative;
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
  background: #ffffff;
}
.prism-create .template20 .temp20_content {
  position: relative;
  width: 100%;
  min-height: 100vh;
  padding: 3% 35% 4% 7%;
}
.prism-create .template20 .temp20_content .temp20_content_inner {
  position: relative;
  z-index: 2;
}
.prism-create .template20 .temp20_content .temp20_top_content {
  padding-right: 16%;
}
.prism-create .template20 h2 {
  font-size: 3.4vw;
  line-height: 4vw;
  color: #A18CDE;
  margin-bottom: 1%;
}
.prism-create .template20 h3 {
  font-size: 1.6vw;
  line-height: 2.2vw;
  color: #A18CDE;
}
.prism-create .template20 h4 {
  font-size: 1.3vw;
  line-height: 1.8vw;
  color: #A18CDE;
  font-style: normal;
}
.prism-create .template20 h5 {
  font-size: 0.9vw;
  line-height: 1.2vw;
  color: #000000;
  font-style: normal;
}
.prism-create .template20 p {
  font-size: 1vw;
  line-height: 1.5vw;
  color: #000000;
  margin-bottom: 1%;
}
.prism-create .template20 p span.font_italic {
  font-style: italic;
}
.prism-create .template20 .benefits_sec {
  margin: 1.5% 0% 1%;
}
.prism-create .template20 .temp20_flex {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
  margin-top: 1%;
}
.prism-create .template20 .temp20_flex .temp20_flex_cols {
  width: 31.5%;
  padding: 1.4% 1.3%;
  border-radius: 25px;
  border: 2px solid #A18CDE;
  background: #ffffff;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.prism-create .template20 .temp20_flex .temp20_flex_cols h2 {
  line-height: 3vw;
  color: #000000;
}
.prism-create .template20 .temp20_flex .temp20_flex_cols_flex {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 4%;
}
.prism-create .template20 .temp20_flex .temp20_flex_cols_flex .temp20_flex_cols_flex_left {
  width: 20%;
  margin-right: 5%;
}
.prism-create .template20 .temp20_flex .temp20_flex_cols_flex .temp20_flex_cols_flex_right {
  width: 75%;
}
.prism-create .template20 .temp_all_img_rightside img {
object-fit: cover;
    object-position: left bottom;
}
.prism-create .template20 .temp20_img {
}

@media (min-width: 1800px) {}
@media (min-width: 1440px) and (max-width: 1800px) and (min-height: 780px) {
  .prism-create .template20 p {
    font-size: 1.2vw;
    line-height: 1.6vw;
    margin-bottom: 2%;
  }
  .prism-create .template20 h5 {
    font-size: 1vw;
    line-height: 1.35vw;
  }
  .prism-create .template20 h3 {
    font-size: 1.8vw;
    line-height: 2.4vw;
  }
  .prism-create .template20 .benefits_sec {
    margin: 3% 0% 2%;
  }
  .prism-create .template20 .temp20_img {
    width: 44%;
  }
  .prism-create .template20 .temp20_content .temp20_top_content {
    padding-right: 27%;
  }
}
@media (max-width: 1440px) {}
@media (max-width: 1280px) and (min-height: 650px) {}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (min-device-height: 800px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .prism-create .template20 {
    overflow: hidden !important;
  }
  .prism-create .template20 .temp20_content {
    padding: 6% 35% 3% 7%;
  }
  .prism-create .template20 .temp20_img {
    width: 48%;
  }
  .prism-create .template20 .temp20_content .temp20_top_content {
    padding-right: 22%;
  }
}
@media (max-width: 1024px) {
  .prism-create .template20 {
    height: 100vh;
  }
}
@media (max-width: 1366px) and (max-height: 650px) {
  .prism-create .template20 .temp20_content .temp20_top_content {
    padding-right: 22%;
  }
}
@media (max-width: 900px) {}
@media (orientation: portrait) {
  .prism-create .template20 {
    overflow: hidden;
    overflow-y: auto;
  }
  .prism-create .template20 .temp20_content {
    padding: 18% 10% 35%;
  }
  .prism-create .template20 h4 {
    font-size: 3.5vw;
    line-height: 4.5vw;
    margin-bottom: 4%;
  }
  .prism-create .template20 h2 {
    font-size: 8vw;
    line-height: 9vw;
    margin-bottom: 4%;
  }
  .prism-create .template20 .temp20_img {
    position: relative;
        width: 45%;
        height: 100%;
        top: inherit;
        right: -69%;
        z-index: 0;
        margin-top: -73%;
  }
  .prism-create .template20 .temp20_content .temp20_top_content {
    padding-right: 0%;
  }
  .prism-create .template20 p {
    font-size: 3.1vw;
    line-height: 4.6vw;
    margin-bottom: 4%;
  }
  .prism-create .template20 h3 {
    font-size: 4.5vw;
    line-height: 5.5vw;
    margin-top: 6%;
  }
  .prism-create .template20 .temp20_flex .temp20_flex_cols {
    width: 48%;
    padding: 2% 3% 2% 2.5%;
    margin-bottom: 4%;
  }
  .prism-create .template20 .temp20_flex {
    margin-top: 4%;
  }
  .prism-create .template20 h5 {
    font-size: 3vw;
    line-height: 4.5vw;
  }
  .prism-create .template20 .temp20_flex .temp20_flex_cols_flex .temp20_flex_cols_flex_left {
    width: 20%;
    margin-right: 40px;
  }
  .prism-create .template20 .temp20_flex .temp20_flex_cols h2 {
    font-size: 9vw;
  }
  .prism-create .template20 .temp20_flex .temp20_flex_cols_flex {
    margin-bottom: 8%;
  }

}
@media (max-width: 768px) {}
@media (max-width: 480px) {
  .prism-create .template20 .temp20_content {
    padding: 120px 10% 20%;
  }
  .prism-create .template20 h4 {
    font-size: 5vw;
    line-height: 6vw;
    margin-bottom: 6%;
  }
  .prism-create .template20 h2 {
    font-size: 11vw;
    line-height: 12vw;
    margin-bottom: 8%;
  }
  .prism-create .template20 p {
    font-size: 4.5vw;
    line-height: 6vw;
    margin-bottom: 6%;
  }
  .prism-create .template20 h3 {
    font-size: 7vw;
    line-height: 8vw;
    margin-top: 8%;
  }
  .prism-create .template20 .temp20_flex {
    margin-top: 6%;
  }
  .prism-create .template20 .temp20_flex .temp20_flex_cols {
    width: 100%;
    margin: 0px auto;
    padding: 6% 8%;
    margin-bottom: 8%;
  }
  .prism-create .template20 .temp20_flex .temp20_flex_cols h2 {
    font-size: 12vw;
  }
  .prism-create .template20 .temp20_flex .temp20_flex_cols_flex .temp20_flex_cols_flex_left {
    margin-right: 20px;
  }
  .prism-create .template20 h5 {
    font-size: 4vw;
    line-height: 5.5vw;
  }
  .prism-create .template20 .temp20_img {
    margin-top: -34px;
  }
}
@media (max-height: 450px) {}
/* template20 css end */
/* template21 css start */
.prism-create .template21 {
  position: relative;
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
  background: #ffffff;
}
.prism-create .template21 .temp21_content {
  position: relative;
  width: 100%;
  min-height: 100vh;
  padding: 3% 35% 4% 7%;
}
.prism-create .template21 .temp21_content .temp21_content_inner {
  position: relative;
  z-index: 2;
}
.prism-create .template21 .temp21_content .temp21_top_content {
  padding-right: 16%;
}
.prism-create .template21 h2 {
  font-size: 3.4vw;
  line-height: 4vw;
  color: #A18CDE;
  margin-bottom: 1%;
}
.prism-create .template21 h3 {
  font-size: 1.6vw;
  line-height: 2.2vw;
  color: #A18CDE;
}
.prism-create .template21 h4 {
  font-size: 1.3vw;
  line-height: 1.8vw;
  color: #A18CDE;
  font-style: normal;
}
.prism-create .template21 h5 {
  font-size: 0.9vw;
  line-height: 1.2vw;
  color: #000000;
  font-style: normal;
}
.prism-create .template21 p {
  font-size: 1vw;
  line-height: 1.5vw;
  color: #000000;
  margin-bottom: 1%;
}
.prism-create .template21 p span.font_italic {
  font-style: italic;
}
.prism-create .template21 .benefits_sec {
  margin: 1.5% 0% 1%;
}
.prism-create .template21 .temp21_flex {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
  margin-top: 1%;
}
.prism-create .template21 .temp21_flex .temp21_flex_cols {
  width: 31.5%;
  padding: 1.4% 1.3%;
  border-radius: 25px;
  border: 2px solid #A18CDE;
  background: #ffffff;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.prism-create .template21 .temp21_flex .temp21_flex_cols h2 {
  line-height: 3vw;
  color: #000000;
}
.prism-create .template21 .temp21_flex .temp21_flex_cols_flex {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 4%;
}
.prism-create .template21 .temp21_flex .temp21_flex_cols_flex .temp21_flex_cols_flex_left {
  width: 20%;
  margin-right: 5%;
}
.prism-create .template21 .temp21_flex .temp21_flex_cols_flex .temp21_flex_cols_flex_right {
  width: 75%;
}
.prism-create .template21 .temp21_img {
}


@media (min-width: 1800px) {}
@media (min-width: 1440px) and (max-width: 1800px) and (min-height: 780px) {
  .prism-create .template21 p {
    font-size: 1.2vw;
    line-height: 1.6vw;
    margin-bottom: 2%;
  }
  .prism-create .template21 h5 {
    font-size: 1vw;
    line-height: 1.35vw;
  }
  .prism-create .template21 h3 {
    font-size: 1.8vw;
    line-height: 2.4vw;
  }
  .prism-create .template21 .benefits_sec {
    margin: 3% 0% 2%;
  }
  .prism-create .template21 .temp21_img {
    width: 44%;
  }
  .prism-create .template21 .temp21_content .temp21_top_content {
    padding-right: 27%;
  }
}
@media (max-width: 1440px) {}
@media (max-width: 1280px) and (min-height: 650px) {}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (min-device-height: 800px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .prism-create .template21 {
    overflow: hidden !important;
  }
  .prism-create .template21 .temp21_content {
    padding: 6% 35% 3% 7%;
  }
  .prism-create .template21 .temp21_img {
    width: 48%;
  }
  .prism-create .template21 .temp21_content .temp21_top_content {
    padding-right: 22%;
  }
}
@media (max-width: 1024px) {
  .prism-create .template21 {
    height: 100vh;
  }
}
@media (max-width: 1366px) and (max-height: 650px) {
  .prism-create .template21 .temp21_content .temp21_top_content {
    padding-right: 22%;
  }
}
@media (max-width: 900px) {}
@media (orientation: portrait) {
  .prism-create .template21 {
    overflow: hidden;
    overflow-y: auto;
  }
  .prism-create .template21 .temp21_content {
    padding: 18% 10% 35%;
  }
  .prism-create .template21 h4 {
    font-size: 3.5vw;
    line-height: 4.5vw;
    margin-bottom: 4%;
  }
  .prism-create .template21 h2 {
    font-size: 8vw;
    line-height: 9vw;
    margin-bottom: 4%;
  }
  .prism-create .template21 .temp21_img {
    position: relative;
        width: 45%;
        height: 100%;
        top: inherit;
        right: -67%;
        z-index: 0;
        margin-top: -69%;
  }
  .prism-create .template21 .temp21_content .temp21_top_content {
    padding-right: 0%;
  }
  .prism-create .template21 p {
    font-size: 3.1vw;
    line-height: 4.6vw;
    margin-bottom: 4%;
  }
  .prism-create .template21 h3 {
    font-size: 4.5vw;
    line-height: 5.5vw;
    margin-top: 6%;
  }
  .prism-create .template21 .temp21_flex .temp21_flex_cols {
    width: 48%;
    padding: 2% 3% 2% 2.5%;
    margin-bottom: 4%;
  }
  .prism-create .template21 .temp21_flex {
    margin-top: 4%;
  }
  .prism-create .template21 h5 {
    font-size: 3vw;
    line-height: 4.5vw;
  }
  .prism-create .template21 .temp21_flex .temp21_flex_cols_flex .temp21_flex_cols_flex_left {
    width: 20%;
    margin-right: 40px;
  }
  .prism-create .template21 .temp21_flex .temp21_flex_cols h2 {
    font-size: 9vw;
  }
  .prism-create .template21 .temp21_flex .temp21_flex_cols_flex {
    margin-bottom: 8%;
  }

}
@media (max-width: 768px) {}
@media (max-width: 480px) {
  .prism-create .template21 .temp21_content {
    padding: 120px 10% 20%;
  }
  .prism-create .template21 h4 {
    font-size: 5vw;
    line-height: 6vw;
    margin-bottom: 6%;
  }
  .prism-create .template21 h2 {
    font-size: 11vw;
    line-height: 12vw;
    margin-bottom: 8%;
  }
  .prism-create .template21 p {
    font-size: 4.5vw;
    line-height: 6vw;
    margin-bottom: 6%;
  }
  .prism-create .template21 h3 {
    font-size: 7vw;
    line-height: 8vw;
    margin-top: 8%;
  }
  .prism-create .template21 .temp21_flex {
    margin-top: 6%;
  }
  .prism-create .template21 .temp21_flex .temp21_flex_cols {
    width: 100%;
    margin: 0px auto;
    padding: 6% 8%;
    margin-bottom: 8%;
  }
  .prism-create .template21 .temp21_flex .temp21_flex_cols h2 {
    font-size: 12vw;
  }
  .prism-create .template21 .temp21_flex .temp21_flex_cols_flex .temp21_flex_cols_flex_left {
    margin-right: 20px;
  }
  .prism-create .template21 h5 {
    font-size: 4vw;
    line-height: 5.5vw;
  }
  .prism-create .template21 .temp21_img {
    margin-top: -34px;
  }
}
@media (max-height: 450px) {}
/* template21 css end */
/* template22 css start */
.prism-create .template22 {
  position: relative;
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
  background: #ffffff;
}
.prism-create .template22 .temp22_content {
  position: relative;
  width: 100%;
  min-height: 100vh;
  padding: 3% 35% 4% 7%;
}
.prism-create .template22 .temp22_content .temp22_content_inner {
  position: relative;
  z-index: 2;
}
.prism-create .template22 .temp22_content .temp22_top_content {
  padding-right: 16%;
}
.prism-create .template22 h2 {
  font-size: 3.4vw;
  line-height: 4vw;
  color: #A18CDE;
  margin-bottom: 1%;
}
.prism-create .template22 h3 {
  font-size: 1.6vw;
  line-height: 2.2vw;
  color: #A18CDE;
}
.prism-create .template22 h4 {
  font-size: 1.3vw;
  line-height: 1.8vw;
  color: #A18CDE;
  font-style: normal;
}
.prism-create .template22 h5 {
  font-size: 0.9vw;
  line-height: 1.2vw;
  color: #000000;
  font-style: normal;
}
.prism-create .template22 p {
  font-size: 1vw;
  line-height: 1.5vw;
  color: #000000;
  margin-bottom: 1%;
}
.prism-create .template22 p span.font_italic {
  font-style: italic;
}
.prism-create .template22 .benefits_sec {
  margin: 1.5% 0% 1%;
}
.prism-create .template22 .temp22_flex {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
  margin-top: 1%;
}
.prism-create .template22 .temp22_flex .temp22_flex_cols {
  width: 31.5%;
  padding: 1.4% 1.3%;
  border-radius: 25px;
  border: 2px solid #A18CDE;
  background: #ffffff;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.prism-create .template22 .temp22_flex .temp22_flex_cols h2 {
  line-height: 3vw;
  color: #000000;
}
.prism-create .template22 .temp22_flex .temp22_flex_cols_flex {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 4%;
}
.prism-create .template22 .temp22_flex .temp22_flex_cols_flex .temp22_flex_cols_flex_left {
  width: 20%;
  margin-right: 5%;
}
.prism-create .template22 .temp22_flex .temp22_flex_cols_flex .temp22_flex_cols_flex_right {
  width: 75%;
}
.prism-create .template22 .temp22_img {
}


@media (min-width: 1800px) {}
@media (min-width: 1440px) and (max-width: 1800px) and (min-height: 780px) {
  .prism-create .template22 p {
    font-size: 1.2vw;
    line-height: 1.6vw;
    margin-bottom: 2%;
  }
  .prism-create .template22 h5 {
    font-size: 1vw;
    line-height: 1.35vw;
  }
  .prism-create .template22 h3 {
    font-size: 1.8vw;
    line-height: 2.4vw;
  }
  .prism-create .template22 .benefits_sec {
    margin: 3% 0% 2%;
  }
  .prism-create .template22 .temp22_img {
    width: 44%;
  }
  .prism-create .template22 .temp22_content .temp22_top_content {
    padding-right: 27%;
  }
}
@media (max-width: 1440px) {}
@media (max-width: 1280px) and (min-height: 650px) {}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (min-device-height: 800px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .prism-create .template22 {
    overflow: hidden !important;
  }
  .prism-create .template22 .temp22_content {
    padding: 6% 35% 3% 7%;
  }
  .prism-create .template22 .temp22_img {
    width: 48%;
  }
  .prism-create .template22 .temp22_content .temp22_top_content {
    padding-right: 22%;
  }
}
@media (max-width: 1024px) {
  .prism-create .template22 {
    height: 100vh;
  }
}
@media (max-width: 1366px) and (max-height: 650px) {
  .prism-create .template22 .temp22_content .temp22_top_content {
    padding-right: 22%;
  }
}
@media (max-width: 900px) {}
@media (orientation: portrait) {
  .prism-create .template22 {
    overflow: hidden;
    overflow-y: auto;
  }
  .prism-create .template22 .temp22_content {
    padding: 18% 10% 35%;
  }
  .prism-create .template22 h4 {
    font-size: 3.5vw;
    line-height: 4.5vw;
    margin-bottom: 4%;
  }
  .prism-create .template22 h2 {
    font-size: 8vw;
    line-height: 9vw;
    margin-bottom: 4%;
  }
  .prism-create .template22 .temp22_img {
            position: relative;
        width: 56%;
        height: 100%;
        top: inherit;
        right: -57%;
        z-index: 0;
        margin-top: -83%;
  }
  .prism-create .template22 .temp22_content .temp22_top_content {
    padding-right: 0%;
  }
  .prism-create .template22 p {
    font-size: 3.1vw;
    line-height: 4.6vw;
    margin-bottom: 4%;
  }
  .prism-create .template22 h3 {
    font-size: 4.5vw;
    line-height: 5.5vw;
    margin-top: 6%;
  }
  .prism-create .template22 .temp22_flex .temp22_flex_cols {
    width: 48%;
    padding: 2% 3% 2% 2.5%;
    margin-bottom: 4%;
  }
  .prism-create .template22 .temp22_flex {
    margin-top: 4%;
  }
  .prism-create .template22 h5 {
    font-size: 3vw;
    line-height: 4.5vw;
  }
  .prism-create .template22 .temp22_flex .temp22_flex_cols_flex .temp22_flex_cols_flex_left {
    width: 20%;
    margin-right: 40px;
  }
  .prism-create .template22 .temp22_flex .temp22_flex_cols h2 {
    font-size: 9vw;
  }
  .prism-create .template22 .temp22_flex .temp22_flex_cols_flex {
    margin-bottom: 8%;
  }

}
@media (max-width: 768px) {}
@media (max-width: 480px) {
  .prism-create .template22 .temp22_content {
    padding: 120px 10% 20%;
  }
  .prism-create .template22 h4 {
    font-size: 5vw;
    line-height: 6vw;
    margin-bottom: 6%;
  }
  .prism-create .template22 h2 {
    font-size: 11vw;
    line-height: 12vw;
    margin-bottom: 8%;
  }
  .prism-create .template22 p {
    font-size: 4.5vw;
    line-height: 6vw;
    margin-bottom: 6%;
  }
  .prism-create .template22 h3 {
    font-size: 7vw;
    line-height: 8vw;
    margin-top: 8%;
  }
  .prism-create .template22 .temp22_flex {
    margin-top: 6%;
  }
  .prism-create .template22 .temp22_flex .temp22_flex_cols {
    width: 100%;
    margin: 0px auto;
    padding: 6% 8%;
    margin-bottom: 8%;
  }
  .prism-create .template22 .temp22_flex .temp22_flex_cols h2 {
    font-size: 12vw;
  }
  .prism-create .template22 .temp22_flex .temp22_flex_cols_flex .temp22_flex_cols_flex_left {
    margin-right: 20px;
  }
  .prism-create .template22 h5 {
    font-size: 4vw;
    line-height: 5.5vw;
  }
  .prism-create .template22 .temp22_img {
    margin-top: -34px;
  }
}
@media (max-height: 450px) {}
/* template22 css end */
/* template23 css start */
.prism-create .template23 {
  position: relative;
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
  background: #ffffff;
}
.prism-create .template23 .temp23_content {
  position: relative;
  width: 100%;
  min-height: 100vh;
  padding: 3% 35% 4% 7%;
}
.prism-create .template23 .temp23_content .temp23_content_inner {
  position: relative;
  z-index: 2;
}
.prism-create .template23 .temp23_content .temp23_top_content {
  padding-right: 16%;
}
.prism-create .template23 h2 {
  font-size: 3.4vw;
  line-height: 4vw;
  color: #A18CDE;
  margin-bottom: 1%;
}
.prism-create .template23 h3 {
  font-size: 1.6vw;
  line-height: 2.2vw;
  color: #A18CDE;
}
.prism-create .template23 h4 {
  font-size: 1.3vw;
  line-height: 1.8vw;
  color: #A18CDE;
  font-style: normal;
}
.prism-create .template23 h5 {
  font-size: 0.9vw;
  line-height: 1.2vw;
  color: #000000;
  font-style: normal;
}
.prism-create .template23 p {
  font-size: 1vw;
  line-height: 1.5vw;
  color: #000000;
  margin-bottom: 1%;
}
.prism-create .template23 p span.font_italic {
  font-style: italic;
}
.prism-create .template23 .benefits_sec {
  margin: 1.5% 0% 1%;
}
.prism-create .template23 .temp23_flex {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
  margin-top: 1%;
}
.prism-create .template23 .temp23_flex .temp23_flex_cols {
  width: 31.5%;
  padding: 1.4% 1.3%;
  border-radius: 25px;
  border: 2px solid #A18CDE;
  background: #ffffff;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.prism-create .template23 .temp23_flex .temp23_flex_cols h2 {
  line-height: 3vw;
  color: #000000;
}
.prism-create .template23 .temp23_flex .temp23_flex_cols_flex {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 4%;
}
.prism-create .template23 .temp23_flex .temp23_flex_cols_flex .temp23_flex_cols_flex_left {
  width: 20%;
  margin-right: 5%;
}
.prism-create .template23 .temp23_flex .temp23_flex_cols_flex .temp23_flex_cols_flex_right {
  width: 75%;
}
.prism-create .template23 .temp_all_img_rightside {
    width: 36%;
}
.prism-create .template23 .temp_all_img_rightside img {
object-fit: cover;
    object-position: left top;
}
.prism-create .template23 .temp23_img {
}

@media (min-width: 1800px) {}
@media (min-width: 1440px) and (max-width: 1800px) and (min-height: 780px) {
  .prism-create .template23 p {
    font-size: 1.2vw;
    line-height: 1.6vw;
    margin-bottom: 2%;
  }
  .prism-create .template23 h5 {
    font-size: 1vw;
    line-height: 1.35vw;
  }
  .prism-create .template23 h3 {
    font-size: 1.8vw;
    line-height: 2.4vw;
  }
  .prism-create .template23 .benefits_sec {
    margin: 3% 0% 2%;
  }
  .prism-create .template23 .temp23_img {
    width: 44%;
  }
  .prism-create .template23 .temp23_content .temp23_top_content {
    padding-right: 27%;
  }
}
@media (max-width: 1440px) {}
@media (max-width: 1280px) and (min-height: 650px) {}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (min-device-height: 800px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .prism-create .template23 {
    overflow: hidden !important;
  }
  .prism-create .template23 .temp23_content {
    padding: 6% 35% 3% 7%;
  }
  .prism-create .template23 .temp23_img {
    width: 48%;
  }
  .prism-create .template23 .temp23_content .temp23_top_content {
    padding-right: 22%;
  }
}
@media (max-width: 1024px) {
  .prism-create .template23 {
    height: 100vh;
  }
}
@media (max-width: 1366px) and (max-height: 650px) {
  .prism-create .template23 .temp23_content .temp23_top_content {
    padding-right: 22%;
  }
}
@media (max-width: 900px) {}
@media (orientation: portrait) {
  .prism-create .template23 {
    overflow: hidden;
    overflow-y: auto;
  }
  .prism-create .template23 .temp23_content {
    padding: 18% 10% 30%;
  }
  .prism-create .template23 h4 {
    font-size: 3.5vw;
    line-height: 4.5vw;
    margin-bottom: 4%;
  }
  .prism-create .template23 h2 {
    font-size: 8vw;
    line-height: 9vw;
    margin-bottom: 4%;
  }
  .prism-create .template23 .temp23_img {
    position: relative;
        width: 40%;
        height: 100%;
        top: inherit;
        right: -79%;
        z-index: 0;
        margin-top: -59%;
  }
  .prism-create .template23 .temp23_content .temp23_top_content {
    padding-right: 0%;
  }
  .prism-create .template23 p {
    font-size: 3.1vw;
    line-height: 4.6vw;
    margin-bottom: 4%;
  }
  .prism-create .template23 h3 {
    font-size: 4.5vw;
    line-height: 5.5vw;
    margin-top: 6%;
  }
  .prism-create .template23 .temp23_flex .temp23_flex_cols {
    width: 48%;
    padding: 2% 3% 2% 2.5%;
    margin-bottom: 4%;
  }
  .prism-create .template23 .temp23_flex {
    margin-top: 4%;
  }
  .prism-create .template23 h5 {
    font-size: 3vw;
    line-height: 4.5vw;
  }
  .prism-create .template23 .temp23_flex .temp23_flex_cols_flex .temp23_flex_cols_flex_left {
    width: 20%;
    margin-right: 40px;
  }
  .prism-create .template23 .temp23_flex .temp23_flex_cols h2 {
    font-size: 9vw;
  }
  .prism-create .template23 .temp23_flex .temp23_flex_cols_flex {
    margin-bottom: 8%;
  }

}
@media (max-width: 768px) {}
@media (max-width: 480px) {
  .prism-create .template23 .temp23_content {
    padding: 120px 10% 20%;
  }
  .prism-create .template23 h4 {
    font-size: 5vw;
    line-height: 6vw;
    margin-bottom: 6%;
  }
  .prism-create .template23 h2 {
    font-size: 11vw;
    line-height: 12vw;
    margin-bottom: 8%;
  }
  .prism-create .template23 p {
    font-size: 4.5vw;
    line-height: 6vw;
    margin-bottom: 6%;
  }
  .prism-create .template23 h3 {
    font-size: 7vw;
    line-height: 8vw;
    margin-top: 8%;
  }
  .prism-create .template23 .temp23_flex {
    margin-top: 6%;
  }
  .prism-create .template23 .temp23_flex .temp23_flex_cols {
    width: 100%;
    margin: 0px auto;
    padding: 6% 8%;
    margin-bottom: 8%;
  }
  .prism-create .template23 .temp23_flex .temp23_flex_cols h2 {
    font-size: 12vw;
  }
  .prism-create .template23 .temp23_flex .temp23_flex_cols_flex .temp23_flex_cols_flex_left {
    margin-right: 20px;
  }
  .prism-create .template23 h5 {
    font-size: 4vw;
    line-height: 5.5vw;
  }
  .prism-create .template23 .temp23_img {
    margin-top: -90px;
  }
}
@media (max-height: 450px) {}
/* template23 css end */
/* template24 css start */
.prism-create .template24 {
  position: relative;
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
  background: #ffffff;
}
.prism-create .template24 .temp24_content {
  position: relative;
  width: 100%;
  min-height: 100vh;
  padding: 3% 35% 4% 7%;
}
.prism-create .template24 .temp24_content .temp24_content_inner {
  position: relative;
  z-index: 2;
}
.prism-create .template24 .temp24_content .temp24_top_content {
  padding-right: 16%;
}
.prism-create .template24 h2 {
  font-size: 3.4vw;
  line-height: 4vw;
  color: #A18CDE;
  margin-bottom: 1%;
}
.prism-create .template24 h3 {
  font-size: 1.6vw;
  line-height: 2.2vw;
  color: #A18CDE;
}
.prism-create .template24 h4 {
  font-size: 1.3vw;
  line-height: 1.8vw;
  color: #A18CDE;
  font-style: normal;
}
.prism-create .template24 h5 {
  font-size: 0.9vw;
  line-height: 1.2vw;
  color: #000000;
  font-style: normal;
}
.prism-create .template24 p {
  font-size: 1vw;
  line-height: 1.5vw;
  color: #000000;
  margin-bottom: 1%;
}
.prism-create .template24 p span.font_italic {
  font-style: italic;
}
.prism-create .template24 .benefits_sec {
  margin: 1.5% 0% 1%;
}
.prism-create .template24 .temp24_flex {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
  margin-top: 1%;
}
.prism-create .template24 .temp24_flex .temp24_flex_cols {
  width: 31.5%;
  padding: 1.4% 1.3%;
  border-radius: 25px;
  border: 2px solid #A18CDE;
  background: #ffffff;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.prism-create .template24 .temp24_flex .temp24_flex_cols h2 {
  line-height: 3vw;
  color: #000000;
}
.prism-create .template24 .temp24_flex .temp24_flex_cols_flex {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 4%;
}
.prism-create .template24 .temp24_flex .temp24_flex_cols_flex .temp24_flex_cols_flex_left {
  width: 20%;
  margin-right: 5%;
}
.prism-create .template24 .temp24_flex .temp24_flex_cols_flex .temp24_flex_cols_flex_right {
  width: 75%;
}
.prism-create .template24 .temp24_img {

}


@media (min-width: 1800px) {}
@media (min-width: 1440px) and (max-width: 1800px) and (min-height: 780px) {
  .prism-create .template24 p {
    font-size: 1.2vw;
    line-height: 1.6vw;
    margin-bottom: 2%;
  }
  .prism-create .template24 h5 {
    font-size: 1vw;
    line-height: 1.35vw;
  }
  .prism-create .template24 h3 {
    font-size: 1.8vw;
    line-height: 2.4vw;
  }
  .prism-create .template24 .benefits_sec {
    margin: 3% 0% 2%;
  }
  .prism-create .template24 .temp24_img {
    width: 44%;
  }
  .prism-create .template24 .temp24_content .temp24_top_content {
    padding-right: 27%;
  }
}
@media (max-width: 1440px) {}
@media (max-width: 1280px) and (min-height: 650px) {}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (min-device-height: 800px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .prism-create .template24 {
    overflow: hidden !important;
  }
  .prism-create .template24 .temp24_content {
    padding: 6% 35% 3% 7%;
  }
  .prism-create .template24 .temp24_img {
    width: 48%;
  }
  .prism-create .template24 .temp24_content .temp24_top_content {
    padding-right: 22%;
  }
}
@media (max-width: 1024px) {
  .prism-create .template24 {
    height: 100vh;
  }
}
@media (max-width: 1366px) and (max-height: 650px) {
  .prism-create .template24 .temp24_content .temp24_top_content {
    padding-right: 22%;
  }
}
@media (max-width: 900px) {}
@media (orientation: portrait) {
  .prism-create .template24 {
    overflow: hidden;
    overflow-y: auto;
  }
  .prism-create .template24 .temp24_content {
    padding: 18% 10% 20%;
  }
  .prism-create .template24 h4 {
    font-size: 3.5vw;
    line-height: 4.5vw;
    margin-bottom: 4%;
  }
  .prism-create .template24 h2 {
    font-size: 8vw;
    line-height: 9vw;
    margin-bottom: 4%;
  }
  .prism-create .template24 .temp24_img {
    position: relative;
    width: 80%;
    height: 100%;
    top: inherit;
    right: -40%;
    z-index: 0;
    margin-top: -69%;
  }
  .prism-create .template24 .temp24_content .temp24_top_content {
    padding-right: 0%;
  }
  .prism-create .template24 p {
    font-size: 3.1vw;
    line-height: 4.6vw;
    margin-bottom: 4%;
  }
  .prism-create .template24 h3 {
    font-size: 4.5vw;
    line-height: 5.5vw;
    margin-top: 6%;
  }
  .prism-create .template24 .temp24_flex .temp24_flex_cols {
    width: 48%;
    padding: 2% 3% 2% 2.5%;
    margin-bottom: 4%;
  }
  .prism-create .template24 .temp24_flex {
    margin-top: 4%;
  }
  .prism-create .template24 h5 {
    font-size: 3vw;
    line-height: 4.5vw;
  }
  .prism-create .template24 .temp24_flex .temp24_flex_cols_flex .temp24_flex_cols_flex_left {
    width: 20%;
    margin-right: 40px;
  }
  .prism-create .template24 .temp24_flex .temp24_flex_cols h2 {
    font-size: 9vw;
  }
  .prism-create .template24 .temp24_flex .temp24_flex_cols_flex {
    margin-bottom: 8%;
  }

}
@media (max-width: 768px) {}
@media (max-width: 480px) {
  .prism-create .template24 .temp24_content {
    padding: 120px 10% 20%;
  }
  .prism-create .template24 h4 {
    font-size: 5vw;
    line-height: 6vw;
    margin-bottom: 6%;
  }
  .prism-create .template24 h2 {
    font-size: 11vw;
    line-height: 12vw;
    margin-bottom: 8%;
  }
  .prism-create .template24 p {
    font-size: 4.5vw;
    line-height: 6vw;
    margin-bottom: 6%;
  }
  .prism-create .template24 h3 {
    font-size: 7vw;
    line-height: 8vw;
    margin-top: 8%;
  }
  .prism-create .template24 .temp24_flex {
    margin-top: 6%;
  }
  .prism-create .template24 .temp24_flex .temp24_flex_cols {
    width: 100%;
    margin: 0px auto;
    padding: 6% 8%;
    margin-bottom: 8%;
  }
  .prism-create .template24 .temp24_flex .temp24_flex_cols h2 {
    font-size: 12vw;
  }
  .prism-create .template24 .temp24_flex .temp24_flex_cols_flex .temp24_flex_cols_flex_left {
    margin-right: 20px;
  }
  .prism-create .template24 h5 {
    font-size: 4vw;
    line-height: 5.5vw;
  }
  .prism-create .template24 .temp24_img {
    margin-top: -34px;
  }
}
@media (max-height: 450px) {}
/* template24 css end */
/* template25 css start */
.prism-create .template25 {
  position: relative;
  width: 100%;
  min-height: 100vh;
  background: #1B1B6F;
}
.prism-create .template25 .temp25_content {
  position: relative;
  width: 100%;
  min-height: 100vh;
  margin: 0px auto;
  z-index: 10000;
  padding: 4% 8%;
  display: flex;
  align-items: center;
}
.prism-create .template25 .temp25_inner {
  position: relative;
  overflow: hidden;
}
.prism-create .template25::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0.35;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.00) 0%, #000 62.99%);
  mix-blend-mode: multiply;
  z-index: 1;
}
.prism-create .template25 .temp25_content .temp25_content_inner {
  width: 75%;
  margin-top: 2%;
}
.prism-create .template25 .temp25_content h2 {
  font-size: 5.5vw;
  line-height: 6vw;
  margin: 0% 0% 4%;
}
.prism-create .template25 .temp25_content p {
  font-size: 1.2vw;
  line-height: 1.6vw;
  margin: 0% 0% 3%;
}
@media (min-width: 1800px) {}
@media (min-width: 1440px) and (max-width: 1800px) and (min-height: 780px) {}
@media (max-width: 1440px) {}
@media (max-width: 1280px) and (min-height: 650px) {}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (min-device-height: 800px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {}
@media (max-width: 1024px) {
  .prism-create .template25 {
    height: 100vh;
  }
}
@media (max-width: 1366px) and (max-height: 650px) {}
@media (max-width: 900px) {}
@media (orientation: portrait) {
  .prism-create .template25 {
    overflow: hidden;
  }
  .prism-create .template25 .temp25_content .temp25_content_inner {
    width: 100%;
    margin: 0px auto;
  }
  .prism-create .template25 .temp25_content {
    min-height: 100vh;
    padding: 4% 10%;
  }
  .prism-create .template25 .temp25_content h2 {
    font-size: 8.5vw;
    line-height: 9.5vw;
    margin: 0% 0% 4%;
  }
  .prism-create .template25 .temp25_content p {
    font-size: 2.5vw;
    line-height: 3.5vw;
    margin: 0% 0% 6%;
  }
  .prism-create .template25::before {
    height: 114%;
  }
}
@media (max-width: 768px) {}
@media (max-width: 480px) {
  .prism-create .template25 .temp25_content h2 {
    font-size: 12vw;
    line-height: 13vw;
    margin: 0% 0% 10%;
  }
  .prism-create .template25 .temp25_content p {
    font-size: 3.5vw;
    line-height: 4.5vw;
    margin: 0% 0% 8%;
  }
  .prism-create .template25::before {
    height: 120%;
  }
}
@media (max-height: 450px) {}
/* template25 css end */
/* template26 css start */
.prism-create .template26 {
  position: relative;
  width: 100%;
  min-height: 100vh;
  background: #3BCFF0;
  overflow: hidden;
}
.prism-create .template26 .temp26_content {
  position: relative;
  width: 60%;
  min-height: 100vh;
  background-size: cover;
  padding: 4% 12% 3% 7%;
}
.prism-create .template26 .temp26_content::after {
  content: "";
  position: absolute;
  width: 140%;
  height: 140%;
  transform: rotate(45deg);
  background-color: #ffffff;
  border-radius: 9vw;
  z-index: 1;
  left: -50%;
  top: -35%;
}
.prism-create .template26 .temp26_content_inner {
  position: relative;
  z-index: 10;
}
.prism-create .template26 h2 {
  font-size: 2.8vw;
  line-height: 3.2vw;
  margin-bottom: 0.6%;
  color: #3BCFF0;
}
.prism-create .template26 p {
  font-size: 0.9vw;
  line-height: 1.3vw;
  color: #ffffff;
  margin-bottom: 2%;
  text-align: center;
}
.prism-create .template26 p.temp26_subtext_top {
  text-align: left;
  color: #000000;
}
.prism-create .template26 h2.color_dark_blue {
  color: #1B1B6F;
}
.prism-create .template26 h6 {
  font-size: 1vw;
  line-height: 1.4vw;
  color: #1B1B6F;
}
.prism-create .template26 .temp26_content .temp26_row3 {
  display: flex;
  width: 100%;
  flex-flow: column nowrap;
  margin-top: 10%;
  position: relative;
  margin-bottom: 5%;
}
.prism-create .template26 .temp26_content .temp26_row3 .temp26_row3_innercols {
  width: 133.5%;
  margin-bottom: 5%;
  position: relative;
  opacity: 0.2;
}
.prism-create .template26 .temp26_content .temp26_row3 .temp26_row3_innercols_mb_less {
  margin-bottom: 3%;
}
.prism-create .template26 .temp26_content .temp26_row3 .temp26_row3_innercols1 {
  color: #3BCFF0;
  opacity: 1;
}
.prism-create .template26 .temp26_content .temp26_row3 .temp26_row3_innercols::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 60%;
  bottom: 0px;
  left: 0px;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.prism-create .template26 .temp26_content .temp26_row3 .temp26_row3_innercols.active_line::after {
      width: 96%;
  overflow: hidden;
  z-index: 0;
}
.prism-create .template26 .temp26_content .temp26_row3 .temp26_row3_innercols1::after {
  background: #1B1B6F;
}
.prism-create .template26 .temp26_content .temp26_row3 .temp26_row3_innercols1.active_line::after {
  width: 98.3%;
}
.prism-create .template26 .temp26_content .temp26_row3 .temp26_row3_innercols2 {
  color: #285BC5;
}
.prism-create .template26 .temp26_content .temp26_row3 .temp26_row3_innercols2::after {
  background: #285BC5;
}
.prism-create .template26 .temp26_content .temp26_row3 .temp26_row3_innercols3 {
  color: #4C12A1;
}
.prism-create .template26 .temp26_content .temp26_row3 .temp26_row3_innercols3::after {
  background: #4C12A1;
}
.prism-create .template26 .temp26_content .temp26_row3 .temp26_row3_innercols3.active_line::after {
  width: 86.5%;
}
.prism-create .template26 .temp26_content .temp26_row3 .temp26_row3_innercols4 {
  color: #3BCFF0;
}
.prism-create .template26 .temp26_content .temp26_row3 .temp26_row3_innercols4::after {
  background: #3BCFF0;
}
.prism-create .template26 .temp26_content .temp26_row3 .temp26_row3_innercols4.active_line::after {
  width: 81.9%;
}
.prism-create .template26 .temp26_content .temp26_row3 .temp26_main_nav_text {
  width: 75%;
  position: absolute;
  margin: 2% 0;
  display: none;
}
.prism-create .template26 .temp26_content .temp26_row3 .temp26_row3_innercols h2 {
  cursor: pointer;
  display: inline-block;
  min-width: 30%;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.prism-create .template26 .temp26_content .temp26_row3 .temp26_row3_innercols h2.temp26_main_nav_sm {
  font-size: 2vw;
  line-height: 2.8vw;
  margin-bottom: 0.3%;
}
.prism-create .template26 .temp26_content .temp26_row3 .temp26_row3_innercols.temp26_main_nav_active {
  margin-top: 6%;
  margin-bottom: 15%;
  position: absolute;
  top: 0px;
  left: 0px;
}
.prism-create .template26 .temp26_content .temp26_row3 .temp26_row3_innercols.temp26_main_nav_active h2 {
  -webkit-animation: none;
  -moz-animation: none;
  -ms-animation: none;
  -o-animation: none;
  animation: none;
}
.prism-create .template26 .temp26_content .temp26_row3.temp26_row3_active {
  margin-bottom: 0%;
}
.prism-create .template26 .temp26_rh_content {
  position: absolute;
  width: 22vw;
  height: 100%;
  padding: 5% 0;
  left: 59vw;
  top: 2vw;
  display: none;
  z-index: 0;
}
.prism-create .template26 .temp26_rh_content1 {
  display: block;
}
.prism-create .template26 .temp26_rh_content2 {
  top: -6vw;
}
.prism-create .template26 .temp26_rh_content3 {
  top: -11vw;
}
.prism-create .template26 .temp26_rh_content4 {
  top: -16vw;
}
.prism-create .template26 .temp26_rh_content_show {
  display: block;
}
.prism-create .template26 .temp26_rh_content .temp26_rh_content_inner {
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
}
.prism-create .template26 .temp26_rh_content .temp26_rh_content_inner1 {}
.prism-create .template26 .temp26_rh_content .temp26_rh_content_inner .temp26_imgsec {
  width: 92%;
  margin: 10% auto 0%;
}
.prism-create .template26 .temp26_heading_color1 {
  color: #1B1B6F;
}
.prism-create .template26 .temp26_heading_color2 {
  color: #285BC5;
}
.prism-create .template26 .temp26_heading_color3 {
  color: #4C12A1;
}
@media (min-width: 1800px) {}
@media (min-width: 1440px) and (max-width: 1800px) and (min-height: 780px) {
  .prism-create .template26 .temp26_content {
    padding: 8% 14% 2% 7%;
  }
.prism-create .template26 .temp26_content::after {
    left: -62.4%;
    top: -27%;
}	
.prism-create .template26 .temp26_content .temp26_row3 .temp26_row3_innercols.active_line::after {
    width: 95.1%;
}	
.prism-create .template26 .temp26_content .temp26_row3 .temp26_row3_innercols1.active_line::after {
    width: 98.3%;
}	
.prism-create .template26 .temp26_content .temp26_row3 .temp26_row3_innercols3.active_line::after {
    width: 85%;
}	
}
@media (max-width: 1440px) {}
@media (max-width: 1280px) and (min-height: 650px) {
  .prism-create .template26 .temp26_content {
    padding: 9% 12% 2% 7%;
  }
  .prism-create .template26 .temp26_content .temp26_row3 {
    margin-top: 5%;
  }
.prism-create .template26 .temp26_content::after {
    left: -60%;
    top: -27%;
}		
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (min-device-height: 800px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .prism-create .template26 {
    overflow: hidden !important;
  }
  .prism-create .template26 .temp26_content {
    padding: 12% 14% 2% 7%;
  }
  .prism-create .template26 h4 {
    padding: 5%;
  }
  .prism-create .template26 .temp26_content .inner_nav_sec .innercols {
    margin-right: 4%;
    width: 28%;
  }
  .prism-create .template26 .temp26_content .temp26_row3 {
    margin-top: 22%;
  }
.prism-create .template26 .temp26_content::after {
    left: -72%;
    top: -15%;
}	
}
@media (max-width: 1024px) {
  .prism-create .template26 {
    height: 100vh;
  }
  .prism-create .template26 .temp26_content {
    width: 65%;
    padding: 9% 12% 2% 7%;
  }
  .prism-create .template26 .temp26_content .inner_nav_sec .innercols {
    margin-right: 4%;
  }
  .prism-create .template26 .temp26_content .temp26_row3 {
    margin-top: 30%;
  }
}
@media (max-width: 1366px) and (max-height: 650px) {}
@media (max-width: 900px) {}
@media (orientation: portrait) {
.prism-create .template26 {
    overflow: auto;
	overflow-x: hidden;
}	
.prism-create .template26 .temp26_content::after {
        display: none;
    }	
  .prism-create .template26 .temp26_content {
    width: 100%;
    min-height: auto;
    background: #ffffff;
    padding: 10%;
  }
  .prism-create .template26 .temp26_content .inner_nav_sec {
    display: block;
    margin-bottom: 8%;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
  }
  .prism-create .template26 h2 {
    font-size: 7vw !important;
    line-height: 8vw !important;
    width: 100%;
	  margin-bottom: 2%;
  }
  .prism-create .template26 h6 {
    font-size: 2.5vw;
    line-height: 3.5vw;
  }
  .prism-create .template26 p {
    font-size: 2.5vw;
    line-height: 3.5vw;
    margin-bottom: 4%;
  }
  .prism-create .template26 .temp26_content .temp26_row3 {
    margin-top: 10%;
  }
  .prism-create .template26 .temp26_content .temp26_row3.temp26_row3_active {
    padding-top: 0%;
  }
  .prism-create .template26 .temp26_content .temp26_row3 .temp26_row3_innercols.temp26_main_nav_active {
    margin-top: 0;
    margin-bottom: 8%;
    position: relative;
    top: inherit;
    left: inherit;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
  }
  .prism-create .template26 .temp26_content .temp26_row3 .temp26_row3_innercols h2 {
    text-align: center;
  }
  .prism-create .template26 .temp26_content .temp26_row3 .temp26_row3_innercols h2.temp26_main_nav_sm {
    margin-bottom: 0.6% !important;
  }
  .prism-create .template26 .temp26_content .temp26_row3 .temp26_row3_innercols_mb_less {
    margin-bottom: 0% !important;
  }
  .prism-create .template26 .temp26_content .temp26_row3 .temp26_row3_innercols {
    width: 100%;
    margin-bottom: 8% !important;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    padding: 5% 5% 3%;
  }
  .prism-create .template26 .temp26_content .temp26_row3 .temp26_row3_innercols1 {
    color: #ffffff;
    background: #1B1B6F;
  }
  .prism-create .template26 .temp26_content .temp26_row3 .temp26_row3_innercols2 {
    color: #ffffff;
    background: #285BC5;
  }
  .prism-create .template26 .temp26_content .temp26_row3 .temp26_row3_innercols3 {
    color: #ffffff;
    background: #4C12A1;
  }
	.prism-create .template26 .temp26_content .temp26_row3 .temp26_row3_innercols4 {
    color: #ffffff;
    background: #3BCFF0;
  }
  .prism-create .template26 .temp26_content .temp26_row3 .temp26_main_nav_text {
    width: 100%;
    position: relative;
    margin: 8% 0;
    text-align: center;
  }
  .prism-create .template26 .temp26_content .temp26_row3 .temp26_row3_innercols {
    opacity: 1 !important;
  }
  .prism-create .template26 .temp26_content .temp26_row3 .temp26_main_nav_text p {
    color: #ffffff !important;
  }
  .prism-create .template26 .temp26_heading_color1, .prism-create .template26 .temp26_heading_color2, .prism-create .template26 .temp26_heading_color3, .prism-create .template26 .temp26_heading_color4 {
    color: #ffffff;
  }
  .prism-create .template26 .temp26_content .temp26_row3 .temp26_row3_innercols .temp26_subtext {
    position: relative;
    left: inherit;
    top: inherit;
  }
  .prism-create .template26 .temp26_content .temp26_row3 .temp26_row3_innercols::after, .prism-create .template26 .temp26_content .temp26_row3 .temp26_row3_innercols .temp26_subtext h5.subtext_active::after {
    display: none;
  }
  .prism-create .template26 .temp26_rh_content {
    position: relative;
    width: 100%;
    height: auto;
    padding: 1% 10% 3%;
    left: inherit;
    top: inherit;
  }
  .prism-create .template26 .temp26_content .temp26_row3 .temp26_row3_innercols .temp26_subtext h5 {
    font-size: 3vw;
    line-height: 4vw;
    margin: 6% 0 2%;
  }
  .sub_nav_cta {
    padding: 1vw 3vw !important;
  }
  .sub_nav_cta .arrow_icon {
    width: 1.5vw;
  }
}
@media (max-width: 768px) {}
@media (max-width: 480px) {
  .prism-create .template26 .temp26_content {
    padding: 18% 10%;
  }
  .prism-create .template26 .temp26_content .inner_nav_sec {
    display: block;
  }
  .prism-create .template26 .temp26_content .inner_nav_sec .innercols {
    width: 100%;
    margin-right: 0%;
    margin: 6% auto;
  }
  .prism-create .template26 h2 {
    font-size: 8vw !important;
    line-height: 9vw !important;
	  margin: 3% 0 5%;
  }
  .prism-create .template26 p {
    font-size: 3.5vw;
    line-height: 4.5vw;
    margin-bottom: 6%;
  }
  .prism-create .template26 h6 {
    font-size: 3.5vw;
    line-height: 4.5vw;
  }
  .prism-create .template26 .temp26_content .temp26_row3 .temp26_row3_innercols .temp26_subtext h5 {
    font-size: 4vw;
    line-height: 5vw;
    margin: 6% 0 4%;
  }
  .prism-create .template26 .temp26_content .temp26_row3 .temp26_row3_innercols {
    padding: 4% 8% 3%;
  }
  .prism-create .template26 .temp26_rh_content {
    padding: 1% 5% 3%;
  }
}
@media (max-height: 450px) {
  .prism-create .template26 .temp26_content {
    width: 60%;
    padding: 3% 12% 2% 7%;
  }
  .prism-create .template26 .temp26_content .temp26_row3 {
    margin-top: 5%;
  }
}
/* template26 css end */
/* template27 css start */
.prism-create .template27 {
  position: relative;
  width: 100%;
  min-height: 100vh;
  background: #1B1B6F;
}
.prism-create .template27 .temp27_content {
  position: relative;
  width: 100%;
  min-height: 100vh;
  margin: 0px auto;
  z-index: 10000;
  padding: 4% 8%;
  display: flex;
  align-items: center;
}
.prism-create .template27 .temp27_inner {
  position: relative;
  overflow: hidden;
}
.prism-create .template27::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0.35;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.00) 0%, #000 62.99%);
  mix-blend-mode: multiply;
  z-index: 1;
}
.prism-create .template27 .temp27_content .temp27_content_inner {
  width: 75%;
  margin-top: 2%;
}
.prism-create .template27 .temp27_content h2 {
  font-size: 5.5vw;
  line-height: 6vw;
  margin: 0% 0% 4%;
}
.prism-create .template27 .temp27_content p {
  font-size: 1.2vw;
  line-height: 1.6vw;
  margin: 0% 0% 3%;
}
@media (min-width: 1800px) {}
@media (min-width: 1440px) and (max-width: 1800px) and (min-height: 780px) {}
@media (max-width: 1440px) {}
@media (max-width: 1280px) and (min-height: 650px) {}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (min-device-height: 800px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {}
@media (max-width: 1024px) {
  .prism-create .template27 {
    height: 100vh;
  }
}
@media (max-width: 1366px) and (max-height: 650px) {}
@media (max-width: 900px) {}
@media (orientation: portrait) {
  .prism-create .template27 {
    overflow: hidden;
  }
  .prism-create .template27 .temp27_content .temp27_content_inner {
    width: 100%;
    margin: 0px auto;
  }
  .prism-create .template27 .temp27_content {
    min-height: 100vh;
    padding: 4% 10%;
  }
  .prism-create .template27 .temp27_content h2 {
    font-size: 8.5vw;
    line-height: 9.5vw;
    margin: 0% 0% 4%;
  }
  .prism-create .template27 .temp27_content p {
    font-size: 2.5vw;
    line-height: 3.5vw;
    margin: 0% 0% 6%;
  }
  .prism-create .template27::before {
    height: 114%;
  }
}
@media (max-width: 768px) {}
@media (max-width: 480px) {
  .prism-create .template27 .temp27_content h2 {
    font-size: 12vw;
    line-height: 13vw;
    margin: 0% 0% 10%;
  }
  .prism-create .template27 .temp27_content p {
    font-size: 3.5vw;
    line-height: 4.5vw;
    margin: 0% 0% 8%;
  }
  .prism-create .template27::before {
    height: 120%;
  }
}
@media (max-height: 450px) {}
/* template27 css end */
/* template28 css start */
.prism-create .template28 {
  position: relative;
  width: 100%;
  min-height: 100vh;
  background: #A18CDE;
  overflow: hidden;
}
.prism-create .template28 .temp28_content {
  position: relative;
  width: 60%;
  min-height: 100vh;
  background: #A18CDE;
  padding: 3% 12% 2% 7%;
}
.prism-create .template28 .temp28_content::after {
  content: "";
  position: absolute;
  width: 140%;
  height: 140%;
  transform: rotate(45deg);
  background-color: #ffffff;
  border-radius: 9vw;
  z-index: 1;
  left: -50%;
  top: -30%;
}
.prism-create .template28 .temp28_content_inner {
  position: relative;
  z-index: 10;
}
.prism-create .template28 .temp28_rh_cont {
  position: absolute;
  width: 30%;
  right: 7%;
  top: 0%;
  display: flex;
  align-items: center;
  padding: 0% 0;
  min-height: 100%;
}
.prism-create .template28 .temp28_rh_cont .client_logo_allsec {
  margin-bottom: 10%;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.prism-create .template28 .temp28_rh_cont .client_logo_allsec_last {
  margin-bottom: 2%;
}
.prism-create .template28 .temp28_rh_cont .client_logo_allsec .inner_img_sec {
  width: 50%;
}
.prism-create .template28 .temp28_allsec_cols {
  margin: 4% 0;
  width: 185%;
  padding-right: 85%;
  position: relative;
}
.prism-create .template28 .temp28_allsec_cols2 {
  margin: 4% 0;
}
.prism-create .template28 .temp28_allsec_cols .inner_img_sec_logo {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 16%;
}
.prism-create .template28 .temp28_allsec_cols2 .inner_img_sec_logo {
  top: -25%;
  width: 14%;
  right: 2%;
}
.prism-create .template28 h2 {
  font-size: 3.2vw;
  line-height: 3.6vw;
  color: #A18CDE;
  margin-bottom: 3%;
}
.prism-create .template28 h3 {
  font-size: 1.2vw;
  line-height: 1.6vw;
  font-weight: bold;
  color: #000000;
}
.prism-create .template28 h6 {
  font-size: 0.9vw;
  line-height: 1.3vw;
  color: #285BC5;
  cursor: pointer;
}
.prism-create .template28 p {
  font-size: 0.8vw;
  line-height: 1.2vw;
  color: #000000;
  margin-top: 1%;
}
.prism-create .template28 .d_show {
  display: block;
}
.prism-create .template28 .m_show {
  display: none;
}
@media (min-width: 1440px) and (max-width: 1800px) and (min-height: 780px) {
.prism-create .template28 .temp28_content::after {
	left: -55%;
	top: -27%;
}	
}
@media (max-width: 1440px) {}
@media (max-width: 1280px) and (min-height: 650px) {
.prism-create .template28 .temp28_content::after {
	left: -60%;
        top: -22%;
}	
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (min-device-height: 800px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .prism-create .template28 {
    overflow: hidden !important;
  }
.prism-create .template28 .temp28_content::after {
        left: -72%;
        top: -15%;
    }	
.prism-create .template28 .temp28_content {
    padding: 10% 12% 2% 7%;
}	
}
@media (max-width: 1024px) {
  .prism-create .template28 {
    height: 100vh;
  }
}
@media (max-width: 1366px) and (max-height: 650px) {}
@media (max-width: 900px) {}
@media (orientation: portrait) {
    .prism-create .template28 {
        overflow: auto;
        overflow-x: hidden;
    }	
.prism-create .template28 .temp28_content::after {
    display: none;
}	
  .prism-create .template28 .temp28_content {
    width: 100%;
    min-height: auto;
    background: #ffffff;
    padding: 10%;
  }
  .prism-create .template28 .temp28_content .inner_nav_sec .innercols {
    width: 100%;
    margin: 4% 0%;
  }
  .prism-create .template28 h3 {
    font-size: 5vw;
    line-height: 6vw;
    width: 100%;
  }
  .prism-create .template28 p {
    font-size: 2.5vw;
    line-height: 3.5vw;
    margin-bottom: 4%;
  }
  .prism-create .template28 .temp28_rh_cont {
    position: relative;
    width: 100%;
    right: inherit;
    top: inherit;
    padding: 10% 10% 0%;
    min-height: auto;
  }
  .prism-create .template28 .temp_right_fixed_nav {
    min-height: 20vh;
  }
  .prism-create .temp26 .temp28_rh_cont .client_logo_allsec .inner_img_sec {
    width: 60%;
  }
  .prism-create .template28 .temp28_rh_cont .client_logo_allsec .inner_img_sec2 {
    width: 80%;
  }
  .prism-create .template28 .d_show {
    display: none;
  }
  .prism-create .template28 .m_show {
    display: block;
  }
  .prism-create .template28 h2 {
    font-size: 7vw;
    line-height: 8vw;
    margin-bottom: 4%;
  }
  .prism-create .template28 .temp28_allsec_cols .inner_img_sec_logo {
    position: relative;
    right: inherit;
    top: inherit;
    width: 60%;
    margin: 20px auto;
  }
  .prism-create .template28 .temp28_allsec_cols2 .inner_img_sec_logo {
    top: inherit;
    width: 60%;
    right: inherit;
    margin: 20px auto;
  }
}
@media (max-width: 768px) {}
@media (max-width: 480px) {
    .prism-create .template28 .temp28_content {
        padding: 20% 10%;
    }	
  .prism-create .template28 h2 {
    font-size: 8vw;
    line-height: 9vw;
  }	
  .prism-create .template28 h3 {
    font-size: 6vw;
    line-height: 7vw;
    margin: 8% 0% 6%;
  }
  .prism-create .template28 p {
    font-size: 3.5vw;
    line-height: 4.5vw;
    margin-bottom: 4%;
  }
}
@media (max-height: 450px) {}
/* template28 css end */
/* template29 css start */
.prism-create .template29 {
  position: relative;
  width: 100%;
  min-height: 100vh;
  background: #1B1B6F;
}
.prism-create .template29 .temp29_content {
  position: relative;
  width: 100%;
  min-height: 100vh;
  margin: 0px auto;
  z-index: 10000;
  padding: 4% 8%;
  display: flex;
  align-items: center;
}
.prism-create .template29 .temp29_inner {
  position: relative;
  overflow: hidden;
}
.prism-create .template29::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0.35;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.00) 0%, #000 62.99%);
  mix-blend-mode: multiply;
  z-index: 1;
}
.prism-create .template29 .temp29_content .temp29_content_inner {
  width: 75%;
  margin-top: 2%;
}
.prism-create .template29 .temp29_content h2 {
  font-size: 5.5vw;
  line-height: 6vw;
  margin: 0% 0% 4%;
}
.prism-create .template29 .temp29_content p {
  font-size: 1.2vw;
  line-height: 1.6vw;
  margin: 0% 0% 3%;
}
@media (min-width: 1800px) {}
@media (min-width: 1440px) and (max-width: 1800px) and (min-height: 780px) {}
@media (max-width: 1440px) {}
@media (max-width: 1280px) and (min-height: 650px) {}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (min-device-height: 800px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {}
@media (max-width: 1024px) {
  .prism-create .template29 {
    height: 100vh;
  }
}
@media (max-width: 1366px) and (max-height: 650px) {}
@media (max-width: 900px) {}
@media (orientation: portrait) {
  .prism-create .template29 {
    overflow: hidden;
  }
  .prism-create .template29 .temp29_content .temp29_content_inner {
    width: 100%;
    margin: 0px auto;
  }
  .prism-create .template29 .temp29_content {
    min-height: 100vh;
    padding: 4% 10%;
  }
  .prism-create .template29 .temp29_content h2 {
    font-size: 8.5vw;
    line-height: 9.5vw;
    margin: 0% 0% 4%;
  }
  .prism-create .template29 .temp29_content p {
    font-size: 2.5vw;
    line-height: 3.5vw;
    margin: 0% 0% 6%;
  }
  .prism-create .template29::before {
    height: 114%;
  }
}
@media (max-width: 768px) {}
@media (max-width: 480px) {
  .prism-create .template29 .temp29_content h2 {
    font-size: 12vw;
    line-height: 13vw;
    margin: 0% 0% 10%;
  }
  .prism-create .template29 .temp29_content p {
    font-size: 3.5vw;
    line-height: 4.5vw;
    margin: 0% 0% 8%;
  }
  .prism-create .template29::before {
    height: 120%;
  }
}
@media (max-height: 450px) {}
/* template29 css end */
/* template30 css start */
.prism-create .template30 {
  position: relative;
  width: 100%;
  min-height: 100vh;
	background: #ffffff;
	overflow: hidden;
}
.prism-create .template30 .temp30_content {
  position: relative;
  width: 55%;
  min-height: 100vh;
  padding: 3% 2% 5% 7%;
  z-index: 100;
}
.prism-create .template30 .temp30_content .temp30_content_inner {
  position: relative;
  z-index: 100;
}
.prism-create .template30 .temp30_content .temp30_row2_content {
  margin: 3% 0%;
}
.prism-create .template30 h2 {
  font-size: 3.4vw;
  line-height: 4vw;
  color: #1B1B6F;
  margin-bottom: 2%;
}
.prism-create .template30 h5 {
  font-size: 1.2vw;
  line-height: 1.6vw;
  margin-bottom: 3%;
  color: #1B1B6F;
}
.prism-create .template30 h3 {
  font-size: 2vw;
  line-height: 2.5vw;
  margin-bottom: 2%;
  color: #1B1B6F;
}
.prism-create .template30 ul {
  margin: 2% 0% 2% 4%;
}
.prism-create .template30 p, .prism-create .template30 ul li {
  font-size: 1vw;
  line-height: 1.4vw;
  margin-bottom: 2%;
  color: #000000;	
}
.prism-create .template30 p.xtra_mg_top {
  margin-top: 7%;
}
.prism-create .template30 p.xtra_mg_bottom {
  margin-bottom: 4%;
}
.prism-create .template30 .left_arrow::before {
  background: rgba(0, 0, 0, 0.05);
}
.prism-create .template30 p.source_text {
  bottom: 5% !important;
}
.prism-create .template30 .temp30_rh_img {
  position: absolute;
  width: 60%;
  top: 0%;
  right: 0%;
  height: 92%;
  -webkit-transition: all 1s linear;
  -moz-transition: all 1s linear;
  -o-transition: all 1s linear;
  transition: all 1s linear;
}
.prism-create .template30 .temp30_rh_img img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  object-position: right top;
}
.prism-create .template30 .temp30_bottom_shape {
  position: absolute;
  bottom: -1%;
  right: 30%;
  width: 32%;
}
@media (min-width: 1800px) {}
@media (min-width: 1440px) and (max-width: 1800px) and (min-height: 780px) {
  .prism-create .template30 .temp30_content {
    width: 65%;
    padding: 7% 12% 2% 7%;
  }
  .prism-create .template30 p, .prism-create .template30 ul li {
    font-size: 1.2vw;
    line-height: 1.6vw;
  }
  .prism-create .template30 h5 {
    font-size: 1.3vw;
    line-height: 1.7vw;
  }
  .prism-create .template30 h3 {
    font-size: 1.8vw;
    line-height: 2.4vw;
  }
.prism-create .template30 .temp30_content::after {
    left: -55%;
    top: -17%;
}	
}
@media (max-width: 1440px) {}
@media (max-width: 1280px) and (min-height: 650px) {
.prism-create .template30 .temp30_content::after {
    left: -35%;
    top: -5%;
}	
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (min-device-height: 800px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .prism-create .template30 {
    overflow: hidden !important;
  }
  .prism-create .template30 .temp30_content {
    width: 60%;
        padding: 13% 14% 2% 7%;
    background-position: center right;
  }
.prism-create .template30 .temp30_content::after {
    left: -65%;
    top: -12%;
}	
}
@media (max-width: 1024px) {
  .prism-create .template30 {
    height: 100vh;
  }
  .prism-create .template30 .temp30_content {
    width: 65%;
    padding: 4.5% 12% 2% 7%;
    background-position: center right;
  }
}
@media (max-width: 1366px) and (max-height: 650px) {
.prism-create .template30 .temp30_content::after {
    left: -30%;
    top: -12%;
}	
}
@media (max-width: 900px) {}
@media (orientation: portrait) {
  .prism-create .template30 {
    overflow: auto;
  }
.prism-create .template30 .temp30_content::after {
    display: none;
}		
  .prism-create .template30 .temp30_content {
    width: 100%;
    margin: 0px auto;
    min-height: auto;
    padding: 10%;
  }
	.prism-create .template30::before {
    width: 100%;
}
  .prism-create .template30 h2 {
    font-size: 7vw;
    line-height: 8vw;
  }
  .prism-create .template30 h3 {
    font-size: 4vw;
    line-height: 4.5vw;
}	
  .prism-create .template30 h5 {
    font-size: 4vw;
    line-height: 4.5vw;
  }
  .prism-create .template30 p, .prism-create .template30 ul li {
    font-size: 2.8vw;
    line-height: 3.6vw;
    margin-bottom: 4%;
    width: 100%;
  }
  .prism-create .template30 .temp30_rh_img {
    position: relative;
    width: 100%;
    top: inherit;
    right: inherit;
    height: auto;
  }
  .prism-create .template30 .temp30_bottom_shape {
    display: none;
  }
}
@media (max-width: 768px) {}
@media (max-width: 480px) {

  .prism-create .template30 h2 {
    font-size: 9vw;
    line-height: 10vw;
    margin-bottom: 8%;
  }
  .prism-create .template30 p, .prism-create .template30 ul li {
    font-size: 4vw;
    line-height: 6vw;
    margin-bottom: 4%;
  }
  .prism-create .template30 h5 {
    font-size: 5vw;
    line-height: 6vw;
  }
  .prism-create .template30 p.xtra_mg_bottom {
    margin-bottom: 8%;
  }
  .prism-create .template30 .temp30_content .temp30_row2_content {
    margin: 10% 0%;
  }
}
@media (max-height: 450px) {
  .prism-create .template30 .temp30_content {
    width: 60%;
    padding: 2.5% 12% 2% 7%;
  }
}
/* template30 css end */

/* template31 css start */
.prism-create .template31 {
  position: relative;
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
	background: #ffffff;
}

.prism-create .template31 .temp31_content {
  position: relative;
  width: 55%;
  min-height: 100vh;
  padding: 5% 2% 8% 7%;
  z-index: 100;
}

.prism-create .template31 .temp31_content .temp31_content_inner {
  position: relative;
  z-index: 100;
}
.prism-create .template31 .temp31_content .temp31_row2_content {
  margin: 3% 0%;
}
.prism-create .template31 h2 {
  font-size: 3.4vw;
  line-height: 4vw;
  color: #1B1B6F;
  margin-bottom: 2%;
}
.prism-create .template31 h5 {
  font-size: 1.2vw;
  line-height: 1.6vw;
  margin-bottom: 7%;
  color: #1B1B6F;
}
.prism-create .template31 h3 {
  font-size: 2vw;
  line-height: 2.5vw;
  margin-bottom: 2%;
  color: #1B1B6F;
}
.prism-create .template31 ul {
  margin: 2% 0% 2% 4%;
}
.prism-create .template31 p, .prism-create .template31 ul li {
  font-size: 1vw;
  line-height: 1.4vw;
  color: #000000;
  margin-bottom: 2%;
}
.prism-create .template31 p.xtra_mg_top {
  margin-top: 1.5%;
}
.prism-create .template31 p.xtra_mg_bottom {
  margin-bottom: 4%;
}
.prism-create .template31 .left_arrow::before {
  background: rgba(0, 0, 0, 0.05);
}
.prism-create .template31 p.source_text {
  bottom: 5% !important;
}
.prism-create .template31 .temp31_rh_img {
  position: absolute;
  width: 60%;
  top: 0%;
  right: 0%;
  height: 92%;
  -webkit-transition: all 1s linear;
  -moz-transition: all 1s linear;
  -o-transition: all 1s linear;
  transition: all 1s linear;
}
.prism-create .template31 .temp31_rh_img img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  object-position: right top;
}
.prism-create .template31 .temp31_bottom_shape {
  position: absolute;
  bottom: -1%;
  right: 34%;
  width: 32%;
}
@media (min-width: 1800px) {}
@media (min-width: 1440px) and (max-width: 1800px) and (min-height: 780px) {
  .prism-create .template31 .temp31_content {
    width: 60%;
    padding: 7% 12% 2% 7%;
  }
  .prism-create .template31 p, .prism-create .template31 ul li {
    font-size: 1.2vw;
    line-height: 1.6vw;
  }
  .prism-create .template31 h5 {
    font-size: 1.3vw;
    line-height: 1.7vw;
  }
  .prism-create .template31 h3 {
    font-size: 1.8vw;
    line-height: 2.4vw;
  }
.prism-create .template31 .temp31_content::after {
    left: -55%;
    top: -17%;
}	
}
@media (max-width: 1440px) {}
@media (max-width: 1280px) and (min-height: 650px) {
.prism-create .template31 .temp31_content::after {
    left: -35%;
    top: -5%;
}	
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (min-device-height: 800px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .prism-create .template31 {
    overflow: hidden !important;
  }
  .prism-create .template31 .temp31_content {
   width: 60%;
        padding: 13% 14% 2% 7%;
    background-position: center right;
  }
.prism-create .template31 .temp31_content::after {
    left: -65%;
    top: -12%;
}	
}
@media (max-width: 1024px) {
  .prism-create .template31 {
    height: 100vh;
  }
  .prism-create .template31 .temp31_content {
    width: 65%;
    padding: 4.5% 12% 2% 7%;
    background-position: center right;
  }
}
@media (max-width: 1366px) and (max-height: 650px) {
.prism-create .template31 .temp31_content::after {
    left: -30%;
    top: -12%;
}	
}
@media (max-width: 900px) {}
@media (orientation: portrait) {
  .prism-create .template31 {
    overflow: auto;
  }
.prism-create .template31 .temp31_content::after {
    display: none;
}		
  .prism-create .template31 .temp31_content {
    width: 100%;
    margin: 0px auto;
    min-height: auto;
    background: #ffffff;
    padding: 10%;
  }
  .prism-create .template31 h2 {
    font-size: 7vw;
    line-height: 8vw;
  }
  .prism-create .template31 h3 {
    font-size: 4vw;
    line-height: 4.5vw;
}	
  .prism-create .template31 h5 {
    font-size: 4vw;
    line-height: 4.5vw;
  }
  .prism-create .template31 p, .prism-create .template31 ul li {
    font-size: 2.8vw;
    line-height: 3.6vw;
    margin-bottom: 4%;
    width: 100%;
  }
  .prism-create .template31 .temp31_rh_img {
    position: relative;
    width: 100%;
    top: inherit;
    right: inherit;
    height: auto;
  }
  .prism-create .template31 .temp31_bottom_shape {
    display: none;
  }
}
@media (max-width: 768px) {}
@media (max-width: 480px) {
  .prism-create .template31 h2 {
    font-size: 9vw;
    line-height: 10vw;
    margin-bottom: 8%;
  }
  .prism-create .template31 p, .prism-create .template31 ul li {
    font-size: 4vw;
    line-height: 6vw;
    margin-bottom: 4%;
  }
  .prism-create .template31 h5 {
    font-size: 5vw;
    line-height: 6vw;
  }
  .prism-create .template31 p.xtra_mg_bottom {
    margin-bottom: 8%;
  }
  .prism-create .template31 .temp31_content .temp31_row2_content {
    margin: 10% 0%;
  }
}
@media (max-height: 450px) {
  .prism-create .template31 .temp31_content {
    width: 60%;
    padding: 2.5% 12% 2% 7%;
  }
}
/* template31 css end */

/* template32 css start */
.prism-create .template32 {
  position: relative;
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
	background: #ffffff;
}

.prism-create .template32 .temp32_content {
  position: relative;
  width: 55%;
  min-height: 100vh;
  padding: 5% 2% 8% 7%;
  z-index: 100;
}

.prism-create .template32 .temp32_content .temp32_content_inner {
  position: relative;
  z-index: 100;
}
.prism-create .template32 .temp32_content .temp32_row2_content {
  margin: 3% 0%;
}
.prism-create .template32 h2 {
  font-size: 3.4vw;
  line-height: 4vw;
  color: #1B1B6F;
  margin-bottom: 2%;
}
.prism-create .template32 h5 {
  font-size: 1.2vw;
  line-height: 1.6vw;
  margin-bottom: 7%;
  color: #1B1B6F;
}
.prism-create .template32 h3 {
  font-size: 2vw;
  line-height: 2.5vw;
  margin-bottom: 2%;
  color: #1B1B6F;
}
.prism-create .template32 ul {
  margin: 2% 0% 2% 4%;
}
.prism-create .template32 p, .prism-create .template32 ul li {
  font-size: 1vw;
  line-height: 1.4vw;
  color: #000000;
  margin-bottom: 2%;
}
.prism-create .template32 p.xtra_mg_top {
  margin-top: 1.5%;
}
.prism-create .template32 p.xtra_mg_bottom {
  margin-bottom: 4%;
}
.prism-create .template32 .left_arrow::before {
  background: rgba(0, 0, 0, 0.05);
}
.prism-create .template32 p.source_text {
  bottom: 5% !important;
}
.prism-create .template32 .temp32_rh_img {
  position: absolute;
  width: 60%;
  top: 0%;
  right: 0%;
  height: 92%;
  -webkit-transition: all 1s linear;
  -moz-transition: all 1s linear;
  -o-transition: all 1s linear;
  transition: all 1s linear;
}
.prism-create .template32 .temp32_rh_img img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  object-position: right top;
}
.prism-create .template32 .temp32_bottom_shape {
  position: absolute;
  bottom: -1%;
  right: 35%;
  width: 32%;
}

@media (min-width: 1800px) {}
@media (min-width: 1440px) and (max-width: 1800px) and (min-height: 780px) {
  .prism-create .template32 .temp32_content {
    width: 60%;
    padding: 7% 12% 2% 7%;
  }
  .prism-create .template32 p, .prism-create .template32 ul li {
    font-size: 1.2vw;
    line-height: 1.6vw;
  }
  .prism-create .template32 h5 {
    font-size: 1.3vw;
    line-height: 1.7vw;
  }
  .prism-create .template32 h3 {
    font-size: 1.8vw;
    line-height: 2.4vw;
  }
.prism-create .template32 .temp32_content::after {
    left: -55%;
    top: -17%;
}	
}
@media (max-width: 1440px) {}
@media (max-width: 1280px) and (min-height: 650px) {
.prism-create .template32 .temp32_content::after {
    left: -35%;
    top: -5%;
}	
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (min-device-height: 800px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .prism-create .template32 {
    overflow: hidden !important;
  }
  .prism-create .template32 .temp32_content {
    width: 60%;
        padding: 13% 14% 2% 7%;
    background-position: center right;
  }
.prism-create .template32 .temp32_content::after {
    left: -65%;
    top: -12%;
}	
}
@media (max-width: 1024px) {
  .prism-create .template32 {
    height: 100vh;
  }
  .prism-create .template32 .temp32_content {
    width: 65%;
    padding: 4.5% 12% 2% 7%;
    background-position: center right;
  }
}
@media (max-width: 1366px) and (max-height: 650px) {
.prism-create .template32 .temp32_content::after {
    left: -30%;
    top: -12%;
}	
}
@media (max-width: 900px) {}
@media (orientation: portrait) {
  .prism-create .template32 {
    overflow: auto;
  }
.prism-create .template32 .temp32_content::after {
    display: none;
}		
  .prism-create .template32 .temp32_content {
    width: 100%;
    margin: 0px auto;
    min-height: auto;
    background: #ffffff;
    padding: 10%;
  }
  .prism-create .template32 h2 {
    font-size: 7vw;
    line-height: 8vw;
  }
  .prism-create .template32 h3 {
    font-size: 4vw;
    line-height: 4.5vw;
}	
  .prism-create .template32 h5 {
    font-size: 4vw;
    line-height: 4.5vw;
  }
  .prism-create .template32 p, .prism-create .template32 ul li {
    font-size: 2.8vw;
    line-height: 3.6vw;
    margin-bottom: 4%;
    width: 100%;
  }
  .prism-create .template32 .temp32_rh_img {
    position: relative;
    width: 100%;
    top: inherit;
    right: inherit;
    height: auto;
  }
  .prism-create .template32 .temp32_bottom_shape {
    display: none;
  }
}
@media (max-width: 768px) {}
@media (max-width: 480px) {
  .prism-create .template32 h2 {
    font-size: 9vw;
    line-height: 10vw;
    margin-bottom: 8%;
  }
  .prism-create .template32 p, .prism-create .template32 ul li {
    font-size: 4vw;
    line-height: 6vw;
    margin-bottom: 4%;
  }
  .prism-create .template32 h5 {
    font-size: 5vw;
    line-height: 6vw;
  }
  .prism-create .template32 p.xtra_mg_bottom {
    margin-bottom: 8%;
  }
  .prism-create .template32 .temp32_content .temp32_row2_content {
    margin: 10% 0%;
  }
}
@media (max-height: 450px) {
  .prism-create .template32 .temp32_content {
    width: 60%;
    padding: 2.5% 12% 2% 7%;
  }
}
/* template32 css end */
/* template33 css start */
.prism-create .template33 {
  position: relative;
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
	 background: #ffffff;
}

.prism-create .template33 .temp33_content {
  position: relative;
  width: 55%;
  min-height: 100vh;
  padding: 5% 2% 8% 7%;
  z-index: 100;
}

.prism-create .template33 .temp33_content .temp33_content_inner {
  position: relative;
  z-index: 100;
}
.prism-create .template33 .temp33_content .temp33_row2_content {
  margin: 3% 0%;
}
.prism-create .template33 h2 {
  font-size: 3.4vw;
  line-height: 4vw;
  color: #1B1B6F;
  margin-bottom: 2%;
}
.prism-create .template33 h5 {
  font-size: 1.2vw;
  line-height: 1.6vw;
  margin-bottom: 7%;
  color: #1B1B6F;
}
.prism-create .template33 h3 {
  font-size: 2vw;
  line-height: 3vw;
  margin-bottom: 2%;
  color: #1B1B6F;
}
.prism-create .template33 ul {
  margin: 2% 0% 2% 4%;
}
.prism-create .template33 p, .prism-create .template33 ul li {
  font-size: 1vw;
  line-height: 1.4vw;
  color: #000000;
  margin-bottom: 2%;
}
.prism-create .template33 p.xtra_mg_top {
  margin-top: 1.5%;
}
.prism-create .template33 p.xtra_mg_bottom {
  margin-bottom: 4%;
}
.prism-create .template33 .left_arrow::before {
  background: rgba(0, 0, 0, 0.05);
}
.prism-create .template33 p.source_text {
  bottom: 5% !important;
}
.prism-create .template33 .temp33_rh_img {
  position: absolute;
  width: 60%;
  top: 0%;
  right: 0%;
  height: 92%;
  -webkit-transition: all 1s linear;
  -moz-transition: all 1s linear;
  -o-transition: all 1s linear;
  transition: all 1s linear;
}
.prism-create .template33 .temp33_rh_img img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  object-position: right top;
}
.prism-create .template33 .temp33_bottom_shape {
  position: absolute;
  bottom: -1%;
  right: 35%;
  width: 32%;
}
@media (min-width: 1800px) {}
@media (min-width: 1440px) and (max-width: 1800px) and (min-height: 780px) {
  .prism-create .template33 .temp33_content {
    width: 60%;
    padding: 7% 12% 2% 7%;
  }
  .prism-create .template33 p, .prism-create .template33 ul li {
    font-size: 1.2vw;
    line-height: 1.6vw;
  }
  .prism-create .template33 h5 {
    font-size: 1.3vw;
    line-height: 1.7vw;
  }
  .prism-create .template33 h3 {
    font-size: 1.8vw;
    line-height: 2.4vw;
  }
.prism-create .template33 .temp33_content::after {
    left: -55%;
    top: -17%;
}	
}
@media (max-width: 1440px) {}
@media (max-width: 1280px) and (min-height: 650px) {
.prism-create .template33 .temp33_content::after {
    left: -35%;
    top: -5%;
}	
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (min-device-height: 800px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .prism-create .template33 {
    overflow: hidden !important;
  }
  .prism-create .template33 .temp33_content {
    width: 60%;
        padding: 13% 14% 2% 7%;
    background-position: center right;
  }
.prism-create .template33 .temp33_content::after {
    left: -65%;
    top: -12%;
}	
}
@media (max-width: 1024px) {
  .prism-create .template33 {
    height: 100vh;
  }
  .prism-create .template33 .temp33_content {
    width: 65%;
    padding: 4.5% 12% 2% 7%;
    background-position: center right;
  }
}
@media (max-width: 1366px) and (max-height: 650px) {
    .prism-create .template33 .temp33_content::after {
        left: -30%;
        top: -19%;
    }
}
@media (max-width: 900px) {}
@media (orientation: portrait) {
  .prism-create .template33 {
    overflow: auto;
  }
.prism-create .template33 .temp33_content::after {
    display: none;
}		
  .prism-create .template33 .temp33_content {
    width: 100%;
    margin: 0px auto;
    min-height: auto;
    background: #ffffff;
    padding: 10%;
  }
  .prism-create .template33 h2 {
    font-size: 7vw;
    line-height: 8vw;
  }
  .prism-create .template33 h3 {
    font-size: 4vw;
    line-height: 4.5vw;
}	
  .prism-create .template33 h5 {
    font-size: 4vw;
    line-height: 4.5vw;
  }
  .prism-create .template33 p, .prism-create .template33 ul li {
    font-size: 2.8vw;
    line-height: 3.6vw;
    margin-bottom: 4%;
    width: 100%;
  }
  .prism-create .template33 .temp33_rh_img {
    position: relative;
    width: 100%;
    top: inherit;
    right: inherit;
    height: auto;
  }
  .prism-create .template33 .temp33_bottom_shape {
    display: none;
  }
}
@media (max-width: 768px) {}
@media (max-width: 480px) {
  .prism-create .template33 h2 {
    font-size: 9vw;
    line-height: 10vw;
    margin-bottom: 8%;
  }
  .prism-create .template33 p, .prism-create .template33 ul li {
    font-size: 4vw;
    line-height: 6vw;
    margin-bottom: 4%;
  }
  .prism-create .template33 h5 {
    font-size: 5vw;
    line-height: 6vw;
  }
  .prism-create .template33 p.xtra_mg_bottom {
    margin-bottom: 8%;
  }
  .prism-create .template33 .temp33_content .temp33_row2_content {
    margin: 10% 0%;
  }
}
@media (max-height: 450px) {
  .prism-create .template33 .temp33_content {
    width: 60%;
    padding: 2.5% 12% 2% 7%;
  }
}
/* template33 css end */
/* template34 css start */
.prism-create .template34 {
  position: relative;
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
}
.prism-create .template34 .temp34_content {
  position: relative;
  width: 100%;
  min-height: 100vh;
}
.prism-create .template34 .temp34_content::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 30%;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 212, 255, 0) 100%);
  bottom: 0px;
  left: 0px;
  z-index: 0;
}
.prism-create .template34 .temp34_rh_content {
  position: relative;
  width: 50%;
  min-height: 100vh;
  padding: 8% 10% 2% 7%;
  margin-left: 50%;
  display: flex;
  align-items: center;
  z-index: 100;
  color: #ffffff;
}
.prism-create .template34 .temp34_rh_content_inner {
  position: relative;
  z-index: 2;
}
.prism-create .template34 .temp34_rh_content::before {
  content: "";
  position: absolute;
  width: 140%;
  height: 140%;
  transform: rotate(45deg);
  background-color: rgba(255, 31, 62, 0.9);
  border-radius: 9vw;
  z-index: 1;
  left: 4%;
  top: -10%;
}
.prism-create .template34 .temp34_rh_content .temp34_iconsec_threecols {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  margin-top: 4%;
}
.prism-create .template34 .temp34_rh_content .temp34_iconsec_threecols p {
  width: 5.1%;
  margin-right: 1.7%;
}
.prism-create .template34 h2 {
  font-size: 3.4vw;
  line-height: 3.4vw;
  margin-bottom: 4%;
}
.prism-create .template34 h4 {
  font-size: 1.6vw;
  line-height: 2vw;
  margin: 0% 0% 2%;
}
.prism-create .template34 h5 a {
  font-size: 0.6vw;
  line-height: 1vw;
}
.prism-create .template34 p {
  font-size: 0.8vw;
  line-height: 1.2vw;
}
.prism-create .template34 p.extra_mg {
  margin-bottom: 5%;
  margin-top: 10%;
}
@media (min-width: 1800px) {}
@media (min-width: 1440px) and (max-width: 1800px) and (min-height: 780px) {
  .prism-create .template34 .temp34_rh_content::before {
    top: -19%;
  }
}
@media (max-width: 1440px) {}
@media (max-width: 1280px) and (min-height: 650px) {}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (min-device-height: 800px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .prism-create .template34 .temp34_rh_content::before {
    width: 150%;
    height: 138%;
    left: 5%;
    top: -23%;
  }
}
@media (max-width: 1024px) {
  .prism-create .template34 {
    height: 100vh;
  }
}
@media (max-width: 1366px) and (max-height: 650px) {}
@media (max-width: 900px) {}
@media (orientation: portrait) {
  .prism-create .template34 {
    position: relative;
    width: 100%;
    min-height: 100vh;
    background: #ffffff;
    overflow: hidden;
  }
  .prism-create .template34 .temp34_rh_content::before {
    left: 4%;
        top: -12%;
  }
  .prism-create .template34 .temp34_content {}
  .prism-create .template34 .temp34_rh_content {
    width: 150%;
    min-height: 100vh;
    padding: 8% 2% 2% 0%;
    margin-left: 30%;
  }
  .prism-create .template34 h2 {
    font-size: 4.4vw;
    line-height: 5.4vw;
    margin-bottom: 5%;
  }
  .prism-create .template34 p {
    font-size: 2.5vw;
    line-height: 3.5vw;
  }
  .prism-create .template34 p.extra_mg {
    margin-bottom: 1%;
    margin-top: 2%;
  }
  .prism-create .template34 .temp34_rh_content .temp34_iconsec_threecols p {
    width: 6%;
    margin-right: 2%;
  }
  .prism-create .template34 .temp34_rh_content_inner {
    padding-right: 57%;
  }
  .prism-create .template34 .logo_bottom2 {
    position: absolute !important;
    width: 24% !important;
    bottom: 8% !important;
    left: 8% !important;
  }
}
@media (max-width: 768px) {}
@media (max-width: 480px) {
  .prism-create .template34 .temp34_rh_content::before {
    left: 20%;
    top: -33%;
  }
  .prism-create .template34 h2 {
    font-size: 5.5vw;
    line-height: 6.5vw;
    margin-bottom: 5%;
  }
  .prism-create .template34 p {
    font-size: 3.5vw;
    line-height: 4.5vw;
  }
}
@media (max-height: 450px) {}
/* template34 css end */
.jumpto {
  cursor: pointer;
}
/* clearfix */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.clearfix {
  display: inline-block;
}
html[xmlns] .clearfix {
  display: block;
}
* html .clearfix {
  height: 1%;
}