/* variables */ 
:root {
    /* Colors */ 
    --white: #fff;
    --black: #000;
    --purple: #5c04b4;
    --purple-hover: #6B02D5;
    --purple-border: #C5A6FF;
    --purple-light: #F5F0FF;
    --purple-dark: #360077;
    --orange: #fb8537;
    --gray: #ccc;
    --light-gray: #fafafa;
    DELETED--light-gray-bg: #0000000d;
    --medium-gray: #8a8a8a;
    --dark-gray: #2b2b2b;
    --light-cyan: #f0fbfa;

    /* Neutrals */
    --gray-100: #e9e9e9;
    --gray-600: #8e8e8e;
    --gray-700, #757575;

    
    /* chips */ 
    --chip-bg: #fff0d3;
    --chip-tx: #82330c;
    --chip-bg-hover: #FFDEA5;
    
    /* Typography */ 
    --bold: 800;
}

/* color classes */ multi
.white { color: var(--white); }
.black { color: var(--black); }
.purple { color: var(--purple); }
.purple-hover { color: var(--purple-hover); }
.purple-border { color: var(--purple-border); }
.purple-light { color: var(--purple-light); }
.purple-dark: { color: var(--purple-dark); }
.orange { color: var(--orange); }
.gray { color: var(--gray); }
.medium-gray { color: var(--medium-gray); }
.light-gray { color: var(--light-gray); }

.light-cyan { color: var(--light-cyan); }

.ta-align-l { text-align: left; }
.ta-align-c { text-align: center; }
.ta-align-r { text-align: right; }

.fw-400 { font-weight: 400; }
.fw-600 { font-weight: 600; }
.fw-800 { font-weight: 800; }
.b { font-weight: 800; }

/* boostrap fixes */ 
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  --bs-gutter-x: 0;
  --bs-gutter-y: 0;
}

/* HTML */
html, body { 
    overflow-x: hidden;
}

body {
    text-wrap: balance;
}

.gallery-item img {
    border-radius: 12px;
}

body {
    font-family: 'Inter';
    font-weight: 400;
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    line-height: 24px;
    DELETED-color: var(--white);
    background: var(--light-gray);
}

/* scroll-padding-top */
.frame {
  scroll-padding-top: 150px;
}

h1, h2, h3, h4, h5, h6 {
    DELETED-margin: 0 0 25px 0;
    padding: 0px;
    font-family: 'Jost';
    font-weight: 600;
    word-wrap: break-word;
}

h1 {
    /*background: linear-gradient(89.66deg, #FB8537 2.25%, #6B1EB8 56.19%);*/
    background: linear-gradient(89.66deg, color(display-p3 1 0.522 0.216) 2.25%, color(display-p3 0.412 0.118 0.722) 56.19%);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.remove-gradient h1 , 
.remove-gradient h2 , 
.remove-gradient h3 , 
.remove-gradient h4 , 
.remove-gradient h5 , 
.remove-gradient h6 {
    background: transparent;
    background-clip: unset;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
    background-clip: unset;
    text-fill-color: unset;
}

h1 { 
    font-size: 60px;
    line-height: 72px;
    DELETED-font-size: 84px;
    DELETED-line-height: 90px;
    text-transform: uppercase; 
    letter-spacing: 3.78px;
    DELETED-padding-bottom: 2rem !important;
    margin-bottom: 1rem;
}

h2 { 
    DELETED-font-size: 60px;
    DELETED-line-height: 72px;
    font-size: 48px;
    line-height: 52px;
    font-weight: 600;
    DELETED-letter-spacing: 2.16px;
    DEPRECATED-margin-bottom: 3rem;
}

h3 { 
    font-size: 36px; 
    line-height: 40px; 
    font-weight: 500; 
    letter-spacing: 1.26px;
}

h4 { 
    font-size: 30px;
    line-height: 34px;
    font-weight: 500;
    letter-spacing: 0.756px;
}

h5 { 
    font-size: 24px;
    line-height: 28px;
    font-weight: 500;
    letter-spacing: 0.63px;
}

h6 { 
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
}

.frame-type-header .frame-header h2:last-child {
    margin-bottom: 3rem;
}

.tx-toc {
   margin-bottom: 3rem !important;
   DEPRECATED-margin-top: 1rem;
}

.frame-type-toc_toc {
  padding-top: 0 !important;
  margin: 1rem 0 3rem 0 !important;
  DELETED-margin-bottom: 3rem !important;
  DELETED-margin-top: 1rem;
}

p {
    margin: 0 0 25px 0;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    letter-spacing: -0.378px;
}

.display-5 {
    font-size: 30px;
    font-weight: 400;
    line-height: 36px;    
}

/* highlight the Code Block style selection from the RTE */
span.code {
  font-family: Courier;
  background: #eeeeee;
  padding: 5px 10px 5px 10px;
  border-radius: 5px;
}

/*
.frame-inner p, .textpic-text p {
    text-align: center;
}
*/

ul {
  list-style-image: url('https://www.twipla.com/fileadmin/twipla/typo3-website-theme/template/images/icons/check.svg');
}

ul li, ol li{
    DELETED-font-size: 21px !important; 
    DELETED-line-height: 36px;
}

img { 
    max-width: 100%;
}

ul, ol {
    margin: 0 0 25px 30px; 
    padding: 0px;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
}

/*****************************************************/
/* Overriding bullet points and creating exceptions */
/*****************************************************/

.main-part ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.main-part li,
.main-part ul li {
    position: relative;
    padding-left: 2.2rem;
    margin-bottom: 0.6rem;
}

.main-part ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.15em;
  width: 1.2em;
  height: 1.2em;
  background: url('/fileadmin/twipla/typo3-website-theme/template/images/icons/check.svg') no-repeat center / contain;
  flex-shrink: 0;
}

/* Exceptions - lists that shouldn't have custom bullets */
.header-part ul, .footer-part ul, .menu ul, .dropdown-menu, .three-piller-install ul li, .create-pagination-inner, .three-piller-tab-btn ul, .new-pricing-inner ul li, .price-feature-list-v2 ul li, .categories-blog ul li,
.blog-recent-pagination ul li, .editor-left-link ul li, .twipla-common-inner ul li, .quick-section-left ul li, .heat-social ul li, nav ul, .mobile-quick-inner-wrap ul li, .mobile-quick-popup ul li {
  list-style: none;          
  padding: inherit;         
  margin: inherit;          
}

.header-part li, .footer-part li, .menu ul li, .dropdown-menu li, .three-piller-install ul li, .create-pagination-inner li, .three-piller-tab-btn ul li, .new-pricing-inner li, .price-feature-list-v2 li, .categories-blog ul li,
.blog-recent-pagination ul li, .editor-left-link ul li, .twipla-common-inner ul li, .quick-section-left ul li, .heat-social ul li, nav ul li, .mobile-quick-inner-wrap ul li, .mobile-quick-popup ul li {
  padding-left: 0;         
  margin-bottom: 0;        
}

.header-part ul li::before, .footer-part li::before, .menu ul li::before, .dropdown-menu li::before, .three-piller-install li::before, .create-pagination-inner li::before, .three-piller-tab-btn li::before, .new-pricing-inner li:before,
.price-feature-list-v2 li::before, .categories-blog li::before, .blog-recent-pagination li::before, .editor-left-link li::before, .twipla-common-inner li::before, .quick-section-left li::before, .heat-social li::before, nav ul li::before, .mobile-quick-inner-wrap li::before, .mobile-quick-popup li::before {
  display: none !important;
}

ol {
    list-style: decimal inside;
    padding-left: 1.5em;
}

.three-piller-click-left li {
    display: block;
}

/*****************************************************/
/* Overriding bullet points and creating exceptions */
/*****************************************************/

ul li, ol li { 
    margin-bottom: 12px; 
    padding-left: 12px;
}

button{ 
    box-shadow: none !important;
}

a:focus , a:visited , button , textarea , input , img{ DEPRECATED-outline: none !important; DEPRECATED-text-decoration: none !important; }

a {color: var(--purple); text-decoration: none;}
a:visited {DEPRECATED-color: var(--purple-dark);}
a:hover {color: var(--purple); text-decoration-line: underline; text-decoration-style: dotted; text-decoration-skip-ink: none; text-decoration-thickness: 10%; text-underline-offset: auto; text-underline-position: under;}
a:focus { outline: 1px var(--purple-border); }
a:active {color: var(--orange);}

.theme-btn a:visited {color: var(--white);}

b, strong {
    font-weight: 600;
}

section { 
    clear: both; 
    position: relative; 
    DELETED-padding: 0 0 180px 0;
    DELETED-margin-bottom: 4rem;
    DELETED-margin-bottom: 1rem;
    DELETED-margin-bottom: 4rem;
    DELETED-margin-top: 4rem;
    DELETED-margin-bottom: 6rem;
    DELETED-margin-top: 6rem;
    DEPRECATED-margin-top: 2rem;
    DEPRECATED-margin-bottom: 2rem;
    DELETED-padding: 4rem 0 4rem 0;
    padding: 5rem 0rem 5rem 0rem;
}

.gallery-row {
    margin-bottom: 2rem !important;
}

section:before , section:after { clear: both; display: table; content: ""; }

::-webkit-input-placeholder { opacity: 0.4 !important;}
::-moz-placeholder { opacity: 1 !important;}
:-ms-input-placeholder { opacity: 1 !important;}
:-moz-placeholder { opacity: 1 !important;}

input[type="text"] , input[type="email"] , input[type="password"] , input[type="subject"] , input[type="zip"] , input[type="tel"]{
    width: 100%;
    height: 45px;
    background: #ffffff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: none;
    color: #cccccc;
    padding: 0 20px;
}

.pswp__zoom-wrap img .pswp__img {
  width: auto !important;
  height: auto !important;
  max-width: 100% !important;
  max-height: 100vh !important;
  object-fit: contain !important;
  display: block !important;
  margin: 0 auto !important;
}

/* book a demo form */
/* btn-primary */ 
.btn-primary {
    background: var(--purple);
    border: none;
}
.btn-primary:hover{
    background: var(--orange);
    color: var(--black);
    border: none;
}
.btn-primary::after {
    content: " »";
}

input, textarea {
    border: 1px solid var(--dark-gray);
}

.frame-header {
    margin-bottom: 4rem;
}

.theme-btn, .theme-btn-variation {
    display: inline-block;
    width: auto;
    padding: 0 24px;
    height: 48px;
    line-height: 44px;
    border: none;
    color: var(--white);
    /*background: linear-gradient(90deg, #FB8537 0%, #6B1EB8 100%);*/
    DELETED-background: linear-gradient(89.66deg, color(display-p3 1 0.5 0) 0%, color(display-p3 0.412 0.118 0.722) 100%);
    background: var(--purple);
    letter-spacing: -0.03em;
    font-size: 16px;
    font-weight: 500;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    text-align: center;
    DELETED--webkit-transition: background-color 500ms linear;
    DELETED--ms-transition: background-color 500ms linear;
    DELETED-transition: background-color 500ms linear;
    text-decoration: none;
    border: 1px solid var(--white);
}

.theme-btn::after, .theme-btn-variation::after, .theme-btn-border::after {
    content: " »";
}

.theme-btn strong{
    font-weight: 500;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    position: relative;
    display: inline-block;
}

