.reviews {
  padding: 100px 0;
}
.reviews-head {
  font-size: 23px;
  line-height: 1.35;
  color: #4B5159;
  text-align: center;
  max-width: 915px;
  margin: 0 auto 80px;
}
.reviews-head h2 {
  text-align: center;
  margin: 0 auto 20px;
}
.reviews-items {
  max-width: 1095px;
  margin: 80px auto 0;
}
.reviews-items:not(.owl-carousel) {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.reviews-item {
  text-align: center;
  padding: 0 25px;
}
.reviews-item > picture {
  display: inline-block;
  margin: 0 auto 15px;
}
.reviews-item-content {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  gap: 15px;
  color: #1A1E25;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.1;
}
.reviews-item-base {
  margin: 15px auto 0;
  color: #4B5159;
  font-size: 17px;
  line-height: 1.35;
}
.reviews .owl-carousel {
  display: flex;
  flex-direction: column;
}
.reviews .owl-carousel .owl-item {
  display: flex;
  justify-content: center;
}
.reviews .owl-carousel .owl-prev,
.reviews .owl-carousel .owl-next {
  position: absolute;
  top: calc(50% - 40px);
}
.reviews .owl-carousel .owl-prev {
  left: -15px;
}
.reviews .owl-carousel .owl-next {
  right: -15px;
}
.reviews .owl-carousel button.owl-dot {
  background: transparent !important;
  width: 16px;
  height: auto;
  margin: 0;
  padding: 5px !important;
  transition: width 0.15s;
}
.reviews .owl-carousel button.owl-dot span {
  display: block;
  height: 6px;
  background: #C4C4C4;
  border-radius: 5px;
  transition: background 0.15s;
}
.reviews .owl-carousel button.owl-dot.active {
  width: 50px;
  background: transparent;
}
.reviews .owl-carousel button.owl-dot.active span {
  background: #1971C2;
}
.reviews-rows {
  margin: 80px auto 0;
}
.reviews-row {
  border-radius: 10px;
  background: #F6F6F9;
  padding: 30px;
  width: 380px;
  max-width: 100%;
  margin: 0 auto 30px;
}
.reviews-row-head {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 15px;
}
.reviews-row-head > picture img {
  display: block;
  width: 50px;
}
.reviews-row-head-name {
  flex: 1;
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  gap: 5px;
  padding-top: 5px;
  color: #1A1E25;
  font-size: 15px;
  line-height: 1.3;
}
.reviews-row-head-name small {
  color: #4B5159;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.25;
}
.reviews-row > picture > img {
  display: block;
  margin: 20px 0;
}
.reviews-row p {
  margin: 20px 0 0;
}
.reviews-more {
  text-align: center;
  margin: 50px auto 0;
}
.reviews-more button {
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  box-shadow: none;
  border: 1px solid #4B5159;
  border-radius: 5px;
  background: transparent;
  color: #4B5159;
  font-size: 14px;
  font-weight: 700;
  line-height: 30px;
  text-transform: uppercase;
  padding: 8px 15px;
  width: 250px;
  max-width: 100%;
}
.reviews-more button:hover {
  background-color: rgba(75, 81, 89, 0.1);
}
@media (max-width: 991px) {
  .reviews {
    padding: 60px 0;
  }
  .reviews-head {
    max-width: 535px;
    font-size: 19px;
    margin-bottom: 50px;
  }
  .reviews-head h2 {
    font-size: 26px;
    margin-bottom: 20px;
  }
  .reviews-items {
    max-width: 535px;
  }
  .reviews-more {
    margin-top: 20px;
  }
}
@media (max-width: 991px) {
  .reviews .container {
    padding: 0;
  }
  .reviews-head, .reviews-items {
    padding: 0 15px;
  }
  .reviews-items, .reviews-rows {
    margin-top: 50px;
  }
  .reviews-row {
    border-radius: 0;
  }
  .reviews-more {
    position: relative;
    margin-top: 0;
    box-shadow: 0 -60px 50px 50px #fff;
  }
  .reviews .owl-carousel .owl-prev {
    left: 0;
  }
  .reviews .owl-carousel .owl-next {
    right: 0;
  }
}

.start-play {
  color: #fff;
  text-decoration: underline;
  font-weight: 700 !important;
  font-size: 17px !important;
}
.start-play::before {
  content: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='13' cy='13' r='12' stroke='white' stroke-width='2'/%3E%3Cpath d='M10.4792 8.19491L17.6112 12.8037L10.4792 17.4125V8.19491Z' fill='white'/%3E%3C/svg%3E%0A");
  vertical-align: middle;
  margin-right: 5px;
}

.page .btn-large {
  padding: 8px 35px;
  font-size: 14px;
  margin: 0;
  line-height: 32px;
  height: auto;
}
@media (max-width: 767px) {
  .page .btn-large {
    padding: 8px 35px;
    font-size: 14px;
    margin: 0;
    line-height: 32px;
    height: auto;
    max-width: 310px;
  }
}

body {
  overflow-x: hidden;
}

#videoreviews {
  padding: 0 0 80px 0;
}
#videoreviews h2 {
  text-align: center;
  margin: 0 auto 50px;
}
#videoreviews .slide > iframe {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
}
#videoreviews .slide .info {
  padding: 25px 0;
}
#videoreviews .slide .info img {
  width: auto;
  margin-bottom: 20px;
}
#videoreviews .slide .text {
  font-weight: normal;
  font-size: 17px;
  line-height: 160%;
  margin-bottom: 19px;
}
#videoreviews .slide .name {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
}
#videoreviews .slide .name span {
  font-weight: 300;
}
#videoreviews .owl-carousel .owl-nav .owl-next,
#videoreviews .owl-carousel .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  opacity: 0.7;
  background: no-repeat center/contain;
  background-image: url("data:image/svg+xml,%3Csvg width='46' height='46' viewBox='0 0 46 46' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M23 0.811521C35.4264 0.81152 45.5 10.8851 45.5 23.3115C45.5 35.7379 35.4264 45.8115 23 45.8115C10.5736 45.8115 0.499999 35.7379 0.499998 23.3115C0.499997 10.8851 10.5736 0.811523 23 0.811521ZM23 2.81152C34.3218 2.81152 43.5 11.9897 43.5 23.3115C43.5 34.6334 34.3218 43.8115 23 43.8115C11.6782 43.8115 2.5 34.6334 2.5 23.3115C2.5 11.9897 11.6782 2.81152 23 2.81152Z' fill='%23999999'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M21.6212 31.1044C21.2307 31.495 20.5976 31.495 20.207 31.1044C19.8165 30.7139 19.8165 30.0808 20.207 29.6902L26.1818 23.7154L20.207 17.7405C19.8164 17.35 19.8164 16.7168 20.207 16.3263C20.5975 15.9358 21.2306 15.9358 21.6212 16.3263L28.2969 23.002C28.4447 23.1498 28.5366 23.3324 28.5725 23.5234C28.6355 23.8401 28.5444 24.1813 28.2989 24.4268L21.6212 31.1044Z' fill='%23999999'/%3E%3C/svg%3E%0A");
}
#videoreviews .owl-carousel .owl-nav .owl-next:hover,
#videoreviews .owl-carousel .owl-nav .owl-prev:hover {
  opacity: 1;
}
#videoreviews .owl-carousel .owl-nav .owl-next {
  right: -90px;
}
#videoreviews .owl-carousel .owl-nav .owl-prev {
  left: -90px;
  transform: rotate(-180deg);
}
@media (max-width: 991px) {
  #videoreviews {
    padding: 50px 0;
  }
}

