/*-------------------------------------    
CSS INDEX
===================================
#. Normalize and Defaults
#. Header
#. Footer
#. Sidebar
#. Banner
#. Pagination
#. Contents
#. Comments
---------------------------------------*/
.color-primary, .affiliate-commission__card .commission-subtitle {
  color: var(--color-primary) !important;
}

.bg-primary {
  background-color: var(--color-primary) !important;
}

.outline-primary {
  border: 1px solid var(--color-primary);
  color: var(--color-primary);
}

.active-color-primary label input:checked + span {
  background: var(--color-primary);
  border-color: var(--color-primary);
}

.btn-primary {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
}

.color-primary-transparent {
  color: #f3f4ff !important;
}

.bg-primary-transparent {
  background-color: #f3f4ff !important;
}

.outline-primary-transparent {
  border: 1px solid #f3f4ff;
  color: #f3f4ff;
}

.active-color-primary-transparent label input:checked + span {
  background: #f3f4ff;
  border-color: #f3f4ff;
}

.btn-primary-transparent {
  background-color: #f3f4ff;
  border-color: #f3f4ff;
}

.color-secondary {
  color: var(--color-secondary) !important;
}

.bg-secondary {
  background-color: var(--color-secondary) !important;
}

.outline-secondary {
  border: 1px solid var(--color-secondary);
  color: var(--color-secondary);
}

.active-color-secondary label input:checked + span {
  background: var(--color-secondary);
  border-color: var(--color-secondary);
}

.btn-secondary {
  background-color: var(--color-secondary);
  border-color: var(--color-secondary);
}

.color-secondary-transparent {
  color: #ebf9fb !important;
}

.bg-secondary-transparent {
  background-color: #ebf9fb !important;
}

.outline-secondary-transparent {
  border: 1px solid #ebf9fb;
  color: #ebf9fb;
}

.active-color-secondary-transparent label input:checked + span {
  background: #ebf9fb;
  border-color: #ebf9fb;
}

.btn-secondary-transparent {
  background-color: #ebf9fb;
  border-color: #ebf9fb;
}

.color-success {
  color: var(--color-success) !important;
}

.bg-success {
  background-color: var(--color-success) !important;
}

.outline-success {
  border: 1px solid var(--color-success);
  color: var(--color-success);
}

.active-color-success label input:checked + span {
  background: var(--color-success);
  border-color: var(--color-success);
}

.btn-success {
  background-color: var(--color-success);
  border-color: var(--color-success);
}

.color-success-transparent {
  color: #eff9f0 !important;
}

.bg-success-transparent {
  background-color: #eff9f0 !important;
}

.outline-success-transparent {
  border: 1px solid #eff9f0;
  color: #eff9f0;
}

.active-color-success-transparent label input:checked + span {
  background: #eff9f0;
  border-color: #eff9f0;
}

.btn-success-transparent {
  background-color: #eff9f0;
  border-color: #eff9f0;
}

.color-border {
  color: var(--color-gray-300) !important;
}

.bg-border {
  background-color: var(--color-gray-300) !important;
}

.outline-border {
  border: 1px solid var(--color-gray-300);
  color: var(--color-gray-300);
}

.active-color-border label input:checked + span {
  background: var(--color-gray-300);
  border-color: var(--color-gray-300);
}

.btn-border {
  background-color: var(--color-gray-300);
  border-color: var(--color-gray-300);
}

.color-info {
  color: var(--color-info) !important;
}

.bg-info {
  background-color: var(--color-info) !important;
}

.outline-info {
  border: 1px solid var(--color-info);
  color: var(--color-info);
}

.active-color-info label input:checked + span {
  background: var(--color-info);
  border-color: var(--color-info);
}

.btn-info {
  background-color: var(--color-info);
  border-color: var(--color-info);
}

.color-info-transparent {
  color: #ebf5fe !important;
}

.bg-info-transparent {
  background-color: #ebf5fe !important;
}

.outline-info-transparent {
  border: 1px solid #ebf5fe;
  color: #ebf5fe;
}

.active-color-info-transparent label input:checked + span {
  background: #ebf5fe;
  border-color: #ebf5fe;
}

.btn-info-transparent {
  background-color: #ebf5fe;
  border-color: #ebf5fe;
}

.color-warning {
  color: var(--color-warning) !important;
}

.bg-warning {
  background-color: var(--color-warning) !important;
}

.outline-warning {
  border: 1px solid var(--color-warning);
  color: var(--color-warning);
}

.active-color-warning label input:checked + span {
  background: var(--color-warning);
  border-color: var(--color-warning);
}

.btn-warning {
  background-color: var(--color-warning);
  border-color: var(--color-warning);
}

.color-warning-transparent {
  color: #fff7eb !important;
}

.bg-warning-transparent {
  background-color: #fff7eb !important;
}

.outline-warning-transparent {
  border: 1px solid #fff7eb;
  color: #fff7eb;
}

.active-color-warning-transparent label input:checked + span {
  background: #fff7eb;
  border-color: #fff7eb;
}

.btn-warning-transparent {
  background-color: #fff7eb;
  border-color: #fff7eb;
}

.color-danger {
  color: var(--color-danger) !important;
}

.bg-danger {
  background-color: var(--color-danger) !important;
}

.outline-danger {
  border: 1px solid var(--color-danger);
  color: var(--color-danger);
}

.active-color-danger label input:checked + span {
  background: var(--color-danger);
  border-color: var(--color-danger);
}

.btn-danger {
  background-color: var(--color-danger);
  border-color: var(--color-danger);
}

.color-danger-transparent {
  color: #fff1f3 !important;
}

.bg-danger-transparent {
  background-color: #fff1f3 !important;
}

.outline-danger-transparent {
  border: 1px solid #fff1f3;
  color: #fff1f3;
}

.active-color-danger-transparent label input:checked + span {
  background: #fff1f3;
  border-color: #fff1f3;
}

.btn-danger-transparent {
  background-color: #fff1f3;
  border-color: #fff1f3;
}

.color-text {
  color: #5c637e !important;
}

.bg-text, .changelog-accordion__single .card-header .log-date:before {
  background-color: #5c637e !important;
}

.outline-text {
  border: 1px solid #5c637e;
  color: #5c637e;
}

.active-color-text label input:checked + span {
  background: #5c637e;
  border-color: #5c637e;
}

.btn-text {
  background-color: #5c637e;
  border-color: #5c637e;
}

.color-title, .blog-details-wrapper .blog-details .blog-body blockquote p {
  color: var(--color-gray-900) !important;
}

.bg-title {
  background-color: var(--color-gray-900) !important;
}

.outline-title {
  border: 1px solid var(--color-gray-900);
  color: var(--color-gray-900);
}

.active-color-title label input:checked + span {
  background: var(--color-gray-900);
  border-color: var(--color-gray-900);
}

.btn-title {
  background-color: var(--color-gray-900);
  border-color: var(--color-gray-900);
}

.color-dark {
  color: var(--color-gray-900) !important;
}

.bg-dark, .job-content ul li:after, .menu-trigger span {
  background-color: var(--color-gray-900) !important;
}

.outline-dark {
  border: 1px solid var(--color-gray-900);
  color: var(--color-gray-900);
}

.active-color-dark label input:checked + span {
  background: var(--color-gray-900);
  border-color: var(--color-gray-900);
}

.btn-dark {
  background-color: var(--color-gray-900);
  border-color: var(--color-gray-900);
}

.color-dark-normal {
  color: #7b839b !important;
}

.bg-dark-normal {
  background-color: #7b839b !important;
}

.outline-dark-normal {
  border: 1px solid #7b839b;
  color: #7b839b;
}

.active-color-dark-normal label input:checked + span {
  background: #7b839b;
  border-color: #7b839b;
}

.btn-dark-normal {
  background-color: #7b839b;
  border-color: #7b839b;
}

.color-light, .form-login .form-group.remember-group .lost-passLink, #edd_purchase_form_wrap #edd_cc_address .edd-description, .blog-details-wrapper .blog-details-content .blog-author-box .auth-details span, .client-speech-item__author .author-info span.author-location, .form-box .form-devider-line .line-text, .form-group label span,
.affwp-wrap label span, .comments-area .comment-lists ul .depth-1 .media .media-body .media_top .heading_left span, .comments-area .comment-lists ul .depth-2 .media .media-body .media_top .heading_left span {
  color: #929bb1 !important;
}

.bg-light, .dashboard-contents__product-details .purchase-status ul li:after {
  background-color: #929bb1 !important;
}

.outline-light {
  border: 1px solid #929bb1;
  color: #929bb1;
}

.active-color-light label input:checked + span {
  background: #929bb1;
  border-color: #929bb1;
}

.btn-light {
  background-color: #929bb1;
  border-color: #929bb1;
}

.color-light-normal {
  color: #aeb9cd !important;
}

.bg-light-normal, .single-career-top .circular-meta li:after {
  background-color: #aeb9cd !important;
}

.outline-light-normal {
  border: 1px solid #aeb9cd;
  color: #aeb9cd;
}

.active-color-light-normal label input:checked + span {
  background: #aeb9cd;
  border-color: #aeb9cd;
}

.btn-light-normal {
  background-color: #aeb9cd;
  border-color: #aeb9cd;
}

.color-gray {
  color: #FBFBFB !important;
}

.bg-gray {
  background-color: #FBFBFB !important;
}

.outline-gray {
  border: 1px solid #FBFBFB;
  color: #FBFBFB;
}

.active-color-gray label input:checked + span {
  background: #FBFBFB;
  border-color: #FBFBFB;
}

.btn-gray {
  background-color: #FBFBFB;
  border-color: #FBFBFB;
}

.color-gray-light {
  color: #f5f7fa !important;
}

.bg-gray-light, .dm_dashboard__products--header-bar .products-header__actions .products-sort li a:hover, .form-box .form-devider-line:after, .table-default thead tr th,
.affwp-table thead tr th {
  background-color: #f5f7fa !important;
}

.outline-gray-light {
  border: 1px solid #f5f7fa;
  color: #f5f7fa;
}

.active-color-gray-light label input:checked + span {
  background: #f5f7fa;
  border-color: #f5f7fa;
}

.btn-gray-light {
  background-color: #f5f7fa;
  border-color: #f5f7fa;
}

.color-gray-deep {
  color: #ebeef5 !important;
}

.bg-gray-deep {
  background-color: #ebeef5 !important;
}

.outline-gray-deep {
  border: 1px solid #ebeef5;
  color: #ebeef5;
}

.active-color-gray-deep label input:checked + span {
  background: #ebeef5;
  border-color: #ebeef5;
}

.btn-gray-deep {
  background-color: #ebeef5;
  border-color: #ebeef5;
}

.color-gray-dark {
  color: #DADCE0 !important;
}

.bg-gray-dark {
  background-color: #DADCE0 !important;
}

.outline-gray-dark {
  border: 1px solid #DADCE0;
  color: #DADCE0;
}

.active-color-gray-dark label input:checked + span {
  background: #DADCE0;
  border-color: #DADCE0;
}

.btn-gray-dark {
  background-color: #DADCE0;
  border-color: #DADCE0;
}

.color-white {
  color: var(--color-white) !important;
}

.bg-white {
  background-color: var(--color-white) !important;
}

.outline-white {
  border: 1px solid var(--color-white);
  color: var(--color-white);
}

.active-color-white label input:checked + span {
  background: var(--color-white);
  border-color: var(--color-white);
}

.btn-white {
  background-color: var(--color-white);
  border-color: var(--color-white);
}

.color-pink, .affiliate-commission__card h3 span, .blog-content-area .sticky-blog.blog-each .sticky-blogs-contents .featured-badge, .product-main-area .product-meta-area .product-meta li:last-child .uil, .btn.btn-transparent.btn-pink {
  color: #ff346b !important;
}

.bg-pink, .shining-list li:first-child:after, .badge.badge-pink {
  background-color: #ff346b !important;
}

.outline-pink {
  border: 1px solid #ff346b;
  color: #ff346b;
}

.active-color-pink label input:checked + span {
  background: #ff346b;
  border-color: #ff346b;
}

.btn-pink {
  background-color: #ff346b;
  border-color: #ff346b;
}

.color-blue {
  color: #4353FF !important;
}

.bg-blue {
  background-color: #4353FF !important;
}

.outline-blue {
  border: 1px solid #4353FF;
  color: #4353FF;
}

.active-color-blue label input:checked + span {
  background: #4353FF;
  border-color: #4353FF;
}

.btn-blue {
  background-color: #4353FF;
  border-color: #4353FF;
}

.color-violet, .dir-mega-menu__list .mega-list-single:hover.violet h6 {
  color: #834eff !important;
}

.bg-violet, .dir-mega-menu__list .mega-list-single.violet:after {
  background-color: #834eff !important;
}

.outline-violet {
  border: 1px solid #834eff;
  color: #834eff;
}

.active-color-violet label input:checked + span {
  background: #834eff;
  border-color: #834eff;
}

.btn-violet {
  background-color: #834eff;
  border-color: #834eff;
}

.gradientPrimary {
  background: #30CDFF;
  background: -webkit-gradient(linear, left top, left bottom, from(#30CDFF), to(#4353FF));
  background: linear-gradient(to bottom, #30CDFF 0%, #4353FF 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#30CDFF", endColorstr="#4353FF",GradientType=0);
}

.gradientPrimaryReverse {
  background: #4353FF;
  background: -webkit-gradient(linear, left top, left bottom, from(#4353FF), to(#30CDFF));
  background: linear-gradient(to bottom, #4353FF 0%, #30CDFF 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#4353FF", endColorstr="#30CDFF",GradientType=0);
}

.gradientPrimaryLight {
  background: #F8F8FF;
  background: -webkit-gradient(linear, left top, left bottom, from(#F8F8FF), to(#ffffff));
  background: linear-gradient(to bottom, #F8F8FF 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#F8F8FF", endColorstr="#ffffff",GradientType=0);
}

.gradientPrimaryDiagonal {
  background: #4353FF;
  background: linear-gradient(45deg, #4353FF, #30CDFF);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#4353FF", endColorstr="#30CDFF",GradientType=0);
}

.gradientPrimaryDiagonalReverse {
  background: #30CDFF;
  background: linear-gradient(45deg, #30CDFF, #4353FF);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#30CDFF", endColorstr="#4353FF",GradientType=0);
}

.gradientInfo {
  background: #00E4F1;
  background: -webkit-gradient(linear, left top, left bottom, from(#00E4F1), to(#009BFE));
  background: linear-gradient(to bottom, #00E4F1 0%, #009BFE 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00E4F1", endColorstr="#009BFE",GradientType=0);
}

.gradientInfoDiagonal {
  background: #009BFE;
  background: linear-gradient(45deg, #009BFE, #00E4F1);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#009BFE", endColorstr="#00E4F1",GradientType=0);
}

.gradientSuccess {
  background: #009646;
  background: -webkit-gradient(linear, left top, left bottom, from(#009646), to(#62DE04));
  background: linear-gradient(to bottom, #009646 0%, #62DE04 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#009646", endColorstr="#62DE04",GradientType=0);
}

.gradientSuccessReverse {
  background: #62DE04;
  background: -webkit-gradient(linear, left top, left bottom, from(#62DE04), to(#009646));
  background: linear-gradient(to bottom, #62DE04 0%, #009646 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#62DE04", endColorstr="#009646",GradientType=0);
}

.gradientSuccessDiagonal {
  background: #62DE04;
  background: -webkit-gradient(linear, left top, left bottom, from(#62DE04), to(#009646));
  background: linear-gradient(to bottom, #62DE04 0%, #009646 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#62DE04", endColorstr="#009646",GradientType=0);
}

.gradientWarning, .btn-play {
  background: #FF4E95;
  background: -webkit-gradient(linear, left top, left bottom, from(#FF4E95), to(#FA8B0C));
  background: linear-gradient(to bottom, #FF4E95 0%, #FA8B0C 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#FF4E95", endColorstr="#FA8B0C",GradientType=0);
}

.gradientWarningDiagonal {
  background: #FF4E95;
  background: linear-gradient(45deg, #FF4E95, #FA8B0C);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#FF4E95", endColorstr="#FA8B0C",GradientType=0);
}

.gradientWarningReverse {
  background: #FA8B0C;
  background: -webkit-gradient(linear, left top, left bottom, from(#FA8B0C), to(#FF4E95));
  background: linear-gradient(to bottom, #FA8B0C 0%, #FF4E95 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#FA8B0C", endColorstr="#FF4E95",GradientType=0);
}

.gradientGoldenDiagonal {
  background: #FFBE3B;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFBE3B), to(#FF7B37));
  background: linear-gradient(to bottom, #FFBE3B 0%, #FF7B37 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#FFBE3B", endColorstr="#FF7B37",GradientType=0);
}

.gradientSecondary {
  background: #00A899;
  background: -webkit-gradient(linear, left top, left bottom, from(#00A899), to(#01DFD5));
  background: linear-gradient(to bottom, #00A899 0%, #01DFD5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00A899", endColorstr="#01DFD5",GradientType=0);
}

.gradientSecondaryLight {
  background: #01DFD5;
  background: -webkit-gradient(linear, left top, left bottom, from(#01DFD5), to(#00D1BE));
  background: linear-gradient(to bottom, #01DFD5 0%, #00D1BE 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#01DFD5", endColorstr="#00D1BE",GradientType=0);
}

.gradientSecondaryReverse {
  background: #01DFD5;
  background: -webkit-gradient(linear, left top, left bottom, from(#01DFD5), to(#00A899));
  background: linear-gradient(to bottom, #01DFD5 0%, #00A899 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#01DFD5", endColorstr="#00A899",GradientType=0);
}

.gradient1 {
  background: #4F55C8;
  background: -webkit-gradient(linear, left top, left bottom, from(#4F55C8), to(#8E93FA));
  background: linear-gradient(to bottom, #4F55C8 0%, #8E93FA 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#4F55C8", endColorstr="#8E93FA",GradientType=0);
}

.gradientViolet {
  background: #7B43FF;
  background: -webkit-gradient(linear, left top, left bottom, from(#7B43FF), to(#FC5C9C));
  background: linear-gradient(to bottom, #7B43FF 0%, #FC5C9C 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#7B43FF", endColorstr="#FC5C9C",GradientType=0);
}

.gradientVioletDiagonal {
  background: #7B43FF;
  background: linear-gradient(45deg, #7B43FF, #FC5C9C);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#7B43FF", endColorstr="#FC5C9C",GradientType=0);
}

.gradientVioletReverse {
  background: #FC5C9C;
  background: -webkit-gradient(linear, left top, left bottom, from(#FC5C9C), to(#7B43FF));
  background: linear-gradient(to bottom, #FC5C9C 0%, #7B43FF 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#FC5C9C", endColorstr="#7B43FF",GradientType=0);
}

.gradientVioletReverseLight {
  background: #A18AFF;
  background: -webkit-gradient(linear, left top, left bottom, from(#A18AFF), to(#E259FC));
  background: linear-gradient(to bottom, #A18AFF 0%, #E259FC 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#A18AFF", endColorstr="#E259FC",GradientType=0);
}

.gradientLightBlue {
  background: #8E93FA;
  background: -webkit-gradient(linear, left top, left bottom, from(#8E93FA), to(#4F55C8));
  background: linear-gradient(to bottom, #8E93FA 0%, #4F55C8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#8E93FA", endColorstr="#4F55C8",GradientType=0);
}

.gradientDanger {
  background: #FF8534;
  background: -webkit-gradient(linear, left top, left bottom, from(#FF8534), to(#FF1353));
  background: linear-gradient(to bottom, #FF8534 0%, #FF1353 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#FF8534", endColorstr="#FF1353",GradientType=0);
}

@font-face {
  font-family: "Inter", sans-serif;
  src: url("../fonts/Inter_18pt-Light.ttf") format("ttf");
  font-weight: 300;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Inter", sans-serif;
  src: url("../fonts/Inter_18pt-Regular.ttf") format("ttf");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Inter", sans-serif;
  src: url("../fonts/Inter_18pt-Black.ttf") format("ttf");
  font-weight: 450;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Inter", sans-serif;
  src: url("../fonts/Inter_18pt-Medium.ttf") format("ttf");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Inter", sans-serif;
  src: url("../fonts/Inter_18pt-SemiBold.ttf") format("ttf");
  font-weight: 600;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Inter", sans-serif;
  src: url("../fonts/Inter_18pt-Bold.ttf") format("ttf");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
/* spacing */
.p-15 {
  padding: 15px;
}

.p-20 {
  padding: 20px;
}

.p-25 {
  padding: 25px;
}

.p-24 {
  padding: 24px;
}

.p-23 {
  padding: 23px;
}

.p-48 {
  padding: 48px;
}
@media only screen and (max-width: 575px) {
  .p-48 {
    padding: 30px !important;
  }
}
@media only screen and (max-width: 479px) {
  .p-48 {
    padding: 15px !important;
  }
}

.p-50 {
  padding: 50px;
}

.p-32 {
  padding: 32px !important;
}
@media only screen and (max-width: 575px) {
  .p-32 {
    padding: 25px !important;
  }
}
@media only screen and (max-width: 479px) {
  .p-32 {
    padding: 15px !important;
  }
}

.p-0 {
  padding: 0 !important;
}
@media only screen and (max-width: 1399px) {
  .p-0-lg {
    padding: 0 !important;
  }
}
@media only screen and (max-width: 1199px) {
  .p-0-md {
    padding: 0 !important;
  }
}
@media only screen and (max-width: 991px) {
  .p-0-tab {
    padding: 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  .p-0-sm {
    padding: 0 !important;
  }
}
@media only screen and (max-width: 575px) {
  .p-0-xs {
    padding: 0 !important;
  }
}
@media only screen and (max-width: 479px) {
  .p-0-xxs {
    padding: 0 !important;
  }
}

.px-7 {
  padding-left: 7px !important;
  padding-right: 7px !important;
}

.px-10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.px-12 {
  padding-left: 12px !important;
  padding-right: 12px !important;
}

.px-16 {
  padding-left: 16px !important;
  padding-right: 16px !important;
}
@media only screen and (max-width: 767px) {
  .px-16-sm {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

.px-75 {
  padding-left: 75px !important;
  padding-right: 75px !important;
}
@media only screen and (max-width: 767px) {
  .px-75-sm {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}

.mx-20 {
  margin-left: 20px !important;
  margin-right: 20px !important;
}

@media screen and (min-width: 1200px) {
  .mx-md-80 {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }
}

.px-20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.px-24 {
  padding-left: 24px !important;
  padding-right: 24px !important;
}

.px-25 {
  padding-left: 25px !important;
  padding-right: 25px !important;
}

.px-28 {
  padding-left: 28px !important;
  padding-right: 28px !important;
}

.px-32 {
  padding-left: 32px !important;
  padding-right: 32px !important;
}
@media only screen and (max-width: 575px) {
  .px-32 {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
}
@media only screen and (max-width: 479px) {
  .px-32 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

.px-30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}
@media only screen and (max-width: 575px) {
  .px-30 {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
}
@media only screen and (max-width: 479px) {
  .px-30 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

.px-6 {
  padding-left: 6px !important;
  padding-right: 6px !important;
}

.px-60 {
  padding-left: 60px !important;
  padding-right: 60px !important;
}
@media only screen and (max-width: 767px) {
  .px-60 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}
@media only screen and (max-width: 575px) {
  .px-60 {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
}
@media only screen and (max-width: 479px) {
  .px-60 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

.px-50 {
  padding-left: 50px !important;
  padding-right: 50px !important;
}
@media only screen and (max-width: 767px) {
  .px-50 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}
@media only screen and (max-width: 575px) {
  .px-50 {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
}
@media only screen and (max-width: 479px) {
  .px-50 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

.px-55 {
  padding-left: 55px !important;
  padding-right: 55px !important;
}
@media only screen and (max-width: 767px) {
  .px-55 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}
@media only screen and (max-width: 575px) {
  .px-55 {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
}
@media only screen and (max-width: 479px) {
  .px-55 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
@media only screen and (max-width: 1399px) {
  .px-0-lg {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media only screen and (max-width: 1199px) {
  .px-0-md {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media only screen and (max-width: 991px) {
  .px-0-tab {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  .px-0-sm {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media only screen and (max-width: 575px) {
  .px-0-xs {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media only screen and (max-width: 479px) {
  .px-0-xxs {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.py-8 {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

.py-15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.py-16 {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}

.py-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.py-21 {
  padding-top: 21px !important;
  padding-bottom: 21px !important;
}

.py-32 {
  padding-top: 32px !important;
  padding-bottom: 32px !important;
}

@media only screen and (min-width: 767px) {
  .py-md-32 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
}

.py-35 {
  padding-top: 35px !important;
  padding-bottom: 35px !important;
}

.py-14 {
  padding-top: 14px !important;
  padding-bottom: 14px !important;
}

.py-22 {
  padding-top: 22px !important;
  padding-bottom: 22px !important;
}

.py-24 {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}

.py-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.py-40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.px-40 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}

@media only screen and (max-width: 767px) {
  .max-lg-px-15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

.p-30 {
  padding: 30px;
}
@media only screen and (max-width: 991px) {
  .p-30-md {
    padding: 30px;
  }
}

.pt-10 {
  padding-top: 10px;
}

.pb-34 {
  padding-bottom: 34px;
}

.pt-40 {
  padding-top: 40px;
}
@media only screen and (max-width: 767px) {
  .pt-40 {
    padding-top: 30px !important;
  }
}
@media only screen and (max-width: 575px) {
  .pt-40 {
    padding-top: 25px !important;
  }
}

.pb-44 {
  padding-bottom: 44px;
}
@media only screen and (max-width: 767px) {
  .pb-44 {
    padding-bottom: 30px !important;
  }
}
@media only screen and (max-width: 575px) {
  .pb-44 {
    padding-bottom: 25px !important;
  }
}

.pt-45 {
  padding-top: 45px !important;
}
@media only screen and (max-width: 767px) {
  .pt-45 {
    padding-top: 30px !important;
  }
}
@media only screen and (max-width: 575px) {
  .pt-45 {
    padding-top: 25px !important;
  }
}

.pt-50 {
  padding-top: 50px;
}
@media only screen and (max-width: 767px) {
  .pt-50 {
    padding-top: 30px !important;
  }
}
@media only screen and (max-width: 575px) {
  .pt-50 {
    padding-top: 25px !important;
  }
}

.pt-55 {
  padding-top: 55px;
}
@media only screen and (max-width: 767px) {
  .pt-55 {
    padding-top: 30px !important;
  }
}
@media only screen and (max-width: 575px) {
  .pt-55 {
    padding-top: 25px !important;
  }
}

.pt-10 {
  padding-top: 10px;
}

.pt-24 {
  padding-top: 24px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-6 {
  padding-top: 6px !important;
}

.pt-60 {
  padding-top: 60px !important;
}
@media only screen and (max-width: 991px) {
  .pt-60 {
    padding-top: 50px !important;
  }
}
@media only screen and (max-width: 767px) {
  .pt-60 {
    padding-top: 40px !important;
  }
}

.pt-65 {
  padding-top: 65px !important;
}
@media only screen and (max-width: 991px) {
  .pt-65 {
    padding-top: 50px !important;
  }
}
@media only screen and (max-width: 767px) {
  .pt-65 {
    padding-top: 40px !important;
  }
}

.pt-75 {
  padding-top: 75px !important;
}
@media only screen and (max-width: 991px) {
  .pt-75 {
    padding-top: 50px !important;
  }
}
@media only screen and (max-width: 767px) {
  .pt-75 {
    padding-top: 40px !important;
  }
}

.pt-80 {
  padding-top: 80px;
}
@media only screen and (max-width: 991px) {
  .pt-80 {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .pt-80 {
    padding-top: 40px;
  }
}

.pt-70 {
  padding-top: 70px;
}
@media only screen and (max-width: 991px) {
  .pt-70 {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .pt-70 {
    padding-top: 40px;
  }
}

.pt-90 {
  padding-top: 90px;
}
@media only screen and (max-width: 991px) {
  .pt-90 {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .pt-90 {
    padding-top: 40px;
  }
}

.pt-100 {
  padding-top: 100px;
}
@media only screen and (max-width: 1199px) {
  .pt-100 {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 991px) {
  .pt-100 {
    padding-top: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .pt-100 {
    padding-top: 40px;
  }
}

.mt-100 {
  margin-top: 100px;
}
@media only screen and (max-width: 1199px) {
  .mt-100 {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 991px) {
  .mt-100 {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .mt-100 {
    margin-top: 40px;
  }
}

.pt-105 {
  padding-top: 105px;
}
@media only screen and (max-width: 1199px) {
  .pt-105 {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 991px) {
  .pt-105 {
    padding-top: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .pt-105 {
    padding-top: 40px;
  }
}

.pt-110 {
  padding-top: 110px;
}
@media only screen and (max-width: 1199px) {
  .pt-110 {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 991px) {
  .pt-110 {
    padding-top: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .pt-110 {
    padding-top: 60px;
  }
}

.mt-110 {
  margin-top: 110px;
}
@media only screen and (max-width: 1199px) {
  .mt-110 {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 991px) {
  .mt-110 {
    margin-top: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .mt-110 {
    margin-top: 60px;
  }
}

.mb-110 {
  margin-bottom: 110px;
}
@media only screen and (max-width: 1199px) {
  .mb-110 {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 991px) {
  .mb-110 {
    margin-bottom: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .mb-110 {
    margin-bottom: 60px;
  }
}

.pt-112 {
  padding-top: 112px;
}
@media only screen and (max-width: 1199px) {
  .pt-112 {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 991px) {
  .pt-112 {
    padding-top: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .pt-112 {
    padding-top: 60px;
  }
}

.pt-115 {
  padding-top: 115px;
}
@media only screen and (max-width: 1199px) {
  .pt-115 {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 991px) {
  .pt-115 {
    padding-top: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .pt-115 {
    padding-top: 60px;
  }
}

.pt-120 {
  padding-top: 120px;
}
@media only screen and (max-width: 1199px) {
  .pt-120 {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 991px) {
  .pt-120 {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .pt-120 {
    padding-top: 60px;
  }
}

.pt-125 {
  padding-top: 125px;
}
@media only screen and (max-width: 1199px) {
  .pt-125 {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 991px) {
  .pt-125 {
    padding-top: 75px;
  }
}
@media only screen and (max-width: 767px) {
  .pt-125 {
    padding-top: 55px;
  }
}

.pt-130 {
  padding-top: 130px;
}
@media only screen and (max-width: 1199px) {
  .pt-130 {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 991px) {
  .pt-130 {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .pt-130 {
    padding-top: 60px;
  }
}

.pt-135 {
  padding-top: 135px;
}
@media only screen and (max-width: 991px) {
  .pt-135 {
    padding-top: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .pt-135 {
    padding-top: 60px;
  }
}

.pt-140 {
  padding-top: 140px;
}
@media only screen and (max-width: 991px) {
  .pt-140 {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .pt-140 {
    padding-top: 80px;
  }
}

.pt-150 {
  padding-top: 150px;
}
@media only screen and (max-width: 991px) {
  .pt-150 {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .pt-150 {
    padding-top: 60px;
  }
}

.pt-160 {
  padding-top: 160px;
}
@media only screen and (max-width: 991px) {
  .pt-160 {
    padding-top: 110px;
  }
}
@media only screen and (max-width: 767px) {
  .pt-160 {
    padding-top: 90px;
  }
}

.pt-170 {
  padding-top: 170px;
}
@media only screen and (max-width: 991px) {
  .pt-170 {
    padding-top: 110px;
  }
}
@media only screen and (max-width: 767px) {
  .pt-170 {
    padding-top: 90px;
  }
}

.pt-180 {
  padding-top: 180px;
}
@media only screen and (max-width: 991px) {
  .pt-180 {
    padding-top: 120px;
  }
}
@media only screen and (max-width: 767px) {
  .pt-180 {
    padding-top: 100px;
  }
}

.pt-190 {
  padding-top: 190px;
}
@media only screen and (max-width: 991px) {
  .pt-190 {
    padding-top: 140px;
  }
}
@media only screen and (max-width: 767px) {
  .pt-190 {
    padding-top: 120px;
  }
}

.pt-200 {
  padding-top: 200px;
}
@media only screen and (max-width: 991px) {
  .pt-200 {
    padding-top: 140px;
  }
}
@media only screen and (max-width: 767px) {
  .pt-200 {
    padding-top: 120px;
  }
}

.pt-210 {
  padding-top: 210px;
}
@media only screen and (max-width: 991px) {
  .pt-210 {
    padding-top: 160px;
  }
}
@media only screen and (max-width: 767px) {
  .pt-210 {
    padding-top: 130px;
  }
}

.pt-230 {
  padding-top: 230px;
}
@media only screen and (max-width: 991px) {
  .pt-230 {
    padding-top: 160px;
  }
}
@media only screen and (max-width: 767px) {
  .pt-230 {
    padding-top: 130px;
  }
}

/* padding-bottom */
.pb-20 {
  padding-bottom: 20px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-50 {
  padding-bottom: 50px;
}
@media only screen and (max-width: 991px) {
  .pb-50 {
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .pb-50 {
    padding-bottom: 30px;
  }
}

.pb-60 {
  padding-bottom: 60px;
}
@media only screen and (max-width: 991px) {
  .pb-60 {
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .pb-60 {
    padding-bottom: 40px;
  }
}

.pb-70 {
  padding-bottom: 70px;
}
@media only screen and (max-width: 991px) {
  .pb-70 {
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .pb-70 {
    padding-bottom: 40px;
  }
}

.pb-f-70 {
  padding-bottom: 70px;
}

.pb-75 {
  padding-bottom: 75px;
}
@media only screen and (max-width: 991px) {
  .pb-75 {
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .pb-75 {
    padding-bottom: 40px;
  }
}

.pb-80 {
  padding-bottom: 80px;
}
@media only screen and (max-width: 991px) {
  .pb-80 {
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .pb-80 {
    padding-bottom: 40px;
  }
}

.pb-90 {
  padding-bottom: 90px;
}
@media only screen and (max-width: 991px) {
  .pb-90 {
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .pb-90 {
    padding-bottom: 40px;
  }
}

.pb-100 {
  padding-bottom: 100px;
}
@media only screen and (max-width: 991px) {
  .pb-100 {
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .pb-100 {
    padding-bottom: 40px;
  }
}

.pb-105 {
  padding-bottom: 105px;
}
@media only screen and (max-width: 991px) {
  .pb-105 {
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .pb-105 {
    padding-bottom: 40px;
  }
}

.pb-110 {
  padding-bottom: 110px;
}
@media only screen and (max-width: 991px) {
  .pb-110 {
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .pb-110 {
    padding-bottom: 40px;
  }
}

.pb-115 {
  padding-bottom: 115px;
}
@media only screen and (max-width: 991px) {
  .pb-115 {
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .pb-115 {
    padding-bottom: 40px;
  }
}

.pb-120 {
  padding-bottom: 120px;
}
@media only screen and (max-width: 1199px) {
  .pb-120 {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .pb-120 {
    padding-bottom: 60px;
  }
}

.pb-130 {
  padding-bottom: 130px;
}
@media only screen and (max-width: 991px) {
  .pb-130 {
    padding-bottom: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .pb-130 {
    padding-bottom: 60px;
  }
}

.pb-135 {
  padding-bottom: 135px;
}
@media only screen and (max-width: 991px) {
  .pb-135 {
    padding-bottom: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .pb-135 {
    padding-bottom: 60px;
  }
}

.pb-140 {
  padding-bottom: 140px;
}
@media only screen and (max-width: 991px) {
  .pb-140 {
    padding-bottom: 95px;
  }
}
@media only screen and (max-width: 767px) {
  .pb-140 {
    padding-bottom: 75px;
  }
}

.pb-150 {
  padding-bottom: 150px;
}
@media only screen and (max-width: 991px) {
  .pb-150 {
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .pb-150 {
    padding-bottom: 80px;
  }
}

.pb-160 {
  padding-bottom: 160px;
}
@media only screen and (max-width: 991px) {
  .pb-160 {
    padding-bottom: 120px;
  }
}
@media only screen and (max-width: 767px) {
  .pb-160 {
    padding-bottom: 90px;
  }
}

.pb-165 {
  padding-bottom: 165px;
}
@media only screen and (max-width: 991px) {
  .pb-165 {
    padding-bottom: 120px;
  }
}
@media only screen and (max-width: 767px) {
  .pb-165 {
    padding-bottom: 90px;
  }
}

.pb-190 {
  padding-bottom: 190px;
}
@media only screen and (max-width: 991px) {
  .pb-190 {
    padding-bottom: 140px;
  }
}
@media only screen and (max-width: 767px) {
  .pb-190 {
    padding-bottom: 120px;
  }
}

.pb-180 {
  padding-bottom: 180px;
}
@media only screen and (max-width: 991px) {
  .pb-180 {
    padding-bottom: 140px;
  }
}
@media only screen and (max-width: 767px) {
  .pb-180 {
    padding-bottom: 120px;
  }
}

.pb-200 {
  padding-bottom: 200px;
}
@media only screen and (max-width: 991px) {
  .pb-200 {
    padding-bottom: 160px;
  }
}
@media only screen and (max-width: 767px) {
  .pb-200 {
    padding-bottom: 130px;
  }
}

.pb-210 {
  padding-bottom: 210px;
}
@media only screen and (max-width: 991px) {
  .pb-210 {
    padding-bottom: 160px;
  }
}
@media only screen and (max-width: 767px) {
  .pb-210 {
    padding-bottom: 130px;
  }
}

.pb-220 {
  padding-bottom: 220px;
}
@media only screen and (max-width: 991px) {
  .pb-220 {
    padding-bottom: 160px;
  }
}
@media only screen and (max-width: 767px) {
  .pb-220 {
    padding-bottom: 130px;
  }
}

.pb-65 {
  padding-bottom: 65px;
}

/* padding-left */
.pl-0 {
  padding-left: 0px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-40 {
  padding-left: 40px;
}

.pl-60 {
  padding-left: 60px;
}

.pl-100 {
  padding-left: 100px !important;
}

@media only screen and (max-width: 991px) {
  .pl-m-0 {
    padding-left: 0 !important;
  }
}
.ps-20 {
  -webkit-padding-start: 20px;
          padding-inline-start: 20px;
}

.pe-15 {
  -webkit-padding-end: 15px;
          padding-inline-end: 15px;
}

.pe-28 {
  -webkit-padding-end: 28px;
          padding-inline-end: 28px;
}

@media only screen and (max-width: 991px) {
  .pe-0-md {
    -webkit-padding-end: 0 !important;
            padding-inline-end: 0 !important;
  }
}

/* padding-right */
.pr-60 {
  padding-right: 60px !important;
}

.pr-100 {
  padding-right: 100px !important;
}

.pr-110 {
  padding-right: 110px !important;
}

@media only screen and (max-width: 991px) {
  .pr-m-0 {
    padding-right: 0 !important;
  }
}
/* margin-top */
.mt-12 {
  margin-top: 12px;
}

.mt-16 {
  margin-top: 16px;
}

.mt-42 {
  margin-top: 42px !important;
}

.mt-40 {
  margin-top: 40px;
}

.mt-35 {
  margin-top: 35px !important;
}

.mt-30 {
  margin-top: 30px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-15 {
  margin-top: 15px;
}

.mb-n-30 {
  margin-bottom: -30px;
}

.mt-6 {
  margin-top: 6px;
}

.mt-60 {
  margin-top: 60px;
}
@media only screen and (max-width: 991px) {
  .mt-60 {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .mt-60 {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 991px) {
  .mt-m-50 {
    margin-top: 50px;
  }
  .mt-m-40 {
    margin-top: 40px;
  }
  .mt-m-30 {
    margin-top: 30px;
  }
  .mt-m-25 {
    margin-top: 25px;
  }
  .mt-m-20 {
    margin-top: 20px;
  }
  .mt-m-70 {
    margin-top: 70px;
  }
  .mb-m-110 {
    margin-bottom: 110px;
  }
  .mt-m-n-20 {
    margin-top: -20px;
  }
  .mt-m-n-10 {
    margin-top: -10px;
  }
  .mt-m-n-45 {
    margin-top: -45px;
  }
  .mt-m-n-55 {
    margin-top: -55px;
  }
  .mt-m-n-60 {
    margin-top: -60px;
  }
  .mt-m-n-70 {
    margin-top: -70px;
  }
}
/* margin-bottom */
.mb-8 {
  margin-bottom: 8px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-12 {
  margin-bottom: 12px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-16 {
  margin-bottom: 16px !important;
}

.mb-17 {
  margin-bottom: 17px !important;
}

.mb-18 {
  margin-bottom: 18px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-22 {
  margin-bottom: 22px !important;
}

.mb-24 {
  margin-bottom: 24px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-28 {
  margin-bottom: 28px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.text-underline-new {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  -webkit-text-decoration-style: solid;
          text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.mt-32 {
  margin-top: 32px !important;
}

.mb-32 {
  margin-bottom: 32px !important;
}

.mb-38 {
  margin-bottom: 38px !important;
}
@media only screen and (max-width: 991px) {
  .mb-38 {
    margin-bottom: 30px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mb-38 {
    margin-bottom: 20px !important;
  }
}

.mb-40 {
  margin-bottom: 40px !important;
}
@media only screen and (max-width: 991px) {
  .mb-40 {
    margin-bottom: 30px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mb-40 {
    margin-bottom: 20px !important;
  }
}

.mb-44 {
  margin-bottom: 44px !important;
}
@media only screen and (max-width: 991px) {
  .mb-44 {
    margin-bottom: 30px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mb-44 {
    margin-bottom: 20px !important;
  }
}

.mb-55 {
  margin-bottom: 55px !important;
}
@media only screen and (max-width: 991px) {
  .mb-55 {
    margin-bottom: 30px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mb-55 {
    margin-bottom: 20px !important;
  }
}

.mb-50 {
  margin-bottom: 50px !important;
}
@media only screen and (max-width: 991px) {
  .mb-50 {
    margin-bottom: 30px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mb-50 {
    margin-bottom: 20px !important;
  }
}

.mb-6 {
  margin-bottom: 6px !important;
}

.mb-64 {
  margin-bottom: 64px !important;
}
@media only screen and (max-width: 991px) {
  .mb-64 {
    margin-bottom: 50px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mb-64 {
    margin-bottom: 40px !important;
  }
}

.mb-60 {
  margin-bottom: 60px !important;
}
@media only screen and (max-width: 991px) {
  .mb-60 {
    margin-bottom: 50px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mb-60 {
    margin-bottom: 30px !important;
  }
}

.mb-65 {
  margin-bottom: 65px !important;
}
@media only screen and (max-width: 991px) {
  .mb-65 {
    margin-bottom: 50px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mb-65 {
    margin-bottom: 30px !important;
  }
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mb-95 {
  margin-bottom: 95px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}
@media only screen and (max-width: 1199px) {
  .mb-100 {
    margin-bottom: 80px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mb-100 {
    margin-bottom: 70px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mb-100 {
    margin-bottom: 60px !important;
  }
}

.mt-120 {
  margin-top: 120px !important;
}
@media only screen and (max-width: 1199px) {
  .mt-120 {
    margin-top: 80px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mt-120 {
    margin-top: 70px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mt-120 {
    margin-top: 60px !important;
  }
}

.mb-120 {
  margin-bottom: 120px !important;
}
@media only screen and (max-width: 1199px) {
  .mb-120 {
    margin-bottom: 80px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mb-120 {
    margin-bottom: 70px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mb-120 {
    margin-bottom: 60px !important;
  }
}

@media only screen and (max-width: 991px) {
  .mb-md-25 {
    margin-bottom: 25px !important;
  }
}

/* Margin Top */
.mt-55 {
  margin-top: 55px;
}
@media only screen and (max-width: 991px) {
  .mt-55 {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .mt-55 {
    margin-top: 30px;
  }
}

.mt-50 {
  margin-top: 50px;
}
@media only screen and (max-width: 991px) {
  .mt-50 {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .mt-50 {
    margin-top: 30px;
  }
}

.mt-80 {
  margin-top: 80px;
}
@media only screen and (max-width: 991px) {
  .mt-80 {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .mt-80 {
    margin-top: 40px;
  }
}

.mt-header-80 {
  margin-top: 80px;
}
@media only screen and (max-width: 991px) {
  .mt-header-80 {
    margin-top: 72px;
  }
}
@media only screen and (max-width: 782.99px) {
  .mt-header-80 {
    margin-top: 71px;
  }
}

.mt-header-82 {
  margin-top: 82px;
}
@media only screen and (max-width: 991px) {
  .mt-header-82 {
    margin-top: 75px;
  }
}

@media only screen and (max-width: 991px) {
  .mt-md-30 {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 991px) {
  .mb-md-n-40 {
    margin-bottom: -40px;
  }
}

@media only screen and (max-width: 991px) {
  .mb-md-10 {
    margin-bottom: 10px;
  }
}

/* Negative margin */
@media (min-width: 992px) {
  .mt-lg-n55 {
    margin-top: -55px;
  }
}

.mb-n-115 {
  margin-bottom: -115px;
}

.mb-25 {
  margin-bottom: 25px;
}

.ms-25 {
  margin: -25px;
}

.ms-30 {
  margin: -30px;
}

.ms-35 {
  margin: -35px;
}

.ms-40 {
  margin: -40px;
}

.ms-55 {
  margin: -55px;
}

.mb-n-20 {
  margin-bottom: -20px;
}

.mb-n-40 {
  margin-bottom: -40px;
}

.mt-n-10 {
  margin-top: -10px;
}

.mt-n-15 {
  margin-top: -15px;
}

.mt-n-30 {
  margin-top: -30px;
}

.mt-n-35 {
  margin-top: -35px;
}

@media only screen and (max-width: 991px) {
  .mt-md-15 {
    margin-top: 15px;
  }
}

@media only screen and (max-width: 991px) {
  .mb-md-55 {
    margin-bottom: 55px;
  }
}

@media only screen and (max-width: 991px) {
  .mb-md-35 {
    margin-bottom: 35px;
  }
}

@media only screen and (max-width: 991px) {
  .mb-md-30 {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 991px) {
  .mb-n-md-30 {
    margin-bottom: -30px !important;
  }
}

@media only screen and (max-width: 991px) {
  .mb-n-md-20 {
    margin-bottom: -20px !important;
  }
}

@media only screen and (max-width: 991px) {
  .mt-md-30px {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 991px) {
  .mt-md-65 {
    margin-top: 65px;
  }
}

@media only screen and (max-width: 991px) {
  .mt-md-0 {
    margin-top: 0;
  }
}

@media only screen and (max-width: 767px) {
  .mb-sm-40 {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .mb-sm-30 {
    margin-bottom: 30px;
  }
}

/* margin left */
.ml-0 {
  margin-left: 0px;
}

.ml-50 {
  margin-left: 50px;
}

.ml-55 {
  margin-left: 55px;
}

.ml-n-50 {
  margin-left: -50px;
}

.nmb-30 {
  margin-bottom: -30px;
}

.nmb-15 {
  margin-bottom: -15px;
}

.nmb-20 {
  margin-bottom: -20px;
}

.mr-n15 {
  margin-right: -15px;
}

/* max-width none */
.mw-none {
  max-width: none !important;
}

/* Gutter */
.gutter-16 {
  --bs-gutter-x: 16px;
  --bs-gutter-y: 16px;
}

.gutter-32 {
  --bs-gutter-x: 32px;
  --bs-gutter-y: 32px;
}

.gutter-x-80 {
  --bs-gutter-x: 80px;
}

.gutter-x-88 {
  --bs-gutter-x: 88px;
}

@media only screen and (max-width: 991px) {
  .gutter-x-0-md {
    --bs-gutter-x: 0;
  }
}
@media only screen and (max-width: 575px) {
  .gutter-x-0-sm {
    --bs-gutter-x: 0;
  }
}

.gutter-y-30 {
  --bs-gutter-y: 30px;
}

.rotate-text-bg {
  left: 0;
  top: 5px;
  -webkit-transform: rotate(1.65deg);
          transform: rotate(1.65deg);
}

/* Background Color */
.bg-normal {
  background-color: var(--color-bg-normal);
}

.bg-pattern {
  background-size: cover;
  background-position: center;
  background-image: url("../../assets/img/formgent/bg-patterns.png");
}

.formgent-tab li button {
  background-color: white;
  border: 1px solid var(--color-gray-200);
  color: var(--color-gray-600);
  white-space: nowrap;
}
.formgent-tab li button svg {
  color: currentColor;
  width: 22px;
  height: 22px;
}
.formgent-tab li button.active {
  color: white;
  border-color: var(--color-gray-900);
  background-color: var(--color-gray-900);
}
.formgent-tab li button.active svg {
  color: currentColor;
}

@media only screen and (max-width: 991px) {
  .scroll-md-active {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow: auto hidden;
    scrollbar-width: thin;
    scrollbar-color: #e6e6e6 #f5f5f5;
    padding: 0 30px;
  }
  .scroll-md-active::-webkit-scrollbar {
    width: 11px;
  }
  .scroll-md-active::-webkit-scrollbar-track {
    background: #f5f5f5;
  }
  .scroll-md-active::-webkit-scrollbar-thumb {
    background-color: #e6e6e6;
    border-radius: 6px;
    border: 3px solid #f5f5f5;
  }
}

/*-------------------------------------
#. Normalize and Defaults
---------------------------------------*/
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  scroll-behavior: smooth;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  font-family: var(--font-family-body);
  margin: 0 auto;
  color: var(--color-gray-800);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
  overflow-x: hidden;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  background-color: var(--color-white);
}

.site {
  position: relative;
}

ul {
  margin: 0;
  padding: 0;
}

.clear {
  clear: both;
}

.aligncenter,
.alignwide {
  margin-right: auto;
  margin-left: auto;
}

[data-align=full] {
  margin-right: auto;
  margin-left: auto;
}

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.wp-caption.aligncenter {
  margin-left: auto;
  margin-right: auto;
}

/* Shape */
.shape {
  position: absolute;
  z-index: -1;
}
.shape.shape-right {
  right: 0;
}
.shape.shape-left {
  left: 0;
}
.shape.shape-bottom {
  bottom: 0;
}
.shape.banner-shape {
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.shape.feature-shape {
  top: -120px;
  right: -90px;
}
@media only screen and (max-width: 1599px) {
  .shape.feature-shape {
    right: 0px;
  }
}
@media only screen and (max-width: 991px) {
  .shape.feature-shape {
    display: none;
  }
}

.font-weight-medium {
  font-weight: 500;
}

.font-weight-semibold {
  font-weight: 600;
}

/* Section Background */
.section-bg {
  background-color: #f9f9fb;
}

.bfcm-bg {
  background-color: #071243;
}

.ws-bg {
  background-color: #001b98;
}

.special-bg {
  background-color: #040216;
}

/* Line */
.line-horizontal {
  width: 50px;
  height: 3px;
  border-radius: 12px;
  display: block;
}

/* Dots */
.atbd-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: inline-block;
}

/* Shape Icon */
.shape-icon {
  width: 34px;
  height: 34px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.shape-icon.primary {
  background-color: rgba(var(--color-success-rgb), 0.1) !important;
}
.shape-icon.success {
  background-color: rgba(var(--color-success-rgb), 0.1) !important;
}
.shape-icon.info {
  background-color: rgba(var(--color-info-rgb), 0.1) !important;
}
.shape-icon.warning {
  background-color: rgba(var(--color-warning-rgb), 0.1) !important;
}
.shape-icon.danger {
  background-color: rgba(var(--color-danger-rgb), 0.1) !important;
}
.shape-icon.pink {
  background-color: rgba(255, 52, 107, 0.1) !important;
}
.shape-icon.violet {
  background-color: rgba(131, 78, 255, 0.1) !important;
}

.circle-shape {
  position: absolute;
}
.circle-shape.shape-brief {
  left: -100px;
  top: -130px;
}
.circle-shape.shape-brief img {
  margin: -50px;
}

.shape-icon.shape-circle {
  border-radius: 50%;
}

.shade {
  position: fixed;
  width: 100%;
  height: 100%;
  display: none;
  opacity: 0;
  z-index: -1;
  background-color: var(--color-white);
}
.shade.active {
  display: block;
  z-index: 999;
}

.img-shadow {
  -webkit-box-shadow: 0 10px 60px rgba(134, 135, 180, 0.2);
          box-shadow: 0 10px 60px rgba(134, 135, 180, 0.2);
  border-radius: 5px;
}

.border-top-deep {
  border-top: 1px solid #ebeef5;
}

.bg-image {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: center;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  width: auto;
  background: transparent;
}

p {
  margin-bottom: 20px;
}

a {
  background-color: transparent;
  outline: none;
  text-decoration: none;
  -webkit-transition: al ease 0.3s;
  transition: al ease 0.3s;
  color: var(--color-primary);
}
a:active, a:hover, a:focus, a:link {
  outline: none;
}
a:hover, a:focus, a:active {
  text-decoration: none;
  color: var(--color-primary);
}

a.bg-gray-900:hover,
button.bg-gray-900:hover {
  background-color: rgba(var(--color-gray-900-rgb), 0.85);
}

button:active, button:hover, button:focus, button:link {
  outline: none;
}
button:hover, button:focus, button:active {
  text-decoration: none;
}

input:focus {
  outline: none;
  border: 1px solid #d9deec;
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 10px 15px rgba(67, 83, 255, 0.15);
          box-shadow: 0 10px 15px rgba(67, 83, 255, 0.15);
}

ul,
ol,
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0 0 1em 1em;
  padding-left: 20px;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
  margin-bottom: 10px;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  max-width: 100%;
  border: 0;
}

figure {
  margin: 0;
}

dfn,
cite,
em {
  font-style: italic;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

embed,
iframe,
object {
  max-width: 100%;
}

[hidden],
template {
  display: none;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  color: #000;
  border-radius: 3px;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

svg:not(:root) {
  overflow: hidden;
}

pre {
  overflow: auto;
  white-space: pre-wrap;
  word-wrap: break-word;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

address {
  margin: 0 0 1.5em;
}

pre {
  font-family: "Courier 10 Pitch", Courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: rgba(var(--color-primary), 0.3);
  text-decoration: none;
}

big {
  font-size: 125%;
}

blockquote,
q {
  quotes: "" "";
}
blockquote:before, blockquote:after,
q:before,
q:after {
  content: "";
}

blockquote {
  color: #333;
  position: relative;
  margin: 30px 30px 30px 40px;
  padding: 0 0 0 30px;
  border: none;
}
@media (max-width: 767.98px) {
  blockquote {
    margin: 25px;
    padding: 0 0 0 25px;
  }
}
@media (max-width: 479.98px) {
  blockquote {
    margin: 15px;
    padding: 0 0 0 20px;
  }
}
blockquote:before {
  content: "";
  width: 5px;
  background-color: var(--color-primary);
  position: absolute;
  left: 0;
  top: 4px;
  white-space: pre;
  height: 100%;
  border-radius: 5px;
}
@media (max-width: 767.98px) {
  blockquote:before {
    width: 3px;
  }
}

.container {
  max-width: 1248px !important;
}
@media only screen and (max-width: 1399px) {
  .container {
    max-width: 1140px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .container {
    max-width: 960px !important;
  }
}
@media only screen and (max-width: 991px) {
  .container {
    max-width: 720px !important;
  }
}
@media only screen and (max-width: 767px) {
  .container {
    max-width: 540px !important;
  }
}
@media only screen and (max-width: 575px) {
  .container {
    max-width: 100% !important;
  }
}

.gray-bg {
  background: #fbfbfb;
}

.relative {
  position: relative;
}

@media only screen and (max-width: 767px) {
  .text-sm-left {
    text-align: left !important;
  }
}

@media only screen and (max-width: 767px) {
  .text-sm-center {
    text-align: center !important;
  }
}

.fw-black {
  font-weight: 600 !important;
}

.sec-bg {
  background-color: #F6F7F9;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

.gallery {
  margin-bottom: 1.5em;
}
.gallery .gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
  padding: 6px;
}
.gallery .gallery-item .gallery-caption {
  font-size: 14px;
  line-height: 1.4;
  padding-top: 5px;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

.rich-text.has-background {
  color: #fff;
}

[class$=-font-size] {
  line-height: 1.4;
}

hr,
.wp-block-separator {
  background-color: #646464;
  border: 0;
  height: 2px;
  margin: 24px auto;
}
hr.is-style-dots,
.wp-block-separator.is-style-dots {
  height: 0;
  text-align: center;
}

.wp-block-gallery,
.blocks-gallery-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
}

table,
.wp-block-table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 15px 0;
  width: 100%;
}
table th,
table td,
.wp-block-table th,
.wp-block-table td {
  border: 1px solid #ddd;
  padding: 10px;
}
table .wp-block-table__cell-content,
.wp-block-table .wp-block-table__cell-content {
  padding: 0;
}

.wp-block-table.is-style-stripes th,
.wp-block-table.is-style-stripes td {
  border-color: transparent;
}

.wp-block-latest-posts.is-grid {
  list-style: disc;
}

.wp-block-latest-posts.wp-block-latest-posts__list {
  list-style: disc;
  padding: 0;
}
.wp-block-latest-posts.wp-block-latest-posts__list li {
  margin-bottom: 7px;
}

.wp-block-audio {
  margin: 15px 0;
}
.wp-block-audio figcaption {
  color: #555d66;
  font-size: 13px;
  text-align: center;
}

.wp-block-categories,
.wp-block-archives {
  margin: 0 0 20px;
  list-style-position: inside;
}
.wp-block-categories ul,
.wp-block-archives ul {
  margin: 0;
  padding: 0;
  list-style-position: inside;
}
.wp-block-categories.aligncenter,
.wp-block-archives.aligncenter {
  padding: 0;
}

.wp-caption-dd a,
.wp-caption-dd a:link {
  display: inline;
}

.wp-block-image.alignleft,
.wp-caption.alignleft {
  margin-right: 20px;
}

.wp-block-image.alignright,
.wp-caption.alignright {
  margin-left: 20px;
}

.wp-block-gallery {
  margin-bottom: 20px;
  padding: 0;
}
.wp-block-gallery figure {
  margin: 0;
}

.wp-block-button {
  margin-bottom: 20px;
}

.wp-block-button__link {
  cursor: pointer;
  -webkit-transition: inherit !important;
  transition: inherit !important;
}
.wp-block-button__link:hover {
  opacity: 0.8;
}
.wp-block-button__link:not(.has-text-color) {
  color: #fff;
}

.is-style-outline .wp-block-button__link {
  border: 2px solid #32373c;
  color: #32373c;
}

.wp-block-cover {
  margin-bottom: 20px;
}

.wp-block-cover,
.wp-block-cover p {
  line-height: 1.2;
}

.wp-block-cover p,
.wp-block-cover p:not(.has-text-color) {
  color: #fff;
}

.wp-block-cover.has-left-content {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.wp-block-cover.has-left-content .wp-block-cover-text {
  max-width: inherit;
  padding-left: 30px;
}

.wp-block-quote {
  color: #333;
  position: relative;
  margin: 30px 30px 30px 40px;
  padding: 10px 0 10px 30px;
  border: none;
}
@media (max-width: 991.98px) {
  .wp-block-quote {
    margin-left: 30px;
  }
}
@media (max-width: 767.98px) {
  .wp-block-quote {
    margin: 20px;
  }
}
.wp-block-quote p {
  font-style: italic;
  font-weight: 600;
}
.wp-block-quote p:last-of-type {
  margin-bottom: 0;
}
.wp-block-quote cite,
.wp-block-quote .wp-block-quote__citation {
  font-weight: 400;
  color: #666;
  font-size: 16px;
  line-height: 1.3;
  font-style: italic;
  margin: 5px 0 0;
}
.wp-block-quote:before {
  content: "";
  width: 5px;
  background-color: var(--color-primary);
  position: absolute;
  left: 0;
  top: 2px;
  white-space: pre;
  height: 100%;
  border-radius: 5px;
}
.wp-block-quote.is-large, .wp-block-quote.is-style-large {
  margin: 30px 30px 30px 40px;
  padding: 10px 0 10px 30px;
  font-size: 22px;
  line-height: 1.5;
}
@media (max-width: 991.98px) {
  .wp-block-quote.is-large, .wp-block-quote.is-style-large {
    margin-left: 30px;
    font-size: 20px;
  }
}
@media (max-width: 767.98px) {
  .wp-block-quote.is-large, .wp-block-quote.is-style-large {
    margin: 20px;
    font-size: 18px;
  }
}
.wp-block-quote.is-large p, .wp-block-quote.is-style-large p {
  font-size: 22px;
  line-height: 1.5;
}
@media (max-width: 991.98px) {
  .wp-block-quote.is-large p, .wp-block-quote.is-style-large p {
    font-size: 20px;
  }
}
@media (max-width: 767.98px) {
  .wp-block-quote.is-large p, .wp-block-quote.is-style-large p {
    font-size: 18px;
  }
}
.wp-block-quote.is-large cite,
.wp-block-quote.is-large .wp-block-quote__citation, .wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large .wp-block-quote__citation {
  font-size: 16px;
  line-height: 1.3;
}

.ol-primary {
  margin: 0 0 30px;
  padding: 0;
  list-style: none;
  counter-reset: ol-primary-counter;
}
.ol-primary li {
  counter-increment: ol-primary-counter;
}
.ol-primary li:not(:last-child) {
  margin-bottom: 12px;
}
.ol-primary li::before {
  content: counter(ol-primary-counter);
  color: var(--color-primary);
  font-weight: 500;
  font-size: 14px;
  width: 25px;
  height: 25px;
  background: rgba(var(--color-primary-rgb), 0.1);
  border-radius: 50%;
  margin-right: 12px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.dashboard-contents__subscription .close:hover,
.dashboard-contents__product-details .close:hover {
  background: none;
}

#cookie-notice {
  width: 450px;
  min-width: auto;
  margin: 0 auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-box-shadow: 0 20px 30px rgba(146, 155, 177, 0.15);
          box-shadow: 0 20px 30px rgba(146, 155, 177, 0.15);
  border-radius: 5px;
  background: #fff !important;
  bottom: 15px;
}
@media only screen and (max-width: 1199px) {
  #cookie-notice {
    width: 960px;
  }
}
@media only screen and (max-width: 767px) {
  #cookie-notice {
    width: 90%;
  }
}
#cookie-notice .cn-text-container {
  color: var(--color-gray-900);
}
#cookie-notice a#cn-more-info:hover {
  background-color: #fff;
  -webkit-box-shadow: 0 0;
          box-shadow: 0 0;
}

span#cn-notice-buttons {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

a#cn-more-info {
  background: none;
  color: #007bff;
  text-decoration: underline;
  padding-left: 0;
}

.directorist-alert-text {
  margin-top: 20px;
  color: var(--color-warning);
}

/* Directorist Select */
.directorist-select .select2-container {
  width: 100% !important;
}
.directorist-select .select2-container.select2-container--default .select2-selection--single {
  background-color: #F2F2F2;
  border: 0 none;
  border-radius: 6px;
  height: 44px;
}
.directorist-select .select2-container.select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 15px;
  line-height: 44px;
  padding: 0 20px;
  color: var(--color-gray-900);
}
.directorist-select .select2-container.select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 15px;
}
.directorist-select .select2-container.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}
.directorist-select .select2-container.select2-container--default .select2-selection--single .select2-selection__arrow:after {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 24px;
  font-family: unicons;
  content: "\eb3a";
  color: #4B5064;
}

.select2-container--default .select2-dropdown {
  border: 0 none;
  -webkit-box-shadow: 0 0 15px rgba(175, 175, 175, 0.4);
          box-shadow: 0 0 15px rgba(175, 175, 175, 0.4);
}
.select2-container--default .select2-dropdown .select2-search--dropdown {
  padding: 6px 18px;
}
.select2-container--default .select2-dropdown .select2-search__field {
  border: 1px solid #ebeef5;
  border-radius: 6px;
}
.select2-container--default .select2-results__option--selected {
  background-color: #F2F2F2;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: var(--color-primary);
}
.select2-container--default .select2-results__option {
  padding: 6px 18px;
  font-size: 15px;
  color: var(--color-gray-900);
}
.select2-container--default .select2-results__option:empty {
  display: none;
}

/* nx Notification */
#notificationx-frontend {
  font-family: "CircularStd" !important;
}

@media only screen and (max-width: 767px) {
  .nx-notification {
    display: none;
  }
}

.nx-container:hover .notification-item .notificationx-close {
  opacity: 1;
  visibility: visible;
}
.nx-container .notification-item {
  position: relative;
  -webkit-box-shadow: 0 2px 15px 3px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 15px 3px rgba(0, 0, 0, 0.15);
  border-radius: 40px;
  min-width: auto;
}
.nx-container .notification-item .notificationx-image {
  display: block;
  width: 60px;
  height: 60px;
  min-width: auto;
  -ms-flex-item-align: auto;
      align-self: auto;
  padding: 0;
  -ms-flex-preferred-size: 60px;
      flex-basis: 60px;
  margin-left: 8px;
}
.nx-container .notification-item .notificationx-image img {
  height: 100%;
}
.nx-container .notification-item .notificationx-content {
  min-width: auto;
  display: block;
  margin: 0;
  padding: 6px 20px 6px 10px;
}
.nx-container .notification-item .notificationx-content:first-child {
  margin-left: 13px !important;
  padding: 6px 20px 6px 12px;
}
.nx-container .notification-item .notificationx-content .nx-second-row {
  font-size: 12px !important;
  margin-bottom: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.nx-container .notification-item .notificationx-content .nx-second-row .nx-first-word {
  margin-right: 4px;
}
.nx-container .notification-item .notificationx-content .nx-second-row .product-title {
  white-space: nowrap;
}
.nx-container .notification-item .notificationx-close {
  position: absolute;
  right: -4px;
  top: -20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  line-height: 1;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.nx-container .notification-item .notificationx-close svg {
  width: 8.5px;
  height: 8.5px;
  fill: var(--color-info);
}

/* Directorist Checkbox */
.directorist-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.directorist-checkbox input[type=checkbox] {
  display: none;
}
.directorist-checkbox input[type=checkbox] + .directorist-checkbox__label {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  position: relative;
  display: inline-block;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding-left: 30px;
  margin-bottom: 0;
  line-height: 1;
  font-weight: 400;
  color: #767792;
}
.directorist-checkbox input[type=checkbox] + .directorist-checkbox__label::before {
  position: absolute;
  font-size: 16px;
  left: 2px;
  top: 0px;
  font-weight: 900;
  line-height: 1.2;
  content: "\e9c3";
  font-family: unicons;
  color: #fff;
  display: block;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: 2;
}
.directorist-checkbox input[type=checkbox] + .directorist-checkbox__label:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border-radius: 4px;
  content: "";
  border: 2px solid #d6d6d6;
  background-color: #fff;
}
.directorist-checkbox input[type=checkbox] + .directorist-checkbox__label .pricing-short-text {
  margin-top: 6px;
}
.directorist-checkbox input[type=checkbox]:checked + .directorist-checkbox__label:before {
  opacity: 1;
  visibility: visible;
}
.directorist-checkbox input[type=checkbox]:checked + .directorist-checkbox__label:after {
  background-color: var(--color-success);
  border-color: var(--color-success);
}

.site-tooltip {
  position: relative;
  padding-right: 15px;
  cursor: pointer;
}
.site-tooltip:hover .tooltip-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 100;
}
.site-tooltip svg path {
  fill: rgba(146, 155, 177, 0.55);
}
.site-tooltip .tooltip-text {
  font-size: 15px;
  font-weight: 400;
  color: #484d61;
  position: absolute;
  left: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 210px;
  min-height: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border-radius: 6px;
  padding: 15px;
  cursor: auto;
  display: none;
  -webkit-box-shadow: 0 5px 20px rgba(126, 126, 126, 0.25);
          box-shadow: 0 5px 20px rgba(126, 126, 126, 0.25);
}
.site-tooltip .tooltip-text:after {
  position: absolute;
  left: -10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-right: 16px solid #fff;
  border-bottom: 10px solid transparent;
  content: "";
}

video {
  width: 100%;
}

.directorist-alert {
  padding: 30px;
  border-radius: 10px;
}
.directorist-alert.directorist-alert-primary {
  background-color: rgba(67, 83, 255, 0.1);
}
.directorist-alert.directorist-alert-success {
  background-color: rgba(0, 187, 69, 0.1);
}
.directorist-alert p {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
  color: #41434D;
}

/* user dashboard loader */
#dm_dashboard_preloader {
  height: 100%;
  left: 0;
  overflow: visible;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9999999;
  display: none;
  background-color: rgba(0, 0, 0, 0.25);
}
#dm_dashboard_preloader div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #222;
  border-radius: 50%;
  -webkit-animation: rotate360 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
          animation: rotate360 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #222 transparent transparent transparent;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#dm_dashboard_preloader div:nth-child(1) {
  -webkit-animation-delay: -0.45s;
          animation-delay: -0.45s;
}
#dm_dashboard_preloader div:nth-child(2) {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
}
#dm_dashboard_preloader div:nth-child(3) {
  -webkit-animation-delay: -0.15s;
          animation-delay: -0.15s;
}

/* Button/Inputs */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-adjust-hue-button,
input[type=number]::-webkit-outer-adjust-hue-button {
  height: auto;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

textarea {
  width: 100%;
}

button,
input,
select,
textarea {
  color: var(--color-gray-800);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  min-height: 30px;
}

input[type=checkbox],
input[type=radio] {
  min-height: inherit;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  border: 1px solid #DADCE0;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: var(--color-gray-800);
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  background-color: var(--color-primary);
  border: medium none;
  color: #fff;
  padding: 5px 20px;
}
button:hover, button:active,
input[type=button]:hover,
input[type=button]:active,
input[type=reset]:hover,
input[type=reset]:active,
input[type=submit]:hover,
input[type=submit]:active {
  background-color: rgba(var(--color-primary-rgb), 0.8);
}

select {
  background-color: #fff;
  border: 1px solid #ccc;
}

ul li {
  list-style: none;
}

.wpcf7 form .wpcf7-response-output {
  margin: 1em 0em 1em;
}

/* --- Posts and pages --- */
.sticky {
  display: block;
}

.byline,
.updated:not(.published) {
  display: none;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-links {
  clear: both;
  padding: 20px 0;
  font-weight: 700;
}
.page-links .post-page-numbers {
  background-color: #646464;
  color: #ffffff;
  display: inline-block;
  padding: 2px 12px;
  border-radius: 3px;
  margin-right: 2px;
}
.page-links .post-page-numbers.current, .page-links .post-page-numbers:hover {
  background-color: #222222;
}

/* --- Comments --- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* --- Widgets --- */
.widget {
  margin: 0 0 40px;
}
.widget select {
  max-width: 100%;
}

.elementor-editor-active .elementor.elementor-edit-mode .elementor-element > .elementor-element-overlay {
  z-index: 999;
}

/*-------------------------------------
#. Root
---------------------------------------*/
.formgent-cloud-root {
  overflow: auto;
  margin: 0 -16px;
}

/*-------------------------------------
#. Banner
---------------------------------------*/
.banner {
  text-align: center;
  position: relative;
}
.banner .banner-content {
  position: relative;
  padding: 70px 0;
}
@media only screen and (max-width: 991px) {
  .banner .banner-content {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .banner .banner-content {
    padding-top: 40px;
  }
}
.banner .banner-content h1 {
  color: #000;
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 0;
  line-height: 1.1;
  word-wrap: break-word;
}

/*-------------------------------------
#. Pagination
---------------------------------------*/
.pagination-area a,
.pagination-area span {
  background: var(--color-gray-300);
  color: var(--color-gray-800);
  width: 36px;
  height: 36px;
  line-height: 36px;
  border-radius: 100%;
  display: inline-block;
  margin: 4px;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.pagination-area a i,
.pagination-area span i {
  font-size: 16px;
}
.pagination-area a:hover, .pagination-area a.current,
.pagination-area span:hover,
.pagination-area span.current {
  background-color: var(--color-primary);
  color: #ffffff;
}
.pagination-area ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 0;
  margin: 18px 0 -4px;
}
.pagination-area ul li {
  display: inline-block;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
}
.pagination-area ul li span.dots {
  background-color: inherit;
  border: none;
  padding: 0;
}

/*-------------------------------------
#. Contents
---------------------------------------*/
@media only screen and (max-width: 767px) {
  .page-template.has-discount-banner.trheader .site-content {
    margin-top: 0;
  }
}
.page-template.has-discount-banner.trheader.admin-bar .site-content {
  margin-top: 0;
}

#theme-preloader {
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  height: 100%;
  left: 0;
  overflow: visible;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999999;
}

.site-content .content-area {
  padding: 80px 0;
}
@media (max-width: 767.98px) {
  .site-content .content-area {
    padding: 50px 0;
  }
}

@media (max-width: 767.98px) {
  .right-sidebar .sidebar-widget-area {
    margin-top: 50px;
  }
}

@media (max-width: 767.98px) {
  .left-sidebar .sidebar-widget-area {
    margin-bottom: 50px;
  }
}

.page-template-landing .site-content .content-area {
  padding: 0;
}

/* Blog */
.blog-each .blog-thumbnail {
  border-radius: 3px 3px 0 0;
  overflow: hidden;
}
.blog-each .blog-thumbnail img {
  width: 100%;
}
.blog-each .blog-content-area {
  border: 1px solid #ccc;
  border-radius: 3px;
  overflow: hidden;
}
.blog-each .blog-content-area .blog-content {
  padding: 20px 25px;
}
.blog-each .blog-content-area .blog-content .blog-cats {
  margin-bottom: 10px;
}
.blog-each .blog-content-area .blog-content .blog-cats a {
  color: var(--color-gray-800);
}
.blog-each .blog-content-area .blog-content .blog-cats a:hover {
  color: var(--color-primary);
}
.blog-each .blog-content-area .blog-content .blog-cats span {
  color: #ccc;
  padding: 0 7px;
}
.blog-each .blog-content-area .blog-content .blog-title {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 10px;
}
.blog-each .blog-content-area .blog-content .blog-title a {
  color: var(--color-gray-800);
}
.blog-each .blog-content-area .blog-content .blog-title a:hover {
  color: var(--color-primary);
}
.blog-each .blog-content-area .blog-content p {
  margin: 0;
}
.blog-each .blog-content-area .blog-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px 25px;
  border-top: 1px solid #ccc;
}
.blog-each .blog-content-area .blog-meta .blog-meta-left ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.blog-each .blog-content-area .blog-meta .blog-meta-left ul li {
  display: inline;
  padding-right: 10px;
}
.blog-each .blog-content-area .blog-meta .blog-meta-left ul li i {
  padding-right: 7px;
  color: var(--color-primary);
}
.blog-each .blog-content-area .blog-meta .blog-meta-left ul li a,
.blog-each .blog-content-area .blog-meta .blog-meta-left ul li span {
  color: #777;
}
.blog-each.has-post-thumbnail .blog-content-area {
  border-top: none;
  border-radius: 0 0 3px 3px;
}

/* Single Post */
.post-single .post-meta {
  margin-top: 10px;
}
.post-single .post-meta ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #ebecef;
  padding-bottom: 25px;
}
.post-single .post-meta ul li {
  display: inline;
  position: relative;
  padding-left: 20px;
  margin-right: 20px;
  color: #272b41;
}
.post-single .post-meta ul li:before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border: 1px solid var(--color-primary);
  border-radius: 300px;
  left: 0;
  top: 6px;
}
.post-single .post-meta ul li a {
  color: #272b41;
}
.post-single .post-meta ul li a:hover {
  color: var(--color-primary);
}
.post-single .post-content {
  margin-top: 20px;
}
.post-single .post-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0;
  border-top: 1px solid #ebecef;
  border-bottom: 1px solid #ebecef;
  margin-top: 30px;
}
.post-single .post-footer .post-tags a {
  font-size: 14px;
  line-height: 1.3;
  display: inline-block;
  border: 1px solid #ebecef;
  border-radius: 3px;
  padding: 5px 10px;
  margin: 0 3px 3px 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #7a82a6;
}

/* Page */
.page-thumbnail {
  margin-bottom: 20px;
}

/* Error */
.error-page {
  text-align: center;
}

/* Discount Banner*/
.sovWare__discount-banner {
  display: none;
}
.sovWare__discount-banner .pricing-deal-counter {
  margin: 0 25px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sovWare__discount-banner .pricing-deal-counter .pricing-deal-count {
  margin-bottom: 0;
}
.sovWare__discount-banner .pricing-deal-counter .pricing-deal-count li {
  height: 30px;
  min-width: 30px;
}
.sovWare__discount-banner .pricing-deal-counter .pricing-deal-count li span {
  font-size: 18px;
  line-height: 1;
}
.sovWare__discount-banner .pricing-deal-counter .deal-warn {
  font-size: 14px;
  margin-left: 10px;
  text-transform: capitalize;
}

.discount-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: absolute;
  top: 4px;
  right: 15px;
  min-height: 55px;
}
@media only screen and (max-width: 1399px) {
  .discount-content {
    top: -65px;
  }
}
@media only screen and (max-width: 991px) {
  .discount-content {
    right: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .discount-content {
    position: relative;
    right: 0;
    top: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  .discount-content {
    min-height: 50px;
  }
}
.discount-content .btn-get {
  font-size: 14px;
  padding: 0 20.5px;
  font-weight: 600;
  color: #4a0070;
  background-color: #ffd500;
  border-radius: 18px;
  margin-top: 0px;
  height: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 767px) {
  .discount-content .btn-get {
    font-size: 13px;
    height: 30px;
  }
}
@media only screen and (max-width: 479px) {
  .discount-content .btn-get {
    font-size: 12px;
  }
}
@media only screen and (max-width: 379px) {
  .discount-content .btn-get {
    padding: 0 10.5px;
  }
}

.discount-countdwon {
  margin-right: 80px;
  margin-top: -5px;
}
@media only screen and (max-width: 767px) {
  .discount-countdwon {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 479px) {
  .discount-countdwon {
    margin-right: 0;
  }
}
.discount-countdwon ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
}
.discount-countdwon li {
  font-size: 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-weight: 600px;
  color: var(--color-white);
}
@media only screen and (max-width: 767px) {
  .discount-countdwon li {
    font-size: 14px;
  }
}
.discount-countdwon li:not(:last-child) {
  margin-right: 12px;
}
@media only screen and (max-width: 767px) {
  .discount-countdwon li:not(:last-child) {
    margin-right: 10px;
  }
}
.discount-countdwon li span {
  font-size: 13px;
  line-height: 1;
  display: block;
  color: rgba(255, 255, 255, 0.8);
}
.discount-countdwon li .loader-dot {
  margin-bottom: 20px;
  margin-top: 8px;
}

.discount-info .double-line-text span {
  display: block;
  color: #fff;
  line-height: 1.4;
  font-weight: 500;
}
.discount-info .double-line-text span.double-line-text__one {
  font-size: 23px;
  display: block;
  color: #fff;
  line-height: 1.4;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .discount-info .double-line-text span.double-line-text__one {
    font-size: 18px;
  }
}
.discount-info .double-line-text span.double-line-text__two {
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .discount-info .double-line-text span.double-line-text__two {
    display: none;
  }
}
.discount-info .dis-title .dis-title-line {
  position: relative;
  font-weight: 500;
  top: -4px;
  opacity: 0.75;
  display: block;
  font-size: 13px;
  margin-bottom: 8px;
  text-transform: capitalize;
}

/* Top Deal */
.top-deal-counter.pricing-deal-counter {
  margin: 0 25px 0 0;
}
@media only screen and (max-width: 479px) {
  .top-deal-counter.pricing-deal-counter {
    margin: 0 15px 0 0;
  }
}
@media only screen and (max-width: 379px) {
  .top-deal-counter.pricing-deal-counter {
    margin: 0 0 10px 0;
  }
}
.top-deal-counter .top-deal-counter__text {
  font-size: 14px;
  color: #fff;
}
.top-deal-counter .deal-count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 8px 0 10px;
}
.top-deal-counter .deal-count li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 30px;
  width: 30px;
  border-radius: 4px;
  margin: 0 2.5px;
  background-color: var(--color-primary);
  color: #fff;
}
@media only screen and (max-width: 479px) {
  .top-deal-counter .deal-count li {
    height: 25px;
    width: 25px;
  }
}

.dir-special__timer {
  margin-top: 40px;
}
@media (max-width: 768px) {
  .dir-special__timer {
    margin-top: 20px;
  }
}
.dir-special__timer-title {
  color: #FFF;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  line-height: normal;
}

.discount-countdown ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  margin: 0;
}
.discount-countdown li {
  font-size: calc(1.15rem + 1.8vw);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 700;
  line-height: 25px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.1);
  border: 2px solid rgba(255, 255, 255, 0.3);
  width: 100px;
  height: 100px;
  padding: 2px 8px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  color: #ffffff;
  gap: 10px;
  -webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
}
@media (min-width: 1200px) {
  .discount-countdown li {
    font-size: 2.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .discount-countdown li {
    width: 60px;
    height: 60px;
    line-height: normal;
    gap: 4px;
  }
}
.discount-countdown li span {
  line-height: 1;
  display: block;
  color: #ffffff;
  font-weight: 400;
  font-size: calc(1.025rem + 0.3vw);
}
@media (min-width: 1200px) {
  .discount-countdown li span {
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 767px) {
  .discount-countdown li span {
    font-size: 14px;
  }
}

.top-banner-countdown ul {
  gap: 8px !important;
}
.top-banner-countdown li {
  width: 46px !important;
  height: 46px !important;
  border-radius: 4px !important;
  font-size: 20px !important;
  gap: 0 !important;
}
@media (max-width: 768px) {
  .top-banner-countdown li {
    width: 35px !important;
    height: 35px !important;
    font-size: 16px !important;
  }
}
.top-banner-countdown li span {
  font-size: 14px !important;
  font-weight: 400 !important;
}
@media (max-width: 768px) {
  .top-banner-countdown li span {
    font-size: 12px !important;
  }
}
@media (max-width: 575px) {
  .top-banner-countdown li span {
    font-size: 10px !important;
  }
}

/*-------------------------------------
#. Keyframes
---------------------------------------*/
@-webkit-keyframes ScrollTopAnim {
  0% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
    opacity: 0;
  }
  25% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0.5;
  }
  100% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
    opacity: 0;
  }
}
@keyframes ScrollTopAnim {
  0% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
    opacity: 0;
  }
  25% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0.5;
  }
  100% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
    opacity: 0;
  }
}
@-webkit-keyframes ScrollBottomAnim {
  0% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
    opacity: 0;
  }
  25% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0.5;
  }
  100% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
    opacity: 0;
  }
}
@keyframes ScrollBottomAnim {
  0% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
    opacity: 0;
  }
  25% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0.5;
  }
  100% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
    opacity: 0;
  }
}
@-webkit-keyframes dirRotateWords {
  0% {
    opacity: 0;
  }
  2% {
    opacity: 0;
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  5% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  17% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  20% {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes dirRotateWords {
  0% {
    opacity: 0;
  }
  2% {
    opacity: 0;
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  5% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  17% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  20% {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(2);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(2);
    opacity: 0;
  }
}
@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(2);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(2);
    opacity: 0;
  }
}
@keyframes scaling {
  from {
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
  }
  to {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@-webkit-keyframes scaling {
  from {
    -webkit-transform: scale(0, 0);
  }
  to {
    -webkit-transform: scale(1, 1);
  }
}
@-webkit-keyframes rotate360 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate360 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes product-infinite-loop-right-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(calc(-100% - 4rem));
            transform: translateX(calc(-100% - 4rem));
  }
}
@keyframes product-infinite-loop-right-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(calc(-100% - 4rem));
            transform: translateX(calc(-100% - 4rem));
  }
}
@-webkit-keyframes strokeright {
  0% {
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
            clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  }
  100% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
@keyframes strokeright {
  0% {
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
            clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  }
  100% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@font-face {
  font-family: "Inter", sans-serif;
  src: url("../fonts/Inter_18pt-Light.ttf") format("ttf");
  font-weight: 300;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Inter", sans-serif;
  src: url("../fonts/Inter_18pt-Regular.ttf") format("ttf");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Inter", sans-serif;
  src: url("../fonts/Inter_18pt-Black.ttf") format("ttf");
  font-weight: 450;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Inter", sans-serif;
  src: url("../fonts/Inter_18pt-Medium.ttf") format("ttf");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Inter", sans-serif;
  src: url("../fonts/Inter_18pt-SemiBold.ttf") format("ttf");
  font-weight: 600;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Inter", sans-serif;
  src: url("../fonts/Inter_18pt-Bold.ttf") format("ttf");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
.font-inter {
  font-family: var(--font-family-inter);
}
.font-inter--all * {
  font-family: var(--font-family-inter) !important;
}

.row-p-0 {
  margin: 0;
}
.row-p-0 > * {
  padding: 0;
}
.row-10 {
  margin-left: -5px;
  margin-right: -5px;
}
.row-10 > * {
  padding-left: 5px;
  padding-right: 5px;
}
.row-12 {
  margin-left: -6px;
  margin-right: -6px;
}
.row-12 > * {
  padding-left: 6px;
  padding-right: 6px;
}
.row-16 {
  margin-left: -8px;
  margin-right: -8px;
}
.row-16 > * {
  padding-left: 8px;
  padding-right: 8px;
}
.row-24 {
  margin-left: -12px;
  margin-right: -12px;
}
.row-24 > * {
  padding-left: 12px;
  padding-right: 12px;
}
.row-32 {
  margin-left: -16px;
  margin-right: -16px;
}
.row-32 > * {
  padding-left: 16px;
  padding-right: 16px;
}
@media only screen and (min-width: 1599px) {
  .row-44 {
    margin-left: -22px;
    margin-right: -22px;
  }
  .row-44 > * {
    padding-left: 22px;
    padding-right: 22px;
  }
}
@media only screen and (min-width: 1599px) {
  .row-48 {
    margin-left: -24px;
    margin-right: -24px;
  }
  .row-48 > * {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media only screen and (min-width: 1599px) {
  .row-116 {
    margin-left: -58px;
    margin-right: -58px;
  }
  .row-116 > * {
    padding-left: 58px;
    padding-right: 58px;
  }
}

/* letter Spacing */
.l-space-08 {
  letter-spacing: 0.8px;
}

.l-space-72 {
  letter-spacing: 0.72px;
}

.l-space-5 {
  letter-spacing: 0.5px;
}

.l-space-54 {
  letter-spacing: 0.54px;
}

.l-space-42 {
  letter-spacing: 0.42px;
}

.l-space-48 {
  letter-spacing: 0.48px;
}

.l-space-6 {
  letter-spacing: 0.6px;
}

/* Display Headings */
.display-1 {
  font-size: calc(1.3625rem + 4.35vw);
  line-height: 0.8;
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 4.625rem;
  }
}

.display-2 {
  letter-spacing: -0.5px;
  font-size: calc(1.2rem + 2.4vw);
  line-height: 1.1;
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 3rem;
  }
}

.display-3 {
  line-height: 1.24;
  font-size: calc(1.1625rem + 1.95vw);
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 2.625rem;
  }
}

.display-4 {
  line-height: 1.26;
  font-size: calc(1.125rem + 1.5vw);
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 2.25rem;
  }
}

.font-light {
  font-weight: 300;
}

.font-regular-light {
  font-weight: 450;
}

.font-regular {
  font-weight: 400;
}

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 700;
}

.font-bold {
  font-weight: 900;
}

.h1,
h1 {
  font-size: calc(1.25rem + 3vw);
  line-height: 1.1428571429;
}
@media (min-width: 1200px) {
  .h1,
  h1 {
    font-size: 3.5rem;
  }
}

.h2,
h2 {
  font-size: calc(1.1875rem + 2.25vw);
  line-height: 1.2608695652;
}
@media (min-width: 1200px) {
  .h2,
  h2 {
    font-size: 2.875rem;
  }
}

.h3,
h3 {
  font-size: calc(1.0375rem + 0.45vw);
  line-height: 1.3636363636;
}
@media (min-width: 1200px) {
  .h3,
  h3 {
    font-size: 1.375rem;
  }
}

.h4,
h4 {
  font-size: calc(1.0125rem + 0.15vw);
  line-height: 1.3333333333;
}
@media (min-width: 1200px) {
  .h4,
  h4 {
    font-size: 1.125rem;
  }
}

.h5,
h5 {
  font-size: 1rem;
  line-height: 1.4;
}

.h6,
h6 {
  font-size: 0.9375rem;
  line-height: 1.2266666667;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.display-1,
.display-2,
.display-3,
.display-4,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 20px;
  font-family: var(--font-family-inter);
  color: var(--color-gray-900);
  clear: both;
}

.font-72 {
  line-height: 1.1111111111;
  font-size: calc(1.35rem + 4.2vw);
}
@media (min-width: 1200px) {
  .font-72 {
    font-size: 4.5rem;
  }
}

.font-74 {
  line-height: 0.8;
  font-size: calc(1.3625rem + 4.35vw);
}
@media (min-width: 1200px) {
  .font-74 {
    font-size: 4.625rem;
  }
}

.font-52 {
  line-height: 1.1307692308;
  font-size: calc(1.225rem + 2.7vw);
}
@media (min-width: 1200px) {
  .font-52 {
    font-size: 3.25rem;
  }
}

.font-44 {
  line-height: 1.2;
  font-size: calc(1.175rem + 2.1vw);
}
@media (min-width: 1200px) {
  .font-44 {
    font-size: 2.75rem;
  }
}

.font-40 {
  line-height: 1.22;
  font-size: calc(1.15rem + 1.8vw);
}
@media (min-width: 1200px) {
  .font-40 {
    font-size: 2.5rem;
  }
}

.font-36 {
  line-height: 1.2;
  font-size: calc(1.125rem + 1.5vw);
}
@media (min-width: 1200px) {
  .font-36 {
    font-size: 2.25rem;
  }
}

.font-28 {
  line-height: 1.1428571429;
  font-size: calc(1.075rem + 0.9vw);
}
@media (min-width: 1200px) {
  .font-28 {
    font-size: 1.75rem;
  }
}

.font-24 {
  line-height: 1.2;
  font-size: calc(1.05rem + 0.6vw);
}
@media (min-width: 1200px) {
  .font-24 {
    font-size: 1.5rem;
  }
}

.font-22 {
  line-height: 1.6;
  font-size: calc(1.0375rem + 0.45vw);
}
@media (min-width: 1200px) {
  .font-22 {
    font-size: 1.375rem;
  }
}

.font-20 {
  line-height: 1.6;
  font-size: calc(1.025rem + 0.3vw);
}
@media (min-width: 1200px) {
  .font-20 {
    font-size: 1.25rem;
  }
}

.font-18 {
  font-size: calc(1.0125rem + 0.15vw);
  line-height: 1.5555555556;
}
@media (min-width: 1200px) {
  .font-18 {
    font-size: 1.125rem;
  }
}

.font-10 {
  font-size: 10px;
  line-height: 1.6;
}

.font-16 {
  font-size: 16px;
  line-height: 1.375;
}

.font-15 {
  font-size: 15px;
  line-height: 1.5333333333;
}

.font-14 {
  font-size: 14px;
  line-height: 1.4285714286;
}

.font-13 {
  font-size: 13px;
  line-height: 1.5384615385;
}

.font-11 {
  font-size: 11px;
  line-height: 1.8181818182;
}

.font-12 {
  font-size: 12px;
  line-height: 1.5833333333;
}

.s-font-full-nesting svg {
  width: 100%;
  height: 100%;
}

.s-font-48-nesting svg {
  width: 48px;
  height: 48px;
}

.s-font-28-nesting svg {
  width: 28px;
  height: 28px;
}

.s-font-32-nesting svg {
  width: 32px;
  height: 32px;
}

.s-font-24-nesting svg {
  width: 24px;
  height: 24px;
}

.s-font-22-nesting svg {
  width: 22px;
  height: 22px;
}

.s-font-20-nesting svg {
  width: 20px;
  height: 20px;
}

.s-font-16-nesting svg {
  width: 16px;
  height: 16px;
}

/* Text colors */
.color-gray-900 {
  color: var(--color-gray-900);
}

.color-gray-800 {
  color: var(--color-gray-800);
}

.color-gray-700 {
  color: var(--color-gray-700);
}

.color-gray-600 {
  color: var(--color-gray-600);
}

.bg-color-gray-100 {
  background-color: var(--color-gray-100);
}

.color-gray-100 {
  color: var(--color-gray-100);
}

.color-gray-500-light {
  color: var(--color-gray-500-light);
}

.placeholder-color-gray-500-light::-webkit-input-placeholder {
  color: var(--color-gray-500-light);
}

.placeholder-color-gray-500-light::-moz-placeholder {
  color: var(--color-gray-500-light);
}

.placeholder-color-gray-500-light::-ms-input-placeholder {
  color: var(--color-gray-500-light);
}

.placeholder-color-gray-500-light::placeholder {
  color: var(--color-gray-500-light);
}

.color-gray-50 {
  color: var(--color-gray-50);
}

.color-gray-500 {
  color: var(--color-gray);
}

.color-gray-400 {
  color: var(--color-gray-400);
}

.color-gray-300 {
  color: var(--color-gray-300);
}

.color-gray-200 {
  color: var(--color-gray-200);
}

.color-error-500 {
  color: var(--color-error-500);
}

.color-info-600 {
  color: var(--color-info-600);
}

.color-warning-500 {
  color: var(--color-warning);
}

.bg-warning-500 {
  color: var(--color-warning);
}

.color-warning-400 {
  color: var(--color-warning-400);
}

.bg-home {
  background-color: #fffdf6;
}

.color-white-light {
  color: var(--color-white-light);
}

.bg-white-light {
  background-color: var(--color-white-light);
}

.bg-warning-40 {
  background-color: var(--color-warning-40);
}

.bg-warning-400 {
  background-color: var(--color-warning-400);
}

/* Background colors */
.bg-white {
  background-color: var(--color-white);
}

.bg-gray-50 {
  background-color: var(--color-gray-50);
}

.bg-gray-100 {
  background-color: var(--color-gray-100);
}

.bg-gray-200 {
  background-color: var(--color-gray-200);
}

.bg-gray-250 {
  background-color: var(--color-gray-250);
}

.bg-gray-300 {
  background-color: var(--color-gray-300);
}

.bg-gray-900 {
  background-color: var(--color-gray-900);
}

.bg-gray-700 {
  background-color: var(--color-gray-700);
}

.bg-gray-800 {
  background-color: var(--color-gray-800);
}

.bg-color-lighter {
  background-color: var(--color-bg-lighter);
}

.bg-primary-100 {
  background-color: var(--color-primary-100);
}

.bg-primary-500 {
  background-color: var(--color-primary-500);
}

.bg-primary-50 {
  background-color: var(--color-primary-50);
}

.bg-warning-100 {
  background-color: var(--color-warning-100);
}

.bg-warning-200 {
  background-color: var(--color-warning-200);
}

.bg-warning-50 {
  background-color: var(--color-warning-50);
}

.bg-warning-500 {
  background-color: var(--color-warning-500);
}

.bg-success-60 {
  background-color: var(--color-success-60);
}

.bg-success-50 {
  background-color: var(--color-success-50);
}

.bg-success-100 {
  background-color: var(--color-success-100);
}

.color-success-500 {
  color: var(--color-success);
}

.bg-success-500 {
  background-color: var(--color-success-500);
}

.bg-error-50 {
  background-color: var(--color-error-50);
}

.bg-error-200 {
  background-color: var(--color-error-200);
}

.bg-purple-light {
  background-color: var(--color-purple-light);
}

.bg-yellow-light {
  background-color: var(--color-yellow-light);
}

.bg-blue-light {
  background-color: var(--color-blue-light);
}

.bg-red-light {
  background-color: var(--color-red-light);
}

.bg-dark, .job-content ul li:after, .menu-trigger span {
  background-color: var(--color-gray-900);
}

.bg-info-200 {
  background-color: var(--color-info-200);
}

.bg-accent-green-10 {
  background-color: var(--Accent-Green_10);
}

.bg-accent-violet-10 {
  background-color: var(--Accent-Violet_10);
}

.bg-accent-blue-10 {
  background-color: var(--Accent-Blue_10);
}

.bg-accent-green {
  background-color: var(--Accent_Green);
}

.bg-accent-green_10 {
  background-color: var(--Accent_Green_10);
}

.bg-accent-water {
  background-color: var(--color-water);
}

.bg-accent-violet {
  background-color: var(--Accent_Violet);
}

.bg-accent-violet_10 {
  background-color: var(--Accent_Violet_10);
}

.bg-accent-blue {
  background-color: var(--Accent_Blue);
}

.bg-accent-blue_10 {
  background-color: var(--Accent_Blue_10);
}

.bg-accent-brown {
  background-color: var(--Accent_Brown);
}

.bg-accent-brown_10 {
  background-color: var(--Accent_Brown_10);
}

.bg-subscribe-input {
  background-color: #252e3a;
}

.bg-pricing-header {
  background-color: rgba(254, 248, 236, 0.6);
}

.bg-new-banner-shape {
  position: relative;
}
.bg-new-banner-shape:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: var(--brand-100, #edefff);
  pointer-events: none;
}

.bg-new-banner-shape-shadow:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 50%;
  width: 100%;
  height: 78px;
  background: var(--brand-100, #edefff);
  -webkit-filter: blur(47px);
          filter: blur(47px);
  z-index: 0;
  pointer-events: none;
}

.pen-drawing-shape {
  content: "";
  top: 123%;
  left: 38%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.free-emoji-shape {
  content: "";
  top: 0;
  right: 17px;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}

.free-emoji-bg {
  -webkit-transform: rotate(3deg);
          transform: rotate(3deg);
}

.overlay-gradient-one {
  position: relative;
}
.overlay-gradient-one:after {
  content: "";
  position: absolute;
  width: 737.493px;
  height: 927.371px;
  -webkit-transform: rotate(96.037deg);
          transform: rotate(96.037deg);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 927.371px;
  background: -webkit-gradient(linear, left top, right top, from(#dcfecc), color-stop(#eaf7a7), to(#fff3ea));
  background: linear-gradient(90deg, #dcfecc, #eaf7a7, #fff3ea);
  background-size: 200% 200%;
  -webkit-filter: blur(100px);
          filter: blur(100px);
  top: 0;
  right: 0;
  z-index: 0;
  background-size: 200% 200%;
}

.overlay-gradient-two {
  position: relative;
}
.overlay-gradient-two:after {
  content: "";
  position: absolute;
  width: 737.493px;
  height: 927.371px;
  -webkit-transform: rotate(96.037deg) translate(-50%, -50%);
          transform: rotate(96.037deg) translate(-50%, -50%);
  border-radius: 927.371px;
  opacity: 0.6;
  background: var(--Linear-02, linear-gradient(180deg, #dcfecc 23%, #eaf7a7 50%, #fff3ea 100%));
  background-size: 200% 200%;
  -webkit-filter: blur(100px);
          filter: blur(100px);
  top: 0;
  left: 0;
  z-index: 0;
}
.overlay-gradient-two:before {
  content: "";
  position: absolute;
  width: 864.696px;
  height: 1222.002px;
  -webkit-transform: rotate(125.895deg) translate(-50%, -50%);
          transform: rotate(125.895deg) translate(-50%, -50%);
  border-radius: 1222.002px;
  opacity: 0.05;
  background: var(--78, linear-gradient(149deg, #d9ea40 15.19%, #1e9197 50.82%, #1a2ab9 84.5%));
  background-size: 200% 200%;
  -webkit-filter: blur(100px);
          filter: blur(100px);
  top: 0;
  left: 0;
  z-index: 0;
}

.overlay-gradient-three {
  position: relative;
}
.overlay-gradient-three:after {
  content: "";
  position: absolute;
  width: 323.045px;
  height: 535.779px;
  -webkit-transform: rotate(-96.037deg);
          transform: rotate(-96.037deg);
  border-radius: 927.371px;
  opacity: 0.6;
  border-radius: 535.779px;
  background: var(--Linear-02, linear-gradient(180deg, #dcfecc 23%, #eaf7a7 50%, #fff3ea 100%));
  background-size: 200% 200%;
  -webkit-filter: blur(100px);
          filter: blur(100px);
  top: 30%;
  right: 0;
  z-index: 0;
}
.overlay-gradient-three:before {
  content: "";
  position: absolute;
  width: 490.28px;
  height: 616.509px;
  -webkit-transform: rotate(-131.864deg);
          transform: rotate(-131.864deg);
  border-radius: 616.509px;
  background: var(--Linear-02, linear-gradient(180deg, #dcfecc 23%, #eaf7a7 50%, #fff3ea 100%));
  background-size: 200% 200%;
  -webkit-filter: blur(100px);
          filter: blur(100px);
  top: 30%;
  left: 0;
  z-index: 0;
}

.overlay-gradient-four {
  position: relative;
}
.overlay-gradient-four:after {
  content: "";
  position: absolute;
  width: 737.493px;
  height: 927.371px;
  -webkit-transform: rotate(96.037deg) translate(-50%, -50%);
          transform: rotate(96.037deg) translate(-50%, -50%);
  border-radius: 927.371px;
  opacity: 0.6;
  background: var(--Linear-02, linear-gradient(180deg, #dcfecc 23%, #eaf7a7 50%, #fff3ea 100%));
  background-size: 200% 200%;
  -webkit-filter: blur(100px);
          filter: blur(100px);
  top: 0;
  left: 0;
  z-index: 0;
}
.overlay-gradient-four:before {
  content: "";
  position: absolute;
  width: 864.696px;
  height: 1222.002px;
  -webkit-transform: rotate(125.895deg) translate(-50%, -50%);
          transform: rotate(125.895deg) translate(-50%, -50%);
  border-radius: 1222.002px;
  opacity: 0.05;
  background: var(--78, linear-gradient(149deg, #d9ea40 15.19%, #1e9197 50.82%, #1a2ab9 84.5%));
  -webkit-filter: blur(100px);
          filter: blur(100px);
  top: 0;
  left: 0;
  z-index: 0;
}

.overlay-gradient-five {
  position: relative;
}
.overlay-gradient-five:after {
  content: "";
  position: absolute;
  width: 737.493px;
  height: 927.371px;
  -webkit-transform: rotate(96.037deg) translate(-50%, -50%);
          transform: rotate(96.037deg) translate(-50%, -50%);
  border-radius: 927.371px;
  opacity: 0.6;
  background: var(--Linear-02, linear-gradient(180deg, #dcfecc 23%, #eaf7a7 50%, #fff3ea 100%));
  background-size: 200% 200%;
  -webkit-filter: blur(100px);
          filter: blur(100px);
  top: 300px;
  left: 0;
  z-index: 0;
}
.overlay-gradient-five:before {
  content: "";
  position: absolute;
  width: 864.696px;
  height: 1222.002px;
  -webkit-transform: rotate(125.895deg) translate(-50%, -50%);
          transform: rotate(125.895deg) translate(-50%, -50%);
  border-radius: 1222.002px;
  opacity: 0.05;
  background: var(--78, linear-gradient(149deg, #d9ea40 15.19%, #1e9197 50.82%, #1a2ab9 84.5%));
  -webkit-filter: blur(100px);
          filter: blur(100px);
  top: 300px;
  left: 0;
  z-index: 0;
}

.overlay-gradient-six {
  position: relative;
}
.overlay-gradient-six:after {
  content: "";
  position: absolute;
  width: 737.493px;
  height: 927.371px;
  -webkit-transform: rotate(96.037deg) translate(-50%, -50%);
          transform: rotate(96.037deg) translate(-50%, -50%);
  border-radius: 927.371px;
  background: var(--Linear-02, linear-gradient(180deg, #dcfecc 23%, #eaf7a7 50%, #fff3ea 100%));
  -webkit-filter: blur(100px);
          filter: blur(100px);
  background-size: 200% 200%;
  top: 26%;
  left: 6%;
  z-index: 0;
}

.overlay-shape-arrow {
  position: absolute;
  left: -25%;
  top: -7%;
}

.overlay-shape-unlimited {
  position: absolute;
  right: 152px;
  top: -199px;
  z-index: 1;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  width: calc(100% - 149px);
  height: 207.845px;
  -webkit-transform: rotate(-53.57deg);
          transform: rotate(-53.57deg);
  pointer-events: none;
}

.title-shape-unlimited {
  position: absolute;
  left: -1px;
  top: -15px;
  z-index: 1;
  pointer-events: none;
  width: 22.49px;
  height: 24.64px;
}

.overlay-shape-exceptional {
  position: absolute;
  right: 22%;
  top: 0;
  z-index: 1;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  height: 207.845px;
  pointer-events: none;
}
@media only screen and (max-width: 1599px) {
  .overlay-shape-exceptional {
    right: 14%;
  }
}

.overlay-shape-limited {
  position: absolute;
  right: 20%;
  top: -10%;
  z-index: 1;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  height: 207.845px;
  pointer-events: none;
}
@media only screen and (max-width: 1599px) {
  .overlay-shape-limited {
    right: 14%;
  }
}

.overlay-shape-feedback {
  position: absolute;
  left: 20%;
  top: 83px;
  z-index: 1;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  width: calc(100% - 149px);
  height: 207.845px;
  pointer-events: none;
}
@media only screen and (max-width: 1599px) {
  .overlay-shape-feedback {
    left: 13%;
  }
}

.unlimited-shape {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 2px 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 4px 4px 0px 0px;
  background: var(--Gray-Gray_900, #141921);
  font-size: 11px;
  letter-spacing: 0.44px;
  font-weight: 900;
  color: var(--color-gray-50);
  text-transform: uppercase;
}

.bg-gradient-lifetime {
  background: var(--Linear-02, linear-gradient(180deg, #dcfecc 23%, #eaf7a7 50%, #fff3ea 100%));
}

.bg-gradient-one {
  position: relative;
  z-index: 1;
}
.bg-gradient-one:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: linear-gradient(135deg, #43cbff 0%, #9708cc 100%);
  opacity: 0.1;
  -webkit-filter: blur(66px);
          filter: blur(66px);
}

.bg-gradient-cta {
  position: relative;
  z-index: 1;
}
.bg-gradient-cta:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: linear-gradient(135deg, #43cbff 0%, #9708cc 100%);
}

.bg-gradient-wp-site {
  position: relative;
  z-index: 1;
}
.bg-gradient-wp-site:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#430ab9));
  background: linear-gradient(180deg, #000 0%, #430ab9 100%);
}

.text-gradient-1 {
  background: -webkit-gradient(linear, left top, right top, from(#bf47d4), color-stop(49.58%, #5e53f9));
  background: linear-gradient(90deg, #bf47d4 0%, #5e53f9 49.58%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Border */
.b-solid {
  border-style: solid !important;
}

.border-width-1 {
  border-width: 1px !important;
}

.border-width-1-5 {
  border-width: 1.5px !important;
}

.border-width-2 {
  border-width: 2px !important;
}

.border-width-20 {
  border-width: 20px !important;
}

.b-regular {
  border-color: var(--color-border-regular);
}

.b-normal {
  border-color: var(--color-border-normal);
}

.b-bottom-solid {
  border-bottom-style: solid !important;
}

.b-bottom {
  border-bottom-width: 1px !important;
}

.b-top-solid {
  border-top-style: solid !important;
}

.b-top-dark-8 {
  position: relative;
}
.b-top-dark-8:after {
  content: "";
  background: var(--color-gray-900);
  width: 100%;
  height: 8px;
  position: absolute;
  top: 0;
  right: 0;
}

.b-top {
  border-top-width: 1px !important;
}

.b-light {
  border-color: var(--color-border-light);
}

.b-lighter {
  border-color: var(--color-border-lighter);
}

.b-gray {
  border-color: var(--color-border-gray);
}

.b-white {
  border-color: var(--color-white);
}

.b-gray-900-light {
  border-color: var(--color-gray-900-light);
}

.b-gray-700 {
  border-color: var(--color-gray-700);
}

.b-gray-400 {
  border-color: var(--color-gray-400);
}

.b-gray-300 {
  border-color: var(--color-gray-300);
}

.b-gray-200 {
  border-color: var(--color-gray-200) !important;
}

.b-gray-50 {
  border-color: var(--color-gray-50);
}

.b-primary-500 {
  border-color: var(--color-primary-500);
}

.b-warning-400 {
  border-color: var(--color-warning-400);
}

.b-warning-200 {
  border-color: var(--color-warning-200);
}

.b-warning-300 {
  border-color: var(--color-warning-300);
}

/* Border radius */
.rounded-2 {
  border-radius: 2px;
}

.rounded-4 {
  border-radius: 4px;
}

.rounded-5 {
  border-radius: 5px;
}

.rounded-6 {
  border-radius: 6px;
}

.rounded-8 {
  border-radius: 8px;
}

.rounded-10 {
  border-radius: 10px;
}

.rounded-12 {
  border-radius: 12px !important;
}

.rounded-13 {
  border-radius: 13px;
}

.rounded-14 {
  border-radius: 14px;
}

.rounded-t-16 {
  border-radius: 16px 16px 0 0;
}

.rounded-16 {
  border-radius: 16px;
}

.rounded-20 {
  border-radius: 20px !important;
}

.rounded-24 {
  border-radius: 24px;
}

.rounded-30 {
  border-radius: 30px;
}

.rounded-32 {
  border-radius: 32px;
}

.rounded-96 {
  border-radius: 96px;
}

.rounded-card {
  border-radius: 20px;
}

.rounded-card-xl {
  border-radius: 24px;
}

.rounded-top-right-none {
  border-top-right-radius: 0 !important;
}

.rounded-top-left-none {
  border-top-left-radius: 0 !important;
}

.rounded-bottom-right-none {
  border-bottom-right-radius: 0 !important;
}

.rounded-bottom-left-none {
  border-bottom-left-radius: 0 !important;
}

/* Box shadow classes */
/* Shadow/LG */
.shadow-lg {
  -webkit-box-shadow: var(--shadow-color-lg) !important;
          box-shadow: var(--shadow-color-lg) !important;
}

.shadow-s {
  -webkit-box-shadow: var(--shadow-color-s) !important;
          box-shadow: var(--shadow-color-s) !important;
}

.shadow-xl {
  -webkit-box-shadow: var(--shadow-color-xl) !important;
          box-shadow: var(--shadow-color-xl) !important;
}

.shadow-2xl {
  -webkit-box-shadow: var(--shadow-color-2xl) !important;
          box-shadow: var(--shadow-color-2xl) !important;
}

.shadow-md {
  -webkit-box-shadow: 0px 4px 8px -2px rgba(16, 24, 40, 0.1), 0px 2px 4px -2px rgba(16, 24, 40, 0.06);
          box-shadow: 0px 4px 8px -2px rgba(16, 24, 40, 0.1), 0px 2px 4px -2px rgba(16, 24, 40, 0.06);
}

.shadow-sm {
  -webkit-box-shadow: var(--shadow-color-sm) !important;
          box-shadow: var(--shadow-color-sm) !important;
}

.shadow-xs {
  -webkit-box-shadow: var(--shadow-color-xs) !important;
          box-shadow: var(--shadow-color-xs) !important;
}

.shadow-author {
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.shadow-benefit {
  -webkit-box-shadow: 0px -6px 6px -2px rgba(16, 24, 40, 0.03);
          box-shadow: 0px -6px 6px -2px rgba(16, 24, 40, 0.03);
}

.h-faq-shadow-none.collapsed:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.h-faq-shadow-none:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.opacity-30 {
  opacity: 0.3;
}

.h-opacity-90:hover {
  opacity: 0.9;
}

.h-opacity-80:hover {
  opacity: 0.8;
}

.h-opacity-70:hover {
  opacity: 0.7;
}

.h-opacity-60:hover {
  opacity: 0.6;
}

.h-opacity-50:hover {
  opacity: 0.5;
}

.h-opacity-40:hover {
  opacity: 0.4;
}

.h-zoom-1:hover {
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
}

.h-zoom-2:hover {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}

.h-zoom-3:hover {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}

.h-zoom-4:hover {
  -webkit-transform: scale(1.04);
          transform: scale(1.04);
}

.transition {
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.gap-8 {
  gap: 8px;
}

.gap-10 {
  gap: 10px;
}

.gap-12 {
  gap: 12px;
}

.gap-20 {
  gap: 20px;
}

.gap-80 {
  gap: 80px;
}

.gap-x-116 {
  -webkit-column-gap: 116px;
     -moz-column-gap: 116px;
          column-gap: 116px;
}

.gap-x-30 {
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}

.gap-x-32 {
  -webkit-column-gap: 32px;
     -moz-column-gap: 32px;
          column-gap: 32px;
}

.gap-x-24 {
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
}

.gap-x-25 {
  -webkit-column-gap: 25px;
     -moz-column-gap: 25px;
          column-gap: 25px;
}

.gap-x-20 {
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}

.gap-x-15 {
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
}

.gap-x-10 {
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}

.gap-y-10 {
  row-gap: 10px;
}

.gap-y-5 {
  row-gap: 5px;
}

.gap-y-6 {
  row-gap: 6px;
}

.gap-y-12 {
  row-gap: 12px;
}

.gap-y-18 {
  row-gap: 18px;
}

.gap-x-7 {
  -webkit-column-gap: 7px;
     -moz-column-gap: 7px;
          column-gap: 7px;
}

.gap-x-8 {
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
}

.gap-y-8 {
  row-gap: 8px;
}

.gap-x-12 {
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
}

.gap-x-4 {
  -webkit-column-gap: 4px;
     -moz-column-gap: 4px;
          column-gap: 4px;
}

.gap-x-5 {
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
}

.gap-y-4 {
  row-gap: 4px;
}

.gap-x-50 {
  -webkit-column-gap: 50px;
     -moz-column-gap: 50px;
          column-gap: 50px;
}

.gap-y-40 {
  row-gap: 40px;
}

.gap-y-24 {
  row-gap: 24px;
}

.gap-y-25 {
  row-gap: 25px;
}

.gap-y-30 {
  row-gap: 30px;
}

.gap-y-15 {
  row-gap: 15px;
}

.gap-y-16 {
  row-gap: 16px;
}

.overflowing {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.font-stroke-primary {
  --color-primary-stroke: var(--color-primary);
}

.font-stroke-2 {
  -webkit-text-stroke: 2px var(--color-primary-stroke);
  text-stroke: 2px var(--color-primary-stroke);
  color: transparent;
}

@media only screen and (max-width: 767px) {
  .max-sm-p-30 {
    padding: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .max-lg-px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media only screen and (max-width: 767px) {
  .max-sm-px-30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}

.object-fit-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.height-50 {
  height: 50px;
}

.h-72 {
  height: 72px;
}

.h-70 {
  height: 70px;
}

.h-66 {
  height: 66px;
}

.h-56 {
  height: 56px;
}

.w-54 {
  width: 54px;
  min-width: 54px;
}

.h-54 {
  height: 54px;
}

.h-52 {
  height: 52px;
}

.h-48 {
  height: 48px;
}

.min-h-44 {
  min-height: 44px;
}

.h-36 {
  height: 36px;
}

.h-32 {
  height: 32px;
}

.h-26 {
  height: 26px;
}

.h-40 {
  height: 40px;
}

.h-45 {
  height: 45px;
}

.h-20 {
  height: 20px;
}

.h-22 {
  height: 22px;
}

.h-24 {
  height: 24px;
}

.h-300 {
  height: 300px;
}
@media only screen and (max-width: 1199px) {
  .h-300 {
    height: 200px;
  }
}

.h-250 {
  height: 250px;
}
@media only screen and (max-width: 1199px) {
  .h-250 {
    height: 200px;
  }
}

.max-h-400 {
  max-height: 400px;
}
@media only screen and (max-width: 991px) {
  .max-h-400-md {
    max-height: 400px;
  }
}
@media only screen and (max-width: 991px) {
  .max-h-400-tab {
    max-height: 400px;
  }
}

.lh-20-32 {
  line-height: 1.6;
}

.lh-1 {
  line-height: 1;
}

.lh-1-1 {
  line-height: 1.1;
}

.lh-1-2 {
  line-height: 1.2;
}

.lh-1-3 {
  line-height: 1.3;
}

.lh-1-4 {
  line-height: 1.4;
}

.lh-1-5 {
  line-height: 1.5;
}

.lh-1-6 {
  line-height: 1.6;
}

.lh-1-7 {
  line-height: 1.7;
}

.lh-1-8 {
  line-height: 1.8;
}

.lh-1-9 {
  line-height: 1.9;
}

.lh-2 {
  line-height: 2;
}

.lh-2-5 {
  line-height: 2.5;
}

.lh-3 {
  line-height: 3;
}

.lh-3-5 {
  line-height: 3.5;
}

.lh-4 {
  line-height: 4;
}

.lh-4-5 {
  line-height: 4.5;
}

.lh-5 {
  line-height: 5;
}

.lh-5-5 {
  line-height: 5.5;
}

.lh-6 {
  line-height: 6;
}

.z-n1 {
  z-index: -1;
}

.z-0 {
  z-index: 0;
}

.z-1 {
  z-index: 1;
}

.z-3 {
  z-index: 3;
}

.flex-1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.flex-50 {
  -webkit-box-flex: 50%;
      -ms-flex: 50%;
          flex: 50%;
}

@media only screen and (min-width: 991.99px) {
  .min-md-w-300 {
    min-width: 300px;
  }
}

.max-w-680 {
  max-width: 680px;
}

.max-w-725 {
  max-width: 725px;
}

.max-w-628 {
  max-width: 628px;
}

.w-120 {
  width: 120px;
}

.w-64 {
  width: 64px;
}
.w-64-min {
  min-width: 64px;
}

.h-64 {
  height: 64px;
}

.thumbnail {
  background-size: cover;
  background-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  background-color: #d1d1d1;
  background-repeat: no-repeat;
}
.thumbnail-1 {
  height: 100%;
}
@media only screen and (min-width: 1599px) {
  .thumbnail-1 {
    height: 544px;
  }
}
.thumbnail-2 {
  height: 100%;
}
@media only screen and (min-width: 1599px) {
  .thumbnail-2 {
    height: 544px;
  }
}
.thumbnail-3 {
  height: 100%;
}
@media only screen and (min-width: 1599px) {
  .thumbnail-3 {
    height: 544px;
  }
}
.thumbnail-4 {
  height: 100%;
}
@media only screen and (min-width: 1599px) {
  .thumbnail-4 {
    height: 654px;
  }
}
.thumbnail-6 {
  height: 100%;
}
@media only screen and (min-width: 1599px) {
  .thumbnail-6 {
    height: 544px;
  }
}

/*-------------------------------------
#. Header
---------------------------------------*/
/* Logo */
.main-header .site-branding {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media only screen and (max-width: 991px) {
  .main-header .site-branding {
    text-align: center;
  }
}
.main-header .site-branding a img {
  width: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  max-width: 130px;
}
.main-header .site-branding .logo svg {
  height: 40px;
}

.site-header {
  position: relative;
  z-index: 10;
  min-height: 82px;
  border: none !important;
}
@media only screen and (max-width: 991px) {
  .site-header {
    min-height: 76px;
  }
}

/* Headroom */
.headroom {
  will-change: transform;
  transition: transform 200ms linear, -webkit-transform 200ms linear;
  background-color: #EDEFFF;
  border-bottom: 1px solid var(--color-gray-200);
}

.headroom--not-top,
.headroom--pinned {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  background: #EDEFFF;
}

.headroom--not-top.headroom--pinned {
  -webkit-box-shadow: 0px 2px 4px 0px rgba(16, 24, 40, 0.04);
          box-shadow: 0px 2px 4px 0px rgba(16, 24, 40, 0.04);
}

.has-discount-banner.trheader .headroom--top {
  position: relative;
}
.has-discount-banner.trheader .headroom--top.headroom--pinned {
  position: relative;
}

.headroom--unpinned {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

.headroom--pinned {
  visibility: visible;
}

/* Main Navigation */
.main-header {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 16px 0;
}
.main-header ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.main-header .main-navigation {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-right: 24px;
  padding-right: 12px;
  position: relative;
}
.main-header .main-navigation:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 39px;
  top: 50%;
  right: 0;
  background-color: #D2D6DB;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media only screen and (max-width: 991px) {
  .main-header .main-navigation {
    display: none;
  }
}
.main-header .main-navigation ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
@media all and (max-width: 767.98px) {
  .main-header .main-navigation ul {
    text-align: center;
  }
}
.main-header .main-navigation ul > li {
  display: inline-block;
  position: relative;
}
.main-header .main-navigation ul > li:hover > a, .main-header .main-navigation ul > li.current-menu-item > a, .main-header .main-navigation ul > li.current_page_parent.menu-item-30721 > a {
  color: #5E53F9;
  text-shadow: 0.5px 0 0 currentColor;
}
.main-header .main-navigation ul > li > a {
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  text-decoration: none;
  font-weight: 400;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  padding: 10px 16px;
  color: #191E24;
}
@media only screen and (max-width: 1199px) {
  .main-header .main-navigation ul > li > a {
    padding: 10px 6px;
  }
}
.main-header .main-navigation ul > li.menu-item-has-children > a:after, .main-header .main-navigation ul > li.has-dir-mega-menu > a:after {
  position: absolute;
  top: 11px;
  right: -4px;
  margin-left: 3px;
  font-size: 18px;
  content: "\eb3a";
  font-family: unicons;
}
.main-header .main-navigation ul.menu-primary-menu > li.menu-item-has-children:after {
  color: #111;
  content: "\eb3a";
  font-family: unicons;
  font-size: 13px;
  position: absolute;
  right: 2px;
  bottom: 25px;
  line-height: 1;
}
@media (max-width: 991.98px) {
  .main-header .main-navigation ul.menu-primary-menu > li.menu-item-has-children:after {
    bottom: 19px;
  }
}
.main-header .main-navigation ul.menu > li > a:after {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  content: "";
  height: 2px;
  width: 63%;
  width: calc(100% - 40px);
  left: 20px;
  bottom: 0;
  background-color: var(--color-primary);
  z-index: 10;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
.main-header .main-navigation ul.menu > li > a:hover {
  -webkit-animation: toBottomFromTop10 0.3s forwards;
          animation: toBottomFromTop10 0.3s forwards;
}
.main-header .main-navigation ul.menu > li:hover > a:after, .main-header .main-navigation ul.menu > li.current-menu-item > a:after, .main-header .main-navigation ul.menu > li.current_page_parent.menu-item-30721 > a:after, .main-header .main-navigation ul.menu > li.current > a:after {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.main-header .main-navigation ul.menu > li:first-child > a {
  padding-left: 0;
}

li#menu-item-30721 > a {
  color: var(--color-gray-700);
}

body.home.blog.trheader li#menu-item-30721 > a {
  color: var(--color-primary);
}

/* Submenu */
.main-header .main-navigation ul > li > ul ul {
  border: none;
}
.main-header .main-navigation ul li ul {
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  position: absolute;
  top: 100%;
  background-color: #fff;
  border: 0 none;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-transform-origin: 0 0 0;
          transform-origin: 0 0 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: 99 !important;
  width: 240px;
  text-align: left;
  -webkit-box-shadow: 0 5px 20px rgba(146, 155, 177, 0.2);
          box-shadow: 0 5px 20px rgba(146, 155, 177, 0.2);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.main-header .main-navigation ul li ul.sub-menu li.menu-item-has-children:after {
  color: #111;
  content: "\f105";
  font-family: FontAwesome;
  font-size: 16px;
  position: absolute;
  right: 25px;
  top: 9px;
}
.main-header .main-navigation ul li ul.sub-menu li.menu-item-has-children:hover:after {
  color: #fff;
}
.main-header .main-navigation ul li ul li {
  display: block;
  padding: 0 10px;
  width: 100%;
}
.main-header .main-navigation ul li ul li:last-child {
  border-bottom: none;
}
.main-header .main-navigation ul li ul li a {
  display: block;
  border-radius: 4px;
  padding: 6px 10px !important;
  color: var(--color-gray-700);
}
.main-header .main-navigation ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

/* 3rd Level Menu */
.main-header .main-navigation ul li ul li ul {
  left: 100%;
  top: 0;
  width: 240px;
}
.main-header .main-navigation ul > li > ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}

.header-btn-group {
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
@media only screen and (max-width: 767px) {
  .header-btn-group {
    display: none;
  }
}
@media only screen and (max-width: 379px) {
  .header-btn-group a + a {
    display: none;
  }
}
.header-btn-group .btn {
  font-size: 14px;
  padding: 0 0.958rem;
}
@media only screen and (max-width: 479px) {
  .header-btn-group .btn {
    padding: 0 0.6rem;
  }
}
.header-btn-group .btn-link {
  font-size: 15px;
  font-weight: 400;
  color: #5c637e !important;
}
.header-btn-group .btn-link:hover {
  letter-spacing: normal;
  color: var(--color-primary);
}
.header-btn-group .btn-link:after {
  display: none;
}
.header-btn-group .btn-search {
  margin-right: 10px;
}
.header-btn-group .btn-search i {
  color: var(--color-gray-800);
}

/*  Mega Menu */
.main-header .main-navigation ul li.has-dir-mega-menu {
  position: static;
}
.main-header .main-navigation ul li.has-dir-mega-menu > a {
  margin-right: 22px !important;
  padding-right: 20px;
}
.main-header .main-navigation ul li.has-dir-mega-menu:hover .dir-mega-menu {
  height: auto;
  opacity: 1;
  visibility: visible;
  top: 48px;
  z-index: 10;
}
.main-header .main-navigation .dir-mega-menu {
  position: absolute;
  width: 100%;
  right: 0;
  top: 48px;
  padding: 26px 0 40px;
  -webkit-box-shadow: 0 30px 50px rgba(146, 155, 177, 0.2);
          box-shadow: 0 30px 50px rgba(146, 155, 177, 0.2);
  border-top: 1px solid #ebeef5;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  background-color: var(--color-white);
}
.main-header .main-navigation .dir-mega-menu__item ul {
  position: relative;
  left: auto;
  top: auto;
  -webkit-box-shadow: 0 0;
          box-shadow: 0 0;
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
          transform: scale(1);
  width: 100%;
  padding: 0;
}
.main-header .main-navigation .dir-mega-menu__list li {
  padding: 0;
}
.main-header .main-navigation .dir-mega-menu__list li:hover a {
  background-color: var(--color-white);
}
.main-header .main-navigation .dir-mega-menu__title {
  display: inline-block;
  width: 100%;
  font-size: 13px;
  text-transform: uppercase;
  border-bottom: 1px solid #ebeef5;
  padding-bottom: 16px;
  margin-bottom: 10px;
  color: var(--color-gray-600);
}
.main-header .main-navigation .dir-mega-menu.dir-mega-menu-technology .dir-mega-menu__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: unset;
  margin: -5px;
}
.main-header .main-navigation .dir-mega-menu.dir-mega-menu-technology .dir-mega-menu__title {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  border: none;
  font-size: 12px;
  font-weight: 500;
  color: var(--color-gray-900) !important;
  margin: 5px;
  padding: 0;
}
.main-header .main-navigation .dir-mega-menu.dir-mega-menu-technology .dir-mega-menu__list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.main-header .main-navigation .dir-mega-menu.dir-mega-menu-technology .dir-mega-menu__list a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 5px 5px 10px;
  padding: 9px 15px !important;
  border-radius: 10px;
  min-width: 170px;
  background-color: #F8F8F8;
}
.main-header .main-navigation .dir-mega-menu.dir-mega-menu-technology .dir-mega-menu__list a .mega-list-icon svg {
  width: 20px;
  height: 30px;
}
.main-header .main-navigation .dir-mega-menu.dir-mega-menu-technology .dir-mega-menu__list a .mega-list-title {
  font-size: 15px;
  line-height: 1;
  font-weight: 400;
  color: var(--color-gray-900);
}
.main-header .main-navigation .dir-mega-menu.dir-mega-menu-technology .col-lg-2 {
  padding-left: 40px;
}

/* Megamenu List */
.dir-mega-menu__list .mega-list-single {
  position: relative;
  margin-left: -15px;
  z-index: 2;
}
.dir-mega-menu__list .mega-list-single:hover:after {
  opacity: 0.05;
  visibility: visible;
}
.dir-mega-menu__list .mega-list-single:hover.danger h6 {
  color: var(--color-warning);
}
.dir-mega-menu__list .mega-list-single:hover.warning h6 {
  color: var(--color-warning);
}
.dir-mega-menu__list .mega-list-single:hover.primary h6 {
  color: var(--color-primary);
}
.dir-mega-menu__list .mega-list-single:hover.info h6 {
  color: var(--color-info);
}
.dir-mega-menu__list .mega-list-single:hover h6 {
  color: var(--color-primary);
}
.dir-mega-menu__list .mega-list-single:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 6px;
  content: "";
  opacity: 0;
  visibility: hidden;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  z-index: -1;
}
.dir-mega-menu__list .mega-list-single.danger:after {
  background-color: var(--color-danger);
}
.dir-mega-menu__list .mega-list-single.warning:after {
  background-color: var(--color-warning);
}
.dir-mega-menu__list .mega-list-single.primary:after {
  background-color: var(--color-primary);
}
.dir-mega-menu__list .mega-list-single.info:after {
  background-color: var(--color-info);
}
.dir-mega-menu__list .mega-list-single .mega-list-content h6,
.dir-mega-menu__list .mega-list-single .mega-list-content .h6 {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  margin-bottom: 0;
}
.dir-mega-menu__list .mega-list-single .mega-list-content h6:hover a,
.dir-mega-menu__list .mega-list-single .mega-list-content .h6:hover a {
  color: var(--color-primary);
}
.dir-mega-menu__list .mega-list-single .mega-list-content p {
  color: var(--Gray-500, #747C89);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 0;
}

/* Megamenu Features */
.dir-mega-menu .mega-item-feature-list {
  margin: 20px -30px 0 -30px;
}
.dir-mega-menu .mega-item-feature-list__single {
  padding: 0 30px;
  width: 33.33%;
}
.dir-mega-menu .mega-item-feature-list__single:hover h6 {
  color: var(--color-primary);
}
.dir-mega-menu .mega-item-feature-list__image {
  margin-bottom: 18px;
}
@media only screen and (max-width: 991px) {
  .dir-mega-menu .mega-item-feature-list__image {
    display: none;
  }
}
.dir-mega-menu .mega-item-feature-list__content h1,
.dir-mega-menu .mega-item-feature-list__content h2,
.dir-mega-menu .mega-item-feature-list__content h3,
.dir-mega-menu .mega-item-feature-list__content h4,
.dir-mega-menu .mega-item-feature-list__content h5,
.dir-mega-menu .mega-item-feature-list__content h6 {
  font-size: 16px;
  margin-bottom: 10px;
}
.dir-mega-menu .mega-item-feature-list__content p {
  font-size: 14px;
  margin-bottom: 0;
  color: var(--color-gray-600);
}

/* Megamenu Ext Link */
.mega-external-link {
  padding: 18px 20px !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  max-width: 270px;
  border-radius: 6px;
}
.mega-external-link .quote-icon {
  display: inline-block;
  margin-right: 10px;
  line-height: 1;
}
.mega-external-link .quote-icon svg,
.mega-external-link .quote-icon img {
  width: 20px;
  fill: var(--color-primary);
  color: var(--color-primary);
}
.mega-external-link .external-link-content h1,
.mega-external-link .external-link-content h2,
.mega-external-link .external-link-content h3,
.mega-external-link .external-link-content h4,
.mega-external-link .external-link-content h5,
.mega-external-link .external-link-content h6 {
  font-size: 16px;
  margin-bottom: 8px;
}
.mega-external-link .external-link-content p {
  font-size: 14px;
  margin-bottom: 0;
  color: var(--color-gray-600);
}

.dir-mega-menu a.btn-demo {
  width: 100%;
  max-width: 270px;
  margin-top: 25px;
}
@media only screen and (max-width: 991px) {
  .dir-mega-menu a.btn-demo {
    margin: 0 0 15px 0;
  }
}

/* Transparent Header */
.trheader .site-header {
  position: fixed !important;
  z-index: 50;
  top: 0;
  left: 0;
  width: 100%;
  margin-top: 0 !important;
  background-color: #EDEFFF;
}
.trheader .site-header .main-header {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.trheader.admin-bar .site-header {
  top: 32px;
}
@media only screen and (min-width: 0px) and (max-width: 783px) {
  .trheader.admin-bar .site-header {
    top: 45px;
  }
}
.trheader.admin-bar .site-header.headroom--not-top {
  top: 32px !important;
}
@media only screen and (min-width: 600px) and (max-width: 782px) {
  .trheader.admin-bar .site-header.headroom--not-top {
    top: 44px !important;
  }
}
@media only screen and (min-width: 0) and (max-width: 599px) {
  .trheader.admin-bar .site-header.headroom--not-top {
    top: 0 !important;
  }
}
.trheader.admin-bar .site-header.headroom--unpinned {
  top: 0 !important;
}
.trheader.admin-bar .site-header {
  top: 32px;
}
@media only screen and (min-width: 0px) and (max-width: 783px) {
  .trheader.admin-bar .site-header {
    top: 45px;
  }
}
.trheader.admin-bar .site-header.headroom--not-top {
  top: 32px !important;
}
@media only screen and (min-width: 600px) and (max-width: 782px) {
  .trheader.admin-bar .site-header.headroom--not-top {
    top: 44px !important;
  }
}
@media only screen and (min-width: 0) and (max-width: 599px) {
  .trheader.admin-bar .site-header.headroom--not-top {
    top: 0 !important;
  }
}
.trheader.admin-bar .site-header.headroom--unpinned {
  top: 0 !important;
}
.trheader .testimonial-intro-box,
.trheader .career-intro > .container,
.trheader .about-intro .about-intro__text,
.trheader .dm_dashboard__banner .dm_dashboard__banner--content,
.trheader .dm_dashboard__products-banner .dm_dashboard__products--banner-content {
  padding-top: 75px;
}
@media only screen and (max-width: 991px) {
  .trheader .testimonial-intro-box,
  .trheader .career-intro > .container,
  .trheader .about-intro .about-intro__text,
  .trheader .dm_dashboard__banner .dm_dashboard__banner--content,
  .trheader .dm_dashboard__products-banner .dm_dashboard__products--banner-content {
    padding-top: 70px;
  }
}
.trheader .site-search {
  padding-top: 135px;
}
@media only screen and (max-width: 991px) {
  .trheader .site-search {
    padding-top: 130px;
  }
}

.has-discount-banner.trheader .site-header {
  position: relative;
  top: 64px;
}
@media only screen and (max-width: 1199px) {
  .has-discount-banner.trheader .site-header {
    top: 64px;
  }
}
@media only screen and (max-width: 991px) {
  .has-discount-banner.trheader .site-header {
    top: 64px;
  }
}
@media only screen and (max-width: 767px) {
  .has-discount-banner.trheader .site-header {
    top: 52px;
  }
}
@media only screen and (max-width: 575px) {
  .has-discount-banner.trheader .site-header {
    top: 128px;
  }
}
@media only screen and (max-width: 480px) {
  .has-discount-banner.trheader .site-header {
    top: 128px;
  }
}
@media only screen and (max-width: 380px) {
  .has-discount-banner.trheader .site-header {
    top: 128px;
  }
}
.has-discount-banner.trheader .site-header.has-scroll:not(.headroom--unpinned, .headroom--pinned) {
  top: 0 !important;
}
.has-discount-banner .site-header.headroom--not-top {
  margin-top: 0;
}
.has-discount-banner.admin-bar .site-header {
  margin-top: 0;
}
@media only screen and (max-width: 1199px) {
  .has-discount-banner.admin-bar .site-header.headroom--top {
    margin-top: 0px;
  }
}
.has-discount-banner.admin-bar .sovWare__discount-banner {
  display: none;
}
.has-discount-banner.admin-bar.trheader .site-header.headroom--pinned {
  top: 32px;
}
@media only screen and (max-width: 767px) {
  .has-discount-banner.admin-bar.trheader .site-header.headroom--pinned.headroom--top {
    top: 46px;
  }
}
.has-discount-banner.admin-bar.trheader .site-header.headroom--top {
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  .has-discount-banner.admin-bar.trheader .site-header.headroom--top {
    margin-top: 0;
  }
}
.has-discount-banner.trheader .site-header.headroom--pinned {
  margin-top: 0;
  top: 64px;
}
@media only screen and (max-width: 1199px) {
  .has-discount-banner.trheader .site-header.headroom--pinned {
    top: 64px;
    margin-top: 0;
    -webkit-box-shadow: 0 8px 20px rgba(146, 155, 177, 0.1);
            box-shadow: 0 8px 20px rgba(146, 155, 177, 0.1);
    background-color: #fff !important;
  }
  .has-discount-banner.trheader .site-header.headroom--pinned.headroom--top {
    -webkit-box-shadow: 0 0;
            box-shadow: 0 0;
  }
}
@media only screen and (max-width: 991px) {
  .has-discount-banner.trheader .site-header.headroom--pinned {
    top: 64px;
  }
}
@media only screen and (max-width: 767px) {
  .has-discount-banner.trheader .site-header.headroom--pinned {
    margin-top: 0;
  }
}
@media only screen and (max-width: 575px) {
  .has-discount-banner.trheader .site-header.headroom--pinned {
    margin-top: 0;
    top: 100px;
    background-color: #fff !important;
  }
}
@media only screen and (max-width: 379px) {
  .has-discount-banner.trheader .site-header.headroom--pinned {
    margin-top: 0;
  }
}
@media only screen and (max-width: 379px) {
  .has-discount-banner.trheader .site-header.headroom--pinned {
    top: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .has-discount-banner.trheader .site-header.headroom--pinned.headroom--top {
    top: 64px;
  }
}
@media only screen and (max-width: 767px) {
  .has-discount-banner.trheader .site-header.headroom--pinned.headroom--top {
    top: 52px;
  }
}
@media only screen and (max-width: 575px) {
  .has-discount-banner.trheader .site-header.headroom--pinned.headroom--top {
    -webkit-box-shadow: 0 0;
            box-shadow: 0 0;
    top: 128px;
  }
}
@media only screen and (max-width: 479px) {
  .has-discount-banner.trheader .site-header.headroom--pinned.headroom--top {
    top: 128px;
  }
}
.has-discount-banner.trheader .site-header.headroom--unpinned {
  top: 0;
}
.has-discount-banner.trheader.admin-bar .site-header {
  top: 32px;
}
@media only screen and (max-width: 1199px) {
  .has-discount-banner.trheader.admin-bar .site-header {
    top: 32px;
  }
}
@media only screen and (max-width: 991px) {
  .has-discount-banner.trheader.admin-bar .site-header {
    top: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .has-discount-banner.trheader.admin-bar .site-header {
    top: 45px;
  }
}
.has-discount-banner.trheader .site-header.headroom--not-top.headroom--uppinned {
  top: 94px !important;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.has-discount-banner.trheader .site-header.headroom--not-top.headroom--pinned {
  top: 0 !important;
}
.has-discount-banner.admin-bar .site-header.headroom--not-top.headroom--pinned {
  top: 32px !important;
}
@media only screen and (max-width: 1199px) {
  .has-discount-banner.admin-bar .site-header.headroom--not-top.headroom--pinned {
    top: 32px !important;
  }
}
@media only screen and (max-width: 991px) {
  .has-discount-banner.admin-bar .site-header.headroom--not-top.headroom--pinned {
    top: 32px !important;
  }
}
@media only screen and (max-width: 767px) {
  .has-discount-banner.admin-bar .site-header.headroom--not-top.headroom--pinned {
    top: 46px !important;
  }
}
@media only screen and (max-width: 575px) {
  .has-discount-banner.admin-bar .site-header.headroom--not-top.headroom--pinned {
    top: 0 !important;
  }
}
@media only screen and (max-width: 379px) {
  .has-discount-banner.admin-bar .site-header.headroom--not-top.headroom--pinned {
    top: 0 !important;
  }
}
@media only screen and (min-width: 0px) and (max-width: 320px) {
  .has-discount-banner.admin-bar .site-header.headroom--not-top.headroom--pinned {
    top: 0 !important;
  }
}
.has-discount-banner .testimonial-intro-box {
  margin: 139px 50px 0;
}
.has-discount-banner .sovWare__discount-banner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* Page with Adminbar */
.admin-bar .main-header .main-navigation ul li.has-dir-mega-menu:hover .dir-mega-menu {
  top: 76px;
}
.admin-bar .main-header .main-navigation .dir-mega-menu {
  top: 116px;
}
.admin-bar.trheader .main-header .main-navigation ul li.has-dir-mega-menu:hover .dir-mega-menu {
  top: 48px;
}
.admin-bar.trheader .main-header .main-navigation .dir-mega-menu {
  top: 48px;
}
.admin-bar .offcanvas-menu .offcanvas-cancel {
  top: 40px;
}
.admin-bar .offcanvas-menu .menu-primary-container,
.admin-bar .offcanvas-menu .menu-primary-menu-container,
.admin-bar .offcanvas-menu .menu-app-container {
  padding-top: 100px;
}

.has-discount-banner.trheader .site-header {
  margin-top: 64px;
}
@media only screen and (max-width: 1199px) {
  .has-discount-banner.trheader .site-header.headroom--top {
    margin-top: 146px;
  }
}
@media only screen and (max-width: 991px) {
  .has-discount-banner.trheader .site-header.headroom--top {
    margin-top: 116px;
  }
}
@media only screen and (max-width: 767px) {
  .has-discount-banner.trheader .site-header.headroom--top {
    margin-top: 64px;
  }
}
@media only screen and (max-width: 479px) {
  .has-discount-banner.trheader .site-header.headroom--top {
    margin-top: 94px;
  }
}
@media only screen and (max-width: 379px) {
  .has-discount-banner.trheader .site-header.headroom--top {
    margin-top: 95px;
  }
}
.has-discount-banner .site-header.headroom--not-top {
  margin-top: 0;
}
.has-discount-banner.admin-bar .site-header {
  margin-top: 0;
}
@media only screen and (max-width: 1199px) {
  .has-discount-banner.admin-bar .site-header.headroom--top {
    margin-top: 0px;
  }
}
.has-discount-banner.admin-bar .sovWare__discount-banner {
  display: none;
}
.has-discount-banner.admin-bar.trheader .site-header.headroom--pinned {
  top: 32px;
}
@media only screen and (max-width: 767px) {
  .has-discount-banner.admin-bar.trheader .site-header.headroom--pinned.headroom--top {
    top: 46px;
  }
}
.has-discount-banner.admin-bar.trheader .site-header.headroom--top {
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  .has-discount-banner.admin-bar.trheader .site-header.headroom--top {
    margin-top: 0;
  }
}
.has-discount-banner.trheader .site-header.headroom--pinned {
  margin-top: 0;
  top: 64px;
}
@media only screen and (max-width: 1199px) {
  .has-discount-banner.trheader .site-header.headroom--pinned {
    top: 64px;
    margin-top: 0;
    -webkit-box-shadow: 0 8px 20px rgba(146, 155, 177, 0.1);
            box-shadow: 0 8px 20px rgba(146, 155, 177, 0.1);
    background-color: #EDEFFF !important;
  }
  .has-discount-banner.trheader .site-header.headroom--pinned.headroom--top {
    -webkit-box-shadow: 0 0;
            box-shadow: 0 0;
  }
}
@media only screen and (max-width: 991px) {
  .has-discount-banner.trheader .site-header.headroom--pinned {
    margin-top: 0;
    top: 142px;
  }
}
@media only screen and (max-width: 767px) {
  .has-discount-banner.trheader .site-header.headroom--pinned {
    margin-top: 0;
  }
}
@media only screen and (max-width: 575px) {
  .has-discount-banner.trheader .site-header.headroom--pinned {
    margin-top: 0;
    top: 48px;
  }
}
@media only screen and (max-width: 379px) {
  .has-discount-banner.trheader .site-header.headroom--pinned {
    margin-top: 0;
  }
}
@media only screen and (max-width: 379px) {
  .has-discount-banner.trheader .site-header.headroom--pinned {
    top: 130px;
  }
}
@media only screen and (max-width: 575px) {
  .has-discount-banner.trheader .site-header.headroom--pinned.headroom--top {
    top: 128px;
    -webkit-box-shadow: 0 0;
            box-shadow: 0 0;
  }
}
@media only screen and (max-width: 479px) {
  .has-discount-banner.trheader .site-header.headroom--pinned.headroom--top {
    top: 128px;
  }
}
@media only screen and (max-width: 379px) {
  .has-discount-banner.trheader .site-header.headroom--pinned.headroom--top {
    top: 128px;
  }
}
.has-discount-banner.trheader .site-header.headroom--unpinned {
  top: 0;
}
.has-discount-banner.trheader.admin-bar .site-header {
  top: 32px;
}
@media only screen and (max-width: 1199px) {
  .has-discount-banner.trheader.admin-bar .site-header {
    top: 32px;
  }
}
@media only screen and (max-width: 991px) {
  .has-discount-banner.trheader.admin-bar .site-header {
    top: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .has-discount-banner.trheader.admin-bar .site-header {
    top: 45px;
  }
}
.has-discount-banner.trheader .site-header.headroom--not-top.headroom--uppinned {
  top: 94px !important;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.has-discount-banner.trheader .site-header.headroom--not-top.headroom--pinned {
  top: 0 !important;
}
.has-discount-banner.admin-bar .site-header.headroom--not-top.headroom--pinned {
  top: 32px !important;
}
@media only screen and (max-width: 1199px) {
  .has-discount-banner.admin-bar .site-header.headroom--not-top.headroom--pinned {
    top: 32px !important;
  }
}
@media only screen and (max-width: 991px) {
  .has-discount-banner.admin-bar .site-header.headroom--not-top.headroom--pinned {
    top: 32px !important;
  }
}
@media only screen and (max-width: 767px) {
  .has-discount-banner.admin-bar .site-header.headroom--not-top.headroom--pinned {
    top: 46px !important;
  }
}
@media only screen and (max-width: 575px) {
  .has-discount-banner.admin-bar .site-header.headroom--not-top.headroom--pinned {
    top: 0 !important;
  }
}
@media only screen and (max-width: 379px) {
  .has-discount-banner.admin-bar .site-header.headroom--not-top.headroom--pinned {
    top: 0 !important;
  }
}
@media only screen and (min-width: 0px) and (max-width: 320px) {
  .has-discount-banner.admin-bar .site-header.headroom--not-top.headroom--pinned {
    top: 0 !important;
  }
}
.has-discount-banner .testimonial-intro-box {
  margin: 139px 50px 0;
}

/* Header Author */
.author-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.author-info {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.author-info:hover .user-dropdown {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}
@media only screen and (max-width: 767px) {
  .author-info:hover .user-dropdown {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}
.author-info .author-avatar {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 0 20px 0 0px;
  white-space: nowrap;
}
.author-info .author-avatar:after {
  position: absolute;
  font-size: 18px;
  line-height: 0.6;
  right: -4px;
  top: 50%;
  font-family: unicons;
  font-weight: 400;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "\eb3a";
  color: var(--color-gray-700);
}
.author-info .author-avatar img {
  max-width: 36px;
}
.author-info .author-name {
  font-size: 15px;
  margin-left: 8px;
  color: var(--color-gray-900);
}
@media only screen and (max-width: 479px) {
  .author-info .author-name {
    display: none;
  }
}
.author-info .user-dropdown {
  width: 200px;
  padding: 10px;
  border-radius: 4px;
  position: absolute;
  right: 0;
  top: 70px;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: 0 0 0;
          transform-origin: 0 0 0;
  -webkit-box-shadow: 0 5px 20px rgba(146, 155, 177, 0.2);
          box-shadow: 0 5px 20px rgba(146, 155, 177, 0.2);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  z-index: 10;
  background-color: var(--color-white);
}
@media only screen and (max-width: 991px) {
  .author-info .user-dropdown {
    top: 54px;
  }
}
@media only screen and (max-width: 767px) {
  .author-info .user-dropdown {
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
}
@media only screen and (max-width: 767px) {
  .author-info .user-dropdown.show {
    opacity: 1 !important;
    visibility: visible !important;
    -webkit-transform: scaleY(1) !important;
            transform: scaleY(1) !important;
  }
}
.author-info .user-dropdown li a {
  display: block;
  width: 100%;
  border-radius: 5px;
  padding: 6px 12px;
  font-size: 15px;
  color: var(--color-gray-700);
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.author-info .user-dropdown li a:hover {
  color: var(--color-primary);
  background-color: rgba(var(--color-primary-rgb), 0.1);
}
.author-info .user-dropdown li:last-child {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #ebeef5;
}
.author-info .user-dropdown li:last-child span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 0 10px;
}
.author-info .user-dropdown li:last-child i,
.author-info .user-dropdown li:last-child svg {
  margin-right: 4px;
  color: var(--color-gray-600);
}
.author-info .user-dropdown li:last-child:hover a {
  color: var(--color-primary);
}
.author-info .user-dropdown li:last-child:hover i,
.author-info .user-dropdown li:last-child:hover svg {
  color: var(--color-primary);
}
.author-info .user-dropdown li:last-child a {
  display: inline;
  padding: 0;
  background-color: var(--color-white);
}

.menu-trigger {
  display: block;
  cursor: pointer;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.menu-trigger span {
  width: 25px;
  height: 2px;
  display: block;
}
.menu-trigger span:not(:last-child) {
  margin-bottom: 6px;
}
@media only screen and (max-width: 379px) {
  .menu-trigger span {
    width: 22px;
  }
}
.menu-trigger:hover span:nth-child(2) {
  width: 25px;
}

.offcanvas-menu {
  position: fixed;
  z-index: 999 !important;
  background-color: #fff;
  -webkit-box-shadow: 0 21px 81px rgba(0, 0, 0, 0.1);
          box-shadow: 0 21px 81px rgba(0, 0, 0, 0.1);
  z-index: -1;
  height: 100%;
  width: 360px;
  top: 0;
  left: 0%;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  opacity: 0;
  overflow: auto;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media only screen and (max-width: 379px) {
  .offcanvas-menu {
    width: 320px;
  }
}
.offcanvas-menu.show {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  width: 300px;
  z-index: 999;
}
.offcanvas-menu .offcanvas-cancel {
  position: absolute;
  right: 10px;
  cursor: pointer;
  z-index: 999;
  padding: 6px;
}
.offcanvas-menu .offcanvas-cancel i {
  font-size: 24px;
}
.offcanvas-menu .offcanvas-cancel:hover i {
  color: var(--color-primary);
}
.offcanvas-menu .offcanvas-menu-action {
  position: relative;
  bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-top: 50px;
  display: none;
}
@media only screen and (max-width: 767px) {
  .offcanvas-menu .offcanvas-menu-action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
  }
}
.offcanvas-menu .offcanvas-menu-action a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  white-space: nowrap;
}

.offcanvas-menu-inner {
  position: relative;
  min-height: 540px;
}
.offcanvas-menu-inner .menu-primary-container,
.offcanvas-menu-inner .menu-primary-menu-container,
.offcanvas-menu-inner .menu-app-container {
  padding-top: 80px;
}
.offcanvas-menu-inner .menu-primary-container ul.primary,
.offcanvas-menu-inner .menu-primary-container ul.app,
.offcanvas-menu-inner .menu-primary-menu-container ul.primary,
.offcanvas-menu-inner .menu-primary-menu-container ul.app,
.offcanvas-menu-inner .menu-app-container ul.primary,
.offcanvas-menu-inner .menu-app-container ul.app {
  padding: 0;
  margin: 0;
  list-style: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: start !important;
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}
.offcanvas-menu-inner .menu-primary-container ul.primary li,
.offcanvas-menu-inner .menu-primary-container ul.app li,
.offcanvas-menu-inner .menu-primary-menu-container ul.primary li,
.offcanvas-menu-inner .menu-primary-menu-container ul.app li,
.offcanvas-menu-inner .menu-app-container ul.primary li,
.offcanvas-menu-inner .menu-app-container ul.app li {
  display: block;
  margin-bottom: 0;
  padding: 0px;
  border-bottom: 1px solid #f1f2f6;
  position: relative;
  width: 100%;
}
.offcanvas-menu-inner .menu-primary-container ul.primary li:last-child,
.offcanvas-menu-inner .menu-primary-container ul.app li:last-child,
.offcanvas-menu-inner .menu-primary-menu-container ul.primary li:last-child,
.offcanvas-menu-inner .menu-primary-menu-container ul.app li:last-child,
.offcanvas-menu-inner .menu-app-container ul.primary li:last-child,
.offcanvas-menu-inner .menu-app-container ul.app li:last-child {
  border-bottom: 0 none;
}
.offcanvas-menu-inner .menu-primary-container ul.primary li.menu-item-has-children > a, .offcanvas-menu-inner .menu-primary-container ul.primary li.has-dir-mega-menu > a,
.offcanvas-menu-inner .menu-primary-container ul.app li.menu-item-has-children > a,
.offcanvas-menu-inner .menu-primary-container ul.app li.has-dir-mega-menu > a,
.offcanvas-menu-inner .menu-primary-menu-container ul.primary li.menu-item-has-children > a,
.offcanvas-menu-inner .menu-primary-menu-container ul.primary li.has-dir-mega-menu > a,
.offcanvas-menu-inner .menu-primary-menu-container ul.app li.menu-item-has-children > a,
.offcanvas-menu-inner .menu-primary-menu-container ul.app li.has-dir-mega-menu > a,
.offcanvas-menu-inner .menu-app-container ul.primary li.menu-item-has-children > a,
.offcanvas-menu-inner .menu-app-container ul.primary li.has-dir-mega-menu > a,
.offcanvas-menu-inner .menu-app-container ul.app li.menu-item-has-children > a,
.offcanvas-menu-inner .menu-app-container ul.app li.has-dir-mega-menu > a {
  position: relative;
}
.offcanvas-menu-inner .menu-primary-container ul.primary li.menu-item-has-children > a:after, .offcanvas-menu-inner .menu-primary-container ul.primary li.has-dir-mega-menu > a:after,
.offcanvas-menu-inner .menu-primary-container ul.app li.menu-item-has-children > a:after,
.offcanvas-menu-inner .menu-primary-container ul.app li.has-dir-mega-menu > a:after,
.offcanvas-menu-inner .menu-primary-menu-container ul.primary li.menu-item-has-children > a:after,
.offcanvas-menu-inner .menu-primary-menu-container ul.primary li.has-dir-mega-menu > a:after,
.offcanvas-menu-inner .menu-primary-menu-container ul.app li.menu-item-has-children > a:after,
.offcanvas-menu-inner .menu-primary-menu-container ul.app li.has-dir-mega-menu > a:after,
.offcanvas-menu-inner .menu-app-container ul.primary li.menu-item-has-children > a:after,
.offcanvas-menu-inner .menu-app-container ul.primary li.has-dir-mega-menu > a:after,
.offcanvas-menu-inner .menu-app-container ul.app li.menu-item-has-children > a:after,
.offcanvas-menu-inner .menu-app-container ul.app li.has-dir-mega-menu > a:after {
  position: relative;
  top: -4px;
  float: right;
  margin-left: 3px;
  font-size: 20px;
  content: "\eb3a";
  font-family: unicons;
}
.offcanvas-menu-inner .menu-primary-container ul.primary li.menu-item-has-children > a.active, .offcanvas-menu-inner .menu-primary-container ul.primary li.has-dir-mega-menu > a.active,
.offcanvas-menu-inner .menu-primary-container ul.app li.menu-item-has-children > a.active,
.offcanvas-menu-inner .menu-primary-container ul.app li.has-dir-mega-menu > a.active,
.offcanvas-menu-inner .menu-primary-menu-container ul.primary li.menu-item-has-children > a.active,
.offcanvas-menu-inner .menu-primary-menu-container ul.primary li.has-dir-mega-menu > a.active,
.offcanvas-menu-inner .menu-primary-menu-container ul.app li.menu-item-has-children > a.active,
.offcanvas-menu-inner .menu-primary-menu-container ul.app li.has-dir-mega-menu > a.active,
.offcanvas-menu-inner .menu-app-container ul.primary li.menu-item-has-children > a.active,
.offcanvas-menu-inner .menu-app-container ul.primary li.has-dir-mega-menu > a.active,
.offcanvas-menu-inner .menu-app-container ul.app li.menu-item-has-children > a.active,
.offcanvas-menu-inner .menu-app-container ul.app li.has-dir-mega-menu > a.active {
  color: var(--color-primary);
}
.offcanvas-menu-inner .menu-primary-container ul.primary li.menu-item-has-children > a.active:after, .offcanvas-menu-inner .menu-primary-container ul.primary li.has-dir-mega-menu > a.active:after,
.offcanvas-menu-inner .menu-primary-container ul.app li.menu-item-has-children > a.active:after,
.offcanvas-menu-inner .menu-primary-container ul.app li.has-dir-mega-menu > a.active:after,
.offcanvas-menu-inner .menu-primary-menu-container ul.primary li.menu-item-has-children > a.active:after,
.offcanvas-menu-inner .menu-primary-menu-container ul.primary li.has-dir-mega-menu > a.active:after,
.offcanvas-menu-inner .menu-primary-menu-container ul.app li.menu-item-has-children > a.active:after,
.offcanvas-menu-inner .menu-primary-menu-container ul.app li.has-dir-mega-menu > a.active:after,
.offcanvas-menu-inner .menu-app-container ul.primary li.menu-item-has-children > a.active:after,
.offcanvas-menu-inner .menu-app-container ul.primary li.has-dir-mega-menu > a.active:after,
.offcanvas-menu-inner .menu-app-container ul.app li.menu-item-has-children > a.active:after,
.offcanvas-menu-inner .menu-app-container ul.app li.has-dir-mega-menu > a.active:after {
  content: "\eb56";
}
.offcanvas-menu-inner .menu-primary-container ul.primary li .dir-mega-menu,
.offcanvas-menu-inner .menu-primary-container ul.app li .dir-mega-menu,
.offcanvas-menu-inner .menu-primary-menu-container ul.primary li .dir-mega-menu,
.offcanvas-menu-inner .menu-primary-menu-container ul.app li .dir-mega-menu,
.offcanvas-menu-inner .menu-app-container ul.primary li .dir-mega-menu,
.offcanvas-menu-inner .menu-app-container ul.app li .dir-mega-menu {
  display: none;
}
@media only screen and (max-width: 767px) {
  .offcanvas-menu-inner .menu-primary-container ul.primary li .dir-mega-menu.dir-mega-menu-technology .dir-mega-menu__list .mega-list-single,
  .offcanvas-menu-inner .menu-primary-container ul.app li .dir-mega-menu.dir-mega-menu-technology .dir-mega-menu__list .mega-list-single,
  .offcanvas-menu-inner .menu-primary-menu-container ul.primary li .dir-mega-menu.dir-mega-menu-technology .dir-mega-menu__list .mega-list-single,
  .offcanvas-menu-inner .menu-primary-menu-container ul.app li .dir-mega-menu.dir-mega-menu-technology .dir-mega-menu__list .mega-list-single,
  .offcanvas-menu-inner .menu-app-container ul.primary li .dir-mega-menu.dir-mega-menu-technology .dir-mega-menu__list .mega-list-single,
  .offcanvas-menu-inner .menu-app-container ul.app li .dir-mega-menu.dir-mega-menu-technology .dir-mega-menu__list .mega-list-single {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media only screen and (max-width: 767px) {
  .offcanvas-menu-inner .menu-primary-container ul.primary li .dir-mega-menu.dir-mega-menu-technology .dir-mega-menu__list .mega-list-single .mega-list-title,
  .offcanvas-menu-inner .menu-primary-container ul.app li .dir-mega-menu.dir-mega-menu-technology .dir-mega-menu__list .mega-list-single .mega-list-title,
  .offcanvas-menu-inner .menu-primary-menu-container ul.primary li .dir-mega-menu.dir-mega-menu-technology .dir-mega-menu__list .mega-list-single .mega-list-title,
  .offcanvas-menu-inner .menu-primary-menu-container ul.app li .dir-mega-menu.dir-mega-menu-technology .dir-mega-menu__list .mega-list-single .mega-list-title,
  .offcanvas-menu-inner .menu-app-container ul.primary li .dir-mega-menu.dir-mega-menu-technology .dir-mega-menu__list .mega-list-single .mega-list-title,
  .offcanvas-menu-inner .menu-app-container ul.app li .dir-mega-menu.dir-mega-menu-technology .dir-mega-menu__list .mega-list-single .mega-list-title {
    display: block;
    line-height: 1;
  }
}
@media only screen and (max-width: 991px) {
  .offcanvas-menu-inner .menu-primary-container ul.primary li .dir-mega-menu__item.ml-55,
  .offcanvas-menu-inner .menu-primary-container ul.app li .dir-mega-menu__item.ml-55,
  .offcanvas-menu-inner .menu-primary-menu-container ul.primary li .dir-mega-menu__item.ml-55,
  .offcanvas-menu-inner .menu-primary-menu-container ul.app li .dir-mega-menu__item.ml-55,
  .offcanvas-menu-inner .menu-app-container ul.primary li .dir-mega-menu__item.ml-55,
  .offcanvas-menu-inner .menu-app-container ul.app li .dir-mega-menu__item.ml-55 {
    margin-left: 0 !important;
  }
}
.offcanvas-menu-inner .menu-primary-container ul.primary li .dir-mega-menu__item .mega-item-feature-list,
.offcanvas-menu-inner .menu-primary-container ul.app li .dir-mega-menu__item .mega-item-feature-list,
.offcanvas-menu-inner .menu-primary-menu-container ul.primary li .dir-mega-menu__item .mega-item-feature-list,
.offcanvas-menu-inner .menu-primary-menu-container ul.app li .dir-mega-menu__item .mega-item-feature-list,
.offcanvas-menu-inner .menu-app-container ul.primary li .dir-mega-menu__item .mega-item-feature-list,
.offcanvas-menu-inner .menu-app-container ul.app li .dir-mega-menu__item .mega-item-feature-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  margin: 0;
}
.offcanvas-menu-inner .menu-primary-container ul.primary li .dir-mega-menu__list .mega-list-single,
.offcanvas-menu-inner .menu-primary-container ul.app li .dir-mega-menu__list .mega-list-single,
.offcanvas-menu-inner .menu-primary-menu-container ul.primary li .dir-mega-menu__list .mega-list-single,
.offcanvas-menu-inner .menu-primary-menu-container ul.app li .dir-mega-menu__list .mega-list-single,
.offcanvas-menu-inner .menu-app-container ul.primary li .dir-mega-menu__list .mega-list-single,
.offcanvas-menu-inner .menu-app-container ul.app li .dir-mega-menu__list .mega-list-single {
  margin: 0;
  display: block;
  font-size: 15px;
  padding: 12px 15px;
}
@media only screen and (max-width: 991px) {
  .offcanvas-menu-inner .menu-primary-container ul.primary li .dir-mega-menu__list .mega-list-single,
  .offcanvas-menu-inner .menu-primary-container ul.app li .dir-mega-menu__list .mega-list-single,
  .offcanvas-menu-inner .menu-primary-menu-container ul.primary li .dir-mega-menu__list .mega-list-single,
  .offcanvas-menu-inner .menu-primary-menu-container ul.app li .dir-mega-menu__list .mega-list-single,
  .offcanvas-menu-inner .menu-app-container ul.primary li .dir-mega-menu__list .mega-list-single,
  .offcanvas-menu-inner .menu-app-container ul.app li .dir-mega-menu__list .mega-list-single {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
  }
}
.offcanvas-menu-inner .menu-primary-container ul.primary li .dir-mega-menu__list .mega-list-single .mega-list-icon,
.offcanvas-menu-inner .menu-primary-container ul.app li .dir-mega-menu__list .mega-list-single .mega-list-icon,
.offcanvas-menu-inner .menu-primary-menu-container ul.primary li .dir-mega-menu__list .mega-list-single .mega-list-icon,
.offcanvas-menu-inner .menu-primary-menu-container ul.app li .dir-mega-menu__list .mega-list-single .mega-list-icon,
.offcanvas-menu-inner .menu-app-container ul.primary li .dir-mega-menu__list .mega-list-single .mega-list-icon,
.offcanvas-menu-inner .menu-app-container ul.app li .dir-mega-menu__list .mega-list-single .mega-list-icon {
  display: block;
  margin: 0 0 10px 0;
}
.offcanvas-menu-inner .menu-primary-container ul.primary li .dir-mega-menu .mega-external-link,
.offcanvas-menu-inner .menu-primary-container ul.app li .dir-mega-menu .mega-external-link,
.offcanvas-menu-inner .menu-primary-menu-container ul.primary li .dir-mega-menu .mega-external-link,
.offcanvas-menu-inner .menu-primary-menu-container ul.app li .dir-mega-menu .mega-external-link,
.offcanvas-menu-inner .menu-app-container ul.primary li .dir-mega-menu .mega-external-link,
.offcanvas-menu-inner .menu-app-container ul.app li .dir-mega-menu .mega-external-link {
  display: block;
  margin: 15px 0;
}
.offcanvas-menu-inner .menu-primary-container ul.primary li .dir-mega-menu .mega-item-feature-list__single,
.offcanvas-menu-inner .menu-primary-container ul.app li .dir-mega-menu .mega-item-feature-list__single,
.offcanvas-menu-inner .menu-primary-menu-container ul.primary li .dir-mega-menu .mega-item-feature-list__single,
.offcanvas-menu-inner .menu-primary-menu-container ul.app li .dir-mega-menu .mega-item-feature-list__single,
.offcanvas-menu-inner .menu-app-container ul.primary li .dir-mega-menu .mega-item-feature-list__single,
.offcanvas-menu-inner .menu-app-container ul.app li .dir-mega-menu .mega-item-feature-list__single {
  padding: 15px 0 0;
  width: 100%;
}
.offcanvas-menu-inner .menu-primary-container ul.primary li .dir-mega-menu .mega-item-feature-list__single:first-child,
.offcanvas-menu-inner .menu-primary-container ul.app li .dir-mega-menu .mega-item-feature-list__single:first-child,
.offcanvas-menu-inner .menu-primary-menu-container ul.primary li .dir-mega-menu .mega-item-feature-list__single:first-child,
.offcanvas-menu-inner .menu-primary-menu-container ul.app li .dir-mega-menu .mega-item-feature-list__single:first-child,
.offcanvas-menu-inner .menu-app-container ul.primary li .dir-mega-menu .mega-item-feature-list__single:first-child,
.offcanvas-menu-inner .menu-app-container ul.app li .dir-mega-menu .mega-item-feature-list__single:first-child {
  padding-top: 0;
}
@media only screen and (max-width: 991px) {
  .offcanvas-menu-inner .menu-primary-container ul.primary li .dir-mega-menu .mega-item-feature-list__single,
  .offcanvas-menu-inner .menu-primary-container ul.app li .dir-mega-menu .mega-item-feature-list__single,
  .offcanvas-menu-inner .menu-primary-menu-container ul.primary li .dir-mega-menu .mega-item-feature-list__single,
  .offcanvas-menu-inner .menu-primary-menu-container ul.app li .dir-mega-menu .mega-item-feature-list__single,
  .offcanvas-menu-inner .menu-app-container ul.primary li .dir-mega-menu .mega-item-feature-list__single,
  .offcanvas-menu-inner .menu-app-container ul.app li .dir-mega-menu .mega-item-feature-list__single {
    padding: 15px 6px 0;
  }
}
.offcanvas-menu-inner .menu-primary-container ul.primary li .dir-mega-menu__title,
.offcanvas-menu-inner .menu-primary-container ul.app li .dir-mega-menu__title,
.offcanvas-menu-inner .menu-primary-menu-container ul.primary li .dir-mega-menu__title,
.offcanvas-menu-inner .menu-primary-menu-container ul.app li .dir-mega-menu__title,
.offcanvas-menu-inner .menu-app-container ul.primary li .dir-mega-menu__title,
.offcanvas-menu-inner .menu-app-container ul.app li .dir-mega-menu__title {
  display: inline-block;
  width: 100%;
  font-size: 13px;
  text-transform: uppercase;
  border-bottom: 1px solid #ebeef5;
  padding: 0 0 8px 5px;
  margin-bottom: 10px;
  color: var(--color-gray-600);
}
.offcanvas-menu-inner .menu-primary-container ul.primary li:hover > a, .offcanvas-menu-inner .menu-primary-container ul.primary li.current-menu-item > a, .offcanvas-menu-inner .menu-primary-container ul.primary li.current_page_parent.menu-item-30721 > a,
.offcanvas-menu-inner .menu-primary-container ul.app li:hover > a,
.offcanvas-menu-inner .menu-primary-container ul.app li.current-menu-item > a,
.offcanvas-menu-inner .menu-primary-container ul.app li.current_page_parent.menu-item-30721 > a,
.offcanvas-menu-inner .menu-primary-menu-container ul.primary li:hover > a,
.offcanvas-menu-inner .menu-primary-menu-container ul.primary li.current-menu-item > a,
.offcanvas-menu-inner .menu-primary-menu-container ul.primary li.current_page_parent.menu-item-30721 > a,
.offcanvas-menu-inner .menu-primary-menu-container ul.app li:hover > a,
.offcanvas-menu-inner .menu-primary-menu-container ul.app li.current-menu-item > a,
.offcanvas-menu-inner .menu-primary-menu-container ul.app li.current_page_parent.menu-item-30721 > a,
.offcanvas-menu-inner .menu-app-container ul.primary li:hover > a,
.offcanvas-menu-inner .menu-app-container ul.primary li.current-menu-item > a,
.offcanvas-menu-inner .menu-app-container ul.primary li.current_page_parent.menu-item-30721 > a,
.offcanvas-menu-inner .menu-app-container ul.app li:hover > a,
.offcanvas-menu-inner .menu-app-container ul.app li.current-menu-item > a,
.offcanvas-menu-inner .menu-app-container ul.app li.current_page_parent.menu-item-30721 > a {
  color: #5E53F9;
  text-shadow: 0.5px 0 0 currentColor;
}
.offcanvas-menu-inner .menu-primary-container ul.primary li > a,
.offcanvas-menu-inner .menu-primary-container ul.app li > a,
.offcanvas-menu-inner .menu-primary-menu-container ul.primary li > a,
.offcanvas-menu-inner .menu-primary-menu-container ul.app li > a,
.offcanvas-menu-inner .menu-app-container ul.primary li > a,
.offcanvas-menu-inner .menu-app-container ul.app li > a {
  display: block;
  font-size: 15px;
  padding: 12px 20px;
  color: var(--color-gray-700);
}
.offcanvas-menu-inner .menu-primary-container ul.primary li .sub-menu,
.offcanvas-menu-inner .menu-primary-container ul.app li .sub-menu,
.offcanvas-menu-inner .menu-primary-menu-container ul.primary li .sub-menu,
.offcanvas-menu-inner .menu-primary-menu-container ul.app li .sub-menu,
.offcanvas-menu-inner .menu-app-container ul.primary li .sub-menu,
.offcanvas-menu-inner .menu-app-container ul.app li .sub-menu {
  margin: 0;
  padding: 0;
  display: none;
}
.offcanvas-menu-inner .menu-primary-container ul.primary li .sub-menu > li,
.offcanvas-menu-inner .menu-primary-container ul.app li .sub-menu > li,
.offcanvas-menu-inner .menu-primary-menu-container ul.primary li .sub-menu > li,
.offcanvas-menu-inner .menu-primary-menu-container ul.app li .sub-menu > li,
.offcanvas-menu-inner .menu-app-container ul.primary li .sub-menu > li,
.offcanvas-menu-inner .menu-app-container ul.app li .sub-menu > li {
  padding-left: 20px;
}
.offcanvas-menu-inner .menu-primary-container ul.primary li .sub-menu > li:first-child,
.offcanvas-menu-inner .menu-primary-container ul.app li .sub-menu > li:first-child,
.offcanvas-menu-inner .menu-primary-menu-container ul.primary li .sub-menu > li:first-child,
.offcanvas-menu-inner .menu-primary-menu-container ul.app li .sub-menu > li:first-child,
.offcanvas-menu-inner .menu-app-container ul.primary li .sub-menu > li:first-child,
.offcanvas-menu-inner .menu-app-container ul.app li .sub-menu > li:first-child {
  padding-top: 0;
}

.menu-primary-container ul > li.badge-new a::after,
.menu-primary-menu-container ul > li.badge-new a::after {
  content: "New";
  position: absolute;
  z-index: 22;
  top: 10px;
  right: -17px;
  padding: 0 4px;
  font-size: 10px;
  text-transform: capitalize;
  font-weight: 500;
  line-height: 16px;
  color: #fff;
  border-radius: 3px;
  background-color: #ff346b !important;
}
@media only screen and (max-width: 1199px) {
  .menu-primary-container ul > li.badge-new a::after,
  .menu-primary-menu-container ul > li.badge-new a::after {
    display: none;
  }
}

.menu-app-container ul > li:last-child a::after {
  display: none;
}

.page-template-app-overview .header-btn-group .btn-primary,
.page-template-app-features .header-btn-group .btn-primary,
.page-template-app-roadmap .header-btn-group .btn-primary,
.page-template-app-pricing .header-btn-group .btn-primary {
  display: none;
}
.page-template-app-overview .offcanvas-menu-action .btn-primary,
.page-template-app-features .offcanvas-menu-action .btn-primary,
.page-template-app-roadmap .offcanvas-menu-action .btn-primary,
.page-template-app-pricing .offcanvas-menu-action .btn-primary {
  display: none;
}

.page-template-formgent-pricing .headroom,
.page-template-contact .headroom {
  background: var(--brand-200, #DEE3FF) !important;
}

.get-started-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  padding: 10px 12px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  display: flex;
  height: 40px;
  padding: 10px 12px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #5E53F9;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  border-radius: 5px;
  border: 1px solid #5E53F9;
  background: #FFF;
}

/*-------------------------------------
#. Section Header
---------------------------------------*/
/* Section Header */
.section-header {
  max-width: 700px;
  margin: 0 auto 45px;
}
@media only screen and (max-width: 991px) {
  .section-header {
    margin: 0 auto 30px;
  }
}
@media only screen and (max-width: 767px) {
  .section-header {
    margin: 0 auto 20px;
  }
}
.section-header__icon {
  margin: 0 auto 24px;
  background: #FF60FF;
  background: -webkit-gradient(linear, left top, left bottom, from(#FF60FF), to(#9731FC));
  background: linear-gradient(to bottom, #FF60FF 0%, #9731FC 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#FF60FF", endColorstr="#9731FC",GradientType=0);
}
.section-header .section-title {
  font-size: calc(1.1625rem + 1.95vw);
  font-weight: 500;
}
@media (min-width: 1200px) {
  .section-header .section-title {
    font-size: 2.625rem;
  }
}
.section-header .section-title.fs-48 {
  font-size: calc(1.2rem + 2.4vw);
}
@media (min-width: 1200px) {
  .section-header .section-title.fs-48 {
    font-size: 3rem;
  }
}
.section-header .section-title.fs-54 {
  font-size: calc(1.2375rem + 2.85vw);
}
@media (min-width: 1200px) {
  .section-header .section-title.fs-54 {
    font-size: 3.375rem;
  }
}
.section-header h1,
.section-header h2,
.section-header h3,
.section-header h4,
.section-header h5,
.section-header h6 {
  line-height: 1.24;
  margin: 0 auto 20px;
  font-weight: 600;
  color: var(--color-gray-900) !important;
}
.section-header h1 .primary,
.section-header h2 .primary,
.section-header h3 .primary,
.section-header h4 .primary,
.section-header h5 .primary,
.section-header h6 .primary {
  color: var(--color-primary);
}
@media only screen and (max-width: 1199px) {
  .section-header h1,
  .section-header h2,
  .section-header h3,
  .section-header h4,
  .section-header h5,
  .section-header h6 {
    max-width: 100%;
  }
  .section-header h1 br,
  .section-header h2 br,
  .section-header h3 br,
  .section-header h4 br,
  .section-header h5 br,
  .section-header h6 br {
    display: none;
  }
}
.section-header p {
  font-size: calc(1.025rem + 0.3vw);
}
@media (min-width: 1200px) {
  .section-header p {
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 991px) {
  .section-header p br {
    display: none;
  }
}
.section-header.white-header h1,
.section-header.white-header h2,
.section-header.white-header h3,
.section-header.white-header h4,
.section-header.white-header h5,
.section-header.white-header h6 {
  color: var(--color-white);
}
.section-header.white-header p {
  color: #AEB9CD;
}

/*-------------------------------------
#. Banner
---------------------------------------*/
.dm_dashboard__banner {
  padding: 110px 0 100px;
}
@media only screen and (max-width: 991px) {
  .dm_dashboard__banner {
    padding: 80px 0 60px;
  }
}
@media only screen and (max-width: 767px) {
  .dm_dashboard__banner {
    padding: 60px 0 40px;
  }
}
.dm_dashboard__banner--content .banner-title {
  font-size: calc(1.275rem + 3.3vw);
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 23px;
}
@media (min-width: 1200px) {
  .dm_dashboard__banner--content .banner-title {
    font-size: 3.75rem;
  }
}
@media only screen and (max-width: 767px) {
  .dm_dashboard__banner--content .banner-title {
    line-height: 1.25;
  }
}
.dm_dashboard__banner--content .banner-title .gradient-text {
  display: block;
  background: -webkit-linear-gradient(0deg, #FF1948, #8918FA);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media only screen and (max-width: 991px) {
  .dm_dashboard__banner--content .banner-title .gradient-text {
    display: unset;
  }
}
.dm_dashboard__banner--content .banner-text {
  font-size: calc(1.025rem + 0.3vw);
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  .dm_dashboard__banner--content .banner-text {
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 1199px) {
  .dm_dashboard__banner--content .banner-text br {
    display: none;
  }
}
.dm_dashboard__banner--content .btn {
  width: 200px;
  height: 52px;
  line-height: 53px;
  padding: 0 30px;
  position: relative;
  z-index: 1;
}
.dm_dashboard__banner--img {
  margin-bottom: 10px;
}
@media only screen and (max-width: 991px) {
  .dm_dashboard__banner--img {
    margin-top: 10px;
  }
}
.dm_dashboard__banner--img img {
  min-height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}
.dm_dashboard__banner--alert-box .alert-box-content {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 34px;
  border-radius: 75px;
  background: rgba(var(--color-warning), 0.1);
}
@media only screen and (max-width: 767px) {
  .dm_dashboard__banner--alert-box .alert-box-content {
    padding: 20px 30px;
  }
}
.dm_dashboard__banner--alert-box .alert-box-content .alert-title {
  padding: 0 46px;
  font-size: calc(1.0375rem + 0.45vw);
  font-weight: 500;
  color: var(--color-gray-900);
}
@media (min-width: 1200px) {
  .dm_dashboard__banner--alert-box .alert-box-content .alert-title {
    font-size: 1.375rem;
  }
}
@media only screen and (max-width: 767px) {
  .dm_dashboard__banner--alert-box .alert-box-content .alert-title {
    padding: 55px 0 0;
  }
}
.dm_dashboard__banner--alert-box .alert-box-content .alert-title span {
  font-weight: 600;
}
.dm_dashboard__banner--alert-box .alert-box-content .alert-title span.warning {
  color: var(--color-warning);
}
.dm_dashboard__banner--alert-box .alert-box-content img {
  max-width: 40px;
}
@media only screen and (max-width: 767px) {
  .dm_dashboard__banner--alert-box .alert-box-content .left-img {
    position: absolute;
    top: 20px;
    left: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .dm_dashboard__banner--alert-box .alert-box-content .right-img {
    position: absolute;
    top: 20px;
    right: 50px;
  }
}

.hero-img {
  text-align: center;
}
.hero-img img {
  min-height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}

/*-------------------------------------
#. Pricing
---------------------------------------*/
/* Pricing Plan */
@media only screen and (min-width: 0px) and (max-width: 810px) {
  .pricing-plan-area .pricing-plans {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-shadow: 0 0;
            box-shadow: 0 0;
  }
}
.pricing-plan-area .pricing-plans__single {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  padding: 0;
  padding-top: 37px;
  padding-bottom: 40px;
}
@media only screen and (min-width: 0px) and (max-width: 810px) {
  .pricing-plan-area .pricing-plans__single {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding: 30px 30px 30px;
    margin-bottom: 30px;
    border-radius: 10px;
    -webkit-box-shadow: 0 10px 50px rgba(146, 155, 177, 0.2);
            box-shadow: 0 10px 50px rgba(146, 155, 177, 0.2);
  }
}
.pricing-plan-area .pricing-plans__single.active {
  border-radius: 0;
  -webkit-box-shadow: 0 5px 50px rgba(146, 155, 177, 0.2);
          box-shadow: 0 5px 50px rgba(146, 155, 177, 0.2);
}
@media only screen and (min-width: 0px) and (max-width: 810px) {
  .pricing-plan-area .pricing-plans__single.active {
    border-bottom: 0 none;
    margin: 20px 0 30px;
    padding-top: 50px;
    -webkit-box-shadow: 0 20px 50px rgba(146, 155, 177, 0.2);
            box-shadow: 0 20px 50px rgba(146, 155, 177, 0.2);
  }
}
@media only screen and (max-width: 767px) {
  .pricing-plan-area .pricing-plans__single.active {
    margin: 20px 0 30px;
    padding-top: 55px;
  }
}
.pricing-plan-area .pricing-plans__single.active:before, .pricing-plan-area .pricing-plans__single.active:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 20px;
  background-color: #ffffff;
}
.pricing-plan-area .pricing-plans__single.active:after {
  top: -30px;
  height: 30px;
  border-radius: 15px 15px 0 0;
}
@media only screen and (min-width: 0px) and (max-width: 810px) {
  .pricing-plan-area .pricing-plans__single.active:after {
    top: -15px;
    height: 15px;
  }
}
.pricing-plan-area .pricing-plans__single.active:before {
  bottom: -30px;
  height: 30px;
  border-radius: 0 0 15px 15px;
}
@media only screen and (min-width: 0px) and (max-width: 810px) {
  .pricing-plan-area .pricing-plans__single.active:before {
    bottom: -15px;
    height: 20px;
  }
}
.pricing-plan-area .pricing-plans__single:first-child {
  padding-left: 20px;
}
.pricing-plan-area .pricing-plans__single:first-child .pricing-plans__action {
  margin-left: -20px;
}
.pricing-plan-area .pricing-plans__single:first-child .pricing-plans__list ul li {
  border-radius: 5px 0 0 5px;
}
.pricing-plan-area .pricing-plans__single:last-child {
  padding-right: 20px;
}
.pricing-plan-area .pricing-plans__single:last-child .pricing-plans__action {
  margin-right: -20px;
}
.pricing-plan-area .pricing-plans__single:last-child .pricing-plans__list ul li {
  border-radius: 0 5px 5px 0;
}
.pricing-plan-area .pricing-plans__single .popular-badge {
  font-size: 12px;
  font-weight: 700;
  position: absolute;
  top: -5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: calc(100% - 60px);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  min-height: 24px;
  border-radius: 50px;
  background-color: #ff0045;
  letter-spacing: 2px;
  padding-top: 2px;
  line-height: 1;
  z-index: 1;
}
@media only screen and (max-width: 991px) {
  .pricing-plan-area .pricing-plans__single .popular-badge {
    font-size: 10px;
    line-height: 1;
    min-height: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .pricing-plan-area .pricing-plans__single .popular-badge {
    font-size: 12px;
    width: calc(100% - 60px);
    min-height: 24px;
    top: 15px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 810px) {
  .pricing-plan-area .pricing-plans__single .popular-badge {
    top: 10px;
  }
}
.pricing-plan-area .pricing-plans__single .pricing-shadow:after {
  -webkit-box-shadow: 0 0;
          box-shadow: 0 0;
}
.pricing-plan-area .pricing-plans__top {
  min-height: auto;
  text-align: center;
}
@media only screen and (max-width: 575px) {
  .pricing-plan-area .pricing-plans__top {
    margin-top: 6px;
  }
}
.pricing-plan-area .pricing-plans__top .pricing-price {
  display: inline-block;
  margin: 20px 0 8px;
  line-height: 1.4;
}
.pricing-plan-area .pricing-plans__top .pricing-price .price-text {
  font-size: calc(1.15rem + 1.8vw);
  font-weight: 500;
  line-height: 1;
  color: #151826;
}
@media (min-width: 1200px) {
  .pricing-plan-area .pricing-plans__top .pricing-price .price-text {
    font-size: 2.5rem;
  }
}
.pricing-plan-area .pricing-plans__top .pricing-price .price-text.small-text {
  font-size: calc(1.075rem + 0.9vw);
}
@media (min-width: 1200px) {
  .pricing-plan-area .pricing-plans__top .pricing-price .price-text.small-text {
    font-size: 1.75rem;
  }
}
.pricing-plan-area .pricing-plans__top .pricing-price .price-text .currency {
  font-size: 1rem;
  line-height: 1;
  color: #929BB1;
  margin-right: 5px;
}
.pricing-plan-area .pricing-plans__top h5 {
  margin-bottom: 7px;
}
.pricing-plan-area .pricing-plans__top p {
  font-size: 14px;
  font-weight: 300;
  color: #7b839b;
}
@media only screen and (max-width: 1229px) {
  .pricing-plan-area .pricing-plans__top p {
    max-width: 150px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .pricing-plan-area .pricing-plans__top p {
    font-size: 16px;
    max-width: 180px;
  }
}
.pricing-plan-area .pricing-plans__list {
  margin-top: 20px;
}
.pricing-plan-area .pricing-plans__list.feature-title ul li {
  font-size: 0.9375rem;
  color: var(--color-gray-800);
}
.pricing-plan-area .pricing-plans__list.feature-list {
  text-align: center;
}
.pricing-plan-area .pricing-plans__list.feature-list ul li {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pricing-plan-area .pricing-plans__list ul {
  margin: 0;
}
.pricing-plan-area .pricing-plans__list ul li {
  font-size: 0.875rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
  margin: 0;
  padding: 10px 20px;
  color: var(--color-gray-900);
}
.pricing-plan-area .pricing-plans__list ul li:nth-child(odd) {
  background: #FBFBFB;
}
.pricing-plan-area .pricing-plans__list ul li img {
  margin: 0;
  max-width: 12px;
}
.pricing-plan-area .pricing-plans__list ul li .list-text {
  line-height: 1;
}
.pricing-plan-area .pricing-plans__action {
  margin-top: 10px;
}
.pricing-plan-area .pricing-plans__action a {
  display: block;
  width: calc(100% - 60px);
  margin: 0 auto;
}
.pricing-plan-area .pricing-body {
  position: relative;
  z-index: 1;
}
.pricing-plan-area .pricing-body .pricing-plan-box {
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 10px 50px rgba(146, 155, 177, 0.2);
          box-shadow: 0 10px 50px rgba(146, 155, 177, 0.2);
}

/*-------------------------------------
#. CTA
---------------------------------------*/
.cta-box {
  border-radius: 6px;
  padding: 68px 30px 80px 30px;
}
@media only screen and (max-width: 991px) {
  .cta-box {
    padding: 30px;
  }
}
.cta-box__title {
  font-weight: 600;
}
@media only screen and (max-width: 1199px) {
  .cta-box__title {
    width: 100%;
  }
  .cta-box__title br {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .cta-box.theme-2 .cta-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.cta-box.theme-2 .cta-content__left {
  text-align: right;
  min-width: 390px;
  margin-right: 60px;
}
@media only screen and (max-width: 1199px) {
  .cta-box.theme-2 .cta-content__left {
    min-width: 290px;
  }
}
@media only screen and (max-width: 767px) {
  .cta-box.theme-2 .cta-content__left {
    min-width: 100%;
    text-align: left;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.cta-box.theme-2 .cta-content__title {
  font-size: calc(1.1625rem + 1.95vw);
  font-weight: 600;
  color: var(--color-gray-900) !important;
}
@media (min-width: 1200px) {
  .cta-box.theme-2 .cta-content__title {
    font-size: 2.625rem;
  }
}
@media only screen and (max-width: 1199px) {
  .cta-box.theme-2 .cta-content__title br {
    display: none;
  }
}
.cta-box.theme-2 .cta-content h1,
.cta-box.theme-2 .cta-content h2,
.cta-box.theme-2 .cta-content h3,
.cta-box.theme-2 .cta-content h4,
.cta-box.theme-2 .cta-content h5,
.cta-box.theme-2 .cta-content h6 {
  font-weight: 600;
  margin-bottom: 30px;
}
.cta-box.theme-2 .cta-content p {
  font-size: calc(1.025rem + 0.3vw);
  font-weight: 400;
  margin-bottom: 25px;
  color: var(--color-gray-800);
}
@media (min-width: 1200px) {
  .cta-box.theme-2 .cta-content p {
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 1199px) {
  .cta-box.theme-2 .cta-content p br {
    display: none;
  }
}
.cta-box.gradient-bg-primary {
  background: #fff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), to(#FFEFF6));
  background: linear-gradient(to bottom, #fff 0, #FFEFF6 100%);
}
.cta-box.gradient-reverse-bg {
  background: #ffeff3;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #FFEFF6), to(#fff));
  background: linear-gradient(to top, #FFEFF6 0, #fff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#FFEFF6", endColorstr="#ffffff",GradientType=0 );
}

.cta-content h1,
.cta-content h2 {
  margin-bottom: 44px;
  line-height: 1.24;
  font-size: calc(1.1625rem + 1.95vw);
}
@media (min-width: 1200px) {
  .cta-content h1,
  .cta-content h2 {
    font-size: 2.625rem;
  }
}
@media only screen and (max-width: 479px) {
  .cta-content h1,
  .cta-content h2 {
    margin-bottom: 25px;
  }
  .cta-content h1 br,
  .cta-content h2 br {
    display: none;
  }
}
.cta-content p {
  font-size: 20px;
  margin-bottom: 0;
}
.cta-content .cta-actions {
  margin-top: 30px;
}
@media only screen and (max-width: 479px) {
  .cta-content .cta-actions .btn {
    margin: 5px;
  }
}

.dm_dashboard__cta {
  padding: 124px 0;
  background: -webkit-linear-gradient(90deg, #FAF8F9, #FFFFFF);
}
@media only screen and (max-width: 991px) {
  .dm_dashboard__cta {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 767px) {
  .dm_dashboard__cta {
    padding: 40px 0;
  }
}
.dm_dashboard__cta .cta-content-wrapper .cta-content .cta-title {
  font-size: calc(1.1625rem + 1.95vw);
  font-weight: 600;
  margin-bottom: 15px;
}
@media (min-width: 1200px) {
  .dm_dashboard__cta .cta-content-wrapper .cta-content .cta-title {
    font-size: 2.625rem;
  }
}
.dm_dashboard__cta .cta-content-wrapper .cta-content .cta-desc {
  font-size: calc(1.025rem + 0.3vw);
  font-weight: 400;
}
@media (min-width: 1200px) {
  .dm_dashboard__cta .cta-content-wrapper .cta-content .cta-desc {
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 991px) {
  .dm_dashboard__cta .cta-content-wrapper .cta-content .cta-desc br {
    display: none;
  }
}
.dm_dashboard__cta .cta-content-wrapper .cta-content .cta-actions .btn {
  height: 46px;
  line-height: 48px;
  padding: 0 30px;
}
.dm_dashboard__cta .cta-content-wrapper .cta-content .cta-actions .btn.btn-white {
  margin-left: 14px;
}

/*---------------------------------------------
#. Sidebar
-----------------------------------------------*/
.sidebar-widget-area .widget {
  color: var(--color-gray-800);
}
.sidebar-widget-area .widget:last-child {
  margin-bottom: 0;
}
.sidebar-widget-area .widget h3 {
  color: #000;
  font-size: 20px;
  line-height: 1.4;
  padding: 0;
  margin-bottom: 20px;
  font-weight: 600;
}
.sidebar-widget-area .widget h3:after {
  content: none;
}
.sidebar-widget-area .widget a {
  color: #111;
}
.sidebar-widget-area .widget a:hover {
  color: var(--color-primary);
}
.sidebar-widget-area .widget ul li {
  position: relative;
  margin-bottom: 13px;
}
.sidebar-widget-area .widget ul li ul.sub-menu {
  padding-left: 0;
}
.sidebar-widget-area .widget.widget_archive li,
.sidebar-widget-area .widget.widget_categories li,
.sidebar-widget-area .widget.widget_layered_nav li,
.sidebar-widget-area .widget.widget_product_categories li {
  color: #a7a6a6;
  font-size: 15px;
}
.sidebar-widget-area .widget.widget_nav_menu ul li ul {
  padding-left: 20px;
}
.sidebar-widget-area .widget.widget_calendar .calendar_wrap {
  font-size: 13px;
  line-height: 1.3;
}
.sidebar-widget-area .widget.widget_tag_cloud a,
.sidebar-widget-area .widget.widget_product_tag_cloud a {
  background-color: #f5f5f5;
  color: #111;
  border: none;
}
.sidebar-widget-area .widget.widget_tag_cloud a:hover,
.sidebar-widget-area .widget.widget_product_tag_cloud a:hover {
  background-color: var(--color-primary);
  color: #ffffff;
}

/*---------------------------------------------
#. Comments
-----------------------------------------------*/
.comments-wrapper {
  margin-top: 30px;
}

.comments-area .comment-title {
  margin-bottom: 25px;
  text-align: center;
}
.comments-area .comment-title h3 {
  position: relative;
  margin-bottom: 0;
}
.comments-area .comment-lists {
  border-radius: 10px;
}
.comments-area .comment-lists .media-list > li {
  padding: 30px 0;
  border: 1px solid #EBEEF5;
  margin-bottom: 30px;
  border-radius: 10px;
}
.comments-area .comment-lists .media-list > li:last-child {
  margin-top: 30px;
}
.comments-area .comment-lists .children > li:not(:last-child) {
  margin-bottom: 30px;
}
.comments-area .comment-lists .children > li:first-child {
  margin-top: 30px;
}
.comments-area .comment-lists ul {
  margin: 0;
}
.comments-area .comment-lists ul .depth-1 .media, .comments-area .comment-lists ul .depth-2 .media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 575px) {
  .comments-area .comment-lists ul .depth-1 .media, .comments-area .comment-lists ul .depth-2 .media {
    display: block;
  }
}
.comments-area .comment-lists ul .depth-1 .media .cmnt_avatar, .comments-area .comment-lists ul .depth-2 .media .cmnt_avatar {
  margin-right: 15px;
}
.comments-area .comment-lists ul .depth-1 .media .media-body, .comments-area .comment-lists ul .depth-2 .media .media-body {
  margin-left: 4px;
  overflow: hidden;
}
.comments-area .comment-lists ul .depth-1 .media .media-body .media_top, .comments-area .comment-lists ul .depth-2 .media .media-body .media_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}
.comments-area .comment-lists ul .depth-1 .media .media-body .media_top h6, .comments-area .comment-lists ul .depth-2 .media .media-body .media_top h6 {
  margin-bottom: 7px;
  margin-top: 0;
}
.comments-area .comment-lists ul .depth-1 .media .media-body .media_top .heading_left .media-heading, .comments-area .comment-lists ul .depth-2 .media .media-body .media_top .heading_left .media-heading {
  font-size: 20px;
}
.comments-area .comment-lists ul .depth-1 .media .media-body .media_top .heading_left span, .comments-area .comment-lists ul .depth-2 .media .media-body .media_top .heading_left span {
  font-size: 14px;
}
.comments-area .comment-lists ul .depth-1 .media .media-body .media_top .heading_left a, .comments-area .comment-lists ul .depth-2 .media .media-body .media_top .heading_left a {
  font-size: 14px;
  color: var(--color-primary);
}
.comments-area .comment-lists ul .depth-1 .media .media-body .media_top .heading_left a:hover, .comments-area .comment-lists ul .depth-2 .media .media-body .media_top .heading_left a:hover {
  color: var(--color-info);
}
.comments-area .comment-lists ul .depth-1 .media .media-body .media_top .reply, .comments-area .comment-lists ul .depth-2 .media .media-body .media_top .reply {
  border: 1px solid #ccc;
  line-height: 34px;
  border-radius: 4px;
  display: inline-block;
  font-weight: 500;
  font-size: 13px;
  padding: 0 15px;
}
.comments-area .comment-lists ul .depth-1 .media .media-body .comment-status-notice, .comments-area .comment-lists ul .depth-2 .media .media-body .comment-status-notice {
  margin-bottom: 10px;
  display: block;
}
.comments-area .comment-lists ul .depth-1 .media p, .comments-area .comment-lists ul .depth-2 .media p {
  margin: 0;
}
.comments-area .comment-lists ul > li .children {
  padding-left: 60px;
}
.comments-area .comment-lists ul > li .children .children {
  padding-left: 0;
}
.comments-area .comment-lists ul > li .media {
  padding: 0 30px;
}

.comment-form {
  padding: 0;
}
.comment-form .comment-title {
  text-align: left;
}
.comment-form .comment-title h3 {
  margin-bottom: 10px;
}
.comment-form form textarea {
  height: 125px;
}

.comment-respond {
  border: 1px solid #ccc;
  margin-top: 60px;
  padding: 20px;
  background: #fff;
  clear: both;
}

.comment-edit-link {
  margin-right: 10px;
}

.comment-lists .children {
  padding-left: 0;
  list-style: none;
  margin-top: 20px;
}
@media only screen and (max-width: 379px) {
  .comment-lists .children {
    margin-left: 0 !important;
  }
}
.comment-lists .children .children {
  padding-bottom: 0;
}

/*-------------------------------------
#. Subscription
---------------------------------------*/
/*  Subscription Form */
.subscription-box {
  position: relative;
  padding: 75px 80px 80px;
  z-index: 1;
  text-align: center;
  -webkit-box-shadow: 0 20px 50px rgba(174, 185, 205, 0.2);
          box-shadow: 0 20px 50px rgba(174, 185, 205, 0.2);
  margin-top: -100px;
  border-radius: 10px;
  background-color: var(--color-white);
}
@media only screen and (max-width: 767px) {
  .subscription-box {
    padding: 25px 30px;
  }
}
.subscription-box .wpcf7-response-output {
  margin-top: 40px !important;
}
.subscription-box__bg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
  border-radius: 10px;
}
.subscription-box__subtitle {
  display: inline-block;
  font-size: calc(1.025rem + 0.3vw);
  font-weight: 400;
  margin: -4px 0 10px;
  color: var(--color-gray-600);
}
@media (min-width: 1200px) {
  .subscription-box__subtitle {
    font-size: 1.25rem;
  }
}
.subscription-box__title {
  font-size: calc(1.125rem + 1.5vw);
  line-height: 1.28;
  max-width: 450px;
  margin: 0 auto 38px;
}
@media (min-width: 1200px) {
  .subscription-box__title {
    font-size: 2.25rem;
  }
}
.subscription-box__form .form-row {
  position: relative;
}
.subscription-box__form .form-group {
  position: relative;
  margin-bottom: 0;
}
.subscription-box__form .form-group.subscription-input {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .subscription-box__form .form-group.subscription-input {
    width: 100%;
  }
}
.subscription-box__form .form-group.subscription-input input {
  height: 58px;
}
.subscription-box__form .form-group.subscription-input input::-webkit-input-placeholder {
  color: var(--color-gray-600);
}
.subscription-box__form .form-group.subscription-input input::-moz-placeholder {
  color: var(--color-gray-600);
}
.subscription-box__form .form-group.subscription-input input::-ms-input-placeholder {
  color: var(--color-gray-600);
}
.subscription-box__form .form-group.subscription-input input::placeholder {
  color: var(--color-gray-600);
}
.subscription-box__form .form-group.subscription-submit {
  position: absolute;
  right: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 379px) {
  .subscription-box__form .form-group.subscription-submit {
    position: relative;
    top: 40px;
    right: 0;
    width: 100%;
    margin-bottom: 25px;
    text-align: center;
  }
}
.subscription-box__form .form-group.subscription-submit .btn {
  height: 42px;
  padding: 0 1rem;
  line-height: 2;
}
.subscription-box__form .form-group.subscription-submit .btn.btn-raised {
  -webkit-box-shadow: 0 0;
          box-shadow: 0 0;
}
.subscription-box__form .form-group.subscription-submit .ajax-loader,
.subscription-box__form .form-group.subscription-submit .wpcf7-spinner {
  position: absolute;
  bottom: -30px;
  left: 0;
}
.subscription-box__form .form-group.subscription-submit .wpcf7-submit {
  padding: 15px 16.5px !important;
  line-height: 0;
  color: var(--color-white);
}
.subscription-box__form .form-group input {
  border-radius: 6px;
  height: 50px;
  padding-left: 54px;
  padding-right: 120px;
  border: 0 none;
  -webkit-box-shadow: 0 5px 20px rgba(174, 185, 205, 0.2);
          box-shadow: 0 5px 20px rgba(174, 185, 205, 0.2);
}
.subscription-box__form .form-group .input-icon-left {
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.subscription-box__form .form-group .input-icon-left i,
.subscription-box__form .form-group .input-icon-left span,
.subscription-box__form .form-group .input-icon-left svg {
  font-size: 18px;
  color: var(--color-gray-400);
}
.subscription-box__form .ff-el-group {
  margin-bottom: 0 !important;
}
.subscription-box__form .ff-el-input--content {
  position: relative;
  width: 100%;
  margin-bottom: 0;
  position: relative;
}
.subscription-box__form .ff-el-input--content:before {
  position: absolute;
  left: 23px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: unicons;
  font-style: normal;
  font-weight: 400;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-size: 17px;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  content: "\e9e6";
  color: #aeb9cd !important;
}
@media only screen and (max-width: 379px) {
  .subscription-box__form .ff-el-input--content:before {
    left: 12px;
  }
}
.subscription-box__form .ff-el-input--content input.ff-el-form-control {
  height: 58px;
  font-size: 15px;
  border: 0 none;
  padding-left: 50px !important;
  -webkit-box-shadow: 0 5px 20px rgba(174, 185, 205, 0.2);
          box-shadow: 0 5px 20px rgba(174, 185, 205, 0.2);
  min-height: 58px;
}
@media only screen and (max-width: 379px) {
  .subscription-box__form .ff-el-input--content input.ff-el-form-control {
    padding-left: 40px !important;
  }
}
.subscription-box__form .ff-el-input--content input.ff-el-form-control::-webkit-input-placeholder {
  color: var(--color-gray-600);
}
.subscription-box__form .ff-el-input--content input.ff-el-form-control::-moz-placeholder {
  color: var(--color-gray-600);
}
.subscription-box__form .ff-el-input--content input.ff-el-form-control::-ms-input-placeholder {
  color: var(--color-gray-600);
}
.subscription-box__form .ff-el-input--content input.ff-el-form-control::placeholder {
  color: var(--color-gray-600);
}
.subscription-box__form .ff-el-input--content .error {
  position: absolute;
}
.subscription-box__form .top_merged.ff_submit_btn_wrapper {
  position: absolute;
  right: 8px !important;
  top: 50% !important;
  margin-bottom: 0 !important;
  -webkit-transform: translateY(-50%) !important;
          transform: translateY(-50%) !important;
}
@media only screen and (max-width: 379px) {
  .subscription-box__form .top_merged.ff_submit_btn_wrapper {
    position: relative;
    top: 40px;
    right: 0;
    width: auto;
    margin-bottom: 25px;
    text-align: center;
  }
}
.subscription-box__form .top_merged.ff_submit_btn_wrapper .ff-btn {
  height: 42px;
  padding: 0 1rem;
  line-height: 0.75;
  padding: 15px !important;
  position: relative;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 600;
  background-color: #4353FF !important;
}
@media only screen and (max-width: 379px) {
  .subscription-box__form .top_merged.ff_submit_btn_wrapper .ff-btn {
    padding: 0 6px;
  }
}
.subscription-box__form input {
  border-radius: 6px;
  height: 50px;
  padding-left: 54px;
  border: 0 none;
  -webkit-box-shadow: 0 5px 20px rgba(174, 185, 205, 0.2);
          box-shadow: 0 5px 20px rgba(174, 185, 205, 0.2);
}
.subscription-box__form .input-icon-left {
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.subscription-box__form .input-icon-left i,
.subscription-box__form .input-icon-left span,
.subscription-box__form .input-icon-left svg {
  font-size: 18px;
  color: var(--color-gray-400);
}

.subscription-box.theme-bfcm {
  background-color: #050c2d !important;
}
.subscription-box.theme-bfcm .subscription-box__img {
  position: absolute;
  right: 90px;
  top: 88px;
}
@media only screen and (max-width: 1199px) {
  .subscription-box.theme-bfcm .subscription-box__img {
    right: 60px;
    opacity: 0.3;
    z-index: -1;
  }
}
@media only screen and (max-width: 767px) {
  .subscription-box.theme-bfcm .subscription-box__img {
    right: 30px;
    top: 40px;
  }
}
@media only screen and (max-width: 379px) {
  .subscription-box.theme-bfcm .subscription-box__img {
    display: none;
  }
}
.subscription-box.theme-bfcm .subscription-box__title {
  max-width: 100%;
  margin-bottom: 12px;
  color: var(--color-white);
}
.subscription-box.theme-bfcm .subscription-box__title .highlighted {
  font-weight: 700;
  color: #fcc204;
}
.subscription-box.theme-bfcm p {
  font-size: 18px;
  opacity: 0.6;
  margin-bottom: 0;
  color: var(--color-white);
}
@media only screen and (max-width: 767px) {
  .subscription-box.theme-bfcm p br {
    display: none;
  }
}
.subscription-box.theme-bfcm .subscription-box__form {
  max-width: 570px;
  margin: 50px auto 0;
}
@media only screen and (max-width: 767px) {
  .subscription-box.theme-bfcm .subscription-box__form {
    margin: 25px auto 0;
  }
}
.subscription-box.theme-ws {
  margin-top: 0;
}

.subscription-box__form .wpcf7-form.invalid .input-icon-left {
  top: 34%;
}

.subscription-box__form .subscription-input {
  position: relative;
  margin-bottom: 0;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.subscription-box__form .subscription-input input {
  padding-left: 50px;
}
.subscription-box__form .subscription-submit .wpcf7-submit {
  line-height: 1;
}

/*-------------------------------------
#. Table Css
---------------------------------------*/
/*  Table Default */
.table-default thead tr td,
.table-default thead tr th,
.table-default tbody tr td,
.table-default tbody tr th,
.affwp-table thead tr td,
.affwp-table thead tr th,
.affwp-table tbody tr td,
.affwp-table tbody tr th {
  font-size: 15px;
  font-weight: 400;
  border: 0 none;
}
.table-default thead tr th,
.affwp-table thead tr th {
  padding: 12.5px 20px;
  color: var(--color-gray-600);
}
.table-default thead tr th:first-child,
.affwp-table thead tr th:first-child {
  border-radius: 8px 0 0 8px;
}
.table-default thead tr th:last-child,
.affwp-table thead tr th:last-child {
  border-radius: 0 8px 8px 0;
}
.table-default tbody tr td,
.affwp-table tbody tr td {
  padding: 24px 20px;
  border-bottom: 1px solid #f5f7fa !important;
}
.table-default tbody tr td input,
.table-default tbody tr td textarea,
.affwp-table tbody tr td input,
.affwp-table tbody tr td textarea {
  border-radius: 5px;
  width: 100%;
  height: 50px;
  padding: 15px 20px;
  color: var(--color-gray-700);
}
.table-default tbody tr td .btn,
.affwp-table tbody tr td .btn {
  border-radius: 6px;
}
.table-default tbody tr td .table-actions,
.affwp-table tbody tr td .table-actions {
  margin: -6px;
}

.table-subscription thead tr th {
  padding: 12.5px 20px;
}
.table-subscription thead tr th:last-child {
  text-align: right;
}
.table-subscription thead tr th.itme-title {
  min-width: 240px;
}
.table-subscription thead tr th.s-status {
  min-width: 80px;
}
.table-subscription thead tr th.s-price {
  min-width: 160px;
}
.table-subscription thead tr th.s-expire {
  min-width: 150px;
}
.table-subscription thead tr th.s-activation {
  min-width: 140px;
}
.table-subscription thead tr th.s-actions {
  min-width: 300px;
}
.table-subscription tbody tr td a {
  margin: 2.5px;
}
.table-subscription tbody tr td:last-child {
  text-align: right;
}

.affwp-form {
  border-radius: 10px;
  -webkit-box-shadow: 0 10px 50px rgba(146, 155, 177, 0.15);
          box-shadow: 0 10px 50px rgba(146, 155, 177, 0.15);
  padding: 50px;
  margin-bottom: 0;
}
.affwp-form#affwp-register-form {
  margin-bottom: 30px;
}
.affwp-form legend {
  font-size: 30px;
  font-weight: 500;
  color: var(--color-gray-900);
}
.affwp-form .affwp-user-remember input[type=checkbox],
.affwp-form .affwp-send-notifications-wrap input[type=checkbox] {
  width: auto;
  height: auto;
  margin-right: 10px;
}
.affwp-form textarea {
  min-height: 130px;
}
.affwp-form .button {
  width: auto !important;
  height: 50px;
  border-radius: 5px;
  line-height: 0.5;
  padding: 0 30px;
}

.affwp-errors {
  border-radius: 10px;
  padding: 30px;
  border-color: #fff;
  -webkit-box-shadow: 0 10px 50px rgba(146, 155, 177, 0.15);
          box-shadow: 0 10px 50px rgba(146, 155, 177, 0.15);
  background-color: #fff;
  margin-top: 20px;
}
.affwp-errors .affwp-error {
  font-size: 15px;
  color: var(--color-warning);
}

#affwp-affiliate-dashboard-wrap #affwp-affiliate-dashboard-url-generator p br {
  display: none;
}

.affwp-affiliate-dashboard__item.active a {
  font-weight: 500;
  background-color: #eeefff;
  color: var(--color-primary);
}
.affwp-affiliate-dashboard__item.active a i,
.affwp-affiliate-dashboard__item.active a span,
.affwp-affiliate-dashboard__item.active a svg {
  color: var(--color-primary);
}

.affwp-tab-content {
  padding: 50px;
  border-radius: 10px;
  -webkit-box-shadow: 0 10px 50px rgba(146, 155, 177, 0.15);
          box-shadow: 0 10px 50px rgba(146, 155, 177, 0.15);
  background-color: #fff;
}
.affwp-tab-content:not(:last-child) {
  margin-bottom: 30px;
}

.documentation-intro-box {
  z-index: -1;
  margin: 0 50px 0;
}
@media only screen and (max-width: 767px) {
  .documentation-intro-box {
    margin: 0 30px 0;
  }
}
@media only screen and (max-width: 575px) {
  .documentation-intro-box {
    margin: 0 15px 0;
  }
}
.documentation-intro-box .banner-shape svg {
  min-height: 500px;
}
@media only screen and (max-width: 1399px) {
  .documentation-intro-box .banner-shape svg {
    min-height: 400px;
  }
}
@media only screen and (max-width: 767px) {
  .documentation-intro-box .banner-shape svg {
    min-height: 300px;
  }
}
.documentation-intro-box .documentation-intro-content {
  min-height: 490px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 82px;
}
@media only screen and (max-width: 1399px) {
  .documentation-intro-box .documentation-intro-content {
    min-height: 440px;
    padding-top: 52px;
  }
}
@media only screen and (max-width: 991px) {
  .documentation-intro-box .documentation-intro-content {
    min-height: 420px;
  }
}
@media only screen and (max-width: 767px) {
  .documentation-intro-box .documentation-intro-content {
    min-height: 140px;
    padding-top: 30px;
  }
}

.documentation-area-absolute {
  margin-top: -238px;
}
@media only screen and (max-width: 767px) {
  .documentation-area-absolute {
    margin-top: 0;
  }
}
@media only screen and (max-width: 575px) {
  .documentation-area-absolute {
    margin-top: 30px;
  }
}

.sovWare-documentation-card {
  padding: 40px;
  background-color: #fff;
  -webkit-box-shadow: 0 25px 50px rgba(146, 155, 177, 0.15);
          box-shadow: 0 25px 50px rgba(146, 155, 177, 0.15);
  margin-bottom: 30px;
  border-radius: 10px;
}
.sovWare-documentation-card__img {
  margin-bottom: 22px;
}
.sovWare-documentation-card__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  margin: 0 auto;
  margin-bottom: 22px;
}
.sovWare-documentation-card__icon.documentation-bg-primary {
  background-color: #F1F3FF;
}
.sovWare-documentation-card__icon.documentation-bg-orange {
  background-color: #FFECEE;
}
.sovWare-documentation-card__icon.documentation-bg-yellow {
  background-color: #FEEEF1;
}
.sovWare-documentation-card__icon.documentation-bg-blue {
  background-color: #EAF1FF;
}
.sovWare-documentation-card__content--title {
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 14px;
  color: var(--color-gray-900);
}
.sovWare-documentation-card__content--title:hover a {
  color: var(--color-primary);
}
.sovWare-documentation-card__content--title a {
  -webkit-transition: 0.35s;
  transition: 0.35s;
  color: var(--color-gray-900);
}
.sovWare-documentation-card__content p {
  font-size: 16px;
  color: #5C637E;
  font-weight: 400;
  line-height: 1.75;
  margin-bottom: 30px;
}
.sovWare-documentation-card .btn {
  font-size: 15px;
  font-weight: 500;
}
.sovWare-documentation-card .btn-video-documentation {
  background-color: #FFF1F4;
  color: #F61946;
}
.sovWare-documentation-card .btn-video-documentation:hover {
  color: #fff;
  background-color: #F61946;
}
.sovWare-documentation-card .btn-video-documentation i,
.sovWare-documentation-card .btn-video-documentation svg {
  margin-right: 6px;
}

/* All Template */
.product-template {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px 32px;
}
@media only screen and (max-width: 1199px) {
  .product-template {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.product-template .product-sidebar {
  min-width: 316px;
  max-width: 316px;
  position: relative;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(16, 24, 40, 0.04);
          box-shadow: 0px 2px 4px 0px rgba(16, 24, 40, 0.04);
  border-radius: 16px;
}
@media only screen and (max-width: 1199px) {
  .product-template .product-sidebar {
    position: fixed;
    background-color: #fff;
    -webkit-box-shadow: 0 21px 81px rgba(0, 0, 0, 0.1);
            box-shadow: 0 21px 81px rgba(0, 0, 0, 0.1);
    z-index: -1;
    height: 100%;
    width: 316px;
    top: 33%;
    left: 0%;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border-radius: 16px 0 0 16px;
  }
  .product-template .product-sidebar.show {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    z-index: 999 !important;
  }
}
.product-template .product-sidebar .product-sidebar-close {
  position: absolute;
  right: -40px;
  top: 0;
  max-width: 40px;
  min-width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 8px;
  padding: 0;
  font-size: 23px;
  border-radius: 0 16px 16px 0;
}
.product-template .product-sidebar .product-sidebar-close:focus, .product-template .product-sidebar .product-sidebar-close:hover {
  background-color: var(--color-primary);
  opacity: 1;
  background-color: var(--color-danger);
}
.product-template .product-listing-wrapper {
  width: 100%;
}

.product-sidebar-header {
  padding: 20px 40px;
  gap: 5px 30px;
}
.product-sidebar-header img,
.product-sidebar-header svg {
  color: var(--color-gray-900);
  width: 18px;
  height: 18px;
}
.product-sidebar-header__title {
  font-size: 1rem;
  line-height: 1.25;
  font-weight: 600;
  gap: 4px 8px;
  color: var(--color-gray-900);
}
.product-sidebar-header__reset {
  color: var(--color-gray-600);
  font-family: var(--font-family-inter);
  background-color: transparent !important;
  padding: 0;
  margin: 0;
  font-weight: 600;
  font-size: 16px;
  text-transform: capitalize;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.product-sidebar-header__reset.active {
  color: var(--color-success) !important;
}
.product-sidebar-header__reset:focus, .product-sidebar-header__reset:hover {
  opacity: 0.8;
  color: var(--color-danger) !important;
}

.product-sidebar-content {
  padding: 30px 40px;
}
@media only screen and (max-width: 1199px) {
  .product-sidebar-content {
    overflow-y: auto;
    height: calc(100vh - 350px);
  }
}

.product-sidebar-widget__title h6 {
  font-size: 1rem;
  line-height: 1.25;
  font-weight: 700;
  position: relative;
  text-transform: capitalize;
  margin-bottom: 14px;
}
.product-sidebar-widget__title h6:before {
  position: absolute;
  text-transform: capitalize;
  font-size: 12px;
  font-family: "theme-icons";
  content: "E";
  font-weight: 900;
  margin-left: auto;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  color: var(--color-gray-800);
}
.product-sidebar-widget__title h6:hover:before {
  color: var(--color-primary);
}
.product-sidebar-widget__title .widget_title__distence {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.3333333333;
  color: var(--color-gray-900);
  margin-top: 4px;
}
.product-sidebar-widget__title .widget_title__distence strong {
  font-weight: 600;
}
.product-sidebar-widget__title.nocollapse h6::before {
  display: none;
}
.product-sidebar-widget__title[aria-expanded=false] h6:before {
  content: "D";
}

.product-item-category {
  /* See more & see less */
}
.product-item-category ul li {
  text-transform: capitalize;
}
.product-item-category ul li:not(:last-child) {
  margin-bottom: 8px;
}
.product-item-category ul li label {
  width: 100%;
}
.product-item-category ul li .item-numbers {
  float: right;
  color: var(--color-gray-600);
  font-size: 13px;
  font-weight: 600;
  margin-top: 2px;
}
.product-item-category__limit .more {
  color: var(--color-primary);
  text-transform: capitalize;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  font-size: 13px;
  font-weight: 500;
}
.product-item-category__limit .more:before {
  content: "E";
  font-size: 10px;
  font-family: "theme-icons";
  font-weight: 900;
  margin-left: auto;
  position: absolute;
  right: -15px;
  top: 4px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.product-item-category__limit .more.less:before {
  content: "D";
}

.product-header__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px 30px;
  padding: 19px 32px;
}
.product-header__box--left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 20px;
}
.product-header__title {
  font-size: 20px;
  color: var(--color-gray-900);
  font-weight: 700;
  margin: 0;
}
.product-header__filter-list {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 7px 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-header__filter-item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-header__filter-item.active .product-header__filter-link {
  background-color: var(--color-primary-500);
  color: var(--color-white);
  font-weight: 600;
}
.product-header__filter-link {
  color: var(--color-gray-700);
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  padding: 3px 11px;
  border-radius: 8px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2px 4px;
}
.product-header__filter-link svg {
  width: 15px;
  height: 15px;
}
.product-header__search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid var(--b-gray-200);
  -webkit-box-shadow: 0px 7px 20px 5px rgba(16, 24, 40, 0.03);
          box-shadow: 0px 7px 20px 5px rgba(16, 24, 40, 0.03);
  padding: 5px 10px;
  border-radius: 8px;
  position: relative;
  min-width: 160px;
  height: 42px;
  overflow: hidden;
}
.product-header__search-input {
  border: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: var(--color-gray-600);
  font-weight: 400;
  padding-left: 32px;
}
.product-header__search-input:focus, .product-header__search-input::-webkit-input-placeholder {
  color: var(--color-gray-600) !important;
}
.product-header__search-input:focus, .product-header__search-input::-moz-placeholder {
  color: var(--color-gray-600) !important;
}
.product-header__search-input:focus, .product-header__search-input::-ms-input-placeholder {
  color: var(--color-gray-600) !important;
}
.product-header__search-input:focus, .product-header__search-input::placeholder {
  color: var(--color-gray-600) !important;
}
.product-header__search-button {
  position: absolute;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 42px;
  height: 42px;
  background-color: var(--color-white) !important;
}
.product-header__search-button svg {
  min-width: 18px;
  height: 18px;
  color: var(--color-gray-600);
}

.product-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 8px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.product-thumbnail {
  padding: 20px 20px 0;
  border-radius: 16px;
  background: rgba(212, 68, 241, 0.1254901961);
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.product-thumbnail.background-1 {
  background: rgba(212, 68, 241, 0.1254901961);
}
.product-thumbnail.background-2 {
  background: rgba(108, 58, 248, 0.1254901961);
}
.product-thumbnail.background-3 {
  background: rgba(0, 169, 99, 0.1254901961);
}
.product-thumbnail.background-4 {
  background: rgba(0, 154, 229, 0.1254901961);
}
.product-thumbnail.background-5 {
  background: rgba(255, 158, 47, 0.1254901961);
}
.product-thumbnail.background-6 {
  background: rgba(251, 61, 56, 0.1254901961);
}
.product-thumbnail img {
  display: block;
  width: 100%;
  height: 100%;
  background-color: var(--color-gray-600);
}
@media only screen and (max-width: 1199px) {
  .product-thumbnail img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.product-thumb-direction {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.product-thumb-direction .product-badge-pro {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 5px 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3px 6px;
  border-radius: 8px;
  background-color: var(--color-gray-900);
  -webkit-box-shadow: 0px 2px 4px 0px rgba(16, 16, 20, 0.04);
          box-shadow: 0px 2px 4px 0px rgba(16, 16, 20, 0.04);
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--color-warning-600);
  border: 1px solid var(--color-warning-600);
}
.product-thumb-direction .product-badge-pro svg {
  width: 16px;
  height: 16px;
  color: var(--color-warning-600);
  visibility: visible;
}
.product-thumb-direction .product-badge-branding {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.product-thumb-direction .product-badge-branding a {
  width: 36px;
  height: 36px;
  padding: 4px;
  background-color: var(--color-white);
  border-radius: 8px;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(16, 16, 20, 0.04);
          box-shadow: 0px 2px 4px 0px rgba(16, 16, 20, 0.04);
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.product-thumb-direction .product-badge-branding a img {
  min-width: 28px;
  height: 28px;
  border-radius: 6px;
}
.product-thumb-direction .product-badge-branding a:hover {
  opacity: 0.8;
}

.product-thumb--top-left {
  left: 20px;
  top: 20px;
}

.product-thumb--top-right {
  top: 20px;
  right: 20px;
}

.product-thumb--bottom-left {
  left: 20px;
  bottom: 20px;
}

.product-thumb--bottom-right {
  right: 20px;
  bottom: 20px;
}

.product-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(var(--color-gray-900-rgb), 0.2);
  visibility: hidden;
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.product-card:hover .product-overlay,
.product-card:hover .product-thumb-direction {
  opacity: 1;
  visibility: visible;
}

.product-overlay__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.product-overlay__list .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 14px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  height: 40px;
  border-radius: 12px;
  -webkit-box-shadow: 0px 4px 16px 0px rgba(16, 24, 40, 0.04);
          box-shadow: 0px 4px 16px 0px rgba(16, 24, 40, 0.04);
  text-transform: capitalize;
  gap: 6px;
}
.product-overlay__list .btn svg {
  width: 20px;
  height: 20px;
}
.product-overlay__list .btn:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.product-overlay__list .btn-light {
  background-color: var(--color-white);
  color: var(--color-gray-900);
}
.product-overlay__list .btn-primary {
  color: var(--color-white);
}

.product-overlay__list li {
  margin: 0;
}

.product-details {
  padding: 20px 12px 16px;
}

.product-title {
  margin: 0 0 -5px;
  font-weight: 600;
  color: var(--color-gray-900);
}
.product-title:hover {
  color: var(--color-primary);
}
.product-title a {
  color: currentColor;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.product-contents .product-excerpt {
  margin: 6px 0;
  color: var(--color-gray-600);
}
.product-contents .product-category {
  margin-top: 10px;
}
.product-contents .product-category__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px 20px;
  padding: 0;
  margin: 0;
  overflow-x: auto;
  white-space: nowrap;
  scrollbar-width: none;
}
.product-contents .product-category__list li {
  position: relative;
  color: var(--color-gray-600);
  font-size: 14px;
  font-weight: 500;
  line-height: 22.4px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.product-contents .product-category__list li:not(:last-child):after {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  right: -14px;
  background-color: var(--color-gray-400);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  border-radius: 50%;
}
.product-contents .product-category__list li a {
  color: currentColor;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.product-contents .product-category__list li a:hover {
  color: var(--color-primary);
}

.product-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 6px;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.meta-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.product-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6px;
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 1399px) {
  .product-actions {
    gap: 4px;
  }
}
.product-actions li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 4px 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
.product-actions li.active svg {
  color: var(--color-danger) !important;
}
.product-actions li svg {
  color: var(--color-gray-600);
  width: 16px;
  height: 16px;
}
.product-actions li a {
  color: var(--color-gray-600);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6px;
}
.product-actions li:hover {
  color: var(--color-primary);
}
.product-actions li:hover a {
  color: var(--color-primary);
}
.product-actions li:hover svg {
  color: var(--color-primary);
}

.view-details {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 10px 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  border-radius: 10px;
  height: 44px;
  background-color: var(--color-primary-100) !important;
  -webkit-box-shadow: 0px 4px 16px 0px rgba(16, 24, 40, 0.04);
          box-shadow: 0px 4px 16px 0px rgba(16, 24, 40, 0.04);
  color: var(--color-primary);
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  text-transform: capitalize;
}
.view-details:hover {
  background-color: var(--color-primary) !important;
  color: var(--color-white);
}

.product-pagination {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 50px 0 0;
}
@media only screen and (min-width: 1199.99px) {
  .product-pagination {
    margin-right: 160px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.product-pagination__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  background-color: var(--color-primary-100);
  color: var(--color-primary-500);
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.product-pagination__link svg {
  width: 16px;
  height: 16px;
  color: currentColor;
}
.product-pagination__link.pagination-control-prev, .product-pagination__link.pagination-control-next {
  font-size: 16px;
}
.product-pagination__link.pagination-control-prev span, .product-pagination__link.pagination-control-next span {
  margin-top: 5px;
}
.product-pagination__link.active {
  background-color: var(--color-primary);
  color: var(--color-white);
}

/*---------------------------------------------------------
#. Footer
-----------------------------------------------------------*/
.site-footer__bottom {
  border-top: 1px solid var(--color-gray-200);
  padding: 21px 0;
}
@media only screen and (max-width: 991px) {
  .site-footer__bottom {
    text-align: center;
    padding: 45px 0 50px;
  }
}
.site-footer__bottom .ext-product-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--color-gray-800);
  font-size: 12px;
  gap: 10px;
}
@media only screen and (max-width: 991px) {
  .site-footer__bottom .ext-product-logo {
    margin-bottom: 25px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.site-footer__bottom .ext-product-logo svg {
  height: 19px;
}
@media only screen and (max-width: 991px) {
  .site-footer .footer-logo {
    display: inline-block;
    margin-bottom: 30px;
  }
}
.site-footer .footer-logo > img {
  max-width: 50px;
  min-width: 50px;
}
.site-footer .copyright-text {
  font-size: 14px;
}
@media only screen and (max-width: 991px) {
  .site-footer .copyright-text {
    text-align: center;
    margin-bottom: 20px;
  }
}
.site-footer .copyright-text a {
  color: var(--color-gray-600);
}
.site-footer .copyright-text a:hover {
  color: var(--color-primary);
}

.download-template-theme-dclassified .site-footer {
  padding-top: 250px;
}
@media only screen and (max-width: 767px) {
  .download-template-theme-dclassified .site-footer {
    padding-top: 200px;
  }
}

.widget {
  color: #b7c3c8;
}
.widget h3 {
  font-size: 18px;
  font-weight: 700;
}
.widget a {
  font-size: 15px;
  outline: none;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  color: var(--color-white);
  line-height: 1.4933333333;
  font-weight: 400;
}
.widget a:hover {
  color: var(--color-primary);
}
.widget select {
  padding: 8px 10px;
  width: 100%;
}
.widget ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.widget li {
  line-height: 2;
  margin-bottom: 0;
}
.widget li:not(:last-child) {
  margin-bottom: 5px;
}
.widget li:last-child {
  margin-bottom: 0;
}
.widget li ul.children,
.widget li ul.sub-menu {
  list-style-type: none;
  margin-bottom: 15px;
  padding-left: 20px;
  margin-top: 15px;
}
.widget li ul.children li:last-child,
.widget li ul.sub-menu li:last-child {
  margin-bottom: 0;
}
.widget.widget.widget_nav_menu a {
  font-size: 14px;
}
.widget.widget_text {
  margin-bottom: 18px;
}
.widget.widget_text p {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
  color: var(--color-gray-700);
}

.widget.widget_calendar table {
  margin-top: 0;
}
.widget.widget_calendar table caption {
  padding-top: 0;
}
.widget.widget_calendar table th,
.widget.widget_calendar table td {
  padding: 7px;
}

.widget.widget_tag_cloud,
.widget.widget_product_tag_cloud {
  font-size: 0;
}
.widget.widget_tag_cloud a,
.widget.widget_product_tag_cloud a {
  color: #b7c3c8;
  padding: 6px 10px;
  display: inline-block;
  font-size: 13px !important;
  margin-bottom: 3px;
  margin-right: 3px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border: 1px solid #373737;
  border-radius: 3px;
  line-height: 1.5;
}
.widget.widget_tag_cloud a:hover,
.widget.widget_product_tag_cloud a:hover {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
}

.footer-newsletter {
  position: relative;
  max-width: 350px;
}
.footer-newsletter input[type=email] {
  border-radius: 5px;
  border: 0 none;
  -webkit-box-shadow: 0 10px 20px rgba(146, 155, 177, 0.1);
          box-shadow: 0 10px 20px rgba(146, 155, 177, 0.1);
  padding-left: 20px;
  height: 50px;
  width: 100%;
  font-size: 14px;
  font-weight: 300;
  color: #aeb9cd !important;
  color: var(--color-gray-700);
  background-color: var(--color-white);
}
.footer-newsletter input[type=email]::-webkit-input-placeholder {
  color: var(--color-gray-500);
}
.footer-newsletter input[type=email]::-moz-placeholder {
  color: var(--color-gray-500);
}
.footer-newsletter input[type=email]::-ms-input-placeholder {
  color: var(--color-gray-500);
}
.footer-newsletter input[type=email]::placeholder {
  color: var(--color-gray-500);
}
.footer-newsletter i,
.footer-newsletter svg {
  pointer-events: none;
  cursor: pointer;
  font-size: 13px;
  position: absolute;
  line-height: 1;
  top: 18px;
  right: 18px;
  color: #fff;
  fill: #fff;
}
.footer-newsletter i:before,
.footer-newsletter svg:before {
  margin: 0;
}
.footer-newsletter .ajax-loader {
  position: absolute;
  bottom: -20px;
}
.footer-newsletter .wpcf7-not-valid-tip {
  margin-top: 10px;
}
.footer-newsletter .ff-el-group {
  margin-bottom: 0;
}
.footer-newsletter .ff-el-group .ff-btn-submit {
  color: transparent;
  background: transparent;
  padding: 0;
  position: absolute;
  top: 0px;
  right: 5px;
  font-size: 0;
  border: none;
  border-radius: 5px;
}
.footer-newsletter .ff-el-group .ff-btn-submit:before {
  display: inline-block;
  text-align: center;
  color: #fff;
  content: url("../svg/icons/send.svg");
  background-position: center center;
  background: var(--color-primary);
  font-size: 0;
  width: 40px;
  height: 40px;
  line-height: 53px;
  padding: 0 9.2px;
  border-radius: 5px;
}
.footer-newsletter .ff-message-success {
  font-size: 15px;
}

.ff-message-success {
  border: 0 none !important;
  text-align: left;
  padding: 15px 20px;
  border-radius: 0.25rem;
  color: #249500;
  background-color: #E0F5D9;
}

.footer-social .icons {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}
.footer-social .icons li {
  display: inline-block;
}
.footer-social .icons li.facebook-f i,
.footer-social .icons li.facebook-f span,
.footer-social .icons li.facebook-f svg {
  color: #3e64bb;
}
.footer-social .icons li.twitter i,
.footer-social .icons li.twitter span,
.footer-social .icons li.twitter svg {
  color: #00adee;
}
.footer-social .icons li.youtube i,
.footer-social .icons li.youtube span,
.footer-social .icons li.youtube svg {
  color: #e40509;
}
.footer-social .icons li.instagram i,
.footer-social .icons li.instagram span,
.footer-social .icons li.instagram svg {
  color: #ff346b;
}
.footer-social .icons li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  -webkit-box-shadow: 0 3px 6px rgba(146, 155, 177, 0.1);
          box-shadow: 0 3px 6px rgba(146, 155, 177, 0.1);
  background-color: var(--color-white);
}

.footer-top-area .widget.widget_tag_cloud a:hover {
  color: var(--color-gray-800);
  background-color: #fff;
  border-color: #fff;
}

@media only screen and (max-width: 991px) {
  .footer-navigation {
    text-align: center !important;
  }
}
@media only screen and (max-width: 767px) {
  .footer-navigation.text-right {
    margin-top: 20px;
    text-align: center !important;
  }
}
.footer-navigation .menu-footer-container ul {
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 10px 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer-navigation .menu-footer-container ul li {
  line-height: 1.43;
  display: inline-block;
  position: relative;
}
.footer-navigation .menu-footer-container ul li a {
  font-size: 14px;
  color: var(--color-gray-600);
}
.footer-navigation .menu-footer-container ul li a:hover {
  color: var(--color-primary);
}
.footer-navigation .menu-footer-container ul li:not(:last-child):after {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  right: -14px;
  background-color: var(--color-gray-400);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  border-radius: 50%;
}

.site-footer__top ul li.badge-new a, .site-footer__top ul li.hiring-tag a {
  position: relative;
}
.site-footer__top ul li.badge-new a:after, .site-footer__top ul li.hiring-tag a:after {
  content: "New";
  position: absolute;
  z-index: 22;
  top: 2px;
  left: calc(100% + 7px);
  padding: 0 3px;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 16px;
  color: #fff;
  border-radius: 3px;
  background-color: #ff346b !important;
}
.site-footer__top ul li.hiring-tag a:after {
  content: "Hiring";
}
@media only screen and (max-width: 991px) {
  .site-footer__top .pl-60 {
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }
}

/*------------------------------------
#. Button
------------------------------------*/
.btn {
  border: 0 none;
  font-family: var(--font-family-inter);
  font-size: 16px;
  line-height: 1.5;
  height: 44px;
  padding: 0 16px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6px;
}
.btn:hover {
  border: 0 none;
}
.btn:hover.btn-primary {
  background-color: var(--color-primary) !important;
}
.btn:focus {
  outline: none;
  -webkit-box-shadow: 0 0;
          box-shadow: 0 0;
}
.btn.active:focus {
  outline: none;
  -webkit-box-shadow: 0 0;
          box-shadow: 0 0;
}
.btn.btn-primary:hover {
  -webkit-box-shadow: 0 8px 20px rgba(var(--color-primary-rgb), 0.2);
          box-shadow: 0 8px 20px rgba(var(--color-primary-rgb), 0.2);
}

/* Button Type */
.btn.btn-primary {
  color: var(--color-white);
  background-color: var(--color-primary);
}
.btn.btn-primary.btn-white {
  color: var(--color-primary);
  background-color: var(--color-white);
}
.btn.btn-primary.btn-white:hover {
  color: var(--color-white);
  background-color: var(--color-primary);
}
.btn.btn-secondary {
  color: var(--color-white);
  background-color: var(--color-secondary);
}
.btn.btn-info {
  color: var(--color-white);
  background-color: var(--color-info);
}
.btn.btn-success {
  color: var(--color-white);
  background-color: var(--color-success);
}
.btn.btn-warning {
  color: var(--color-white);
  background-color: var(--color-warning);
}
.btn.btn-warning-400 {
  color: var(--color-white);
  border-color: var(--color-warning-400);
  background-color: var(--color-warning-400);
}
.btn.btn-warning-500 {
  color: var(--color-white);
  border-color: var(--color-warning-500);
  background-color: var(--color-warning-500);
}
.btn.btn-danger {
  color: var(--color-white);
  background-color: var(--color-danger);
}
.btn.btn-pink {
  color: var(--color-white);
}

/* Button Transparent */
.btn.btn-transparent {
  border: 0 none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn.btn-transparent.btn-primary {
  background-color: rgba(var(--color-primary-rgb), 0.1) !important;
  color: var(--color-primary);
}
.btn.btn-transparent.btn-primary:hover {
  color: var(--color-white);
  background-color: var(--color-primary) !important;
}
.btn.btn-transparent.btn-success {
  background-color: #e6f7e9 !important;
  color: var(--color-success);
}
.btn.btn-transparent.btn-success:hover {
  color: var(--color-white);
  background-color: var(--color-success) !important;
}
.btn.btn-transparent.btn-secondary {
  background-color: #e0f7fa !important;
  color: var(--color-secondary);
}
.btn.btn-transparent.btn-secondary:hover {
  color: var(--color-white);
  background-color: var(--color-secondary) !important;
}
.btn.btn-transparent.btn-info {
  background-color: rgba(0, 144, 253, 0.1254901961) !important;
  color: var(--color-info);
}
.btn.btn-transparent.btn-info:hover {
  color: var(--color-white);
  background-color: var(--color-info) !important;
}
.btn.btn-transparent.btn-pink {
  background-color: rgba(255, 52, 107, 0.062745098) !important;
}
.btn.btn-transparent.btn-pink:hover {
  color: var(--color-white);
  background-color: #ff346b !important;
}

/* Button Outlined */
.btn.btn-outlined {
  background-color: transparent !important;
  border-width: 1px;
  border-style: solid;
}
.btn.btn-outlined.btn-primary {
  color: var(--color-primary);
  border-color: var(--color-primary);
}
.btn.btn-outlined.btn-primary.bg-white-overwrite {
  background-color: var(--color-white) !important;
}
.btn.btn-outlined.btn-primary.bg-white-overwrite:hover {
  background-color: var(--color-primary) !important;
}
.btn.btn-outlined.btn-secondary {
  color: var(--color-secondary);
  border-color: var(--color-secondary);
}
.btn.btn-outlined.btn-secondary:hover {
  color: var(--color-white);
  background-color: var(--color-secondary) !important;
}
.btn.btn-outlined.btn-success {
  color: var(--color-success);
  border-color: var(--color-success);
}
.btn.btn-outlined.btn-success:hover {
  color: var(--color-white);
  background-color: var(--color-success) !important;
}
.btn.btn-outlined.btn-info {
  color: var(--color-info);
  border-color: var(--color-info);
}
.btn.btn-outlined.btn-info:hover {
  color: var(--color-white);
  background-color: var(--color-info) !important;
}
.btn.btn-outlined.btn-warning {
  color: var(--color-warning);
  border-color: var(--color-warning);
}
.btn.btn-outlined.btn-warning:hover {
  color: var(--color-white);
  background-color: var(--color-warning) !important;
}
.btn.btn-outlined.btn-warning-400 {
  color: var(--color-warning);
  border-color: var(--color-warning-400);
}
.btn.btn-outlined.btn-warning-400:hover {
  color: var(--color-white);
  background-color: var(--color-warning-400) !important;
}
.btn.btn-outlined.btn-danger {
  color: var(--color-danger);
  border-color: var(--color-danger);
}
.btn.btn-outlined.btn-danger:hover {
  color: var(--color-white);
  background-color: var(--color-danger) !important;
}
.btn.btn-outlined.btn-dark {
  color: var(--color-gray-600);
  border-color: var(--color-gray-500);
}
.btn.btn-outlined.btn-dark:hover {
  color: var(--color-white);
  background-color: var(--color-gray-900) !important;
}
.btn.btn-outlined:hover {
  color: var(--color-white);
}

/* Button Raised */
.btn.btn-raised.btn-secondary {
  -webkit-box-shadow: 0 10px 15px rgba(var(--color-secondary-rgb), 0.1);
          box-shadow: 0 10px 15px rgba(var(--color-secondary-rgb), 0.1);
}
.btn.btn-raised.btn-secondary:hover {
  -webkit-box-shadow: 0 10px 20px rgba(var(--color-secondary-rgb), 0.2);
          box-shadow: 0 10px 20px rgba(var(--color-secondary-rgb), 0.2);
}
.btn.btn-raised.btn-success {
  -webkit-box-shadow: 0 10px 15px rgba(var(--color-success-rgb), 0.1);
          box-shadow: 0 10px 15px rgba(var(--color-success-rgb), 0.1);
}
.btn.btn-raised.btn-success:hover {
  -webkit-box-shadow: 0 10px 20px rgba(var(--color-success-rgb), 0.2);
          box-shadow: 0 10px 20px rgba(var(--color-success-rgb), 0.2);
}
.btn.btn-raised.btn-info {
  -webkit-box-shadow: 0 10px 15px rgba(var(--color-info-rgb), 0.1);
          box-shadow: 0 10px 15px rgba(var(--color-info-rgb), 0.1);
}
.btn.btn-raised.btn-info:hover {
  -webkit-box-shadow: 0 10px 20px rgba(var(--color-info-rgb), 0.2);
          box-shadow: 0 10px 20px rgba(var(--color-info-rgb), 0.2);
}
.btn.btn-raised.btn-warning {
  -webkit-box-shadow: 0 10px 15px rgba(var(--color-warning-rgb), 0.1);
          box-shadow: 0 10px 15px rgba(var(--color-warning-rgb), 0.1);
}
.btn.btn-raised.btn-warning:hover {
  -webkit-box-shadow: 0 10px 20px rgba(var(--color-warning-rgb), 0.2);
          box-shadow: 0 10px 20px rgba(var(--color-warning-rgb), 0.2);
}
.btn.btn-raised.btn-danger {
  -webkit-box-shadow: 0 10px 15px rgba(var(--color-danger-rgb), 0.1);
          box-shadow: 0 10px 15px rgba(var(--color-danger-rgb), 0.1);
}
.btn.btn-raised.btn-danger:hover {
  -webkit-box-shadow: 0 10px 20px rgba(var(--color-danger-rgb), 0.2);
          box-shadow: 0 10px 20px rgba(var(--color-danger-rgb), 0.2);
}
.btn.btn-raised.btn-dark {
  -webkit-box-shadow: 0 10px 15px rgba(var(--color-gray-900-rgb), 0.1);
          box-shadow: 0 10px 15px rgba(var(--color-gray-900-rgb), 0.1);
}
.btn.btn-raised.btn-dark:hover {
  -webkit-box-shadow: 0 10px 20px rgba(var(--color-gray-900-rgb), 0.12);
          box-shadow: 0 10px 20px rgba(var(--color-gray-900-rgb), 0.12);
}
.btn.btn-raised.btn-gray {
  -webkit-box-shadow: 0 10px 15px rgba(251, 251, 251, 0.1);
          box-shadow: 0 10px 15px rgba(251, 251, 251, 0.1);
}
.btn.btn-raised.btn-gray:hover {
  -webkit-box-shadow: 0 10px 20px rgba(251, 251, 251, 0.2);
          box-shadow: 0 10px 20px rgba(251, 251, 251, 0.2);
}
.btn.btn-raised.btn-pink {
  color: var(--color-white);
  -webkit-box-shadow: 0 10px 15px rgba(255, 52, 107, 0.1);
          box-shadow: 0 10px 15px rgba(255, 52, 107, 0.1);
}
.btn.btn-raised.btn-pink:hover {
  -webkit-box-shadow: 0 10px 20px rgba(255, 52, 107, 0.2);
          box-shadow: 0 10px 20px rgba(255, 52, 107, 0.2);
}

/* Button Shape */
.btn.btn-round {
  border-radius: 33px;
}
.btn.btn-radius-5 {
  border-radius: 5px;
}
.btn.btn-cta {
  height: 50px;
  line-height: 50px;
  font-size: 15px;
  font-weight: 600;
  padding: 0 30px;
  border-radius: 5px;
}

/* Button Size */
.btn.btn-lg {
  font-size: 16px;
  height: 52px;
  line-height: 1.25;
  padding: 0 30px;
}
.btn.btn-md {
  font-size: 16px;
  height: 48px;
  line-height: 1.5;
  padding: 0 18px;
}
.btn.btn-sm {
  font-size: 14px;
  height: 40px;
  line-height: 1.4285714286;
  padding: 0 14px;
}
.btn.btn-xs {
  font-size: 14px;
  height: 36px;
  line-height: 1.4285714286;
  padding: 0 12px;
}
.btn.btn-xxs {
  font-size: 12px;
  height: 30px;
  line-height: 1.6;
  padding: 0 14px;
}

/*  Button Play */
.btn-play {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}

.btn-link {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  -webkit-transition: 0.36s ease-in;
  transition: 0.36s ease-in;
  color: var(--color-primary);
}
.btn-link:hover {
  letter-spacing: 1.2px;
}
.btn-link:hover:after {
  width: 100%;
  opacity: 1;
  visibility: visible;
}
.btn-link:after {
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 0%;
  height: 2px;
  opacity: 0;
  visibility: hidden;
  content: "";
  -webkit-transition: 0.5s ease-in;
  transition: 0.5s ease-in;
  background-color: var(--color-primary);
}
.btn-link i,
.btn-link span,
.btn-link svg,
.btn-link img {
  margin: 2px 0 0 8px;
}
.btn-link:hover {
  text-decoration: none;
}

.btn-more {
  font-weight: 500;
  color: var(--color-primary);
}

a.theme-back-to-top {
  position: absolute;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  font-size: 28px;
  -webkit-box-shadow: 0 5px 50px rgba(146, 155, 177, 0.15);
          box-shadow: 0 5px 50px rgba(146, 155, 177, 0.15);
  bottom: 56px;
  right: 30px;
  z-index: 999;
  text-align: center;
  line-height: 2;
  text-decoration: none;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  color: var(--color-primary);
  background-color: var(--color-white);
}
a.theme-back-to-top:hover {
  background-color: var(--color-primary);
  color: var(--color-white);
}
@media only screen and (max-width: 767px) {
  a.theme-back-to-top {
    width: 50px;
    height: 50px;
  }
}
a.theme-back-to-top i {
  font-size: 30px;
}
a.theme-back-to-top i:before {
  margin: 0;
  -webkit-animation: ScrollTopAnim 1.5s ease-in-out 0s infinite;
          animation: ScrollTopAnim 1.5s ease-in-out 0s infinite;
}

.dashboard-contents__product-details .paddle_styled_button.green.paddle_button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 18px;
  margin: 0;
  font-size: 14px !important;
  font-weight: 500;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid #ccc;
  border-radius: 6px;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 42px;
  border: 0 none;
  position: relative;
  top: 34px;
  background: var(--color-success);
}
@media only screen and (max-width: 479px) {
  .dashboard-contents__product-details .paddle_styled_button.green.paddle_button {
    right: -140px;
  }
}
@media only screen and (max-width: 379px) {
  .dashboard-contents__product-details .paddle_styled_button.green.paddle_button {
    right: -90px;
  }
}

/*-------------------------------------
#. Icon Box
---------------------------------------*/
.icon-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.icon-box.gradientPrimary {
  -webkit-box-shadow: 0 15px 20px rgba(var(--color-primary-rgb), 0.2);
          box-shadow: 0 15px 20px rgba(var(--color-primary-rgb), 0.2);
}
.icon-box.gradientWarningReverse {
  -webkit-box-shadow: 0 15px 20px rgba(255, 52, 107, 0.2);
          box-shadow: 0 15px 20px rgba(255, 52, 107, 0.2);
}
.icon-box.gradientSuccessReverse {
  -webkit-box-shadow: 0 15px 20px rgba(var(--color-success-rgb), 0.2);
          box-shadow: 0 15px 20px rgba(var(--color-success-rgb), 0.2);
}
.icon-box.box-lg {
  width: 94px;
  height: 94px;
  border-radius: 30px;
}
.icon-box.box-md {
  width: 74px;
  height: 74px;
  border-radius: 20px;
}
.icon-box.box-sm {
  width: 66px;
  height: 66px;
  border-radius: 33px;
}
.icon-box svg,
.icon-box img {
  min-width: 34px;
  min-height: 34px;
}
.icon-box svg > g {
  opacity: 1;
}

.icon-box.box-circle {
  border-radius: 50%;
}

.icon-box.box-raised {
  -webkit-box-shadow: 0 15px 40px rgba(174, 185, 205, 0.2);
          box-shadow: 0 15px 40px rgba(174, 185, 205, 0.2);
}

/*------------------------------------
#. Badge
------------------------------------*/
.badge {
  padding: 0.4em 0.67em;
  border-radius: 3px;
  color: #fff;
}
.badge.badge-primary {
  background-color: var(--color-primary);
}
.badge.badge-secondary {
  background-color: var(--color-secondary);
}
.badge.badge-success {
  background-color: var(--color-success);
}
.badge.badge-info {
  background-color: var(--color-info);
}
.badge.badge-warning {
  background-color: var(--color-warning);
}
.badge.badge-danger {
  background-color: var(--color-danger);
}
.badge.badge-salmon {
  background-color: #F08080;
}
.badge.badge-state-gray {
  background-color: #8AB9BA;
}

.badge.badge-circle {
  padding: 0.585em 0.75em;
  border-radius: 50%;
}
.badge.badge-pill {
  border-radius: 22px;
}

.badge.badge-sm {
  border-radius: 3px;
  padding: 0.42em 1.072em;
  font-size: 11px;
  font-weight: 500;
}
.badge.badge-lg {
  padding: 0.917em 1.854em;
}

.badge.badge-new {
  color: #fff;
  border-radius: 3px;
  display: inline-block;
  padding: 0 6px;
  font-size: 11px;
  text-transform: capitalize;
  font-weight: 500;
  line-height: 21px;
  margin: 0;
}

/* Badge Upcoming */
.badge.badge-upcoming {
  color: #484D61;
  border-radius: 3px;
  display: inline-block;
  padding: 0 10.9px;
  border-radius: 4px;
  font-size: 12px;
  text-transform: capitalize;
  font-weight: 700;
  line-height: 22px;
  background-color: #D9DEEC;
  margin: 0;
}

/*------------------------------------
#. Form
------------------------------------*/
.form-group,
.affwp-wrap {
  text-align: left;
}
.form-group label,
.affwp-wrap label {
  color: var(--color-gray-800);
  margin-bottom: 3px;
}
.form-group label span,
.affwp-wrap label span {
  margin-left: 5px;
}
.form-group input,
.form-group textarea,
.form-group select,
.affwp-wrap input,
.affwp-wrap textarea,
.affwp-wrap select {
  border-radius: 5px;
  padding: 15px 20px;
  border-color: #DADCE0;
  height: 50px;
  width: 100%;
  font-size: 16px;
  font-weight: 300;
}
.form-group input::-webkit-input-placeholder,
.form-group textarea::-webkit-input-placeholder,
.form-group select::-webkit-input-placeholder,
.affwp-wrap input::-webkit-input-placeholder,
.affwp-wrap textarea::-webkit-input-placeholder,
.affwp-wrap select::-webkit-input-placeholder {
  color: var(--color-gray-600);
  font-size: 14px;
}
.form-group input::-moz-placeholder,
.form-group textarea::-moz-placeholder,
.form-group select::-moz-placeholder,
.affwp-wrap input::-moz-placeholder,
.affwp-wrap textarea::-moz-placeholder,
.affwp-wrap select::-moz-placeholder {
  color: var(--color-gray-600);
  font-size: 14px;
}
.form-group input::-ms-input-placeholder,
.form-group textarea::-ms-input-placeholder,
.form-group select::-ms-input-placeholder,
.affwp-wrap input::-ms-input-placeholder,
.affwp-wrap textarea::-ms-input-placeholder,
.affwp-wrap select::-ms-input-placeholder {
  color: var(--color-gray-600);
  font-size: 14px;
}
.form-group input::placeholder,
.form-group textarea::placeholder,
.form-group select::placeholder,
.affwp-wrap input::placeholder,
.affwp-wrap textarea::placeholder,
.affwp-wrap select::placeholder {
  color: var(--color-gray-600);
  font-size: 14px;
}
.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus,
.affwp-wrap input:focus,
.affwp-wrap textarea:focus,
.affwp-wrap select:focus {
  outline: transparent;
}
.form-group .select-wrapper,
.affwp-wrap .select-wrapper {
  position: relative;
}
.form-group .select-wrapper:after,
.affwp-wrap .select-wrapper:after {
  font-size: 20px;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: unicons;
  content: "\eb3a";
}
.form-group .select-wrapper select,
.affwp-wrap .select-wrapper select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.form-group.form-password,
.affwp-wrap.form-password {
  position: relative;
}
.form-group.form-password .password_toggle,
.affwp-wrap.form-password .password_toggle {
  position: absolute;
  right: 20px;
  bottom: 12px;
  cursor: pointer;
}
.form-group.form-password .password_toggle.visible:before,
.affwp-wrap.form-password .password_toggle.visible:before {
  content: "";
  position: absolute;
  height: 2px;
  width: calc(100% + 5px);
  background: #aeb9cd;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(30deg);
          transform: translate(-50%, -50%) rotate(30deg);
}

.form-box {
  margin-top: -90px;
  border-radius: 16px;
  -webkit-box-shadow: 0px 20px 24px -4px var(--Colors-Effects-Shadows-shadow-xl_01, rgba(16, 24, 40, 0.08)), 0px 8px 8px -4px var(--Colors-Effects-Shadows-shadow-xl_02, rgba(16, 24, 40, 0.03));
          box-shadow: 0px 20px 24px -4px var(--Colors-Effects-Shadows-shadow-xl_01, rgba(16, 24, 40, 0.08)), 0px 8px 8px -4px var(--Colors-Effects-Shadows-shadow-xl_02, rgba(16, 24, 40, 0.03));
  background-color: var(--color-white);
}
.form-box .form-element .form-group {
  margin-bottom: 26px;
}
.form-box .form-element .form-group .btn {
  font-size: 15px;
  font-weight: 500;
  border-radius: 6px;
  border: 0 none;
}
.form-box .form-element .form-group .btn:hover {
  border: 0 none;
}
.form-box .form-devider-line {
  margin: 30px 0 20px;
  width: 100%;
  height: 18px;
  text-align: center;
  position: relative;
  z-index: 10;
}
.form-box .form-devider-line .line-text {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 15px;
  font-weight: 500;
  min-width: 50px;
  background-color: var(--color-white);
}
.form-box .form-devider-line:after {
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  z-index: -1;
}
.form-box .form-bottom {
  padding: 30px 85px 30px;
  border-radius: 0 0 10px 10px;
  text-align: center;
  background-color: #f9fbff;
}
@media only screen and (max-width: 1599px) {
  .form-box .form-bottom {
    padding: 30px 50px 35px;
  }
}
@media only screen and (max-width: 767px) {
  .form-box .form-bottom {
    padding: 30px;
  }
}
@media only screen and (max-width: 479px) {
  .form-box .form-bottom {
    padding: 15px;
  }
}
.form-box .form-bottom p {
  margin-bottom: 0;
  color: var(--color-gray-600);
}
.form-box .form-bottom p a {
  color: var(--color-primary);
  font-weight: 500;
  text-decoration: underline;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  font-size: 14px;
  padding: 14px 16px;
  border: 0 none;
  background-color: #fff3e1;
  border-radius: 6px;
  color: var(--color-gray-700);
}

.wpcf7 form.sent .wpcf7-response-output {
  font-size: 14px;
  padding: 14px 16px;
  border: 0 none;
  border-radius: 6px;
  color: var(--color-gray-700);
  background-color: #e6f7e9;
}

.dm-social-login {
  position: relative;
  padding-bottom: 36px;
  margin-bottom: 33px;
  border-bottom: 1px solid var(--color-gray-300);
}
.dm-social-login .nsl-container-buttons {
  width: 100%;
}
.dm-social-login ul {
  margin: -3px;
}
.dm-social-login ul li {
  margin: 3px;
}
.dm-social-login a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--color-gray-800);
  background: var(--color-white);
  height: 50px;
  line-height: 50px;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0 3px 10px rgba(146, 155, 177, 0.15);
          box-shadow: 0 3px 10px rgba(146, 155, 177, 0.15);
  border-radius: 6px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.dm-social-login a:hover {
  -webkit-box-shadow: 0 10px 20px rgba(146, 155, 177, 0.15);
          box-shadow: 0 10px 20px rgba(146, 155, 177, 0.15);
}
.dm-social-login a svg {
  margin-right: 16px;
}
.dm-social-login:before {
  content: "Or";
  position: absolute;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 60px;
  height: 20px;
  text-align: center;
  font-size: 15px;
  line-height: 1;
  font-weight: 400;
  color: #929bb1;
  background-color: var(--color-white);
}

.formgent-subscriber-wrapper .formgent-shortcode form {
  background: transparent;
}
.formgent-subscriber-wrapper .formgent-shortcode .formgent-field {
  margin: 0;
}
.formgent-subscriber-wrapper .formgent-shortcode .formgent-field-list {
  padding: 0;
  background: transparent;
}
.formgent-subscriber-wrapper .formgent-shortcode .formgent-field-single__input {
  height: 48px;
  color: #ffffff;
  background: #252e3a;
  border-radius: 12px;
  border: 1px solid #383f47;
  padding-right: 135px;
}
.formgent-subscriber-wrapper .formgent-shortcode .formgent-field-single__input::-webkit-input-placeholder {
  color: #747c89;
}
.formgent-subscriber-wrapper .formgent-shortcode .formgent-field-single__input::-moz-placeholder {
  color: #747c89;
}
.formgent-subscriber-wrapper .formgent-shortcode .formgent-field-single__input::-ms-input-placeholder {
  color: #747c89;
}
.formgent-subscriber-wrapper .formgent-shortcode .formgent-field-single__input::placeholder {
  color: #747c89;
}
.formgent-subscriber-wrapper .formgent-shortcode .formgent-btn {
  position: absolute;
  right: 0;
  top: 0;
  height: 48px;
  padding: 0 25px;
  background: #ffffff;
  color: #141921;
  border-radius: 12px;
  border: 1px solid #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.formgent-subscriber-wrapper .formgent-shortcode .formgent-btn:hover {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}

.custom-checkbox input {
  display: none;
}
.custom-checkbox label {
  display: inline-block !important;
  font-size: 14px;
}
.custom-checkbox input[type=checkbox] + label {
  min-width: 18px;
  min-height: 18px;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  position: relative;
  padding-left: 30px;
  margin-bottom: 0;
  line-height: 1.2;
  font-weight: 500;
  color: var(--color-gray-700);
}
.custom-checkbox input[type=checkbox] + label:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border-radius: 4px;
  content: "";
  background-color: var(--color-white);
  border: 2px solid var(--b-gray-400);
}
.custom-checkbox input[type=checkbox] + label:before {
  position: absolute;
  font-size: 10px;
  left: 5px;
  top: 4px;
  font-weight: 900;
  font-family: "theme-icons";
  content: "L";
  display: block;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: 2;
  color: var(--color-primary);
}
.custom-checkbox input[type=checkbox]:checked + label:after {
  background-color: var(--color-primary);
  border: 1px solid var(--color-primary);
}
.custom-checkbox input[type=checkbox]:checked + label:before {
  opacity: 1;
  color: var(--color-white);
}
.custom-checkbox.custom-checkbox--success input[type=checkbox]:checked + label:after {
  background-color: var(--color-success);
  border: 1px solid var(--color-success);
}

.custom-checkbox input:indeterminate ~ label::after {
  background: var(--color-primary);
  font-weight: 900;
  font-family: "theme-icons";
  content: "L";
  color: var(--color-white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  align-items: center;
  font-size: 10px;
  line-height: 2;
  border: 1px solid var(--color-primary);
}
.custom-checkbox.custom-checkbox--success input:indeterminate ~ label::after {
  background: var(--color-success);
  border: 1px solid var(--color-success);
}

.custom-checkbox.disabled {
  opacity: 0.4;
}
.custom-checkbox.disabled label {
  cursor: not-allowed;
}
.custom-checkbox.disabled input[type=checkbox]:checked + label:after {
  background-color: var(--color-white);
  border: 1px solid var(--color-border-light);
}
.custom-checkbox.disabled input[type=checkbox]:checked + label:before {
  color: var(--color-light);
  font-size: 8px;
  left: 5px;
  top: 5px;
}

.custom-checkbox.checkbox-theme-2 input[type=checkbox] + label:after {
  background-color: var(--color-white);
  border: 1px solid var(--color-border-light);
}
.custom-checkbox.checkbox-theme-2 input[type=checkbox] + label::before {
  top: 4px;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 3px;
  background-color: var(--color-primary);
}

.checkbox-controll__actions {
  margin-top: 35px;
}
.checkbox-controll__actions .btn-checkToggle {
  min-width: 95px;
  margin-right: 10px;
}
.checkbox-controll__actions .btn-activeToggle {
  min-width: 70px;
}

.checkbox-group-header {
  border-bottom: 1px solid var(--color-border-light);
  padding-bottom: 5px;
  margin-bottom: 30px;
}

.checkbox-group__single:not(:last-child) {
  margin-right: 10px;
}

/*---------------------------------------------
# Theme page
-----------------------------------------------*/
/*  Theme Banner */
.atbd-theme-intro {
  background: -webkit-gradient(linear, left top, left bottom, from(#FEFAF1), to(#ffffff));
  background: linear-gradient(#FEFAF1, #ffffff);
}
@media only screen and (max-width: 991px) {
  .atbd-theme-intro.pt-120 {
    padding-top: 110px;
  }
}
@media only screen and (max-width: 767px) {
  .atbd-theme-intro.pt-120 {
    padding-top: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .atbd-theme-intro.pb-70 {
    padding-bottom: 0px;
  }
}
.atbd-theme-intro .shape {
  z-index: 0;
}
@media only screen and (max-width: 991px) {
  .atbd-theme-intro .shape {
    display: none;
  }
}
.atbd-theme-intro .shape.shape-left {
  bottom: 0%;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}

/*  Theme Feature */
.theme-feature-box {
  -webkit-box-shadow: 0 40px 50px rgba(174, 185, 205, 0.15);
          box-shadow: 0 40px 50px rgba(174, 185, 205, 0.15);
  padding: 80px 50px 30px;
  border-radius: 10px;
  background-color: var(--color-white);
}
@media only screen and (max-width: 767px) {
  .theme-feature-box {
    padding: 30px;
  }
}
.theme-feature-box .shape {
  right: -160px;
  bottom: -120px;
}
@media only screen and (max-width: 1599px) {
  .theme-feature-box .shape {
    right: -80px;
    bottom: -100px;
  }
}
@media only screen and (max-width: 1399px) {
  .theme-feature-box .shape {
    display: none;
  }
}
.theme-feature-box .shape #circle-shape {
  opacity: 0.07;
}

.theme-feature-item {
  margin-bottom: 50px;
}
@media only screen and (max-width: 991px) {
  .theme-feature-item {
    max-width: 370px;
    text-align: center;
    margin: 0 auto 50px;
  }
}
.theme-feature-item__icon {
  margin-bottom: 25px;
  opacity: 0.8;
}
@media only screen and (max-width: 991px) {
  .theme-feature-item__icon {
    margin: 0 auto 25px;
  }
}
.theme-feature-item__icon.gradientVioletReverse {
  -webkit-box-shadow: 0 10px 10px rgba(156, 105, 248, 0.2);
          box-shadow: 0 10px 10px rgba(156, 105, 248, 0.2);
}
.theme-feature-item__icon.gradientWarningReverse {
  -webkit-box-shadow: 0 10px 10px rgba(250, 123, 176, 0.2);
          box-shadow: 0 10px 10px rgba(250, 123, 176, 0.2);
}
.theme-feature-item__icon.gradientInfo {
  -webkit-box-shadow: 0 10px 10px rgba(102, 123, 255, 0.2);
          box-shadow: 0 10px 10px rgba(102, 123, 255, 0.2);
}
.theme-feature-item__icon.gradientLightBlue {
  -webkit-box-shadow: 0 10px 10px rgba(116, 121, 212, 0.2);
          box-shadow: 0 10px 10px rgba(116, 121, 212, 0.2);
}
.theme-feature-item__icon.gradientSecondaryReverse {
  -webkit-box-shadow: 0 10px 10px rgba(50, 189, 177, 0.2);
          box-shadow: 0 10px 10px rgba(50, 189, 177, 0.2);
}
.theme-feature-item__icon.gradientSuccessReverse {
  -webkit-box-shadow: 0 10px 10px rgba(54, 173, 103, 0.2);
          box-shadow: 0 10px 10px rgba(54, 173, 103, 0.2);
}
.theme-feature-item__content h1,
.theme-feature-item__content h2,
.theme-feature-item__content h3,
.theme-feature-item__content h4,
.theme-feature-item__content h5,
.theme-feature-item__content h6 {
  margin-bottom: 18px;
}
.theme-feature-item__content p {
  margin-bottom: 0;
}

/*  Directory Theme */
.dt-theme-item {
  border-radius: 15px;
  max-width: 370px;
  margin: 0 auto 30px;
}
.dt-theme-item.bg-primary-transparent {
  background-color: #F8F8F8 !important;
}
.dt-theme-item__img {
  padding: 30px 0 0;
  margin-bottom: 28px;
  text-align: center;
}
.dt-theme-item__img img {
  border-radius: 8px;
  width: 310px;
  -webkit-box-shadow: 0 10px 30px rgba(146, 155, 177, 0.1);
          box-shadow: 0 10px 30px rgba(146, 155, 177, 0.1);
}
.dt-theme-item__info {
  margin-top: 0px;
  padding: 0 30px 30px;
}
@media only screen and (max-width: 1399px) {
  .dt-theme-item__info {
    padding: 0 30px 40px;
  }
}
.dt-theme-item__info h1,
.dt-theme-item__info h2,
.dt-theme-item__info h3,
.dt-theme-item__info h4,
.dt-theme-item__info h5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 6px;
}
.dt-theme-item__info a {
  color: var(--color-gray-900);
}
.dt-theme-item__info a:hover {
  color: var(--color-primary);
}
.dt-theme-item__info .badge-new {
  margin-left: 10px;
}
.dt-theme-item__info P {
  font-size: 18px;
  margin-bottom: 16px;
  color: #484D61;
}
.dt-theme-item .include-text {
  font-size: 15px;
  color: var(--color-gray-900);
  margin-bottom: 12px;
}
.dt-theme-item .include-text img {
  margin-left: 8px;
}
.dt-theme-item__actions {
  margin-top: 25px;
}
.dt-theme-item__actions a {
  min-width: 134px;
}
@media only screen and (max-width: 991px) {
  .dt-theme-item__actions a {
    min-width: 124px;
  }
}
@media only screen and (max-width: 379px) {
  .dt-theme-item__actions a {
    min-width: 100px;
  }
}
.dt-theme-item__actions a:hover {
  color: var(--color-white);
}
.dt-theme-item__actions a + a {
  margin-left: 16px;
}
@media only screen and (max-width: 379px) {
  .dt-theme-item__actions a + a {
    margin-left: 8px;
  }
}
.dt-theme-item__actions .btn.btn-raised {
  -webkit-box-shadow: 0 10px 15px rgba(var(--color-primary), 0.15);
          box-shadow: 0 10px 15px rgba(var(--color-primary), 0.15);
}

/*  Shining List */
.shining-list li {
  display: inline-block;
  position: relative;
}
.shining-list li:not(:last-child) {
  margin-right: 8px;
}
.shining-list li:first-child {
  font-weight: 600;
}
.shining-list li:first-child:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  content: "";
}
.shining-list li i,
.shining-list li svg {
  color: var(--color-success);
}
.shining-list li i:before,
.shining-list li svg:before {
  margin: 0;
}

/*  Customer Showcase */
.showcase-single {
  position: relative;
  border-radius: 8px;
  max-width: 370px;
  margin: 0 auto 60px auto;
}
@media only screen and (max-width: 991px) {
  .showcase-single {
    margin: 0 auto 30px auto;
  }
}
.showcase-single__img {
  position: relative;
  -webkit-box-shadow: 0 10px 40px rgba(16, 12, 51, 0.2);
          box-shadow: 0 10px 40px rgba(16, 12, 51, 0.2);
  margin-bottom: 20px;
  border-radius: 8px;
}
.showcase-single__img img {
  border-radius: 8px;
}
.showcase-single__img:hover .showcase-preview {
  opacity: 1;
  visibility: visible;
}
.showcase-single .showcase-preview {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.showcase-single .showcase-preview:hover:after,
.showcase-single .showcase-preview:hover .btn-preview {
  opacity: 1;
  visibility: visible;
}
.showcase-single .showcase-preview:after {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(39, 40, 46, 0.6);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  content: "";
}
.showcase-single .showcase-preview .btn-preview {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  z-index: 10;
}
.showcase-single figcaption {
  border-radius: 8px;
}
.showcase-single figcaption .showcase-single__title {
  margin-bottom: 0;
  font-size: calc(1.025rem + 0.3vw);
}
@media (min-width: 1200px) {
  .showcase-single figcaption .showcase-single__title {
    font-size: 1.25rem;
  }
}
.showcase-single figcaption .showcase-single__title a {
  color: var(--color-gray-900);
}
.showcase-single figcaption .showcase-single__title a:hover {
  color: var(--color-primary);
}
.showcase-single figcaption .showcase-single__subtitle {
  display: inline-block;
  margin-top: 5px;
}
.showcase-single figcaption .showcase-single__subtitle a {
  display: inline-block;
  margin: 0 2px;
  color: var(--color-primary);
}

/*-------------------------------------
#. Homepage
---------------------------------------*/
.dm_dashboard__feature {
  padding-bottom: 100px;
}
@media only screen and (max-width: 991px) {
  .dm_dashboard__feature {
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .dm_dashboard__feature {
    padding-bottom: 40px;
  }
}
.dm_dashboard__feature .dashboard-feature-part {
  padding: 106px 60px 100px;
  border-radius: 30px;
  background: rgba(var(--color-primary), 0.08);
}
@media only screen and (max-width: 1399px) {
  .dm_dashboard__feature .dashboard-feature-part {
    padding: 106px 40px 100px;
  }
}
@media only screen and (max-width: 1199px) {
  .dm_dashboard__feature .dashboard-feature-part {
    padding: 106px 24px 100px;
  }
}
@media only screen and (max-width: 991px) {
  .dm_dashboard__feature .dashboard-feature-part {
    padding: 52px 24px 57px;
  }
}
@media only screen and (max-width: 767px) {
  .dm_dashboard__feature .dashboard-feature-part {
    padding: 32px 24px 37px;
  }
}
.dm_dashboard__feature .dashboard-feature-part .dashboard-feature .single-feature {
  position: relative;
  top: 0;
  padding: 30px 25px;
  background: #fff;
  border-radius: 20px;
  text-align: center;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
@media only screen and (max-width: 1399px) {
  .dm_dashboard__feature .dashboard-feature-part .dashboard-feature .single-feature {
    padding: 30px 15px;
  }
}
@media only screen and (max-width: 991px) {
  .dm_dashboard__feature .dashboard-feature-part .dashboard-feature .single-feature {
    padding: 30px 20px;
  }
}
.dm_dashboard__feature .dashboard-feature-part .dashboard-feature .single-feature .single-featured-img {
  margin: 0 0 32px;
  height: 115px;
}
.dm_dashboard__feature .dashboard-feature-part .dashboard-feature .single-feature .single-featured-title {
  font-size: calc(1.025rem + 0.3vw);
  font-weight: 500;
  color: var(--color-gray-900);
}
@media (min-width: 1200px) {
  .dm_dashboard__feature .dashboard-feature-part .dashboard-feature .single-feature .single-featured-title {
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 991px) {
  .dm_dashboard__feature .dashboard-feature-part .dashboard-feature .single-feature .single-featured-title br {
    display: none;
  }
}
.dm_dashboard__feature .dashboard-feature-part .dashboard-feature .single-feature .single-featured-desc {
  margin: 0;
}
.dm_dashboard__feature .dashboard-feature-part .dashboard-feature .single-feature:hover {
  top: -5px;
  -webkit-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}
.dm_dashboard__template {
  padding: 110px 0 70px;
}
@media only screen and (max-width: 991px) {
  .dm_dashboard__template {
    padding: 52px 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .dm_dashboard__template {
    padding: 32px 0 0px;
  }
}
.dm_dashboard__template .section-header {
  margin-bottom: 50px;
}
@media only screen and (max-width: 991px) {
  .dm_dashboard__template .section-header {
    margin-bottom: 25px;
  }
}
.dm_dashboard__template .single-template__img-part {
  position: relative;
}
.dm_dashboard__template .single-template__img-part .preview-btn {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
  opacity: 0;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.dm_dashboard__template .single-template__img-part .preview-btn .btn {
  height: 34px;
  line-height: 34px;
  font-size: 0.8125rem;
  padding: 0 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.dm_dashboard__template .single-template__img-part .preview-btn .btn img {
  border-radius: 14px;
  margin-right: 7px;
}
.dm_dashboard__template .single-template__img-part .preview-btn .btn:hover {
  opacity: 0.9;
}
.dm_dashboard__template .single-template__img-part:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 14px;
  background: rgba(var(--color-gray-900), 0.1);
  opacity: 0;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.dm_dashboard__template .single-template__img-part:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 105px;
  border-radius: 0 0 14px 14px;
  background: -webkit-linear-gradient(rgba(var(--color-gray-900), 0), #080607);
  opacity: 0;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.dm_dashboard__template .single-template__img img {
  height: 280px;
  width: 100%;
  border-radius: 14px;
}
.dm_dashboard__template .single-template__content-part {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 13px;
}
.dm_dashboard__template .single-template__title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 0.9375rem;
  line-height: 1.333;
  font-weight: 500;
  margin-bottom: 0;
  margin-right: 15px;
}
.dm_dashboard__template .single-template__title a {
  color: var(--color-gray-900);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.dm_dashboard__template .single-template__title a:hover {
  color: var(--color-primary);
}
.dm_dashboard__template .single-template__price {
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--color-primary);
}
.dm_dashboard__template .single-template__price.free {
  color: var(--color-success);
}
.dm_dashboard__template .single-template .product-cats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  margin: 4px -5px -5px;
}
.dm_dashboard__template .single-template .product-cats .single-product-cat {
  display: inline-block;
  margin: 5px;
  margin-right: 15px;
  font-size: 0.8125rem;
  line-height: 1;
  color: #7F828B;
}
.dm_dashboard__template .single-template .product-cats .single-product-cat:last-child {
  margin-right: 0;
}
.dm_dashboard__template .single-template .product-cats .single-product-cat a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #7F828B;
}
.dm_dashboard__template .single-template .product-cats .single-product-cat a:hover {
  color: var(--color-primary);
}
.dm_dashboard__template .single-template .product-cats .single-product-cat img {
  max-width: 14px;
  height: 14px;
  margin-right: 5px;
  margin-top: -2px;
}
.dm_dashboard__template .single-template:hover .single-template__img-part .preview-btn {
  bottom: 20px;
  opacity: 1;
}
.dm_dashboard__template .single-template:hover .single-template__img-part:before {
  opacity: 1;
}
.dm_dashboard__template .single-template:hover .single-template__img-part:after {
  opacity: 0.8;
}
.dm_dashboard__template .btn-part .all-product-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
  line-height: 40px;
  font-family: "Avenir";
  font-size: 14px;
  border-radius: 20px;
  background: #E7E8EB;
  margin: 10px 0 40px;
}
.dm_dashboard__template .btn-part .all-product-btn svg {
  margin-left: 7px;
  margin-bottom: 1px;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.dm_dashboard__template .btn-part .all-product-btn:hover {
  color: #fff;
  background: #212529;
}
.dm_dashboard__template .btn-part .all-product-btn:hover svg path {
  fill: #fff;
}
.dm_dashboard__frameworks {
  padding: 112px 0 124px;
  background: -webkit-linear-gradient(90deg, #FFFFFF, #FFF5F8);
}
@media only screen and (max-width: 991px) {
  .dm_dashboard__frameworks {
    padding: 52px 0 40px;
  }
}
@media only screen and (max-width: 767px) {
  .dm_dashboard__frameworks {
    padding: 32px 0 20px;
  }
}
.dm_dashboard__frameworks .single-framework {
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 30px;
  background: #fff;
  margin-bottom: 20px;
  border-radius: 40px;
  -webkit-box-shadow: 0 20px 40px rgba(208, 166, 200, 0.15);
          box-shadow: 0 20px 40px rgba(208, 166, 200, 0.15);
}
@media only screen and (max-width: 767px) {
  .dm_dashboard__frameworks .single-framework {
    height: 60px;
  }
}
.dm_dashboard__frameworks .single-framework .category-icon {
  max-height: 40px;
  margin-right: 17px;
}
.dm_dashboard__frameworks .single-framework .fm-category-name {
  font-size: calc(1.025rem + 0.3vw);
  font-weight: 500;
  color: var(--color-gray-900);
}
@media (min-width: 1200px) {
  .dm_dashboard__frameworks .single-framework .fm-category-name {
    font-size: 1.25rem;
  }
}
.dm_dashboard__frameworks .single-framework.single-feature {
  padding: 20px;
}
.dm_dashboard__frameworks .single-framework.single-feature .fm-category-name {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.35;
}
.dm_dashboard__frameworks.dm_dashboard__features {
  padding: 112px 0 110px;
  background: #FBFBFB;
}
@media only screen and (max-width: 991px) {
  .dm_dashboard__frameworks.dm_dashboard__features {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 767px) {
  .dm_dashboard__frameworks.dm_dashboard__features {
    padding: 40px 0;
  }
}
.dm_dashboard__frameworks.dm_dashboard__features .section-header {
  margin-bottom: 52px;
}
@media only screen and (max-width: 991px) {
  .dm_dashboard__frameworks.dm_dashboard__features .section-header {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .dm_dashboard__frameworks.dm_dashboard__features .section-header {
    margin-bottom: 20px;
  }
}
.dm_dashboard__frameworks.dm_dashboard__features .dashboard--frameworks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: -10px;
}
@media only screen and (max-width: 991px) {
  .dm_dashboard__frameworks.dm_dashboard__features .dashboard--frameworks {
    margin: -10px 0;
  }
}
.dm_dashboard__frameworks.dm_dashboard__features .dashboard--frameworks .single-feature {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 23%;
          flex: 0 0 23%;
  max-width: 25%;
  margin: 10px;
}
@media only screen and (max-width: 1199px) {
  .dm_dashboard__frameworks.dm_dashboard__features .dashboard--frameworks .single-feature {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 31%;
            flex: 0 0 31%;
    max-width: 33%;
  }
}
@media only screen and (max-width: 991px) {
  .dm_dashboard__frameworks.dm_dashboard__features .dashboard--frameworks .single-feature {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
            flex: 0 0 45%;
    max-width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .dm_dashboard__frameworks.dm_dashboard__features .dashboard--frameworks .single-feature {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
.dm_dashboard__custom-project .custom-project {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 63px 120px 40px 150px;
  border-radius: 30px;
  background: rgba(var(--color-warning), 0.1);
}
@media only screen and (max-width: 1399px) {
  .dm_dashboard__custom-project .custom-project {
    padding: 50px 30px;
  }
}
@media only screen and (max-width: 991px) {
  .dm_dashboard__custom-project .custom-project {
    display: inline-block;
  }
}
.dm_dashboard__custom-project .custom-project__left .custom-project__img img {
  min-width: 350px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 1199px) {
  .dm_dashboard__custom-project .custom-project__left .custom-project__img img {
    min-width: 300px;
  }
}
@media only screen and (max-width: 991px) {
  .dm_dashboard__custom-project .custom-project__left .custom-project__img img {
    min-width: auto;
    max-height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.dm_dashboard__custom-project .custom-project__right {
  margin-left: 115px;
}
@media only screen and (max-width: 1199px) {
  .dm_dashboard__custom-project .custom-project__right {
    margin-left: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .dm_dashboard__custom-project .custom-project__right {
    margin: 30px 0 0;
  }
}
.dm_dashboard__custom-project .custom-project__right .btn-part .btn {
  height: 50px;
  padding: 0 38px;
  line-height: 50px;
}
.dm_dashboard__custom-project .custom-project__right .btn-part .btn img {
  margin-right: 10px;
}
.dm_dashboard__custom-project .custom-project__title {
  font-size: calc(1.275rem + 3.3vw);
  font-weight: 600;
  line-height: 1;
  margin-bottom: 23px;
}
@media (min-width: 1200px) {
  .dm_dashboard__custom-project .custom-project__title {
    font-size: 3.75rem;
  }
}
@media only screen and (max-width: 991px) {
  .dm_dashboard__custom-project .custom-project__title {
    font-size: 40px;
  }
  .dm_dashboard__custom-project .custom-project__title br {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .dm_dashboard__custom-project .custom-project__title {
    font-size: 35px;
  }
}
@media only screen and (max-width: 479px) {
  .dm_dashboard__custom-project .custom-project__title {
    font-size: 30px;
  }
}
.dm_dashboard__custom-project .custom-project__title .warning {
  color: var(--color-warning);
}
.dm_dashboard__custom-project .custom-project__desc {
  font-size: 18px;
  font-weight: 400;
  color: var(--color-gray-800);
  margin-bottom: 26px;
}
.dm_dashboard__testimonial {
  padding: 124px 0 0;
}
@media only screen and (max-width: 991px) {
  .dm_dashboard__testimonial {
    padding: 53px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .dm_dashboard__testimonial {
    padding: 33px 0 0;
  }
}
.dm_dashboard__testimonial .section-header {
  margin-bottom: 60px;
}
@media only screen and (max-width: 991px) {
  .dm_dashboard__testimonial .section-header {
    margin-bottom: 30px;
  }
}
.dm_dashboard__testimonial .single-testimonial {
  direction: initial;
  position: relative;
  margin: 0 20px;
  padding: 50px 40px 40px;
  background: #fff;
  text-align: center;
  border-radius: 10px;
  -webkit-box-shadow: 0 20px 50px rgba(142, 142, 142, 0.15);
          box-shadow: 0 20px 50px rgba(142, 142, 142, 0.15);
}
.dm_dashboard__testimonial .single-testimonial .icon-part {
  position: absolute;
  top: -8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.dm_dashboard__testimonial .single-testimonial .author-part {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 26px;
}
.dm_dashboard__testimonial .single-testimonial .author-part .author-img {
  margin-right: 8px;
}
.dm_dashboard__testimonial .single-testimonial .author-part .author-img img {
  max-width: 40px;
  border-radius: 50%;
}
.dm_dashboard__testimonial .single-testimonial .author-part .author-text {
  text-align: left;
}
.dm_dashboard__testimonial .single-testimonial .author-part .author-text span {
  display: block;
  font-size: 14px;
  line-height: 1.2;
}
.dm_dashboard__testimonial .single-testimonial .author-part .author-text span.title {
  font-size: 16px;
  font-weight: 500;
  color: var(--color-gray-900);
  margin-bottom: 3px;
}
.dm_dashboard__testimonial .theme-testimonial-swiper-reverse {
  margin-top: 40px;
}
.dm_dashboard__testimonial .slick-list {
  padding: 65px 0;
  margin: -65px 0;
}
.dm_dashboard__testimonial .slick-slider-reverse {
  margin-top: -90px;
  margin-bottom: -65px;
}

/*---------------------------------------------
# Testimonial page
-----------------------------------------------*/
.dashboard-testimonial-slider .single-testimonial {
  min-height: 265px;
}

.testimonial-intro-box {
  overflow: hidden;
}
.testimonial-intro-box .banner-shape {
  background-image: url("../svg/shapes/testimonial-bg.svg");
  background-position: center center;
}
.testimonial-intro-box .testimonial-intro-content {
  min-height: 500px;
  max-width: 550px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 1199px) {
  .testimonial-intro-box .testimonial-intro-content {
    min-height: 400px;
    padding-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .testimonial-intro-box .testimonial-intro-content {
    min-height: 350px;
    padding-top: 70px;
  }
}
@media only screen and (max-width: 575px) {
  .testimonial-intro-box .testimonial-intro-content br {
    display: none;
  }
}
.testimonial-intro-box .testimonial-intro-content h1 {
  line-height: 1.04;
}
.testimonial-intro-box .testimonial-intro-image {
  position: absolute;
  right: -18%;
  bottom: 0;
}
@media only screen and (max-width: 1599px) {
  .testimonial-intro-box .testimonial-intro-image {
    right: 0;
  }
}
@media only screen and (max-width: 1399px) {
  .testimonial-intro-box .testimonial-intro-image {
    right: -5%;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media only screen and (max-width: 1199px) {
  .testimonial-intro-box .testimonial-intro-image {
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media only screen and (max-width: 991px) {
  .testimonial-intro-box .testimonial-intro-image {
    text-align: center;
    z-index: -1;
    opacity: 0.3;
  }
}
@media only screen and (max-width: 991px) {
  .testimonial-intro-box .testimonial-intro-image.mt-40 {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 1599px) {
  .testimonial-intro-box .testimonial-intro-image img {
    max-width: 80%;
  }
}

.client-speech-area {
  border-bottom: 1px solid var(--color-gray-300);
}
@media only screen and (max-width: 1399px) {
  .client-speech-area {
    padding-top: 50px !important;
  }
}

.client-speech-shape {
  left: -45px;
  top: -50px;
}
@media only screen and (max-width: 1399px) {
  .client-speech-shape {
    left: -5px;
  }
}
@media only screen and (max-width: 991px) {
  .client-speech-shape {
    display: none;
  }
}

.client-speech-item {
  position: relative;
  -webkit-box-shadow: 20px 20px 50px rgba(200, 186, 210, 0.2);
          box-shadow: 20px 20px 50px rgba(200, 186, 210, 0.2);
  border-radius: 8px;
  padding: 30px 40px 35px 30px;
  margin-bottom: 30px;
  min-height: 458px;
  background-color: var(--color-white);
}
.client-speech-item .btn-close {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 0;
  z-index: 999;
}
.client-speech-item .btn-close:hover {
  background: transparent;
}
.client-speech-item .btn-close i,
.client-speech-item .btn-close svg,
.client-speech-item .btn-close span {
  font-size: 24px;
  color: var(--color-warning);
}
.client-speech-item .shape {
  top: 10px;
  right: 10px;
  z-index: 1;
}
.client-speech-item__quote {
  display: inline-block;
  margin-bottom: 22px;
}
.client-speech-item__quote svg,
.client-speech-item__quote i,
.client-speech-item__quote span {
  width: 50px;
  height: 34px;
}
.client-speech-item__quote svg g {
  opacity: 0.2;
}
.client-speech-item__quote svg g path {
  fill: #4353FF;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.client-speech-item__quote.quote-deep svg > g {
  opacity: 1;
}
.client-speech-item__content {
  font-size: 18px;
  line-height: 1.667;
  font-weight: 400;
  min-height: 265px;
}
.client-speech-item__content h1,
.client-speech-item__content h2,
.client-speech-item__content h3,
.client-speech-item__content h4,
.client-speech-item__content h5,
.client-speech-item__content h6 {
  font-size: 22px;
  line-height: 1.364;
  font-weight: 500;
  margin-bottom: 15px;
  color: var(--color-gray-900) !important;
}
.client-speech-item__content p {
  font-size: 16px;
  font-weight: 400;
  color: var(--color-gray-800);
}
.client-speech-item__content .btn-link {
  padding: 0;
  font-size: 15px;
  font-weight: 400;
  margin-top: 6px;
  text-decoration: underline;
  color: #4353FF !important;
  background-color: var(--color-white);
}
.client-speech-item__content .btn-link:after {
  display: none;
}
.client-speech-item__content .btn-link:hover {
  color: var(--color-primary) !important;
}
.client-speech-item__author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 26px;
}
.client-speech-item__author img {
  max-width: 50px;
  border-radius: 50%;
}
.client-speech-item__author .author-info {
  display: inline-block;
  margin-left: 10px;
}
.client-speech-item__author .author-info .author-name {
  font-size: 16px;
  font-weight: 500;
  color: var(--color-gray-900);
  margin-bottom: 3px;
  margin-left: 0;
}
.client-speech-item__author .author-info .author-name p {
  margin-bottom: 0;
}
.client-speech-item__author .author-info .author-name p br {
  display: none;
}
.client-speech-item__author .author-info .author-name .sub-title {
  font-size: 14px;
  font-weight: 400;
  color: var(--color-gray-800);
}
.client-speech-item__author .author-info .author-location {
  font-size: 14px;
  color: var(--color-gray-800);
}
.client-speech-item__author .author-info .author-location p {
  margin-bottom: 0;
}
.client-speech-item__author .author-info span {
  display: block;
  line-height: 1.4;
}
.client-speech-item:target {
  border: 1px solid #4353FF;
  -webkit-box-shadow: 10px 25px 40px rgba(153, 147, 158, 0.3);
          box-shadow: 10px 25px 40px rgba(153, 147, 158, 0.3);
}
.client-speech-item:hover .client-speech-item__quote svg g {
  opacity: 1;
}
.client-speech-item:hover .client-speech-item__quote svg g path {
  fill: var(--color-primary);
}

.client-testimonial-slider__item .client-speech-item {
  -webkit-box-shadow: 20px 20px 40px rgba(158, 158, 158, 0.15);
          box-shadow: 20px 20px 40px rgba(158, 158, 158, 0.15);
}

.modal-moreSpeech__content {
  border-radius: 8px;
}
.modal-moreSpeech__content .client-speech-item {
  margin-bottom: 0;
}
.modal-moreSpeech__content .client-speech-item .client-speech-item__content {
  min-height: 100%;
}
.modal-moreSpeech__content .client-speech-item .btn-close {
  background: unset;
}
.modal-moreSpeech__content .client-speech-item .btn-close i {
  position: absolute;
  top: 0;
  right: 0;
}

.directorist-basic-testimonial {
  position: relative;
  max-width: 925px;
  margin: 0 auto;
  text-align: center;
}
.directorist-basic-testimonial .slick-arrow {
  position: absolute;
  bottom: -6px;
  right: 0;
  font-size: 0;
  width: auto;
  height: auto;
  padding: 0;
  line-height: unset;
  border-radius: 100%;
  background: transparent;
  color: #ccd1db;
}
.directorist-basic-testimonial .slick-arrow:before {
  content: "";
  font-family: "theme-icons";
  font-size: 12px;
  position: absolute;
  color: var(--color-gray-900);
}
.directorist-basic-testimonial .slick-arrow.slick-prev {
  right: 20px;
}
.directorist-basic-testimonial .slick-arrow.slick-prev:before {
  content: "a";
}
.directorist-basic-testimonial .slick-arrow.slick-next {
  right: 0;
}
.directorist-basic-testimonial .slick-arrow.slick-next:before {
  content: "b";
}
.directorist-basic-testimonial .slick-arrow:hover:before {
  color: var(--color-primary);
}
.directorist-basic-testimonial .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.directorist-basic-testimonial .slick-dots li {
  margin: 0 5px;
  line-height: 1;
}
.directorist-basic-testimonial .slick-dots li button {
  font-size: 0;
  width: 6px;
  height: 6px;
  min-height: unset;
  padding: 0;
  border-radius: 50%;
  border: 0 none;
  background-color: #ccd1db;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.directorist-basic-testimonial .slick-dots li button:hover {
  background-color: var(--color-primary);
}
.directorist-basic-testimonial .slick-dots li.slick-active button {
  background-color: var(--color-primary);
}

/*-------------------------------------
#. Products Details
---------------------------------------*/
.dm_dashboard__banner-single .theme-single-product-banner-content .banner-img {
  position: relative;
}
.dm_dashboard__banner-single .theme-single-product-banner-content .banner-img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background-color: rgba(var(--color-gray-900-rgb), 0.2);
}
.dm_dashboard__banner-single .theme-single-product-banner-content .banner-img img {
  border-radius: 15px;
}
@media only screen and (max-width: 1399px) {
  .dm_dashboard__banner-single .theme-single-product-banner-content .banner-img img {
    min-height: 500px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.dm_dashboard__banner-single .theme-single-product-banner-content .single-product-intro-content {
  position: absolute;
  bottom: -50px;
  right: 50px;
  width: 400px;
  max-width: calc(100% - 30px);
  padding: 37px 40px 35px;
  background: #fff;
  border-radius: 15px;
  -webkit-box-shadow: 0 15px 50px rgba(136, 136, 136, 0.2);
          box-shadow: 0 15px 50px rgba(136, 136, 136, 0.2);
}
@media only screen and (max-width: 991px) {
  .dm_dashboard__banner-single .theme-single-product-banner-content .single-product-intro-content {
    bottom: -30px;
    right: 15px;
  }
}
@media only screen and (max-width: 479px) {
  .dm_dashboard__banner-single .theme-single-product-banner-content .single-product-intro-content {
    padding: 30px 25px 25px;
  }
}
.dm_dashboard__banner-single .theme-single-product-banner-content .single-product-intro-content .btn {
  height: 42px;
  line-height: 42px;
  padding: 0 25px;
  font-size: 14px;
}
.dm_dashboard__banner-single .theme-single-product-banner-content .single-product-intro-content .btn.btn-gray {
  background-color: var(--color-gray-300);
  border-color: var(--color-gray-300);
}
.dm_dashboard__banner-single .theme-single-product-banner-content .single-product-intro-content .btn.btn-gray i {
  color: #7F828B;
}
.dm_dashboard__banner-single .theme-single-product-banner-content .single-product-intro-content .product-cats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -5px -5px 7px;
}
.dm_dashboard__banner-single .theme-single-product-banner-content .single-product-intro-content .product-cats .single-product-cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  margin: 5px;
  margin-right: 15px;
  color: #7F828B;
}
.dm_dashboard__banner-single .theme-single-product-banner-content .single-product-intro-content .product-cats .single-product-cat:last-child {
  margin-right: 0;
}
.dm_dashboard__banner-single .theme-single-product-banner-content .single-product-intro-content .product-cats .single-product-cat a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #7F828B;
}
.dm_dashboard__banner-single .theme-single-product-banner-content .single-product-intro-content .product-cats .single-product-cat a:hover {
  color: var(--color-primary);
}
.dm_dashboard__banner-single .theme-single-product-banner-content .single-product-intro-content .product-cats .single-product-cat img {
  max-width: 14px;
  margin-right: 7px;
  margin-top: -2px;
}
.dm_dashboard__banner-single .theme-single-product-banner-content .single-product-intro-content .single-product-title {
  font-size: calc(1.075rem + 0.9vw);
  line-height: 1.3;
  font-weight: 500;
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  .dm_dashboard__banner-single .theme-single-product-banner-content .single-product-intro-content .single-product-title {
    font-size: 1.75rem;
  }
}
.dm_dashboard__banner-single .theme-single-product-banner-content .single-product-intro-content .single-product-intro-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 30px;
  margin-bottom: 28px;
  border-bottom: 1px solid var(--color-gray-300);
}
@media only screen and (max-width: 479px) {
  .dm_dashboard__banner-single .theme-single-product-banner-content .single-product-intro-content .single-product-intro-action {
    padding-bottom: 20px;
    margin-bottom: 18px;
  }
}
.dm_dashboard__banner-single .theme-single-product-banner-content .single-product-intro-content .single-product-intro-action a:not(:last-child) {
  margin-right: 10px;
}
@media only screen and (max-width: 479px) {
  .dm_dashboard__banner-single .theme-single-product-banner-content .single-product-intro-content .single-product-intro-action a {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .dm_dashboard__banner-single .theme-single-product-banner-content .single-product-intro-content .single-product-intro-action a:not(:last-child) {
    margin: 0 0 10px;
  }
}
.dm_dashboard__banner-single .theme-single-product-banner-content .single-product-intro-content .single-product-intro-pricing .pricing-part {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 25px;
}
@media only screen and (max-width: 479px) {
  .dm_dashboard__banner-single .theme-single-product-banner-content .single-product-intro-content .single-product-intro-pricing .pricing-part {
    margin-bottom: 15px;
  }
}
.dm_dashboard__banner-single .theme-single-product-banner-content .single-product-intro-content .single-product-intro-pricing .pricing-part .pricing-type {
  font-size: 15px;
  font-weight: 500;
  color: var(--color-gray-900);
}
.dm_dashboard__banner-single .theme-single-product-banner-content .single-product-intro-content .single-product-intro-pricing .pricing-part .pricing-type span {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #7F828B;
}
.dm_dashboard__banner-single .theme-single-product-banner-content .single-product-intro-content .single-product-intro-pricing .pricing-part .price {
  font-size: calc(1.0875rem + 1.05vw);
  font-weight: 500;
  color: var(--color-gray-900);
}
@media (min-width: 1200px) {
  .dm_dashboard__banner-single .theme-single-product-banner-content .single-product-intro-content .single-product-intro-pricing .pricing-part .price {
    font-size: 1.875rem;
  }
}
.dm_dashboard__banner-single .theme-single-product-banner-content .single-product-intro-content .single-product-intro-pricing .btn-part {
  text-align: center;
}
.dm_dashboard__banner-single .theme-single-product-banner-content .single-product-intro-content .single-product-intro-pricing .btn-part .buy-now-btn {
  width: 100%;
  height: 50px;
  line-height: 52px;
  font-weight: 600;
}
.dm_dashboard__banner-single .theme-single-product-banner-content .single-product-intro-content .single-product-intro-pricing .btn-part .buy-now-btn i {
  font-size: 16px;
}
.dm_dashboard__banner-single .theme-single-product-banner-content .single-product-intro-content .single-product-intro-pricing .btn-part .product-license-link {
  display: inline-block;
  font-size: 13px;
  color: #7F828B;
  margin-top: 20px;
  text-decoration: underline;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.dm_dashboard__banner-single .theme-single-product-banner-content .single-product-intro-content .single-product-intro-pricing .btn-part .product-license-link i {
  font-size: 16px;
  line-height: 1;
}
.dm_dashboard__banner-single .theme-single-product-banner-content .single-product-intro-content .single-product-intro-pricing .btn-part .product-license-link i:before {
  margin: 0;
}
.dm_dashboard__banner-single .theme-single-product-banner-content .single-product-intro-content .single-product-intro-pricing .btn-part .product-license-link:hover {
  color: var(--color-primary);
}
.dm_dashboard__feature.single-product-page .container {
  max-width: 1194px !important;
}
.dm_dashboard__feature.single-product-page .section-header {
  margin-bottom: 40px;
}
@media only screen and (max-width: 991px) {
  .dm_dashboard__feature.single-product-page .section-header {
    margin-bottom: 20px;
  }
}
.dm_dashboard__feature.single-product-page .dashboard-feature-part {
  padding: 100px 50px;
}
@media only screen and (max-width: 991px) {
  .dm_dashboard__feature.single-product-page .dashboard-feature-part {
    padding: 60px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .dm_dashboard__feature.single-product-page .dashboard-feature-part {
    padding: 40px 15px;
  }
}
.dm_dashboard__feature.single-product-page .dashboard-feature-part .dashboard-feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: -10px;
}
.dm_dashboard__feature.single-product-page .dashboard-feature-part .dashboard-feature .single-feature {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  margin: 10px;
  padding-top: 35px;
  max-width: 198px;
}
@media only screen and (max-width: 991px) {
  .dm_dashboard__feature.single-product-page .dashboard-feature-part .dashboard-feature .single-feature {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
  }
}
@media only screen and (max-width: 575px) {
  .dm_dashboard__feature.single-product-page .dashboard-feature-part .dashboard-feature .single-feature {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
            flex: 0 0 45%;
  }
}
@media only screen and (max-width: 479px) {
  .dm_dashboard__feature.single-product-page .dashboard-feature-part .dashboard-feature .single-feature {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.dm_dashboard__feature.single-product-page .dashboard-feature-part .dashboard-feature .single-feature .single-featured-img {
  min-height: auto;
  height: 38px;
  margin: 0 0 25px;
  max-width: 100px;
}
.dm_dashboard__feature.single-product-page .dashboard-feature-part .dashboard-feature .single-feature .single-featured-title {
  font-size: calc(1.025rem + 0.3vw);
  margin: 0;
}
@media (min-width: 1200px) {
  .dm_dashboard__feature.single-product-page .dashboard-feature-part .dashboard-feature .single-feature .single-featured-title {
    font-size: 1.25rem;
  }
}
.dm_dashboard__product-count .product-count-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: -8.5px;
}
@media only screen and (max-width: 575px) {
  .dm_dashboard__product-count .product-count-list {
    margin: -8.5px 0;
  }
}
.dm_dashboard__product-count .product-count-list .single-product-count {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 23%;
          flex: 0 0 23%;
  max-width: 25%;
  margin: 8.5px;
  padding: 40px 50px 35px;
  text-align: center;
  border-radius: 15px;
}
@media only screen and (max-width: 991px) {
  .dm_dashboard__product-count .product-count-list .single-product-count {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
            flex: 0 0 45%;
    max-width: 50%;
    padding: 30px 25px 25px;
  }
}
@media only screen and (max-width: 575px) {
  .dm_dashboard__product-count .product-count-list .single-product-count {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
.dm_dashboard__product-count .product-count-list .single-product-count:first-child {
  background: -webkit-linear-gradient(rgba(var(--color-primary-rgb), 0.1), #FFFFFF);
}
.dm_dashboard__product-count .product-count-list .single-product-count:first-child .product-count-num {
  color: var(--color-primary) !important;
}
.dm_dashboard__product-count .product-count-list .single-product-count:nth-child(2) {
  background: -webkit-linear-gradient(90deg, rgba(var(--color-warning-rgb), 0.1), #FFFFFF);
}
.dm_dashboard__product-count .product-count-list .single-product-count:nth-child(2) .product-count-num {
  color: var(--color-warning) !important;
}
.dm_dashboard__product-count .product-count-list .single-product-count:nth-child(3) {
  background: -webkit-linear-gradient(rgba(67, 83, 255, 0.1), #FFFFFF);
}
.dm_dashboard__product-count .product-count-list .single-product-count:nth-child(3) .product-count-num {
  color: #4353FF !important;
}
.dm_dashboard__product-count .product-count-list .single-product-count:last-child {
  background: -webkit-linear-gradient(90deg, rgba(var(--color-success-rgb), 0.1), #FFFFFF);
}
.dm_dashboard__product-count .product-count-list .single-product-count:last-child .product-count-num {
  color: var(--color-success) !important;
}
.dm_dashboard__product-count .product-count-list .single-product-count .product-count-num {
  font-size: calc(1.1625rem + 1.95vw);
  font-weight: 500;
  margin-bottom: 5px;
}
@media (min-width: 1200px) {
  .dm_dashboard__product-count .product-count-list .single-product-count .product-count-num {
    font-size: 2.625rem;
  }
}
.dm_dashboard__product-count .product-count-list .single-product-count .product-name {
  font-size: 0.9375rem;
}

/*  Product Main Area */
.product-main-area {
  padding: 140px 0 110px;
}
@media only screen and (max-width: 991px) {
  .product-main-area {
    padding: 80px 0 60px;
  }
}
@media only screen and (max-width: 767px) {
  .product-main-area {
    padding: 60px 0 40px;
  }
}
.product-main-area .meta-title {
  font-size: calc(1.025rem + 0.3vw);
  font-weight: 500;
  color: var(--color-gray-900);
  margin-bottom: 25px;
}
@media (min-width: 1200px) {
  .product-main-area .meta-title {
    font-size: 1.25rem;
  }
}
.product-main-area .product-content h2 {
  font-size: calc(1.1625rem + 1.95vw);
  font-weight: 500;
  color: var(--color-gray-900);
  margin-bottom: 40px;
}
@media (min-width: 1200px) {
  .product-main-area .product-content h2 {
    font-size: 2.625rem;
  }
}
@media only screen and (max-width: 991px) {
  .product-main-area .product-content h2 {
    margin-bottom: 25px;
  }
}
.product-main-area .product-content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.67;
}
.product-main-area .product-content p:last-child {
  margin-bottom: 0;
}
.product-main-area .product-consist {
  margin-top: 50px;
}
.product-main-area .product-consist img {
  margin: -50px -55px;
}
.product-main-area .product-meta-area {
  background: #fbfbfb;
  border-radius: 15px;
  padding: 40px;
  position: relative;
}
@media only screen and (max-width: 479px) {
  .product-main-area .product-meta-area {
    padding: 30px 15px;
  }
}
.product-main-area .product-meta-area ul {
  padding: 0;
  margin: 0;
}
.product-main-area .product-meta-area .product-meta .d-flex div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.product-main-area .product-meta-area .product-meta__title {
  font-size: 14px;
  color: var(--color-gray-900);
}
.product-main-area .product-meta-area .product-meta__title .uil {
  display: inline-block;
  margin-right: 7px;
}
.product-main-area .product-meta-area .product-meta__title .uil:before {
  margin: 0;
  font-size: 16px;
}
.product-main-area .product-meta-area .product-meta__title img {
  max-width: 16px;
  margin-right: 7px;
}
.product-main-area .product-meta-area .product-meta__desc {
  font-size: 14px;
  font-weight: 400;
  padding-left: 10px;
}
.product-main-area .product-meta-area .product-meta li {
  margin-bottom: 14px;
}
.product-main-area .product-meta-area .product-meta li:last-child {
  margin-bottom: 0;
}
.product-main-area .product-meta-area .product-meta li:first-child .uil {
  color: var(--color-success);
}
.product-main-area .product-meta-area .product-meta li:nth-child(2) .uil {
  color: var(--color-success);
}
.product-main-area .product-meta-area .product-meta li:nth-child(3) .uil {
  color: #4353FF;
}
.product-main-area .product-meta-area .product-meta-btns {
  padding: 15px 0 0 4px;
}
.product-main-area .product-meta-area .product-meta-btns a {
  font-size: 14px;
  position: relative;
  line-height: 2.6;
  color: var(--color-info);
}
.product-main-area .product-meta-area .product-meta-btns a i,
.product-main-area .product-meta-area .product-meta-btns a span {
  font-size: 18px;
  margin-right: 5px;
}
.product-main-area .product-meta-area .product-meta-btns a i:before,
.product-main-area .product-meta-area .product-meta-btns a span:before {
  margin: 0;
}
.product-main-area .product-meta-area .product-meta-btns .product-changelog-link {
  font-weight: 300;
  text-decoration: underline;
}

/*  Faq */
.faq-accordion__single {
  border: 1px solid #ebeef5;
  border-radius: 6px;
  margin-bottom: 20px;
}
.faq-accordion__single.active .faq-single-header__title i::before {
  content: "\eb56";
}
.faq-accordion__single .faq-single-header {
  padding: 18px 20px 20px 30px;
  margin-bottom: -1px;
  border-bottom: 1px solid #ebeef5;
  cursor: pointer;
}
@media only screen and (max-width: 479px) {
  .faq-accordion__single .faq-single-header {
    padding: 15px 20px 20px;
  }
}
.faq-accordion__single .faq-single-header__title {
  font-size: calc(1.0125rem + 0.15vw);
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .faq-accordion__single .faq-single-header__title {
    font-size: 1.125rem;
  }
}
.faq-accordion__single .faq-single-header__title i {
  font-size: 18px;
  color: #7b839b;
}
.faq-accordion__single .faq-single-body .body-inner {
  padding: 22px 30px 26px;
}
@media only screen and (max-width: 479px) {
  .faq-accordion__single .faq-single-body .body-inner {
    padding: 20px;
  }
}
.faq-accordion__single .faq-single-body .body-inner p {
  font-size: 18px;
  color: #4B5064;
  margin-bottom: 0;
}

/*---------------------------------------------
# Changelog page
-----------------------------------------------*/
/*  Change Log Intro */
.changlelog-intro-wrap h1,
.changlelog-intro-wrap h2,
.changlelog-intro-wrap h3,
.changlelog-intro-wrap h4,
.changlelog-intro-wrap h5,
.changlelog-intro-wrap h6 {
  max-width: 415px;
  margin: 0 auto 20px;
}
.changlelog-intro-wrap p {
  font-size: 18px;
}
@media only screen and (max-width: 991px) {
  .changlelog-intro-wrap.pt-120 {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .changlelog-intro-wrap.pt-120 {
    padding-top: 80px;
  }
}
.changlelog-intro-wrap .img-shadow {
  border-radius: 50%;
  -webkit-box-shadow: 0 20px 40px rgba(146, 155, 177, 0.2);
          box-shadow: 0 20px 40px rgba(146, 155, 177, 0.2);
  margin-bottom: 30px;
}
.changlelog-intro-wrap .release-indtruction .release-indtruction__title {
  max-width: 100%;
  font-size: 20px;
  margin-bottom: 20px;
}
.changlelog-intro-wrap .release-indtruction ul {
  padding: 0;
  margin: 0 0 20px 20px;
}
.changlelog-intro-wrap .release-indtruction ul li {
  font-size: 18px;
}
.changlelog-intro-wrap .release-indtruction ul li:not(:last-child) {
  margin-bottom: 8px;
}
.changlelog-intro-wrap .intro-action {
  margin-top: 8px;
}
.changlelog-intro-wrap .beta-notice {
  display: block;
  font-size: 17px;
  padding: 10px 20px;
  border-radius: 6px;
  color: #fff;
  line-height: 1.35;
  margin-bottom: 26px;
  background-color: var(--color-warning);
}

/*  Changelog Accordion */
.changelog-accordion__single .card {
  border-radius: 6px;
}
.changelog-accordion__single .card-header {
  padding: 20px 40px 22px;
  border-radius: 6px 6px 0 0;
}
.changelog-accordion__single .card-header a {
  cursor: auto;
  line-height: 1.33;
}
.changelog-accordion__single .card-header a i {
  display: none;
  color: #7B839B;
}
.changelog-accordion__single .card-header a i:before {
  margin: 0;
  font-size: 18px;
}
.changelog-accordion__single .card-header .log-id {
  margin-right: 8px;
}
.changelog-accordion__single .card-header .log-date {
  font-size: 16px;
  font-weight: 400;
  padding-left: 16px;
  position: relative;
  color: var(--color-gray-700);
}
.changelog-accordion__single .card-header .log-date:before {
  position: absolute;
  width: 10px;
  height: 1px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
}
.changelog-accordion__single .card-body {
  padding: 20px 40px 25px 40px;
}

.changelog-info__single .badge {
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 14px;
}
.changelog-info__single .changelog-info__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.changelog-info__single .changelog-info__list li:not(:last-child) {
  margin-bottom: 4px;
}
.changelog-info__single .changelog-info__list li .atbd-dot {
  margin-right: 12px;
  position: relative;
  top: 10px;
}
.changelog-info__single .changelog-info__list li .changelog-info__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/*---------------------------------------------
# Contact page
-----------------------------------------------*/
/*  Contact Intro */
.groupShape-intro {
  background-color: #F8F8FF;
  position: relative;
  min-height: 500px;
}
@media only screen and (max-width: 991px) {
  .groupShape-intro {
    min-height: 380px;
  }
}
@media only screen and (max-width: 767px) {
  .groupShape-intro {
    min-height: 300px;
  }
}
.groupShape-intro .shape-curve {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -1px;
}
.groupShape-intro__content {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-85%);
          transform: translateY(-85%);
}
@media only screen and (max-width: 991px) {
  .groupShape-intro__content {
    -webkit-transform: translateY(-55%);
            transform: translateY(-55%);
  }
}
@media only screen and (max-width: 767px) {
  .groupShape-intro__content {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.groupShape-intro__shape {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.groupShape-intro__text {
  font-size: 20px;
  margin: -10px 0 0;
}

.contact-intro-area {
  min-height: 500px;
}
@media only screen and (max-width: 1399px) {
  .contact-intro-area {
    min-height: 400px;
  }
}
@media only screen and (max-width: 767px) {
  .contact-intro-area {
    min-height: 350px;
  }
}
.contact-intro-area .banner-shape {
  background-image: url("../svg/shapes/contact-bg.svg");
  background-position: center center;
}
.contact-intro-area .shape.banner-shape svg {
  width: 100%;
  height: auto;
}
.contact-intro-area.groupShape-intro.alert-active {
  min-height: 520px;
}
@media only screen and (max-width: 991px) {
  .contact-intro-area.groupShape-intro.alert-active {
    min-height: 320px;
  }
}
@media only screen and (max-width: 479px) {
  .contact-intro-area.groupShape-intro.alert-active {
    min-height: 370px;
  }
}
.contact-intro-area.groupShape-intro.alert-active .groupShape-intro__content {
  padding-top: 290px;
}
@media only screen and (max-width: 991px) {
  .contact-intro-area.groupShape-intro.alert-active .groupShape-intro__content {
    padding-top: 0;
  }
}
.contact-intro-area.groupShape-intro.alert-active .directorist-alert-text {
  font-size: 18px;
  font-weight: 500;
  margin-top: 50px;
  margin-left: -25px;
  margin: 50px 0 0 -25px;
}
@media only screen and (max-width: 991px) {
  .contact-intro-area.groupShape-intro.alert-active .directorist-alert-text {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .contact-intro-area.groupShape-intro.alert-active .directorist-alert-text {
    font-size: 16px;
    margin: 30px 0 0 -25px;
  }
}
@media only screen and (max-width: 479px) {
  .contact-intro-area.groupShape-intro.alert-active .directorist-alert-text {
    margin: 20px 0 0 -25px;
  }
}

@media only screen and (max-width: 991px) {
  .contact-form-area.alert-active .contact-form-box {
    margin: -20px auto auto;
  }
}
@media only screen and (max-width: 575px) {
  .contact-form-area.alert-active .contact-form-box {
    margin: 0 auto auto;
  }
}

/*  Contact Form Box */
.contact-form-box {
  position: relative;
  padding: 50px;
  border-radius: 10px;
  -webkit-box-shadow: 0 10px 50px rgba(146, 155, 177, 0.15);
          box-shadow: 0 10px 50px rgba(146, 155, 177, 0.15);
  background-color: var(--color-white);
}
@media only screen and (max-width: 991px) {
  .contact-form-box {
    padding: 30px;
    margin: -100px auto auto;
  }
}
@media only screen and (max-width: 767px) {
  .contact-form-box {
    margin: -60px auto auto;
  }
}
.contact-form-box__tab .formbox-tabmenu {
  margin: 0;
}
@media only screen and (max-width: 991px) {
  .contact-form-box__tab .formbox-tabmenu {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.contact-form-box__tab .formbox-tabmenu__item {
  display: inline-block;
  margin-bottom: 15px;
}
.contact-form-box__tab .formbox-tabmenu__item:not(:last-child) {
  margin-right: 10px;
}
.contact-form-box__tab .formbox-tabmenu__item a {
  min-width: 108px;
  border-radius: 6px;
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  padding: 22px 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0 10px 30px rgba(146, 155, 177, 0.12);
          box-shadow: 0 10px 30px rgba(146, 155, 177, 0.12);
  background-color: var(--color-white);
  color: var(--color-gray-700);
}
@media only screen and (max-width: 991px) {
  .contact-form-box__tab .formbox-tabmenu__item a {
    padding: 15px;
  }
}
.contact-form-box__tab .formbox-tabmenu__item a span {
  display: block;
}
.contact-form-box__tab .formbox-tabmenu__item a .bin_bottom {
  fill: #929bb1;
}
.contact-form-box__tab .formbox-tabmenu__item a .bin_top {
  fill: #929bb1;
}
.contact-form-box__tab .formbox-tabmenu__item a .bin_stick {
  fill: #929bb1;
}
.contact-form-box__tab .formbox-tabmenu__item a .formbox-tabmenu__text {
  margin-top: 12px;
}
.contact-form-box__tab .formbox-tabmenu__item a.active {
  background-color: var(--color-primary);
  color: var(--color-white);
}
.contact-form-box__tab .formbox-tabmenu__item a.active svg path,
.contact-form-box__tab .formbox-tabmenu__item a.active i,
.contact-form-box__tab .formbox-tabmenu__item a.active span {
  opacity: 1s;
  fill: #ffffff;
  color: var(--color-white);
}
.contact-form-box__body {
  margin-top: 25px;
}
.contact-form-box__body .contact-form-content .form-element:not(:last-child) {
  margin-bottom: 35px;
}
.contact-form-box__body .contact-form-content .form-element button {
  min-width: 152px;
}
.contact-form-box__body .contact-form-content .form-element input[type=submit] {
  width: auto;
  padding: 0 50px;
  font-weight: 500;
  color: var(--color-white);
}
.contact-form-box__body .contact-form-content .form-element input[type=submit] .btn.btn-raised {
  -webkit-box-shadow: 0 10px 15px rgba(var(--color-primary), 0.15);
          box-shadow: 0 10px 15px rgba(var(--color-primary), 0.15);
}
.contact-form-box__body .contact-form-content textarea {
  min-height: 170px;
  resize: none;
}
.contact-form-box__body .directorist-alert-text {
  font-size: 18px;
  font-weight: 500;
}

/* Support Ticket Form */
.dashboard-contents_support_my_tickets + div {
  display: none;
}

.dashboard-contents_create_Ticket {
  min-height: 160px;
  border-radius: 10px;
  -webkit-box-shadow: 0 10px 50px rgba(146, 155, 177, 0.15);
          box-shadow: 0 10px 50px rgba(146, 155, 177, 0.15);
  background-color: white;
  padding: 30px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 15px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 767px) {
  .dashboard-contents_create_Ticket {
    gap: 0 30px;
    padding: 50px 30px;
  }
}
@media only screen and (max-width: 575px) {
  .dashboard-contents_create_Ticket {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 30px 0;
  }
}
.dashboard-contents_create_Ticket h3 {
  font-size: calc(1.05rem + 0.6vw);
  font-weight: 500;
  line-height: 0.8571428571;
  color: #151826;
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .dashboard-contents_create_Ticket h3 {
    font-size: 1.5rem;
  }
}
.dashboard-contents_create_Ticket .btn-primary {
  height: 50px;
  border-radius: 6px;
  -webkit-box-shadow: 0 10px 15px rgba(67, 83, 255, 0.15);
          box-shadow: 0 10px 15px rgba(67, 83, 255, 0.15);
  font-size: 16px;
  font-weight: 700;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 15px;
}
@media only screen and (min-width: 767px) {
  .dashboard-contents_create_Ticket .btn-primary {
    min-width: 240px;
    padding: 0 30px;
    height: 60px;
  }
}

.dashboard-contents_ticket_table {
  min-height: 160px;
  border-radius: 10px;
  -webkit-box-shadow: 0 10px 50px rgba(146, 155, 177, 0.15);
          box-shadow: 0 10px 50px rgba(146, 155, 177, 0.15);
  background-color: white;
  padding: 41px 35px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
@media only screen and (min-width: 767px) {
  .dashboard-contents_ticket_table {
    padding: 41px 35px 67px;
  }
}
.dashboard-contents_ticket_table .title:not(.entry-title) {
  text-align: center;
  margin-bottom: 35px;
}
.dashboard-contents_ticket_table_main {
  min-height: 374px;
}
.dashboard-contents_ticket_table_main .loading {
  visibility: hidden;
  display: inline-block;
  width: 80px;
  height: 80px;
}
.dashboard-contents_ticket_table_main .loading:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid #5c637e;
  border-color: #5c637e transparent #5c637e transparent;
  -webkit-animation: lds-dual-ring 1.2s linear infinite;
          animation: lds-dual-ring 1.2s linear infinite;
  visibility: visible;
  top: 50%;
  left: calc(50% - 50px);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
}
.dashboard-contents_ticket_table_main .dataTables_wrapper {
  overflow-x: auto;
  padding-bottom: 5px;
}
.dashboard-contents_ticket_table_main .dataTables_wrapper .dataTables_length {
  margin-bottom: 15px;
}
.dashboard-contents_ticket_table_main .dataTables_wrapper .dataTables_length label {
  font-size: 14px;
  font-weight: 400;
  color: #5C637E;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 11px;
  margin-bottom: 0;
}
.dashboard-contents_ticket_table_main .dataTables_wrapper .dataTables_length select {
  border: 1px solid #CCD1DB;
  border-radius: 4px;
  height: 38px;
  min-width: 64px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  outline: none;
  font-size: 14px;
  color: #5C637E;
  padding-left: 13px;
}
.dashboard-contents_ticket_table_main .dataTables_wrapper .dataTables_filter {
  margin-bottom: 15px;
}
.dashboard-contents_ticket_table_main .dataTables_wrapper .dataTables_filter label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  font-size: 14px;
  color: #5C637E;
  margin-bottom: 0;
}
.dashboard-contents_ticket_table_main .dataTables_wrapper .dataTables_filter input {
  height: 38px;
  border-radius: 4px;
  border: 1px solid #CCD1DB;
  margin-left: 0;
  color: #151826;
}
@media only screen and (min-width: 767px) {
  .dashboard-contents_ticket_table_main .dataTables_wrapper .dataTables_filter input {
    min-width: 256px;
  }
}
.dashboard-contents_ticket_table_main .dataTables_wrapper .dataTable {
  caption-side: bottom;
  border-collapse: collapse;
}
.dashboard-contents_ticket_table_main .dataTables_wrapper .dataTable thead tr {
  background-color: #F5F7FA;
}
.dashboard-contents_ticket_table_main .dataTables_wrapper .dataTable thead tr th {
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  color: #7B839B;
  padding: 16px 0;
  text-transform: capitalize;
  border: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.dashboard-contents_ticket_table_main .dataTables_wrapper .dataTable thead tr th:before, .dashboard-contents_ticket_table_main .dataTables_wrapper .dataTable thead tr th:after {
  font-size: 17px;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.dashboard-contents_ticket_table_main .dataTables_wrapper .dataTable thead tr th:hover {
  color: #151826;
}
.dashboard-contents_ticket_table_main .dataTables_wrapper .dataTable thead tr th:hover:before, .dashboard-contents_ticket_table_main .dataTables_wrapper .dataTable thead tr th:hover:after {
  visibility: visible;
}
.dashboard-contents_ticket_table_main .dataTables_wrapper .dataTable thead tr th:first-child {
  padding-left: 20px;
  border-radius: 6px 0 0 6px;
}
.dashboard-contents_ticket_table_main .dataTables_wrapper .dataTable thead tr th:last-child {
  border-radius: 0 6px 6px 0;
  padding-right: 20px;
}
.dashboard-contents_ticket_table_main .dataTables_wrapper .dataTable tbody {
  vertical-align: middle;
}
.dashboard-contents_ticket_table_main .dataTables_wrapper .dataTable tbody tr td {
  font-size: 15px;
  font-weight: 400;
  text-transform: capitalize;
  white-space: nowrap;
  padding: 17px 15px 17px 0;
  color: #7B839B;
  border: none;
  border-bottom: 1px solid #D9DEEC;
}
.dashboard-contents_ticket_table_main .dataTables_wrapper .dataTable tbody tr td:first-child {
  padding-left: 0;
}
.dashboard-contents_ticket_table_main .dataTables_wrapper .dataTable tbody tr td:nth-child(2) a {
  color: #4353FF;
}
.dashboard-contents_ticket_table_main .dataTables_wrapper .dataTable tbody tr td .label-warning {
  color: #FF8F1E;
}
.dashboard-contents_ticket_table_main .dataTables_wrapper .dataTable tbody tr td .label-primary {
  color: #00AF41;
}
.dashboard-contents_ticket_table_main .dataTables_wrapper .dataTable tbody tr td .label-success {
  color: #4A4C55;
}
.dashboard-contents_ticket_table_main .dataTables_wrapper .dataTable tbody tr td a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.dashboard-contents_ticket_table_main .dataTables_wrapper .dataTable tbody tr td a .label-success,
.dashboard-contents_ticket_table_main .dataTables_wrapper .dataTable tbody tr td a .label-warning {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.dashboard-contents_ticket_table_main .dataTables_wrapper .dataTable tbody tr td a:hover {
  opacity: 0.6;
}
.dashboard-contents_ticket_table_main .dataTables_wrapper .dataTables_info {
  font-size: 15px;
  color: #5C637E;
  padding-top: 32px;
}
.dashboard-contents_ticket_table_main .dataTables_wrapper .dataTables_paginate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 25px;
  gap: 4px 6px;
  padding-bottom: 10px;
}
.dashboard-contents_ticket_table_main .dataTables_wrapper .dataTables_paginate .paginate_button {
  width: 40px;
  height: 40px;
  border-radius: 5px;
  border: 1px solid #E9E9E9 !important;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 15px;
  color: #5C637E !important;
  position: relative;
  line-height: 26px;
}
.dashboard-contents_ticket_table_main .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: currentColor !important;
}
.dashboard-contents_ticket_table_main .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:after {
  opacity: 0.5;
  cursor: not-allowed;
}
.dashboard-contents_ticket_table_main .dataTables_wrapper .dataTables_paginate .paginate_button.previous, .dashboard-contents_ticket_table_main .dataTables_wrapper .dataTables_paginate .paginate_button.next {
  visibility: hidden;
}
.dashboard-contents_ticket_table_main .dataTables_wrapper .dataTables_paginate .paginate_button.previous:after, .dashboard-contents_ticket_table_main .dataTables_wrapper .dataTables_paginate .paginate_button.next:after {
  visibility: visible;
  color: currentColor;
  border-radius: 5px;
  border: 1px solid #E9E9E9 !important;
  font-size: 15px;
  color: #5C637E !important;
  position: absolute;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "unicons";
}
.dashboard-contents_ticket_table_main .dataTables_wrapper .dataTables_paginate .paginate_button.previous:after {
  content: "\ec49";
}
.dashboard-contents_ticket_table_main .dataTables_wrapper .dataTables_paginate .paginate_button.next:after {
  content: "\eb9f";
}
.dashboard-contents_ticket_table_main .dataTables_wrapper .dataTables_paginate .paginate_button:not(.previous), .dashboard-contents_ticket_table_main .dataTables_wrapper .dataTables_paginate .paginate_button:not(.next) {
  background: transparent !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.dashboard-contents_ticket_table_main .dataTables_wrapper .dataTables_paginate .paginate_button:not(.previous).current, .dashboard-contents_ticket_table_main .dataTables_wrapper .dataTables_paginate .paginate_button:not(.next).current {
  border: 1px solid transparent !important;
  -webkit-box-shadow: 0 0 0 2px #4353FF !important;
          box-shadow: 0 0 0 2px #4353FF !important;
  color: #4353FF !important;
}
.dashboard-contents_ticket_table_main .dataTables_wrapper .dataTables_paginate .paginate_button:not(.previous).current:hover, .dashboard-contents_ticket_table_main .dataTables_wrapper .dataTables_paginate .paginate_button:not(.next).current:hover {
  opacity: 0.65;
}
.dashboard-contents_ticket_table_main .dataTables_wrapper .dataTables_paginate .paginate_button + span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}
.dashboard-contents_ticket_table_main #hsd_support_conversation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 15px;
  font-weight: 400;
  color: #7B839B;
}
.dashboard-contents_ticket_table_main #hsd_support_conversation .entry-header h1 {
  font-size: 26px;
  font-weight: 700;
  color: #151826;
  line-height: 28px;
}
.dashboard-contents_ticket_table_main #hsd_support_conversation .label.label-default, .dashboard-contents_ticket_table_main #hsd_support_conversation .label.label-success, .dashboard-contents_ticket_table_main #hsd_support_conversation .label.label-warning {
  text-transform: capitalize;
}
.dashboard-contents_ticket_table_main #hsd_support_conversation .panel:not(.line_item) .panel-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px 20px;
  margin: 15px 0 15px;
}
.dashboard-contents_ticket_table_main #hsd_support_conversation .panel:not(.line_item) .panel-heading .avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.dashboard-contents_ticket_table_main #hsd_support_conversation .panel:not(.line_item) .panel-heading .avatar img {
  max-width: 100%;
}
.dashboard-contents_ticket_table_main #hsd_support_conversation .panel:not(.line_item) .panel-heading h3 {
  font-size: 20px;
  font-weight: 500;
  color: #151826;
  margin-bottom: 0;
  float: none !important;
  text-align: start !important;
}
.dashboard-contents_ticket_table_main #hsd_support_conversation .panel .panel-body {
  -webkit-margin-start: 70px;
          margin-inline-start: 70px;
}
.dashboard-contents_ticket_table_main #hsd_support_conversation .panel .panel-body .message {
  line-height: 28px;
}
.dashboard-contents_ticket_table_main #hsd_support_conversation .panel .panel-body .message.readmore-js-collapsed {
  position: relative;
}
.dashboard-contents_ticket_table_main #hsd_support_conversation .panel .panel-body .message.readmore-js-collapsed:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(white));
  background: linear-gradient(rgba(255, 255, 255, 0), white);
  height: 80px;
}
.dashboard-contents_ticket_table_main #hsd_support_conversation .panel .panel-body .message b {
  font-weight: 400;
  color: #7B839B;
}
.dashboard-contents_ticket_table_main #hsd_support_conversation .panel .panel-body .message p {
  font-size: 15px;
  color: #4A4C55;
  line-height: 28px;
}
.dashboard-contents_ticket_table_main #hsd_support_conversation .panel .panel-body .message p:empty {
  display: none;
}
.dashboard-contents_ticket_table_main #hsd_support_conversation .panel .panel-body .message a {
  color: #4353FF;
}
.dashboard-contents_ticket_table_main #hsd_support_conversation .panel .panel-body .message a:hover {
  opacity: 0.65;
}
.dashboard-contents_ticket_table_main #hsd_support_conversation .panel .panel-body .message a strong {
  font-weight: 400;
}
.dashboard-contents_ticket_table_main #hsd_support_conversation .panel .panel-body .message .ex-gmail_quote {
  margin: 10px 0 10px;
}
.dashboard-contents_ticket_table_main #hsd_support_conversation .panel .panel-body .button-readmore {
  color: #4353FF;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 10px;
}
.dashboard-contents_ticket_table_main #hsd_support_conversation .panel .panel-body .button-readmore:hover {
  opacity: 0.65;
}
.dashboard-contents_ticket_table_main #hsd_support_conversation .panel .panel-body .button-readmore + .img_attachments_wrap {
  margin-top: 15px;
}
.dashboard-contents_ticket_table_main #hsd_support_conversation .panel .panel-body .readmore-js-collapsed + .button-readmore:after {
  content: "\ebe9";
  font-family: "unicons";
  color: currentColor;
  font-size: 16px;
  margin-left: 4px;
}
.dashboard-contents_ticket_table_main #hsd_support_conversation .panel .panel-body .readmore-js-expanded + .button-readmore:after {
  content: "\ebb6";
  font-family: "unicons";
  color: currentColor;
  font-size: 16px;
  margin-left: 4px;
}
.dashboard-contents_ticket_table_main #hsd_support_conversation .panel .panel-body .img_attachments_wrap .attachments {
  padding-left: 0;
  margin-left: 0;
}
.dashboard-contents_ticket_table_main #hsd_support_conversation .panel .panel-body .attachments_wrap .attachments {
  padding-left: 0;
  margin-left: 0;
}

.hsd-support-conversation-reply {
  margin: 0 -35px;
}
.hsd-support-conversation-reply .hsd-reply-back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
  border-bottom: 1px solid #EBEEF5;
  padding-inline: 40px;
  padding-block: 14px;
}
.hsd-support-conversation-reply .hsd-reply-back .hsd_goback {
  color: #4A4C55;
  font-size: 14px;
  font-weight: 500;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: capitalize;
}
.hsd-support-conversation-reply .hsd-reply-back .hsd_goback i {
  color: #4A4C55;
  font-size: 18px;
}
.hsd-support-conversation-reply .hsd-reply-back button {
  border-radius: 6px;
  background-color: #4353FF;
  font-size: 15px;
  font-weight: 700;
  min-width: 111px;
  height: 40px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  text-transform: capitalize;
  gap: 6px;
}
.hsd-support-conversation-reply .hsd-reply-back button i {
  font-size: 18px;
  color: currentColor;
}
.hsd-support-conversation-reply .entry-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  padding-inline: 50px;
  padding-block: 14px;
  border-bottom: 1px solid #EBEEF5;
}
.hsd-support-conversation-reply .entry-header:after {
  display: none;
}
.hsd-support-conversation-reply .entry-header .entry-title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 700;
  line-height: 28px;
  color: #151826;
}
.hsd-support-conversation-reply .entry-header .entry-title .label {
  background-color: #151826;
  min-width: 63px;
  height: 23px;
  padding: 0 8px;
  border-radius: 4px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: white !important;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase !important;
}
.hsd-support-conversation-reply .entry-header .entry-title .label.label-success {
  background-color: #7B839B;
  color: currentColor;
}
.hsd-support-conversation-reply .entry-header .entry-title .label.label-primary {
  background-color: #00AF41;
  color: currentColor;
}
.hsd-support-conversation-reply .entry-header .entry-title .label.label-warning {
  background-color: #FF8F1E;
  color: currentColor;
}
.hsd-support-conversation-reply .entry-header .author .posted-on {
  font-size: 15px;
  font-weight: 400;
  color: #7B839B;
}
.hsd-support-conversation-reply .sovware-form-reply-form {
  padding-inline: 50px;
  padding-block: 30px;
  border-bottom: 1px solid #EBEEF5;
}
.hsd-support-conversation-reply .sovware-form-reply-form .form-group {
  -webkit-margin-after: 0;
          margin-block-end: 0;
}
.hsd-support-conversation-reply .sovware-form-reply-form .form-group .title-message {
  font-size: 16px;
  font-weight: 500;
  color: #151826 !important;
}
.hsd-support-conversation-reply .sovware-form-reply-form .form-group textarea {
  min-height: 300px;
  border-radius: 6px;
  border: 1px solid #D9DEEC;
  resize: none;
}
.hsd-support-conversation-reply .sovware-form-reply-form .form-group textarea::-webkit-input-placeholder {
  font-size: 15px;
  font-weight: 400;
  color: #7B839B;
  -webkit-padding-before: 5px;
          padding-block-start: 5px;
}
.hsd-support-conversation-reply .sovware-form-reply-form .form-group textarea::-moz-placeholder {
  font-size: 15px;
  font-weight: 400;
  color: #7B839B;
  padding-block-start: 5px;
}
.hsd-support-conversation-reply .sovware-form-reply-form .form-group textarea::-ms-input-placeholder {
  font-size: 15px;
  font-weight: 400;
  color: #7B839B;
  padding-block-start: 5px;
}
.hsd-support-conversation-reply .sovware-form-reply-form .form-group textarea::placeholder {
  font-size: 15px;
  font-weight: 400;
  color: #7B839B;
  -webkit-padding-before: 5px;
          padding-block-start: 5px;
}
.hsd-support-conversation-reply .sovware-form-reply-form .form-group .help-block {
  font-size: 15px;
  font-weight: 400;
  color: #7B839B;
  -webkit-margin-before: 10px;
          margin-block-start: 10px;
  -webkit-margin-after: 0;
          margin-block-end: 0;
}
.hsd-support-conversation-reply .sovware-form-reply-form .form-group .hsd-message_attachment {
  margin-top: 14px;
  font-size: 15px;
  font-weight: 400;
  color: #4A4C55;
  margin-bottom: 6px;
}
.hsd-support-conversation-reply .sovware-form-reply-form .form-group .hsd-upload-wrapper {
  position: relative;
}
.hsd-support-conversation-reply .sovware-form-reply-form .form-group .hsd-upload-wrapper .attachment-label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  cursor: pointer;
  width: 136px;
  height: 34px;
  background-color: #7B839B;
  color: white !important;
  font-size: 14px;
  font-weight: 700;
  gap: 6px;
  border-radius: 6px;
  z-index: 1;
}
.hsd-support-conversation-reply .sovware-form-reply-form .form-group .hsd-upload-wrapper .attachment-label i {
  color: currentColor;
  font-size: 15px;
}
.hsd-support-conversation-reply .sovware-form-reply-form .form-group .hsd-upload-wrapper .attachment-label:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  background-image: url("path/to/icon.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  margin-right: 5px;
}
.hsd-support-conversation-reply .sovware-form-reply-form .form-group .hsd-upload-wrapper .hsd-input-file {
  padding: 0 !important;
  display: block;
  position: absolute;
  top: 2px;
  inset-inline-start: 34px;
  z-index: 0;
  height: auto;
  outline: none;
  border: none;
}
.hsd-support-conversation-reply .sovware-form-reply-form button {
  width: 126px;
  height: 46px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 6px;
  gap: 6px;
  font-size: 15px;
  color: white !important;
  margin-top: 12px;
  font-weight: 700;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  line-height: 27px;
}
.hsd-support-conversation-reply .sovware-form-reply-form button i {
  font-size: 16px;
}
.hsd-support-conversation-reply .hsd_conversation_thread .panel {
  padding: 15px 50px;
}
.hsd-support-conversation-reply .hsd_conversation_thread .panel:not(:last-child) {
  border-bottom: 1px solid #EBEEF5;
}
.hsd-support-conversation-reply .hsd_conversation_thread .panel.line_item {
  background-color: #F8F9FA;
  font-size: 14px;
  font-weight: 400;
  color: #7B839B;
}
.hsd-support-conversation-reply .hsd_conversation_thread .panel .panel-heading {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.hsd-support-conversation-reply .hsd_conversation_thread .panel .panel-heading:after {
  display: none;
}
.hsd-support-conversation-reply .hsd_conversation_thread .panel .panel-heading .hsd-title-heading-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.hsd-support-conversation-reply .hsd_conversation_thread .panel .panel-heading .hsd-title-heading-area .avatar {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  max-width: 50px;
}
.hsd-support-conversation-reply .hsd_conversation_thread .panel .panel-heading .hsd-title-heading-area .panel-heading-wrapper span {
  font-size: 15px;
  font-weight: 400;
  color: #7B839B;
  display: block;
}
.hsd-support-conversation-reply .hsd_conversation_thread .panel .panel-heading .panel-footer {
  font-size: 15px;
  font-weight: 400;
  color: #7B839B;
}
.hsd-support-conversation-reply .hsd_conversation_thread .panel .panel-heading .panel-footer b {
  font-size: 15px;
  font-weight: 400;
  color: #7B839B;
}

.ticket_bottom-area .backButton {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}

@-webkit-keyframes lds-dual-ring {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes lds-dual-ring {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* Blog Banner Area */
.blog-banner-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.blog-banner-area .display-2,
.blog-banner-area h1,
.blog-banner-area h2,
.blog-banner-area h3,
.blog-banner-area h4,
.blog-banner-area h5,
.blog-banner-area h6 {
  font-size: calc(1.2rem + 2.4vw);
  margin: 16px 0;
  color: var(--color-gray-900);
}
@media (min-width: 1200px) {
  .blog-banner-area .display-2,
  .blog-banner-area h1,
  .blog-banner-area h2,
  .blog-banner-area h3,
  .blog-banner-area h4,
  .blog-banner-area h5,
  .blog-banner-area h6 {
    font-size: 3rem;
  }
}
.blog-banner-area p {
  font-size: calc(1.0125rem + 0.15vw);
}
@media (min-width: 1200px) {
  .blog-banner-area p {
    font-size: 1.125rem;
  }
}
.blog-banner-area .blog-navigation ul {
  margin: 0 -15px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .blog-banner-area .blog-navigation ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.blog-banner-area .blog-navigation ul li {
  margin: 0 15px;
  position: relative;
  cursor: pointer;
}
.blog-banner-area .blog-navigation ul li:before {
  content: "";
  position: absolute;
  width: 100%;
  bottom: -5px;
  left: 0;
  height: 2px;
  background: transparent;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.blog-banner-area .blog-navigation ul li a {
  display: inline-block;
  color: var(--color-gray-600);
}
.blog-banner-area .blog-navigation ul li:hover:before, .blog-banner-area .blog-navigation ul li.active-blog-menu:before, .blog-banner-area .blog-navigation ul li.current-menu-item:before {
  background-color: var(--color-primary);
}
.blog-banner-area .blog-navigation ul li:hover a, .blog-banner-area .blog-navigation ul li.active-blog-menu a, .blog-banner-area .blog-navigation ul li.current-menu-item a {
  font-weight: 500;
  color: var(--color-primary);
}
.blog-banner-area form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media only screen and (max-width: 767px) {
  .blog-banner-area form {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 20px;
  }
}

/* Blog Header Search */
.blog-header__search {
  position: relative;
}
.blog-header__search .blog-header__search--btn {
  position: absolute;
  top: 50%;
  left: 32px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: transparent;
  padding: 0;
}
.blog-header__search .blog-header__search--btn i {
  color: #A1A9B2;
  font-size: 24px;
}
.blog-header__search .blog-header__search--btn svg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  height: 24px;
  padding: 2px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #A1A9B2;
}
.blog-header__search input {
  width: 100%;
  color: var(--neutral-500, #7E90A9);
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 28.8px;
  border: none;
  border-radius: 8px;
  border: 1px solid var(--neutral-100, #DDE2E9);
  background: var(--neutral-10, #FFF);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 48px;
  padding: 12px 16px 12px 52px;
  text-align: left;
}
.blog-header__search input::-webkit-input-placeholder {
  color: var(--Gray-400, #A1A9B2);
}
.blog-header__search input::-moz-placeholder {
  color: var(--Gray-400, #A1A9B2);
}
.blog-header__search input::-ms-input-placeholder {
  color: var(--Gray-400, #A1A9B2);
}
.blog-header__search input::placeholder {
  color: var(--Gray-400, #A1A9B2);
}

/* Blog Content Area */
.blog-content-area .blog-cards-area {
  padding-bottom: 75px;
}
.blog-content-area .blog-cards-area + .subscription-area {
  padding-bottom: 80px;
}
.blog-content-area .blog-cards {
  position: relative;
}
.blog-content-area .blog-cards .pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.blog-content-area .blog-cards .pagination .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 32px;
  height: 32px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 2px;
  border: 1px solid var(--Neutral-5, #D9D9D9);
  background: var(--Neutral-1, #FFF);
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.85);
}
.blog-content-area .blog-cards .pagination .page-numbers.current {
  border-color: var(--Primary-500, #5e53f9);
  color: var(--Primary-500, #5e53f9);
}
.blog-content-area .blog-cards .pagination .page-numbers.prev, .blog-content-area .blog-cards .pagination .page-numbers.next {
  font-size: 18px;
}
.blog-content-area .blog-cards .pagination .page-numbers.prev i, .blog-content-area .blog-cards .pagination .page-numbers.next i {
  line-height: 0;
}
.blog-content-area .blog-cards .no-results .page-title {
  margin-bottom: 10px;
}
.blog-content-area .blog-cards .no-results p a {
  color: var(--color-primary);
}
.blog-content-area .blog-cards .no-results p a:hover {
  opacity: 0.8;
}
.blog-content-area .sticky-blog.blog-each {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border-radius: 12;
  background: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
}
.blog-content-area .sticky-blog.blog-each .image-sticky-blogs {
  -webkit-box-flex: 46%;
      -ms-flex: 46%;
          flex: 46%;
}
.blog-content-area .sticky-blog.blog-each .image-sticky-blogs img {
  border-radius: 6px;
  width: 100%;
}
.blog-content-area .sticky-blog.blog-each .sticky-blogs-contents {
  font-size: 18px;
  -webkit-box-flex: 50%;
      -ms-flex: 50%;
          flex: 50%;
  margin: 0 0 15px;
}
.blog-content-area .sticky-blog.blog-each .sticky-blogs-contents .featured-badge {
  display: inline-block;
  line-height: 26px;
  font-size: 13px;
  font-weight: 500;
  border-radius: 5px;
  background: rgba(255, 52, 107, 0.15);
  padding: 0 12px;
}
.blog-content-area .sticky-blog.blog-each .sticky-blogs-contents h2 {
  font-size: calc(1.0875rem + 1.05vw);
  font-weight: 500;
  color: var(--color-gray-900);
  margin: 18px 0 16px;
}
@media (min-width: 1200px) {
  .blog-content-area .sticky-blog.blog-each .sticky-blogs-contents h2 {
    font-size: 1.875rem;
  }
}
.blog-content-area .sticky-blog.blog-each .sticky-blogs-contents h2 a {
  color: var(--color-gray-900);
}
.blog-content-area .sticky-blog.blog-each .sticky-blogs-contents p {
  font-size: calc(1.0125rem + 0.15vw);
}
@media (min-width: 1200px) {
  .blog-content-area .sticky-blog.blog-each .sticky-blogs-contents p {
    font-size: 1.125rem;
  }
}
.blog-content-area .sticky-blog.blog-each .blog-excerpt {
  margin: 28px -10px 0;
}
.blog-content-area .blog-excerpt {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
}
.blog-content-area .blog-excerpt li {
  padding: 0 10px;
  font-size: 14px;
  position: relative;
  color: #929bb1;
}
.blog-content-area .blog-excerpt li:before {
  position: absolute;
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #b6c0cb;
  right: -2px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.blog-content-area .blog-excerpt li:last-child:before {
  content: none;
}
.blog-content-area .blog-excerpt li a {
  color: #4353FF;
  font-size: 14px;
}
.blog-content-area .blog-excerpt li.blog-date a {
  color: #929bb1;
}
.blog-content-area .blog-each {
  background: #fff;
  border-radius: 6px;
}
.blog-content-area .blog-each .image-blogs img {
  border-radius: 6px;
  width: 100%;
}
@media only screen and (max-width: 575px) {
  .blog-content-area .blog-each .image-blogs img {
    width: 100%;
  }
}
.blog-content-area .blog-each .blogs-contents h2 {
  font-size: calc(1.03125rem + 0.375vw);
  font-weight: 500;
  line-height: 1.43;
  margin-top: 23px;
}
@media (min-width: 1200px) {
  .blog-content-area .blog-each .blogs-contents h2 {
    font-size: 1.3125rem;
  }
}
.blog-content-area .blog-each .blogs-contents h2 a {
  color: var(--color-gray-900);
}

/* Each Blog */
.blog-each {
  height: 100%;
  min-height: 395px;
  border-radius: 8px;
  background: #FFF;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05), 0 1px 2px 0 rgba(0, 0, 0, 0.05), 0 1px 2px 0 rgba(0, 0, 0, 0.05), 0 8px 8px 0 rgba(0, 0, 0, 0.02);
          box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05), 0 1px 2px 0 rgba(0, 0, 0, 0.05), 0 1px 2px 0 rgba(0, 0, 0, 0.05), 0 8px 8px 0 rgba(0, 0, 0, 0.02);
}
.blog-each .image-blogs {
  width: 100%;
}
.blog-each .image-blogs a {
  width: 100%;
  display: block;
}
.blog-each .image-blogs img {
  width: 100%;
  border-radius: 6px;
}
.blog-each .blogs-contents {
  padding: 24px;
}
.blog-each .blogs-contents h2 {
  color: var(--Gray-800, #2C3239);
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
  margin: 0 !important;
}
.blog-each .blogs-contents h2 a {
  color: currentColor !important;
}
.blog-each .blogs-contents h2 a:hover {
  color: var(--color-primary) !important;
}
.blog-each .blogs-contents .post-categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px 16px;
  margin-bottom: 12px;
  margin-left: 0;
  padding-left: 0;
}
.blog-each .blogs-contents .post-categories li {
  color: var(--Primary-500, #5e53f9);
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  position: relative;
}
.blog-each .blogs-contents .post-categories li a {
  color: var(--Primary-500, #5e53f9);
}
.blog-each .blogs-contents .post-categories li:not(:last-child):after {
  content: "";
  position: absolute;
  right: -8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: var(--Primary-500, #5e53f9);
  width: 1px;
  height: 100%;
}
.blog-each .blog-excerpt {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 20px -10px 0;
  list-style: none;
}
.blog-each .blog-excerpt li {
  padding: 0 10px;
  font-size: 14px;
  position: relative;
  color: #929bb1;
}
.blog-each .blog-excerpt li:before {
  position: absolute;
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #b6c0cb;
  right: -2px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.blog-each .blog-excerpt li:last-child:before {
  content: none;
}
.blog-each .blog-excerpt li a {
  color: #3e62f5;
  font-size: 14px;
}
.blog-each .blog-excerpt li.blog-date a {
  color: #929bb1;
}

/* blog details */
.blog-details-wrapper {
  position: relative;
  padding-top: 150px;
  padding-bottom: 100px;
}
.blog-details-wrapper__shape1 {
  position: absolute;
  left: 0;
  top: 0;
}
.blog-details-wrapper__shape2 {
  position: absolute;
  right: 0;
  top: 0;
}
.blog-details-wrapper .blog-details-content h1 {
  font-size: calc(1.125rem + 1.5vw);
  font-weight: 500;
  color: var(--color-gray-900);
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  .blog-details-wrapper .blog-details-content h1 {
    font-size: 2.25rem;
  }
}
@media only screen and (max-width: 575px) {
  .blog-details-wrapper .blog-details-content h1 {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-details-wrapper .blog-details-content h1 {
    margin-bottom: 30px;
  }
}
.blog-details-wrapper .blog-details-content .blog-author-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-radius: 8px;
  padding: 35px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 40px 10px rgba(174, 185, 205, 0.1254901961);
          box-shadow: 0 0 40px 10px rgba(174, 185, 205, 0.1254901961);
  margin-bottom: 55px;
}
.blog-details-wrapper .blog-details-content .blog-author-box .auth-img {
  margin-right: 20px;
  margin-bottom: 20px;
}
.blog-details-wrapper .blog-details-content .blog-author-box .auth-img img {
  border-radius: 50%;
  max-width: 70px;
  border-radius: 50%;
}
.blog-details-wrapper .blog-details-content .blog-author-box .auth-details span {
  font-size: 14px;
}
.blog-details-wrapper .blog-details-content .blog-author-box .auth-details h2 {
  font-size: 15px;
  display: inline-block;
  margin: 0 0 15px 5px;
  font-weight: 500;
}
.blog-details-wrapper .blog-details-content .blog-author-box .auth-details p {
  margin-bottom: 0;
}
.blog-details-wrapper .blog-details-thumbnail {
  text-align: center;
  margin-bottom: 40px;
}
.blog-details-wrapper .blog-details-thumbnail img {
  width: 100%;
  display: inline-block;
  border-radius: 6px;
}
.blog-details-wrapper .blog-details {
  padding: 0 100px;
  position: relative;
}
@media only screen and (max-width: 1399px) {
  .blog-details-wrapper .blog-details {
    padding: 0 140px;
  }
}
@media only screen and (max-width: 991px) {
  .blog-details-wrapper .blog-details {
    padding: 0;
  }
}
.blog-details-wrapper .blog-details .blog-details-meta {
  list-style: none;
  margin: 0 0 40px 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 10px;
}
@media only screen and (max-width: 575px) {
  .blog-details-wrapper .blog-details .blog-details-meta {
    margin-bottom: 30px;
  }
}
.blog-details-wrapper .blog-details .blog-details-meta li {
  padding: 0 10px 0 0;
  min-height: 26px;
  position: relative;
}
.blog-details-wrapper .blog-details .blog-details-meta li:before {
  position: absolute;
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #b6c0cb;
  right: -2px;
  bottom: 10px;
}
.blog-details-wrapper .blog-details .blog-details-meta li:last-child:before {
  content: none;
}
.blog-details-wrapper .blog-details .blog-details-meta .blog-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.blog-details-wrapper .blog-details .blog-details-meta .blog-author > a {
  margin-right: 12px;
}
.blog-details-wrapper .blog-details .blog-details-meta .blog-author img {
  display: inline-block;
  width: 50px;
  height: 50px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.blog-details-wrapper .blog-details .blog-details-meta .blog-author .author-name a {
  display: block;
  font-weight: 500;
  line-height: 22px;
  color: var(--color-gray-900);
}
.blog-details-wrapper .blog-details .blog-details-meta .blog-author .author-name a:last-child {
  color: var(--color-gray-600);
  font-size: 14px;
}
.blog-details-wrapper .blog-details .blog-details-meta .blog-author .entry-date {
  color: #7b839b !important;
}
.blog-details-wrapper .blog-details .blog-details-meta .blog-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.blog-details-wrapper .blog-details .blog-details-meta .blog-category a {
  color: var(--Primary-500, #5e53f9);
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  position: relative;
}
.blog-details-wrapper .blog-details .blog-details-meta .blog-category a:not(:last-child):after {
  content: "";
  position: absolute;
  right: -8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: var(--Primary-500, #5e53f9);
  width: 1px;
  height: 100%;
}
.blog-details-wrapper .blog-details .blog-details-meta .blog-read-time {
  font-size: 14px;
  min-height: 25px;
  color: var(--color-gray-600);
}
.blog-details-wrapper .blog-details .blog-body p,
.blog-details-wrapper .blog-details .blog-body li {
  font-size: calc(1.025rem + 0.3vw);
  line-height: 1.65;
  color: var(--color-gray-800);
}
@media (min-width: 1200px) {
  .blog-details-wrapper .blog-details .blog-body p,
  .blog-details-wrapper .blog-details .blog-body li {
    font-size: 1.25rem;
  }
}
.blog-details-wrapper .blog-details .blog-body p strong,
.blog-details-wrapper .blog-details .blog-body li strong {
  color: var(--color-gray-900);
}
.blog-details-wrapper .blog-details .blog-body ul {
  padding: 0;
}
.blog-details-wrapper .blog-details .blog-body ul li {
  font-size: 18px;
  list-style: inherit;
}
.blog-details-wrapper .blog-details .blog-body ul li:not(:last-child) {
  margin-bottom: 12px;
}
.blog-details-wrapper .blog-details .blog-body ul li strong {
  color: var(--color-gray-900);
}
.blog-details-wrapper .blog-details .blog-body blockquote {
  background: #f5f7fa;
  margin: 35px 0 60px;
  padding: 40px 40px 40px 80px;
}
.blog-details-wrapper .blog-details .blog-body blockquote::before, .blog-details-wrapper .blog-details .blog-body blockquote::after {
  content: none;
}
@media only screen and (max-width: 379px) {
  .blog-details-wrapper .blog-details .blog-body blockquote {
    padding: 25px 25px 25px 60px;
  }
}
.blog-details-wrapper .blog-details .blog-body blockquote p {
  font-size: calc(1.0375rem + 0.45vw);
  line-height: 1.64;
  font-weight: 400;
  font-style: normal;
  position: relative;
}
@media (min-width: 1200px) {
  .blog-details-wrapper .blog-details .blog-body blockquote p {
    font-size: 1.375rem;
  }
}
.blog-details-wrapper .blog-details .blog-body blockquote p:before {
  content: url("../svg/icons/quote-left.svg");
  position: absolute;
  left: -40px;
  top: -2px;
}
.blog-details-wrapper .blog-details .blog-body blockquote p:after {
  content: url("../svg/icons/quote-right.svg");
  padding-left: 10px;
}
.blog-details-wrapper .blog-details .blog-body blockquote cite {
  margin-top: 28px;
  display: block;
  position: relative;
  padding-left: 32px;
  font-style: normal;
  font-size: 17px;
  color: var(--color-gray-800);
}
.blog-details-wrapper .blog-details .blog-body blockquote cite strong {
  color: var(--color-gray-900);
}
.blog-details-wrapper .blog-details .blog-body blockquote cite:before {
  position: absolute;
  content: "";
  width: 20px;
  height: 2px;
  background: #929bb1;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.blog-details-wrapper .blog-details .blog-body h1,
.blog-details-wrapper .blog-details .blog-body h2,
.blog-details-wrapper .blog-details .blog-body h3,
.blog-details-wrapper .blog-details .blog-body h4,
.blog-details-wrapper .blog-details .blog-body h5,
.blog-details-wrapper .blog-details .blog-body h6 {
  margin-bottom: 16px;
  color: var(--color-gray-900) !important;
  font-weight: 500;
}
.blog-details-wrapper .blog-details .blog-body .wp-block-image {
  margin: 35px 0 56px;
}
.blog-details-wrapper .blog-details .blog-body hr {
  height: 1px;
  background-color: #ebeef5;
}
.blog-details-wrapper .blog-details .blog-tags {
  margin: 30px -4px 50px -4px;
}
@media only screen and (max-width: 575px) {
  .blog-details-wrapper .blog-details .blog-tags {
    margin-bottom: 30px;
  }
}
.blog-details-wrapper .blog-details .blog-tags a {
  display: inline-block;
  min-height: 34px;
  line-height: 32px;
  background: var(--color-gray-300);
  padding: 0 11px;
  border-radius: 5px;
  margin: 4px;
  color: var(--color-gray-800);
}
.blog-details-wrapper .blog-details .blog-tags a:hover {
  color: #fff;
  color: var(--color-primary);
}
.blog-details-wrapper .blog-details .blog-details-content .blog-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 50px;
}
.blog-details-wrapper .blog-details .blog-details-content .blog-share > span {
  font-size: 15px;
  font-weight: 500;
  display: inline-block;
  margin-right: 20px;
  color: var(--color-gray-900);
}
.blog-details-wrapper .blog-details .blog-details-content .blog-share ul {
  list-style: none;
  margin: -5px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.blog-details-wrapper .blog-details .blog-details-content .blog-share ul li {
  padding: 5px;
}
.blog-details-wrapper .blog-details .blog-details-content .blog-share ul a {
  font-size: 14px;
  line-height: 35px;
  display: inline-block;
  padding: 0 11.12px;
  border-radius: 5px;
  background-color: #ffffff;
  border: 1px solid #ebeef5;
  color: #5c637e;
}
.blog-details-wrapper .blog-details .blog-details-content .blog-share ul a:hover {
  color: #fff;
}
.blog-details-wrapper .blog-details .blog-details-content .blog-share ul a:hover.facebook {
  background: var(--color-facebook);
}
.blog-details-wrapper .blog-details .blog-details-content .blog-share ul a:hover.twitter {
  background: var(--color-twitter);
}
.blog-details-wrapper .blog-details .blog-details-content .blog-share ul a:hover.pinterest {
  background: #bd081c;
}
.blog-details-wrapper .blog-details .blog-details-content .blog-share ul a:hover.pinterest i,
.blog-details-wrapper .blog-details .blog-details-content .blog-share ul a:hover.pinterest svg {
  color: #fff;
}
.blog-details-wrapper .blog-details .blog-details-content .blog-share ul a:hover.linkedin {
  background: var(--color-linkedin);
}
.blog-details-wrapper .blog-details .blog-details-content .blog-share ul a:hover.link {
  background: var(--color-copy);
}
.blog-details-wrapper .blog-details .blog-details-content .blog-share ul a:hover i,
.blog-details-wrapper .blog-details .blog-details-content .blog-share ul a:hover svg {
  color: #fff;
}
.blog-details-wrapper .blog-details .blog-details-content .blog-share ul a:hover svg path {
  fill: #fff;
}
.blog-details-wrapper .blog-details .blog-details-content .blog-share ul a i,
.blog-details-wrapper .blog-details .blog-details-content .blog-share ul a svg,
.blog-details-wrapper .blog-details .blog-details-content .blog-share ul a img {
  margin-right: 6px;
}
.blog-details-wrapper .blog-details .blog-details-content .blog-share ul a i:before,
.blog-details-wrapper .blog-details .blog-details-content .blog-share ul a svg:before,
.blog-details-wrapper .blog-details .blog-details-content .blog-share ul a img:before {
  margin: 0;
}
.blog-details-wrapper .blog-details .blog-details-content .blog-share ul a svg,
.blog-details-wrapper .blog-details .blog-details-content .blog-share ul a img {
  width: 15px;
  height: 15px;
}
.blog-details-wrapper .blog-details .blog-details-content .blog-share ul a .uil-facebook-f {
  color: var(--color-facebook);
}
.blog-details-wrapper .blog-details .blog-details-content .blog-share ul a .uil-twitter {
  color: var(--color-twitter);
}
.blog-details-wrapper .blog-details .blog-details-content .blog-share ul a .uil-share-alt {
  color: var(--color-copy);
}
.blog-details-wrapper .blog-details .blog-details-content .blog-share ul a .uil-linkedin {
  color: var(--color-linkedin);
}
.blog-details-wrapper .blog-details .blog-details-content .blog-share ul a .uil-link-h {
  color: var(--color-copy);
}
.blog-details-wrapper .blog-share-top {
  position: fixed;
  top: 0;
  margin-left: 925px;
  -webkit-transform: translateY(160px);
          transform: translateY(160px);
  opacity: 0;
  visibility: hidden;
}
.blog-details-wrapper .blog-share-top.show {
  -webkit-transform: translateY(140px);
          transform: translateY(140px);
  opacity: 1;
  visibility: visible;
}
@media only screen and (max-width: 1399px) {
  .blog-details-wrapper .blog-share-top {
    margin-left: 750px;
  }
}
@media only screen and (max-width: 1199px) {
  .blog-details-wrapper .blog-share-top {
    margin-left: 540px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-details-wrapper .blog-share-top {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .blog-details-wrapper .blog-share-top {
    right: -65px;
  }
}
.blog-details-wrapper .blog-share-top .blog-share > span {
  font-weight: 500;
  display: inline-block;
  margin-bottom: 14px;
}
.blog-details-wrapper .blog-share-top .blog-share ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.blog-details-wrapper .blog-share-top .blog-share ul li {
  margin-bottom: 10px;
}
.blog-details-wrapper .blog-share-top .blog-share ul li:last-child {
  margin-bottom: 0;
}
.blog-details-wrapper .blog-share-top .blog-share ul li a {
  -webkit-box-shadow: 0 2px 15px rgba(174, 185, 205, 0.2);
          box-shadow: 0 2px 15px rgba(174, 185, 205, 0.2);
  display: inline-block;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  color: #5c637e;
}
.blog-details-wrapper .blog-share-top .blog-share ul li a .uil-facebook-f {
  color: var(--color-facebook);
}
.blog-details-wrapper .blog-share-top .blog-share ul li a .uil-twitter {
  color: var(--color-twitter);
}
.blog-details-wrapper .blog-share-top .blog-share ul li a .uil-share-alt {
  color: var(--color-copy);
}
.blog-details-wrapper .blog-share-top .blog-share ul li a .uil-linkedin {
  color: var(--color-linkedin);
}
.blog-details-wrapper .blog-share-top .blog-share ul li a .uil-link-h {
  color: var(--color-copy);
}
.blog-details-wrapper .blog-share-top .blog-share ul li span {
  display: none;
}

/* Related Article */
@media only screen and (max-width: 767px) {
  .related-articles .col-md-6 {
    margin-bottom: 30px;
  }
  .related-articles .image-blogs img {
    width: 100%;
  }
}
.related-articles .blog-each {
  -webkit-box-shadow: 0 10px 20px rgba(216, 203, 225, 0.25);
          box-shadow: 0 10px 20px rgba(216, 203, 225, 0.25);
}

/* Coment Respond */
.comment-respond {
  border: 0 none;
  border-radius: 10px;
  padding: 45px 50px 50px;
  -webkit-box-shadow: 0 10px 50px rgba(146, 155, 177, 0.2);
          box-shadow: 0 10px 50px rgba(146, 155, 177, 0.2);
}
.comment-respond .comment-reply-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.comment-respond .comment-reply-title #cancel-comment-reply-link {
  margin-left: 20px;
  font-size: 18px;
  color: var(--color-info);
}
.comment-respond h3 {
  font-weight: 600;
}
.comment-respond .logged-in-as {
  color: var(--color-primary);
}
.comment-respond label {
  font-size: 16px;
  font-weight: 500;
  color: var(--color-gray-900);
}
.comment-respond .form-group {
  margin-bottom: 1.6rem;
}
.comment-respond textarea,
.comment-respond input {
  padding: 10px 15px;
  border-radius: 5px;
  border-color: #d9deec;
}
.comment-respond textarea::-webkit-input-placeholder,
.comment-respond input::-webkit-input-placeholder {
  color: #aeb9cd !important;
}
.comment-respond textarea::-moz-placeholder,
.comment-respond input::-moz-placeholder {
  color: #aeb9cd !important;
}
.comment-respond textarea::-ms-input-placeholder,
.comment-respond input::-ms-input-placeholder {
  color: #aeb9cd !important;
}
.comment-respond textarea::placeholder,
.comment-respond input::placeholder {
  color: #aeb9cd !important;
}
.comment-respond textarea:focus,
.comment-respond input:focus {
  color: #5c637e;
  -webkit-box-shadow: 0 0;
          box-shadow: 0 0;
  outline: none;
  border-color: #d9deec;
}
.comment-respond input {
  height: 46px;
}
.comment-respond textarea {
  min-height: 180px;
}
.comment-respond .comment-form-cookies-consent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 4px 0 20px;
}
.comment-respond .comment-form-cookies-consent label {
  line-height: 1.4;
  margin-top: 6px;
  font-size: 15px;
  font-weight: 400;
  padding-left: 10px;
  color: var(--color-gray-900);
}
.comment-respond .form-submit .btn-send {
  padding: 12px 20px;
}
.comment-respond .form-submit .btn-send:focus {
  color: #fff;
}

/* Comments Area */
.comments-area {
  margin-top: 50px;
}
.comments-area .media-list {
  margin: 0;
  padding: 0;
}

/* blog search page */
.site-search {
  padding: 60px 0 90px;
}
.site-search .no-results {
  padding: 40px 0 0;
}

/* Single Post */
.single-post .site-header,
.blog .site-header {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 9999;
}
.single-post .site-header .main-header,
.blog .site-header .main-header {
  background: none;
}

/* Blog Details Video */
.blog-details .wp-block-embed iframe {
  height: 400px;
  border-radius: 6px;
}
@media only screen and (max-width: 991px) {
  .blog-details .wp-block-embed iframe {
    height: 300px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-details .wp-block-embed iframe {
    height: 260px;
  }
}

/* Blog Details Heading Spacing */
.blog-details h2 {
  font-size: calc(1.0875rem + 1.05vw);
  margin-top: 3.75rem;
}
@media (min-width: 1200px) {
  .blog-details h2 {
    font-size: 1.875rem;
  }
}
.blog-details h3 {
  font-size: calc(1.05625rem + 0.675vw);
  margin-top: 3rem;
}
@media (min-width: 1200px) {
  .blog-details h3 {
    font-size: 1.5625rem;
  }
}
.blog-details h4 {
  font-size: calc(1.0375rem + 0.45vw);
  margin-top: 3rem;
}
@media (min-width: 1200px) {
  .blog-details h4 {
    font-size: 1.375rem;
  }
}
.blog-details h5 {
  font-size: calc(1.025rem + 0.3vw);
  margin-top: 2.25rem;
}
@media (min-width: 1200px) {
  .blog-details h5 {
    font-size: 1.25rem;
  }
}

/*-------------------------------------
#. About Page
---------------------------------------*/
/* About Intro */
@media only screen and (max-width: 767px) {
  .about-intro.pt-150 {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .about-intro.pb-60 {
    padding-bottom: 40px;
  }
}
.about-intro__text {
  max-width: 800px;
  margin: 0 auto;
}
.about-intro__text p {
  font-size: 20px;
  font-weight: 400;
}
@media only screen and (max-width: 1199px) {
  .about-intro__text p {
    width: 100%;
  }
  .about-intro__text p br {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .about-intro__text p {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .about-intro__text p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1199px) {
  .about-intro__title {
    width: 100%;
  }
  .about-intro__title br {
    display: none;
  }
}
.about-intro__subtitle {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--color-primary);
}
.about-intro .shape {
  left: 20px;
}

/* About Gallery */
.about-gallery {
  padding: 0 120px;
  /* About Counter */
}
@media only screen and (max-width: 575px) {
  .about-gallery {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 479px) {
  .about-gallery {
    padding: 0 12px;
  }
}
.about-gallery .shape-right {
  right: -45px;
  top: -70px;
}
@media only screen and (max-width: 1399px) {
  .about-gallery .shape-right {
    right: 0;
  }
}
@media only screen and (max-width: 991px) {
  .about-gallery .shape-right {
    top: -30px;
  }
}
@media only screen and (max-width: 767px) {
  .about-gallery .shape-right {
    display: none;
  }
}
.about-gallery .shape-left {
  left: -80px;
  bottom: -30px;
}
@media only screen and (max-width: 1399px) {
  .about-gallery .shape-left {
    left: 0;
  }
}
@media only screen and (max-width: 991px) {
  .about-gallery .shape-left {
    bottom: -15px;
  }
}
@media only screen and (max-width: 767px) {
  .about-gallery .shape-left {
    display: none;
  }
}
@media only screen and (max-width: 1199px) {
  .about-gallery__box {
    padding-left: 0 !important;
  }
}
.about-gallery__box:first-child {
  padding-left: 40px;
}
.about-gallery__wrapper {
  margin: 0 -10px;
}
@media only screen and (max-width: 479px) {
  .about-gallery__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
}
.about-gallery__image {
  padding: 0 10px;
}
@media only screen and (max-width: 479px) {
  .about-gallery__image {
    margin-bottom: 30px;
    width: 100%;
  }
}
.about-gallery__image img {
  border-radius: 6px;
}
@media only screen and (max-width: 479px) {
  .about-gallery__image img {
    width: 100%;
  }
}
.about-gallery__masonry {
  overflow: hidden;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 991px) {
  .about-gallery__masonry {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.about-gallery__item {
  margin: 5px;
}
.about-gallery__left img {
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .about-gallery__left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.about-gallery__counter {
  border-bottom: 1px solid #ebeef5;
  padding-bottom: 78px;
}
@media only screen and (max-width: 991px) {
  .about-gallery__counter {
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .about-gallery__counter {
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .about-gallery__counter {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .about-gallery__counter .gallery-count-single {
    margin-bottom: 15px;
  }
}
.about-gallery__counter span {
  font-weight: 500;
  line-height: 1.167;
  font-size: calc(1.2rem + 2.4vw);
  color: var(--color-gray-900);
}
@media (min-width: 1200px) {
  .about-gallery__counter span {
    font-size: 3rem;
  }
}
.about-gallery__counter p {
  font-size: 18px;
  margin: 8px 0 0;
}

.inside-gallery .section-header .section-title {
  font-size: calc(1.125rem + 1.5vw);
  font-weight: 600;
}
@media (min-width: 1200px) {
  .inside-gallery .section-header .section-title {
    font-size: 2.25rem;
  }
}

/* About Value Area */
@media only screen and (max-width: 991px) {
  .our-value-area.pb-30 {
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .our-value-area.pb-30 {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 991px) {
  .our-value-area.pt-120 {
    padding-top: 60px;
  }
}
.our-value-area .section-title {
  font-size: calc(1.1625rem + 1.95vw);
  font-weight: 500;
}
@media (min-width: 1200px) {
  .our-value-area .section-title {
    font-size: 2.625rem;
  }
}
.our-value-area.border-style {
  border-bottom: 1px solid var(--color-gray-300);
}

.value-single {
  margin-bottom: 80px;
}
@media only screen and (max-width: 991px) {
  .value-single {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .value-single {
    max-width: 330px;
    text-align: center;
    margin: 0 auto 40px;
  }
}
.value-single h1,
.value-single h2,
.value-single h3,
.value-single h4,
.value-single h5,
.value-single h6 {
  font-size: calc(1.0375rem + 0.45vw);
  font-weight: 500;
  margin-bottom: 12px;
}
@media (min-width: 1200px) {
  .value-single h1,
  .value-single h2,
  .value-single h3,
  .value-single h4,
  .value-single h5,
  .value-single h6 {
    font-size: 1.375rem;
  }
}
.value-single p {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 0;
}

/* About Team */
@media only screen and (max-width: 991px) {
  .team-area.pb-30 {
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .team-area.pb-30 {
    padding-bottom: 0;
  }
}
.team-area .section-title {
  font-size: calc(1.2rem + 2.4vw);
  font-weight: 500;
}
@media (min-width: 1200px) {
  .team-area .section-title {
    font-size: 3rem;
  }
}

.team-single {
  margin-bottom: 80px;
}
@media only screen and (max-width: 991px) {
  .team-single {
    margin-bottom: 30px;
  }
}
.team-single:hover figure {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
.team-single figure {
  margin-bottom: 20px;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.team-single figure img {
  border-radius: 50%;
  max-width: 180px;
  background: #D8D9DE;
}
.team-single__content h1,
.team-single__content h2,
.team-single__content h3,
.team-single__content h4,
.team-single__content h5,
.team-single__content h6 {
  font-size: calc(1.01875rem + 0.225vw);
  font-weight: 500;
  margin-bottom: 4px;
}
@media (min-width: 1200px) {
  .team-single__content h1,
  .team-single__content h2,
  .team-single__content h3,
  .team-single__content h4,
  .team-single__content h5,
  .team-single__content h6 {
    font-size: 1.1875rem;
  }
}
.team-single__content h1.fs-18,
.team-single__content h2.fs-18,
.team-single__content h3.fs-18,
.team-single__content h4.fs-18,
.team-single__content h5.fs-18,
.team-single__content h6.fs-18 {
  font-size: calc(1.0125rem + 0.15vw);
}
@media (min-width: 1200px) {
  .team-single__content h1.fs-18,
  .team-single__content h2.fs-18,
  .team-single__content h3.fs-18,
  .team-single__content h4.fs-18,
  .team-single__content h5.fs-18,
  .team-single__content h6.fs-18 {
    font-size: 1.125rem;
  }
}
.team-single__designation {
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  margin-top: 10px;
  color: #7F828B;
}

/*-------------------------------------
#. Career Page
---------------------------------------*/
.career-intro .career-banner__content .banner-title {
  font-weight: 600;
  margin-bottom: 25px;
}
.career-intro .career-banner__content p {
  font-size: 20px;
  color: var(--color-gray-800);
  margin-bottom: 30px;
}
.career-intro .career-banner__content .btn-career {
  font-size: 15px;
  font-weight: 600;
  height: 50px;
  line-height: 50px;
  border-radius: 5px;
}
@media only screen and (max-width: 991px) {
  .career-intro .career-banner__img {
    margin: 30px 0 0;
  }
}
.career-intro .career-banner__img .shade-bg {
  position: absolute;
  right: -150px;
  height: 140%;
  width: 170%;
  top: -150px;
  z-index: -1;
  background-image: url(../img/shape/circle-shape.png);
  background-size: cover;
}
@media only screen and (max-width: 1199px) {
  .career-intro.pt-190 {
    padding-top: 120px;
  }
}
@media only screen and (max-width: 991px) {
  .career-intro.pt-190 {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .career-intro.pb-70 {
    padding-bottom: 30px;
  }
}

/* About Brif */
.about-brief-area .section-header {
  position: relative;
  z-index: 1;
}
.about-brief-area .section-header .brif-title {
  margin-top: 15px;
}
.about-brief-area .section-header .sub-title {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--color-primary);
}
.about-brief-area .brif-content h1,
.about-brief-area .brif-content h2,
.about-brief-area .brif-content h3,
.about-brief-area .brif-content h4,
.about-brief-area .brif-content h5,
.about-brief-area .brif-content h6 {
  margin-bottom: 28px;
}
.about-brief-area .brif-content p {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 0;
}
.about-brief-area .brif-content p:not(:last-child) {
  margin-bottom: 28px;
}
@media only screen and (max-width: 767px) {
  .about-brief-area .brif-content p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1199px) {
  .about-brief-area.pt-140 {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 991px) {
  .about-brief-area.pt-140 {
    padding-top: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .about-brief-area.pt-140 {
    padding-top: 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .about-brief-area.pb-135 {
    padding-bottom: 85px;
  }
}
@media only screen and (max-width: 991px) {
  .about-brief-area.pb-135 {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 991px) {
  .about-brief-area.pb-135 {
    padding-bottom: 60px;
  }
}

.benefit-area .benefit-box {
  margin-bottom: -30px;
}
.benefit-area .benefit-box .benifit-single {
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 30px;
}
.benefit-area .benefit-box .benifit-single__inner {
  min-height: 364px;
  padding: 30px;
  border-radius: 10px;
  background-color: #fff;
}
@media only screen and (max-width: 991px) {
  .benefit-area .benefit-box .benifit-single__inner {
    min-height: unset;
  }
}
.benefit-area .benefit-box .benifit-single__icon .icon-box {
  width: 80px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
}
.benefit-area .benefit-box .benifit-single__icon .icon-box.box-warning {
  background-color: rgba(255, 143, 30, 0.1);
}
.benefit-area .benefit-box .benifit-single__icon .icon-box.box-warning svg path {
  fill: #ff8f1e;
}
.benefit-area .benefit-box .benifit-single__icon .icon-box.box-success {
  background-color: rgba(0, 187, 69, 0.1);
}
.benefit-area .benefit-box .benifit-single__icon .icon-box.box-success svg path {
  fill: #00bb45;
}
.benefit-area .benefit-box .benifit-single__icon .icon-box.box-success {
  background-color: rgba(0, 187, 69, 0.1);
}
.benefit-area .benefit-box .benifit-single__icon .icon-box.box-success svg path {
  fill: #00bb45;
}
.benefit-area .benefit-box .benifit-single__icon .icon-box.box-violet {
  background-color: rgba(131, 78, 255, 0.1);
}
.benefit-area .benefit-box .benifit-single__icon .icon-box.box-violet svg path {
  fill: #834eff;
}
.benefit-area .benefit-box .benifit-single__icon .icon-box.box-info {
  background-color: rgba(0, 144, 253, 0.1);
}
.benefit-area .benefit-box .benifit-single__icon .icon-box.box-info svg path {
  fill: #0090fd;
}
.benefit-area .benefit-box .benifit-single__content h1,
.benefit-area .benefit-box .benifit-single__content h2,
.benefit-area .benefit-box .benifit-single__content h3,
.benefit-area .benefit-box .benifit-single__content h4,
.benefit-area .benefit-box .benifit-single__content h5,
.benefit-area .benefit-box .benifit-single__content h6 {
  font-weight: 500;
  margin: 18px 0 16px;
  color: var(--color-gray-900);
}
.benefit-area .benefit-box .benifit-single__content h5 {
  font-size: calc(1.025rem + 0.3vw);
}
@media (min-width: 1200px) {
  .benefit-area .benefit-box .benifit-single__content h5 {
    font-size: 1.25rem;
  }
}
.benefit-area .benefit-box .benifit-single__content p {
  margin-bottom: 0;
  color: var(--color-gray-800);
}
@media only screen and (max-width: 1199px) {
  .benefit-area .benefit-box .benifit-single__content p br {
    display: none;
  }
}
.benefit-area .benefit-box .benifit-single.warning {
  background-color: rgba(255, 143, 30, 0.1);
}
.benefit-area .benefit-box .benifit-single.success {
  background-color: rgba(0, 187, 69, 0.1);
}
.benefit-area .benefit-box .benifit-single.violet {
  background-color: rgba(131, 78, 255, 0.1);
}
.benefit-area .benefit-box .benifit-single.info {
  background-color: rgba(0, 144, 253, 0.1);
}

.circular-area .section-header p {
  color: var(--color-gray-800);
}
.circular-area .circular-block {
  margin: 0 -50px;
}
.circular-area .circular-block:first-child {
  margin-top: 20px;
}
.circular-area .circular-block .circular-title {
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  color: #7b839b !important;
  text-align: center;
  margin-bottom: -25px;
}
.circular-area .circular-block .circular-table {
  padding: 50px;
}
@media only screen and (max-width: 991px) {
  .circular-area .circular-block .circular-table {
    padding: 50px 30px 15px;
  }
}
.circular-area .circular-block .circular-table table {
  margin-top: 0;
  text-align: center;
}
.circular-area .circular-block .circular-table table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 5px;
  position: relative;
  -webkit-box-shadow: 0 10px 25px rgba(146, 155, 177, 0.1);
          box-shadow: 0 10px 25px rgba(146, 155, 177, 0.1);
  -webkit-transition: 0.35s;
  transition: 0.35s;
  text-align: left;
  margin-bottom: 20px;
}
@media only screen and (max-width: 479px) {
  .circular-area .circular-block .circular-table table tr {
    display: inline-block;
    width: calc(100% - 30px);
    margin: 0 15px 20px;
    padding: 10px 0;
  }
}
.circular-area .circular-block .circular-table table tr:last-child {
  margin-bottom: 0;
}
.circular-area .circular-block .circular-table table tr td {
  border: 0 none;
  padding: 24px 30px;
}
@media only screen and (max-width: 479px) {
  .circular-area .circular-block .circular-table table tr td {
    display: inline-block;
    width: 100%;
    padding: 10px 15px;
    text-align: left !important;
  }
}
.circular-area .circular-block .circular-table table tr td.job-title {
  min-width: 380px;
}
@media only screen and (max-width: 991px) {
  .circular-area .circular-block .circular-table table tr td.job-title {
    min-width: unset;
  }
}
.circular-area .circular-block .circular-table table tr td.job-title h1,
.circular-area .circular-block .circular-table table tr td.job-title h2,
.circular-area .circular-block .circular-table table tr td.job-title h3,
.circular-area .circular-block .circular-table table tr td.job-title h4,
.circular-area .circular-block .circular-table table tr td.job-title h5,
.circular-area .circular-block .circular-table table tr td.job-title h6 {
  margin-bottom: 0;
  max-width: 250px;
  line-height: 1.3333;
  font-size: 18px;
  font-weight: 500;
  color: var(--color-gray-900);
}
.circular-area .circular-block .circular-table table tr td.job-type {
  line-height: 1;
}
.circular-area .circular-block .circular-table table tr td.job-type span {
  font-size: 14px;
  font-weight: 400;
  color: #7F828B;
}
.circular-area .circular-block .circular-table table tr td.action .btn-link {
  font-size: 14px;
  font-weight: 500;
  color: #4353FF !important;
  text-decoration: unset;
}
.circular-area .circular-block .circular-table table tr td.action .btn-link svg path {
  fill: #4353FF;
  color: #4353FF;
  -webkit-transition: 0.35s;
  transition: 0.35s;
}
.circular-area .circular-block .circular-table table tr td.action .btn-link:hover {
  color: var(--color-primary) !important;
}
.circular-area .circular-block .circular-table table tr td.action .btn-link:hover svg path {
  fill: var(--color-primary);
  color: var(--color-primary);
}
.circular-area .circular-block .circular-table table tr:hover {
  -webkit-box-shadow: 0 20px 50px rgba(146, 155, 177, 0.2);
          box-shadow: 0 20px 50px rgba(146, 155, 177, 0.2);
}
.circular-area .no-job {
  font-weight: 600;
  margin-bottom: 40px;
}
.circular-area__text {
  max-width: 800px;
  margin: 0 auto;
}
.circular-area__text p {
  font-size: 20px;
  font-weight: 400;
}
@media only screen and (max-width: 1199px) {
  .circular-area__text p {
    width: 100%;
  }
  .circular-area__text p br {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .circular-area__text p {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .circular-area__text p {
    font-size: 18px;
  }
}

/*---------------------------------------------
#. Career Single
-----------------------------------------------*/
.single-career-top {
  margin-bottom: 65px;
}
@media only screen and (max-width: 991px) {
  .single-career-top {
    margin-bottom: 40px;
  }
}
.single-career-top h1,
.single-career-top h2,
.single-career-top h3,
.single-career-top h4,
.single-career-top h5,
.single-career-top h6 {
  margin-top: -4px;
  font-weight: 500;
}
.single-career-top .btn-link {
  font-size: 14px;
  color: #7b839b !important;
  margin-bottom: 60px;
}
@media only screen and (max-width: 991px) {
  .single-career-top .btn-link {
    margin-bottom: 40px;
  }
}
.single-career-top .btn-link:hover {
  color: var(--color-primary);
}
.single-career-top .btn-link:hover svg path,
.single-career-top .btn-link:hover i {
  color: var(--color-primary);
  fill: var(--color-primary);
}
.single-career-top .btn-link i,
.single-career-top .btn-link svg,
.single-career-top .btn-link img {
  margin: 0 8px 0 0;
}
.single-career-top .circular-meta {
  list-style: none;
  padding: 0;
  margin: 0;
}
.single-career-top .circular-meta li {
  display: inline-block;
  position: relative;
  padding-left: 10px;
}
.single-career-top .circular-meta li:not(:last-child) {
  margin-right: 20px;
}
.single-career-top .circular-meta li:after {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 4px;
  height: 4px;
  border-radius: 50%;
  content: "";
}
.single-career-top .circular-meta li span {
  font-size: 15px;
  color: #7b839b;
}
.single-career-top .single-career-title .btn-apply {
  min-width: 140px;
}
@media only screen and (max-width: 767px) {
  .single-career-top .single-career-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    margin-bottom: 15px;
  }
}

.job-content h1,
.job-content h2,
.job-content h3,
.job-content h4,
.job-content h5,
.job-content h6 {
  margin-bottom: 25px;
}
.job-content p {
  font-size: 18px;
}
.job-content ul {
  padding: 0 0 0 16px;
  list-style: none;
  margin: 0 0 55px;
}
.job-content ul li {
  font-size: 18px;
  padding-left: 16px;
  position: relative;
}
.job-content ul li:not(:last-child) {
  margin-bottom: 10px;
}
.job-content ul li:after {
  position: absolute;
  left: 0;
  top: 14px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  content: "";
}

.job-apply-form {
  display: none;
  position: relative;
  border-radius: 10px;
  padding: 60px;
  -webkit-box-shadow: 0 10px 50px rgba(146, 155, 177, 0.2);
          box-shadow: 0 10px 50px rgba(146, 155, 177, 0.2);
  margin-top: 150px;
  background-color: var(--color-white);
}
@media only screen and (max-width: 991px) {
  .job-apply-form {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .job-apply-form {
    padding: 30px;
  }
}
@media only screen and (max-width: 479px) {
  .job-apply-form {
    margin-top: 60px;
  }
}
.job-apply-form .shape.shape-top {
  right: -100px;
  top: -80px;
}
@media only screen and (max-width: 991px) {
  .job-apply-form .shape.shape-top {
    display: none;
  }
}
.job-apply-form .shape.shape-middle {
  right: -180px;
  top: 40%;
}
@media only screen and (max-width: 991px) {
  .job-apply-form .shape.shape-middle {
    display: none;
  }
}
.job-apply-form .shape.shape-middle img {
  max-width: 322px;
}
.job-apply-form .shape.shape-bottom {
  left: -180px;
  bottom: 20%;
}
@media only screen and (max-width: 991px) {
  .job-apply-form .shape.shape-bottom {
    display: none;
  }
}
.job-apply-form .shape.shape-bottom img {
  max-width: 322px;
}
.job-apply-form .apply-form-title {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .job-apply-form .apply-form-title {
    margin-bottom: 30px;
  }
}
.job-apply-form .form-group {
  margin-bottom: 30px;
}
.job-apply-form .form-group label {
  width: 100%;
}
.job-apply-form .form-group .btn-browse {
  height: 34px;
  border-radius: 8px;
  line-height: 32px;
}
.job-apply-form .form-group .wpcf7-submit {
  margin-top: 30px;
  font-size: 15px;
  padding: 0 30px;
  width: auto;
  background-color: #ff346b;
}
@media only screen and (max-width: 767px) {
  .job-apply-form .form-group .wpcf7-submit {
    margin-top: 10px;
  }
}
.job-apply-form .form-group textarea {
  min-height: 130px;
  resize: none;
}
.job-apply-form .form-group .browse-wrap {
  padding: 15px 20px;
  border-radius: 5px;
  border: 3px dashed #ebeef5;
}
.job-apply-form .file-cv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 3px dashed #EBEEF5;
}
.job-apply-form .file-cv input[type=file] {
  height: auto;
}
.job-apply-form .file-cv input[type=file]:focus {
  outline: 0 none;
  border: 0 none;
}

/*---------------------------------------------
# Custom Project page
-----------------------------------------------*/
.custom-project-formbox {
  margin-top: -80px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 991px) {
  .custom-project-formbox {
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .custom-project-formbox {
    padding-bottom: 40px;
  }
}

/*  Custom Project Form Inner */
.custom-project-form-inner {
  position: relative;
  background-color: #fff;
  border-radius: 20px;
  padding: 60px;
  -webkit-box-shadow: 0 10px 50px rgba(141, 141, 141, 0.15);
          box-shadow: 0 10px 50px rgba(141, 141, 141, 0.15);
}
@media only screen and (max-width: 767px) {
  .custom-project-form-inner {
    padding: 30px;
  }
}
.custom-project-form-inner .form-group:not(:last-child) {
  margin-bottom: 45px;
}
@media only screen and (max-width: 767px) {
  .custom-project-form-inner .form-group:not(:last-child) {
    margin-bottom: 30px;
  }
}
.custom-project-form-inner .form-group input:not([type=file]):focus,
.custom-project-form-inner .form-group textarea:not([type=file]):focus,
.custom-project-form-inner .form-group select:not([type=file]):focus {
  border: 2px solid rgb(0, 0, 0);
  -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);
}
.custom-project-form-inner .form-group label,
.custom-project-form-inner .form-group .form-group-label {
  font-size: 16px;
  font-weight: 600;
  color: #090B10;
}
.custom-project-form-inner .form-group .form-group-label {
  display: block;
  margin-bottom: 14px;
}
.custom-project-form-inner .checkbox-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -5px;
}
.custom-project-form-inner .checkbox-btn,
.custom-project-form-inner .wpcf7-list-item {
  margin: 5px;
}
.custom-project-form-inner .checkbox-btn input[type=checkbox],
.custom-project-form-inner .checkbox-btn input[type=radio],
.custom-project-form-inner .wpcf7-list-item input[type=checkbox],
.custom-project-form-inner .wpcf7-list-item input[type=radio] {
  display: none;
}
.custom-project-form-inner .checkbox-btn input[type=checkbox]:checked ~ .wpcf7-list-item-label,
.custom-project-form-inner .checkbox-btn input[type=radio]:checked ~ .wpcf7-list-item-label,
.custom-project-form-inner .wpcf7-list-item input[type=checkbox]:checked ~ .wpcf7-list-item-label,
.custom-project-form-inner .wpcf7-list-item input[type=radio]:checked ~ .wpcf7-list-item-label {
  color: #fff !important;
  background-color: #090B10;
}
.custom-project-form-inner .checkbox-btn .wpcf7-list-item-label,
.custom-project-form-inner .wpcf7-list-item .wpcf7-list-item-label {
  font-size: 14px;
  font-weight: 400;
  display: block;
  margin: 0;
  min-height: 38px;
  line-height: 2.75;
  padding: 0 20px;
  border-radius: 6px;
  background-color: #EFEFF0;
  white-space: nowrap;
  cursor: pointer;
  color: var(--color-gray-900);
}
.custom-project-form-inner textarea {
  min-height: 180px;
  resize: none;
}
.custom-project-form-inner .custom-input-file {
  padding: 0;
  margin-top: 8px;
  position: relative;
  min-height: auto;
  height: 35px;
  color: var(--color-gray-800) !important;
  cursor: unset !important;
}
.custom-project-form-inner .custom-input-file:focus {
  outline: none;
  border: none;
}
.custom-project-form-inner .custom-input-file::-webkit-file-upload-button {
  visibility: hidden;
  width: 0;
}
.custom-project-form-inner .custom-input-file:before {
  content: "Upload Files";
  background: #EFEFF0;
  border-radius: 6px;
  padding: 6.5px 25px 6.5px 45px;
  outline: none;
  white-space: nowrap;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.75;
}
.custom-project-form-inner .custom-input-file:after {
  position: absolute;
  left: 20px;
  top: 8px;
  font-size: 20px;
  font-family: "unicons";
  font-style: normal;
  font-weight: 400;
  display: inline-block;
  line-height: 1;
  content: "\ea23";
  background: #EFEFF0;
}
.custom-project-form-inner .alert-text {
  display: inline-block;
  font-size: 14px;
  color: #929BB1;
  margin-top: 8px;
}
.custom-project-form-inner .btn-project-submit {
  margin-top: 10px;
  padding: 0 40px;
  border-radius: 30px;
}

.custom-project-intro {
  height: 470px;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(rgba(249, 129, 6, 0.062745098)));
  background: linear-gradient(#fff, rgba(249, 129, 6, 0.062745098));
  position: relative;
}
@media only screen and (max-width: 767px) {
  .custom-project-intro {
    height: 400px;
  }
}
.custom-project-intro .shape-curve {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -1px;
}
.custom-project-intro .custom-project-intro-content {
  padding-top: 142px;
}
@media only screen and (max-width: 767px) {
  .custom-project-intro .custom-project-intro-content {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 379px) {
  .custom-project-intro .custom-project-intro-content {
    padding-top: 80px;
  }
}
.custom-project-intro .custom-project-intro-content .display-3 {
  font-size: calc(1.2rem + 2.4vw);
  font-weight: 900;
  line-height: 1.13;
}
@media (min-width: 1200px) {
  .custom-project-intro .custom-project-intro-content .display-3 {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 575px) {
  .custom-project-intro .custom-project-intro-content .display-3 br {
    display: none;
  }
}
.custom-project-intro .custom-project-intro-content p {
  font-size: calc(1.0125rem + 0.15vw);
  font-weight: 500;
}
@media (min-width: 1200px) {
  .custom-project-intro .custom-project-intro-content p {
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 575px) {
  .custom-project-intro .custom-project-intro-content p br {
    display: none;
  }
}

/*-------------------------------------
#. Products
---------------------------------------*/
.dm_dashboard__products-banner {
  padding: 55px 0 25px;
  background: -webkit-linear-gradient(#FFFFFF, #F8F8F8);
}
.dm_dashboard__products-banner .dm_dashboard__products--banner-content {
  text-align: center;
}
.dm_dashboard__products-banner .dm_dashboard__products--banner-text .banner-title {
  font-size: calc(1.125rem + 1.5vw);
  font-weight: 600;
  margin-bottom: 6px;
}
@media (min-width: 1200px) {
  .dm_dashboard__products-banner .dm_dashboard__products--banner-text .banner-title {
    font-size: 2.25rem;
  }
}
.dm_dashboard__products-banner .dm_dashboard__products--banner-text .banner-desc {
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 30px;
}
.dm_dashboard__products-banner .dm_dashboard__products--banner-search .products-banner__search {
  max-width: 570px;
  margin: 0 auto;
  position: relative;
  text-align: left;
  background: #fff;
  border-radius: 40px;
  -webkit-box-shadow: 0 10px 40px rgba(149, 149, 149, 0.15);
          box-shadow: 0 10px 40px rgba(149, 149, 149, 0.15);
}
@media only screen and (max-width: 379px) {
  .dm_dashboard__products-banner .dm_dashboard__products--banner-search .products-banner__search {
    padding: 12px 25px;
  }
}
.dm_dashboard__products-banner .dm_dashboard__products--banner-search .products-banner__search input {
  width: 100%;
  padding-left: 75px;
  border: none;
  margin: 0;
  min-height: 60px;
  font-weight: 300;
  border-radius: 40px;
}
.dm_dashboard__products-banner .dm_dashboard__products--banner-search .products-banner__search input:focus {
  color: var(--color-gray-900);
}
.dm_dashboard__products-banner .dm_dashboard__products--banner-search .products-banner__search--btn {
  position: absolute;
  left: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 0;
  background: transparent;
  color: var(--color-gray-800);
  min-height: unset;
}
.dm_dashboard__products-banner .dm_dashboard__products--banner-search .products-banner__search--btn i {
  font-size: 18px;
  color: #929BB1;
}
.dm_dashboard__products-banner .dm_dashboard__products--filter {
  margin: 25px 0 0;
}
.dm_dashboard__products-banner .dm_dashboard__products--filter ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: -5px;
  padding: 0;
}
.dm_dashboard__products-banner .dm_dashboard__products--filter ul li {
  list-style: none;
  cursor: pointer;
  font-size: 14px;
  margin: 5px 15px;
  height: 32px;
  line-height: 32px;
  z-index: 9;
}
.dm_dashboard__products-banner .dm_dashboard__products--filter ul li.active {
  position: relative;
  font-weight: 500;
  color: var(--color-gray-900);
}
.dm_dashboard__products-banner .dm_dashboard__products--filter ul li.active:after {
  content: "";
  position: absolute;
  top: 0;
  left: -20px;
  width: calc(100% + 40px);
  height: 100%;
  background: #E7E8EB;
  border-radius: 17px;
  z-index: -1;
}
.dm_dashboard__products--header-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}
.dm_dashboard__products--header-bar .directorist-header-found-title {
  font-size: 14px;
  color: var(--color-gray-800);
}
.dm_dashboard__products--header-bar .products-header__actions {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 20px;
}
.dm_dashboard__products--header-bar .products-header__actions:hover .products-sort {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}
@media only screen and (max-width: 767px) {
  .dm_dashboard__products--header-bar .products-header__actions:hover .products-sort {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}
.dm_dashboard__products--header-bar .products-header__actions .products-sort-label {
  color: #7F828B;
  font-size: 14px;
}
.dm_dashboard__products--header-bar .products-header__actions .products-sort-label .active {
  position: relative;
  padding-right: 15px;
  color: var(--color-gray-800);
}
.dm_dashboard__products--header-bar .products-header__actions .products-sort-label .active:before {
  content: "\eb3a";
  font-family: "unicons";
  position: absolute;
  right: 0;
}
.dm_dashboard__products--header-bar .products-header__actions .products-sort-label .active:hover {
  color: var(--color-primary);
}
.dm_dashboard__products--header-bar .products-header__actions .products-sort {
  width: 200px;
  padding: 10px;
  border-radius: 4px;
  position: absolute;
  right: 0;
  top: 30px;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: 0 0 0;
          transform-origin: 0 0 0;
  -webkit-box-shadow: 0 5px 20px rgba(146, 155, 177, 0.2);
          box-shadow: 0 5px 20px rgba(146, 155, 177, 0.2);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  z-index: 10;
  background-color: var(--color-white);
}
@media only screen and (max-width: 991px) {
  .dm_dashboard__products--header-bar .products-header__actions .products-sort {
    top: 30px;
  }
}
.dm_dashboard__products--header-bar .products-header__actions .products-sort li a {
  display: block;
  width: 100%;
  border-radius: 5px;
  padding: 6px 12px;
  font-size: 15px;
  color: var(--color-gray-700);
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.dm_dashboard__products--header-bar .products-header__actions .products-sort li a:hover {
  color: var(--color-primary);
}
.dm_dashboard__template.dm_dashboard__products-isotope {
  padding: 23px 0 100px;
  border-bottom: 1px solid var(--color-gray-300);
}
@media only screen and (max-width: 991px) {
  .dm_dashboard__template.dm_dashboard__products-isotope {
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .dm_dashboard__template.dm_dashboard__products-isotope {
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .dm_dashboard__template.dm_dashboard__products-isotope .pagination-area ul {
    margin: 0;
  }
}

/*---------------------------------------------
# Dashboard page
-----------------------------------------------*/
@media only screen and (max-width: 991px) {
  .dashboard-intro-area .display-2.pt-140 {
    padding-top: 140px !important;
  }
}
@media only screen and (max-width: 767px) {
  .dashboard-intro-area .display-2.pt-140 {
    padding-top: 110px !important;
  }
}
@media only screen and (max-width: 767px) {
  .dashboard-intro-area .display-2.pt-60 {
    padding-bottom: 30px !important;
  }
}
.dashboard-intro-area .directorist-alert-text {
  font-size: 20px;
  font-weight: 500;
  text-align: left;
}
.dashboard-intro-area .alert-message {
  padding: 40px;
}
.dashboard-intro-area .alert-message .alert-message__text p {
  color: #5c637e;
  line-height: 1.5;
}
.dashboard-intro-area .alert-message .alert-message__text p .color-primary, .dashboard-intro-area .alert-message .alert-message__text p .affiliate-commission__card .commission-subtitle, .affiliate-commission__card .dashboard-intro-area .alert-message .alert-message__text p .commission-subtitle,
.dashboard-intro-area .alert-message .alert-message__text p .color-danger {
  font-weight: 600;
}
.dashboard-intro-area .alert-message .alert-message__text p .color-danger {
  color: #f22910 !important;
}
.dashboard-intro-area .alert-message .alert-message__text code {
  font-size: 24px;
  font-weight: 700;
  color: var(--color-gray-900);
}

/*  Dashboard Menu */
.dashboard-tab-menu,
.affwp-affiliate-dashboard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 28px 20px 13px;
  border-radius: 8px;
  -webkit-box-shadow: 0 8px 20px rgba(146, 155, 177, 0.1);
          box-shadow: 0 8px 20px rgba(146, 155, 177, 0.1);
  margin-bottom: 40px;
  background-color: var(--color-white);
}
@media only screen and (max-width: 1199px) {
  .dashboard-tab-menu,
  .affwp-affiliate-dashboard {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .dashboard-tab-menu,
  .affwp-affiliate-dashboard {
    padding: 15px 15px 13px;
  }
}
.dashboard-tab-menu__nav,
.affwp-affiliate-dashboard__nav {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .dashboard-tab-menu__nav,
  .affwp-affiliate-dashboard__nav {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.dashboard-tab-menu__nav li,
.affwp-affiliate-dashboard__nav li {
  margin-bottom: 15px;
}
.dashboard-tab-menu__item a,
.affwp-affiliate-dashboard__item a {
  font-size: 15px;
  padding: 12px 15px;
  border-radius: 6px;
  color: var(--color-gray-700);
}
.dashboard-tab-menu__item a i,
.dashboard-tab-menu__item a span,
.affwp-affiliate-dashboard__item a i,
.affwp-affiliate-dashboard__item a span {
  font-size: 18px;
}
.dashboard-tab-menu__item a i:before,
.dashboard-tab-menu__item a span:before,
.affwp-affiliate-dashboard__item a i:before,
.affwp-affiliate-dashboard__item a span:before {
  margin: 0;
}
.dashboard-tab-menu__item a i,
.dashboard-tab-menu__item a span,
.dashboard-tab-menu__item a svg,
.dashboard-tab-menu__item a img,
.affwp-affiliate-dashboard__item a i,
.affwp-affiliate-dashboard__item a span,
.affwp-affiliate-dashboard__item a svg,
.affwp-affiliate-dashboard__item a img {
  margin-right: 6px;
  color: var(--color-gray-400);
}
.dashboard-tab-menu__item a.active,
.affwp-affiliate-dashboard__item a.active {
  font-weight: 500;
  background-color: rgba(var(--color-primary-rgb), 0.1);
  color: var(--color-primary);
}
.dashboard-tab-menu__item a.active i,
.dashboard-tab-menu__item a.active span,
.dashboard-tab-menu__item a.active svg,
.affwp-affiliate-dashboard__item a.active i,
.affwp-affiliate-dashboard__item a.active span,
.affwp-affiliate-dashboard__item a.active svg {
  color: var(--color-primary);
}
.dashboard-tab-menu .dashboard-tab-menu__ext-link,
.affwp-affiliate-dashboard .dashboard-tab-menu__ext-link {
  padding-right: 10px;
}
@media only screen and (max-width: 1199px) {
  .dashboard-tab-menu .dashboard-tab-menu__ext-link,
  .affwp-affiliate-dashboard .dashboard-tab-menu__ext-link {
    padding-right: 0;
    margin: 10px 0 5px 0;
  }
}
.dashboard-tab-menu .dashboard-tab-menu__ext-link .btn-link:hover,
.affwp-affiliate-dashboard .dashboard-tab-menu__ext-link .btn-link:hover {
  letter-spacing: 0;
}
.dashboard-tab-menu .dashboard-tab-menu__ext-link .btn-link:after,
.affwp-affiliate-dashboard .dashboard-tab-menu__ext-link .btn-link:after {
  display: none;
}
.dashboard-tab-menu .dashboard-tab-menu__ext-link svg path,
.affwp-affiliate-dashboard .dashboard-tab-menu__ext-link svg path {
  fill: var(--color-primary);
}

/*  Dashboard Content */
.dashboard-contents .dashboard-box {
  border-radius: 10px;
  -webkit-box-shadow: 0 10px 50px rgba(146, 155, 177, 0.15);
          box-shadow: 0 10px 50px rgba(146, 155, 177, 0.15);
  background-color: var(--color-white);
}
@media only screen and (max-width: 991px) {
  .dashboard-contents .dashboard-box {
    max-width: 730px;
    margin: 0 auto;
  }
}

/*  Dashboard Avatar */
.dashboard-contents__avatar {
  padding: 50px 35px 130px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 991px) {
  .dashboard-contents__avatar {
    margin-bottom: 30px !important;
  }
}
.dashboard-contents__avatar .shape-bottom {
  left: 0;
  width: 100%;
}
.dashboard-contents__avatar .avatar-image {
  margin-bottom: 18px;
}
.dashboard-contents__avatar .avatar-image img {
  max-width: 120px;
}
.dashboard-contents__avatar .avatar-username {
  margin-bottom: 6px;
}
.dashboard-contents__avatar .avatar-email {
  margin-bottom: 50px;
  color: var(--color-gray-600);
}
.dashboard-contents__avatar .avatar-logut-btn {
  width: 100%;
}
.dashboard-contents__avatar .avatar-logut-btn i,
.dashboard-contents__avatar .avatar-logut-btn svg,
.dashboard-contents__avatar .avatar-logut-btn span {
  font-size: 16px;
  margin-right: 6px;
}
.dashboard-contents__avatar .avatar-logut-btn i:before,
.dashboard-contents__avatar .avatar-logut-btn svg:before,
.dashboard-contents__avatar .avatar-logut-btn span:before {
  margin: 0;
}

/*  Dashboard Info Box */
.dashboard-contents__info {
  padding: 40px;
  min-height: 405px;
}
@media only screen and (max-width: 1399px) {
  .dashboard-contents__info {
    padding: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .dashboard-contents__info {
    min-height: 100%;
  }
}
.dashboard-contents__profile {
  padding: 50px;
}
@media only screen and (max-width: 767px) {
  .dashboard-contents__profile {
    padding: 30px;
  }
}
.dashboard-contents__infoBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 27px 30px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(146, 155, 177, 0.15);
          box-shadow: 0 5px 10px rgba(146, 155, 177, 0.15);
  -webkit-transition: var(--transition);
  transition: var(--transition);
  position: relative;
}
@media only screen and (max-width: 1399px) {
  .dashboard-contents__infoBox {
    padding: 15px;
  }
}
@media only screen and (max-width: 479px) {
  .dashboard-contents__infoBox {
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.dashboard-contents__infoBox.infoBox-order {
  margin-bottom: 30px;
}
.dashboard-contents__infoBox:hover {
  -webkit-box-shadow: 0 20px 50px rgba(146, 155, 177, 0.1);
          box-shadow: 0 20px 50px rgba(146, 155, 177, 0.1);
}
.dashboard-contents__infoBox .infoBox-icon {
  margin-right: 15px;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
@media only screen and (max-width: 479px) {
  .dashboard-contents__infoBox .infoBox-icon {
    margin: 0 0 15px;
  }
}
.dashboard-contents__infoBox .infoBox-icon svg,
.dashboard-contents__infoBox .infoBox-icon i,
.dashboard-contents__infoBox .infoBox-icon span {
  color: #fff;
  fill: #fff;
}
.dashboard-contents__infoBox .infoBox-icon svg g path {
  fill: #fff;
}
.dashboard-contents__infoBox .infoBox-icon svg .bin_bottom {
  fill: #fff;
  opacity: 1;
}
.dashboard-contents__infoBox .dashboard-contents__link {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  visibility: hidden;
  opacity: 0;
}
.dashboard-contents__infoBox .dashboard-contents__link:hover svg path {
  fill: var(--color-primary);
}
.dashboard-contents__infoBox:hover .dashboard-contents__link {
  visibility: visible;
  opacity: 1;
}
.dashboard-contents .infoBox-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.dashboard-contents .infoBox-content__title {
  margin-bottom: 4px;
}
.dashboard-contents .infoBox-content__link {
  width: 25px;
}
.dashboard-contents .infoBox-content__planList ul li {
  display: inline-block;
}
.dashboard-contents .btn-link:after {
  display: none;
}
@media only screen and (max-width: 479px) {
  .dashboard-contents .btn-link svg {
    margin-left: 0;
  }
}

/*  Dashboard Profile Form */
.dashboard-contents__profileForm {
  margin-top: 42px;
}
.dashboard-contents__profileForm legend {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 18px;
  color: var(--color-gray-900);
}
.dashboard-contents__profileForm .form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px;
}
.dashboard-contents__profileForm .form-row .form-group {
  margin-bottom: 30px;
}
.dashboard-contents__profileForm .form-row .form-group select {
  position: relative;
  height: auto;
  padding: 13px 20px;
}
.dashboard-contents__profileForm .form-row > .col,
.dashboard-contents__profileForm .form-row > [class*=col-] {
  padding: 0 15px;
}
.dashboard-contents__profileForm .edd_profile_submit_wrap .btn {
  width: auto;
  border-radius: 6px;
  padding: 0 30.42px;
  border: 1px solid var(--color-primary);
  color: var(--color-white);
}
@media only screen and (max-width: 379px) {
  .dashboard-contents__profileForm .edd_profile_submit_wrap .btn {
    padding: 0 24px;
  }
}
.dashboard-contents__profileForm .edd_profile_submit_wrap .btn:hover {
  border: 1px solid var(--color-primary);
}

/*  Dashboard Suport */
.dashboard-contents__support {
  padding: 50px;
  margin: 0 20px;
}
@media only screen and (max-width: 767px) {
  .dashboard-contents__support {
    padding: 30px 20px;
  }
}

/*  Dashboard Orders */
.dashboard-contents__orders {
  padding: 30px 35px;
}
.dashboard-contents__orders .table-order thead tr th.edd_purchase_id {
  min-width: 114px;
}
.dashboard-contents__orders .table-order thead tr th.edd_purchase_date {
  min-width: 152px;
}
.dashboard-contents__orders .table-order thead tr th.edd_purchase_status {
  min-width: 145px;
}
.dashboard-contents__orders .table-order thead tr th.edd_purchase_amount {
  min-width: 185px;
}
.dashboard-contents__orders .table-order thead tr th.edd_purchase_invoice {
  min-width: 165px;
}
.dashboard-contents__orders .table-order thead tr th.edd_purchase_details {
  min-width: 140px;
}
.dashboard-contents__orders .table-order tr td .dir-purchase-item-count {
  font-size: 12px;
  margin-left: 8px;
  color: var(--color-gray-600);
}
.dashboard-contents__orders .table-order tr td.edd_purchase_details .btn-xs {
  padding: 0 17.8px;
  border-radius: 6px;
  height: 36px;
  line-height: 2.85;
}
.dashboard-contents__orders .table-order tr td.edd_purchase_details .btn-xs i,
.dashboard-contents__orders .table-order tr td.edd_purchase_details .btn-xs svg,
.dashboard-contents__orders .table-order tr td.edd_purchase_details .btn-xs img {
  margin-right: 4px;
}
.dashboard-contents__orders .table-order tr td.edd_purchase_details .btn-xs i:before,
.dashboard-contents__orders .table-order tr td.edd_purchase_details .btn-xs svg:before,
.dashboard-contents__orders .table-order tr td.edd_purchase_details .btn-xs img:before {
  margin: 0;
}
.dashboard-contents__orders .table-order tr td.edd_purchase_details .btn-secondary:hover {
  border-color: transparent;
  background-color: #e0f7fa !important;
  color: var(--color-secondary);
}

/*  Dashboard Orders */
.dashboard-contents__downloads {
  padding: 30px 35px;
}
.dashboard-contents__downloads .table-downloads thead tr th.edd_download_download_name {
  min-width: 450px;
}
.dashboard-contents__downloads .table-downloads thead tr th.edd_download_download_files {
  min-width: 220px;
}
.dashboard-contents__downloads .table-downloads tr td {
  padding: 20px 20px;
}
.dashboard-contents__downloads .table-downloads tr td .btn {
  border-radius: 6px;
}
.dashboard-contents__downloads .table-downloads tr td .btn i,
.dashboard-contents__downloads .table-downloads tr td .btn svg,
.dashboard-contents__downloads .table-downloads tr td .btn img {
  margin-right: 5px;
}
.dashboard-contents__downloads .table-downloads tr td .btn.btn-xs {
  height: 37px;
  line-height: 2.6;
}
.dashboard-contents__downloads .table-downloads tr td.edd_download_download_files .edd_download_file + .edd_download_file {
  margin-top: 10px;
}
.dashboard-contents__downloads .table-downloads tr td.edd_download_download_name a {
  color: var(--color-gray-700);
}
.dashboard-contents__downloads .table-downloads tr td.edd_download_download_name a:hover {
  color: var(--color-primary);
}

/*  Dashboard Subscription */
.dashboard-contents__subscription {
  padding: 30px 35px;
}

.table-subscription tbody tr td .edd_sl_item_name {
  margin: -6px 0 10px;
}
.table-subscription tbody tr td .active {
  color: var(--color-success);
}
.table-subscription tbody tr td .expired {
  color: var(--color-warning);
}
.table-subscription tbody tr td .Cancelled {
  color: var(--color-warning);
}
.table-subscription tbody tr td .edd_price {
  color: var(--color-primary);
}
.table-subscription tbody tr td .price-length {
  margin-left: 5px;
  color: var(--color-gray-600);
}
.table-subscription tbody tr td input {
  height: 40px;
  padding: 15px 10px;
}

/*  Dashboard Product Details */
.dashboard-contents__product-details {
  padding: 30px 35px 100px;
}
.dashboard-contents__product-details table {
  margin: 0;
}
.dashboard-contents__product-details .purchase-status ul li {
  font-size: 15px;
  display: inline-block;
  position: relative;
  padding-left: 15px;
}
.dashboard-contents__product-details .purchase-status ul li:after {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  content: "";
}
.dashboard-contents__product-details .purchase-status ul li:not(:last-child) {
  margin-right: 15px;
}
.dashboard-contents__product-details .purchase-status ul li span {
  font-weight: 500;
  color: var(--color-gray-900);
}
.dashboard-contents__product-details #edd_purchase_receipt_products {
  border-collapse: inherit;
}
.dashboard-contents__product-details #edd_purchase_receipt_products .edd_purchase_receipt_product_name {
  font-weight: 400;
}
.dashboard-contents__product-details #edd_purchase_receipt_products thead tr th.p-name {
  min-width: 280px;
}
.dashboard-contents__product-details #edd_purchase_receipt_products thead tr th.p-status {
  min-width: 100px;
}
.dashboard-contents__product-details #edd_purchase_receipt_products thead tr th.p-license {
  min-width: 200px;
}
.dashboard-contents__product-details #edd_purchase_receipt_products thead tr th.p-action {
  min-width: 250px;
}
.dashboard-contents__product-details #edd_purchase_receipt_products tbody tr td .key-box {
  height: 43px;
  border: 0 none;
  display: inline-block;
  border-radius: 4px;
  padding: 8px 15px;
  background-color: #FBFBFB;
}
.dashboard-contents__product-details .edd-table thead tr th:first-child {
  border-left: 1px solid #f5f7fa;
  border-right: 1px solid #f5f7fa;
  border-bottom-left-radius: 0px;
}
.dashboard-contents__product-details .edd-table thead tr th:last-child {
  border-bottom-right-radius: 0px;
}
.dashboard-contents__product-details .edd-table tbody tr td {
  font-weight: 400;
  color: var(--color-gray-700);
  border-bottom: 1px solid #ebeef5 !important;
}
.dashboard-contents__product-details .edd-table tbody tr td:first-child {
  border-left: 1px solid #ebeef5;
  border-bottom-left-radius: 8px;
}
.dashboard-contents__product-details .edd-table tbody tr td:last-child {
  border-right: 1px solid #ebeef5;
  border-bottom-right-radius: 8px;
}
.dashboard-contents__product-details .edd-table tbody tr td .edd_purchase_receipt_files li {
  display: inline-block;
}
.dashboard-contents__product-details .edd-table tbody tr td .edd_download_file_link {
  white-space: nowrap;
}
.dashboard-contents__product-details .table-infoList {
  max-width: 600px;
}
.dashboard-contents__product-details .table-infoList table {
  border-collapse: inherit;
}
.dashboard-contents__product-details .table-infoList tbody tr:first-child td {
  border-top: 1px solid #ebeef5 !important;
}
.dashboard-contents__product-details .table-infoList tbody tr:first-child td:first-child {
  border-top-left-radius: 8px !important;
}
.dashboard-contents__product-details .table-infoList tbody tr:first-child td:last-child {
  border-top-right-radius: 8px !important;
}
.dashboard-contents__product-details .table-infoList tbody tr:last-child td:first-child {
  border-bottom-left-radius: 8px !important;
}
.dashboard-contents__product-details .table-infoList tbody tr:last-child td:last-child {
  border-bottom-right-radius: 8px !important;
}
.dashboard-contents__product-details .table-infoList tbody tr td {
  padding: 15px 25px;
  border: 0 none !important;
  border-bottom: 1px solid #ebeef5 !important;
  border-radius: 0px !important;
}
.dashboard-contents__product-details .table-infoList tbody tr td:first-child {
  border-left: 1px solid #ebeef5 !important;
}
.dashboard-contents__product-details .table-infoList tbody tr td:last-child {
  border-right: 1px solid #ebeef5 !important;
}
.dashboard-contents__product-details .table-infoList tbody tr td strong {
  font-weight: 500;
  color: var(--color-gray-900);
}

/*  Dashboard License Handeler */
.dashboard-contents .license-handle-wrap {
  margin: 30px 0 100px;
  padding: 50px;
}
@media only screen and (max-width: 991px) {
  .dashboard-contents .license-handle-wrap {
    padding: 30px;
    margin: 30px auto 100px;
  }
}
.dashboard-contents .license-handle-wrap .edd-sl-manage-license-header {
  font-size: 18px;
  margin-bottom: 12px;
}
.dashboard-contents .license-handle-wrap .edd-sl-manage-license-details {
  font-size: 18px;
  margin-bottom: 10px;
}
.dashboard-contents .license-handle-wrap .edd-sl-manage-license-details .edd-sl-manage-license-key,
.dashboard-contents .license-handle-wrap .edd-sl-manage-license-details .edd-sl-manage-license-product {
  font-weight: 500;
  color: var(--color-gray-900);
}
.dashboard-contents .license-handle-wrap .edd-sl-manage-license-details .edd-sl-manage-license-key code,
.dashboard-contents .license-handle-wrap .edd-sl-manage-license-details .edd-sl-manage-license-key span,
.dashboard-contents .license-handle-wrap .edd-sl-manage-license-details .edd-sl-manage-license-product code,
.dashboard-contents .license-handle-wrap .edd-sl-manage-license-details .edd-sl-manage-license-product span {
  font-size: 16px;
  font-weight: 400;
  color: var(--color-gray-700);
}
.dashboard-contents .license-handle-wrap .edd-sl-manage-license-details .edd-sl-manage-license-product {
  margin-left: 15px;
}
@media only screen and (max-width: 767px) {
  .dashboard-contents .license-handle-wrap .edd-sl-manage-license-details .edd-sl-manage-license-product {
    display: block;
    margin: 5px 0 0;
  }
}

.table-site-url thead tr th.edd_sl_url {
  min-width: 250px;
}
.table-site-url thead tr th.edd_sl_actions {
  min-width: 200px;
}

/*  Dashboard Add Url Form */
.add-url-form {
  margin-top: 15px;
}
@media only screen and (max-width: 379px) {
  .add-url-form .url-input-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.add-url-form .form-element.element-url {
  width: 45%;
  margin-right: 15px;
}
@media only screen and (max-width: 575px) {
  .add-url-form .form-element.element-url {
    width: 100%;
  }
}
.add-url-form .form-element .btn {
  line-height: 1;
}

/*  Dashboard Checkout table */
#edd_checkout_cart_form {
  margin-bottom: 0 !important;
}

#edd_checkout_form_wrap .table-checkout-wrapper {
  position: relative;
}
#edd_checkout_form_wrap .table-checkout-wrapper .edd-cart-saving-button.edd-submit.button.blue {
  position: absolute;
  top: 3px;
  right: 0;
  color: #0090fd !important;
  background-color: transparent !important;
  padding: 0 !important;
  height: auto;
}

.table-checkout-wrapper #edd_checkout_cart td img {
  border-radius: 8px;
  margin: 0;
  -webkit-box-shadow: 0px 4px 16px 0px rgba(16, 24, 40, 0.04);
          box-shadow: 0px 4px 16px 0px rgba(16, 24, 40, 0.04);
  width: 40px;
  height: 40px;
}
.table-checkout-wrapper #edd_checkout_cart .edd_cart_header_row th {
  background-color: #f5f7fa;
}
.table-checkout-wrapper table {
  margin-bottom: 0 !important;
}
.table-checkout-wrapper table thead tr th,
.table-checkout-wrapper table tfoot tr th {
  border: 0 none !important;
}
.table-checkout-wrapper table thead tr th {
  font-weight: 500 !important;
}
.table-checkout-wrapper table thead tr th:first-child {
  border-radius: 10px 0 0 10px;
}
.table-checkout-wrapper table tbody tr td {
  font-size: 15px;
  font-weight: 400;
  padding: 12px 0 !important;
  border: 0 none !important;
  color: var(--color-gray-700);
}
.table-checkout-wrapper table tbody tr td.edd_cart_item_name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.table-checkout-wrapper table tbody tr td .edd-sl-renewal-details {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 15px;
  height: 43px;
  border-radius: 4px;
  padding: 8px 15px;
  background-color: #FBFBFB;
}
.table-checkout-wrapper table tbody tr td .edd-sl-renewal-details span {
  font-size: 14px;
}
.table-checkout-wrapper table tbody tr td .edd-sl-renewal-details span.edd-sl-renewal-label {
  font-weight: 500;
  color: var(--color-gray-900);
}
.table-checkout-wrapper table tbody tr td .edd_cart_item_image img {
  width: 40px;
  min-height: 40px;
}
.table-checkout-wrapper table tbody tr td .edd_checkout_cart_item_title {
  font-size: 16px;
  color: var(--color-gray-800);
  font-weight: 500;
  display: inline-block;
}
.table-checkout-wrapper table tbody tr td .edd_cart_remove_item_btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.table-checkout-wrapper table tbody tr td .edd_cart_remove_item_btn:hover svg path {
  fill: var(--color-danger) !important;
}
.table-checkout-wrapper table tbody tr:last-child td {
  padding-bottom: 20px !important;
}
.table-checkout-wrapper table tfoot tr th {
  font-size: 15px;
  font-weight: 400;
  padding: 24px 0 !important;
  border: 0 none !important;
}
.table-checkout-wrapper table tfoot tr th.edd_cart_total {
  font-size: 16px;
  font-weight: 500 !important;
  color: var(--color-gray-900);
}
.table-checkout-wrapper table tfoot tr td {
  padding: 24px 0 !important;
  border-left: 0 none !important;
  border-right: 0 none !important;
}
.table-checkout-wrapper table tfoot tr td #edd_show_discount {
  font-size: 15px;
  display: block !important;
  text-align: left;
  border: 0 none !important;
  padding: 0 !important;
  margin: 0;
  color: #4b5064 !important;
  background-color: transparent !important;
}
.table-checkout-wrapper table tfoot tr td #edd_show_discount .edd_discount_link {
  color: #0090fd;
  margin-left: 8px;
}
.table-checkout-wrapper table tfoot tr td #edd_discount_code {
  display: block;
  margin-top: -2px !important;
  margin-bottom: 0 !important;
}
.table-checkout-wrapper table tfoot tr td #edd-discount-code-wrap {
  padding: 0;
  margin: 12px 0 20px;
  border: 0 none !important;
  background-color: transparent;
}
.table-checkout-wrapper table tfoot tr td #edd-discount-code-wrap label {
  display: none;
}
.table-checkout-wrapper table tfoot tr td #edd-discount-code-wrap .edd-description {
  display: none;
}
.table-checkout-wrapper table tfoot tr td #edd-discount-code-wrap .edd-discount-code-field-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.table-checkout-wrapper table tfoot tr td #edd-discount-code-wrap .edd-discount-code-field-wrap input {
  height: 40px;
}
.table-checkout-wrapper table tfoot tr td #edd-discount-code-wrap .edd-discount-code-field-wrap input:focus {
  color: #151826;
}
.table-checkout-wrapper table tfoot tr td #edd-discount-code-wrap .edd-discount-code-field-wrap .edd-apply-discount {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 32px !important;
  margin-left: 10px;
}
.table-checkout-wrapper table tfoot tr td #edd-discount-code-wrap .edd-discount-code-field-wrap .edd-apply-discount:focus {
  outline: none;
}
.table-checkout-wrapper table tfoot .edd_cart_footer_row td {
  font-size: 16px;
  font-weight: 500;
  padding-bottom: 0 !important;
  border-bottom: 0 none !important;
  color: var(--color-gray-800);
}
.table-checkout-wrapper table tfoot .edd_cart_footer_row td .edd_cart_amount {
  font-size: 20px;
  font-weight: 700;
  color: #151826;
}
.table-checkout-wrapper table tfoot .edd_cart_footer_row.edd_cart_discount_row td {
  padding-bottom: 24px !important;
}
.table-checkout-wrapper #edd-restore-cart-button {
  display: none;
}

.directorist-checkout-wrap {
  background-color: #f7f7f7;
  padding: 60px 0 0;
}
@media only screen and (max-width: 991px) {
  .directorist-checkout-wrap {
    padding: 30px 0 0;
  }
}
.directorist-checkout-wrap input {
  color: var(--color-gray-900);
}

.edd-cart-adjustment .edd-discount-loader {
  margin: 10px 10px 10px 0;
}

#edd_checkout_cart .edd_discount {
  margin-right: 5px;
}
#edd_checkout_cart .edd_discount .edd_discount_remove {
  top: 1px;
}
#edd_checkout_cart td.edd_cart_item_price {
  color: var(--color-gray-700);
  font-weight: 500;
  font-size: 14px;
}

.directorist-checkout-card {
  border: 0 none;
  background-color: #fff;
  border-radius: 16px;
  -webkit-box-shadow: 0 0 15px rgba(175, 175, 175, 0.1);
          box-shadow: 0 0 15px rgba(175, 175, 175, 0.1);
}
.directorist-checkout-card h2 {
  font-size: 24px;
}
.directorist-checkout-card.directorist-checkout-card-billing {
  padding: 35px 0;
}
.directorist-checkout-card.directorist-checkout-card-billing .directorist-checkout-card-billing-top,
.directorist-checkout-card.directorist-checkout-card-billing #edd_sl_renewal_form,
.directorist-checkout-card.directorist-checkout-card-billing .directorist-payment-wrap,
.directorist-checkout-card.directorist-checkout-card-billing #edd_checkout_user_info {
  padding: 0 30px;
}
@media only screen and (max-width: 575px) {
  .directorist-checkout-card.directorist-checkout-card-billing .directorist-checkout-card-billing-top,
  .directorist-checkout-card.directorist-checkout-card-billing #edd_sl_renewal_form,
  .directorist-checkout-card.directorist-checkout-card-billing .directorist-payment-wrap,
  .directorist-checkout-card.directorist-checkout-card-billing #edd_checkout_user_info {
    padding: 0 20px;
  }
}

.directorist-new-account.hide,
.directorist-login-account.hide {
  display: none;
}

#edd_sl_renewal_form #edd_sl_renewal_fields {
  position: relative;
  margin-top: 26px;
}

.directorist-checkout-card__authentication .edd_checkout_register_login {
  margin-left: 5px;
}

#edd_checkout_form_wrap #edd-license-key-container-wrap {
  padding: 0 0 0.65em 0;
}

#edd_checkout_form_wrap #edd_sl_renewal_fields {
  min-height: 46px;
}
#edd_checkout_form_wrap .screen-reader-text {
  font-size: 16px;
  height: auto;
  clip: auto;
  -webkit-clip-path: none;
          clip-path: none;
  margin: 0;
  bottom: 14px;
  left: 0;
  color: var(--color-primary);
  font-weight: 700;
}
#edd_checkout_form_wrap .screen-reader-text.hide {
  display: none;
}
#edd_checkout_form_wrap .edd-sl-renewal-form-fields {
  padding-top: 18px;
}
#edd_checkout_form_wrap legend {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 25px;
  color: var(--color-gray-900);
}
@media only screen and (max-width: 575px) {
  #edd_checkout_form_wrap legend {
    font-size: 20px;
  }
}
#edd_checkout_form_wrap #edd-add-license-renewal {
  margin-bottom: 12px;
}
#edd_checkout_form_wrap #edd_checkout_user_info #edd-email-wrap {
  width: 100%;
}
#edd_checkout_form_wrap #edd_checkout_user_info #edd-first-name-wrap,
#edd_checkout_form_wrap #edd_checkout_user_info #edd-last-name-wrap {
  width: 48%;
  float: left;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  #edd_checkout_form_wrap #edd_checkout_user_info #edd-first-name-wrap,
  #edd_checkout_form_wrap #edd_checkout_user_info #edd-last-name-wrap {
    width: 100%;
    float: none;
    margin-top: 20px;
  }
}
#edd_checkout_form_wrap #edd_checkout_user_info #edd-last-name-wrap {
  margin-left: 4%;
}
@media only screen and (max-width: 767px) {
  #edd_checkout_form_wrap #edd_checkout_user_info #edd-last-name-wrap {
    margin-left: 0;
  }
}
#edd_checkout_form_wrap fieldset {
  border: 0 none;
  padding: 0;
}
#edd_checkout_form_wrap fieldset > p:not(:last-child) {
  margin-bottom: 30px !important;
}
#edd_checkout_form_wrap fieldset > p#edd-email-wrap {
  margin-bottom: 20px !important;
}
#edd_checkout_form_wrap fieldset .edd-label {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 12px;
  color: var(--color-gray-900);
}
#edd_checkout_form_wrap fieldset input {
  min-height: 46px;
  width: 100% !important;
  border-radius: 8px;
  padding: 0 20px !important;
  border: 0 none;
  background-color: var(--color-gray-200);
  color: var(--color-gray-700);
}
#edd_checkout_form_wrap fieldset input::-webkit-input-placeholder {
  color: var(--color-gray-600);
  font-size: 14px;
}
#edd_checkout_form_wrap fieldset input::-moz-placeholder {
  color: var(--color-gray-600);
  font-size: 14px;
}
#edd_checkout_form_wrap fieldset input::-ms-input-placeholder {
  color: var(--color-gray-600);
  font-size: 14px;
}
#edd_checkout_form_wrap fieldset input::placeholder {
  color: var(--color-gray-600);
  font-size: 14px;
}
#edd_checkout_form_wrap #edd_payment_mode_select_wrap #edd_payment_mode_select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-bottom: 30px;
}
#edd_checkout_form_wrap #edd_payment_mode_select_wrap #edd_payment_mode_select legend {
  width: auto;
  margin-bottom: 0;
}
@media only screen and (max-width: 575px) {
  #edd_checkout_form_wrap #edd_payment_mode_select_wrap #edd_payment_mode_select legend {
    margin-bottom: 30px;
  }
}
#edd_checkout_form_wrap #edd_payment_mode_select_wrap #edd_payment_mode_select .edd-payment-icons {
  position: absolute;
  top: -25px;
  right: 0;
}
@media only screen and (max-width: 575px) {
  #edd_checkout_form_wrap #edd_payment_mode_select_wrap #edd_payment_mode_select .edd-payment-icons {
    right: auto;
    left: 0;
    top: -18px;
  }
}
#edd_checkout_form_wrap #edd_payment_mode_select_wrap #edd_payment_mode_select .edd-payment-icons img {
  max-width: 34px;
}
#edd_checkout_form_wrap #edd_sl_renewal_fields {
  padding: 15.5px 30px 30px !important;
  border-radius: 10px;
  border: 0 none;
  text-align: center;
  color: var(--color-primary);
  background: var(--color-primary-100) !important;
  margin-bottom: 30px;
  font-weight: 700;
}
#edd_checkout_form_wrap #edd_sl_renewal_fields #edd_sl_show_renewal_form_wrap {
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  color: var(--color-primary);
}
#edd_checkout_form_wrap #edd_sl_renewal_fields #edd_sl_show_renewal_form {
  font-size: 14px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 46px;
  opacity: 0;
  color: var(--color-primary);
}
@media only screen and (max-width: 479px) {
  #edd_checkout_form_wrap #edd_sl_renewal_fields #edd_sl_show_renewal_form {
    display: block !important;
  }
}
#edd_checkout_form_wrap #edd_sl_renewal_fields #edd-license-key-container-wrap {
  background: transparent;
}
#edd_checkout_form_wrap #edd_sl_renewal_fields #edd-license-key-container-wrap .edd-description {
  margin-top: 0;
  font-size: 16px;
  line-height: 1.25;
  margin-bottom: 0 !important;
  color: #151826 !important;
}
#edd_checkout_form_wrap #edd_sl_renewal_fields #edd-license-key-container-wrap input {
  margin: 14px 0 8px;
  border-radius: 5px;
  padding: 15px 20px;
  border-color: #DADCE0;
  background-color: #fff;
  height: 50px;
  width: 100%;
  color: var(--color-gray-700);
}
#edd_checkout_form_wrap #edd_sl_renewal_fields #edd-license-key-container-wrap input::-webkit-input-placeholder {
  color: var(--color-gray-600);
  font-size: 14px;
}
#edd_checkout_form_wrap #edd_sl_renewal_fields #edd-license-key-container-wrap input::-moz-placeholder {
  color: var(--color-gray-600);
  font-size: 14px;
}
#edd_checkout_form_wrap #edd_sl_renewal_fields #edd-license-key-container-wrap input::-ms-input-placeholder {
  color: var(--color-gray-600);
  font-size: 14px;
}
#edd_checkout_form_wrap #edd_sl_renewal_fields #edd-license-key-container-wrap input::placeholder {
  color: var(--color-gray-600);
  font-size: 14px;
}
#edd_checkout_form_wrap #edd_sl_renewal_fields #edd-license-key-container-wrap input:focus {
  outline: transparent;
}
#edd_checkout_form_wrap #edd_sl_renewal_fields #edd-cancel-license-renewal {
  display: inline-block;
  line-height: 1;
  margin-bottom: -10px;
}
@media only screen and (max-width: 479px) {
  #edd_checkout_form_wrap #edd_sl_renewal_fields #edd-cancel-license-renewal {
    margin: 15px 0 0 0;
  }
}
#edd_checkout_form_wrap .edd-submit {
  padding: 4px 24px;
  font-size: 16px;
  font-weight: 600;
  height: 54px;
  border: 0 none;
  color: var(--color-white);
  background-color: var(--color-primary);
  -webkit-transition: var(--transition);
  transition: var(--transition);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  border-radius: 10px;
  outline: none;
}
@media only screen and (max-width: 479px) {
  #edd_checkout_form_wrap .edd-submit {
    width: 100%;
  }
}
#edd_checkout_form_wrap .edd-submit:hover {
  border: 0 none;
  -webkit-box-shadow: 0 8px 20px rgba(255, 52, 107, 0.4);
          box-shadow: 0 8px 20px rgba(255, 52, 107, 0.4);
  background-color: #ff346b !important;
}
#edd_checkout_form_wrap #edd-payment-mode-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 32px;
}
#edd_checkout_form_wrap #edd-payment-mode-wrap label {
  width: 100%;
  cursor: pointer;
}
#edd_checkout_form_wrap #edd-payment-mode-wrap label input[type=radio] {
  display: none;
}
#edd_checkout_form_wrap #edd-payment-mode-wrap label input[type=radio]:checked + span {
  border-width: 2px;
  border-color: var(--color-primary);
  color: var(--color-primary);
}
#edd_checkout_form_wrap #edd-payment-mode-wrap label input[type=radio]:checked + span:after {
  opacity: 1;
  visibility: visible;
  color: var(--color-primary);
}
#edd_checkout_form_wrap #edd-payment-mode-wrap label span {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  border: 1px solid #d9deec;
  border-radius: 6px;
  min-height: 42px;
  padding: 0 18px;
}
@media only screen and (max-width: 575px) {
  #edd_checkout_form_wrap #edd-payment-mode-wrap label span {
    padding: 0 12px;
  }
}
#edd_checkout_form_wrap #edd-payment-mode-wrap label span:after {
  position: absolute;
  right: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: unicons;
  opacity: 0;
  visibility: hidden;
  content: "\e9c2";
}
@media only screen and (max-width: 575px) {
  #edd_checkout_form_wrap #edd-payment-mode-wrap label span:after {
    display: none;
  }
}

.table-checkout-wrapper table tfoot .edd_cart_discount_row td {
  font-weight: 400;
  color: #4b5064 !important;
}
.table-checkout-wrapper table tfoot .edd_cart_discount_row td .edd_discount_remove {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  top: -2px !important;
  font-size: 10px;
  margin-left: 5px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #aeb9cd !important;
  color: #fff;
}
.table-checkout-wrapper table tfoot .edd_cart_discount_row td .edd_discount_remove:after {
  position: absolute;
}

#edd-user-pass-wrap {
  position: relative;
}
#edd-user-pass-wrap .directorist-password-show {
  position: absolute;
  right: 15px;
  bottom: 13px;
}
#edd-user-pass-wrap .directorist-password-show i {
  font-size: 16px;
  color: #929bb1;
}

#edd_checkout_form_wrap span.edd-required-indicator {
  color: #d72323;
}

#edd-discount-code-wrap {
  display: none !important;
}
#edd-discount-code-wrap.show {
  display: block !important;
}

#edd-last-name-wrap .edd-input:focus {
  color: var(--color-gray-900);
}

#edd_checkout_form_wrap #edd-login-account-wrap,
#edd_checkout_form_wrap #edd-new-account-wrap {
  font-size: 15px;
  margin: 0;
  padding: 0;
}

.edd-new-account-wrap {
  margin-bottom: 20px;
}

#edd-new-account-wrap {
  max-width: 240px;
}

.directorist-checkout-card-billing-top {
  margin-bottom: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 575px) {
  .directorist-checkout-card-billing-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.directorist-checkout-card-billing-top h2 {
  margin-bottom: 0;
}
@media only screen and (max-width: 575px) {
  .directorist-checkout-card-billing-top h2 {
    margin-bottom: 10px;
  }
}

#edd_register_account_fields input:focus,
#edd_checkout_login_register input:focus {
  color: var(--color-gray-900);
}

.edd-stripe-card-exp-element,
.edd-stripe-card-cvc-element {
  min-height: 44px;
}
.edd-stripe-card-exp-element .__PrivateStripeElement,
.edd-stripe-card-cvc-element .__PrivateStripeElement {
  position: relative;
  top: 12px;
}

#edd_payment_mode_select_wrap {
  margin: 0 0 30px;
  padding-top: 0;
}

#edd_register_account_fields > legend,
#edd_cc_fields > legend,
#edd_checkout_user_info > legend {
  display: none;
}

#edd-login-account-wrap,
#edd-new-account-wrap {
  background-color: transparent !important;
  border-radius: 6px;
  padding: 0;
  color: var(--color-gray-900) !important;
}
#edd-login-account-wrap a,
#edd-new-account-wrap a {
  color: var(--color-info) !important;
}

#edd_checkout_form_wrap #edd_register_fields {
  padding: 0 30px 40px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ebeef5;
}
@media only screen and (max-width: 575px) {
  #edd_checkout_form_wrap #edd_register_fields {
    padding: 0 20px;
  }
}
#edd_checkout_form_wrap #edd_register_fields fieldset label {
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 10px;
  color: var(--color-gray-900);
}
#edd_checkout_form_wrap #edd_checkout_user_info #edd-email-wrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#edd_checkout_form_wrap #edd_checkout_user_info #edd-email-wrap + div {
  width: 100%;
}

#edd_checkout_form_wrap #edd_login_fields {
  padding: 0 30px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 575px) {
  #edd_checkout_form_wrap #edd_login_fields {
    padding: 0 20px;
  }
}

#edd-discount-error-wrap {
  border-radius: 6px;
  text-align: left;
  color: var(--color-danger);
  background-color: rgba(var(--color-danger-rgb), 0.15);
  border: 0 none;
  line-height: 1.5;
}

.directorist-poweredby-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  padding: 0;
  margin: 30px -25px 0;
}
@media only screen and (max-width: 991px) {
  .directorist-poweredby-list {
    margin: 30px -25px 30px;
  }
}
@media only screen and (max-width: 575px) {
  .directorist-poweredby-list {
    margin: 30px -10px 30px;
  }
}
.directorist-poweredby-list li {
  margin: 5px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #7b839b;
  max-width: 145px;
}
@media only screen and (max-width: 575px) {
  .directorist-poweredby-list li {
    margin: 5px 10px;
  }
}
.directorist-poweredby-list li:first-child {
  min-width: 145px;
  padding: 0 10px;
  font-size: 13px;
  background-color: #7b839b;
  border-radius: 6px;
  height: 38px;
  color: #fff;
}
.directorist-poweredby-list li:first-child svg {
  margin-left: 6px;
}
.directorist-poweredby-list li:first-child svg g path {
  fill: #fff;
}
.directorist-poweredby-list li.directorist-poweredby-paypal svg {
  width: 60px;
  height: 60px;
}

#edd_checkout_cart_wrap h3 {
  font-size: 24px;
  font-weight: 700;
  border-bottom: 1px solid var(--color-gray-300);
  padding: 20px 30px;
  margin-bottom: 0;
  color: var(--color-gray-900);
}

#edd_purchase_form_wrap fieldset#edd_cc_fields {
  border: 0 none;
  padding-top: 0 !important;
}
#edd_purchase_form_wrap .edd-card-selector-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -10px;
}
@media only screen and (max-width: 991px) {
  #edd_purchase_form_wrap .edd-card-selector-radio {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#edd_purchase_form_wrap .edd-card-selector-radio .edd-stripe-card-radio-item {
  position: relative;
  padding-left: 30px !important;
  margin: 10px;
}
#edd_purchase_form_wrap .edd-card-selector-radio .edd-stripe-card-radio-item.selected:before {
  border-color: var(--color-primary);
}
#edd_purchase_form_wrap .edd-card-selector-radio .edd-stripe-card-radio-item.selected:after {
  opacity: 1;
  visibility: visible;
}
#edd_purchase_form_wrap .edd-card-selector-radio .edd-stripe-card-radio-item:before {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 18px;
  height: 18px;
  border-radius: 50%;
  content: "";
  border: 1px solid var(--color-gray-300);
}
#edd_purchase_form_wrap .edd-card-selector-radio .edd-stripe-card-radio-item:after {
  position: absolute;
  left: 4px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  content: "";
  opacity: 0;
  visibility: hidden;
  background-color: var(--color-primary);
}
#edd_purchase_form_wrap .edd-card-selector-radio .edd-stripe-card-radio-item input[type=radio] {
  display: none;
}
#edd_purchase_form_wrap .edd-card-selector-radio .edd-stripe-card-radio-item .card-label .card-data {
  color: var(--color-gray-900);
}
#edd_purchase_form_wrap .edd-card-selector-radio .edd-stripe-card-radio-item .card-status {
  color: var(--color-gray-900);
}
#edd_purchase_form_wrap .edd-card-selector-radio .edd-stripe-card-radio-item .add-new-card {
  color: var(--color-gray-900);
}
#edd_purchase_form_wrap #edd_cc_address label {
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 5px;
  color: #151826;
}
#edd_purchase_form_wrap #edd_cc_address .edd-description {
  margin-bottom: 10px;
}
#edd_purchase_form_wrap #edd_cc_address select {
  width: 100%;
  min-height: 44px;
  border: 0 none;
  padding: 0 18px;
  background-color: var(--color-gray-200);
  border-radius: 6px;
}
#edd_purchase_form_wrap #edd_cc_address select:focus {
  outline: none;
  border: 0 none;
}

.CardNumberField .InputContainer input {
  color: var(--color-gray-700);
}
.CardNumberField .InputContainer input::-webkit-input-placeholder {
  font-weight: 300;
  color: #5c637e !important;
}
.CardNumberField .InputContainer input::-moz-placeholder {
  font-weight: 300;
  color: #5c637e !important;
}
.CardNumberField .InputContainer input::-ms-input-placeholder {
  font-weight: 300;
  color: #5c637e !important;
}
.CardNumberField .InputContainer input::placeholder {
  font-weight: 300;
  color: #5c637e !important;
}

#edd_cc_fields {
  background: transparent !important;
  padding-top: 62px !important;
}
#edd_cc_fields #edd_secure_site_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  margin: 20px 0 0 0;
  font-weight: 500;
}
#edd_cc_fields #edd_secure_site_wrapper svg {
  margin-right: 10px;
  color: var(--color-success);
}
#edd_cc_fields #edd_secure_site_wrapper .padlock + span {
  font-weight: 400;
  color: #4b5064;
  line-height: 1;
}
#edd_cc_fields #edd-stripe-card-element {
  min-height: 44px;
}
#edd_cc_fields #edd-stripe-card-element .__PrivateStripeElement {
  top: 12px;
}
#edd_cc_fields .CardField .CardField-number {
  font-size: 14px;
}
@media only screen and (max-width: 379px) {
  #edd_cc_fields .CardField .CardField-number {
    font-size: 11px;
  }
}
#edd_cc_fields .CardField .CardField-input-wrapper span {
  font-size: 15px;
  font-weight: 400;
  color: var(--color-gray-700);
}

#edd_checkout_form_wrap #edd_purchase_submit,
#edd_checkout_form_wrap #edd_purchase_form {
  margin-bottom: 0;
}

#edd_purchase_submit #edd_final_total_wrap {
  margin: 10px 0 15px !important;
  padding: 0;
  text-align: center;
  border-radius: 6px;
  border: 0 none;
  background-color: transparent;
  color: #4b5064 !important;
}
#edd_purchase_submit #edd_final_total_wrap strong {
  font-size: 16px;
  font-weight: 500;
  color: var(--color-gray-700);
}
#edd_purchase_submit #edd_final_total_wrap .edd_cart_amount {
  display: inline-block;
  margin-left: 6px;
  font-size: 20px;
  font-weight: 600;
  color: var(--color-gray-900);
}

#edd-stripe-manage-cards {
  margin-top: 50px;
}
#edd-stripe-manage-cards fieldset > legend {
  font-size: 22px;
  margin-bottom: 45px;
  color: var(--color-gray-900);
}
@media only screen and (max-width: 767px) {
  #edd-stripe-manage-cards fieldset > legend {
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 30px;
  }
}
#edd-stripe-manage-cards .edd-stripe-card-item {
  padding: 20px !important;
  border-radius: 10px !important;
  border: 1px solid #DADCE0 !important;
}
#edd-stripe-manage-cards .edd-stripe-card-item .card-details span {
  color: var(--color-gray-900);
}
#edd-stripe-manage-cards .edd-stripe-card-item .card-meta {
  margin: 6px 0;
}
#edd-stripe-manage-cards .edd-stripe-card-item .card-meta span {
  color: var(--color-gray-700);
}
#edd-stripe-manage-cards .edd-stripe-card-item .edd-stripe-update-card {
  margin-right: 8px;
  color: var(--color-primary);
}
#edd-stripe-manage-cards .edd-stripe-card-item .edd-stripe-delete-card {
  margin-left: 8px;
  color: var(--color-warning);
}
#edd-stripe-manage-cards .edd-stripe-card-item .card-update-form {
  margin-top: 10px;
}
#edd-stripe-manage-cards .edd-stripe-card-item .card-update-form > label {
  font-size: 18px;
  font-weight: 500;
  color: var(--color-gray-900);
}
#edd-stripe-manage-cards .edd-stripe-card-item .card-update-form .card-expiration-fields .edd-label {
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  color: var(--color-gray-700);
}
#edd-stripe-manage-cards .edd-stripe-card-item .card-update-form .card-expiration-fields select {
  border-radius: 5px;
  padding: 15px 20px;
  border-color: #d9deec;
  height: 50px;
}
#edd-stripe-manage-cards .edd-stripe-card-item .card-update-form .edds-card-address-field label {
  font-size: 16px;
  font-weight: 400;
  color: var(--color-gray-700);
}
#edd-stripe-manage-cards .edd-stripe-card-item .card-update-form .edds-card-address-field label,
#edd-stripe-manage-cards .edd-stripe-card-item .card-update-form .edds-card-address-field input,
#edd-stripe-manage-cards .edd-stripe-card-item .card-update-form .edds-card-address-field select {
  width: 100%;
  font-size: 15px;
  font-weight: 400;
}
#edd-stripe-manage-cards .edd-stripe-card-item .card-update-form .edds-card-address-field input,
#edd-stripe-manage-cards .edd-stripe-card-item .card-update-form .edds-card-address-field select {
  line-height: 1.5;
  min-height: 35px;
  border-radius: 5px;
  padding: 15px 20px;
  border-color: #d9deec;
  height: 50px;
  width: 100%;
}
#edd-stripe-manage-cards .edd-stripe-card-item .card-update-form .edd-stripe-cancel-update {
  margin-left: 15px;
}
#edd-stripe-manage-cards .edd-button,
#edd-stripe-manage-cards .edd-stripe-submit-update {
  width: auto;
  height: 55px;
  border-radius: 6px;
  padding: 0 30.42px;
  border: 1px solid #4353FF;
}
@media only screen and (max-width: 379px) {
  #edd-stripe-manage-cards .edd-button,
  #edd-stripe-manage-cards .edd-stripe-submit-update {
    padding: 0 24px;
  }
}
#edd-stripe-manage-cards .edd-button:hover,
#edd-stripe-manage-cards .edd-stripe-submit-update:hover {
  background-color: #2b30db !important;
  -webkit-box-shadow: 0 10px 20px rgba(67, 83, 255, 0.2);
          box-shadow: 0 10px 20px rgba(67, 83, 255, 0.2);
}

#edd-stripe-add-new-card .edd-stripe-add-card-actions {
  margin-top: 30px;
}
#edd-stripe-add-new-card .edd-stripe-add-card-actions .edd-stripe-add-new-cancel {
  margin-left: 15px;
}

.edd-stripe-add-new-card {
  margin-top: 50px !important;
}
.edd-stripe-add-new-card > label {
  font-weight: 500 !important;
  font-size: 22px !important;
  margin-bottom: 46px !important;
  color: var(--color-gray-900) !important;
}
@media only screen and (max-width: 767px) {
  .edd-stripe-add-new-card > label {
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 30px;
  }
}
.edd-stripe-add-new-card #edd_cc_card_info,
.edd-stripe-add-new-card #edd_cc_address {
  padding: 80px 30px 30px !important;
}
.edd-stripe-add-new-card #edd-stripe-card-element {
  width: 70%;
}
@media only screen and (max-width: 991px) {
  .edd-stripe-add-new-card #edd-stripe-card-element {
    width: 100%;
  }
}

.edd-card-selector-radio .edd-stripe-card-radio-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 !important;
}
.edd-card-selector-radio .edd-stripe-card-radio-item:not(:last-child) {
  margin-bottom: 10px;
}
.edd-card-selector-radio .edd-stripe-card-radio-item.selected {
  background-color: transparent !important;
  border: 0 none !important;
}

#edd_checkout_form_wrap .edd-description {
  color: #5c637e;
  margin-bottom: 6px !important;
  position: relative;
  top: -4px;
}
#edd_checkout_form_wrap .edd-privacy-policy-agreement {
  margin-bottom: 30px;
  margin-top: 20px;
}
#edd_checkout_form_wrap .edd-privacy-policy-agreement input[type=checkbox] {
  cursor: pointer;
  display: none !important;
}
#edd_checkout_form_wrap .edd-privacy-policy-agreement input[type=checkbox] + label {
  display: block;
  font-weight: 500 !important;
  font-size: 14px;
  color: var(--color-gray-800);
  padding-left: 28px;
  position: relative;
  line-height: 22.4px;
}
#edd_checkout_form_wrap .edd-privacy-policy-agreement input[type=checkbox] + label a {
  color: var(--color-info);
}
#edd_checkout_form_wrap .edd-privacy-policy-agreement input[type=checkbox] + label:before {
  position: absolute;
  left: 0;
  top: 2px;
  width: 18px;
  height: 18px;
  content: "";
  border: 2px solid var(--color-gray-400);
  border-radius: 4px;
}
#edd_checkout_form_wrap .edd-privacy-policy-agreement input[type=checkbox] + label:after {
  position: absolute;
  left: 2px;
  top: 1px;
  color: #fff;
  font-family: unicons;
  content: "\e9c3";
}
#edd_checkout_form_wrap .edd-privacy-policy-agreement input[type=checkbox]:checked + label:before {
  border-color: var(--color-primary);
  background-color: var(--color-primary);
}
#edd_checkout_form_wrap .edd-privacy-policy-agreement a {
  pointer-events: all;
}
#edd_checkout_form_wrap .edd-privacy-policy-agreement a:hover {
  color: #2b30db !important;
}

.remember-group-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.remember-group-container input[type=checkbox] {
  cursor: pointer;
  display: none !important;
}
.remember-group-container input[type=checkbox] + label {
  display: block;
  font-weight: 500 !important;
  font-size: 14px;
  color: var(--color-gray-800);
  padding-left: 28px;
  position: relative;
  line-height: 22.4px;
}
.remember-group-container input[type=checkbox] + label a {
  color: var(--color-info);
}
.remember-group-container input[type=checkbox] + label:before {
  position: absolute;
  left: 0;
  top: 2px;
  width: 18px;
  height: 18px;
  content: "";
  border: 2px solid var(--color-gray-400);
  border-radius: 4px;
}
.remember-group-container input[type=checkbox] + label:after {
  position: absolute;
  left: 2px;
  top: 1px;
  color: #fff;
  font-family: unicons;
  content: "\e9c3";
}
.remember-group-container input[type=checkbox]:checked + label:before {
  border-color: var(--color-primary);
  background-color: var(--color-primary);
}

.edd-status-bar {
  margin: 0 0 30px;
  padding: 20px;
  border-radius: 8px;
}
.edd-status-bar.edd-status-bar-danger {
  background-color: #f8d7da;
}
.edd-status-bar p {
  font-size: 14px;
  font-weight: 500;
  color: #721c24;
}

#edd_checkout_form_wrap {
  text-align: left;
}

#edd_checkout_wrap {
  text-align: center;
}

.edd-alert-error {
  padding: 0.65em 1.387em;
  border-radius: 10px;
  border: 0 none;
  margin: 0;
  background-color: rgba(var(--color-danger-rgb), 0.15);
}
.edd-alert-error:empty {
  display: none;
}
.edd-alert-error p {
  color: #ea3030;
}

.edd_empty_cart {
  min-height: 665px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
}
@media only screen and (max-width: 1399px) {
  .edd_empty_cart {
    min-height: 400px;
  }
}
@media only screen and (max-width: 767px) {
  .edd_empty_cart {
    min-height: 280px;
  }
}
@media only screen and (max-width: 479px) {
  .edd_empty_cart {
    min-height: 200px;
  }
}
.edd_empty_cart + .edd-cart-saving-link {
  font-size: 18px;
  font-weight: 600;
  color: var(--color-info);
}

#edd-card-country-wrap {
  margin-bottom: 0;
}

#edd_checkout_wrap .edd_empty_cart a {
  margin-left: 10px;
}
#edd_checkout_wrap .edd_empty_cart a:hover {
  color: var(--color-info);
}

#edd-card-cvv-wrap {
  position: relative;
}
#edd-card-cvv-wrap .directorist-card-cvv-pop {
  position: absolute;
  right: 15px;
  top: 39px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 10;
}
#edd-card-cvv-wrap .directorist-card-cvv-pop:hover svg {
  opacity: 1;
  visibility: visible;
}
#edd-card-cvv-wrap .directorist-card-cvv-pop > svg {
  position: absolute;
  top: -120px;
  right: -70px;
  margin-bottom: -30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}
#edd-card-cvv-wrap .directorist-card-cvv-pop i {
  margin-right: 4px;
  cursor: pointer;
}

/* Checkout */
#edd_checkout_form_wrap #edd_sl_renewal_fields button#edd_sl_show_renewal_form {
  margin: 0;
  font-size: 16px;
  line-height: 1;
  color: #fff !important;
  margin-top: 0px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
#edd_checkout_form_wrap #edd_sl_renewal_fields button#edd_sl_show_renewal_form:hover {
  opacity: 1;
}

#edd_checkout_form_wrap #edd_sl_renewal_fields #edd_sl_show_renewal_form:focus {
  outline: none;
  -webkit-box-shadow: 0 0;
          box-shadow: 0 0;
}

form#edd_sl_renewal_form .edd-description .edd-form-group__label {
  margin-top: 35px;
}

/* Alert Style */
.alert-message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 50px;
  border-radius: 8px;
  -webkit-box-shadow: 0 8px 20px rgba(146, 155, 177, 0.1);
          box-shadow: 0 8px 20px rgba(146, 155, 177, 0.1);
  margin-bottom: 40px;
  background-color: #fff;
}
@media only screen and (max-width: 575px) {
  .alert-message {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 25px;
  }
}
.alert-message .alert-message__icon svg {
  width: 80px;
  height: 80px;
  color: var(--color-info);
}
.alert-message .alert-message__icon svg circle {
  fill: var(--color-info);
}
.alert-message .alert-message__text {
  text-align: left;
  max-width: 900px;
  margin-left: 30px;
}
@media only screen and (max-width: 575px) {
  .alert-message .alert-message__text {
    text-align: center;
    margin: 0;
  }
}
.alert-message .alert-message__text p {
  font-size: 22px;
  line-height: 1.4;
  margin-bottom: 0;
  color: var(--color-info);
}
@media only screen and (max-width: 575px) {
  .alert-message .alert-message__text p {
    font-size: 22px;
  }
}

.directorist-checkout-wrap .edd-alert-success {
  background-color: rgba(var(--color-success-rgb), 0.15);
  border-color: rgba(var(--color-success-rgb), 0.25);
  border-radius: 6px;
  color: var(--color-success);
}

/* Directorist Basic Testimonial */
.directorist-basic-testimonial-wrap {
  padding: 40px 0 35px;
  position: relative;
}
.directorist-basic-testimonial-wrap .tns-nav {
  margin-top: 0;
}
.directorist-basic-testimonial-wrap .tns-nav button {
  width: 6px;
  height: 6px;
  min-height: 6px;
  border-radius: 50%;
  margin: 3px;
  padding: 0;
  background-color: #ccd1db;
}
.directorist-basic-testimonial-wrap .tns-nav button.tns-nav-active {
  background-color: var(--color-primary);
}
.directorist-basic-testimonial-wrap .tns-controls {
  position: absolute;
  right: 0;
  bottom: 30px;
}
@media only screen and (max-width: 991px) {
  .directorist-basic-testimonial-wrap .tns-controls {
    bottom: 25px;
  }
}
.directorist-basic-testimonial-wrap .tns-controls button {
  background-color: transparent;
  padding: 0;
  color: #aeb9cd;
}
.directorist-basic-testimonial-wrap .tns-controls button:hover {
  color: var(--color-primary);
}

.directorist-basic-testimonial__single {
  text-align: center;
}
.directorist-basic-testimonial__single .directorist-basic-testimonial__single--title {
  font-size: 15px;
  font-weight: 500;
  color: var(--color-gray-900);
  margin-bottom: 10px;
  color: #151826;
}
.directorist-basic-testimonial__single p {
  font-size: 15px;
  color: #4b5064;
}
.directorist-basic-testimonial__single .directorist-testimonial-quote {
  margin-bottom: 40px;
}
.directorist-basic-testimonial__single .directorist-testimonial-quote svg g {
  opacity: 1;
}

.directorist-rating-box {
  background-color: #fff;
  border-radius: 8px;
  text-align: center;
  max-width: 160px;
  min-height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto 40px;
}
@media only screen and (max-width: 991px) {
  .directorist-rating-box {
    margin: 0 auto 30px;
  }
}
.directorist-rating-box .rating-stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 4px;
}
.directorist-rating-box .rating-stars i {
  color: #ff8f1e;
}
.directorist-rating-box .rating-stars i:before {
  margin: 0;
}
.directorist-rating-box .avg-rating {
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  margin: 12px 0 4px;
  color: #151826;
  display: block;
}
.directorist-rating-box .toal-rating {
  font-size: 13px;
  font-weight: 500;
  color: #151826;
}
.directorist-rating-box .toal-rating span {
  font-weight: 400;
  color: #4b5064;
}

.directorist-money-back-badge {
  text-align: center;
}

.directorist-checkout-footer {
  padding: 30px 0;
  border-top: 1px solid #ebeef5;
}
.directorist-checkout-footer .copyright-text {
  font-size: 14px;
  font-weight: 400;
  color: #7b839b;
}
.directorist-checkout-footer .footer-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media only screen and (max-width: 991px) {
  .directorist-checkout-footer .footer-links {
    margin-top: 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.directorist-checkout-footer .footer-links a {
  font-size: 14px;
  color: #7b839b;
  margin: 5px;
  position: relative;
}
.directorist-checkout-footer .footer-links a:hover {
  color: var(--color-primary);
}
.directorist-checkout-footer .footer-links a:before {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 4px;
  height: 4px;
  content: "";
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  background-color: #ccd1db;
}
.directorist-checkout-footer .footer-links a:not(:first-child) {
  padding-left: 10px;
}
.directorist-checkout-footer .footer-links a:not(:first-child):before {
  opacity: 1;
  visibility: visible;
}
@media only screen and (max-width: 991px) {
  .directorist-checkout-footer .col-lg-6 {
    text-align: center !important;
  }
}

.checkout-header {
  padding: 18px 0 18px;
}
@media only screen and (max-width: 575px) {
  .checkout-header .main-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
}
.checkout-header .main-header h1 {
  font-size: 30px;
  margin: 0;
  color: #151826;
}
@media only screen and (max-width: 991px) {
  .checkout-header .main-header h1 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .checkout-header .main-header h1 {
    margin: 15px 0;
  }
}
.checkout-header .main-header .site-top-text {
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #4b5064;
}
.checkout-header .main-header .site-top-text svg {
  margin-right: 10px;
}
.checkout-header .main-header .site-top-text span {
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .checkout-header .container {
    max-width: 100%;
  }
}

.__PrivateStripeElement .InputElement {
  font-family: inherit;
}

#edd_checkout_form_wrap .table-checkout-wrapper::-webkit-scrollbar {
  display: none;
}

@media only screen and (max-width: 479px) {
  #edd-card-details-wrap #edd-card-exp-wrap,
  #edd-card-details-wrap #edd-card-cvv-wrap {
    width: 100%;
  }
}
@media only screen and (max-width: 479px) {
  #edd-card-details-wrap #edd-card-cvv-wrap {
    margin-top: 20px;
  }
}

.betterdocs-wrapper {
  margin-top: 40px;
  font-family: "Inter";
}
@media only screen and (max-width: 575px) {
  .betterdocs-wrapper {
    margin-top: 30px;
  }
}

.directorist-checkout-page .betterdocs-right {
  display: none;
}

#edd_sl_cancel_renewal_form {
  text-align: center;
  margin-bottom: 30px;
}

#edd_checkout_form_wrap #edd_cc_fields,
#edd_checkout_form_wrap #edd_purchase_submit {
  padding: 0 30px;
}

#edd_checkout_form_wrap .edd-alert-error {
  margin: 30px;
}

#edd_checkout_form_wrap .edd-loading-ajax {
  margin-left: 30px;
}

#edd_checkout_form_wrap input[type=submit]:disabled {
  -webkit-filter: blur(1.5px);
          filter: blur(1.5px);
}

#edd_checkout_form_wrap .edd-loading-ajax.edd-loading {
  display: inline-block;
  position: relative;
  top: -42px;
  left: 50%;
  vertical-align: middle;
  margin-left: 0 !important;
  border-color: rgba(94, 83, 249, 0.2) rgba(94, 83, 249, 0.2) rgba(94, 83, 249, 0.2) #5e53f9;
}

.dir-order-customer-details h4 {
  margin-bottom: 30px;
}

.directorist-checkout-awardbox {
  text-align: center;
  margin-bottom: 18px;
}
.directorist-checkout-awardbox img {
  max-width: 220px;
}

.dashboard-content-box .dashboard-tab-menu__nav {
  border: 0;
}

/*---------------------------------------------
# Login page
-----------------------------------------------*/
/*  Authentication Intro */
.authentication-intro-area {
  min-height: 500px;
}
@media only screen and (max-width: 1399px) {
  .authentication-intro-area {
    min-height: 400px;
  }
}
@media only screen and (max-width: 767px) {
  .authentication-intro-area {
    min-height: 350px;
  }
}
.authentication-intro-area .banner-shape {
  background-image: url("../svg/shapes/authentication-bg.svg");
  background-position: center center;
}
.authentication-intro-area .shape.banner-shape svg {
  width: 100%;
  height: auto;
}
.authentication-intro-area .groupShape-intro__content {
  top: 38%;
  -webkit-transform: translateY(-65%);
          transform: translateY(-65%);
}
@media only screen and (max-width: 767px) {
  .authentication-intro-area .groupShape-intro__content {
    top: 42%;
  }
}
@media only screen and (max-width: 379px) {
  .authentication-intro-area .groupShape-intro__content {
    top: 45%;
  }
}
@media only screen and (max-width: 767px) {
  .authentication-intro-area .groupShape-intro__content .title {
    margin-bottom: 10px;
  }
}
.authentication-intro-area .groupShape-intro__shape {
  left: 48%;
  top: 90%;
}
.authentication-intro-area .groupShape-intro__text {
  font-size: calc(1.0375rem + 0.45vw);
  font-weight: 500;
  color: var(--color-gray-900);
}
@media (min-width: 1200px) {
  .authentication-intro-area .groupShape-intro__text {
    font-size: 1.375rem;
  }
}

/*  Login Form */
.form-login {
  padding: 60px 65px 40px;
}
@media only screen and (max-width: 991px) {
  .form-login {
    padding: 30px;
  }
}
.form-login .form-group.remember-group {
  margin: -15px 0 16px;
}
@media only screen and (max-width: 379px) {
  .form-login .form-group.remember-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.form-login .form-group.remember-group label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
  color: var(--color-gray-800);
  margin-bottom: 0;
}
@media only screen and (max-width: 379px) {
  .form-login .form-group.remember-group label {
    margin-bottom: 5px;
  }
}
.form-login .form-group.remember-group label input[type=checkbox] {
  width: auto;
  height: auto;
  margin-right: 10px;
  accent-color: var(--color-primary);
}
.form-login .form-group.remember-group .lost-passLink {
  position: relative;
  font-size: 15px;
}
.form-login .form-group.remember-group .lost-passLink:after {
  position: absolute;
  left: 0;
  bottom: 5px;
  width: 100%;
  height: 100%;
  content: "";
  border-bottom: 1px dashed var(--color-gray-300);
}
@media only screen and (max-width: 379px) {
  .form-login .form-group.remember-group .lost-passLink:after {
    display: none;
  }
}
.form-login .form-group.remember-group .lost-passLink:hover {
  color: var(--color-primary) !important;
}
.form-login .form-group.remember-group .lost-passLink:hover:after {
  border-color: var(--color-primary);
}
.form-login .form-group .edd-login-submit input[type=submit] {
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  color: var(--color-white);
}
.form-login .form-group .edd-login-submit input[type=submit]:disabled {
  opacity: 0.25;
}
.form-login .edd-login-submit {
  position: relative;
}
.form-login .edd-login-submit .spinner-border {
  position: absolute;
  left: 50%;
  top: 16px;
  color: #333;
}

/* Social Login */
.nsl-container-buttons a {
  max-width: 100% !important;
}
.nsl-container-buttons .nsl-button-google {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0 3px 10px rgba(146, 155, 177, 0.15) !important;
          box-shadow: 0 3px 10px rgba(146, 155, 177, 0.15) !important;
}
.nsl-container-buttons .nsl-button-svg-container {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  padding: 13px 8px !important;
  border-radius: 6px;
}
.nsl-container-buttons .nsl-button-label-container {
  margin: 0 !important;
  -webkit-box-flex: 0 !important;
      -ms-flex: none !important;
          flex: none !important;
  padding: 13px 0 !important;
}
.nsl-container-buttons .nsl-button-label-container b {
  font-weight: 400;
  color: var(--color-gray-700);
}

input[type=text]:focus {
  color: var(--color-gray-800) !important;
}

/*---------------------------------------------
# Login page
-----------------------------------------------*/
/*  Login Form */
.form-register {
  padding: 60px 85px 15px;
}
@media only screen and (max-width: 991px) {
  .form-register {
    padding: 30px 30px 15px;
  }
}
@media only screen and (max-width: 767px) {
  .form-register {
    padding: 15px;
  }
}
.form-register .form-devider-line {
  margin: 20px 0 20px;
}

/*---------------------------------------------
# 404 page
-----------------------------------------------*/
.error-page .error-code {
  font-size: 80px;
  font-weight: 600;
  margin: 45px 0 35px;
  color: var(--color-gray-400);
}
.error-page h5 {
  font-weight: 400;
  margin-bottom: 30px;
}

/*---------------------------------------------
# Policy Pages
-----------------------------------------------*/
@media only screen and (max-width: 991px) {
  .policy-page-intro .pt-140 {
    padding-top: 120px;
  }
}
@media only screen and (max-width: 767px) {
  .policy-page-intro .pt-140 {
    padding-top: 110px;
  }
}

.content-box {
  padding: 50px 50px 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0 10px 50px rgba(146, 155, 177, 0.15);
          box-shadow: 0 10px 50px rgba(146, 155, 177, 0.15);
  background-color: var(--color-white);
}
@media only screen and (max-width: 991px) {
  .content-box {
    padding: 30px 30px 10px;
  }
}
.content-box__block {
  margin-bottom: 50px;
}
.content-box__block ol {
  padding-left: 40px;
}
.content-box__block ol li {
  list-style: decimal;
}

.policy-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.policy-list li:not(:last-child) {
  margin-bottom: 12px;
}
.policy-list li .content-text {
  margin-left: 5px;
}

.last-update {
  display: inline-block;
  font-size: 14px;
  color: var(--color-gray-400);
}

.affiliate-intro {
  padding: 60px 0 100px;
}
@media only screen and (max-width: 991px) {
  .affiliate-intro {
    padding: 48px 0 80px 0;
  }
}
.affiliate-intro__content h2 {
  font-size: calc(1.2rem + 2.4vw);
  line-height: 1.17;
  font-weight: 700;
  margin-bottom: 34px;
  color: var(--color-gray-900);
}
@media (min-width: 1200px) {
  .affiliate-intro__content h2 {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 1199px) {
  .affiliate-intro__content h2 br {
    display: none;
  }
}
.affiliate-intro__content h2 .commission-text {
  display: block;
  color: #ff346b;
  font-weight: 600;
}
@media only screen and (max-width: 1199px) {
  .affiliate-intro__content h2 .commission-text {
    display: unset;
  }
}
.affiliate-intro__content p {
  font-size: calc(1.025rem + 0.3vw);
  line-height: 1.65;
  color: var(--color-gray-600);
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  .affiliate-intro__content p {
    font-size: 1.25rem;
  }
}
.affiliate-intro__image {
  text-align: right;
}
@media only screen and (max-width: 991px) {
  .affiliate-intro__image {
    text-align: left;
    margin-bottom: 30px;
  }
}
.affiliate-intro__image img {
  max-width: none;
}
@media only screen and (max-width: 1399px) {
  .affiliate-intro__image img {
    max-width: 100%;
  }
}

.box-bg {
  position: relative;
}
.box-bg:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 1330px;
  border-radius: 30px;
}
@media only screen and (max-width: 1399px) {
  .box-bg:before {
    max-width: calc(100% - 30px);
  }
}
@media only screen and (max-width: 991px) {
  .box-bg:before {
    max-width: 100%;
    border-radius: 0;
  }
}
.box-bg.box-warning:before {
  background: -webkit-linear-gradient(90deg, rgba(255, 78, 149, 0.15), rgba(250, 139, 12, 0.15));
}
.box-bg.box-pink:before {
  background: -webkit-linear-gradient(90deg, rgba(123, 67, 255, 0.15), rgba(252, 92, 156, 0.15));
}
.box-bg.box-gray:before {
  background: #f8f9fa;
}

.affiliate-commission {
  padding: 100px 0;
}
@media only screen and (max-width: 991px) {
  .affiliate-commission {
    padding: 72px 0 80px;
  }
}
.affiliate-commission__card {
  position: relative;
  z-index: 1;
}
.affiliate-commission__card--contents {
  text-align: center;
}
.affiliate-commission__card .commission-subtitle {
  font-size: calc(1.025rem + 0.3vw);
  font-weight: 500;
  display: block;
  margin-bottom: 15px;
}
@media (min-width: 1200px) {
  .affiliate-commission__card .commission-subtitle {
    font-size: 1.25rem;
  }
}
.affiliate-commission__card h3 {
  font-size: calc(1.1625rem + 1.95vw);
  line-height: 1.24;
  font-weight: 700;
}
@media (min-width: 1200px) {
  .affiliate-commission__card h3 {
    font-size: 2.625rem;
  }
}
.affiliate-commission__card h3 span {
  font-weight: 600;
}
.affiliate-commission__card p {
  font-size: calc(1.0125rem + 0.15vw);
  line-height: 1.65;
  color: var(--color-gray-600);
}
@media (min-width: 1200px) {
  .affiliate-commission__card p {
    font-size: 1.125rem;
  }
}
.affiliate-commission__category {
  padding: 34px 27px 37px;
  background: var(--color-white);
  border-radius: 15px;
  text-align: center;
}
@media only screen and (max-width: 1199px) {
  .affiliate-commission__category {
    padding: 30px 20px;
  }
}
.affiliate-commission__category--title {
  font-size: calc(1.05rem + 0.6vw);
  line-height: 1.24;
  font-weight: 600;
  color: var(--color-gray-900);
  margin: 0 0 25px;
}
@media (min-width: 1200px) {
  .affiliate-commission__category--title {
    font-size: 1.5rem;
  }
}
.affiliate-commission__category--img {
  display: block;
  margin: 0 auto 30px;
}
.affiliate-commission__category--rate {
  font-size: calc(1.1625rem + 1.95vw);
  line-height: 1.24;
  font-weight: 600;
  color: var(--color-gray-900);
}
@media (min-width: 1200px) {
  .affiliate-commission__category--rate {
    font-size: 2.625rem;
  }
}
.affiliate-commission__category--desc {
  margin: 20px 0 0;
  color: var(--color-gray-600);
  font-weight: 500;
}
.affiliate-commission__category--desc span {
  font-weight: 700;
  color: var(--color-primary);
}

.affiliate-feature {
  padding: 100px 0 50px;
}
@media only screen and (max-width: 991px) {
  .affiliate-feature {
    padding-top: 72px;
  }
}
.affiliate-feature__content {
  position: relative;
  z-index: 1;
}
.affiliate-feature__list {
  margin: 0 -25px;
}
.affiliate-feature__single {
  padding: 38px 40px 34px;
  background: #fff;
  border-radius: 15px;
  margin: 0 10px 50px;
}
@media only screen and (max-width: 991px) {
  .affiliate-feature__single {
    margin: 0 0 30px;
  }
}
.affiliate-feature__title {
  font-size: calc(1.05rem + 0.6vw);
  margin-bottom: 15px;
  font-weight: 700;
}
@media (min-width: 1200px) {
  .affiliate-feature__title {
    font-size: 1.5rem;
  }
}
.affiliate-feature__desc {
  margin: 0;
  color: var(--color-gray-600);
}

.affiliate-started {
  padding: 110px 0;
}
@media only screen and (max-width: 991px) {
  .affiliate-started {
    padding: 72px 0 80px;
  }
}
.affiliate-started__single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 50px;
}
@media only screen and (max-width: 991px) {
  .affiliate-started__single {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .affiliate-started__single {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 479px) {
  .affiliate-started__single {
    display: block;
    text-align: center;
    margin: 0 auto 30px;
  }
}
.affiliate-started__single--icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 25px;
  min-width: 80px;
  width: 80px;
  height: 80px;
  font-size: calc(1.0875rem + 1.05vw);
  border-radius: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 1200px) {
  .affiliate-started__single--icon {
    font-size: 1.875rem;
  }
}
@media only screen and (max-width: 479px) {
  .affiliate-started__single--icon {
    margin: 0 0 20px;
  }
}
.affiliate-started__single--icon span {
  font-weight: 500;
}
.affiliate-started__single--icon.primary {
  color: #4353ff;
  background-color: rgba(67, 83, 255, 0.1);
}
.affiliate-started__single--icon.pink {
  color: #ff346b;
  background-color: rgba(255, 52, 107, 0.1);
}
.affiliate-started__single--icon.success {
  color: #00bb45;
  background-color: rgba(0, 187, 69, 0.1);
}
.affiliate-started__single--title {
  font-size: calc(1.05rem + 0.6vw);
  margin: 0 0 8px;
  font-weight: 600;
}
@media (min-width: 1200px) {
  .affiliate-started__single--title {
    font-size: 1.5rem;
  }
}
.affiliate-started__single--desc {
  font-size: 1rem;
  margin: 0;
  color: var(--color-gray-600);
}
@media only screen and (max-width: 479px) {
  .affiliate-started .btn-part {
    text-align: center;
  }
}

.a-section-title {
  font-size: calc(1.1625rem + 1.95vw);
  line-height: 1.24;
  text-align: center;
  margin-bottom: 45px;
}
@media (min-width: 1200px) {
  .a-section-title {
    font-size: 2.625rem;
  }
}

.affiliate-process {
  padding: 110px 0 40px;
}
@media only screen and (max-width: 991px) {
  .affiliate-process {
    padding-top: 72px;
  }
}
.affiliate-process__single {
  margin-bottom: 65px;
}
@media only screen and (max-width: 991px) {
  .affiliate-process__single {
    max-width: 370px;
    margin: 0 auto 30px;
    text-align: center;
  }
}
.affiliate-process__single h4 {
  font-size: calc(1.0375rem + 0.45vw);
  line-height: 1.18;
  font-weight: 600;
  margin-bottom: 13px;
}
@media (min-width: 1200px) {
  .affiliate-process__single h4 {
    font-size: 1.375rem;
  }
}
.affiliate-process__single p {
  font-size: 16px;
  line-height: 1.75;
  color: var(--color-gray-600);
  margin: 0;
  margin-right: 20px;
}
.affiliate-process__icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: var(--color-gray-900);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 35px;
}
@media only screen and (max-width: 991px) {
  .affiliate-process__icon {
    margin: 0 auto 25px;
  }
}
.affiliate-process__icon img {
  max-width: 40px;
}
.affiliate-process__btn {
  margin-top: 35px;
}

.gdnt-1 {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(252, 92, 156, 0.8)), to(rgba(123, 67, 255, 0.8)));
  background: linear-gradient(rgba(252, 92, 156, 0.8), rgba(123, 67, 255, 0.8));
  -webkit-box-shadow: 0 10px 10px rgba(156, 105, 248, 0.2);
          box-shadow: 0 10px 10px rgba(156, 105, 248, 0.2);
}

.gdnt-2 {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(250, 139, 12, 0.8)), to(rgba(255, 78, 149, 0.8)));
  background: linear-gradient(rgba(250, 139, 12, 0.8), rgba(255, 78, 149, 0.8));
  -webkit-box-shadow: 0 10px 10px rgba(250, 123, 176, 0.2);
          box-shadow: 0 10px 10px rgba(250, 123, 176, 0.2);
}

.gdnt-3 {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(48, 205, 255, 0.8)), to(rgba(67, 83, 255, 0.8)));
  background: linear-gradient(rgba(48, 205, 255, 0.8), rgba(67, 83, 255, 0.8));
  -webkit-box-shadow: 0 10px 10px rgba(102, 123, 255, 0.2);
          box-shadow: 0 10px 10px rgba(102, 123, 255, 0.2);
}

.affiliate-guideline {
  padding: 100px 0 90px;
}
@media only screen and (max-width: 991px) {
  .affiliate-guideline {
    padding: 72px 0 70px;
  }
}
.affiliate-guideline__contents {
  position: relative;
  z-index: 1;
}
.affiliate-guideline__list h3 {
  font-size: calc(1.125rem + 1.5vw);
  line-height: 1.1;
  font-weight: 700;
  margin: 0 0 32px;
}
@media (min-width: 1200px) {
  .affiliate-guideline__list h3 {
    font-size: 2.25rem;
  }
}
@media only screen and (max-width: 991px) {
  .affiliate-guideline__list h3 {
    margin: 0 0 20px;
  }
}
.affiliate-guideline__list h3 svg {
  margin-left: 10px;
}
.affiliate-guideline__list ul {
  margin: 0 0 0 -5px;
  padding: 0;
}
.affiliate-guideline__list ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: var(--color-gray-600);
  font-size: calc(1.0125rem + 0.15vw);
}
@media (min-width: 1200px) {
  .affiliate-guideline__list ul li {
    font-size: 1.125rem;
  }
}
.affiliate-guideline__list ul li:not(:last-child) {
  margin-bottom: 17px;
}
@media only screen and (max-width: 991px) {
  .affiliate-guideline__list ul li:not(:last-child) {
    margin-bottom: 10px;
  }
}
.affiliate-guideline__list ul li i {
  display: inline-block;
  margin-right: 7px;
  font-size: 20px;
  position: relative;
  top: 0;
}
.affiliate-guideline__list--one {
  margin-right: 30px;
}
@media only screen and (max-width: 767px) {
  .affiliate-guideline__list--one {
    margin: 0 0 30px;
  }
}
.affiliate-guideline__list--one h3 span,
.affiliate-guideline__list--one ul li i {
  color: var(--color-success);
}
.affiliate-guideline__list--two h3 span,
.affiliate-guideline__list--two ul li i {
  color: #ff346b;
}

.affiliate-faq {
  padding: 105px 0 135px;
}
@media only screen and (max-width: 991px) {
  .affiliate-faq {
    padding: 73px 0 78px;
  }
}
.affiliate-faq__contents .card {
  border: 1px solid #ebeef5 !important;
  border-radius: 6px !important;
  -webkit-box-shadow: 0 5px 15px rgba(174, 185, 205, 0.05);
          box-shadow: 0 5px 15px rgba(174, 185, 205, 0.05);
}
.affiliate-faq__contents .card:not(:last-child) {
  margin-bottom: 20px;
}
.affiliate-faq__contents .card .card-header {
  padding: 0 !important;
  background-color: transparent;
  border-color: #ebeef5;
  margin-bottom: -1px;
}
.affiliate-faq__contents .card .card-header a {
  font-size: 18px;
  font-weight: 500;
  color: #151826;
  padding: 10px 30px 15px;
  display: block;
  cursor: pointer;
  position: relative;
}
.affiliate-faq__contents .card .card-header a:before {
  position: absolute;
  content: "\eb56";
  font-family: unicons;
  font-weight: 400;
  right: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.affiliate-faq__contents .card .card-header a.collapsed:before {
  content: "\eb3a";
}
.affiliate-faq__contents .card .card-body {
  padding: 20px 30px;
}

.affiliate-cta {
  padding-bottom: 110px;
}
@media only screen and (max-width: 991px) {
  .affiliate-cta {
    padding-bottom: 80px;
  }
}
.affiliate-cta h3 {
  font-size: calc(1.1625rem + 1.95vw);
  font-weight: 700;
  line-height: 1.28;
  margin-bottom: 50px;
}
@media (min-width: 1200px) {
  .affiliate-cta h3 {
    font-size: 2.625rem;
  }
}

/* Comming Soon Page Style */
.comming-soon-area {
  position: relative;
}
@media only screen and (max-width: 991px) {
  .comming-soon-area.pt-110 {
    padding-top: 110px;
  }
}
@media only screen and (max-width: 991px) {
  .comming-soon-area.vh-100 {
    height: 100% !important;
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .comming-soon-area.vh-100 {
    padding-bottom: 40px;
  }
}
.comming-soon-area .comming-soon-shape.shape {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.comming-soon-area .directorist-logo {
  margin-bottom: 195px;
}
@media only screen and (max-width: 1599px) {
  .comming-soon-area .directorist-logo {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .comming-soon-area .directorist-logo {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 991px) {
  .comming-soon-deal {
    text-align: center;
  }
}
.comming-soon-deal .comming-soon-deal__title {
  position: relative;
  top: -10px;
  font-size: 4rem;
  font-weight: 900;
  margin-bottom: 5px;
  margin: 0 0 5px -2px;
}
@media only screen and (max-width: 575px) {
  .comming-soon-deal .comming-soon-deal__title {
    font-size: 3.4rem;
  }
}
.comming-soon-deal .comming-soon-deal__title span {
  color: #FF9914;
}
.comming-soon-deal p {
  font-size: 33px;
  font-weight: 700;
  letter-spacing: 0.5px;
  margin: 0;
  color: #000;
}
@media only screen and (max-width: 575px) {
  .comming-soon-deal p {
    font-size: 28px;
  }
}
@media only screen and (max-width: 479px) {
  .comming-soon-deal p {
    font-size: 24px;
    line-height: 1.5;
  }
}

/* Commit Soon Coundown */
.comming-soon-countdown {
  margin-bottom: 22px;
}
@media only screen and (max-width: 991px) {
  .comming-soon-countdown {
    margin-bottom: 16px;
  }
}
.comming-soon-countdown ul {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -5.5px;
}
@media only screen and (max-width: 991px) {
  .comming-soon-countdown ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (max-width: 479px) {
  .comming-soon-countdown ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.comming-soon-countdown ul li {
  min-height: 86px;
  min-width: 118px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 26px;
  border: 2px solid #000000;
  border-radius: 8px;
  margin: 5.5px;
  font-weight: 600;
  font-size: 30px;
  line-height: 1;
  opacity: 1;
  color: var(--color-gray-900);
}
@media only screen and (max-width: 575px) {
  .comming-soon-countdown ul li {
    min-width: 100px;
  }
}
@media only screen and (max-width: 479px) {
  .comming-soon-countdown ul li {
    max-width: 300px;
    min-width: auto;
    width: 100%;
  }
}
.comming-soon-countdown ul li span {
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  color: #5A5A5A;
  display: block;
  margin-top: 4px;
  opacity: 0.7;
}

/* Comming Soon News Letter */
.comming-soon-newsletter {
  position: relative;
  max-height: 510px;
  margin-top: 40px;
}
@media only screen and (max-width: 991px) {
  .comming-soon-newsletter {
    margin-top: 25px;
  }
}
.comming-soon-newsletter .comming-soon-newsletter__input {
  background-color: #EEEEEE;
  border-radius: 8px;
}
.comming-soon-newsletter .comming-soon-newsletter__input i {
  font-size: 22px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 20px;
  color: #6E6E6E;
}
.comming-soon-newsletter .comming-soon-newsletter__input input {
  width: 100%;
  border: 0 none;
  min-height: 70px;
  padding-left: 62px;
  padding-right: 180px;
  border-radius: 8px;
  background-color: #EEEEEE;
  color: var(--color-gray-900);
}
@media only screen and (max-width: 575px) {
  .comming-soon-newsletter .comming-soon-newsletter__input input {
    padding-right: 170px;
  }
}
.comming-soon-newsletter .comming-soon-newsletter__input input::-webkit-input-placeholder {
  font-weight: 500;
}
.comming-soon-newsletter .comming-soon-newsletter__input input::-moz-placeholder {
  font-weight: 500;
}
.comming-soon-newsletter .comming-soon-newsletter__input input::-ms-input-placeholder {
  font-weight: 500;
}
.comming-soon-newsletter .comming-soon-newsletter__input input::placeholder {
  font-weight: 500;
}
.comming-soon-newsletter .comming-soon-newsletter__button {
  position: absolute;
  right: 6px;
  top: 6px;
  height: 58px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  border-radius: 8px;
  letter-spacing: 1.5px;
  padding: 0 34px;
  background-color: var(--color-gray-900);
}
@media only screen and (max-width: 575px) {
  .comming-soon-newsletter .comming-soon-newsletter__button {
    padding: 0 25px;
  }
}

/* Discount Image */
@media only screen and (max-width: 991px) {
  .comming-discount {
    text-align: center;
    margin-top: 40px;
  }
}
@media only screen and (max-width: 479px) {
  .comming-discount {
    margin-top: 0;
  }
  .comming-discount svg,
  .comming-discount img {
    width: 310px;
  }
}

@media only screen and (max-width: 991px) {
  .banner-information-list li {
    -webkit-box-flex: 30% !important;
        -ms-flex: 30% !important;
            flex: 30% !important;
  }
}
@media only screen and (max-width: 767px) {
  .banner-information-list li {
    -webkit-box-flex: 45% !important;
        -ms-flex: 45% !important;
            flex: 45% !important;
  }
}
@media only screen and (max-width: 479px) {
  .banner-information-list li {
    -webkit-box-flex: 100% !important;
        -ms-flex: 100% !important;
            flex: 100% !important;
  }
}

.formgent-form-wrapper .formgent-form p:empty {
  display: none;
}
.formgent-form-wrapper .formgent-form .formgent-btn.formgent-btn-default {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: var(--Large, 48px);
  padding: var(--Component-Padding-Large, 16px) 32px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: var(--Component-Gap-Small, 8px);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 10px;
  background: var(--Gray-900, #141921);
  border-color: #141921;
  -webkit-box-shadow: 0px 1px 3px 0px var(--Colors-Effects-Shadows-shadow-sm_01, rgba(16, 24, 40, 0.1)), 0px 1px 2px 0px var(--Colors-Effects-Shadows-shadow-sm_02, rgba(16, 24, 40, 0.06));
          box-shadow: 0px 1px 3px 0px var(--Colors-Effects-Shadows-shadow-sm_01, rgba(16, 24, 40, 0.1)), 0px 1px 2px 0px var(--Colors-Effects-Shadows-shadow-sm_02, rgba(16, 24, 40, 0.06));
}
.formgent-form-wrapper .formgent-form .formgent-btn.formgent-btn-default:hover {
  opacity: 0.85;
}
.formgent-form-wrapper .formgent-editor-block-list .formgent-editor-block-list__single {
  margin-bottom: 30px;
}
.formgent-form-wrapper .formgent-editor-block-list .formgent-editor-block-list__single:last-child {
  margin-bottom: 0 !important;
}
.formgent-form-wrapper .formgent-editor-block-list .formgent-editor-block-list__single .formgent-editor-block-list__single__label-container {
  color: var(--Gray-800, #2C3239);
  font-size: 16px;
  font-weight: 500;
  line-height: 18.56px;
}
.formgent-form-wrapper .formgent-editor-block-list input.formgent-editor-block-list__single__input {
  border-radius: var(--Large, 8px);
  border: 1px solid var(--Gray-300, #D2D6DB);
  background: #FFF;
  -webkit-box-shadow: 0px 1px 2px 0px var(--Colors-Effects-Shadows-shadow-xs, rgba(16, 24, 40, 0.05));
          box-shadow: 0px 1px 2px 0px var(--Colors-Effects-Shadows-shadow-xs, rgba(16, 24, 40, 0.05));
}
.formgent-form-wrapper .formgent-editor-block-list input.formgent-editor-block-list__single__input:focus {
  border-color: var(--color-gray-900);
}

.formgent-subscriber-wrapper .formgent-editor-block-list.formgent-editor-block-list--frontend {
  width: 100% !important;
  gap: 10px 30px !important;
  border-radius: 12px !important;
  border: 1px solid var(--color-gray-700) !important;
  background-color: #252E3A !important;
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
  max-width: 100% !important;
  gap: 0 !important;
}
.formgent-subscriber-wrapper .formgent-editor-block-list.formgent-editor-block-list--frontend .formgent-editor-block-list__single--csr {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-box-flex: 1 !important;
      -ms-flex: auto !important;
          flex: auto !important;
  margin-bottom: 0 !important;
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}
.formgent-subscriber-wrapper .formgent-editor-block-list.formgent-editor-block-list--frontend .formgent-editor-block-list__single--csr .formgent-editor-block-list__single__wrapper {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}
.formgent-subscriber-wrapper .formgent-editor-block-list.formgent-editor-block-list--frontend .formgent-editor-block-list__single--csr .formgent-editor-block-list__single__wrapper .formgent-has-input-icon {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}
.formgent-subscriber-wrapper .formgent-editor-block-list.formgent-editor-block-list--frontend .formgent-editor-block-list__single--csr .formgent-editor-block-list__single__wrapper .formgent-has-input-icon .formgent-editor-block-list__single__input {
  height: 48px !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  font-size: 16px !important;
  line-height: 1.375 !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
  background-color: transparent !important;
  color: #fff !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  width: 100% !important;
  border: 0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
@media only screen and (min-width: 991.99px) {
  .formgent-subscriber-wrapper .formgent-editor-block-list.formgent-editor-block-list--frontend .formgent-editor-block-list__single--csr .formgent-editor-block-list__single__wrapper .formgent-has-input-icon .formgent-editor-block-list__single__input {
    min-width: 300px !important;
  }
}
.formgent-subscriber-wrapper .formgent-editor-block-list.formgent-editor-block-list--frontend .formgent-editor-block-list__single--csr .formgent-editor-block-list__single__wrapper .formgent-has-input-icon .just-validate-error-label {
  position: absolute !important;
  bottom: -45px !important;
  left: 50% !important;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.formgent-subscriber-wrapper .formgent-editor-block-list.formgent-editor-block-list--frontend .formgent-editor-block-list__single--button button {
  height: 48px !important;
  border-radius: 12px !important;
  border: 1px solid var(--color-gray-700) !important;
  background-color: white !important;
  color: var(--color-gray-900) !important;
  font-size: 16px !important;
  line-height: 1.375 !important;
  font-weight: 500 !important;
  padding-left: 24px !important;
  padding-right: 24px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  font-family: var(--font-family-inter);
}
.formgent-subscriber-wrapper .formgent-editor-block-list.formgent-editor-block-list--frontend .formgent-editor-block-list__single--button button:hover {
  opacity: 0.85;
}
.formgent-subscriber-wrapper .formgent-editor-block {
  margin-bottom: 0;
}

@media only screen and (min-width: 992px) {
  .main-header .main-navigation ul li.has-dir-mega-menu {
    position: relative;
  }
  .main-header .main-navigation .dir-mega-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 408px;
    padding: 6px;
    border-radius: 16px;
    border: 1px solid var(--Gray-200, #E5E7EB);
    background: #FFF;
    -webkit-box-shadow: 0px 24px 48px -12px var(--Colors-Effects-Shadows-shadow-2xl, rgba(16, 24, 40, 0.18));
            box-shadow: 0px 24px 48px -12px var(--Colors-Effects-Shadows-shadow-2xl, rgba(16, 24, 40, 0.18));
  }
  .main-header .main-navigation .dir-mega-menu .dir-mega-menu__item {
    max-height: 360px;
    overflow: hidden;
    width: 100%;
  }
  .main-header .dir-mega-menu__list .mega-list-single {
    margin-left: 0;
    max-width: 100%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-radius: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 14px 12px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px;
  }
  .main-header .dir-mega-menu__list .mega-list-single:hover {
    background: #F3F4F6;
  }
  .main-header .dir-mega-menu__list .mega-list-single .mega-list-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 40px;
    height: 40px;
    padding: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    border-radius: var(--Large, 8px);
    border: 1px solid var(--Gray-200, #E5E7EB);
    background: #FFF;
    -webkit-box-shadow: 0px 1px 2px 0px var(--Colors-Effects-Shadows-shadow-xs, rgba(16, 24, 40, 0.05));
            box-shadow: 0px 1px 2px 0px var(--Colors-Effects-Shadows-shadow-xs, rgba(16, 24, 40, 0.05));
  }
  .main-header .dir-mega-menu__list .mega-list-single .mega-list-icon svg,
  .main-header .dir-mega-menu__list .mega-list-single .mega-list-icon img {
    width: 22px;
    height: 22px;
  }
}

.sup-ai {
  top: -12px;
  right: -8px;
  margin-right: -15px;
}

.cta-shape {
  content: "";
  position: absolute;
}
.cta-shape-one {
  width: 258.332px;
  height: 145.87px;
  left: -4px;
  top: 104px;
}
.cta-shape-two {
  top: 0;
  left: 15px;
}
.cta-shape-three {
  width: 215.661px;
  height: 121.775px;
  left: -47px;
  top: 106.047px;
}
.cta-shape-four {
  width: 215.661px;
  height: 121.775px;
  left: 65px;
  top: -3.953px;
}

@media only screen and (min-width: 1199px) {
  .we-love-shape {
    padding-right: 48px;
    margin-right: -17px;
  }
}
.we-love-shape span {
  top: 0;
  right: 0;
}

.ai_powered_shape {
  position: absolute;
  top: -11px;
  left: 13px;
  width: 12.52px;
  height: 13.316px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: none;
}

.powered_shape-bottom {
  position: absolute;
  content: "";
  top: 91%;
  left: 47%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: none;
}
.powered_shape-bottom svg {
  width: 100%;
}

.promo_bg_shape {
  position: absolute;
  content: "";
  top: 89%;
  left: 47%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: none;
}
.promo_bg_shape svg {
  width: 100%;
}

.slug-title-shape {
  margin-top: -10px;
}

.limited-site__best-limited {
  position: absolute;
  left: 50%;
  top: 6px;
  pointer-events: none;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: none;
  white-space: nowrap;
  margin: 10px 0;
  width: calc(100% - 20px);
  letter-spacing: 0.44px;
}

.limited-site__best-value {
  position: absolute;
  left: 50%;
  top: 0;
  border-radius: 16px 16px 0 0;
  pointer-events: none;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: none;
  white-space: nowrap;
}

.unlimited-site__best-value {
  position: absolute;
  width: 100%;
  left: 0;
  top: -45px;
  border-radius: 16px 16px 0 0;
  pointer-events: none;
}

.yearly-ten-site {
  position: relative;
}
.yearly-ten-site .yearly-ten-site__best-value {
  position: absolute;
  width: 100%;
  left: 0;
  top: -45px;
  border-radius: 16px 16px 0 0;
  pointer-events: none;
}
.yearly-ten-site:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 4px solid var(--color-gray-900);
  z-index: 0;
  border-radius: 0 0 16px 16px;
  pointer-events: none;
}

.recommended-pricing-card {
  -webkit-transform: translateY(6px) scale(1.01);
          transform: translateY(6px) scale(1.01);
}
@media only screen and (max-width: 991px) {
  .recommended-pricing-card {
    border-radius: 16px !important;
  }
}

.tell-us-btn {
  position: absolute;
  bottom: 15px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  white-space: nowrap;
}

@media only screen and (max-width: 991px) {
  .last-pricing-column,
  .middle-pricing-column,
  .first-pricing-column {
    border-radius: 16px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .first-pricing-column {
    border-left-width: 0 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .middle-pricing-column {
    border-left-width: 0 !important;
    border-right-width: 0 !important;
  }
}

.lifetime-pricing-card {
  background: var(--Warning-Warning_100, #FDEFCE);
  -webkit-box-shadow: 0px 8px 16px 0px rgba(16, 24, 40, 0.1), 0px 6px 8px 2px rgba(16, 24, 40, 0.04);
          box-shadow: 0px 8px 16px 0px rgba(16, 24, 40, 0.1), 0px 6px 8px 2px rgba(16, 24, 40, 0.04);
  border-radius: 12px;
}
@media only screen and (min-width: 1200px) {
  .lifetime-pricing-card {
    margin-top: -17px;
    height: calc(100% + 16px) !important;
    border-radius: 0;
  }
}
@media only screen and (max-width: 1599px) {
  .lifetime-pricing-card__title {
    font-size: calc(1.01875rem + 0.225vw);
  }
}
@media only screen and (max-width: 1599px) and (min-width: 1200px) {
  .lifetime-pricing-card__title {
    font-size: 1.1875rem;
  }
}

@media only screen and (min-width: 1199px) and (max-width: 1399px) {
  .pricing-list-items li {
    font-size: 14px !important;
  }
}
@media only screen and (max-width: 1599px) {
  .pricing-list-items li {
    margin-bottom: 15px !important;
  }
}

.pricing-tab {
  padding: 8px;
  border-radius: 92px;
  border: 1px solid #E5E7EB;
  background: #F9FAFB;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(16, 24, 40, 0.1), 0px 1px 2px 0px rgba(16, 24, 40, 0.06);
          box-shadow: 0px 1px 3px 0px rgba(16, 24, 40, 0.1), 0px 1px 2px 0px rgba(16, 24, 40, 0.06);
}
.pricing-tab button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 125px;
  height: 44px;
  padding: 0 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 88px;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: var(--color-gray-900);
  position: relative;
  z-index: 1;
  background-color: transparent;
}
.pricing-tab button:before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 30px;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: -webkit-transform 300ms;
  transition: -webkit-transform 300ms;
  transition: transform 300ms;
  transition: transform 300ms, -webkit-transform 300ms;
  z-index: -1;
}
.pricing-tab button.active {
  color: #F9FAFB;
}
.pricing-tab button.active:before {
  background: var(--color-gray-700);
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: -webkit-transform 300ms linear;
  transition: -webkit-transform 300ms linear;
  transition: transform 300ms linear;
  transition: transform 300ms linear, -webkit-transform 300ms linear;
}
.pricing-tab__min {
  padding: 4px;
  white-space: nowrap;
}
@media only screen and (max-width: 991px) {
  .pricing-tab__min {
    border-radius: 8px;
  }
  .pricing-tab__min li {
    width: 100%;
  }
  .pricing-tab__min li button {
    width: 100%;
  }
}
.pricing-tab__min button {
  height: 40px;
  font-size: 14px;
  height: 40px;
}
@media only screen and (max-width: 991px) {
  .pricing-tab__min button:before {
    border-radius: 8px;
  }
}

.comparison-tab-header {
  margin-bottom: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 13px 13px 0 0;
  border: 1px solid var(--color-gray-200);
}
@media only screen and (max-width: 991px) {
  .comparison-tab-header {
    white-space: nowrap;
    padding: 0;
  }
}
.comparison-tab-header table {
  border: none;
  margin: 0;
}
.comparison-tab-header table > :not(caption) > * > * {
  padding: 20px 15px;
}
@media only screen and (min-width: 1200px) {
  .comparison-tab-header table > :not(caption) > * > * {
    padding: 35px 16px;
  }
}
.comparison-tab-header table tr:first-child td {
  border-top: none;
}
.comparison-tab-header table tr:last-child td {
  border-bottom: none;
}
.comparison-tab-header table tr td {
  vertical-align: middle;
  width: 200px;
}
.comparison-tab-header table tr td:first-child {
  border-left: none;
  width: 200px;
}
@media only screen and (max-width: 991px) {
  .comparison-tab-header table tr td:first-child {
    min-width: 254px;
  }
}
.comparison-tab-header table tr td:last-child {
  border-right: none;
}

.comparison-tab-body {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid var(--color-gray-200);
  border-radius: 13px;
  border-radius: 0 0 13px 13px;
}
@media only screen and (max-width: 991px) {
  .comparison-tab-body {
    white-space: nowrap;
    padding: 0;
  }
}
.comparison-tab-body table {
  border: none;
  margin: 0;
}
.comparison-tab-body table > :not(caption) > * > * {
  background-color: white !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.comparison-tab-body table tr:first-child td {
  border-top: none;
}
.comparison-tab-body table tr:last-child td {
  border-bottom: none;
}
.comparison-tab-body table tr td {
  width: 200px;
}
.comparison-tab-body table tr td:first-child {
  border-left: none;
  width: 200px;
}
@media only screen and (max-width: 991px) {
  .comparison-tab-body table tr td:first-child {
    min-width: 254px;
  }
}
.comparison-tab-body table tr td:last-child {
  border-right: none;
}
.comparison-tab-body table > tbody > tr:nth-of-type(odd) {
  --bs-table-accent-bg: transparent;
}
.comparison-tab-body table > tbody > tr:nth-of-type(even) {
  --bs-table-accent-bg: #F9FAFB;
}
.comparison-tab-body table > tbody > tr > td {
  color: var(--Gray-900, #141921);
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
  vertical-align: middle;
}
.comparison-tab-body table > :not(caption) > * > * {
  padding: 24px 32px;
}
.comparison-tab-body table th,
.comparison-tab-body table td,
.comparison-tab-body .wp-block-table th,
.comparison-tab-body .wp-block-table td {
  border-color: #E5E7EB;
}

.comparison-pricing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.comparison-pricing__title {
  color: var(--Gray-900, #141921);
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 0;
  text-transform: capitalize;
}
.comparison-pricing__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--Gray-900, #141921);
  font-size: calc(1.1rem + 1.2vw);
  font-weight: 700;
  line-height: 30px;
  margin-top: 5px;
  margin-bottom: 4px;
}
@media (min-width: 1200px) {
  .comparison-pricing__price {
    font-size: 2rem;
  }
}
.comparison-pricing__price-cut {
  color: var(--color-gray-400);
  font-weight: 500;
  -webkit-text-decoration-line: strikethrough;
          text-decoration-line: strikethrough;
}
.comparison-pricing__price-duration {
  color: var(--color-gray-600);
  font-weight: 500;
  font-size: 12px;
}
.comparison-pricing__price-save {
  color: var(--Warning-500, #DD8C08);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  margin-bottom: 15px;
}
.comparison-pricing__link {
  color: var(--Info-500, #2E94FA) !important;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: capitalize;
  background: transparent !important;
  padding: 0 !important;
  min-height: auto !important;
  margin-top: 7px;
  margin-bottom: 0;
}
.comparison-pricing__link:hover {
  opacity: 0.85;
}

.page-template-formgent-waitlist .formgent-waitlist {
  background: var(--Gray-Gray_300, #D2D6DB) !important;
  -webkit-box-shadow: 0px 1px 3px 0px var(--Colors-Effects-Shadows-shadow-sm_01, rgba(16, 24, 40, 0.1)), 0px 1px 2px 0px var(--Colors-Effects-Shadows-shadow-sm_02, rgba(16, 24, 40, 0.06)) !important;
          box-shadow: 0px 1px 3px 0px var(--Colors-Effects-Shadows-shadow-sm_01, rgba(16, 24, 40, 0.1)), 0px 1px 2px 0px var(--Colors-Effects-Shadows-shadow-sm_02, rgba(16, 24, 40, 0.06)) !important;
  pointer-events: none;
}

.modal-feedback .btn-close {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 30px;
  height: 30px;
  background: red;
  border-radius: 50%;
  padding: 0;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1;
}
@media only screen and (max-width: 575px) {
  .modal-feedback .btn-close {
    right: auto;
    left: 15px;
  }
}
.modal-feedback .btn-close i:before {
  margin-top: 5px;
}
.modal-feedback .modal-content {
  border-radius: 18px;
}
.modal-feedback .modal-content .modal-body {
  padding: 0;
}
.modal-feedback .formgent-editor-block-list,
.modal-feedback .post-type-formgent_form .block-editor-block-list__layout {
  max-width: 100%;
}
.modal-feedback .formgent-prev-navigation button {
  width: 35px;
  height: 35px;
  color: var(--color-gray);
  padding: 0;
}
.modal-feedback .formgent-editor-block-list--disabled:after {
  display: none;
}
.modal-feedback .formgent-step-layout .formgent-step-layout__blocks .wp-block-formgent-step .wp-block-heading {
  margin-bottom: 20px !important;
  line-height: 28px !important;
}
.modal-feedback .formgent-editor-block-list__single--next-button.formgent-editor-block-list__single--csr .formgent-btn,
.modal-feedback .wp-block-formgent-next-button .formgent-btn {
  padding: 9px 25px !important;
  font-size: 13px !important;
}
.modal-feedback .ts-wrapper .ts-dropdown {
  -webkit-box-shadow: 0px 24px 48px -12px var(--Colors-Effects-Shadows-shadow-2xl, rgba(16, 24, 40, 0.18));
          box-shadow: 0px 24px 48px -12px var(--Colors-Effects-Shadows-shadow-2xl, rgba(16, 24, 40, 0.18));
  border-radius: 0 0 10px 10px;
  overflow: hidden;
}

@media (min-width: 576px) {
  .modal-dialog-feedback {
    max-width: 670px;
  }
}

/* Video Thumbnail Style */
.video-thumbnail {
  position: relative;
  width: 100%;
  cursor: pointer;
  border-radius: 16px;
  background: var(--White-White, #FFF);
  -webkit-box-shadow: 0px 24px 48px -12px var(--Colors-Effects-Shadows-shadow-2xl, rgba(16, 24, 40, 0.18));
          box-shadow: 0px 24px 48px -12px var(--Colors-Effects-Shadows-shadow-2xl, rgba(16, 24, 40, 0.18));
  overflow: hidden;
}
.video-thumbnail:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.24);
  border-radius: 16px;
  z-index: 0;
}
.video-thumbnail > img {
  width: 100%;
  border-radius: 16px;
  display: block;
  height: 100%;
}
@media only screen and (min-width: 1599px) {
  .video-thumbnail > img {
    height: 617px;
  }
}
.video-thumbnail .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1;
}
@media only screen and (max-width: 1199px) {
  .video-thumbnail .play-button {
    width: 50px;
    height: 50px;
  }
}
.video-thumbnail .play-button:after {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  opacity: 0.1;
  content: "";
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-animation: pulse-border 1.8s infinite;
          animation: pulse-border 1.8s infinite;
  z-index: -1;
  background: rgba(255, 255, 255, 0.5);
}
.video-thumbnail .play-button:before {
  position: absolute;
  width: 80px;
  height: 80px;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  content: "";
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
  -webkit-transition: all 200ms;
  transition: all 200ms;
  -webkit-animation: pulse-border 1.8s ease-out infinite;
          animation: pulse-border 1.8s ease-out infinite;
  background: rgba(255, 255, 255, 0.8);
}
@media only screen and (max-width: 1199px) {
  .video-thumbnail .play-button:before {
    width: 50px;
    height: 50px;
  }
}

.product-banner-deal-counter {
  margin-top: 7px;
}
@media only screen and (min-width: 448px) {
  .product-banner-deal-counter {
    max-width: 372px;
    min-width: 372px;
  }
}
.product-banner-deal-counter .countDown-wrapper {
  border-radius: 16px;
  background: var(--White, #FFF);
  padding: 20px 14px 20px 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}
.product-banner-deal-counter .countDown-wrapper .countDown-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
.product-banner-deal-counter .countDown-wrapper .countDown-text p {
  color: var(--Gray-Gray_900, #141921);
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 0;
}
.product-banner-deal-counter .countDown-wrapper .countDown-text p span {
  font-weight: 900;
}
.product-banner-deal-counter .countDown-wrapper .offer-countdown {
  margin-top: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 1;
}
.product-banner-deal-counter .countDown-wrapper .offer-countdown:empty {
  display: none;
  opacity: 0;
}
.product-banner-deal-counter ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 14px;
}
.product-banner-deal-counter ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
}
.product-banner-deal-counter ul li .number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 6px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  border-radius: 8px;
  background: var(--Primary-Primary_500, #5E53F9);
  color: #FFF;
  font-size: calc(1.075rem + 0.9vw);
  line-height: normal;
  font-weight: 700;
  margin-bottom: 8px;
  min-width: 53px;
  width: 53px;
  height: 62px;
}
@media (min-width: 1200px) {
  .product-banner-deal-counter ul li .number {
    font-size: 1.75rem;
  }
}
.product-banner-deal-counter ul li .content {
  color: var(--Gray-Gray_600, #4D5761);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.page-id-142635 .banner .banner-content {
  position: relative;
  padding: 70px 0;
}
.page-id-142635 .site-content .content-area {
  padding: 0 !important;
}

.contact-form-content .form-group {
  margin-bottom: 20px;
}

@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(2);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(2);
    opacity: 0;
  }
}
.cta-box {
  padding: 58px 32px;
}

.home-banner-area {
  position: relative;
}
.home-banner-area:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -25px;
  width: 100%;
  height: 78px;
  background: #FFFDF6;
  -webkit-filter: blur(47px);
          filter: blur(47px);
  z-index: -1;
}

.betterdocs-wrapper.betterdocs-fluid-wrapper .betterdocs-content-wrapper.grid-col-3 {
  grid-gap: 0;
}

@media only screen and (min-width: 1199px) {
  .betterdocs-wrapper.betterdocs-single-layout-8 .betterdocs-content-wrapper .docs-content-full-main {
    padding: 57px 0 57px 24px;
  }
}

.accordion-button:not(.collapsed) {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.accordion-button::after {
  content: "+";
  background: unset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 32px;
}

.accordion-button:not(.collapsed)::after {
  content: "-";
  background: unset;
}

.site-scroll-top {
  display: inline-block;
  background-color: #5e53f9;
  width: 45px;
  height: 45px;
  text-align: center;
  border-radius: 50%;
  position: fixed;
  bottom: 90px;
  right: 20px;
  -webkit-transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
.site-scroll-top.show {
  opacity: 1;
  visibility: visible;
}

/* Banner Component - BEM Methodology */
.fm-banner-section {
  background-color: #EDEFFF;
  padding-bottom: 34px;
  background-image: url(../img/formgent_two/hero-section-bg.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.fm-banner-section:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 110px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(255, 255, 255)), to(rgba(240, 240, 240, 0)));
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(240, 240, 240, 0) 100%);
  z-index: 1;
}

/* Banner Tag */
.fm-banner__tag {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 4px;
  gap: 4px 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 52px;
  background: var(--Colors-Background-bg-primary, #FFF);
  -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 479px) {
  .fm-banner__tag {
    padding: 4px;
  }
}

.fm-banner__tag-title-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  height: 24px;
  padding: 0 8px;
  border-radius: 34px;
  background: var(--Colors-Background-bg-primary, #DEE3FF);
}

.fm-banner__tag-icon svg {
  width: 20px;
  height: 20px;
  aspect-ratio: 1/1;
}

.fm-banner__tag-title {
  color: var(--colors-text-text-secondary-700, #344054);
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.6666666667;
}

.fm-banner__tag-subtitle {
  color: var(--colors-text-text-secondary-800, #485465);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4285714286;
}
@media only screen and (max-width: 479px) {
  .fm-banner__tag-subtitle {
    display: none;
  }
}

/* Banner Title */
.fm-banner__title {
  color: var(--neutral-1000, #191E24);
  text-align: center;
  font-weight: 700;
  line-height: 1.12;
  font-size: calc(1.275rem + 3.3vw);
}
@media (min-width: 1200px) {
  .fm-banner__title {
    font-size: 3.75rem;
  }
}
@media only screen and (max-width: 1199px) {
  .fm-banner__title {
    font-size: calc(1.2rem + 2.4vw);
  }
}
@media only screen and (max-width: 1199px) and (min-width: 1200px) {
  .fm-banner__title {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 991px) {
  .fm-banner__title {
    font-size: calc(1.15rem + 1.8vw);
  }
}
@media only screen and (max-width: 991px) and (min-width: 1200px) {
  .fm-banner__title {
    font-size: 2.5rem;
  }
}

.fm-banner__title-highlight {
  position: relative;
  z-index: 1;
  color: var(--brand-600, #5E53F9);
}

.fm-banner__title-highlight::after {
  content: "";
  position: absolute;
  bottom: -12px;
  right: 5px;
  width: 110px;
  height: 92px;
  background-image: url(../svg/formgent_two/fm-hero-title-highlight.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-animation-name: strokeright;
          animation-name: strokeright;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}
@media only screen and (max-width: 1199px) {
  .fm-banner__title-highlight::after {
    width: 80px;
    height: 80px;
  }
}
@media only screen and (max-width: 991px) {
  .fm-banner__title-highlight::after {
    bottom: -10px;
    right: 0;
    width: 60px;
    height: 60px;
  }
}
@media only screen and (max-width: 575px) {
  .fm-banner__title-highlight::after {
    width: 50px;
    height: 50px;
  }
}

/* Banner Description */
.fm-banner__description {
  color: var(--neutral-950, #262C36);
  text-align: center;
  font-weight: 400;
  line-height: 1.6;
  font-size: calc(1.0375rem + 0.45vw);
}
@media (min-width: 1200px) {
  .fm-banner__description {
    font-size: 1.375rem;
  }
}
@media only screen and (max-width: 1199px) {
  .fm-banner__description {
    font-size: calc(1.0125rem + 0.15vw);
  }
}
@media only screen and (max-width: 1199px) and (min-width: 1200px) {
  .fm-banner__description {
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 991px) {
  .fm-banner__description {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 479px) {
  .fm-banner__description {
    font-size: 0.875rem;
  }
}

/* Banner Image & Popup */
.fm-banner__image {
  position: relative;
  border-radius: 14.133px 14.133px;
  background: var(--brand-600, #5E53F9);
  padding: 40px 25px 0;
  min-height: 550px;
}
@media only screen and (max-width: 1199px) {
  .fm-banner__image {
    min-height: 450px;
  }
}
@media only screen and (max-width: 991px) {
  .fm-banner__image {
    min-height: auto;
  }
}

.fm-banner__image-popup {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 136px;
  height: 90px;
  background-color: #5E53F9;
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 1;
}

.fm-banner__image-popup img,
.fm-banner__image-popup svg {
  width: 30px;
  height: 30px;
}

.fm-banner__image-popup i {
  font-size: 50px;
  color: white;
}

/**
 * Product Preview List
 */
.fm-product-preview {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-mask-image: -webkit-gradient(linear, left top, right top, from(hsla(0, 0%, 0%, 0)), color-stop(20%, hsl(0, 0%, 0%)), color-stop(80%, hsl(0, 0%, 0%)), to(hsla(0, 0%, 0%, 0)));
  -webkit-mask-image: linear-gradient(to right, hsla(0, 0%, 0%, 0), hsl(0, 0%, 0%) 20%, hsl(0, 0%, 0%) 80%, hsla(0, 0%, 0%, 0));
          mask-image: -webkit-gradient(linear, left top, right top, from(hsla(0, 0%, 0%, 0)), color-stop(20%, hsl(0, 0%, 0%)), color-stop(80%, hsl(0, 0%, 0%)), to(hsla(0, 0%, 0%, 0)));
          mask-image: linear-gradient(to right, hsla(0, 0%, 0%, 0), hsl(0, 0%, 0%) 20%, hsl(0, 0%, 0%) 80%, hsla(0, 0%, 0%, 0));
  gap: 28px;
}

.fm-product-preview__list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 14px 28px;
  text-align: center;
  padding: 0;
  margin: 0;
  z-index: 1;
  -webkit-animation: product-infinite-loop-right-left 60s linear infinite;
          animation: product-infinite-loop-right-left 60s linear infinite;
}

.fm-product-preview__list:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 324px;
  height: 100%;
  background: linear-gradient(271deg, #ECEEFD 77.04%, rgba(237, 239, 255, 0) 103.79%);
  z-index: 0;
  display: none;
}

.fm-product-preview__list:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 324px;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, color-stop(77.04%, #ECEEFD), color-stop(103.79%, rgba(237, 239, 255, 0)));
  background: linear-gradient(90deg, #ECEEFD 77.04%, rgba(237, 239, 255, 0) 103.79%);
  z-index: 0;
  display: none;
}

.fm-product-preview__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  height: 100%;
  max-width: 86px;
}

.fm-product-preview__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 86px;
  height: 86px;
  padding: 12px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  border-radius: 12px;
}
@media only screen and (max-width: 1199px) {
  .fm-product-preview__icon {
    width: 70px;
    height: 70px;
  }
}

.fm-product-preview__title-main {
  color: var(--neutral-800, #485465);
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
}

.fm-product-preview__title-sub {
  color: var(--neutral-700, #5A687C);
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
}

/**
 * Hero section two
 */
.fm-banner-two-section {
  background-color: #EDEFFF;
  position: relative;
}
.fm-banner-two-section:before {
  content: "";
  position: absolute;
  bottom: -40px;
  left: 0;
  width: 100%;
  height: 118px;
  background: -webkit-gradient(linear, left top, left bottom, from(#EDEFFF), to(#ffffff));
  background: linear-gradient(180deg, #EDEFFF 0%, #ffffff 100%);
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .fm-banner-two-section:before {
    height: 60px;
  }
}

.fm-banner-two__tag {
  color: #5E53F9;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 1px;
  text-transform: uppercase;
}
@media only screen and (max-width: 479px) {
  .fm-banner-two__tag {
    font-size: 14px;
  }
}

.fm-banner-two__title {
  color: #262C36;
  text-align: center;
  font-weight: 700;
  line-height: 1.2;
  font-size: calc(1.25rem + 3vw);
}
@media (min-width: 1200px) {
  .fm-banner-two__title {
    font-size: 3.5rem;
  }
}
@media only screen and (max-width: 1199px) {
  .fm-banner-two__title {
    font-size: calc(1.2rem + 2.4vw);
  }
}
@media only screen and (max-width: 1199px) and (min-width: 1200px) {
  .fm-banner-two__title {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 991px) {
  .fm-banner-two__title {
    font-size: calc(1.15rem + 1.8vw);
  }
}
@media only screen and (max-width: 991px) and (min-width: 1200px) {
  .fm-banner-two__title {
    font-size: 2.5rem;
  }
}
@media only screen and (max-width: 479px) {
  .fm-banner-two__title {
    font-size: calc(1.1rem + 1.2vw);
  }
}
@media only screen and (max-width: 479px) and (min-width: 1200px) {
  .fm-banner-two__title {
    font-size: 2rem;
  }
}

.fm-banner-two__description {
  color: #262C36;
  text-align: center;
  font-weight: 400;
  line-height: 1.6;
  font-size: calc(1.0375rem + 0.45vw);
  margin-bottom: 28px;
}
@media (min-width: 1200px) {
  .fm-banner-two__description {
    font-size: 1.375rem;
  }
}
@media only screen and (max-width: 1199px) {
  .fm-banner-two__description {
    font-size: calc(1.0125rem + 0.15vw);
  }
}
@media only screen and (max-width: 1199px) and (min-width: 1200px) {
  .fm-banner-two__description {
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 991px) {
  .fm-banner-two__description {
    font-size: 1rem;
  }
}

.fm-banner-two__benefits {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 32px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 991px) {
  .fm-banner-two__benefits {
    gap: 24px;
  }
}
@media only screen and (max-width: 479px) {
  .fm-banner-two__benefits {
    gap: 16px;
  }
}

.fm-banner-two__benefit {
  color: #262C36;
  text-align: center;
  font-weight: 400;
  line-height: 1.3;
  font-size: calc(1.0125rem + 0.15vw);
}
@media (min-width: 1200px) {
  .fm-banner-two__benefit {
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 479px) {
  .fm-banner-two__benefit {
    font-size: 0.875rem;
  }
}

.fm-banner-two__benefit svg {
  width: 32px;
  height: 32px;
  aspect-ratio: 1/1;
}

.fm-banner-two__form-types {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  gap: 8px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 56px;
}
@media only screen and (max-width: 768px) {
  .fm-banner-two__form-types {
    margin-top: 32px;
  }
}

.fm-banner-two__form-type {
  height: 3.625rem;
  padding: 0.75rem 1.25rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  border-radius: 0.75rem;
  background-color: var(--brand-200, #DEE3FF);
  color: var(--neutral-800, #485465);
  text-align: center;
  font-weight: 600;
  line-height: 1.3;
  font-size: 1rem;
}
@media only screen and (min-width: 768px) {
  .fm-banner-two__form-type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (max-width: 768px) {
  .fm-banner-two__form-type {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-flex: 30%;
        -ms-flex: 30%;
            flex: 30%;
  }
}

.fm-banner-two__form-type svg {
  width: 32px;
  height: 32px;
}

.fm-benefits__tag {
  color: var(--brand-600, #5E53F9);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 8px;
}
@media only screen and (max-width: 991px) {
  .fm-benefits__tag {
    font-size: 0.875rem;
  }
}

.fm-benefits__title {
  color: #262C36;
  font-weight: 700;
  line-height: 1.3;
  font-size: calc(1.175rem + 2.1vw);
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .fm-benefits__title {
    font-size: 2.75rem;
  }
}
@media only screen and (max-width: 1199px) {
  .fm-benefits__title {
    font-size: calc(1.125rem + 1.5vw);
  }
}
@media only screen and (max-width: 1199px) and (min-width: 1200px) {
  .fm-benefits__title {
    font-size: 2.25rem;
  }
}
@media only screen and (max-width: 991px) {
  .fm-benefits__title {
    font-size: calc(1.0875rem + 1.05vw);
  }
}
@media only screen and (max-width: 991px) and (min-width: 1200px) {
  .fm-benefits__title {
    font-size: 1.875rem;
  }
}

.fm-benefits__title-highlight {
  position: relative;
  color: var(--brand-600, #5E53F9);
}

.fm-benefits__title-highlight::before {
  content: "";
  position: absolute;
  bottom: -7px;
  right: -55px;
  width: 270px;
  height: 17px;
  background-image: url(../svg/formgent_two/fm-section-title-highlight.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}
@media only screen and (max-width: 991px) {
  .fm-benefits__title-highlight::before {
    right: -40px;
    width: 200px;
  }
}
@media only screen and (max-width: 767px) {
  .fm-benefits__title-highlight::before {
    right: -35px;
    width: 175px;
  }
}
@media only screen and (max-width: 479px) {
  .fm-benefits__title-highlight::before {
    right: -30px;
    width: 150px;
  }
}

.fm-benefits__feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  padding: 24px;
  height: 100%;
  min-height: 172px;
}
@media only screen and (max-width: 479px) {
  .fm-benefits__feature {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: auto;
  }
}

.fm-benefits__feature-icon svg {
  width: 32px;
  height: 32px;
  aspect-ratio: 1/1;
}

.fm-benefits__feature-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
}

.fm-benefits__feature-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  color: var(--neutral-950, #262C36);
  font-style: normal;
  font-weight: 600;
  line-height: 1.3;
  font-size: calc(1.025rem + 0.3vw);
}
@media (min-width: 1200px) {
  .fm-benefits__feature-title {
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 479px) {
  .fm-benefits__feature-title {
    font-size: calc(1.0125rem + 0.15vw);
  }
}
@media only screen and (max-width: 479px) and (min-width: 1200px) {
  .fm-benefits__feature-title {
    font-size: 1.125rem;
  }
}

.fm-benefits__feature-title-sub {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #5C3D1F;
  font-style: normal;
  font-weight: 500;
  font-size: 0.875rem;
  background: #FFE7B8;
  height: 24px;
  padding: 2px 4px;
  border-radius: 4px;
}

.fm-benefits__feature-title-coming-soon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 2px 4px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 4px;
  background: #FFE7B8;
  color: #5C3D1F;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  font-weight: 500;
  text-transform: capitalize;
}

.fm-benefits__feature-description {
  color: #262C36;
  font-weight: 400;
  line-height: 1.6;
  font-size: calc(1.0125rem + 0.15vw);
}
@media (min-width: 1200px) {
  .fm-benefits__feature-description {
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 479px) {
  .fm-benefits__feature-description {
    font-size: 1rem;
  }
}

.fm-builder-section {
  background-color: #F6F7F9;
}

.fm-builder__tag {
  color: var(--brand-600, #5E53F9);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 1px;
  text-transform: uppercase;
}
@media only screen and (max-width: 991px) {
  .fm-builder__tag {
    font-size: 0.875rem;
  }
}

.fm-builder__title {
  color: var(--neutral-950, #262C36);
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
  font-size: calc(1.175rem + 2.1vw);
  margin-bottom: 16px;
}
@media (min-width: 1200px) {
  .fm-builder__title {
    font-size: 2.75rem;
  }
}
@media only screen and (max-width: 1199px) {
  .fm-builder__title {
    font-size: calc(1.125rem + 1.5vw);
  }
}
@media only screen and (max-width: 1199px) and (min-width: 1200px) {
  .fm-builder__title {
    font-size: 2.25rem;
  }
}

.fm-builder__subtitle {
  color: var(--neutral-950, #262C36);
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  font-size: calc(1.0375rem + 0.45vw);
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .fm-builder__subtitle {
    font-size: 1.375rem;
  }
}
@media only screen and (max-width: 1199px) {
  .fm-builder__subtitle {
    font-size: calc(1.0125rem + 0.15vw);
  }
}
@media only screen and (max-width: 1199px) and (min-width: 1200px) {
  .fm-builder__subtitle {
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 991px) {
  .fm-builder__subtitle {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 479px) {
  .fm-builder__subtitle {
    font-size: 0.875rem;
  }
}

.fm-builder__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
  background-color: white;
  border-radius: 8px;
  background: var(--neutral-10, #FFF);
  border: 1.5px solid transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0 1px 3px 0 rgba(16, 24, 40, 0.1), 0 1px 2px 0 rgba(16, 24, 40, 0.06);
          box-shadow: 0 1px 3px 0 rgba(16, 24, 40, 0.1), 0 1px 2px 0 rgba(16, 24, 40, 0.06);
}

.fm-builder__card:hover {
  border-color: var(--brand-600, #5E53F9);
  -webkit-box-shadow: 0 12px 16px -4px rgba(16, 24, 40, 0.08), 0 4px 6px -2px rgba(16, 24, 40, 0.03);
          box-shadow: 0 12px 16px -4px rgba(16, 24, 40, 0.08), 0 4px 6px -2px rgba(16, 24, 40, 0.03);
}

.fm-builder__card-image {
  width: 100%;
}

.fm-builder__card-img img {
  aspect-ratio: 16/9;
  width: 100%;
  height: 100%;
}

.fm-builder__card-content {
  height: 130px;
  overflow-y: auto;
}

.fm-builder__card-title {
  color: var(--neutral-950, #262C36);
  font-style: normal;
  font-weight: 600;
  line-height: 1.3;
  font-size: calc(1.025rem + 0.3vw);
  margin-bottom: 8px;
}
@media (min-width: 1200px) {
  .fm-builder__card-title {
    font-size: 1.25rem;
  }
}

.fm-builder__card-description {
  color: var(--neutral-950, #262C36);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  font-size: 1rem;
  margin-bottom: 0;
}

.fm-builder__cta-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 64px;
  padding: 10px 32px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  border-radius: 4px;
  background: var(--brand-600, #5E53F9);
  color: var(--neutral-10, #FFF) !important;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
  font-size: calc(1.0125rem + 0.15vw);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 1200px) {
  .fm-builder__cta-btn {
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 991px) {
  .fm-builder__cta-btn {
    height: 52px;
  }
}
@media only screen and (max-width: 767px) {
  .fm-builder__cta-btn {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 479px) {
  .fm-builder__cta-btn {
    height: 48px;
    font-size: 0.875rem;
    padding: 8px 24px;
  }
}
.fm-builder__cta-btn:hover {
  opacity: 0.8;
}

.fm-usp-section {
  background-color: #F6F7F9;
}

.fm-usp-wrapper {
  border: 1.068px solid transparent;
  background: var(--neutral-10, #FFF);
  -webkit-box-shadow: 0 4px 44px 0 transparent;
          box-shadow: 0 4px 44px 0 transparent;
  overflow: hidden;
  border-radius: 12px;
  border: 1.5px solid var(--neutral-100, #DDE2E9);
  background: var(--neutral-10, #FFF);
  /* Shadows/shadow-lg */
  -webkit-box-shadow: 0 12px 16px -4px var(--Colors-Effects-Shadows-shadow-lg_01, rgba(16, 24, 40, 0.08)), 0 4px 6px -2px var(--Colors-Effects-Shadows-shadow-lg_02, rgba(16, 24, 40, 0.03));
          box-shadow: 0 12px 16px -4px var(--Colors-Effects-Shadows-shadow-lg_01, rgba(16, 24, 40, 0.08)), 0 4px 6px -2px var(--Colors-Effects-Shadows-shadow-lg_02, rgba(16, 24, 40, 0.03));
}
@media only screen and (min-width: 768.99px) {
  .fm-usp-wrapper {
    position: sticky;
    z-index: 1020;
    top: 100px;
  }
  .fm-usp-wrapper:nth-child(2) {
    top: 130px;
  }
  .fm-usp-wrapper:nth-child(3) {
    top: 160px;
  }
  .fm-usp-wrapper:nth-child(4) {
    top: 190px;
  }
}

.fm-usp-wrapper-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
}

.fm-usp-wrapper-scroll-active {
  -webkit-box-shadow: 0 4px 44px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 44px 0 rgba(0, 0, 0, 0.1);
  border-color: var(--neutral-200, #C8CFDA);
}
@media only screen and (max-width: 991px) {
  .fm-usp-wrapper-scroll-active {
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.fm-usp-section__tag {
  color: #FF6606;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.fm-usp-section__tag.tag-primary {
  color: var(--brand-600, #5E53F9);
}
@media only screen and (max-width: 991px) {
  .fm-usp-section__tag {
    font-size: 0.875rem;
  }
}

.fm-usp-section__title {
  color: #262C36;
  font-weight: 700;
  line-height: 1.3;
  font-size: calc(1.175rem + 2.1vw);
  margin-bottom: 24px;
}
@media (min-width: 1200px) {
  .fm-usp-section__title {
    font-size: 2.75rem;
  }
}
@media only screen and (max-width: 1199px) {
  .fm-usp-section__title {
    font-size: calc(1.125rem + 1.5vw);
  }
}
@media only screen and (max-width: 1199px) and (min-width: 1200px) {
  .fm-usp-section__title {
    font-size: 2.25rem;
  }
}

.fm-usp-section__description {
  color: #262C36;
  font-weight: 400;
  line-height: 1.6;
  font-size: calc(1.0375rem + 0.45vw);
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .fm-usp-section__description {
    font-size: 1.375rem;
  }
}
@media only screen and (max-width: 1199px) {
  .fm-usp-section__description {
    font-size: calc(1.0125rem + 0.15vw);
  }
}
@media only screen and (max-width: 1199px) and (min-width: 1200px) {
  .fm-usp-section__description {
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 991px) {
  .fm-usp-section__description {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 479px) {
  .fm-usp-section__description {
    font-size: 0.875rem;
  }
}

.fm-usp__image {
  max-width: 100%;
  border-radius: 12px;
  overflow: hidden;
}
@media only screen and (max-width: 1199px) {
  .fm-usp__image {
    max-width: 100%;
  }
}

.fm-usp__badge {
  color: #262C36;
  font-weight: 600;
  line-height: 1.1428571429;
  font-size: 0.875rem;
  text-transform: uppercase;
}

.fm-usp__badge-blue {
  color: #5A94EB;
}

.fm-usp__badge-orange {
  color: #F17549;
}

.fm-usp__badge-pink {
  color: #F0598C;
}

.fm-usp__badge-purple {
  color: #9756FD;
}

.fm-usp__title {
  color: #262C36;
  font-weight: 700;
  line-height: 1.4;
  font-size: calc(1.125rem + 1.5vw);
  margin-bottom: 16px;
}
@media (min-width: 1200px) {
  .fm-usp__title {
    font-size: 2.25rem;
  }
}
@media only screen and (max-width: 991px) {
  .fm-usp__title {
    font-size: calc(1.0875rem + 1.05vw);
  }
}
@media only screen and (max-width: 991px) and (min-width: 1200px) {
  .fm-usp__title {
    font-size: 1.875rem;
  }
}

.fm-usp__description {
  color: #262C36;
  font-weight: 400;
  line-height: 1.6;
  font-size: calc(1.0375rem + 0.45vw);
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .fm-usp__description {
    font-size: 1.375rem;
  }
}
@media only screen and (max-width: 991px) {
  .fm-usp__description {
    font-size: calc(1.0125rem + 0.15vw);
  }
}
@media only screen and (max-width: 991px) and (min-width: 1200px) {
  .fm-usp__description {
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 479px) {
  .fm-usp__description {
    font-size: 1rem;
  }
}

.fm-template-library__wrapper {
  overflow: hidden;
}

.fm-template-library__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  padding: 0;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
}

.fm-template-library-section {
  background: #F6F7F9;
  background-image: url(../img/formgent_two/template-library-bg.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 479px) {
  .fm-template-library-section {
    overflow: hidden;
  }
}

.fm-template-library__tag {
  color: #5E53F9;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 6px;
}
@media only screen and (max-width: 991px) {
  .fm-template-library__tag {
    font-size: 0.875rem;
  }
}

.fm-template-library__title {
  color: #262C36;
  font-weight: 700;
  line-height: 1.3;
  font-size: calc(1.175rem + 2.1vw);
  margin-bottom: 16px;
}
@media (min-width: 1200px) {
  .fm-template-library__title {
    font-size: 2.75rem;
  }
}
@media only screen and (max-width: 1199px) {
  .fm-template-library__title {
    font-size: calc(1.125rem + 1.5vw);
  }
}
@media only screen and (max-width: 1199px) and (min-width: 1200px) {
  .fm-template-library__title {
    font-size: 2.25rem;
  }
}

.fm-template-library__description {
  color: #262C36;
  font-weight: 400;
  line-height: 1.6;
  font-size: calc(1.0375rem + 0.45vw);
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .fm-template-library__description {
    font-size: 1.375rem;
  }
}
@media only screen and (max-width: 1199px) {
  .fm-template-library__description {
    font-size: calc(1.0125rem + 0.15vw);
  }
}
@media only screen and (max-width: 1199px) and (min-width: 1200px) {
  .fm-template-library__description {
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 991px) {
  .fm-template-library__description {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 479px) {
  .fm-template-library__description {
    font-size: 0.875rem;
  }
}

.fm-template-library__cta-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 64px;
  padding: 10px 32px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  border-radius: 4px;
  background: #5E53F9;
  color: #FFF !important;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
  font-size: calc(1.0125rem + 0.15vw);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 1200px) {
  .fm-template-library__cta-btn {
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 991px) {
  .fm-template-library__cta-btn {
    height: 52px;
  }
}
@media only screen and (max-width: 767px) {
  .fm-template-library__cta-btn {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 479px) {
  .fm-template-library__cta-btn {
    height: 48px;
    font-size: 0.875rem;
    padding: 8px 24px;
  }
}
.fm-template-library__cta-btn:hover {
  opacity: 0.8;
}

/* ===================================
   FormGent Templates Search System
   =================================== */
.page-template-formgent-templates .betterdocs-ia {
  opacity: 0;
}

.formgent-templates-header {
  background: #edefff;
}

.fm-banner-two__title-highlight {
  position: relative;
  z-index: 1;
}

.fm-banner-two__title-highlight::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 296px;
  height: 21px;
  background-image: url(../svg/formgent_two/fm-section-title-highlight-4.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
  -webkit-animation-name: strokeright;
          animation-name: strokeright;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}
@media only screen and (max-width: 991px) {
  .fm-banner-two__title-highlight::after {
    width: 200px;
    height: 14px;
    left: unset;
    right: 0;
    -webkit-transform: unset;
            transform: unset;
  }
}

.fm-templates {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .fm-templates {
    gap: 0;
  }
}

.fm-templates__sidebar-toggle {
  display: none;
  top: -80px;
  right: -50px;
  width: 50px;
  height: 50px;
  padding: 10px;
  border-radius: 7px;
  background: #fff;
  -webkit-box-shadow: var(--shadow-color-lg);
          box-shadow: var(--shadow-color-lg);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 9;
  cursor: pointer;
  position: absolute;
}
@media only screen and (max-width: 991px) {
  .fm-templates__sidebar-toggle {
    display: block;
  }
}
.fm-templates__sidebar-toggle span {
  display: block;
  width: 30px;
  height: 2px;
  background: var(--color-gray-900);
}
.fm-templates__sidebar-toggle span:not(:last-child) {
  margin-bottom: 6px;
}
.fm-templates__sidebar-toggle:hover, .fm-templates__sidebar-toggle:focus, .fm-templates__sidebar-toggle.active {
  background: var(--color-primary);
}
.fm-templates__sidebar-toggle:hover span, .fm-templates__sidebar-toggle:focus span, .fm-templates__sidebar-toggle.active span {
  background: var(--color-white);
}
.fm-templates__sidebar-toggle.active span {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: 0;
}
.fm-templates__sidebar-toggle.active span:first-child {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.fm-templates__sidebar-toggle.active span:nth-child(2) {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.fm-templates__sidebar-toggle.active span:last-child {
  display: none;
}

.fm-templates__sidebar {
  position: relative;
}

.fm-templates__content {
  width: 100%;
}

.formgent-templates-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--color-gray-900);
  margin-bottom: 1rem;
}

.formgent-templates-subtitle {
  font-size: 1.1rem;
  color: var(--color-gray-600);
  max-width: 600px;
  margin: 0 auto;
}

/* Search Section */
/* Search Container */
.search-wrapper {
  position: relative;
}

.formgent-search-input {
  width: 100%;
  padding: 12px 30px 12px 50px;
  border-top: 0 !important;
  border-left: 0 !important;
  border-right: 0 !important;
  border-bottom: 1px solid var(--color-border-regular) !important;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  background: var(--color-white);
  color: var(--color-gray);
  outline: none;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
@media only screen and (max-width: 991px) {
  .formgent-search-input {
    padding: 12px 30px;
  }
}

.formgent-search-input:placeholder {
  font-size: 18px;
  color: #7e90a9;
}

.formgent-search-input:focus {
  outline: none;
  border-color: var(--color-primary);
  -webkit-box-shadow: 0 0 0 3px rgba(94, 83, 249, 0.1);
  box-shadow: 0 0 0 3px rgba(94, 83, 249, 0.1);
}

.formgent-search-btn {
  position: absolute;
  left: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  font-size: 24px;
  background-color: transparent;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
  color: #7e90a9 !important;
  pointer-events: none;
}
@media only screen and (max-width: 991px) {
  .formgent-search-btn {
    left: 0;
  }
}

/* Results Section */
.formgent-results-section {
  margin-bottom: 30px;
}
@media only screen and (max-width: 991px) {
  .formgent-results-section {
    padding-left: 70px;
  }
}

.fm-results-count {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  color: #262c36;
  font-weight: 700;
  font-size: calc(1.05rem + 0.6vw);
  line-height: 1.3;
}
@media (min-width: 1200px) {
  .fm-results-count {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 479px) {
  .fm-results-count {
    font-size: 18px;
  }
}

.fm-refresh-btn {
  background-color: transparent !important;
  border: 0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  padding: 0 !important;
  color: #7e90a9 !important;
  cursor: pointer;
}

.fm-refresh-btn svg {
  width: 24px;
  height: 24px;
}

.fm-refresh-btn:hover {
  color: var(--color-primary) !important;
}

/* Loading Spinner */
.formgent-loading {
  text-align: center;
  padding: 3rem;
}

.spinner {
  width: 40px;
  height: 40px;
  border: 4px solid var(--color-border-regular);
  border-top: 4px solid var(--color-primary);
  border-radius: 50%;
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
  margin: 0 auto 1rem;
}

/* Category Tabs */
.formgent-categories-section {
  margin-bottom: 2rem;
  width: 282px;
  border-right: 1px solid var(--Gray-200, #e5e7eb);
  background: var(--White-White, #fff);
  padding: 8px 16px 16px 16px;
}
@media only screen and (max-width: 991px) {
  .formgent-categories-section {
    position: absolute;
    top: 80px;
    z-index: 1;
    border: none;
    left: -292px;
    -webkit-box-shadow: var(--shadow-color-lg);
            box-shadow: var(--shadow-color-lg);
    -webkit-transition: left 0.3s ease-in-out;
    transition: left 0.3s ease-in-out;
  }
  .formgent-categories-section.active {
    left: 0;
  }
}
.categories-header {
  margin-bottom: 1.5rem;
}

.categories-header h3 {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--color-gray-900);
  margin: 0;
}

.fm-categories-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
}

.fm-category-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
  padding: 8px 12px;
  background: var(--color-white);
  border: 1px solid transparent;
  border-radius: 4px;
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--color-gray-700);
  cursor: pointer;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  white-space: nowrap;
}

.fm-category-tab:hover {
  border-color: #edefff;
  color: var(--color-primary);
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.fm-category-tab.active {
  background: #edefff;
  border-color: #edefff;
  color: var(--color-primary);
}

.fm-category-tab.active .fm-category-icon img {
  -webkit-filter: brightness(0) saturate(100%) invert(33%) sepia(65%) saturate(7453%) hue-rotate(241deg) brightness(97%) contrast(101%);
          filter: brightness(0) saturate(100%) invert(33%) sepia(65%) saturate(7453%) hue-rotate(241deg) brightness(97%) contrast(101%);
}

.fm-category-count {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 20px;
  height: 20px;
  padding: 0 0.5rem;
  color: #718096;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 600;
}

.fm-category-name {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}

.fm-category-tab.active .fm-category-count {
  background: rgba(255, 255, 255, 0.3);
}

.fm-category-icon {
  width: 16px;
  height: 16px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 2px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  position: relative;
}

.category-icon-placeholder {
  font-size: 12px;
  color: var(--color-gray-500);
  background: var(--color-gray-100);
  border-radius: 2px;
}

.fm-category-tab:hover .fm-category-icon {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

/* Templates Grid */
.formgent-templates-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem;
  margin-bottom: 2rem;
}

.formgent-templates-grid.grid-view {
  /* Flexbox layout - no grid needed */
}

.template-item {
  background: var(--color-white);
  border: 1px solid var(--color-border-regular);
  border-radius: 12px;
  overflow: hidden;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  height: 100%;
}

.template-item:hover {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
  -webkit-box-shadow: var(--shadow-color-lg);
          box-shadow: var(--shadow-color-lg);
  border-color: var(--color-primary);
}

.template-image {
  position: relative;
  overflow: hidden;
}

.template-image img {
  width: 100%;
  height: 214px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

/* Placeholder image styles */
.template-image img.placeholder-image {
  -o-object-fit: contain;
     object-fit: contain;
  background: var(--color-gray-50);
  border: 1px dashed var(--color-gray-300);
  padding: 1rem;
}

.template-image img.placeholder-image:hover {
  border-color: var(--color-primary);
  background: var(--color-primary-50);
}

.template-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.template-overlay .btn {
  width: calc(100% - 48px);
}

.template-item:hover .template-overlay {
  opacity: 1;
}

.template-content {
  padding: 1.5rem;
}

.template-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--color-gray-900);
  margin-bottom: 0.75rem;
  line-height: 1.3;
}

.template-description {
  font-size: 0.9rem;
  color: var(--color-gray-600);
  line-height: 1.5;
  margin-bottom: 1rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.template-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1rem;
}

.template-meta span {
  padding: 0.25rem 0.75rem;
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: 500;
  background: var(--color-gray-100);
  color: var(--color-gray-700);
  white-space: nowrap;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.template-meta span:hover {
  background: var(--color-primary-50);
  color: var(--color-primary);
}

.template-category {
  background: var(--color-primary-50) !important;
  color: var(--color-primary) !important;
  font-weight: 600;
}

.template-type {
  background: var(--color-green-50) !important;
  color: var(--color-green-700) !important;
}

.template-status {
  background: var(--color-yellow-50) !important;
  color: var(--color-yellow-700) !important;
}

.template-version {
  background: var(--color-purple-50) !important;
  color: var(--color-purple-700) !important;
}

.template-author {
  background: var(--color-indigo-50) !important;
  color: var(--color-indigo-700) !important;
}

.template-rating {
  background: var(--color-orange-50) !important;
  color: var(--color-orange-700) !important;
}

.template-difficulty {
  background: var(--color-red-50) !important;
  color: var(--color-red-700) !important;
}

/* No Results */
.formgent-no-results {
  text-align: center;
  padding: 4rem 2rem;
}

.no-results-content i {
  font-size: 4rem;
  color: var(--color-gray-400);
  margin-bottom: 1rem;
}

.no-results-content h3 {
  font-size: 1.5rem;
  color: var(--color-gray-700);
  margin-bottom: 0.5rem;
}

.no-results-content p {
  color: var(--color-gray-600);
  margin-bottom: 2rem;
}

.reset-search-btn {
  background: var(--color-primary);
  color: var(--color-white);
  border: none;
  border-radius: 6px;
  padding: 0.75rem 2rem;
  font-size: 1rem;
  cursor: pointer;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.reset-search-btn:hover {
  background: var(--color-primary);
  opacity: 0.9;
}

/* Pagination */
.formgent-pagination {
  text-align: center;
  margin-top: 5px;
}

.pagination-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.pagination-item {
  width: 32px;
  height: 32px;
  border-radius: 2px !important;
  border: 1px solid var(--Neutral-5, #d9d9d9);
  background: var(--Neutral-1, #fff);
  border-radius: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.85);
  -webkit-transition: var(--transition);
  transition: var(--transition);
  cursor: pointer;
  font-size: 14px;
  padding: 0;
}
.pagination-item i {
  pointer-events: none;
}

.pagination-item:hover:not(:disabled),
.pagination-item.active {
  background: var(--color-primary);
  color: var(--color-white);
  border-color: var(--color-primary);
}

.pagination-item:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.pagination-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pagination-ellipsis {
  padding: 0.5rem;
  color: var(--color-gray-500);
}

/* Modal */
.formgent-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(4px);
}

.modal-content {
  background-color: var(--color-white);
  margin: 5% auto;
  padding: 0;
  border-radius: 12px;
  width: 90%;
  max-width: 800px;
  max-height: 90vh;
  overflow-y: auto;
  -webkit-box-shadow: var(--shadow-color-2xl);
          box-shadow: var(--shadow-color-2xl);
}

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.5rem 2rem;
  border-bottom: 1px solid var(--color-border-regular);
}

.modal-header h3 {
  margin: 0;
  color: var(--color-gray-900);
  font-size: 1.5rem;
}

.modal-close {
  font-size: 2rem;
  cursor: pointer;
  color: var(--color-gray-500);
  line-height: 1;
}

.modal-close:hover {
  color: var(--color-gray-700);
}

.modal-body {
  padding: 2rem;
}

.template-preview {
  margin-bottom: 2rem;
  text-align: center;
}

.template-preview img {
  max-width: 100%;
  border-radius: 8px;
  -webkit-box-shadow: var(--shadow-color-sm);
          box-shadow: var(--shadow-color-sm);
}

/* Modal placeholder image styles */
.template-preview img.placeholder-image {
  -o-object-fit: contain;
     object-fit: contain;
  background: var(--color-gray-50);
  border: 2px dashed var(--color-gray-300);
  padding: 2rem;
  min-height: 300px;
}

.template-preview img.placeholder-image:hover {
  border-color: var(--color-primary);
  background: var(--color-primary-50);
}

.template-details {
  display: grid;
  gap: 1.5rem;
}

.template-description {
  color: var(--color-gray-600);
  line-height: 1.6;
}

.modal-template-meta {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--color-border-regular);
}

.modal-template-meta span {
  display: inline-block;
  padding: 0.5rem 1rem;
  margin: 0.25rem;
  border-radius: 25px;
  font-size: 0.85rem;
  font-weight: 500;
  background: var(--color-gray-100);
  color: var(--color-gray-700);
  white-space: nowrap;
}

.template-meta {
  display: grid;
  gap: 1rem;
}

.meta-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem;
  background: var(--color-gray-50);
  border-radius: 8px;
}

.meta-label {
  font-weight: 600;
  color: var(--color-gray-700);
}

.template-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: flex;
  gap: 1rem;
  margin-top: 1rem;
}

.template-actions .btn {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0.75rem 1.5rem;
  border-radius: 6px;
  text-decoration: none;
  text-align: center;
  font-weight: 500;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.template-image img.placeholder-image {
  -o-object-fit: contain;
     object-fit: contain;
  background: var(--color-gray-50);
  border: 1px dashed var(--color-gray-300);
  padding: 1rem;
}

.fm-compare-table {
  margin: 0;
  position: relative;
  z-index: 1;
}

.fm-compare-table:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: calc(100% - 80px);
  height: 100%;
  z-index: -1;
  background-image: url(../svg/formgent_two/shape/Dot-grid.svg);
  opacity: 0.3;
  background-repeat: no-repeat;
}

.fm-compare-table-wrapper thead tr th {
  border-top: 0;
  border-left: 1px solid #7A7AFF;
  border-right: 1px solid #7A7AFF;
  border-bottom: 1px solid #7A7AFF;
  padding: 25px 16px;
}
.fm-compare-table-wrapper thead tr th:first-child {
  border-left: none;
}
.fm-compare-table-wrapper thead tr th:last-child {
  border-right: none;
}
@media only screen and (max-width: 1199px) {
  .fm-compare-table-wrapper thead tr th {
    padding: 20px 10px;
  }
}
@media only screen and (max-width: 991px) {
  .fm-compare-table-wrapper thead tr th {
    padding: 15px 10px;
  }
}

.fm-compare-table-wrapper tbody tr td {
  border: 1px solid #7A7AFF;
  padding: 25px 16px;
}
.fm-compare-table-wrapper tbody tr td:first-child {
  border-left: none;
}
.fm-compare-table-wrapper tbody tr td:last-child {
  border-right: none;
}
@media only screen and (max-width: 1199px) {
  .fm-compare-table-wrapper tbody tr td {
    padding: 20px 10px;
  }
}
@media only screen and (max-width: 991px) {
  .fm-compare-table-wrapper tbody tr td {
    padding: 15px 10px;
  }
}

.fm-compare-table-wrapper tbody tr:last-child td {
  border-bottom: 0;
}

.fm-compare__tag {
  color: #FF6606;
  font-weight: 600;
  line-height: 1.3;
  font-size: 1rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 8px;
}
@media only screen and (max-width: 479px) {
  .fm-compare__tag {
    font-size: 0.875rem;
  }
}

.fm-compare__title {
  color: #262C36;
  font-weight: 700;
  line-height: 1.3;
  font-size: calc(1.175rem + 2.1vw);
  max-width: 690px;
  margin: 0 auto 16px;
}
@media (min-width: 1200px) {
  .fm-compare__title {
    font-size: 2.75rem;
  }
}
@media only screen and (max-width: 1199px) {
  .fm-compare__title {
    font-size: calc(1.125rem + 1.5vw);
  }
}
@media only screen and (max-width: 1199px) and (min-width: 1200px) {
  .fm-compare__title {
    font-size: 2.25rem;
  }
}

.fm-compare__title-highlight {
  position: relative;
  z-index: 1;
  color: var(--brand-600, #5E53F9);
}

.fm-compare__title-highlight::after {
  content: "";
  position: absolute;
  bottom: -5px;
  right: -25px;
  width: 160px;
  height: 70px;
  background-image: url(../svg/formgent_two/fm-section-title-highlight-2.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-animation-name: strokeright;
          animation-name: strokeright;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}
@media only screen and (max-width: 1199px) {
  .fm-compare__title-highlight::after {
    bottom: -15px;
    width: 120px;
  }
}
@media only screen and (max-width: 767px) {
  .fm-compare__title-highlight::after {
    width: 100px;
  }
}

.fm-compare__description {
  color: #262C36;
  font-weight: 400;
  line-height: 1.6;
  font-size: calc(1.0375rem + 0.45vw);
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .fm-compare__description {
    font-size: 1.375rem;
  }
}
@media only screen and (max-width: 1199px) {
  .fm-compare__description {
    font-size: calc(1.0125rem + 0.15vw);
  }
}
@media only screen and (max-width: 1199px) and (min-width: 1200px) {
  .fm-compare__description {
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 991px) {
  .fm-compare__description {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 479px) {
  .fm-compare__description {
    font-size: 0.875rem;
  }
}

.fm-compare-table__feature-header {
  color: #2C3239;
  font-weight: 600;
  line-height: 1.3;
  font-size: calc(1.025rem + 0.3vw);
}
@media (min-width: 1200px) {
  .fm-compare-table__feature-header {
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 1199px) {
  .fm-compare-table__feature-header {
    font-size: calc(1.0125rem + 0.15vw);
  }
}
@media only screen and (max-width: 1199px) and (min-width: 1200px) {
  .fm-compare-table__feature-header {
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 991px) {
  .fm-compare-table__feature-header {
    font-size: 1rem;
  }
}

.fm-compare-table__feature-content {
  color: #2C3239;
  font-weight: 400;
  line-height: 1.3;
  font-size: calc(1.0125rem + 0.15vw);
}
@media (min-width: 1200px) {
  .fm-compare-table__feature-content {
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 1199px) {
  .fm-compare-table__feature-content {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 991px) {
  .fm-compare-table__feature-content {
    font-size: 0.875rem;
  }
}

.fm-compare-table__value {
  color: #747C89;
  font-weight: 400;
  line-height: 1.3;
  font-size: calc(1.0125rem + 0.15vw);
}
@media (min-width: 1200px) {
  .fm-compare-table__value {
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 1199px) {
  .fm-compare-table__value {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 991px) {
  .fm-compare-table__value {
    font-size: 0.875rem;
  }
}

@media only screen and (max-width: 1199px) {
  .fm-compare-table__value-pro-icon svg,
  .fm-compare-table__value-free-icon svg {
    width: 80px;
  }
}

.fm-compare-table__cta-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 64px;
  padding: 10px 32px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  border-radius: 4px;
  background: #5E53F9;
  color: #FFF !important;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
  font-size: calc(1.0125rem + 0.15vw);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 1200px) {
  .fm-compare-table__cta-btn {
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 991px) {
  .fm-compare-table__cta-btn {
    height: 52px;
  }
}
@media only screen and (max-width: 767px) {
  .fm-compare-table__cta-btn {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 479px) {
  .fm-compare-table__cta-btn {
    height: 48px;
    font-size: 0.875rem;
    padding: 8px 24px;
  }
}
.fm-compare-table__cta-btn:hover {
  opacity: 0.8;
}

.fm-compare-table__header-wrapper {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 999px;
  background: #FCA66F;
  width: 100%;
  margin-bottom: 27px;
}
@media only screen and (max-width: 1199px) {
  .fm-compare-table__header-wrapper {
    padding: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .fm-compare-table__header-wrapper {
    padding: 15px;
  }
}

.fm-compare-table__header-item {
  color: #2C3239;
  font-weight: 600;
  line-height: 1.1538461538;
  font-size: calc(1.225rem + 2.7vw);
}
@media (min-width: 1200px) {
  .fm-compare-table__header-item {
    font-size: 3.25rem;
  }
}
@media only screen and (max-width: 1199px) {
  .fm-compare-table__header-item {
    font-size: calc(1.15rem + 1.8vw);
  }
}
@media only screen and (max-width: 1199px) and (min-width: 1200px) {
  .fm-compare-table__header-item {
    font-size: 2.5rem;
  }
}
@media only screen and (max-width: 991px) {
  .fm-compare-table__header-item {
    font-size: calc(1.0875rem + 1.05vw);
  }
}
@media only screen and (max-width: 991px) and (min-width: 1200px) {
  .fm-compare-table__header-item {
    font-size: 1.875rem;
  }
}
@media only screen and (max-width: 479px) {
  .fm-compare-table__header-item {
    font-size: calc(1.025rem + 0.3vw);
  }
}
@media only screen and (max-width: 479px) and (min-width: 1200px) {
  .fm-compare-table__header-item {
    font-size: 1.25rem;
  }
}

.fm-compare-table__header-item span {
  position: relative;
  z-index: 1;
  padding: 8px;
  -webkit-transform: rotate(2deg);
          transform: rotate(2deg);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.fm-compare-table__header-item span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FCA66F;
  border: 1px solid #383F47;
  z-index: -1;
}

.fm-compare-table-wrapper-overlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 64px 46px 0 46px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  border-radius: 8px;
  background: #EDEFFF;
}
@media only screen and (max-width: 767px) {
  .fm-compare-table-wrapper-overlay {
    padding: 0;
    background: transparent;
  }
}

.fm-compare-table-wrapper {
  padding: 40px 40px 0;
  background-color: white;
}
@media only screen and (max-width: 767px) {
  .fm-compare-table-wrapper {
    padding: 0;
  }
}

@media only screen and (max-width: 1199px) {
  .fm-compare-table__content-wrapper {
    max-width: 700px;
    overflow-x: auto;
  }
}
@media only screen and (max-width: 991px) {
  .fm-compare-table__content-wrapper {
    max-width: 550px;
  }
}
@media only screen and (max-width: 767px) {
  .fm-compare-table__content-wrapper {
    max-width: 500px;
  }
}
@media only screen and (max-width: 575px) {
  .fm-compare-table__content-wrapper {
    max-width: 400px;
  }
}
@media only screen and (max-width: 479px) {
  .fm-compare-table__content-wrapper {
    max-width: 350px;
  }
}
@media only screen and (max-width: 379px) {
  .fm-compare-table__content-wrapper {
    max-width: 300px;
  }
}

.fm-compare-difference-section {
  background-color: white;
}

.fm-compare-difference__tag {
  color: #FF6606;
  text-align: center;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.3;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 6px;
}
@media only screen and (max-width: 479px) {
  .fm-compare-difference__tag {
    font-size: 0.875rem;
  }
}

.fm-compare-difference__title {
  color: #262C36;
  font-weight: 700;
  font-size: calc(1.175rem + 2.1vw);
  line-height: 1.3;
  margin-bottom: 24px;
}
@media (min-width: 1200px) {
  .fm-compare-difference__title {
    font-size: 2.75rem;
  }
}
@media only screen and (max-width: 1199px) {
  .fm-compare-difference__title {
    font-size: calc(1.125rem + 1.5vw);
  }
}
@media only screen and (max-width: 1199px) and (min-width: 1200px) {
  .fm-compare-difference__title {
    font-size: 2.25rem;
  }
}
@media only screen and (max-width: 991px) {
  .fm-compare-difference__title {
    font-size: calc(1.0875rem + 1.05vw);
  }
}
@media only screen and (max-width: 991px) and (min-width: 1200px) {
  .fm-compare-difference__title {
    font-size: 1.875rem;
  }
}

.fm-compare-difference__subtitle {
  color: #262C36;
  font-weight: 400;
  font-size: calc(1.0375rem + 0.45vw);
  line-height: 1.6;
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .fm-compare-difference__subtitle {
    font-size: 1.375rem;
  }
}
@media only screen and (max-width: 1199px) {
  .fm-compare-difference__subtitle {
    font-size: calc(1.0125rem + 0.15vw);
  }
}
@media only screen and (max-width: 1199px) and (min-width: 1200px) {
  .fm-compare-difference__subtitle {
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 991px) {
  .fm-compare-difference__subtitle {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 479px) {
  .fm-compare-difference__subtitle {
    font-size: 0.875rem;
  }
}

.fm-compare-difference__iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
  border-radius: 8px;
  background-color: #262C36;
}

.fm-cta-two__left-overlay {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
}

.fm-comparison-blogs-section {
  background-color: #F6F7F9;
}

.fm-comparison-blogs__tag {
  color: #5E53F9;
  text-align: center;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.3;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 6px;
}
@media only screen and (max-width: 479px) {
  .fm-comparison-blogs__tag {
    font-size: 0.875rem;
  }
}

.fm-comparison-blogs__title {
  color: #262C36;
  font-weight: 700;
  font-size: calc(1.175rem + 2.1vw);
  line-height: 1.3;
  margin-bottom: 24px;
}
@media (min-width: 1200px) {
  .fm-comparison-blogs__title {
    font-size: 2.75rem;
  }
}
@media only screen and (max-width: 1199px) {
  .fm-comparison-blogs__title {
    font-size: calc(1.125rem + 1.5vw);
  }
}
@media only screen and (max-width: 1199px) and (min-width: 1200px) {
  .fm-comparison-blogs__title {
    font-size: 2.25rem;
  }
}
@media only screen and (max-width: 991px) {
  .fm-comparison-blogs__title {
    font-size: calc(1.0875rem + 1.05vw);
  }
}
@media only screen and (max-width: 991px) and (min-width: 1200px) {
  .fm-comparison-blogs__title {
    font-size: 1.875rem;
  }
}

.fm-comparison-blogs__subtitle {
  color: #262C36;
  font-weight: 400;
  font-size: calc(1.0375rem + 0.45vw);
  line-height: 1.6;
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .fm-comparison-blogs__subtitle {
    font-size: 1.375rem;
  }
}
@media only screen and (max-width: 1199px) {
  .fm-comparison-blogs__subtitle {
    font-size: calc(1.0125rem + 0.15vw);
  }
}
@media only screen and (max-width: 1199px) and (min-width: 1200px) {
  .fm-comparison-blogs__subtitle {
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 991px) {
  .fm-comparison-blogs__subtitle {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 479px) {
  .fm-comparison-blogs__subtitle {
    font-size: 0.875rem;
  }
}

.fm-ai-builder__container {
  background-color: #241474;
  position: relative;
  border-radius: 30px;
  padding: 60px 60px 0;
  z-index: 1;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media only screen and (max-width: 991px) {
  .fm-ai-builder__container {
    padding: 45px 30px 0;
  }
}
@media only screen and (max-width: 767px) {
  .fm-ai-builder__container {
    padding: 24px 24px 0;
    border-radius: 16px;
  }
}

.fm-ai-builder__container--light {
  padding: 0 56px 0 64px;
  background-color: #DEE3FF;
  background-size: unset;
}
@media only screen and (max-width: 991px) {
  .fm-ai-builder__container--light {
    padding: 0 30px 30px;
  }
}
.fm-ai-builder__container--light .ai-form-builder__title {
  color: var(--neutral-1000, #191E24);
}
.fm-ai-builder__container--light .ai-form-builder__title-highlight {
  background: -webkit-gradient(linear, left top, right top, from(#5E53F9), to(rgba(179, 143, 255, 0.62)));
  background: linear-gradient(90deg, #5E53F9, rgba(179, 143, 255, 0.62));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.fm-ai-builder__container--light .ai-form-builder__description {
  color: var(--neutral-950, #262C36);
}
.fm-ai-builder__container--light .ai-form-builder__cta {
  background: var(--brand-600, #5E53F9);
  color: #FFF;
}
.fm-ai-builder__container--light .ai-form-builder__cta:hover {
  background: var(--brand-700, #4E44D4);
}

.ai-form-builder__tag {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 4px;
  gap: 4px 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 52px;
  background: var(--Colors-Background-bg-primary, #FFF);
  -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
}

.ai-form-builder__tag-title-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  height: 24px;
  padding: 0 8px;
  border-radius: 34px;
  background: var(--Colors-Background-bg-primary, #DEE3FF);
}

.ai-form-builder__tag-icon svg {
  width: 20px;
  height: 20px;
  aspect-ratio: 1/1;
}

.ai-form-builder__tag-title {
  color: var(--colors-text-text-secondary-700, #344054);
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.6666666667;
}

.ai-form-builder__tag-subtitle {
  color: var(--colors-text-text-secondary-800, #485465);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4285714286;
}
@media only screen and (max-width: 479px) {
  .ai-form-builder__tag-subtitle {
    display: none;
  }
}

.ai-form-builder__title {
  color: #FFF;
  font-size: calc(1.125rem + 1.5vw);
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 12px;
}
@media (min-width: 1200px) {
  .ai-form-builder__title {
    font-size: 2.25rem;
  }
}
@media only screen and (max-width: 1199px) {
  .ai-form-builder__title {
    font-size: calc(1.0875rem + 1.05vw);
  }
}
@media only screen and (max-width: 1199px) and (min-width: 1200px) {
  .ai-form-builder__title {
    font-size: 1.875rem;
  }
}
@media only screen and (max-width: 991px) {
  .ai-form-builder__title {
    font-size: calc(1.05rem + 0.6vw);
  }
}
@media only screen and (max-width: 991px) and (min-width: 1200px) {
  .ai-form-builder__title {
    font-size: 1.5rem;
  }
}

.ai-form-builder__description {
  color: #DDE2E9;
  font-size: calc(1.0125rem + 0.15vw);
  line-height: 1.6;
  font-weight: 400;
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  .ai-form-builder__description {
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 1199px) {
  .ai-form-builder__description {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 479px) {
  .ai-form-builder__description {
    font-size: 0.875rem;
    margin-bottom: 20px;
  }
}

.ai-form-builder__cta {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 64px;
  padding: 10px 32px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  border-radius: 4px;
  background: #FFF;
  color: #5E53F9;
  font-size: calc(1.0125rem + 0.15vw);
  line-height: 1.3;
  font-weight: 700;
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .ai-form-builder__cta {
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 991px) {
  .ai-form-builder__cta {
    height: 52px;
  }
}
@media only screen and (max-width: 767px) {
  .ai-form-builder__cta {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 479px) {
  .ai-form-builder__cta {
    height: 48px;
    font-size: 0.875rem;
    padding: 8px 24px;
  }
}

.ai-form-builder__cta-highlight {
  font-weight: 400;
}

@media only screen and (max-width: 991px) {
  .ai-form-builder__preview {
    margin-bottom: 20px;
  }
}
.ai-form-builder__preview img {
  width: 100%;
  min-height: 480px;
}
@media only screen and (max-width: 1199px) {
  .ai-form-builder__preview img {
    min-height: 400px;
  }
}
@media only screen and (max-width: 991px) {
  .ai-form-builder__preview img {
    width: auto;
    min-height: auto;
    max-height: 400px;
  }
}

.fm-global__header-tag {
  color: #5E53F9;
  text-align: center;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.3;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 8px;
}
@media only screen and (max-width: 479px) {
  .fm-global__header-tag {
    font-size: 0.875rem;
  }
}

.fm-global__header-title {
  color: #262C36;
  font-weight: 700;
  margin-bottom: 16px;
  font-size: calc(1.25rem + 3vw);
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .fm-global__header-title {
    font-size: 3.5rem;
  }
}
@media only screen and (max-width: 1199px) {
  .fm-global__header-title {
    font-size: calc(1.2rem + 2.4vw);
  }
}
@media only screen and (max-width: 1199px) and (min-width: 1200px) {
  .fm-global__header-title {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 991px) {
  .fm-global__header-title {
    font-size: calc(1.175rem + 2.1vw);
  }
}
@media only screen and (max-width: 991px) and (min-width: 1200px) {
  .fm-global__header-title {
    font-size: 2.75rem;
  }
}
@media only screen and (max-width: 767px) {
  .fm-global__header-title {
    font-size: calc(1.15rem + 1.8vw);
  }
}
@media only screen and (max-width: 767px) and (min-width: 1200px) {
  .fm-global__header-title {
    font-size: 2.5rem;
  }
}
@media only screen and (max-width: 479px) {
  .fm-global__header-title {
    font-size: calc(1.1rem + 1.2vw);
  }
}
@media only screen and (max-width: 479px) and (min-width: 1200px) {
  .fm-global__header-title {
    font-size: 2rem;
  }
}

.fm-global__header-subtitle {
  color: #262C36;
  font-size: calc(1.0375rem + 0.45vw);
  line-height: 1.6;
  font-weight: 400;
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .fm-global__header-subtitle {
    font-size: 1.375rem;
  }
}
@media only screen and (max-width: 767px) {
  .fm-global__header-subtitle {
    font-size: calc(1.0125rem + 0.15vw);
  }
}
@media only screen and (max-width: 767px) and (min-width: 1200px) {
  .fm-global__header-subtitle {
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 479px) {
  .fm-global__header-subtitle {
    font-size: 1rem;
  }
}

.fm-global__header-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 64px;
  padding: 10px 32px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  border-radius: 4px;
  background: var(--brand-600, #5E53F9);
  color: var(--neutral-10, #FFF) !important;
  font-weight: 400;
  line-height: 1.6;
  font-size: calc(1.0125rem + 0.15vw);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 1200px) {
  .fm-global__header-btn {
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 991px) {
  .fm-global__header-btn {
    height: 52px;
  }
}
@media only screen and (max-width: 767px) {
  .fm-global__header-btn {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 479px) {
  .fm-global__header-btn {
    height: 48px;
    font-size: 0.875rem;
    padding: 8px 24px;
  }
}
.fm-global__header-btn:hover {
  opacity: 0.8;
}

.fm-global__header-btn strong {
  font-weight: 700;
}

.fm-faq__tag {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 36px;
  padding: 10px 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 96px;
  background: #2C3239;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  text-transform: uppercase;
}

.fm-faq__tag svg {
  width: 24px;
  height: 24px;
}

.fm-faq__title {
  color: #2C3239;
  font-size: 44px;
  font-weight: 600;
  line-height: 56px;
  margin-bottom: 8px;
}
@media only screen and (max-width: 1199px) {
  .fm-faq__title {
    font-size: calc(1.125rem + 1.5vw);
  }
}
@media only screen and (max-width: 1199px) and (min-width: 1200px) {
  .fm-faq__title {
    font-size: 2.25rem;
  }
}
@media only screen and (max-width: 991px) {
  .fm-faq__title {
    font-size: calc(1.0875rem + 1.05vw);
  }
}
@media only screen and (max-width: 991px) and (min-width: 1200px) {
  .fm-faq__title {
    font-size: 1.875rem;
  }
}

.fm-faq__description {
  color: #4D5761;
  font-weight: 400;
  line-height: 1.661;
  margin-bottom: 0px;
  font-size: calc(1.025rem + 0.3vw);
}
@media (min-width: 1200px) {
  .fm-faq__description {
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 1199px) {
  .fm-faq__description {
    font-size: calc(1.0125rem + 0.15vw);
  }
}
@media only screen and (max-width: 1199px) and (min-width: 1200px) {
  .fm-faq__description {
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 991px) {
  .fm-faq__description {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 479px) {
  .fm-faq__description {
    font-size: 0.875rem;
  }
}

.fm-cta__container {
  border-radius: 24px;
  background: #4a2fd3;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .fm-cta__container {
    padding: 0 24px;
  }
}

.fm-cta__left-overlay {
  position: absolute;
  left: 0;
  bottom: 0;
}

.fm-cta__right-overlay {
  position: absolute;
  right: 0;
  bottom: 0;
}

.fm-cta__title {
  position: relative;
  color: #FFF;
  font-weight: 800;
  line-height: 1.1;
  z-index: 1;
  font-size: calc(1.2rem + 2.4vw);
  margin-bottom: 32px;
}
@media (min-width: 1200px) {
  .fm-cta__title {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 1199px) {
  .fm-cta__title {
    font-size: calc(1.125rem + 1.5vw);
  }
}
@media only screen and (max-width: 1199px) and (min-width: 1200px) {
  .fm-cta__title {
    font-size: 2.25rem;
  }
}
@media only screen and (max-width: 991px) {
  .fm-cta__title {
    font-size: calc(1.0875rem + 1.05vw);
  }
}
@media only screen and (max-width: 991px) and (min-width: 1200px) {
  .fm-cta__title {
    font-size: 1.875rem;
  }
}

.fm-cta__privacy-policy p {
  color: #C4CBFF;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4285714286;
  margin-bottom: 0;
  margin-top: 3px;
}

.fm-cta__privacy-policy p a {
  color: #C4CBFF;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  -webkit-text-decoration-style: solid;
          text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.fm-cta__form-container .formgent-form-general .formgent-field-list--frontend {
  padding: 0;
}
@media only screen and (max-width: 1199px) {
  .fm-cta__form-container .formgent-form-general .formgent-field-list--frontend {
    gap: 12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .fm-cta__form-container .formgent-form-general .formgent-field-list--frontend .formgent-field {
    width: 100%;
  }
}

.fm-cta__form-container .formgent-field-label {
  display: none;
}

.fm-cta__form-container .formgent-editor-block-list {
  background: transparent;
  padding: 0 !important;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}

.fm-cta__form-container .formgent-field-list > div {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  margin-bottom: 0 !important;
}

.fm-cta__form-container .formgent-field-single.formgent-field-single--button.formgent-field-align-left {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.fm-cta__form-container .formgent-field-list > div + div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-bottom: 0 !important;
}

.fm-cta__form-container .formgent-form.formgent-shortcode form {
  background: transparent;
}

.fm-cta__form-container .formgent-editor-block {
  margin-bottom: 0;
}

.fm-cta__form-container input.formgent-field-single__input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: var(--spacing-lg, 12px) 14px;
  height: 48px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: var(--spacing-md, 8px);
  -ms-flex-item-align: stretch;
      align-self: stretch;
  border-radius: 4px;
  background: var(--neutral-50, #EDEFF3);
}

.fm-cta__form-container input.formgent-editor-block-list__single__input::-webkit-input-placeholder {
  overflow: hidden;
  color: #667085;
  text-overflow: ellipsis;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.fm-cta__form-container input.formgent-editor-block-list__single__input::-moz-placeholder {
  overflow: hidden;
  color: #667085;
  text-overflow: ellipsis;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.fm-cta__form-container input.formgent-editor-block-list__single__input::-ms-input-placeholder {
  overflow: hidden;
  color: #667085;
  text-overflow: ellipsis;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.fm-cta__form-container input.formgent-editor-block-list__single__input::placeholder {
  overflow: hidden;
  color: #667085;
  text-overflow: ellipsis;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.fm-cta__form-container .formgent-form .formgent-btn.formgent-btn-default {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: var(--spacing-lg, 12px) 18px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: var(--spacing-sm, 6px);
  border-radius: 4px;
  background: #FFF;
  color: #5E53F9;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  border: none !important;
}
@media only screen and (max-width: 1199px) {
  .fm-cta__form-container .formgent-form .formgent-btn.formgent-btn-default {
    font-size: 14px;
  }
}

.fm-cta-section-two {
  background-color: #ffffff;
  padding: 56px 0;
}
@media only screen and (max-width: 991px) {
  .fm-cta-section-two {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 767px) {
  .fm-cta-section-two {
    padding: 40px 0;
  }
}

.fm-cta-two__container {
  background-color: #4A2FD3;
  border-radius: 24px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .fm-cta-two__container {
    border-radius: 12px;
  }
}

.fm-cta-two__title {
  color: var(--neutral-10, #FFF);
  text-align: center;
  font-weight: 800;
  font-size: calc(1.2rem + 2.4vw);
  line-height: 1.1;
  margin-bottom: 12px;
}
@media (min-width: 1200px) {
  .fm-cta-two__title {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 1199px) {
  .fm-cta-two__title {
    font-size: calc(1.125rem + 1.5vw);
  }
}
@media only screen and (max-width: 1199px) and (min-width: 1200px) {
  .fm-cta-two__title {
    font-size: 2.25rem;
  }
}
@media only screen and (max-width: 991px) {
  .fm-cta-two__title {
    font-size: calc(1.0875rem + 1.05vw);
  }
}
@media only screen and (max-width: 991px) and (min-width: 1200px) {
  .fm-cta-two__title {
    font-size: 1.875rem;
  }
}

.fm-cta-two__description {
  color: var(--brand-100, #EDEFFF);
  text-align: center;
  font-weight: 400;
  font-size: calc(1.0375rem + 0.45vw);
  line-height: 1.6;
}
@media (min-width: 1200px) {
  .fm-cta-two__description {
    font-size: 1.375rem;
  }
}
@media only screen and (max-width: 1199px) {
  .fm-cta-two__description {
    font-size: calc(1.0125rem + 0.15vw);
  }
}
@media only screen and (max-width: 1199px) and (min-width: 1200px) {
  .fm-cta-two__description {
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 991px) {
  .fm-cta-two__description {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 479px) {
  .fm-cta-two__description {
    font-size: 0.875rem;
  }
}

.fm-cta-two__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 64px;
  padding: 10px 32px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  border-radius: 4px;
  background: #FFF;
  color: #5E53F9;
  font-weight: 400;
  font-size: calc(1.0125rem + 0.15vw);
  line-height: 1.6;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 1200px) {
  .fm-cta-two__btn {
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 991px) {
  .fm-cta-two__btn {
    height: 52px;
  }
}
@media only screen and (max-width: 767px) {
  .fm-cta-two__btn {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 479px) {
  .fm-cta-two__btn {
    font-size: 0.875rem;
    height: 48px;
    padding: 8px 24px;
  }
}
.fm-cta-two__btn:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.fm-fields__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  gap: 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 0px;
          flex: 0 0 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.fm-fields__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 32%;
      -ms-flex: 32%;
          flex: 32%;
  gap: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  min-height: 360px;
  padding: 32px;
  font-size: calc(1.025rem + 0.3vw);
  border-radius: 8px;
  border: 1px solid #DDE2E9;
  background-color: #FFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
  -webkit-transition: background-color 0.6s ease;
  transition: background-color 0.6s ease;
}
@media (min-width: 1200px) {
  .fm-fields__item {
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 1199px) {
  .fm-fields__item {
    font-size: calc(1.0125rem + 0.15vw);
  }
}
@media only screen and (max-width: 1199px) and (min-width: 1200px) {
  .fm-fields__item {
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 991px) {
  .fm-fields__item {
    -webkit-box-flex: 48%;
        -ms-flex: 48%;
            flex: 48%;
  }
}
@media only screen and (max-width: 767px) {
  .fm-fields__item {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    min-height: auto;
  }
}
@media only screen and (max-width: 575px) {
  .fm-fields__item {
    font-size: 1rem;
  }
}

.fm-fields__item:hover,
.fm-fields__item--active {
  border-color: #5E53F9;
}

.fm-fields__item-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  min-height: 132px;
  padding: 20px 30px;
  border-radius: 4px;
  background-color: #F6F7F9;
}
@media only screen and (max-width: 767px) {
  .fm-fields__item-icon {
    min-height: auto;
  }
}

.fm-fields__item-title {
  color: #262C36;
  font-weight: 600;
  line-height: 1.3;
  font-size: calc(1.025rem + 0.3vw);
  margin: 0 0 8px;
}
@media (min-width: 1200px) {
  .fm-fields__item-title {
    font-size: 1.25rem;
  }
}

.fm-fields__item-description {
  color: #5A687C;
  font-weight: 400;
  line-height: 1.6111111111;
  font-size: calc(1.0125rem + 0.15vw);
  margin: 0;
}
@media (min-width: 1200px) {
  .fm-fields__item-description {
    font-size: 1.125rem;
  }
}

.fm-field__tag {
  color: #5A687C;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 6px;
}
@media only screen and (max-width: 479px) {
  .fm-field__tag {
    font-size: 0.875rem;
  }
}

.fm-field__title {
  color: #262C36;
  font-weight: 700;
  line-height: 1.2954545455;
  font-size: calc(1.175rem + 2.1vw);
  text-align: center;
  margin-bottom: 24px;
}
@media (min-width: 1200px) {
  .fm-field__title {
    font-size: 2.75rem;
  }
}
@media only screen and (max-width: 1199px) {
  .fm-field__title {
    font-size: calc(1.125rem + 1.5vw);
  }
}
@media only screen and (max-width: 1199px) and (min-width: 1200px) {
  .fm-field__title {
    font-size: 2.25rem;
  }
}
@media only screen and (max-width: 991px) {
  .fm-field__title {
    font-size: calc(1.0875rem + 1.05vw);
  }
}
@media only screen and (max-width: 991px) and (min-width: 1200px) {
  .fm-field__title {
    font-size: 1.875rem;
  }
}
@media only screen and (max-width: 479px) {
  .fm-field__title {
    font-size: calc(1.05rem + 0.6vw);
  }
}
@media only screen and (max-width: 479px) and (min-width: 1200px) {
  .fm-field__title {
    font-size: 1.5rem;
  }
}

.fm-field__title-highlight {
  position: relative;
  z-index: 1;
  color: var(--brand-600, #5E53F9);
}
@media only screen and (max-width: 991px) {
  .fm-field__title-highlight {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}

.fm-field__title-highlight::after {
  content: "";
  position: absolute;
  bottom: -10px;
  right: -10px;
  width: 356px;
  height: 78px;
  background-image: url(../svg/formgent_two/fm-section-title-highlight-3.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-animation-name: strokeright;
          animation-name: strokeright;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}
@media only screen and (max-width: 1199px) {
  .fm-field__title-highlight::after {
    bottom: -15px;
    width: 300px;
  }
}
@media only screen and (max-width: 991px) {
  .fm-field__title-highlight::after {
    bottom: -20px;
    width: 250px;
  }
}
@media only screen and (max-width: 767px) {
  .fm-field__title-highlight::after {
    width: 215px;
  }
}
@media only screen and (max-width: 479px) {
  .fm-field__title-highlight::after {
    width: 175px;
  }
}

.fm-field__description {
  color: #262C36;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5909090909;
  font-size: calc(1.0375rem + 0.45vw);
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .fm-field__description {
    font-size: 1.375rem;
  }
}
@media only screen and (max-width: 1199px) {
  .fm-field__description {
    font-size: calc(1.0125rem + 0.15vw);
  }
}
@media only screen and (max-width: 1199px) and (min-width: 1200px) {
  .fm-field__description {
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 991px) {
  .fm-field__description {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 479px) {
  .fm-field__description {
    font-size: 0.875rem;
  }
}

.fm-fields__features-more {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 60px;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .fm-fields__features-more {
    margin-top: 40px;
  }
}

.fm-fields__features-more-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 48px;
  padding: 0 16px;
  color: #5E53F9;
  font-weight: 600;
  line-height: 1.8571428571;
  font-size: 0.875rem;
  border-radius: 5px;
  border: 1px solid #5E53F9;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.fm-fields__features-more-btn:hover {
  background-color: #5E53F9;
  color: #fff;
}

.fm-speciality__tag {
  color: #5E53F9;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 6px;
}
@media only screen and (max-width: 479px) {
  .fm-speciality__tag {
    font-size: 14px;
  }
}

.fm-speciality-section {
  background: #F6F7F9;
}

.fm-speciality-section--two {
  background: #F6F7F9;
}

.fm-speciality__title {
  color: #262C36;
  font-weight: 700;
  line-height: 1.2954545455;
  font-size: calc(1.175rem + 2.1vw);
  margin-bottom: 24px;
}
@media (min-width: 1200px) {
  .fm-speciality__title {
    font-size: 2.75rem;
  }
}
@media only screen and (max-width: 1199px) {
  .fm-speciality__title {
    font-size: calc(1.125rem + 1.5vw);
  }
}
@media only screen and (max-width: 1199px) and (min-width: 1200px) {
  .fm-speciality__title {
    font-size: 2.25rem;
  }
}
@media only screen and (max-width: 991px) {
  .fm-speciality__title {
    font-size: calc(1.0875rem + 1.05vw);
  }
}
@media only screen and (max-width: 991px) and (min-width: 1200px) {
  .fm-speciality__title {
    font-size: 1.875rem;
  }
}
@media only screen and (max-width: 479px) {
  .fm-speciality__title {
    font-size: calc(1.05rem + 0.6vw);
  }
}
@media only screen and (max-width: 479px) and (min-width: 1200px) {
  .fm-speciality__title {
    font-size: 1.5rem;
  }
}

.fm-speciality__title-highlight {
  position: relative;
  z-index: 1;
  color: var(--brand-600, #5E53F9);
}

.fm-speciality__title-highlight::after {
  content: "";
  position: absolute;
  bottom: 0px;
  right: -25px;
  width: 200px;
  height: 50px;
  background-image: url(../svg/formgent_two/fm-section-title-highlight-5.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-animation-name: strokeright;
          animation-name: strokeright;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}
@media only screen and (max-width: 1199px) {
  .fm-speciality__title-highlight::after {
    bottom: -5px;
    width: 160px;
  }
}
@media only screen and (max-width: 767px) {
  .fm-speciality__title-highlight::after {
    bottom: -10px;
    width: 120px;
  }
}

.fm-speciality__description {
  color: #262C36;
  font-weight: 400;
  line-height: 1.5909090909;
  font-size: calc(1.0375rem + 0.45vw);
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .fm-speciality__description {
    font-size: 1.375rem;
  }
}
@media only screen and (max-width: 1199px) {
  .fm-speciality__description {
    font-size: calc(1.0125rem + 0.15vw);
  }
}
@media only screen and (max-width: 1199px) and (min-width: 1200px) {
  .fm-speciality__description {
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 991px) {
  .fm-speciality__description {
    font-size: 1rem;
  }
}

.fm-speciality__features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (min-width: 768px) {
  .fm-speciality__features-table {
    display: table;
  }
}

@media only screen and (min-width: 768px) {
  .fm-speciality__feature-row {
    display: table-row;
  }
}

@media only screen and (min-width: 768px) {
  .fm-speciality__feature-cell {
    display: table-cell;
  }
}

@media only screen and (min-width: 768px) {
  .fm-speciality__feature-row .fm-speciality__feature-cell:not(:last-child) {
    border-right: 1px solid #C8CFDA;
  }
  .fm-speciality__feature-row:not(:first-child) .fm-speciality__feature-cell {
    border-top: 1px solid #C8CFDA;
  }
}
.fm-speciality__feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 1.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1rem;
}
@media only screen and (max-width: 1199px) {
  .fm-speciality__feature {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.fm-speciality__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 4.5rem;
  height: 4.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.667rem;
  aspect-ratio: 1/1;
  border-radius: 1332px;
  background: #FFF;
  -webkit-box-shadow: 0 -2px 0 0 rgba(16, 24, 40, 0.05) inset, 0 1px 2px 0 rgba(16, 24, 40, 0.05);
          box-shadow: 0 -2px 0 0 rgba(16, 24, 40, 0.05) inset, 0 1px 2px 0 rgba(16, 24, 40, 0.05);
}

.fm-speciality__feature-title {
  color: #262C36;
  font-weight: 600;
  line-height: 1.2857142857;
  font-size: calc(1.03125rem + 0.375vw);
  margin-bottom: 8px;
}
@media (min-width: 1200px) {
  .fm-speciality__feature-title {
    font-size: 1.3125rem;
  }
}
@media only screen and (max-width: 1199px) {
  .fm-speciality__feature-title {
    font-size: calc(1.0125rem + 0.15vw);
  }
}
@media only screen and (max-width: 1199px) and (min-width: 1200px) {
  .fm-speciality__feature-title {
    font-size: 1.125rem;
  }
}

.fm-speciality__feature-text {
  color: #262C36;
  font-weight: 400;
  line-height: 1.5555555556;
  font-size: calc(1.0125rem + 0.15vw);
  margin: 0;
}
@media (min-width: 1200px) {
  .fm-speciality__feature-text {
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 767px) {
  .fm-speciality__feature-text {
    font-size: 1rem;
  }
}

.fm-extra-features-section {
  background-color: #F6F7F9;
}

.fm-extra-features-section__tag {
  color: #5E53F9;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 6px;
}
@media only screen and (max-width: 479px) {
  .fm-extra-features-section__tag {
    font-size: 14px;
  }
}

.fm-extra-features-section__title {
  color: #262C36;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 24px;
  font-size: calc(1.175rem + 2.1vw);
}
@media (min-width: 1200px) {
  .fm-extra-features-section__title {
    font-size: 2.75rem;
  }
}
@media only screen and (max-width: 1199px) {
  .fm-extra-features-section__title {
    font-size: calc(1.125rem + 1.5vw);
  }
}
@media only screen and (max-width: 1199px) and (min-width: 1200px) {
  .fm-extra-features-section__title {
    font-size: 2.25rem;
  }
}
@media only screen and (max-width: 991px) {
  .fm-extra-features-section__title {
    font-size: calc(1.0875rem + 1.05vw);
  }
}
@media only screen and (max-width: 991px) and (min-width: 1200px) {
  .fm-extra-features-section__title {
    font-size: 1.875rem;
  }
}
@media only screen and (max-width: 479px) {
  .fm-extra-features-section__title {
    font-size: calc(1.05rem + 0.6vw);
  }
}
@media only screen and (max-width: 479px) and (min-width: 1200px) {
  .fm-extra-features-section__title {
    font-size: 1.5rem;
  }
}

.fm-extra-features-section__description {
  color: #262C36;
  font-weight: 400;
  line-height: 1.6;
  font-size: calc(1.0375rem + 0.45vw);
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .fm-extra-features-section__description {
    font-size: 1.375rem;
  }
}
@media only screen and (max-width: 1199px) {
  .fm-extra-features-section__description {
    font-size: calc(1.0125rem + 0.15vw);
  }
}
@media only screen and (max-width: 1199px) and (min-width: 1200px) {
  .fm-extra-features-section__description {
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 991px) {
  .fm-extra-features-section__description {
    font-size: 1rem;
  }
}

.fm-extra-features__feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 40px;
  border-radius: 12px;
  border: 1px solid #DDE2E9;
  background: #FFF;
  -webkit-box-shadow: 0 12px 16px -4px rgba(16, 24, 40, 0.08), 0 4px 6px -2px rgba(16, 24, 40, 0.03);
          box-shadow: 0 12px 16px -4px rgba(16, 24, 40, 0.08), 0 4px 6px -2px rgba(16, 24, 40, 0.03);
  margin: 0;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .fm-extra-features__feature {
    padding: 30px;
  }
}
@media only screen and (max-width: 479px) {
  .fm-extra-features__feature {
    padding: 24px;
  }
}

.fm-extra-features__title {
  color: #262C36;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 12px;
  font-size: calc(1.075rem + 0.9vw);
}
@media (min-width: 1200px) {
  .fm-extra-features__title {
    font-size: 1.75rem;
  }
}
@media only screen and (max-width: 991px) {
  .fm-extra-features__title {
    font-size: calc(1.05rem + 0.6vw);
  }
}
@media only screen and (max-width: 991px) and (min-width: 1200px) {
  .fm-extra-features__title {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .fm-extra-features__title {
    font-size: calc(1.025rem + 0.3vw);
  }
}
@media only screen and (max-width: 767px) and (min-width: 1200px) {
  .fm-extra-features__title {
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 479px) {
  .fm-extra-features__title {
    font-size: calc(1.0125rem + 0.15vw);
  }
}
@media only screen and (max-width: 479px) and (min-width: 1200px) {
  .fm-extra-features__title {
    font-size: 1.125rem;
  }
}

.fm-extra-features__text {
  color: #262C36;
  font-weight: 400;
  line-height: 1.6;
  font-size: calc(1.0125rem + 0.15vw);
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .fm-extra-features__text {
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 767px) {
  .fm-extra-features__text {
    font-size: 1rem;
  }
}

.fm-intregation__overlay-shape {
  margin-top: -140px;
}
@media only screen and (max-width: 991px) {
  .fm-intregation__overlay-shape {
    margin-top: -100px;
  }
}
@media only screen and (max-width: 767px) {
  .fm-intregation__overlay-shape {
    margin-top: -80px;
  }
}
@media only screen and (max-width: 479px) {
  .fm-intregation__overlay-shape {
    margin-top: -50px;
  }
}

.fm-intregation__overlay-shape svg {
  width: 100%;
  height: 100%;
}

.fm-integration-section {
  position: relative;
}

.fm-integration__tag {
  color: #FF6606;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 20.8px */
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
}
@media only screen and (max-width: 479px) {
  .fm-integration__tag {
    font-size: 14px;
  }
}

.fm-integration__title {
  color: var(--neutral-950, #262C36);
  text-align: center;
  /* Typography/display-medium/Bold */
  font-family: Inter;
  font-size: 44px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 57.2px */
  margin-bottom: 12px;
}
@media only screen and (max-width: 1199px) {
  .fm-integration__title {
    font-size: calc(1.125rem + 1.5vw);
  }
}
@media only screen and (max-width: 1199px) and (min-width: 1200px) {
  .fm-integration__title {
    font-size: 2.25rem;
  }
}
@media only screen and (max-width: 991px) {
  .fm-integration__title {
    font-size: calc(1.0875rem + 1.05vw);
  }
}
@media only screen and (max-width: 991px) and (min-width: 1200px) {
  .fm-integration__title {
    font-size: 1.875rem;
  }
}
@media only screen and (max-width: 479px) {
  .fm-integration__title {
    font-size: calc(1.05rem + 0.6vw);
  }
}
@media only screen and (max-width: 479px) and (min-width: 1200px) {
  .fm-integration__title {
    font-size: 1.5rem;
  }
}

.fm-integration__description {
  color: var(--neutral-950, #262C36);
  text-align: center;
  /* Typography/body-large/Regular */
  font-family: Inter;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 35.2px */
  margin-bottom: 0;
}
@media only screen and (max-width: 1199px) {
  .fm-integration__description {
    font-size: calc(1.0125rem + 0.15vw);
  }
}
@media only screen and (max-width: 1199px) and (min-width: 1200px) {
  .fm-integration__description {
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 991px) {
  .fm-integration__description {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 479px) {
  .fm-integration__description {
    font-size: 0.875rem;
  }
}

.fm-intregation__overlay-shape svg {
  width: 100%;
  height: 100%;
}

/* ===========================
   Integration SVG Animations
   =========================== */
/* --- Keyframes --- */
@-webkit-keyframes circleRipple {
  0%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.6;
  }
  50% {
    -webkit-transform: scale(1.025);
            transform: scale(1.025);
    opacity: 1;
  }
}
@keyframes circleRipple {
  0%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.6;
  }
  50% {
    -webkit-transform: scale(1.025);
            transform: scale(1.025);
    opacity: 1;
  }
}
@-webkit-keyframes centerPulse {
  0%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-filter: drop-shadow(0 0 0px rgba(0, 0, 0, 0));
            filter: drop-shadow(0 0 0px rgba(0, 0, 0, 0));
  }
  50% {
    -webkit-transform: scale(1.06);
            transform: scale(1.06);
    -webkit-filter: drop-shadow(0 4px 18px rgba(20, 25, 33, 0.18));
            filter: drop-shadow(0 4px 18px rgba(20, 25, 33, 0.18));
  }
}
@keyframes centerPulse {
  0%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-filter: drop-shadow(0 0 0px rgba(0, 0, 0, 0));
            filter: drop-shadow(0 0 0px rgba(0, 0, 0, 0));
  }
  50% {
    -webkit-transform: scale(1.06);
            transform: scale(1.06);
    -webkit-filter: drop-shadow(0 4px 18px rgba(20, 25, 33, 0.18));
            filter: drop-shadow(0 4px 18px rgba(20, 25, 33, 0.18));
  }
}
@-webkit-keyframes floatUpDown {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
@keyframes floatUpDown {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
@-webkit-keyframes floatSway {
  0%, 100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  25% {
    -webkit-transform: translate(4px, -8px);
            transform: translate(4px, -8px);
  }
  75% {
    -webkit-transform: translate(-4px, -4px);
            transform: translate(-4px, -4px);
  }
}
@keyframes floatSway {
  0%, 100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  25% {
    -webkit-transform: translate(4px, -8px);
            transform: translate(4px, -8px);
  }
  75% {
    -webkit-transform: translate(-4px, -4px);
            transform: translate(-4px, -4px);
  }
}
@-webkit-keyframes breatheOpacity {
  0%, 100% {
    opacity: 0.5;
  }
  50% {
    opacity: 0.85;
  }
}
@keyframes breatheOpacity {
  0%, 100% {
    opacity: 0.5;
  }
  50% {
    opacity: 0.85;
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(24px) scale(0.92);
            transform: translateY(24px) scale(0.92);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(24px) scale(0.92);
            transform: translateY(24px) scale(0.92);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
  }
}
/* --- Animation rules (scoped to overlay SVG) --- */
.fm-intregation__overlay-shape svg .circle-group-item {
  -webkit-transform-origin: center;
          transform-origin: center;
  transform-box: fill-box;
  -webkit-animation: circleRipple 5s ease-in-out infinite;
          animation: circleRipple 5s ease-in-out infinite;
}
.fm-intregation__overlay-shape svg .circle-group-item:nth-child(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.fm-intregation__overlay-shape svg .circle-group-item:nth-child(2) {
  -webkit-animation-delay: 0.35s;
          animation-delay: 0.35s;
}
.fm-intregation__overlay-shape svg .circle-group-item:nth-child(3) {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
.fm-intregation__overlay-shape svg .circle-group-item:nth-child(4) {
  -webkit-animation-delay: 1.05s;
          animation-delay: 1.05s;
}
.fm-intregation__overlay-shape svg .circle-group-item:nth-child(5) {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}
.fm-intregation__overlay-shape svg .circle-group-item:nth-child(6) {
  -webkit-animation-delay: 1.75s;
          animation-delay: 1.75s;
}
.fm-intregation__overlay-shape svg .circle-group-item:nth-child(7) {
  -webkit-animation-delay: 2.1s;
          animation-delay: 2.1s;
}
.fm-intregation__overlay-shape svg .circle-group-item:nth-child(8) {
  -webkit-animation-delay: 2.45s;
          animation-delay: 2.45s;
}
.fm-intregation__overlay-shape svg .formgent-brand-middle {
  -webkit-transform-origin: center;
          transform-origin: center;
  transform-box: fill-box;
  -webkit-animation: centerPulse 4s ease-in-out infinite;
          animation: centerPulse 4s ease-in-out infinite;
}
.fm-intregation__overlay-shape svg .google-sheet-brand {
  -webkit-transform-origin: center;
          transform-origin: center;
  transform-box: fill-box;
  -webkit-animation: floatSway 4.5s ease-in-out infinite;
          animation: floatSway 4.5s ease-in-out infinite;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.fm-intregation__overlay-shape svg .random-brand {
  -webkit-transform-origin: center;
          transform-origin: center;
  transform-box: fill-box;
  -webkit-animation: floatUpDown 4s ease-in-out infinite;
          animation: floatUpDown 4s ease-in-out infinite;
}
.fm-intregation__overlay-shape svg .random-brand:nth-of-type(1) {
  -webkit-animation-duration: 4.2s;
          animation-duration: 4.2s;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.fm-intregation__overlay-shape svg .random-brand:nth-of-type(2) {
  -webkit-animation-name: floatSway;
          animation-name: floatSway;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.fm-intregation__overlay-shape svg .random-brand:nth-of-type(3) {
  -webkit-animation-duration: 3.8s;
          animation-duration: 3.8s;
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}
.fm-intregation__overlay-shape svg .random-brand:nth-of-type(4) {
  -webkit-animation-name: floatSway;
          animation-name: floatSway;
  -webkit-animation-duration: 4.6s;
          animation-duration: 4.6s;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.fm-intregation__overlay-shape svg .random-brand:nth-of-type(5) {
  -webkit-animation-duration: 5.2s;
          animation-duration: 5.2s;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.fm-intregation__overlay-shape svg .random-brand:nth-of-type(6) {
  -webkit-animation-name: floatSway;
          animation-name: floatSway;
  -webkit-animation-duration: 3.6s;
          animation-duration: 3.6s;
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}
.fm-intregation__overlay-shape svg .random-brand:nth-of-type(7) {
  -webkit-animation-duration: 4.8s;
          animation-duration: 4.8s;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.fm-intregation__overlay-shape svg .random-brand:nth-of-type(8) {
  -webkit-animation-name: floatSway;
          animation-name: floatSway;
  -webkit-animation-duration: 4.4s;
          animation-duration: 4.4s;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.fm-intregation__overlay-shape svg .random-brand:nth-of-type(9) {
  -webkit-animation-duration: 3.9s;
          animation-duration: 3.9s;
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
.fm-intregation__overlay-shape svg .random-brand-opacity-80 {
  -webkit-animation: floatUpDown 4s ease-in-out infinite, breatheOpacity 5s ease-in-out infinite;
          animation: floatUpDown 4s ease-in-out infinite, breatheOpacity 5s ease-in-out infinite;
}
.fm-intregation__overlay-shape svg .random-brand-opacity-80:nth-of-type(1) {
  -webkit-animation-delay: 0s, 0s;
          animation-delay: 0s, 0s;
}
.fm-intregation__overlay-shape svg .random-brand-opacity-80:nth-of-type(2) {
  -webkit-animation-delay: 0.4s, 0.55s;
          animation-delay: 0.4s, 0.55s;
}
.fm-intregation__overlay-shape svg .random-brand-opacity-80:nth-of-type(3) {
  -webkit-animation-delay: 0.8s, 1.1s;
          animation-delay: 0.8s, 1.1s;
}
.fm-intregation__overlay-shape svg .random-brand-opacity-80:nth-of-type(4) {
  -webkit-animation-delay: 1.2s, 1.65s;
          animation-delay: 1.2s, 1.65s;
}
.fm-intregation__overlay-shape svg .random-brand-opacity-80:nth-of-type(5) {
  -webkit-animation-delay: 1.6s, 2.2s;
          animation-delay: 1.6s, 2.2s;
}
.fm-intregation__overlay-shape svg .random-brand-opacity-80:nth-of-type(6) {
  -webkit-animation-delay: 2s, 2.75s;
          animation-delay: 2s, 2.75s;
}
.fm-intregation__overlay-shape svg .random-brand-opacity-80:nth-of-type(7) {
  -webkit-animation-delay: 2.4s, 3.3s;
          animation-delay: 2.4s, 3.3s;
}

/* --- Accessibility: respect reduced-motion preference --- */
@media (prefers-reduced-motion: reduce) {
  .fm-intregation__overlay-shape svg .circle-group-item,
  .fm-intregation__overlay-shape svg .formgent-brand-middle,
  .fm-intregation__overlay-shape svg .google-sheet-brand,
  .fm-intregation__overlay-shape svg .random-brand,
  .fm-intregation__overlay-shape svg .random-brand-opacity-80 {
    -webkit-animation: none !important;
            animation: none !important;
  }
}
.fm-newsletter-section {
  position: relative;
  padding: 60px 0;
  background: var(--brand-100, #edefff);
}

.fm-newsletter__overlay {
  position: absolute;
  left: -105px;
  bottom: -60px;
}
@media only screen and (max-width: 767px) {
  .fm-newsletter__overlay svg {
    max-width: 185px;
  }
}
@media only screen and (max-width: 575px) {
  .fm-newsletter__overlay {
    display: none;
  }
}

.fm-newsletter__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 991px) {
  .fm-newsletter__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media only screen and (max-width: 991px) {
  .fm-newsletter__content {
    text-align: center;
  }
}

.fm-newsletter__title {
  color: #000000;
  font-weight: 700;
  font-size: calc(1.09375rem + 1.125vw);
  line-height: 1.2903225806;
  margin: 0 0 16px;
}
@media (min-width: 1200px) {
  .fm-newsletter__title {
    font-size: 1.9375rem;
  }
}

.fm-newsletter__subtitle {
  color: #676767;
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 1.4666666667;
  margin: 0;
}

.fm-newsletter__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ffffff;
  width: 500px;
  border-radius: 4px;
  -webkit-box-shadow: 50px 40px 90px 0 rgba(0, 0, 0, 0.07);
          box-shadow: 50px 40px 90px 0 rgba(0, 0, 0, 0.07);
  padding: 6px 6px 6px 24px;
  gap: 0;
  overflow: hidden;
}
@media only screen and (max-width: 1199px) {
  .fm-newsletter__form {
    width: 100%;
  }
}

.fm-newsletter__input {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background: transparent;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  border: none !important;
  outline: none;
}
.fm-newsletter__input::-webkit-input-placeholder {
  color: #333333;
  font-weight: 400;
}
.fm-newsletter__input::-moz-placeholder {
  color: #333333;
  font-weight: 400;
}
.fm-newsletter__input::-ms-input-placeholder {
  color: #333333;
  font-weight: 400;
}
.fm-newsletter__input::placeholder {
  color: #333333;
  font-weight: 400;
}
.fm-newsletter__input:focus {
  outline: none;
}
@media only screen and (max-width: 379px) {
  .fm-newsletter__input {
    max-width: 175px;
  }
}

.fm-newsletter__button {
  background: var(--brand-600, #5E53F9);
  color: #ffffff;
  border: none;
  border-radius: 4px;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 400;
  font-family: inherit;
  cursor: pointer;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.fm-newsletter__button:hover {
  background: #6a5acd;
}
.fm-newsletter__button:active {
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}
@media only screen and (max-width: 379px) {
  .fm-newsletter__button {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 8px 16px;
    font-size: 14px;
  }
}

/* ========== Newsletter Section ========== */
.newsletter {
  background: var(--primary-50, #EDEFFF);
  text-align: center;
}

.newsletter__title {
  color: #2c3239;
  text-align: center;
  font-weight: 700;
  line-height: 1.2;
  font-size: calc(1.25rem + 3vw);
  margin-bottom: 16px;
}
@media (min-width: 1200px) {
  .newsletter__title {
    font-size: 3.5rem;
  }
}
@media only screen and (max-width: 1199px) {
  .newsletter__title {
    font-size: calc(1.2rem + 2.4vw);
  }
}
@media only screen and (max-width: 1199px) and (min-width: 1200px) {
  .newsletter__title {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 991px) {
  .newsletter__title {
    font-size: calc(1.15rem + 1.8vw);
  }
}
@media only screen and (max-width: 991px) and (min-width: 1200px) {
  .newsletter__title {
    font-size: 2.5rem;
  }
}
@media only screen and (max-width: 479px) {
  .newsletter__title {
    font-size: calc(1.1rem + 1.2vw);
  }
}
@media only screen and (max-width: 479px) and (min-width: 1200px) {
  .newsletter__title {
    font-size: 2rem;
  }
}

.newsletter__title-highlight {
  position: relative;
  z-index: 1;
}

.newsletter__title-highlight:after {
  content: "";
  position: absolute;
  bottom: -15px;
  right: -80px;
  width: 296px;
  height: 26px;
  background-image: url(../svg/formgent_two/fm-section-title-highlight-4.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
  -webkit-animation-name: strokeright;
          animation-name: strokeright;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}
@media only screen and (max-width: 991px) {
  .newsletter__title-highlight:after {
    width: 200px;
    height: 14px;
    right: -60px;
    bottom: -10px;
  }
}

.newsletter__subtitle {
  color: #4d5761;
  font-weight: 400;
  line-height: 1.51;
  margin-bottom: 0;
  font-size: calc(1.0375rem + 0.45vw);
}
@media (min-width: 1200px) {
  .newsletter__subtitle {
    font-size: 1.375rem;
  }
}
@media only screen and (max-width: 1199px) {
  .newsletter__subtitle {
    font-size: calc(1.0125rem + 0.15vw);
  }
}
@media only screen and (max-width: 1199px) and (min-width: 1200px) {
  .newsletter__subtitle {
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 991px) {
  .newsletter__subtitle {
    font-size: 1rem;
  }
}

.newsletter__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 800px;
  margin: 0 auto;
  padding: 27px 30px;
  background: #fff;
  border-radius: 8px;
}
@media only screen and (max-width: 575px) {
  .newsletter__form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.newsletter__input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 48px;
  padding: 12px 14px;
  border: 1px solid #C8CFDA;
  border-radius: 4px;
  font-size: 16px;
}

.newsletter__button {
  height: 48px;
  background: var(--brand-600, #5E53F9);
  color: #fff;
  padding: 12px 65px;
  border-radius: 4px;
  border: none;
  cursor: pointer;
  font-weight: 600;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 1199px) {
  .newsletter__button {
    padding: 12px 45px;
  }
}
@media only screen and (max-width: 767px) {
  .newsletter__button {
    padding: 12px 30px;
  }
}

.newsletter__button:hover {
  background: var(--brand-700, #563DEE);
}

/* ========== Featured Articles ========== */
.featured-articles__grid {
  margin-bottom: 32px;
}

.featured-articles__title {
  color: #262c36;
  font-size: calc(1.125rem + 1.5vw);
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 32px;
}
@media (min-width: 1200px) {
  .featured-articles__title {
    font-size: 2.25rem;
  }
}
@media only screen and (max-width: 1199px) {
  .featured-articles__title {
    font-size: calc(1.1rem + 1.2vw);
  }
}
@media only screen and (max-width: 1199px) and (min-width: 1200px) {
  .featured-articles__title {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 991px) {
  .featured-articles__title {
    font-size: calc(1.075rem + 0.9vw);
  }
}
@media only screen and (max-width: 991px) and (min-width: 1200px) {
  .featured-articles__title {
    font-size: 1.75rem;
  }
}

.featured-articles .article-card--large {
  height: 100%;
}
.featured-articles .article-card--large .article-card__content {
  padding: 32px;
}
.featured-articles .article-card--small .article-card__title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
.featured-articles .article-card--small .article-card__image img {
  max-height: 196px;
  -o-object-fit: cover;
     object-fit: cover;
}
.featured-articles .article-card__title {
  margin-bottom: 10px;
}

.article-card {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 10px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.article-card__image img {
  width: 100%;
  display: block;
}

.article-card__content {
  padding: 1rem;
}

.article-card__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  margin-bottom: 12px;
}

.article-card__meta .article-card__category {
  color: #5e53f9;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  position: relative;
}

.article-card__meta .article-card__category:after {
  content: "";
  position: absolute;
  right: -8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #5e53f9;
  width: 1px;
  height: 100%;
}

.article-card__meta .article-card__category:last-child:after {
  display: none;
}

.article-card__title {
  color: #2c3239;
  font-size: calc(1.05rem + 0.6vw);
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 24px;
}
@media (min-width: 1200px) {
  .article-card__title {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 1199px) {
  .article-card__title {
    font-size: calc(1.03125rem + 0.375vw);
  }
}
@media only screen and (max-width: 1199px) and (min-width: 1200px) {
  .article-card__title {
    font-size: 1.3125rem;
  }
}
.article-card__title a {
  color: currentColor !important;
}
.article-card__title a:hover {
  color: var(--color-primary) !important;
}

.article-card__info {
  color: #747C89;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
}

.article-card__info span {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  color: #718096;
  font-size: 16px;
  font-weight: 400;
}

.article-card__author {
  color: #718096;
  font-size: 16px;
  font-weight: 400;
}

.article-card__author a {
  font-weight: 500;
  color: #718096;
  line-height: normal;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  -webkit-text-decoration-style: solid;
          text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.article-card__info span:not(:last-child):after {
  content: "";
  position: absolute;
  right: -8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #747C89;
  width: 1px;
  height: 100%;
}

.article-card--large {
  grid-column: span 1;
}

.article-card--small .article-card__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
}

.article-card--small .article-card__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.article-card--small .article-card__title {
  font-size: calc(1.025rem + 0.3vw);
}
@media (min-width: 1200px) {
  .article-card--small .article-card__title {
    font-size: 1.25rem;
  }
}

/* ========== Recent Articles ========== */
.recent-articles-section {
  border-top: 1px solid var(--neutral-100, #DDE2E9);
}

.recent-articles {
  padding: 56px 0 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
}
@media only screen and (max-width: 991px) {
  .recent-articles {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.recent-articles__title {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 0;
}
@media only screen and (max-width: 1199px) {
  .recent-articles__title {
    font-size: calc(1.1rem + 1.2vw);
  }
}
@media only screen and (max-width: 1199px) and (min-width: 1200px) {
  .recent-articles__title {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 991px) {
  .recent-articles__title {
    font-size: calc(1.075rem + 0.9vw);
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 991px) and (min-width: 1200px) {
  .recent-articles__title {
    font-size: 1.75rem;
  }
}

.recent-articles__filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.recent-articles__categories {
  position: relative;
}

.recent-articles__categories:before {
  content: "\eb3a";
  font-family: unicons;
  position: absolute;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 24px;
}

.recent-articles__categories select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 238px;
  height: 48px;
  padding: 12px 16px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 8px;
  border: 1px solid var(--neutral-100, #DDE2E9);
  background: var(--neutral-10, #FFF);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* Blogs Items and pagination */
.loader {
  display: inline-block;
  width: 40px;
  height: 40px;
  border: 3px solid #f3f3f3;
  border-radius: 50%;
  border-top: 3px solid #3498db;
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
  margin: 20px auto;
}

.loader-container {
  text-align: center;
  padding: 40px 20px;
}

.pagination-wrapper {
  text-align: center;
  margin-top: 30px;
}

.pagination-wrapper .page-numbers {
  display: inline-block;
  padding: 8px 12px;
  margin: 0 2px;
  text-decoration: none;
  border: 1px solid #ddd;
  border-radius: 4px;
  color: #333;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.pagination-wrapper .page-numbers:hover,
.pagination-wrapper .page-numbers.current {
  background-color: #3498db;
  color: white;
  border-color: #3498db;
}

.no-posts-found {
  text-align: center;
  padding: 60px 20px;
  background: #f8f9fa;
  border-radius: 8px;
  margin: 20px 0;
}

.no-posts-found .no-posts-icon {
  font-size: 48px;
  color: #6c757d;
  margin-bottom: 20px;
  display: block;
}

.no-posts-found .no-posts-title {
  font-size: 24px;
  font-weight: 600;
  color: #343a40;
  margin-bottom: 10px;
}

.no-posts-found .no-posts-message {
  font-size: 16px;
  color: #6c757d;
  line-height: 1.5;
}

.fm-comparison-section {
  background-color: #F6F7F9;
}

.fm-compare-table__tag {
  color: #5E53F9;
  font-size: 16px;
  font-weight: 600;
  line-height: 20.8px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
}
@media only screen and (max-width: 479px) {
  .fm-compare-table__tag {
    font-size: 0.875rem;
  }
}

.fm-compare-table__title {
  color: #262C36;
  font-weight: 700;
  margin-bottom: 12px;
  font-size: calc(1.175rem + 2.1vw);
  line-height: 1.3;
}
@media (min-width: 1200px) {
  .fm-compare-table__title {
    font-size: 2.75rem;
  }
}
@media only screen and (max-width: 1199px) {
  .fm-compare-table__title {
    font-size: calc(1.125rem + 1.5vw);
  }
}
@media only screen and (max-width: 1199px) and (min-width: 1200px) {
  .fm-compare-table__title {
    font-size: 2.25rem;
  }
}
@media only screen and (max-width: 991px) {
  .fm-compare-table__title {
    font-size: calc(1.0875rem + 1.05vw);
  }
}
@media only screen and (max-width: 991px) and (min-width: 1200px) {
  .fm-compare-table__title {
    font-size: 1.875rem;
  }
}
@media only screen and (max-width: 479px) {
  .fm-compare-table__title {
    font-size: calc(1.05rem + 0.6vw);
  }
}
@media only screen and (max-width: 479px) and (min-width: 1200px) {
  .fm-compare-table__title {
    font-size: 1.5rem;
  }
}

.fm-compare-table__subtitle {
  color: #262C36;
  font-weight: 400;
  margin-bottom: 0px;
  font-size: calc(1.0375rem + 0.45vw);
  line-height: 1.6;
}
@media (min-width: 1200px) {
  .fm-compare-table__subtitle {
    font-size: 1.375rem;
  }
}
@media only screen and (max-width: 991px) {
  .fm-compare-table__subtitle {
    font-size: calc(1.0125rem + 0.15vw);
  }
}
@media only screen and (max-width: 991px) and (min-width: 1200px) {
  .fm-compare-table__subtitle {
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 479px) {
  .fm-compare-table__subtitle {
    font-size: 1rem;
  }
}

.fm-comparison__table-wrapper {
  padding: 0 24px 24px 24px;
  border-radius: 16px;
  border: 1px solid #DDE2E9;
  background: #FFF;
  -webkit-box-shadow: 0 12px 16px -4px rgba(16, 24, 40, 0.08), 0 4px 6px -2px rgba(16, 24, 40, 0.03);
          box-shadow: 0 12px 16px -4px rgba(16, 24, 40, 0.08), 0 4px 6px -2px rgba(16, 24, 40, 0.03);
  overflow: auto;
  max-height: calc(100vh - 200px);
  -webkit-clip-path: inset(0 round 10px);
          clip-path: inset(0 round 10px);
}
@media only screen and (max-width: 991px) {
  .fm-comparison__table-wrapper {
    padding: 0 16px 16px 16px;
  }
}

.fm-comparison__table {
  margin: 20px 0 0 0px;
  -webkit-clip-path: inset(0 round 10px);
          clip-path: inset(0 round 10px);
}

.fm-comparison__cell-title {
  color: #262C36;
  font-weight: 700;
  margin-bottom: 2px;
  font-size: calc(1.0125rem + 0.15vw);
  line-height: 1.3;
}
@media (min-width: 1200px) {
  .fm-comparison__cell-title {
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 991px) {
  .fm-comparison__cell-title {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 479px) {
  .fm-comparison__cell-title {
    font-size: 0.875rem;
  }
}

.fm-comparison__cell-sub {
  color: #718096;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
}
@media only screen and (max-width: 991px) {
  .fm-comparison__cell-sub {
    font-size: 0.875rem;
  }
}

.fm-comparison__cell {
  padding: 18px 24px;
}
@media only screen and (max-width: 1199px) {
  .fm-comparison__cell {
    padding: 5px 20px;
  }
}
@media only screen and (max-width: 991px) {
  .fm-comparison__cell {
    padding: 5px 12px;
  }
}

.comparison__cell--feature {
  color: #262C36;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.3;
  text-align: left !important;
  width: 220px;
}
@media only screen and (max-width: 991px) {
  .comparison__cell--feature {
    font-size: 0.875rem;
  }
}

.fm-comparison__cell {
  padding: 18px 24px;
  text-align: center;
}
@media only screen and (max-width: 1199px) {
  .fm-comparison__cell {
    padding: 5px 20px;
  }
}
@media only screen and (max-width: 991px) {
  .fm-comparison__cell {
    padding: 5px 12px;
  }
}

.fm-comparison__icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 38px;
  height: 38px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6.333px;
  border-radius: 12px;
  overflow: hidden;
}

.fm-comparison__brand {
  color: #262C36;
  font-weight: 400;
  font-size: calc(1.0125rem + 0.15vw);
  line-height: 1.6;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
@media (min-width: 1200px) {
  .fm-comparison__brand {
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 991px) {
  .fm-comparison__brand {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .fm-comparison__brand {
    font-size: 0.875rem;
  }
}

.fm-comparison__cell-badge {
  text-align: center;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 2px 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 4px;
  text-transform: capitalize;
}

.fm-comparison__cell-badge--free {
  color: #184E44;
  background: #CCFAC3;
}

.fm-comparison__cell-badge--paid {
  color: #5C3D1F;
  background: #FFE7B8;
}

.fm-comparison__cell-blank {
  color: #7E90A9;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
}

.fm-comparison__head {
  position: sticky;
  top: 0;
  background-color: white;
}

.fm-comparison__row {
  border: none !important;
}

.fm-comparison__row td,
.fm-comparison__row th {
  border: none;
  border-bottom: 1px solid #DDE2E9;
}

.fm-comparison__row th:nth-child(2) {
  padding: 0 !important;
}

.fm-comparison__row th:nth-child(2) .fm-comparison__cell-container {
  padding: 18px 24px;
  border-left: 2px solid #5E53F9 !important;
  border-right: 2px solid #5E53F9 !important;
  border-top: 2px solid #5E53F9 !important;
  border-radius: 10px 10px 0 0 !important;
  margin: 0 -1px;
  background-color: #F6F7F9;
}

.fm-comparison__row td:nth-child(2) {
  border-left: 2px solid #5E53F9 !important;
  border-right: 2px solid #5E53F9 !important;
  border-top: 1px solid #DDE2E9 !important;
  border-bottom: 1px solid #DDE2E9 !important;
  background-color: #F6F7F9;
}

.fm-comparison__row th:nth-child(n+5) {
  border-left: 1px solid #DDE2E9 !important;
}

.fm-comparison__row th:nth-child(4) {
  border-left: 1px solid #DDE2E9 !important;
}

.fm-comparison__row td:nth-child(n+5) {
  border-left: 1px solid #DDE2E9 !important;
}

.fm-comparison__row td:nth-child(4) {
  border-left: 1px solid #DDE2E9 !important;
}

.fm-compare-plan-section {
  background: #F6F7F9;
  border-bottom: 1px solid var(--neutral-200, #C8CFDA);
}

.fm-compare-plan__tag {
  color: #5E53F9;
  text-align: center;
  font-weight: 600;
  line-height: 20.8px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
}
@media only screen and (max-width: 479px) {
  .fm-compare-plan__tag {
    font-size: 0.875rem;
  }
}

.fm-compare-plan__title {
  color: #262C36;
  font-weight: 700;
  margin-bottom: 12px;
  font-size: calc(1.175rem + 2.1vw);
  line-height: 1.3;
}
@media (min-width: 1200px) {
  .fm-compare-plan__title {
    font-size: 2.75rem;
  }
}
@media only screen and (max-width: 1199px) {
  .fm-compare-plan__title {
    font-size: calc(1.125rem + 1.5vw);
  }
}
@media only screen and (max-width: 1199px) and (min-width: 1200px) {
  .fm-compare-plan__title {
    font-size: 2.25rem;
  }
}
@media only screen and (max-width: 991px) {
  .fm-compare-plan__title {
    font-size: calc(1.0875rem + 1.05vw);
  }
}
@media only screen and (max-width: 991px) and (min-width: 1200px) {
  .fm-compare-plan__title {
    font-size: 1.875rem;
  }
}

.fm-compare-plan__subtitle {
  color: #262C36;
  font-weight: 400;
  font-size: calc(1.0375rem + 0.45vw);
  line-height: 1.6;
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .fm-compare-plan__subtitle {
    font-size: 1.375rem;
  }
}
@media only screen and (max-width: 1199px) {
  .fm-compare-plan__subtitle {
    font-size: calc(1.0125rem + 0.15vw);
  }
}
@media only screen and (max-width: 1199px) and (min-width: 1200px) {
  .fm-compare-plan__subtitle {
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 991px) {
  .fm-compare-plan__subtitle {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 479px) {
  .fm-compare-plan__subtitle {
    font-size: 0.875rem;
  }
}

.fm-compare-plan__table-wrapper {
  padding: 0 24px 24px 24px;
  border-radius: 16px;
  border: 1px solid #DDE2E9;
  background: #FFF;
  -webkit-box-shadow: 0 12px 16px -4px rgba(16, 24, 40, 0.08), 0 4px 6px -2px rgba(16, 24, 40, 0.03);
          box-shadow: 0 12px 16px -4px rgba(16, 24, 40, 0.08), 0 4px 6px -2px rgba(16, 24, 40, 0.03);
  overflow: auto;
  max-height: calc(100vh - 200px);
  -webkit-clip-path: inset(0 round 10px);
          clip-path: inset(0 round 10px);
}

.fm-pricing-table {
  margin: 20px 0 0 0px;
  -webkit-clip-path: inset(0 round 10px);
          clip-path: inset(0 round 10px);
}

.fm-pricing-table__head {
  position: sticky;
  top: 0;
  background-color: white;
}

.fm-pricing-table__row {
  border: none !important;
}

.fm-pricing-table__row td,
.fm-pricing-table__row th {
  padding: 18px 24px;
  border: none;
  border-bottom: 1px solid #DDE2E9;
}
@media only screen and (max-width: 1199px) {
  .fm-pricing-table__row td,
  .fm-pricing-table__row th {
    padding: 10px 16px;
  }
}

.fm-pricing-table__row .fm-pricing-table__plan,
.fm-pricing-table__row .fm-pricing-table__cell-container {
  min-width: 165px;
}

.fm-pricing-table__row th:nth-child(n+5) {
  border-left: 1px solid #DDE2E9 !important;
}

.fm-pricing-table__row th:nth-child(2) {
  border-left: 1px solid #DDE2E9 !important;
}

.fm-pricing-table__row th:nth-child(3) {
  border-left: 1px solid #DDE2E9 !important;
}

.fm-pricing-table__row th:nth-child(4) {
  border-left: 1px solid #DDE2E9 !important;
}

.fm-pricing-table__row td:nth-child(n+5) {
  border-left: 1px solid #DDE2E9 !important;
}

.fm-pricing-table__row td:nth-child(2) {
  border-left: 1px solid #DDE2E9 !important;
}

.fm-pricing-table__row td:nth-child(3) {
  border-left: 1px solid #DDE2E9 !important;
}

.fm-pricing-table__row td:nth-child(4) {
  border-left: 1px solid #DDE2E9 !important;
}

.fm-pricing-table__feature {
  text-align: left;
  width: 220px;
}

.fm-pricing-table__feature-title {
  color: #262C36;
  font-weight: 700;
  font-size: calc(1.0125rem + 0.15vw);
  line-height: 1.3;
  margin-bottom: 2px;
}
@media (min-width: 1200px) {
  .fm-pricing-table__feature-title {
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 1199px) {
  .fm-pricing-table__feature-title {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 479px) {
  .fm-pricing-table__feature-title {
    font-size: 0.875rem;
  }
}

.fm-pricing-table__feature-sub {
  color: #718096;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
@media only screen and (max-width: 1199px) {
  .fm-pricing-table__feature-sub {
    font-size: 0.875rem;
  }
}

.fm-pricing-table__feature {
  color: #262C36;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.3;
}
@media only screen and (max-width: 479px) {
  .fm-pricing-table__feature {
    font-size: 0.875rem;
  }
}

.fm-pricing-table__cell {
  color: #262C36;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
}
@media only screen and (max-width: 479px) {
  .fm-pricing-table__cell {
    font-size: 0.875rem;
  }
}

.fm-pricing-table__plan-name {
  color: #383F47;
  text-align: center;
  font-weight: 700;
  font-size: calc(1.04375rem + 0.525vw);
  line-height: 1.3;
  margin-bottom: 4px;
}
@media (min-width: 1200px) {
  .fm-pricing-table__plan-name {
    font-size: 1.4375rem;
  }
}
@media only screen and (max-width: 1199px) {
  .fm-pricing-table__plan-name {
    font-size: calc(1.0125rem + 0.15vw);
  }
}
@media only screen and (max-width: 1199px) and (min-width: 1200px) {
  .fm-pricing-table__plan-name {
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 991px) {
  .fm-pricing-table__plan-name {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 479px) {
  .fm-pricing-table__plan-name {
    font-size: 0.875rem;
  }
}

.fm-pricing-table__plan-price {
  color: #262C36;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 12px;
}

.fm-pricing-table__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  padding: 10px 12px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  border-radius: 5px;
  border: 1px solid #5E53F9;
  background: #FFF;
  color: #5E53F9;
  text-align: center;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.3;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.fm-pricing-table__button:hover {
  opacity: 0.8;
}

.pricing-table__button--dark {
  background-color: #191E24;
  border-color: #191E24;
  color: white !important;
}

.pricing-table__button--primary {
  background-color: #5E53F9;
  border-color: #5E53F9;
  color: white !important;
}

.fm-pricing-table__feature-group {
  color: #262C36;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.3;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}

.fm-guarantee__wrapper {
  border-radius: 24px;
  background: #FCE7CC;
  -webkit-box-shadow: 0 4px 8px -2px rgba(197, 149, 88, 0.1), 0 2px 4px -2px rgba(230, 175, 104, 0.08);
          box-shadow: 0 4px 8px -2px rgba(197, 149, 88, 0.1), 0 2px 4px -2px rgba(230, 175, 104, 0.08);
  padding: 48px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .fm-guarantee__wrapper {
    padding: 24px;
  }
  .fm-guarantee__wrapper > .row {
    gap: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.fm-guarantee__wrapper:before {
  content: "";
  position: absolute;
  bottom: -10px;
  right: 0;
  width: 820px;
  height: 167px;
  background-image: url("../svg/formgent_two/shape/guarantee-bg-shape.svg");
  background-repeat: no-repeat;
  z-index: -1;
}

.guarantee__badge {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 36px;
  padding: 8px 10.594px 7px 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  border-radius: 9999px;
  border: 0 solid #E5E7EB;
  background: #F2B52F;
  color: #000;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 24px;
}

.guarantee__title {
  color: #111827;
  font-size: calc(1.275rem + 3.3vw);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -2px;
  margin-bottom: 15px;
}
@media (min-width: 1200px) {
  .guarantee__title {
    font-size: 3.75rem;
  }
}
@media only screen and (max-width: 1199px) {
  .guarantee__title {
    font-size: calc(1.2rem + 2.4vw);
  }
}
@media only screen and (max-width: 1199px) and (min-width: 1200px) {
  .guarantee__title {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 991px) {
  .guarantee__title {
    font-size: calc(1.15rem + 1.8vw);
  }
}
@media only screen and (max-width: 991px) and (min-width: 1200px) {
  .guarantee__title {
    font-size: 2.5rem;
  }
}

.guarantee__description {
  color: #4B5563;
  font-size: calc(1.025rem + 0.3vw);
  font-weight: 400;
  line-height: 1.65;
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  .guarantee__description {
    font-size: 1.25rem;
  }
}

.guarantee__description strong {
  color: #1F2937;
}

.guarantee__author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px 30px;
}

.guarantee__author-name {
  color: #111827;
  font-size: calc(1.025rem + 0.3vw);
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .guarantee__author-name {
    font-size: 1.25rem;
  }
}

.guarantee__author-title {
  color: #4B5563;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 8px;
}

.guarantee__author-title-highlight {
  color: #4B5563;
  text-decoration: underline;
}
.guarantee__author-title-highlight:hover {
  color: #5E53F9;
  text-decoration: underline;
}

.guarantee__author-note {
  color: #6B7280;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4285714286;
  margin-bottom: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}

.guarantee__author-image img {
  border-radius: 50%;
}

.guarantee__refund-note {
  color: #4B5563;
  font-size: calc(1.025rem + 0.3vw);
  font-weight: 400;
  line-height: 1.65;
  margin-bottom: 0;
  text-align: center;
  margin: 24px 0 0;
}
@media (min-width: 1200px) {
  .guarantee__refund-note {
    font-size: 1.25rem;
  }
}
.guarantee__refund-note .guarantee__refund-note-link {
  color: #4B5563;
  font-weight: 600;
  text-decoration: underline;
}
.guarantee__refund-note .guarantee__refund-note-link:hover {
  color: #5E53F9;
  text-decoration: underline;
}

@media only screen and (max-width: 991px) {
  .guarantee__image svg {
    height: 200px;
    width: 200px;
  }
}

@media only screen and (max-width: 767px) {
  .guarantee__image svg {
    height: 200px;
    width: 200px;
  }
}

.guarantee__badge-text {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}

.fm-compare-table__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 48px;
  padding: 10px 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  border-radius: 5px;
  border: 1px solid #5E53F9;
  background: #FFF;
  margin-top: 60px;
  color: #5E53F9;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.3;
}

.pricing-card {
  height: 100%;
}

.pricing-card__content {
  border-radius: 0 0 16px 16px;
  border: 1px solid #E5E7EB;
  background: #FFF;
  -webkit-box-shadow: 0 12px 16px -4px rgba(16, 24, 40, 0.08), 0 4px 6px -2px rgba(16, 24, 40, 0.03);
          box-shadow: 0 12px 16px -4px rgba(16, 24, 40, 0.08), 0 4px 6px -2px rgba(16, 24, 40, 0.03);
  padding: 32px 24px;
  height: 100%;
}
@media only screen and (max-width: 1199px) {
  .pricing-card__content {
    border-radius: 16px;
  }
}

.pricing-card--standard {
  border-radius: 16px;
  background: #5E53F9;
  -webkit-box-shadow: 0 12px 16px -4px rgba(16, 24, 40, 0.08), 0 4px 6px -2px rgba(16, 24, 40, 0.03);
          box-shadow: 0 12px 16px -4px rgba(16, 24, 40, 0.08), 0 4px 6px -2px rgba(16, 24, 40, 0.03);
  margin-top: -46px;
}
@media only screen and (max-width: 1199px) {
  .pricing-card--standard {
    margin-top: 0;
    height: auto;
  }
}

.pricing-card--standard .pricing-card__content {
  border: 2px solid #5E53F9;
  border-bottom: none;
  -webkit-box-shadow: 0 12px 16px -4px rgba(16, 24, 40, 0.08), 0 4px 6px -2px rgba(16, 24, 40, 0.03);
          box-shadow: 0 12px 16px -4px rgba(16, 24, 40, 0.08), 0 4px 6px -2px rgba(16, 24, 40, 0.03);
}

@media only screen and (max-width: 991px) {
  .pricing-card--starter {
    margin-top: 30px;
    height: auto;
  }
}

.pricing-card--lifetime {
  border-radius: 16px;
  border-radius: 16px;
  background: #262C36;
  -webkit-box-shadow: 0 12px 16px -4px rgba(16, 24, 40, 0.08), 0 4px 6px -2px rgba(16, 24, 40, 0.03);
          box-shadow: 0 12px 16px -4px rgba(16, 24, 40, 0.08), 0 4px 6px -2px rgba(16, 24, 40, 0.03);
  margin-top: -112px;
}
@media only screen and (max-width: 1199px) {
  .pricing-card--lifetime {
    margin-top: 0;
    height: auto;
  }
}
.pricing-card--lifetime .pricing-card__limited-badge {
  padding: 11px 5px;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.pricing-card--lifetime .life-time-tab {
  margin-bottom: 0;
}
.pricing-card--lifetime .life-time-tab ul {
  max-width: 100%;
}

.pricing-card--lifetime .pricing-card__content {
  border: 2px solid #262C36;
  border-bottom: none;
  -webkit-box-shadow: 0 12px 16px -4px rgba(16, 24, 40, 0.08), 0 4px 6px -2px rgba(16, 24, 40, 0.03);
          box-shadow: 0 12px 16px -4px rgba(16, 24, 40, 0.08), 0 4px 6px -2px rgba(16, 24, 40, 0.03);
}

.pricing-card__best-value-badge {
  padding: 11px;
  color: #FFF;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.5714285714;
  text-transform: uppercase;
}

.pricing-card__limited-badge {
  padding: 11px;
  color: white;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.5714285714;
  text-transform: uppercase;
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4px;
}

.pricing-card__header {
  text-align: center;
}

.pricing-card__title {
  color: #262C36;
  font-weight: 700;
  margin-bottom: 8px;
  font-size: calc(1.05rem + 0.6vw);
  line-height: 1.3;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  white-space: nowrap;
}
@media (min-width: 1200px) {
  .pricing-card__title {
    font-size: 1.5rem;
  }
}

.pricing-card__subtitle {
  color: #262C36;
  font-weight: 400;
  margin-bottom: 25px;
  font-size: 0.875rem;
  line-height: 1.3;
}

.pricing-card__title-sub {
  color: #5A687C;
  font-weight: 600;
  font-size: calc(1.0125rem + 0.15vw);
  line-height: 1.3;
}
@media (min-width: 1200px) {
  .pricing-card__title-sub {
    font-size: 1.125rem;
  }
}

.pricing-card__price--free-space {
  padding-top: 19px;
  padding-bottom: 28px;
}

.pricing-card__price-old {
  color: #7E90A9;
  font-weight: 400;
  font-size: calc(1.04375rem + 0.525vw);
  line-height: 1.3;
  position: relative;
}
@media (min-width: 1200px) {
  .pricing-card__price-old {
    font-size: 1.4375rem;
  }
}
.pricing-card__price-old::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #7E90A9;
  -webkit-transform: rotate(7deg);
          transform: rotate(7deg);
}

.pricing-card__price-price {
  color: #262C36;
  font-weight: 700;
  font-size: calc(1.15rem + 1.8vw);
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .pricing-card__price-price {
    font-size: 2.5rem;
  }
}

.pricing-card__price-text {
  color: #718096;
  text-align: center;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.3;
}

.pricing-card__price-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4px;
}

.pricing-card__offer {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 20px;
  padding: 0 8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  border-radius: 4px;
  background: #A9F1C9;
  color: #1F653D;
  font-weight: 600;
  font-size: 0.75rem;
  line-height: 1.6666666667;
}

.pricing-card__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 40px;
  padding: 10px 12px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 5px;
  border: 1px solid #5E53F9;
  background: #FFF;
  color: #5E53F9;
  text-align: center;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.3;
  margin: 30px auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pricing-card__btn:hover {
  opacity: 0.8;
}

.pricing-card__btn--dark {
  background-color: #262C36;
  border-color: #262C36;
  color: #FFF !important;
}

.pricing-card__btn--primary {
  background-color: #5E53F9;
  border-color: #5E53F9;
  color: #FFF !important;
}

.pricing-card__feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  color: #485465;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  margin-bottom: 16px;
}

.pricing-card__features {
  padding: 0;
  margin: 0;
}

.life-time-tab {
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.life-time-tab ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 2;
  max-width: 240px;
  height: 32px;
  -webkit-box-shadow: 0 2px 10px rgba(84, 84, 84, 0.1);
          box-shadow: 0 2px 10px rgba(84, 84, 84, 0.1);
  background-color: #fff;
  border-radius: 17px;
  gap: 4px;
  list-style: none;
}
.life-time-tab ul li {
  padding: 4px;
  list-style: none;
  display: inline-block;
}
.life-time-tab ul li a {
  position: relative;
  font-size: 12px;
  font-weight: 700;
  color: #747C89;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 26px;
  line-height: normal;
  padding: 0 13px;
  border-radius: 32px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 2;
  white-space: nowrap;
  text-decoration: none;
}
@media only screen and (max-width: 1399px) {
  .life-time-tab ul li a {
    padding: 0 5px;
  }
}
.life-time-tab ul li a.active {
  color: #fff;
  background-color: #141921;
}
.life-time-tab ul li a:hover:not(.active) {
  color: #141921;
  background-color: rgba(20, 25, 33, 0.1);
}
.life-time-tab a:focus {
  outline: 2px solid #007cba;
  outline-offset: 2px;
}

.pricing-card--lifetime .changable {
  display: none;
  -webkit-transition: background 0.25s ease;
  transition: background 0.25s ease;
}
.pricing-card--lifetime.transition-toggled .changable {
  background-color: rgba(255, 143, 30, 0.15);
}
.pricing-card--lifetime.one-site .one-site {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
.pricing-card--lifetime.one-site .five-sites,
.pricing-card--lifetime.one-site .hundred-sites {
  display: none !important;
}
.pricing-card--lifetime.one-site .one-site.lifetime-plan {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.pricing-card--lifetime.one-site .five-sites.lifetime-plan,
.pricing-card--lifetime.one-site .hundred-sites.lifetime-plan {
  display: none !important;
}
.pricing-card--lifetime.five-sites .five-sites {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
.pricing-card--lifetime.five-sites .one-site,
.pricing-card--lifetime.five-sites .hundred-sites {
  display: none !important;
}
.pricing-card--lifetime.five-sites .five-sites.lifetime-plan {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.pricing-card--lifetime.five-sites .one-site.lifetime-plan,
.pricing-card--lifetime.five-sites .hundred-sites.lifetime-plan {
  display: none !important;
}
.pricing-card--lifetime.hundred-sites .hundred-sites {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
.pricing-card--lifetime.hundred-sites .one-site,
.pricing-card--lifetime.hundred-sites .five-sites {
  display: none !important;
}
.pricing-card--lifetime.hundred-sites .hundred-sites.lifetime-plan {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.pricing-card--lifetime.hundred-sites .one-site.lifetime-plan,
.pricing-card--lifetime.hundred-sites .five-sites.lifetime-plan {
  display: none !important;
}
.pricing-card--lifetime:not(.one-site):not(.five-sites):not(.hundred-sites) .hundred-sites {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
.pricing-card--lifetime:not(.one-site):not(.five-sites):not(.hundred-sites) .one-site,
.pricing-card--lifetime:not(.one-site):not(.five-sites):not(.hundred-sites) .five-sites {
  display: none !important;
}
.pricing-card--lifetime:not(.one-site):not(.five-sites):not(.hundred-sites) .hundred-sites.lifetime-plan {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.pricing-card--lifetime:not(.one-site):not(.five-sites):not(.hundred-sites) .one-site.lifetime-plan,
.pricing-card--lifetime:not(.one-site):not(.five-sites):not(.hundred-sites) .five-sites.lifetime-plan {
  display: none !important;
}

.pricing-card--lifetime .changable {
  display: none;
  -webkit-transition: background 0.25s ease;
  transition: background 0.25s ease;
}
.pricing-card--lifetime.transition-toggled .changable {
  background-color: rgba(255, 143, 30, 0.15);
}
.pricing-card--lifetime.one-site .one-site {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
.pricing-card--lifetime.one-site .five-sites,
.pricing-card--lifetime.one-site .hundred-sites {
  display: none !important;
}
.pricing-card--lifetime.one-site .one-site.lifetime-plan {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.pricing-card--lifetime.one-site .five-sites.lifetime-plan,
.pricing-card--lifetime.one-site .hundred-sites.lifetime-plan {
  display: none !important;
}
.pricing-card--lifetime.five-sites .five-sites {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
.pricing-card--lifetime.five-sites .one-site,
.pricing-card--lifetime.five-sites .hundred-sites {
  display: none !important;
}
.pricing-card--lifetime.five-sites .five-sites.lifetime-plan {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.pricing-card--lifetime.five-sites .one-site.lifetime-plan,
.pricing-card--lifetime.five-sites .hundred-sites.lifetime-plan {
  display: none !important;
}
.pricing-card--lifetime.hundred-sites .hundred-sites {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
.pricing-card--lifetime.hundred-sites .one-site,
.pricing-card--lifetime.hundred-sites .five-sites {
  display: none !important;
}
.pricing-card--lifetime.hundred-sites .hundred-sites.lifetime-plan {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.pricing-card--lifetime.hundred-sites .one-site.lifetime-plan,
.pricing-card--lifetime.hundred-sites .five-sites.lifetime-plan {
  display: none !important;
}
.pricing-card--lifetime:not(.one-site):not(.five-sites):not(.hundred-sites) .hundred-sites {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
.pricing-card--lifetime:not(.one-site):not(.five-sites):not(.hundred-sites) .one-site,
.pricing-card--lifetime:not(.one-site):not(.five-sites):not(.hundred-sites) .five-sites {
  display: none !important;
}
.pricing-card--lifetime:not(.one-site):not(.five-sites):not(.hundred-sites) .hundred-sites.lifetime-plan {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.pricing-card--lifetime:not(.one-site):not(.five-sites):not(.hundred-sites) .one-site.lifetime-plan,
.pricing-card--lifetime:not(.one-site):not(.five-sites):not(.hundred-sites) .five-sites.lifetime-plan {
  display: none !important;
}

.fm-early-bird__container {
  background-color: #16255A;
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
}

.fm-early-bird__tag {
  border-radius: 4px;
  color: var(--brand-700, #563DEE);
  background: var(--brand-300, #C4CBFF);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 36px;
  padding: 9px 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  justify-content: center;
  margin-bottom: 16px;
  color: #563DEE;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.6;
}
@media only screen and (max-width: 1199px) {
  .fm-early-bird__tag {
    width: calc(100% - 60px);
    height: auto;
  }
}

.fm-early-bird__title {
  color: #262C36;
  text-align: center;
  font-size: calc(1.25rem + 3vw);
  line-height: 1.2;
  font-weight: 700;
}
@media (min-width: 1200px) {
  .fm-early-bird__title {
    font-size: 3.5rem;
  }
}
@media only screen and (max-width: 1199px) {
  .fm-early-bird__title {
    font-size: calc(1.2rem + 2.4vw);
  }
}
@media only screen and (max-width: 1199px) and (min-width: 1200px) {
  .fm-early-bird__title {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 991px) {
  .fm-early-bird__title {
    font-size: calc(1.15rem + 1.8vw);
  }
}
@media only screen and (max-width: 991px) and (min-width: 1200px) {
  .fm-early-bird__title {
    font-size: 2.5rem;
  }
}

.fm-early-bird__subtitle {
  color: #262C36;
  text-align: center;
  font-size: calc(1.0375rem + 0.45vw);
  line-height: 1.6;
  font-weight: 400;
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .fm-early-bird__subtitle {
    font-size: 1.375rem;
  }
}

.fm-early-bird__title-highlight {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  z-index: 1;
}

.fm-early-bird__title-highlight::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 36px;
  background-image: url(../svg/formgent_two/fm-section-title-highlight-4.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
  -webkit-animation-name: strokeright;
          animation-name: strokeright;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}
@media only screen and (max-width: 991px) {
  .fm-early-bird__title-highlight::after {
    width: 200px;
    height: 14px;
    left: unset;
    right: 0;
    -webkit-transform: unset;
            transform: unset;
  }
}

/* Limited Bonus Offer */
.fm-special__bonus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  padding: 15px 20px 20px;
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.12);
  text-align: center;
  border-radius: 16px;
  backdrop-filter: blur(114px);
}
@media only screen and (max-width: 991px) {
  .fm-special__bonus {
    padding-top: 90px;
  }
}
.fm-special__bonus .fm-special__bonus-title {
  font-size: calc(1.04375rem + 0.525vw);
  line-height: 1.3043478261;
  margin-bottom: 0;
  color: #ffffff;
}
@media (min-width: 1200px) {
  .fm-special__bonus .fm-special__bonus-title {
    font-size: 1.4375rem;
  }
}
.fm-special__bonus .fm-special__bonus-title-highlight {
  color: #74FFBE;
}
.fm-special__bonus .fm-special__bonus-description {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 4px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 6px 8px;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  color: #fff;
  margin-bottom: 0;
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.fm-special__bonus .fm-special__bonus-description svg {
  width: 14px;
  height: 14px;
  margin-top: 3px;
}
.fm-special__bonus .fm-special__bonus-button {
  position: absolute;
  bottom: 20px;
  right: 35px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4px;
  height: 48px;
  line-height: 48px;
  padding: 0 12px;
  font-size: calc(1.0125rem + 0.15vw);
  font-weight: 700;
  line-height: 1.3333333333;
  border-radius: 8px;
  background: #00B77B;
  color: #ffffff;
}
@media (min-width: 1200px) {
  .fm-special__bonus .fm-special__bonus-button {
    font-size: 1.125rem;
  }
}
.fm-special__bonus .fm-special__bonus-button svg {
  width: 24px;
  height: 24px;
}
@media only screen and (max-width: 1199px) {
  .fm-special__bonus .fm-special__bonus-button {
    position: unset;
    height: 40px;
    line-height: 40px;
  }
  .fm-special__bonus .fm-special__bonus-button svg {
    width: 20px;
    height: 20px;
  }
}
.fm-special__bonus .fm-special__bonus-img {
  position: absolute;
  left: 0;
  top: 0;
}
@media only screen and (max-width: 479px) {
  .fm-special__bonus .fm-special__bonus-img {
    max-height: 100px;
  }
}
.fm-special__bonus .fm-special__bonus-tag {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  padding: 8px 17px;
  border-radius: 0 16px 0 16px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-46.38%, #EF0040), color-stop(132.75%, #EAF84A));
  background: linear-gradient(180deg, #EF0040 -46.38%, #EAF84A 132.75%);
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  line-height: 18px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1199px) {
  .fm-special__bonus .fm-special__bonus-tag {
    font-size: 14px;
    line-height: 14px;
    padding: 6px 14px;
  }
}
@media only screen and (max-width: 479px) {
  .fm-special__bonus .fm-special__bonus-tag {
    font-size: 12px;
    line-height: 12px;
  }
}
@media only screen and (max-width: 379px) {
  .fm-special__bonus .fm-special__bonus-tag {
    font-size: 10px;
    line-height: 10px;
  }
}

.contact-banner-section {
  background: #DEE3FF;
  padding-bottom: 200px;
}

.contact-banner__tag {
  color: #5E53F9;
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.contact-banner__title {
  color: #2C3239;
  text-align: center;
  font-size: calc(1.25rem + 3vw);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 16px;
}
@media (min-width: 1200px) {
  .contact-banner__title {
    font-size: 3.5rem;
  }
}

.contact-banner__description {
  color: #262C36;
  text-align: center;
  font-size: calc(1.0375rem + 0.45vw);
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .contact-banner__description {
    font-size: 1.375rem;
  }
}

.contact-form-box {
  margin-top: -165px;
}

.contact-banner__title-highlight {
  position: relative;
  z-index: 1;
}

.contact-banner__title-highlight::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 296px;
  height: 21.048px;
  background-image: url(../svg/formgent_two/fm-section-title-highlight.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
  -webkit-animation-name: strokeright;
          animation-name: strokeright;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}
@media only screen and (max-width: 991px) {
  .contact-banner__title-highlight::after {
    width: 200px;
    left: unset;
    right: 0;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
}

.fm-newsletter__form-container form {
  padding: 30px 27px !important;
  background-color: white !important;
  border-radius: 8px !important;
}
.fm-newsletter__form-container .formgent-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
.fm-newsletter__form-container .formgent-confirmation-wrap {
  margin-bottom: 0;
}

.fm-newsletter__form-container .formgent-form-general .formgent-field-list--frontend {
  padding: 0;
}
@media only screen and (max-width: 1199px) {
  .fm-newsletter__form-container .formgent-form-general .formgent-field-list--frontend {
    gap: 12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .fm-newsletter__form-container .formgent-form-general .formgent-field-list--frontend .formgent-field {
    width: 100%;
  }
}

.fm-newsletter__form-container .formgent-field-label {
  display: none;
}

.fm-newsletter__form-container .formgent-editor-block-list {
  background: transparent;
  padding: 0 !important;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}

.fm-newsletter__form-container .formgent-field-list > div {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  margin-bottom: 0 !important;
}

.fm-newsletter__form-container .formgent-field-single.formgent-field-single--button.formgent-field-align-left {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.fm-newsletter__form-container .formgent-field-list > div + div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-bottom: 0 !important;
}

.fm-newsletter__form-container .formgent-form.formgent-shortcode form {
  background: transparent;
}

.fm-newsletter__form-container .formgent-editor-block {
  margin-bottom: 0;
}

.fm-newsletter__form-container input.formgent-field-single__input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: var(--spacing-lg, 12px) 14px;
  height: 48px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: var(--spacing-md, 8px);
  -ms-flex-item-align: stretch;
      align-self: stretch;
  border-radius: 4px;
  background: white;
}

.fm-newsletter__form-container input.formgent-editor-block-list__single__input::-webkit-input-placeholder {
  overflow: hidden;
  color: #667085;
  text-overflow: ellipsis;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.fm-newsletter__form-container input.formgent-editor-block-list__single__input::-moz-placeholder {
  overflow: hidden;
  color: #667085;
  text-overflow: ellipsis;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.fm-newsletter__form-container input.formgent-editor-block-list__single__input::-ms-input-placeholder {
  overflow: hidden;
  color: #667085;
  text-overflow: ellipsis;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.fm-newsletter__form-container input.formgent-editor-block-list__single__input::placeholder {
  overflow: hidden;
  color: #667085;
  text-overflow: ellipsis;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.fm-newsletter__form-container .formgent-form .formgent-btn.formgent-btn-default {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 48px;
  padding: var(--spacing-lg, 12px) 18px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: var(--spacing-sm, 6px);
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  border: none !important;
  white-space: nowrap;
  border-radius: 4px;
  background: #5E53F9;
}
@media only screen and (max-width: 1199px) {
  .fm-newsletter__form-container .formgent-form .formgent-btn.formgent-btn-default {
    font-size: 14px;
  }
}

.fm-redeem-login__form-section {
  background: #f8f9fa;
}
.fm-redeem-login__card-body {
  padding: 1.5rem 2rem 2rem;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #ffffff;
  border-radius: 14.067px;
  border: 1.758px solid #E5E7EB;
  background: #FFF;
  -webkit-box-shadow: 0 1.758px 3.517px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 1.758px 3.517px 0 rgba(0, 0, 0, 0.05);
}
.fm-redeem-login__card-body:hover {
  -webkit-box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
          box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
@media (min-width: 768px) {
  .fm-redeem-login__card-body {
    padding: 1.875rem;
  }
}
.fm-redeem-login__title {
  color: #262C36 !important;
  font-weight: 700;
  margin-bottom: 16px;
  font-size: calc(1.25rem + 3vw);
  line-height: 1.1428571429;
}
@media (min-width: 1200px) {
  .fm-redeem-login__title {
    font-size: 3.5rem;
  }
}
.fm-redeem-login__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.fm-redeem-login__logo-img {
  height: 3.5rem;
  width: 3.5rem;
  max-width: 100%;
}
@media (min-width: 768px) {
  .fm-redeem-login__logo-img {
    width: 5.625rem;
    height: 5.625rem;
  }
}
.fm-redeem-login__card-title {
  color: #111827 !important;
  font-weight: 700;
  font-size: 3.313rem;
  line-height: 1.2;
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  .fm-redeem-login__card-title {
    font-size: 2rem;
  }
}
.fm-redeem-login__powered-by {
  font-size: 0.875rem;
  color: #6c757d;
}
.fm-redeem-login__powered-text {
  font-weight: 500;
}
.fm-redeem-login__earlybird-logo {
  height: 1.25rem;
  width: auto;
}
.fm-redeem-login__form-group {
  margin-bottom: 1.5rem;
}
.fm-redeem-login__form-group:last-child {
  margin-bottom: 0;
}
.fm-redeem-login__form-label {
  color: #374151;
  font-weight: 600;
  font-size: 0.875rem;
  margin-bottom: 0.5rem;
  display: block;
}
.fm-redeem-login__required {
  color: #dc3545;
  font-weight: 700;
}
.fm-redeem-login__form-control {
  border: 2px solid #D1D5DB;
  border-radius: 0.5rem;
  padding: 0.75rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #ffffff;
  width: 100%;
}
.fm-redeem-login__form-control:focus {
  border-color: #007bff;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  outline: none;
}
.fm-redeem-login__form-control:invalid {
  border-color: #dc3545;
}
.fm-redeem-login__form-control::-webkit-input-placeholder {
  color: #ADAEBC;
  opacity: 1;
}
.fm-redeem-login__form-control::-moz-placeholder {
  color: #ADAEBC;
  opacity: 1;
}
.fm-redeem-login__form-control::-ms-input-placeholder {
  color: #ADAEBC;
  opacity: 1;
}
.fm-redeem-login__form-control::placeholder {
  color: #ADAEBC;
  opacity: 1;
}
@media (min-width: 768px) {
  .fm-redeem-login__form-control {
    padding: 0.875rem 1.25rem;
    font-size: 1.125rem;
  }
}
.fm-redeem-login__form-error {
  font-size: 0.875rem;
  margin-top: 0.5rem;
  display: none;
  color: #dc2626;
  font-weight: 600;
  line-height: 1.4;
  padding: 0.5rem 0.75rem;
  background: #fef2f2;
  border: 1px solid #fecaca;
  border-radius: 0.375rem;
  border-left: 3px solid #ef4444;
  -webkit-animation: slideInDown 0.3s ease-out;
          animation: slideInDown 0.3s ease-out;
}
.fm-redeem-login__form-error.show {
  display: block;
}
.fm-redeem-login__form-group {
  position: relative;
}
.fm-redeem-login .invalid-feedback {
  display: block !important;
  width: 100%;
  margin-top: 0.5rem;
  font-size: 0.875rem;
  color: #dc2626;
  font-weight: 600;
  padding: 0.5rem 0.75rem;
  background: #fef2f2;
  border: 1px solid #fecaca;
  border-radius: 0.375rem;
  border-left: 3px solid #ef4444;
  -webkit-animation: slideInDown 0.3s ease-out;
          animation: slideInDown 0.3s ease-out;
}
.fm-redeem-login__btn {
  background: linear-gradient(135deg, #111827 0%, #111827 100%);
  border: none;
  border-radius: 0.5rem;
  padding: 0.875rem 2rem;
  font-size: 1rem;
  font-weight: 600;
  text-transform: none;
  letter-spacing: 0.025em;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  min-height: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: white;
}
.fm-redeem-login__btn:hover {
  background: linear-gradient(135deg, #0056b3 0%, #004085 100%);
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  -webkit-box-shadow: 0 4px 12px rgba(0, 123, 255, 0.4);
          box-shadow: 0 4px 12px rgba(0, 123, 255, 0.4);
}
.fm-redeem-login__btn:active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-box-shadow: 0 2px 6px rgba(0, 123, 255, 0.3);
          box-shadow: 0 2px 6px rgba(0, 123, 255, 0.3);
}
.fm-redeem-login__btn:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.fm-redeem-login__btn:disabled {
  background: #6c757d;
  cursor: not-allowed;
  -webkit-transform: none;
          transform: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media (min-width: 768px) {
  .fm-redeem-login__btn {
    padding: 1rem 2.5rem;
    font-size: 1.125rem;
    min-height: 3.5rem;
  }
}
.fm-redeem-login__btn-text {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.fm-redeem-login__btn-spinner {
  position: absolute;
  left: 50%;
}
.fm-redeem-login__terms {
  font-size: 0.875rem;
  color: #6B7280;
  line-height: 1.5;
}
.fm-redeem-login__terms-link {
  color: #374151;
  text-decoration: underline;
  font-weight: 500;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  -webkit-text-decoration-style: solid;
          text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.fm-redeem-login__terms-link:hover {
  opacity: 0.8;
  text-decoration: none;
}
.fm-redeem-login__terms-link:focus {
  outline: 2px solid #111827;
  outline-offset: 2px;
  border-radius: 2px;
}
.fm-redeem-login.is-loading .fm-redeem-login__btn-text {
  opacity: 0;
}
.fm-redeem-login.is-loading .fm-redeem-login__btn-spinner__btn-spinner {
  display: block !important;
}
.fm-redeem-login.is-loading .fm-redeem-login__btn {
  pointer-events: none;
}
.fm-redeem-login.has-error .fm-redeem-login__form-control.is-invalid {
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.fm-redeem-login.is-success .fm-redeem-login__card {
  border-color: #28a745;
  -webkit-box-shadow: 0 10px 30px rgba(40, 167, 69, 0.2);
          box-shadow: 0 10px 30px rgba(40, 167, 69, 0.2);
}
.fm-redeem-login__form-group {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.fm-redeem-login .alert {
  border-radius: 0.75rem;
  border: none;
  font-weight: 500;
  margin: 0 0 0 0;
  position: relative;
  padding: 1.25rem 1.5rem;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  -webkit-animation: slideInDown 0.4s ease-out;
          animation: slideInDown 0.4s ease-out;
}
.fm-redeem-login .alert.alert-success {
  background: linear-gradient(135deg, #d1f2eb 0%, #a7f3d0 100%);
  color: #065f46;
  border: 1px solid #10b981;
}
.fm-redeem-login .alert.alert-success .alert-title {
  color: #047857;
  font-weight: 700;
  font-size: 1.125rem;
}
.fm-redeem-login .alert.alert-success .alert-message {
  color: #064e3b;
  font-size: 0.95rem;
}
.fm-redeem-login .alert.alert-success svg {
  color: #10b981;
}
.fm-redeem-login .alert.alert-danger {
  background: linear-gradient(135deg, #fef2f2 0%, #fecaca 100%);
  color: #991b1b;
  border: 1px solid #ef4444;
}
.fm-redeem-login .alert.alert-danger .alert-title {
  color: #dc2626;
  font-weight: 700;
  font-size: 1.125rem;
}
.fm-redeem-login .alert.alert-danger .alert-message {
  color: #7f1d1d;
  font-size: 0.95rem;
}
.fm-redeem-login .alert .btn-close {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  padding: 0;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.fm-redeem-login .alert .btn-close i {
  font-size: 16px;
}
.fm-redeem-login .alert .btn-close:hover {
  background: rgba(0, 0, 0, 0.2);
}
.fm-redeem-login .fm-success-alert {
  border-left: 4px solid #10b981;
  margin-top: 1rem;
}

@media (max-width: 575.98px) {
  .fm-redeem-login__card-body {
    padding: 1.25rem 1.5rem 1.5rem;
  }
  .fm-redeem-login__card-title {
    font-size: 1.5rem;
  }
  .fm-redeem-login__form-control {
    padding: 0.625rem 0.875rem;
    font-size: 0.875rem;
  }
  .fm-redeem-login__btn {
    padding: 0.75rem 1.5rem;
    font-size: 0.875rem;
    min-height: 2.75rem;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .fm-redeem-login__card-title {
    font-size: 1.75rem;
  }
}
@media (min-width: 1200px) {
  .fm-redeem-login__card {
    border-radius: 1.25rem;
  }
  .fm-redeem-login__card-body {
    padding: 2rem 2.5rem 3rem;
  }
}
.fm-redeem-login__form-control:focus,
.fm-redeem-login__btn:focus,
.fm-redeem-login__terms-link:focus {
  outline: 2px solid #007bff;
  outline-offset: 2px;
}

@media (prefers-contrast: high) {
  .fm-redeem-login__card {
    border: 2px solid #000000;
  }
  .fm-redeem-login__form-control {
    border: 2px solid #000000;
  }
  .fm-redeem-login__btn {
    border: 2px solid #000000;
  }
}
@media (prefers-reduced-motion: reduce) {
  .fm-redeem-login__card, .fm-redeem-login__btn, .fm-redeem-login__form-control {
    -webkit-transition: none;
    transition: none;
  }
  .fm-redeem-login__btn:hover {
    -webkit-transform: none;
            transform: none;
  }
}
@media print {
  .fm-redeem-login__form-section {
    background: #ffffff;
    padding: 0;
  }
  .fm-redeem-login__card {
    -webkit-box-shadow: none;
            box-shadow: none;
    border: 1px solid #000000;
  }
  .fm-redeem-login__btn {
    background: #ffffff;
    color: #000000;
    border: 1px solid #000000;
  }
}
@-webkit-keyframes slideInDown {
  from {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes slideInDown {
  from {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/*------------------------------------*\
    #. CSS Variables
\*------------------------------------*/
:root {
  --color-menu: #000000;
  --color-menu-hover: var(--color-primary);
  --color-menu-active: var(--color-primary);
  --color-add-listing-button-text: #ffffff;
  --color-add-listing-button-text-hover: #ffffff;
  --bgcolor-add-listing-button: var(--color-primary);
  --bgcolor-add-listing-button-hover: #000000;
  --banner-bg-opacity: rgb(55, 125, 255, 0.7);
  --color-banner_title: #ffffff;
  --color-breadcrumb-link: #f9f9fa;
  --color-breadcrumb-link-hover: var(--color-primary);
  --color-breadcrumb-active: rgb(255, 255, 255, 0.7);
  --color-breadcrumb_separator: #f9f9fa;
  --bgcolor-footer: #0e1017;
  --color-footer-divider: rgb(255, 255, 255, 0.05);
  --color-footer-title: rgb(255, 255, 255, 0.9);
  --color-footer-text: rgb(255, 255, 255, 0.4);
  --color-footer-link: rgb(255, 255, 255, 0.4);
  --color-footer-link-hover: #ffffff;
  --color-primary: #5e53f9;
  --color-primary-50: #edefff;
  --color-primary-100: #dee3ff;
  --color-primary-500: var(--color-primary);
  --color-success: #14b570;
  --color-success-60: #14B57059;
  --color-success-50: #E1F3E7;
  --color-success-100: #D2F9E1;
  --color-success-500: #D2F9E1;
  --color-info: #2e94fa;
  --color-info-600: #217AEF;
  --color-warning: #dd8c08;
  --color-warning-40: #DD8C0840;
  --color-warning-50: #FDF6E4;
  --color-warning-100: #FDEFCE;
  --color-warning-200: #FBDFA7;
  --color-warning-300: #F6C879;
  --color-warning-400: #EEAD44;
  --color-warning-500: #DD8C08;
  --color-error: #d94a4a;
  --color-error-200: #F8D0D0;
  --color-danger: #f51957;
  --color-purple-light: #C293F1;
  --color-yellow-light: #FCA66F;
  --color-blue-light: #4570FE;
  --color-red-light: #FF6606;
  --color-primary-rgb: 94, 83, 249;
  --color-success-rgb: 20, 181, 112;
  --color-info-rgb: 46, 148, 250;
  --color-warning-rgb: 221, 140, 8;
  --color-error-rgb: 217, 74, 74;
  --color-danger-rgb: 245, 25, 87;
  --color-gray-900-rgb: 20, 25, 33;
  --color-facebook: #3b5998;
  --color-twitter: #1da1f2;
  --color-youtube: #cd201f;
  --color-instagram: #262626;
  --color-linkedin: #0077b5;
  --color-pinterest: #b7081b;
  --color-instagram: #262626;
  --color-tumblr: #262626;
  --color-reddit: #b7081b;
  --color-vk: #0077b5;
  --color-copy: #D0D5DD;
  --color-gray-900: #141921;
  --color-gray-800: #2C3239;
  --color-gray-700: #383F47;
  --color-gray-500: #98A2B3;
  --color-gray-500-light: #747C89;
  --color-gray-600: #4D5761;
  --color-gray-400: #A1A9B2;
  --color-gray-300: #D2D6DB;
  --color-gray-250: #E4E9EC;
  --color-gray-200: #E5E7EB;
  --color-gray-100: #F3F4F6;
  --color-gray-50: #F9FAFB;
  --color-gray: #565865;
  --color-light-gray: #929BB1;
  --color-light: #9299b8;
  --color-lighten: #7a82a6;
  --color-lighten-x: #5d658c;
  --color-white: #FFFFFF;
  --color-body: #565865;
  --color-water: #D4F2F2;
  --Accent-Green_10: #F4FAF6;
  --Accent-Blue_10: #F6F9FE;
  --Accent_Green: #92D1A3;
  --Accent_Green_10: #CEE8DD;
  --Accent_Violet: #C4B8EE;
  --Accent_Violet_10: #E7E3F1;
  --Accent_Blue: #A9C0FA;
  --Accent_Blue_10: #DEEBFE;
  --Accent_Brown: #F2D3C4;
  --Accent_Brown_10: #F2D3C4;
  --color-white-light: #FFFEFA;
  --footer-bg-color: hsl(224, 19%, 15%);
  --color-border-regular: #e9ebf4;
  --color-border-normal: #f2f2f2;
  --color-border-light: #D0D5DD;
  --color-border-lighter: #cbd0e3;
  --color-border-gray: #acb3cf;
  --b-gray-400: var(--color-gray-400);
  --b-gray-300: var(--color-gray-300);
  --b-gray-200: var(--color-gray-200);
  --color-bg-normal: #f9f9fa;
  --color-bg-light: #f6f7f8;
  --color-bg-lighter: #F5F8FC;
  --color-bg-light-gray: #f0f0f2;
  --font-family-inter: "Inter", sans-serif;
  --font-family-body: var(--font-family-inter);
  --transition: 0.3s ease;
  --shadow-color: rgba(16, 24, 40, 0.04);
  --shadow-color-xs: 0px 1px 2px 0px rgba(16, 24, 40, 0.06);
  --shadow-color-md: rgba(16, 24, 40, 0.03);
  --shadow-color-sm: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  --shadow-color-s: 0px 4px 8px 0px rgba(16, 24, 40, 0.08);
  --shadow-color-xl: 0px 20px 24px -4px rgba(16, 24, 40, 0.08), 0px 8px 8px -4px rgba(16, 24, 40, 0.03);
  --shadow-color-sm: 0px 1px 3px 0px rgba(16, 24, 40, 0.10), 0px 1px 2px 0px rgba(16, 24, 40, 0.06);
  --shadow-color-lg: 0px 12px 16px -4px rgba(16, 24, 40, 0.08), 0px 4px 6px -2px rgba(16, 24, 40, 0.03);
  --shadow-color-2xl: 0px 24px 48px -12px rgba(16, 24, 40, 0.18);
  --formgent-color-dark: var(--color-primary);
}