* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: inherit;
}

ul {
  list-style: none;
}

.container {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 400;
}
.container .grid {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10px;
}
.container header {
  width: 100%;
  background: #FFF;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
}
.container header .wrapper {
  max-width: 1187px;
  padding: 0 10px;
  margin: 0 auto;
}
.container header a.logo img {
  width: 228px;
  height: auto;
  vertical-align: bottom;
}
.container header .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.container header nav {
  display: flex;
  justify-content: center;
  align-items: center;
}
.container header nav ul.menu-links {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1024px) {
  .container header nav ul.menu-links {
    display: none;
  }
}
.container header nav ul.menu-links li a {
  padding: 25px 30px 21px;
  display: block;
  color: #1A1A1A;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #203349;
  text-align: center;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-decoration: none;
  white-space: nowrap;
  border-bottom: 4px solid transparent;
}
.container header nav ul.menu-links li a:hover {
  border-bottom: 4px solid #1E64A6;
}
.container header nav ul.menu-links li.active a {
  font-weight: 600;
}
.container header nav ul.menu-links li.products {
  display: flex;
  position: relative;
}
.container header nav ul.menu-links li.products a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.container header nav ul.menu-links li.products a::after {
  display: block;
  content: "\f107";
  font-family: "FontAwesome";
  position: absolute;
  top: 38%;
  right: 12px;
  font-weight: normal;
  font-style: normal;
  margin: 0px 0px 0px 10px;
  text-decoration: none;
}
.container header nav ul.menu-links li.products img {
  padding-right: 30px;
}
.container header nav ul.menu-links li.products:hover .sub-menu {
  display: block;
}
.container header nav ul.menu-links li.products:hover .sub-menu li {
  padding: 5px 16px;
}
.container header nav ul.menu-links li.products:hover .sub-menu li a {
  padding: 0;
  text-align: left;
  text-decoration: none;
}
.container header nav ul.menu-links li.products:hover .sub-menu li a::after {
  content: "";
}
.container header nav ul.menu-links li.products:hover .sub-menu li a:hover {
  text-decoration: underline;
  border-bottom: 4px solid transparent;
}
.container header nav .products .sub-menu {
  display: none;
  padding-top: 10px;
  border-radius: 4px;
  position: absolute;
  background-color: #fff;
  border: 1px solid #F5F5F5;
  box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.1215686275);
  top: 70px;
  width: 100%;
  text-align: left;
  width: 200px;
}
.container header .search {
  margin-left: 30px;
  width: 35%;
  padding: 10px 15px;
  display: flex;
  align-items: center;
  border-radius: 6px;
  border: 1px solid #C6C6C6;
  background: #FFF;
}
@media only screen and (max-width: 1380px) {
  .container header .search {
    display: none;
  }
}
.container header .search input {
  border: 0;
  padding-left: 6px;
  color: #C6C6C6;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: left;
  outline: none;
}
.container header .search input::-moz-placeholder {
  color: #C6C6C6;
}
.container header .search input::placeholder {
  color: #C6C6C6;
}
@media only screen and (max-width: 995px) {
  .container header .logo img {
    width: 127px;
    height: 28px;
  }
}
@media only screen and (max-width: 1024px) {
  .container header .logo {
    margin-left: 40px;
  }
}
.container header .hamburger {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .container header .hamburger {
    display: block;
    position: absolute;
    z-index: 9999;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
  }
  .container header .hamburger .line {
    width: 22px;
    height: 4px;
    background: #2D364E;
    margin: 3px auto;
    transition: all 0.3s ease-in-out;
    border-radius: 5px;
  }
}
.container header .hamburger.isactive .line:nth-child(2) {
  opacity: 0;
}
.container header .hamburger.isactive .line:nth-child(1) {
  transform: translateY(1px) rotate(45deg);
  height: 2px;
}
.container header .hamburger.isactive .line:nth-child(3) {
  transform: translateY(-11px) rotate(-45deg);
  height: 2px;
}
.container header .mobile-search {
  display: none;
}
@media only screen and (max-width: 1380px) {
  .container header .mobile-search {
    display: block;
    margin-left: 30px;
  }
}
.container header .mobile-search .search-box {
  position: absolute;
  top: 70px;
  display: flex;
  right: 10%;
  background: #fff;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1019607843);
  display: none;
}
.container header .mobile-search .search-box input {
  margin: 20px;
  padding: 10px 15px;
  outline: none;
  border: 1px solid #c6c6c6;
}
.container header .mobile-search .search-box.active {
  display: block;
}
.container header .mobile-search .search-icon a {
  display: block;
}
.container header .mobile-search .search-icon img {
  width: 22px;
}
.container header .mobile-menu .menu-header-menu-container {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .container header .mobile-menu .menu-header-menu-container {
    background: #FFF;
    width: 75%;
    height: 100vh;
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    padding-left: 18px;
    box-shadow: 4px 0px 10px 0px rgba(0, 0, 0, 0.11);
    z-index: 10;
  }
  .container header .mobile-menu .menu-header-menu-container.active {
    display: block;
  }
  .container header .mobile-menu .menu-header-menu-container ul {
    margin-top: 50px;
    overflow: hidden;
    list-style-type: none;
    padding: 50px 10px 0 0;
  }
  .container header .mobile-menu .menu-header-menu-container ul a {
    color: #203349;
    text-decoration: none;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 14px;
    margin: 10px 0 30px;
    display: block;
    font-weight: bold;
  }
  .container header .mobile-menu .menu-header-menu-container .products a {
    width: 100%;
    margin-bottom: 5px;
    display: flex;
    padding: 0 15px 0 0;
    border: 0;
    justify-content: space-between;
    color: #203349;
    font-size: 14px;
  }
  .container header .mobile-menu .menu-header-menu-container .products a::after {
    display: block;
    content: "\f107";
    font-family: FontAwesome;
    position: absolute;
    right: 12px;
    font-weight: normal;
    font-style: normal;
    margin: 0px 0px 0px 10px;
    text-decoration: none;
  }
  .container header .mobile-menu .menu-header-menu-container .products a.active img {
    rotate: 180deg;
  }
  .container header .mobile-menu .menu-header-menu-container .products a.active::after {
    rotate: 180deg;
  }
  .container header .mobile-menu .menu-header-menu-container .products .sub-menu {
    max-height: 0;
    padding: 0;
    margin-top: 0;
    border: 0;
    overflow: hidden;
    box-shadow: none;
    position: unset;
    display: flex;
    flex-direction: column;
    position: absolute;
    z-index: 9999;
    top: unset;
  }
  .container header .mobile-menu .menu-header-menu-container .products .sub-menu li {
    padding: 0;
  }
  .container header .mobile-menu .menu-header-menu-container .products .sub-menu li a {
    margin-bottom: 15px;
    display: flex;
  }
  .container header .mobile-menu .menu-header-menu-container .products .sub-menu li a::after {
    content: "";
  }
  .container header .mobile-menu .menu-header-menu-container .products .sub-menu li a:hover {
    border-bottom: 4px solid transparent;
  }
  .container header .mobile-menu .menu-header-menu-container .products.active {
    display: block;
    animation: fade 0.5s;
  }
  @keyframes fade {
    from {
      transform: translateX(-200px);
      opacity: 0;
    }
    to {
      transform: translateX(0px);
      opacity: 1;
    }
  }
}
.container .banner {
  background: url(../images/banner-grad.png) bottom center no-repeat;
  background-size: 100% 264px;
  padding-top: 120px;
}
.container .banner .cont-wrap {
  position: relative;
  min-height: 422px;
}
@media only screen and (max-height: 720px) and (min-width: 930px) {
  .container .banner .cont-wrap {
    min-height: 422px;
  }
}
.container .banner .cont-wrap .img-wrap {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  display: flex;
}
@media only screen and (max-width: 1024px) {
  .container .banner .cont-wrap .img-wrap {
    display: none;
  }
}
.container .banner .cont-wrap .img-wrap .img-wrap-left, .container .banner .cont-wrap .img-wrap .img-wrap-right {
  flex: 1;
}
.container .banner .cont-wrap .img-wrap .img-wrap-left {
  min-width: 560px;
}
.container .banner .cont-wrap .img-wrap .img-wrap-right img {
  max-width: 740px;
  width: 100%;
  height: auto;
}
.container .banner .cont-wrap .img-wrap .img-wrap-right {
  flex: auto;
  max-width: 740px;
  display: flex;
  align-items: end;
  justify-content: end;
  transform: translateY(20px);
}
@media only screen and (max-height: 720px) and (min-width: 930px) {
  .container .banner .cont-wrap .img-wrap .img-wrap-right {
    transform: translateY(81px);
  }
}
.container .banner .cont-wrap .cont-wrap-inner {
  position: relative;
}
@media only screen and (max-height: 720px) and (min-width: 930px) {
  .container .banner .cont-wrap .cont-wrap-inner {
    padding-top: 50px;
  }
}
.container .banner .cont-wrap .cont-wrap-inner .grid {
  display: flex;
}
@media only screen and (max-width: 1024px) {
  .container .banner .cont-wrap .cont-wrap-inner .grid {
    flex-direction: column;
    padding: 0;
    text-align: center;
  }
}
.container .banner .cont-wrap .cont-wrap-inner .grid .cont-wrap-inner-left, .container .banner .cont-wrap .cont-wrap-inner .grid .cont-wrap-inner-right {
  flex: 1;
}
.container .banner .cont-wrap .cont-wrap-inner .grid .cont-wrap-inner-right img {
  display: none;
  max-width: 458px;
  height: auto;
  width: 100%;
  margin-left: auto;
}
@media only screen and (max-width: 1024px) {
  .container .banner .cont-wrap .cont-wrap-inner .grid .cont-wrap-inner-right img {
    display: block;
  }
}
.container .banner .cont-wrap .cont-wrap-inner .grid .cont-wrap-inner-left {
  min-width: 540px;
}
@media only screen and (max-width: 1200px) {
  .container .banner .cont-wrap .cont-wrap-inner .grid .cont-wrap-inner-left {
    min-width: auto;
  }
}
@media only screen and (max-width: 1024px) {
  .container .banner .cont-wrap .cont-wrap-inner .grid .cont-wrap-inner-left {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 930px) {
  .container .banner .cont-wrap .cont-wrap-inner .grid .cont-wrap-inner-left {
    z-index: 1;
  }
}
.container .banner .cont-wrap .cont-wrap-inner .grid .cont-wrap-inner-left h1 {
  color: #051F2F;
  font-size: 54px;
  font-weight: 700;
  line-height: 100%;
  margin-bottom: 15px;
}
.container .banner .cont-wrap .cont-wrap-inner .grid .cont-wrap-inner-left h1 span {
  color: #E95757;
}
@media only screen and (max-width: 1200px) {
  .container .banner .cont-wrap .cont-wrap-inner .grid .cont-wrap-inner-left h1 {
    font-size: 50px;
  }
}
@media only screen and (max-width: 930px) {
  .container .banner .cont-wrap .cont-wrap-inner .grid .cont-wrap-inner-left h1 {
    font-size: 32px;
    line-height: 92%;
    margin-bottom: 13px;
  }
}
.container .banner .cont-wrap .cont-wrap-inner .grid .cont-wrap-inner-left h2 {
  color: #606C6E;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 18px;
  max-width: 496px;
}
@media only screen and (max-width: 1024px) {
  .container .banner .cont-wrap .cont-wrap-inner .grid .cont-wrap-inner-left h2 {
    margin: 0 auto 14px;
  }
}
@media only screen and (max-width: 930px) {
  .container .banner .cont-wrap .cont-wrap-inner .grid .cont-wrap-inner-left h2 {
    font-size: 14px;
    margin: 0 auto 12px;
    max-width: 280px;
  }
}
.container .banner .cont-wrap .cont-wrap-inner .grid .cont-wrap-inner-left .chrm-cta {
  display: block;
  width: 301px;
  height: 87px;
  cursor: pointer;
  margin-bottom: 10px;
}
@media only screen and (max-width: 930px) {
  .container .banner .cont-wrap .cont-wrap-inner .grid .cont-wrap-inner-left .chrm-cta {
    width: 266px;
    height: 66px;
  }
}
.container .banner .cont-wrap .cont-wrap-inner .grid .cont-wrap-inner-left .chrm-cta img {
  width: 301px;
  height: auto;
}
@media only screen and (max-width: 930px) {
  .container .banner .cont-wrap .cont-wrap-inner .grid .cont-wrap-inner-left .chrm-cta img {
    width: 264px;
    height: auto;
  }
}
.container .banner .cont-wrap .cont-wrap-inner .grid .cont-wrap-inner-left .chrm-cta img {
  width: 206px;
}
.container .banner .cont-wrap .cont-wrap-inner .grid .cont-wrap-inner-left .cta-banner {
  width: 204px;
  height: 60px;
  margin-bottom: 11px;
}
@media only screen and (max-width: 1024px) {
  .container .banner .cont-wrap .cont-wrap-inner .grid .cont-wrap-inner-left .cta-banner {
    margin: 0 auto 8px;
  }
}
@media only screen and (max-width: 930px) {
  .container .banner .cont-wrap .cont-wrap-inner .grid .cont-wrap-inner-left .cta-banner {
    width: 230px;
    height: 56px;
    margin-bottom: 10px;
  }
}
.container .banner .cont-wrap .cont-wrap-inner .grid .cont-wrap-inner-left p.cta-disclaimer {
  color: #717171;
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
  max-width: 373px;
}
@media only screen and (max-width: 1024px) {
  .container .banner .cont-wrap .cont-wrap-inner .grid .cont-wrap-inner-left p.cta-disclaimer {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 930px) {
  .container .banner .cont-wrap .cont-wrap-inner .grid .cont-wrap-inner-left p.cta-disclaimer {
    font-size: 12px;
    max-width: 300px;
    margin-bottom: 8px;
  }
}
.container .banner .cont-wrap .cont-wrap-inner .grid .cont-wrap-inner-left p.cta-disclaimer a {
  text-decoration: underline;
}
.container .banner .cont-wrap .cont-wrap-inner .grid .cont-wrap-inner-left p.cta-disclaimer a:hover {
  text-decoration: none;
}
.container section.format-sec {
  padding: 87px 0 100px;
  text-align: center;
  background: url(../images/format-grad.png) top center no-repeat;
  background-size: 100% 264px;
}
@media only screen and (max-width: 930px) {
  .container section.format-sec {
    padding: 76px 0 62px;
  }
}
.container section.format-sec h3 {
  color: #051F2F;
  font-size: 48px;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 20px;
}
@media only screen and (max-width: 930px) {
  .container section.format-sec h3 {
    font-size: 24px;
    line-height: 120%;
    margin-bottom: 15px;
  }
}
.container section.format-sec h4 {
  color: #606C6E;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  max-width: 580px;
  margin: 0 auto 50px;
}
@media only screen and (max-width: 930px) {
  .container section.format-sec h4 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 40px;
  }
}
.container section.format-sec ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 76px;
  justify-content: center;
}
@media only screen and (max-width: 930px) {
  .container section.format-sec ul {
    max-width: 328px;
    gap: 16px 8px;
    margin: 0 auto 40px;
  }
}
.container section.format-sec ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 15px;
  width: 220px;
  height: 150px;
  border-radius: 14px;
  border: 1.456px solid #DCDCDC;
}
@media only screen and (max-width: 930px) {
  .container section.format-sec ul li {
    width: 160px;
    height: 104px;
  }
}
.container section.format-sec ul li img {
  width: 98px;
  height: auto;
  vertical-align: bottom;
}
@media only screen and (max-width: 930px) {
  .container section.format-sec ul li img {
    width: 70px;
    gap: 8px;
  }
}
.container section.format-sec ul li p {
  font-size: 18px;
  font-weight: 600;
  font-family: Inter, Arial, Helvetica, sans-serif;
}
@media only screen and (max-width: 930px) {
  .container section.format-sec ul li p {
    font-size: 12px;
  }
}
.container section.format-sec .chrm-cta {
  display: block;
  width: 301px;
  height: 87px;
  cursor: pointer;
  margin: 0 auto;
}
@media only screen and (max-width: 930px) {
  .container section.format-sec .chrm-cta {
    width: 266px;
    height: 66px;
  }
}
.container section.format-sec .chrm-cta img {
  width: 301px;
  height: auto;
}
@media only screen and (max-width: 930px) {
  .container section.format-sec .chrm-cta img {
    width: 264px;
    height: auto;
  }
}
.container section.feature-sec {
  padding: 38px 0 106px;
  text-align: center;
}
@media only screen and (max-width: 930px) {
  .container section.feature-sec {
    padding-top: 0;
    padding-bottom: 61px;
  }
}
.container section.feature-sec h3 {
  color: #051F2F;
  font-size: 48px;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 55px;
}
@media only screen and (max-width: 930px) {
  .container section.feature-sec h3 {
    font-size: 24px;
    margin-bottom: 28px;
  }
}
.container section.feature-sec ul {
  margin: 0 auto 80px;
  max-width: 900px;
}
@media only screen and (max-width: 930px) {
  .container section.feature-sec ul {
    margin-bottom: 50px;
  }
}
.container section.feature-sec ul li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 58px;
}
@media only screen and (max-width: 930px) {
  .container section.feature-sec ul li {
    flex-direction: column;
    width: 328px;
    margin: 0 auto 36px;
  }
}
.container section.feature-sec ul li img {
  width: 426px;
  height: auto;
  vertical-align: bottom;
}
@media only screen and (max-width: 930px) {
  .container section.feature-sec ul li img {
    width: 328px;
    margin-bottom: 5px;
  }
}
.container section.feature-sec ul li .text-wrap {
  text-align: left;
  max-width: 378px;
  display: inherit;
  flex-direction: column;
  justify-content: center;
}
.container section.feature-sec ul li .text-wrap h4 {
  color: #051F2F;
  font-size: 32px;
  font-weight: 600;
  line-height: 120%;
  margin-bottom: 20px;
}
@media only screen and (max-width: 930px) {
  .container section.feature-sec ul li .text-wrap h4 {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.container section.feature-sec ul li .text-wrap p {
  color: #606C6E;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}
@media only screen and (max-width: 930px) {
  .container section.feature-sec ul li .text-wrap p {
    font-size: 14px;
  }
}
.container section.feature-sec ul li:nth-child(2) img {
  order: 1;
}
@media only screen and (max-width: 930px) {
  .container section.feature-sec ul li:nth-child(2) img {
    order: 0;
  }
}
.container section.feature-sec ul li:last-child {
  margin-bottom: 0;
}
.container section.feature-sec .chrm-cta {
  display: block;
  width: 301px;
  height: 87px;
  cursor: pointer;
  margin: 0 auto;
}
@media only screen and (max-width: 930px) {
  .container section.feature-sec .chrm-cta {
    width: 266px;
    height: 66px;
  }
}
.container section.feature-sec .chrm-cta img {
  width: 301px;
  height: auto;
}
@media only screen and (max-width: 930px) {
  .container section.feature-sec .chrm-cta img {
    width: 264px;
    height: auto;
  }
}
.container .tutorial-sec {
  padding-bottom: 100px;
}
.container .tutorial-sec h3 {
  color: #051F2F;
  text-align: center;
  font-size: 48px;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 59px;
}
@media only screen and (max-width: 930px) {
  .container .tutorial-sec h3 {
    font-size: 24px;
    margin-bottom: 40px;
  }
}
.container .tutorial-sec .tutorial-inner {
  display: flex;
}
@media only screen and (max-width: 930px) {
  .container .tutorial-sec .tutorial-inner {
    max-width: 328px;
    margin: 0 auto;
  }
}
.container .tutorial-sec .tutorial-inner .step-list {
  padding-top: 100px;
}
@media only screen and (max-width: 930px) {
  .container .tutorial-sec .tutorial-inner .step-list {
    padding-top: 0;
  }
}
.container .tutorial-sec .tutorial-inner .step-list li:nth-child(1), .container .tutorial-sec .tutorial-inner .step-list li:nth-child(3), .container .tutorial-sec .tutorial-inner .step-list li:nth-child(5), .container .tutorial-sec .tutorial-inner .step-list li:nth-child(7) {
  width: 80px;
  height: 80px;
  background: #E6F0FE;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: #24A0ED;
  font-size: 18px;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: -0.18px;
}
@media only screen and (max-width: 930px) {
  .container .tutorial-sec .tutorial-inner .step-list li:nth-child(1), .container .tutorial-sec .tutorial-inner .step-list li:nth-child(3), .container .tutorial-sec .tutorial-inner .step-list li:nth-child(5), .container .tutorial-sec .tutorial-inner .step-list li:nth-child(7) {
    width: 50px;
    height: 50px;
    font-size: 12px;
  }
}
.container .tutorial-sec .tutorial-inner .step-list li:nth-child(3), .container .tutorial-sec .tutorial-inner .step-list li:nth-child(5), .container .tutorial-sec .tutorial-inner .step-list li:nth-child(7) {
  background: #F3F7F9;
  color: #051F2F;
}
.container .tutorial-sec .tutorial-inner .step-list li:nth-child(2), .container .tutorial-sec .tutorial-inner .step-list li:nth-child(4), .container .tutorial-sec .tutorial-inner .step-list li:nth-child(6) {
  width: 6px;
  height: 283px;
  background: #F3F7F9;
  margin: 0 auto;
}
@media only screen and (max-width: 930px) {
  .container .tutorial-sec .tutorial-inner .step-list li:nth-child(2), .container .tutorial-sec .tutorial-inner .step-list li:nth-child(4), .container .tutorial-sec .tutorial-inner .step-list li:nth-child(6) {
    width: 4px;
    height: 245px;
  }
}
@media only screen and (max-width: 930px) {
  .container .tutorial-sec .tutorial-inner .step-list li:nth-child(4) {
    height: 218px;
  }
}
.container .tutorial-sec .tutorial-inner .tutorial-info {
  flex: 1;
}
.container .tutorial-sec .tutorial-inner .tutorial-info ul.tutorial-info-list {
  padding-left: 36px;
}
@media only screen and (max-width: 930px) {
  .container .tutorial-sec .tutorial-inner .tutorial-info ul.tutorial-info-list {
    padding-left: 21px;
  }
}
.container .tutorial-sec .tutorial-inner .tutorial-info ul.tutorial-info-list li {
  display: flex;
  margin-bottom: 79px;
  align-items: center;
}
@media only screen and (max-width: 930px) {
  .container .tutorial-sec .tutorial-inner .tutorial-info ul.tutorial-info-list li {
    flex-direction: column;
    align-items: unset;
    margin-bottom: 50px;
  }
}
.container .tutorial-sec .tutorial-inner .tutorial-info ul.tutorial-info-list li p {
  flex: 1;
  color: #051F2F;
  padding-right: 20px;
  font-size: 24px;
  font-weight: 400;
  line-height: 150%;
  max-width: 555px;
}
@media only screen and (max-width: 930px) {
  .container .tutorial-sec .tutorial-inner .tutorial-info ul.tutorial-info-list li p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 16px;
    padding-right: 0;
  }
}
@media only screen and (max-width: 930px) {
  .container .tutorial-sec .tutorial-inner .tutorial-info ul.tutorial-info-list li p svg {
    width: 28px;
    height: auto;
  }
}
.container .tutorial-sec .tutorial-inner .tutorial-info ul.tutorial-info-list li img {
  width: 480px;
  height: auto;
  vertical-align: bottom;
}
@media only screen and (max-width: 930px) {
  .container .tutorial-sec .tutorial-inner .tutorial-info ul.tutorial-info-list li img {
    width: 262px;
  }
}
.container .tutorial-sec .tutorial-inner .tutorial-info ul.tutorial-info-list li:last-child {
  margin-bottom: 0;
}
.container .search-sec {
  padding: 100px 0 83px;
  text-align: center;
}
@media only screen and (max-width: 930px) {
  .container .search-sec {
    padding-top: 0;
    padding-bottom: 50px;
  }
}
.container .search-sec h3 {
  color: #051F2F;
  font-size: 48px;
  font-weight: 700;
  line-height: 120%;
  max-width: 670px;
  margin: 0 auto 80px;
}
@media only screen and (max-width: 930px) {
  .container .search-sec h3 {
    font-size: 24px;
    max-width: 328px;
    margin-bottom: 40px;
  }
}
.container .search-sec h3 span {
  color: #E95757;
}
.container .search-sec ul {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}
@media only screen and (max-width: 1200px) {
  .container .search-sec ul {
    flex-wrap: wrap;
    max-width: 780px;
    justify-content: center;
    gap: 20px;
    margin: 0 auto 80px;
  }
}
@media only screen and (max-width: 930px) {
  .container .search-sec ul {
    flex-direction: column;
    max-width: 328px;
    margin-bottom: 50px;
  }
}
.container .search-sec ul li {
  padding: 20px;
  max-width: 380px;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 2px 4px 12px 0px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 930px) {
  .container .search-sec ul li {
    max-width: 328px;
    padding: 24px 17px;
  }
}
.container .search-sec ul li .icon-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 75px;
  height: 75px;
  margin: 0 auto 19px;
  border-radius: 10px;
  background: #FFF4ED;
}
@media only screen and (max-width: 930px) {
  .container .search-sec ul li .icon-wrap {
    width: 50px;
    height: 50px;
    margin-bottom: 17px;
  }
}
@media only screen and (max-width: 930px) {
  .container .search-sec ul li .icon-wrap svg {
    width: 30px;
    height: auto;
  }
}
.container .search-sec ul li h4 {
  color: #051F2F;
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
  margin-bottom: 2px;
}
@media only screen and (max-width: 930px) {
  .container .search-sec ul li h4 {
    font-size: 18px;
    margin-bottom: 3px;
  }
}
.container .search-sec ul li p {
  color: #606C6E;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  min-height: 96px;
}
@media only screen and (max-width: 930px) {
  .container .search-sec ul li p {
    font-size: 14px;
    line-height: 22px;
    min-height: 87px;
  }
}
.container .search-sec ul li:nth-child(2) .icon-wrap {
  background: #F0FFFC;
}
.container .search-sec ul li:nth-child(3) .icon-wrap {
  background: #FBF2FF;
}
.container .search-sec .chrm-cta {
  display: block;
  width: 301px;
  height: 87px;
  cursor: pointer;
  margin: 0 auto;
}
@media only screen and (max-width: 930px) {
  .container .search-sec .chrm-cta {
    width: 266px;
    height: 66px;
  }
}
.container .search-sec .chrm-cta img {
  width: 301px;
  height: auto;
}
@media only screen and (max-width: 930px) {
  .container .search-sec .chrm-cta img {
    width: 264px;
    height: auto;
  }
}
.container .add-on {
  padding: 100px 0;
  text-align: center;
  background: #E6F0FE url(../images/add-on.png) center/cover no-repeat;
}
@media only screen and (max-width: 930px) {
  .container .add-on {
    padding: 50px 0;
  }
}
.container .add-on .add-on-wrap {
  border-radius: 30px;
  background: #FFF;
  padding: 20px;
}
@media only screen and (max-width: 930px) {
  .container .add-on .add-on-wrap {
    padding: 6px;
    max-width: 328px;
    margin: 0 auto;
  }
}
.container .add-on .add-on-wrap .add-on-inner {
  border-radius: 30px;
  border: 1px dashed #BDC2C8;
  padding: 70px 16px 60px;
}
@media only screen and (max-width: 930px) {
  .container .add-on .add-on-wrap .add-on-inner {
    padding: 40px 16px;
  }
}
.container .add-on .add-on-wrap .add-on-inner h3 {
  color: #051F2F;
  font-size: 44px;
  font-weight: 600;
  line-height: 60px;
  max-width: 1020px;
  margin: 0 auto 50px;
}
@media only screen and (max-width: 930px) {
  .container .add-on .add-on-wrap .add-on-inner h3 {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 20px;
  }
}
.container .add-on .add-on-wrap .add-on-inner h3 span {
  color: #E95757;
}
.container .add-on .add-on-wrap .add-on-inner .chrm-cta {
  display: block;
  width: 301px;
  height: 87px;
  cursor: pointer;
  margin: 0 auto;
}
@media only screen and (max-width: 930px) {
  .container .add-on .add-on-wrap .add-on-inner .chrm-cta {
    width: 266px;
    height: 66px;
  }
}
.container .add-on .add-on-wrap .add-on-inner .chrm-cta img {
  width: 301px;
  height: auto;
}
@media only screen and (max-width: 930px) {
  .container .add-on .add-on-wrap .add-on-inner .chrm-cta img {
    width: 264px;
    height: auto;
  }
}
.container .quest-sec {
  text-align: center;
  padding: 100px 0;
}
@media only screen and (max-width: 930px) {
  .container .quest-sec {
    padding: 50px 0;
  }
}
.container .quest-sec h3 {
  color: #051F2F;
  font-size: 48px;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 50px;
}
@media only screen and (max-width: 930px) {
  .container .quest-sec h3 {
    font-size: 24px;
  }
}
.container .quest-sec ul.acord-list {
  display: flex;
  flex-direction: column;
}
.container .quest-sec ul.acord-list li.acord-list-cont {
  max-width: 761px;
  width: 100%;
  position: relative;
  margin: 0 auto;
}
.container .quest-sec ul.acord-list li.acord-list-cont .accordion {
  position: relative;
  background-color: #fff;
  color: #444;
  cursor: pointer;
  padding: 12px 70px 12px 18px;
  width: 100%;
  text-align: left;
  outline: none;
  transition: 0.4s;
  border: 0;
  border-bottom: 2px solid #DCE5ED;
  color: #454545;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  min-height: 102px;
}
@media only screen and (max-width: 930px) {
  .container .quest-sec ul.acord-list li.acord-list-cont .accordion {
    padding: 20px 40px 20px 0;
    min-height: 65px;
    font-size: 16px;
  }
}
.container .quest-sec ul.acord-list li.acord-list-cont .accordion.active {
  border-bottom: 0 !important;
}
.container .quest-sec ul.acord-list li.acord-list-cont .accordion:after {
  position: absolute;
  content: "";
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  background: url(../images/accordion-arrow.svg) center no-repeat;
  width: 28px;
  height: 28px;
}
@media only screen and (max-width: 930px) {
  .container .quest-sec ul.acord-list li.acord-list-cont .accordion:after {
    width: 20px;
    height: 20px;
    background-size: 10px;
  }
}
.container .quest-sec ul.acord-list li.acord-list-cont .panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  text-align: left;
  padding-top: 10px;
}
@media only screen and (max-width: 930px) {
  .container .quest-sec ul.acord-list li.acord-list-cont .panel {
    padding-left: 0;
  }
}
.container .quest-sec ul.acord-list li.acord-list-cont .panel p, .container .quest-sec ul.acord-list li.acord-list-cont .panel ol {
  color: #606C6E;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
@media only screen and (max-width: 930px) {
  .container .quest-sec ul.acord-list li.acord-list-cont .panel p, .container .quest-sec ul.acord-list li.acord-list-cont .panel ol {
    font-size: 14px;
    line-height: 20px;
  }
}
.container .quest-sec ul.acord-list li.acord-list-cont .panel ol {
  padding: 0 0 10px 18px;
}
.container footer {
  background: #051F2F;
  text-align: center;
  padding: 50px 0;
}
@media only screen and (max-width: 930px) {
  .container footer {
    padding: 59px 0;
  }
}
.container footer .foot-logo {
  margin-bottom: 23px;
}
@media only screen and (max-width: 930px) {
  .container footer .foot-logo {
    margin-bottom: 10px;
  }
}
.container footer p.foot-desc {
  max-width: 890px;
  margin: 0 auto 30px;
  color: #FFF;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 150%;
}
@media only screen and (max-width: 930px) {
  .container footer p.foot-desc {
    font-size: 16px;
    margin-bottom: 30px;
  }
}
.container footer ul.foot-list {
  display: flex;
  max-width: 870px;
  margin: 0 auto;
  gap: 50px;
}
@media only screen and (max-width: 930px) {
  .container footer ul.foot-list {
    max-width: 330px;
    flex-wrap: wrap;
    gap: 20px 16px;
    justify-content: center;
  }
}
.container footer ul.foot-list li {
  position: relative;
  color: #FFF;
  font-size: 16px;
}
@media only screen and (max-width: 930px) {
  .container footer ul.foot-list li {
    font-size: 14px;
  }
}
.container footer ul.foot-list li ::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 20px;
  background: #E4E4E4;
  top: 50%;
  transform: translateY(-50%);
  right: -24px;
}
@media only screen and (max-width: 930px) {
  .container footer ul.foot-list li ::after {
    right: -10px;
  }
}
.container footer ul.foot-list li a {
  color: inherit;
}
.container footer ul.foot-list li a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 930px) {
  .container footer ul.foot-list li:nth-child(3) ::after {
    display: none;
  }
}
.container footer ul.foot-list li:last-child ::after {
  display: none;
}/*# sourceMappingURL=product-chrm-v1.css.map */