#start {
  position: relative;
  background: no-repeat center/cover #1A1E25;
  color: #fff;
  padding: 96px 0 100px;
  font-size: 23px;
  line-height: 1.4;
}
#start .btn-large {
  padding: 13px 35px;
  font-size: 17px;
}
@media (max-width: 767px) {
  #start .btn-large {
    padding: 13px 35px;
    font-size: 17px;
  }
}
#start h1 {
  margin-bottom: 30px;
  color: #fff;
}
#start h1 span {
  color: #FFE29F;
}
#start p {
  font-size: 22px;
  font-weight: 400;
  line-height: 26px;
}
#start .cols {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
}
#start .cols-img {
  position: absolute;
  bottom: 0;
  left: 57%;
  width: 965px;
}
#start .cols-text {
  max-width: 570px;
}
#start .cols-text ul {
  margin: 30px 0 0;
  padding: 0;
}
#start .cols-text ul li {
  position: relative;
  display: block;
  padding: 0 0 5px 35px;
  font-weight: 300;
  font-size: 17px;
  line-height: 28px;
}
#start .cols-text ul li::before {
  content: url("data:image/svg+xml,%3Csvg width='16' height='12' viewBox='0 0 16 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 5.34483L5.82759 10.1724L15 1' stroke='%23C9E2F0' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  position: absolute;
  top: 0;
  left: 0;
}
#start .cols-text-action {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  margin: 55px auto 0;
  gap: 15px;
}
#start .cols-text-action-full {
  flex: 1;
}
#start .cols-text-action-primary span {
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  color: #C9E2F0;
  margin-top: 15px;
}
#start .cols-text-action-second {
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: none;
  font-weight: 400;
  font-size: 17px;
  line-height: 26px;
  text-align: left;
  padding: 10px 15px;
  margin-left: 15px;
  color: #C9E2F0;
  text-decoration: none;
}
#start .cols-text-action-second span {
  display: block;
  font-weight: bold;
  color: #fff;
  text-decoration: underline;
}
@media (max-width: 991px) {
  #start {
    background: #1A1E25;
    padding: 90px 0 0;
    text-align: center;
    color: #fff;
    font-size: 19px;
    line-height: 1.36;
  }
  #start h2 {
    margin-bottom: 30px;
  }
  #start .cols {
    flex-direction: column;
    justify-content: center;
  }
  #start .cols-img {
    position: relative;
    bottom: unset;
    left: unset;
    width: auto;
    margin: 40px auto 0;
  }
  #start .cols ul {
    text-align: left;
  }
  #start .cols-text-action {
    flex-flow: column;
    align-items: center;
    margin-top: 40px;
  }
  #start .cols-text-action-primary span {
    color: #98B5C5;
  }
  #start .cols-text-action-second {
    margin: 20px 0 0;
    text-align: center;
  }
}
@media (max-width: 767px) {
  #start {
    padding-top: 55px;
  }
  #start .cols-text-action {
    display: block;
    max-width: 310px;
  }
  #start .cols-text-action-primary {
    margin-bottom: 20px;
  }
}