.theme-btn:hover, .theme-btn-variation:hover{
    color: var(--white);
    background: var(--purple-hover);
    DELETED-Dbackground: linear-gradient(90deg, #FB8537 0%, #FB8537 100%);
    DELETED--webkit-transition: background-color 500ms linear;
    DELETED--ms-transition: background-color 500ms linear;
    DELETED-transition: background-color 500ms linear;
    DELETED--webkit-box-shadow: 1px 5px 16px rgba(251, 133, 55, 0.43);
    DELETED--moz-box-shadow: 1px 5px 16px rgba(251, 133, 55, 0.43);
    DELETED-box-shadow: 1px 5px 16px rgba(251, 133, 55, 0.43);
    text-decoration: none;
}

.theme-btn:hover strong {
    DELETED--webkit-transform: translateX(-5px);
    DELETED-transform: translateX(-5px);
    DELETED--webkit-transition: all 0.5s ease 0s;
    DELETED-transition: all 0.5s ease 0s;
}

.theme-btn:hover img{
    DELETED--webkit-transform: translateX(5px);
    DELETED-transform: translateX(5px);
    DELETED--webkit-transition: all 0.5s ease 0s;
    DELETED-transition: all 0.5s ease 0s;
}

.theme-btn img{
    margin-left: 10px;
    DELETED--webkit-transition: all 0.5s ease 0s;
    DELETED-transition: all 0.5s ease 0s;
    DELETED-position: relative;
}

.theme-btn-white{
    display: inline-block;
    width: auto;
    padding: 0 24px;
    height: 48px;
    line-height: 46px;
    border: 1px solid var(--white);
    color: var(--white);
    background: transparent;
    DELETED-bletter-spacing: -0.03em;
    font-size: 16px;
    font-weight: 500;
    DELETED-b-webkit-transition: all 0.5s ease 0s;
    DELETED-btransition: all 0.5s ease 0s;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    text-align: center;
    min-width: 240px;
    text-decoration: none;
}

.theme-btn-white:hover { 
    color: var(--white);
    border-color: var(--orange);
    background: var(--orange);
    DELETED-color: #FB8537; 
    DELETED-border-color: #FB8537;
}

.theme-btn-white img , .theme-btn-border img{margin-left: 10px;}

.theme-btn-white:hover { 
    DELETED-color: #ffffff;
    DELETED-background: #FB8537;
    DELETED-border-color: #ffffff; 
    color: var(--orange);
    background: var(--orange);
    border-color: var(--orange);
}

.theme-btn-white.theme-btn-white-sm {
    min-width: 186px;
}

.theme-btn-white.theme-btn-white-sm::after {
    content: " »";
}

.theme-btn-border {
    display: inline-block;
    DELETED-width: max-content;
    padding: 0 24px;
    height: 48px;
    line-height: 48px;
    border: none;
    DEPRECATED-color: #000000;
    /*background: linear-gradient(90deg, #FB8537 0%, #6B1EB8 100%);*/
    DELETED-background: linear-gradient(89.66deg, color(display-p3 1 0.5 0) 0%, color(display-p3 0.412 0.118 0.722) 100%);
    border: 1px solid var(--purple-border);
    DELETED-letter-spacing: -0.03em;
    font-size: 16px;
    font-weight: 600;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    position: relative;
    text-align: center;
    DELETED--webkit-transition: background-color 500ms linear;
    DELETED--ms-transition: background-color 500ms linear;
    DELETED-transition: background-color 500ms linear;
    text-decoration: none;
}

.theme-btn-border span { 
    position: relative; 
    z-index: 1;
}

.theme-btn-border::before {
    DELETED-position: absolute;
    DELETED-top: 1.5px;
    DELETED-left: 1.5px;
    DELETED-width: calc(100% - 3px);
    DELETED-height: calc(100% - 3px);
    DELETED-background: #ffffff;
    DELETED-content: "";
    DELETED--webkit-border-radius: 6px;
    DELETED-border-radius: 6px;
}

.theme-btn-border:hover{
    DELETED-color: #FB8537;
    background: var(--purple-light);
    border: 1px solid var(--purple-light);
    DELETED--webkit-transition: background-color 500ms linear;
    DELETED--ms-transition: background-color 500ms linear;
    DELETED-transition: background-color 500ms linear;
    text-decoration: none;
}

.theme-btn-border strong {
    font-weight: 500;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    position: relative;
    display: inline-block;
}

.theme-btn-border:hover strong {
    DELETED-b-webkit-transform: translateX(-5px);
    DELETED-btransform: translateX(-5px);
    DELETED-b-webkit-transition: all 0.5s ease 0s;
    DELETED-btransition: all 0.5s ease 0s;
}

.theme-btn-border:hover img {
    DELETED-b-webkit-transform: translateX(5px);
    DELETED-btransform: translateX(5px);
    DELETED-b-webkit-transition: all 0.5s ease 0s;
    DELETED-btransition: all 0.5s ease 0s;
    DELETED-content: url('/fileadmin/twipla/typo3-website-theme/template/images/icons/orange-arrow-show.svg');
}

.theme-btn-border img {
    margin-left: 10px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    position: relative;
}

.theme-btn-white strong{
    font-weight: 500;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    position: relative;
    display: inline-block;
}

.theme-btn-white:hover strong {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.theme-btn-white:hover img{
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.theme-btn-white img {
    margin-left: 10px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    position: relative;
}

.header-part{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 999;
    background: #ffffff;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    padding: 16px 0;
}

.header-part.sticky.sticky-fixed{
    -webkit-box-shadow: 0 20px 21px rgba(0, 0, 0, 0.05);
    box-shadow: 0 20px 21px rgba(0, 0, 0, 0.05);
}

.header-inner {
    display: flex;
    width: 100%;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
}

.logo { 
  DEPRECATED-margin-right: auto; 
  DEPRECATED-margin-left: auto; 
  PAUSED-align: left;
  PAUSED-width: 320px;
  PAUSED-DELETED-border: 1px solid red;
}

.desktop-logo { display: block; }
.mobile-logo { display: none; }

.header-info{
    margin-left: auto;
    display: flex;
    width: auto;
    flex-wrap: wrap;
    align-items: center;
}

.language-menu , .user-menu {
    DELETED-margin-right: 16px;
    margin-right: 10px;
    position: relative;
}

.language-menu .language-menu-drop{
    position: absolute;
    DELETED-top: calc(100% + 25px);
    DELETED-top: calc(100% + 5px);
    right: -66px;
    padding: 24px 20px;
    margin: 0;
    list-style: none;
    background: #ffffff;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    display: none;
    DELETED-min-width: 178px;
    min-width: 200px;
    border: 1px solid #F3F3F3;
    font-size: 14px;
}

.language-menu .language-menu-drop ul{ margin: 0px; padding: 0px; list-style: none; }

.language-menu .language-menu-drop li{ padding: 0px; margin: 0 0 17px 0; list-style: none; }

.language-menu .language-menu-drop li a{
    background: transparent;
    border-radius: 0px !important;
    color: #000000;
    text-decoration: none;
}

.language-fix-scroll ul li:last-child , .language-fix ul li:last-child {margin-bottom: 0px !important;}
.language-fix{padding-bottom: 12px !important; position: relative;}

.language-fix:after{
    position: absolute;
    bottom: 0px;
    left: 0px;
    background: #FEE7D7;
    height: 1px;
    width: 24.37px;
    content: "";
}

.language-fix-scroll { height: 110px; overflow-y: auto; margin-top: 12px; }

.language-menu .language-menu-drop li span{margin-right: 16px;}

.language-menu .lang-click , .user-menu a{
    width: 48px;
    height: 48px;
    display: block;
    background: #F3F3F3;
    text-align: center;
    line-height: 48px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    position: relative;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    text-decoration: none;
}

.language-menu .lang-click:hover:before , .user-menu a:hover:before{
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 50%;
    bottom: 0px;
    content: "";
    background: linear-gradient(90deg, rgba(251, 133, 55, 0) 0%, #FB8537 46.35%, rgba(251, 133, 55, 0) 100%);
    height: 1.5px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.user-menu a:hover img{
    DELETED-content: url('/fileadmin/twipla/typo3-website-theme/template/images/icons/user-circle-orange.svg');
    DELETED--webkit-transition: all 0.5s ease 0s;
    DELETED-transition: all 0.5s ease 0s;
    position: relative;
}

.language-menu .lang-click img{
    border: 1.5px solid transparent;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.language-menu .lang-click:hover img{
    DELETED-border-color: #FB8537;
    border-color: var(--orange);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.main-menu {
    margin: 0 auto;
}

.main-menu ul {
    list-style: none;
    padding: 0px;
    DELETED-margin: 0px;
    margin: 0px 0px 0px 0px;
}

.main-menu li {
    list-style: none;
    padding: 0px;
    DELETED-margin: 0px;
    margin: 0px 0px 14px 0px;
}

.main-menu > ul {
    display: flex; 
    width: auto;
    flex-wrap: wrap;
}

.main-menu > ul > li { 
    DELETED-margin: 0 28px;
    margin: 0 20px;
}

.main-menu > ul > li:hover {
    border-bottom: 1px solid var(--purple);
}

.main-menu > ul > li > a {
    display: block;
    color: #000000;
    letter-spacing: -0.03em;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    text-decoration: none;
}

.main-menu > ul > li:hover > a, .main-menu > ul > li.active > a { 
    DELETED-color: #FB8537; 
    color: var(--purple);
    text-decoration: none;
}

.main-menu > ul > li.has-child > a:before , .main-menu > ul > li:hover > a:before {
    position: absolute;
    bottom: -3px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    content: "";
    width: 67px;
    height: 2px;
    DELETED-background: url('/fileadmin/twipla/typo3-website-theme/template/images/icons/line.svg') no-repeat center center;
}

.main-menu > ul > li a:after {
    position: absolute;
    top: calc(100%);
    left: 0px;
    width: 100%;
    content: "";
    height: 28px;
    z-index: 11;
}
/* Hover on mega menu completely buggy */
.main-menu > ul > li.has-child .mega-menu-wrapper .mega-menu-list-link a:after { 
    height: 0; 
}

.main-menu > ul > li.has-drop-down:hover > a:after {
    DELETED-position: absolute;
    DELETED-content: "";
    height: 10px;
    DELETED-width: 15px;
    DELETED-background: url('/fileadmin/twipla/typo3-website-theme/template/images/icons/drop-polygon.svg') no-repeat center center;
    DELETED-top: 51px;
    DELETED-left: 50%;
    DELETED--webkit-transform: translateX(-50%);
    DELETED--moz-transform: translateX(-50%);
    DELETED-transform: translateX(-50%);
    DELETED-z-index: 2;
}  

.main-menu > ul > li:hover .mega-menu-wrapper {
    display: block;
}

/*kp max-width*/
.mega-menu-wrapper {
    position: absolute;
    top: 100%;
    left: 50%;
    width: 100%;
    border: 1px solid #E1E1E1;
    background: var(--white);
    DELETED--webkit-border-radius: 15px;
    DELETED--moz-border-radius: 15px;
    DELETED--ms-border-radius: 15px;
    DELETED-border-radius: 15px;
    max-width: 1100px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-top: 16px;
    display: none;
}

.mega-menu-wrapper:before {
    DELETED-background: linear-gradient(90deg, rgba(251, 133, 55, 0) 11.45%, #FB8537 44.41%, rgba(251, 133, 55, 0) 81.39%);
    width: 100%;
    height: 1.5px;
    content: "";
    position: absolute;
    top: -1px;
    left: 0px;
}

/*kp*/
.mega-menu-top{padding: 20px 24px;}

.mega-menu-top ul , .mega-menu-top ul li{ list-style: none; padding: 0px; margin: 0px; }

/* kp margin-bottom*/
.mega-menu-list-link ul li { 
    display: block; 
    position: relative; 
    DELETED-margin-bottom: 10px; 
    margin-bottom: 6px;
    line-height: 30px;
}

.mega-menu-list-link ul li:last-child{margin-bottom: 0px;}

.mega-menu-list-link li a{
    display: block;
    color: #000000;
    position: relative;
    padding-left: 34px;
    text-decoration: none;
    font-size: 16px;
}

.mega-menu-list-link > ul > li:hover > a {
    DELETED-color: #FB8537; 
    color: var(--purple);
    text-decoration: none;
}

.mega-menu-list-link li a img { max-width: 24px; position: absolute; left: 0; top: 0; }

.drop-arrow-mobile{
    position: absolute;
    right: 10px;
    height: 44px;
    width: 44px;
    top: 0px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    display: none;
}

.drop-arrow-mobile.open img{
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}

.mega-menu-head h4{ font-family: 'Inter'; font-weight: 600; font-size: 24px; }

.mega-menu-head h4 {max-width: 200px; color: black;}
/*kp padding*/
.mega-menu-bottom{
    background: rgba(107,30,184,0.08);
    padding: 20px 35px;
    border-radius: 0 0 12px 12px;
    margin-top: 9px;
}

.mega-menu-bottom-row p:last-child {
    margin-bottom: 0px;
}

.mega-menu-bottom-row {
    display: flex; 
    width: 100%; 
    flex-wrap: wrap; 
    align-items: center;
}

.mega-menu-bottom-left { 
    max-width: calc(100% - 220px); 
    padding-right: 95px;
}

.mega-menu-bottom-left h6 {
    font-size: 18px; 
    DELETED-color: #FB8537;
    color: var(--orange);
    margin-bottom: 0px;
}

.mega-menu-bottom-left h3 {
    font-family: 'Inter';
    font-weight: 600;
    font-size: 28px;
    margin-bottom: 0px;
}

.mega-menu-bottom-right { 
    max-width: 220px; 
    width: 100%;
}

.mega-menu-bottom-right .theme-btn { 
    margin-bottom: 14px; 
}

.banner-bg{
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}

/* Unified Hero Section - Begins */

.section-hero .variation-check-blog {
    background: linear-gradient(90deg, rgba(244, 244, 244, 1) 0%, rgba(250, 250, 250, 1) 100%);
    -webkit-border-radius: 42px;
    -moz-border-radius: 42px;
    -ms-border-radius: 42px;
    border-radius: 42px;
    padding: 12px 6px 12px 16px;
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 12px;
    overflow: hidden;
    color: rgba(61, 58, 65, 1);
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    letter-spacing: -0.29px;
    DEPRECATED-margin-bottom: 16px;
}

.section-hero .variation-check-blog p {
    DEPRECATED-color: #000000;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: -0.27px;
    font-family: 'Inter';
    DELETED-white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.section-hero .variation-check-icon p {
  margin: 0;
  line-height: 0;
}

/* Unified Hero Section - Ends */

.main-part { 
    DELETED-padding: 130px 0 0 0;
    DELETED-padding: 130px 10px 10px 10px;
}

.row-switch { 
    flex-direction: row-reverse;
}

.hero-main {
    DELETED-padding: 75px 0 100px 0;
    padding: 40px 0px 20px 0px;
    DELETED-color: #ffffff;
    color: var(--white);
    text-align: center;
    DELETED-font-size: 28px;
    DELETED-line-height: 47.6px;
    DELETED-font-family: 'Jost';
    DELETED-font-weight: 400;
    DELETED-margin-bottom: 100px;
}

.hero-inner h1 { 
    DELETED-color: #ffffff;
    color: var(--white);
    margin-bottom: 10px;
}

.hero-inner p:last-child{margin-bottom: 0px;}
.editor-inner{display: flex; width: 100%; flex-wrap: wrap;}
.editor-left{width: calc(100% - 289px); padding-right: 32px;}

.editor-blog-list {
    height: 100%;
    background: linear-gradient(0deg, #FB8537 44.33%, rgba(251, 133, 55, 0) 70.74%);
    padding: 2px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
}

.editor-blog-list-inner {
    padding: 25px;
    background: #FAFAFA;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    height: 100%;
    padding-right: 9px;
}

.editor-blog-list-top { 
    text-align: center; 
    padding: 0 20px;
}

.editor-blog-title { 
    font-size: 18px;
    line-height: 25.2px;
    margin-bottom: 20px;
    margin-top: 14px; 
}

.editor-blog-title a {
    DELETED-color: #000000; 
    color: var(--white);
    text-decoration: none;
}

.feature-artist {
    font-size: 14px;
    line-height: 22.4px;
    DELETED-color: #FB8537;
    color: var(--orange);
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.editor-blog-list-bottom {
    display: flex;
    width: 100%;
    align-items: center;
    margin-bottom: 28px;
    position: relative;
}

.full-cover { 
    position: absolute;
    top: 0px; 
    height: 100%;
    width: 100%;
    left: 0px; 
}

.editor-blog-list-bottom-left, .editor-blog-list-bottom-left img {
    max-height: 60px;
    max-width: 60px;
    min-height: 60px;
    min-width: 60px;
    object-fit: cover;
    -webkit-border-radius: 12px;
    border-radius: 12px;
}

.editor-blog-list-bottom-left {
    margin-right: 14px;
}

.editor-blog-list-bottom-right { 
    font-size: 14px;
    font-weight: 500;
    line-height: 18.2px;
}

.editor-blog-list-bottom:last-child {
    margin-bottom: 0px;
}

.editor-top .col-xs-12 { 
    margin-bottom: 50px;
}

.heat-product-blog {
    position: relative;
    -webkit-box-shadow: 0 20px 21px rgba(0, 0, 0, 0.05);
    box-shadow: 0 20px 21px rgba(0, 0, 0, 0.05);
    -webkit-border-radius: 12px;
    border-radius: 12px;
    height: 100%;
}

.heat-product-blog-img{overflow: hidden;}

.heat-product-blog-img, .heat-product-blog-img img {
    -webkit-border-radius: 12px 12px 0 0;
    border-radius: 12px 12px 0 0;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.heat-product-blog .heat-product-blog-img img{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.heat-product-blog:hover .heat-product-blog-img img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.heat-product-blog-info {
    display: flex;
    width: 100%;
    flex-direction: column;
    padding: 16px 24px;
    -webkit-border-radius: 0 0 12px 12px;
    border-radius: 0 0 12px 12px;
    min-height: 150px;
}

.heat-product-info-top {
  DEPRECATED-min-height: unset; 
  margin-bottom: 15px;
}

.heat-product-info-top small {
    font-size: 14px;
    color: #aaaaaa;
    display: block;
    margin-bottom: 11px;
    position: relative;
    padding-left: 23px;
}

.heat-product-info-top small img {
    position: absolute;
    left: 0px; top: 5px;
}

.read-more{
    font-weight: 600;
    DELETED-background: linear-gradient(90deg, #FB8537 0%, #6B1EB8 100%);
    DELETED--webkit-background-clip: text;
    DELETED-background-clip: text;
    DELETED-text-fill-color: transparent;
    DELETED--webkit-transition: all 0.75s ease 0s;
    DELETED--moz-transition: all 0.75s ease 0s;
    DELETED-transition: all 0.75s ease 0s;
    display: inline-block;
    min-height: 27px;
    DEPRECATED-text-decoration: underline;
}

.read-more img {
    margin-left: 5px;
    -webkit-transition: all 0.75s ease 0s;
    -moz-transition: all 0.75s ease 0s;
    transition: all 0.75s ease 0s;
}

.heat-product-blog:hover .read-more{
    DELETED-background: linear-gradient(90deg, #FB8537 0%, #FB8537 100%);
    DELETED--webkit-transition: all 0.75s ease 0s;
    DELETED--moz-transition: all 0.75s ease 0s;
    DELETED-transition: all 0.75s ease 0s;
    DELETED--webkit-background-clip: text;
    DELETED--webkit-text-fill-color: transparent;
    DELETED-background-clip: text;
    DELETED-text-fill-color: transparent;
    text-decoration: none;
}

.heat-product-blog:hover .read-more img{
    DELETED-content: url('/fileadmin/twipla/typo3-website-theme/template/images/icons/gradient-arrow-hover.svg');
    -webkit-transition: all 0.75s ease 0s;
    -moz-transition: all 0.75s ease 0s;
    transition: all 0.75s ease 0s;
    margin-left: 10px;
}

.editor-main-list .col-xs-12{margin-bottom: 50px;}
.url-wrapper-right{text-align: center;}
.url-wrapper-left{color: #ffffff;}
.url-wrapper-left h2{margin: 0px;}

.url-wrapper{
    padding: 45px 60px;
    margin-bottom: 30px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
}

.get-start-free , .heat-main-start{
    DELETED--webkit-transition: box-shadow .3s ease;
    DELETED--moz-transition: box-shadow .3s ease;
    DELETED-transition: box-shadow .3s ease;
}

.get-start-free:hover , .heat-main-start:hover{
    DELETED-box-shadow: 0 5px 10px rgba(237,123,68,.05), 0 15px 40px rgba(200,96,101,.2);
    DELETED--webkit-transition: box-shadow .3s ease;
    DELETED--moz-transition: box-shadow .3s ease;
    DELETED-transition: box-shadow .3s ease;
}

/* footer */ 
.footer-part {
    /*background: radial-gradient(124.9% 2950.17% at -26.15% 50%, #FB8537 0%, rgba(251, 133, 55, 0) 100%), #6B1EB8;*/
    DELETED-background: radial-gradient(124.9% 2950.17% at -16.15% 50%, color(display-p3 0.9 0.5 0.2) 0%, rgba(251, 128, 52, 0) 90%), color(display-p3 0.42 0.11 0.72);
    background: var(--purple);
    padding: 40px 0 60px 0;
    color: #ffffff;
}

.footer-part a, 
.footer-part h1, 
.footer-part h2, 
.footer-part h3,
.footer-part h4,
.footer-part h5,
.footer-part h6 {
    DELETED-color: #ffffff;
    color: var(--white);
}

.footer-top-left h2 {
    font-size: 50px;
    line-height: 72px;
}

/* news */
.news-row {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}
.news-row input[type="text"] , .news-row input[type="email"]{
    background: #ffffff;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    height: 50px;
    padding: 0 24px;
    width: 100%;
    border: none;
    color: #DEDEDE;
}

.news-row-email {flex: 0 0 62%; max-width: 62%;}

.news-row-captcha { flex: 0 0 33%; max-width: 33%; margin-left: 5%; }

.footer-top-right{display: flex; justify-content: flex-end;}
.footer-top-right .form {max-width: 635px;}
.news-submit .theme-btn-white{min-width: 186px;}

.news-submit{ flex: 0 0 62%; max-width: 62%; margin-top: 15px; }

.captcha-blog { order: 2; flex: 0 0 33%; max-width: 33%; margin-left: 5%; margin-top: 15px; }

.read-link{font-weight: 600; text-decoration: underline !important;}

.read-link:hover{
    color: #FB8537 !important;
    text-decoration: underline !important;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.read-link-arrow{
    width: 21px;
    height: 21px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    border: 1px solid transparent;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    background: #ffffff;
    margin-left: 8px;
    display: inline-block;
    top: 1px;
    position: relative;
    text-align: center;
    line-height: 18px;
    text-decoration: none;
}

.read-link:hover .read-link-arrow{
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 28.76px;
    border-color: radial-gradient(78.3% 84.35% at 117.26% 50%, #FB8537 0%, rgba(251, 133, 55, 0) 100%), linear-gradient(0deg, #FFFFFF, #FFFFFF);
}

.read-link:hover .read-link-arrow img{position: relative; left: 1px;}
.footer-top {margin-bottom: 22px;}

.footer-latest {
    padding: 0 0 35px 0;
    border-bottom: 1px solid rgba(255,255,255,0.09);
    margin-bottom: 35px;
}

.footer-link-set{margin-bottom: 60px;}
.footer-link-set:last-child{margin-bottom: 0px;}
.footer-link-set > strong{margin-bottom: 25px; display: block;}

.footer-link-set ul , .footer-link-set li{ list-style: none; padding: 0px; margin: 0px; }

.footer-link-set li {
    margin-bottom: 25px;
}
.footer-link-set li:last-child {
    margin-bottom: 0px;
}
.footer-link-set li a {
    display: block;
    DELETED-text-decoration: none;
    DEPRECATED-text-decoration: underline;
    color: var(--white);
}
.footer-link-set li a:hover {
    text-decoration: none;
}

.notify-part { padding: 0px; margin: 24px 0 39px 0; z-index: 1; }

.notify-inner { 
    align-items: center;
    DEPRECATED-background: rgba(0, 0, 0, 0.03);
    background: var(--white);
    -webkit-border-radius: 9px;
    border-radius: 9px;
    padding: 13px 72px;
    display: flex;
    justify-content: space-between;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    position: relative;
    margin: 4px 0 4px 0;
}

.read-more-hover {
    display: none;
}

.notify-inner:hover{
    DELETED-background: radial-gradient(50% 22202.29% at 96.05% 0%, #6B1EB8 0%, rgba(107, 30, 184, 0) 100%) , linear-gradient(90deg, #FB8537 4.71%, rgba(251, 133, 55, 0) 43.06%);
}

.notify-inner:hover:before{
    position: absolute;
    top: 1px;
    left: 1px;
    height: calc(100% - 2px);
    width: calc(100% - 2px);
    content: "";
    background: #ffffff;
    -webkit-border-radius: 9px;
    border-radius: 9px;
}

.notify-inner:hover .read-more-hover{display: inline-block; width: auto;}
.notify-inner:hover .read-more-simple{display: none;}

.notify-inner:hover .read-more {
    background: #000;
    -webkit-background-clip: text;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    position: relative;
}

.notify-left a {
  DELETED-font-size: 16px;
}

.notify-left , .notify-right{position: relative; z-index: 11;}

.notify-right{
    padding-left: 0;
    margin-left: 25px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.platform-inner-top { text-align: center; max-width: 100%; margin: 0 auto; }

.gradient-txt-sm{
    /*background: linear-gradient(89.66deg, #FB8537 2.25%, #6B1EB8 56.19%);*/
    background: linear-gradient(89.66deg, color(display-p3 1 0.522 0.216) 2.25%, color(display-p3 0.412 0.118 0.722) 56.19%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.platform-inner-top h1{ 
    margin-bottom: 32px; 
    DELETED-line-height: 100px; 
}

.platform-blog ul , .platform-blog li{ list-style: none; padding: 0px; margin: 0px; }

.platform-blog li {
    padding-left: 2.5rem !important;
    position: relative;
    DELETED-margin-bottom: 30px;
    margin-bottom: 18px !important;
    font-size: 18px;
    letter-spacing: -0.42px;
    line-height: 28px;
}

.platform-blog li:last-child {margin-bottom: 0px;}

.platform-blog li:before {
    position: absolute;
    left: 0px;
    top: 3px;
    background: url('/fileadmin/twipla/typo3-website-theme/template/images/icons/check.svg') no-repeat center center;
    width: 24px;
    height: 24px;
    content: "";
}

.platform-review {
    padding: 20px 32px;
    background: #fff;
    text-align: center;
    -webkit-border-radius: 12px;
    border-radius: 12px;
}

.platform-inner-bottom {padding: 0 35px;}

.platform-inner-btn-bottom ul , .platform-inner-btn-bottom li{ list-style: none; padding: 0px; margin: 0px; }

.platform-inner-btn-bottom ul{ display: flex; width: 100%; justify-content: center; }

.platform-inner-btn-bottom ul li { margin-right: 28px; position: relative; color: rgba(0,0,0,0.20); }

.platform-inner-btn-bottom ul li:last-child {
    margin-right: 0px;
}

.platform-inner-btn-bottom ul li:after{ position: absolute; right: -15px; top: 0px; content: "|"; }

.platform-inner-btn-bottom ul li:last-child:after{display: none;}

.platform-inner-btn-bottom ul li a{ color: rgba(0,0,0,0.20); display: block; text-decoration: none; }

.platform-inner-btn-top{margin-bottom: 20px;}
.platform-inner-btn-top , .platform-inner-btn-bottom{text-align: center;}
.platform-inner-bottom {margin-bottom: 38px;}
.graph-inner img{width: 100%;}
.partner-part{padding: 60px 0 60px; background: #ffffff;}

.partner-logo{ display: flex; align-items: center; justify-content: center; height: 85px; }

.large-logo-partner .partner-logo{height: 122px;}
.partner-logo img{width: auto !important;}

.partner-inner h6{
    background: linear-gradient(270deg, #6B1EB8 44.19%, #FB8537 55.13%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-size: 20px;
    line-height: 32px;
    text-align: center;
    font-weight: 600;
}

.full-parner-slider .marquee {margin-top: 55px;}

.pillar-part {
    DEPRECATED-padding-top: 180px;
}

section.section-lg-space{padding-bottom: 190px;}

.benefit-inner-box-right .theme-btn , .deeper-inner .theme-btn{min-width: 234px;}
.title-part{text-align: center;}

.title-part h2 {
    margin-bottom: 8px;
}

.title-part h3 {
    margin-bottom: 2rem;
}

.sub-title{
    /*background: linear-gradient(90deg, #FB8537 41.1%, #6B1EB8 64.86%);*/
    DELETED-background: linear-gradient(90deg, color(display-p3 1 0.522 0.216) 41.1%, color(display-p3 0.412 0.118 0.722) 64.86%);
    color: var(--orange);
    DELETED--webkit-background-clip: text;
    DELETED--webkit-text-fill-color: transparent;
    DELETED-background-clip: text;
    DELETED-text-fill-color: transparent;
    font-size: 20px;
    line-height: 32px;
    text-transform: uppercase;
    font-family: 'Jost';
    font-weight: 600;
}

.pillar-row {
    DELETED-color: var(--black);
}

.pillar-col { text-align: center; padding: 0 6%; margin-top: 40px;}

.pillar-col h3 {
    margin-bottom: 1rem;
}

.pillar-col h4 {margin-bottom: 1.25rem;}
.pillar-col-info h5 {margin: 0;}
.pillar-col-info{margin-top: 15px;}
.perfect-right p{margin-bottom: 15px;}
.perfect-inner{padding: 0;}
.perfect-right h3 {margin-bottom: 17px;}
.perfect-right h4 {margin:2rem 0 1.5rem 0;}
.perfect-right h3 span{color: #FB8537;}
.perfect-left{text-align: center;}
.perfect-left img{width: auto;}
.perfect-right{padding-left: 35px;}

.btn-group{ display: flex; width: 100%; flex-wrap: wrap; margin-top: 30px; }

.btn-group a {
      margin-bottom: 12px;
}

.btn-group .theme-btn { 
    margin-right: 12px; 
}

.theme-btn-white { 
    margin-right: 12px; 
}

.perfect-switch .row{flex-direction: row-reverse;}

.tags-list{ display: flex; width: 100%; gap:15px; flex-wrap: wrap; }

.orangle-light{color: #FB8537 !important;}
.perfect-part.perfect-switch .perfect-right{padding-left: 0px; padding-right: 35px;}
.protect-part.perfect-switch .perfect-right{padding-left: 0px; padding-right: 35px;}


.perfect-part.perfect-gradient {
    DELETED-padding: 60px 0 !important;
    padding: 4rem 0 4rem 0;
    DELETED-margin-bottom: 180px;
    /*background: radial-gradient(133.63% 3156.29% at -36.25% 50%, #6B1EB8 25%, rgba(251, 133, 55, 0) 125%), #FB8537;*/
    DELETED-background: radial-gradient(133.63% 3156.29% at -36.25% 50%, color(display-p3 0.42 0.11 0.72) 25%, rgba(1.0, 0.5, 0.2, 0) 125%), color(display-p3 1.0 0.5 0.2);
    background: var(--purple);
}

.perfect-part.perfect-gradient a {
    color: var(--white);
    text-decoration: none;
}

.perfect-gradient,
.perfect-gradient h2,
.perfect-gradient h3,
.perfect-gradient h4 {
    color: #ffffff; 
}

.perfect-gradient h2 span {
    color: #FB8537;
}

.perfect-gradient h5{ color: #FB8537; margin: 0px; text-transform: uppercase; }

.perfect-gradient .perfect-left {text-align: right;}

.perfect-gradient .perfect-left img {
    width: 95%;
}

.perfect-left .btn-group{justify-content: center; margin-top: -85px;}
.protect-inner .title-part{margin-bottom: 30px;}

.gradient-icon-list , .gradient-icon-list li{ list-style: none; padding: 0px; margin: 0px; }

.gradient-icon-list li , .gradient-icon-list li a{ display: flex; width: 100%; align-items: center; text-decoration: none; }

.gradient-icon-list li a{
    font-weight: 600;
    font-size: 20px;
    line-height: 30.8px;
    color: #000000;
    font-family: 'Jost';
    text-decoration: none;
}

.gradient-icon-list li{margin-bottom: 17px;}
.gradient-icon-list li:last-child{margin-bottom: 0px;}

.gradient-icon-blog{
    min-width: 68px;
    min-height: 68px;
    position: relative;
    width: 68px;
    height: 68px;
    margin-right: 26px;
}

.gradient-icon-blog img{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.perfect-gradient .perfect-left.perfect-left-align{text-align: left;}
.latest-inner .col-xs-12 {margin: 50px 0;}
.latest-inner .btn-group{justify-content: center; margin: 0px;}
.say-about-inner .title-part{margin-bottom: 55px; padding: 0 15px;}

.say-about-blog{
    padding: 26px 32px 35px 32px;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 5px 25px rgba(28, 11, 66, 0.05);
    box-shadow: 0px 5px 25px rgba(28, 11, 66, 0.05);
    -webkit-border-radius: 12px;
    border-radius: 12px;
    margin: 0 15px;
}

.say-about-blog h5{margin-bottom: 6px;}

.say-about-profile{ display: flex; width: 100%; flex-wrap: wrap; align-items: center; }

.say-about-profile-left{ display: flex; width: auto; align-items: center; margin-right: auto; }

.say-about-profile-pic{ min-width: 57px; min-height: 57px; width: 57px; height: 57px; margin-right: 20px; }

.say-about-profile-pic img{
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

.say-about-profile-name > strong{display: block;}
.say-about-profile-name small{font-size: 13px; display: block;}

.say-about-profile-right{
    background: #FAFAFA;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    padding: 10px 16px;
    display: flex;
    gap:5px;
}

.say-about-profile-right.desktop{display: flex;}
.say-about-profile-right.mobile{display: none;}
.say-about-blog p{max-width: 480px;}
.say-about-part{overflow-x: hidden;}

.say-about-part:before{
    height: 100%;
    max-width: 100px;
    width: 100%;
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    background: linear-gradient(90deg, rgba(245,245,245) 50%, rgba(255,255,255,0) 100%);
    z-index: 22;
}

.say-about-part:after{
    height: 100%;
    max-width: 100px;
    width: 100%;
    content: "";
    position: absolute;
    right: 0px;
    top: 0px;
    background: linear-gradient(90deg, rgba(245,245,245,0) 0%, rgba(255,255,255,1) 50%);
    z-index: 22;
}

.full-parner-slider{position: relative;}

.full-parner-slider:before{
    height: 100%;
    max-width: 100px;
    width: 100%;
    content: "";
    position: absolute;
    right: 0px;
    top: 0px;
    background: linear-gradient(90deg, rgba(245,245,245,0) 0%, rgba(255,255,255,1) 50%);
    z-index: 22;
}

.full-parner-slider:after{
    height: 100%;
    max-width: 100px;
    width: 100%;
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    background: linear-gradient(90deg, rgba(245,245,245,0) 0%, rgba(255,255,255,1) 50%);
    z-index: 22;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}

.heat-main-right-search {position: relative; margin-bottom: 24px;}

.heat-main-right-search input[type="search"], .heat-main-right-search input[type="text"] {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
    background: transparent;
    border: 1.5px solid #F3F3F3;
    padding: 0 15px 0 52px;
    font-size: 16px;
    color: #CCCCCC;
    height: 45px;
    width: 100%;
    background: #fff;
}

.heat-main-right-search input[type="submit"] {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url('/fileadmin/twipla/typo3-website-theme/template/images/search.svg') no-repeat center center;
    border: none;
    left: 0px;
    width: 52px;
    height: 44px;
    padding: 0px;
}

.editor-right {max-width: 289px; width: 100%;}
.insight-box.scroll-fix-blog1.scroll-to-fixed-fixed {margin-top: 0; top: 131px !important;}
.categories-blog h6 {margin-bottom: 10px;}
.editor-right h6{text-transform: unset; font-weight: 600;}

/* blog categories */
.categories-blog ul, .categories-blog li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.categories-blog li { 
    DELETED-margin-top: 10px;
}
.categories-blog li:hover a { 
    DELETED-text-decoration: underline;
}
.categories-blog li.active a {
    DELETED-background: rgba(251, 133, 55, 0.2);
    DELETED-color: rgba(251, 133, 55, 1);
    DELETED-border-radius: 5px;
    DELETED-padding-left: 20px;
    DELETED-padding-right: 20px;
    DELETED-text-decoration: none;
}

.categories-blog li a {
    DELETED-display: block;
    DELETED-padding: 6px 0;
    DELETED-font-size: 16px;
    DELETED-line-height: 22.4px;
    DELETED-font-weight: 400;
    DELETED--webkit-border-radius: 5px;
    DELETED--moz-border-radius: 5px;
    DELETED--ms-border-radius: 5px;
    DELETED--o-border-radius: 5px;
    DELETED-border-radius: 5px;
    DELETED-webkit-transition: all 0.5s ease 0s;
    DELETED-moz-transition: all 0.5s ease 0s;
    DELETED-ms-transition: all 0.5s ease 0s;
    DELETED-o-transition: all 0.5s ease 0s;
    DELETED-transition: all 0.5s ease 0s;
    DELETED-color: #2B2B2B;
    DELETED-color: var(--dark-gray);
    DELETED-text-decoration: none;
}

.insight-box {
    background: url('/fileadmin/twipla/typo3-website-theme/template/images/icons/insight.svg') no-repeat center center;
    background-size: cover;
    padding: 25px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    margin-top: 15px;
    color: #ffffff;
}

.insight-box a{color: #ffffff; text-decoration: none;}

.insight-box-title {
    display: flex;
    width: 100%;
    align-items: center;
    margin-bottom: 15px;
    padding-right: 10px;
}

.mail-icon {
    background: rgba(255, 255, 255, 0.20);
    height: 66px;
    width: 48px;
    min-width: 48px;
    position: relative;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
    border-radius: 7px;
}

.insight-box-title h4 { margin: 0 0 0 15px; color: #ffffff; font-weight: 700; }

.mail-icon img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.insight-box-btn .theme-btn-white{min-width: 100%;}

/*MOBILE HUMBERGER */

.humbarger-menu{
  display: flex;
  width: auto;
  position: relative;
  z-index: 999;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  display: none;
}

.humbarger-menu a{display: inline-block; width: 40px; height: 35px;}

.burger {
  height: 2em;
  width: 25px;
  position: relative;
  font-size: 12px;
  cursor: pointer;
  transition: all .2s;
  -webkit-tap-highlight-color: transparent;
}

.burger::after {
  content: "";
  display: block;
  position: absolute;
  height: 150%;
  width: 150%;
  top: -25%;
  left: -25%;
}

.burger.burger-squeeze .burger-lines::after, .burger.burger-squeeze .burger-lines::before { 
  width: 2em;
}

.burger .burger-lines::after {left: 0; top: -0.62em;}
.burger .burger-lines::before {left: 0em; top: 0.62em;}

.burger.burger-squeeze .burger-lines, .burger.burger-squeeze .burger-lines::after, .burger.burger-squeeze .burger-lines::before {
  transition: top .2s .2s,left .1s,transform .2s,background-color .2s .2s;
}

.burger .burger-lines, .burger .burger-lines::after, .burger .burger-lines::before {
  pointer-events: none;
  display: block;
  content: "";
  width: 100%;
  -webkit-border-radius: .25em;
  -moz-border-radius: .25em;
  border-radius: .25em;
  background-color: #000000;
  height: .25em;
  position: absolute;
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

.burger:hover .burger-lines, .burger:hover .burger-lines::after, .burger:hover .burger-lines::before { background: #FB8537; }

.humbarger-menu.humbarger-menu-on.active {
  position: relative;
  margin-left: 15px;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.close-humb .burger .burger-lines, .close-humb .burger .burger-lines::after, .close-humb .burger .burger-lines::before{ background: #000000; }

.burger .burger-lines {top: 50%; margin-top: -.125em; width: 25px;}

.burger.burger-squeeze .burger-lines::after, .burger.burger-squeeze .burger-lines::before { width: 25px; left: 0; }

.burger.burger-squeeze.open .burger-lines::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.burger.burger-squeeze.open .burger-lines::after, .burger.burger-squeeze.open .burger-lines::before { left: 0; top: 0; }

.burger.burger-squeeze.open .burger-lines, .burger.burger-squeeze.open .burger-lines::after, .burger.burger-squeeze.open .burger-lines::before {
  transition: background-color .2s,top .2s,left .2s,transform .2s .15s;
}

.burger.burger-squeeze.open .burger-lines::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.burger.burger-squeeze.open .burger-lines {background-color: initial;}
.body-hide{overflow: hidden;}

/* breadcrumb */
.create-pagination-inner ul, .create-pagination-inner li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.create-pagination-inner li {
    display: inline-block;
    width: auto;
    font-size: 16px;
    font-weight: 400;
}

.create-pagination-inner li a {
    text-decoration: underline;
}
.create-pagination-inner li a:hover {
    text-decoration: none;
}

.create-pagination-inner li a, .create-pagination-inner li span {
    DELETED-color: #FB8537;
    DELETED-color: var(--orange);
    DELETED-text-decoration: underline;
}

.create-pagination-inner li:first-child a img {
    position: relative; 
    top: -1.8px;
}

.create-pagination-inner li span {
    font-weight: bold;
}

.create-pagination-inner li::after {
    DELETED-content: "";
    DELETED-background: url('/fileadmin/twipla/typo3-website-theme/template/images/icons/pagi-arrow.svg') no-repeat center center;
    DELETED-width: 9px;
    DELETED-height: 15px;
    DELETED-display: inline-block;
    DELETED-margin: 0 7px 0 7px;
    DELETED-vertical-align: middle;
    DELETED-font-weight: normal !important;
}

.create-pagination-inner li:last-child:after {display: none;}

.create-pagination { padding: 12px 0; border-bottom: 1px solid #F3F3F3; margin-bottom: 100px; }

.heat-map-top {
  DELETED-padding-bottom: 58px;
}

.heat-map-top-inner { 
  DELETED-text-align: center;
}

.heat-map-top-inner p {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    font-size: 20px;
    line-height: 34px;
}

.heat-main-left-top-line {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.heat-main-left-top {
    text-align: left;
    line-height: 22px;
    display: flex;
    align-items: center;
}

.heat-main-top-pic {
    border: 3px solid #FB8537;
    width: 51px;
    height: 51px;
    margin: 0 auto 9px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}
.heat-main-top-pic img[src="/fileadmin/_processed_/7/b/csm_android-icon-192x192_701d5b28fe.png"]{
    padding: 0.2rem;
}
.heat-main-left-top p {margin: 0px;}
.heat-map-top-inner p{max-width: 700px;}

.min-btn {
    display: inline-block;
    width: auto;
    background: rgba(251, 133, 55, 0.25);
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    color: #FB8537;
    padding: 0 15px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
    margin-left: 12px;
}

.heat-main-left-top p {font-size: 16px; line-height: 21px;}
.heat-main-left-top strong {color: #FB8537;}
.heat-main-left-top p span {padding: 0 12px; border-right: 1px solid #B5B5B5;}
.date-heat {font-size: 16px; color: #B5B5B5;}

.editor-left-link {
    max-width: 182px;
    width: 100%;
    background: #FAFAFA;
    font-size: 14px;
    color: #686868;
    position: unset;
}

.editor-part {position: unset;}

.editor-article .editor-left {
    margin-right: auto;
    margin-left: auto;
    /* this makes the 3 col layout */
    width: calc(100% - 471px);
    padding: 0 4rem;
}

.heat-main-left-content strong {
    color: #2B2B2B;
    display: block;
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 15px;
}

.heat-main-left-content ul, .heat-main-left-content li { list-style: none; padding: 0px !important; margin: 0px !important; }

.heat-main-left-content li {line-height: normal; margin-top: 9px;}

.editor-left-link a { color: var(--gray-dark); text-decoration: none; font-size :14px; }

.editor-left-link li {padding: 8px 0 8px 0 !important;}

.editor-left-link a:hover, .editor-left-link a.active { color: #686868; text-decoration: underline; }
.editor-left-link a:focus {font-weight: 600;}

.heat-main-middle-top img {
    width: 100%;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    border-radius: 12px;
}

.heat-main-middle-info figcaption {
    display: block;
    color: #686868;
    margin-top: 7px;
    text-align: left;
    font-size: 16px;
    line-height: 24px;
}

.heat-main-start {
    background: url('/fileadmin/twipla/typo3-website-theme/template/images/icons/start-gradient.svg') no-repeat center center;
    background-size: cover;
    padding: 45px 35px;
    display: flex;
    width: 100%;
    align-items: center;
    margin-bottom: 30px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    border-radius: 12px;
}

.heat-main-start-left {display: flex; width: auto; align-items: center;}
.heat-start-left-icon {min-width: 45px; margin-right: 45px;}
.heat-start-left-content {font-size: 16px; line-height: 22.4px; color: #ffffff;}
.heat-start-left-content h4 {margin: 0 0 7px 0;}

.heat-main-middle-info h3:last-child, .heat-main-middle-info h4:last-child, .heat-main-middle-info p:last-child {
    margin-bottom: 0px;
}

.heat-main-start-right {margin-left: auto;}

.heat-social, .heat-social li {
    list-style: none !important;
    padding: 0px !important;
    margin: 0px !important;
}

.heat-social {margin-bottom: 30px !important;}

.heat-social li { display: inline-block; width: auto; margin-right: 10px !important; }

.editor-right .editor-main-list {
    margin-top: 25px !important;
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
}

.editor-right .editor-main-list .col-xs-12 {margin-bottom: 50px;}

.get-start-free{
    background: url('/fileadmin/twipla/typo3-website-theme/template/images/icons/get-free-bg.svg') no-repeat center center;
    padding: 40px 50px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    color: #ffffff;
    background-size: cover;
}

.get-start-free-top{ display: flex; width: 100%; flex-wrap: wrap; align-items: center; }

.get-start-free-bottom{
    display: flex;
    width: 100%;
    align-items: center;
    gap:16px;
    margin-top: 32px;
}

.get-start-free-bottom-left input {
    background: #ffffff;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    padding: 0 16px;
    height: 48px;
    width: 100%;
    border: none;
}

.get-start-free-bottom-right .theme-btn-white{min-width: 202px;}
.get-start-free-bottom-left {width: calc(100% - 167px);}
.get-start-free-left {max-width: 345px; margin-right: auto;}
.product-feature-inner {max-width: 880px; margin: 0 auto;}

.product-feature-row{
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
}

.product-feature-col{text-align: center;}

.product-feature-col-icon{
    width: 74px;
    height: 74px;
    margin-bottom: 26px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

.product-feature-col:hover .product-feature-col-icon{
    background: url('/fileadmin/twipla/typo3-website-theme/template/images/icons/polygon-feature-bg-active.svg') no-repeat center center;
}

.product-feature-col:hover .product-feature-col-icon img{
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.product-feature-col-icon img{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.product-feature-col-info h6{margin: 0px; padding-bottom: 12px; position: relative;}

.product-feature-col-info h6:after{
    position: absolute;
    left: 0px;
    width: 100%;
    bottom: 0px;
    content: "";
    background: linear-gradient(90deg, rgba(251, 133, 55, 0) 0%, #FB8537 46.35%, rgba(251, 133, 55, 0) 100%);
    height: 1.5px;
}

.product-feature-col {
    margin: 0 0 2rem 0;
    min-width: 200px;
    max-width: 200px;
}

.product-feature-part {
  padding-bottom: 2rem;
}

.product-feature-col-info h6 {
    color: #000000;
    font-weight: 600;
    text-transform: unset;
    display: inline-block;
}

.pad-bottom-sm{padding-bottom: 0px;}

.url-wrapper:hover{
    box-shadow: 0 5px 10px rgba(237,123,68,.05), 0 15px 40px rgba(200,96,101,.2);
    -webkit-transition: box-shadow .3s ease;
    -moz-transition: box-shadow .3s ease;
    transition: box-shadow .3s ease;
}

.pricing-top-inner{text-align: center;}
.pricing-top-info {padding-bottom: 110px;}

.pricing-top-info .platform-blog li{
    display: inline-block;
    font-family: 'Jost';
    font-weight: 400;
    font-size: 28px;
    line-height: 32.5px;
    margin-bottom: 10px;
}

.pricing-top-inner .platform-blog {max-width: 80%; margin: 0 auto;}
.pricing-top-info .full-parner-slider {margin-top: 70px;}
.billing-part {text-align: center; margin-top: 42px;}

/*Price Change Css*/

.get-class.active-switch {
    background: linear-gradient(90deg, rgba(251,133,55,1) 50%, rgba(251,133,55,0) 100%);
    display: inline-block;
    padding: 1.5px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    margin-top: 12px;
    width: auto;
}

.active-switch span{
    font-size: 14px;
    color: #FB8537;
    font-weight: 600;
    display: inline-block;
    padding: 4px 8px;
    background: #FAFAFA;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.get-class{
    color: #cccccc;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    padding: 4px 8px;
    width: auto;
    margin-top: 12px;
    cursor: pointer;
}

/*Price Change Css*/

.free-plan-info{
    background: #ffffff;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    padding: 15px;
    text-align: center;
    font-size: 14px;
    color: #000000;
    line-height: 22px;
    margin-top: 30px;
}

.free-plan-info span { display: block; margin-top: 11px; }

.plan-boxes-info{
    padding: 40px 15px;
    background: #ffffff;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    position: relative;
}

.advanced-current-blog .plan-boxes-info{ background: linear-gradient(90deg, #FB8537 0%, #6B1EB8 100%); }

.advanced-current-blog .plan-boxes-info:before {
    position: absolute;
    top: 2px;
    left: 2px;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    content: "";
    background: #ffffff;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

.plan-boxes-wrap{text-align: center;}

.plan-boxe-title{
    font-family: 'Jost';
    font-weight: 600;
    font-size: 20px;
    color: #000000;
    margin-bottom: 48px;
    position: relative;
    z-index: 1;
}

.plan-boxe-price{ min-height: 90px; position: relative; position: relative; z-index: 1; }

.in-price{ font-family: 'Jost'; font-weight: 600; font-size: 28px; color: #000000; }

.plan-boxe-price:after{
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0px;
    content: "";
    background: linear-gradient(90deg, rgba(251, 133, 55, 0) 0%, #FB8537 46.35%, rgba(251, 133, 55, 0) 100%);
    height: 1.5px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.plan-boxe-end{color: #FB8537; position: relative; z-index: 1;}

.plan-boxe-end-middle{
    font-size: 20px;
    font-weight: 600;
    font-family: 'Jost';
    margin-bottom: 7px;
}

.plan-boxe-end-visit{font-size: 14px;}
.plan-boxe-end-top{min-height: 24px; margin-top: 14px;}
.plan-boxes-button .theme-btn-border , .plan-boxes-button .theme-btn{font-size: 14px;}
.plan-boxes-button .theme-btn-border img , .plan-boxes-button .theme-btn img{margin-left: 7px; width: 18px;}
.benefits-value-btn .theme-btn-border , .benefits-value-btn .theme-btn{font-size: 14px;}
.benefits-value-btn .theme-btn-border img , .benefits-value-btn .theme-btn img{margin-left: 7px; width: 18px;}
.plan-boxes-button{margin-top: 30px;}

.vat-include{
    font-size: 14px;
    font-family: 'Jost';
    font-weight: 400;
    color: #000000;
    display: block;
    margin-top: 14px;
}

.plan-boxe-end-top {font-size: 14px; margin-bottom: 2px;}
.recommend-title{margin-bottom: 10px; margin-top: -34.4px;}

.recommend-title span{
    font-size: 16px;
    font-family: 'Jost';
    font-weight: 600;
}

.custom-enterprice{ text-align: center; margin-top: 40px; }

.monthly-visit-select small{ font-size: 12px; font-family: 'Jost'; font-weight: 600; color: #FB8537; }

.custom-enterprice .plan-boxe-title{ margin-bottom: 16px; line-height: 28px; }

.monthly-visit-select{ position: relative; }

.monthly-visit-select .dropdown button{
    height: 37.65px;
    color: #FB8537;
    border: 1px solid #FB8537;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    background: transparent;
    font-size: 14px;
    line-height: 35px;
    font-weight: 600;
    padding: 0 13px 0 44px;
    position: relative;
}

.monthly-visit-select .dropdown button span{
    height: 100%;
    width: 30px;
    border-right: 1px solid #FB8537;
    position: absolute;
    top: 0px;
    left: 0px;
}

.monthly-visit-select .dropdown .dropdown-menu{
    min-width: 156px;
    font-size: 14px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    margin-top: 5px !important;
    border-color: #FB8537;
    background: #ffffff;
    padding: 10px;
}

.monthly-visit-select .dropdown .dropdown-menu a{
    background: #fafafa;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Jost';
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    padding: 7px 15px;
    color: #FB8537;
    text-decoration: none;
}

.monthly-visit-select .dropdown .dropdown-menu a:hover{
    background: #FB8537;
    color: #ffffff;
    text-decoration: none;   
}

.monthly-visit-select .dropdown li { margin-bottom: 8px; }

.monthly-visit-select .dropdown ul , .monthly-visit-select .dropdown li{
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.monthly-visit-select .dropdown li{margin-bottom: 8px;}

.monthly-visit-select .dropdown li:last-child {margin-bottom: 0px;}

.monthly-visit-select .dropdown-item.active, .monthly-visit-select .dropdown-item:active {
    background-color: #FB8537;
    text-decoration: none;
}

.monthly-visit-select .dropdown {padding-bottom: 27px;}

.monthly-visit-select:after{
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0px;
    content: "";
    background: linear-gradient(90deg, rgba(251, 133, 55, 0) 0%, #FB8537 46.35%, rgba(251, 133, 55, 0) 100%);
    height: 1.5px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.custom-enterprice .plan-boxe-end {color: #000000;}
.custom-enterprice .vat-include {margin-top: 9px;}
.custom-enterprice .plan-boxes-button {margin-top: 67px;}
.header-show-mobile {display: none;}

.upgrade-app{ color: #FB8537; font-size: 14px; font-weight: 600; margin-top: 15px; }

.back-call{ margin-top: 15px; font-size: 14px; font-weight: 600; }

.back-call a img {margin-left: 14px;}

.benefits-title{
    font-family: 'Jost';
    font-weight: 600;
    color: #FB8537;
    font-size: 20px;
    padding-top: 18px;
    padding-bottom: 44px;   
}

.benefits-title-left{
    color: #000000;
    font-weight: 600;
    font-size: 16px;
    text-align: left;
    min-height: 48px;
    letter-spacing: -0.03em;
}

.benefits-value{
    font-weight: 600;
    color: #FB8537;
    font-size: 14px;
    text-align: center;
    min-height: 48px;
}

.benefits-value-btn{ text-align: center; margin-top: 12px; }

.analytics-inner .title-part {
    margin-bottom: 65px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.analytics-inner .product-feature-row {justify-content: center;}

.analytics-inner .product-feature-col-icon {
    width: 108px;
    height: 108px;
    margin-bottom: 14px;
    background-size: 95px auto;
}

.analytics-inner .product-feature-col-info h6{ font-size: 18px; line-height: 24px; padding-bottom: 0px; }

.analytics-inner .product-feature-col {
    margin: 25px 35px 0 35px;
    min-width: 200px;
    max-width: 200px;
}

.analytics-inner .product-feature-col:hover .product-feature-col-icon {background-size: 95px auto;}
.analytics-inner .product-feature-col-info h6:after {display: none;}

.wix-part{
    padding: 5rem 0;
    DEPRECATED-background: linear-gradient(90deg, #FB8537 0%, #6B1EB8 100%);
    background: var(--purple);
    DEPRECATED-margin-bottom: 180px;
}

.wix-inner , .wix-inner h1 , .wix-inner h2 , .wix-inner h3 , .wix-inner h4 , .wix-inner h5 , .wix-inner h6 , .wix-inner a{
    color: #ffffff;
    text-decoration: none;
}

.wix-inner { max-width: 840px; margin: 0 auto; font-weight: 600; }

.wix-inner .theme-btn-white {min-width: unset;}
.visit-analyst-note , .suit-offer-part {display: none;}
.pricing-list-blogs .col-xs-12 {position: relative;}

.gradient-vertical-gray{
    height: 660px;
    width: 1px;
    position: absolute;
    right: -4px;
    top: 50%;
    background: linear-gradient(13deg, rgba(204,204,204,1) 50%, rgba(204,204,204,0) 100%); 
}

.pricing-list-blogs .row .col-xs-12:last-child .gradient-vertical-gray{ display: none; }

.glossary-search{
    margin: 11px auto 120px;
    max-width: 528px;
    position: relative;
}

.field-form input[type="text"] , .field-form input[type="search"] , .field-form input[type="email"] , .field-form input[type="tel"] , .field-form input[type="password"] , .field-form input[type="url"] , .field-form input[type="zip"]{
    background: #ffffff;
    height: 45px;
    border: 1px solid #F3F3F3;
    padding: 0 20px;
    -webkit-border-radius: 45px;
    -moz-border-radius: 45px;
    border-radius: 45px;
    width: 100%;
    color: #cccccc;
    font-size: 16px;
}

.glossary-search .field-form input[type="search"]{ padding-left: 60px; }

.glossary-search .field-form input[type="submit"]{
    position: absolute;
    left: 16px;
    top: 0px;
    background: url('/fileadmin/twipla/typo3-website-theme/template/images/icons/search-groy.svg') no-repeat center center;
    height: 45px;
    width: 45px;
    border: none;
    padding: 0px;
}

.character-wrap ul , .character-wrap li{ list-style: none; padding: 0px; margin: 0px; }

.character-wrap ul{ display: flex; width: 100%; gap:7.5px; }

.character-wrap ul li a {
    color: #999999;
    border: 3px solid #cccccc;
    display: block;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    padding: 10px 13.8px;
    font-weight: 500;
    font-size: 17px;
    min-width: 40px;
    text-align: center;
    DELETED--webkit-transition: all 0.5s ease 0s;
    DELETED--moz-transition: all 0.5s ease 0s;
    DELETED-transition: all 0.5s ease 0s;
    text-decoration: none;
    white-space: nowrap;
}

.character-wrap ul li:hover a , .character-wrap ul li.active a{ border-color: #FB8537; color: #FB8537; }

.character-list-show{ padding: 0 55px 120px 55px; border-bottom: 3px solid #EEEEEE; margin-bottom: 120px; }

.character-list-blog{ display: flex; width: 100%; margin: 80px 0 0 0; }

.character-list-blog-left{
    width: 132px;
    height: 132px;
    background: #F7F7F7;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
    text-align: center;
    line-height: 132px;
    font-size: 45px;
    font-weight: 600;
    color: #000000;
    margin-right: 88px;
}

.character-list-blog-right ul , .character-list-blog-right li{ list-style: none; padding: 0px; margin: 0px; }

.character-list-blog-right li{ display: block; margin-bottom: 18px; }

.character-list-blog-right li:last-child{ margin-bottom: 0px; }

.character-list-blog-right li a{
    font-family: 'Jost';
    font-weight: 600;
    color: #FB8537;
    font-size: 17px;
    DELETED--webkit-transition: all 0.5s ease 0s;
    DELETED--moz-transition: all 0.5s ease 0s;
    DELETED-transition: all 0.5s ease 0s;
    text-decoration: none;
}

.character-list-blog-right li:hover a{ color: #000000; text-decoration: none; }

.character-list-blog-right h3{ margin-bottom: 0px; }

.suggest-glossary-title{ text-align: center; margin-bottom: 150px; }

.suggest-glossary-title p:last-child{ margin-bottom: 0px; }

.suggest-glossary-blog{
    padding: 90px 20px;
    text-align: center;
    color: #ffffff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.suggest-glossary-blog h1 , .suggest-glossary-blog h2 , .suggest-glossary-blog h3 , .suggest-glossary-blog h4 , .suggest-glossary-blog h5 , .suggest-glossary-blog h6 , .suggest-glossary-blog a{
    color: #ffffff;
    text-decoration: none;
}

.suggest-glossary-max{ max-width: 800px; margin: 0 auto; }

.sub-simple-title{
    font-size: 20px;
    font-family: 'Jost';
    font-weight: 600;
    display: block;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.suggest-glossary-max p {margin-bottom: 35px;}
.platform-inner-top.common-center {max-width: 78%;}
.adobe-content ol , .adobe-content li {list-style: none; font-weight: bold;}
.adobe-content li {margin-bottom: 5px;}
.adobe-content {margin-top: 100px;}
.url-wrap-link{text-decoration: none;}

.theme-color{ color: #FB8537 !important; font-weight: 700; }

.green-color{ color: #008000 !important; font-weight: 700; }

.red-color{ color: #FF0000 !important; font-weight: 700; }

.full-table{ width: 100%; }

.full-table th , .full-table td{ padding: 20px 15px; }

.full-table thead th{ font-weight: 700; background: #cccccc; }

.full-table tbody tr td:nth-child(even){ background: #EFEFEF; }

.full-table tbody tr td{ border-top: 1px solid #DEE2E6; }

.adobe-table-wrap{ margin-bottom: 180px; margin-top: 50px; }

.history-title{ text-align: center; }

.history-inner-max{ max-width: 1055px; margin: 0 auto; }

.mistake-wrapper p:last-child{ margin-bottom: 0px; }

.history-list-wrap{
    position: relative;
    padding-top: 85px;
    DEPRECATED-margin-top: 65px;
    overflow: hidden;
}

.history-list-wrap::after{
    background: url('/fileadmin/twipla/typo3-website-theme/template/images/icons/timeline-top-dotted.svg') no-repeat center center;
    width: 1px;
    height: 142px;
    position: absolute;
    left: 314px;
    top: 0px;
    content: "";
}

.history-list-wrap::before {
    position: absolute;
    left: 314px;
    top: 142px;
    height: 100%;
    width: 1px;
    background: url('/fileadmin/twipla/typo3-website-theme/template/images/icons/line-dash.svg') repeat-y center center;
    content: "";
}

.common-title { text-align: center; max-width: 80%; margin: 0 auto; }

.common-title h2 , .common-title h1{ margin-bottom: 20px; }

.common-title h4 { font-weight: normal; max-width: 850px; margin-left: auto; margin-right: auto; }

.common-title .theme-btn , .user-end-btn .theme-btn{ min-width: 234px; }

.history-list-blog{ display: inline-block; width: 100%; position: relative; padding: 0 0 194px 434px; }

.history-list-blog h3 { margin-bottom: 14px; }

.history-date{
    background: #FB8537;
    position: absolute;
    left: 0px;
    top: 0px;
    height: 96px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    min-width: 276px;
    text-align: center;
    color: #ffffff;
    font-size: 27px;
    line-height: 96px;
}

.history-date::after {
    position: absolute;
    right: -10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 16px solid #FB8537;
    content: "";
}

.history-dot {
    position: absolute;
    top: 33px;
    left: 299px;
    width: 30px;
    height: 30px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    background: #ffffff;
    border: 3px solid rgba(251,133,55,0.20);
    z-index: 11;
}

.history-dot span{
    background: #FB8537;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.adobe-ol ol , .adobe-ol li{
    color: #FB8537;
    font-weight: 600;
    list-style: none;
    margin: 0px;
}

.adobe-ol li { margin-bottom: 6px; position: relative; padding-left: 20px; }

.adobe-ol li span{ position: absolute; top: 0px; left: 0px; }

.adobe-ol{ display: flex; width: 100%; flex-wrap: wrap; justify-content: space-between; }

.faq-blog-list { margin-bottom: 23px; }

.faq-blog-list-title h3 { margin-bottom: 20px; }

.faq-top-row { max-width: 1130px; margin: 78px auto 12px; }

.faq-blog-wrap { margin-top: 50px; }

.faq-blog-list-title{ text-align: center; }

.accordion .accordion-button:not(.collapsed) {
    color: #FB8537;
    background-color: #ffffff;
    box-shadow: unset;
}

.accordion .accordion-body {
    border-top: 3px solid var(--bs-accordion-border-color);
    padding-top: 28px;
    padding-bottom: 28px;
}

.accordion-button{
    transition: unset !important;
    font-family: 'Jost';
    font-weight: 600;
    font-size: 20px;
    text-decoration: none;
}

.accordion-button::after {
    background: #999999;
    content: "";
    width: 15px;
    height: 3px;
    font-weight: 600;
    font-size: 28px;
    color: #999999;
    transition: unset !important;
    text-align: center;
    position: absolute;
    right: 24px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}

.accordion-button::before {
    background: #999999;
    content: "";
    width: 3px;
    height: 15px;
    font-weight: 600;
    font-size: 28px;
    color: #999999;
    transition: unset !important;
    text-align: center;
    position: absolute;
    right: 30px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: 15px;
}

.accordion-button:not(.collapsed):before { background: transparent; content: ""; }

.accordion-button:not(.collapsed):after { margin-top: -2px; }

.accordion-item .accordion-button {
    padding-left: 50px;
    padding-right: 130px;
    padding-top: 40px;
    padding-bottom: 40px;
    line-height: 1.8;
}

.accordion-item .accordion-body{
    padding-left: 50px;
    padding-right: 55px;
    padding-top: 40px;
    padding-bottom: 40px;
}

.accordion-item:first-of-type {
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
}

.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 18px !important;
    border-top-right-radius: 18px !important;
}

.accordion-item:last-of-type {
    border-bottom-right-radius: 18px;
    border-bottom-left-radius: 18px;
}

.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: 18px;
    border-bottom-left-radius: 18px;
}

.accordion-item { border: 3px solid var(--bs-accordion-border-color); }

.faq-blog-list-title h3 { margin-bottom: 20px; }

.outlook-wrap{ text-align: center; margin-top: 90px; margin-bottom: 80px; }

.outlook-wrap h2{ margin-bottom: 5px; }

.history-vi{ margin-bottom: 45px; }

.history-vi img{ width: 100%; }

.faq-spacer{ margin-top: 85px; }

.perfect-partner-part .perfect-inner{ padding: 0px; }

.perfect-partner-part .perfect-left{ text-align: left; }

.perfect-partner-part .perfect-left img{ width: 100%; }

.simple-contact{ text-align: center; max-width: 900px; margin: 45px auto 0; }

.simple-contact p strong{ color: #FB8537; }

.tx-powermail{
    padding: 100px;
    border: 1.5px solid rgba(251,133,55,0.30);
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: #ffffff;
    margin-top: -26px;
}


.tx-powermail .powermail_field{ margin-bottom: 50px; position: relative; }

.tx-powermail .powermail_field input[type="text"] , .tx-powermail .powermail_field input[type="email"] , .tx-powermail .powermail_field input[type="password"] , .tx-powermail .powermail_field input[type="subject"] , .tx-powermail .powermail_field input[type="zip"] , .tx-powermail .powermail_field input[type="tel"] , .tx-powermail .powermail_field textarea , .tx-powermail .powermail_field select{
    width: 100%;
    height: 66px;
    background: #F1F1F1;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    border: none;
    color: #999999;
    padding: 0 24px;
    cursor: text;
    border: 1px solid #F1F1F1;
}

.tx-powermail .powermail_field textarea , .tx-powermail .powermail_field select{
    background: #ffffff;
    border: 1px solid #F1F1F1;
    cursor: text;
}

.tx-powermail .powermail_field select{
    -webkit-appearance: none;
    -moz-appearance: none;
    color: #222222;
}

.tx-powermail .powermail_field textarea{ padding: 20px 24px; height: 180px; resize: none; }

.tx-powermail .powermail_field label{
    color: #999999;
    cursor: text;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.field-form-select .lbl-txt{
    font-size: 14px;
    line-height: 30px;
    color: #999999;
    background: #ffffff;
    position: absolute;
    top: -14px;
    left: 24px;
    padding: 0 10px;
}

.text-lbl-up .lbl-txt { position: absolute; top: 21px; left: 25px; }

.text-lbl-up input:focus ~ .lbl-txt , .text-lbl-up input:not(:placeholder-shown) ~ .lbl-txt{
    font-size: 14px;
    line-height: 30px;
    color: #999999;
    background: #ffffff;
    position: absolute;
    top: -14px;
    left: 18px;
    padding: 0 10px;
}

.text-lbl-up textarea:focus ~ .lbl-txt , .text-lbl-up textarea:not(:placeholder-shown) ~ .lbl-txt{
    font-size: 14px;
    line-height: 30px;
    color: #999999;
    background: #ffffff;
    position: absolute;
    top: -14px;
    left: 18px;
    padding: 0 10px;
}

.tx-powermail .powermail_field input:focus{ background: transparent; border-color: #FB8537; }

.tx-powermail .powermail_field textarea:focus , .tx-powermail .powermail_field select:hover , .tx-powermail .powermail_field select:focus{ background: transparent; border-color: #FB8537; }

.tx-powermail .powermail_field .file-upload-lbl{ color: #FB8537; }

.tx-powermail .powermail_field .file-upload-lbl img{ margin-right: 8px; }

.file-upload .format-apply{ margin-top: -26px; }

.format-apply span{ display: block; font-size: 15px; color: #CCCCCC; }

.format-apply input[type="file"]{
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    margin: 0;
    opacity: 0;
    height: 0px;
}

.file-upload-lbl{ cursor: pointer !important; }

.field-form-col.powermail_field.file-upload { margin-bottom: 7px; }

.tx-powermail .contact-form .row .col-xs-12:last-child .powermail_field{ margin-bottom: 0px; }

.field-form-col.powermail_field .theme-btn{ min-width: 234px; }

.kesearch_searchbox .glossary-search { margin-top: 26px; margin-bottom: 0px; }

.search-simple-note { text-align: center; font-size: 14px; margin-top: 20px; }

.form-search-wrap{ margin-bottom: 125px; }

.form-search-box{ overflow-x: hidden; }

.support-sidebox-v2{
    padding: 90px 60px;
    border: 3px solid #EEEEEE;
    border-right: none;
    -webkit-border-radius: 24px 0 0 24px;
    -moz-border-radius: 24px 0 0 24px;
    border-radius: 24px 0 0 24px;
    background: #ffffff;
}

.support-sidebox-v2 h5{ margin-bottom: 7px; }

.support-sidebox-v2 p strong{ margin-right: 3px; }

.support-sidebox-v2 p a{ text-decoration: none; }

.support-sidebox-v2 p a strong , .support-sidebox-v2 p a img{ vertical-align: middle; }

.support-sidebox-v2 p:last-child{ margin-bottom: 0px; }

.search-bottom{ margin-top: 145px; }

.support-part .form-search-wrap{ margin-bottom: 0px; }

.support-article-inner .row{ margin: 0 -30px; }

.support-article-inner .col-xs-12{ padding-left: 30px; padding-right: 30px; }

.support-compact-tile-v2{
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 120px rgba(0,0,0,0.12);
    -moz-box-shadow: 0px 0px 120px rgba(0,0,0,0.12);
    box-shadow: 0px 0px 120px rgba(0,0,0,0.12);
    padding: 60px 65px;
    border-bottom: 3px solid #FB8537;
    height: calc(100%);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.support-compact-tile-v2 .list-unstyled.d-flex{ text-transform: uppercase; font-weight: 600; font-size: 20px; }

.support-compact-tile-v2 ul , .support-compact-tile-v2 li{
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.support-compact-tile-v2 ul{ margin-bottom: 18px; }

.support-compact-tile-v2 li img { width: 22px; margin-right: 18px; }

.support-compact-tile-text-v2 h3 { 
    DELETED-color: #000000;
    color: var(--black);
    margin-bottom: 54px;
}

.support-contact-tile-bottom-v2 p {
    DELETEDcolor: #000000;
    color: var(--black);
}

.support-contact-tile-bottom-v2 p span {
    color: #999999;
}

.support-article-inner .col-xs-12 {
    margin-top: 32px; 
}

.support-topic-inner > h2 {
    margin-bottom: 15px;
}

.support-topic-inner .row {
    margin: 0 -25px; 
}

.support-topic-inner .col-xs-12 {
    padding: 0 25px; 
    margin-bottom: 60px; 
}

.support-topic-inner .col-xs-12 a {
    DELETED-color: #000000; 
    DELETED-text-decoration: none;
}

.support-icon-tile-v2{
    border: 3px solid #EEEEEE;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    -ms-border-radius: 18px;
    border-radius: 18px;
    padding: 60px 50px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.support-icon-tile-image-v2{ width: 44px; }

/* DCE TWIPLA SUPPORT 3 Tiles Icons update */
.support-icon-tile-image-v2 .support-icon-tile-image-image-v2 { 
    margin-bottom: 35px;
}
/* DCE TWIPLA SUPPORT 3 Tiles Icons update */

.support-icon-tile-text-v2 h3 {
    margin-bottom: 15px; 
}

.support-icon-tile-text-v2 p {
    color: #444444; 
}

.support-icon-tile-text-v2 p:last-child {
    margin-bottom: 0px; 
}

.visa-support-footer-contact{ 
    text-align: center;
    DELETED-margin-top: 2rem;
    DELETED-margin-bottom: 2rem;
    DELETED-margin-top: 4rem;
    DELETED-margin-bottom: 4rem;
}

.visa-support-footer-contact .theme-btn { 
    min-width: 234px; 
    margin-top: 2rem;
}

.plugin-box{ display: flex; width: 100%; align-items: center; margin-bottom: 55px; }

.plugin-box-right h3{ margin: 0; font-size: 32px; line-height: normal; }

.plugin-box-right a{ text-decoration: none; }

.plugin-box-left{
    min-width: 135px;
    min-height: 135px;
    max-width: 135px;
    max-height: 135px;
    border: 3px solid #EEEEEE;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    border-radius: 32px;
    margin-right: 40px;
    position: relative;
}

.plugin-box-left img{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 72px;
}

.plateforms-inner .common-sm-title{ margin-bottom: 49px; }

.plateforms-part { padding-bottom: 85px; }

.plateforms-article-part .support-compact-tile-text-v2{ min-height: 395px; }

.plateforms-article-part .support-compact-tile-text-v2 h3{ margin: 26px 0 18px 0; font-size: 32px; line-height: normal; }

.plateforms-article-part .support-compact-tile-text-v2 .plugin-box-left{ margin-right: 0px; }

.plateforms-article-part .support-compact-tile-text-v2 p{ color: #444444; }

.plateforms-article-part .support-article-inner .row{ margin: 0 -15px; }

.plateforms-article-part .support-article-inner .col-xs-12 { padding-left: 15px; padding-right: 15px; }

.support-article-inner a{ text-decoration: none; }

.bg-divider + .glossary-search{ display: none; }


/* jobs */ 
.job-filter-box label { font-weight: 600; margin-bottom: 5px; }

.job-filter-box input{ border: 1px solid #aaaaaa; margin-bottom: 18px; height: 60px; }

.job-filter-box .orange-btn{
    background: #FB8537;
    color: #ffffff;
    height: 73px;
    border: 1px solid #FB8537;
    text-align: center;
    display: block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-top: 30px;
    margin-bottom: 18px;
    text-decoration: none;
}

.job-filter-box .reset-btn{
    background: #ffffff;
    color: #000000;
    width: auto;
    height: 73px;
    line-height: 58px;
    border: 1px solid #aaaaaa;
    text-align: center;
    display: block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-top: 30px;
    margin-bottom: 18px;
    text-decoration: none;
}

.job-filter-list{
    position: relative;
    border: 3px solid #EEEEEE;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
    padding: 60px 65px;
    background: #ffffff;
    margin-bottom: 60px;
}

.job-filter-list:last-child{ margin-bottom: 0px; }

.job-filter-list ul , .job-filter-list li{ list-style: none; padding: 0px; margin: 0px; }

.job-filter-list ul{ display: flex; width: auto; }

.job-filter-list ul li{ font-size: 15px; color: #999999; margin-right: 35px; }

.job-filter-list ul li:last-child{ margin-right: 0px; }

.job-filter-list ul li img{ margin-right: 9px; }

.job-filter-list h3 { margin-bottom: 7px; padding-right: 75px; }

.job-filter-list h3 a { color: black; }

.job-filter-info{ margin: 40px 0; }

.job-filter-info p:last-child{ margin-bottom: 0px; }

.job-filter-links{ display: flex; width: 100%; flex-wrap: wrap; }

.job-filter-links a{
    margin-right: 45px;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    min-height: 26px;
    text-decoration: none;
}

.job-filter-links a:last-child{ margin-right: 0px; }

.job-filter-links a:hover .gradient-txt-sm , .who-we-box-left .gradient-txt-sm:hover , .support-sidebox-v2 p a:hover .gradient-txt-sm{
    background: transparent;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
    background-clip: unset;
    text-fill-color: unset;
    color: #FB8537;
    text-decoration: none;
}

.who-we-box-left .gradient-txt-sm , .support-sidebox-v2 p a{
    min-height: 26px;
    display: inline-block;
    text-decoration: none;
}

.job-filter-links a img , .who-we-box-left .gradient-txt-sm img , .support-sidebox-v2 p a img{
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.job-filter-links a:hover img , .who-we-box-left .gradient-txt-sm:hover img , .support-sidebox-v2 p a:hover img{
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    DELETED-content: url('/fileadmin/twipla/typo3-website-theme/template/images/icons/gradient-arrow-hover.svg');
}

.link-show-job a{
    display: inline-block;
    width: 60px;
    height: 60px;
    border: 3px solid rgba(251,133,55,0.30);
    position: relative;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
    text-decoration: none;
    cursor: pointer;
}

.link-show-job a img{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.link-show-job { 
    position: absolute;
    right: 66px; top: 50px;
}

/* pagination */ 
.pagination-show {
    margin-top: 60px; 
}

.pagination-show ul , .pagination-show li {
    list-style: none; 
    padding: 0px; 
    margin: 0px; 
}

.pagination-show ul {
    display: flex;
    width: auto;
    justify-content: center;
}

.pagination-show ul li {
    margin-right: 15px;
}

.pagination-show ul li:last-child {
    margin-right: 0px; 
}

.pagination-show ul li a {
    display: block;
    height: 41px;
    width: 37px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    color: #ffffff;
    background: #FB8537;
    line-height: 41px;
    text-align: center;
    text-decoration: none;
}

.pagination-show ul li:first-child a {
    font-weight: bold;
}

.pagination-show ul li:last-child a {
    font-weight: bold;
}

.who-we-part .common-title h4 {
    max-width: 1000px;
}

.who-we-box{
    padding: 100px 150px;
    border: 3px solid rgba(251,133,55,0.30);
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    margin: 150px 0;
}

.who-we-box-right-inner h3 , .who-we-box-right-inner h4 {
    margin: 0px;
}

.who-we-box-right {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.who-we-box-left {
    padding-right: 20%
}

.who-we-box-col-left h3 {
    margin: 50px 0 20px 0;
}

.who-we-box-col-left p:last-child {
    margin-bottom: 0px; 
}

.who-we-box-col-left img{
    width: 100%;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
}

.who-we-box-col-left {
    padding-right: 55px;
}

/* imprint */ 
.imprint-box {
    padding: 120px 150px;
    border: 3px solid rgba(251,133,55,0.30);
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    margin: 150px 0 80px 0;
}

.imprint-info p:last-child {
    margin-bottom: 0px;
}

/* resolution */
.resolution-part {
    display: flex; 
    width: 100%;
}
.resolution-left { 
    margin-right: 100px; 
    DELETED-min-width: 275px;
    min-width: 500px;
}
.resolution-right p:last-child {
    margin-bottom: 0px; 
}

/* press */
.press-wrapper { 
    margin-top: 170px;
    margin-bottom: 100px;
}
.press-left {
    max-width: 710px;
}
.press-left li {
    margin-bottom: 18px;
}
.press-right ul { 
    margin-left: 5px;
    list-style: none;
}
.press-right ul li {
    margin-bottom: 30px;
    list-style: none;
}
.press-right ul li:last-child {
    margin-bottom: 0px;
}
.press-right ul li:before {
    content: "\2022";
    color: #FB8537;
    display: inline-block; 
    width: 1em;
    margin-left: -1em;
}

/* white label */
.white-label-top { 
    text-align: center;
    margin-top: 120px;
    margin-bottom: 140px;
}
.white-label-benefit {
    text-align: center;
}
.label-benefit-icon {
    margin: 0 auto 22px;
    height: 125px;
    width: 125px;
    background: #B4E9E4;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    position: relative;
}
.label-benefit-icon img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.label-benefit-info h5{ margin: 0px; }

.white-label-benefit{ max-width: 930px; margin: 0 auto; }

.white-label-benefit .col-xs-12 { padding: 0 40px; }

.white-label-benefit .row { margin: 0 -40px; }

.label-benefit-box { margin-top: 23px; }

.white-label-top h2 { margin-bottom: 55px; }

.user-end-list {
  margin-top: 2rem;
}

.user-end-list-box h5 { cursor: pointer; display: flex; gap: 15px; align-items: center; }

.user-end-list-box h5 a{ color: #000000; text-decoration: none; }

.user-show-img{ display: none; }

.user-show-img.active{ display: block; }

.user-end-list-box h5 , .user-end-list-box p{ margin-bottom: 18px; }

.user-end-list-box p , .user-end-list-box .read-more{ display: none; }

.user-end-list-box.active p , .user-end-list-box.active .read-more{ display: block; text-decoration: none; }

.language-fix ul li a { font-weight: 600; }

.main-menu .language-menu{ display: none; }

/* user end list box */
.user-end-list-box{ margin-left: -55px; margin-bottom: 22px; padding-left: 55px; }

.user-end-list-box.active{
    background: linear-gradient(90deg, rgba(251, 133, 55, 0.10) 0%, rgba(251, 133, 55, 0.00) 100%);
    padding: 45px 0 45px 55px;
    -webkit-border-radius: 18px 0px 0px 18px;
    -moz-border-radius: 18px 0px 0px 18px;
    border-radius: 18px 0px 0px 18px;
}

.user-end-list-box .read-more:hover{
    background: transparent;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
    background-clip: unset;
    text-fill-color: unset;
    color: #FB8537;
}

.user-end-list-box .read-more img{
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    display: inline-block;
}

.user-end-list-box .read-more .read-more-simple{ display: inline-block; }

.user-end-list-box .read-more .read-more-hover{ display: none; }

.user-end-list-box .read-more:hover .read-more-simple{ display: none; }

.user-end-list-box .read-more:hover .read-more-hover{ display: inline-block; }

.user-end-list-box .read-more:hover img{
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.user-end-list-box .read-more{
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.user-end-left{ padding-right: 68px; }

.user-end-btn { margin-top: 52px; }

.addition-box{
    height: 100%;
    position: relative;
    -webkit-box-shadow: 0 20px 25px 0 rgba(0,0,0,0.10);
    -moz-box-shadow: 0 20px 25px 0 rgba(0,0,0,0.10);
    box-shadow: 0 20px 25px 0 rgba(0,0,0,0.10);
    padding: 3rem 2.5rem 5rem 2.5rem;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}

.addition-inner .col-xs-12{ margin-top: 30px; }

.addition-part {
    margin-top: 2rem; 
}

.addition-icon{
    border: 3px solid #EEEEEE;
    height: 136px;
    width: 136px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
    margin-bottom: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.addition-info h5{ margin-bottom: 30px; }

.addition-btn{ position: absolute; bottom: 20px; left: 20px; }

.benefit-box-list{ display: flex; width: 100%; margin-bottom: 30px; }

.benefit-box-list-icon{ min-width: 24px; margin-right: 18px; }

.benefit-box-list-info p{ margin: 0px; }

.switch-col > .row{ flex-direction: row-reverse; }

.benefit-inner-box{ margin-bottom: 140px; }

.benefit-inner-box:last-child{ margin-bottom: 0px; }

.benefit-from-inner .white-label-benefit{ max-width: 100%; }

.deeper-inner{ text-align: center; }

.user-end-txt{ display: none; }

.mobile-hd{ display: block; }

.mobile-sw{ display: none; }

.less-pagi-space{ margin-bottom: 20px; }

.monthly-plus-minus .quantity { position: relative; max-width: 170px; margin: 7px auto 0; }

.monthly-plus-minus input[type=number]::-webkit-inner-spin-button,
.monthly-plus-minus input[type=number]::-webkit-outer-spin-button
{
    -webkit-appearance: none;
    margin: 0;
}

.monthly-plus-minus input[type=number]
{
    -moz-appearance: textfield;
}

.monthly-plus-minus .quantity input {
    width: 100%;
    height: 35px;
    display: block;
    padding: 0;
    margin: 0;
    text-align: center;
    border: none;
    color: #FB8537;
    font-size: 20px;
    font-weight: 600;
}

.monthly-plus-minus .quantity input:focus {
    outline: 0;
}

.monthly-plus-minus .quantity-button {
    position: absolute;
    cursor: pointer;
    background: rgba(251,133,55,0.30);
    width: 24px;
    height: 24px;
    text-align: center;
    color: rgba(251,133,55,1);
    font-size: 20px;
    line-height: 23px;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    font-weight: 600;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    top: 5px;
}

.monthly-plus-minus .quantity-button.quantity-down {
    left: 24px;
    text-decoration: none;
}

.monthly-plus-minus .quantity-button.quantity-up {
    right: -24px;
    text-decoration: none;
}

.pad-bottom-less{
    padding-bottom: 75px;
}

.bg-divider{
    height: 46px;
    background: #F1F1F1;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    width: 100%;
    margin-bottom: 90px;
}

.job-filter-top .row{
    margin: 0 -5px;
}

.job-filter-top .col-xs-12{
    padding: 0 5px;
}

.error-page{
    padding: 0px;
}

.error-container{
    max-width: 1290px;
    margin: 0 auto;
    padding: 0 15px;
    text-align: center;
}

.error-circle{
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.00) 0%, rgba(251, 133, 55, 0.12) 100%);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    width: 1260px;
    height: 1260px;
    margin: auto 0;
    position: absolute;
    top: -630px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1;
}

.error-404-title h1{
    font-family: 'Inter';
    font-size: 180px;
    font-weight: bold;
    line-height: normal;
    margin: 0px;
}

.error-404-text h4{
    font-family: 'Inter';
    font-weight: 500;
    font-size: 30px;
    line-height: 36px;
    color: #6B1EB8;
}

.error-404-text {
    max-width: 840px;
    margin: 0 auto 47px;
}

.error-404-btn .theme-btn img{
    margin: 0 12px 0 0;
    -webkit-transform: translate(0px);
    -moz-transform: translate(0px);
    transform: translate(0px);
}

.error-404-btn{
    margin-top: 18px;
    text-decoration: none;
}

.error-404-btn .theme-btn{
    font-size: 15px;
    font-weight: 500;
    height: 48px;
    line-height: 48px;
    min-width: 360px;
    letter-spacing: -0.18px;
    text-decoration: none;
}

.error-404-logo{
    width: 180px;
    height: 180px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background: rgba(255,255,255,0.50);
    margin: 90px auto 0;
    text-align: center;
    line-height: 180px;
    position: relative;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(12px);
}

.error-page-body{
    background: #ffffff;
}

.error-contact h5{
    font-family: 'Inter';
    font-weight: 500;
    font-size: 21px;
    color: #696969;
    margin-bottom: 18px;
}

.error-contact {
    margin: 60px 0;
}

.error-btn-ct{
    display: inline-block;
    width: auto;
    min-width: 360px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    background: #F9F9F9;
    color: #3C3C3C;
    -webkit-transition: background-color 500ms linear;
    -ms-transition: background-color 500ms linear;
    transition: background-color 500ms linear;
    padding: 0 24px;
    font-size: 15px;
    letter-spacing: -0.18px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    text-decoration: none;
}

.error-btn-ct span{
    vertical-align: middle;
}

.error-btn-ct img{
    margin-right: 12px;
}

.error-btn-ct:hover{
    background: #E1E1E1;
    color: #3C3C3C;
    text-decoration: none;
}

.mobile-lbl-hide-left{
    display: block;
}

.mobile-lbl-show-left{
    display: none;
}

.user-end-slider-init .user-end-list-box p , .user-end-slider-init .user-end-list-box .read-more{
    display: block;
} 

.user-end-slider-init .user-end-list-box{
    padding: 0 0 0 10px;
    margin: 0px;
    background: transparent;
}

.user-end-slider-init .slick-list{
    padding-left: 0px !important;
}

.short-pad-btm{
    padding-bottom: 50px;
}

.more-space-top{
    margin-top:  -15px;
}

.product-feature-part{
    DEPRECATED-padding-top: 180px;
}

.both-space-remove{
    padding: 0px !important;
}

.editor-part.editor-article{
    padding-bottom: 0px;
}

/* custom */
.main-menu .mega-menu-head a {
    text-decoration: none;
}
.main-menu +.header-info .language-fix ul span img {
    height: 24px;
    width: 24px;
}
.editor-right .heat-main-right-search +.frame {
    padding-top: 0;
}
.footer-latest .col-md-6.col-sm-12.col-xs-12 a, .col-md-12.col-sm-12.col-xs-12 a {
    text-decoration: none;
}
.mega-menu-list-link li a.no-icon {
    padding-left: 0;
    font-weight: bold;

}
.mega-menu-top ul .mega-submenu-lvl3 {
  padding-top: 0px;
}
.pillar-part .pillar-col a {
    DELETED-text-decoration: none;
    DELETED-color: #000000;
}
.pillar-part .pillar-col a.theme-btn {
    color: #ffffff;
}

.pillar-part .title-part p {
    DEPRECATED-margin: 0;
}

.custom-faq-ol li {
    margin-bottom: 6px;
    position: relative;
    padding-left: 5px;
}
.custom-faq-ol ol {
    list-style: decimal;
}
.fourZerofour #page-header {
    display: none;
}
.fourZerofour #page-header + #main-part .main-part .section {
    overflow: visible;
}
.mega-submenu-lvl3 > li:hover > a, .mega-submenu-lvl3 > li.active > a {
    DELETED-color: #FB8537;
    color: var(--purple);
}
.main-menu > ul > li.has-child-lvl > ul.has-child-lvl-drop::after {
    position: absolute;
    content: "";
    height: 10px;
    width: 15px;
    DELETED-background: url('/fileadmin/twipla/typo3-website-theme/template/images/icons/drop-polygon.svg') no-repeat center center;
    top: -2px;
    left: 25px;
    -webkit-transform: unset;
    -moz-transform: unset;
    transform: unset;
    z-index: 2;
}

.kesearch_results{
    border: 2px solid rgba(0, 0, 0, 0.5);
    text-decoration: none;
}
.content-boxwrap a{
    text-decoration: none;
}

.content-boxwrap{
    border: 2px solid #EEEEEE;
    border-radius: 20px;
}
.pages_total #nextArrow {
    background-image: url("/fileadmin/twipla/typo3-website-theme/template/images/icons/right-nav.svg");
}
.pages_total #previousArrow {
    background-image: url("/fileadmin/twipla/typo3-website-theme/template/images/icons/left-nav.svg");
}

.year-price-list .year-show-price{
    display: block;
}
.month-price-list .year-show-price{
    display: none;
}
.month-price-list .month-show-price{
    display: block;
}
.year-price-list .month-show-price{
    display: none;
}
.editor-blog-list-top a {
    color: #000;
    text-decoration: none;
}

.layout-default .create-pagination.header-spacer {
    DELETED-top: 80px;
    DELETED-top: 12px;
    top: 8px;
    margin-bottom: 80px;
    padding: 4px 0;
}
.layout-default .main-part {
    padding-top: 130px;
}
.layout-default .fourZerofour .main-part {
    padding: 130px 0 0 0;
}
.form-control:focus{
    box-shadow: none;
}
.form-search-wrap #kesearch_results .result-list-item {
    padding: 20px;
}

.main-menu > ul > li.has-child-lvl{
    position: relative;
}

.main-menu > ul > li.has-child-lvl >  ul.has-child-lvl-drop{
    position: absolute;
    top: 100%;
    left: 0;
    width: auto;
    border: 1px solid #E1E1E1;
    background: var(--white);
    DELETED--webkit-border-radius: 15px;
    DELETED--moz-border-radius: 15px;
    DELETED--ms-border-radius: 15px;
    DELETED-border-radius: 15px;
    margin-top: 22px;
    display: none;
    DELETED-padding: 25px;
    padding: 25px 25px 0px 25px;
}

.main-menu > ul > li.has-child-lvl:hover >  ul.has-child-lvl-drop{
    display: block;
}

.main-menu > ul > li.has-child-lvl > ul.has-child-lvl-drop:after {
    position: absolute;
    content: "";
    height: 10px;
    width: 15px;
    DELETED-background: url('/fileadmin/twipla/typo3-website-theme/template/images/icons/drop-polygon.svg') no-repeat center center;
    top: -1px;
    left: 7%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 2;
}

.main-menu > ul > li.has-child-lvl >  ul.has-child-lvl-drop:before {
    DELETED-background: linear-gradient(90deg, rgba(251, 133, 55, 0) 11.45%, #FB8537 44.41%, rgba(251, 133, 55, 0) 81.39%);
    width: 100%;
    height: 1.5px;
    content: "";
    position: absolute;
    top: -1px;
    left: 0px;
}

.main-menu > ul > li.has-child-lvl > ul.has-child-lvl-drop > li{
    display: block;
}

.main-menu > ul > li.has-child-lvl > ul.has-child-lvl-drop > li > a {
    display: block;
    color: var(--black);
    position: relative;
    text-decoration: none;
    DELETED-padding: 10px 0;
    white-space: nowrap;
    font-size: 16px;
}

.main-menu > ul > li.has-child-lvl > ul.has-child-lvl-drop > li:hover > a , .main-menu > ul > li.has-child-lvl > ul.has-child-lvl-drop > li.active > a{
    DELETED-color: #FB8537;
    color: var(--purple);
}

.main-menu > ul > li.has-child-lvl > ul.has-child-lvl-drop > li > a:after{
    display: none;
}

.user-end-list-box h5 .feature-icon-v2 {
    min-width: 40px;
}

.scroll-top {
	overflow: hidden;
	transition: all 0.3s ease-in-out;
	z-index: 1020;
	background-color: #FB8537;
	color: #ffffff;
	bottom: 20px;
	right: 20px;
	position: fixed;
	opacity: 0;
	width: 3em;
	height: 3em;
}

.scroll-top:active, .scroll-top:focus, .scroll-top:hover {
	color: #ffffff;
	background-color: #6B1EB8;
}

.whitelabel-closing-button-above-text.mb1.b {
	margin-top: 50px;
}

.cta-level-0.pdlr2 {
	display: inline-block;
	width: auto;
	padding: 0 24px;
	height: 48px;
	line-height: 48px;
	border: none;
	color: #ffffff;
	background: linear-gradient(90deg, #FB8537 0%, #6B1EB8 100%);
	letter-spacing: -0.03em;
	font-size: 16px;
	font-weight: 600;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	text-align: center;
	-webkit-transition: background-color 500ms linear;
	-ms-transition: background-color 500ms linear;
	transition: background-color 500ms linear;
	text-decoration: none;
	min-width: 150px;
}

.cta-level-0.pdlr2:hover {
	color: #ffffff;
	background: linear-gradient(90deg, #FB8537 0%, #FB8537 100%);
	/ -webkit-transition: all 0.5s ease 0s; /
	/ transition: all 0.5s ease 0s; /
	-webkit-transition: background-color 500ms linear;
	-ms-transition: background-color 500ms linear;
	transition: background-color 500ms linear;
	-webkit-box-shadow: 1px 5px 16px rgba(251, 133, 55, 0.43);
	-moz-box-shadow: 1px 5px 16px rgba(251, 133, 55, 0.43);
	box-shadow: 1px 5px 16px rgba(251, 133, 55, 0.43);
	text-decoration: none;
}

.whitelabel-closing-button-button {
	margin: 10px 0;
}
.frame-container.c.mt2.whitelabel-closing-button-container {
	text-align: center;
}

.captcha-blog .captcha-customstyle-1 {
    margin-top: 0;
}
.footer-top-right .news-row input[type="text"], 
.footer-top-right .news-row input[type="email"] {
    color: #1A1919;
}
.footer-top-right .news-row input[type="text"]::placeholder,
.footer-top-right .news-row input[type="email"]::placeholder {
  color: #DEDEDE;
}
#captchaError-footer {
    font-style: italic;
    color: red;
}
.newsletter-api-email-error {
    display: none;
    font-style: italic;
    color: red;
}
.newsletter-api-listmonk .form-group.newsletter-api-response.warning {
    color: red;
}
.newsletter-api-listmonk .form-group.newsletter-api-response.success {
    color: #4ef04ec4;
}
.body-bg-top {
    padding-top: 0;
}
.common-scroll-horizontal-part .tags-list p span , .tags-list p a { margin-right: 15px; padding-bottom: 27px;}
.page-1.layout-default .main-part {
    padding-top: 80px;
}
.hide-visibility {
    visibility: hidden;
}

.notify-left p {
    DEPRECATED-margin: 0;
}
.notify-right {
    min-width: max-content;
    margin: auto;
}

.pricing-table-intro-v2 .row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -20px;
    margin-left: -20px;
}
.pricing-table-intro-v2 .col-md-4 {
    position: relative;
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
}
.pricing-intro-box-v2 {
    padding: 66px 75px;
    border: 3px solid #FB8537;
    border-radius: 24px;
    margin-bottom: 30px;
    font-weight: 500;
}
.pricing-intro-box-v2 .center {
  text-align: center;
}
.pricing-intro-box-v2 h3 {
    margin-bottom: 30px;
}
.pricing-intro-box-v2 .c-green {
    color: #FB8537;
}
.pricing-intro-box-v2 .small-p {
  margin-bottom: 36px;
}
.pricing-intro-box-v2 .small-p {
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0;
}
.pricing-table-intro-v2 button.cta-level-1 {
  min-width: 210px;
}
.pricing-intro-box-v2 li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid var(--colorGrayLight4);
    padding: 17px 15px 17px 0 !important;
}
.pricing-intro-box-v2 h5 {
    margin: 0;
    font-weight: 500;
}
.pricing-intro-box-v2 .icon-v2 {
    display: inline-flex;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin: 0;
}
.pricing-intro-box-v2 .hidden-features {
  display: none;
}
.pricing-intro-box-v2 button.cta-level-0::after, button.cta-level-1::after, button.cta-level-2::after {
  content: " →";
}

.faq-wrapper .adobe-ol ol, 
.faq-wrapper .adobe-ol ul {
    padding-left: 20px;
}

.faq-wrapper .adobe-ol ol, 
.faq-wrapper .adobe-ol li {
    list-style: decimal;
    columns: 2;
    width: max-content;
}

.backendlayout-default .pillar-part {
    DEPRECATED-padding-top: 0px;
}

.fourZerofour + #page-header + #main-part .main-part .section {
    overflow: visible;
}
.backendlayout-resource_center_home .main-part {
   /*    padding-top: 80px;*/
}
.heat-main-middle-info .textpic .gallery-row figure picture img {
    border-radius: 12px;
}
.say-about-inner .slick-track {
    display: flex !important;
}

.say-about-inner .slick-slide {
    height: inherit !important;
}
.backendlayout-search .main-part {
    padding-top: 230px;
}
.support-part .kesearch_searchbox .glossary-search {
    margin-top: -36px;
}
.support-part .messsage {
  text-align: center;
}
#p100 .short-pad-btm {
    padding-bottom: 0;
}


/*custom*/
.powermail_fieldset .gutter-15 .col-xs-12 .powermail_field .form-control::placeholder{
    opacity: 0!important;
}

/* Support sidebar */
.frame-type-subnavigation .subnav-nav, .frame-type-subnavigation .subnav-nav li {
	padding: 0;
	margin: 0;
}

.frame.frame-type-subnavigation {
	padding: 0;
}

.frame-type-subnavigation .subnav-nav .subnav-link {
	position: relative;
	display: flex;
	align-items: center;
	padding: 10px 16px;
	color: inherit;
	border: none;
	transition: all 0.15s ease-in-out;
	text-decoration: none;
}

.frame-type-subnavigation .subnav-nav .subnav-link:hover {
	DELETED-color: #FB8537;
}

.frame-type-subnavigation .subnav-nav li.active > .subnav-link {
	DELETED-color: #FB8537 !important;
}

.frame-type-subnavigation .subnav-nav .subnav-link-icon br {
	display: none;
}

.frame-type-subnavigation .subnav-nav li {
	margin-bottom: 15px;
}

.frame-type-subnavigation .subnav-nav .subnav-link-icon {
	margin-right: 0px;
}

.frame-type-subnavigation .subnav-nav .subnav-link-icon svg {
	width: 20px;
	object-fit: contain;
	object-position: center;
	position: absolute;
	top: 9px;
	height: 20px;
	left: 15px;
}

.frame-type-subnavigation .subnav-nav .subnav-link-text {
	padding-left: 40px;
}

.frame-type-subnavigation .subnav-nav .subnav-nav {
	margin-top: 15px;
	border-left: none;
	display: none;
}

.frame-type-subnavigation .subnav-nav .subnav-nav::before{
	display: none;
}

.frame-type-subnavigation .subnav-link:hover, .frame-type-subnavigation .subnav-link:focus{
	background: transparent;
}

.frame-type-subnavigation .subnav-nav .subnav-item i.fas{
	position: absolute;
	font-size: 12px;
	color: #798286;
	font-weight: 900;
	position: absolute;
	right: 0;
	top: 10px;
}

.frame-type-subnavigation .subnav-nav .subnav-nav .subnav-link-text:before {
	content: "→";
	font-family: 'Inter';
	color: #cccccc;
	position: relative;
	left: 0;
	margin-right: 6px;
	font-size: 15px;
	line-height: 24px;
	top: -2px;
}

.subnav-item .fa-angle-right::before {
    content: '';
    transform: rotate(360deg);
    display: block;
    width: 12px;
    height: 12px;
    background: url('/fileadmin/twipla/typo3-website-theme/template/images/icons/dropdown-arrow.svg') no-repeat center;
    background-size: auto;
    background-size: auto;
    background-size: contain;
}
.subnav-item.active .fa-angle-right::before {
    transform: rotate(90deg);
}

.frame-type-subnavigation .subnav-nav .subnav-item img,
.frame-type-subnavigation .subnav-nav .subnav-item svg {
    width: 17px;
    height: 17px;
    position: absolute;
    top: 20px;
    filter: grayscale(1) brightness(1.7);
    -webkit-filter: grayscale(1) brightness(1.7);
    -moz-filter: grayscale(1) brightness(1.7);
    -o-filter: grayscale(1) brightness(1.7);
    -ms-filter: grayscale(1) brightness(1.7);
    object-fit: contain;
}

.frame-type-subnavigation .frame-inner>.subnav-nav>.subnav-item>a {
    z-index: 9;
}

.frame-type-subnavigation .subnav-nav .subnav-item.active img,
.frame-type-subnavigation .subnav-nav .subnav-item.active svg {
    filter: none;
}

.frame-type-subnavigation .subnav-nav .subnav-item i.fas {
    position: absolute;
    font-size: 12px;
    color: #798286;
}

.frame-type-subnavigation .subnav-nav .subnav-nav {
    display: none;
    padding-left: 15px;
}

.frame-type-subnavigation .frame-inner .subnav-item.active .subnav-nav {
    display: block;
}

.frame-type-subnavigation .frame-inner .subnav-item.active i.fas {
    transform: rotate(90deg);
    color: #2cb7a6;
    width: 12px;
    height: 12px;
}
.frame-type-subnavigation .frame-inner .subnav-item.active .subnav-item i.fas{
    transform: rotate(-90deg);
}

.frame-type-subnavigation .frame-inner .subnav-item.active .subnav-item.active i.fas{
    transform: rotate(90deg);
}

.frame-type-subnavigation .subnav-nav .subnav-item .subnav-link-text {
    padding-left: 40px;
}

.frame-type-subnavigation ul.subnav-nav .subnav-item ul.subnav-nav .subnav-link-text {
    margin-left: 0px;
}

.frame-type-subnavigation .active>.subnav-link {
    font-weight: 600;
}

.frame-type-subnavigation .frame-inner>.subnav-nav>.subnav-item>a {
    font-weight: 600;
    color: #7d7c7c;
}

.frame-type-subnavigation .subnav-nav .subnav-nav:before {
    content: none;
}
.frame-type-subnavigation .frame-inner .subnav-item.no-subnav i.fas{
    display: none;
}
.frame-type-subnavigation .frame-inner>.subnav-nav>.subnav-item{
    margin-bottom: 15px;
}
.frame-type-subnavigation .subnav-divider{
    height: 0;
}

.frame-type-subnavigation .subnav-nav .subnav-item i.fas {
    top: 20px;
    left: auto;
    right: -15px;
}
.frame-type-subnavigation .subnav-nav .subnav-item {
    margin-right: 20px;
}
.frame-type-subnavigation .subnav-nav .subnav-item .subnav-nav,
.frame-type-subnavigation .subnav-nav .subnav-item .subnav-item .subnav-nav {
    display: none;
}
.frame-type-subnavigation .subnav-nav .subnav-item .subnav-item.active .subnav-nav {
    display: block;
}
/* Support End*/

/* Auto translated content banner Start*/
.backendlayout-resource_center_home .notification-popup {
    margin-top: 1rem;
    margin-bottom: 0.5rem;
}

.notification-popup {
    top: unset;
    left: unset;
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
    width: 100%;
    font-size: 16px;
    line-height: 22.72px;
    letter-spacing: -0.03em;
    display: flex;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    color: #2B2B2B;
    z-index: 1;
    margin-left: auto;
    margin-right: auto;

}
.notification-popup img {
    min-width: 35px;
    margin-right: 25px;
}

.notification-popup p {
    margin: 0px;
}

.backendlayout-resource_center_home .auto-translated-content-banner {
    background-color: #ffffff;
    padding-bottom: 15px;
}

.auto-translated-content-banner-inner {
    background-color: #f2f2f2;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    padding: 13px 72px;
    display: flex;
    justify-content: space-between;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    position: relative;
    margin-top: 1.1%;
}
.auto-translated-content-banner-inner:hover::before {
    position: absolute;
    top: 1px;
    left: 1px;
    height: calc(100% - 2px);
    width: calc(100% - 2px);
    content: "";
    background: #ffffff;
    -webkit-border-radius: 9px;
    border-radius: 9px;
}

.auto-translated-content-banner-inner:hover {
    background: radial-gradient(50% 22202.29% at 96.05% 0%, #6B1EB8 0%, rgba(107, 30, 184, 0) 100%) , linear-gradient(90deg, #FB8537 4.71%, rgba(251, 133, 55, 0) 43.06%);
}
/* Auto translated content banner End*/
.whitelabel-closing-2buttons-container .whitelabel-closing-2buttons-line {
    border: 1px solid #FB8537;
    position: relative;
    top: 2rem;
    z-index: -1;
}
.whitelabel-closing-2buttons-container .whitelabel-closing-2buttons-background {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    justify-content: center;
    display: grid;
}
.whitelabel-closing-2buttons-container .whitelabel-closing-button-button .theme-btn-border {
    margin-right: 20px;
    color: white;
}
.whitelabel-closing-2buttons-container .whitelabel-closing-button-button .theme-btn-border {
    margin-right: 20px;
}

.whitelabel-closing-2buttons-container .whitelabel-closing-2buttons-container .col-sm-12 {
    justify-content: center;
    text-align: center;
}
.whitelabel-closing-2buttons-container .theme-btn-border::before {
    background: none;
}
.whitelabel-closing-2buttons-container .theme-btn-border:hover {
    color: white;
}

.progress-container {
    width: 100%;
    height: 5px;
    background: #cccccc;
    position: absolute;
    bottom: 0;
    left: 0;
}

.progress-bar {
    height: 5px;
    /*background: linear-gradient(90deg, #FB8537 0%, #6B1EB8 100%);*/
    DELETED-background: linear-gradient(90deg, color(display-p3 1.0 0.5 0.2) 0%, color(display-p3 0.42 0.11 0.72) 100%);
    background: var(--purple);
    width: 0%;
}

.scroll-top img {
	width: 36px !important;
	position: absolute;
	top: 50%;
	left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.adobe-content li {
    list-style: decimal;
    font-weight: bold;
    color: #FB8537;
}

.heat-main-middle-info .frame {
    padding-top: 0;
}

.heat-main-left-top-line {
    margin-top: -3rem;
}

.backendlayout-blog_detail_new .heat-map-top {
    DELETED-padding-top: 40px;
    DELETED-display: none;
}

.backendlayout-blog_detail_new .heat-main-middle-info .text-center {
    DELETED-justify-content: left;
    DELETED-display: flex;
    DELETED-padding-top: 0.5rem;
    DELETED-margin-bottom: 0rem;
    padding-bottom: 1rem;
}

.backendlayout-blog_detail_new .heat-main-middle-info .text-center span {
    text-align: left;
}

/* progress slider */
.sliderContainer {
    position: relative;
}
.progressBarContainer div {
    display: block;
    width: auto;
    padding: 0;
    cursor: pointer;
    margin-right: 30px;
    float: left;
    color: rgba(251, 133, 55, 1);
}
.progressBarContainer div:last-child {
    margin-right: 0;
}
.progressBarContainer div span.progressBar {
    width: 100%;
    height: 2px;
    background-color: rgba(251, 133, 55, 0.20);
    display: block;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.progressBarContainer div span.progressBar .inProgress {
    background-color: rgba(251, 133, 55, 1);
    width: 0%;
    height: 2px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.progressBaritem strong{
    font-weight: 500;
    font-size: 14px;
}
.progressBarContainer {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-top : 19px;
}
.single-item-progress .slick-slide{
    text-align: center;
}
.single-item-progress .slick-slide img{
    display: inline-block !important;
}
.progressBarContainer .progressBaritem {
    opacity: 0.5;
}
.progressBarContainer .progressBaritem.slick-progress-current {
    opacity: 1;
}
.progressBarContainer .progressBaritem {
    opacity: 0.5;
}
.progressBarContainer .progressBaritem.slick-progress-current {
    opacity: 1;
}
.heat-main-start-right .theme-btn-white.theme-btn-white-sm {
    min-width: max-content;
    display: block ruby;
}

/* toc accordion */
.toc_accordion{
    DELETED-color: #FB8537;
    DELETED-margin-left: 17%;
    DELETED-line-height: 1.7;
}
.text-column{
    DELETED-column-gap: 25px;
    DELETED-margin: -70px;
}

/* blog arrow font*/
/********************************** Glossary-navigation *************************************/

.prev-page,
.next-page {
    padding: 0;
    list-style: none;
}

.prev-page .prev {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url("../images/left_black.svg") no-repeat center;
    background-size: contain;
}

.next-page .next {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url("../images/right_black.svg") no-repeat center;
    background-size: contain;
}

.glossary-nav {
    position: relative;
}

.glossary-nav .prev-page {
    position: absolute;
    left: -43px;
    top: calc(50% - 10px);
}

.glossary-nav .next-page {
    position: absolute;
    right: -5px;
    top: calc(50% - 10px);
}

.green-bar-bg.fixed-top {
    top: 5px;
    left: 0;
    right: 0;
}

.green-bar-bg.fixed-top h1 {
    top: 2px;
}


.prev-page a,
.next-page a{
    text-decoration: none;
}


.glossary-nav .fa-angle-left::before
{
    font-size: 30px!important;
}
.glossary-nav .fa-angle-right::before
{
    font-size: 30px!important;
}
/**********************************/

.progressBarContainer .progressBaritem.slick-progress-current .inProgress {
    animation: progressAnimation 7s ease-out;
}
@keyframes progressAnimation {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}
.backendlayout-blog_detail_new .heat-main-middle-info table tbody tr .text-center {
    display: revert;
    padding: 1.2rem;
}
.strong-orange {
    color: #FB8537;
}

/****************28th******************/
.notify-inner {
    padding: 20px 6px 20px 24px;
}
.notify-right {
    margin: inherit;
}

.close-notify-part {
    padding: 8px 8px 8px 8px;
    DEPRECATED-background: var(--white);
    border-radius: 12px;
    DEPRECATED-margin-left: 15px;
    margin-right: 12px;
}
.notify-inner:hover .close-notify-part {
    background: #f2f2f2;
}
.close-notify-part img {
    margin-left: 0;
}

.backendlayout-special_start .perfect-part.perfect-switch {
    DEPRECATED-padding-top: 180px;
}

/*CLOSE ICON*/

.notify-close{
    width: 48px;
    height: 48px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    background: #ffffff;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 6px;
}

.notify-inner:hover .notify-close{
    background: rgba(0, 0, 0, 0.03);
}
/*CLOSE ICON*/

/* pricing update */
.dropdown-item-price .divider{
    border-top: #FB8537 solid;
    padding-top: 10px !important;
    border-width: inherit;
}
/* pricing update */

/* space between content elements not always identical start */
#p166 .short-pad-btm {
    padding-bottom: 0;
}
#p166 .short-pad-btm h4 {
    font-weight: normal;
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
}
/* space between content elements not always identical end */

/* Branding Insert Images OR Image border only on blog images */
.gradient-border img {
    position: relative;
    z-index: 2;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}
.embed-responsive.gradient-border video {
    position: relative;
    z-index: 2;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}

.gradient-border {
    background: linear-gradient(90deg, rgba(255, 138, 20, 0.75) 0%, rgba(107, 30, 184, 0.75) 100%);
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
    padding: 12px;
    position: relative;
}

.gradient-border:before {
    position: absolute;
    top: 12px;
    left: 12px;
    width: calc(100% - 24px);
    height: calc(100% - 24px);
    background: #fff;
    content: "";
    z-index: 1;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
    /* Branding Insert Images OR Image border only on blog images */
}
/* Sticky breadcrumb start */

.create-pagination {
    position: fixed;
    top: 80px;
    left: 0px;
    width: 100%;
    z-index: 9;
    background: #FAFAFA;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
/* Sticky breadcrumb end */

/* Blog spacing */
.url-wrap-link + #c86279 {
    padding-top: 0;
    padding-bottom: 0;
}
/* Blog spacing */

/* newsletter */
body .newsletter-wrap {
	padding-top: 160px;
	padding-bottom: 100px;
}

body .newsletter-block h1 {
	font-size: 52px;
	margin-bottom: 0;
}

body .col-12.main-newsletter-custom-12 {
	padding-left: 7px;
	padding-right: 9px;
}

body .field-form-col.powermail_field.text-lbl-up .submit .theme-btn {
	margin-right: 0;
	width: 100%;
}

body .newsletter-wrap .main-newsletter{
	padding:50px;
}

body .newsletter-api-listmonk .form-group input:focus{
	border:1px solid #FB8537 !important
}

body .newsletter-api-listmonk .form-group.float-label {
	margin-bottom: 0;
}

body .newsletter-api-listmonk .form-group.float-label {
	margin-bottom: 0;
}


/*plateforms-part start*/
.search_plateforms-part .plateforms-part{
    padding-bottom: 3px;
}
/*plateforms-part end*/

/*login_hover start*/
.titl{
    margin-top: 5px;
    color: white;
    background-color: rgba(0, 0, 0, 0.8);
    width:450%;
    border-radius: 7px;
    display: none;
    font-size: 15px;
    position: relative;
    z-index: 10;
}
.user-menu a:hover .titl{
    display: block;
}
/*login_hover end*/


/*custom*/
.h2-fancy-container .frame-inner h2{
    text-align: center;
} 

/*blog left_link scrolling*/
.editor-inner .editor-left-link .scroll-to-fixed-fixed{
    top: 131px !important;
}

/* Spacing b/w elements */
.adobe-part + .frame {
    padding-top: 0;
}

.adobe-part + .frame p {
    margin-top: 25px;
}

.share-article {
    margin-top: -1.5rem;
}

.twipla-space-remove-bottom .faq-wrapper {
    margin-top: -1rem;
}

.faq-blog-list-title {
    margin-top: -4rem;
}

.twipla-space-remove-bottom:last-of-type {
    DELETED-padding-bottom: 6rem;
}

p .linkToTop-faq {
    display: block;
    margin-bottom: 6rem;
}
.addition-part + .visa-platforms-top4-v2 {
    margin-bottom: 140px;
}
.say-about-part + .frame {
    padding-top: 0;
    padding-bottom: 180px;
}
.say-about-part + .frame + .perfect-part.perfect-partner-part {
  padding-top: 180px;
}
.say-about-part + .frame + .frame {
    padding-bottom: 180px;
}
.frame + .insight-box {
    margin-top: -1rem;
}
.editor-main-list h2 {
    margin-top: 30px;
    -webkit-text-fill-color: transparent;
    background: linear-gradient(89.66deg, #FB8537 2.25%, #6B1EB8 56.19%);
    background-clip: text;
}
#c272 + .history-part.twipla-space-remove-bottom {
    margin-top: -50px;
}
#c272 {
    margin: 1px;
}
.editor-main-list.end-fixed {
    margin-top: 30px;
}
#p81 .short-pad-btm {
    padding-bottom: 180px;
}
#c25268 + .support-part {
    margin-top: -13px;
}
#c25268 + .support-part + .twipla-space-remove-bottom {
    margin-top: -60px;
}
.heat-main-middle-info .frame h3 a , .heat-main-middle-info .frame h2 a {
    text-decoration: none;
}

/*without_pileline*/
.without_pileline a{
    DELETED-color: rgba(0,0,0,.2);
    DELETED-text-decoration: none;
}

/*more space efect so i have coment this css start */
#c85558 {
    padding-top: 0;
}
#p6986 .common-title-part.twipla-space-remove-bottom , #p6537 .common-title-part.twipla-space-remove-bottom , #p6545 .common-title-part.twipla-space-remove-bottom , #p7007 .common-title-part.twipla-space-remove-bottom , #p6547 .common-title-part.twipla-space-remove-bottom , #p6554 .common-title-part.twipla-space-remove-bottom , #p6546 .common-title-part.twipla-space-remove-bottom , #p243 .common-title-part.twipla-space-remove-bottom , #p242 .common-title-part.twipla-space-remove-bottom , #p163 .common-title-part.twipla-space-remove-bottom , #p166 .common-title-part.twipla-space-remove-bottom , #p166 .common-title-part.twipla-space-remove-bottom {
    padding-bottom: 0;
}
#whiteLabelContactForm-1789-email-1 {
    border: 1px solid #ced4da;
}
.product-feature-part {
    DEPRECATED-padding-top: 0;
}
.close-button-pad {
    padding-top: 180px;
}
/* Spacing b/w elements */

/* Accordion note */
.highlight {
  background-image: url("/fileadmin/twipla/typo3-website-theme/template/images/icons/highlight_i_big.svg");
  background-repeat: no-repeat;
  background-position: -3px -3px;
  background-color: #FFEDED;
  background-size: 3rem;
  border: 1px solid red;
  border-radius: 4px;
  DELETED-padding-left: 4rem;
  DELETED-padding-top: 0.5rem;
  DELETED-padding-right: 1rem;
  DELETED-padding-bottom: 0.5rem;
  padding: 0.5rem;
}
/* Accordion note */

.pricing-list-boxes {
    z-index: 1;
}
.perfect-inner .platform-blog {
    display: inline-block;
    margin: 0;
}
.perfect-inner .platform-blog li {
    text-align: left;
    justify-content: left;
}
/* checkmark-style update in RTE ul li */
.perfect-part .platform-blog {
    display: inline-grid;
}
/* checkmark-style update in RTE ul li */

/*ul Custom css*/

ol {
    counter-reset: primary;
}
ol ol {
    counter-reset: secondary;
}
ol ol ol {
    counter-reset: tertiary;
}

ol li {
    display: block;
    margin-left: 5px;
    DELETED-margin-bottom: 14px;
    DELETED-line-height: 28px;
    line-height: 36px;
}
ol li:before{
    content: counters(primary, ".", decimal) ". ";
    counter-increment: primary;
}

ol li ol li:before{
    content: counters(primary, ".", decimal) "." counters(secondary, ".", decimal) ". " ;
    counter-increment: secondary;
}
ol li ol li ol li:before{
    content: counters(primary, ".", decimal) "." counters(secondary, ".", decimal) "." counters(tertiary, ".", decimal) ". " ;
    counter-increment: tertiary;
}
/*ul Custom css*/

/*wix sticky*/
.subnav-wrap .frame-type-subnavigation .px-0 .scroll-to-fixed-fixed{
    top: 130px !important;
    margin-left: 0px !important;
}

/*wix sticky*/

.news-row .news-row-email .newsletter-api-email::-webkit-input-placeholder{
    opacity: 1 !important;
}

/*glossary-search_space */
.search-form-form .kesearch_searchbox .glossary-search {
    margin-top: unset !important;
}

/*sticky support-part*/
.section-row .scroll-fix-blog1 {
    height: 905px;
    overflow-y: auto;
}
.section-row .subnav-wrap .scroll-to-fixed-fixed{
    left: unset !important;
    top: 130px;
}

/* Search label under input */
#p193 .support-part , #p4903 .support-part {
    padding-bottom: 30px;
}
/* Search label under input */

/*homepage button*/
.home-page-inner-btn-top .btn-group{
    justify-content: center;
}
/* Job and career */
.tx-jobapplications .job-show {
    margin-bottom: 3rem;
}
.row .job-filter-list:first-child {
    margin-top: 60px;
}
.tx-jobapplications #application-button-back {
    margin: 15px;
}
.tx-jobapplications ::placeholder {
    opacity: 0 !important;
}

.twipla-common #applicationform .row #input4::placeholder {
    opacity: 1 !important;
    color: black;
}
.contact-wrap-box .powermail_field label {
    margin-bottom: 2.5rem;
}
.filepond--drop-label label {
    margin-top: 2.5rem !important;
}
/* Job and career */
.short-pad-btm .platform-blog li {
    font-size: 16px;
    letter-spacing: 0;
}

.container .analytics-inner .product-feature-row .product-feature-col a{
    text-decoration: none;
    color: #FB8537;
}
/* Search pagination */
.pagination-show ul span {
    padding-right: 10px;
    margin-top: 8px;
}
.pagination-show ul span .current {
    margin-left: 5px;
}
.pagination-show ul li a {
    line-height: 35px;
}
/* Search pagination */
/* Chat api */
.scroll-top {
    bottom: 90px;
    right: 27px
}
.woot--bubble-holder {
    display: initial;
}
/* Chat api */
/* Header level 3 icons */
.mega-submenu-lvl3 li {
    padding-left: 34px !important;
}
/* Header level 3 icons */
/* p & ul li font size change */
/* p & ul li font size change */
/* Link on blog image */
.searchresult .col-xs-12 {
    margin-bottom: 50px;
}
.full-cover.disable-title {
    font-size: 0;
}
/* Link on blog image */

#nav-item-13794 + .drop-arrow-mobile + .mega-menu-wrapper .mega-menu-top ul li a {
    font-weight: bold;
}
#nav-item-13794 + .drop-arrow-mobile + .mega-menu-wrapper .mega-menu-top ul li .mega-submenu-lvl3 a {
    font-weight: inherit;
}

.dropdown-icon {
    margin-right: 10px;
    max-width: 24px;
    DELETED-position: absolute;
    left: 0;
    top: -6px;
}

/*popup*/
#auto-popup{
    padding-left: 0px;
}

#auto-popup .modal-content {
  border: none;
  border-radius: 30px;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,0.2);
  outline: 0;
}

#auto-popup .modal-body {
  padding: 0px;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

#auto-popup .modal-body .row {
  margin: 0px;
}

#auto-popup .modal-body .col-xs-12 {
  padding: 0px;
}

#auto-popup .modal-dialog {
  max-width: 1140px;
}

#auto-popup .close {
  position: absolute;
  right: -12px;
  top: -12px;
  background: #fff;
  opacity: 1;
  width: 38px;
  height: 38px;
  border-radius: 50px;
  box-shadow: 0px 2px 10px rgba(0,0,0,0.2);
  vertical-align: middle;
  display: flex;
  justify-content: center;
  align-items: center;
  text-shadow: none;
  line-height: normal;
  font-size: 30px;
  cursor: pointer;
  z-index: 11;
}

.auto-popup-left {
  height: 100%;
  position: relative;
  min-height: 300px;
}
.auto-popup-right {
  padding: 67px 70px;
}
.auto-popup-right h2 .sub-title-h2 {
  margin-bottom: 25px;
  color: var(--blue-color);
  font-weight: 500;
  font-size: 20px;
  margin: 0 0 7px;
}

.auto-popup-right h2 {
  font-size: 40px;
  line-height: 44px;
  margin-bottom: 25px;
}

.auto-popup-right h2 {
    padding: 0;
    font-weight: 600;
    margin: 0 0 20px;
    margin-bottom: 20px;
    margin-bottom: 20px;
    color: var(--head-color);
    font-size: 40px;
    letter-spacing: 0;
    line-height: 44px;
}

.auto-popup-right p {
  font-size: 20px;
  color: var(--txt-color);
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0;
}

.auto-popup-right-col .auto-popup-right theme-btn::after {
  position: relative;
  content: "→";
  font-family: FontAwesome;
  margin-left: 10px;
}

.auto-popup-right h2.sub-title-h2 {
  margin-bottom: 25px;
  color: #0093E9;
  font-weight: 500;
  font-size: 20px;
  margin: 0 0 7px;
}
.row.row-switch .auto-popup-left-col, .row.row-switch .auto-popup-left-col .auto-popup-left, .row.row-switch .auto-popup-left img {
  -webkit-border-radius: 0px 30px 30px 0px;
  -moz-border-radius: 0px 30px 30px 0px;
  -ms-border-radius: 0px 30px 30px 0px;
  -o-border-radius: 0px 30px 30px 0px;
  border-radius: 0px 30px 30px 0px;
}
/* HTML Video */
.video .frame-container .frame-inner video {
    border: 2px solid #04b5a6;
    width: 120%;
    max-width: 900px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 20px;
    margin-bottom: 180px;
}
/* HTML Video */

/* Scrolling breadcrumb */
.create-pagination .container {
    white-space: nowrap;
    overflow: auto;
    DELETED-height: 40px;
    DELETED-height: 28px;
    height: 32px;
    overflow-y: hidden;
}
.create-pagination-inner li span {
    margin-right: 15px;
}
/* Scrolling breadcrumb */

#c13562 .editor-part .container .search .editor-inner .editor-right{
	padding-top: 3.1rem;
}

/*for table*/
ol li {
  display: list-item !important; 
}

ol li::before {
  content: unset !important; 
  counter-increment:none !important; 
}

/* Banner DCE with button */
.banner_with_button {
    padding-top: 80px;
    padding-bottom: 80px;
}
.banner_logo a {
  display: block;
  padding:20px 0 10px;

}
.banner_logo img {
  max-width: 300px;
}
.banner_logo {
  max-width: 1050px;
  margin: 0 auto;
  padding: 0 15px;
}   
.banner_btn_wrap {
  position: relative;
 margin-bottom: 50px;
  background-size: cover;
  padding: 20px
}
.left_book {
  position: absolute;
  width: 200px;
  left: 0;
  top: -40px;
}
.left_book img,
.right_book img {
  width: 170px;
}
.right_book {
  position: absolute;
  width: 200px;
  right: 0;
  top: -40px;
}
.banner_container {
  box-sizing: unset;
  max-width: 1050px;
  padding: 0 15px;
  position: relative;
  display: flex;
  margin: 0 auto;
  justify-content: space-between;
}
.banner_btn_left {
  width:25%;
  color: #fff;    
}
.banner_btn_left p {
  margin: 0 auto;
  font-size: 18px;
  color: #fff;
}
.circle-center {
  width:35%;
  position: relative;
} 
.circle-center img {
  width: 200px;
  position: absolute;
  top:-65px;
  left: 50%;
  transform: translateX(-50%);
}
.banner_btn_right {
  width: auto;
  align-self: center;
}

a.banner_btn {
  text-decoration: none;  
  padding: 10px 30px 13px;
  font-size: 18px;
  line-height: 18px;
  border-radius: 25px;
  display: inline-block;
  position: relative;
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}
a.banner_btn:hover {background-color:rgb(237, 41, 14) !important;}
a.banner_btn:after {
  content: " →";
  padding-left: 5px;
}
/* Banner DCE with button */

/* Add border-radius to given DCEs */
.perfect-part .perfect-left img {
    border-radius: 48px;
}
/* Add border-radius to given DCEs */

.scroll-fix-blog1.scroll-to-fixed-fixed{top: 131px !important;}

/* RTE Backend link color update */
.cke_editable a {color: #FB8537;}
/* RTE Backend link color update */

.editor-blog-list-bottom .editor-blog-list-bottom-right {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    width: auto;
}

.backendlayout-blog_detail_new .frame-background-none {margin-top: 0 !important;}
.scroll-to-fixed-fixed {margin-top: 30px !important;}

/*BLOG PAGE*/

.blog-wrapper-recent .col-xs-12{margin-bottom: 30px;}

.wrapper-recent-inner{
    -webkit-box-shadow: 12px 4px 21px 0 rgba(0,0,0,0.03);
    -moz-box-shadow: 12px 4px 21px 0 rgba(0,0,0,0.03);
    box-shadow: 12px 4px 21px 0 rgba(0,0,0,0.03);
    position: relative;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
    height: 100%;
}


.blog-list-footer-wrap {
	position: absolute;
	width: 100%;
	left: 0px;
	bottom: 0;
	padding: 18px 24px;
}

.wrapper-recent-info {padding: 18px 24px 80px;}

.wrapper-recent-img , .wrapper-recent-img img{
    width: 100%;
    -webkit-border-radius: 24px 24px 0 0;
    -moz-border-radius: 24px 24px 0 0;
    border-radius: 24px 24px 0 0;
}

.blog-wrapper-recent a{text-decoration: none !important;}

.wrapper-recent-info h6{
    background: transparent;
    background-clip: unset;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
    background-clip: unset;
    text-fill-color: unset;
    color: #000000;
    font-size: 15px;
    line-height: 21px;
    letter-spacing: -0.27px; 
    font-weight: 600;
    margin: 0px;
    text-transform: unset;
    font-family: 'Inter';
}

.wrapper-recent-info p{
    font-size: 12px !important;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: -0.108px;
    margin-bottom: 10px;
    color: #000000;
}

.author-wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    color: #3D3D3D;
    font-family: 'Inter';
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: -0.144px; 
}

.author-wrap .author-wrap-name{margin-left: 8px;}

.recent-info-bottom{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    color: #3D3D3D;
    font-family: 'Inter';
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: -0.144px;
    margin-top: 12px;
}

.recent-bottom-left{margin-right: auto;}

.recent-bottom-left , .recent-bottom-right{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.recent-bottom-left span , .recent-bottom-right span{margin-left: 8px;}
.blog-recent-pagination{margin-top: 8px;}

.blog-recent-pagination ul , .blog-recent-pagination li{
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.blog-recent-pagination ul{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
}

.blog-recent-pagination ul li{margin-right: 18px;}
.blog-recent-pagination ul li:last-child{margin-right: 0px;}

.blog-recent-pagination ul li a{
    width: 42px;
    height: 42px;
    line-height: 42px;
    border: none;
    text-align: center;
    color: #000000;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -0.18px;
    font-family: 'Inter';
    display: inline-block;
    DELETED--webkit-transition: all 0.5s ease 0s;
    DELETED--moz-transition: all 0.5s ease 0s;
    DELETED-transition: all 0.5s ease 0s;
    DELETED--webkit-border-radius: 10.5px;
    DELETED--moz-border-radius: 10.5px;
    border-radius: 10.5px;
    text-decoration: none !important;
}

.blog-recent-pagination ul li:last-child a{width: auto;}

.blog-recent-pagination ul li:hover a , .blog-recent-pagination ul li.active a{
    background: #FB8537;
    color: #ffffff;
}

.blog-recent-pagination ul li:last-child.active a {background: transparent;}
.blog-recent-pagination .paging-custom-blog {
    width: auto;
    padding: 0px 10px;
}
.mega-menu-wrapper h1{line-height: 80px;}
.mega-menu-wrapper h2{line-height: 64px;}
.mega-menu-wrapper h3{line-height: 54px;}
.mega-menu-wrapper h4{line-height: 38px;}
.mega-menu-wrapper h5, .mega-menu-wrapper h6{line-height: 30px;}
#blog-toc{max-width: 182px;}
/*heding add h4 to span*/
.mega-menu-wrapper span {
  line-height: 38px;
  margin: 0 0 25px 0;
  padding: 0;
}

.mega-menu-head span {
  font-family: 'Inter';
  font-weight: 600;
  font-size: 24px;
}
/* kp max-width*/
.mega-menu-head span {
  color: #000;
  letter-spacing: .756px;
  margin: 0 0 25px 0;
  padding: 0;
 }
 /* kp max-width*/
 .mega-menu-head {
    DELETED-margin-bottom: 25px;
    DELETED-height: 60px;
    DELETED-margin-bottom: 30px;
    height: 40px;
    font-weight: bold;
    DELETED-font-size: 20px;
 }
 .mega-menu-wrapper span { 
    DELETED-line-height: 38px;
    DELETED-font-size: 20px;
 }

/* Codeblock */
.hljs {
  display: block;
  overflow-x: auto;
  padding: 0.5em;
  background: #2b2b2b;
}

.hljs {color: #bababa;}

.hljs-strong,
.hljs-emphasis {
  color: #a8a8a2;
}

.hljs-bullet,
.hljs-quote,
.hljs-link,
.hljs-number,
.hljs-regexp,
.hljs-literal {
  color: #6896ba;
}

.hljs-code,
.hljs-selector-class {
  color: #a6e22e;
}

.hljs-emphasis {font-style: italic;}

.hljs-keyword,
.hljs-selector-tag,
.hljs-section,
.hljs-attribute,
.hljs-name,
.hljs-variable {
  color: #cb7832;
}

.hljs-params {color: #b9b9b9;}
.hljs-string {color: #6a8759;}

.hljs-subst,
.hljs-type,
.hljs-built_in,
.hljs-builtin-name,
.hljs-symbol,
.hljs-selector-id,
.hljs-selector-attr,
.hljs-selector-pseudo,
.hljs-template-tag,
.hljs-template-variable,
.hljs-addition {
  color: #e0c46c;
}

.hljs-comment,
.hljs-deletion,
.hljs-meta {
  color: #7f7f7f;
}
/* codeblock */

/*START SOCIAL MEDIA*/

.copyright-social{
    margin-top: 75px;
    font-size: 16px;
    text-align: center;
}

.copyright-social p{margin-bottom: 0px;}

.social-copy, .social-copy li {
    list-style: none;
    padding: 0;
    margin: 0;
}

.social-copy{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap:50px;
    margin-bottom: 16px !important;
}

/*END SOCIAL MEDIA*/
/* Add span in tags */

span.feature-tag {
    display: inline-block; 
    width: auto;
}

/* span.feature-tag a, a span.feature-tag, span.feature-tag { */
span.feature-tag { 
    border-radius: 32px;
    padding: 6px 16px 8px 16px;
    DELETED-Gap: 9px;
    DELETED-display: inline-table;
    DELETED-width: auto;
    DEPRECATED-text-decoration: inherit;
    DELETED-font-family: Inter;
    font-weight: 500;
    font-size: 18px;
    DELETED-color: #D25704;
    color: var(--chip-tx);
    border: none !important;
    /*  Add style for create tag without parent div tag  */
    DELETED-background: #FADECB;
    background: var(--chip-bg);
    height: 32px;
    line-height: 22px;
    margin: 0 0.5rem 0.5rem 0;
}

span.feature-tag a, a span.feature-tag:hover {
    color: var(--chip-tx);
    background: var(--chip-bg-hover);
}

/* Banner space while close banner */
.banner-disable {margin-bottom: -60px;}
/* Banner space while close banner */

/*for support-part  start*/

.backendlayout-subnavigation_left .end-fixed {
    /* margin-top: 280px; */
}
/*for support-part  start*/

section.plateforms-article-part{
    padding: 0 0 50px 0 !important;
}
/*variation screen*/

.variation-top-part{
    padding: 60px 0 32px 0;
    DELETED-background: #ffffff;
}

.variation-top-part .row {
    align-items: center;
    margin: 0 auto;
    max-width: 1600px;
}

.variation-check-blog{
    DEPRECATED-background: linear-gradient(90deg, #F5F5F5 0%, #FFF 100%);
    DEPRECATED--webkit-border-radius: 42px;
    DEPRECATED--moz-border-radius: 42px;
    DEPRECATED--ms-border-radius: 42px;
    DEPRECATED-border-radius: 42px;
    DEPRECATED-padding: 12px 6px 12px 28.5px;
    DEPRECATED-display: flex;
    DEPRECATED-align-items: center;
    DEPRECATED-width: 100%;
    DEPRECATED-margin-bottom: 12px;
    DEPRECATED-overflow: hidden;
}

.variation-check-icon{
    min-width: 27px;
    margin-right: 18px;
    DELETED-margin-bottom: -2%;
}

.variation-check-info{
    color: #3D3A41;
    width: calc(100% - 45px);
    text-align: left;
}

.variation-check-info p , .variation-check-info h6{
    margin: 0px;
}

.variation-check-info h6{
    color: #3D3A41;
    font-size: 21px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px;
    letter-spacing: -0.378px;
    font-family: 'Inter';
    text-transform: unset;
/*    white-space: nowrap;*/
    text-overflow: ellipsis;
    overflow: hidden;
}

/*.variation-check-info p{
    color: #797382;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.27px;
    font-family: 'Inter';
    DELETED-white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}*/

.variation-list-btn{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    gap:12px;
    margin-top: 24px;
}

.variation-list-btn .cmn-btn {
    DEPRECATED-width: calc(50% - 6px);
}

.variation-btn-text{
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: -0.18px;
    DELETED-font-family: 'Inter';
    DELETED-color: #8A8A8A;
    color: var(--medium-gray);
    margin: 2rem 0 3rem 0;
    DEPRECATED-margin-bottom: 40px;
}

/*.variation-col-picture{padding-left: 70px;}*/
.variation-col-picture-mobile{display: none;}

.variation-col-picture img , .variation-col-picture iframe , .variation-col-picture video{
    DELETED-width: 100% !important;
    DELETEDheight: auto !important;
}

.multiple-tools-part{
    DEPRECATED-padding: 72px 0;
    DEPRECATED-background: linear-gradient(90deg, #F5F4F6 0%, #FFF 100%);
}

.multiple-tools-inner{text-align: center;}

.multiple-tools-inner h2{
    text-transform: uppercase;
    letter-spacing: 6.3px !important;
    /*background: linear-gradient(89.66deg, #FB8537 2.25%, #6B1EB8 56.19%);*/
    background: linear-gradient(89.66deg, color(display-p3 1 0.55 0.2) 2.25%, color(display-p3 0.400 0.12 0.721) 56.19%);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent !important;
    font-size: 30px;
    line-height: 42px;
    font-weight: 500 !important;
    letter-spacing: 0.63px; 
    margin: 0 0 25px 0;
    padding: 0px;
    font-family: 'Jost';
    font-weight: 600;
}

/* .multiple-tools-logo{
    display: flex;
    width: 100%;
    gap:38px;
    margin-bottom: 14px;
    justify-content: center;
} */

.multiple-tools-title p img{margin-right: 9px;}
.multiple-tools-title p{margin: 0px;}
.three-piller-part{background: #ffffff; padding: 72px 0 0 0;}
.three-piller-title{position: relative; padding: 4rem 0 5rem 0;}
.three-piller-title{text-align: center; margin-bottom: 35px;}

.daimond-design{
    position: absolute;
    left: 50%;
    top: 0px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
}

.three-piller-tt{position: relative; z-index: 1;}
.three-piller-title h1{margin-bottom: 12px;}
.three-piller-title h3{margin-bottom: 0px;}

.three-piller-title h3{
    background: unset;
    background-clip: unset;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
    background-clip: unset;
    text-fill-color: unset;
    color: #3D3A41;
    text-transform: uppercase;
}

.three-piller-tab-box{
    DELETED-background: linear-gradient(90deg, #F5F4F6 0%, #FFF 100%);
    background: var(--light-gray);
    padding: 0 0 84px 0;
}

.three-piller-tab-btn ul , .three-piller-tab-btn li{
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.three-piller-tab-btn{
    display: flex;
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
}

.three-piller-tab-btn ul{
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
    background: #E6E4E7;
    display: inline-block;
    width: auto;
    padding: 4px;
    margin: -32px 0 0 0;
}

.three-piller-tab-btn ul li{
    display: inline-block;
    width: auto;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
}

.three-piller-tab-btn ul li.active a{background: #ffffff;}

.three-piller-tab-btn ul li a{
    display: block;
    padding: 12px 18px;
    min-width: 360px;
    color: #3D3A41;
    font-size: 21px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px;
    letter-spacing: -0.378px;
    font-family: 'Inter';
    text-decoration: none !important;
    text-align: center;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
}

.three-piller-tab-btn ul li a img{margin-right: 12px;}
.three-piller-inner {margin-bottom: 54px;}

.three-ticket-blog{
    text-align: center;
    flex: 0 0 33.33%;
    max-width: 33.33%;
    padding: 0 15px;
    cursor: pointer;
}

.three-piller-desktop-hide{display: none;}

.three-piller-ticket{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    margin-top: 60px;
}

.three-ticket-icon{margin-bottom: 26px;}

/*for three-piller-start*/
.three-ticket-info h4{
    margin:5px 0 0 0;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 42px;
    letter-spacing: -0.756px;
    color: #B9B3BD;
    font-family: 'Inter';
}
/*for three-piller-end*/

.three-ticket-info span{
    display: block;
    color: #B9B3BD;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: -0.18px;
}

/*for three-piller-start*/
.current-tab-show .three-ticket-info h4 , .current-tab-show .three-ticket-info span{
    color: var(--purple);
}
/*for three-piller-end*/

.three-piller-click-wrap{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    display: none;
}

.three-piller-click-wrap.active{display: flex;}

.three-piller-click-left ul , .three-piller-click-left li{
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.three-piller-click-left li{margin-bottom: 6px; position: relative;}

.three-piller-click-left li a{
    display: block;
    padding: 12px 100px 12px 18px;
    background: linear-gradient(90deg, #FFF 0%, rgba(255, 255, 255, 0.01) 100%);
    text-decoration: none;
    color: #1F1B23;
    display: flex;
    width: 100%;
    align-items: center;
    position: relative;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    border-radius: 12px;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.324px;
    margin: 4px 0 4px 0;
}

.three-piller-click-left > ul > li.three-open-active > a , .three-piller-click-left > ul > li:hover > a{
    color: var(--purple);
}

.three-piller-upside > ul > li:hover > a , .three-piller-upside > ul > li.current > a{
    color: var(--purple);   
}

.three-piller-click-left li a img{
    min-width: 18px;
    max-width: 18px;
    margin-right: 12px;
}

.three-piller-click-left li.three-open-active a{
    -webkit-border-radius: 12px 12px 0 0;
    -moz-border-radius: 12px 12px 0 0;
    -ms-border-radius: 12px 12px 0 0;
    -o-border-radius: 12px 12px 0 0;
    border-radius: 12px 12px 0 0;
    background: #ffffff;
}

.three-piller-install {
    DEPRECATED-margin-top: 3rem;
    DEPRECATED-margin: 0 auto;
    DEPRECATED-max-width: 1920px;
    margin-top: 3rem;
    padding: 0 8rem 0 8rem;
}

.three-piller-upside p{
    margin-bottom: 12px;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.324px;
    position: relative;
    z-index: 11;
}

.three-piller-upside ul , .three-piller-upside li{
    list-style: none;
    padding: 0px;
    margin: 0px;
    position: relative;
    z-index: 11;
}

.three-piller-upside ul li{position: relative; margin-bottom: 2px;}

.three-piller-upside ul li:first-child a{
    -webkit-border-radius: 12px 12px 0px 0px;
    -moz-border-radius: 12px 12px 0px 0px;
    -ms-border-radius: 12px 12px 0px 0px;
    -o-border-radius: 12px 12px 0px 0px;
    border-radius: 12px 12px 0px 0px;
}

.three-piller-upside ul li:last-child a{
    -webkit-border-radius: 0px 0px 12px 12px;
    -moz-border-radius: 0px 0px 12px 12px;
    -ms-border-radius: 0px 0px 12px 12px;
    -o-border-radius: 0px 0px 12px 12px;
    border-radius: 0px 0px 12px 12px;
}

.three-piller-upside ul li:last-child{margin-bottom: 0px;}

.three-piller-upside ul li a{
    background: #FAFAFA;
    padding: 9px 38px 9px 9px;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: -0.18px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
}

.three-piller-upside ul li a > span{margin-right: 12px;}

.three-piller-upside ul li img{
    position: absolute;
    top: 50%;
    right: 9px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0;
    max-width: unset;
}

.three-piller-upside{
    padding: 15px 18px 21px 18px;
    background: #ffffff;
    DEPRECATED-border-top: 2px solid #F2F2F2;
    display: none;
    -webkit-border-radius: 0 0 12px 12px;
    -moz-border-radius: 0 0 12px 12px;
    -ms-border-radius: 0 0 12px 12px;
    -o-border-radius: 0 0 12px 12px;
    border-radius: 0 0 12px 12px;
    position: relative;
}

.three-piller-upside:before{
    background: linear-gradient(90deg, var(--purple) 0%, #FFFFFF 50%);
    position: absolute;
    left: 0px;
    width: 100%;
    height: 15px;
    content: "";
    bottom: 0px;
    -webkit-border-radius: 0 0 12px 12px;
    -moz-border-radius: 0 0 12px 12px;
    -ms-border-radius: 0 0 12px 12px;
    -o-border-radius: 0 0 12px 12px;
    border-radius: 0 0 12px 12px;
    z-index: 2;
}

.three-piller-upside::after {
    position: absolute;
    height: calc(100% - 3px);
    width: 100%;
    content: "";
    left: 0px;
    top: 0px;
    z-index: 3;
    background: #ffffff;
    -webkit-border-radius: 0 0 12px 12px;
    -moz-border-radius: 0 0 12px 12px;
    -ms-border-radius: 0 0 12px 12px;
    -o-border-radius: 0 0 12px 12px;
    border-radius: 0 0 12px 12px;
}

.three-piller-click-left li.three-open-active .three-piller-upside{display: block;}

.three-piller-click-right img , .three-piller-click-right iframe , .three-piller-click-right video{
    width: 100% !important;
    height: auto !important;
}

.three-piller-click-wrap .three-piller-click-left{width: 485px;}

.three-piller-click-wrap .three-piller-click-right{
    width: calc(100% - 485px);
    padding-left: 24px;
}

.three-piller-click-left li .new-feature{
    position: absolute;
    right: 18px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}

.three-piller-click-left li .new-feature a{
    padding: 0px !important;
    background: transparent !important; 
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: -0.072px;
    color: #FF5900 !important;
}

.three-piller-click-left .variation-list-btn{margin-top: 24px; display: block;}

.three-piller-click-left .variation-list-btn .cmn-btn{
    min-width: unset;
    display: block;
    width: 100%;
    margin-bottom: 12px;
}

.three-piller-click-left .variation-list-btn .cmn-btn:last-child{margin-bottom: 0px;}
.same-wrap.active{display: block;}
.same-wrap{display: none;}

#quick-section .three-piller-click-wrap .three-piller-click-left {
    width: 100% !important;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#quick-section .three-piller-click-wrap .three-piller-click-left ul{
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    height: calc(100% - 132px);
}

#quick-section .three-piller-click-wrap.active{display: block;}

/*QUICK NAVIGATION*/

.quick-section-part{
    background: linear-gradient(90deg, #F2F1F3 0%, rgba(255, 255, 255, 0) 100%);
    padding-bottom: 0px;
    margin-bottom: 180px;
}

.quick-section-inner{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.quick-section-left{
    padding: 36px 0 100px 0;
    width: 100%;
    flex: 0 0 385px;
    max-width: 385px;
    padding-right: 24px;
    position: relative;
}

.quick-section-left:after{
    height:100%;
    background: linear-gradient(180deg, #D7D1DC 0%, rgba(215, 209, 220, 0) 100%);
    position: absolute;
    right: 0px;
    top: 0px;
    width: 1.5px;
    content: "";
}

.quick-section-right{
    width: calc(100% - 385px);
    padding: 90px 0 100px 120px;
}

.quick-section-right h1:last-child , .quick-section-right h2:last-child , .quick-section-right h3:last-child , .quick-section-right h4:last-child , .quick-section-right h5:last-child , .quick-section-right h6:last-child , .quick-section-right p:last-child{
    margin-bottom: 0px;
}

.quick-title{margin-bottom: 18px;}

.quick-title span{
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 3.6px;
    text-transform: uppercase;
    font-family: 'Jost';
    color: rgba(0,0,0,0.50);
}

.quick-nav-list ul , .quick-nav-list li{
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.quick-nav-list ul .quick-nav-list-lvl2{
    margin-left: 27px;
    display: none;
    position: relative;
}

.quick-nav-list ul li.open .quick-nav-list-lvl2{display: block;}

.quick-nav-list > ul > li.open > a .quick-down-arrow{
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    transform: rotate(0);
}

.quick-nav-list-lvl2 > li.open > a .quick-down-arrow{
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    transform: rotate(0);
}

.quick-nav-list-lvl2:before {
    position: absolute;
    left: -15px;
    top: 0px;
    height: calc(100% - 23px);
    width: 1.5px;
    content: "";
    background: transparent;
}

.quick-nav-list ul li.open .quick-nav-list-lvl2:before{background: #E1E1E1;}

.quick-nav-list ul li.open .quick-nav-list-lvl2 li:before{
    background: #E1E1E1;
    width: 12px;
    height: 1.5px;
    position: absolute;
    left: -15px;
    top: 50%;
    content: "";
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}

.quick-nav-list-lvl3:before {
    position: absolute;
    left: -18px;
    top: 0px;
    height: calc(100% - 23px);
    width: 1.5px;
    content: "";
    background: transparent;
}

.quick-nav-list-lvl2 li.open .quick-nav-list-lvl3{display: block;}
.quick-nav-list-lvl2 li.open .quick-nav-list-lvl3:before{background: #E1E1E1;}
.quick-nav-list-lvl2 li.open .quick-nav-list-lvl3 li:before{left: -18px !important;}

.quick-nav-list ul .quick-nav-list-lvl3{
    margin-left: 34px;
    display: none;
    position: relative;
}

.quick-nav-list li{display: block; position: relative;}

.quick-nav-list li a{
    padding: 16px 36px 16px 16px;
    background: linear-gradient(90deg, #FAFAFA 0%, rgba(255, 255, 255, 0.01) 75%);
    display: block;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.18px;
    color: #1F1B23;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    text-decoration: none;
    display: flex;
    position: relative;
    margin: 4px 0 4px 0;
}

.quick-nav-list li a img{
    min-width: 18px;
    max-width: 18px;
    margin-right: 12px;
}

.quick-down-arrow{
    position: absolute;
    right: 0px;
    top: 0px;
    height: 100%;
    width:40px;
    background: url('/fileadmin/twipla/typo3-website-theme/template/images/icons/quick-arrow.svg') no-repeat center center;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}

.quick-current a{color: #5C04B4 !important;}
.quick-current{color: #5C04B4 !important;}
.three-piller-click-video{display: none;}
.quick-nav-list-single{display: none;}

.quick-nav-list ul li svg {
  vertical-align: middle;
  min-width: 18px;
  max-width: 18px;
  margin-right: 12px;
}

.backendlayout-subnavigation_left .section-default {
    background: linear-gradient(90deg, #F2F1F3 0%, rgba(255, 255, 255, 0) 100%);   
}
.variation-btn-text a {
    text-decoration: none; 
    DELETED-color: #8A8A8A !important;
    color: var(--medium-gray);
}

/*Twipla H1 Header + RTE bullet text start*/
.align-self-center .variation-col-info h2{
    margin: 0 0 25px 0;
    font-size: 21px;
    line-height: 36px;
    letter-spacing: -0.378px; 
    background: transparent;
    -webkit-text-fill-color: #212529;
    font-family: unset;
}
/*Twipla H1 Header + RTE bullet text end*/

/*REPLACES MULTIPLE TOOLS AT ON START*/
.multiple-tools-logo p{
    margin: 0 0 25px 0;
    margin-left: 0px;
    font-size: 21px;
    letter-spacing: -0.378px;
    vertical-align: middle;
}
.multiple-tools-logo{
    display: flex;
    width: 100%;
    gap:38px;
    margin-bottom: -12px;
    justify-content: center;
}
.multiple-tools-logo a ,.multiple-tools-title a{text-decoration: none; color: black;}

/*REPLACES MULTIPLE TOOLS AT ON END*/

/*for three-piller-start*/
.three-piller-tt h2{
    font-size: 84px;
    line-height: 90px;
    text-transform: uppercase;
    letter-spacing: 3.78px;
    font-size: 84px;
    line-height: 90px;
    text-transform: uppercase;
    letter-spacing: 3.78px;
    /*background: linear-gradient(89.66deg, #FB8537 2.25%, #6B1EB8 56.19%);*/
    background: linear-gradient(89.66deg, color(display-p3 1 0.560 0.235) 0%, color(display-p3 0.419 0.12 0.721) 56.19%);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text !important;
    text-fill-color: transparent;
}
.three-piller-title h2{
    margin-bottom: 12px;
    font-weight: 500;
/*   Added for the cutted dots in german */
    line-height: 100px;
}

.three-ticket-info p {margin: 0;}
.three-piller-upside ul li a p > span {display: inline-block; min-width: 20px;}
.three-piller-upside ul li a p {
    font-size: 15px !important;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: -0.18px;
    margin-bottom: 0;
}
.three-piller-upside ul li a img {filter: grayscale(100%) opacity(0.5) !important;}
.three-piller-upside ul li.current a img {filter: unset !important;}
.three-piller-click-left ul li a img {filter: grayscale(100%) opacity(0.5);}
.three-piller-click-left ul li.three-open-active a img {filter: unset;}
div .three-ticket-icon .three-ticket-icon-image {filter: grayscale(100%) opacity(0.5);}
div.current-tab-show .three-ticket-icon .three-ticket-icon-image {filter: unset;}
/*for three-piller-end*/


.insight-box-title {
    max-width: /* your desired value */;
    box-sizing: border-box; /* This ensures that padding and border are included in the box's total width and height */
}
/*for blog massage box start */
.insight-box-title h4 {
  margin: 0 0 0 15px;
  DELETED-color: #ffffff;
  color: var(--white);
  font-weight: 700;
  font-size: 35px;
  line-height: 36px;
  letter-spacing: -0.378px;
  box-sizing: border-box;
}
/*for blog massage box start */


/*for reples tools dce start*/
.multiple-tools-logo{
    display: flex;
    width: 100%;
    gap:34px;
    margin-bottom: 14px;
    justify-content: center;
}
.multiple-tools-logo-click{
    display: flex;
    width: auto;
    align-items: center;
}
.multiple-tools-logo-icon{
    display: flex;
    width: 48px;
    height: 48px;
    min-width: 48px;
    margin-right: 12px;
    line-height: 48px;
    justify-content: center;
    align-items: center;
    DELETED-background: #ffffff;
    background: var(--white);
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}
.multiple-tools-logo .multiple-tools-logo-click{
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.27px;
    color: #3E3A42;
    text-decoration: none;
}
/*for reples tools dce end*/

/*for bullet text dce strt*/
/*.variation-check-blog:hover .variation-check-info p {white-space:unset;}*/
/*for bullet text dce ed*/

/*Breadcrumb start*/
.create-pagination.header-spacer{   
    top: 7x !important;
    DELETED-display: none !important;
}
.sticky-fixed-pagination {
    top: 7x !important;
}

.breadcrumb-link, .breadcrumb-link:after, .breadcrumb-text {
    DELETED-color: #FB8537 !important;;
    color: var(--purple);
    DELETED-text-decoration: none !important;;
}

/*Breadcrumb end*/

/*for hero dce s*/
.variation-col-picture iframe, .variation-col-picture video{
    border-radius: 7%;
/*    margin-top: -52%;*/
    border: 1px solid rgba(0,0,0,0.1);
    margin-bottom: 280px;
}
/*for hero dce e*/

/*CALCULATION PROFILE PART START*/
.calc-profile-part{background: #F2F2F2; padding: 96px 0;}
.calc-title{text-align: center;}
.calc-title h6{
    margin: 0px;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px;
    letter-spacing: -0.432px;
    text-transform: unset;
}
.calc-title h3{
    /*background: linear-gradient(89.66deg, #FB8537 2.25%, #6B1EB8 56.19%);*/
    background: linear-gradient(89.66deg, color(display-p3 1 0.512 0.215) 2.25%, color(display-p3 0.419 0.12 0.721) 56.19%);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    text-transform: uppercase;
    font-weight: 600;
}
.calc-profile-form{margin-top: 5px;}
.calc-profile-row-right{
    padding: 22px 24px;
    background: #ffffff;
    -webkit-border-radius: 36px;
    -moz-border-radius: 36px;
    -ms-border-radius: 36px;
    border-radius: 36px;
    margin-top: 7px;
}
.calc-profile-list-blog{
    display: flex;
    width: 100%;
    align-items: center;
    padding: 12px 15px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    border-radius: 24px;
}
.calc-profile-list-blog:hover{background: linear-gradient(90deg, #F9F9F9 0%, #FFF 100%);}
.calc-profile-list-blog:hover .calc-profile-list-icon:before{opacity: 0; visibility: hidden;}
.calc-profile-list-blog:hover .calc-profile-list-icon img{
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.calc-profile-list-icon{
    width: 42px;
    height: 42px;
    min-width: 42px;
    /*background: linear-gradient(180deg, #FF7600 0%, #6500BB 100%);*/
    background: linear-gradient(180deg, color(display-p3 1 0.463 0) 0%, color(display-p3 0.396 0 0.733) 100%);
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    position: relative;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.calc-profile-list-icon img{position: relative; z-index: 2;}
.calc-profile-list-icon:before{
    position: absolute;
    left: 1.5px;
    top: 1.5px;
    height: calc(100% - 3px);
    width: calc(100% - 3px);
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    background: #ffffff;
    content: "";
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.calc-profile-list-info p{
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.18px;
    margin: 0px;
    color: #3C3C3C;
}
.calc-profile-row-right h6 , .calc-profile-row-left h6{
    /*background: linear-gradient(90deg, #FF7600 0%, #6500BB 100%);*/
    background: linear-gradient(90deg, color(display-p3 1 0.450 0) 0%, color(display-p3 0.380 0 0.840) 100%);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 6px;
    text-align: center;
    text-transform: unset;
    font-family: Inter;
}
.calc-profile-field{position: relative; margin-top: 16px;}
.calc-profile-field label{
    margin: 0px;
    font-size: 14px;
    white-space: nowrap;
    color: #696969;
    position: absolute;
    top: 18px;
    left: 20px;
    -webkit-transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
    transition: 0.3s ease all;
    pointer-events: none;
}
.calc-profile-field label span{font-weight: 600; font-size: .875em !important;}
.calc-profile-field input[type="text"] , .calc-profile-field input[type="email"] , .calc-profile-field input[type="password"] , .calc-profile-field input[type="tel"] , .calc-profile-field input[type="number"] , .calc-profile-field input[type="subject"] , .calc-profile-field input[type="zip"]{
    height: 60px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background: #ffffff;
    width: 100%;
    padding: 28px 60px 6px 18px;
    border: 2px solid #ffffff;
    color: #3C3C3C;
}
.calc-profile-form .inputText:focus {
    border-color:  #FB8537;
}
.calc-profile-form .inputText:not(:placeholder-shown) ~ .floating-label,
.calc-profile-form .inputText:focus ~ .floating-label{top: 6px; font-size: 12px;}
.calc-profile-form .theme-btn.cmn-btn{width: 100%; box-shadow: none !important;}
.calc-profile-form .theme-btn.cmn-btn:hover{
    background: linear-gradient(90deg, #FB8537 0%, #FB8537 100%);
}
.calc-profile-form .theme-btn.cmn-btn:hover strong {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.clr-icon {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 8px;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
}
.clr-icon:hover{background: #f0f0f0;}
/* Chrome, Safari, Edge, Opera */
.calc-profile-form .inputText::-webkit-outer-spin-button,
.calc-profile-form .inputText::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.calc-profile-form .inputText[type=number] {
  -moz-appearance: textfield;
}

.floating-label p{
    margin: unset;
    font-size: unset;
    line-height: unset;
    letter-spacing: unset;
}

.calculatormsg .alert-success .media .media-body p{
  font-size: 15px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 24px !important;
  letter-spacing: -0.18px !important;
  margin: 0px !important;
}

.typo3-messages.calculatormsg {margin-top: 2%;}
/*CALCULATION PROFILE PART END*/

/*for rte image aspect ratio start*/
 p img { height: auto; }
/*for rte image aspect ratio end*/

/* Twipla banner display none on click start */
.page-1 .banner-disable { 
    display: none;
}
.section.section-default { 
    DELETED-margin-top: 15px;
    DELETED-margin-top: 4rem;
}

#c41380 { padding-top: 0; }
#c41381 { padding-top: 0; }
/* Twipla banner display none on click end */

/* Scrolling breadcrumb  start*/
.create-pagination .container {
    scrollbar-color: rgba(0, 0, 0, 0.3) #f1f1f1; 
    scrollbar-width: 6px; 
    scrollbar-height: 3px;
    scrollbar-width: thin;
}
.create-pagination .container:hover {
    scrollbar-color: rgba(0, 0, 0, 0.5) #f1f1f1; /* thumb color and track color on hover */
}
.create-pagination .container::-webkit-scrollbar {width: 6px; height: 6px;}
.create-pagination .container::-webkit-scrollbar-track {background-color: #f1f1f1;}
.create-pagination .container::-webkit-scrollbar-thumb {background-color: rgba(0, 0, 0, 0.3);  border-radius: 0px;}
.create-pagination .container::-webkit-scrollbar-thumb:hover {background-color:  rgba(0, 0, 0, 0.5);}
/* Scrolling breadcrumb  end*/


/*for hero dce start*/
.variation-check-info h2 {
  color: #3D3A41;
  font-size: 21px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: -0.378px;
  font-family: 'Inter';
  text-transform: unset;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 0px;
}
.variation-check-info p, .variation-check-info h2 {margin: 0px !important;}
/*for hero dce stop*/

/*TWIPLA Review Platforms 6 Tiles start*/
.partner-inner h1 {
  background: linear-gradient(270deg, #6B1EB8 44.19%, #FB8537 55.13%);
    background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
  font-weight: 600;
  text-transform: unset;
  letter-spacing: unset;
}
/*TWIPLA Review Platforms 6 Tiles stop*/

/*New TWIPLA agency start*/
.perfect-right h1 {
  color: #FB8537;
  margin: 0px;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 42px;
  font-weight: 500;
  letter-spacing: 0.63px !important;
  -webkit-text-fill-color: unset;
}

.perfect-right h2 {
    color: #ffffff;
    font-size: 42px;
    line-height: 50px;
    font-weight: 500;
    letter-spacing: 1.26px;
    margin-bottom: 1.5rem;
    -webkit-text-fill-color: unset;
}

/*New TWIPLA agency stop*/

/*footer section start*/
.footer-link-set h1{
    font-size: 30px;
    line-height: 42px;
    font-weight: 500;
    letter-spacing: 0.63px; 
    text-transform: unset;
}   
/*footer section start*/

/*for white lable start*/
.say-about-blog h1 {
  margin-bottom: 6px;
  font-size: 30px;
  line-height: 42px;
  font-weight: 500;
  letter-spacing: 0.63px;
}
/*for white lable end*/

/*custome review 4 bubbles start*/
.draggable .slick-track .slick-slide h1{
    font-size: 30px;
    line-height: 42px;
    font-weight: 500;
    letter-spacing: 0.63px; 
    -webkit-text-fill-color: unset;
}   
/*custome review 4 bubbles end*/

/*feature_section_2col_image_right start*/
.perfect-right h2 {
  margin: 1rem 0 1.5rem 0;
  font-size: 42px;
  line-height: 50px;
  font-weight: 500;
  letter-spacing: 1.26px;
  -webkit-text-fill-color: unset;
  color: unset;
}
/*feature_section_2col_image_right end*/


/*for categories-blog start*/
.chip {
  display: inline-block;
  width: auto;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  color: #FB8537;
  padding: 0 20px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  margin-left: 15px;
  height: auto;
  border: 2px solid;
  margin-top:7px;
}
.chip:hover{background-color:#FB8537;}
.chip:hover a{color: white!important;}
.chip a{text-decoration: none;}
.heat-main-left-top-line .min-btn{height: auto;}
/*for categories-blog end*/

/*for rte images start*/
.rte-img-responsive {width: 100%; height: auto; }
/*for rte images end*/

/* Banner top margin task start */
.create-pagination.header-spacer.sticky-fixed-pagination {z-index: 99;}
.notify-part .notify-inner {z-index: 9;}
/* Banner top margin task end */

/*Feature page center image*/
#c98922 .pillar-col-img img {height: 72px;}

/*styling the for menu's NEW tag*/
.mega-menu-list-link sup {
    top: -1em;
    DELETED-color: #FB8537;
    DELETED-color: var(--purple);
    DELETED-font-weight: bold;
    font-size: 12px;
    
    font-size: 12px;
    background: var(--purple);
    color: var(--white);
    padding: 2px 4px 2px 4px;
    margin-left: 6px;
    border-radius: 7px;
}
.main-menu ul li sup {
    top: -1em;
    DELETED-color: #FB8537;
    color: var(--white);
    font-weight: bold;
    font-size: 12px;
}
/*styling the for menu's NEW tag*/

/*Headline styling*/
.variation-check-info h2 {
    font-size: 16px !important;
    font-weight: bold;
    line-height: 24px !important;
}
/*Headline styling*/

/* text-align for specific (artificial space) element */
#c40220 .platform-inner-top ul {text-align: initial;}
/* text-align for specific (artificial space) element */

/* Banner update */
.notify-left span p strong {
    DEPRECATED-color: #000 !important;
    color: var(--purple);
}

.notify-left p {
    DEPRECATED-color: black;
    color: var(--dark-gray);
    font-size: 19px;
    font-weight: 400;
    padding: 8px 0 8px 0;
    margin: 0;
}

.notify-inner .read-more {background: #000; background-clip: text;}

/* Banner update */

/*Make Banner Whole area as hyperlink*/
.notify-part .notify-inner a {width: 100%;}
/*Make Banner Whole area as hyperlink*/

/*Mega-menu scrollbar editing*/
.mega-menu-wrapper.scroll-enable::-webkit-scrollbar {
    background: #cccccc;
    border-radius: 3px;
    width: 5px;
}
/*Mega-menu scrollbar editing*/

/*MOBILE QUICK NAVIGATION support and blog */
.mobile-quick-inner-wrap {
    position: relative;
    z-index: 99;
    font-size: 15px;
}

.mobile-quick-inner{
    display: flex;
    width: 100%;
    background: #ffffff;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    align-items: center;
    cursor: pointer;
    height: 48px;
    padding: 0 15px;
    color: #3C3C3C;
    font-weight: 500;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.10);
    -moz-box-shadow: 0 0 10px 0 rgba(0,0,0,0.10);
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.10);
}

.mobile-quick-inner.active .quick-bar-arrow{
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}

.mobile-quick-inner .quick-bar , .mobile-quick-inner .quick-bar-arrow{
    height: 48px;
    line-height: 48px;
    width: auto;
}

.mobile-quick-inner .quick-bar{margin-right: 12px;}

.mobile-quick-inner .quick-bar-arrow{
    margin-left: auto;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.mobile-quick-popup{
    background: #ffffff;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    color: #3C3C3C;
    font-weight: 500;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.10);
    -moz-box-shadow: 0 0 10px 0 rgba(0,0,0,0.10);
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.10);
    position: absolute;
    left: 0px;
    width: 100%;
    top: 100%;
    margin-top: 20px;
    display: none;
}

.mobile-quick-sub , .mobile-quick-sub-sub{display: none;}

.mobile-quick-popup ul , .mobile-quick-popup li{
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.mobile-quick-popup li{position: relative;}

.mobile-quick-popup li a{
    color: #3C3C3C;
    font-weight: 500;
    text-decoration: none;
    display: block;
    position: relative;
    padding: 12px 40px 12px 45px;
}

.mobile-quick-popup li .mobile-quick-sub-sub li a{padding-left: 60px;}
.mobile-quick-popup .mobile-quick-main{padding: 6px;}

.mobile-quick-main > li > a svg {
    position: absolute;
    left: 15px;
    top: 16px;
    width: 18px;
    height: 18px;
}

.mobile-quick-arrow , .mobile-quick-arrow-sub {
    position: absolute;
    right: 0px;
    top: 0;
    width: 45px;
    height: 48px;
    text-align: center;
    line-height: 48px;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    cursor: pointer;
}

.mobile-quick-inner-wrap .mobile-quick-popup.active{display: block;}

.mobile-quick-arrow.rotate , .mobile-quick-arrow-sub.rotate{
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}

.mobile-quick-sub.open , .mobile-quick-sub-sub.open{display: block;}

.mobile-quick-wrap{display: none;}

/*MOBILE QUICK NAVIGATION support and blog end */

/* Blog right side changes in mobile custom */
.editor-right .heat-main-right-search + .desktop-only-category .frame {padding-top: 0;}
.editor-bottom-no-space {padding-bottom: 0;}
.category-right-mobile-none {display: block;}
.categories-blog-mobile .mobile-quick-sub li {margin-left: 10px;}
.mobile-only-category {display: none;}
#c13562 .editor-part .container .editor-inner .editor-right {padding-top: 3.1rem;}
.mobile-quick-inner-wrap .heat-main-right-search {margin-top: 45px;}
.editor-bottom-no-space .mobile-quick-wrap {padding-bottom: 0;}
.backendlayout-blog_detail_new .mobile-quick-popup {
    left: -30px;
    top: 35%;
    z-index: 1;
}
.backendlayout-search_blog .mobile-quick-popup {
    left: -30px;
    top: 35%;
    z-index: 1;
}
.backendlayout-search_blog .mobile-quick-wrap + .editor-part {padding-top: 5px;}
.editor-bottom-no-space .mobile-quick-wrap {z-index: 1;}
.backendlayout-search_blog .mobile-quick-wrap {
    margin-top: 65px;
    margin-bottom: -30px;
    padding-bottom: 0;
    z-index: 1;
}
.backendlayout-blog_detail_new .mobile-quick-wrap {
    DELETED-margin-top: 65px;
    DELETED-margin-bottom: -30px;
    DELETED-padding-bottom: 0;
    DELETED-z-index: 1;
}

/* Blog right side changes in mobile custom end */

/*MobileSubnavigation font size*/
.mobile-quick-inner-wrap ul li {font-size: 15px !important; line-height: 24px;}
/*MobileSubnavigation font size*/

/*Aligning the text styles with RTE at FE*/
.pillar-col li {text-align: left;   /*By defaulat it would set Left align while it been set Left in RTE*/}
.pillar-col .text-center {text-align: center;}
.pillar-col .text-left {text-align: left;}
.pillar-col .text-right {text-align: right;}
/*Aligning the text styles with RTE at FE*/

/* 3 pillar mobile change start */
#fade-pillar {
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 1001;
    -moz-opacity: 0.5;
    opacity: .50;
    filter: alpha(opacity=50);
}
.three-piller-part + .modal.fade {
    display: none;
    width: 100%;
    justify-content: center;
    align-items: center;
    z-index: 1002;
    overflow: visible;
    height: 90px;
    top: 50%;
}
#videoModal .modal-body {padding: 0 10px;}
.modal-content {border-radius: 15px;}
#videoModal .three-piller-click-video video {
    border-radius: 8px;
    width: 100% !important;
    height: auto !important;
}
.in-lightbox {display: none;}
/* 3 pillar mobile change end */

/* No header-footer, spacing issue on page start upper part start */
.new-lp-v2 .main-part {padding: 0;}
/* No header-footer, spacing issue on page start upper part end */

/*Twipla Review_Platforms_6tiles heading style update ( Remove multiple h1 )*/
.partner-inner h2 {
  /*background: linear-gradient(270deg, #6B1EB8 44.19%, #FB8537 55.13%);*/
  background: linear-gradient(270deg, color(display-p3 0.450 0.123 0.726) 44.19%, color(display-p3 0.980 0.522 0.216) 55.13%);
    background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
  font-weight: 600;
  text-transform: unset;
  letter-spacing: unset;
}
/*Twipla Review_Platforms_6tiles heading style*/

/*Twipla New_Visa_Agency_v2 heading style ( Remove multiple h1 )*/
.align-self-center .perfect-right h2 {
  color: #FB8537;
  DEPRECATED-margin: 0px;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 8px;
  letter-spacing: 0.63px !important;
  -webkit-text-fill-color: unset;
}

.perfect-right h3{
    margin-bottom: 17px;
    color: #ffffff;
    font-size: 42px;
    line-height: 60px;
    font-weight: 500;
    letter-spacing: 1.26px;
    -webkit-text-fill-color: unset;
    color: unset;
}
/*Twipla New_Visa_Agency_v2 heading style */

/* TWIPLA Customer Reviews 4 Bubble start ( Remove multiple h1 )*/
.draggable .slick-track .slick-slide h3 {
  font-size: 30px;
  line-height: 42px;
  font-weight: 500;
  letter-spacing: 0.63px;
  -webkit-text-fill-color: unset;
  text-transform: uppercase;
}
.say-about-blog h3 {
  margin-bottom: 6px;
  font-size: 30px;
  line-height: 42px;
  font-weight: 500;
  letter-spacing: 0.63px;
}
/* TWIPLA Customer Reviews 4 Bubble end */

/* Newsletter in middle of the blog details start */
.blog-post-part {padding-bottom: 45px;}

.backendlayout-blog_detail_new .newsletter-wrap {padding-top: 0; padding-bottom: 3.5rem;}

.blog-post-inner{
    max-width: 840px;
    width: 100%;
    margin: 0 auto;
    padding: 48px 72px;
    -webkit-border-radius: 36px;
    -moz-border-radius: 36px;
    -ms-border-radius: 36px;
    -o-border-radius: 36px;
    border-radius: 36px;
}

.blog-post-info{text-align: center;}

.blog-post-info h4{
    background: linear-gradient(89.66deg, #FB8537 2.25%, #6B1EB8 56.19%);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    margin-bottom: 5px;
}

.blog-post-info p{color: rgba(0,0,0,0.75);}

.blog-post-inner input[type="text"]{
    padding: 32px 54px 7px 16px;
    color: #3C3C3C;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: -0.012em;
    border: none;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
    width: 100%;
    height: auto;
}

.blog-post-inner .form-field label{
    font-size: 12px;
    color: #3C3C3C;
    margin: 0px;
    position: absolute;
    top: 8px;
    left: 16px;
    font-weight: 500;
}

.blog-post-inner .form-field label span{color: #EA2A0C;}
.blog-post-inner .form-field{position: relative; margin-bottom: 18px;}

.blog-post-inner .edit-icon{
    position: absolute;
    right: 6px;
    top: 6px;
    width: 48px;
    height: 48px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    border-radius: 12px;
    background: #ffffff;
    text-align: center;
    line-height: 48px;
}

.true-icon{position: absolute; right: 6px; top: 6px;}

.captcha-blog-post{
    background: #000000;
    color: #ffffff;
    padding: 7.5px 6px 7.5px 14px;
    position: relative;
    display: flex;
    width: 100%;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    border-radius: 12px;
    align-items: center;
}

.captcha-blog-left{
    margin-right: auto;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
}

.captcha-blog-left span{display: block;}

.captcha-blog-right{
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    border-radius: 12px;
    background: rgba(255,255,255,0.25);
}

.blog-post-inner .row{margin: 0 -6px;}
.blog-post-inner .col-xs-12{padding: 0 6px;}
.blog-post-btn .theme-btn{width: 100%;}
/*22nd april edits by hetvi*/
.blog-post-part #CapCode {
    height: 100%;
    object-fit: fill;
    -webkit-border-radius: 10px 0px 0px 10px;
    -moz-border-radius: 10px 0px 0px 10px;
    border-radius: 10px 0px 0px 10px;
    width: 100%;
    filter: unset !important;
    margin-top: -10px;
    height: 63px;
}
/*Ends*/
.blog-post-part .nl-blog-captcha {margin-top: 0;}
.blog-post-part .captcha-customstyle-1 {margin-top: 10px !important;}
.blog-post-part .blog-post-info p {margin-bottom: 25px;}
.blog-post-part .form-group.newsletter-api-response {padding-top: 30px;}
.blog-post-part .error-message.small-p {color: red; font-style: italic;}

.blog-post-part form {
    margin: 0 -6px;
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
}

/*For reducing white space in support page*/

#c24267,#c97285,#c1917,#c1918,#c25307 {
  DEPRECATED-padding-bottom: 100px;
}
.support-part {
  DEPRECATED-padding-bottom: 120px;
  padding: 2rem 0 2rem 0;
}

#c24408 {padding-bottom: 0px;}
.backendlayout-subnavigation_left .twipla-space-remove-bottom {padding-bottom: 30px; padding-top: 25px;}
#c24533 {padding-bottom: 30px;}
#c39340{padding-bottom: 100px;}
#c20681 {margin-top: -90px;}
#c1617{padding-bottom: 50px;}
#c95614,#c589,#c571,#c705,#c685{padding-bottom: 20px;}

/*News letter style on integrate the design update */
.blog-post-inner.blog-post-letter{
    background: transparent;
    padding: 0px;
    max-width: 100%;
    position: relative;
}

.blog-post-inner.blog-post-letter .blog-post-info h2{margin-bottom: 0;}
.blog-post-inner.blog-post-letter .blog-post-info{margin-bottom: 36px;}
.post-letter-form{max-width: 984px; margin: 0 auto;}
.blog-post-inner.blog-post-letter input[type="text"]{background: #ffffff;}
.post-letter-form .post-letter-input {width: 29.5%;}
.post-letter-form .post-letter-captcha {width: 20.5%;}
.post-letter-form .captcha-blog-post {padding: 0 6px 0 0; height: 63px;}

.post-letter-form .captcha-blog-left, .post-letter-form .captcha-blog-left .capcode {
    height: 100%;
    object-fit: fill;
    -webkit-border-radius: 10px 0px 0px 10px; 
    -moz-border-radius: 10px 0px 0px 10px; 
    border-radius: 10px 0px 0px 10px; 
    width: 100%;
}

.post-letter-form .captcha-blog-left{width: calc(100% - 54px);}

.blog-post-info h2{  
    /*background: linear-gradient(89.66deg, #FB8537 2.25%, #6B1EB8 56.19%);*/
    background: linear-gradient(89.66deg, color(display-p3 1 0.55 0.2) 2.25%, color(display-p3 0.38 0.1 0.67) 56.19%);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

/* Long word wrap in blog detail */
.backendlayout-blog_detail_new em, .backendlayout-blog_detail_new p {word-wrap: break-word;}

/* TOC child toc numbering start */
.toc ol {
    list-style-type: none !important;
    counter-reset: item !important;
    margin-left: 0;
}

.toc ol > li {
    display: table !important;
    counter-increment: item !important;
    margin: 0 0 0 0;
    DELETED-font-size: 14px;
    lDELETED-line-height: 24px;
  
}

.toc ol > li:before {
    content: counters(item, ".") ". " !important;
    display: table-cell !important;
    padding-right: 10px;
}

.toc li ol > li:before { content: counters(item, ".") " " !important; padding-right: 10px; }

/* TOC child toc numbering end */

/* Cookie banner - Ad network start*/

.thanks-inner{
    -webkit-border-radius: 24px 42px 42px 24px;
    -moz-border-radius: 24px 42px 42px 24px;
    border-radius: 24px 42px 42px 24px;
    /* background: linear-gradient(90deg, rgba(0, 0, 0, 0.06) 0%, #FFF 100%);
    background: linear-gradient(90deg, color(display-p3 0 0 0 / 0.06) 0%, color(display-p3 1 1 1 / 0.00) 100%); */
    background-image: linear-gradient(to right, #e8e8e8, #f9f8f8);
    padding: 24px 30px 24px 18px;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
}

.thanks-inner-left{ width: calc(100% - 420px); padding-right: 30px; }

.thanks-inner-right{ width: 100%; max-width: 420px; }

.thanks-inner-right .theme-btn-border{
    display: block;
    margin-bottom: 12px;
    width: 100%;
}

.thanks-inner-right .theme-btn-border:last-child{ margin-bottom: 0; }

.thanks-inner-left h5{
    background: linear-gradient(89.66deg, #FB8537 2.25%, #6B1EB8 56.19%);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-size: 36px;
    line-height: 48px;
    letter-spacing: -0.864px;
    margin: 0 0 5px 0;
}

.thanks-inner-left p{ margin: 0 0 5px 0; letter-spacing: -0.378px; }

.thanks-inner-left p a{ color: #5C04B4; text-decoration: underline !important; }

.backendlayout-blog_detail_new .cookie-banner-blog.active .thanks-part, .backendlayout-subnavigation_left .cookie-banner-blog.active .thanks-part, .backendlayout-default .cookie-banner-blog.active .thanks-part, .backendlayout-special_start .cookie-banner-blog.active .thanks-part, .backendlayout-search_blog .cookie-banner-blog.active .thanks-part, .backendlayout-search .cookie-banner-blog.active .thanks-part, .backendlayout-none .cookie-banner-blog.active .thanks-part {
    padding-bottom: 0;
}

.backendlayout-resource_center_home .cookie-banner-blog.active .thanks-part { padding-bottom: 50px; }

.backendlayout-none .cookie-banner-blog.active + #main-part .main-part, .backendlayout-default .cookie-banner-blog.active + #main-part .main-part, .backendlayout-special_start .cookie-banner-blog.active + #main-part .main-part, .backendlayout-subnavigation_left .cookie-banner-blog.active + #main-part .main-part, .backendlayout-search_blog .cookie-banner-blog.active + main .main-part {
    padding-top: 30px !important;
}

.page-1 .cookie-banner-blog.active { padding-top: 100px !important; }

/* Cookie banner - Ad network end */

.backendlayout-subnavigation_left .gallery-item img{
    width: auto !important;
    max-width: 100% !important;
}
.sticky-fixed-cookie {
	position: sticky;
	left: 0;
	top: 0 !important;
	width: 100%;
	z-index: 89 !important;
}

/* book a free demo space remove */
section#c106285 { 
  padding: 0 0 90px 0; 
}
/* book a free demo space remove */

/* cookie banner cookie fixed */
.backendlayout-resource_center_home .sticky-fixed-cookie, .backendlayout-blog_detail_new .sticky-fixed-cookie, .backendlayout-search_blog .sticky-fixed-cookie {
    padding-top: 160px !important;
}

/*NEW PRICING DESIGN START*/

.light-gray-semi-bg{
    /*background: rgba(0,0,0,0.05);*/
    background: transparent;
}

.new-pricing-part , .full-plan-wrap{
    DELETED-background: rgba(0,0,0,0.05);
    DELETED-background: var(--light-gray-bg);
}

.new-pricing-part{
    DELETED-padding-top: 96px;
    DELETED-padding-bottom: 48px;
}

.new-pricing-title {
    text-align: center;
    margin-bottom: 90px;
}

.new-pricing-title h4{
    font-size: 36px;
    line-height: 48px;
    margin: 0px;
    letter-spacing: -0.864px;
    text-transform: unset;
    font-weight: 500;
    font-family: 'Inter';
}

.new-pricing-title h2{
    font-size: 48px;
    line-height: 72px;
    margin: 0px;
    letter-spacing: -1.728px;
    text-transform: unset;
    font-weight: 500;
    font-family: 'Inter';
}

.new-pricing-tab{
    display: inline-block;
    width: auto;
    background: #ffffff;
    padding: 6px;
    -webkit-border-radius: 36px;
    -moz-border-radius: 36px;
    border-radius: 36px;
}

.new-pricing-tab ul , .new-pricing-tab li{
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.new-pricing-tab ul{
    display: flex;
    width: 100%;
    align-items: center;
}

.new-pricing-tab ul li a{
    padding: 0 18px;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    font-family: 'Inter';
    color: rgba(0,0,0,0.50);
    display: flex;
    width: 100%;
    gap:9px;
    text-decoration: none;
    align-items: center;
    -webkit-border-radius: 36px;
    -moz-border-radius: 36px;
    border-radius: 36px;
}

.new-pricing-tab ul li.active a , .new-pricing-tab ul li.active:hover a{
    background: #787878;
    color: #ffffff;
}

.new-pricing-tab ul li:hover a{
    background: rgba(0,0,0,0.05);
    color: #000000;
}

.new-pricing-tab ul li.active a img , .new-pricing-tab ul li.active:hover a img{
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    opacity: 1;
}

.new-pricing-tab ul li:last-child a img{
    opacity: 1;
}

.new-pricing-tab ul li img{
    min-width: 18px;
    min-height: 18px;
    max-height: 18px;
    max-width: 18px;
    opacity: 0.50;
}

.new-pricing-tab{
    margin-bottom: 16.5px;
}

.new-pricing-tab-wrap{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    background: rgba(0,0,0,0.05);
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    flex-direction: row-reverse;
}

.new-pricing-tab-left{
    width: calc(100% - 360px);
    padding: 24px;
}

.new-pricing-tab-right{
    max-width: 360px;
    width: 100%;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    background: #ffffff;
    padding: 36px 24px 24px 24px;
    text-align: center;
}

.new-pricing-tab-col ul , .new-pricing-tab-col li{
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.new-pricing-tab-col li{
    padding: 5.6px 18px 5.6px 15px !important;
    background: #ffffff;
    border-bottom: 1px solid rgba(0,0,0,0.05);
    display: flex;
    align-items: center;
    gap:9px;
    color: #000000;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: -0.18px;
    min-height: 48px;
    position: relative;
}

.video-pop-link{
    position: absolute;
    right: 0px;
    top: 0px;
    height: 100%;
    width: auto;
    padding: 0 18px 0 12px;
    background: #ffffff;
    display: flex;
    align-items: center;
    display: none;
}

/*.new-pricing-tab-col li:hover .video-pop-link{
    display: flex;
}*/

.video-pop-link a{
    font-size: 13.5px;
    line-height: 18px;
    opacity: 0.50;
    color: #000000;
    margin-right: 18px;
    text-decoration: underline;
}

.video-pop-link a:hover{
    color: #5C04B4;
    opacity: 1;
}

/*.video-pop-link a:last-child{
    margin-right: 0;
}*/

#html5-watermark{
    display: none !important;
}

.new-pricing-tab-col:first-child li:first-child{
    -webkit-border-radius: 12px 0 0 0;
    border-radius: 12px 0 0 0;
}

.new-pricing-tab-col:first-child li{
    border-right: 1px solid rgba(0,0,0,0.05);
}

.new-pricing-tab-col:first-child li:last-child{
    -webkit-border-radius: 0 0 12px 12px;
    border-radius: 0 0 12px 12px;
}

.new-pricing-tab-col:last-child li:first-child{
    -webkit-border-radius: 0 12px 0 0;
    border-radius: 0 12px 0 0;
}

.new-pricing-tab-col:last-child li:last-child{
    -webkit-border-radius: 0 0 12px 0;
    border-radius: 0 0 12px 0;
}

.new-pricing-tab-row {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.new-pricing-tab-row:first-child{
    margin-bottom: 15px;
}

.new-pricing-tab-col {
    width: 50%;
}

.new-pricing-tab-col li span{
    margin-left: auto;
}

.new-pricing-tab-col li img{
    min-width: 19px;
}

/*.new-pricing-tab-row.new-pricing-tab-row-middle ul li:last-child{
    border-radius: 0px !important;
}*/

.new-pricing-tab-row.new-pricing-tab-row-full{
    margin-bottom: 0px;
}

.new-pricing-tab-row.new-pricing-tab-row-full .new-pricing-tab-col{
    width: 100%;
}

.new-pricing-tab-row.new-pricing-tab-row-full .new-pricing-tab-col ul li{
    -webkit-border-radius: 0px 0 12px 12px;
    border-radius: 0px 0 12px 12px;
}

.new-pricing-tab-row.new-pricing-tab-row-full .new-pricing-tab-col:first-child li{
    border-right: none;
}

.new-pricing-popular{
    margin-bottom: 18px;
}

.new-pricing-popular span {
    display: inline-block;
    width: auto;
    padding: 9px 18px;
    letter-spacing: -0.225px;
    font-size: 15px;
    line-height: 18px;
    border: 1.5px solid rgba(0,0,0,0.10);
    -webkit-border-radius: 18px;
    border-radius: 18px;
    /*background: linear-gradient(89.66deg, #FB8537 2.25%, #6B1EB8 56.19%);*/
    background: linear-gradient(89.66deg, color(display-p3 1 0.52 0.15) 2.25%, color(display-p3 0.34 0.1 0.65) 56.19%);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-weight: 500;
}

.new-month-year{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 48px;
}

.cmn-btn-price{
    display: inline-block;
    width: auto;
    padding: 3px 12px;
    font-size: 12px;
    font-weight: 600;
    -webkit-border-radius: 21px;
    border-radius: 21px;
    color: rgba(0,0,0,0.50);
    text-decoration: none !important;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.cmn-btn-price.active , .cmn-btn-price:hover{
    background: #5C04B4;
    color: #ffffff;
}

/********************************************/
/* pricing table                            */
/********************************************/
table.pricing-table tbody tr:nth-child(odd) {
  background-color: #efefef;
  DELETED-color: var(--black);
}
table.pricing-table th {
  background: var(--gray);
}

.year-price-large h5 {
    font-size: 24px;
    line-height: 36px;
    letter-spacing: -1.152px;
    opacity: 0.5;
    color: #000000;
    margin: 0px;
    text-align: center !important;
}

.year-price-large h5 small{
    font-size: 18px;
    margin-right: 3px;
    line-height: 24px;
}

.year-price-large h4{
    font-size: 36px;
    line-height: 48px;
    letter-spacing: -2.16px;
    color: #000000;
    margin: 0 0 6px 0;
    text-align: center !important;
}

.year-price-large h4 small{
    font-size: 24px;
    margin-right: 3px;
    line-height: 36px;
}

.year-price-large p small{
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.18px;
    color: #000000;
    opacity: 0.75;
    margin: 0;
}

.year-price-large{
    margin-bottom: 27px;
}

.price-full-btn{
    margin-bottom: 43px;
}

.price-full-btn a{
    display: block;
}

.price-full-btn:last-child{
    margin-bottom: 0;
}

.full-plan-wrap{
    padding-top: 0;
    padding-bottom: 96px;
}

.full-plan-btn {
    text-align: center;
    margin-bottom: 36px;
}

.full-plan-btn .theme-btn-border{
    DELETED-max-width: 360px;
    max-width: 420px;
    width: 100%; 
}

.full-plan-table table{
    letter-spacing: -0.18px;
    font-size: 15px;
    font-weight: 500;
    color: #000000;
    width: 100%;
}

.full-plan-table tr th , .full-plan-table tr td {
    DELETED-font-weight: 500;
  font-weight: bold;
}

.full-plan-table thead tr th img{
    margin-right: 9px;
}

.full-plan-table tbody tr td:first-child img{
    margin-right: 9px;
    DELETED-opacity: 1;
}

.full-plan-table tbody tr td img{
    opacity: 0.25;
}

.full-plan-table thead tr th{
    width: 16.667%;
    padding: 12px !important;
    background: #ffffff;
    text-align: center;
}

.full-plan-table thead tr th .flex-tr-info{
    justify-content: center;
}

.full-plan-table thead tr th span{
    color: #F56600;
}

.full-plan-table thead tr th:first-child{
    background: transparent;
}

.full-plan-table thead tr th:nth-child(2){
    -webkit-border-radius: 12px 0 0 0;
    border-radius: 12px 0 0 0;
}

.full-plan-table thead tr th:last-child{
    -webkit-border-radius: 0 12px 0 0;
    border-radius: 0 12px 0 0;
}

.full-plan-table table tr th , .full-plan-table table tr td{
    DELETED-padding: 12px 18px;
    padding: 8px 12px;
}

.full-plan-table table tr td{
    width: 16.667%;
    DELETED-background: #ffffff;
    text-align: center;
}

/* popular column */
.full-plan-table table tr th:nth-child(5){
    background: #7878783d;
    DELETED-color: #ffffff;
}
.full-plan-table table tr td.pricing-isPopular {
    background: #7878783d;
    DELETED-color: #ffffff;
}

.full-plan-table table tr th:nth-child(5) p{
    DELETED-color: #ffffff;
}

.full-plan-table table tr th:nth-child(5) img{
    DELETED--webkit-filter: brightness(0) invert(1);
    DELETED-filter: brightness(0) invert(1);
    DELETED-opacity: 1;
}

.full-plan-table table tr td:nth-child(5) img , .full-plan-table table tr td:nth-child(6) img{
    opacity: 1;
}

.full-plan-table tbody tr td:first-child{
    text-align: left;
}

.full-plan-table tbody tr:last-child td:nth-child(5) img{
    opacity: 0.25;
}

.full-plan-table tbody tr:last-child td:first-child{
    -webkit-border-radius: 0 0 0 12px;
    border-radius: 0 0 0 12px;
}

.full-plan-table tbody tr:last-child td:last-child{
    -webkit-border-radius:0 0 12px 0;
    border-radius:0 0 12px 0;
}

.full-plan-btn.full-plan-bottom{
    margin: 48px 0 0 0;
}

.flex-tr-info{
    display: flex;
    width: 100%;
    align-items: center;
}

.flex-tr-info p{
    margin: 0px;
    letter-spacing: -0.18px;
    font-size: 15px;
    font-weight: 500;
    color: #000000;
    line-height: 24px;
}

.new-pricing-tab-left .flex-tr-info{
    width: calc(100% - 60px);
    gap: 9px;
}

.new-pricing-tab-left .flex-tr-info p{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.new-pricing-tab-col .flex-tr-info img,
.full-plan-table .flex-tr-info img {
    filter: brightness(0);
}
.new-pricing-tab-col li:hover .flex-tr-info img {
    filter: none;
}

.full-plan-table table tr td.pricing-isPopular img{
    DELETED--webkit-filter: brightness(0) invert(1);
    DELETED-filter: brightness(0) invert(1);
    DELETED-opacity: 1;
}

.new-pricing-tab span.custom-plan {
    color: #F56600;
}
.new-pricing-tab span.custom-plan:hover {
    color: #000000;
}

.new-pricing-part .features-hide,
.new-pricing-part .price-hide,
.new-pricing-tab-right .price-active .monthly {
    display: none;
}

.new-pricing-part .features-active,
.new-pricing-part .price-active {
    display: block;
}
.new-pricing-part .video-pop-link {
    display: none;
}

/* update style which is not in HTMl */
.new-pricing-part .new-pricing-title h2 {
    /*background: linear-gradient(89.66deg, #FB8537 2.25%, #6B1EB8 56.19%);*/
    background: linear-gradient(89.66deg, color(display-p3 1.0 0.5 0.2) 2.25%, color(display-p3 0.42 0.11 0.72) 56.19%);
    background-clip: border-box;
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.new-pricing-part .new-pricing-tab-col .features-active {
    font-size: 15px;
}
.new-pricing-inner .platform-inner {
    padding-bottom: 90px;
}
.new-pricing-tab-row-middle .new-pricing-tab-col ul li:hover .features-active {
    display: block;
    padding: 0;
}

.new-pricing-tab-row-middle .new-pricing-tab-col ul li:hover .video-pop-link a, .new-pricing-tab-row-full .new-pricing-tab-col ul li:hover .video-pop-link a {
    line-height: 48px;
}
.new-pricing-tab-row-full .new-pricing-tab-col ul li:hover .features-active {
    display: block;
    padding: 0;
}
.new-pricing-tab-right .theme-btn-border {
    overflow: hidden;
}
/* update style which is not in HTMl */

.full-plan-table tbody tr td img {
    opacity: 1;
}
.full-plan-table tbody tr:last-child td:nth-child(5) img {
    opacity: 1;
}
.full-plan-table thead tr th:last-child img {
    filter: none;
}

/* Pricing Old into new (Only Mobile) */
.pricing-class .product-feature-col-info p {
    font-weight: 600;
}
.pricing-class .product-feature-col-info small {
    font-weight: 600;
}
/* Pricing Old into new (Only Mobile) */

.new-pricing-part .platform-inner-top h1 {
    font-weight: 500;
}
.new-pricing-part .platform-inner-top h2 {
    font-weight: 510;
}

/*NEW PRICING DESIGN END*/


/*NEW BLOG PRICE SUCCESS STORIES*/
.user-box-info-inner{
    background: linear-gradient(90deg, #F5F5F5 0%, rgba(255, 255, 255, 0) 100%);
    padding: 24px;
    -webkit-border-radius: 60px 0px 0px 60px;
    border-radius: 60px 0px 0px 60px;
    display: flex;
    width: 100%;
    DEPRECATED-margin-top: 100px;
    gap:36px;
}

.user-box-info-logo a {
    min-width: 240px;
    min-height: 210px;
    background: #000000;
    max-width: 240px;
    max-height: 210px;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-border-radius: 36px;
    border-radius: 36px;
}

.user-box-info-content h3{
    /*background: linear-gradient(90deg, #FF7600 0%, #6500BB 21%);*/
    background: linear-gradient(90deg, color(display-p3 1 0.463 0) 0%, color(display-p3 0.396 0 0.733) 21%);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    margin-bottom: 0px;
    font-size: 48px;
    line-height: 72px;
    text-transform: unset;
    font-weight: 500;
    font-family: 'Inter';
    letter-spacing: -0.036px;
}

.user-box-info-content p{
    margin-bottom: 15px;
}

.success-story-title{
    text-align: center;
    
}

.success-story-slider .item .success-story-title {
    margin-bottom: 41px;
}

.success-story-title h4{
    font-weight: 500;
    font-family: 'Inter';
    color: rgba(0,0,0,0.75);
    font-size: 36px;
    line-height: 48px;
    margin: 0;
    letter-spacing: -0.38px;
}

.success-story-title h3{
    /*background: linear-gradient(90deg, #FF7600 0%, #6500BB 100%);*/
    background: linear-gradient(90deg, color(display-p3 1 0.450 0) 0%, color(display-p3 0.396 0 0.733) 100%);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    margin-bottom: 0px;
    font-size: 48px;
    line-height: 72px;
    text-transform: unset;
    font-weight: 500;
    font-family: 'Inter';
    letter-spacing: -0.036px;
}

.success-story-title p{
    font-family: 'Inter';
    color: rgba(0,0,0,0.75);
    font-size: 18px;
    line-height: 24px;
    margin: 0px;
}

.success-story-part{
    background: url('/fileadmin/twipla/typo3-website-theme/template/images/round-slider.png') no-repeat 25px -30px;
    min-height: 864px;
    /*padding-top: 40px;*/
    DEPRECATED-border-top: 40px solid transparent;
}

.success-story-slider {
    /*padding-left: 1.5em;*/
}

.success-story-slider-right{
    padding-left: 36px;
    max-width: 80%;
}

.success-story-slider-right h4{
    font-weight: 500;
    font-family: 'Inter';
    color: rgba(0,0,0,1);
    font-size: 36px;
    line-height: 48px;
    margin: 0 0 24px 0;
    letter-spacing: -0.38px;
}

.success-story-owner h5{
    font-size: 24px;
    line-height: 36px;
    letter-spacing: -0.29px;
    color: rgba(0,0,0,0.75);
    font-weight: 500;
    font-family: 'Inter';
    margin: 0 0 5px 0;
}

.success-story-owner h5 span {
    color: #ccc;
}

.success-story-owner p{
    margin: 0px;
    font-size: 18px;
    line-height: 24px;
    color: rgba(0,0,0,0.75);
    letter-spacing: -0.24px;
}

.success-story-slider-btn{
    margin-top: 72px;
    text-align: center;
}

.success-story-slider-btn .theme-btn img{
    width: auto !important;
    display: unset !important;
}

.success-story-slider-left{
    position: relative;
}

.success-story-logo {
    position: absolute;
    bottom: 5px;
    right: 5px;
    display: flex;
    align-items: center;
    width: 144px;
    height: 144px;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background: rgba(255,255,255,0.75);
    justify-content: center;
    -webkit-border-radius: 250px;
    border-radius: 250px;
}

.success-story-logo img , .success-story-slider-left img{
    width: auto !important;
    display: unset !important;
}

.success-story-slider .owl-theme .owl-nav [class*="owl-"] {
    color: #FFF;
    font-size: 14px;
    margin: 0;
    padding: 0;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 96px;
    height: 96px;
    text-indent: -100000px;
    -webkit-border-radius: 150px;
    border-radius: 150px;
}

.success-story-slider .owl-carousel .owl-nav .owl-prev , .success-story-slider .owl-carousel .owl-nav .owl-prev:hover{
    left: -13%;
    background: radial-gradient(100% 100% at 0% 50%, rgba(0, 0, 0, 0.06) 0%, rgba(255, 255, 255, 0) 100%);
}

.success-story-slider .owl-carousel .owl-nav .owl-prev:before{
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    content: "";
    background: url('/fileadmin/twipla/typo3-website-theme/template/images/icons/left-slider-arrow.svg') no-repeat center center;
    width: 36px;
    height: 36px;
}

.success-story-slider .owl-carousel .owl-nav .owl-next , .success-story-slider .owl-carousel .owl-nav .owl-next:hover{
    right: -13%;
    background: radial-gradient(100% 100% at 100% 50%, rgba(0, 0, 0, 0.06) 0%, rgba(255, 255, 255, 0) 100%);
}

.success-story-slider .owl-carousel .owl-nav .owl-next:before{
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    content: "";
    background: url('/fileadmin/twipla/typo3-website-theme/template/images/icons/right-slider-arrow.svg') no-repeat center center;
    width: 36px;
    height: 36px;
}

.award-winning-inner h4{
    font-weight: 500;
    font-family: 'Inter';
    color: rgba(0,0,0,1);
    font-size: 36px;
    line-height: 48px;
    margin: 0;
    letter-spacing: -0.38px;
}

.award-winning-inner h3{
    /*background: linear-gradient(90deg, #FF7600 0%, #6500BB 48%);*/
    background: linear-gradient(90deg, color(display-p3 1 0.463 0) 0%, color(display-p3 0.396 0 0.733) 48%);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    margin-bottom: 0px;
    font-size: 48px;
    line-height: 72px;
    text-transform: unset;
    font-weight: 500;
    font-family: 'Inter';
    letter-spacing: -0.036px;
}

.award-winning-top-slide{
    margin-top: 48px;
    margin-bottom: 36px;
}

.slick-award-blog{
    height: 365px;
    background: rgba(0,0,0,0.05);
    -webkit-border-radius: 14.4px;
    border-radius: 14.4px;
    margin-right: 15px;
    position: relative;
}

.slick-award-blog > img {
    height: 60%;
   /* width: 100%;*/
    margin: 20% auto;
}

.slick-award-name{
    position: absolute;
    left: 0px;
    bottom: 0px;
    padding: 12px 15px 12px 21px;
    display: flex;
    width: calc(100%);
    align-items: center;
    background: rgba(0,0,0,0.05);
    -webkit-border-radius: 0 0 14.4px 14.4px;
    border-radius: 0 0 14.4px 14.4px;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.19px;
}

.slick-award-name a{
    margin-left: auto;
    min-width: 18px;
}

.slick-award .slick-list{
    padding-left: 0 !important;
}
/*NEW BLOG PRICE SUCCESS STORIES*/

/* Captcha refresh in FOOTER */
.footer-top-right .captcha-blog {
    padding: 0 6px 0 0;
    height: 48px;
    background: #000000;
    color: #ffffff;
    position: relative;
    display: flex;
    width: 100%;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    border-radius: 12px;
    align-items: center;
}
.footer-top-right .captcha-blog-left {
    width: calc(100% - 54px);
    height: 100%;
    object-fit: fill;
    -webkit-border-radius: 10px 0px 0px 10px;
    -moz-border-radius: 10px 0px 0px 10px;
    border-radius: 10px 0px 0px 10px;
    width: 100%;
}
.footer-top-right #CapCode-footer {
    height: 100%;
    object-fit: cover;
    -webkit-border-radius: 10px 0px 0px 10px;
    -moz-border-radius: 10px 0px 0px 10px;
    border-radius: 10px 0px 0px 10px;
    width: 100%;
    filter: unset !important;
    margin-top: -10px;
    height: 48px;
}
.footer-top-right .captcha-blog .captcha-customstyle-1 {
    margin-top: 10px !important;
}
.footer-top-right .captcha-blog-right {
    margin-left: 6px;
    height: 38px;
}

/* Captcha refresh in FOOTER */


/*Add option for Purple text in BE*/
.purple-text {
    DELETED-color: #6B1EB8;
    color: var(--purple);
}
/*Add option for Purple text in BE*/


/* Twipla protect part add top space */
.custom-plugin + .frame-type-text{
   DELETED-margin-top: -185px;
}

/* Hide website banner for Book a Demo Page */
.page-6513 .notify-part.hide-visibility {
    display: none;
}


/*START TRACK UP PART IN PRICING PAGE*/
.track-up-part{
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #E5E5E5 100%);
    linear-gradient(90deg, color(display-p3 1.000 1.000 1.000 / 0) 0%, color(display-p3 0.902 0.902 0.902) 100%);
    padding: 108px 0;
}

.track-up-title{
    text-align: center;
}

.track-up-title h2{
    margin: 0;
    font-family: 'Inter';
    font-size: 72px;
    line-height: 96px;
    font-weight: 600;
    color: #000000;
    letter-spacing: -0.77px;
    background: unset;
    background-clip: unset;
    background-clip: unset;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
    background-clip: unset;
    text-transform: unset;
}

.track-up-title h3{
    margin: 0;
    /*background: linear-gradient(90deg, #FF7600 0%, #6500BB 100%);*/
    background: linear-gradient(90deg, color(display-p3 0.9 0.45 0) 0%, color(display-p3 0.35 0 0.8) 100%);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-size: 48px;
    line-height: 72px;
    font-weight: 600;
    letter-spacing: -0.58px;
    font-family: 'Inter';
}

.track-up-row{
    padding: 0 19.5px;
}

.track-up-row .row{
    margin: 0 -9px;
}

.track-up-row .col-xs-12{
    padding: 0 9px;
}

.track-up-blog{
    display: flex;
    width: 100%;
    align-items: center;
    font-family: 'Inter';
    gap:21px;
    margin-top: 48px;
    padding: 12px;
    background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
    linear-gradient(90deg, color(display-p3 1.000 1.000 1.000) 0%, color(display-p3 1.000 1.000 1.000 / 0) 100%);
    -webkit-border-radius: 100px;
    border-radius: 100px;
}

.track-up-blog span{
    display: block;
    color: #000000;
    font-size: 24px;
    line-height: 36px;
    font-weight: 600;
    letter-spacing: -0.29px;
}

.track-up-blog p{
    display: block;
    color: rgba(0,0,0,0.75);
    font-size: 24px;
    line-height: 36px;
    font-weight: 500;
    letter-spacing: -0.29px;
    margin: 0;
}

.track-up-icon{
    min-width: 85px;
    max-width: 85px;
}
/*CLOSE TRACK UP PART IN PRICING PAGE*/



/*upper-spacing for pillar-part in saas-platforms & agencies-consultancies page*/
#c99717 {
    padding-top: 50px;
}
#c99928 {
    padding-top: 50px;
}
/*upper-spacing for pillar-part in saas-platforms & agencies-consultancies page*/



/*New landing homepage start*/
.multiple-tools-part{
    DELETED-background: linear-gradient(90deg, #F5F4F5 0%, rgba(255, 255, 255, 0) 100%);
    DELETED-linear-gradient(90deg, color(display-p3 0.961 0.957 0.961) 0%, color(display-p3 1.000 1.000 1.000 / 0) 100%);
    DEPRECATED-padding: 102px 0;
}

.multiple-tools-inner h5 {
    text-transform: uppercase;
    letter-spacing: 3.36px;
    background: radial-gradient(50% 1600% at 0% 50%, #FF5600 0%, #6500BB 100%);
    radial-gradient(50% 1600% at 0% 50%, color(display-p3 0.941 0.388 0.020) 0%, color(display-p3 0.361 0.016 0.706) 100%);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    margin: 0;
}

.multi-tool-color-row{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.multiple-color-twipla{
    display: flex;
    width: auto;
}

.multiple-color-twipla span{
    width: 24px;
    height: 24px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    position: relative;
}

.multiple-color-twipla span:last-child{
    margin-left: -9px;
    z-index: 1;
}

.multi-tool-color-blog{
    display: flex;
    width: auto;
    gap: 12px;
    font-size: 18px;
    line-height: 24px;
    color: #3D3A41;
    font-weight: 500;
    font-family: 'Inter';
    margin-top: 30px;
    position: relative;
}

.multi-tool-color-blog a{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 22;
    text-indent: -9999px;
    white-space: nowrap;
    display: inline-block;
}

.three-piller-click-figure {
  display: none;
}

.new-pillar .three-piller-tab-box{
    background: linear-gradient(90deg, #F5F4F5 0%, #FFFFFF 100%);
    linear-gradient(90deg, color(display-p3 0.961 0.957 0.961) 0%, color(display-p3 1.000 1.000 1.000) 100%);
}

.new-pillar .three-piller-title{
    padding-top: 108px;
}

.new-pillar .three-piller-tt h2 {
    background: linear-gradient(89.66deg, rgb(220, 84, 18) 15%, rgb(117, 37, 162) 85%);
}

.new-pillar .three-piller-title h3 {
    font-weight: 600;
}

.new-pillar .daimond-design{
    display: none;
}

.new-pillar .three-piller-click-wrap .three-piller-click-left {
    width: 642px;
}

.new-pillar .three-piller-click-wrap .three-piller-click-right {
    width: calc(100% - 642px);
}

.new-pillar .three-piller-click-figure img , .three-piller-click-figure video , .three-piller-click-video img , .three-piller-click-video video{
    -webkit-border-radius: 20px;
    border-radius: 20px;
}

.new-pillar .three-piller-click-left li a{
    color: #5C5661;
}

.new-pillar .three-piller-upside > ul > li:hover > a, .three-piller-upside > ul > li.current > a {
    color: #6500BB;
}

.new-pillar .three-piller-upside li a{
    background: #FAFAFA !important;
    border-radius: 0px !important;
}

.new-pillar .three-piller-upside li:first-child a{
    -webkit-border-radius: 9px 9px 0 0 !important;
    border-radius: 9px 9px 0 0 !important;
}

.new-pillar .three-piller-upside li:last-child a{
    -webkit-border-radius: 0 0 9px 9px !important;
    border-radius: 0 0 9px 9px !important;
}

.new-pillar .three-piller-upside li.current a , .three-piller-upside li:hover a{
    /*background: #f2f2f2 !important;*/
}

.new-variation .variation-col-video {
    DELETED-position: relative;
    DELETED--webkit-transition: all 0.2s ease 0s;
    DELETED-transition: all 0.2s ease 0s;
    DELETED-margin: 80px 0px 60px 0px;
}

.video-play-icon .play-ico-hov{
    display: none;
}

.new-variation .variation-col-video .video-play-title:hover .video-play-icon .df-play-ico{
    display: none;
}

.new-variation .variation-col-video .video-play-title:hover .video-play-icon .play-ico-hov{
    display: block;
    position: relative;
    /*top: 1px;*/
}

.new-variation .variation-col-video .video-play-title:hover span{
    color: #2E025A;
}

.new-variation .variation-col-video > a > img{
    DELETED--webkit-transition: all 0.2s ease 0s;
    DELETED-transition: all 0.2s ease 0s;
    mix-blend-mode: multiply;
}

/*.new-variation .variation-col-video .video-play-title:hover{
    DELETED--webkit-transform: translate(-50%, -50%) scale(1.05);
    DELETED-transform: translate(-50%, -50%) scale(1.05);
}*/

.new-variation .variation-col-video .video-play-title:hover{
    --webkit-transform: translate(0px, 0px) scale(1.1, 1.1);
    transform: translate(0px, 0px) scale(1.1, 1.1);
}

.new-variation .video-play-border {
    DELETED-background: radial-gradient(100% 420.83% at 0.17% 50%, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
    width: 300px;
    height: 75px;
    position: absolute;
    left: 50%;
    top: 50%;
    DELETED-content: "";
    DELETED--webkit-transform: translate(-50%,-50%);
    DELETED-transform: translate(-50%,-50%);
    DELETED--webkit-border-radius: 36px;
    DELETED-border-radius: 36px;
    z-index: 2;
    DELETED--webkit-box-shadow: 0 0 72px 0 rgba(255,255,255,0.72);
    DELETED-box-shadow: 0 0 72px 0 rgba(255,255,255,0.72);
    DELETED-margin-left: -1.5px;
    DELETED-margin-top: 0;
}

.new-variation .video-play-title {
    position: absolute;
    DELETED-left: 50%;
    DELETED-top: 50%;
    left: 44%;
    top: 40%;
    DELETED-width: max-content;
    z-index: 99;
    DELETED--webkit-transform: translate(-50%,-50%);
    DELETED-transform: translate(-50%,-50%);
    DELETED-text-align: center;
    DELETED-background: #ffffff;
    DELETED-padding: 0px 18px;
    DELETED--webkit-border-radius: 36px;
    DELETED-border-radius: 36px;
    DELETED-display: flex;
    DELETED-gap: 12px;
    DELETED-z-index: 2;
    DELETED-align-items: center;
    DELETED-height: 72px;
    DELETED-transition: all 0.2s ease 0s;
    transition: transform 300ms ease-out;
}

.new-variation .video-play-title {
  /*width: 235px;*/
  DELETED-width: max-content;
  DELETED-height: 70px;
  DELETED-background: rgba(255,255,255,0.96);
  DELETED--webkit-border-radius: 33px;
  DELETED-border-radius: 33px;
}

.new-variation .video-play-title span {
    DELETED-font-size: 16px;
    DELETED-color: #5C00B8;
    DELETED-font-weight: 500;
    DELETED-font-family: 'Inter';
    DELETED-letter-spacing: -0.19px;
    DELETED-line-height: 24px;
    /*white-space: nowrap;*/
}

.video-pop-twipla .modal-dialog{
    max-width: 1440px;
    width: 100%;
}

.video-pop-twipla .btn-close {
    background: var(--white);
    opacity: 1;
    right: 32px;
    top: 32px;
    position: absolute;
    padding: 0;
    height: 30px;
    width: 30px;
    z-index: 99;
    border-radius: 16px;
}

.video-pop-twipla .modal-content{
    -webkit-border-radius: 32px;
    border-radius: 32px;
    border: none;
/*    min-height: 550px;*/
}

.video-pop-twipla .modal-body {
    padding: 16px 16px 8px 16px;
}

.video-pop-twipla .modal-body video{
    width: 100%;
    height: auto;
    -webkit-border-radius: 20px;
    border-radius: 20px;
}

.variation-top-part{
    overflow: hidden;
}

.new-variation .variation-col-info {
  DEPRECATED-padding-right: 8%;
}

.new-variation .variation-col-info h1{
    font-size: 72px;
    line-height: 68px;
    font-family: 'Jost';
    font-weight: 600;
    background: radial-gradient(100% 666.67% at 0% 0%, #F06305 0%, #5C04B4 100%);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    letter-spacing: 0.32px !important;
    margin: 0 0 8px 0;    
}

.new-variation .variation-col-info h6{
    margin: 0 0 8px 0;
    background: radial-gradient(100% 666.67% at 0% 0%, #F06305 0%, #5C04B4 100%);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.58px;
    text-transform: uppercase;
    font-family: 'Jost';
    font-weight: 600;
}

/*.new-variation .variation-col-info p, .new-variation .variation-check-list .variation-check-blog .variation-check-info p {
    color: rgba(61, 58, 65, 1);
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    letter-spacing: -0.29px;
    margin-bottom: 16px;
}*/

.new-variation .variation-check-info p { white-space: normal; }

.new-variation .variation-col-picture {padding-bottom: 0px;}

/*.new-variation .variation-check-list { margin-top: 35px; }*/

.new-variation .variation-check-blog {
    DEPRECATED-padding: 11px 6px 11px 28.5px;
    DEPRECATED-background: linear-gradient(90deg, #F5F5F5 0%, rgba(255, 255, 255, 0) 100%);
    linear-gradient(90deg, color(display-p3 0.961 0.961 0.961) 0%, color(display-p3 1.000 1.000 1.000 / 0) 100%);
    DEPRECATED-margin-bottom: 8px;
}

.new-variation .variation-list-btn .theme-btn-border strong , .new-variation .variation-list-btn .theme-btn strong{
    font-weight: 500;
}

.new-variation .variation-list-btn .theme-btn {
  min-width: 296px;
  height: 60px;
  DELETED-line-height: 60px;
  line-height: 56px;
  width: max-content;
  -webkit-border-radius: 11.33px;
  border-radius: 11.33px !important;
}

.new-variation .variation-list-btn .theme-btn, .new-variation .variation-list-btn .theme-btn-border {
    -webkit-border-radius: 12px;
    border-radius: 12px;
    position: relative;
    width: max-content;
    line-height: 60px;
    height: 60px;
}

.new-variation .variation-list-btn .theme-btn-border::before {
  -webkit-border-radius: 11px;
  border-radius: 11px;
}

.new-variation .variation-btn-text {
    DELETED-margin-top: 15px;
    DELETED-font-size: 16px;
    DELETED-letter-spacing: -0.19px;
    DELETED-text-align: center;
    text-align: left;
}

/*.new-variation .variation-check-info p, .three-piller-upside p {
    color: #5C5661;
}*/

/*.new-variation .variation-check-list .variation-check-info p {
    color: #797382;
}*/

.new-variation .variation-check-icon p {
    DEPRECATED-margin: 0;
    DEPRECATED-line-height: 0;
}

.capture-part{
    background: radial-gradient(100% 576% at 0% 0%, rgba(0, 0, 0, 0.06) 0%, rgba(255, 255, 255, 0) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
    radial-gradient(100% 576% at 0% 0%, color(display-p3 0.000 0.000 0.000 / 0.06) 0%, color(display-p3 1.000 1.000 1.000 / 0) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
    DEPRECATED-padding: 96px 0 72px 0;
}

.capture-title{
    text-align: center;
    margin-bottom: 69px;
}

.capture-title h2{
    background: linear-gradient(90deg, #FF7600 0%, #6500BB 100%);
    linear-gradient(90deg, color(display-p3 1.000 0.502 0.000) 0%, color(display-p3 0.361 0.016 0.706) 100%);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-size: 72px;
    line-height: 96px;
    font-family: 'Inter';
    font-weight: 500;
    letter-spacing: -3.456px;
    margin: 0;
    text-transform: unset;
}

.capture-title h5{
    font-family: 'Inter';
    font-weight: 500;
    font-size: 36px;
    line-height: 48px;
    color: rgba(0,0,0,0.72);
    letter-spacing: -0.38px;
    text-transform: unset;
    margin: 0;
}

.capture-left-info h2 , .capture-left-info h3{
    margin: 0px;
}

.capture-left-tt{
    margin-bottom: 12px;
}

.capture-left-tt h3 img{
    margin-left: 9px;
}

.capture-left-tt h3{
    color: rgba(0,0,0,0.72) !important;
}

.capture-left-info h3{
    font-size: 36px;
    line-height: 48px;
    color: rgba(0,0,0,0.75);
    letter-spacing: -0.38px;
    font-family: 'Inter';
    font-weight: 600;
}

.capture-left-info h2{
    font-size: 48px;
    line-height: 72px;
    color: rgba(0,0,0,0.75);
    letter-spacing: -0.58px;
    background: unset;
    background-clip: unset;
    background-clip: unset;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
    background-clip: unset;
    text-fill-color: unset;
}

.capture-left-info h2 span{
    color: rgba(0,0,0,0.25);
}

.capture-left-info {
    position: relative;
    padding-bottom: 24px;
    width: 246px;
    min-width: 246px;
    margin-top: -100px;
}

.capture-left-info:before{
    position: absolute;
    left: 0px;
    bottom: 0px;
    height: 6px;
    width: 100%;
    content: "";
    background: rgba(0,0,0,0.15);
    -webkit-border-radius: 50px;
    border-radius: 50px;
}

.capture-left-info:after{
    position: absolute;
    left: 0px;
    bottom: 0px;
    height: 6px;
    width: 45px;
    content: "";
    background: rgba(0,0,0,0.50);
    -webkit-border-radius: 50px;
    border-radius: 50px;
}

.capture-left {
    display: flex;
    width: 100%;
    /*flex-wrap: wrap;*/
    gap: 30px;
    align-items: center;
    position: relative;
}

.capture-left .capture-left-img{
    padding-right: 9px;
    position: relative;
    z-index: 2;
}

.capture-right .capture-left-img{
    padding-left: 9px;
    position: relative;
    z-index: 2;
}

.capture-right{
    display: flex;
    width: 100%;
    /*flex-wrap: wrap;*/
    gap: 30px;
    align-items: center;
    position: relative;
    flex-direction: row-reverse;
}

.capture-right .capture-left-info h2{
    background: linear-gradient(90deg, #6500BB 0%, #FF7600 100%);
    linear-gradient(90deg, color(display-p3 0.361 0.016 0.706) 0%, color(display-p3 1.000 0.502 0.000) 100%);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.capture-right .capture-left-info h3{
    background: linear-gradient(90deg, #6500BB 0%, #FF7600 100%);
    linear-gradient(90deg, color(display-p3 0.361 0.016 0.706) 0%, color(display-p3 1.000 0.502 0.000) 100%);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.capture-right .capture-left-info .capture-left-tt h3{
    background: unset;
    background-clip: unset;
    background-clip: unset;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
    background-clip: unset;
    text-fill-color: unset;
}

.capture-right .capture-left-info:after{
    display: none;
}

.capture-right .capture-left-info:before{
    background: linear-gradient(90deg, #6500BB 0%, #FF7600 100%);
    linear-gradient(90deg, color(display-p3 0.361 0.016 0.706) 0%, color(display-p3 1.000 0.502 0.000) 100%);
}

.capture-row{
    position: relative;
}

.capture-arrow {
    position: absolute;
    right: -98px;
    top: 32px;
    width: 168px;
    height: 168px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.06) 100%);
    -webkit-border-radius: 200px;
    border-radius: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.lead {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;  
}

.leading-part .capture-title{
    margin-bottom: 0;
}

.leading-part {
    padding: 5rem 0 0 0;
    DEPRECATED-background: white;
}

.capture-left-img-caption {
    text-align: center;
    DELETED-margin-top: 15px;
    margin-top: 20px;
}

.capture-left-img-caption h6 span {
    position: relative;
}

.capture-left-img-caption h6 span:before {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 2px;
    background: rgba(0,0,0,0.90);
    content: "";
}

.capture-right .capture-left-img-caption h6 {
    font-size: 20px;
    color: rgba(0,0,0,0.90); 
}

.capture-left-img-caption h6 {
    margin: 0px;
    font-family: 'Inter';
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: -0.29px;
    text-transform: unset;
    color: rgba(0,0,0,0.75);
}

.capture-left-img-caption p {
    margin: 0;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.24px;
    color: rgba(0,0,0,0.75);
}
/*New landing homepage close*/

/* Right-Left Image Part Update */

.common-scroll-horizontal-part {
    overflow: hidden;
    pointer-events: auto !important;
}

.common-scroll-horizontal-part .common-scroll-flex {
    display: flex;
    width: 100%;
    overflow: hidden;
}

.common-scroll-horizontal-part .common-scroll-flex .scroll-flex-graph {
    min-width: 696px;
    max-width: 720px;
}

.common-scroll-horizontal-part .tags-list p {
  line-height: 50px;
}

.common-scroll-horizontal-part .tags-list p a {
    color: #D25704 !important;
}

.common-scroll-horizontal-part p a {
    text-decoration: none !important;
    color: #000 !important;
}

.common-scroll-horizontal-part span.feature-tag, .common-scroll-horizontal-part span.feature-tag a, .common-scroll-horizontal-part a span.feature-tag{
    display: inline-block;
    width: auto;
}

.common-scroll-horizontal-part span.feature-tag {
  border-radius: 4px;
  padding: 2px 8px;
  display: inline-block;
  width: auto;
  font-family: Inter;
  font-weight: 600;
  font-size: 18px;
  color: #D25704;
  background: #FADECB;
  height: 28px;
  line-height: 26px;
  margin-right: 15px;
  vertical-align: middle;
}

.common-scroll-horizontal-part span.feature-tag a, .common-scroll-horizontal-part a span.feature-tag {
  color: inherit;
  text-decoration: none !important;
  display: inline-block;
  width: auto;
  padding: 0;
  height: 0;
  margin-right: 0;
}

.scroll-flex-graph strong {
    display: block;
    width: auto;
    padding: 0;
    cursor: text;
    margin-right: 30px;
    color: rgba(251, 133, 55, 1);
    text-align: center;
}

/* Variation top */

#video-pop-twipla {
    align-content: center;
}

/* Pricing half layout */
.new-pricing-part.borders-bottom {
    padding-bottom: 180px;
}

/*Perfect part lightbox image width fix*/
.perfect-part .perfect-left .common-scroll-flex a img {
    width: 840px;
}
/*Perfect part lightbox image width fix*/

/* New subtitle added on Main heading of Hero DCE */

.variation-top-part .small-subtitle {
    font-family: Jost;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0.036em;
    text-align: left;
    background: radial-gradient(100% 666.67% at 0% 0%, color(display-p3 0.941 0.388 0.020) 0%, color(display-p3 0.361 0.016 0.706) 100%);
    background-clip: border-box;
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

/*Minimize the size of the image to 580px*/
.variation-col-hide-mobile .variation-col-video > a > img { 
    DELETED-height: 580px !important;
    min-height: 624px;
    min-width: 773px;
}
/*Minimize the size of the image to 580px*/

/* Top space in gradient background */
#c103784 { 
    padding-top: 60px;
}

/*TAB PART*/
.capture-tab{
    display: none;
}
/*TAB PART*/

/*NEW PRICE UPDATED BLOG*/
.new-pricing-tab-right {
    background: white;
    margin: 24px 0 24px 0;
}
.new-pricing-tab-right-in {
    padding: 42px 24px;
    background: #ffffff;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    height: 100%;
    display: flex;
    align-items: center;
    width: 100%;
}
.new-pricing-tab-right-info {
    width: 100%;
}
.tab-right-info-top strong {
    text-transform: uppercase;
    font-size: 18px;
    line-height: 28px;
    display: block;
    margin-bottom: 4px;
    color: rgba(0,0,0,0.75);
    padding: 4px;
    font-weight: 700;
    letter-spacing: -0.35px;
}
.tab-right-info-top h3 {
    font-size: 48px;
    line-height: 60px;
    color: #000000;
    margin: 0 0 4px 0;
    font-weight: 600;
    letter-spacing: -0.35px;
}
.tab-right-info-top h3 sub {
    font-size: 24px;
    letter-spacing: -0.55px;
    margin-right: 5px;
    bottom: 0;
}
.tab-right-info-top p {
    margin: 0 0 20px 0;
    padding: 4px;
    font-size: 16px;
    line-height: 24px;
    color: rgba(0,0,0,0.75);
    letter-spacing: -0.35px;
}
.tab-right-info-top p span {
    font-weight: bold;
    background: linear-gradient(90deg, rgba(240,99,5,0.75) 0%, rgba(92,4,180,0.75) 100%);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.tab-right-info-top p span.grd-clr {
    background:linear-gradient(90deg, rgba(240,99,5,0.75) -100%, rgba(92,4,180,0.75) 100%);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
    background-clip: text;
    text-fill-color: transparent;
}
.new-pricing-tab-right-in small{
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: rgba(0,0,0,0.50);
    margin-top: 20px;
    letter-spacing: -0.35px;
    font-weight: 600;
}
.new-pricing-tab-right-in .price-full-btn{
    margin-bottom: 0;
}
.new-pricing-tab-right-in .price-full-btn a {
    margin: 0;
}
.new-pricing-tab-wrap .new-pricing-tab-right{
    padding-left: 0;
    padding-right: 0;
}
.new-pricing-tab-wrap{
    padding-right: 24px;
}
.price-full-btn a {
    margin-right: 20px;
    margin: 0 25px;
}
.new-pricing-tab-right-info .price-full-btn + p {
    margin-bottom: 0;
}
/* NEW PRICE UPDATED BLOG END */

/* Hero element load first on left side start */
.container-get-position.variation-col-txt-img {
    margin: 0 auto;
    padding: 0 1rem;
}

@media (min-width:1200px) {
  .container-get-position.variation-col-txt-img {
    DEPRECATED-margin-left: 200px;
    DEPRECATED-margin-right: 200px;
  }
}

/* Hero element load first on left side end */

/* Banner changes by client start*/
.notify-part {
    margin: 4px 0 4px 0;
  
}
.page-1 .notify-part {
    margin: 4px 0 0 0;
    padding-bottom: 4px;
    background: white;
}
.notify-part .close-notify-part { 
    DEPRECATED-padding: 7px 7px 7px 7px;
    DEPRECATED-border-radius: 5px;
    DEPRECATED-margin-right: 5px;
}

.variation-top-part { 
    DELETED-padding: 20px 0 90px 0;
    DELETED-margin-top: -2rem;
    margin-top: 0rem;
    DEPRECATED-padding-top: 20px;
}


/* Banner changes by client end*/
/* wix changes by client start*/
#p15682 .frame-type-textcolumn .text-column {
    column-gap: 40px;
    margin: inherit;
}
#p15682 .main-part .section.section-default p {
    font-size: 16px;
    line-height: 24px;
}
#p15682 .frame-type-textcolumn .text-column p { 
    margin: 0 0 40px 0;
}
#p15682 .frame-type-textcolumn .text-column blockquote p { 
    margin: 0;
}
#p15682 .perfect-part {
    DELETED-margin-bottom: 30px;
}
#p15682 .pillar-part {
    DELETED-padding-bottom: 90px;
}


@supports (-webkit-backdrop-filter: none) {
    #p15682 .theme-btn:hover, .theme-btn-variation:hover {
        box-shadow: 1px 5px 6px rgba(251, 133, 55, 0.33) !important;
        position: -webkit-sticky;
    }
}
/* wix changes by client end*/

/*Pricing page updates start*/
.new-pricing-tab-row-middle .new-pricing-tab-col:first-child li:last-child{
    -webkit-border-radius: 0px 0px 0px 12px;
    border-radius: 0px 0px 0px 12px;
}
.new-pricing-tab-row-middle .new-pricing-tab-col:first-child li:first-child{
    -webkit-border-radius: 0;
    border-radius: 0;
}
.new-pricing-tab-row-middle .new-pricing-tab-col:last-child li:first-child {
  -webkit-border-radius: 0 ;
  border-radius: 0 ;
}

.new-pricing-tab-row.new-pricing-tab-row-full .new-pricing-tab-col ul li {
  -webkit-border-radius: 0;
  border-radius: 0;
}
.new-pricing-tab-row-full:nth-child(2) .new-pricing-tab-col:first-child ul li:first-child{
    -webkit-border-radius: 12px 12px 0 0;
    border-radius: 12px 12px 0 0 ;
}
.video-pop-link {
    border-radius: 0 12px 0px 0px;
}
.new-pricing-tab-row-middle .new-pricing-tab-col ul li:hover .features-active{
    border-radius: 0 0 12px 0;
}
/*Pricing page updates end*/

/*Quoted person image in RTE start*/
.frame-type-text .table td .rte-img-responsive {
    min-width: 184px;
    min-height: 184px;
}
/* quoted person image in RTE end */

.platform-blog li { 
    DELETED-letter-spacing: -0.378px;
}

/*Saas-platform captcha*/
.calc-profile-row-left #myForm .row .post-letter-captcha .captcha-blog-post .captcha-blog-left .capcode {
	border-radius: 10px 0px 0px 10px;
	width: 100%;
}

/* Pricing page background white changes */
.pricing-class {
	background: #FAFAFA;
	padding-top: 145px;
}
/* Pricing page background white changes */

/* resource-center.css */
.main-menu > ul > li > .mega-menu-wrap .mega-menu-links li.active a,
.main-menu > ul > li > .mega-menu-wrap .mega-menu-links li:hover a{
	background: transparent;
}

.main-menu > ul > li > .mega-menu-wrap .mega-menu-links .mega-submenu > li.active > a, 
.main-menu > ul > li > .mega-menu-wrap .mega-menu-links .mega-submenu > li:hover > a {
	DELETED-background: #f0fbfa;
	background: var(--light-cyan);
}

.main-menu ul .mega-submenu-lvl3 {
	DELETED-margin-top: 10px;
	DELETED-padding-left: 15px;
	margin-bottom: 16px;
}

.main-menu > ul > li > .mega-menu-wrap .mega-menu-links .mega-submenu-lvl3 li a {
	color: #999999;
}

.mega-submenu-lvl3 li:hover a , .mega-submenu-lvl3 li.active a{
	background: #f0fbfa;	
}

.mega-menu-bottom-txt h4{
	padding-left: 28px;
	position: relative;
}

.mega-menu-bottom-txt h4 img{
	position: absolute;
	top: 8px;
	left: -4px;
}

.gated-part{
	background: #E6F8F6;
	padding: 27px 0;
}

.gated-inner{
	max-width: 820px;
	margin: 0 auto;
}

.gated-flex{
	display: flex;
	width: 100%;
	align-items: center;
}

.gated-flex-left{
	min-width: 119px;
	margin-right: 37px;
}

.header-spacer {
	DELETED-margin-top: 100px;
	margin-top: 72px;
}

.section-default .header-spacer {
	margin-top: 30px;
}

.gated-flex-right h2:last-child{
	margin-bottom: 0px;
	letter-spacing: 0;
}

.guide-part{
	padding: 35px 0 60px 0;
}

.guide-inner{
	text-align: center;
}

.guide-inner .theme-btn {
	min-width: 360px;
	margin-bottom: 20px;
}

.guide-inner .theme-btn:after{
	display: none;
}

.guide-inner p , .guide-inner , .guide-inner label{
	font-size: 16px;
	line-height: 22.4px;
}

.guide-inner label a{
	color: var(--theme-color);
}

.want-email a{
	color: var(--theme-color);
	text-decoration: underline;
	font-size: 16px;
}

.guide-inner h4{
	font-size: 24px;
	line-height: 31.2px;
	margin-bottom: 15px;
	font-weight: 600;
	color: var(--head-color);
}

.guide-inner input[type="email"] {
	max-width: 400px;
	clear: both;
	margin-bottom: 22px;
}

.guide-inner .lbl-check-custom{
	display: inline-block;
	width: auto;
}

.lbl-check-custom {
  display: block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.lbl-check-custom input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.lbl-check-custom .checkmark {
  position: absolute;
  top: 50%;
  left: 0;
  height: 22px;
  width: 22px;
  border: 1px solid #9D9D9D;
}

.lbl-check-custom .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.lbl-check-custom input:checked ~ .checkmark:after {
  display: block;
}

.lbl-check-custom .checkmark:after {
  left: 9px;
  top: 4.5px;
  width: 5px;
  height: 10px;
  border: solid #9D9D9D;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* breadcrumb */
.create-pagination{
	padding: 0 0 5px 0;
	border-bottom: 1px solid #E6F8F6;
}

.create-pagination-inner ul , .create-pagination-inner li {
	list-style: none;
	padding: 0px;
	margin: 0px;
    font-size: 14px;
}

.create-pagination-inner li {
	DELETED-display: inline-block;
	DELETED-width: auto;
	DELETED-font-size: 16px;
	DELETED-font-weight: 400;
}

.create-pagination-inner li span{
	font-weight: 600;
}

.create-pagination-inner li a img{
	position: relative;
	top: -1px;
}

.create-pagination-inner li a , .create-pagination-inner li span {
	DELETED-color: var(--theme-color);
}

.create-pagination-inner li:after{
	content: " » ";
	DELETED-background: url('/fileadmin/twipla/typo3-website-theme/images/pagi-arrow.svg') no-repeat center center;
	DELETED-width: 9px;
	DELETED-height: 15px;
	DELETED-display: inline-block;
	DELETED-margin: 0 7px 0 15px;
	margin: 0px 6px 0px 0px;
	DELETED-vertical-align: middle;
	DELETED-font-weight: normal;
}

.create-pagination-inner li:last-child:after{
	display: none;
}

.create-pagination{
	margin-bottom: 65px;
}

.heat-map-top-inner{
  text-align: center;
  margin-top: 5rem;
}

.min-btn{
	display: inline-block;
	width: auto;
	background: #E6F8F6;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	color: #2B2B2B;
	padding: 0 15px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
	border-radius: 50px;
	margin-left: 12px;
}
.heat-map-main + .heat-map-main {
	border-top: unset;
} 
.heat-map-main{
	border-top: 1px solid #E6F8F6;
	padding-top: 30px;
	padding-bottom: 0px;
}

.heat-map-top{
	DELETED-padding-bottom: 58px;
    padding: 0;
}

.heat-map-top-inner p {
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}

.heat-main-inner{
	display: flex;
	width: 100%;
	flex-wrap: wrap;
}

.heat-main-middle{
	margin-right: auto;
	margin-left: auto;
	width: calc(100% - 471px);
	padding: 0 30px;
}

.heat-main-left{
	max-width: 182px;
	width: 100%;
	background: var(--white-color);
}

.heat-main-right{
	max-width: 289px;
	width: 100%;
}

.heat-main-top-pic , .heat-main-top-pic img{
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
}

.heat-main-top-pic{
	border: 3px solid var(--theme-color);
	width: 51px;
	height: 51px;
	margin: 0 auto 0px;
	padding-top: 0.1px;
}

.heat-main-left{
	font-size: 14px;
	color: #686868;
}

.heat-main-left a{
	color: #686868;
	font-size: 14px;
	line-height: 18px;
	font-weight: 400;
	font-style: normal;
	font-variation-settings: 'slnt' 0;
}

.heat-main-left a:hover , .heat-main-left a.active{
	color: var(--theme-color);
	font-weight: 700;
}

.heat-main-left-top strong{
	color: var(--theme-color);
	font-size: 16px;
}

.heat-main-left-top {
	text-align: left;
	line-height: 22px;
	display: flex;
	align-items: center;
}

.heat-main-left-top p{
	margin: 0px;
}

.date-heat{
	font-size: 16px;
	color: #B5B5B5;
}

.heat-main-left-content strong{
	color: #2B2B2B;
	display: block;
	font-weight: 600;
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 21px;
	text-transform: uppercase;
	font-style: normal;
}

.heat-main-left-content ul , .heat-main-left-content li{
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.heat-main-left-content li{
	line-height: normal;
	margin-top: 9px;
}

.heat-main-middle-top{
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 30px;
}

.heat-main-middle-top img{
	width: 100%;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-ms-border-radius: 12px;
	-o-border-radius: 12px;
	border-radius: 12px;
}

.heat-main-middle-top span {
	display: block;
	color: var(--theme-color);
	margin-top: 7px;
}

.heat-main-middle-info h3 , .heat-main-middle-info p{
	margin-bottom: 30px;
}

.heat-main-middle-info h3:last-child , .heat-main-middle-info h4:last-child , .heat-main-middle-info p:last-child{
	margin-bottom: 0px;
}

.heat-main-middle-info ul{
	margin-bottom: 30px;
/*	margin-left: 7px;*/
}

.heat-main-middle-info a{
	DELETED-color: var(--theme-color);
	DELETED-text-decoration: underline;
	DELETED-color: var(--purple);
}

.heat-main-middle-info a:hover{
	DELETED-color: var(--yellow-color);
	DEPRECATED-text-decoration: none;
	DEPRECATED-color: var(--purple);
}

.heat-main-start{
	DELETED-background: rgba(4, 181, 166, 0.10);
	padding: 45px 35px;
	display: flex;
	width: 100%;
	align-items: center;
	margin-bottom: 30px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-ms-border-radius: 12px;
	-o-border-radius: 12px;
	border-radius: 12px;
}

.heat-start-left-content{
	font-size: 16px;
	line-height: 22.4px;
}

.heat-start-left-content p{
	margin: 0px;
}

.heat-start-left-content h6{
	margin: 0 0 7px 0;
}

.heat-main-start-left{
	display: flex;
	width: auto;
	align-items: center;
}

.heat-start-left-icon{
	min-width: 45px;
	margin-right: 45px;
}

.heat-main-start-right{
	margin-left: auto;
}

.heat-main-start-right .theme-btn , .url-wrapper .theme-btn , .insight-box-btn .theme-btn{
	height: 42px;
	line-height: 42px;
	font-size: 14px;
	color: var(--white-color);
	border: none;
	min-width: unset;
	white-space: nowrap;
}

.insight-box-btn .theme-btn{
	height: 48px;
	line-height: 48px;
	font-size: 18px;
	width: 100%;
}

.heat-main-start-right .theme-btn:hover , .url-wrapper .theme-btn:hover , .insight-box-btn .theme-btn:hover{
	color: var(--white-color);
}

.heat-main-start-right .theme-btn:after , .url-wrapper .theme-btn:after , .insight-box-btn .theme-btn:after{
	display: none;
}

.heat-social , .heat-social li{
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.heat-social{
	margin-bottom: 30px;
}

.heat-social li{
	display: inline-block;
	width: auto;
	margin-right: 15px;
}

.heat-social li:last-child{
	margin-right: 0px;
}

.url-wrapper{
	background: rgba(4, 181, 166, 0.10);
	padding: 45px 35px;
	/*display: flex;*/
	width: 100%;
	/*align-items: center;*/
	margin-bottom: 30px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-ms-border-radius: 12px;
	-o-border-radius: 12px;
	border-radius: 12px;
}

.url-wrapper-top{
	display: flex;
	width: 100%;
	align-items: center;
	flex-wrap: wrap;
	font-size: 16px;
	line-height: 22.10px;
	color: #2B2B2B;
	flex-direction: row-reverse;
}

.url-wrapper-top h2{
	margin: 0 0 10px 0;
}

.url-wrapper-top p{
	margin: 0px;
}

.url-wrapper-top-left{
	max-width: 320px;
	margin-right: auto;
}

.url-wrapper-top-left .theme-btn{
	margin-top: 30px;
}

.url-wrapper-bottom{
	display: flex;
	width: 100%;
	margin-top: 35px;
}

.url-wrapper-bottom .theme-btn{
	margin-left: 15px;
}

.url-wrapper-bottom input[type="text"] , .url-wrapper-bottom input[type="email"] , .url-wrapper-bottom input[type="url"]{
	background: var(--white-color);
	font-size: 14px;
	height: 43px;
}

.heat-main-right-search {
	position: relative;
	margin-bottom: 24px;
}

.heat-main-right-search input[type="search"] , .heat-main-right-search input[type="text"]{
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
	border-radius: 50px;
	background: transparent;
	border: 1px solid var(--gray-100);
	padding: 0 12px 0 48px;
	font-size: 16px;
	color: var(--gray-700);
}

.heat-main-right-search input[type="submit"]{
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	background: url('/fileadmin/twipla/typo3-website-theme/template/images/search.svg') no-repeat center center;
	border: none;
	left: 0px;
	width: 52px;
	height: 44px;
	padding: 0px;
}

.categories-blog ul , .categories-blog li{
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.categories-blog li {
	DELETED-margin-top: 10px;
}

.categories-blog li a {
	display: block;
	padding: 6px 0;
	font-size: 14px;
	line-height: 16px;
	font-weight: 400;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	DELETED--webkit-transition: all 0.5s ease 0s;
	DELETED--moz-transition: all 0.5s ease 0s;
	DELETED--ms-transition: all 0.5s ease 0s;
	DELETED--o-transition: all 0.5s ease 0s;
	DELETED-transition: all 0.5s ease 0s;
	DELETEDcolor: #2B2B2B;
	color: var(--gray-dark);
	DEPRECATED-text-decoration: underline;
}

.categories-blog li:hover a {
	DELETED-background: #E6F8F6;
	DELETED-font-weight: 600;
	DELETED-padding-left: 20px;
	DELETED-padding-right: 20px;
	DEPRECATED-text-decoration: none;
}

.categories-blog li:hover a {color: var(--purple); text-decoration-line: underline; text-decoration-style: dotted; text-decoration-skip-ink: none; text-decoration-thickness: 10%; text-underline-offset: auto; text-underline-position: under;}
a:focus { outline: 1px var(--purple-border); }

.categories-blog li.active a {
	DELETED-background: #E6F8F6;
	font-weight: 600;
	DELETED-padding-left: 20px;
	DELETED-padding-right: 20px;
}

.categories-blog h6 {
	margin-bottom: 10px;
	font-size: 22px;
	font-weight: 600;
	color: var(--head-color);
}

.heat-main-right-product {
	margin-top: 18px;
}

.heat-product-blog-img , .heat-product-blog-img img{
	-webkit-border-radius: 12px 12px 0 0;
	-moz-border-radius: 12px 12px 0 0;
	-ms-border-radius: 12px 12px 0 0;
	-o-border-radius: 12px 12px 0 0;
	border-radius: 12px 12px 0 0;
	width: 100%;
}

.heat-product-blog-info{
	display: flex;
	width: 100%;
	flex-direction: column;
	DEPRECATED-padding: 15px;
	DEPRECATED-border: 1px solid #E6F8F6;
	border-top: none;
	-webkit-border-radius: 0 0 12px 12px;
	-moz-border-radius: 0 0 12px 12px;
	-ms-border-radius: 0 0 12px 12px;
	-o-border-radius: 0 0 12px 12px;
	border-radius: 0 0 12px 12px;
	min-height: 110px;
	font-size: 18px;
	line-height: 25.2px;
}

.heat-product-blog-info .heat-product-info-top strong{
	font-weight: 600;
	font-size: 18px;
	line-height: 25.2px;
}

.heat-product-info-bottom{
	color: var(--theme-color);
	font-size: 14px;
	line-height: 18.2px;
	font-weight: 500;
}
.heat-product-info-bottom span {
	color: var(--theme-color);
	font-size: 14px;
	line-height: 18.2px;
	font-weight: 500;
}
.heat-product-info-top{
	min-height: 48px;
}

.heat-main-right-product .col-xs-12{
	margin-bottom: 20px;
}

.related-heat-product .heat-main-right-product{
	margin-top: 0px;
}

.related-heat-product {
	padding-bottom: 50px;
}

.insight-box{
	background: rgba(4, 181, 166, 0.20);
	padding: 25px 45px 25px 20px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-ms-border-radius: 12px;
	-o-border-radius: 12px;
	border-radius: 12px;
	z-index: unset !important;
}

.insight-box-title{
	display: flex;
	width: 100%;
	align-items: center;
	margin-bottom: 15px;
}

.mail-icon{
	background: rgba(4, 181, 166, 0.20);
	height: 66px;
	width: 48px;
	min-width: 48px;
	position: relative;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-ms-border-radius: 7px;
	-o-border-radius: 7px;
	border-radius: 7px;
}

.mail-icon img{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.insight-box-title h6{
	margin: 0 0 0 15px;
	color: var(--theme-color);
	font-size: 22px;
	font-weight: 600;
	line-height: 28px;
	letter-spacing: 0;
}

.insight-box-body{
	font-size: 16px;
	line-height: 22.4px;
}

.insight-box-btn {
	margin-top: 32px;
}

.main-page-top {
	padding-top: 80px;
	padding-bottom: 60px;
}

.main-page-part .insight-box{
	margin-top: 15px;
}

.scroll-fix-blog {
    z-index: 9;
    position: static;
    top: auto;
    overflow: auto scroll;
    cursor: pointer;
    scrollbar-width: thin;
    DELETED-max-height: 800px;
    max-height: 500px;
}

.heat-product-info-middle{
	font-size: 16px;
	line-height: 22.4px;
}

.heat-product-info-middle p{
	margin: 0 0 15px 0;
	line-height: 22.4px;
}

.heat-main-middle .heat-product-info-top{
	min-height: unset;
	margin-bottom: 15px;
}

.main-page-part .heat-main-middle {
	margin-right: auto;
	margin-left: auto;
	width: calc(100% - 289px);
	padding: 0 30px 0 0;
}

.heat-product-info-top small{
	font-size: 14px;
	color: var(--theme-color);
	display: block;
	margin-bottom: 11px;
}

.editor-blog-list{
	height: 100%;
	background: linear-gradient(to bottom, #fff, rgba(4, 181, 166, 0.10));
	padding: 2px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-ms-border-radius: 12px;
	-o-border-radius: 12px;
	border-radius: 12px;
}

.editor-blog-list-inner{
	padding: 25px;
	background: var(--white-color);
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-ms-border-radius: 12px;
	-o-border-radius: 12px;
	border-radius: 12px;
}

.editor-part .col-xs-12{
	margin-bottom: 2rem;
}

.editor-blog-list-top {
	text-align: center;
	padding: 0 20px;
}

.editor-blog-title {
	font-size: 18px;
	line-height: 25.2px;
	margin-bottom: 20px;
	margin-top: 14px;
	height: 50px;
}

.editor-blog-title a{
	color: var(--text-color);
}

.editor-blog-title a:hover{
	color: var(--theme-color);
}
.feature-artist {
  margin-bottom: 20px;
}
.feature-artist span {
	font-size: 14px;
	line-height: 22.4px;
	color: var(--theme-color);
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 20px;
	letter-spacing: 0;
}

.editor-blog-list-bottom{
	display: flex;
	width: 100%;
	align-items: center;
	margin-bottom: 28px;
	position: relative;
}

.full-cover{
	position: absolute;
	top: 0px;
	height: 100%;
	width: 100%;
	left: 0px;
}

.heat-product-blog{
	position: relative;
}

.editor-blog-list-bottom:last-child{
	margin-bottom: 0px;
}

.editor-blog-list-bottom-left{
	margin-right: 14px;
}

.editor-blog-list-bottom-left , .editor-blog-list-bottom-left img{
	max-width: 60px;
	max-height: 60px;
	min-width: 60px;
	min-height: 60px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-ms-border-radius: 12px;
	-o-border-radius: 12px;
	border-radius: 12px;
	object-fit: cover;
}
.editor-blog-list-bottom-right {
  line-height: 18.2px;
}
.editor-blog-list-bottom-right span {
	font-size: 14px;
	font-weight: 500;
	line-height: 18.2px;
}

.heat-map-main{
	position: unset;
}

.guide-checklist-right ul , .guide-checklist-right ul li{
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.guide-checklist-right ul li{
	display: flex;
	width: 100%;
	font-size: 16px;
	line-height: 22.4px;
	margin-top: 34px;
	align-items: center;
}

.guide-checklist-right ul li img{
	min-width: 34px;
	margin-right: 25px;
}

.guide-checklist-left {
	text-align: right;
}

.guide-checklist-inner {
	max-width: 1000px;
	margin: 0 auto;
}

.guide-checklist-button{
	margin-top: 75px;
	text-align: center;
}

.guide-checklist-button .theme-btn:after{
	display: none;
}

.guide-checklist-button .theme-btn{
	min-width: 395px;
}

.heat-main-left-top-line{
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: center;
}

.heat-main-left-top p span {
	padding: 0 12px;
	border-right: 1px solid #B5B5B5;
}

.full-table-wrapper{
	background: #E6F8F6;
	padding: 64px 0 14px;
	margin-top: 30px;
}

.theme-table{
	width: 100%;
}

.theme-table thead th{
	background: var(--theme-color);
	color: var(--white-color);
	font-size: 24px;
	padding: 22px 15px;
	/*border-top: 3px solid #E8E7E7;*/
	border-bottom: 3px solid #E8E7E7;
	font-weight: 400;
	text-align: center;
}

.theme-table thead th:first-child{
	-webkit-border-radius: 20px 0 0 0;
	-moz-border-radius: 20px 0 0 0;
	-ms-border-radius: 20px 0 0 0;
	-o-border-radius: 20px 0 0 0;
	border-radius: 20px 0 0 0;
}

.theme-table thead th:last-child{
	-webkit-border-radius: 0 20px 0 0;
	-moz-border-radius: 0 20px 0 0;
	-ms-border-radius: 0 20px 0 0;
	-o-border-radius: 0 20px 0 0;
	border-radius: 0 20px 0 0;
}

.theme-table tbody th , .theme-table tbody td{
	font-size: 20px;
	background: var(--white-color);
	color: #606060;
	padding: 22px 15px;
	border-bottom: 3px solid #E8E7E7;
	border-right: 3px solid #E8E7E7;
	text-align: center;
}

.theme-table tbody th{
	font-weight: 700;
	color: var(--theme-color);
}

.theme-table tbody tr:last-child th:first-child{
	-webkit-border-radius: 0 0 0 20px;
	-moz-border-radius: 0 0 0 20px;
	-ms-border-radius: 0 0 0 20px;
	-o-border-radius: 0 0 0 20px;
	border-radius: 0 0 0 20px;	
}

.theme-table tbody tr th:last-child , .theme-table tbody tr td:last-child{
	border-right: none;
}

.theme-table tbody tr:last-child th , .theme-table tbody tr:last-child td{
	border-bottom: none;
}

.theme-table tbody tr:last-child td:last-child{
	-webkit-border-radius: 0 0 20px 0;
	-moz-border-radius: 0 0 20px 0;
	-ms-border-radius: 0 0 20px 0;
	-o-border-radius: 0 0 20px 0;
	border-radius: 0 0 20px 0;
}

.theme-table thead th {
	border-bottom: none;
}

.guide-inner.guide-inner-slide{
	display: none;
}

.guide-inner{
	display: block;
}

.email-show .guide-inner{
	display: none;
}

.email-show .guide-inner.guide-inner-slide{
	display: block;
}

/*mobile drop language code*/

#dropdownMenuButton1{
	background: url('/fileadmin/twipla/typo3-website-theme/newvisa/dropdown-arrow-dark.svg') no-repeat right 9px;
	background-size: 12px auto;
}

.language-header-mobile , .language-header-mobile li{
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.main-menu .language-header-mobile{
	display: none;
	border-top: 1px solid #f3f3f3;
	padding-top: 10px;
}

.language-header-mobile li img {
	max-width: 15px;
	margin-right: 10px;
}

.language-header-mobile li span{
	vertical-align: middle;
	text-transform: unset;
	color: #727272;
}

.main-menu .language-header-mobile li a{
	color: #727272;
	display: block;
	font-size: 12px;
	text-transform: unset;
}

.language-header-mobile .dropdown-menu {
	border: 2px solid var(--theme-color);
/*	padding: 0;*/
	margin: 0;
	position: relative;
	top: 10px;
	left: 0;
	transform: translate(0);
	border-radius: 0;
}

.language-header-mobile li .dropdown-menu a {
	padding: 10px 25px;
	font-weight: 600;
	line-height: 20px;
}

.language-header-mobile li .dropdown-menu a:hover{
	color: var(--yellow-color);
}

/*mobile drop language code*/

/*MENU FOR MOBILE*/

.mobile-drop-open{
	display: none;
	width: 40px;
	height: 20px;
	content: "\f054";
	font-family: FontAwesome;
	position: absolute;
	top: 0px;
	right: 0px;
	text-align: right;
	line-height: 20px;
/*	position: relative;*/
	z-index: 99;
	cursor: pointer;
}

/* Changes Resource menu center */
.has-child-mega .mega-menu-wrap .mega-menu-top .row .col-xs-12 .mega-menu-links .mega-submenu li a {
    white-space: normal;
}
.mega-menu-wrap {
	height: 600px;
	overflow-y: auto;
}
/* gated html  */
.gated-flex-right h2.sub-title-h2 {
	color: var(--blue-color);
	font-size: 20px;
	font-weight: 500;
	margin: 0 0 7px;
	line-height: 26px;
}
.gated-flex-right h2 {
	font-size: 40px;
	line-height: 44px;
  padding: 0;
	font-weight: 600;
	margin: 0 0 20px;
	margin-bottom: 20px;
	color: var(--head-color);
}

.gated-flex-right h2 span {
	font-size: 40px;
  line-height: 44px;
  color:var(--theme-color) !important;
}
/* New blog details  */
.heat-map-top-inner h1 {
	font-size: 81px;
	line-height: 81px;
	padding: 0;
	font-style: normal;
	font-weight: 600;
	margin: 0 0 20px;
	color: var(--theme-color);
	letter-spacing: 0;
}
.heat-map-top-inner p {
	font-size: 20px;
	color: var(--txt-color);
	font-weight: 400;
	margin-bottom: auto auto 15px;
}

.heat-start-left-content h6 span {
 	font-size: 22px;
	font-weight: 600;
}
.heat-start-left-content p {
  font-size: 16px;
  line-height: 22.4px;
}

.heat-main-middle-info h6 {
	font-size: 22px;
	line-height: 28px;
	padding: 0;
	font-weight: 600;
	color: var(--head-color);
}
.heat-main-right-product h6 {
	font-size: 24px;
	line-height: 31px;
	font-style: normal;
	padding: 0;
	font-weight: 600;
	margin: 0 0 20px;
	color: var(--head-color);	
}
.heat-map-top-inner h1 span {
  letter-spacing: 0;
  color: var(--theme-color) !important;
}
.heat-map-top-inner p {
  letter-spacing: 0;
  line-height: 28px;
}

.heat-main-left #blog-toc {
	margin-top: 0;
	max-width: inherit;
}
/* Updated newblog designer */
.heat-main-middle .element-header.text-center {
	text-align: left !important;
}

.frame-background-none.frame-space-after-none:not(.frame-ruler-after):not(.frame-has-backgroundimage) + .frame-background-none.frame-space-before-none:not(.frame-ruler-before):not(.frame-has-backgroundimage), .heat-main-middle .frame {
	DELETED-padding-top: 0;
	DELETEDpadding-bottom: 0;
	DELETEDmargin-top: 0;
}

.heat-main-middle h2 , .heat-main-middle p {
	margin-top: 0;
	margin-bottom: 18px;
}

.heat-main-middle .frame-inner > :last-child {
	margin-bottom: 30px;
}

.heat-main-middle .gallery-item img, .heat-main-middle .gallery-item picture {
	width: 100%;
	border-radius: 15px;

}
/* Updated newblog designer */
.heat-main-middle .heat-main-middle-info .frame-default .frame-container .frame-inner header h3 span {
	padding: 0;
	font-weight: 600;
	margin: 0 0 20px;
	color: var(--head-color);
	font-size: 32px;
	margin-bottom: 30px;
	line-height: 42px;
	letter-spacing: 0;
}
.heat-main-middle .heat-main-middle-info .frame-default .frame-container .frame-inner h3 {
	padding: 0;
	font-weight: 600;
	margin: 0 0 20px;
	color: var(--head-color);
	font-size: 32px;
	line-height: 42px;
	margin-bottom: 30px;
	letter-spacing: 0;
}
.heat-main-middle .heat-main-middle-info .frame-default .frame-container .frame-inner p , .heat-main-middle .heat-main-middle-info .frame-default .frame-container .frame-inner ul li {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 34px;
	color: #2B2B2B;
}

.full-table-inner .frame .frame-container .frame-inner .textpic .textpic-item .table-responsive table tbody tr td:nth-child(2n) {
  background-color: var(--white-color);
}
.heat-main-inner .heat-main-middle .heat-main-middle-info .frame-default .frame-container .frame-inner .textpic .textpic-item ul {
	margin: 0 0 20px 15px;
	padding: 0;
}
.heat-main-inner .heat-main-middle .heat-main-middle-info .frame-default .frame-container .frame-inner .textpic .textpic-item ul li {
	margin: 0 0 10px 10px;
	padding: 0;
}

.create-pagination .container, .heat-map-top .container, .heat-map-main .container, .full-table-wrapper .container {
  padding-right: 15px;
  padding-left: 15px;
}

/* */
.create-pagination-inner {
    DELETED-padding-top: 4px;
}

.create-pagination-inner li a, .create-pagination-inner li span {
	position: relative;
	top: 1px;
}
.create-pagination-inner li:first-child a {
	top: 0px;
}
.want-email {
	color: var(--theme-color);
	text-decoration: underline;
	cursor: pointer;
}
.full-table-wrapper .container .full-table-inner .frame {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
}
/* Search in blog and filter  */
.searchresult {
	margin-top: 80px;
}
.searchresult .heat-main-right-product h3 {
	letter-spacing: 0;
	margin-bottom: 30px;
}
.searchresult .heat-main-right-product h3 span {
	color: var(--theme-color) !important;
	letter-spacing: 0;
}
.searchresult .heat-main-right-product.category h1 {
	letter-spacing: 0;
	margin-bottom: 30px;
	font-size: 33.75px;
	line-height: 38px;
}
.searchresult .heat-main-right-product.category h1 span {
	color: var(--theme-color) !important;
	letter-spacing: 0;
}

.search .heat-main-right {
	margin-top: 80px;
}

/* New design blog details table */
.full-table-wrapper .container .full-table-inner .frame-default .frame-container .frame-inner .table-responsive tr td:nth-child(2n) {
    background-color: var(--white-color);
}
.full-table-wrapper .container .full-table-inner .frame-default .frame-container .frame-inner .table-responsive table thead tr:first-child td {
		background: var(--theme-color);
    color: var(--white-color);
    font-size: 24px;
    padding: 22px 15px;
/*    border-top: 3px solid #E8E7E7;*/
/*    border-bottom: 3px solid #E8E7E7;*/
    font-weight: 400;
    text-align: center;
}
.full-table-wrapper .container .full-table-inner .frame-default .frame-container .frame-inner .table-responsive .theme-table thead td:first-child {
  -webkit-border-radius: 20px 0 0 0;
  -moz-border-radius: 20px 0 0 0;
  -ms-border-radius: 20px 0 0 0;
  -o-border-radius: 20px 0 0 0;
  border-radius: 20px 0 0 0;
}
.full-table-wrapper .container .full-table-inner .frame-default .frame-container .frame-inner .table-responsive .theme-table thead td {
  border-bottom: none;
}
.full-table-wrapper .container .full-table-inner .frame-default .frame-container .frame-inner .table-responsive .theme-table thead td {
  border-top: none;
  border-bottom: none;
}
.full-table-wrapper .container .full-table-inner .frame-default .frame-container .frame-inner .table-responsive .theme-table thead td:last-child {
  -webkit-border-radius: 0 20px 0 0;
  -moz-border-radius: 0 20px 0 0;
  -ms-border-radius: 0 20px 0 0;
  -o-border-radius: 0 20px 0 0;
  border-radius: 0 20px 0 0;
}
.full-table-wrapper .container .full-table-inner .frame-default .frame-container .frame-inner .table-responsive .theme-table tbody tr:last-child td:first-child {
  -webkit-border-radius: 0 0 0 20px;
  -moz-border-radius: 0 0 0 20px;
  -ms-border-radius: 0 0 0 20px;
  -o-border-radius: 0 0 0 20px;
  border-radius: 0 0 0 20px;
}
.full-table-wrapper .container .full-table-inner .frame-default .frame-container .frame-inner .table-responsive .theme-table > tbody > tr > td:first-child {
	color: var(--theme-color);
}
/* breadcrumb missing  */
.wrapper main #c13562 .create-pagination {
	margin-bottom: 0;
}

/* Resource center home  */
/*.main-page-top .container .heat-map-top-inner h1 span {
	color: var(--theme-color);
}*/
.main-page-top .container .heat-map-top-inner h1 {
	letter-spacing: 0;
	color: var(--head-color);
}
.url-wrapper-top h2 {
  margin: 0 0 10px 0;
  font-size: 40px;
  line-height: 44px;
}
.url-wrapper-top-left h2 span {
	color: var(--theme-color) !important;
}
.url-wrapper-top p {
  margin: 0px;
}
.main-page-part .container .heat-main-inner .heat-main-middle .editor-part h3 {
  font-size: 34px;
  padding: 0;
  font-weight: 600;
  margin: 0 0 20px;
  color: var(--head-color);
  line-height: 38px;
  letter-spacing: 0;
}
.main-page-part .container .heat-main-inner .heat-main-middle .editor-part h3 span {
	color: var(--theme-color) !important;
}
.main-page-part .container .heat-main-inner .heat-main-middle .heat-main-right-product h6 {
	font-size: 22px;
  padding: 0;
  font-weight: 600;
  margin: 0 0 20px;
  color: var(--head-color);
  line-height: 28px;
}
.main-page-part .container .heat-main-inner .heat-main-middle .heat-main-right-product .row .col-xs-12 .heat-product-blog .heat-product-info-top {
	line-height: 25.2px;
	letter-spacing: 0;
}
/*.main-page-part .container .heat-main-inner .heat-main-middle p {
	margin-bottom: 15px;
}*/

/* Resource center update */
.editor-blog-title strong {
	color: var(--txt-color);
}
.editor-blog-title strong:hover {
	color: var(--theme-color);
}
.editor-blog-list-bottom:hover {
	color: var(--theme-color);
}
.heat-main-right-product .row .col-md-4:hover {
	background: #cdfefa1a;
}
/* Resources hub as blog */
.heat-map-top-inner .centered-title {
  margin-top: 0;
}
.heat-main-middle .heat-main-middle-info .frame-default .frame-container .frame-inner ol li {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 34px;
  color: #2B2B2B;
  margin-bottom: 10px;
}

.heat-main-middle-info .frame .frame-container .frame-inner .textpic .caption {
	color: var(--theme-color);
	margin-top: 7px;
	float: left;
}
/* Resource center image update */
.editor-blog-img img {
	max-height: 140px;
	/* Resource center image update */
}

/* Resource center menu update */
.mega-menu-links h4 {
	font-weight: 600;
	color: var(--head-color);
}
.mega-menu-bottom-group .theme-btn {
  font-size: 14px;
}
.mega-menu-bottom-inside .mega-menu-links {
  margin-top: 15px;
}
.has-child-mega .mega-menu-wrap {
	height: auto;
}

/* Make "Website Statistics" over two lines */
#first-only {
  DELETED-padding-left: 60px;
  DELETED-position: relative;
  DELETED-right: 44px;
}

/* Add <sup> text to header menu */
.mega-menu-wrap sup, .submenu-drop sup {
	top: -0.4em;
	left: 5px;
	font-size: 7.8px;
	letter-spacing: 0.5px;
	font-weight: 600;
}

/* Gives some more space between an image and its caption */

figure .caption {
    padding-top: 1rem;
}

/* Restricts the container for this element to the standard 1440 */


.award-winning-part {
  max-width: 1440px;
  margin: 0 auto;
}