#start2 {
  position: relative;
  background: no-repeat center/cover #EAF6FF;
}
#start2 .container {
  padding-bottom: 70px;
  padding-top: 70px;
}
#start2 h2 {
  margin-bottom: 20px;
}
#start2 .description {
  color: #4B5159;
  font-weight: 400;
  line-height: 24px;
}
#start2 .info {
  font-size: 23px;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 20px;
}
#start2 .cols {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
}
#start2 .cols-img {
  position: absolute;
  bottom: auto;
  left: 57%;
  width: 1030px;
  top: auto;
}
#start2 .cols-text {
  max-width: 570px;
}
#start2 .cols-text ul {
  margin: 30px 0 0;
  padding: 0;
}
#start2 .cols-text ul li {
  position: relative;
  display: block;
  padding: 0 0 5px 35px;
  font-weight: 400;
  font-size: 17px;
  line-height: 28px;
}
#start2 .cols-text ul li::before {
  content: url("data:image/svg+xml,%3Csvg width='16' height='12' viewBox='0 0 16 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 5.34483L5.82759 10.1724L15 1' stroke='%23C9E2F0' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  position: absolute;
  top: 0;
  left: 0;
}
#start2 .cols-text-action {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  margin: 55px auto 0;
  gap: 15px;
}
#start2 .cols-text-action-full {
  flex: 1;
}
#start2 .cols-text-action-primary span {
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  color: #4B5159;
  margin-top: 15px;
}
#start2 .cols-text-action-second {
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: none;
  font-weight: 400;
  font-size: 17px;
  line-height: 26px;
  text-align: left;
  padding: 10px 15px;
  margin-left: 15px;
  color: #4B5159;
  text-decoration: none;
}
#start2 .cols-text-action-second span {
  display: block;
  font-weight: bold;
  text-decoration: underline;
}
@media (max-width: 991px) {
  #start2 {
    text-align: center;
  }
  #start2 .cols {
    flex-direction: column;
    justify-content: center;
  }
  #start2 .cols-img {
    position: relative;
    bottom: unset;
    left: unset;
    width: auto;
    max-width: 300px;
    margin: 40px auto 0;
  }
  #start2 .cols ul {
    text-align: left;
  }
  #start2 .cols-text-action {
    flex-flow: column;
    align-items: center;
    margin-top: 40px;
  }
  #start2 .cols-text-action-second {
    margin: 20px 0 0;
    text-align: center;
  }
}
@media (max-width: 767px) {
  #start2 .container {
    padding-top: 0;
    padding-bottom: 30px;
  }
  #start2 .cols-text-action {
    display: block;
    max-width: 310px;
  }
  #start2 .cols-text-action-primary {
    margin-bottom: 20px;
  }
  #start2 .info {
    font-size: 19px;
    font-weight: 400;
    line-height: 26px;
  }
  #start2 .description {
    font-size: 17px;
    font-weight: 400;
    line-height: 28px;
  }
  #start2 .cols-img {
    transform: scale(1.3) translateY(30px);
  }
}

.get-link {
  font-weight: bold;
  font-size: 20px;
  line-height: 40px;
  padding-right: 25px;
  background: url(../../img/main/arrow.svg) no-repeat right center;
  background-size: 11px;
  color: inherit;
  text-decoration: underline;
}
.get-link:hover {
  opacity: 0.8;
}

.get-items h2 {
  text-align: center;
  max-width: 860px;
  margin: 0 auto 120px auto;
}
.get-items .h3-group {
  display: flex;
  gap: 14px;
  align-items: center;
  margin-bottom: 20px;
  font-size: 23px;
  font-weight: 700;
  line-height: 32px;
}
.get-items .group {
  display: flex;
  align-items: center;
  gap: 100px;
}
.get-items .group > div {
  width: 50%;
}
.get-items .info {
  font-size: 17px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .get-items {
    text-align: center;
  }
  .get-items h2 {
    margin-bottom: 40px;
  }
  .get-items .group {
    flex-direction: column;
    gap: 50px;
  }
  .get-items .group > div {
    width: 100%;
  }
  .get-items .h3-group {
    justify-content: center;
    font-size: 19px;
    line-height: 26px;
    margin-bottom: 10px;
  }
  .get-items .h3-group img {
    display: none;
  }
  .get-items .info {
    font-size: 17px;
    line-height: 28px;
  }
}

#get2 .video {
  position: relative;
  overflow: hidden;
  border-radius: 40px;
  border: 7px solid #000;
  background: #d3d3d3 -216.392px 0/352.28% 100% no-repeat;
  box-shadow: 0 35px 52px 0 rgba(0, 0, 0, 0.3);
  line-height: 0;
}
#get2 .video.video-2 {
  transform: translateY(-80px);
}
#get2 .video img {
  width: 100%;
  height: 100%;
}
#get2 .right {
  display: flex;
  gap: 44px;
}
@media (max-width: 767px) {
  #get2 {
    background: #F6FAFF;
  }
  #get2 .video.video-2 {
    transform: translateY(-40px);
  }
  #get2 .right {
    gap: 20px;
    padding-top: 40px;
    padding-bottom: 20px;
  }
  #get2 .group {
    flex-direction: column-reverse;
  }
}

#how-it-works {
  background: #fff;
  padding: 100px 0;
  font-size: 17px;
  line-height: 1.65;
}
#how-it-works h2 {
  margin-bottom: 20px;
  text-align: center;
}
#how-it-works .hint {
  text-align: center;
  margin-top: 60px;
}
#how-it-works .cols {
  display: flex;
  flex-flow: row wrap;
  margin-left: -80px;
}
#how-it-works .cols-item {
  width: 33.3333333333%;
  margin-top: 40px;
  padding-left: 80px;
}
#how-it-works .cols-item-label {
  position: relative;
  font-size: 30px;
  line-height: 1.65;
  font-weight: 400;
  margin: 0;
  padding-bottom: 20px;
  border-bottom: 1px solid #4B5159;
}
#how-it-works .cols-item-label:not(.k-3)::after {
  content: "";
  background: no-repeat center/cover;
  background-image: url("data:image/svg+xml,%3Csvg width='5' height='8' viewBox='0 0 5 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.35355 4.35355C4.54882 4.15829 4.54882 3.84171 4.35355 3.64645L1.17157 0.464466C0.976311 0.269204 0.659728 0.269204 0.464466 0.464466C0.269204 0.659728 0.269204 0.976311 0.464466 1.17157L3.29289 4L0.464466 6.82843C0.269204 7.02369 0.269204 7.34027 0.464466 7.53553C0.659728 7.7308 0.976311 7.7308 1.17157 7.53553L4.35355 4.35355ZM3 4.5H4V3.5H3V4.5Z' fill='%234B5159'/%3E%3C/svg%3E%0A");
  display: block;
  width: 5px;
  height: 8px;
  position: absolute;
  top: calc(100% - 3.5px);
  right: -1px;
}
#how-it-works .cols-item-text {
  margin-top: 15px;
  padding-right: 40px;
}
@media (max-width: 767px) {
  #how-it-works {
    padding: 60px 0;
    line-height: 1.55;
  }
  #how-it-works h2 {
    font-size: 30px;
    margin-bottom: 0;
  }
  #how-it-works .cols {
    flex-direction: column;
  }
  #how-it-works .cols-item {
    width: 100%;
    text-align: center;
  }
  #how-it-works .cols-item-label {
    font-size: 30px;
    line-height: 1.65;
    font-weight: 400;
    margin: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
  #how-it-works .cols-item-label:not(.k-3)::after {
    display: none;
  }
  #how-it-works .cols-item-text {
    padding: 0;
  }
}

.manager-v1 {
  padding: 140px 0 70px;
}
.manager-v1 .content {
  background: #22458A;
  color: #fff;
  border-radius: 30px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: flex-end;
}
.manager-v1 .content-text {
  padding: 0 55px 120px 110px;
  max-width: 600px;
}
.manager-v1 .content-text h2 {
  color: inherit;
  margin: 0 0 20px;
}
.manager-v1 .content-text p {
  font-weight: 400;
  font-size: 22px;
  line-height: 1.35;
}
.manager-v1 .content-text ul {
  margin: 30px 0 0 30px;
  padding: 0;
}
.manager-v1 .content-text ul li {
  display: block;
  background: no-repeat center left/18px auto;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='14' viewBox='0 0 18 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 6.50098L6.33333 12.001L17 1.00098' stroke='%2394B7FF' stroke-width='2'/%3E%3C/svg%3E%0A");
  font-weight: 400;
  font-size: 17px;
  line-height: 1.4;
  margin: 10px 0 0;
  padding: 0 0 0 30px;
}
.manager-v1 .content picture img {
  width: 590px;
  max-width: 100%;
  height: auto;
  margin-top: -40px;
}
@media (max-width: 1279px) {
  .manager-v1 .content-text {
    padding: 0 80px 40px;
  }
}
@media (max-width: 1199px) {
  .manager-v1 .content-text {
    padding: 30px;
    max-width: 450px;
  }
}
@media (max-width: 991px) {
  .manager-v1 {
    padding: 50px 0 0;
  }
  .manager-v1 .content-text {
    max-width: 350px;
  }
  .manager-v1 .content-text h2 {
    font-weight: 500;
    font-size: 24px;
    margin: 0 0 30px;
  }
  .manager-v1 .content-text p {
    font-weight: 400;
    font-size: 20px;
  }
  .manager-v1 .content-text ul {
    margin: 40px 0 0;
  }
  .manager-v1 .content-text ul > li {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .manager-v1 .content {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .manager-v1 .content-text {
    padding: 50px 20px 50px;
  }
  .manager-v1 .content-text h2,
  .manager-v1 .content-text p {
    text-align: center;
  }
  .manager-v1 .content picture img {
    width: 250px;
    margin: 0;
  }
}

#maximize {
  background: radial-gradient(209% 208.8% at 49.48% 0.02%, #3044E6 0%, #0C69D6 100%);
  color: #fff;
  text-align: center;
}
#maximize h2 {
  margin: 0 auto 20px auto;
  max-width: 720px;
  color: #fff;
}
#maximize p {
  font-size: 22px;
  font-weight: 500;
  line-height: 26px;
  margin-bottom: 50px;
}
#maximize .cols-text-action {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  margin: 55px auto 0;
  justify-content: center;
  gap: 15px;
}
#maximize .cols-text-action-full {
  flex: 1;
}
#maximize .cols-text-action-primary span {
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  color: #C9E2F0;
  margin-top: 15px;
}
#maximize .cols-text-action-second {
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: none;
  font-weight: 400;
  font-size: 17px;
  line-height: 26px;
  text-align: left;
  padding: 10px 15px;
  margin-left: 15px;
  color: #C9E2F0;
  text-decoration: none;
}
#maximize .cols-text-action-second span {
  display: block;
  font-weight: bold;
  color: #fff;
  text-decoration: underline;
}
@media (max-width: 767px) {
  #maximize .cols-text-action-primary {
    width: 100%;
    margin-bottom: 20px;
  }
  #maximize .cols-text-action-second {
    text-align: center;
    margin: 0;
  }
  #maximize p {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
  }
}

#faq {
  padding: 100px 0;
}
#personal-support + #faq {
  background: #F6F6F9;
}
#faq .flex {
  display: flex;
  flex-flow: column;
  align-items: center;
  margin-left: -70px;
}
#faq .w-50\@md {
  width: 50%;
  padding-left: 70px;
}
#faq h2 {
  text-align: center;
  margin: 0 0 70px;
}
#faq details {
  position: relative;
  font-size: 17px;
  line-height: 1.6;
  border-bottom: 1px solid #DADADA;
}
#faq details > summary {
  cursor: pointer;
  list-style: none;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px 0;
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
}
#faq details > summary::-webkit-details-marker {
  display: none;
}
#faq details > summary::after {
  content: "";
  background: no-repeat center/auto #fff;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='11' viewBox='0 0 20 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.292893 1.72183C-0.0976311 1.3313 -0.0976311 0.698136 0.292893 0.307612C0.683417 -0.0829124 1.31658 -0.0829115 1.70711 0.307612L9.57065 8.17116L17.4343 0.307531C17.8248 -0.0829926 18.458 -0.0829926 18.8485 0.307531C19.239 0.698055 19.239 1.33122 18.8485 1.72175L10.3632 10.207C10.1463 10.4239 9.8546 10.5203 9.57116 10.4963C9.28743 10.5206 8.9953 10.4242 8.77817 10.2071L0.292893 1.72183Z' fill='%231A1E25'/%3E%3C/svg%3E%0A");
  width: 40px;
  height: 30px;
  margin: 0 10px;
  border-radius: 4px;
}
#faq details > summary + p {
  margin-top: 0;
}
#faq details p {
  margin: 7px 0;
  padding-right: 50px;
}
#faq details p:last-of-type {
  margin-bottom: 20px;
}
#faq details[open] > summary::after {
  transform: rotateX(180deg);
}
#faq .details-content {
  background: #fff;
  color: #333;
  padding: 20px 20px 100px;
}
#faq .details[open] .details-summary::before,
#faq .details[open] .details-content-inner {
  animation: fadeIn 0.5s forwards;
}
#faq .details[open] .details-summary-icon {
  transform: rotate(-90deg);
}
@media (max-width: 991px) {
  #faq {
    padding: 50px 0;
  }
  #faq .flex {
    flex-flow: column;
  }
  #faq .w-50\@md {
    width: 100%;
  }
  #faq h2 {
    font-size: 26px;
    line-height: 1.5;
    margin: 0 0 30px;
  }
  #faq details {
    position: relative;
    font-size: 14px;
    line-height: 1.6;
  }
  #faq details > summary {
    cursor: pointer;
    list-style: none;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
  }
  #faq details > summary::after {
    background-color: #fff;
    border-radius: 10px;
    flex: 0 0 50px;
    height: 50px;
    margin: 0;
  }
  #faq details > summary + p {
    margin-top: 0;
  }
  #faq details p {
    margin: 7px 0;
    padding-right: 50px;
  }
  #faq details p:last-of-type {
    margin-bottom: 20px;
  }
  #faq details[open] > summary::after {
    transform: rotateX(180deg);
  }
  #faq .details-content {
    background: #fff;
    color: #333;
    padding: 20px 20px 100px;
  }
  #faq .details[open] .details-summary::before,
  #faq .details[open] .details-content-inner {
    animation: fadeIn 0.5s forwards;
  }
  #faq .details[open] .details-summary-icon {
    transform: rotate(-90deg);
  }
}